@charset "utf-8";

/* **********************************************************************
 *
 *       Title:   sp_master.css
 *
 ********************************************************************** */


/* 基本設定
======================================================= */

* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
}

body {
	padding: 0;
	position: relative;
	background: #fff;
	color: #252321;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	text-align: left;
	line-height: 2;
	font-optical-sizing: auto;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}

.common_3col .col.new .img::before,
.btn,
.tel,
.wrappertop h2,
.page_tit,
.wrappertop .block h2,
.wrapper .block h1,
.wrapper .block h2,
.wrappertop .block h3,
.wrapper .block h3,
.wrappertop .block h4,
.wrapper .block h4,
ul.alink,
.common_btn,
.common_btn_s,
header .head_r .lang,
header .head_r .nav_btm > ul,
header .reserve_btn,
header .reserve_btn2,
header .sp_menu,
footer .inner .f_top .address .txt,
footer .inner .f_top .sm,
.mincho {
	font-family: "Shippori Mincho", "Noto Sans JP", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	font-style: normal;
}

a:link,
a:visited {
	color: #5F5B55;
	text-decoration: underline;
}
a:active {
	color: #5F5B55;
	text-decoration: none;
}

ul {
	margin: 5px 0 5px 10px;
	padding: 0 0 0 10px;
	line-height: 2;
}

ul li::marker {
	color: #A09D99;
}

ol {
	margin: 5px 0 5px 15px;
	padding: 0 0 0 20px;
	line-height: 2;
}

ol.iroha {
	list-style-type: katakana-iroha;
}

ol.roman {
	list-style-type: upper-roman;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
	line-height: 1;
}

iframe {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.iframe {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#ulAiWidget iframe {
	height: 500px;
}

.trigger {
	cursor: pointer;
}

.accordion {
	display: none;
}

.fadein {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 1s;
}

.fadein.fadein-left {
	transform: translate(-20px, 0);
}

.fadein.fadein-right {
	transform: translate(-20px, 0);
}

.fadein-txt .fadein-child01,
.fadein-txt .fadein-child02 {
	display: block;
	opacity: 0;
	transform: translate(20px, 0);
	transition: all 1s;
}

/* header
======================================================= */

#comhead {
	position: absolute;
	top: 0;
	left: 0;
}

header {
	padding: 5px 10px;
	font-size: 1.4rem;
	color: #fff;
	background: #000;
}

.top header {
	padding: 0;
}

header .logo {
	width: 91px;
	margin: 0 auto;
	padding: 0;
	font-size: 0px;
}

.top header .logo {
	display: none;
}

header .head_r .nav_top {
	display: none;
}

header .reserve_btn,
header .reserve_btn2 {
	display: none;
}

header .head_r .nav_btm {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: calc(100% - 50px);
	overflow: auto;
	box-sizing: border-box;
	color: rgba(255,255,255,.9);
	background: #000;
}

header .head_r .nav_btm > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.4rem;
	line-height: 1.2;
}

header .head_r .nav_btm > ul > li {
	border-bottom: 1px solid rgba(255,255,255,.3);
}

header .head_r .nav_btm > ul > li > a {
	display: block;
	padding: 20px 60px 20px 20px;
	color: rgba(255,255,255,.9);
	text-decoration: none;
	background: url(../img/arw_w.svg) no-repeat right 20px center;
	background-size: 20px auto;
}

header .head_r .nav_btm > ul > li > .trigger {
	display: block;
	padding: 20px 60px 20px 20px;
	background: url(../img/ico_open_w.svg) no-repeat right 25px center;
	background-size: 10px auto;
}

header .head_r .nav_btm > ul > li > .trigger.active {
	background: #252321 url(../img/ico_close_w.svg) no-repeat right 25px center;
	background-size: 10px auto;
}

header .head_r .nav_btm > ul > li > .accordion {
	margin: 0;
	padding: 0 20px;
	list-style: none;
	background: #252321;
}

header .head_r .nav_btm > ul > li > .accordion li {
	border-top: 1px solid rgba(255,255,255,.2);
}

header .head_r .nav_btm > ul > li > .accordion li a {
	display: block;
	padding: 15px 60px 15px 0;
	color: rgba(255,255,255,.9);
	text-decoration: none;
	background: url(../img/arw_w.svg) no-repeat right 0 center;
	background-size:20px auto;
}

header .nav_btm .other {
	padding: 30px 20px;
	background: #252321;
}

header .nav_btm .other ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 -10px;
	padding: 0;
	list-style: none;
	font-size: 1.2rem;
}

header .nav_btm .other ul li {
	width: calc(50% - 12px);
	margin: 0 0 10px;
}

header .nav_btm .other ul li a {
	color: rgba(255,255,255,.6);
	text-decoration: none;
}

header .nav_btm .lang {
	width: 180px;
	border: 1px solid rgba(255,255,255,.3);
	box-sizing: border-box;
	margin: 20px auto;
	border-radius: 3px;
	font-size: 1.2rem;
	color: rgba(255,255,255,.6);
	text-align: center;
}

header .nav_btm .lang .trigger {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	transition: .3s;
}

header .nav_btm .lang .trigger::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 7px;
	margin: 2px 0 0 5px;
	background: url(../img/arw_lang.svg) no-repeat 0 0;
	background-size: 100% auto;
}

header .nav_btm .lang .trigger.active::after {
	background: url(../img/arw_lang_up.svg) no-repeat 0 0;
	background-size: 100% auto;
}

header .nav_btm .lang .accordion {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	background: #000;
	overflow: hidden;
}

header .nav_btm .lang .accordion li {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	cursor: pointer;
}

header .nav_btm .lang .accordion li[data-stt-active] {
	background: #423F3B;
}

header .sp_menu {
	position: fixed;
	display: flex;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1000;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.0rem;
	text-align: center;
	background: #374E80;
	box-shadow: 0px 5px 20px 0px rgba(45,47,54,0.1);
}

header .sp_menu li {
	width: 16%;
	padding: 0;
	box-sizing: border-box;
}

header .sp_menu li + li {
	border-left: 1px solid #000;
}

header .sp_menu li a {
	display: flex;
	justify-content: center;
	height: 50px;
	padding: 26px 0 0;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
}

header .sp_menu li.access a {
	background: url(../img/ico_access_w.svg) no-repeat center 8px;
	background-size: 18px auto;
}

header .sp_menu li.tel a {
	background: url(../img/ico_tel_w.svg) no-repeat center 8px;
	background-size: 18px auto;
}

header .sp_menu li.reserve,
header .sp_menu li.reserve2 {
	width: 26%;
}

header .sp_menu li.reserve a {
	background: #863D1C url(../img/ico_reserve_w.svg) no-repeat center 8px;
	background-size: 18px auto;
}

header .sp_menu li.reserve2 a {
	background: #7C5C13 url(../img/ico_restrant_w.svg) no-repeat center 8px;
	background-size: 18px auto;
}

header .sp_menu .sp_trigger {
	width: 16%;
	height: 50px;
	padding: 26px 0 0;
	border-left: none;
	box-sizing: border-box;
	font-size: 1.0rem;
	color: #fff;
	text-align: center;
	background: url(../img/ico_menu_open.svg) center 14px no-repeat;
	background-size: 25px auto;
	cursor: pointer;
}

header .sp_menu .sp_trigger:before {
	content: 'MENU';
}

header .sp_menu .sp_trigger.active {
	background: #000 url(../img/ico_menu_close.svg) center 14px no-repeat;
	background-size: 25px auto;
}
header .sp_menu .sp_trigger.active:before {
	content: 'CLOSE';
}

/* レイアウト設定
======================================================= */

.wrappertop {
	font-size: 1.4rem;
	text-align: left;
	background: #fff;
}

.top .wrappertop {
	background: #252321;
}

.wrappertop .main {
	margin: 40px 5% 80px;
}

.wrapper {
	margin: 60px 0;
	font-size: 1.4rem;
	text-align: left;
	background: #fff;
}

.lp .wrapper {
	margin: 0;
}

.wrapper .main {
	margin: 0 0 80px;
	padding: 0 5%;
}

/* TOP見出し設定
======================================================= */

.wrappertop h2 {
	width: 90%;
	margin: 0 auto 20px;
	font-size: 1.2rem;
	font-weight: normal;
	color: #B18E41;
	text-align: center;
	line-height: 1.2;
}

.wrappertop h2 .en {
	display: block;
	margin: 0 0 5px;
	font-size: 2.4rem;
	color: rgba(255,255,255,.9);
}


/* 下層見出し設定
======================================================= */

.page_tit {
	display: flex;
	flex-direction: column;
	min-height: 156px;
	color: #fff;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.news .page_tit {
	min-height: 110px;
}

.lp .page_tit {
	min-height: 0px;
}

.page_tit .img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
}

.page_tit .img img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page_tit .inner {
	padding: 5px 0;
	background: rgba(255,255,255,.05);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.page_tit .tit {
	width: 90%;
	margin: auto;
	padding: 10px 0;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.4;
	color: #fff;
	text-align: center;
}

/* 下層共通設定
======================================================= */

.block {
	clear: both;
	width: 100%;
	margin: 0 0 60px;
}

.wrappertop .block h2,
.wrapper .block h1,
.wrapper .block h2 {
	margin: 0 0 30px;
	padding: 0 0 15px;
	border-bottom: 1px solid #E0DFDD;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.4;
	position: relative;
}
.wrappertop .block h2 {
	color: #252321;
	text-align: left;
}

.wrappertop .block h2::before,
.wrapper .block h1::before,
.wrapper .block h2::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 120px;
	height: 1px;
	background: #B18E41;
}

.wrapper .block h2 .small {
	display: block;
	margin: 5px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	color: #5F5B55;
}

.wrappertop .block h3,
.wrapper .block h3 {
	margin: 0 0 30px;
	padding: 0 0 0 5px;
	border-left: 4px solid #B18E41;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.4;
}

.wrappertop .block h4,
.wrapper .block h4 {
	margin: 0 0 15px;
	font-size: 1.8rem;
	font-weight: normal;
	color: #B18E41;
	line-height: 1.4;
}

/* alink */
ul.alink {
	display: flex;
	list-style-type: none;
	margin: 0 0 -10px;
	padding: 0;
	flex-flow: row wrap;
	font-size: 1.4rem;
	line-height: 1.4;
}
ul.alink li {
	width: 50%;
	margin: 0 0 10px;
	border-right: 1px solid #E0DFDD;
	box-sizing: border-box;
}
ul.alink li:nth-child(odd) {
	border-left: 1px solid #E0DFDD;
}
ul.alink li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 10px 40px 10px 20px;
	box-sizing: border-box;
	background: url(../img/arw_alink.svg) no-repeat right 20px center;
	background-size: 8px auto;
}
ul.alink li a:link,
ul.alink li a:visited {
	text-decoration: none;
}
ul.alink li a:hover {
	text-decoration: none;
}

blockquote {
	padding: 15px;
	border: 5px solid #f5f5f5;
}

.arw a{
	padding: 0 30px 0 0;
	background: url(../img/arw.svg) no-repeat right center;
	background-size: 20px auto;
}
.blank a {
	padding: 0 22px 0 0;
	background: url(../img/ico_blank.svg) no-repeat right center;
	background-size: 13px auto;
}
.pdf a {
	padding: 0 22px 0 0;
	background: url(../img/ico_pdf.svg) no-repeat right center;
	background-size: 12px auto;
}

ul.list-2col,
ul.list-4col {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -10px 0;
	padding: 0;
}

ul.list-2col li,
ul.list-4col li {
	width: calc(50% - 40px);
	margin: 0 20px 10px;
}

ul.notes_list {
	margin: 5px 0 0;
	padding: 0;
	list-style: none;
}

ul.notes_list li {
	margin: 0 0 5px;
	padding-left: 1em;
	text-indent: -1em;
}

ul.notes_list li::before {
	content: '※';
}

.red {
	color: #E34F43;
}

/* ボタン
======================================================= */

.common_btn {
	display: table;
	width: 100%;
	height: 52px;
	margin: 20px auto 0;
	font-size: 1.6rem;
	line-height: 1.4;
}

.common_btn a {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 35px;
	border: 1px solid #B18E41;
	border-radius: 3px;
	color: #B18E41;
	text-decoration: none;
	text-align: center;
	background: url(../img/arw.svg) no-repeat right 15px center;
	background-size: 20px auto;
}

.common_btn.blank a {
	background: url(../img/ico_blank.svg) no-repeat right 15px center;
	background-size: 13px auto;
}

.common_btn.down a {
	background: url(../img/arw_alink.svg) no-repeat right 19px center;
	background-size: 8px auto;
}

.common_btn.cv a {
	color: #fff;
	background: #B18E41;
}

.common_btn.cv a::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin: -7px 5px 0 0;
	background: url(../img/ico_calender_w.svg) no-repeat 0 0;
	background-size: 100% auto;
}

.common_btn.rv a {
	color: #fff;
	background-color: #B18E41;
	background-image: url(../img/arw_w.svg);
}

.common_btn_s {
	display: table;
	width: 100%;
	height: 52px;
	margin: 20px auto 0;
	font-size: 1.4rem;
	line-height: 1.4;
}

.common_btn_s a {
	display: table-cell;
	vertical-align: middle;
	padding: 8px 35px;
	border: 1px solid #B18E41;
	border-radius: 3px;
	color: #B18E41;
	text-decoration: none;
	text-align: center;
	background: url(../img/arw.svg) no-repeat right 15px center;
	background-size: 20px auto;
}

.common_btn_s.blank a {
	background: url(../img/ico_blank.svg) no-repeat right 15px center;
	background-size: 13px auto;
}

.common_btn_s.down a {
	background: url(../img/arw_alink.svg) no-repeat right 19px center;
	background-size: 8px auto;
}

/* パンくず
======================================================= */

ol.breadcrumb {
	display: flex;
	list-style-type: none;
	width: 90%;
	margin: 0 auto;
	padding: 0;
	font-size: 1.2rem;
	flex-flow: row wrap;
	color: rgba(255,255,255,.9);
}

ol.breadcrumb li {
	margin: 0 0 0 10px;
}

ol.breadcrumb li:first-child {
	margin: 0;
}

ol.breadcrumb li + li::before {
	content: '/';
	padding: 0 10px 0 0;
}

ol.breadcrumb li a {
	color: rgba(255,255,255,.6);
}

.lp ol.breadcrumb li,
.lp ol.breadcrumb li a {
	color: #252321;
}

/* pagetop
======================================================= */

.pagetop {
	position: fixed;
	z-index: 10;
	right: 0;
	bottom: 0;
}

.pagetop a {
	display: block;
	overflow: hidden;
	width: 50px;
	height: 0;
	padding-top: 50px;
	border-radius: 3px 0 0 0;
	background: #252321 url(../img/arw_pagetop.svg) no-repeat 50% 50%;
	background-size: 8px auto;
	text-indent: 100%;
	white-space: nowrap;
}

/* footer
======================================================= */

footer {
	font-size: 1.2rem;
	color: rgba(255,255,255,.6);
	line-height: 1.4;
	background: #252321;
}

footer .inner {
	width: 90%;
	margin: 0 auto;
	padding: 60px 0;
}

footer .inner .f_top {
	margin: 0 0 30px;
}

footer .inner .f_top .address {
	max-width: 276px;
	margin: 0 auto;
}


footer .inner .f_top .address .img {
	margin: 0 0 20px;
	text-align:center;
}

footer .inner .f_top .address .img a img {
	max-width: 237px;
}

footer .inner .f_top .address .txt {
	margin: 0 0 10px;
	text-align: center;
}

footer .inner .f_top .address .txt .em {
	display: block;
	margin: 5px 0 0;
	font-size: 1.6rem;
}

footer .inner .f_top .address .sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 30px -10px -5px;
	padding: 0;
	list-style: none;
}

footer .inner .f_top .address .sns li {
	margin: 0 10px 5px;
}

footer .inner .f_top .address .sns li a img {
	transition: .3s;
}

footer .inner .f_top .address .sns li a img:hover {
	opacity: .7;
}

footer .inner .f_top .sm {
	display: none;
}

footer .inner .f_btm {
	text-align: center;
}

footer .inner .f_btm small {
	font-size: 1.0rem;
}