@charset "UTF-8";
/* CSS Document */
#header{
	background-image:url(../../img/header.png),url(../../img/header_bg.png) ;
	background-repeat:no-repeat,repeat-x;
	background-position:center bottom,center bottom;
	background-size:1300px auto,auto 55%;
}
#header_in{
	width:950px;
	height:350px;
	margin:0 auto;
	padding:300px 0 0 0;
	position:relative;
}
#header_in p{
	width:170px;
	position:absolute;
	left:365px;
	bottom:175px;
	z-index:999;
}
#header_in .comment{
	font-size:15px;
	color:#7C5729;
	line-height:2.3em;
	letter-spacing:0.05em;
	position:absolute;
	right:20px;
	top:70px;
	text-align: left;
	 -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#header_in .comment h3{
	margin:0 0 0 10px;
	font-size:120%;
	font-weight:600;
	margin-top:-10px;
}
#header_in h1{
	width:250px;
	margin:auto;
	position:absolute;
	right:0;
	left:0;
	top:80px;
}
#gnavi{
	position:absolute;
	top:50px;
	left:10px;
	z-index:999;
}
ul{
	list-style:none;
}
li{
	width:35px;
	margin-right:13px;
	float:left;
}
/*エリア*/
#mainbox.top01,#mainbox.top02,#mainbox.top03{
	margin:0 0 -1px 0;
	background-repeat: no-repeat,repeat-x;
	background-position:center center,center bottom;
}
/*エリア1*/
#mainbox.top01{
	padding:140px 0 180px 0;
	background-color:#7C5729;
	background-image:url(../../img/top_img04.png),url(../../img/top_img01.jpg);
	background-size:1050px auto, auto;
}
#mainbox.top01 h3{
	margin:0 0 40px 0;
}
#mainbox.top01 dl{
	margin:60px 0 0 0;
	padding:0;
}
#mainbox.top01 dt{
	width:470px;
	padding:0;
	text-align:left;
	color:#fff;
	float:left;
	font-size:15px;
	line-height:2.5em;
	letter-spacing:0.05em;
}
#mainbox.top01 dd{
	width:360px;
	padding:0 0 0 500px;
}
/*エリア2*/
#mainbox.top02{
	padding:100px 0 180px 0;
	background-color:#C6AE79;
	background-image:url(../../img/top_img07.png),url(../../img/top_img08.jpg);
	background-size:1050px auto, auto;
}
#mainbox.top02 h3{
	margin:0 0 40px 0;
}
#mainbox.top02 dl{
	margin:60px 0 0 0;
	padding:0;
}

#mainbox.top02 dt{
	width:320px;
	padding:0;
	float:left;
}
#mainbox.top02 dd{
	width:390px;
	padding:0 0 0 400px;
	color:#fff;
	font-size:15px;
	line-height:2.5em;
	letter-spacing:0.05em;
	text-align:left;
}
/*エリア3*/
#mainbox.top03{
	padding:140px 0 180px 0;
	background-color:#9F7939;
	background-image:url(../../img/top_img11.png),url(../../img/top_img12.jpg);
	background-size:930px auto, auto;
}
#mainbox.top03 h3{
	margin:0 0 40px 0;
}
#mainbox.top03 dl{
	margin:60px 0 0 0;
	padding:0;
}
#mainbox.top03 dt{
	width:470px;
	padding:0;
	text-align:left;
	color:#fff;
	float:left;
	font-size:15px;
	line-height:2.5em;
	letter-spacing:0.05em;
}
#mainbox.top03 dd{
	width:360px;
	padding:0 0 0 500px;
}
/*エリア4*/
#mainbox.top04{
	height:700px;
	padding:50px 0;
	background-color:#C6E4EB;
	position:relative;
}
#mainbox.top04 .top04_in{
	width:1200px;
	margin:auto;
	position: absolute;
	right:0;
	left:0;
	top:200px;
	z-index:1;
}
#mainbox.top04 .box01{
	position: relative;
}
#mainbox.top04 h3{
	width:350px;
	margin:50px auto 100px auto;
}
#mainbox.top04 .parts01{
	width:650px;
	margin:auto;
	position:absolute;
	right:0;
	left:0;
	z-index:998;
}
#mainbox.top04 .parts01 p{
	width:210px;
	position:absolute;
	top:-90px;
	right:-80px;
	z-index:999;
}
#mainbox.top04 .parts02{
	display:none;
}
/*BOX*/
.box01{
	width:900px;
	margin:0 auto;
}
/*パーツ*/
.top_parts01{
	width:150px;
	position:absolute;
	left:-150px;
	bottom:5px;
}
.top_parts02{
	width:90px;
	position:absolute;
	left:250px;
	bottom:5px;
}
.top_parts03{
	width:50px;
	position:absolute;
	right:250px;
	bottom:5px;
}

@media (max-width: 950px) {
#header{
	background-image: url(../../img/header_sp.jpg);
	background-repeat:no-repeat;
	background-size: 100% auto;
}
#header_in{
	width:100%;
	height:80vw;
	padding:0 0 0 0;
}
#header_in p{
	width:35%;
	position:absolute;
	left:10%;
	bottom:auto;
	top:7%;
}
#header_in h1{
	display:none;
}
#header_in .comment{
	font-size:calc(11px + 1vw);
	line-height:5.5vw;
	letter-spacing:0.05em;
	top:5%;
	left: auto;
	right:5%;
}
#header_in .comment h3{
	margin:0 0 0 3%;
	font-size:110%;
	margin-top:-3%;
}
/*BOX*/
.box01{
	width:90%;
	margin:0 auto;
}
/*エリア*/
#mainbox.top01,#mainbox.top02,#mainbox.top03{
	margin:-1px 0 0 0;
}
/*エリア1*/
#mainbox.top01{
	padding:8% 0 15% 0;
	background-size:90% auto, auto;
	background-position:center bottom 10%,center bottom;
}
#mainbox.top01 h3{
	margin:0 0 4% 0;
}
#mainbox.top01 dl{
	margin:5% 0 0 0;
	padding:0;
}
#mainbox.top01 dt{
	width:100%;
	padding:0;
	float:none;
	font-size:calc(11px + 0.8vw);
	line-height:2.2em;
}
#mainbox.top01 dd{
	width:75%;
	margin:0 auto;
	padding:10% 0 0 0;
}
/*エリア2*/
#mainbox.top02{
	padding:8% 0 15% 0;
	background-image:url(../../img/top_img07_sp.png),url(../../img/top_img08.jpg);
	background-size:90% auto, auto;
	background-position:center top 15%,center bottom;
}
#mainbox.top02 h3{
	margin:0 0 4% 0;
}
#mainbox.top02 dl{
	margin:6% 0 0 0;
	padding:0;
}

#mainbox.top02 dt{
	width:40%;
	margin:0 auto;
	padding:0;
	float:none;
}
#mainbox.top02 dd{
	width:100%;
	margin:0 auto;
	padding:15% 0 0 0;
	font-size:calc(11px + 0.8vw);
	line-height:2.2em;
}
/*エリア3*/
#mainbox.top03{
	padding:8% 0 15% 0;
	background-size:90% auto, auto;
	background-position:center bottom 10%,center bottom;
	background-image:url(../../img/top_img11_sp.png),url(../../img/top_img12.jpg);
	background-size:90% auto, auto;
	background-position:center bottom 5%,center bottom;
}
#mainbox.top03 h3{
	margin:0 0 4% 0;
}
#mainbox.top03 dl{
	margin:6% 0 0 0;
	padding:0;
}
#mainbox.top03 dt{
	width:100%;
	padding:0;
	float:none;
	font-size:calc(11px + 0.8vw);
	line-height:2.2em;
}
#mainbox.top03 dd{
	width:60%;
	margin:0 auto;
	padding:10% 0 0 0;
}
/*エリア4*/
#mainbox.top04{
	height: 80vw;
	padding:5vw 0 50vw 0;
	background-image:url(../../img/top_img15_sp.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center bottom 5%;
}
#mainbox.top04 .top04_in{
	display:none;
}
#mainbox.top04 h3{
	width:40%;
	margin:5% auto 10% auto;
}
#mainbox.top04 .parts01{
	display:none;
}
#mainbox.top04 .parts02{
	width:60%;
	margin:0 auto;
	display:block;
	z-index:999;
}
/*パーツ*/
.top_parts01,.top_parts02,.top_parts03{
	display:none;
}
}
@media (max-width: 750px) {
#header{
	font-weight:400;
}
#header_in .comment{
	font-size:calc(11px + 0.6vw);
	line-height:6vw;
	letter-spacing:0.05em;
}
#header_in .comment h3{
	font-size:105%;
}
#mainbox.top01,#mainbox.top02,#mainbox.top03{
	font-weight:400;
}
#mainbox.top01 dt{
	font-size:calc(11px + 1vw);
}
#mainbox.top02 dd{
	font-size:calc(11px + 1vw);
}
#mainbox.top03 dt{
	font-size:calc(11px + 1vw);
}
}