<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ===================================================
	Base CSS
====================================================== */

/* eb-garamond-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'EB Garamond';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/eb-garamond-v27-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
	--color-bg: #eee;
	--color-gray01: #d6d6d6;
	--color-gray02: #c4c4c4;
	--color-gray03: #a3a3a3;
	--color-blue: #1d394e;
	--color-blue02: #2c495e;
}

body {
	min-width: 1200px; min-height: 100vh; background: var(--color-bg); color: #1b1b1b;
	font-size: 16px; font-weight: normal; line-height: 1.875;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	-webkit-text-size-adjust: 100%; position: relative; letter-spacing: 0.2em;
}

.pos_fix { width: 100%; overflow: hidden;}

input,
select,
textarea { font-size: 13px;}

div { box-sizing: border-box;}

a { color: #1b1b1b; text-decoration: none; transition: opacity .5s; }
a img { transition: opacity .5s; }

@media screen and (hover: hover) {
	a:hover { opacity: 0.6; }
	a:hover img { opacity: 0.6;}
}

#lineup-font-size-sampler { bottom: 0; left: 0;}
.fixed { position: fixed; top:0; left: 0; z-index: 999; }
iframe[name="google_conversion_frame"] { position: absolute; bottom: 0; left: 0;}

.ofi { object-fit: cover; width: 100%; height: 100%;}
.sp { display: none;}

@media screen and (max-width: 600px) {
	body,
	input,
	select,
	textarea { font-size: 13px;}

	body { min-width: 0; letter-spacing: 0.12em;}
	.sp { display: block;}
	.pc { display: none !important;}
}


/* ---------------------------------------------------
	Base Layout
------------------------------------------------------ */
.font_en { font-family: 'EB Garamond'; }
.tel-link { font-family: 'EB Garamond', serif;}

/* コンテンツ幅 */
.inner_lg { width: 1400px; max-width: 94%; margin: 0 auto;}
.inner_md { width: 1200px; max-width: 92%; margin: 0 auto;}
.inner_sm { width: 1000px; max-width: 92%; margin: 0 auto;}

@media screen and (max-width: 600px) {
	.inner_lg,
	.inner_md,
	.inner_sm { max-width: 86%; }
}


/* ---------------------------------------------------
	Header
------------------------------------------------------ */
/* animation */
@keyframes h-top {
	0% { position: fixed; }
	50% { opacity: 0; }
	100% { opacity: 1; position: absolute; }
}
/* animation End */
#g_header { position: absolute; top: 0; left: 0; min-width: 1200px; width: 100%; transition: background 1s, opacity 1s; opacity: 1; background: transparent; z-index: 9998; line-height: 2.5; }
#g_header #header_wrap { display: flex; justify-content: space-between; padding: 10px 0; box-sizing: border-box; }
#g_header .hd_h1 { width: 110px; margin: 0 25px; position: relative; }
#g_header .hd_h1 .clr { opacity: 0; }
#g_header .hd_h1 .wh { position: absolute; top: 0; left: 0; z-index: -1; }
#g_header .hd_h1 a { display: block; }
#g_header .hd_h1 a img { transition: opacity .5s; }
#g_header .hd_nav { margin: 0 0 0 auto; display: flex; align-items: center; }
#g_header .hd_nav li { padding: 0 10px; box-sizing: border-box;}
#g_header .hd_nav li a { color: #f2f2f2; }
#g_header .hd_nav li + li { margin-left: 20px; }
#g_header .hd_sns { margin-left: 45px; display: flex; align-items: center; }
#g_header .hd_sns li + li { margin-left: 20px; }
#g_header .hd_sns a { display: block; font-size: 0; }
#g_header .hd_sns .wh { display: block; }
#g_header .hd_sns .bk { display: none; }
#g_header .hd_btn { margin-left: 40px; display: flex; align-items: center; justify-content: center; padding: 5px 50px; font-size: 16px; }
#g_header #h_menu {
	width: 130px; display: flex; flex-direction: column; align-items: center; justify-content: center;
	position: relative; top: 0; transition: background-color .5s, opacity .5s, top .5s; z-index: 9999;
}
#g_header #h_menu span { background: #666; width: 47px; height: 1px; transition: margin .5s, transform .5s, width .5s; font-size: 0;}
#g_header #h_menu span + span { margin: 10px 0 0 0; }
#g_header #h_menu.active { top: 10px; }
#g_header #h_menu.active span { transform: rotate(-45deg); background: #fff; }
#g_header #h_menu.active span + span { margin: -1px 0 0; transform: rotate(45deg); transform-origin: center;}

@media screen and (hover: hover) {
	#g_header .hd_nav a:hover { opacity: .5; }
	#g_header #h_menu:hover,
	#g_header #h_menu:hover.active,
	#g_header #gnav_menu a:hover { opacity: .5; }
}
@media screen and (max-width: 1400px) {
	#g_header .hd_nav li { padding: 0 5px; }
	#g_header .hd_nav li + li { margin-left: 10px; }
	#g_header .hd_sns { margin-left: 40px; }
}
@media screen and (min-width: 601px) {
	#g_header.fixed { position: fixed; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); background: rgba(29, 57, 78, .9); transition: background .7s, color .7s; }
	#g_header.fixed .hd_h1 .wh { opacity: 0; }
	#g_header.fixed .hd_h1 .clr { opacity: 1; }
	#g_header.fixed .hd_h1 a img { transition: none; }

	#g_header.fixed a { color: #f2f2f2; }
	#g_header.fixed .hd_sns .wh { display: block; }
	#g_header.fixed .hd_sns .bk { display: none; }
	#g_header.top { animation: h-top 1s; left: 0 !important; transition: background .7s, color .7s, left 0s 0.5s; }
}
@media screen and (max-width: 600px) {
	#g_header { padding: 0; min-width: auto; }

	#sp_hd { display: block; width: 100%; position: fixed; bottom: 0; left: 0; background: var(--color-blue); height: auto; opacity: 0; pointer-events: none; transition: opacity 0.7s; z-index: 999; }
	#g_header.fixed #sp_hd { opacity: 1; pointer-events: auto; }
	#sp_hd ul,
	#sp_hd a { display: flex; width: 100%; height: 100%;}
	#sp_hd li { width: 100%; flex: 1; background: #fff; padding-bottom: env(safe-area-inset-bottom); }
	#sp_hd li:not(.reserve_btn) + li { border-left: 1px solid #b5b5b5;}
	#sp_hd a { flex-direction: column; align-items: center; justify-content: center; letter-spacing: 0.08em; line-height: 1; height: 60px; }
	#sp_hd a img { display: block; margin-bottom: 5px;}
	#sp_hd .reserve_btn { flex: 2; background: #1b1b1b; }
	#sp_hd .reserve_btn a { flex-direction: row; color: #f2f2f2; }
	#sp_hd .reserve_btn a img { margin: 0 5px 0 0;}
	#sp_hd .sp_menu span { background: #999; width: 45%; height: 1px; transition: margin .5s, transform .5s, width .5s; font-size: 0;}
	#sp_hd .sp_menu span + span { margin: 8px 0 0 0; }

	.pos_fix #g_header.fixed #sp_hd { opacity: 0; pointer-events: none; }
}



/* ---------------------------------------------------
	G-nav
------------------------------------------------------ */
#gnav_wrap {
	width: 100%; height: 100vh; position: fixed; top: 0; left: 0; overflow: auto;
	background: var(--color-blue); pointer-events: none; transition: opacity .5s; z-index: 10; opacity: 0;
}
#gnav_wrap.active  { pointer-events: auto; opacity: 1;}
#gnav { min-height: 100vh; width: min(830px, 100%); padding: 140px 175px 90px; box-sizing: border-box; position: relative; z-index: 2; background: var(--color-blue); }
#gnav_logo { position: fixed; top: 50px; left: 50px; z-index: 1; }
#gnav_menu a { color: #f2f2f2; }
#gnav_menu { display: flex; }
#gnav_menu &gt; ul { width: 50%; }
#gnav_menu &gt; ul &gt; li { margin-bottom: 45px; line-height: 1; }
#gnav_menu &gt; ul li ul { display: flex; margin-top: 65px; }
#gnav_menu &gt; ul li ul li + li { margin-left: 35px; }
#gnav_reserve { margin-top: 20px; font-size: 18px; text-align: center; }
#gnav_reserve a { display: block; padding: 10px 20px; box-sizing: border-box; color: #f2f2f2; }
#gnav_contact { display: flex; justify-content: space-between; margin-top: 35px;}
#gnav_contact .mail { width: 48%; display: flex; align-items: center; justify-content: center; border-color: #93999d; color: #f2f2f2; text-align: center; }
#gnav_contact .tel { width: 48%; color: #f2f2f2; line-height: 1; }
#gnav_contact .tel a { color: #f2f2f2; }
#gnav_contact .tel .tel-link { display: block; font-size: 24px; }
#gnav_contact .tel .time { display: block; margin-top: 15px; font-size: 12px; }
#gnav_group { margin-top: 85px; display: flex; justify-content: flex-end; }
#gnav_group a { font-size: 14px; color: #f2f2f2; }

@media screen and (hover: hover) {
	#gnav_contact .mail:hover { color: #1b1b1b; border-color: var(--color-gray01); }
}
@media screen and (min-width: 601px) {
	#gnav_wrap &gt; div::after {
		content: ''; display: block; width: calc(100% - 830px); height: 100vh;
		background: url(../img/gnav_bg.jpg)no-repeat center left; background-size: cover; position: fixed; top: 0; left: 0;
	}
	#gnav_wrap &gt; div { display: flex; justify-content: flex-end;}
}
@media screen and (max-width: 830px) {
	#gnav { padding: 140px 12% 90px; }
}
@media screen and (max-width: 600px) {
	#gnav_wrap { height: 100%; }
	#gnav_wrap .close_menu { width: 60px; height: 60px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: absolute; top: 0; right: 0; z-index: 99999; }
	#gnav_wrap .close_menu span:not(.txt) { background: #999; width: 30px; height: 1px; transition: margin .5s, transform .5s, width .5s; font-size: 0; transform: rotate(-45deg);}
	#gnav_wrap .close_menu span + span:not(.txt) { margin: 5px 0 0 0; margin: -1px 0 0; transform: rotate(45deg); transform-origin: center;}
	#gnav { width: 100%; padding: 80px 8%; margin-right: 0; z-index: 9999; }
	#gnav ul { font-size: 14px;}
	#gnav ul li { margin-bottom: 15px; line-height: 1.5; }
	#gnav_menu &gt; ul li ul { margin-top: 30px; }
	#gnav_menu &gt; ul li ul li + li { margin-left: 15px; }
	#gnav_reserve { margin-top: 30px;}
	#gnav_reserve a { width: 100%; padding: 10px 0px; font-size: 14px; }
	#gnav_contact { display: block; margin-top: 30px;}
	#gnav_contact li a { padding: 12px 0; box-sizing: border-box;}
	#gnav_contact .mail { width: 100%; padding: 5px 0px; font-size: 14px; }
	#gnav_contact .tel { width: 100%; margin-top: 15px; }
	#gnav_contact .tel .tel-link { display: inline-block;}
	#gnav_contact .tel .time { margin-top: 5px; font-size: 10px; display: inline-block;}
	#gnav_group { margin-top: 60px; }
	#gnav_wrap #close_bot.close_menu { position: static; margin: 60px auto 0; font-size: 12px; color: #999; letter-spacing: 0.1em; }
	#gnav_wrap #close_bot.close_menu .txt { margin-top: 5px;}
}


/* ---------------------------------------------------
	Main img
------------------------------------------------------ */
#main_img { width: 100%; position: relative; z-index: 1; margin-bottom: -1px; }
#main_img h1 { position: absolute; top: 50%; left: max(calc(50vw - 600px), 4%); transform: translateY(-50%); color: #f2f2f2; }
#main_img h1 .font_en { font-size: 70px; display: block; line-height: 1; text-transform: capitalize; letter-spacing: 0.05em; }
#main_img h1 .ja { font-size: 20px; display: block; line-height: 1; margin-top: 30px; letter-spacing: 0.1em; }
#main_img .photo { height: 100vh; }
#main_img .photo::after { content: ''; width: 100%; height: 47%; position: absolute; top: 0; left: 0; background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), transparent); z-index: 0; }

@media screen and (max-width: 600px) {
	#main_img h1 { left: 7%; }
	#main_img h1 .font_en { font-size: 40px; }
	#main_img h1 .ja { font-size: 18px; margin-top: 15px; }
	#main_img .photo { height: auto; min-height: 350px; }
}


/* ---------------------------------------------------
	Contents
------------------------------------------------------ */
body:not(#home) #contents_wrap { background: var(--color-blue02); color: #f2f2f2; }

.cnav { padding: 100px 0 95px;}
.cnav ul { display: flex; justify-content: space-between; }
.cnav ul li a { width: 100%; display: block; text-align: center; padding-bottom: 15px; font-size: 16px; }
.cnav ul li a::after { background: #1b1b1b;}
.cnav ul li a span { display: flex; align-items: center; justify-content: center; }
.cnav ul li a span::after { content: ''; display: block; width: 13px; height: 8px; background: url(../img/arrow01_bk.svg)no-repeat right center/contain; margin-left: min(35px, 13%); }

@media screen and (min-width: 601px) {
	.cnav ul li { width: calc((100% - 80px) / 3);}
}

@media screen and (max-width: 600px) {
	#contents_wrap { }
	.cnav { padding: 10px 0 40px;}
	.cnav ul { flex-wrap: wrap; }
	.cnav ul li { width: calc(50% - 10px); margin-top: 30px; }
	.cnav ul li a { padding-bottom: 10px; font-size: 14px; }
	.cnav ul li a span::after { width: 8px; height: 5px; margin-left: 15px; }
}

/* slick */
.slick.slick-dotted.slick-slider { margin-bottom: 0; }
.slick .slick-slide div { vertical-align: bottom; }
.slick .slick-slide a { outline: none; }
.slick .slick-dots { display: flex;	justify-content: flex-end; margin: 0 0 30px; padding: 0 30px; box-sizing: border-box; position: absolute; right: 0; bottom: 0; font-size: 0; }
.slick .slick-dots li { display: flex; align-items: center; width: 38px; height: 10px; margin: 0 3px; }
.slick .slick-dots li button { width: 100%; height: 2px; padding: 0; background: #ddd; opacity: 1; transition: background .5s; }
.slick .slick-dots li button::before { content: none; }
.slick .slick-dots .slick-active button { background: #727272; }
.slick-initialized .slick-slide &gt; div { font-size: 0; line-height: 0;}

[class*="slick_"] .slick-prev,
[class*="slick_"] .slick-next { width: 19px; height: 10px; background-size: contain; z-index: 1; top: 0; }
[class*="slick_"] .slick-prev::before,
[class*="slick_"] .slick-next::before { content: none;}
[class*="slick_"] .slick-prev { background: url(../img/slide_arrow01_gr.svg)no-repeat center; left: auto; right: calc(50% - 370px); transform: translate(0, 50%) rotate(90deg);}
[class*="slick_"] .slick-next { background: url(../img/slide_arrow01_gr.svg)no-repeat center; right: calc(50% - 500px); transform: translate(0, 50%) rotate(-90deg);}
[class*="slick_"] .slick-list { padding: 30px calc(50% - 530px) 0!important;}
[class*="slick_"].center .slick-list { padding-top: 0!important; padding-bottom: 30px!important; }
[class*="slick_"] .slick-slide { margin: 0 30px;}
[class*="slick_"] .slick-counter { letter-spacing: 0.05em; font-size: 18px; line-height: 1; position: absolute; top: -2px; right: calc(50% - 450px); color: #939698; }
[class*="slick_"] .count-current { font-size: 24px; padding-right: 2px; }
[class*="slick_"].center .slick-prev,
[class*="slick_"].center .slick-next { top: auto; bottom: 10px; }
[class*="slick_"].center .slick-prev { right: calc(50% + 50px); }
[class*="slick_"].center .slick-next { right: calc(50% - 70px); }
[class*="slick_"].center .slick-counter { top: auto; bottom: 0; right: 50%; transform: translateX(50%); }
[class*="slick_"] .slick-prev:hover, [class*="slick_"] .slick-prev:focus, [class*="slick_"] .slick-next:hover, [class*="slick_"] .slick-next:focus { background: url(../img/slide_arrow01_gr.svg)no-repeat center;}

.slick_fade .slick-slide { margin: 0; }

@media screen and (max-width: 600px) {
	.slick .slick-dots { margin: 0 0 13px; padding: 0 4%; }
	.slick .slick-dots li { width: 30px; }

	[class*="slick_"] .slick-prev,
	[class*="slick_"] .slick-next { width: 19px; height: 10px; }
	[class*="slick_"] .slick-prev { right: calc(7% + 90px); }
	[class*="slick_"] .slick-next { right: calc(7% + 20px); }
	[class*="slick_"] .slick-list { padding: 30px calc(7% + 10px) 0!important;}
	[class*="slick_"] .slick-slide { margin: 0 10px;}
	[class*="slick_"] .slick-counter { font-size: 16px; right: calc(7% + 45px); }
	[class*="slick_"] .count-current { font-size: 20px; }
	.slick_fade .slick-list { padding: 0 0 30px!important;}
	.slick_fade .slick-slide { margin: 0; }
}

/* tit */
.cmn_tit01 { display: flex; align-items: flex-end; }
.cmn_tit01 .ja { font-size: 50px; line-height: 1; letter-spacing: 0.2em; }
.cmn_tit01 .font_en { font-size: 20px; margin: 0 0 5px 20px; line-height: 1; color: var(--color-gray03); }
.cmn_tit02 .font_en { font-size: 24px; line-height: 1; color: #a3a3a3; display: block; }
.cmn_tit02 .ja { font-size: 22px; margin-top: 20px; line-height: 1.8; display: block; }

/* btn */
.cmn_btn01 { background: #1b1b1b; color: #f2f2f2; transition: background .5s; box-sizing: border-box; }
.cmn_btn02 { background: transparent; border: 1px solid #999; transition: background .5s, color.5s, border-color .5s; box-sizing: border-box; }
.cmn_btn03 { position: relative; line-height: 1; padding-bottom: 10px; }
.cmn_btn03::after { content: ''; width: 100%; height: 1px; position: absolute; bottom: 0; left: 0; background: #3c4c57; transition: width 0.5s; z-index: 1; }
.cmn_btn03::before { content: ''; width: 100%; height: 1px; position: absolute; bottom: 0; left: 0; background: #b1b1b1; width: 0; transition: width 0.5s; z-index: 2; }

@media screen and (hover: hover) {
	.cmn_btn01:hover { background: #365d7b; opacity: 1; }
	.cmn_btn02:hover { background: var(--color-gray01); opacity: 1; color: #1b1b1b; border-color: var(--color-gray01); }
	.cmn_btn03:hover { opacity: 1; }
	.cmn_btn03:hover::before { width: 100%; }
}

@media screen and (max-width: 600px) {
	.cmn_tit01 .ja { font-size: 26px; }
	.cmn_tit01 .font_en { font-size: 15px; margin: 0 0 0 10px; }
	.cmn_tit02 .font_en { font-size: 20px; }
	.cmn_tit02 .ja { font-size: 20px; margin-top: 10px; }
	.cmn_btn03 { padding-bottom: 7px; }
}

/* breadcrumb */
#contents_wrap #breadcrumb { padding: 50px 0 25px; margin: 0 auto; display: flex; align-items: center; flex-wrap: wrap; width: 100%; font-size: 12px; text-align: left;}
#contents_wrap #breadcrumb li { display: inline-block; line-height: 1.6; }
#contents_wrap #breadcrumb li:before { content: '&gt;'; margin: 0 5px;}
#contents_wrap #breadcrumb li:first-child:before { display: none;}
#contents_wrap #breadcrumb li a { color: #f2f2f2;}

@media screen and (max-width: 600px) {
	#contents_wrap #breadcrumb { padding: 30px 0 15px;}
}


/* ---------------------------------------------------
	Footer
------------------------------------------------------ */
#pagetop { display:block; position: fixed; color: var(--color-gray03); bottom: 20px; right: 10px; z-index: 999; width: auto; height: 100px; transition: opacity 0.3s; cursor: pointer; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; text-align: right; line-height: 1.5; opacity: 0; }
#pagetop::before { content: ''; background: var(--color-gray03); width: 1px; height: 100%; position: absolute; left: 0; top: 0; }
#pagetop::after { content: ''; background: var(--color-gray01); width: 1px; height: 0; position: absolute; left: 0; bottom: 0; transition: height .5s; }
#pagetop.active { opacity: 1; }

#footer { color: #f2f2f2; background: url(../img/f_bg02_pc.jpg) no-repeat top center/100% auto, #112737; line-height: 2.5; }
#footer a { color: #f2f2f2;}
#footer_wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }

#f_reserve,
#f_contact { padding: 75px 0 40px; width: 50%; background: url(../img/f_bg01.png); }
#f_reserve .tit,
#f_contact .tit { text-align: center; margin-bottom: 50px; }
#f_reserve .tit span,
#f_contact .tit span { display: block; line-height: 1; letter-spacing: 0.2em; }
#f_reserve .tit .ja,
#f_contact .tit .ja { font-size: 22px; }
#f_reserve .tit .font_en,
#f_contact .tit .font_en { font-size: 24px; color: var(--color-gray03); margin-top: 15px; }
#f_reserve .cmn_btn01,
#f_contact .cmn_btn02 { display: block; width: 380px; margin: 0 auto; padding: 20px 0px; text-align: center; font-size: 20px;}

#f_reserve .cancel_link { display: block; margin: 20px auto 0; width: fit-content; }

#f_contact .tel { line-height: 1; text-align: center; margin-top: 30px; }
#f_contact .tel a { color: #f2f2f2; }
#f_contact .tel .tel-link { display: block; font-size: 34px; }
#f_contact .tel .time { display: block; margin-top: 10px; font-size: 14px; }

#f_calendar { padding: 30px 0 35px; width: 100%; background: url(../img/f_bg01.png); letter-spacing: 0; }
#f_calendar .inner { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; width: 1300px; max-width: 92%; margin: 0 auto;}
#f_calendar #calendar { width: 100%; margin: 5px 0 0; table-layout: fixed; font-size: 15px; }
#f_calendar #calendar th,
#f_calendar #calendar td { text-align: center; font-size: 15px; }
#f_calendar #calendar th { background: #272e32; color: #f2f2f2; font-size: 18px; line-height: 2; }
#f_calendar #calendar th + th { border-left: 1px solid #394146;}
#f_calendar #calendar td { background: #d4d4d4; color: #1b1b1b; }
#f_calendar #calendar td + td { border-left: 1px solid #9daeb8;}
#f_calendar #calendar td a { color: #1b1b1b; }
#f_calendar .icon { font-size: 14px; color: var(--color-gray03); }
#f_calendar .txt_link { line-height: 1; padding: 0 0 5px 20px; letter-spacing: 0; margin-top: 15px; }
#f_calendar .txt_link::after { background: #858589; }

#f_logo { padding: 60px 0 65px; width: 100%; text-align: center; }
#f_logo .logo { display: block; margin: 0 auto 30px; width: 141px; }
#f_logo address { line-height: 1.8; }
#f_logo address span { display: inline-block;}
#f_logo address .tel-link { font-size: 22px; line-height: 1; margin-top: 10px; }
#f_logo .sns_link { display: flex; justify-content: center; margin-top: 20px; }
#f_logo .sns_link a { display: block; font-size: 0; }
#f_logo .sns_link li + li { margin-left: 20px; }

#f_nav { width: 100%; padding: 50px 0 55px; border-top: 1px solid #456074; }
#f_nav ul { column-count: 4; }
#f_nav li { padding-left: 40px; letter-spacing: 0.15em; }

#copyright { background: #fff; color: #666; font-size: 12px; width: 100%; padding: 0 0 25px; text-align: center; box-sizing: border-box; line-height: 2.5;}

@media screen and (hover: hover) {
	#pagetop:hover { opacity: 1; }
	#pagetop:hover::after { height: 100%; }
	#f_contact .cmn_btn02:hover { color: #1b1b1b; }
	#f_reserve .cancel_link:hover,
	#f_nav ul a:hover,
	#f_calendar #calendar td a:hover { opacity: 0.5; }
}

@media screen and (min-width: 601px) {
	#f_reserve { position: relative; }
	#f_reserve:after { content: ''; width: 1px; height: calc(100% - 120px); background: #456074; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
	#f_calendar { border-top: 1px solid #456074; }
}

@media screen and (max-width: 600px) {
	#pagetop { bottom: calc(70px + env(safe-area-inset-bottom)); right: 2%; height: 80px; font-size: 13px; }

	#footer { background-image: url(../img/f_bg02_sp.jpg);}

	#f_reserve,
	#f_contact { padding: 40px 8% 30px; width: 100%; }
	#f_reserve .tit,
	#f_contact .tit { margin-bottom: 20px; }
	#f_reserve .tit span,
	#f_contact .tit span { letter-spacing: 0.12em; }
	#f_reserve .tit .ja,
	#f_contact .tit .ja { font-size: 17px; }
	#f_reserve .tit .font_en,
	#f_contact .tit .font_en { font-size: 18px; margin-top: 8px; }
	#f_reserve .cmn_btn01,
	#f_contact .cmn_btn02 { width: min(250px, 100%); padding: 10px 0px; font-size: 14px;}

	#f_reserve { border-bottom: 1px solid #456074;}
	#f_reserve .cancel_link { margin: 10px auto 0; }

	#f_contact .tel { margin-top: 15px; }
	#f_contact .tel .tel-link { font-size: 24px; }
	#f_contact .tel .time { margin-top: 5px; font-size: 10px; }

	#f_calendar { padding: 0 0 40px; }
	#f_calendar .inner { flex-direction: column; max-width: 88%; }
	#f_calendar #calendar { font-size: 14px; }
	#f_calendar #calendar th,
	#f_calendar #calendar td { font-size: 13px; line-height: 2; }
	#f_calendar #calendar th { font-size: 14px; }
	#f_calendar .icon { font-size: 12px; }
	#f_calendar .txt_link { margin: 0 0 0 auto; padding: 0 0 5px 5px; }

	#f_logo { padding: 30px 8%; }
	#f_logo .logo { margin: 0 auto 25px; width: 110px; }
	#f_logo address { line-height: 1.5; }
	#f_logo address &gt; span:first-child { margin-bottom: 10px;}
	#f_logo address .tel-link { font-size: 20px; margin-top: 10px; display: block; }
	#f_logo .sns_link { display: flex; justify-content: center; margin-top: 15px; }
	#f_logo .sns_link li + li { margin-left: 15px; }

	#f_nav { padding: 40px 0 30px; }
	#f_nav ul { column-count: 2; }
	#f_nav li { padding: 0 0 15px; line-height: 1.5; display: inline-flex; width: 100%; }

	#copyright { padding: 20px 0 calc(80px + env(safe-area-inset-bottom));}
}



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



------------------------------------------------------ */
</pre></body></html>