@charset "utf-8";
/*
Theme Name: ゆもとや2025
Author: adgraphy
Author URI: http://adgraphy.jp
Version: 1.0
License: Adgraphy all rights reserved.
*/

/*------------------------------------------------
reset
--------------------------------------------------*/
html, body, header, footer, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address , abbr, acronym, aress, article, aside, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, section,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, nav,
dl, dt, dd , ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
button, hr, time{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size:inherit;
	background: transparent;
	font-weight:inherit;	
	text-decoration:none;
	font-family:inherit;
	color:inherit;
	box-sizing:border-box;
	font-style:normal;
	text-align:left;
	list-style: none;
	position:relative;
	line-height: inherit;
	word-break: normal;
	letter-spacing: inherit;
	text-shadow: inherit;
}
html{
	font-size: 10px;
	word-break: normal;
	-webkit-text-size-adjust: 100%;
}
body{
	font-size: 1.8rem;
	font-weight: 400;
	font-family: "Hina Mincho", serif;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.075em;
	color: #000;
	background: #f1e4d9 url("assets/images/common/bg.jpg") repeat center center;
	padding-top: 96px;
}

body.scrollnone{
	overflow:hidden !important;
	height:100% !important;
}
img{
	vertical-align:bottom;
	max-width:100%;
		height: auto;
}
img.maxWidthNone{
	max-width:none;
}
p,th,td{
	line-break: strict;
	line-height: 2.2;
	word-break: normal !important;
	word-wrap: break-word;
}
a,
.pointer,
button,
input[type="submit"]{
	cursor: pointer;
	transition: opacity 0.5s ease;
	text-decoration: none;
}
a:hover,
.pointer:hover,
button:hover,
input[type="submit"]:hover{
		opacity: 0.5;
}
p > a:not(.btn01),
td > a:not(.btn01){
	text-decoration: underline;
}
main{
	overflow: hidden;
}
.nolink{
	pointer-events: none;
}
@media only screen and (max-width: 810px) {
	a:hover,
	.pointer:hover,
	button:hover,
	input[type="submit"]:hover{
		opacity: 1;
		transition: none;
	}
}


@media (min-width: 769px) {
	a[href*="tel:"] {
	    pointer-events: none;
	    cursor: default;
	    text-decoration: none;
	}
}
a[href*="tel:"] {
	text-decoration: none!important;
}
a.notel {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.wp-block-image .alignleft {
	float: none;
}


/*------------------------------------------------
layout
--------------------------------------------------*/
.absolute{
	position:absolute;
}
.absolute img,
img.absolute{
	max-width:none;
}
.flexSpace{
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;		/*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-ms-flex-wrap:wrap;/*IE10*/
	-webkit-flex-wrap:wrap;/*PC-Safari,iOS8.4*/
	flex-wrap:wrap;
	-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;		/*Firefox21*/
	-ms-flex-pack: justify;		/*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
}
.flexStart{
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;		/*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-ms-flex-wrap:wrap;/*IE10*/
	-webkit-flex-wrap:wrap;/*PC-Safari,iOS8.4*/
	flex-wrap:wrap;
}
.flexCenter{
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;		/*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-ms-flex-wrap:wrap;/*IE10*/
	-webkit-flex-wrap:wrap;/*PC-Safari,iOS8.4*/
	flex-wrap:wrap;
	-webkit-box-pack: center; /*Android4.3*/
	-moz-box-pack: center;		/*Firefox21*/
	-ms-flex-pack: center;		/*IE10*/
	-webkit-justify-content: center; /*PC-Safari,iOS8.4*/
	justify-content: center;
}
.flexEnd{
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;		/*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-ms-flex-wrap:wrap;/*IE10*/
	-webkit-flex-wrap:wrap;/*PC-Safari,iOS8.4*/
	flex-wrap:wrap;
	-webkit-justify-content:flex-end;				 /* Safari etc. */
	-ms-justify-content:flex-end;				 /* IE10				*/
	justify-content:flex-end;
}
.flexSpace.reverse,
.flexStart.reverse,
.flexEnd.reverse,
.flexCenter.reverse{
	flex-direction: row-reverse;
}
.flexSpace.center,
.flexStart.center,
.flexEnd.center,
.flexCenter.center{
	align-items: center;
}
.flexSpace.bottom,
.flexStart.bottom,
.flexEnd.bottom,
.flexCenter.bottom{
	align-items: flex-end;
}
.gap4{ gap: 4px;}
.gap8{ gap: 8px;}
.gap12{ gap: 12px;}
.gap16{ gap: 16px;}
.gap18{ gap: 18px;}
.gap24{ gap: 24px;}
.gap32{ gap: 32px;}
.gap40{ gap: 40px;}
img.flLeft{
	float: left;
	max-width: none;
}
img.flRight{
	float: right;
	max-width: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.container1080{
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.container1280{
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
	max-width: calc(100% - 80px);
	min-width: 1080px;
}
.anchor{
	height: 0;
	display: block;
	margin-top: -80px;
	padding-top: 80px;
	position: relative;
	z-index: -99999;
}

/*------------------------------------------------
margin
--------------------------------------------------*/
.mt8{ margin-top: 8px;}
.mt16{ margin-top: 16px;}
.mt24{ margin-top: 24px;}
.mt32{ margin-top: 32px;}
.mt40{ margin-top: 40px;}
.mt48{ margin-top: 48px;}
.mt56{ margin-top: 56px;}
.mt64{ margin-top: 64px;}
.mt72{ margin-top: 72px;}
.mt80{ margin-top: 80px;}
.mt88{ margin-top: 88px;}
.mt96{ margin-top: 96px;}
.mt104{ margin-top: 104px;}
.mt112{ margin-top: 112px;}
.mt120{ margin-top: 120px;}
.mt128{ margin-top: 128px;}
.mt192{ margin-top: 192px;}
.mt256{ margin-top: 256px;}
.mb8{ margin-bottom: 8px;}
.mb16{ margin-bottom: 16px;}
.mb24{ margin-bottom: 24px;}
.mb32{ margin-bottom: 32px;}
.mb40{ margin-bottom: 40px;}
.mb48{ margin-bottom: 48px;}
.mb56{ margin-bottom: 56px;}
.mb64{ margin-bottom: 64px;}
.mb72{ margin-bottom: 72px;}
.mb80{ margin-bottom: 80px;}
.mb88{ margin-bottom: 88px;}
.mb96{ margin-bottom: 96px;}
.mb104{ margin-bottom: 104px;}
.mb112{ margin-bottom: 112px;}
.mb120{ margin-bottom: 120px;}
.mb128{ margin-bottom: 128px;}
.mb192{ margin-bottom: 192px;}
.mb256{ margin-bottom: 256px;}
.pt4{ padding-top: 4px;}
.pt8{ padding-top: 8px;}
.pt16{ padding-top: 16px;}
.pt24{ padding-top: 24px;}
.pt32{ padding-top: 32px;}
.pt40{ padding-top: 40px;}
.pt48{ padding-top: 48px;}
.pt56{ padding-top: 56px;}
.pt64{ padding-top: 64px;}
.pt72{ padding-top: 72px;}
.pt80{ padding-top: 80px;}
.pt88{ padding-top: 88px;}
.pt96{ padding-top: 96px;}
.pt104{ padding-top: 104px;}
.pt112{ padding-top: 112px;}
.pt120{ padding-top: 120px;}
.pt128{ padding-top: 128px;}
.pt160{ padding-top: 160px;}
.pt192{ padding-top: 192px;}
.pt256{ padding-top: 256px;}
.pt342{ padding-top: 342px;}
.pb4{ padding-bottom: 4px;}
.pb8{ padding-bottom: 8px;}
.pb16{ padding-bottom: 16px;}
.pb24{ padding-bottom: 24px;}
.pb32{ padding-bottom: 32px;}
.pb40{ padding-bottom: 40px;}
.pb48{ padding-bottom: 48px;}
.pb56{ padding-bottom: 56px;}
.pb64{ padding-bottom: 64px;}
.pb72{ padding-bottom: 72px;}
.pb80{ padding-bottom: 80px;}
.pb88{ padding-bottom: 88px;}
.pb96{ padding-bottom: 96px;}
.pb104{ padding-bottom: 104px;}
.pb112{ padding-bottom: 112px;}
.pb120{ padding-bottom: 120px;}
.pb128{ padding-bottom: 128px;}
.pb160{ padding-bottom: 160px;}
.pb192{ padding-bottom: 192px;}
.pb256{ padding-bottom: 256px;}
.mlr_auto{
	margin-left: auto;
	margin-right: auto;
}


/*------------------------------------------------
font
--------------------------------------------------*/
.mincho{
	/*font-family: "Noto Serif JP", serif;*/
	font-family: "Hina Mincho", serif;
	font-weight: 400;
}
.gilda{
	font-family: "Gilda Display", serif;
}
.hina2noto {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
}
.fz11{ font-size: 1.1rem;}
.fz12{ font-size: 1.2rem;}
.fz13{ font-size: 1.3rem;}
.fz14{ font-size: 1.4rem;}
.fz15{ font-size: 1.5rem;}
.fz16{ font-size: 1.6rem;}
.fz18{ font-size: 1.8rem;}
.fz20{ font-size: 2rem;}
.fz24{ font-size: 2.4rem;}
.fz28{ font-size: 2.8rem;}
.fz32{ font-size: 3.2rem;}
.fz40{ font-size: 4rem;}
.fz56{ font-size: 5.6rem;}
.fz96{ font-size: 9.6rem;}
.fw500{ font-weight: 500;}
.fw700{ font-weight: 500;}
.lh150{ line-height: 1.5;}
.lh180{ line-height: 1.8;}
.ls0{ letter-spacing: 0;}
.taCenter{ text-align: center;}
.taRight{ text-align: right;}

/*------------------------------------------------
color
--------------------------------------------------*/
.white{ color: #FFF;}
.pink{ color: #be6d83;}
.lightpink{ color: #deb6c1;}
.black{ color: #000;}
.bg_gray{
	background-color: #999;
	color: #FFF;
}
.bg_green{
	background-color: #5d9d7d;
	color: #FFF;
}
.bg_pink{
	background-color: #be6d83;
	color: #FFF;
}
.bg_white_alpha{
	background-color: rgba(255,255,255,0.5);
}
.bg_pink_alpha{
	background-color: rgba(190,109,131,0.80);
	color: #FFF;
}
.bg_lightpink_alpha{
	background-color: rgba(222,182,193,0.50);
}
.bg_white{ background-color: #FFF;}
.bg_lightpink{ background-color: #E5C5CD!important; }


/*------------------------------------------------
common
--------------------------------------------------*/
.scroll_fadein{
	opacity: 0;
	visibility: hidden;
}
@keyframes fadein{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
body.scroll .scroll_fadein{
	opacity: 1;
	visibility: visible;
	animation: fadein 0.6s ease;
}
.objectfit{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.search_btn{
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	align-items: center;
	padding: 0 12px;
	width: 400px;
	height: 116px;
	border-radius: 24px;
	border: 3px solid #FFF;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
.search_btn .label.loupe{
	background: url("assets/images/common/icon_search_white.png") no-repeat left center;
	background-size: 0.9em;
	padding-left: 1.2em;
}
.search_btn .bestrate:before,
.search_btn .bestrate:after{
	content: "";
	display: inline-block;
	width: 12px;
	height: 22px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: text-bottom;
}
.search_btn .bestrate:before{
	background-image: url("assets/images/common/bestrate_before.png");
	margin-right: 4px;
}
.search_btn .bestrate:after{
	background-image: url("assets/images/common/bestrate_after.png");
	margin-left: 4px;
}
.search_btn.w672{
	width: 672px;
	max-width: 100%;
}
.tokuten_btn{
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	align-items: center;
	width: 216px;
	height: 116px;
	border-radius: 24px;
	border: 3px solid #e5c5cd;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	background-color: #FFF;
	color: #be6d83;
}
.tokuten_btn div{
	font-size: 2.2rem;
	line-height: 1.4;
	font-weight: 700;
	background: url("assets/images/common/tokuten_btn.png") no-repeat left center;
	background-size: 25px;
	padding-left: 44px;
}
.title01{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.title01 div{
	margin: 0;
	padding: 0 30px;
	white-space: nowrap;
}
.title01:before,
.title01:after{
	content: "";
	height: 6px;
	background-image: url("assets/images/common/title01_pink.png");
	background-repeat: repeat-x;
	flex-grow: 1;
	display: block;
	background-size: 740px;
}
.title01:before{
	background-position: left center;
}
.title01:after{
	background-position: right center;
}
.title01.white:before,
.title01.white:after{
	background-image: url("assets/images/common/title01_white.png");
}
.title02 div:nth-of-type(2){
	background: url("assets/images/common/slach01_pink.png") no-repeat right center;
	background-size: 25px;
	line-height: 32px;
	padding-right: 56px;
}
.white .title02 div:nth-of-type(2),
.title02.white div:nth-of-type(2){
	background-image: url("assets/images/common/slach01_white.png");
}
.title03{
	background: url("assets/images/common/title03.png") no-repeat center top;
	background-size: 200px;
	padding-top: 80px;
}
.title03 span{
	display: inline-block;
}
.title03 .label{
	min-width: 116px;
	line-height: 32px;
	border-radius: 16px;
	text-align: center;
}
.title03 .label.nami{
	background: url("assets/images/common/list01_title_pink.png") no-repeat center center;
	background-size: 100%;
	width: 140px;
	height: 40px;
	line-height: 40px;
}
.bg02 .title03,
.bg03-bg .title03,
.bg_pink .title03{
	background-image: url("assets/images/common/title03_lightpink.png");
}
.title04:before{
	content: "";
	display: block;
	background: url("assets/images/common/title03.png") no-repeat center top;
	background-size: 100%;
	width: 200px;
	height: 180px;
	position: absolute;
	left: -56px;
	top: -80px;
}
.title05 .main{
	background: url("assets/images/common/slach01_pink.png") no-repeat right center;
	background-size: 25px;
	line-height: 32px;
	padding-right: 56px;
}
.title05 .label{
	width: 100%;
}
.title05 .label span{
	padding: 0 24px;
	line-height: 32px;
	border-radius: 16px;
	display: inline-block;
}
.btn01{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 264px;
	height: 56px;
	border-radius: 28px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	background: #999 url("assets/images/common/angle01_right_white.png") no-repeat center right 16px;
	background-size: 8px;
	color: #FFF;
	font-weight: 700;
}
.sightseeing_item_title span{
	display: inline-block;
}
.sightseeing_item_title span.label{
	min-width: 136px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	padding: 0 20px;	
}
.btn01.left{
	margin-left: 0;
}
.btn01.pdf{
	padding-right: 24px;
	background-image: url("assets/images/common/btn01_pdf.png");
	background-size: 17px;
}
.btn01.external{
	padding-right: 30px;
	background-image: url("assets/images/common/icon_external_white.png");
	background-size: 23px;
}
.btn01.map{
	padding-right: 30px;
	background-image: url("assets/images/common/icon_map_white.png");
	background-size: 23px;
}

.bg_pink .btn01,
.btn01.white{
	background-color: #FFF;
	color: #be6d83;
	background-image: url("assets/images/common/angle01_right_pink.png");
}
.flexCenter .btn01,
.flexSpace .btn01,
.flexEnd .btn01,
.flexStart .btn01{
	margin-left: 0;
	margin-right: 0;
}

.list01 li{
	width: calc((100% - 64px) / 3);
}
.list01 li a .image{
	border: 6px solid #FFF;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
	overflow: hidden;
	height: 320px;
}
.list01 li a{
	display: block;
}
.list01 li a .title{
	background: url("assets/images/common/list01_title.png") no-repeat center center;
	background-size: 140px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	z-index: 9;
	top: -17px;
	left: 0;
	width: 100%;
}
.list01 li a:hover{
	opacity: 1;
}
.list01 li a .image:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.77);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	backdrop-filter: blur(3px);
	opacity: 0;
	transition: opacity 0.5s ease;
}
.list01 li a .image:after{
	content: "詳細を見る";
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #000;
	z-index: 99;
	background: url("assets/images/common/angle01_right_black.png") no-repeat center bottom;
	background-size: 8px;
	padding-bottom: 40px;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.list01 li a:hover .image:before,
.list01 li a:hover .image:after{
	opacity: 1;
}
.list01.col4 li{
	width: calc((100% - 96px) / 4);
}
.list01.col5 li{
	width: calc((100% - 96px) / 5);
}
.list01.col6 li{
	width: calc((100% - 120px) / 6);
}
.list01.col2 li{
	width: calc((100% - 32px) / 2);
}
.list01.list01_title_bottom .title{
	top: auto;
	bottom: -17px;
}
.list01.list01_pink .image{
	border-color: #deb6c1;
}
.list01.list01_pink .image:before{
	background-color: rgba(190,109,131,0.7) ;
}
.list01.list01_pink .image:after{
	color: #FFF;
	background-image: url("assets/images/common/angle01_right_white.png");
}
.list01_pink .title{
	background-image: url("assets/images/common/list01_title_pink.png") !important;
	color: #FFF !important;
}
.list02 li{
	width: calc((100% - 72px) / 4);
}
.list02 li .image{
	border-top-left-radius: 40px;
	overflow: hidden;
}
.list02:before{
	content: "";
	display: block;
	width: calc(100% + 200px);
	height: 50%;
	position: absolute;
	left: -100px;
	bottom: 0;
	background: url("assets/images/common/list02_bg.png") repeat center center;
	background-size: 173px;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
}
.list03 li{
	width: calc((100% - 48px) / 3);
}
.list03 li .image{
	border-top-left-radius: 40px;
	overflow: hidden;
}
.washitsu_list{
	gap: 64px;
}
.washitsu_list li{
	width: calc(50% - 32px);
}
.washitsu_list li .madori{
	width: 100%;
}
.washitsu_list li .image{
	overflow: hidden;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
}
.swiper-controller01 .swiper-pagination,
.swiper-controller01 .swiper-button-next,
.swiper-controller01 .swiper-button-prev{
	position: relative !important;
	inset: auto !important;
	margin: 0 !important;
}
.swiper-controller01 .swiper-pagination{
	width: auto !important;
	height: 12px !important;
}
.swiper-controller01 .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #deb6c1;
	opacity: 1;
	margin: 0 10px !important;
	vertical-align: super;
}
.swiper-controller01 .swiper-pagination-bullet-active{
	background-color: #be6d83;
}
.swiper-controller01 .swiper-button-next:after,
.swiper-controller01 .swiper-button-prev:after{
	display: none !important;
}
.swiper-controller01 .swiper-button-next,
.swiper-controller01 .swiper-button-prev{
	width: 8px;
	height: 16px;
	background: no-repeat center center;
	background-size: 100%;
}
.swiper-controller01 .swiper-button-next{
	background-image: url("assets/images/common/angle01_right_pink.png");
}
.swiper-controller01 .swiper-button-prev{
	background-image: url("assets/images/common/angle01_left_pink.png");
}
.bg01 > *{
	z-index: 9;
}
.bg01:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	left: 0;
	border-top-left-radius: 500px;
	border-bottom-right-radius: 500px;
}
.bg02{
	background: url("assets/images/common/bg_02.jpg") no-repeat center top;
	background-size: cover;
	color: #FFF;
}
.bg03-bg{
	background: url("assets/images/common/bg03.jpg") no-repeat center top;
	background-size: cover;
	color: #FFF;
}
.bg03{
	color: #FFF;
}
.bg03 .pink, .bg03-bg .pink{ color: #deb6c1;}
.bg03 > *{
	z-index: 9;
	
}
.bg03:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("assets/images/common/bg03.jpg") no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	border-top-left-radius: 500px;
	
}
.box01{
	padding-left: 50%;
}
.box01_pic01{
	position: absolute;
	width: 1000px;
	border-top-right-radius: 80px;
	overflow: hidden;
	top: 56px;
	right: 50%;
}
.box01_pic02 ul{
	width: 1080px;
	float: left;
	margin-left: -80px;
}
.box01_pic02 ul li{
	width: calc((100% - 16px) / 3);
	overflow: hidden;
}
.box01_pic02 ul li:first-of-type{
	border-top-left-radius: 80px;
	box-shadow: -10px -10px 10px rgba(244,236,215,0.8); 
}
.box01.reverse{
	padding-left: 0;
	padding-right: 50%;
}
.box01.reverse .box01_pic01{
	border-top-right-radius: 0;
	border-top-left-radius: 80px;
	right: auto;
	left: 50%;
}
.box01.reverse .box01_pic02 ul{
	float: right;
	margin-left: 0;
	margin-right: -80px;
	flex-direction: row-reverse;
}
.box01.reverse .box01_pic02 ul li:first-of-type{
	border-top-left-radius: 0;
	border-top-right-radius: 80px;
	box-shadow: 10px -10px 10px rgba(244,236,215,0.8); 
}
.box02{
	padding-right: calc(50% + 80px);
}

.box02 .image{
	position: absolute;
	width: 800px;
	top: 0;
	left: 50%;
	border-top-left-radius: 80px;
	border-bottom-right-radius: 80px;
	overflow: hidden;
}
.box02 .image.large{
	width: 1000px;
	border-bottom-right-radius: 0;
}
.box02.reverse{
	padding-right: 0;
	padding-left: calc(50% + 80px);
}
.box02.reverse .image{
	left: auto;
	right: 50%;
}
.box02.reverse .image.large{
	border-top-left-radius: 0;
	border-top-right-radius: 80px;
}
.box02{
	min-height: 536px;
}
.box02.wide{
	min-height: 720px;
}
.box02.image_slider .image{
	border-radius: 0 !important;
}
.box02.image_slider .image .swiper{
	border-top-left-radius: 80px;
}
.box02.image_slider.reverse .image .swiper{
	border-top-left-radius: 0;
	border-top-right-radius: 80px;
}

.box03_text01{
	width: 356px;
}
.box03_text02{
	width: 380px;
}
.box03_pic01{
	width: calc(100% - 356px - 80px);
}
.box03_pic01 .image img{
	float: right;
	max-width: none;
	border-top-right-radius: 80px;
}
.box03_pic02{
	width: 1080px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 80px);
	z-index: 9;
	border-top-left-radius: 80px;
	overflow: hidden;
}
.box03_pic02 li{
	width: calc(50% - 4px);
}
.table01{
	border-collapse: collapse;
	width: 100%;
}
.table01:after{
	content: "";
	display: block;
	background: url("assets/images/common/line01_pink.png") no-repeat center center;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.table01 td:after,
.table01 th:after{
	content: "";
	display: block;
	background: url("assets/images/common/line01_pink.png") no-repeat center center;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}
.table01 th,
.table01 td{
	padding: 16px 24px;
	vertical-align: top;
}
.table01 th{
	background-color: #e5c5cd;
	color: #be6d83;
	width: 272px;
}
.table01.narrow th{
	width: 112px;
}
.table02{
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #deb6c1;
}
.table02 th,
.table02 td{
	padding: 16px 24px;
	vertical-align: top;
	border-bottom: 1px solid #deb6c1;
}
.table02 th{
	background-color: #e5c5cd;
	color: #be6d83;
	width: 272px;
}
.table03{
	width: 100%;
	border-collapse: collapse;
	background: url("assets/images/common/line01_pink.png") no-repeat center top;
}
.table03 th{
	padding: 24px 24px 0;
}
.table03 td{
	padding: 0 24px 24px;
	background: url("assets/images/common/line01_pink.png") no-repeat center bottom;
}
.photo_list01{
	gap: 4px;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	min-width: 1080px;
}
.photo_list01 li:nth-of-type(1),
.photo_list01 li:nth-of-type(3){
	width: calc((100% - 12px) * 0.3);
}
.photo_list01 li:nth-of-type(2),
.photo_list01 li:nth-of-type(4){
	width: calc((100% - 12px) * 0.2);
}
.photo_list01 li:nth-of-type(1){
	border-top-left-radius: 80px;
	overflow: hidden;
}
.photo_list01 li:nth-of-type(4){
	border-bottom-right-radius: 80px;
	overflow: hidden;
}
.photo_list02{
	border-top-left-radius: 80px;
	border-bottom-right-radius: 80px;
	overflow: hidden;
}
.photo_list02 .pic01,
.photo_list02 .pic02_05{
	width: calc(50% - 2px);
}
.photo_list02 .pic02_05 > div{
	width: calc(50% - 2px);
}
.links01 a.btn01{
	margin: 0;
}
.gmap{
	overflow: hidden;
	height: 556px;
	width: 100%;
	border-top-left-radius: 80px;
	border-bottom-right-radius: 80px;
	border: 6px solid #deb6c1;
}
.gmap iframe{
	width: 100%;
	height: 100%;
}


/*------------------------------------------------
header
--------------------------------------------------*/
#header{
	z-index: 999;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#header h1{
	padding-left: 24px;
}
#header h1 a{
	display: block;
	background: url("assets/images/common/logo_black.png") no-repeat center center;
	background-size: 100%;
	text-indent: -9999px;
	height: 96px;
	width: 189px;
}
.header_menu li a{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	height: 96px;
}
.header_menu li a div{
	z-index: 9;
}
.header_menu li a:hover{
	opacity: 1;
}
.header_menu li a:after{
	content: "";
	display: block;
	background: url("assets/images/common/header_menu_hover.png") no-repeat center center;
	background-size: 100%;
	width: 90px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}
.header_menu li a:hover:after{
	opacity: 1;
	visibility: visible;
}
.header_search{
	height: 96px;
	width: 256px;
	margin-left: 32px;
}
.header_search .search_btn{
	padding: 0;
	width: 100%;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: none;
}
.header_menu_btn{
	background: url("assets/images/common/icon_menu_pink.png") no-repeat center 32px;
	background-size: 32px;
	padding-top: 40px;
	width: 96px;
	height: 96px;
	text-align: center;
}
.header_search .bestrate {
	letter-spacing: 0;
}
.header_search .bestrate br{
	display: none;
}
@media only screen and (max-width: 1450px) {
	.header_menu{
		gap: 16px;
	}
	.header_search #header{
		margin-left: 16px;
	}
	body:not(.scroll) #header .header_search{
		width: 192px;
	}
	body:not(.scroll) #header .header_search .bestrate br{
		display: inline;
	}
	body:not(.scroll) #header .header_search .bestrate:before,
	body:not(.scroll) #header .header_search .bestrate:after{
		position: absolute;
		bottom: 0;
		margin: 0;
	}
	body:not(.scroll) #header .header_search .bestrate:before{
		left: -20px;
	}
	body:not(.scroll) #header.header_search .bestrate:after{
		right: -20px;
	}
}
@media only screen and (max-width: 1250px) {
	#header{
		min-width: 1080px;
	}
	.header_menu li a{
		font-size: 15px;
	}
	.header_menu li a .fz16{
		font-size: 12px;
	}
	body:not(.scroll) #header .header_search{
		width: 160px;
	}
	body:not(.scroll) #header .search_btn .label.loupe{
		font-size: 24px;
	}
	body:not(.scroll) #header .search_btn .bestrate{
		font-size: 12px;
	}
}



body.scroll #header{
	position: fixed;
	top: 0;
	left: 0;
	background: url("assets/images/common/scroll_header_bg.jpg") repeat-x center center;
	color: #FFF;
}
body.scroll #header h1{
	padding-left: 8px;
}
body.scroll #header h1 a{
	width: 130px;
	height: 80px;
	background-image: url("assets/images/common/logo_white.png");
}
body.scroll .header_menu li a{
	height: 80px;
}
body.scroll .header_menu li a div.pink{
	color: #ebd3da;
}
body.scroll .header_search{
	width: 240px;
	height: 80px;
}
body.scroll .header_menu_btn{
	width: 80px;
	height: 80px;
	color: #FFF;
	background-image: url("assets/images/common/icon_menu_white.png");
	background-position: center 18px;
}
body.scroll #header .header_search .search_btn{
	border-radius: 0;
	border: none;
	box-shadow: none;
	width: 100%;
	height: 100%;
}
body.scroll #header .header_search .search_btn .bestrate{
	letter-spacing: 0;
}
body.scroll .header_menu li a:hover:after{
	opacity: 0.3;
}

.header_instagram{
	display: block;
	background: url("assets/images/common/icon_instagram_black.png") no-repeat center center;
	background-size: 100%;
	width: 24px;
	height: 24px;
	top: 108px;
	right: 20px;
	position: absolute;
	text-indent: -9999px;
	z-index: 9999;
}

/*------------------------------------------------
searcnpanel
--------------------------------------------------*/
#searchpanel{
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 99999;
	border: 3px solid #FFF;
	border-radius: 24px;
	padding: 10px 20px;
	padding-right: 120px;
}
#searchpanel .search_close{
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 2px solid #5d9d7d;
	color: #5d9d7d;
	background: #fff url("assets/images/common/searchpanel_close.png") no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: -12px;
	left: -12px;
	z-index: 9;
	overflow: hidden;
}
#searchpanel .search_fukidashi{
	background: url("assets/images/common/searchpanel_fukidashi.png") no-repeat center center;
	background-size: 100%;
	width: 124px;
	height: 99px;
	color: #FFF;
	text-align: center;
	line-height: 1.2;
	padding-top: 32px;
	position: absolute;
	z-index: 999;
	top: 50%;
	transform: translateY(-50%);
	right: -10px;
}
.search_attr {
	display: none;
	position: absolute;
	top: 0px;
	right: 64px;
	width: 578px;
	border: 3px solid #ffbfbf;
	background-color: #fff;
	padding: 24px 26px 16px;
	border-radius: 24px;
	color: #ff0000;
}
.search_attr p {
	line-height: 1.625;
}
.search_attr div {
	position: absolute;
	color: #23190f;
	bottom: 18px;
	right: 30px;
}
.search_attr a {
	position: relative;
	padding-right: 14px;
	color: #23190f;
	text-decoration: underline;
}
.search_attr a + a {
	margin-left: 1em;
}
.search_attr a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(assets/images/common/panel-a-arw.png);
}
#searchpanel h2{
	line-height: 1.1;
}
#searchpanel form{
	align-items: flex-end;
}
#searchpanel form dl{
	padding-bottom: 8px;
	border-bottom: 1px solid #cee2d8;
}
#searchpanel form dl dt{
	color: #cee2d8;
	margin-bottom: 8px;
}
#searchpanel form input[type="text"]{
	font-family:inherit;
	font-weight:inherit;
	-webkit-appearance:none;
    box-sizing: border-box;
	border: none;
	border-radius: 0;
	width: 136px;
	font-size: 2rem;
	background: transparent url("assets/images/common/icon_calendar.png") no-repeat left bottom;
	background-size: 15px;
	color: #FFF;
	line-height: 1;
	height: 2rem;
	padding-left: 20px;
}
#searchpanel form select{
	font-family:inherit;
	font-weight:inherit;
	-webkit-appearance:none;
    box-sizing: border-box;
	border: none;
	border-radius: 0;
	font-size: 2rem;
	background: transparent url("assets/images/common/angle01_down_white.png") no-repeat right center;
	background-size: 10px;
	color: #FFF;
	line-height: 1;
	height: 2rem;
	padding-right: 16px;
	text-align: center;
}
#searchpanel form button{
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	line-height: 52px;
	font-weight: 700;
	background-color: #FFF;
	color: #5d9d7d;
	text-align: center;
}


/*------------------------------------------------
page
--------------------------------------------------*/
.page_mv{
	width: 1440px;
	margin: 0 auto;
	max-width: calc(100% - 128px);
	border-top-left-radius: 300px;
	border-bottom-right-radius: 300px;
	height: 536px;
	overflow: hidden;
}
.page_mv:after{
	content: "";
	display: block;
	width: 100%;
	height: 222px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.6),rgba(0,0,0,0));
}
#page_header{
	margin-top: -48px;
	z-index: 9;
}
#page_header h1{
	flex-direction: column;
	align-items: flex-start;
}
#page_header h1:before{
	content: "";
	display: block;
	background: url("assets/images/common/page_header_h1.png") no-repeat center center;
	background-size: 100%;
	width: 240px;
	height: 214px;
	position: absolute;
	top: -60px;
	left: -70px;
}
.page_nav01 li{
	width: calc((100% - 96px) / 4);
}
.page_nav01.col3 li{
	width: calc((100% - 64px) / 3);
}
.page_nav01 li a{
	display: block;
	border: 6px solid #deb6c1;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
	overflow: hidden;
}
.page_nav01 li a .text{
	background-color: rgba(190,109,131,0.7);
	height: 56px;
	width: 100%;
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
}
.bg02 .page_nav01 li a,
.bg03-bg .page_nav01 li a{
	border-color: #FFF;
}
.bg02 .page_nav01 li a .text,
.bg03-bg .page_nav01 li a .text{
	background-color: rgba(255,255,255,0.7);
	color: #000;
}
.page_nav02 li a{
	background: url("assets/images/common/angle01_right_black.png") no-repeat right center;
	background-size: 8px;
	padding-right: 32px;
}
.page_nav03 li{
	width: calc((100% - 72px) / 4);
}
.page_nav03 li a{
	border-radius: 24px;
	border-bottom-left-radius: 0;
}
.page_nav03 li a .image{
	width: 80px;
	border-top-left-radius: 24px;
	border-bottom-right-radius: 24px;
	overflow: hidden;
}
.page_nav03 li a .fukidashi{
	background: url("assets/images/common/page_nav03_fukidashi.png") no-repeat center center;
	background-size: 100%;
	width: 64px;
	height: 48px;
	position: absolute;
	right: -8px;
	bottom: -16px;
}
.page_nav03 li a .text{
	line-height: 1.2;
	font-weight: 700;
}
/*------------------------------------------------
footer
--------------------------------------------------*/
#footer{
	background: url("assets/images/common/footer_bg.jpg") no-repeat center center;
	background-size: cover;
}
.footer_left{
	display: flex;
	align-items: center;
	width: 430px;
	border-right: 1px solid #deb6c1;
}
.footer_left address{
	background: url("assets/images/common/logo_white.png") no-repeat left top;
	background-size: 280px;
	text-indent: -9999px;
	padding-top: 128px;
}
.footer_right{
	width: calc(100% - 460px);
}
.footer_menu01 {
	width: 70%;
}
.footer_menu02 li a{
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 20px;
	padding-left: 30px;
}
.footer_menu02 li.faq a{
	background-image: url("assets/images/common/icon_faq_white.png");
	background-size: 23px;
}
.footer_menu02 li.contact a{
	background-image: url("assets/images/common/icon_mail_white.png");
	background-size: 19px;
}
.footer_menu02 li.news a{
	background-image: url("assets/images/common/icon_info_white.png");
	background-size: 20px;
}
.footer_menu02 li.instagram a{
	background-image: url("assets/images/common/icon_instagram_white.png");
	background-size: 18px;
}
.footer_menu02 li.youtube a{
	background-image: url("assets/images/common/icon_youtube_white.png");
	background-size: 18px;
}
.footer_reservation .search_btn{
	width: 352px;
	margin: 0;
	padding: 0;
}
.copyright{
	line-height: 80px;
	padding-bottom: 200px;
}

/*------------------------------------------------
menu
--------------------------------------------------*/
#menu{
	background: url("assets/images/common/menu_bg.jpg") no-repeat center center;
	background-size: cover;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100svh;
	overflow-y: scroll;
	display: none;
}
#menu .menu_close{
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #FFF;
	text-align: center;
	color: transparent;
	line-height: 44px;
	font-size: 3.2rem;
	position: fixed;
	top: 32px;
	right: 32px;
	z-index: 999;
	background: url("assets/images/common/mega-buttun.png") no-repeat center center;
	background-size: cover;
}
#menu .inner{
	width: 100%;
	gap: 0 160px;
}
.menu_list li + li{
	margin-top: 40px;
}
.menu_list li.view-sp + li{
	margin-top: 0;
}
.menu_list li .en{
	color: #ebd3da;
	margin-top: 8px;
}
#menu .footer_menu02 li + li{
	margin-top: 24px;
}
#menu .tokuten_btn{
	height: 80px;
}
#menu .header_search{
	position: fixed;
	top: 0;
	right: 96px;
	margin-left: 0;
	z-index: 1000;
}




/*------------------------------------------------
sp
--------------------------------------------------*/
.sp_inline,
.sp_block,
.sp_flex{
	display: none;
}
#sp_menu{
	display: none;
}
@media screen and (max-width: 540px){
	html{
		font-size: 8.5px;
	}
	.sp_inline{ display: inline;}
	.sp_block{ display: block;}
	.sp_flex{ display: flex;}
	.sp_none{ display: none;}
	p,th,td{
		line-height: 1.8;
	}
	body{
		padding-top: 64px;
	}
	/*------------------------------------------------
	layout
	--------------------------------------------------*/
	.container1080,
	.container1280{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		min-width: 0;
		max-width: none;
	}
	img.flLeft,
	img.flRight{
		width: 100%;
		float: none;
	}
	img.maxWidthNone{
		max-width: 100%;
	}
	.anchor{
		margin-top: 0;
		padding-top: 0;
	}

	/*------------------------------------------------
	margin
	--------------------------------------------------*/
	.mt8{ margin-top: 4px;}
	.mt16{ margin-top: 8px;}
	.mt24{ margin-top: 12px;}
	.mt32{ margin-top: 16px;}
	.mt40{ margin-top: 20px;}
	.mt48{ margin-top: 24px;}
	.mt56{ margin-top: 28px;}
	.mt64{ margin-top: 32px;}
	.mt72{ margin-top: 36px;}
	.mt80{ margin-top: 40px;}
	.mt88{ margin-top: 44px;}
	.mt96{ margin-top: 48px;}
	.mt104{ margin-top: 52px;}
	.mt112{ margin-top: 56px;}
	.mt120{ margin-top: 60px;}
	.mt128{ margin-top: 64px;}
	.mt192{ margin-top: 96px;}
	.mt256{ margin-top: 128px;}
	.mb8{ margin-bottom: 4px;}
	.mb16{ margin-bottom: 8px;}
	.mb24{ margin-bottom: 12px;}
	.mb32{ margin-bottom: 16px;}
	.mb40{ margin-bottom: 20px;}
	.mb48{ margin-bottom: 24px;}
	.mb56{ margin-bottom: 28px;}
	.mb64{ margin-bottom: 32px;}
	.mb72{ margin-bottom: 36px;}
	.mb80{ margin-bottom: 40px;}
	.mb88{ margin-bottom: 44px;}
	.mb96{ margin-bottom: 48px;}
	.mb104{ margin-bottom: 52px;}
	.mb112{ margin-bottom: 56px;}
	.mb120{ margin-bottom: 60px;}
	.mb128{ margin-bottom: 64px;} 
	.mb192{ margin-bottom: 96px;}
	.mb256{ margin-bottom: 128px;}
	.pt8{ padding-top: 4px;}
	.pt16{ padding-top: 8px;}
	.pt24{ padding-top: 12px;}
	.pt32{ padding-top: 16px;}
	.pt40{ padding-top: 20px;}
	.pt48{ padding-top: 24px;}
	.pt56{ padding-top: 28px;}
	.pt64{ padding-top: 32px;}
	.pt72{ padding-top: 36px;}
	.pt80{ padding-top: 40px;}
	.pt88{ padding-top: 44px;}
	.pt96{ padding-top: 48px;}
	.pt104{ padding-top: 52px;}
	.pt112{ padding-top: 56px;}
	.pt120{ padding-top: 60px;}
	.pt128{ padding-top: 64px;}
	.pt160{ padding-top: 80px;}
	.pt192{ padding-top: 96px;}
	.pt256{ padding-top: 128px;}
	.pb8{ padding-bottom: 4px;}
	.pb16{ padding-bottom: 8px;}
	.pb24{ padding-bottom: 12px;}
	.pb32{ padding-bottom: 16px;}
	.pb40{ padding-bottom: 20px;}
	.pb48{ padding-bottom: 24px;}
	.pb56{ padding-bottom: 28px;}
	.pb64{ padding-bottom: 32px;}
	.pb72{ padding-bottom: 36px;}
	.pb80{ padding-bottom: 40px;}
	.pb88{ padding-bottom: 44px;}
	.pb96{ padding-bottom: 48px;}
	.pb104{ padding-bottom: 52px;}
	.pb112{ padding-bottom: 56px;}
	.pb120{ padding-bottom: 60px;}
	.pb128{ padding-bottom: 64px;}
	.pb160{ padding-bottom: 80px;}
	.pb192{ padding-bottom: 96px;}
	.pb256{ padding-bottom: 128px;}

	
	/*------------------------------------------------
	font
	--------------------------------------------------*/
	.taCenter.sp_taLeft{
		text-align: left;
	}
	/*------------------------------------------------
	common
	--------------------------------------------------*/
	.title01 div{
		padding: 0 16px;
		letter-spacing: 0;
	}
	.title02 .fz96{
		font-size: 5.6rem;
	}
	.title02.gap32{
		gap: 16px;
	}
	.title02 div:nth-of-type(2){
		padding-right: 40px;
	}
	.title03{
		background-size: 116px;
		padding-top: 40px;
	}
	.title03 .fz96,
	.title04 .fz96{
		font-size: 4.8rem;
	}
	.title03 .fz28,
	.title04 .fz28{
		font-size: 2.4rem;
		margin-top: 8px;
		display: inline-block;
	}
	.title04{
		padding-top: 40px;
		text-align: center;
	}
	.title04 div{
		display: block;
		text-align: center;
	}
	.title04:before{
		width: 116px;
		top: 0;
		left: calc(50% - 58px);
	}
	.sightseeing_list_header .sightseeing_item_title{
		width: calc(100% - 140px);
		margin: 0;
	}
	.sightseeing_item_title span.label{
		min-width: 100px;
		line-height: 24px;
		padding: 0 8px;
	}
	.sightseeing_item_title span.fz24{
		font-size: 2rem;
		line-height: 1.2;
	}

	.list01{
		gap: 16px;
	}
	.list01 li{
		width: 100% !important;
		margin-top: 20px;
	}
	.list01 li a .image{
		height: 45vw;
	}
	.list01 li a .text{
		display: none;
	}
	.list01 li a .image .sp_block{
		position: absolute;
		bottom: 0;
		left: 0;
		text-align: center;
		width: 100%;
		line-height: 40px;
		color: #FFF;
		background-color: rgba(0,0,0,0.3);
	}
	.list02 li{
		width: calc(50% - 12px);
	}
	.list02:before {
		height: 80%;
		background-size: 100px;
	}
	.list03{
		gap: 24px 12px;
	}
	.list03 li{
		width: calc(50% - 6px);
	}
	.list03 li .text{
		font-size: 1.8rem;
	}
	.washitsu_list{
		gap: 32px;
	}
	.washitsu_list li{
		width: 100%;
	}
	.search_btn{
		width: 100%;
		max-width: calc(100vw - 40px);
	}
	.tokuten_btn{
		width: 100%;
		max-width: calc(100vw - 40px);
		height: 72px;
	}
	.box01{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.box02{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.box02 .image{
		position: relative;
		inset: auto !important;
		width: 100%;
		margin-top: 32px;
		border-top-left-radius: 40px;
		border-bottom-right-radius: 40px;
		border-top-right-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
	}
	.box02 .image.large{
		width: calc(100% + 20px);
		margin-left: -20px;
		border-top-right-radius: 40px !important;
	}
	.box03_text01,
	.box03_pic01,
	.box03_text02{
		width: 100%;
	}
	
	.bg01:before{
		border-top-left-radius: 150px;
		border-bottom-right-radius: 150px;
	}
	.table01 th,
	.table01 td,
	.table02 th,
	.table02 td{
		display: block;
		width: 100% !important;
		padding: 12px;
	}
	.table02 th{
		border: none;
	}
	.photo_list01{
		padding-left: 20px;
		padding-right: 20px;
		min-width: 100%;
		gap: 2px;
	}
	.photo_list01 li:nth-of-type(1),
	.photo_list01 li:nth-of-type(3) {
		width: calc((100% - 4px) * 0.6);
	}
	.photo_list01 li:nth-of-type(2),
	.photo_list01 li:nth-of-type(4) {
		width: calc((100% - 4px) * 0.4);
	}
	.gmap{
		height: 75vw;
		border-top-left-radius: 40px;
		border-bottom-right-radius: 40px;
	}
	.swiper-controller01{
		justify-content: flex-end;
	}
	#home .swiper-controller01 {
		margin-right: 1em;
	}
	.box02.image_slider.wide{
		min-height: 0;
	}
	.table_wrapper{
		width: 100%;
		overflow-x: scroll;
		padding-bottom: 16px;
	}
	.table_wrapper table{
		width: 800px;
	}
	.btn01.left{
		margin-left: auto;
	}

	

	/*------------------------------------------------
	header
	--------------------------------------------------*/
	#header{
		min-width: 0;
	}
	#header h1{
		padding-left: 12px;
	}
	#header h1 a{
		width: 112px;
		height: 64px;
	}
	.header_menu,
	.header_search{
		display: none;
	}
	.header_menu_btn{
		width: 64px;
		height: 64px;
		background-position: center 16px;
		padding-top: 32px;
	}
	.header_instagram{
		top: 20px;
		right: 84px;
	}
	body.scroll #header{
		position: absolute !important;
	}
	.menu_list li.view-sp + li{
		margin-top: 40px;
	}

	/*------------------------------------------------
	footer
	--------------------------------------------------*/
	#searchpanel{
		display: none;
		padding-right: 20px;
	}

	/*------------------------------------------------
	page
	--------------------------------------------------*/
	.page_mv{
		width: calc(100% - 40px);
		max-width: none;
		border-top-left-radius: 80px;
		border-bottom-right-radius: 80px;
		height: 70vw;
	}
	.page_mv:after{
		display: none;
	}
	#page_header{
		margin-top: 32px;
	}
	#page_header h1:before{
		width: 120px;
		height: 106px;
		left: -20px;
		top: -60px;
	}
	.page_nav01{
		gap: 12px;
	}
	.page_nav01 li{
		width: 100% !important;
	}
	.page_nav01 li a{
		background-color: #d199a8;
		border-color: #d199a8;
		border-width: 4px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-top-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	.page_nav01 li a .image{
		width: 72px;
		height: 64px;
		border-top-left-radius: 20px;
		border-bottom-right-radius: 20px;
		overflow: hidden;
	}
	.page_nav01 li a .text{
		width: calc(100% - 88px);
		background: none;
		position: relative;
		inset: auto;
		justify-content: flex-start;
	}
	.bg02 .page_nav01 li a,
	.bg03-bg .page_nav01 li a{
		background-color: rgba(255,255,255,0.7);
	}
	.bg02 .page_nav01 li a .text,
	.bg03-bg .page_nav01 li a .text{
		background: none;
	}
	.page_nav01 .spacer{
		display: none;
	}
	.page_nav02{
		justify-content: flex-start;
	}
	.page_nav02 li{
		width: calc(50% - 16px);
	}
	.page_nav02 li a {
		display: block;
		width: 100%;
		padding-right: 18px;
	}
	.page_nav03{
		gap: 12px;
	}
	.page_nav03 li{
		width: calc(50% - 6px);
	}
	.page_nav03 li a{
		gap: 12px;
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
	}
	.page_nav03 li a .image{
		width: 50px;
		height: 48px;
		border-top-left-radius: 12px;
		border-bottom-right-radius: 12px;
	}
	.page_nav03 li a .text{
		font-size: 1.4rem;
	}
	.page_nav03 li a .fukidashi{
		width: 38px;
		height: 30px;
		font-size: 0.9rem;
		left: 60px;
		top: -10px;
	}
	.page_nav03 li a.has_fukidashi .text{
		padding-top: 16px;
	}
	.page_nav03 li a .text .fz16{
		font-size: 1.2rem;
	}

	.slider01{
		width: calc(100% + 20px);
		margin-left: -20px;
		border-top-right-radius: 50px;
		border-top-left-radius: 0 !important;
		overflow: hidden;
	}
	.slider01 .swiper-slide{
		height: 80vw;
	}
	
	
	
	/*------------------------------------------------
	footer
	--------------------------------------------------*/
	
	.footer_left{
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #deb6c1;
		padding-bottom: 24px;
		margin-bottom: 24px;
	}
	.footer_left address{
		background-size: 240px;
		background-position: center top;
		padding-top: 112px;
		
	}
	.footer_right{
		width: 100%;
	}
	#footer .footer_menu01,
	#footer .footer_menu02{
		display: none;
	}
	.footer_reservation{
		margin-top: 0;
	}
	.copyright{
		line-height: 64px;
		padding-bottom: 60px;
	}
	.footer_douisho{
		text-align: center;
		margin-top: 0;
		margin-bottom: 24px;
	}
	#menu .footer_douisho{
		margin-top: 24px;
		text-align: left;
	}
	
	/*------------------------------------------------
	searchpanel
	--------------------------------------------------*/
	#searchpanel{
		bottom: 50%;
		transform: translateY(50%);
		right: 10px;
		width: calc(100vw - 20px);
		padding-bottom: 170px;
	}
	#searchpanel .search_fukidashi{
		display: none;
	}
	#searchpanel .search_attr {
		width: calc(100% + 6px);
	}
	#fv .search_attr {
		display: none;
	}
	.search_attr {
		width: 89vw;
		padding: 18px 10px;
		right: auto;
		bottom: auto;
		text-align: center;
	}
	.search_attr h2.fz18 {
		font-size: 1.4rem;
	}
	.search_attr p {
		font-size: 1.2rem;
		text-align: left;
		margin-bottom: 0.8em;
	}
	.search_attr div {
		position: relative;
		bottom: auto;
		right: auto;
		font-size: 1.2rem;
		text-align: center;
	}
	.search_attr a {
		padding-right: 10px;
	}
	.search_attr a + a {
		margin-left: 0.5em;
	}
	.search_attr a::after {
		width: 4px;
		height: 8px;
	}
	.searchpanel_title{
		line-height: 1;
		background: url("assets/images/common/icon_search_white.png") no-repeat left bottom;
		background-size: 16px;
		padding-left: 24px;
	}
	.searchpanel_title span{
		display: inline-block;
		margin-left: 16px;
		line-height: 20px;
		letter-spacing: 0;
	}
	.searchpanel_title span:before,
	.searchpanel_title span:after{
		content: "";
		display: inline-block;
		width: 9px;
		height: 20px;
		background-size: 100%;
		background-position: center bottom;
		background-repeat: no-repeat;
		vertical-align: bottom;
	}
	.searchpanel_title span:before{
		background-image: url("assets/images/common/bestrate_before.png");
		margin-right: 4px;
	}
	.searchpanel_title span:after{
		background-image: url("assets/images/common/bestrate_after.png");
		margin-left: 4px;
	}
	#searchpanel form{
		justify-content: flex-start;
		gap: 0;
		font-size: 17px;
	}
	#searchpanel form input,
	#searchpanel form select{
		font-size: 16px;
	}
	#searchpanel form .spacer{
		width: 100%;
		height: 1px;
	}
	#searchpanel form .unit{
		margin-left: 8px;
		margin-right: 12px;
	}
	#searchpanel form button{
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.searchpanel_overlay{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100svh;
		z-index: 9999;
		background-color: #000;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s ease;
	}
	.searchpanel_overlay.active{
		opacity: 0.8;
		visibility: visible;
	}


	/*------------------------------------------------
	menu
	--------------------------------------------------*/
	#menu .menu_close{
		width: 40px;
		height: 40px;
		line-height: 40px;
		top: 16px;
		right: 16px;
	}
	#menu .inner{
		justify-content: space-between;
		column-gap: 0;
		padding: 80px 64px;
	}
	#menu .inner .sub_menu{
		width: 100%;
	}
	#menu .tokuten_btn{
		height: 60px;
		border-radius: 16px;
	}
	#menu .tokuten_btn div{
		font-size: 1.6rem;
	}
	#menu .sub_menu .search_btn{
		padding: 0;
		height: 64px;
		border-radius: 16px;
		gap: 0;
	}
	#sp_menu{
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #FFF;
		display: block;
	}
	#sp_menu ul li{
		width: 25%;
	}
	#sp_menu ul li.reservation{
		width: 50%;
	}
	#sp_menu ul li a{
		width: 100%;
		height: 60px;
	}
	#sp_menu ul li:not(.reservation) a{
		text-align: center;
		padding-top: 40px;
		background-size: 30px;
		background-repeat: no-repeat;
		background-position: center 12px;
		display: block;
	}
	#sp_menu ul li.access a{
		background-image: url("assets/images/common/sp_menu_access.png");
	}
	#sp_menu ul li.menu a{
		background-image: url("assets/images/common/sp_menu_menu.png");
	}
	#sp_menu .search_btn{
		max-width: 100%;
		border-radius: 0;
		box-shadow: none;
		border: none;
		padding: 0;
	}
	#sp_menu .search_btn .bestrate:before,
	#sp_menu .search_btn .bestrate:after{
		width: 7px;
		height: 15px;
	}
	#sp_menu .search_btn .bestrate:before{
		margin-right: 2px;
	}
	#sp_menu .search_btn .bestrate:after{
		margin-left: 2px;
	}

}



.grecaptcha-badge {
	bottom: 200px !important;
	z-index: 99;
}
@media screen and (max-width: 540px){
	.grecaptcha-badge{
		bottom: 72px !important;
	}
}



.view-sp {
	display: none;
}
@media screen and (max-width: 540px){
	.view-sp {
		display: block;
	}
	.view-pc {
		display: none;
	}
}



/* フッターに旧予約システム枠追加 */
#footer .search_attr {
	position: relative;
	left: auto;
	top: auto;
	bottom: auto;
	right: auto;

}