@charset "utf-8";
/*------------base setting------------*/
body {
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	background: #FAE8D6;
}
a {
	color: #F4685D;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #847473;
}
a, a img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.7;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.lh {
	line-height: 2;
}
.h2 {
	font-size: 24px;
	letter-spacing: 1px;
	text-align: center;
}
.h2_sm {
	font-size: 20px;
	letter-spacing: 1px;
	text-align: center;
}
/*------------all layout------------*/
.wrapper {
	min-width: 1080px;
}
.flame {
	width: 1080px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
.main {
	padding: 30px 0;
}
.col_one {
	width: 34%;
}
.col_two {
	width: 65%;
}
.inside {
	padding: 20px 0;
}
/*------------header------------*/
.header {
	height: 400px;
	background: url(../image/main_image.jpg) no-repeat bottom center;
	position: relative;
}
.header .inner {
	position: absolute;
	bottom: 90px;
	width: 100%;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000;
	text-align: center;
	padding: 40px 0 10px;
}
.logo {
	width: 300px;
	margin: 0 auto 40px;
}
/*------------navi------------*/
.navi {
	padding: 0;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #FCFDB5;
}
.navi li {
	float: left;
	width: 25%;
	text-align: center;
	padding: 0;
	line-height: 35px;
	font-size: 13px;
	border-right: 1px solid #fff;
}
.navi li:first-child {
	border-left: 1px solid #fff;
}
.navi a {
	display: block;
	background: #CFD06F;
	padding: 0;
	color: #000;
}
.navi a:hover {
	background: #B5B621;
	color: #fff;
}
/*------------footer------------*/
.footWrap {
	background: #BAB071;
	padding: 10px 0 0 0;
	margin: 100px 0 0;
	min-width: 1080px;
}
.footer {
	background: #E2D99D;
}
.footIn {
	width: 1080px;
	margin: 0 auto;
	position: relative;
	padding: 30px 0 0;
}
.pageTop {
	position: absolute;
	top: -90px;
	right: 0;
	margin: auto;
	width: 60px;
}
.pageTop a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	background: #fff;
	text-align: center;
	border: 2px solid;
}
.copyRight {
	text-align: center;
	padding: 20px 0;
	color: #fff;
}
.copyRight a {
	margin: 0 10px;
}
.siteMap li {
	margin: 0 0 20px;
	float: left;
	width: 20%;
	text-align: center;
}
.siteMap a {
	padding: 0 0 2px;
}
.siteMap {
	padding: 0 0 0 80px;
	font-size: 16px;
}
/*------------main contents------------*/
.main a {
	color: #FA72F3;
}
.main a:hover {
	color: #A30D9B;
}
.textArea {
	background: #F9F7E3;
	padding: 40px;
}
.textArea .fr, .textArea .fl {
	padding: 20px 0 20px 20px;
	width: 300px;
	height: auto;
}
.text {
	padding: 20px 0 0;
}
.text p {
	margin: 0 0 25px;
}
.textArea h3 {
	font-size: 18px;
}
.col {
	margin: 20px 0;
}
.col1 .boxIn {
	padding: 40px 0;
}
.col1 .block_box {
	background: #eee;
}
.col1 .block_box {
	padding: 40px;
	margin: 0 0 20px;
	overflow: hidden;
}
.col1 .block_box img {
	width: 32%;
	height: auto;
	margin: 0;
	float: left;
}
.col1 .inside {
	float: right;
	width: 65%;
	padding: 0;
}
.col_line .img {
	width: 30%;
}
.col_line .inside {
	width: 70%;
	padding: 20px;
}
.col_line h2 {
	text-align: left;
}
.col_line .block_box {
	background: #F9F7E3;
}
.col_line .inner {
	padding: 20px 0 0;
}
.col2 .block_box {
	width: 49%;
	background: #EEEEEE;
}
/*------------side contents------------*/
.block_box {
	padding: 40px;
	margin: 0 0 20px;
}
.block_box img {
	width: 100%;
	height: auto;
	margin: 20px 0 0;
}
/*-----------col_one-------------*/
.col_one .side1 .block_box {
	background: #ddd;
}
.col_one .side1 .more a {
	background: #000;
	color: #fff;
}
.col_one .side1 .more a:hover {
	background: #fff;
	color: #FF2178;
}
.col_one .side2 .block_box {
	background: rgba(0, 0, 0, 0.53);
	position: relative;
	color: #fff;
}
.col_one .side2 .block_box img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.8;
}
/*------------PR link------------*/
.link li {
	margin: 0 0 10px;
}
.link {
	margin: 20px 0 0;
}
.link ul {
	margin: 30px 0 0;
}
.link a {
}
/*------------button------------*/
.more {
	line-height: 40px;
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
}
.more a {
	display: block;
	color: #fff;
	background: #ADA554;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
}
.more a:hover {
	background: #01AEF0;
	color: #fff;
}
.block_box .more a:hover {
	background: #fff;
	color: #01AEF0;
}
/*------------sub page------------*/
.subWrapper .header {
	height: 350px;
	background: url(../image/sub_image.jpg) no-repeat bottom center;
}
.subArea {
	background: #E5D6C2;
	padding: 30px;
	-moz-border-radius: 10px;
	/* -webkit-border-radius: 10px; */
	/* border-radius: 10px; */
}
.subArea h3, .subArea h4 {
	font-size: 18px;
}
.subText .fr {
	margin: 0 0 10px 10px;
}
.subText .fl {
	margin: 0 10px 10px 0;
}
.subArea .text {
	padding: 0;
}
.subText h2 {
	padding: 0 0 30px;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 2px;
}


.navi li:first-child {
	border:1px dotted #47351F;
}

.navi li {
	border:1px dotted #47351F;
}

.textArea, .subArea, .block_box {
	border-left:10px dotted #000;
}

.col_line .inner {
	color: #515151;
}

.col .block_box {/* blockbox 一体化 */
	margin:0 0 0;
}

.textArea h3, .subArea h3 {
	color: #BA4917;
}

body {
background-color: #EFEEC6;
-webkit-background-size: 60px 60px;
-moz-background-size: 60px 60px;
background-size: 60px 60px;
background-position: 0 0, 30px 30px, 0 0, 30px 30px, 0 0;
background-image: -webkit-linear-gradient(45deg,  #D8D7A3 25%, #D8D7A3 25%, transparent 25%, transparent 100%),
                  -webkit-linear-gradient(-135deg, #D8D7A3 25%, #D8D7A3 25%, transparent 25%, transparent 100%),
                  -webkit-linear-gradient(-135deg, #EFEEC6 25%, #EFEEC6 25%, transparent 25%, transparent 100%),
                  -webkit-linear-gradient(45deg, #EFEEC6 25%, #EFEEC6 25%, transparent 25%, transparent 100%),
                  -webkit-linear-gradient(135deg, #D8D7A3 12.5%, #D8D7A3 12.5%, transparent 12.5%, transparent 25%, #D8D7A3 25%, #D8D7A3 37.5%, transparent 37.5%, transparent 62.5%, #D8D7A3 62.5%, #D8D7A3 75%, transparent 75%, transparent 87.5%, #D8D7A3 87.5%, #D8D7A3 100%);
background-image: -moz-linear-gradient(45deg,  #D8D7A3 25%, #D8D7A3 25%, transparent 25%, transparent 100%),
                  -moz-linear-gradient(-135deg, #D8D7A3 25%, #D8D7A3 25%, transparent 25%, transparent 100%),
                  -moz-linear-gradient(-135deg, #EFEEC6 25%, #EFEEC6 25%, transparent 25%, transparent 100%),
                  -moz-linear-gradient(45deg, #EFEEC6 25%, #EFEEC6 25%, transparent 25%, transparent 100%),
                  -moz-linear-gradient(135deg, #D8D7A3 12.5%, #D8D7A3 12.5%, transparent 12.5%, transparent 25%, #D8D7A3 25%, #D8D7A3 37.5%, transparent 37.5%, transparent 62.5%, #D8D7A3 62.5%, #D8D7A3 75%, transparent 75%, transparent 87.5%, #D8D7A3 87.5%, #D8D7A3 100%);
background-image: -ms-linear-gradient(45deg,  #D8D7A3 25%, #D8D7A3 25%, transparent 25%, transparent 100%),
                  -ms-linear-gradient(-135deg, #D8D7A3 25%, #D8D7A3 25%, transparent 25%, transparent 100%),
                  -ms-linear-gradient(-135deg, #EFEEC6 25%, #EFEEC6 25%, transparent 25%, transparent 100%),
                  -ms-linear-gradient(45deg, #EFEEC6 25%, #EFEEC6 25%, transparent 25%, transparent 100%),
                  -ms-linear-gradient(135deg, #D8D7A3 12.5%, #D8D7A3 12.5%, transparent 12.5%, transparent 25%, #D8D7A3 25%, #D8D7A3 37.5%, transparent 37.5%, transparent 62.5%, #D8D7A3 62.5%, #D8D7A3 75%, transparent 75%, transparent 87.5%, #D8D7A3 87.5%, #D8D7A3 100%);
background-image: -o-linear-gradient(45deg,  #D8D7A3 25%, #D8D7A3 25%, transparent 25%, transparent 100%),
                  -o-linear-gradient(-135deg, #D8D7A3 25%, #D8D7A3 25%, transparent 25%, transparent 100%),
                  -o-linear-gradient(-135deg, #EFEEC6 25%, #EFEEC6 25%, transparent 25%, transparent 100%),
                  -o-linear-gradient(45deg, #EFEEC6 25%, #EFEEC6 25%, transparent 25%, transparent 100%),
                  -o-linear-gradient(135deg, #D8D7A3 12.5%, #D8D7A3 12.5%, transparent 12.5%, transparent 25%, #D8D7A3 25%, #D8D7A3 37.5%, transparent 37.5%, transparent 62.5%, #D8D7A3 62.5%, #D8D7A3 75%, transparent 75%, transparent 87.5%, #D8D7A3 87.5%, #D8D7A3 100%);
background-image: linear-gradient(45deg,  #D8D7A3 25%, #D8D7A3 25%, transparent 25%, transparent 100%),
                  linear-gradient(-135deg, #D8D7A3 25%, #D8D7A3 25%, transparent 25%, transparent 100%),
                  linear-gradient(-135deg, #EFEEC6 25%, #EFEEC6 25%, transparent 25%, transparent 100%),
                  linear-gradient(45deg, #EFEEC6 25%, #EFEEC6 25%, transparent 25%, transparent 100%),
                  linear-gradient(135deg, #D8D7A3 12.5%, #D8D7A3 12.5%, transparent 12.5%, transparent 25%, #D8D7A3 25%, #D8D7A3 37.5%, transparent 37.5%, transparent 62.5%, #D8D7A3 62.5%, #D8D7A3 75%, transparent 75%, transparent 87.5%, #D8D7A3 87.5%, #D8D7A3 100%);
                  linear-gradient(-135deg, #D7B68c 25%, #D7B68c 25%, transparent 25%, transparent 100%),                     linear-gradient(-135deg, #F7D4A6 31%, #F7D4A6 25%, transparent 25%, transparent 100%),                     linear-gradient(45deg, #F7D4A6 25%, #F7D4A6 25%, transparent 25%, transparent 100%),                     linear-gradient(135deg, #D7B68c 12.5%, #D7B68c 12.5%, transparent 12.5%, transparent 25%, #D7B68c 25%, #D7B68c 37.5%, transparent 37.5%, transparent 62.5%, #D7B68c 62.5%, #D7B68c 75%, transparent 75%, transparent 87.5%, #D7B68c 87.5%, #D7B68c 100%);
}

.col_one .side2 .block_box img {
	opacity:0.6;
}

/* サイトタイトルが見えにくい時 */
.inner h1 {
	text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.93);
}

.inside {
	padding-top:10px;
}