@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: 1200px; margin: 0!important;
	background-image: url(https://storage.489ban.net/storage/customer/276/489ban/img/lead_bg01.png);
}

@media screen and (max-width: 600px) {
	body,
	input,
	select,
	textarea { font-size: 14px;}
	

	body { min-width: 0;}
	.view_sp { display: block; margin: 0;}
	.view_pc { display: none !important;}


}

@media screen and (hover: hover) {
	a:hover { text-decoration: none;}
}


#customer_header,
#customer_footer {
	font-size: 14px; font-weight: normal; line-height: 1.5;
	font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'YuMincho', 'Yu Mincho', '游明朝体', "Sawarabi Mincho", serif;
	-webkit-text-size-adjust: 100%; color: #000;
}

#customer_header #header_wrap,
#customer_header #nav_wrap,
#customer_footer #footer_wrap {
	padding: 0; margin: 0;
}


#customer_header a,
#customer_footer a {
	color: #484040;
	text-decoration: none;
}
#customer_header a:hover,
#customer_footer a:hover {
	color: #FFFFFF;
	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%;
	height: 90%;
	margin-left: auto;
	margin-right: auto;
}

}


/* Header
------------------------------------------------------ */
#customer_header #header_wrap {
	position: relative;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: hsla(0,0%,99%,1.00);
	padding-bottom: 5px;
}
#customer_header #header {
	width: min(1200px, 100%);
	margin: 0 auto;
}
#customer_header h1 { float: left; padding: 25px 0;}
#customer_header #h_logo {
	width: 300px;
	padding: 20px 0 0;
	position: absolute;
	text-align: center;
	transform: translateY(0) translateX(-50%);
	-webkit-transform: translateY(0) translateX(-50%);
	top: 13px;
	left: 50%;
}
#customer_header #h_logo span { display: flex; align-items: center; font-size: 30px;}
#customer_header #h_logo span:before, #customer_header #h_logo span:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #000;
  margin: 0.3em;}
#customer_header #h_nav { float: right; padding: 15px 0 0;}
#customer_header #h_nav ul {
	margin: 10px 0 0;
	width: auto;
}
#customer_header #h_nav li { font-size: 18px; text-align: right; }
#customer_header #h_nav li span { display: inline; margin: 0 5px 0 0; padding: 3px; font-size: 13px; border: 1px solid #000; border-radius: 5px; vertical-align: baseline;}

#customer_header #title {
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(https://storage.489ban.net/storage/customer/276/489ban/img/tit_bg.jpg);
	background-size: cover;
}
#customer_header #title h2 {
	position: relative;
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding-top: 130px;
	padding-left: 0;
	padding-bottom: 130px;
	text-align: center;
}
#customer_header #title h2 span {
	position: absolute;
	right: -75px;
	bottom: 26px;
}

#customer_header #menu_btn { position: absolute; top: 0; right: 0; width: 80px; height: 80px; background: #fff; font-size: 15px; display: none; flex-direction: column; justify-content: center; align-items: center; transition: opacity .3s; text-decoration: none;}
#customer_header #menu_btn .icon { font-size: 0; height: 15px; margin: 0 0 10px;}
#customer_header #menu_btn .icon span { width: 26px; height: 2px; background: #222; display: block; transition: margin .5s, transform .5s;}
#customer_header #menu_btn .icon span + span { margin-top: 6px;}
#customer_header #menu_btn .txt { width: 100%; text-align: center; position: relative; line-height: 1; font-size: 14px; color: #222;}
#customer_header #menu_btn .txt span { width: 100%; margin-top: 6px; display:block; transition: opacity .5s;}
#customer_header #menu_btn .txt span:nth-of-type(2) { position: absolute; opacity: 0; top: 0; left: 50%; transform: translateX(-50%);}
#customer_header:target #menu_btn .icon span:first-of-type { transform: rotate(45deg); margin-top: 7px;}
#customer_header:target #menu_btn .icon span:last-of-type { transform: rotate(-45deg); margin-top: -1px;}
#customer_header:target #menu_btn .icon span:nth-of-type(2) { display: none;}
#customer_header:target #menu_btn .txt span:first-of-type { opacity: 0;}
#customer_header:target #menu_btn .txt span:nth-of-type(2) { opacity: 1;}
#customer_header #header_wrap:target #menu_btn .icon span:first-of-type { transform: none; margin-top: 0;}
#customer_header #header_wrap:target #menu_btn .icon span:last-of-type { transform: none; margin-top: 6px;}
#customer_header #header_wrap:target #menu_btn .icon span:nth-of-type(2) { display: block;}
#customer_header #header_wrap:target #menu_btn .txt span:first-of-type { opacity: 1;}
#customer_header #header_wrap:target #menu_btn .txt span:nth-of-type(2) { opacity: 0;}

@media screen and (hover: hover) {
	#customer_header #menu_btn:hover { opacity: .75;}
}

@media screen and (max-width: 600px, 70%) {
	#customer_header #header_wrap {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding-top: 15px;
	padding-right: 4%;
	padding-left: 4%;
	padding-bottom: 10px;
}
	#customer_header #header { display: flex; flex-wrap: wrap;  }
	#customer_header #h1 { width: min(217px, 30%); padding: 15px 0; margin: 0 auto; text-align: center;}
	#customer_header #h1 img { text-align: center; object-fit: contain; width: 80%; height: auto;}
	#customer_header #h_logo spam{ display: flex;
	width: auto;
	padding: 20px 0 0;
	position: absolute;
	text-align: center;
	font-size: 15px;
	transform: translateY(0) translateX(-50%);
	-webkit-transform: translateY(0) translateX(-50%);
	top: 13px;
	left: 50%;
	}
	#customer_header #h_nav { width: 100%; float: none; text-align: center; padding: 25px 0 0; }
	#customer_header #h_nav li { text-align: center; }

	#customer_header #title h2 { width: 100%; padding: 130px 0; }
	#customer_header #title h2 img { width: 50vw; height: auto; object-fit: contain; }
	#customer_header #title h2 span { right: 4%; bottom: 15px; }
	#customer_header #title h2 span img { width: 45vw; }

	#customer_header #menu_btn { display: flex; width: 75px; height: 75px;}
	#customer_header #menu_btn .txt { font-size: 14px;}
}

/* G-nav
------------------------------------------------------ */

#customer_header #gnav #gn_07 {
	position: absolute;
	top: -10px;
	right: 22px;
}
#customer_header #gnav #gn_07 a {
	border: 3px solid #57BAFF;
	background-color: #0071FF;
	padding: 7px 20px;
}
#customer_header #gnav #gn_07 a::before {
	content: '';
width: calc(100% + 4px);
height: calc(100% + 4px);
border: 1px solid #5e5865;
position: absolute;
top: -3px;
left: -3px;
box-sizing: content-box;}

@media screen and (min-width: 601px) {
	#customer_header #gnav {
	clear: both;
	height: 55px;
	padding: 29px 0 0;
	background-color: #002391;
	overflow: hidden;
	}
	#customer_header .gnav_logo { display: none;}
	#customer_header #gnav ul {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding-top: 0;
	padding-left: 20px;
	padding-bottom: 0;
	}
	#customer_header #gnav ul li:nth-last-child(2) { border-right:0;}
	#customer_header #gnav ul a { display: block; border-right: 1px dotted #FFFFFF; float: left; padding: 0 32px; font-size: 20px; line-height: 1.4;}
	#customer_header #gnav li a { color: #fff;}
	#customer_header #gnav li#gn_06 a { border-right: none;}

	#customer_header #gnav #gn_07 a:hover {
	color: #fff !important;
	background-color: #004BFF;
}
	#customer_header #gnav li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: undefined;
	border-bottom: 1px solid #A7D8DD;
	}
}



@media screen and (max-width: 600px) {
	#customer_header #nav_wrap { opacity: 0; pointer-events: none; transition: opacity .6s ease-out; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #fff; overflow: auto; z-index: 9999; box-sizing: border-box; padding: 75px 6% calc(60px + env(safe-area-inset-bottom)); }
	#customer_header:target #nav_wrap  { opacity:1; pointer-events:auto; }
	#customer_header #nav_wrap #gnav { display: flex; flex-direction: column; align-items: center; }
	#customer_header .gnav_logo { width: min(217px, 40%); margin-bottom: 20px; }
	#customer_header .gnav_logo img { width: 100%; height: auto; object-fit: contain; }
	#customer_header #gnav ul { width: 86%; margin: 0 auto; }
	#customer_header #gnav ul a { display: block; border-bottom: 1px dotted #5e5865; padding: 15px 4%; font-size: 16px; line-height: 1.4;}
	#customer_header #gnav #gn_07 { position: static; margin-top: 30px; text-align: center; }
	#customer_header #gnav #gn_07 a { color: #fff; position: relative; font-size: 20px; }
}


/* language
------------------------------------------------------ */
#webc_con .webc_language {
    clear: both;
    margin: 0 0 20px
}

#webc_con .webc_language>div {
    float: right
}

#webc_con .webc_language>div label {
    display: none
}

#webc_con .webc_language>div .webc_select_wrap {
    border: 2px solid;
    padding-left: 30px
}

#webc_con .webc_language>div .webc_select_wrap:after {
    content: "\f0ac";
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-size: 20px;
    font-weight: var(--fa-style,900);
    left: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}


/* ---------------------------------------------------
	Footer
------------------------------------------------------ */
#fixed_pagetop {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
	opacity: 0;
	transition: opacity .5s;
	writing-mode: vertical-rl;
}
#fixed_pagetop.active {
	opacity: 1;
}
#fixed_pagetop a {
	display: block;
	padding: 25px 5px 0;
	position: relative;
	z-index: 0;
	border-left: 1px solid #7d7d7d;
	color: #7d7d7d;
	font-size: 17px;
	line-height: 1;
	transition: transform .5s, opacity .5s;
}
#fixed_pagetop a::before {
	content: "";
	width: 1px;
	height: 18px;
	position: absolute;
	top: 0;
	left: -1px;

	background: #7d7d7d;
	transform: rotate(-45deg);
	transform-origin: left top;
}

#footer_wrap {
	padding: 45px 0;
	background: url(https://storage.489ban.net/storage/customer/276/489ban/img/bg_pattern03.jpg);
	color: #fff;
}
#footer_wrap a {
	color: #fff;
}
#pagetop {
	display: block;
	padding: 10px 0;
	margin: 0 0 50px;
	position: relative;
	z-index: 5;

	font-size: 17px;
	text-align: center;
}
#pagetop::after {
	content: "";
	width: 1px;
	height: 90px;
	position: absolute;
	left: 50%;
	bottom: -90px;
	background: #fff;
}
#f_img {
	width: 1460px;
	max-width: calc(100% - 40px);
	margin: 0 auto 60px;
	position: relative;
	z-index: 0;

	text-align: center;
}
#f_img .character {
	position: absolute;
	bottom: -45px;
	right: 40px;
}

#g_footer {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 20px;
	margin-right: 20px;
}

#g_footer .nav_col {
	width: 660px;
}
#g_footer .nav_col .btn_col {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 35px;
}
#g_footer .nav_col .btn_col .btn {
	height: 70px;
	font-size: 18px;
}
#g_footer .nav_col .btn_col .cmn_btn_reserve {
	width: 300px;
}
#g_footer .nav_col .btn_col .cmn_btn_dayplan {
	width: 245px;
	margin: 0 0 0 25px;
	color: #1a1a1a;
}
#g_footer .nav_col .btn_col .link_arrow {
	display: inline-block;
	padding: 0 0 0 15px;
	margin: 10px 0 0;
	position: relative;
	z-index: 0;
	font-size: 14px;
}
#g_footer .nav_col .btn_col .link_arrow::before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: .9em;
	left: 0;

	background: url(https://storage.489ban.net/storage/customer/276/489ban/img/arrow01_wht.svg) no-repeat center center;
	background-size: 6px auto;
	transform: scale(-1, 1) translateY(-50%);
}
#g_footer .nav_col .main_nav {
	display: flex;
}
#g_footer .nav_col .main_nav ul {
	width: 300px;
}
#g_footer .nav_col .main_nav ul + ul {
	margin: 0 0 0 25px;
}
#g_footer .nav_col .main_nav li + li {
	margin: 15px 0 0;
}

#g_footer .logo_col {
	width: 350px;
}
#g_footer .logo_col .logo {
	margin: 0 0 35px;
}
#g_footer .logo_col address {
	margin: 0 0 30px;
}
#g_footer .logo_col address .tel-link {
	display: inline-block;
	margin: 15px 0 0;

	font-size: 26px;
}
#g_footer .logo_col address .tel-link span {
	margin: 0 0 0 10px;

	font-size: 34px;
}
#g_footer .logo_col .cmn_link_sns {
	margin: 0 0 30px;
}
#g_footer .logo_col .note {
	color: #9d9d9d;
	font-size: 14px;
}

#g_footer #copy {
	order: 2;
	width: 100%;
	margin: 20px 0 0;

	font-size: 15px;
}


@media screen and (hover: hover) and (min-width: 601px) {
	#fixed_pagetop a:hover {
		transform: translateY(-5px);
	}
}
@media screen and (max-width: 600px) {
	#fixed_pagetop {
		bottom: 20px;
		right: 10px;
	}

	#footer_wrap {
		padding: 0 0 30px;
	}
	#pagetop {
		padding: 20px 0;
		margin-bottom: 5px;
	}
	#pagetop::after {
		content: "";
		width: 1px;
		height: 50px;
		position: absolute;
		left: 50%;
		bottom: -30px;

		background: #fff;
	}
	#f_img {
		width: 86%;
		max-width: none;
		margin-bottom: calc(5vw + 30px);
	}
	#f_img .character {
		width: 24vw;
		bottom: -5vw;
		right: 2vw;
	}

	#g_footer {
		display: block;
	}

	#g_footer .nav_col {
		width: auto;
		margin: 0 0 60px;
	}
	#g_footer .nav_col .btn_col {
		display: block;
		margin: 0 0 35px;
	}
	#g_footer .nav_col .btn_col .btn {
		height: 60px;
	}
	#g_footer .nav_col .btn_col .cmn_btn_reserve {
		width: auto;
	}
	#g_footer .nav_col .btn_col .cmn_btn_dayplan {
		width: auto;
		margin: 15px 0 0;
	}
	#g_footer .nav_col .btn_col .link_arrow {
		margin-top: 15px;
	}

	#g_footer .nav_col .main_nav {
		font-size: 14px;
	}
	#g_footer .nav_col .main_nav ul {
		width: 49%;
	}
	#g_footer .nav_col .main_nav ul + ul {
		margin-left: 2%;
	}

	#g_footer .logo_col {
		width: auto;

		font-size: 14px;
	}
	#g_footer .logo_col .logo {
		margin-bottom: 20px;
	}
	#g_footer .logo_col address .tel-link {
		margin-top: 10px;

		font-size: 20px;
	}
	#g_footer .logo_col address .tel-link span {
		font-size: 28px;
	}

	#g_footer #copy {
		font-size: 14px;
	}
}
#sustina_bana {
	width: 600px;
	margin-bottom: 20px;
	height: 76px;
	clear: both;
}
@media screen and (max-width: 600px) {
#sustina_bana {
	width: 100%;
	margin-bottom: 20px;
	height: auto;
}}

#g_nav .bnt_pc{
	display:none;
}
#g_nav .btn2{
	position: relative;
}
#g_nav .hd_lang{
	position: absolute;top: 100px;right: 40px;
}
#g_nav .hd_lang a{
	display: flex;
	align-items: center; 
	padding: 5px 0;
	position: relative;
	 z-index: 0;
	 color: #fff;
	 font-size: 18px;    
	 font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;}
#g_nav .hd_lang a img{
	margin: 0 10px 0 0;
}
#g_nav .hd_lang li{
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5), 0px 0px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 600px) {#g_nav .bnt_pc{display:initial;}#g_nav .hd_lang{display:none;}#g_nav .bnt_pc a{border-bottom: 1px solid #cecece;}}

/* 予約ボタン・日帰りプランボタン */
.cmn_btn_reserve,
.cmn_btn_dayplan {
	display: flex;
	align-items: center;
	justify-content: center;
border-radius: 3px;
}
.cmn_btn_reserve {
	background: linear-gradient(to right, #46aef7 0%, #517cdc 100%);
	color: #fff !important;
}
.cmn_btn_dayplan {
	background: #f4f4f6;
	color: #000000;
}


/* 各SNSリンク */
.cmn_link_sns {
	align-items: center;
	display: flex;
}
.cmn_link_sns li + li {
	margin-left: 20px;
	float: left;
}


/* ボタン */
.cmn_btn {
	display: flex;
	align-items: center;
	width: 300px;
	max-width: 100%;
	min-height: 70px;
	position: relative;
	z-index: 0;
	background: #364780;
	border: 1px solid #364780;
	color: #fff;
	transition: background .5s, color .5s;
	padding-left: 40px;
	padding-right: 70px;
}
.cmn_btn::after {
	content: "";
	width: 75px;
	height: 2px;
	position: absolute;
	top: 50%;
	right: -20px;

	background: #bbc8e8;
	transform: translateY(-50%);
	transition: background .5s;
}

@media screen and (hover: hover) and (min-width: 601px) {
	.cmn_btn:hover {
		background: #fff;
		color: #364780;
		opacity: 1;
	}
	.cmn_btn:hover::after {
		background: #364780;
	}
}
@media screen and (max-width: 600px) {
	.cmn_btn {
		min-height: 60px;
		padding: 0 55px 0 25px;
	}
	.cmn_btn::after {
		width: 45px;
		right: -10px;
	}
}

/* cmn_cnav */
.cmn_cnav {
	display: flex;
	justify-content: space-between;
}
.cmn_cnav a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 90px;
	border-bottom: 2px solid #7d90ae;
	font-size: 18px;
	transition: border-color .5s, padding .5s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.cmn_cnav a::after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(https://storage.489ban.net/storage/customer/276/489ban/img/arrow_cnav.svg) no-repeat center center;
	margin-left: 15px;
}

@media screen and (hover: hover) and (min-width: 601px) {
	.cmn_cnav a:hover {
		padding-top: 18px;
		border-color: #121435;
		opacity: 1;
	}
}
@media screen and (max-width: 600px) {
	.cmn_cnav {
		flex-wrap: wrap;
	}
	.cmn_cnav a {
	min-height: 60px;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	.cmn_cnav a::after {
		margin-left: 10px;
	}
}





/* ---------------------------------------------------
	更新履歴
------------------------------------------------------


------------------------------------------------------ */

/* clear
------------------------------------------------------ */

#header:after,
#nav_wrap:after,
#gnav ul:after,
#contents_wrap:after,
#footer_wrap:after,
#footer:after,
#f_scol:after,
#btn_area:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; font-size: 0;}


/* ---------------------------------------------------
	更新履歴
------------------------------------------------------



------------------------------------------------------ */
