@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;}

#webc_con .webc_pagetop { display: none;}

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


#customer_header,
#customer_footer {
	font-size: 15px; font-weight: normal; line-height: 2; -webkit-text-size-adjust: 100%; font-feature-settings: "palt"; letter-spacing: 2.5px;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}

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

#customer_header a,
#customer_footer a  { color: #000; text-decoration: none;}
#customer_header a img,
#customer_footer a img { transition: opacity .5s; -webkit-backface-visibility:hidden; backface-visibility:hidden;}
#customer_header a:hover,
#customer_footer a:hover { color: #000;}
#customer_header a:hover img,
#customer_footer a:hover img { opacity: 0.75;}

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

#customer_header .inner_sm,
#customer_footer .inner_sm { width: 92%; max-width: 1100px; margin: 0 auto;}

#customer_header .bestrate_col { display: flex; justify-content: center; align-items: center; letter-spacing: 1px;}
#customer_header .bestrate_col .txt { margin: 0 0 0 10px; color: #ac8d27; text-align: center;}
#customer_header .bestrate_col .txt p:first-of-type { display: flex; align-items: center;}
#customer_header .bestrate_col .txt p:first-of-type::before,
#customer_header .bestrate_col .txt p:first-of-type::after { content: ''; flex: 1; height: 1px; background: #ac8d27;}
#customer_header .bestrate_col .txt p:first-of-type::before { left: 0;}
#customer_header .bestrate_col .txt p:first-of-type::after { right: 0;}
#customer_header .bestrate_col .txt p:first-of-type > span { display: inline-block; padding: 0 5px;}
#customer_header .bestrate_col .txt p:first-of-type > span span { font-size: 20px;}
#customer_header .bestrate_col .txt p:nth-of-type(2) { font-size: 19px; line-height: 1.4;}
#customer_header .bestrate_col .txt p:nth-of-type(2) span { font-size: 25px;}
#customer_header .bestrate_col .txt p:nth-of-type(2) .dot span { padding-top: .2em; display: inline-block; position: relative;}
#customer_header .bestrate_col .txt p:nth-of-type(2) .dot span::before { position: absolute; content: ""; width: 0.2em; height: 0.2em; border-radius: 50%; background-color: #ac8d27; top: 0; left: 50%; transform: translate(-50%, 0);}

@media screen and (orientation:landscape) {
	body { width: 100%;}
}
@media screen and (max-width: 768px) {
	body { min-width: 0;}

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

	#customer_header .bestrate_col .icon img { width: 70px;}
	#customer_header .bestrate_col .txt { margin: 0 0 0 5px; flex: 1;}
	#customer_header .bestrate_col .txt p:first-of-type > span { font-size: 14px; padding: 0;}
	#customer_header .bestrate_col .txt p:first-of-type > span span { font-size: 17px;}
	#customer_header .bestrate_col .txt p:nth-of-type(2) { font-size: 14px; padding: 0 15px; line-height: 1.2;}
	#customer_header .bestrate_col .txt p:nth-of-type(2) span { font-size: 19px;}
	#customer_header .bestrate_col .txt p:nth-of-type(2) > span:first-of-type { display: block;}

}


/* Header
------------------------------------------------------ */
#customer_header #header { position: relative;}
#customer_header #h_inner { display: flex; justify-content: space-between; padding: 0 0 10px;}

#customer_header #h_nav { padding: 20px 2%; display: flex;}
#customer_header #h_nav .logo { margin-right: 40px;}
#customer_header #h_nav > p .tel-link { font-size: 23px; margin: 0 10px 0 0;}
#customer_header #h_nav > p small { font-size: 14px;}

#customer_header #h_nav .tel { font-size: 18px;}
#customer_header #h_nav .tel span:not(.tel-link) { font-size: 28px;}

#customer_header #header_wrap { position: fixed; top: 0; left: 0; width: 100%; z-index: 9999;}
#customer_header #h_fix { display: flex; justify-content: flex-end; align-items: center; padding: 0 1% 0 2%; box-sizing: border-box; position: fixed; top: 18px; left: 0; width: 100%; pointer-events: none; z-index: 9999;}
#customer_header #h_fix .logo { opacity: 0; transition: opacity .5s;}
#customer_header #h_fix #h_menu { z-index: 1; pointer-events: auto; width: 105px; height: 90px; position: relative;}
#customer_header #h_fix #h_menu a { background: #000; flex-direction: column; justify-content: center; display: flex; align-items: center; height: 100%;}
#customer_header #h_fix #h_menu a::before,
#customer_header #h_fix #h_menu a::after { content: ''; display: block; width: 55px; height: 1px; background: #fff; margin: 0 0 9px; transition: transform .5s;}
#customer_header #h_fix #h_menu a > span { order: 1; align-items: flex-end; width: 55px; position: relative; text-align: center;}
#customer_header #h_fix #h_menu a > span span { opacity: 0; position: absolute; top: 5px; left: 0; width: 100%; font-size: 13px; transition: opacity .5s;}
#customer_header #h_fix #h_menu a > span::before { content: ''; display: block; width: 33px; height: 1px; background: #fff; margin: 0 0 0 auto; transition: width .5s;}
#customer_header #h_fix #h_menu a:hover > span::before { width: 55px;}
#customer_header #h_fix #h_menu a:nth-of-type(2) { position: absolute; width: 100%; height: 100%; left: 0; top: 0; pointer-events: none; opacity: 0;}

#customer_header #header_wrap:target #h_fix #h_menu a { background: #fff;}
#customer_header #header_wrap:target #h_fix #h_menu a::before,
#customer_header #header_wrap:target #h_fix #h_menu a::after { background: #000; margin: 0;}
#customer_header #header_wrap:target #h_fix #h_menu a::before { transform: rotate(45deg);}
#customer_header #header_wrap:target #h_fix #h_menu a::after { transform: rotate(-45deg);}
#customer_header #header_wrap:target #h_fix #h_menu a > span { margin-top: 22px;}
#customer_header #header_wrap:target #h_fix #h_menu a > span::before { opacity: 0;}
#customer_header #header_wrap:target #h_fix #h_menu a > span span { opacity: 1;}
#customer_header #header_wrap:target #h_fix #h_menu a:nth-of-type(2) { pointer-events: auto; opacity: 1;}

@media screen and (max-width: 768px) {
	#customer_header #h_nav { justify-content: flex-start; align-items: center; padding: 15px 2%}
	#customer_header #h_nav .logo { margin: 0 10px 0 0;}
	#customer_header #h_nav .logo img { width: 28vw; min-width: 120px;}
	#customer_header #h_nav > p { padding: 0 5px; border: 1px solid #000; border-radius: 5px; font-size: 13px;}
	#customer_header #h_nav > p .tel-link { font-size: 14px; margin: 0; letter-spacing: 1px;}
	#customer_header #h_nav > p small { display: none;}

	#customer_header #h_fix { padding: 0; justify-content: flex-end; top: 10px;}
	#customer_header #h_fix .logo { display: none;}
	#customer_header #h_fix #h_menu { width: 65px; height: 65px;}
	#customer_header #h_fix #h_menu a::before,
	#customer_header #h_fix #h_menu a::after { width: 45px; margin: 0 0 7px;}
	#customer_header #h_fix #h_menu a > span { width: 45px;}
	#customer_header #h_fix #h_menu a > span::before { width: 30px;}
	#customer_header #h_fix #h_menu a:hover > span::before { width: 45px;}

	#customer_header #header_wrap:target #h_fix #h_menu a > span { margin-top: 15px;}
}

@media screen and (max-width: 370px) {
	#customer_header #h_nav { display: block;}
	#customer_header #h_nav > p { display: inline-block; margin-top: 10px;}
}

/* G-nav
------------------------------------------------------ */
/* ---------------------------------------------------
	G-nav
------------------------------------------------------ */
#customer_header #gnav_wrap {
	width: 100%; height: 100vh; position: fixed; top: 0; left: 0; overflow: auto;
  background: #fff; pointer-events: none; opacity: 0; transition: opacity .5s; z-index: 9998;
}
#customer_header #header_wrap:target #gnav_wrap { pointer-events: auto; opacity: 1;}
#customer_header #gnav_wrap > div { position: relative;}
#customer_header #gnav_wrap > div::after {
	content: ''; display: block; width: 35%; min-width: calc(100% - 900px); height: 100%;
	background: url(../img/gnav_bg.jpg)no-repeat center right; background-size: cover; position: absolute; top: 0; left: 0;
}
#customer_header #gnav { min-height: 100vh; width: 65%; max-width: 900px; min-width: 730px; margin: 0 0 0 auto; padding: 105px 4% 105px 5%; box-sizing: border-box; position: relative; z-index: 1; background: #fff;}
#customer_header #gnav a { transition: color .5s;}
#customer_header #gnav a:hover { text-decoration: none;}

#customer_header #gnav_logo { display: flex; align-items: flex-end; padding-bottom: 30px; border-bottom: 1px solid #dcdcdc;}
#customer_header #gnav_logo .glogo { display: block;}
#customer_header #gnav_logo .glogo span { display: block; font-size: 13px; margin-bottom: 5px;}
#customer_header #gnav_logo > p { font-size: 17px; margin: 0 0 0 30px; line-height: 1;}
#customer_header #gnav_logo .tel-link { font-size: 25px;}
#customer_header #gnav_logo .language { margin: 0 0 0 auto; display: flex; font-size: 13px;}
#customer_header #gnav_logo .language li + li { margin: 0 0 0 10px;}
#customer_header #gnav_logo .language a { display: block; padding: 2px 10px; border: 1px solid #b5b5b5; border-radius: 5px; transition: color .5s, background-color .5s;}
#customer_header #gnav_logo .language a:hover { background: #000; color: #fff;}

#customer_header #gnav_menu { display: flex; justify-content: space-between; padding: 50px 0 40px;}
#customer_header #gnav_menu ul { width: 36%; letter-spacing: 1px;}
#customer_header #gnav_menu ul:first-of-type,
#customer_header #gnav_menu ul:nth-of-type(3) { width: 30%;}
#customer_header #gnav_menu ul li { margin: 0 0 15px;}
#customer_header #gnav_menu ul li a,
#customer_header #gnav_menu ul li span { display: flex; align-items: center;}
#customer_header #gnav_menu ul li span { color: #a1a1a1;}
#customer_header #gnav_menu ul li a:hover { text-decoration: underline;}
#customer_header #gnav_menu ul li a::before,
#customer_header #gnav_menu ul li span::before { content: ''; display: block; width: 5px; height: 5px; border-top: 1px solid #000; border-right: 1px solid #000; transform: rotate(45deg); margin: 0 15px 0 0;}

#customer_header #gnav_reserve ul { display: flex; justify-content: space-between; margin: 30px 0 0;}
#customer_header #gnav_reserve ul li { width: 32%; text-align: center;}
#customer_header #gnav_reserve ul li a { padding: 15px 0; display: block; border: 1px solid #9e8a4d; border-radius: 5px; background: #f4ede3; color: #9e8a4d; transition: color .5s, background-color .5s;}
#customer_header #gnav_reserve ul li a:hover { background: #9e8a4d; color: #f4ede3;}
#customer_header #gnav_reserve ul li:first-of-type a { background: #9e8a4d; color: #fff;}
#customer_header #gnav_reserve ul li:first-of-type a:hover { background: #f4ede3; color: #9e8a4d;}
#customer_header #gnav_reserve ul li:nth-of-type(2) a {}

#customer_header #close_bot { display: none;}

@media screen and (max-width: 768px) {
	#customer_header #gnav { width: 100%; min-width: 0; padding: 65px 5% 150px;}
	#customer_header #gnav_logo { display: block; text-align: center; padding-bottom: 20px; border-bottom: none;}
	#customer_header #gnav_logo .glogo span { margin-bottom: 0;}
	#customer_header #gnav_logo > p { margin: 15px 0;}
	#customer_header #gnav_logo .language { justify-content: center;}
	#customer_header #gnav_logo .language a { width: 100px; padding: 5px 0;}

	#customer_header #gnav_menu { display: block; padding: 25px 0 20px;}
	#customer_header #gnav_menu ul { width: 100%;}
	#customer_header #gnav_menu ul:first-of-type,
	#customer_header #gnav_menu ul:nth-of-type(3) { width: 100%;}
	#customer_header #gnav_menu ul li { border-bottom: 1px solid #dcdcdc;}
	#customer_header #gnav_menu ul li a,
	#customer_header #gnav_menu ul li span { justify-content: space-between; padding: 0 10px;}
	#customer_header #gnav_menu ul li a:hover { text-decoration: none;}
	#customer_header #gnav_menu ul li a::before,
	#customer_header #gnav_menu ul li span::before { order: 1; margin: 0;}

	#customer_header #gnav_reserve ul { display: block;}
	#customer_header #gnav_reserve ul li { width: 100%; margin: 0 0 15px;}
	#customer_header #gnav_reserve ul li a { padding: 12px 0; display: flex; align-items: center; justify-content: center;}
	#customer_header #gnav_reserve ul li a::after { content: ''; display: block; width: 7px; height: 7px; border-top: 1px solid #9e8a4d; border-right: 1px solid #9e8a4d; transform: rotate(45deg); margin: 0 0 0 5px; transition: border-color .5s;}
	#customer_header #gnav_reserve ul li a:hover::after { border-color: #f4ede3;}
	#customer_header #gnav_reserve ul li:first-of-type a::after { border-color: #fff;}
	#customer_header #gnav_reserve ul li:first-of-type a::after { border-color: #9e8a4d;}

	#customer_header #close_bot { display: block; text-align: center; margin: 30px 0 0; font-size: 17px;}
	#customer_header #close_bot span { display: inline-block; position: relative; padding: 0 30px 0 0; border-bottom: 1px solid #000;}
	#customer_header #close_bot span::before { content: ''; display: block; width: 20px; height: 1px; background: #000; transform: rotate(45deg); position: absolute; bottom: calc(50% - 1px); right: 0;}
	#customer_header #close_bot span::after { content: ''; display: block; width: 20px; height: 1px; background: #000; transform: rotate(-45deg); position: absolute; bottom: 50%; right: 0;}
}


/* Main img
------------------------------------------------------ */
#customer_header #main_img { width: 96%; margin: 0 auto; background: #f5f5f5; text-align: center; position: relative;}
#customer_header #main_img img { width: 100%; min-height: 210px;}
#customer_header #main_tit { position: absolute; bottom: 30px; left: 20px; color: #fff; text-shadow: 0 0 8px rgba(0,0,0,0.7);}
#customer_header #main_tit h1 { text-align: left;}
#customer_header #main_tit h1 .en { font-size: 60px; line-height: 1; letter-spacing: 8px;}
#customer_header #main_tit h1 .en span { font-size: 210px;}
#customer_header #main_tit h1 span:nth-of-type(2) { display: flex; align-items: center; font-size: 25px; padding: 0 0 0 10px;}
#customer_header #main_tit h1 span:nth-of-type(2)::before { content: ''; display: block; height: 1px; background: #fff; flex: 1; margin: 0 15px 0 0;}

@media screen and (max-width: 768px) {
	#customer_header #main_tit { bottom: 10px; left: 5px;}
	#customer_header #main_tit h1 .en { font-size: 30px; letter-spacing: 5px;}
	#customer_header #main_tit h1 .en span { font-size: 80px;}
	#customer_header #main_tit h1 span:nth-of-type(2) { font-size: 20px; padding: 0 0 0 10px; line-height: 1;}
	#customer_header #main_tit h1 span:nth-of-type(2)::before { margin: 0 5px 0 0;}
}


/* breadcrumb
------------------------------------------------------ */
#customer_footer #breadcrumb { margin: 20px auto; font-size: 14px;}
#customer_footer #breadcrumb li { display: inline-block; line-height: 1.6;}
#customer_footer #breadcrumb li:before { content: '/'; margin: 0 5px; color: #ab8c32;}
#customer_footer #breadcrumb li:first-child:before { display: none;}
#customer_footer #breadcrumb li:not(:first-of-type) a { color: #ab8c32;}
#customer_footer #breadcrumb li a:hover { text-decoration: underline;}

@media screen and (max-width: 468px) {
	#customer_footer #breadcrumb { margin: 10px auto; font-size: 13px;}
}


/* Footer
------------------------------------------------------ */
#customer_footer #pagetop { display:block; position: fixed; bottom: 20px; right: 20px; z-index: 1001;}
#customer_footer #pagetop a { color: #cfcfcf; display: flex; flex-direction: column; align-items: center;}
#customer_footer #pagetop a span {
	margin: 0 0 11px 15px; padding: 22px 0 5px 3px; position: relative;
	-webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; font-feature-settings: "palt" 0;
}
#customer_footer #pagetop a span::before {
	content: ''; display: block; width: 11px; height: 53px; background: url(../img/pagetop_arrow.svg)no-repeat center;
	position: absolute; top: 0; left: 0;
}

#customer_footer #footer_wrap { background: #000; color: #fff;}
#customer_footer #footer a { color: #fff;}

#customer_footer #ft_logo_wrap { padding: 70px 0; display: flex; justify-content: space-between;}

#customer_footer #f_logo { width: 350px;}
#customer_footer #f_logo > p span { display: block;}
#customer_footer #f_logo > p { margin: 0 0 30px;}
#customer_footer #f_logo > p img { margin: 10px 0 0;}
#customer_footer #f_logo > p a { display: block; transition: opacity .5s;}
#customer_footer #f_logo > p a:hover { opacity: 0.75;}
#customer_footer #f_logo > p a:hover img { opacity: 1;}
#customer_footer #f_logo address { margin-bottom: 0;}
#customer_footer #f_logo address span,
#customer_footer #f_logo address .tel-link { display: inline-block; margin-right: 10px;}

#customer_footer #ft_reserve { width: 700px; align-self: flex-end;}
#customer_footer #ft_reserve ul:first-of-type { display: flex; justify-content: space-between; margin: 25px 0 0;}
#customer_footer #ft_reserve ul:first-of-type li { width: 210px;}
#customer_footer #ft_reserve ul:first-of-type li a {
	display: flex; align-items: center; justify-content: center; border: 1px solid #b3b3b3; padding: 5px 0;
	text-align: center; line-height: 1.5; height: 100%; transition: color .5s, background-color .5s;
}
#customer_footer #ft_reserve ul:first-of-type li a:hover { background: #fff; color: #000;}
#customer_footer #ft_reserve ul:first-of-type li small { display: block; font-size: 13px;}
#customer_footer #ft_reserve ul:nth-of-type(2) { margin: 30px 0 0;}
#customer_footer #ft_reserve ul:nth-of-type(2) li { display: inline-block; margin: 10px 20px 0 0;}
#customer_footer #ft_reserve ul:nth-of-type(2) li a { display: flex; align-items: center;}
#customer_footer #ft_reserve ul:nth-of-type(2) li a:hover { text-decoration: underline;}
#customer_footer #ft_reserve ul:nth-of-type(2) li a::before {
	content: ''; display: block; width: 6px; height: 6px; margin: 0 12px 0 0;
	border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg);
}

#customer_footer #ft_copy { background: #1a1a1a; padding: 50px 0; color: #949494; font-size: 13px; line-height: 2.2;}
#customer_footer #ft_copy > div { display: flex; justify-content: space-between;}
#customer_footer #ft_copy ul { display: flex; align-items: center; margin: 0 0 0 30px;}
#customer_footer #ft_copy ul li { margin: 0 30px 0 0;}

@media screen and (max-width: 768px) {
	#customer_footer #pagetop { right: 10px; bottom: 10px;}
	#customer_footer #pagetop img { width: 35px;}

	#customer_footer #ft_logo_wrap { display: block; padding: 10vw 0 5vw;}
	#customer_footer #f_logo { width: 100%; text-align: center;}
	#customer_footer #f_logo > p { margin: 0 0 20px;}
	#customer_footer #f_logo > p img { margin: 5px 0 0; width: 45vw;}
	#customer_footer #f_logo address .tel-link { text-decoration: underline;}

	#customer_footer #ft_reserve { width: 100%; margin: 30px 0 0;}
	#customer_footer #ft_reserve ul:first-of-type { display: block;}
	#customer_footer #ft_reserve ul:first-of-type li { width: 100%; margin: 0 0 15px 0;}
	#customer_footer #ft_reserve ul:first-of-type li a { padding: 12px 0;}
	#customer_footer #ft_reserve ul:first-of-type li small { display: inline-block;}
	#customer_footer #ft_reserve ul:nth-of-type(2) { margin: 20px 0 0;}
	#customer_footer #ft_reserve ul:nth-of-type(2) li { margin: 5px 20px 0 0;}

	#customer_footer #ft_copy { padding: 5vw 0 10vw;}
	#customer_footer #ft_copy > div { display: block;}
	#customer_footer #ft_copy ul { margin: 10px 0 0;}
	#customer_footer #ft_copy ul li { margin: 0 20px 0 0;}

}
@media screen and (max-width: 480px) {
	#customer_footer #f_nav li { width: 100%; margin-right: 0;}
}


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

/* #header:after,
#nav_wrap:after,
#gnav ul:after,
#contents_wrap:after,
#footer:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; font-size: 0;} */


/* ---------------------------------------------------
	更新履歴
------------------------------------------------------



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