@charset "utf-8";

html {
	font-size: 62.5%;
}
figure {
	position: relative;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
img[src$=".svg"] {
width: 100%;
height: auto;
}
a {
	text-decoration: none;
}
html {
	scroll-behavior: smooth;
}

[id] {
scroll-margin-top: 110px; 
}

@media only screen and (max-width:768px) {
	[id] {
		scroll-margin-top: 80px; 
		}
}

/* views */
.spView, .tbView {
	display: none !important;
}
@media only screen and (max-width:1024px) {
	.tbView {
		display: block !important;
	}
}
@media only screen and (max-width:768px) {
	.spView {
		display: block !important;
	}
	.pcView {
		display: none !important;
	}
}
/*--------------------------------------
フォント指定
--------------------------------------*/
body {
	font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', serif;
	font-weight: 400;
	color: #000;
	line-height: 1.4;
}
.noto-serif-jp {
	font-family: "Noto Serif JP", serif;
}
.noto-sans-jp {
	font-family: "Noto Sans JP", sans-serif;
}
.crimson-text-regular {
	font-family: "Crimson Text", serif;
}
.eb-garamond {
	font-family: "EB Garamond", serif;
}
small, figcaption {
	line-height: 1.5;
	font-size: 1rem;
	letter-spacing: 0.02em;
}

/*--------------------------------------
共通
--------------------------------------*/
.inner {
	margin-inline: auto;
	width: calc(100% - 40px);
}
.img-caps {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 10px;
	line-height: 1;
	padding: 5px 5px 6px 6px;
	color: #fff;
	letter-spacing: -0.02em;
	z-index: 5;
	text-align: right;
}
.img-caps.shadow {
	right: 8px;
	bottom: 4px;
	text-shadow:
		0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.img-caps.black {
	color: #000;
}
.img-caps.left {
	right: auto;
	left: 0;
}
.img-caps.top {
	bottom: auto;
	top: 0;
}

@media only screen and (max-width:768px) {
	.img-caps.top {
		bottom: 0;
		top: auto;
	}
	.img-caps.sp_top {
		bottom: auto;
		top: 10px;
		right: 0;
	}
}

/* header
===================================== */
.header_wrap {
	position: fixed;
	background: rgba(0, 0, 0, .3);
	top: 0;
	left: 0;
	width: 100%;
	height: 76px;
	z-index: 9999;
}
.header {
	position: relative;
	width: calc(100% - 40px);
	margin-inline: auto;
	height: inherit;
}
.header_logo {
	height: inherit;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all .5s ease-out;
}
.header_logo h1 img {
	width: auto;
	height: 20px;
}
.header_nav_area {
	height: inherit;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 20px;
}
.header_nav_wrap {
	display: flex;
	justify-content: flex-end;
}
.header_logo {
	text-align: center;
}
.header_nav_item_wrap {
	display: flex;
	justify-content: flex-end;
	column-gap: 10px;
}
.header_nav_item {
	position: relative;
	width: 200px;
	width: clamp(10rem, -5.946rem + 13.514vw, 20rem);
}
.header_nav_item a {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.16em;
	line-height: 1;
	border: 1px solid #fff;
	padding: 13px 0;
	transition: all .5s ease-out;
}
.header_nav_item a:hover {
	background-color: rgba(103, 88, 69, .5);
	border-color: #917d62;
}
.header_nav_item.req a {
	border: 1px solid #917d62;
	background-color: #675845;
}
.header_nav_item.reserve a {
	border: 1px solid #917d62;
	background-color: #7e3821;
}
.header_nav_item.req a:hover,
.header_nav_item.reserve a:hover {
	border: 1px solid #fff;
	background-color: transparent;
}
.header_nav_link_wrap {
	display: flex;
	justify-content: flex-end;
}
.header_nav_link {
	position: relative;
}
.header_nav_link a {
	display: block;
	width: auto;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-size: clamp(1.1rem, 0.622rem + 0.405vw, 1.4rem);
	letter-spacing: 0.16em;
	line-height: 1;
	padding: 12px 20px;
	padding: 12px clamp(0.6rem, -1.632rem + 1.892vw, 2rem);
	border-right: 1px solid #fff;
	transition: all .4s ;
}
.header_nav_link:last-child a {
	border: none;
}
.header_nav_link a:hover {
	opacity: .7;
}


@media only screen and (max-width:1180px) {
	.header_nav_area {
		display: none;
	}
	.header_nav_item_wrap {
		margin-top: 20px;
		flex-direction: column;
		row-gap: 12px;
	}
	.header_nav_item {
		width: 80%;
		margin-inline: auto;
	}
	.header_nav_item a {
		font-size: 14px;
		padding: 16px 0;
	}
}

@media only screen and (max-width:768px) {
	.header_wrap {
		height: 56px;
}
	.header_logo h1 {
		width: 160px;
		display: block;
	}
}


/* ハンバーガーボタン
================================== */
.openbtn {
	display: none;
}
@media only screen and (max-width:1180px) {
	.openbtn {
		display: block;
		position: absolute;
		top: 50%;
		right: 0px;
		transform: translateY(-50%);
		z-index: 9999;
		cursor: pointer;
		width: 40px;
		height: 24px;
		border-radius: 100%;
	}
	.openbtn span {
		display: inline-block;
		transition: all .2s ease-out;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 40px;
		height: 2px;
		background: #fff;
	}
	.openbtn span:nth-of-type(1) {
		top: 0;
	}
	.openbtn span:nth-of-type(2) {
		top: 11px;
	}
	.openbtn span:nth-of-type(3) {
		bottom: 0;
	}
	.openbtn.active span:nth-of-type(1) {
		top: 8px;
		left: 0px;
		transform: translateY(6px) rotate(-45deg);
	}
	.openbtn.active span:nth-of-type(2) {
		opacity: 0;
	}
	.openbtn.active span:nth-of-type(3) {
		top: 20px;
		left: 0px;
		transform: translateY(-6px) rotate(45deg);
	}
}
@media only screen and (max-width:768px) {
	.openbtn {
		width: 30px;
		height: 18px;
	}
	.openbtn span {
		width: 30px;
	}
	.openbtn span:nth-of-type(2) {
		top: 8px;
	}
}


/*========= ハンバーガー内ナビゲーション ===============*/
#g-nav {
	display: none;
}
@media only screen and (max-width:1180px) {
#g-nav {
	position: fixed;
	display: block;
	z-index: 999;
	top: 0;
	right: -120%;
	width: 100%;
	max-width: 400px;
	height: 100vh;
	background: rgba(0, 0, 0, .8);
	transition: all .5s ease-out;
}
#g-nav.panelactive {
	right: 0px;
}
#g-nav.panelactive #g-nav-list {
	position: fixed;
	z-index: 998;
	width: 100%;
	max-width: 400px;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.g-nav_inner {
	width: calc(100% - 120px);
	max-width: 1720px;
	margin-inline: auto;
	padding-top: 16%;
	display: flex;
	column-gap: 5%;
}
.g-nav_slide {
	width: 40%;
	max-width: 660px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.g-nav_slide_wrap figure {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
.g-nav_slide_wrap figure.active {
	opacity: 1;
}
.g-nav_wrap {
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	row-gap: 40px;
}
.g-nav_items {
	display: flex;
	justify-content: space-between;
	column-gap: 3%;
}
.g-nav_item_main {
	position: relative;
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	color: #d2bfa6;
	font-size: 24px;
	font-size: clamp(1.125rem, -0.003rem + 1.253vw, 1.5rem);
	display: block;
	margin-bottom: 40px;
	border-bottom: 1px solid #d2bfa6;
	padding-bottom: 12px;
}
.g-nav_item_main::after {
	content: '＞';
	position: absolute;
	top: 5px;
	transform: translateY(0%) scaleY(1.6);
	font-family: serif;
	right: 10px;
	color: #d2bfa6;
	font-size: 11px;
}
.g-nav_item_sub {
	color: #fff;
	font-size: 24px;
	font-size: clamp(1.125rem, -0.003rem + 1.253vw, 1.5rem);
	display: block;
	font-weight: bold;
	margin-bottom: 18px;
}
.g-nav_bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #fff;
}
.g-nav_bottom_title {
	font-size: 50px;
	font-size: clamp(2.75rem, 1.622rem + 1.253vw, 3.125rem);
	line-height: 1.4;
}
.g-nav_bottom_wrap {
	width: 100%;
	max-width: 360px;
}
.g-nav_bottom_copy {
	margin-top: 40px;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
}

	.g-nav_inner {
		width: calc(100% - 40px);
		padding-top: 16%;
		column-gap: 3%;
	}
	.g-nav_wrap {
		row-gap: 20px;
	}
	.g-nav_items {
		column-gap: 2%;
	}
	.g-nav_item_main {
		font-size: 20px;
		font-size: clamp(0.75rem, 0.089rem + 1.29vw, 1.25rem);
		margin-bottom: 30px;
	}
	.g-nav_item_sub {
		font-size: 20px;
		font-size: clamp(0.75rem, 0.089rem + 1.29vw, 1.25rem);
		margin-bottom: 10px;
	}
	.g-nav_bottom_title {
		font-size: 40px;
		font-size: clamp(1.625rem, 0.468rem + 2.258vw, 2.5rem);
	}
	.g-nav_bottom_wrap {
		max-width: 360px;
		max-width: clamp(15rem, 5.081rem + 19.355vw, 22.5rem);
	}
	.g-nav_bottom_copy {
		margin-top: 30px;
		margin-top: clamp(0.625rem, -1.028rem + 3.226vw, 1.875rem);
		font-size: 14px;
		font-size: clamp(0.625rem, 0.294rem + 0.645vw, 0.875rem);
	}
	.g-nav_inner {
		padding-top: 16%;
		flex-direction: column;
	}
	.g-nav_wrap {
		width: 100%;
		padding-top: 40px;
		padding-bottom: 80px;
	}
	.g-nav_items {
		flex-direction: column;
		column-gap: 2%;
		row-gap: 22px;
	}
	.g-nav_item.g-nav_item_top {
		width: 100%;
	}
	.g-nav_item {
		width: 100%;
	}
	.g-nav_item_main {
		font-size: 16px;
		margin-bottom: 0px;
		padding-bottom: 16px;
	}
	.g-nav_item_sub {
		font-size: 16px;
		margin-bottom: 18px;
	}
	.g-nav_bottom {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		color: #fff;
	}
	.g-nav_bottom_title {
		font-size: 50px;
		font-size: clamp(2.75rem, 1.622rem + 1.253vw, 3.125rem);
		line-height: 1.4;
	}
	.g-nav_bottom_wrap {
		width: 100%;
		max-width: 360px;
	}
	.g-nav_bottom_copy {
		margin-top: 40px;
		font-size: 14px;
		font-weight: 300;
		text-align: center;
	}
}

/* footer
===================================== */
.footer_contents {
	border-top: 4px solid #675845;
	padding-top: 100px;
	padding-bottom: 100px;
	background: url(../images/footer_bg.jpg) no-repeat center center / cover;
}
.footer_title {
	letter-spacing: 0.1em;
	font-weight: 100;
	text-align: center;
}
.footer_title .footer_title_m {
	display: block;
	font-size: 30px;
}
.footer_title .footer_title_l {
	display: block;
	margin-top: 30px;
	font-size: 40px;
}
.footer_title .footer_title_s {
	display: block;
	line-height: 1.5;
	margin-top: 30px;
	font-size: 20px;
}
.footer_btn_wrap {
	margin-top: 40px;
	width: calc(100% - 40px);
	margin-inline: auto;
	display: flex;
	justify-content: center;
	column-gap: 18px;
}
.footer_btn {
	position: relative;
	display: block;
	max-width: 400px;
	width: 100%;
	text-align: center;
	padding: 36px 0;
	background: #7e3821;
	transition: all .5s ease-out;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1;
}
.footer_btn::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 60px;
	transform: translateY(-50%);
	width: 22px;
	height: 21px;
	background-image: url(../images/icon_cal.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.footer_btn.req {
	background: #675845;
}
.footer_btn.req::before {
	width: 23px;
	height: 17px;
	background-image: url(../images/icon_mail.svg);
}
.footer_btn:hover {
	opacity: .8;
}
.footer_bottom {
	padding: 60px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5%;
}
.logo_aniv img {
	height: 70px;
}
.ftr-logo img {
	height: 20px;
}
.footer_logo img {
	height: 20px;
}
.footer_bottom dt {
	font-size: 12px;
	padding-bottom: 5px;
	text-align: center;
}
.footer_logo:hover {
	opacity: .7;
}
.footer_info {
	margin-top: 32px;
	padding: 16px 0;
	width: calc(100% - 40px);
	max-width: 818px;
	margin-inline: auto;
	border-top: 1px solid rgba(0, 0, 0, .4);
	border-bottom: 1px solid rgba(0, 0, 0, .4);
}
.footer_info_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 20px;
}
.footer_info_name {
	font-size: 18px;
	letter-spacing: 0.1em;
}
.footer_info_name span {
	display: block;
	font-size: 24px;
}
.footer_info_tel {
	font-size: 18px;
	letter-spacing: 0.1em;
	font-family: "EB Garamond", serif;
}
.footer_info_tel .num {
	color: #000;
	font-size: 48px;
	line-height: 0.8;
	padding-left: 10px;
}
.footer_info_text {
	margin-top: 12px;
	font-size: 14px;
	letter-spacing: 0.05em;
}

@media only screen and (max-width:768px) {
	.footer_contents {
		padding-top: 40px;
		padding-bottom: 40px;
		background: url(../images/footer_bg.jpg) no-repeat center center / cover;
	}
	.footer_title .footer_title_m {
		font-size: 20px;
	}
	.footer_title .footer_title_l {
		margin-top: 20px;
		font-size: 26px;
	}
	.footer_title .footer_title_s {
		margin-top: 20px;
		font-size: 14px;
	}
	.footer_btn_wrap {
		width: calc(100% - 60px);
		max-width: 400px;
		margin-inline: auto;
		margin-top: 20px;
		flex-direction: column;
		row-gap: 12px;
	}
	.footer_btn {
		padding: 20px 0;
		font-size: 16px;
	}
	.footer_btn::before {
		left: 30px;
		width: 18px;
	}
	.footer_btn.req::before {
		width: 20px;
	}
	.footer_info {
		margin-top: 30px;
		padding: 16px 0;
		width: calc(100% - 60px);
		margin-inline: auto;
		border-top: 1px solid rgba(0, 0, 0, .4);
		border-bottom: none;
	}
	.footer_info_wrap {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		column-gap: 20px;
	}
	.footer_info_name {
		/* margin-top: 20px; */
		font-size: 14px;
		padding-bottom: 14px;
}
	.footer_info_name span {
		font-size: 20px;
		padding-left: 6px;
}
	.footer_info_tel {
		font-size: 16px;
		padding-bottom: 16px;
		border-bottom: 1px solid rgba(0, 0, 0, .4);
	}
	.footer_info_tel .num {
		font-size: 36px;
		padding-left: 14px;
	}
	.footer_info_text {
		margin-top: 14px;
		font-size: 12px;
		letter-spacing: 0.01em;
}
	.footer_bottom {
		padding: 30px 20px;
		flex-direction: column;
		row-gap: 24px;
	}
	.logo_aniv img {
		height: 58px;
	}
}

.footer_copy_area {
	padding: 16px 10px;
	background-color: #2a2a2a;
	text-align: center;
	color: #fff;
}
.footer_copy {
	font-size: 10px;
	letter-spacing: 0.2em;
}

@media only screen and (max-width:768px) {
	.footer_copy {
		font-size: 10px;
		letter-spacing: 0.05em;
	}
}

/* cap_area
===================================== */
.cap_area {
	padding-block: 60px;
}
.cap_area .inner {
	max-width: 1600px;
}
.cap_area p {
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	letter-spacing: normal;
}
@media only screen and (max-width:768px) {
	.cap_area {
		padding-block: 40px;
	}
}

.footer_link_wrap {
	max-width: 1040px;
	padding-inline: 20px;
	margin-inline: auto;
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}
.footer_link_item {
	transition: all .5s ease-out;
}
.footer_link_item:hover {
	opacity: .7;
}

/*--------------------------------------
fade animation
--------------------------------------*/
.animated {
	animation-duration: .5s;
	animation-fill-mode: both;
}
@keyframes fadeSlide {
	from {
		opacity: 0;
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fade_slide1.inview {
	animation-name: fadeSlide;
	animation-fill-mode: both;
	animation-duration: 1s;
	visibility: visible !important;
	opacity: 0;
}
/* fade out */
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.fadeOut {
	animation-name: fadeOut;
}
/* fade in */
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.inview.fi {
	animation-name: fadeIn;
	animation-fill-mode: both;
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
	visibility: visible !important;
	opacity: 0;
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 30px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.inview.fi_u {
	animation-name: fadeInUp;
	animation-fill-mode: both;
	animation-duration: 1.5s;
	visibility: visible !important;
	opacity: 0;
}
/* fade in down */
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.inview.fi_d {
	animation-name: fadeInDown;
	animation-fill-mode: both;
	animation-duration: 1.5s;
	visibility: visible !important;
	opacity: 0;
}
/* fade in right */
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate(30px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.inview.fi_r {
	animation-name: fadeInRight;
	animation-fill-mode: both;
	animation-duration: 1.5s;
	visibility: visible !important;
	opacity: 0;
}
/* fade in left */
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate(-30px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.inview.fi_l {
	animation-name: fadeInLeft;
	animation-fill-mode: both;
	animation-duration: 1.5s;
	visibility: visible !important;
	opacity: 0;
}
/* spCommonModal
------------------------------*/
@media only screen and (min-width:769px) {
	#spCommonModalArea {
		display: none !important;
	}
}
@media only screen and (max-width:768px) {
	.commonSpModalImage {
		position: relative;
		cursor: pointer;
	}
	.commonSpModalImage:after {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		content: '';
		width: 30px;
		height: 30px;
		background: url(../images/ico_sp_modal.svg) no-repeat center center / contain;
		z-index: 3;
	}
	#spCommonModalArea {
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.7);
		-webkit-overflow-scrolling: touch;
		z-index: 9999999;
	}
	#spCommonModalTable {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		display: table;
		width: 100%;
		height: 100%;
		padding: 60px 0;
	}
	#spCommonModalCell {
		display: table-cell;
		vertical-align: middle;
	}
	#spCommonModalInner {
		position: relative;
		max-width: 1000px;
		margin: 0 auto;
		text-align: center;
	}
	#spCommonModalInner img {
		max-width: 100%;
		height: auto;
	}
	#spCommonModalContents {
		position: relative;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	#spCommonModalContents:before {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		content: '';
		width: 70px;
		height: 70px;
		background: url(../images/swipe_icon.svg) no-repeat center center / contain;
		transform: translateY(-50%);
		transition: opacity 0.3s;
		animation: return 3s 0s infinite ease;
		z-index: 2;
	}
	@keyframes return {
		50% {
			margin-left: -70px;
		}
		100% {
			margin-left: 0;
		}
	}
	#spCommonModalContents.icoOff:before {
		opacity: 0;
	}
	#spCommonModalContents figure {
		box-sizing: border-box;
		width: 200%;
		padding: 0 20px;
	}
	#spCommonModalContents figure img {
		width: 100%;
	}
	#spCommonModalClose {
		position: absolute;
		top: -60px;
		right: 0;
		width: 50px;
		height: 50px;
		cursor: pointer;
	}
	#spCommonModalClose:before, #spCommonModalClose:after {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		content: '';
		width: 40px;
		height: 2px;
		margin-left: -20px;
		background-color: #fff;
	}
	#spCommonModalClose:before {
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
	}
	#spCommonModalClose:after {
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
	}
}
/* commonSpModalImage */
.commonSection .commonSpModalImage + .commonSpModalImage {
	margin-top: 40px;
}
.commonSection .commonBigTitle01.min {
	font-size: 24px;
}
@media only screen and (max-width:768px) {
	.commonSection .commonBigTitle01.min {
		font-size: 18px;
	}
}


/* float-nav
===================================== */
.float-nav{
	display: none;
}

@media only screen and (max-width:1180px) {
.float-nav{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;

}

.float-nav_inner {
	display: grid;
	grid-template-columns: repeat(4,1fr);
}
.float-nav_list{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	position: relative;
}
.float-nav_list::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  }
.float-nav_list:last-child::before{
	display: none;
}
.float-nav_list.req{
	background-color: #675845;
}
.float-nav_list.reserve{
	background-color: #7e3821;
}
.float-nav_list.map{
	background-color: #7F7F7F;
}
.float-nav_list.outline{
	background-color: #7F7F7F;
}
.float-nav_list.outline{
	background-color: #7F7F7F;
}
.float-nav_list.tel{
	background-color: #9a7d44;
}
.float-nav_list a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 100%;
	display: block;
}
.float-nav_icon {
	aspect-ratio: 1/1;
	width: 18px;
	display: block;
	margin: 0 auto;
}
.float-nav_icon  img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}
.float-nav_text {
	font-size: 12px;
	color: #fff;
	display: block;
	text-align: center;
}
}
