@charset "utf-8";
body{
	min-width:1100px;
	position:relative;
	background:#251204;
}
/*--------------------------------------------------------------
			ヘッダー
--------------------------------------------------------------*/
header{
	width:225px;
	height:100%;
	position:absolute;
	background:#fff;	
}
header .ttl_logo{
	text-align:center;	
	margin:38px 0 40px;
}
header .tel_text{
	text-align:center;
	color:#451C06;
	font-size:14px;
	font-weight:500;	
	text-decoration:none;	
}
header .tel{
	display:block;	
	text-align:center;	
	font-size:16px;
	font-weight:600;
	margin:5px 0 0 0;	
	color:#451C06;
	text-decoration:none;
}
header .tel span{
	display:inline-block;
	font-size:21px;
	font-weight:600;
	text-decoration:none;
}
header .tel:hover span{
	text-decoration:none;
	opacity:0.8;	
}
header .en_link{
	display:block;
	width:84px;
	font-size:17px;
	font-weight:500;
	color:#451C06;
	background:url(../images/base/arrow.svg) 0 2px no-repeat;	
	padding:0 0 10px 28px;
	border-bottom:#451C06 2px solid;
	margin:25px auto 0;
	text-align:right;
	letter-spacing:1.5px;
	text-decoration:none;	
}
header .en_link:hover{
	text-decoration:none;
	border:none;
	padding:0 0 12px 28px;
}
.contact .en_link,.yoyaku .en_link{
	display:none;
}
/*------- ナビゲーション -------*/
header .pc_nav{
	margin:25px 0 0 0;
}
.contact .pc_nav,.yoyaku .pc_nav{
	display:none;
}
.contact .sns_list,.yoyaku .sns_list{
	display:none;
}
header .pc_nav li{
	padding:0 5px;
}
header .pc_nav li:hover,header .pc_nav li.active{
	background:url(../images/base/nav_bg.gif) 0 center no-repeat;
}
header .pc_nav li a{
	display:block;
	font-size:20px;
	border-bottom:#CACACA 1px dashed;
	line-height:1;
	padding:15px 0;
	text-align:center;
	color:#333;
	text-decoration:none;
}
header .pc_nav li.yoyaku{
	padding:0;
}
header .pc_nav li.yoyaku a{
	background:#869901;
	color:#fff;
	font-size:22px;
	border-bottom:none;
	padding:14px 0 17px 0;
}
header .pc_nav li.yoyaku a:hover{
	opacity:0.8;
}
header .pc_nav li.kuusitu{
	padding:0;
}
header .pc_nav li.kuusitu a{
	background:#451C06;
	color:#fff;
	font-size:22px;
	border-bottom:none;
	padding:14px 0 17px 0;
}
header .pc_nav li.kuusitua:hover{
	opacity:0.8;
}
header .sns_list{
	text-align:center;
	font-size:0;
	margin:20px 0 0 0;
}
header .sns_list li{
	display:inline-block;
	margin:0 0 0 15px;
}
header .sns_list li:first-child{
	margin:0;
}
.sp_nav{
	display:none;	
}
/*--------------------------------------------------------------
			フッター
--------------------------------------------------------------*/
footer .foot_top{
	background:url(../images/base/foot_img.jpg) center center no-repeat;
	background-size:cover;	
	width:100%;
	height:183px;
	text-indent:-9999px;
}
.one footer .foot_top{
	display:none;
}
footer .foot_middle{
	background:#330D00;
	padding:30px 0;
}
.one footer .foot_middle{
	display:none;
}
footer .foot_middle .inner{
	width:780px;
	margin:0 auto;
	overflow:hidden;
}
footer .foot_middle .inner .foot_logo{
	float:left;
	margin:0 50px 0 0;
}
footer .foot_middle .btn_list{
	font-size:0;
	margin:0 0 30px 0;
}
footer .foot_middle .btn_list li{
	display:inline-block;
}
footer .foot_middle .btn_list li:first-child{
	margin:0 15px 0 0;
}
footer .foot_middle .btn_list li a{
	display:inline-block;
	width:190px;
	border:1px solid #fff;
	padding:10px 0 13px 0;
	text-align:center;
	font-size:19px;
	color:#fff;
	text-decoration:none;
}
footer .foot_middle .btn_list li a:hover{
	opacity:0.8;
}
footer .foot_middle .btn_list li a.yoyaku{
	background:#869901;
}
footer .foot_middle .btn_list li a.kuusitu{
	background:#451C06;
}
footer .foot_middle .foot_nav{
	font-size:0;
}
footer .foot_middle .foot_nav li{
	display:inline-block;
	width:185px;
	margin:0 0 20px 0;
}
footer .foot_middle .foot_nav li a{
	color:#fff;
	font-weight:300;
	font-size:15px;
	text-decoration:none;
}
footer .foot_middle .foot_nav li a:hover{
	text-decoration:underline;
}
footer .foot_bottom{
	background:#251204;
	padding:25px 0;
}
footer .foot_bottom .inner{
	width:780px;
	margin:0 auto;
	overflow:hidden;
}
footer .foot_bottom .inner .bottom_left{
	float:left;
}
footer .foot_bottom .ac_text{
	color:#fff;
	font-weight:300;
}
footer .foot_bottom .tel{
	color:#fff;
	font-size:28px;
	font-weight:500;
	margin:10px 0 0 0;
	display:inline-block;
	text-decoration:none;
}
footer .foot_bottom .tel span{
	font-size:20px;
	font-weight:500;
}
footer .foot_bottom .copy{
	color:#fff;
	font-size:14px;
	margin:10px 0 0 0;
	font-weight:300;
}
footer .foot_bottom .sns_list{
	float:right;
}
footer .sns_list li{
	display:inline-block;
	margin:0 0 0 10px;
}
footer .sns_list li:first-child{
	margin:0;
}
footer .foot_bottom .ac_text a{
	color:#fff;
	text-decoration:none;	
}
footer .foot_bottom .ac_text a:hover{
	text-decoration:underline;	
}
/*--------------------------------------------------------------
			共通パーツ
--------------------------------------------------------------*/
/*------- レイアウト -------*/
main{
	display:block;/*- ieの背景画像対応 -*/
}
.content{
	margin:0 0 0 225px;
	background:#fff;	
}
.one .content{
	margin:0;
}
.main_in{
	width:740px;
	margin:0 auto;
}
.second .content{
	padding-top:30px;
}
.second_box{
	background:#EEF0ED;
	border-top:2px solid #869901;
	padding:50px 0 60px 0;
}
.main_in02{
	width:830px;
	margin:0 auto;	
}
.second .left_box01{
	float:left;
	width:440px;
}
.second .right_box01{
	float:right;
	width:360px;
}
.second_bottom{
	padding:270px 0 0 0;
	background:url(../images/base/ttl_logo.svg) center 85px no-repeat;
	background-size:55px auto;
}
.second_bottom .bottom_text{
	background:#fff;
	background-size:cover;
	padding:65px 0 80px 0;
	text-align:center;
	color:#819401;
	font-size:30px;	
}
.img_list01{
	overflow:hidden;
	width:860px;
	font-size:0;
}
.img_list01 li{
	display:inline-block;
	width:400px;
	margin:0 30px 30px 0;
	vertical-align:top;	
}
.img_list01 li img{
	display:block;
	margin:0 auto 15px;
	max-width:400px;
	height:auto;
}
.img_list02{
	overflow:hidden;
	width:860px;
	font-size:0;
}
.img_list02 li{
	display:inline-block;
	width:260px;
	margin:0 25px 30px 0;
	vertical-align:top;
}
.img_list02 li img{
	display:block;
	margin:0 auto 15px;
	max-width:260px;
	height:auto;
}
.list01 li{
	padding-left:1em;
	text-indent:-1em;
	line-height:1.4;
	margin:0 0 8px 0;
	color:#4D4D4D;	
}
.left_box02{
	float:left;
	width:400px;
}
.left_box02 img{
	max-width:400px;
	height:auto;
	display:block;
	margin:0 auto;	
}
.right_box02{
	float:right;
	width: 100%;
	margin-right: -400px;
	padding-right: 400px;
	padding-left:30px;
	box-sizing:border-box;
}
.right_box02 img{
	max-width:400px;
	height:auto;
	display:block;
	margin:0 auto;	
}
.left_box03{
	float:left;
	width: 100%;
	margin-left: -400px;
	padding-left: 400px;
	padding-right:30px;
	box-sizing:border-box;
}
.right_box03{
	float:right;
	width:400px;
}
.right_box03 img{
	max-width:400px;
	height:auto;
	display:block;
	margin:0 auto;	
}
.table01{
	width:100%;
	border-top:#ADC600 1px solid;
	border-left:#ADC600 1px solid;	
}
.table01 th{
	background:#ADC600;
	text-align:center;
	padding:12px 10px 10px 10px;
	color:#fff;
	line-height:1.7;
	white-space: nowrap;
	vertical-align:middle;
	border-right:#ADC600 1px solid;
	border-bottom:#fff 1px solid;
	font-weight:normal;
}
.table01 th.th01{
	width:180px;
}
.table01 tr:last-child th{
	border-top:none;	
	border-bottom:#ADC600 1px solid;	
}
.table01 td{
	background:#fff;
	padding:12px 10px 10px 10px;
	line-height:1.7;
	vertical-align:middle;
	border-right:#ADC600 1px solid;
	border-bottom:#ADC600 1px solid;	
	color:#4D4D4D;		
}
/*------- その他 -------*/
.read01{
	font-size:30px;
	color:#849701;
	text-align:center;
	line-height:1.5;
	margin:0 0 30px 0;
}
.text01{
	text-align:center;
	line-height:2;
	margin:0 0 30px 0;
}
.text02{
	line-height:2;
	font-size:16px;
}
.ttl01{
	background:url(../images/base/ttl_icon.svg) center 0 no-repeat;
	padding:45px 0 0 0;
	font-size:30px;
	line-height:1.5;
	text-align:center;
	margin:0 0 35px 0;
	font-family:"メイリオ","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;}
}
.one .ttl01{
	background:url(../images/base/ttl_logo.svg) 0 center no-repeat;
	background-size:80px auto;
	padding:45px 0 50px 145px;
	font-size:30px;
	width:695px;
	line-height:1.5;
	text-align:left;
	margin:0 auto 35px;
}
.btn01{
	text-align:center;
}
.btn01 a{
	font-size:17px;
	color:#fff!important;
	background-color:#42210B;
	background-image:url(../images/base/arrow02.svg);
	background-position:right 15px center;
	background-repeat:no-repeat;
	display:inline-block;
	width:auto;
	padding:10px 50px 10px 50px;
	margin:0 auto;
	text-align:center;
	border-radius:30px;
	text-decoration:none!important;
}
.btn01:hover{
	opacity:0.8;
}
.btn02{
	text-align:right;
}
.btn02 a{
	display:inline-block;
	color:#4D4D4D;
	font-size:14px;
	background:url(../images/base/arrow03.svg) right center no-repeat;
	padding:4px 28px 4px 0;
	text-align:right;
}
.btn02 a:hover{
	text-decoration:none;
	opacity:0.8;
}
.btn03{
	font-size:17px;
	color:#fff!important;
	background-color:#FF8000;
	background-image:url(../images/base/arrow02.svg);
	background-position:right 15px center;
	background-repeat:no-repeat;
	display:block;
	width:250px;
	padding:12px 0 14px 0;
	margin:0 auto;
	text-align:center;
	border-radius:30px;
	text-decoration:none!important;
}
.btn03:hover{
	opacity:0.8;
}
.read02{
	font-size:20px;
	color:#859800;
}
.ttl02{
	font-size:24px;
	color:#859800;
	border-bottom:2px solid #859800;
	margin:0 0 25px 0;
	padding:0 0 5px 0;
}
.ttl03{
	font-size:20px;
	color:#859800;
	margin:0 0 10px 0;	
}
.sns_list li a.g{
	display:none;
}
.price{
	font-weight:bold;
}
@media screen and (max-width: 768px){
body{
	min-width:0;
}
/*--------------------------------------------------------------
			ヘッダー
--------------------------------------------------------------*/
header{
	width:100%;
	height:142px;
	position:static;
	padding:15px 25px 25px 25px;
	box-sizing:border-box;
}
header .ttl_logo{
	text-align:left;	
	margin:0;
}
header .ttl_logo img{
	width:59px;
	height:auto;
	background-size:100% auto;
}
header .tel_text{
	display:none;
}
header .tel{
	display:none;
}
header .en_link{
	display:none;
}
/*------- ナビゲーション -------*/
header .pc_nav{
	display:none;
}
header .sns_list{
	display:none;
}
/*------- ナビゲーション -------*/
header .pc_nav{
	display:none;
}
.sp_nav{
	width:100%;
	position:static;
	display:block;
}
.menu-btn {
    position: fixed;
    top: 45px;
    right: 25px;
    width: 32px;
    height: 36px;
    cursor: pointer;
	background:url(../images/base/sp_btn.svg);
	background-size:32px auto;
	background-repeat:no-repeat;
	background-position:0 0;
	z-index:999999;
}
.one .menu-btn{
	display:none;
}
.menu-btn span {
    color: #333;
	font-size:10px;
	display:block;
}
.menu-btn span:after {
    content: attr(data-txt-menu);
}

/* 開閉用ボタンがクリックされた時のスタイル */

body.open{
	overflow:hidden;	
}
.open .menu-btn{
	background:url(../images/base/sp_btn_on.svg);
	background-size:30px auto;
	background-position:center center;
	background-repeat:no-repeat;
	z-index:999999;	
}
.open .menu-btn span {
	display:none;
}
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height:100%;
    background-color:#869901;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
	box-sizing:border-box;
	z-index:9999;
}
.menu .inner{
	height: 100%;
	overflow: auto;
	 -webkit-overflow-scrolling: touch;	
	padding:150px 0 0 0;	 
	box-sizing:border-box;	
	background-image:url(../images/base/sp_logo_on.svg);
	background-repeat:no-repeat;
	background-position:25px 17px;
	background-size:57px auto;
	box-sizing:border-box;	
}
.menu ul{
	background:#869901;
	padding:0 0 15px 0;
	height:auto;
}
.menu li{
    text-align: center;
}
.menu li a {
    display: block;
    font-size: 21px;
    color: #fff;
	padding:19px 0 18px;
	border-bottom:#fff 1px dotted;
	text-decoration:none;	
}
.menu li a:hover {
    color: #999;
}
.menu li a.nav_tel{
	font-size:30px;
	font-weight:600;
	text-decoration:none;
	padding:15px 0 25px 0;
	border:none;	
}
.menu li a.nav_tel span{
	display:block;
	font-size:15px;
	font-weight:500;
	margin:0 0 10px 0;
}
.menu li a.en_link{
	border:none;
	display:block;
	width:140px;
	font-size:26px;
	font-weight:500;
	color:#fff;
	background:url(../images/base/arrow04.svg) 0 2px no-repeat;
	background-size:26px auto;
	padding:0 0 10px 28px;
	border-bottom:#fff 2px solid;
	margin:0 auto 35px;
	text-align:right;
	letter-spacing:1.5px;	
}
.menu li.yoyaku a{
	borde:none;
	background:#fff;
	color:#859800;
}
.menu li.kuusitu a{
	borde:none;
	background:#451C06;
	border:none;
}
.menu .sns_list{
	text-align:center;
	font-size:0;
	margin:0;
}
.menu .sns_list li{
	display:inline-block;
	margin:0 0 0 15px;
}
.menu .sns_list li:first-child{
	margin:0;
}
.menu .sns_list li a{
	border:none;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.sp_nav{
	display:block;
}
.open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}
/*--------------------------------------------------------------
			フッター
--------------------------------------------------------------*/
footer{
	background:#330D00;	
}
footer .foot_top{
	background:none;
	height:0;
}
footer .foot_middle{
	padding:35px 0 0 0;
}
.one footer .foot_middle{
	display:block;
}
.yoyaku footer .foot_middle{
	padding:15px 0 0 0;
}
.yoyaku footer .foot_middle .btn_list li a.yoyaku{
	display:none;
}
footer .foot_middle .inner{
	width:100%;
	padding:0 20px;
	box-sizing:border-box;
}
footer .foot_middle .inner .foot_logo{
	display:none;
}
footer .foot_middle .btn_list{
	font-size:0;
	margin:0;
	text-align:center;
}
footer .foot_middle .btn_list li{
	display:block;
}
footer .foot_middle .btn_list li:first-child{
	margin:0 0 35px 0;
}
footer .foot_middle .btn_list li a{
	width:250px;
	padding:14px 0 18px 0;
	text-align:center;
	font-size:25px;
}
footer .foot_middle .foot_nav{
	display:none;
}
footer .foot_bottom{
	background:#330D00;
	padding:60px 20px 65px 20px;
}
footer .foot_bottom .inner{
	width:100%;
}
footer .foot_bottom .inner .bottom_left{
	float:none;
}
footer .foot_bottom .ac_text{
	font-weight:300;
	font-size:15px;
}
footer .foot_bottom .tel{
	font-size:26px;
	font-weight:500;
	text-align:center;
	margin:20px 0 0 0;
	display:block;
	text-decoration:none;
}
footer .foot_bottom .tel span{
	font-size:26px;
	font-weight:600;
}
footer .foot_bottom .copy{
	text-align:center;
	font-size:12px;
	margin:40px 0 0 0;
}
footer .foot_bottom .sns_list{
	display:none;
}
/*--------------------------------------------------------------
			共通パーツ
--------------------------------------------------------------*/
/*------- レイアウト -------*/
.content{
	margin:0;
}
.main_in{
	width:100%;
	padding:0 20px;
	box-sizing:border-box;
}
.second .content{
	padding-top:15px;
}
.second_box{
	padding:30px 0 30px 0;
}
.main_in02{
	width:100%;
	margin:0 auto;
	padding:0 20px;
	box-sizing:border-box;
}
.second .left_box01{
	float:none;
	width:100%;
}
.second .right_box01{
	float:none;
	width:100%;
}
.second_bottom{
	padding:170px 0 0 0;
	background:url(../images/base/ttl_logo.svg) center 45px no-repeat;
	background-size:45px auto;
}
.second_bottom .bottom_text{
	background:url(../images/base/second_bg.jpg) center center no-repeat;
	padding:30px 0 45px 0;
	font-size:22px;	
}
.img_list01{
	width:100%;
}
.img_list01 li{
	display:inline-block;
	width:100%;
	margin:0 0 30px 0;
}
.img_list01 li img{
	max-width:100%;
	height:auto;
}
.img_list02{
	overflow:hidden;
	max-width:100%;
	font-size:0;
}
.img_list02 li{
	display:inline-block;
	width:100%;
	margin:0 0 30px 0;
}
.img_list02 li img{
	max-width:100%;
	height:auto;
}
.left_box02{
	float:none;
	width:100%;
}
.left_box02 img{
	max-width:100%;
	height:auto;
	margin-bottom:30px;
}
.right_box02{
	float:none;
	width:100%;
	margin-right:0;
	padding-right:0;
	padding-left:0;
}
.right_box02 img{
	max-width:100%;
	height:auto;
	margin-bottom:30px;	
}
.left_box03{
	float:none;
	width:100%;
	margin-left:0;
	padding-left:0;
	padding-right:0;
}
.right_box03{
	float:none;
	width:100%;
}
.right_box03 img{
	max-width:100%;
	height:auto;
	margin-bottom:30px;	
}
.table01{
	width:100%;
}
.table01 th{
	display:block;
	padding:10px 18px 8px 8px;
	white-space:normal;	
}
.table01 th.th01{
	width:auto;
}
.table01 td{
	display:block;	
	padding:10px 18px 8px 8px;
}
/*------- その他 -------*/
.read01{
	font-size:22px;
	margin:0 0 25px 0;
}
.text01{
	text-align:left;
	margin:0 0 25px 0;
}
.ttl01{
	background:url(../images/base/ttl_icon.svg) center 0 no-repeat;
	padding:40px 0 0 0;
	font-size:22px;
	margin:0 0 25px 0;
}
.one .ttl01{
	background:url(../images/base/ttl_logo.svg) 20px 0px no-repeat;
	background-size:60px auto;
	padding:40px 0 50px 145px;
	font-size:22px;
	width:100%;
	box-sizing:border-box;
	line-height:1.5;
	text-align:left;
	margin:0 auto;
}
.btn01{
	text-align:center;
}
.btn01 a{
	font-size:17px;
	color:#fff!important;
	background-color:#42210B;
	background-image:url(../images/base/arrow02.svg);
	background-position:right 15px center;
	background-repeat:no-repeat;
	padding:10px 40px 12px 40px;
	margin:0 auto;
	text-align:center;
	border-radius:30px;
}
.btn02{
	text-align:center;
	width:auto;
	padding:0;
}
.btn02 a{
	font-size:17px;
	color:#fff!important;
	background-color:#42210B;
	background-image:url(../images/base/arrow02.svg);
	background-position:right 15px center;
	background-repeat:no-repeat;
	display:block;
	width:190px;
	padding:10px 0;
	margin:0 auto;
	text-align:center;
	border-radius:20px;
	line-height:1;
}
.map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.map iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}