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

/*------------ 初期設定 ------------*/
p {
	line-height: 1.7;	
}

/*------------ 全体 ------------*/
html {
}

body {
}

a[href^="tel:"] { cursor: default; }

img{
	max-width: 100%;
	height: auto;
}

._hover{
	opacity: 1;
	transition: opacity 0.3s;
}

._hover:hover{
	opacity: 0.7;
}

.min{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*------------ WRAPPER ------------*/
.content_inner {
	width:1000px;
	margin:0 auto;
}

/*------------ HEADER ------------*/
#header{
	background-color: rgba(0,64,24,0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
#header:before{
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(left, #ffe231, #704c12 25%,#ffe231 50%,#704c12 75%, #ffde00);
	background-image: -moz-linear-gradient(left, #ffe231, #704c12 25%,#ffe231 50%,#704c12 75%, #ffde00);
	background-image: -o-linear-gradient(left, #ffe231, #704c12 25%,#ffe231 50%,#704c12 75%, #ffde00);
	background-image: -ms-linear-gradient(left, #ffe231, #704c12 25%,#ffe231 50%,#704c12 75%, #ffde00);
	background-image: linear-gradient(to right, #ffe231, #704c12 25%,#ffe231 50%,#704c12 75%, #ffde00);
}
#header h1{
	width: 310px;
	float: left;
	padding: 10px 0 19px 20px;
	float: left;
}

/*------------ NAVI ------------*/
#gnav{
	float: right;
}
#gnav ul{
	font-size: 0;
}
#gnav ul li{
	display: inline-block;
	font-size: 16px;
}
#gnav ul li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 24px 20px 32px;
	line-height: 1;
	position: relative;
}
#gnav ul li a:before{
	content: url(../images/top/arrow_nav.png);
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translateX(-50%);
}


/*------------ TOP ------------*/
#main{
	background-image: url(../images/top/main.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
#main .content_inner{
	height: 640px;
	position: relative;
}
#main h2{
	position: absolute;
	right: 0;
	top: 160px;
}
#contents{
	padding: 0;
}
.ttl_news,
.ttl_access,
.ttl_price{
	font-size: 32px;
	font-weight: normal;
	color: #2ca35f;
	border-bottom: 1px solid #2ca35f;
	padding-bottom: 5px;
	text-align: center;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
}
.ttl_price{
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
#news{
	padding: 60px 0;
}
#list_news{
	padding: 0 20px;
}
#list_news li{
	color: #2ca35f;
	font-size: 16px;
	padding-bottom: 15px;
}
#list_news li .date{
	float: left;
	width: 8em;
}
#list_news li .ttl{
	margin-left: 8.5em;
}
#list_news li a{
	color: inherit;
	text-decoration: underline;
}
#list_news li a:hover{
	text-decoration: none;
}
#outline{
	padding: 40px 0 70px;
	background-image: url(../images/top/bg_outline.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #004018;
}
#outline .ttl_wrapper{
	background-color: rgba(0,64,24,0.8);
	padding: 20px 0;
	margin-bottom: 40px;
}
.ttl_outline{
	color: #FFF;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 0.2em;
}
.subttl_outline{
	border: 1px solid #004018;
	font-size: 32px;
	font-weight: normal;
	padding: 10px;
	background-color: rgba(255,255,255,0.4);
	margin-bottom: 30px;
}
#outline .ttl_border{
	border-bottom: 1px solid #004018;
	font-size: 24px;
	margin-bottom: 10px;
	display: inline-block;
}
#outline p{
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 15px;
}
#outline .block{
	padding-bottom: 15px;
}
#outline .pic_wrapper{
	width: 760px;
	margin: 0 auto;
	padding-bottom: 25px;
}
.table_outline{
	margin: -20px auto 0;
}
.table_outline tr{
	display: block;
	text-align: left;
	font-size: 0;
	white-space: nowrap;
}
.table_outline th,
.table_outline td{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	text-align: left;
	color: #004018;
	font-weight: 700;
	padding-top: 10px;
	border-bottom: 1px solid #004018;
}
.table_outline th{
	width: 25%;
}
.table_outline .notes{
	font-size: 12px;
	margin-left: 10px;
}
#price{
	padding: 80px 0 95px;
	background-color: #004018;
	text-align: center;
}
#price .inner{
	padding: 0 15px;
}
#price p{
	color: #FFF;
}
#price p.notes{
	font-size: 16px;
	padding-bottom: 15px;
}
#price p.body{
	font-size: 24px;
	padding-bottom: 35px;
}
#price p.body>span{
	display: inline-block;
	border-bottom: 1px solid #FFF;
	margin-bottom: 5px;
}
.table_price{
	width: 100%;
	table-layout: fixed;
	margin-bottom: 15px;
}
.table_price th,
.table_price td{
	background-color: #FFF;
	width: 25%;
	box-sizing: border-box;
	border: 2px solid #004018;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	padding: 10px;
	color: #004018;	
}
.campaign{
	font-size: 48px;
	font-weight: 700;
	color: #a40a5e;
	background-image: -webkit-linear-gradient(left, #be9b00, #fdf285 50%, #be9b00);
	background-image: -moz-linear-gradient(left, #be9b00, #fdf285 50%, #be9b00);
	background-image: -o-linear-gradient(left, #be9b00, #fdf285 50%, #be9b00);
	background-image: -ms-linear-gradient(left, #be9b00, #fdf285 50%, #be9b00);
	background-image: linear-gradient(to right, #be9b00, #fdf285 50%, #be9b00);
}
.campaign02{
	font-size: 36px;
	font-weight: 700;
	color: #a40a5e;
	background-image: -webkit-linear-gradient(left, #be9b00, #fdf285 50%, #be9b00);
	background-image: -moz-linear-gradient(left, #be9b00, #fdf285 50%, #be9b00);
	background-image: -o-linear-gradient(left, #be9b00, #fdf285 50%, #be9b00);
	background-image: -ms-linear-gradient(left, #be9b00, #fdf285 50%, #be9b00);
	background-image: linear-gradient(to right, #be9b00, #fdf285 50%, #be9b00);
	margin: 10 0;
}
#access{
	padding: 80px 0;
}
#access .lead{
	text-align: center;
	color: #2ca35f;
	font-size: 24px;
	padding-bottom: 20px;
}
.map{
	margin-bottom: 75px;
}
.block_contact{
	width: 653px;
	margin: 0 auto;
}
.img_tel{
	padding: 35px 0 50px;
}
.img_mail{
	padding: 20px 0 0;
}
.anchor{
	position: relative;
	display: block;
	padding-top: 85px;
	margin-top: -85px;
}


/*------------ FOOTER ------------*/

#footer{
	background:url(../images/top/bg_footer.png) repeat left top;
	padding: 25px 0;
}
address{
	font-size: 16px;
	color: #FFF;
	text-align: center;
}

/*-------- text_right --------*/
.t_right {
	text-align: right;
}

/*-------- text_left --------*/
.t_left {
	text-align: left;
}

/*-------- center --------*/
.t_center {
	text-align: center;
}

/*-------- left --------*/
.left {
	float: left;
}

/*-------- right --------*/
.right {
	float: right;
}

/*-------- ClearBoth --------*/
.cb {
	clear: both;
}

/*-------- COLOR --------*/

.red{
	color:#FF0000;
}

.orange{
	color:#FF6600;
}

.blue{
	color:#0097B2;
}

/*-------- FONT --------*/

.bold{
	font-weight:700;
}

.f10{
	font-size:10px;
}

.f14{
	font-size:14px;
}

/*-------- WIDTH --------*/

.w149{
	width:149px;	
}

.w180{
	width:180px;	
}

.w287{
	width:287px;
}

.w380{
	width:380px;
}

.w304{
	width:304px;
}

/*-------- HEIGHT --------*/

.h350{
	height:350px;	
}

.h375{
	height:375px;	
}

.h500{
	height:420px;	
}

.h600{
	height:470px;	
}

/*-------- MARGIN --------*/

.ml3{
	margin:0 0 0 3px;
}

.ml10{
	margin:0 0 0 10px;
}

.ml30{
	margin:0 0 0 30px;
}

.ml40{
	margin:0 0 0 40px;
}

.ml60{
	margin:0 0 0 60px;
}

.ml70{
	margin:0 0 0 70px;
}

.mb10{
	margin:0 0 10px 0;
}

.mb15{
	margin:0 0 15px 0;
}

.mt3{
	margin:3px 0 0 0;
}

.mt10{
	margin:10px 0 0 0;
}


.mt20{
	margin:20px 0 0 0;
}

.mt30{
	margin:30px 0 0 0;
}

/*-------- PADDING --------*/

.pt5{
	padding-top:5px;
}

.pt10{
	padding-top:10px;
}

.pt15{
	padding-top:15px;
}

.pt20{
	padding-top:20px;
}

.pt25{
	padding-top:25px;
}

.pt30{
	padding-top:30px;
}

.pt40{
	padding-top:40px;
}

.pt60{
	padding-top:60px;
}

.pl10{
	padding-left:10px;	
}

.pl12{
	padding-left:12px;	
}

.pl15{
	padding-left:15px;	
}

.pl20{
	padding-left:20px;	
}

.pl30{
	padding-left:30px;	
}

.pl40{
	padding-left:40px;	
}

.pl50{
	padding-left:50px;	
}

.pl60{
	padding-left:60px;	
}

.pl70{
	padding-left:70px;	
}

.pl80{
	padding-left:80px;	
}

.pl100{
	padding-left:100px;	
}

.pr100{
	padding-right:100px;	
}


.pb20{
	padding-bottom:20px;	
}

/*-------- COMMON --------*/

.pic{
}

.hidden{
	overflow:hidden;
}

.abs{
	position:absolute;
}

.ondes{
	color:#999999;
}




@media (min-width:768px) {
	.sp{
		display:none !important;
	}
}
@media (max-width:768px) {
	.pc{
		display:none !important;
	}
	body{
		-webkit-text-size-adjust: 100%;
	}
	img{
		max-width:100%;
		height:auto;
	}

/*------------ WRAPPER ------------*/
	#wrapper{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.content_inner{
		width:100%;
	}

/*------------ HEADER ------------*/
	#header{
	}
	#header:before{
		height: 4px;
	}
	#header h1{
		width: 150px;
		padding: 5px 5px 10px;
	}

/*------------ NAVI ------------*/
#btn_menu{
	position:absolute;
	right:0;
	top:0;
    width: 42px;
    height:38px;
	display:block;
	z-index:2000;
}
#btn_menu span {
    display: block;
    background: #FFF;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#btn_menu span:first-child {
    top: 12px;
}
#btn_menu span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#btn_menu span:last-child {
    bottom: 12px;
}
#btn_menu.active span:first-child {
    -webkit-transform: translateY(6px) rotate(45deg);
    -moz-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}
#btn_menu.active span:nth-child(2) {
    opacity: 0;
}
#btn_menu.active span:last-child {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -moz-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
}
	#bg_nav{
		background-color: rgba(0,0,0,0.6);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 500;
		visibility: hidden;
		opacity: 0;
		transition: opacity 0.3s,visibility 0.3s;
	}
#btn_menu.active ~ #bg_nav{
	visibility: visible;
	opacity: 1;
}
#gnav{
	float: none;
	position: fixed;
	top: 0;
	left: -150px;
	bottom: 0;
	width: 140px;
	z-index: 1000;
	background-color: #004018;
	box-sizing: border-box;
	transition: left 0.3s;
}
#btn_menu.active ~ #gnav{
	left: 0px;
}
#gnav ul{
	font-size: 0;
	/*border-bottom: 1px solid #005620;*/
}
#gnav ul li{
	display: block;
	font-size: 4vw;
	/*border-top: 1px solid #005620;*/
	/*border-bottom: 1px solid #00280f;*/
}
#gnav ul li:first-child{
	border-top: none;
}
#gnav ul li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 20px 20px;
	line-height: 1;
	position: relative;
	display: block;
}
#gnav ul li a:before{
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	transform: none;
	background-image: -webkit-linear-gradient(left, #004018, #005620 50%, #004018);
	background-image: -moz-linear-gradient(left, #004018, #005620 50%, #004018);
	background-image: -o-linear-gradient(left, #004018, #005620 50%, #004018);
	background-image: -ms-linear-gradient(left, #004018, #005620 50%, #004018);
	background-image: linear-gradient(to right, #004018, #005620 50%, #004018);
}
	
/*------------ TOP ------------*/
	#main{
	}
	#main .content_inner{
		padding-top: 85.33%;
		height: auto;
	}
	#main h2{
		right: 2vw;
		top: 22.66vw;
		width: 73.2vw;
	}
	.ttl_news,
	.ttl_access,
	.ttl_price{
		font-size: 5vw;
		padding-bottom: 0.6vw;
		margin-bottom: 2.66vw;
	}
	.img_tel{
		padding: 17px 0 25px;
		width: 76.92%;
		margin: 0 auto;
	}
	.img_mail{
		padding: 10px 0 0;
		width: 88.15%;
		margin: 0 auto;
	}
	#news{
		padding: 3.5vw 0;
	}
	#list_news{
		padding: 0 4vw;
	}
	#list_news li{
		font-size: 3.2vw;
		padding-bottom: 2.66vw;
	}
	#list_news li .date{
		float: none;
		width: auto;
		padding-bottom: 0.6vw;
	}
	#list_news li .ttl{
		margin-left: 0;
	}
	#outline{
		padding: 5.33vw 0;
	}
	#outline .ttl_wrapper{
		padding: 2vw 0;
		margin-bottom: 5.33vw;
	}
	.ttl_outline{
		font-size: 5vw;
	}
	.subttl_outline{
		font-size: 5vw;
		padding: 0.75vw;
		margin: 0 4vw 4vw;
	}
	#outline .ttl_border{
		font-size: 3.73vw;
		margin-bottom: 1.33vw;
	}
	#outline p{
		font-size: 2.66vw;
		padding-bottom: 2vw;
	}
	#outline .block{
		margin: 0 4vw 2vw;
		padding-bottom: 0;
	}
	#outline .pic_wrapper{
		width: auto;
		margin: 0 auto;
		padding-bottom: 4vw;
	}
	#outline .pic_wrapper>.pic{
		width: 50%;
	}
	.table_outline{
		margin: 1vw auto 0;
	}
	.table_outline th,
	.table_outline td{
		font-size: 2.66vw;
		padding-top: 1.33vw;
	}
	.table_outline th{
		width: 24%;
	}
	.table_outline .notes{
		font-size: 2.3vw;
		margin-left: 1.33vw;
	}
	.table_outline td a{
		color: inherit;
		text-decoration: none;
	}
	#price{
		padding: 7.5vw 0 9.33vw;
	}
	#price .inner{
		padding: 0 4vw;
	}
	#price p.notes{
		font-size: 2.13vw;
		padding-bottom: 2vw;
	}
	#price p.body{
		font-size: 3.2vw;
		padding-bottom: 4.66vw;
	}
	#price p.body>span{
		margin-bottom: 0.66vw;
	}
	.table_price{
		margin-bottom: 2vw;
	}
	.table_price th,
	.table_price td{
		font-size: 2.66vw;
		padding: 1.33vw;
	}
	.campaign{
		font-size: 6.4vw;
	}
	.campaign02{
		font-size: 6.4vw;
	}
	#access{
		padding: 5.33vw 0;
	}
	#access .lead{
		font-size: 3.2vw;
		padding-bottom: 2.66vw;
	}
	.map{
		margin-bottom: 7.5vw;
	}
	.map iframe{
		height: 53.33vw;
	}
	.block_contact{
		width: auto;
		padding:  0 4vw;
	}
	.img_tel{
		padding: 4.66vw 0;
	}
	.img_mail{
		padding: 2.66vw 0 0;
	}
	.anchor{
		padding-top: 42px;
		margin-top: -42px;
	}


	/*------------ FOOTER ------------*/

	#footer{
		padding: 10px 0;
	}
	address{
		font-size: 10px;
	}
}
