@charset "UTF-8";

.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.page {
	margin: 0 auto;
}
.eng {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 700 !important;
}
.fgo {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: bold;
}

.tab-wrap {
	display: block;
}

.method h4 span{
	display: block;
	font-size: 14px;    
}
.method h6 br {
	display: block !important;
}
.method .blk-l h6 {
    display: block;
    text-align: left;
    font-size: 18px;
	font-weight: bold;
}

h2.mttl {
	display: block;
	text-align: center;
	font-size: 35px;
	line-height: 1.2em;
	margin: 10px auto 50px;
	letter-spacing: 2px;
}
h2.mttl img {
	display: block;
	margin: 0 auto 10px;
	width: 30%;
	max-width: 70px;
}
#booking > p {
	margin-bottom: 100px !important;
}
.may #booking p {
	font-size: 16px;
}
.wt-sec {
	display: block;
	background: #fdfff5;
	padding: 100px 0 100px;
	position: relative;
}
.wt-sec img.bg {
	float: left;
	width: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
	opacity: 0.1;
}
h2.wt-ttl {
	display: block;
	text-align: center;
	font-size: 28px;
	line-height: 1.2em;
	margin: 0 auto 80px;
	letter-spacing: 2px;
	color: #589c34;
}
h2.wt-ttl img {
	display: block;
	margin: 0 auto 10px;
	width: 30%;
	max-width: 70px;
}

.inr-bbtm {
	border-bottom:dashed 1px #ccc;
	padding-bottom:30px;
}

ul.ex {
	display: block;
	text-align: right;
	margin-bottom: 10px;
}
ul.ex li {
	float: right;
	font-size: 13px;
	line-height: 1.2em;
	margin-left: 25px;
}
ul.ex li img {
	float: left;
	width: 55px;
	margin-right: 3px;
}


.ex-blk {
	display: block;
	position: relative;
}
.ex-blk .blk-l {
	float: left;
	width: 48%;
	margin-bottom: 50px;
}
.ex-blk .blk-r {
	float: right;
	width: 48%;
}
.ex-blk h3 {
	display: block;
	font-size: 22px !important;
	color: #589c34 !important;
	margin-bottom: 20px !important;
	text-align: center;
	line-height: 1.2em;
}
.ex-blk h3 span {
	display: block;
	color: #FFFFFF;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: normal;
	width:40px;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 50%;
	background-image: linear-gradient( 135deg, #cbe091 10%, #589c34 100%);
	margin-right: 10px;
	margin: 0 auto 10px;
} 

.ex-blk img {
	display: block;
	vertical-align: bottom;
	width: 100%;
	margin-bottom: 15px;
}
.ex-blk p {
	display: block;
	font-size: 14px;
	line-height: 1.8em;
	text-align: left !important;
}
.method br {
	display: block !important;
}

#deli .tab-blk .page {
	padding-bottom: 0 !important;
}
.tab-blk {
	display: block;
	padding: 70px 0 50px;
	border-top: solid 4px #589c34;
	border-bottom: solid 4px #589c34;
}
.tab-blk h2.wt-ttl {
	margin-bottom: 40px;
}
.tab-wrap.lp{
	background-color: #fff;
}
#booking .tab-blk h3 {
	font-size: 26px !important;
	color: #589c34 !important;
}

.tab-wrap.lp ul {
	display: flex;
	justify-content: space-between;
}
.tab-btn {
	width: calc(20% - 10px);
	height: 70px;
	padding: 24px 0 0;
	box-sizing: border-box;
	text-align: center;
	list-style: none;
	cursor: pointer;
	vertical-align: middle;
	color: #589c34;
	background: #FFFFFF;
	border: solid 2px #589c34;
	font-weight: bold;
	border-radius: 3px;
}
.tab-btn:nth-child(4),
.tab-btn:first-child {
	padding-top: 13px;
}
.tab-btn.show {
	background: #589c34;
	color: #fff;
}

.tab-contents {
	display: none;
}

.tab-contents.show {
	display: block;
	padding: 50px 0 0;
}

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin-top: 20px;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
} 
ul.pln-img {
	display: block;
	text-align: left;
	padding-top:  15px;
}
ul.pln-img li {
	display: block;
	float: left;
	width: 50% !important;
	margin: 0 !important;
}
ul.pln-img li img {
	float: left;
	width: 100%;
}

#page_mainimg {
    margin-bottom: 40px;
    position: relative;
}

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

	.tab-btn {
		font-size: 12px;
	}

}


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


	h2.mttl {
		font-size: 25px;
	}
	.may #booking p {
		font-size: 14px;
	}
	.tab-wrap.lp ul {
		display: block;
	}
	.tab-btn {
		float: left;
		width: calc(50% - 10px);
		margin: 5px;
		height: 50px;
		padding: 15px 0 0;
	}
	.tab-btn:nth-child(4), .tab-btn:first-child {
		padding-top: 7px;
	}
	h2.wt-ttl {
		font-size: 20px;
	}
	#booking .tab-blk h3 {
		font-size: 18px !important;
	}
	.tab-contents.show {
		padding: 30px 0 0;
	}
	.ex-blk .blk-r,
	.ex-blk .blk-l {
		float: none;
		width: 100%;
		margin-bottom: 50px;
	}
	.ex-blk h3 {
		font-size: 16px !important;
	}

	ul.pln-img li {
		width: 100% !important;
	}

}

