/********* header *****************************************************/
#gnavi{
	width:100%;
	min-width:900px;
	background-color:#fff;
	font-weight:200;
	letter-spacing:0.1em;
}
#gnavi_sp{
	display:none;
}
#gnavi_in{
	width:900px;
	min-width:900px;
	margin:0 auto;
	position:relative;
}
#gnavi ul{
	list-style:none;
	padding:0;
	margin:0;
}
#gnavi li{
	margin:0;
	float:left;
	text-align:center;
}
.kuchan{
	width:150px;
	position:absolute;
	bottom:10px;
	right:10px !important;
	z-index:999;
}
.kuchan2{ display:none;}
/*BOX*/
.top_box01{
	width:800px;
	padding:30px 50px 50px 50px;
	background-image:url(../../img/top_img01.png);
	background-size: contain;
	background-repeat:no-repeat;
	font-size:17px;
	color:#604C3F;
	letter-spacing:0.1em;
	background-color:#fef5f0;
	border-radius:30px;
	line-height:2em;
}
.top_box01 h3{
	width:530px;
	margin:0 0 15px 0;
}
.top_box01 p{
	width:100%;
	margin:20px 0 15px 0;
	color:#F091A0;
	font-size:22px;
	font-weight:600;
}
.top_box01 p.bar{
	padding:7px 0 !important;
	color:#F091A0;
	font-size:20px;
	background-color:#fff;
	border-radius:3em;
	text-align:center;
}
.top_box01 p img{
	margin:10px 0 25px 0;
}
.btn01,.btn02{
	text-align:center;
}
.btn01 a,.btn02 a{
	margin:0 auto;
	padding:20px 40px;
	display:inline-block;
	font-size:20px;
	font-weight:500;
	background-color:#fff;
	border-radius:8px;
}
.btn01 a{
	border:#F091A0 solid 2px;
	color:#F091A0;
}
.btn01 a:hover{
	background-color:#F091A0;
	color:#fff;
}
.btn02 a{
	border:#D3C34E solid 2px;
	color:#D3C34E;
}
.btn02 a:hover{
	background-color:#D3C34E;
	color:#fff;
}

.top_box02{
	width:900px;
	margin-top:50px;
	color:#604C3F;
	letter-spacing:0.1em;
}
.top_box02 dt{
	width:45%;
	height:500px;
	background-image:url(../../img/top_img09.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right center;
	position:relative;
	border-top-left-radius : 20px;
	border-bottom-left-radius : 20px;
	float:left;
}
.top_box02 dd{
	width:55%;
	height:500px;
	padding:0 0 0 40%;
	background-color:#fff;
	background-image:url(../../img/top_img10.jpg);
	background-size:58% auto;
	background-repeat:no-repeat;
	background-position:right top;
	border-top-right-radius : 20px;
	border-bottom-right-radius : 20px;
}
	
.top_box03{
	padding-bottom:80px;
	background-image:url(../../img/top_img06.png);
	background-size: contain;
	background-position:center bottom;
	background-repeat:no-repeat;
	color:#604C3F;
}
.top_box03 h3{
	margin-bottom:35px;
}
	
.top_box03 dt{
	width:500px;
	margin:0;
	padding:0 50px 0 0;
	float:left;
	line-height:3.2em;
}
.top_box03 dd{
	width:350px;
	margin:0;
	padding:0 0 0 0;
	float:left;
}
/*パーツ*/
.top_parts01{
	margin:10px 0 40px 0;
	text-align:center;
	font-size:27px;
	font-family: aozora-M;
	letter-spacing:0.15em;
}
.top_parts02{
	padding:140px 30px 30px 30px;
	font-size:18px;
	line-height:2em;
}
.top_parts03{
	width:150px;
	height:120px;
	padding:30px 0 0 0;
	position:absolute;
	left:20px;
	bottom:20px;
	line-height:1.6em;
	letter-spacing:0.05em;
	background-color:#D3C34E;
	color:#fff;
	border-radius:100px;
	text-align:center;
	font-size:15px;
}
.top_parts04{
	margin:20px 0 0 0;
}
.wrap{
  margin-bottom:3%;
}
.wrap p{
	width:100%;
	margin-bottom:15px;
	padding:0 !important;
	font-size:21px;
	font-weight:600;
	text-align:left;
	color:#F091A0;
}
@media (max-width: 900px) {
.kuchan2{
	width:20%;
	position:absolute;
	bottom:-4vw;
	right:3vw !important;
	z-index:999;
	display:block;
}
/********* header 900 *******************************************************************/
#header{
	width:100%;
	min-width:100%;
	z-index:999;
	margin:o auto;
}
#gnavi{
	display:none;
}
#gnavi_sp{
	display:block;
	padding:0;
	margin:0;
	width:100%;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	letter-spacing:0.15em;
	position: fixed;
	top:0;
	z-index:1001 !important;
}
#gnavi_sp ul{
	padding:0 0 30px 0;
	margin-top:51px;
}
#gnavi_sp li{
	border-bottom:#ddd solid 1px;
}
#gnavi_sp li a{
	display:block;
	margin:0 0 0 0;
	padding:15px 0 15px 20px;
	text-align:left;
	text-decoration:none;
	font-size:14px;
	color:#604C3F;
}
#gnavi_sp li a:hover{
	background-color:#BCD8CB;
	color:#fff;
}
/*BOX**********************************/
/**/.top_box01{
	width:90%;
	padding:5% 5% 7% 5%;
	margin-top:0;
	font-size:2vw;
	border-radius:30px;
	line-height:1.8em;
	background-size: 100% auto;
}
/**/.top_box01 h3{
	width:80%;
	margin:0 0 2vw 0;
}
/**/.top_box01 p{
	width:92%;
	margin:3vw 0 2vw 0;
	padding:2% 4%;
	font-size:calc(11px + 1.3vw);
	border-radius:3em;
	text-align:center;
	line-height:1.3;
}
.top_box01 p.bar{
	margin-bottom:2vw;
	padding:2% 4% !important;
	font-size:calc(11px + 1.3vw);
	line-height:1.3;
	
}
/**/.top_box01 p img{
	margin:2vw 0 3vw 0;
}
/**/.top_box02{
	width:100%;
	margin-top:5vw;
}
/**/.top_box02 dt{
	width:100%;
	height:53vw;
	background-size:cover;
	background-position:center center;
	border-top-left-radius : 20px;
	border-top-right-radius : 20px;
	border-bottom-left-radius : 0;
	float:none;
}
/**/.top_box02 dd{
	width:100%;
	height:auto;
	margin:0;
	padding:0 0 7vw 0;
	background-color:#fff;
	background-size:100% auto;
	background-position:top center;
	border-bottom-right-radius : 20px;
	border-bottom-left-radius : 20px;
	border-top-right-radius : 0;
}
.btn01 a,.btn02 a{
	margin:0 auto;
	padding:3vw 5vw;
	font-size:calc(13px + 0.5vw);
}
	

/**/.top_box03{
	padding-bottom:10vw;
	background-size:80% auto;
}
/**/.top_box03 h3{
	margin:0 0 3.5vw 0;
}
	
/**/.top_box03 dt{
	width:100%;
	margin:0;
	padding:0 0 0 0;
	float:none;
	font-size:2.3vw;
	line-height:2.5em;
	letter-spacing:0.07em;
}
/**/.top_box03 dt br{
	display:none;
}
/**/.top_box03 dd{
	width:100%;
	margin:6vw 0 0 0;
	padding:0 0 0 0;
	float: none;
}
/*パーツ*/
/**/.top_parts01{
	margin:2vw 0 5vw 0;
	text-align:center;
	font-size:3vw;
}
/**/.top_parts02{
	padding:25vw 5vw 5vw 5vw;
	font-size:2.5vw;
	line-height:2em;
}
/**/.top_parts03{
	width:25vw;
	height:20vw;
	padding:5vw 0 0 0;
	line-height:1.6em;
	font-size:2.5vw;
}
/**/.top_parts04{
	margin:5vw 0 0 0;
}
.wrap{
  margin:3% 0 5% 0;
}
.wrap p{
	margin-bottom:1.2em;
	padding:0 !important;
	font-size:calc(13px + 0.6vw);
	line-height:1.5em;
}


}
@media (max-width: 580px) {
	/*BOX*/
/**/.top_box01{
	width:90%;
	margin-top:4vw;
	padding:8% 5%;
	font-size:calc(12px + 0.5vw);
	border-radius:30px;
	line-height:1.8em;
	background-size: 100% auto;
}
.top_box01 br{
	display:none;
}
/**/.top_box01 h3{
	width:100%;
	margin:0 0 3vw 0;
}
/**/.top_box01 p{
	margin:3vw 0 3vw 0;
	padding:3% 4% ;
	font-size:calc(11px + 1.2vw);
	text-align:center;
	background-color:#F091A0;
	color:#fff;
}
.top_box01 p.bar{
	margin-bottom:3vw;
	padding:3% 4% !important;
	font-size:calc(11px + 1.2vw);
	line-height:1.3;
	background-color:#F091A0;
	color:#fff;
}
/**/.top_box01 p img{
	margin:2vw 0 4vw 0;
}
/**/.top_box03 h3{
	width:90%;
	margin:4vw auto 4vw auto;
}
/**/.top_box03 dt{
	font-size:calc(12px + 0.5vw);
	line-height:2.3em;
}
/**/.top_box03 dd{
	margin:8vw 0 0 0;
}
/*パーツ*/
/**/.top_parts01{
	margin-top:0;
	text-align:center;
	font-size:calc(15px + 1.3vw);
}
/**/.top_parts02{
	padding:25vw 5vw 5vw 5vw;
	font-size:calc(12px + 0.5vw);
	line-height:1.8em;
}
/**/.top_parts03{
	width:33vw;
	height:26vw;
	padding:7vw 0 0 0;
	left:3vw;
	bottom:3vw;
	line-height:1.6em;
	font-size:calc(10px + 1vw);
}
.wrap{
  margin:8% 0 8% 0;
}
.wrap p{
	margin-bottom:1.1em;
	font-size:calc(12px + 0.6vw);
	line-height:1.4em;
	text-align:center;
}
}
