@charset "utf-8";
/* ===================================================
	Reset
====================================================== */
#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 dt,
#customer_footer dt {
	font-weight: normal;
}

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


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

#customer_header,
#customer_footer {
	position: relative;

	background: #fff;
	color: #000;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	-webkit-text-size-adjust: 100%;
}

#customer_header img,
#customer_footer img {
	max-width: 100%;
	height: auto;
}

#customer_header a,
#customer_footer a {
	color: #000;
	text-decoration: none;
	transition: opacity .5s;
}
#customer_header a.link_txt_line,
#customer_footer a.link_txt_line {
	text-decoration: underline;
}

#customer_header .tel-link,
#customer_footer .tel-link {
	pointer-events: none;
}

#customer_header .ofi,
#customer_footer .ofi {
	object-fit: cover;
}
#customer_header .br_sp,
#customer_footer .br_sp,
#customer_header .view_sp,
#customer_footer .view_sp {
	display: none;
}

@media screen and (orientation:landscape) {
	body {
		width: 100%;
	}
}
@media screen and (hover:hover) and (min-width: 601px) {
	#customer_header a:hover,
	#customer_footer a:hover {
		opacity: .7;
	}
	#customer_header a.link_txt:hover,
	#customer_footer a.link_txt:hover {
		opacity: 1;
		text-decoration: underline;
	}
	#customer_header a.link_txt_line:hover,
	#customer_footer a.link_txt_line:hover {
		opacity: 1;
		text-decoration: none;
	}
}
@media screen and (max-width: 600px) {
	body {
		min-width: 0;
	}

	#customer_header,
	#customer_footer {
		line-height: 1.8;
	}

	#customer_header .tel-link,
	#customer_footer .tel-link {
		pointer-events: auto;
	}

	#customer_header .br_sp,
	#customer_footer .br_sp,
	#customer_header span.view_sp,
	#customer_footer span.view_sp {
		display: inline;
	}
	#customer_header .view_sp,
	#customer_footer .view_sp {
		display: block;
	}
	#customer_header .br_pc,
	#customer_footer .br_pc,
	#customer_header .view_pc,
	#customer_footer .view_pc {
		display: none !important;
	}
}


/* ---------------------------------------------------
	Base Layout
------------------------------------------------------ */
/* コンテンツ幅 */
#customer_header .inner_md,
#customer_footer .inner_md {
	width: 1100px;
	max-width: 92%;
	margin: 0 auto;
}


/* ---------------------------------------------------
	Header
------------------------------------------------------ */
@keyframes fade_nav {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#customer_header #g_header {
	width: 100%;

	animation: fade_nav ease-in-out .7s;
	font-size: 18px;
}
#customer_header #g_header .hd_inner {
	display: flex;
	height: 80px;
	padding: 0 280px 0 0;

	background: rgba(255,255,255,.9);
}
#customer_header #g_header .hd_inner .logo {
	align-self: center;
	padding: 0 0 0 20px;
}
#customer_header #g_header .hd_nav {
	display: flex;
	align-items: center;
	margin: 0 0 0 auto;
}
#customer_header #g_header .hd_nav li {
	margin: 0 12px;
}
#customer_header #g_header .hd_nav a {
	display: flex;
	align-items: center;
	padding: 5px 0;
	position: relative;
}
#customer_header #g_header .hd_nav a::after {
	content: "";
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	right: 50%;

	background: #b77c12;
	transition: left .5s, right .5s;
}
#customer_header #g_header .hd_nav a.current::after {
	left: 0;
	right: 0;
}
#customer_header #g_header .hd_nav a img {
	display: inline-block;
	margin: 0 7px 0 0;
}
#customer_header #g_header .hd_nav .tel-link {
	align-items: baseline;
}
#customer_header #g_header .hd_nav .tel-link span {
	font-size: 24px;
}
#customer_header #g_header .hd_btns {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 101;
}
#customer_header #g_header .hd_btns li {
	position: relative;
	z-index: 0;
}
#customer_header #g_header .hd_btns a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
}
#customer_header #g_header .hd_btns .btn_reserve {
	width: 180px;

	background: #9d3449;
	color: #fff;
	transition: background-color .5s, opacity .5s;
}
#customer_header #g_header .hd_btns .btn_reserve img {
	margin: 0 7px 3px 0;
}
#customer_header #g_header .hd_btns .btn_menu {
	flex-direction: column;
	width: 80px;

	background: #fff;
}
#customer_header #g_header .hd_btns .btn_menu span {
	width: 40px;
	height: 1px;

	background: #000;
	transition: width .5s, margin .5s, opacity .5s, transform .5s;
}
#customer_header #g_header .hd_btns .btn_menu span + span {
	margin: 10px 0 0;
}
#customer_header #g_header .hd_btns .btn_menu span:last-child {
	width: 25px;
	margin-right: 15px;
}
#customer_header #g_header .hd_btns a[href="#close"] {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;

	pointer-events: none;
}

#customer_header #g_header:target {
	background: none;
}
#customer_header #g_header:target .hd_btns {
	position: fixed;
	z-index: 1001;
}
#customer_header #g_header:target .hd_btns .btn_reserve {
	opacity: 0;
	pointer-events: none;
}
#customer_header #g_header:target .hd_btns .btn_menu {
	background: none;
}
#customer_header #g_header:target .hd_btns .btn_menu span + span {
	margin-top: -1px;
}
#customer_header #g_header:target .hd_btns .btn_menu span:first-child {
	transform: rotate(45deg);
}
#customer_header #g_header:target .hd_btns .btn_menu span:nth-child(2) {
	opacity: 0;
}
#customer_header #g_header:target .hd_btns .btn_menu span:last-child {
	width: 40px;
	margin-right: 0;

	transform: rotate(-45deg);
}
#customer_header #g_header:target .hd_btns a[href="#close"] {
	pointer-events: auto;
}

@media screen and (hover:hover) and (min-width: 601px) {
	#customer_header #g_header .hd_nav a:hover {
		opacity: 1;
	}
	#customer_header #g_header .hd_nav a:hover::after {
		left: 0;
		right: 0;
	}
	#customer_header #g_header .hd_btns .btn_reserve:hover {
		background: #b4455b;
		opacity: 1;
	}
	#customer_header #g_header .hd_btns .btn_menu:hover {
		opacity: 1;
	}
	#customer_header #g_header .hd_btns .btn_menu:hover span:last-child {
		width: 40px;
		margin-right: 0;
	}
}

@media screen and (max-width: 1400px) {
	#customer_header #g_header .hd_inner {
		padding-right: 230px;
	}
	#customer_header #g_header .hd_inner .logo {
		padding-left: 15px;
	}
	#customer_header #g_header .hd_nav {
		font-size: 16px;
	}
	#customer_header #g_header .hd_nav li {
		margin: 0 8px;
	}
	#customer_header #g_header .hd_nav .tel-link span {
		font-size: 22px;
	}
	#customer_header #g_header .hd_btns .btn_reserve {
		width: 150px;
	}
}
@media screen and (max-width: 600px) {
	#customer_header #g_header {
		position: static;

		background: none;
	}
	#customer_header #g_header .hd_inner {
		height: 55px;
		padding-right: 175px;
	}
	#customer_header #g_header .hd_inner .logo {
		width: 120px;
		padding-left: 4%;
	}
	#customer_header #g_header .hd_inner .logo img {
		max-width: 100%;
	}
	#customer_header #g_header .hd_btns {
		position: fixed;
	}
	#customer_header #g_header .hd_btns a {
		height: 55px;
	}
	#customer_header #g_header .hd_btns .btn_reserve {
		width: 120px;

		font-size: 14px;
	}
	#customer_header #g_header .hd_btns .btn_reserve img {
		width: 16px;
		margin-right: 5px;
	}
	#customer_header #g_header .hd_btns .btn_menu {
		width: 55px;
	}
	#customer_header #g_header .hd_btns .btn_menu span {
		width: 28px;
	}
	#customer_header #g_header .hd_btns .btn_menu span + span {
		margin-top: 8px;
	}
	#customer_header #g_header .hd_btns .btn_menu span:last-child {
		width: 20px;
		margin-right: 8px;
	}

	#customer_header #g_header:target .hd_btns .btn_menu span:last-child {
		width: 28px;
	}
}


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

#customer_header #g_nav {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;

	background: #fff;
	opacity: 0;
	overflow: auto;
	pointer-events: none;
	-webkit-transform: translateZ(0);
	transition: opacity .5s;
}
#customer_header #g_nav .gn_outer {
	display: flex;
	min-height: 100vh;
}
#customer_header #g_nav .gn_outer::before {
	content: "";
	width: calc(100% - 800px);
	min-height: 100vh;

	background: url(https://storage.489ban.net/storage/customer/923/img/gn_img.jpg) no-repeat center center;
	background-size: cover;
}
#customer_header #g_nav .gn_inner {
	width: 800px;
	max-width: 100%;
	padding: 80px 100px;
}
#customer_header #g_nav .logo_col {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#customer_header #g_nav .logo_col div {
	width: 280px;
	max-width: 100%;

	line-height: 1.6;
}
#customer_header #g_nav .logo_col .tel-link {
	font-size: 21px;
}
#customer_header #g_nav .logo_col .tel-link span {
	font-size: 31px;
}
#customer_header #g_nav .logo_col .link {
	display: flex;
	margin: 10px 0 0;

	font-size: 16px;
}
#customer_header #g_nav .logo_col .link li + li {
	margin: 0 0 0 25px;
}
#customer_header #g_nav .logo_col .link li a {
	display: flex;
	align-items: center;
}
#customer_header #g_nav .logo_col .link li img {
	margin: 0 15px 0 0;
}
#customer_header #g_nav .main_nav {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 35px;
}
#customer_header #g_nav .main_nav ul {
	width: 250px;
	max-width: 49%;
}
#customer_header #g_nav .main_nav li {
	padding: 0 0 0 15px;
	margin: 0 0 20px;

	background: url(https://storage.489ban.net/storage/customer/923/img/arrow01.svg) no-repeat left center;
}
#customer_header #g_nav .btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0 0;

	font-size: 20px;
}
#customer_header #g_nav .btns li {
	width: 290px;
	max-width: 49%;
}
#customer_header #g_nav .btns li:first-child {
	width: 100%;
	max-width: none;
	margin: 0 0 20px;
}
#customer_header #g_nav .btns a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;

	background: #ad9468;
	color: #fff;
}
#customer_header #g_nav .btns a img {
	margin: 0 5px 0 0;
}
#customer_header #g_nav .btns .btn_reserve {
	min-height: 80px;

	background: #9d3449;
}

#customer_header #g_header:target #g_nav {
	opacity: 1;
	pointer-events: auto;
}


@media screen and (max-width: 600px) {
	#customer_header #g_nav {
		height: 100%;
	}
	#customer_header #g_nav .gn_outer {
		display: block;
		min-height: 100%;
	}
	#customer_header #g_nav .gn_outer::before {
		content: none;
	}
	#customer_header #g_nav .gn_inner {
		width: 100%;
		padding: 65px 4%;
		padding-bottom: calc(65px + env(safe-area-inset-bottom));
	}
	#customer_header #g_nav .logo_col {
		display: block;
	}
	#customer_header #g_nav .logo_col .logo {
		display: block;
		width: 160px;
		margin: 0 auto 20px;
	}
	#customer_header #g_nav .logo_col div {
		width: 100%;

		text-align: center;
	}
	#customer_header #g_nav .logo_col .tel-link {
		font-size: 16px;
	}
	#customer_header #g_nav .logo_col .tel-link span {
		font-size: 24px;
	}
	#customer_header #g_nav .logo_col ul {
		justify-content: center;

		font-size: 14px;
	}
	#customer_header #g_nav .main_nav {
		margin: 30px 0 10px;

		font-size: 14px;
	}
	#customer_header #g_nav .main_nav li {
		padding-left: 12px;

		background-size: 5px auto;
	}
	#customer_header #g_nav .btns {
		margin-top: 15px;

		font-size: 18px;
	}
	#customer_header #g_nav .btns li {
		width: 100%;
		max-width: none;
		margin: 0 0 10px !important;
	}
	#customer_header #g_nav .btns a {
		min-height: 50px;
	}
	#customer_header #g_nav .btns .btn_reserve {
		min-height: 65px;
	}
	#customer_header #g_nav .btn_menu {
		margin: 20px 0 0;

		font-size: 12px;
		line-height: 1;
		text-align: center;
	}
	#customer_header #g_nav .btn_menu .icon {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 35px;
	}
	#customer_header #g_nav .btn_menu .icon::before,
	#customer_header #g_nav .btn_menu .icon::after {
		content: "";
		order: -1;
		width: 35px;
		height: 1px;

		background: #000;
	}
	#customer_header #g_nav .btn_menu .icon::before {
		transform: rotate(45deg);
	}
	#customer_header #g_nav .btn_menu .icon::after {
		margin: -1px 0 0;

		transform: rotate(-45deg);
	}
}


/* ---------------------------------------------------
	Main img
------------------------------------------------------ */
#customer_header #main_img {
	position: relative;
	z-index: 0;
}
#customer_header #main_img h1 {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	align-items: center;
	height: 100%;
	padding: 0 0 30px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 0;

	box-sizing: border-box;
	color: #fff;
	font-size: 46px;
	line-height: 1.3;
	text-shadow: 0 0 10px #000;
	transform: translateX(-50%);
}
#customer_header #main_img h1 .en {
	margin: 0 0 0 20px;

	font-size: 16px;
	letter-spacing: 6px;
}
#customer_header #main_img .ofi {
	width: 100%;
}

@media screen and (max-width: 600px) {
	#customer_header #main_img h1 {
		padding-bottom: 15px;
		bottom: 15px;

		font-size: 28px;
	}
	#customer_header #main_img h1 .en {
		width: 100%;
		margin: 5px 0 0;

		font-size: 14px;
		letter-spacing: 4px;
	}
}


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

/* breadcrumb */
#customer_header #breadcrumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 5px 4%;

	font-size: 13px;
	line-height: 1.6;
}
#customer_header #breadcrumb li {
	display: flex;
	align-items: center;
}
#customer_header #breadcrumb li + li::before {
	content: ">";
	margin: 3px 10px;
}
#customer_header #breadcrumb li a {
	max-width: 500px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media screen and (max-width: 600px) {
	#customer_header #breadcrumb {
		font-size: 12px;
	}
	#customer_header #breadcrumb li + li::before {
		margin: 3px 5px;
	}
	#customer_header #breadcrumb li a {
		max-width: 150px;
	}
}


/* ---------------------------------------------------
	Footer
------------------------------------------------------ */
#customer_footer #ft_img {
	position: relative;
}
#customer_footer #ft_img p {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 0 0 145px;
	position: absolute;
	top: 0;
	left: 0;

	color: #fff;
	font-size: 26px;
}
#customer_footer #ft_img .ofi {
	width: 100%;
	min-height: 450px;
}

#customer_footer #g_footer {
	background: #fff;
	font-size: 16px;
}

#customer_footer #g_footer .logo_col {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 0 35px;
}
#customer_footer #g_footer .logo_col address {
	margin: 0;

	line-height: 2.2;
}
#customer_footer #g_footer .logo_col div {
	width: 475px;

	line-height: 1.6;
}
#customer_footer #g_footer .logo_col ul {
	display: flex;
	align-items: baseline;
}
#customer_footer #g_footer .logo_col li + li {
	margin: 0 0 0 25px;
}
#customer_footer #g_footer .logo_col .tel-link span {
	font-size: 26px;
}
#customer_footer #g_footer .logo_col .link {
	margin: 10px 0 0;
}
#customer_footer #g_footer .logo_col .link li a {
	display: flex;
	align-items: center;
}
#customer_footer #g_footer .logo_col .link li img {
	margin: 0 15px 0 0;
}

#customer_footer #g_footer .ft_nav div {
	display: flex;
	padding: 0 0 50px;
}
#customer_footer #g_footer .ft_nav ul {
	width: 100%;
	padding: 0 5px 0 25px;

	border-left: 1px solid #baaa94;
}
#customer_footer #g_footer .ft_nav ul:last-child {
	border-right: 1px solid #baaa94;
}
#customer_footer #g_footer .ft_nav ul li + li {
	margin: 5px 0 0;
}

#customer_footer #g_footer .ft_group {
	background: #9d3449;
	color: #fff;
	text-align: center;
}
#customer_footer #g_footer .ft_group dl {
	padding: 30px 0 25px;
}
#customer_footer #g_footer .ft_group dt {
	flex-shrink: 0;
	align-self: center;
	margin: 0 0 25px;

	font-size: 20px;
}
#customer_footer #g_footer .ft_group dd {
	margin: 0 0 0 10px;

	line-height: 2.2;
}
#customer_footer #g_footer .ft_group dd span {
	display: block;

	color: #fff;
	font-size: 14px;
}
#customer_footer #g_footer .copy {
	padding: 15px 0;

	border-top: 1px solid rgba(255, 255, 255, .3);
	font-size: 13px;
	text-align: center;
}


@media screen and (max-width: 600px) {
	#customer_footer #ft_img {
		position: relative;
	}
	#customer_footer #ft_img p {
		padding-left: 4%;

		font-size: 18px;
	}
	#customer_footer #ft_img .ofi {
		min-height: 250px;
	}

	#customer_footer #f_footer {
		font-size: 14px;
	}

	#customer_footer #g_footer .logo_col {
		display: block;

		text-align: center;
	}
	#customer_footer #g_footer .logo_col .logo {
		display: inline-block;
		width: 180px;
		margin: 0 0 25px;
	}
	#customer_footer #g_footer .logo_col address {
		line-height: 1.8;
	}
	#customer_footer #g_footer .logo_col div {
		width: auto;
		margin: 5px 0 0;
	}
	#customer_footer #g_footer .logo_col .number {
		display: block;
	}
	#customer_footer #g_footer .logo_col .number li + li {
		margin: 5px 0 0;
	}
	#customer_footer #g_footer .logo_col .tel-link span {
		font-size: 22px;
	}
	#customer_footer #g_footer .logo_col .link {
		justify-content: center;
	}

	#customer_footer #g_footer .ft_nav {
		padding: 0 0 50px;
	}
	#customer_footer #g_footer .ft_nav div {
		flex-wrap: wrap;
		padding: 20px 0 0;

		font-size: 14px;
	}
	#customer_footer #g_footer .ft_nav ul {
		width: 50%;
		padding: 0 5px 0 8px;

		border-left: 1px solid #baaa94;
	}
	#customer_footer #g_footer .ft_nav ul:nth-child(2n) {
		border-right: 1px solid #baaa94;
	}
	#customer_footer #g_footer .ft_nav ul:nth-child(n+3) {
		padding-top: 5px;
	}

	#customer_footer #g_footer .ft_group dl {
		flex-wrap: wrap;
		justify-content: center;
		padding: 20px 0 10px;
	}
	#customer_footer #g_footer .ft_group dt {
		width: 100%;
		margin: 0 0 10px;

		font-size: 16px;
	}
	#customer_footer #g_footer .ft_group dd {
		margin: 0 1% 10px;

		line-height: 1.8;
	}
	#customer_footer #g_footer .ft_group dd span {
		font-size: 12px;
	}
	#customer_footer #g_footer .copy {
		padding: 15px 0;
	}
}

/* 姉妹艦追加 */
#customer_footer #g_footer .ft_group dl{display: block;}
#customer_footer .inner_md { width: 1100px;  margin: 0 auto;}
#customer_footer .ft_group dt {font-size: 18px; margin-bottom: 20px;}
#customer_footer .ft_group dd ul {display: flex;justify-content: space-between;}
#customer_footer .ft_group dd ul:nth-child(2) {justify-content: flex-start;margin-top: 10px;}
#customer_footer .ft_group dt { font-size: 18px; margin-bottom: 20px;}
#customer_footer .ft_group dd ul { display: flex; justify-content: space-between;}
#customer_footer .ft_group dd ul:nth-child(2){justify-content: flex-start;margin-top:10px;}
#customer_footer .ft_group dd ul:nth-child(2)>li:nth-child(2){margin-left:18px;}
#customer_footer #g_footer .ft_group dd{margin: initial;}
#customer_footer #g_footer .ft_group dt{text-align: left;}

@media screen and (max-width: 600px) {
#customer_footer .ft_group { padding: 8vw 0 5vw;}
#customer_footer .ft_group dt { font-size: 16px; margin-bottom: 10px;}
#customer_footer .ft_group dd ul { display: block;}
#customer_footer .ft_group dd ul li { width: 100%; text-align: center;}
#customer_footer .ft_group dd ul li + li { margin-top: 10px;}
#customer_footer .ft_group dd ul:nth-child(2)>li:nth-child(2){margin: initial;}
#customer_footer .ft_group dd ul{display: flex; flex-wrap: wrap;justify-content: center;padding: 20px 0 10px;}
#customer_footer .ft_group dd ul li{ width: 200px;max-width: 48%;margin: 0 1% 10px;line-height: 1.8;}
#customer_footer .ft_group dd ul li + li{margin-top: initial;}
#customer_footer .ft_group dd ul:nth-child(2){    display: flex;flex-wrap: wrap;justify-content: center;padding: 20px 0 10px;}
#customer_footer .ft_group dd ul:nth-child(2)>li:nth-child(2){margin: 0 1% 10px;}
#customer_footer .ft_group dd ul:nth-child(2){margin-top: initial;padding-top: initial;}
#customer_footer .ft_group dd ul{    padding: 20px 0 0}}
/* ---------------------------------------------------
	更新履歴
------------------------------------------------------



------------------------------------------------------ */