@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: 1100px;

	background: #fff;
	color: #000;
}

#customer_header,
#customer_footer {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "游ゴシック", YuGothic, "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 2;
	-webkit-text-size-adjust: 100%;
}
/*
#customer_header #header_wrap,
#customer_header #nav_wrap,
#customer_footer #footer_wrap {
	padding: 0; margin: 0;
}

#customer_header #header,
#customer_header #gnav ul,
#customer_footer #footer {
	width: 1100px; max-width: 100%; padding: 0; margin: 0 auto;
	-webkit-box-sizing: border-box; box-sizing: border-box;
}

#customer_header a,
#customer_footer a { color: #555; text-decoration: none;}
#customer_header a:hover,
#customer_footer a:hover { color: #555; text-decoration: underline;}
#customer_header a:hover img,
#customer_footer a:hover img { opacity: 0.75;}

#customer_header img,
#customer_footer img { max-width: 100%;}

#customer_header .ver_sp,
#customer_footer .ver_sp { display: none;}

@media screen and (orientation:landscape) {
	body { width: 100%;}
}
@media screen and (max-width: 768px) {

	#customer_header .ver_pc,
	#customer_footer .ver_pc { display: none;}
	#customer_header .ver_sp,
	#customer_footer .ver_sp { display: inline;}
} */

@media screen and (max-width: 768px) {
	body {
		min-width: 0;
	}
}

#customer_header img,
#customer_footer img {
	width: 100%;
}

#customer_header a,
#customer_footer a {
	display: block;

	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}


#customer_header .for_sp,
#customer_footer .for_sp {
	display: none;
}

@media screen and (max-width: 600px) {
	#customer_header .for_pc,
	#customer_footer .for_pc {
		display: none;
	}
	#customer_header .for_sp,
	#customer_footer .for_sp {
		display: block;
	}
}

/* ===================================================
	header_wrap CSS
====================================================== */
#customer_header #header_wrap {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1002;

	background: rgba(255, 255, 255, .1);
	-webkit-transition: 0s !important;
	-webkit-transition: background .3s !important;
	-o-transition: 0s !important;
	-o-transition: background .3s !important;
	transition: 0s !important;
	transition: background .3s !important;
}
#customer_header #header_wrap.scroll {
	background: rgba(9, 70, 93, .8);
}
#customer_header #header_wrap.pages {
	background: rgba(9, 70, 93, .8);
}
@media screen and (max-width: 600px) {
	#customer_header #header_wrap {
		position: relative;

		background: none;
	}
}

#customer_header #header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1366px;
	height: 110px;
	padding-left: 20px;
	margin: 0 auto;

	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
}
#customer_header #header .logo {
	display: block;
	width: 320px;
}
#customer_header #header .logo img {
	width: 320px;
	max-width: inherit;
}
@media screen and (max-width: 600px) {
	#customer_header #header {
		width: auto;
		height: auto;
		padding: 0;
		position: absolute;
		top: 40px;
		left: 50%;

		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	#customer_header #header .logo {
		width: 254px;
		margin: 0 auto;
	}
	#customer_header #header .logo img {
		width: 254px;
	}
}

#customer_header #gnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-end;
	max-width: 1026px;
	height: 110px;
	padding: 18px 0 0;

	-webkit-box-align: end;
	-webkit-box-pack: end;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-align: end;
	-ms-flex-pack: end;
	-ms-flex-wrap: wrap;
}
#customer_header #gnav .lang {
	margin: 0 14px 14px 0;
	position: relative;
}
#customer_header #gnav .lang > p {
	padding: 2px 40px 2px 8px;
	position: relative;

	background: rgba(255, 255, 255, .15);
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
}
#customer_header #gnav .lang > p::before {
	content: "";
	display: block;
	width: 10px;
	height: 5.7px;
	position: absolute;
	top: 50%;
	right: 8px;

	background: url(../img/arrow_lang.png);
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#customer_header #gnav .lang:hover ul {
	top: 29px;

	opacity: 1;
	pointer-events: auto;
}
#customer_header #gnav .lang ul {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;

	opacity: 0;
	pointer-events: none;
}
#customer_header #gnav .lang ul.open {
	top: 29px;

	opacity: 1;
	pointer-events: auto;
}
#customer_header #gnav .lang ul li {
	width: 100%;

	border: 1px solid #1c5c74;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
}
#customer_header #gnav .lang ul li a {
	padding: 2px 40px 2px 8px;

	background: #fff;
	color: #1c5c74;
}
#customer_header #gnav .lang ul li:first-child {
	border-bottom: none;
}
#customer_header #gnav .lang ul li.active a {
	background: #1c5c74;
	color: #fff;
	pointer-events: none;
}
#customer_header #gnav .contact {
	margin: 0 14px 14px 0;
}
#customer_header #gnav .contact a {
	width: 120px;
	padding: 2px 0;
	position: relative;

	background: #fff;
	border: 1px solid #fff;
	color: #1c5c74;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
}
@media screen and (min-width: 601px) {
	#gnav .contact a:hover {
		background: #1c5c74;
		color: #fff;
	}
}
#customer_header #gnav .tel-link {
	display: block;
	padding: 0 20px 17px 27px;
	position: relative;

	color: #fff;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
}
#customer_header #gnav .tel-link::before {
	content: "";
	display: block;
	width: 27px;
	height: 27px;
	position: absolute;
	top: -2px;
	left: 0;

	background: url(../img/icon_tel.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
#customer_header #gnav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-end;

	-webkit-box-align: center;
	-webkit-box-pack: end;
	-ms-flex-align: center;
	-ms-flex-pack: end;
}
#customer_header #gnav > ul li {
	border-left: 1px solid #fff;
}
#customer_header #gnav > ul li:last-child {
	border: none;
}
#customer_header #gnav > ul li a {
	display: block;
	height: 46px;
	padding: 5px 26px 0;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	letter-spacing: .1em;
	text-decoration: none;
}
@media screen and (min-width: 601px) {
	#customer_header #gnav > ul li a:hover {
		background: #fff;
		color: #a38523;
	}
}
#customer_header #gnav > ul li:last-child a {
	padding: 5px 45px 0　35px;
	position: relative;

	background: #a38523;
	border: 1px solid #a38523;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#customer_header #gnav > ul li:last-child a::before {
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 20px;

	background: url(../img/arrow_right.png);
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
@media screen and (min-width: 601px) {
	#customer_header #gnav > ul li:last-child a:hover {
		background: none;
		color: #fff;
	}
}
@media screen and (max-width: 600px) {
	#customer_header #gnav {
		display: none;
	}
}

/* ===================================================
	gnav_sp CSS
====================================================== */
#customer_header #gnav_sp {
	display: none;
}
@media screen and (max-width: 600px) {
	#customer_header #gnav_sp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		width: 100%;
		height: 70px;
		padding-bottom: constant(safe-area-inset-bottom);
		padding-bottom: env(safe-area-inset-bottom);
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 10;

		background: #1c5c74;
		border-top: 1px solid #fff;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	#customer_header #gnav_sp::before {
		content: "";
		display: block;
		width: 100%;
		height: 40px;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 0;
	}
	#customer_header #gnav_sp > div {
		width: 20%;
		height: 70px;
		position: relative;

		background: #1c5c74;
		border-bottom: 1px solid #fff;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}
	#customer_header #gnav_sp > div::before {
		content: "";
		display: block;
		position: absolute;
		left: 50%;

		pointer-events: none;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	#customer_header #gnav_sp > div:nth-child(1)::before {
		width: 21px;
		height: 28px;
		top: 13px;
		z-index: 11;

		background: url(../img/icon_access.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}
	#customer_header #gnav_sp > div:nth-child(2)::before {
		width: 26px;
		height: 26px;
		top: 13px;
		z-index: 11;

		background: url(../img/icon_tel_sp.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}
	#customer_header #gnav_sp > div:nth-child(3)::before {
		width: 25px;
		height: 29px;
		top: 13px;
		z-index: 11;

		background: url(../img/icon_calender.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}
	#customer_header #gnav_sp > div:nth-child(4) {
		background: #a38523;
	}
	#customer_header #gnav_sp > div:nth-child(4)::before {
		width: 27px;
		height: 27px;
		top: 14px;
		z-index: 11;

		background: url(../img/icon_serch.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}
	#customer_header #gnav_sp > div:nth-child(5) {
		background: #6098ad;
	}
	#customer_header #gnav_sp > div:nth-child(5)::before {
		width: 37px;
		height: 18px;
		top: 18px;
		z-index: 11;

		background: url(../img/icon_menu.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}
	#customer_header #gnav_sp > div > a,
	#gnav_sp > div > p {
		width: 100%;
		height: 100%;
		padding-top: 47px;

		color: #fff;
		font-size: 12px;
		line-height: 1.8;
	}
	#gnav_sp > div > p a {
		color: #fff;
	}
	#customer_header #gnav_sp > div:not(:first-child) {
		border-left: 1px solid #fff;
	}
}

#customer_header #menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;

	background: rgba(28, 92, 116, .9);
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	opacity: 0;
	pointer-events: none;
}
#customer_header #menu:target {
	opacity: 1;
	pointer-events: auto;
}
#customer_header #menu ul {
	width: 100%;
	padding: 0 30px 50px;
}
#customer_header #menu a {
	width: 100%;
	padding: 20px 0;

	color: #fff;
	line-height: 1;
}
#customer_header #menu li {
	border-bottom: 1px solid #fff;
	font-size: 15px;
	text-align: center;
}
#customer_header #menu li:last-child {
	width: 100%;
	padding-top: 40px;

	border: none;
	opacity: 2;
}
#customer_header #menu li:last-child p {
	display: inline-block;
	padding-right: 22px;
	position: relative;

	color: #ffc405;
	line-height: 1;
	text-shadow: none;
}
#customer_header #menu li:last-child p a {
	padding: 0;

	color: #ffc405;
	font-weight: normal;
}
#customer_header #menu li:last-child p::before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 0;
	right: 0;

	background: url(../img/close.png);
	background-repeat: no-repeat;
	background-size: 100%;
}


#customer_header #main_img {
	height: 500px;
	position: relative;
}
#customer_header #main_img .title {
	height: 105px;
	padding: 0 35px 0 50px;
	position: absolute;
	left: 0;
	bottom: 33px;

	background: rgba(0, 0, 0, .3);
	color: #fff;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 56px;
	letter-spacing: .08em;
	line-height: 2;
}
#customer_header #main_img .title span {
	display: inline-block;
	padding: 0 23px 0 30px;
	position: relative;

	font-size: 24px;
	letter-spacing: .1em;
}
#customer_header #main_img .title span::before,
.title span::after {
	content: "";
	display: block;
	width: 13px;
	height: 1px;
	position: absolute;
	top: 50%;

	background: #fff;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#customer_header #main_img .title span::before {
	left: 11px;
}
#customer_header #main_img .title span::after {
	right: 4px;
}
@media screen and (max-width: 600px) {
	#customer_header #main_img .title {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		top: 50%;
		left: 0;
		bottom: inherit;

		font-size: 40px;
		line-height: 1.3;
		text-align: center;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	#customer_header #main_img .title span {
		display: block;
		padding: 0;
	}
	#customer_header #main_img .title span::before,
	#main_img .title span::after {
		display: none;
	}
}
@media screen and (min-width: 1367px) {
	#customer_header #main_img .title {
		left: calc((100% - 1366px) /2);
	}
}

#customer_header #main_img {
	background: url(../img/mv.jpg);
	background-size: cover;
}
@media screen and (max-width: 600px) {
	#customer_header #main_img {
		height: 350px;
	}
}

/* ===================================================
	footer_wrap CSS
====================================================== */
#customer_footer #footer {
	background: #1c5c74;
	text-align: center;
}
@media screen and (max-width: 600px) {
	#customer_footer #footer {
		padding-bottom: 70px;

		line-height: 1.8;
	}
}
#customer_footer #footer ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 30px;

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}
@media screen and (max-width: 600px) {
	#customer_footer #footer ul {
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 30px 30px 0;

		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-ms-flex-wrap: wrap;
	}
}
#customer_footer #footer li {
	border-left: 1px solid #fff;
}
#customer_footer #footer li:first-child {
	border: none;
}
@media screen and (max-width: 600px) {
	#customer_footer #footer li {
		width: 50%;

		border: none;
		text-align: left;
	}
}
#customer_footer #footer li a {
	height: 32px;
	padding: 0 40px;
	position: relative;

	color: #fff;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 15px;
	letter-spacing: .1em;
	text-decoration: none;
}
#customer_footer #footer li a::before {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;

	background: #fff;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
@media screen and (min-width: 601px) {
	#customer_footer #footer li a:hover::before {
		width: calc(100% - 80px);
	}
}
@media screen and (max-width: 600px) {
	#customer_footer #footer li a {
		padding: 0 0 0 13px;
		position: relative;

		font-size: 13px;
	}
	#customer_footer #footer li a::after {
		content: "";
		display: block;
		width: 5px;
		height: 9px;
		position: absolute;
		top: 6px;
		left: 0;

		background: url(../img/arrow_footer.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}
}
#customer_footer #footer .f_logo img {
	width: 258px;
	max-width: inherit;
	margin-top: 50px;
}
#customer_footer #footer .f_address {
	margin-top: 20px;

	color: #fff;
	font-size: 14px;
}
@media screen and (max-width: 600px) {
	#customer_footer #footer .f_address {
		font-size: 12px;
	}
}
#customer_footer #footer .f_copy {
	padding: 15px 0 45px;
	margin-top: 36px;

	border-top: 1px solid #fff;
	color: #ffc405;
	font-size: 12px;
}
@media screen and (max-width: 600px) {
	#customer_footer #footer .f_copy {
		padding: 15px 0 20px;
		margin-top: 15px;
	}
}
#customer_footer #footer .privacy {
	text-align: center;
}
#customer_footer #footer .privacy a {
	display: inline-block;
	margin-top: 20px;
	position: relative;

	color: #fff;
	text-decoration: none;
}
#customer_footer #footer .privacy a::before {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;

	background: #fff;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
@media screen and (min-width: 601px) {
	#customer_footer #footer .privacy a:hover::before {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	#customer_footer #footer .privacy {
		margin-top: 10px;

		font-size: 12px;
	}
	#customer_footer #footer .privacy a {
		margin-top: 0;
	}
}


/* ---------------------------------------------------
	更新履歴
------------------------------------------------------
230113_kamiguchi #customer_header #header_wrapの重なり順を調整


------------------------------------------------------ */