@charset "UTF-8";

/* INTERFACE */

#home_welcome_area{
	background-image:url(../img/welcome_bg.jpg);
	background-repeat:no-repeat;
	background-size:1300px 740px;
	background-position:top center;
}

#home_welcome_area>div{
	width:1072px;
	margin:0 auto;
	padding:140px 0;
	position:relative;
	overflow:hidden;
}

#welcome_pic{
	width:45%;
	float:left;
	position:relative;
	left:30px;
	top:-40px;
}

#welcome_pic img{
	width:100%;
}

#welcome_txt{
	width:54%;
	float:right;
	border:1px solid #a69e5d;
	position:relative;
}

#welcome_txt>div{
	width:calc(100% + 3px);
	box-sizing:border-box;
	padding:75px 115px 75px 125px;
	border:1px solid #a69e5d;
	position:relative;
	top:-6px;
	left:-6px;
}

#welcome_txt h2{
	margin:0 0 30px;
	padding:30px 0 0;
	font-size:25px;
	font-weight:300;
	color:#575757;
	letter-spacing:1px;
	background-image:url(../img/interface/dec_welcome.svg);
	background-repeat:no-repeat;
	background-size:150px 19px;
	background-position:center top;
}

#welcome_txt h2 span{
	display:block;
	margin:0 0 30px;
	text-align:center;
	font-family: 'Great Vibes', cursive;
	font-size:17px;
	color:#a69e5d;
}

#welcome_txt p{
	text-align:justify;
	margin:0;
	font-size:14px;
	font-weight:300;
	line-height:2em;
}

#home_feature_area>h2{
	margin:0;
	text-align:center;
	font-size:26px;
	font-weight:300;
	line-height:1.3em;
	color:#717171;
}

#home_feature_area h2 img{
	width:130px;
	margin:0 10px 0 0;
	font-size:26px;
	vertical-align:bottom;
}

#home_feature_area h2 span{
	display:block;
	padding:0 0 20px;
	font-size:12px;
	letter-spacing:1px;
	background-image:url(../img/interface/dec_feature.svg);
	background-repeat:no-repeat;
	background-size:160px 9px;
	background-position:center bottom;
}

#home_feature_area>div{
	max-width:1300px;
	margin:0 auto 80px;
	padding:60px 30px 300px 30px;
	overflow:hidden;
	position:relative;
}

#home_feature_area>div picture img{
	width:500px;
	float:left;
}

#home_feature_area>div img:nth-child(3){
	width:360px;
	position:absolute;
	right:0;
	top:115px;
}

#home_feature_area>div img:nth-child(4){
	width:300px;
	position:absolute;
	bottom:0;
	left:50%;
}

#feature_txt{
	margin:150px 0 0;
	transform:translateX(-30px);
}

#feature_txt h3{
	margin:0 0 30px;
	font-size:25px;
	font-weight:300;
	color:#575757;
	letter-spacing:1px;
}

#feature_txt h3 span{
	display:block;
	margin:0 0 25px;
	font-family: 'Great Vibes', cursive;
	font-size:17px;
	color:#a69e5d;
}

#feature_txt p{
	text-align:justify;
	margin:0;
	font-size:14px;
	font-weight:300;
	line-height:2em;
}

#home_semiorder_area{
	max-width:1280px;
	margin:0 auto 180px;
	padding:0 40px;
}

#home_semiorder_area>div{
	max-width:1200px;
	min-height:500px;
	margin:0 auto;
	background-image:url(../img/interface/frame_order.svg);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center center;
	position:relative;
}

#home_semiorder_area>div>div{
	width:80%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);
}


#home_semiorder_area>div>div>img{
	width:250px;
	float:left;
	margin:0 80px 0 0;
}

#semiorder_txt h2{
	margin:0 0 30px;
	font-size:25px;
	font-weight:300;
	color:#575757;
	letter-spacing:2px;
}

#semiorder_txt h2 span{
	display:block;
	margin:0 0 25px;
	font-family: 'Great Vibes', cursive;
	font-size:17px;
	color:#a69e5d;
}

#semiorder_txt p{
	margin:0 0 40px;
	text-align:justify;
	font-size:14px;
	font-weight:300;
	line-height:2em;
}

#home_semiorder_area>div>div>a{
	clear:both;
	width:290px;
	margin:0 auto;
	padding:25px 20px 25px 0;
	display:block;
	background-image:url(../img/interface/btn_arrow.svg);
	background-repeat:no-repeat;
	background-size:10px 20px;
	background-position:right 20px center;
	background-color:#b2ab70;
	text-align:center;
	font-size:16px;
	line-height:1em;
	color:#fff;
}

#home_semiorder_area>div>div>a:hover,
#home_semiorder_area>div>div>a:active{
	text-decoration:none;
	background-color:#aaa158;
}

@media screen and (max-width:1200px) {
	#home_semiorder_area>div>div{
		width:90%;
	}
	#home_semiorder_area>div>div>img{
		width:200px;
		margin:40px 40px 0 0;
	}
	#semiorder_txt h2{
		margin:0 0 20px;
		font-size:22px;
		letter-spacing:1px;
	}
	#semiorder_txt h2 span{
		margin:0 0 15px;
	}
}

#home_shop_area{
	background-color:#faf6f5;
	border-top:3px solid #a69e5d;
}

#home_shop_area>div{
	max-width:1200px;
	margin:0 auto;
	padding:80px 40px;
	overflow:hidden;
}

#home_shop_area>div>img{
	width:50%;
	float:left;
}

#shop_txt{
	width:50%;
	box-sizing:border-box;
	margin:10px 0 0;
	padding:0 0 0 50px;
	float:right;
	overflow:hidden;
}

#shop_txt h2{
	margin:0 0 30px;
	font-size:22px;
	font-weight:300;
	line-height:1em;
	color:#717171;
}

#shop_txt h2 img{
	width:130px;
	margin:0 8px 0 0;
	font-size:22px;
	vertical-align:middle;
}

#shop_txt h2 span{
	display:block;
	margin:10px 0 0;
	font-size:19px;
	line-height:1.2em;
	letter-spacing:1px;
}

#shop_txt p{
	margin:0 0 30px;
	text-align:justify;
	font-size:13px;
	font-weight:300;
	line-height:1.8em;
}

#shop_txt a.tel{
	font-family:Arial,sans-serif;
	font-size:32px;
	font-weight:bold;
}

#shop_txt p.comment{
	margin:0 30px 0 0;
	font-size:12px;
	float:left;
}

#shop_txt a.btn{
	display:inline-block;
	padding:8px 20px;
	font-size:12px;
	line-height:1em;
	color:#fff;
	background-color:#a69e5d;
	border-radius:3px;
}

#shop_txt a.btn:hover,
#shop_txt a.btn:active{
	text-decoration:none;
	background-color:#aaa158;
}

/* SEMI ORDER */

#sub_key_area .sub_key_txt{
	color:#707070;
	position:absolute;
	top:35%;
	left:10%;
}

#sub_key_area h1{
	margin:0 0 10px;
	font-size:30px;
	font-weight:400;
	color:#707070;
}

#sub_key_area p{
	margin:0;
	font-size:15px;
	font-weight:300;
	color:#a69e5d;
}

#sub_semiorder_area{
}

#sub_semiorder_area>section{
	max-width:1300px;
	margin:0 auto;
	padding:70px 40px;
	text-align:center;
	border-bottom:4px double #ddd;
	background-image:url(../img/interface/ico_triangle.svg);
	background-repeat:no-repeat;
	background-size:25px 25px;
	background-position:top center;
}

#sub_semiorder_area>section:first-child{
	background-image:none;
}

#sub_semiorder_area>section:nth-child(8){
	border:none;
}

#sub_semiorder_area>section h2{
	margin:0 0 20px;
	padding:0 0 15px;
	font-size:25px;
	font-weight:300;
	color:#555;
	letter-spacing:1px;
	background-image:url(../img/interface/dec_feature.svg);
	background-repeat:no-repeat;
	background-size:160px 9px;
	background-position:bottom center;
}

#sub_semiorder_area>section h2 span{
	font-family: 'Great Vibes', cursive;
}

#sub_semiorder_area>section>p{
	margin:0 0 40px;
	font-family:'ヒラギノ明朝 Pro W3',serif;
	font-size:14px;
	font-weight:300;
}

#sub_semiorder_area>section>div{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

#sub_semiorder_area>section>div>section{
	width:20%;
	box-sizing:border-box;
	padding:10px;
}

#sub_semiorder_area>section>div>section a{
	cursor:pointer;
}

#sub_semiorder_area>section>div>section h3{
	font-size:15px;
	font-weight:400;
	color:#707070;
	line-height:1.4em;
}

#sub_semiorder_area>section>div>section h3 span{
	display:block;
	font-size:20px;
	font-family: 'Great Vibes', cursive;
	color:#a69e5d;
}

#sub_semiorder_area>section>div>section p{
	font-size:13px;
	text-align:justify;
	color:#555;
}

#sub_semiorder_area>section>div>section img{
	width:100%;
}

#order_step5>div,
#order_step8>div{
	overflow:hidden;
	border-bottom:none;
}

#order_step5>div img,
#order_step8>div img{
	float:left;
	width:40%;
	height:40%;
	margin:20px 30px 0 0;
}

#order_step5>div p,
#order_step8>div p{
	text-align:left;
	font-size:15px;
	font-weight:300;
	line-height:1.5em;
}

#order_step5>div p span,
#order_step8>div p span{
	display:block;
	font-size:13px;
	margin:10px 0 0;
}

#order_closing{
	margin:0 auto 120px;
	padding:25px 40px 0;
	text-align:center;
	background-image:url(../img/interface/dec_order01.svg);
	background-repeat:no-repeat;
	background-size:111px 10px;
	background-position:center top;
}

#order_closing p{
	padding:0 0 50px;
	font-size:20px;
	font-weight:300;
	line-height:2.2em;
	color:#a69e5d;
}

