@charset "utf-8";

/* ===================================================
	Base CSS
====================================================== */

body {
	min-width: 1100px;
	min-height: 100vh;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8;
	font-family: 'Noto Serif JP', sans-serif;
	-webkit-text-size-adjust: 100%;
}
body::after {
	opacity: 1;
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#fff;
	z-index: 10;
	pointer-events: none;
	-webkit-transition: opacity .8s ease;
	-ms- transition: opacity .8s ease;
	-moz- transition: opacity .8s ease;
	transition: opacity .8s ease;
}
body.fadein::after {
	opacity: 0;
}
*{
	box-sizing: border-box;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.75;
}
em{
	font-style: normal;
}
table{
	width: 100%;
	border-top: 1px #bfbfbf solid;
	border-bottom: 1px #bfbfbf solid;
}
table th{
	background: #edeae3;
	padding: 10px 35px;
	vertical-align: middle;
	font-weight: normal;
}
table td{
	padding: 10px 35px;
	vertical-align: middle;
}
table tr:not(:last-child){
	border-bottom: 1px #bfbfbf dotted;
}

@media screen and (max-width: 600px) {
	body, input, select, textarea {
		font-size: 16px;
	}
	body {
		min-width: 0;
	}
	table th,
	table td{
		padding: 10px 15px;
	}
}

/* ---------------------------------------------------
	Base Layout
------------------------------------------------------ */

#breadcrumb, .container{
	width: 1100px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 600px) {
	#header, #breadcrumb, .container {
		width: 100%;
	}
	.container{
		padding: 0 20px;
	}
}

/* ---------------------------------------------------
	Header
------------------------------------------------------ */

#header_wrap {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	min-width: 1100px;
}
#header {
	height: 80px;
}
#h_logo {
	float: left;
	padding: 20px 0 0 20px;
}
#h_logo a{
	display: block;
	float: left;
}
#h_logo p{
	font-size: 12px;
	float: left;
	margin: 5px 0 0 20px;
	letter-spacing: 2px;
}
#h_nav {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}
#h_nav > li{
	position: relative;
}
#h_nav > li:first-child{
	padding: 15px 25px 0 0;
}
#h_nav > li:first-child .tel-link{
	display: block;
}
#h_nav > li:nth-child(2){
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 200px;
}
#h_lang{
	display: block;
	border: 1px #000 solid;
	border-radius: 3px;
	font-size: 11px;
	height: 20px;
	cursor: pointer;
}
#h_lang:after {
	content: "";
	position: absolute;
	top: 4px;
	right: 22px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
#h_lang span{
	margin-right: 5px;
}
#h_lang:hover{
	text-decoration: none;
	opacity: 0.75;
}
#h_langlist{
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	background: #fff;
	border: 1px #000 solid;
	border-radius: 3px;
}
#h_langlist li:not(:last-child){
	border-bottom: 1px #e0e2dd solid;
}
#h_langlist li a{
	display: block;
	padding: 3px 0;
}
#h_langlist li a:hover{
	text-decoration: none;
	background: #000;
	color: #fff;
}
#open_search {
	background: #1e3605;
	width: 240px;
	color: #fff;
	font-size: 16px;
	display: block;
	height: 80px;
	line-height: 80px;
	letter-spacing: 3px;
}
#open_search:hover {
	opacity: 0.75;
	text-decoration: none;
}
#h_menu {
	background: #987817;
	width: 67px;
	color: #fff;
	font-size: 10.6px;
	display: block;
	height: 80px;
	letter-spacing: 2px;
}
#h_menu:hover {
	opacity: 0.75;
	text-decoration: none;
}
#h_menu span{
	position: absolute;
	left: 22%;
	height: 3px;
	width: 56%;
	display: block;
	background: #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#h_menu span:nth-child(1){
	top: 20px;
}
#h_menu span:nth-child(2){
	top: 31px;
}
#h_menu span:nth-child(3){
	top: 42px;
}
#h_menu.open span:nth-child(1) {
	top: 28px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#h_menu.open span:nth-child(2),
#h_menu.open span:nth-child(3) {
	top: 28px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
#h_menu p{
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
	text-align: center;
}
#searchOuter{
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	min-width: 1100px;
}
#search{
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 980px;
	padding: 30px 40px 60px;
	max-width: 100%;
	box-shadow: 2px 2px 10px #000;
}
#search h2 {
	font-size: 27px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 30px;
	padding-top: 40px;
	background: url(../img/title_icon.png) no-repeat top;
}
#search h2 span {
	display: block;
	font-size: 10px;
}
#close_search{
	font-size: 0;
	width: 50px;
	height: 50px;
	background: #000;
	position: absolute;
	right: 2px;
	top: 2px;
}
#close_search:before,
#close_search:after{
	content: '';
	width: 34px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 23px;
	left: 9px;
}
#close_search:before{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#close_search:after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#close_search:hover{
	opacity: 0.75;
}
#s_filter{
	border: 1px #aaa solid;
	position: relative;
	margin-bottom: 20px;
	height: 135px;
}
#s_filter h3{
	background: url(../../common/img/s_glass.jpg) no-repeat top 10px center;
	color: #1e3605;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	width: 140px;
	padding: 48px 0 5px;
	text-align: center;
	border-right: 1px #aaa solid;
	top: 22px;
	left: 0;
}
#s_filter form {
	padding: 0 0 0 170px;
}
#s_filter dl{
	float: left;
	padding: 53px 0 0;
	margin: 0 25px 0 0;
	position: relative;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
}
#s_filter dl dt{
	position: absolute;
	top: 25px;
	left: 0;
}
#s_filter dl dd select{
	border-radius: 0;
	border: 1px #aaa solid;
	outline: none;
	padding: 0 0 0 5px;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	background: #fff;
}
#s_filter dl dd input:not([type="radio"]):not([type="checkbox"]){
	border-radius: 0;
	border: 1px #aaa solid;
	outline: none;
	padding: 0 5px;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	background: #fff;
}
#s_filter dl.date_489ban dd label {
	display: block;
}
#s_filter dl dd select[name="date_ym"]{
	width: 110px;
	margin-right: 5px;
}
#s_filter dl dd select[name="date_d"]{
	width: 60px;
}
#s_filter dl.stay_489ban dd select{
	width: 75px;
}
#s_filter dl.room_489ban dd select{
	width: 50px;
}
#s_filter dl.person_489ban {
	margin-right: 5px;
}
#s_filter dl.person_489ban dd select{
	width: 50px;
}
#s_filter button[name="searchButton489ban"]{
	font-family: 'Noto Serif JP', sans-serif;
	-webkit-appearance: none;
	display: block;
	color: #fff;
	background: #a18c4b;
	text-align: center;
	border: none;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 0;
	width: 85px;
	float: right;
	margin: 44px 20px 0 0;
}
#s_filter button[name="searchButton489ban"]:hover{
	opacity: 0.75;
}
#s_reserve{
	margin-bottom: 50px;
}
#s_reserve li{
	float: left;
	margin-right: 15px;
	height: 50px;
	line-height: 50px;
}
#s_reserve li .btn_planlist,
#s_reserve li .btn_reserve,
#s_reserve li .btn_calendar{
	display: block;
	font-size: 15px;
	color: #fff;
	text-align: center;
	width: 200px;
}
#s_reserve li .btn_planlist:hover,
#s_reserve li .btn_reserve:hover,
#s_reserve li .btn_calendar:hover{
	text-decoration: none;
	opacity: 0.75;
}
#s_reserve li .btn_planlist{
	background: #1e3605;
}
#s_reserve li .btn_reserve{
	background: #8d987a;
}
#s_reserve li .btn_calendar{
	background: #7a7e74;
}
#s_reserve li .btn_confirm{
	text-decoration: underline;
	position: relative;
}
#s_reserve li .btn_confirm:after{
	content: "";
	position: absolute;
	top: 8px;
	right: -13px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#s_reserve li .btn_confirm:hover{
	text-decoration: none;
}
#s_contact{
	text-align: center;
}
#s_contact li{
	display: inline-block;
}
#s_contact li:first-child{
	margin-right: 60px;
}

@media screen and (max-width: 600px) {
	#header_wrap{
		min-width: 100%;
	}
	#header {
		padding: 0 20px;
		height: 60px;
		width: 100%;
	}
	#h_logo {
		width: 160px;
		padding: 15px 0 0;
	}
	#h_logo img{
		width: 100%;
		vertical-align: top;
	}
	#h_logo p{
		display: none;
	}
	#h_nav {
		position: static;
		float: right;
		display: block;
		width: 130px;
	}
	#h_nav li {
		padding: 0;
	}
	#h_nav > li:first-child {
		padding: 0;
		margin: 10px 0 10px;
	}
	#h_nav > li:nth-child(2) {
		position: relative;
		width: 100%;
		bottom: 0;
	}
	#h_lang{
		background-position: right 10px top 7px;
		background-size: 8px;
	}
	#h_lang:after{
		right: 15px;
	}
	#h_lang span{
		display: none;
	}
	#h_langlist li a {
		padding: 10px 0;
		font-size: 12px;
	}
	#h_nav .tel-link img{
		width: 130px;
		display: block;
	}
	#open_search,
	#h_menu {
		display: none;
	}
}

@media screen and (max-width: 320px) {
	#header {
		padding: 0 10px;
	}
}

/* ---------------------------------------------------
	G-nav
------------------------------------------------------ */

.close_menu {
	display: none;
}
#gnav {
	display: none;
	position: fixed;
	top: 80px;
	z-index: 3;
	right: 0;
	height: calc(100% - 80px);
	background: rgba(255,255,255,0.9);
	padding: 10px 70px 0 50px;
	font-size: 15px;
}
#gnav li {
	border-bottom: 1px #b2b2b2 solid;
}
#gnav li a {
	padding: 6px 30px 6px 5px;
	display: block;
	position: relative;
}
#gnav li a:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#gnav li a:hover {
	background-color: rgba( 255, 255, 255, 0.6);
	text-decoration: none;
}

@media screen and (max-width: 600px) {
	.pos_fix {
		overflow: hidden;
	}
	#menuOuter {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5;
		background: rgba(0, 0, 0, 0.5);
		overflow: auto;
		pointer-events: none;
		-webkit-transition: opacity 0.75s;
		-ms- transition: opacity 0.75s;
		-moz- transition: opacity 0.75s;
		transition: 0.75s;
		height: 0;
	}
	#menuOuter.active {
		pointer-events: auto;
		height: 100%;
	}
	#menuInner {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 0;
		cursor: pointer;
	}
	#gnav {
		display: block;
		top: 0;
		padding: 10px;
		position: relative;
		z-index: 2;
		background: none;
	}
	#gnav .close_menu {
		cursor: pointer;
	}
	#gnav .close_menu span:before,
	#gnav .close_menu span:after {
		content: '';
		width: 15px;
		height: 3px;
		position: absolute;
		left: 0;
	}
	#gnav .close_menu span:before {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#gnav .close_menu span:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#gnav #close_top {
		padding: 5px 0;
		text-align: center;
		position: relative;
	}
	#gnav #close_top span {
		width: 15px;
		height: 0;
		padding: 15px 0 0;
		position: absolute;
		top: 13px;
		right: 10px;
		overflow: hidden;
	}
	#gnav #close_top span:before, #gnav #close_top span:after {
		background: #787878;
		margin: -2px 0 0;
		top: 50%;
	}
	#gnav #close_bot {
		padding: 5px;
		margin: 10px auto 0;
		background: #000;
		border: 1px solid #555;
		color: #fff;
		text-align: center;
	}
	#gnav #close_bot span {
		display: inline-block;
		padding: 0 0 0 20px;
		position: relative;
	}
	#gnav #close_bot span:before, #gnav #close_bot span:after {
		margin: -2px 0 0;
		top: 50%;
		background: #fff;
	}
	#gnav li {
		display: block;
		line-height: 2;
		background: #fff;
	}
	#gnav li:first-child {
		border-top: 1px solid #ccc;
		border-radius: 4px 4px 0 0;
	}
	#gnav li:nth-last-child(2) {
		border-bottom-style: solid;
		border-radius: 0 0 4px 4px;
	}
	#gnav li a {
		padding: 5px 20px;
		background-position: right 20px center;
	}
	#gnav a:hover {
		background: rgba(204, 204, 204, 0.25);
		text-decoration: none;
	}
	#gnav li:nth-last-child(2) a {
		border-radius: 0 0 4px 4px;
	}
}

/* ---------------------------------------------------
	Main img
------------------------------------------------------ */

#main_img {
	margin-top: 80px;
	height: 450px;
	position: relative;
}
#main_img h1 {
	font-size: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	letter-spacing: 3px;
	text-shadow: #333 1px 1px 8px, #333 -1px 1px 8px, #333 1px -1px 8px, #333 -1px -1px 8px;
	text-align: center;
	width: 100%;
}
#main_img h1 p{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 32px;
	padding-right: 5px;
	line-height: 1.3;
}
#main_img h1 span{
	display: block;
}

@media screen and (max-width: 600px) {
	#main_img {
		height: 200px;
		margin-top: 60px;
	}
	#main_img h1 {
		width: 100%;
		padding: 0 10px;
		font-size: 14px;
	}
	#main_img h1 p {
		-webkit-writing-mode:horizontal-tb;
		-ms-writing-mode:lr-tb;
		writing-mode:horizontal-tb;
		margin: 0 auto;
		font-size: 36px;
	}
}

/* ---------------------------------------------------
	Contents
------------------------------------------------------ */

#contents_wrap{
	padding-bottom: 130px;
}
#contents_wrap #breadcrumb {
	list-style: none;
	text-align: right;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	margin: 10px auto 35px auto;
}
#contents_wrap #breadcrumb li{
	display: inline-block;
}
#contents_wrap #breadcrumb li:not(:last-child):after{
	content: '>';
	margin: 0 10px;
}
#contents_wrap #breadcrumb li:last-child{
	text-decoration: underline;
}
.sec_lead{
	position: relative;
	background: url(../img/title_bg.png) no-repeat bottom;
	background-size: 100% auto;
	padding-bottom: 180px;
}
.sec_lead h2{
	letter-spacing: 3px;
	font-size: 23px;
	padding-top: 40px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	background: url(../img/title_icon.png) no-repeat top;
}
.sec_lead h2 p{
	position: relative;
	display: inline-block;
}
.sec_lead h2 p:before,
.sec_lead h2 p:after{
	content: '';
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 45px;
	height: 1px;
	background: #898989;
	position: absolute;
}
.sec_lead h2 p:before{
	left: -80px;
}
.sec_lead h2 p:after{
	right: -80px;
}
.sec_lead h2 p em{
	font-size: 30px;
	color: #3e5229;
}
.sec_lead h2 p br{
	display: none;
}
.sec_lead h2 + p{
	font-size: 15px;
	padding: 0 20px;
	text-align: center;
}

@media screen and (max-width: 600px) {
	#contents_wrap{
		padding-bottom: 60px;
	}
	#contents_wrap #breadcrumb {
		margin: 10px 0 40px 0;
		padding: 0 10px;
		text-align: left;
	}
	.sec_lead{
		padding-bottom: 60px;
	}
	.sec_lead h2{
		/*font-size: 16px;*/
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.sec_lead h2 p:before,
	.sec_lead h2 p:after{
		content: none;
	}
	.sec_lead h2 p em {
		/*font-size: 22px;*/
	}
	.sec_lead h2 p br{
		display: inline;
	}
	.sec_lead h2 + p{
		text-align: left;
	}
}

/* ---------------------------------------------------
	Footer
------------------------------------------------------ */

#pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 4;
	border: 1px #000 solid;
	width: 48px;
	height: 48px;
}
#pagetop a {
	display: block;
	text-align: center;
	font-size: 9px;
	background: rgba(255,255,255,0.75);
	height: 100%;
	position: relative;
	padding-top: 25px;
}
#pagetop a:hover{
	text-decoration: none;
}
#pagetop a:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 50%;
	width: 12px;
	height: 12px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	margin-left: -6px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#footer a {
	color: #fff;
}
#f_top{
	background: #000;
	background-image: url(../img/ft_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 150px 0 30px;
}
#f_top .container > p:first-child {
	color: #fff;
	margin-bottom: 170px;
	text-align: center;
	font-size: 26px;
	letter-spacing: 5px;
}
#f_top .container > p:first-child span{
	display: block;
	font-size: 11px;
	margin-top: 5px;
	letter-spacing: 0;
}
#f_nav {
	float: left;
	width: 64%;
}
#f_nav .acc_tit {
	display: none;
}
#f_nav ul {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	float: left;
}
#f_nav ul:nth-child(1){
	width: 16%;
	border-right: 1px #fff solid;
	margin-right: 6%;
}
#f_nav ul:nth-child(2){
	width: 18%;
	border-right: 1px #fff solid;
	margin-right: 6%;
}
#f_nav ul:nth-child(3){
	width: 21%;
	border-right: 1px #fff solid;
	margin-right: 6%;
}
#f_nav ul:nth-child(4){
	width: 27%;
}
#f_nav ul li{
	position: relative;
	padding-left: 20px;
}
#f_nav ul li:not(:last-child){
	margin-bottom: 10px;
}
#f_nav ul li:before{
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#f_info{
	float: right;
	font-size: 0;
	width: 36%;
	text-align: right;
}
#f_info li{
	display: inline-block;
}
#f_info li:not(:last-child){
	margin-right: 6px;
}
#f_bottom{
	background: #e0e2dd;
	padding: 25px 0;
}
#f_logo {
	float: left;
}
#f_logo img {
	display: block;
	margin-bottom: 15px;
}
#f_logo address{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
}
#f_logo address span {
	display: block;
}
#f_contact{
	float: left;
	margin-left: 155px;
}
#f_contact li:not(:last-child){
	margin-bottom: 10px;
}
#f_reserve{
	float: right;
	width: 400px;
}
#f_reserve a{
	text-decoration: none;
}
#f_reserve li{
	text-align: center;
}
#f_reserve li:nth-child(1){
	float: left;
	width: 60%;
	padding-right: 5px;
}
#f_reserve li:nth-child(2){
	float: right;
	width: 40%;
}
#f_reserve li:nth-child(3){
	float: right;
	width: 40%;
}
#f_reserve li:nth-child(4){
	padding-top: 85px;
}
#f_reserve li .btn_planlist{
	display: block;
	background: #1e3605;
	height: 75px;
	line-height: 75px;
	font-size: 15px;
}
#f_reserve li .btn_planlist:hover{
	opacity: 0.75;
}
#f_reserve li .btn_reserve{
	display: block;
	background: #8d987a;
	height: 35px;
	line-height: 35px;
	margin-bottom: 5px;
	font-size: 13px;
}
#f_reserve li .btn_reserve:hover{
	opacity: 0.75;
}
#f_reserve li .btn_calendar{
	display: block;
	background: #7a7e74;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
}
#f_reserve li .btn_calendar:hover{
	opacity: 0.75;
}
#f_reserve li .btn_confirm{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
	text-decoration: underline;
	color: #000;
	position: relative;
	font-size: 12px;
}
#f_reserve li .btn_confirm:after{
	content: "";
	position: absolute;
	top: 5px;
	right: -13px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#f_reserve li .btn_confirm:hover{
	text-decoration: none;
}
#f_sp{
	display: none;
}
#copyright {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
	padding: 9px 0;
	text-align: center;
	font-size: 9px;
}

@media screen and (max-width: 600px) {
	#pagetop {
		display: block;
		background: #e0e2dd;
		position: static;
		border: none;
		border-top: 1px #212221 solid;
		border-bottom: 1px #212221 solid;
		width: 100%;
		height: 35px;
	}
	#pagetop a span{
		display: none;
	}
	#footer {
		padding: 25px 4% 80px;
		background: #e0e2dd;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	#footer a{
		color: #000;
	}
	#f_top{
		background-image: none;
		background: transparent;
		padding: 0 0 15px 0;
		order: 2;
		width: 100%;
		border-bottom: 1px #212221 solid;
	}
	#f_top .container > p:first-child {
		display: none;
	}
	#f_nav {
		width: 100%;
		max-width: none;
		float: none;
	}
	#f_nav .acc_tit {
		display: block;
		padding: 5px 25px;
		position: relative;
		background: #8d987a;
		text-align: center;
		color: #fff;
		margin-bottom: 20px;
	}
	#f_nav .acc_tit:after {
		content: '';
		width: 0;
		height: 0;
		margin: -4px 0 0 0;
		position: absolute;
		border-right: 8px solid transparent;
		border-top: 13px solid #fff;
		border-left: 8px solid transparent;
		top: 50%;
		margin: -5px 0 0 10px;
	}
	#f_nav .acc_tit.active:after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	#f_nav .acc_contents{
		display: none;
	}
	#f_nav ul:nth-child(1),
	#f_nav ul:nth-child(2),
	#f_nav ul:nth-child(3),
	#f_nav ul:nth-child(4) {
		float: none;
		width: 100%;
		border: none;
		margin: 0;
		font-size: 14px;
	}
	#f_nav ul li{
		margin-bottom: 10px;
	}
	#f_nav ul li:before {
		content: "";
		position: absolute;
		top: 9px;
		left: 0;
		width: 6px;
		height: 6px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#f_info, #f_contact, #f_reserve{
		display: none;
	}
	#f_sp{
		display: block;
		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
		font-size: 13px;
		margin-top: 20px;
	}
	#f_sp ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 95%;
		margin: 0 auto;
	}
	#f_sp li{
		text-align: center;
		position: relative;
		float:left;
		margin-bottom:10px;
		width: 49%;
	}
	#f_sp li:last-child{
		width: 100%;
		text-align: center;
	}
	#f_sp li:last-child a{
		text-decoration: underline;
		position: relative;
	}
	#f_sp li:last-child a:after {
		content: '>';
		position: absolute;
		top: -5px;
		right: -17px;
	}
	#f_sp li img{
		vertical-align: middle;
		width: 25px;
		margin-right: 10px;
	}
	#f_bottom{
		padding-top: 0;
		order: 1;
		width: 100%;
	}
	#f_logo {
		width: 100%;
		float: none;
		text-align: center;
	}
	#f_logo img {
		margin: 0 auto 20px;
		width: 200px;
	}
	#copyright{
		order: 3;
		width: 100%;
	}
}

/* ---------------------------------------------------
	sp_nav
------------------------------------------------------ */

#sp_nav {
	display: none;
}

@media screen and (max-width: 600px) {
	#sp_nav {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #1e3605;
		z-index: 2;
	}
	#sp_nav ul {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	#sp_nav li {
		display: table-cell;
	}
	#sp_nav li{
		border-right: 1px solid #e0e2dd;
	}
	#sp_nav li:last-child{
		background: #987817;
		border-right: none;
	}
	#sp_nav li:last-child span{
		height: 3px;
		width: 40px;
		display: block;
		background: #fff;
		margin-bottom: 8px;
		margin: 0 auto 8px auto;
	}
	#sp_nav a {
		display: block;
		padding: 15px 0 10px 0;
		text-align: center;
		color: #fff;
		font-size: 12px;
		line-height: 1;
	}
	#sp_nav a:hover{
		text-decoration: none;
	}
	#sp_nav img {
		height: 30px;
		display: block;
		margin: 0 auto 5px auto;
	}
}

/* ---------------------------------------------------
	clear
------------------------------------------------------ */

#header:after, #nav_wrap:after, #gnav ul:after, #s_reserve:after, #contents_wrap:after, .container:after, #f_nav:after, #f_nav ul:after, #f_bottom:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
