@charset "utf-8";
/* ===================================================
	Base CSS
====================================================== */
body {
	min-width: 1100px; min-height: 100vh; background: #fff; color: #000;
	font-size: 14px; font-weight: normal; line-height: 1.6;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro","Osaka","Verdana","Helvetica","Arial","ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: 100%;

	display: -webkit-flex; display: -ms-flex; display: flex;
	-webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
}

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

div { -webkit-box-sizing: border-box; box-sizing: border-box;}

a { color: #000; text-decoration: none;}
a:hover { color: #000; text-decoration: underline;}
a:hover img { opacity: 0.75;}

.fixed { width: 100%; position: fixed; top:0; left: 0; z-index: 999;}
.ofi { width: 100%; height: 100%; object-fit: cover;}

iframe[name="google_conversion_frame"] { position: absolute; bottom: 0; left: 0;}
.inner { margin: 0 auto; width: 92%; max-width: 1100px;}
br.sp { display: none;}

.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 12px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
}

.arrow::before{
    position: absolute;
    top: calc(50% - 4px);
    right: 8px;
    box-sizing: border-box;
    margin: auto;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
    content: "";
    vertical-align: middle;
}

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

	body { min-width: 0;}
	br.pc { display: none;}
	br.sp { display: block;}
}


/* ---------------------------------------------------
	Base Layout
------------------------------------------------------ */
#header_wrap,
#contents_wrap,
#footer_wrap {
	padding: 0; margin: 0;
}

#header,
#gnav ul,
#footer {
	width: 1100px; padding: 0; margin: 0 auto;
	-webkit-box-sizing: border-box; box-sizing: border-box;
}

@media screen and (max-width: 600px) {
	#header,
	#gnav ul,
	#footer { width: 100%;}
}

/* .cmn_link_01 */
.cmn_link_01 { display: block; width: 350px; max-width: 100%; margin: 0 auto; border: 1px solid; padding: 14px 15px; box-sizing: border-box; text-align: center; transition: color 0.3s, background-color 0.5s; }
.cmn_link_01::after { content: '»'; margin-left: 1em; }
.link_run { position: relative; display: inline-block; }
.link_run::after { position: absolute; left: 0; bottom: 0; content: ''; display: block; width: 100%; height: 2px; background-color: #ccc; transform: scaleX(0); transform-origin: left; transition: transform 0.5s; }
@media screen and (hover:hover) {
	.cmn_link_01:hover { text-decoration: none; color: #fff; background-color: #000; }
	.link_run:hover::after,
	.cmn_link_01:hover .link_run::after { transform: scaleX(1); }
}


/* ---------------------------------------------------
	Header
------------------------------------------------------ */
#header_wrap { width: 100%; min-width: 1100px; position: absolute; top: 0; left: 0; z-index: 20;}
#header {
	margin: 0 auto; padding: 15px; max-width: 92%; line-height: 1;
	display: flex; justify-content: space-between; align-items: center;
}
#header .h_logo { margin-top: 10px;}
#header .h_logo a { display: inline-block; color: #fff; font-size: 30px; }
#header .h_logo a:hover{ text-decoration: none; opacity: 0.75;}
#header .h_logo img { height: auto; }

#header .h_box { display: flex; align-items: flex-end; gap: 0 20px; }
#header .lang_menu { position: relative; color: #fff; }
#header .lang_menu dt { border-bottom: 2px solid rgba(255 255 255/60%); padding: 10px 10px 10px 27px; background: url(../img/icon_lang.svg)no-repeat center left 5px/14px; }
#header .lang_menu dt:hover { cursor: pointer; }
#header .lang_menu dd { display: none; position: absolute; width: 100%; font-size: 12px; }
#header .lang_menu dd li+li { border-top: 1px solid rgba(255 255 255/50%); }
#header .lang_menu dd li a { display: block; padding: 10px; text-align: center; color: #fff; background-color: rgba(255 255 255/30%); }
#header .tel { color: #fff; font-size: 16px; text-shadow: 0 0 10px rgba(0,0,0,0.3), 0 0 7px rgba(0,0,0,0.3), 0 0 3px rgba(0,0,0,0.3);}
#header .tel span { display: block; }
#header .tel-link{ margin-top: 10px; font-size: 30px;}

@media screen and (min-width: 601px) {
	#header .h_logo a { border-radius: 15px; padding: 15px 10px 10px; background: url(../img/h_bg.jpg)left 12% center/175%; }
}
@media screen and (max-width: 600px) {
	#header_wrap { min-width: 100%; position: static; text-align: center; background: url(../img/h_bg.jpg); background-size: 110%; }
	#header { padding: 30px 0 20px; text-shadow: none; align-items: center;}
	#header .h_logo{ width: 100%; text-align: center; margin-top: 0;}
	#header .h_logo a{ color: #000;}
	#header .h_box { position: absolute; top: 110px; }
	#header .lang_menu dt { padding: 7px 7px 7px 25px; font-size: 12px; background-size: 12px; }
	#header .tel { display: none;}
}


/* ---------------------------------------------------
	G-nav
------------------------------------------------------ */
/* 背景・下線 */
#gnav {
	min-width: 1100px; text-align: center;
	background: rgba(255,255,255,0.95); border-top: 1px solid #c6c6c6; border-bottom: 1px solid #c6c6c6;
}

#gnav ul{ display: flex;}
#gnav li {
	width: 100%; min-height: 80px; font-size: 16px;
	border-left: 1px solid #c6c6c6;
}
#gnav a { display:block; padding: 20px 0; color: #000; text-align: center; font-size: 13px;}
#gnav a span { display: block; color: #a3a3a3; font-size: 18px; font-weight: bold;}

#gnav li:hover { background-color: #f5f5f5;}
#gnav a:hover { text-decoration: none; cursor: pointer;}

#gnav #gn_reserv { background: #000;}
#gnav #gn_reserv a { color: #fff;}
#gnav #gn_reserv span { color: #a3a3a3;}
#gnav #gn_reserv:hover { background: #222;}


@media screen and (min-width: 601px) {
	#open_menu,
	.close_menu { display: none;}
}
@media screen and (max-width: 600px) {

	/* アイコン背景色 */
	#open_menu { background: #000;}

	.pos_fix { overflow: hidden;}
	#menuOuter {
		width: 100%; position: fixed; top: 0; left: 0; z-index: 10000;
		background: rgba(0,0,0,0.5); overflow: auto; pointer-events: none;
		-webkit-transition: 0.75s; -o-transition: 0.75s; transition: 0.75s;
		height: 0; opacity: 0;
	}
	#menuOuter.active { pointer-events: auto; height: 100%; opacity: 1;}
	#menuInner { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 0; cursor: pointer;}
	#open_menu { display: block; padding: 0; top: 10px; right: 10px; z-index: 10; cursor: pointer; color: #fff;}

	#gnav { display: none; width: 100%; min-width: 100%; padding: 10vw 10px 0; box-sizing: border-box; position: relative; z-index: 15; background: none; border-bottom: none;}
	#menuOuter.active  #gnav { display: block; }

	#gnav .close_menu { cursor: pointer;}
	#gnav .close_menu span:before,
	#gnav .close_menu span:after { content: ''; width: 15px; height: 3px; position: absolute; left: 0;}
	#gnav .close_menu span:before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);}
	#gnav .close_menu span:after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
	#gnav #close_top { width: 60px; margin-left: auto; padding: 20px 0; text-align: center; position: relative; }
	#gnav #close_top span { width: 15px; height: 0; padding: 15px 0 0; position: absolute; top: 13px; right: 50%; transform: translateX(50%); overflow: hidden; }
	#gnav #close_top span:before,
	#gnav #close_top span:after { background: #d1d1d1; margin: -2px 0 0; top: 50%;}
	#gnav #close_bot {
		display: flex; align-items: center; justify-content: center; padding: 5px; margin: 10vw auto 0; background: #fff; box-sizing: border-box;
		border: 1px solid #000; color: #000; text-align: center;
	}
	#gnav #close_bot span { display: inline-block; padding: 0 0 0 20px; position: relative;}
	#gnav #close_bot span:before,
	#gnav #close_bot span:after { margin: -2px 0 0; top: 50%; background: #000;}

	#gnav ul {
		width: auto; padding: 0; flex-direction: column; box-sizing: border-box;
	}
	#gnav li {
		display: block; width: 100%!important; height: auto; min-height: auto; float: none; padding: 0;
		background: none; background-color: #fff; font-size: 15px; line-height: 2;
		border-left: 1px solid #000; border-right: 1px solid #000; border-bottom: 1px solid #000;
	}
	#gnav li:first-child { border-top: 1px solid #000;}
	#gnav li:nth-last-child(3) { border-bottom-style: solid;}

	#gnav a {
		height: auto; padding: 10px 20px!important; color: #000;
		background: none; line-height: 1.8;
		-webkit-box-sizing: border-box; box-sizing: border-box;
	}
	#gnav a span { font-size: 15px; }
	#gnav #gn_home { background: #fff;}
	#gnav #gn_home a { color: #000;}
	#gnav li:hover,
	#gnav #gn_home:hover { background: #f5f5f5; text-decoration: none;}

	#gnav li:nth-last-child(3) a { border-radius: 0 0 4px 4px;}
	#gnav #gn_04 { display: none;}
}


/* 個別調整 */
:lang(en) #gnav li { min-height: 0; }
:lang(en) #gnav li a { line-height: 40px; }
@media screen and (max-width: 600px) {
	:lang(ja) #gnav a span { display: none;} 
	:lang(en) #gnav li a { line-height: 25px; }
	:lang(en) #gnav #close_bot { min-height: 45px; }
}


/* ---------------------------------------------------
	Main img
------------------------------------------------------ */
#main_img { width: 100%; padding: 65px 0; margin: 0 auto; background: #f5f5f5; text-align: center;}
#main_img::before { content: ''; height: 270px; width: 100%; position: absolute; top: 0; left: 0; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 50%, transparent); z-index: 10; }
#main_img:has(.tit) { padding: 140px 0 120px; background: #ccc; }
#main_img .tit { color: #fff; font-size: 38px; font-weight: bold; text-shadow: 0 0 10px #000, 0 0 7px #000, 0 0 3px #000;
	-moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; position: relative; z-index: 10; line-height: 1.35;
}
#main_img .tit .sm { font-size: 30px; }
#main_img .tit .ssm { display: block; font-size: 20px; letter-spacing: 2px; }
@media screen and (min-width: 601px) {
#main_img::before { min-width: 1100px; }
}
@media screen and (max-width: 600px) {
	#main_img:has(.tit) { min-height: 200px; padding: 60px 0; }
	#main_img .tit { font-size: 32px; }
	#main_img .tit .sm { display: block; font-size: 24px; }
	#main_img .tit .ssm { font-size: 16px; }
}


/* ---------------------------------------------------
	Contents
------------------------------------------------------ */
/* breadcrumb */
#contents_wrap #breadcrumb { width: 1100px; max-width: 92%; margin: 20px auto 25px; font-size: 13px; text-align: right;}
#contents_wrap #breadcrumb li { display: inline-block; line-height: 1.6;}
#contents_wrap #breadcrumb li:before { content: '>'; margin: 0 5px;}
#contents_wrap #breadcrumb li:first-child:before { display: none;}
#contents_wrap #breadcrumb li a br { display: none; }


@media screen and (max-width: 600px) {
	#contents_wrap #breadcrumb { display: none;}
}



/* ---------------------------------------------------
	Footer
------------------------------------------------------ */

/* 背景 */
#footer_wrap { background: #000;}

/* ボーダー */
#footer { border-top: 1px solid #3e3e3e; border-bottom: 1px solid #3e3e3e;}

/* お問い合わせ・ご予約 背景 */
#f_reserve { padding: 20px 30px; background-color: #fff;}

/* テキスト色 */
#footer { color: #fff;}
#footer a { color: #fff;}

/* copyright */
#copyright { color: #fff;}

#page_top { display:block; text-align: center;}
#page_top a { display: block; padding: 10px 0 15px;}

#footer { display: flex; justify-content: space-between; max-width: 92%; padding: 30px 0; line-height: 1.8;}

#f_logo { width: 300px; font-style: normal;}
#f_logo a { display: inline-block; color: #fff; font-size: 30px; line-height: 1; }
#f_logo > a { margin-bottom: 20px; border-radius: 15px; padding: 15px 10px 10px; background: url(../img/h_bg.jpg)left 12% center/175%; }
#f_logo a:hover{ text-decoration: none; opacity: 0.75;}

#fnav { padding-bottom: 15px; display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 12px 40px; }
#fnav li:last-child { margin-right: 0; }
#fnav li .arrow:before { right: inherit; left: 0; border-left: 4px solid #8c8c96; content: "";}


/* お問い合わせ*/
#f_reserve { display: flex; align-items: center; justify-content: space-between; gap: 0 20px; margin-left: auto; }
#f_reserve .tel-link { color: #000; line-height: 1.3;}
#f_reserve .tel-link span { display: block; font-size: 20px; }
#f_reserve .tel-link span em { font-size: 30px; font-style: normal;}

/* 予約ボタン */
#f_reserve .btn { padding: 15px 45px; background: #000; color: #fff; font-size: 16px;
}
#f_reserve .btn:hover { background: #222; text-decoration: none;}


#copyright { clear: both; padding: 15px 0; text-align: center; font-size: 12px;}


@media screen and (min-width: 601px) {
	#f_col { max-width: 600px; }
	/* 個別調整 */
	:lang(en) #f_col { max-width: 680px; }
}
@media screen and (max-width: 600px) {
	#footer { flex-direction: column; }
	#f_logo { float: none; width: 100%; margin: 0 0 30px; text-align: center;}
	#f_logo > a { margin: 0 auto 3vw;}
	#f_col { float: none; width: 100%; }
	#fnav { margin: 0 auto; width: 92%; justify-content: space-between; gap: 5px 0; font-size: 14px;}
	#fnav li { width: 49%;}
	#f_reserve { flex-direction: column; width: 92%; padding: 20px 3%; margin: 0 auto;}
	#f_reserve .tel-link { float: none; font-size: 14px; }
	#f_reserve .tel-link:hover { text-decoration: none; color: #5e4324;}
	#f_reserve .tel-link span { font-size: 18px; }
	#f_reserve .tel-link span em { font-size: 24px; }
	#f_reserve .btn { display: block; width: 100%; float: none; margin-top: 15px; padding: 15px; box-sizing: border-box;}

	#copyright { padding: 15px 0 85px;}
}
@media screen and (max-width: 320px) {
	#f_logo address span:nth-of-type(2) { display: block; padding-left: 0;}
}


/* ---------------------------------------------------
	sp_nav
------------------------------------------------------ */

#sp_nav { display: none;}

@media screen and (max-width: 600px) {
	#sp_nav { display: block; position: fixed; bottom: 0; left: 0; background: #fff; border-top: 3px solid #000; z-index: 9999;}
	#sp_nav ul { display: table; width: 100%; table-layout: fixed;}
	#sp_nav li { display: table-cell; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 14px;}
	#sp_nav li + li { border-left: 1px solid #ccc;}
	#sp_nav a { display: block; padding: 10px 0 5px; text-align: center;}
	#sp_nav a:hover { text-decoration: none;}
	#sp_nav a:hover img { opacity: 1;}
	#sp_nav img { display: block; margin: 0 auto 3px; height: 31px; vertical-align: top;}
}

@media screen and (max-width: 420px) {
	#sp_nav li { font-size: 3.2vw; }
}

@media screen and (max-width: 320px) {
	#sp_nav img { height: 27px;}
}


/* ---------------------------------------------------
404
------------------------------------------------------ */
#error { overflow: auto;}
#error #main_img { background: url(../../404/img/tit_bg.jpg)no-repeat center/cover; }
#error section { text-align: center; padding: 80px 0 100px;}
#error section h2{ margin-bottom: 30px; font-size: 38px; color: #2b3339;}
#error section h2+p{ margin-bottom: 60px; font-size: 16px;}


@media screen and (max-width: 600px) {
	#error section { width: 96%; margin: 0 auto; text-align: left;}
	#error section h2{ margin-bottom: 5vw; font-size: 24px;}
	#error section h2+p{ margin-bottom: 7vw;}
}
