@charset "utf-8";
/* ===================================================
	Reset
====================================================== */
#customer_header *,
#customer_footer * { -webkit-box-sizing: content-box; box-sizing: content-box;}

#customer_header h1,
#customer_header h2,
#customer_header h3,
#customer_header h4,
#customer_header h5,
#customer_header h6,
#customer_footer h1,
#customer_footer h2,
#customer_footer h3,
#customer_footer h4,
#customer_footer h5,
#customer_footer h6 { margin: 0; }

#customer_header ul,
#customer_header ol,
#customer_header li,
#customer_footer ul,
#customer_footer ol,
#customer_footer li { padding: 0; margin: 0; list-style-type: none;}

#customer_header dl,
#customer_footer dl { padding: 0; margin: 0;}

#customer_header p,
#customer_footer p { padding: 0; margin: 0;}


/* ===================================================
	Custom CSS
	※ 予約番自体のコンテンツに影響するのを避けるため、
	　必ず #customer_header または #customer_footer からの継承で記述してください。
====================================================== */
body { min-width: 1120px; color: #000; }

#customer_header,
#customer_footer {
	font-size: 15px; font-weight: normal; line-height: 1.7; font-family: 'Noto Serif JP', serif;
	-webkit-text-size-adjust: 100%; position: relative;
}

#customer_header #header_wrap,
#customer_header #nav_wrap,
#customer_footer #footer_wrap {
	padding: 0; margin: 0;
}

#customer_header h1,
#customer_header h2,
#customer_header h3,
#customer_header h4,
#customer_header h5,
#customer_header h6,
#customer_footer h1,
#customer_footer h2,
#customer_footer h3,
#customer_footer h4,
#customer_footer h5,
#customer_footer h6 { line-height: 1; }

#customer_header div,
#customer_footer div { box-sizing: border-box;}
#customer_header dt,
#customer_footer dt { font-weight: normal; }

#customer_header a,
#customer_footer a { color: #000000; text-decoration: none; -webkit-transition: all 0.5s; transition: all 0.5s; }
#customer_header a:hover,
#customer_footer a:hover { color: #000; text-decoration: underline;}
#customer_header a:focus,
#customer_footer a:focus { outline: none; }
#customer_header a img,
#customer_footer a img { -webkit-transition: opacity 0.5s; transition: opacity 0.5s; }
#customer_header a:hover img,
#customer_footer a:hover img { opacity: 0.75; }

#customer_header img,
#customer_footer img { max-width: 100%; height: auto; width: auto\9; border: 0; vertical-align: bottom; }

#customer_header .ofi,
#customer_footer .ofi { object-fit: cover;}

#customer_header .ver_sp,
#customer_footer .ver_sp { display: none;}

@media screen and (orientation:landscape) {
	body { width: 100%;}
}

@media screen and (max-width: 600px) {
	body { min-width: 0; }

	#customer_header,
	#customer_footer { font-size: 14px; letter-spacing: normal; }

	#customer_header .ver_pc,
	#customer_footer .ver_pc { display: none;}
	#customer_header .ver_sp,
	#customer_footer .ver_sp { display: inline-block;}
}


/* ---------------------------------------------------
  Header
------------------------------------------------------ */
#customer_header #header_wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	min-width: 1120px;
	width: 100%;
	height: 100px;
	background: rgba(255, 255, 255, 0.9);
}
#customer_header #header {
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
#customer_header #h_logo {
	margin-left: 20px;
}
#customer_header #h_nav {
	height: 100%;
}
#customer_header #h_nav > ul {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
	height: 100%;
}
#customer_header #h_nav > ul > li:not(:last-child) {
	align-self: flex-end;
	margin: 0 30px 10px 0;
	font-size: 17px;
}
#customer_header #h_nav > ul > li:last-child {
	display: block;
	width: 260px;
	height: 100%;
	line-height: 100px;
	font-size: 20px;
	text-align: center;
}
#customer_header #h_nav > ul > li:last-child a {
	display: block;
	background: #b28e3d;
	color: #ffffff;
}
#customer_header #h_nav > ul > li:last-child a:hover {
	opacity: 0.75;
	text-decoration: none;
}
#customer_header #h_nav > ul > li:last-child a span {
	background: url(../img/h_cal.png), url(../img/h_arrow.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left, right;
	display: inline-block;
	padding: 0 40px;
}
#customer_header #h_nav_sp {
	display: none;
}
#customer_header #h_tel {
	position: absolute;
	right: 420px;
	top: 20px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
#customer_header #h_tel p {
	font-size: 13px;
	margin-left: 15px;
}
#customer_header #h_tel .tel-link {
	pointer-events: none;
}
#customer_header #h_lang {
	position: absolute;
	right: 285px;
	top: 20px;
	width: 118px;
}
#customer_header #h_lang p {
	font-size: 13px;
	height: 30px;
	box-sizing: border-box;
	cursor: pointer;
	line-height: 28px;
	text-align: center;
	border: 1px #000000 solid;
	border-radius: 15px;
	background: url(../img/h_lang_arrow.png) no-repeat right 10px center;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#customer_header #h_lang p:hover {
	opacity: 0.75;
}
#customer_header #h_langlist {
	position: absolute;
	top: 30px;
	padding-top: 5px;
	left: 0;
	width: 100%;
	height: 0;
	pointer-events: none;
	overflow: hidden;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: 5;
}
#customer_header #h_lang:hover #h_langlist {
	height: 128px;
	pointer-events: auto;
	overflow: auto;
}
#customer_header #h_langlist li a{
	background: #ffffff;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
}
#customer_header #h_langlist li:first-child a{
	border-radius: 15px 15px 0 0;
	border: 1px #000000 solid;
	border-bottom: none;
}
#customer_header #h_langlist li:last-child a{
	border-radius: 0 0 15px 15px;
	border: 1px #000000 solid;
	border-top: none;
}
#customer_header #h_langlist li a {
	display: block;
	-webkit-transition: none;
	transition: none;
	padding: 3px 0;
}
#customer_header #h_langlist li a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #000000;
}
#customer_header #close_bottom {
	display: none;
}
#customer_header #h_menu {
	display: none;
}
#customer_header #h_lang_sp { display: none;}
#customer_header #h_menu_close { display: none; }

@media screen and (max-width: 1300px) {
	#customer_header #h_nav > ul > li:not(:last-child) {
		margin-right: 15px;
		font-size: 16px;
	}
	#customer_header #h_nav > ul > li:last-child {
		width: 200px;
		font-size: 18px;
	}
	#customer_header #h_nav > ul > li:last-child a span {
		background: url(../img/h_cal.png), url(../img/h_arrow.png);
		background-repeat: no-repeat, no-repeat;
		background-position: left, right;
		display: inline-block;
		padding: 0 30px;
	}
	#customer_header #h_tel {
		right: 350px;
	}
	#customer_header #h_lang {
		right: 215px;
	}
}
@media screen and (max-width: 600px) {
	#customer_header #header_wrap {
		height: 60px;
		min-width: 100%;
	}
	#customer_header:target #header_wrap {
		position: fixed;
	}
	#customer_header #h_logo {
		margin-left: 10px;
		width: 150px;
	}
	#customer_header #menuOuter {
		width: 100%;
		position: fixed;
		top: 60px;
		left: 0;
		background: #ffffff;
		overflow: scroll;
		pointer-events: none;
		-webkit-transition: 0.75s;
		transition: 0.75s;
		height: 0;
		z-index: 999;
	}
	#customer_header:target #menuOuter {
		pointer-events: auto;
		height: calc(100vh - 60px);
	}
	#customer_header #menuOuter:target #menuOuter {
		pointer-events: none;
		height: 0;
	}
	#customer_header #h_nav {
		height: auto;
		padding: 5px 20px 60px;
	}
	#customer_header #h_nav > ul {
		display: block;
		height: auto;
		margin-bottom: 20px;
	}
	#customer_header #h_nav > ul > li:not(:last-child) {
		font-size: 16px;
		border-bottom: 1px #cccccc solid;
		margin: 0;
	}
	#customer_header #h_nav > ul > li:not(:last-child) a {
		display: block;
		padding: 10px 30px 10px 0;
		position: relative;
	}
	#customer_header #h_nav > ul > li:not(:last-child) a:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 6px;
		height: 6px;
		border-top: 1px solid #000000;
		border-right: 1px solid #000000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: -3px;
		box-sizing: content-box;
	}
	#customer_header #h_nav > ul > li:last-child {
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		margin-top: 17px;
	}
	#customer_header #h_nav_sp {
		margin-left: auto;
		display: block;
		height: 100%;
		text-align: center;
		font-size: 12px;
	}
	#customer_header #h_nav_sp > ul {
		display: -webkit-box;
		display: flex;
		height: 100%;
		line-height: 1;
	}
	#customer_header #h_nav_sp > ul > li {
		width: 60px;
	}
	#customer_header #h_nav_sp > ul > li > a {
		display: block;
		padding-top: 38px;
	}
	#customer_header #h_nav_sp > ul > li:nth-child(1) a {
		background: url(../img/h_tel_sp.png) no-repeat top 10px center/15px;
	}
	#customer_header #h_nav_sp > ul > li:nth-child(2) a {
		background: url(../img/h_reserve_sp.png) no-repeat top 10px center/23px;
	}
	#customer_header #h_tel {
		position: static;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	#customer_header #h_tel p {
		margin-left: 0;
	}
	#customer_header #h_tel .tel-link {
		pointer-events: auto;
	}
	#customer_header #h_lang {
		display: none;
	}
	#customer_header #h_lang_sp {
		font-size: 13px; display: block; position: absolute; top: 70px; right: 10px; z-index: 1; line-height: 1;
		width: 100px!important; padding: 8px 10px 10px 10px; background: rgba(255,255,255,0.9); border: 1px solid #ccc;}
	#customer_header #h_lang_sp > a { text-decoration: none; background: url(../img/nav_icon.png) no-repeat left; padding-left: 15px;}
	#customer_header #h_lang_sp > a:nth-of-type(2){
		display: none;
		pointer-events: none;
	}
	#customer_header #header_wrap:target #h_lang_sp > a:nth-of-type(1){
		display: none;
		pointer-events: none;
	}
	#customer_header #header_wrap:target #h_lang_sp > a:nth-of-type(2){
		display: block;
		pointer-events: auto;
	}
	#customer_header #h_langlist_sp {
		position: absolute;
		top: 35px;
		left: -1px;
		width: calc(100% + 2px);
		height: 0;
		background: rgba(255,255,255,0.9);
		overflow: hidden;
		text-align: center;
		pointer-events: none;
		-webkit-transition: 0.75s;
		transition: 0.75s;
		box-sizing: border-box;
	}
	#customer_header #header_wrap:target #h_langlist_sp{
		height: 137px;
		pointer-events: auto;
	}
	#customer_header #h_langlist_sp li{
		border: 1px #ccc solid;
		border-top: none;
	}
	#customer_header #h_langlist_sp li:first-child { border-top: 1px #ccc solid; }
	#customer_header #h_langlist_sp li:not(:last-of-type) { border-bottom: 1px dashed #ccc; }
	#customer_header #h_langlist_sp li a {
		display: block;
		-webkit-transition: none;
		transition: none;
		padding: 10px 0;
	}
	#customer_header #h_langlist_sp li a:hover {
		text-decoration: none;
		color: #ffffff;
		background: #000000;
	}
	#customer_header #h_lang p {
		font-size: 16px;
		height: 40px;
		line-height: 38px;
		border-radius: 20px;
		background-position: right 20px center;
	}
	#customer_header #h_langlist {
		position: static;
		margin-top: 15px;
		font-size: 16px;
	}
	#customer_header #close_bottom {
		width: 50px;
		height: 55px;
		margin: 0 auto;
		display: block;
		position: relative;
		text-align: center;
	}
	#customer_header #close_bottom span:not(:last-child) {
		height: 1px;
		width: 80%;
		display: block;
		background: #000000;
		margin: 0 auto;
		position: absolute;
		left: 10%;
		top: 22px;
	}
	#customer_header #close_bottom span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#customer_header #close_bottom span:nth-child(2) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#customer_header #close_bottom span:last-child {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		line-height: 1;
		font-size: 12px;
	}
	#customer_header #h_menu {
		height: 60px;
		width: 60px;
		display: block;
		position: relative;
	}
	#customer_header #h_menu span {
		position: absolute;
		left: 50%;
		height: 2px;
		width: 34px;
		display: block;
		background: #ffffff;
		-webkit-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		background: #000000;
		margin-left: -17px;
	}
	#customer_header #h_menu span:nth-child(1) {
		top: 13px;
	}
	#customer_header #h_menu span:nth-child(2) {
		top: 22px;
	}
	#customer_header #h_menu span:nth-child(3) {
		top: 30px;
	}
	#customer_header #h_menu span:last-child {
		position: absolute;
		left: 0;
		width: 100%;
		height: auto;;
		text-align: center;
		line-height: 1;
		bottom: 8px;
		font-size: 12px;
		margin-left: 0;
		background: transparent;
	}
	#customer_header:target #h_menu span:nth-child(1) {
		top: 20px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#customer_header:target #h_menu span:nth-child(2) {
		opacity: 0;
	}
	#customer_header:target #h_menu span:nth-child(3) {
		top: 20px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#customer_header #h_menu_close {
		display: none;
		height: 60px;
		width: 60px;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
		color: transparent;
	}
	#customer_header:target #header #h_menu_close{
		z-index: 1;
	}

}


/* ---------------------------------------------------
	main_img
------------------------------------------------------ */
#customer_header #main_img {
	position: relative;
	height: 440px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	background: url(../img/main_img.jpg) no-repeat center/cover;
}
#customer_header #main_img h1 {
	font-size: 32px;
	color: #ffffff;
	position: relative;
	top: 25px;
}
#customer_header #main_img h1 em {
	font-size: 60px;
}
#customer_header #contents_wrap {
	padding-bottom: 80px;
}
#customer_header #breadcrumb {
	text-align: right;
	font-size: 13px;
	margin-bottom: 40px;
	padding: 0 15px;
}
#customer_header #breadcrumb li {
	display: inline-block;
	color: #000000;
}
#customer_header #breadcrumb li:not(:last-child):after {
	content: '>';
	margin: 0 5px;
}
#customer_header #breadcrumb li a {
	color: #000000;
}
#customer_header #breadcrumb li > span {
	text-decoration: underline;
}
@media screen and (max-width: 600px) {
	#customer_header #main_img {
		height: 300px;
	}
	#customer_header #main_img h1 {
		font-size: 26px;
	}
	#customer_header #main_img h1 em {
		font-size: 32px;
	}
	#customer_header #breadcrumb {
		font-size: 12px;
		padding: 0 3%;
	}
}


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