@charset "UTF-8";



/* コンテンツ */

#title {
	background: url(/kaikan/reserve/img/h1_bg.jpg) center top no-repeat;
	background-size: cover;
}

.btNext {
	display: block;
	width: 250px;
	color: #454545;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	margin: 0 auto 20px;
	padding: 18px 0;
	background: url(/kaikan/img/common/arrow_link.svg) 90% 50% no-repeat;
	border: 1px solid #707070;
}
.btNextGd {
	display: block;
	width: 250px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	margin: 0 auto 20px;
	padding: 18px 0;
	background: #756447 url(/kaikan/img/common/arrow_link_wt.svg) 90% 50% no-repeat;
}


h2 {
	color: #756447;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	line-height: 26px;
	margin: 0;
}

.sholder {
	color: #555555;
	font-family: "Marcellus";
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	margin: 0 0 10px;
	letter-spacing: 0.1em;
}




/* --- 会員メニュー ------------------------- */

#menu {
	padding: 50px 0 70px;
	background: linear-gradient(to bottom,#f4f4f4 0%,#ffffff 7%); 
}

#menu h3 {
	color: #756447;
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
	margin: 0 0 20px;
	border-bottom: 2px solid #756447;
}

#menu ul.listBl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 720px;
	margin: 0 auto;
}
#menu ul.listBl li {
	width: 100%;
	max-width: 360px;
	padding: 0 10px 20px;
}
#menu ul.listBl li a.btMenu {
	display: block;
	max-width: 340px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	margin: 0 0 10px;
	padding: 22px 0;
	background: #756447;
	border-radius: 5px;
}
#menu ul.listBl li .explt {
	color: #555555;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
}






/*media Queries PC
-------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width:811px) {


.btNext {
	width: 300px;
	font-size: 16px;
	padding: 21px 0;
	background: url(/kaikan/img/common/arrow_link.svg) 86% 50% no-repeat;
}

.btNextGd {
	width: 300px;
	font-size: 16px;
	padding: 21px 0;
	background: #756447 url(/kaikan/img/common/arrow_link_wt.svg) 86% 50% no-repeat;
}


h2 {
	font-size: 36px;
	line-height: 1;
	margin: 0 0 12px;
}

.sholder {
	font-size: 18px;
	margin: 0 0 27px;
}



ul.btBl {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
ul.btBl li {
	width: 39.28%;
}




/* --- 会員メニュー ------------------------- */

#menu {
	padding: 70px 0 80px;
}

#menu h3 {
	max-width: 1200px;
	font-size: 28px;
	margin: 0 auto 40px;
	padding: 0 0 8px;
}

#menu ul.listBl {
	justify-content: space-between;
	max-width: 1200px;
}

#menu ul.listBl li {
	width: 30%;
	padding: 0 0 40px;
}

#menu ul.listBl li a.btMenu {
	max-width: 360px;
	font-size: 20px;
	padding: 24px 0;
}
#menu ul.listBl li .explt {
	font-size: 14px;
	line-height: 24px;
}






}/* media Queries 811 */







