@charset "utf-8";
/*------------------------------
		all
------------------------------*/
* {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	width: 100%;
	color: #333;
	font: 500 14px/1.7 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
a {
	text-decoration: none;
	color: #333;
}
.pc_hide {
	display: none;
}
.inner {
	padding: 0 10px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*ボタン*/
.member_btn, .reserv_btn {
	display: block;
	width: 350px;
	height: 60px;
	padding-top: 17px;
	text-align: center;
	font-weight: bold;
	background: #fff;
}
.member_btn {
	color: #00ff00;
	border: 2px solid #00ff00;
}
.member_btn span {
	padding-left: 40px;
	background: url("../img/common/icn_btn_01.png")no-repeat left center/20px;
}
.member_btn:hover {
	color: #333;
	background: #00ff00;
}
.member_btn:hover span {
	background: url("../img/common/icn_btn_02.png")no-repeat left center/20px;
}
.reserv_btn {
	color: #333;
	border: 2px solid #333;
}
.reserv_btn span {
	padding-left: 40px;
	background: url("../img/common/icn_btn_03.png")no-repeat left center/20px;
}
.reserv_btn:hover {
	color: #fff;
	background: #333;
}
.reserv_btn:hover span {
	background: url("../img/common/icn_btn_04.png")no-repeat left center/20px;
}
#contents_wrap .btn_box {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
/*------------------------------
		header
------------------------------*/
#header {
	height: 200px;
	margin-bottom: 30px;
	padding-top: 90px;
	text-align: center;
	background-color: #eee;
}
/*------------------------------
		main
------------------------------*/
#mainContents {
	display: flex;
	width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
}
#side_wrap {
	width: 200px;
	height: 1000px;
	padding-top: 50px;
	text-align: center;
	background-color: #eee;
}
#contents_wrap {
	width: 780px;
}
#contents_wrap section {
	margin: 30px 0;
}
#contents_wrap section + section {
	margin-top: 50px;
}
/*  見出し  */
#contents_wrap h2.h2_ttl {
	margin-bottom: 30px;
	line-height: 1;
	letter-spacing: 1.5px;
	font-size: 25px;
	font-weight: bold;
}
#contents_wrap h2.h2_ttl span {
	display: inline-block;
	margin-left: 20px;
	line-height: 1;
}
#contents_wrap h3.h3_ttl {
	margin-bottom: 20px;
	color: #C4A840;
	font-size: 20px;
	font-weight: bold;
}
#contents_wrap .lead_tx {
	margin-bottom: 35px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
/*------------------------------
		footer
------------------------------*/
#footer {
	height: 540px;
	margin-top: 80px;
	padding-top: 80px;
	text-align: center;
	background-color: #eee;
}
@media screen and (max-width: 768px) {
	/*------------------------------
			all
	------------------------------*/
	.pc_hide {
		display: block;
	}
	.sp_hide {
		display: none;
	}
	#contents_wrap .inner {
		padding: 0;
	}
	/*ボタン*/
	#contents_wrap a.member_btn, #contents_wrap a.reserv_btn {
		width: 100%;
	}
	#contents_wrap .btn_box {
		display: block;
	}
	#contents_wrap .btn {
		display: block;
		margin-top: 30px;
	}
	#contents_wrap .btn_box a + a {
		margin-top: 10px;
	}
	/*------------------------------
			header
	------------------------------*/
	#header {
		height: 80px;
		margin-bottom: 0;
		padding-top: 30px;
	}
	/*------------------------------
			mainContents
	------------------------------*/
	#mainContents {
		display: block;
		width: 100%;
	}
	#side_wrap {
		display: none;
	}
	#contents_wrap {
		width: 100%;
		padding: 10px 15px 0;
	}
	#contents_wrap .lead_tx {
		margin-bottom: 25px;
		text-align: left;
		font-size: 16px;
	}
	/*  見出し  */
	#contents_wrap h2.h2_ttl span {
		margin-left: 10px;
	}
	/*------------------------------
			footer
	------------------------------*/
	#footer {
		height: 100px;
		padding-top: 40px;
	}
}