@charset "utf-8";
/* CSS Document */

body {  color: #EFEFEF; background-color: #000; 
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8em;
	line-height: 1.9em;
	min-width:960px;
}

hr {border-style: none; clear:both; }
a{color: #999;}
a:hover{color: #FFF;}

h2{background: url(../images/h2_img.png) no-repeat left center;font-size: 1.8em; padding-left: 35px; line-height: 1.8em; margin-bottom: 20px;}
h3{border-left: 8px solid #84ccc9; font-size: 1.4em; line-height: 1.6em;padding-left: 10px; margin-bottom:15px; overflow:hidden; _zoom: 1;}

table{ width:100%; margin-bottom:30px;}
th{ width:20%; padding:20px; border: 1px solid #333;}
td{ width:80%; padding:20px; border: 1px solid #333;}

.pc{display: none;}


#youtube{ width: 100%; margin-bottom:30px;}
#youtube img{display: inline-block;}
#youtube iframe{display: inline-block; vertical-align: top; height: 242px; width: 420px;}

/* CLEAR FIX */
.clearfix:after{content: "."; display: block; height: 0;  clear: both; visibility:hidden;}
.clearfix{display: inline-table;} 
/* Hides from IE Mac */
* html .clearfix{height: 1%;}
.clearfix{display:block;}

/* css set */
.clear{ clear:both}
.mb10{margin-bottom:10px;}.mb20{margin-bottom:20px;}.mb30{margin-bottom:30px;}.mb40{margin-bottom:40px;}.mb50{margin-bottom:50px;}
.big{font-size:18px;}
.big02{font-size:22px;}
.under{text-decoration: underline;}

.img_left{float:left; margin-right:30px; margin-bottom:30px;}
.img_right{float:right; margin-left:30px; margin-bottom:30px;}

.btn{text-align:center; font-size:1.4em; border:1px solid #FFF; border-radius:5px;  font-weight:bold; display:block;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #b9a25f), color-stop(0.00, #ebe6d6));
background: -webkit-linear-gradient(top, #ebe6d6 0%, #b9a25f 88%);
background: -moz-linear-gradient(top, #ebe6d6 0%, #b9a25f 88%);
background: -ms-linear-gradient(top, #ebe6d6 0%, #b9a25f 88%);
background: linear-gradient(to bottom, #ebe6d6 0%, #b9a25f 88%);
}
.btn a{display:block; padding:40px; text-decoration:none; color:#000;}
.btn a:hover{
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #9d812f), color-stop(0.00, #ebe6d6));
background: -webkit-linear-gradient(top, #ebe6d6 0%, #9d812f 88%);
background: -moz-linear-gradient(top, #ebe6d6 0%, #9d812f 88%);
background: -ms-linear-gradient(top, #ebe6d6 0%, #9d812f 88%);
background: linear-gradient(to bottom, #ebe6d6 0%, #9d812f 88%);
}
.list {margin-bottom: 1.5em;}
.list li {padding-left: 1em; text-indent: -1em;}
.indent{padding-left: 1em;}

/* ====== HEAD ======= */
#head{border-bottom: 1px solid #333;}
#head h1{font-size: 0.6em; padding:10px 0;}
#head a{color:#FFF; text-decoration:none;}
#head a:hover{color:#999;}

#head .inr{background: url(../images/header.png) no-repeat left center;	height: 160px; width: 960px; margin:0 auto; position: relative;}

.site_navi{position: absolute; top: 20px; right: 0px;}
.site_navi li{ float: left; font-size:1em; border-right:1px solid #333; line-height: 1em; padding:0 10px;}

#head_navi{position: absolute; bottom: 0; font-size:1em;}
#head_navi li{ float: left; text-align:center;}
#head_navi li a{display:block; width:auto; padding:5px 15px; border-bottom:2px solid #000;}
#head_navi li a:hover{border-bottom:2px solid #666;}

/* ====== CONTENTS ======= */
#wrap{ width: 960px; margin: 0 auto; padding-bottom:100px;  margin-top: 40px;}

#l_cont{ width: 700px;	float:left;  padding-top:40px;}
#l_cont p{margin-bottom:20px; color:#999;}
#l_cont .cont_box{margin-bottom:50px;}
#l_cont .cont_box li{margin-bottom:30px;}

#l_cont .mail table{ width:100%; margin-bottom:30px;}
#l_cont .mail th{ width:40%; padding:20px; border: 1px solid #333;}
#l_cont .mail th span{ font-size:9px; margin-left:5px; color:#84ccc9;}
#l_cont .mail td{ width:60%; padding:20px; border: 1px solid #333;}
#l_cont .mail td textarea {	width: 100%;　height: 120px;}

#l_cont .iv_box{ padding: 30px;	background-color: #333;	margin-bottom: 30px;}
#l_cont .iv_box_end{padding: 30px;background-color: #333;}

#l_cont .iv{ border: 3px solid #FFF; box-sizing: border-box;}
#l_cont .iv_p{ float: left; border: 3px solid #FFF; margin-right:30px; box-sizing: border-box;}
#l_cont .iv_m{ float: left; margin-right:30px;}

#r_cont{ width: 216px; float:right;	position: relative; }

#r_cont .menu{ padding-top:40px; }
#r_cont .menu li:first-child{border-top: 1px solid #333;}
#r_cont .menu li{
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	box-sizing: border-box;
	 }
#r_cont .menu li a{display:block; text-decoration:none; color:#FFF;padding: 15px 0px 15px 30px;}
#r_cont .menu li a:hover{background:#222;}
#r_cont .menu li.mb10{ margin-bottom:10px;}

#foot{background: #111;	text-align: center;padding: 50px 0 50px 0; border-top:1px solid #666; }
#foot .foot_inr{ line-height:1em; width:960px; margin:0 auto 50px;}
#foot .foot_inr li{display:inline-block;margin-bottom:30px;border-left:1px solid #666; padding:0 5px;}
#foot .foot_inr li:first-child{border-left:none;}
#foot .foot_inr li a{}
#foot .foot_inr #foot_youtube {display: none;}

#info-box {padding: 30px;border: 1px solid #666;border-radius: 10px;-moz-border-radius: 10px;margin-bottom: 30px;}
#info-box h3 {font-size: 24px;color: #FFF;margin-bottom:0 !important;color: #B28850;border:none !important; }
#info-box h3 span{font-size: 18px;}
#info-box p {line-height: 1.5em;margin-bottom: 10px;}

.point{background: #111; padding:20px 20px 5px 20px; margin-bottom: 30px ; border-radius: 10px;-moz-border-radius: 10px; font-size: 18px;}
.point-midashi{color:#FFF !important; font-weight:bold;}

/* ====== 特集ページ ======= */

#teaser2{ width: 100%; height: 700px; background-position: center center; background-size: 100%; text-align: center; }
#teaser2 h2{font-size:5em; background: none; padding-left:0; letter-spacing:0.1em; font-weight:bold; margin-top:120px; text-shadow: 1px 1px 3px #000;}

#1column{width:100%;}

.stage01{text-align:center; padding:120px 0 120px 0;}
.stage01 p{font-size:1.2em; line-height:2em;}

.stage01 h2 {
	font-size: 32px;
	border: none;
	background: none;
	padding-left: 0;
}


.stage02{text-align:center; padding:120px 0 120px 0; background:#222; background-image: url("../images/vision04.jpg"); background-size: cover;}
.stage02 h2{font-size:2.5em; background: none; padding-left:0; letter-spacing:0.1em;}
.stage02 p{font-size:1.2em; line-height:2em;}

.stage02 #info-box {
	max-width: 638px;
	width: 100%;
	margin: 30px auto;
	text-align: left;
	
}
.stage02 #info-box h3 {
	background: url(../images/h2_img.png) no-repeat left center;
	font-size: 1.8em;
	padding-left: 35px;
	line-height: 1.8em;
	margin-bottom: 20px;
	color: #fff;
}

.stage02 #info-box p {
	margin-bottom: 30px;
	color: #EFEFEF;
}

.stage02 #info-box p:last-child {
	margin-bottom: 0;
}


.stage03{text-align:left; padding:80px 0 120px 0; }
.stage03 h2{font-size:2.5em; background: none; padding-left:0; letter-spacing:0.1em; margin-bottom:30px; text-align:center;}
.stage03 h3{font-size:2em;}
.stage03 p{font-size:1.1em; line-height:1.5em;}

.stage03 .link_bnr {
	display: flex;
	justify-content: center;
}

.stage03 .link_bnr a {
	margin: 0 10px;
}

.stage04 {margin-bottom: 40px;}
.stage04 h2{font-size:2.5em; background: none; padding-left:0; letter-spacing:0.1em; margin-bottom:20px; text-align:center;}
.stage04 .logo_otokogami {
	margin: 0 auto 40px;
	text-align: center;
}
.stage04 .shop_list {
	display: flex;
	justify-content: space-between;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;

}
.stage04 .shop_list .shop_info h3 a {
	text-decoration: none;
	color: #fff;
}
.stage04 .shop_list .shop_info {
	max-width: 300px;
}
.stage04 .shop_list .shop_info img {
	margin-bottom: 20px;
	width: 100%;
}


.stage05 {margin-bottom: 120px;}
.stage05 h2{font-size:2.5em; background: none; padding-left:0; letter-spacing:0.1em; margin-bottom:30px; text-align:center;}
.stage05 .qa_box {
	width: 960px;
	border: 1px solid #fff;
	margin-bottom: 30px;
}
.stage05 .qa_box .q_area {
	width: 100%;
	border-bottom: 1px solid #fff;
}
.stage05 .qa_box .q_area h3 {
	position: relative;
	padding: 35px 30px 20px 80px;
	font-size: 20px;
	border: none;
}
.stage05 .qa_box .q_area h3:before {
	position: absolute;
	left: 30px;
	top: 28px;
	content: "";
	width: 40px;
	height: 40px;
	background: url(../images/top/q.png) no-repeat left center;
}

.stage05 .qa_box .a_area p {
	position: relative;
	padding: 35px 30px 30px 80px;
	font-size: 16px;
	line-height: 1.8em;
}
.stage05 .qa_box .a_area p:before {
	position: absolute;
	left: 30px;
	top: 28px;
	content: "";
	width: 40px;
	height: 40px;
	background: url(../images/top/a.png) no-repeat left center;
}


.stage05 .qa_box .a_area {
	width: 100%;
	background: #FFFEFE;
	color: #000;
}

.stage06 {margin-bottom: 20px;}
.stage06 h2{font-size:2.5em; background: none; padding-left:0; letter-spacing:0.1em; margin-bottom:30px; text-align:center;}
.stage06 #info-box {
	max-width: 638px;
	margin: 0 auto 30px;
}

.stage06 .link_bnr2 {
	display: flex;
	width: 700px;
	justify-content: space-between;
	margin: 0 auto 120px;
}

.stage06 .link_bnr2 a {
	margin: 0;
}

.stage06 .line_banner {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

.fix_line_btn {
	position: fixed;
	bottom: 50px;
	right: 30px;
}

.fix_line_footer {
	display: none;
}


@media screen and (max-width: 979px) {
	.fix_line_btn {
		display: none;
	}
}	

@media screen and (max-width: 479px) {
	.stage01 img {
		width: 100%;
	}
	
	.stage01 h2,
	.stage02 h2,
	.stage03 h2,
	.stage04 h2,
	.stage05 h2,
	.stage06 h2 {
		font-size: 22px !important;
	}

	.stage02 #info-box {
		width: auto;
	}
	
	.stage03 .link_bnr {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		margin: 0 auto 30px;
	}
	.stage03 .link_bnr a {
		margin-bottom: 10px;
	}
	.stage03 p {
		margin-bottom: 20px;
	}
	
	.stage04 .shop_list {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.stage04 .shop_list .shop_info {
		margin: 0 auto 50px;
	}
	
	.stage05 {
		margin-bottom: 80px;
	}
	.stage05 .qa_box {
		width: 100%;
	}

	.stage06 .link_bnr2 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		margin: 0 auto 80px;
		width: 100%;
	}
	.stage06 .link_bnr2 a {
		margin-bottom: 10px;
		text-align: center;
	}
	
	.stage06 .link_bnr2 img {
		width: 100%;
	}
	
	.stage06 .line_banner img {
		width: 100%;
	}

	.fix_line_footer {
		position: fixed;
		bottom: 0;
		width: 100%;
		background: #06C755;
		height: 50px;
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
	}
	
	.fix_line_footer img {
		width: 100%;
		max-width: 224px;
	}

}





.msg-right{margin-bottom:30px; overflow: hidden;}

/* ====== タブメニュー ======= */
.tab{overflow:hidden;}
.tab li{background:#000; padding:20px 0; display: inline-block; margin-bottom: 30px; cursor: pointer; border:1px solid #333; width:49%; box-sizing: border-box; text-align: center;font-size: 16px;} 
.tab li.select{background:#666;}
.content li{}
.hide {display:none;}

/* ====== アコーディオン ======= */
.accordion_container .accordion_btn {cursor: pointer;}
.accordion_container .accordion_box {display: none;}
.more_btn {display: inline-block; padding: 0 0.5rem; border: 1px solid #fff; margin-left: 0.5rem; color: #fff!important;}

/* ====== リンクボタン ======= */
.simulation_btn {display: inline-block; color: #000; text-decoration: none; padding: 1em; border: 1px solid #fff; margin-top: 1rem; background: linear-gradient(to bottom, #ebe6d6 0%, #b9a25f 88%); font-weight: bold; border-radius: 5px;}
.simulation_btn::after {content: ""; display: inline-block; width: 0.5em; height: 0.5em; border-top: 2px solid #000; border-left: 2px solid #000; transform: rotate(135deg); margin-left: 0.5em;}
.simulation_btn:hover{background: linear-gradient(to bottom, #ebe6d6 0%, #9d812f 88%); color: #000;}

/* ======================== */
/* ======　IPHONES　======= */
/* ======================== */

@media screen and (max-width: 479px) {

/* ====== SETS ======= */
body {min-width:100%;}

h2{font-size: 1.4em; line-height: 1.4em; margin-bottom: 20px;}
h3{border-left: 8px solid #84ccc9; font-size: 1.4em; line-height: 1.4em;}

table {	border:none;}
tbody tr{display:block;	margin-bottom:10px; border-bottom: 1px dotted #333; padding-bottom: 10px;}
tbody th, tbody td{display:list-item;list-style: none;	border:none; padding:0;}
tbody th {text-align:left; width:100%; font-weight:bold; font-size:1.2em; color:#B28850; margin-bottom:10px;}
tbody td {margin-left:0; width:100%;}

.sp{display: none;}.pc{display: block;}

/* ====== NAVI ======= */
#head{margin-bottom:0px;}
#head h1 { font-size: 0.6em; margin:0 0 0 15px; padding: 0;}
#head .inr { background: url(../images/header.png) no-repeat 10px 20px;
  height: 60px; width: 100%;  margin: 0; background-size: 50%;}

#head_navi{position: absolute; font-size:1em; width:100%; height:60px;}
#head_navi ul{width:100%; display:none; position: absolute; top: 60px; z-index: 10; font-size: 0;}
#head_navi li{ float: none; text-align:left;  background:#FFF; display: inline-block; font-size: 12px; width: 50%;}
/*#head_navi li:last-child {width: 100%;}	*/
#head_navi li a{display:block; width:100%; padding:15px 0; border-bottom:1px solid #CCC; color:#333; text-indent:20px;}
#head_navi li a:hover{border-bottom:1px solid #CCC;}

#sp {position: absolute; top: 0; right: 0;}
#sp a{display:block; padding: 0;background: #000;}
#panel-btn{display: inline-block; width:60px; height:60px;}
#panel-btn-icon{ display: block; position: absolute; top: 50%; left: 50%; width: 14px; height: 2px; margin: -1px 0 0 -7px; background: #FFF; transition: .2s;}
#panel-btn-icon:before, #panel-btn-icon:after{display: block;content: ""; position: absolute; top: 50%; left: 0; width: 14px;  height: 2px; background: #FFF; transition: .3s;}
#panel-btn-icon:before{margin-top: -6px;}
#panel-btn-icon:after{ margin-top: 4px;}
#panel-btn .close{ background: transparent;}
#panel-btn .close:before, #panel-btn .close:after{ margin-top: 0;}
#panel-btn .close:before{transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}
#panel-btn .close:after{ transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}

/* ====== CONTENTS ======= */
#wrap{ width: 90%; padding-bottom:30px; margin-top: 20px;}
#l_cont{ width: 100%; float:none; padding-top:40px;}
#l_cont img{width: 100%; height:auto;}
#r_cont{display:none; }

.teaser img{width: 100%; height: auto;}
#info-box{padding: 20px;}
#info-box h3{font-size: 1.2em;}
#info-box h3 span{font-size: 1em;}

.point{font-size: 1.2em;}
  
.pc_break {display: none;}

/* ====== FOOTER ======= */
#foot{padding: 20px 0 0 ; }
#foot .foot_inr{width: 90%; margin:0 auto;}
#foot .foot_inr ul{margin:10px 0 30px ;}
#foot .foot_inr li{display:block;margin-bottom:10px;border-left:none; padding:0 5px;}
#foot .foot_inr li:first-child{border-left:none;}
#foot .foot_inr li a{text-decoration:none; display:block; padding:10px 0; border-radius:5px; background:#333;}
#foot p.copy{width: 100%;  margin:0 auto; background:#000; padding:10px 0; font-size:0.6em;}
#foot .foot_inr li#foot_youtube {display: block;}
#foot .foot_inr li#foot_youtube a {padding: 0; background: none;}
#foot .foot_inr li#foot_youtube img {max-width: 100%!important;}

/* ====== MAIL FORM ======= */

#l_cont .mail table {border:none;}
#l_cont .mail tbody tr{display:block;	margin-bottom:10px; border-bottom: 1px dotted #333; padding-bottom: 10px;}
#l_cont .mail tbody th, tbody td{display:list-item;list-style: none;	border:none; padding:0;}
#l_cont .mail tbody th {text-align:left; width:100%; font-weight:bold; font-size:1.2em; color:#B28850; margin-bottom:10px;}
#l_cont .mail tbody td {margin-left:0; width:100%; border:none; padding:0;}
#l_cont .mail td input{width:96%; padding:2%; margin-bottom:10px;  border:none;}
#l_cont .mail td textarea{width:96%; padding:2%; border:none;}
#l_cont .mail td select{width:100%; padding:2%; border:none;}
#l_cont .mail td input.form_btn{width:100%; padding:5%;}

/* ====== 特集ページ ======= */

#teaser2{ width: 100%; height: 300px; background-position: center center; background-size: 100%; text-align: center; }
#teaser2 h2{font-size:1.5em; background: none; padding-left:0; letter-spacing:0.1em; font-weight:bold; margin-top:130px; text-shadow: 1px 1px 3px #000;}

#1column{width:100%;}


.stage01{text-align:left; padding:30px;}
.stage01 p{font-size:1em; line-height:2em;}
.stage01 br{display:none;}

.stage02{text-align:left; padding:30px; background:#222; background-image: url("../images/vision04.jpg"); background-size: cover;}
.stage02 h2{font-size:1.5em; background: none; padding-left:0; letter-spacing:0.1em;}
.stage02 p{font-size:1em; line-height:2em;}
.stage02 br{display:none;}

.stage03 h3{font-size:1.4em;}

.stage03{text-align:left; padding:10px 0 50px 0; }
.stage03 img{max-width:100%; height:auto;}
.stage03 h2{font-size:1.5em; background: none; padding-left:0; letter-spacing:0.1em; margin-bottom:30px;}
.stage03 p{font-size:1em; line-height:1.5em;}

.msg-right{overflow: visible;}

/*=========YOUTUBE========== */
#youtube{ width: 100%; margin-bottom:30px;}
#youtube img{display: none;}
#youtube iframe{display: block; vertical-align: top; width: 100%;}

}


/* スマホ用 */
.sp_on {display: none;}

@media screen and (max-width: 479px) {
	.sp_on {display: inline-block;}
}