@charset "UTF-8";

@keyframes fadeIn {

0% {
	opacity: 0;
	transform: translateY(-10px);
}

100% {
	opacity: 1;
	transform: none;
}

}

.fade-in-image {
	opacity: 0;
	transform: translateY(100px);
	transition: opacity 1s ease-out, transform 0.5s ease-out;
	transition-delay: calc(var(--delay) * 0.5s);
}

.fade-in-image.visible {
	opacity: 1;
	transform: translateY(0);
}

@media (any-hover: hover) {

.p-faq .p-faq__qu:hover {
	cursor: pointer;
}

}


/* ========================================
@media screen and (min-width: 768px), print {
======================================== */
@media screen and (min-width: 768px), print {
/* mv 
-------------------------------------*/
.p-mv {
	background: url(../images/index/mv_bg.png) no-repeat top center/cover;
	margin-block: -123px -285px;
	margin-inline: auto;
	max-width: 1920px;
	position: relative;
	width: 100%;
}

.p-mv .l-inner {
	margin-inline: auto;
	width: min(100%, 1920px);
}

.p-mv .l-inner.l-mv {
	padding-block: 81px 70px;
}

.p-mv .p-mv__content {
	background: url(../images/index/mv_img.png) no-repeat top center/contain;
	margin-bottom: -84px;
	margin-inline: auto;
	max-width: 1920px;
	padding-block: 30px 108px;
	width: 100%;
}

.p-mv .p-mv__content h1 {
	background: #018275;
	color: #fff;
	font-size: 49px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2040816327;
	margin-bottom: -120px;
	margin-inline: auto;
	padding: 19px 32px;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv .p-mv__content h1 span {
	color: #FFFF13;
}

.p-mv .p-mv__content h2 {
	margin-bottom: -137px;
	text-align: center;
}

.p-mv .p-mv__content h3 {
	margin-bottom: 14px;
	text-align: center;
}

.p-mv .p-mv__content p {
  font-size: 16px;
	font-size: clamp(0.625rem, 0.375rem + 0.52vw, 1rem);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.625;
	margin-bottom: 13px;
	text-align: center;
}

.p-mv .p-mv__content .lists {
	display: grid;
	gap: 0 15px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 500px);
}

.p-mv .p-mv__btn01 {
	margin-bottom: 30px;
	text-align: center;
}

.p-mv .p-mv__btn01 a {
	display: block;
	margin-inline: auto;
	width: min(85%, 1200px);
}

.p-mv .p-mv__btn01 a img {
	border: 1px solid #fff;
	border-radius: 200px;
	box-shadow: 0px 15px 10px rgba(28, 28, 28, 0.25);
}

.p-mv .p-mv__btn02 {
	text-align: center;
}

.p-mv .p-mv__btn02 a {
	background: #fff;
	border: 1px solid #C1C1C1;
	border-radius: 200px;
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.4375;
	margin-inline: auto;
	padding-block: 19px;
	position: relative;
	text-align: center;
	width: min(95%, 500px);
}

.p-mv .p-mv__btn02 a::after {
	background: url(../images/index/mv_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 16px;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
}

/* merit
-------------------------------------*/

.p-merit {
	background: url(..//images/index/merit_bg.png) no-repeat top center/cover;
	margin-inline: auto;
	max-width: 1920px;
	width: 100%;
}

.p-merit .l-inner.l-merit {
	padding-block: 293px 215px;
}

.p-merit .p-merit__ttl {
	margin-bottom: -10px;
	text-align: center;
}

.p-merit .p-merit__items {
	display: grid;
	gap: 0 40px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 1520px);
}

.p-merit .p-merit__item {
	display: grid;
	grid-row: span 2;
	grid-template-rows: auto 1fr;
}

.p-merit .p-merit__item .num {
	margin-bottom: -40px;
	position: relative;
	text-align: center;
}

.p-merit .p-merit__item .box {
	background: #fff;
	border: 4px solid #ff9913;
	border-radius: 20px;
	box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.16);
	padding-block: 63px 29px;
	padding-inline: 30px;
	text-align: center;
}

.p-merit .p-merit__item .box h3 {
	font-size: 24px;
  font-size: clamp(1.125rem, 0.875rem + 0.52vw, 1.5rem);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.0833333333;
	margin-bottom: 10px;
}

.p-merit .p-merit__item .box h3 span {
	color: #018275;
	font-size: 32px;
  font-size: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5625;
}

.p-merit .p-merit__item .box .img {
	margin-bottom: 20px;
}

.p-merit .p-merit__item .box p {
	font-size: 18px;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.7777777778;
}

.p-merit .p-merit__item .box p span {
	display: block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-block: 1px 0;
	text-align: right;
}

.p-merit .p-merit__item .box h3 span.kome {
  position: relative;
}

.p-merit .p-merit__item .box h3 span.kome:before {
  position: absolute;
  content: "※";
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  top: -8px;
  right: -3px;
  color: #1C1C1C;
}


/* reservation
-------------------------------------*/
.p-reservation {
	background: url(../images/index/reservation_bg.jpg) repeat top center/contain;
	margin-inline: auto;
	max-width: 1920px;
	width: 100%;
	margin-bottom: -142px;
}

.p-reservation .l-inner.l-reservation {
	padding-block: 0 130px;
}

.p-reservation .p-reservation__contents {
	position: relative;
	top: -128px;
}

.p-reservation .p-reservation__ttl {
	margin-bottom: -100px;
	text-align: center;
}

.p-reservation .p-reservation__box {
	background: #DAD7C2;
	margin-bottom: 100px;
	margin-inline: auto;
	padding-block: 0px 50px;
	width: min(95%, 1200px);
}

.p-reservation .p-reservation__icon {
	left: -40px;
	margin-inline: auto;
	position: relative;
	text-align: right;
	width: min(95%, 678px);
  top: -16px;
  margin-bottom: -16px;
}

.p-reservation .p-reservation__map {
	align-items: center;
	background: #fff;
	display: grid;
	gap: 0 36px;
	grid-template-columns: 60% 30%;
	margin-inline: auto;
	padding-block: 40px;
	padding-inline: 38px 0px;
	width: min(95%, 1100px);
}

.p-reservation .p-reservation__map .area_box .con {
	margin-bottom: 30px;
}

.p-reservation .p-reservation__map .area_box .con.con02 p {
	background: #C47628;
}

.p-reservation .p-reservation__map .area_box .con.con03 {
	margin-bottom: 0;
}

.p-reservation .p-reservation__map .area_box .con.con03 p {
	background: #AB3253;
}

.p-reservation .p-reservation__map .area_box .con p {
	background: #015682;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	padding-block: 4px;
	text-align: center;
}

.p-reservation .p-reservation__map .area_box .area_items {
	align-items: center;
	background: #EBEBEB;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 15px;
	padding: 18px 20px;
}

.p-reservation .p-reservation__map .area_box .area_item a {
	-webkit-text-decoration: underline;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4285714286;
	text-decoration: underline;
}

.p-reservation .p-reservation__shop {
	margin-inline: auto;
	width: min(95%, 1400px);
}

.p-reservation .p-reservation__shop-con {
	margin-bottom: 94px;
}

.p-reservation .p-reservation__shop-con.nanyo {
	margin-bottom: 0px;
}

.p-reservation .p-reservation__shop-con h3 {
	background: url(../images/index/reservation_shop_con_bg.jpg) no-repeat top center/cover;
	border-left: 16px solid #C47628;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-inline: auto;
	padding-block: 40px 34px;
	padding-inline: 44px;
	width: 100%;
}

.p-reservation .p-reservation__shop-con h3.higashi {
	background: url(../images/index/reservation_shop_con_bg02.jpg) no-repeat top center/cover;
	border-left: 16px solid #015682;
}

.p-reservation .p-reservation__shop-con h3.nanyo {
	background: url(../images/index/reservation_shop_con_bg03.jpg) no-repeat top center/cover;
	border-left: 16px solid #AB3253;
}

.p-reservation .bottom_box {
	background: #fff;
	padding-block: 40px 64px;
}

.p-reservation .bottom_box_items {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 36px;
	margin-inline: auto;
	width: min(95%, 1280px);
}

.p-reservation .bottom_box_items.toyo .bottom_box_item .top h4 {
	border-left: 4px solid #015682;
}

.p-reservation .bottom_box_items.nanyo .bottom_box_item .top h4 {
	border-left: 4px solid #AB3253;
}

.p-reservation .bottom_box_item {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 6px 20px rgba(28, 28, 28, 0.1);
	padding-block: 30px 40px;
	padding-inline: 30px;
}

.p-reservation .bottom_box_item .top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.p-reservation .bottom_box_item .top h4 {
	border-left: 4px solid #C47628;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3;
	padding-inline: 10px 0;
}

.p-reservation .bottom_box_item .top h4.masaki {
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5789473684;
}

.p-reservation .bottom_box_item .top .label_wrap {
	align-items: center;
	display: flex;
  flex-wrap: wrap;
	gap: 4px;
}

.p-reservation .bottom_box_item .top .label_wrap .label {
	border-radius: 5px;
	font-size: 12px;
  font-size: clamp(0.625rem, 0.542rem + 0.17vw, 0.75rem);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.8;
	padding-inline: 10px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-reservation .bottom_box_item .top .label_wrap .label.time {
	background: #007260;
	color: #fff;
}

.p-reservation .bottom_box_item .top .label_wrap .label.time02 {
  background: #65A1DB;
}

.p-reservation .bottom_box_item .top .label_wrap .label.kids {
	background: #F1F108;
}

.p-reservation .bottom_box_item .center {
	display: grid;
	gap: 0 20px;
	grid-template-columns: 280px 260px;
	margin-bottom: 16px;
}

.p-reservation .bottom_box_item .dots_wrap {
	display: flex;
	justify-content: center;
	margin-block: -9px 0;
}

.p-reservation .bottom_box_item .dots_wrap li {
	background: #EBEBEB;
	border-radius: 50%;
	cursor: pointer;
	height: 8px;
	margin: 0 5px;
	width: 8px;
}

.p-reservation .bottom_box_item .dots_wrap li:hover,
.p-reservation .bottom_box_item .dots_wrap li.slick-active {
	background: #707070;
}

.p-reservation .bottom_box_item .dots_wrap li button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
}

.p-reservation .bottom_box_item .slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

.p-reservation .bottom_box_item .shop_info {
	border: 1px solid #C1C1C1;
	border-collapse: collapse;
	margin-bottom: 32px;
	width: 100%;
}

.p-reservation .bottom_box_item .shop_info.kume {
  margin-bottom: 58px;
}

.p-reservation .bottom_box_item .shop_info_row {
	border-bottom: 1px solid #C1C1C1;
}

.p-reservation .bottom_box_item .shop_info_row_left {
	background: #EBEBEB;
	border-right: 1px solid #C1C1C1;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2;
	margin: 0;
	padding: 4px 10px;
	text-align: left;
	vertical-align: top;
	width: 100px;
}

.p-reservation .bottom_box_item .shop_info_row_right {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
	margin: 0;
	padding: 7px 10px;
	vertical-align: top;
	width: calc(100% - 100px);
}

.p-reservation .bottom_box_item .shop_txt {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
	margin-block: -23px 29px;
}

.p-reservation .bottom_box_item .shop_btn {
	display: grid;
	gap: 0 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-reservation .bottom_box_item .shop_btn a {
	display: block;
}

.p-reservation .p-reservation__shop-txt {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.6666666667;
	margin-inline: auto;
	width: min(95%, 1100px);
}

/* flow
-------------------------------------*/

.p-flow {
	background: url(../images/index/flow_bg.jpg) repeat top center/contain;
	border-top: 10px solid #DAD8C3;
	margin-inline: auto;
	max-width: 1920px;
	padding-block: 88px 0;
	width: 100%;
}

.p-flow .p-flow__en {
	margin-bottom: 24px;
	text-align: center;
}

.p-flow .p-flow__ttl {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-bottom: -22px;
	text-align: center;
}

.p-flow .p-flow__ttl span {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.p-flow .p-flow__contents {
	background: url(../images/index/flow_bg02.png) no-repeat top center/cover;
	margin-inline: auto;
	max-width: 1430px;
	padding-block: 170px;
	width: 95%;
  margin-bottom: 12px;
}

.p-flow .p-flow__items {
	display: grid;
	gap: 30px 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 1100px);
}

.p-flow .p-flow__item {
	/* align-items: center; */
	background: #F2F2F2;
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	display: grid;
	gap: 0 20px;
	grid-template-columns: 22% 76%;
	padding-block: 14px 29px;
	padding-inline: 50px;
}

.p-flow .p-flow__item .left .num {
	left: -32px;
	margin-bottom: -64px;
	position: relative;
	top: -5px;
}

.p-flow .p-flow__item .right {
  position: relative;
  top: 25px;
}

.p-flow .p-flow__item .right h3 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 2.0833333333;
	margin-bottom: 0px;
}

.p-flow .p-flow__item .right h3 span {
	color: #FF5313;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5625;
}

.p-flow .p-flow__item .right p {
	font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
}

.p-flow .p-flow__item .right p span {
	color: #018275;
	font-weight: 600;
}

.p-flow .p-flow__txt {
	margin-bottom: -120px;
	text-align: center;
}

.p-flow .p-flow__icon {
	margin-inline: auto;
	text-align: right;
	width: min(95%, 1230px);
}

/* voice
-------------------------------------*/
.p-voice {
	background: url(../images/index/voice_bg.jpg) no-repeat top center/cover;
	margin-inline: auto;
	max-width: 1920px;
	width: 100%;
}

.p-voice .l-inner.l-voice {
	padding-block: 80px 194px;
  overflow: hidden;
}

.p-voice .p-voice__en {
	margin-bottom: -303px;
	text-align: center;
}

.p-voice .p-voice__ttl {
	font-size: 75px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-align: center;
}

.p-voice .p-voice__ttl span {
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.p-voice .p-voice__items {
	padding-block: 108px 0;
}

.p-voice .p-voice__item {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.16);
	margin-inline: 30px;
	padding-block: 23px 39px;
	padding-inline: 40px 33px;
}

.p-voice .p-voice__item .top {
	display: flex;
	justify-content: space-between;
	margin-bottom: -49px;
}

.p-voice .p-voice__item .top .img {
	position: relative;
	top: -64px;
}

.p-voice .p-voice__item .top .right .age {
	font-size: 23px;
  font-size: clamp(1.125rem, 0.917rem + 0.43vw, 1.438rem);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-bottom: 0px;
	text-align: right;
}

.p-voice .p-voice__item .top .right .chance {
	border: 1px solid #C1C1C1;
	display: flex;
}

.p-voice .p-voice__item .top .right .chance dt {
	background: #EBEBEB;
	border-right: 1px solid #C1C1C1;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.6666666667;
	margin: 0;
	padding: 7px 9px;
	width: 140px;
}

.p-voice .p-voice__item .top .right .chance dd {
	display: grid;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.6666666667;
	place-items: center;
	width: 92px;
}

.p-voice .p-voice__item .center {
	background: #B59946;
	border-radius: 10px;
	margin-bottom: 13px;
	padding-block: 20px 21px;
	position: relative;
}

.p-voice .p-voice__item .center:before {
	background: url(../images/index/voice_fukidashi.svg) no-repeat center center/contain;
	content: "";
	height: 78px;
	left: 17px;
	position: absolute;
	top: -42px;
	width: 82px;
}

.p-voice .p-voice__item .center p {
	color: #fff;
	font-size: 24px;
  font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5416666667;
	margin-inline: auto;
  padding-inline: 20px;
	position: relative;
}

.p-voice .p-voice__item .bottom p {
	font-size: 14px;
  font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
}

.p-voice .slick-track {
	display: flex;
}

.p-voice .slick-slide {
	height: auto !important;
}

.p-voice .slick-list {
	overflow: visible;
}

/* soudan
-------------------------------------*/
.p-soudan {
	background: url(../images/index/soudan_bg.jpg) no-repeat top center/cover;
	margin-inline: auto;
	max-width: 1920px;
	width: 100%;
}

.p-soudan .l-inner.l-soudan {
	padding-block: 0px 60px;
}

.p-soudan .p-soudan__ttl {
	display: grid;
	gap: 17px 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-bottom: -6px;
	place-items: center;
	position: relative;
	top: -46px;
}

.p-soudan .p-soudan__txt {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.6;
	margin-bottom: 27px;
	text-align: center;
}

.p-soudan .p-soudan__txt span {
	background: #fff;
	display: inline-block;
	margin-right: 10px;
	padding: 15px 20px;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-soudan .p-soudan__txt02 {
	display: inline-block;
	font-size: 50px;
	font-weight: 800;
	left: 50%;
	letter-spacing: 0.12em;
	line-height: 1.2;
	margin-bottom: 2px;
	padding-inline: 25px;
	position: relative;
	text-align: center;
	transform: translateX(-50%);
}

.p-soudan .p-soudan__txt02:before {
	background: url(../images/index/soudan_line.svg) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 47px;
	left: -24px;
	position: absolute;
	width: 25px;
}

.p-soudan .p-soudan__txt02::after {
	background: url(../images/index/soudan_line.svg) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 47px;
	position: absolute;
	right: -24px;
	transform: scale(-1, 1);
	width: 25px;
}

.p-soudan .p-soudan__btn {
	margin-bottom: 30px;
	margin-inline: auto;
	text-align: center;
	width: min(95%, 1200px);
}

.p-soudan .p-soudan__btn a {
	display: block;
	filter: drop-shadow(0px 15px 10px rgba(28, 28, 28, 0.25));
}

.p-soudan .p-soudan__btn02 {
	margin-inline: auto;
	text-align: center;
	width: min(95%, 600px);
}

.p-soudan .p-soudan__btn02 a {
	background: #fff;
	border: 1px solid #C1C1C1;
	border-radius: 200px;
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.4375;
	padding-block: 19px 20px;
	position: relative;
}

.p-soudan .p-soudan__btn02 a::after {
	content: ">";
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.4375;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}

/* link
-------------------------------------*/
.p-link {
	background: #EBEBEB;
}

.p-link .l-inner.l-link {
	padding-block: 60px;
}

.p-link .p-link__items {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 1100px);
}

.p-link .p-link__item {
	background: #fff;
	border: 1px solid #C1C1C1;
	padding-block: 20px;
	padding-inline: 50px 0px;
}

.p-link .p-link__item a {
	align-items: center;
	display: block;
	display: flex;
	gap: 0 67px;
	position: relative;
}

.p-link .p-link__item:nth-child(2) a {
  gap: 0 31px;
}

.p-link .p-link__item a::after {
	background: url(../images/index/link_btn.svg) no-repeat center center/contain;
	bottom: -10px;
	content: "";
	height: 14px;
	position: absolute;
	right: 10px;
	width: 12px;
}

.p-link .p-link__item a .icon.plus img {
	height: auto;
	width: 34px;
}

.p-link .p-link__item a .txt {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5555555556;
}

.p-link .p-link__item a .txt span {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.2857142857;
	margin-block: 0px 0;
}

.p-link .p-link__item a .txt span.top {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5714285714;
}

.p-link .p-link__item a .txt span.bottom {
	display: block;
	text-align: center;
}

.p-link button {
	background: none;
}

.p-link :where(dialog) {
	background-color: unset;
	border: unset;
	color: unset;
	height: unset;
	max-height: unset;
	max-width: unset;
	overflow: unset;
	padding: unset;
	width: unset;
}

.p-link body:has(dialog[open]) {
	overflow: hidden;
}

.p-link .p-modal__open-btn {
	align-items: center;
	background: #fff;
	border: 1px solid #C1C1C1;
	display: flex;
	gap: 0 82px;
	padding-block: 30px;
	padding-inline: 50px 0px;
	width: 100%;
}

.p-link .p-modal__open-btn.bottom {
  gap: 0 128px;
}

.p-link .p-modal__open-btn .txt {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7777777778;
}

.p-link .p-modal__content {
	background: #fff;
	margin-inline: auto;
	max-height: 80vh;
	opacity: 0;
	overflow: hidden;
	transition: opacity 0.3s ease-in-out; /* モーダル枠組みのスタイル */
	width: min(1200px, 95%);
}

.p-link .p-modal__inner {
	height: 100%;
	overflow-y: scroll;
	position: relative;
}

.p-link .p-modal__body {
	height: -moz-fit-content;
	height: fit-content;
}

.p-link .p-modal__body section {
	margin-inline: auto;
	padding-block: 40px;
	width: min(90%, 1100px);
}

.p-link .p-modal__body section .heading-lv2 {
	margin-bottom: 3rem;
}

.p-link .p-modal__body section .heading-lv2 .block .heading_title {
	color: #037461;
	font-size: 32px;
	line-height: 1.5;
	position: relative;
}

.p-link .p-modal__body section .list-bullet {
	display: grid;
	gap: 16px 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-link .p-modal__body section .list-bullet > li {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.5625;
	padding-left: 20px;
	position: relative;
}

.p-link .p-modal__body section .list-bullet > li::before {
	background-color: #037461;
	border-radius: 50%;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 0.5em;
	width: 10px;
}

.p-link .p-modal__body section {
}

.p-link .p-modal__body section .table-layout {
	margin: 1.5em 1em;
}

.p-link .p-modal__body section .table-layout .table_inner {
	border-bottom: 1px solid #ddd;
	width: 100%;
}

.p-link .p-modal__body section .table-layout caption {
	margin-bottom: 0.5em;
	text-align: left;
}

.p-link .p-modal__body section .table-layout caption > *:first-child {
	margin-top: 0 !important;
}

.p-link .p-modal__body section .table-layout .table_title {
	font-size: 2.2rem;
	font-weight: 600;
}

.p-link .p-modal__body section .table-layout .table_caption {
	font-size: 16px;
	margin: 0.5em 0;
}

.p-link .p-modal__body section .table-layout th,
.p-link .p-modal__body section .table-layout td {
	background-color: #fff;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	font-weight: normal;
	padding: 12px 20px;
	text-align: left;
	vertical-align: top;
}

.p-link .p-modal__body section .table-layout th:first-child,
.p-link .p-modal__body section .table-layout td:first-child {
	border-left: none;
}

.p-link .p-modal__body section .table-layout thead th {
	font-weight: 600;
	padding: 17px 20px;
	text-align: center;
	vertical-align: middle;
}

.p-link .p-modal__body section .table-layout th > *:first-child,
.p-link .p-modal__body section .table-layout td > *:first-child {
	margin-top: 0 !important;
}

.p-link .p-modal__body section .table-layout .border-style1 {
	border-left: 1px solid #ddd !important;
}

.p-link .p-modal__body section .table-layout .cell-style1 {
	background-color: #f6f6f6;
}

.p-link .p-modal__body section { 
}

.p-link .p-modal__body section .list-order {
	display: grid;
	font-size: 18px;
	font-weight: 500;
	gap: 16px 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	line-height: 2;
}

.p-link .p-modal__body section .list-order > li {
	padding-left: 1.8em;
	position: relative;
}

.p-link .p-modal__body section .list-order > li > .list_mark {
	color: #037461;
	font-weight: 600;
	left: 0;
	position: absolute;
	top: 0;
}

.p-link .p-modal__body section { 

}

.p-link .p-modal__body section .list-order-v2 > li {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5625;
	padding-left: 2.5em;
	position: relative;
}

.p-link .p-modal__body section .list-order-v2 > li > .list_mark {
	color: #037461;
	left: 0;
	position: absolute;
	top: 0;
}

.p-link .p-modal__body section .list-order > li > .list_mark {
	color: #037461;
	font-weight: 600;
	left: 0;
	position: absolute;
	top: 0;
}

.p-link .p-modal__body section .list-order-v2 {
	display: grid;
	gap: 16px 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-block: 16px 0;
}

.p-link .p-modal__close-btn {
	font-size: 40px;
	position: absolute;
	right: 16px;
	top: 20px;
	z-index: 2;
  border: none;
  outline: none;
}

dialog::backdrop {
	opacity: 0;
	transition: background 0.3s ease-in-out;
}

dialog.js-show.p-modal__content {
	opacity: 1;
}

dialog.js-show::backdrop {
	backdrop-filter: blur(6px); /* 背景画像 */
	background: rgba(0, 0, 0, 0.7);
	opacity: 1;
}

/* faq
-------------------------------------*/
.p-faq {
	background: url(../images/index/soudan_bg.jpg) repeat top center/contain;
	margin-inline: auto;
	max-width: 1920px;
	width: 100%;
}

.p-faq .l-inner.l-faq {
	padding-block: 90px 120px;
}

.p-faq .p-faq__en {
	margin-bottom: 24px;
	text-align: center;
}

.p-faq .p-faq__ttl {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-bottom: 68px;
	text-align: center;
}

.p-faq .p-faq__box {
	display: grid;
	gap: 48px 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 1200px);
}

.p-faq .detail {
	margin-bottom: 15px;
	margin-inline: auto;
	width: 100%;
}

.p-faq .detail summary {
	background: #fff;
	border-radius: 10px;
	display: block;
}

.p-faq .detail summary::-webkit-details-marker {
	display: none;
}

.p-faq .p-faq__qu {
	display: block;
	padding-block: 28px;
	position: relative;
	width: min(95%, 1200px);
	padding-inline: 120px 0;
}

.p-faq .p-faq__qu::before,
.p-faq .p-faq__qu::after {
	background: #018275;
	content: "";
	position: absolute;
	top: 50%;
	translate: 0 -50%;
}

.p-faq .p-faq__qu::before {
	height: 3px;
	right: -11px;
	width: 30px;
}

.p-faq .p-faq__qu::after {
	height: 30px;
	right: 2px;
	transition: rotate 0.3s ease;
	width: 3px;
}

.p-faq details[open] .p-faq__qu::after {
	rotate: 90deg;
}

.p-faq .p-faq__qu-txt {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	position: relative;
}

.p-faq .p-faq__qu-txt:before {
	background: url(../images/index/q.svg) no-repeat center center/contain;
	content: "";
	height: 50px;
	left: -70px;
	position: absolute;
	top: -11px;
	width: 50px;
}

.p-faq .p-faq__an {
	display: block;
	padding-block: 25px 0;
	position: relative;
	margin-block: 0 -25px;
}

.p-faq .p-faq__an p {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	width: min(95%, 1200px);
  padding-inline: 120px 0;
}

.p-faq .p-faq__an:before {
	background: url(../images/index/a.svg) no-repeat center center/contain;
	content: "";
	height: 50px;
	left: 49px;
	position: absolute;
	top: 18px;
	width: 50px;
}

.p-faq .js-details[open] .p-faq__an::before {
	transform: rotate(0deg);
}

.p-faq .js-details[open] .js-content {
	animation: fadeIn 0.5s ease;
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1900px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1900px) {
.p-mv .p-mv__content h2  img {
  width: 58.263vw;
  height: auto;
}

.p-mv .p-mv__content h1 {
	background: #018275;
	color: #fff;
	font-size: 2.579vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2040816327;
	margin-bottom: -6.316vw;
	margin-inline: auto;
	padding: 1vw 1.684vw;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv .p-mv__content h2 {
	margin-bottom: -7.211vw;
	text-align: center;
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1850px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1850px) {
.p-voice .p-voice__item .top {
	margin-bottom: -2vw;
}

.p-voice .p-voice__item {
	margin-inline: 1.6vw;
	padding-block: 1vw 2.1vw;
	padding-inline: 2vw 1.7vw;
}

.p-voice .p-voice__item .top .img img {
  width: 15.135vw;
  height: auto;
}

.p-voice .p-voice__item .top .img {
	position: relative;
	top: -2.703vw;
}

.p-voice .p-voice__item .top .right .chance dt {
	padding: 0.378vw 0.486vw;
	width: 7.568vw;
  font-size: clamp(0.5rem, 0.411rem + 0.18vw, 0.625rem);
}

.p-voice .p-voice__item .top .right .chance dd {
	width: 4.973vw;
	padding: 0.378vw 0.486vw;
  font-size: clamp(0.5rem, 0.411rem + 0.18vw, 0.625rem);
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1550px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1550px) {
.p-merit .p-merit__item .box {
	padding-block: 4.065vw 1.871vw;
	padding-inline: 1.5vw;
}

.p-voice .p-voice__item .top {
  margin-bottom: -1vw;
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1450px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1450px) {
.p-reservation .bottom_box_item .center {
	display: grid;
	gap: 0 1.379vw;
  grid-template-columns: repeat(2,minmax(0, 1fr));
	margin-bottom: 1.103vw;
}

.p-reservation .bottom_box_item .center_map img {
  width: 93.5%;
  height: auto;        
}

.p-reservation .bottom_box_item .slick-slide img {
  width: 100%;
  height: auto;        
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1200px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1200px) {
.p-flow .p-flow__contents {
	background: url(../images/index/flow_bg02.png) no-repeat top center/cover;
	margin-inline: auto;
	max-width: 119.167vw;
	padding-block: 14.167vw;
	width: 95%;
  margin-bottom: 1vw;
}


.p-flow .p-flow__txt img {
  width: 75.167vw;
  height: auto;        
}

.p-flow .p-flow__icon img {
  width: 10vw;
  height: auto;
}

.p-flow .p-flow__txt {
	margin-bottom: -8vw;
	text-align: center;
}

.p-voice .p-voice__item .top {
  margin-bottom: 0;
}

.p-voice .p-voice__en {
	margin-bottom: -25.25vw;
	text-align: center;
}

.p-voice .p-voice__en img {
  width: 89.083vw;
  height: auto;
}

.p-voice .p-voice__ttl {
	font-size: 6.25vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-align: center;
}

.p-voice .p-voice__ttl span {
	font-size: 5vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1100px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1100px) {
.p-reservation .bottom_box_item .top h4 {
	border-left: 4px solid #C47628;
	font-size: 2.182vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3;
	padding-inline: 0.909vw 0;
  width: 90%;
}

.p-reservation .bottom_box_item .top.nanyo h4 {
  width: 60%;
}

.p-reservation .bottom_box_item .top h4.masaki {
	font-size: 1.727vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5789473684;
}

.p-flow .p-flow__item .left .num {
	left: -2.909vw;
	margin-bottom: -5.818vw;
	position: relative;
	top: -0.455vw;
}

.p-flow .p-flow__item .left .num img {
  width: 7.273vw;
  height: auto;
}

.p-flow .p-flow__item .right {
  position: relative;
  top: 1.5vw;
}

.p-flow .p-flow__item .right h3 {
	font-size: 2.182vw;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 2.0833333333;
	margin-bottom: 0px;
}

.p-flow .p-flow__item .right h3 span {
	color: #FF5313;
	font-size: 2.909vw;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5625;
}

.p-soudan .p-soudan__ttl span.top img {
  width: 82.545vw;
  height: auto;
}

.p-soudan .p-soudan__ttl span.bottom img {
  width: 89.364vw;
  height: auto;
}

.p-soudan .p-soudan__txt02 {
	display: inline-block;
	font-size: 4.545vw;
	font-weight: 800;
	left: 50%;
	letter-spacing: 0.12em;
	line-height: 1.2;
	margin-bottom: 0.182vw;
	padding-inline: 2.273vw;
	position: relative;
	text-align: center;
	transform: translateX(-50%);
}

.p-soudan .p-soudan__txt02:before {
	background: url(../images/index/soudan_line.svg) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 4.273vw;
	left: -2.182vw;
	position: absolute;
	width: 2.273vw;
}

.p-soudan .p-soudan__txt02::after {
	background: url(../images/index/soudan_line.svg) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 4.273vw;
	position: absolute;
	right: -2.182vw;
	transform: scale(-1, 1);
	width: 2.273vw;
}

.p-soudan .p-soudan__txt {
	font-size: 1.818vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.6;
	margin-bottom: 2.455vw;
	text-align: center;
}

.p-soudan .p-soudan__txt span {
	background: #fff;
	display: inline-block;
	margin-right: 0.909vw;
	padding: 1.364vw 1.818vw;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-link .p-link__item a {
	align-items: center;
	display: block;
	display: flex;
	gap: 0 6.091vw;
	position: relative;
}

.p-link .p-link__item:nth-child(2) a {
  gap: 0 2.818vw;
}

.p-link .p-modal__open-btn {
	align-items: center;
	background: #fff;
	border: 1px solid #C1C1C1;
	display: flex;
	gap: 0 7.455vw;
	padding-block: 2.727vw;
	padding-inline: 4.545vw 0px;
	width: 100%;
}

.p-link .p-modal__open-btn.bottom {
  gap: 0 11.636vw;
}

.p-link .p-link__item a .txt {
	font-size: 1.636vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5555555556;
}

.p-link .p-link__item a .txt span {
	font-size: 1.273vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.2857142857;
	margin-block: 0px 0;
}

.p-link .p-link__item a .txt span.top {
	font-size: 1.273vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5714285714;
}

.p-link .p-modal__open-btn .txt {
	font-size: 1.636vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7777777778;
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1050px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1050px) {
footer .l-footer__contents-right {
	display: flex;
	gap: 0 1vw;
}

footer .l-footer__contents-right .link a {
	font-size: 2.095vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4545454545;
	text-decoration: underline;
}

footer .l-footer__contents-right .btn a img {
  width: 8.5vw;
  height: auto;
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:950px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:950px) {
.p-voice .p-voice__item .top {
  margin-bottom: 1vw;
}
}

/* ========================================
@media screen and (max-width: 767px) {
======================================== */
@media screen and (max-width: 767px) {
.fade-in-image {
  transition-delay: 0s; /* SPでは遅延なしで同時表示 */
}

/* mv
-------------------------------------*/
.p-mv {
	background: url(../images/index/mv_bg_sp.png) no-repeat top center/cover;
	margin-block: -13.319vw -28.261vw;
	margin-inline: auto;
	position: relative;
	width: 100%;
}

.p-mv .l-inner {
	margin-inline: auto;
	width: 100%;
}

.p-mv .l-inner.l-mv {
	padding-block: 19.324vw 28.986vw;
}

.p-mv .p-mv__content {
	background: none;
	margin-bottom: 0;
	padding-block: 0;
}

.p-mv .p-mv__content h1 {
	background: #018275;
	color: #fff;
	font-size: 5.072vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.1904761905;
	margin-bottom: 1.449vw;
	margin-inline: auto;
	padding: 2vw 2.1vw;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv .p-mv__content h1 span {
	color: #FFFF13;
}

.p-mv .p-mv__content h2 {
	margin-bottom: -1.932vw;
	margin-inline: auto;
	text-align: center;
	width: min(95%, 94.2vw);
}

.p-mv .p-mv__content h2 img {
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.16);
}

.p-mv .p-mv__content .img {
	margin-bottom: -6.072vw;
}

.p-mv .p-mv__content h3 {
	margin-bottom: 2.623vw;
	text-align: center;
}

.p-mv .p-mv__content h3 img {
	height: auto;
	width: 47.826vw;
}

.p-mv .p-mv__content p {
	font-size: 3.38vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6153846154;
	margin-bottom: 5.314vw;
	text-align: center;
}

.p-mv .p-mv__content .lists {
	display: grid;
	gap: 0 0.725vw;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 3.831vw;
	margin-inline: auto;
	width: 83.092vw;
}

.p-mv .p-mv__btn01 {
	margin-bottom: 4.831vw;
	text-align: center;
}

.p-mv .p-mv__btn01 a {
	display: block;
	margin-inline: auto;
	width: min(95%, 94.2vw);
}

.p-mv .p-mv__btn01 a img {
	border: 1px solid #fff;
	border-radius: 48.309vw;
	box-shadow: 0px 15px 10px rgba(28, 28, 28, 0.25);
}

.p-mv .p-mv__btn02 {
	text-align: center;
}

.p-mv .p-mv__btn02 a {
	background: #fff;
	border: 1px solid #c1c1c1;
	border-radius: 48.309vw;
	display: block;
	font-size: 3.382vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.7857142857;
	margin-inline: auto;
	padding-block: 2.5vw;
	position: relative;
	width: min(95%, 82.1vw);
}

.p-mv .p-mv__btn02 a::after {
	background: url(../images/index/mv_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 3.382vw;
	position: absolute;
	right: 4.831vw;
	top: 50%;
	transform: translateY(-50%);
	width: 1.932vw;
}

/* merit
-------------------------------------*/
.p-merit {
	background: url(..//images/index/merit_bg_sp.png) no-repeat top center/cover;
}

.p-merit .l-inner.l-merit {
	padding-block: 32.261vw 63.768vw;
}

.p-merit .p-merit__ttl {
	margin-bottom: 0;
	text-align: center;
}

.p-merit .p-merit__items {
	display: grid;
	gap: 4.831vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 89.3vw);
}

.p-merit .p-merit__item .num {
	margin-bottom: -7.246vw;
	position: relative;
	text-align: center;
}

.p-merit .p-merit__item .num img {
	height: auto;
	width: 14.493vw;
}

.p-merit .p-merit__item .box {
	background: #fff;
	border: 4px solid #ff9913;
	border-radius: 4.831vw;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.16);
	padding-block: 8.594vw 7.353vw;
	padding-inline: 4.831vw;
	text-align: center;
}

.p-merit .p-merit__item .box h3 {
	font-size: 4.348vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.1111111111;
	margin-bottom: 2.556vw;
}

.p-merit .p-merit__item .box h3 span.kome {
  position: relative;
}

.p-merit .p-merit__item .box h3 span.kome:before {
  position: absolute;
  content: "※";
  font-size: 2.899vw;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  top: -1.932vw;
  right: -1.691vw;
  color: #1C1C1C;
}

.p-merit .p-merit__item .box h3 span {
	color: #018275;
	font-size: 5.797vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5833333333;
}

.p-merit .p-merit__item .box .img {
	margin-bottom: 2.415vw;
}

.p-merit .p-merit__item .box p {
	font-size: 3.865vw;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.75;
}

.p-merit .p-merit__item .box p span {
	display: block;
	font-size: 2.899vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-block: 0.106vw 0;
	text-align: right;
}

/* reservation
-------------------------------------*/
.p-reservation {
	background: url(../images/index/reservation_bg_sp.jpg) repeat top center/contain;
	margin-bottom: -30vw;
}

.p-reservation .l-inner.l-reservation {
	padding-block: 0 0vw;
}

.p-reservation .p-reservation__contents {
	position: relative;
	top: -44.324vw;
}

.p-reservation .p-reservation__ttl {
	margin-bottom: -12.459vw;
	text-align: center;
}

.p-reservation .p-reservation__box {
	background: #DAD7C2;
	margin-bottom: 14.155vw;
	margin-inline: auto;
	padding-block: 0px 4.831vw;
	width: min(95%, 94.2vw);
}

.p-reservation .p-reservation__icon {
	left: -7.797vw;
	margin-inline: auto;
	position: relative;
	text-align: right;
	width: min(95%, 89.3vw);
}

.p-reservation .p-reservation__icon img {
	height: auto;
	width: 12.077vw;
}

.p-reservation .p-reservation__map {
	background: #fff;
	display: grid;
	gap: 4.831vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	padding-block: 4.831vw 9.662vw;
	padding-inline: 0;
	width: min(95%, 89.3vw);
}

.p-reservation .p-reservation__map .img {
	text-align: center;
}

.p-reservation .p-reservation__map .img img {
	height: auto;
	width: 86.957vw;
}

.p-reservation .p-reservation__map .area_box {
	margin-inline: auto;
	width: min(95%, 77.2vw);
}

.p-reservation .p-reservation__map .area_box .con {
	margin-bottom: 6.246vw;
}

.p-reservation .p-reservation__map .area_box .con.con02 p {
	background: #C47628;
}

.p-reservation .p-reservation__map .area_box .con.con03 {
	margin-bottom: 0;
}

.p-reservation .p-reservation__map .area_box .con.con03 p {
	background: #AB3253;
}

.p-reservation .p-reservation__map .area_box .con p {
	background: #015682;
	color: #fff;
	font-size: 4.348vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	padding-block: 0.966vw;
	text-align: center;
}

.p-reservation .p-reservation__map .area_box .area_items {
	align-items: center;
	background: #EBEBEB;
	display: flex;
	flex-wrap: wrap;
	gap: 2.415vw 3.5vw;
	padding: 3vw 4.831vw;
}

.p-reservation .p-reservation__map .area_box .area_item a {
	-webkit-text-decoration: underline;
	font-size: 3.382vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4285714286;
	text-decoration: underline;
}

.p-reservation .p-reservation__shop {
	margin-inline: auto;
	width: min(95%, 94.2vw);
}

.p-reservation .p-reservation__shop-con {
	margin-bottom: 8.493vw;
}

.p-reservation .p-reservation__shop-con.nanyo {
  margin-bottom: 0;
}

.p-reservation .p-reservation__shop-con h3 {
	background: url(../images/index/reservation_shop_con_bg_sp.jpg) no-repeat top center/cover;
	border-left: 10px solid #C47628;
	color: #fff;
	font-size: 5.797vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2083333333;
	padding: 6vw 4.831vw;
}

.p-reservation .p-reservation__shop-con h3.higashi {
	background: url(../images/index/reservation_shop_con_bg02_sp.jpg) no-repeat top center/cover;
	border-left: 10px solid #015682;
}

.p-reservation .p-reservation__shop-con h3.nanyo {
	background: url(../images/index/reservation_shop_con_bg03_sp.jpg) no-repeat top center/cover;
	border-left: 10px solid #AB3253;
}

.p-reservation .bottom_box {
	background: #fff;
	padding-block: 4.831vw 10.145vw;
}

.p-reservation .bottom_box_items.toyo .bottom_box_item .top h4 {
	border-left: 4px solid #015682;
}

.p-reservation .bottom_box_items.nanyo .bottom_box_item .top h4 {
	border-left: 4px solid #AB3253;
}

.p-reservation .bottom_box_items {
	display: grid;
	gap: 4.831vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-bottom: 6.797vw;
	margin-inline: auto;
	width: min(95%, 89.3vw);
}

.p-reservation .bottom_box_item {
	background: #fff;
	border-radius: 2.415vw;
	box-shadow: 0px 3px 8px rgba(28, 28, 28, 0.1);
	padding-block: 5.039vw 7.246vw;
	padding-inline: 4.623vw;
}

.p-reservation .bottom_box_item .top {
	display: grid;
	gap: 1.657vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-bottom: 3.382vw;
}

.p-reservation .bottom_box_item .top h4 {
	border-left: 4px solid #C47628;
	font-size: 4.348vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-inline: 1.5vw 0;
}

.p-reservation .bottom_box_item .top .label_wrap {
	align-items: center;
	display: flex;
	gap: 0 0.966vw;
}

.p-reservation .bottom_box_item .top .label_wrap .label {
	border-radius: 1.208vw;
	font-size: 1.932vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 3.4;
	padding-inline: 2.415vw;
	width: -moz-fit-content;
	width: fit-content;
}

.p-reservation .bottom_box_item .top .label_wrap .label.time {
	background: #007260;
	color: #fff;
}

.p-reservation .bottom_box_item .top .label_wrap .label.time02 {
  background: #65A1DB;
}

.p-reservation .bottom_box_item .top .label_wrap .label.kids {
	background: #F1F108;
}

.p-reservation .bottom_box_item .center {
	display: grid;
	gap: 0 2.415vw;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 4.831vw;
}

.p-reservation .bottom_box_item .dots_wrap {
	display: flex;
	justify-content: center;
	margin-block: -3vw 0;
}

.p-reservation .bottom_box_item .dots_wrap li {
	background: #EBEBEB;
	border-radius: 50%;
	cursor: pointer;
	height: 1.932vw;
	margin: 0 1.208vw;
	width: 1.932vw;
}

.p-reservation .bottom_box_item .dots_wrap li:hover,
.p-reservation .bottom_box_item .dots_wrap li.slick-active {
	background: #707070;
}

.p-reservation .bottom_box_item .dots_wrap li button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
}

.p-reservation .bottom_box_item .slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

.p-reservation .bottom_box_item .shop_info {
	border: 1px solid #C1C1C1;
	border-collapse: collapse;
	margin-bottom: 4.831vw;
	width: 100%;
}

.p-reservation .bottom_box_item .shop_info_row {
	border-bottom: 1px solid #C1C1C1;
}

.p-reservation .bottom_box_item .shop_info_row_left {
	background: #EBEBEB;
	border-right: 1px solid #C1C1C1;
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2;
	margin: 0;
	padding: 2vw 2.415vw;
	text-align: left;
	vertical-align: top;
	width: 19.324vw;
}

.p-reservation .bottom_box_item .shop_info_row_right {
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
	margin: 0;
	padding: 2vw 2.415vw;
	vertical-align: top;
	width: calc(100% - 19.324vw);
}

.p-reservation .bottom_box_item .shop_txt {
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
	margin-block: 1.932vw 3.971vw;
}

.p-reservation .bottom_box_item .shop_btn {
	display: grid;
	gap: 2.415vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-reservation .bottom_box_item .shop_btn a {
	display: block;
}

.p-reservation .p-reservation__shop-txt {
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
	margin-inline: auto;
	width: min(95%, 82.1vw);
}

/* flow
-------------------------------------*/
.p-flow {
	background: url(../images/index/flow_bg_sp.png) no-repeat top center/contain;
	border-top: 10px solid #DAD8C3;
	margin-inline: auto;
	padding-block: 9.319vw 0;
	width: 100%;
}

.p-flow .p-flow__en {
	margin-bottom: 4.589vw;
	text-align: center;
}

.p-flow .p-flow__en img {
	height: auto;
	width: 9.662vw;
}

.p-flow .p-flow__ttl {
	font-size: 7.246vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-bottom: 30.155vw;
	text-align: center;
}

.p-flow .p-flow__ttl span {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.p-flow .p-flow__contents {
	background: none;
	padding-block: 0px 28vw;
}

.p-flow .p-flow__items {
	display: grid;
	gap: 6.831vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	position: relative;
	width: min(95%, 94.2vw);
	z-index: 10;
}

.p-flow .p-flow__item {
	background: #F2F2F2;
	border: 1px solid #E6E6E6;
	border-radius: 2.415vw;
	display: grid;
	gap: 3.072vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	padding-block: 7.246vw 6.696vw;
	padding-inline: 4.831vw;
}

.p-flow .p-flow__item .left .num {
	left: 0;
	margin-bottom: -13.662vw;
	position: relative;
	text-align: center;
	top: -9.797vw;
}

.p-flow .p-flow__item .left .num img {
	height: auto;
	width: 13.043vw;
}

.p-flow .p-flow__item .right h3 {
	font-size: 4.348vw;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 2.7777777778;
	margin-bottom: -1.377vw;
}

.p-flow .p-flow__item .right h3 span {
	color: #FF5313;
	font-size: 5.797vw;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 2.0833333333;
}

.p-flow .p-flow__item .right p {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8571428571;
}

.p-flow .p-flow__item .right p span {
	color: #018275;
	font-size: 3.865vw;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 2;
}

.p-flow .p-flow__txt {
	margin-bottom: -9vw;
	margin-inline: auto;
	position: relative;
	text-align: center;
	width: min(95%, 82vw);
}

.p-flow .p-flow__icon {
	padding-inline: 0 0px;
	position: relative;
	text-align: right;
	width: 100%;
}

.p-flow .p-flow__icon img {
	height: auto;
	width: 12.56vw;
}

/* voice
-------------------------------------*/
.p-voice {
	background: url(../images/index/voice_bg_sp.jpg) no-repeat top center/cover;
}

.p-voice .l-inner.l-voice {
	padding-block: 8.077vw 19.324vw;
}

.p-voice .p-voice__en {
	margin-bottom: -18.493vw;
	text-align: center;
}

.p-voice .p-voice__en img {
	height: auto;
	width: 85.778vw;
}

.p-voice .p-voice__ttl {
	font-size: 7.246vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-align: center;
}

.p-voice .p-voice__ttl span {
	font-size: 5.797vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2083333333;
}

.p-voice .p-voice__items {
	/* padding-block: 10.797vw 0; */
}

.p-voice .p-voice__item {
	background: #fff;
	border-radius: 2.415vw;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
	margin-inline: 2.899vw;
	padding-block: 1.623vw 6vw;
	padding-inline: 4.831vw;
}

.p-voice .p-voice__item .top {
	display: flex;
	justify-content: space-between;
	margin-bottom: -1vw;
}

.p-voice .p-voice__item .top .img {
	position: relative;
	top: -6.797vw;
}

.p-voice .p-voice__item .top .img img {
	height: auto;
	width: 38.647vw;
}

.p-voice .p-voice__item .top .right .age {
	font-size: 3.865vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-bottom: 0.5vw;
	text-align: right;
}

.p-voice .p-voice__item .top .right .chance {
	border: 1px solid #C1C1C1;
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	width: 44.686vw;
}

.p-voice .p-voice__item .top .right .chance dt {
	background: #EBEBEB;
	border-bottom: 1px solid #C1C1C1;
	font-size: 2.415vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.8;
	margin: 0;
	padding: 1vw 1.449vw;
	width: 100%;
}

.p-voice .p-voice__item .top .right .chance dd {
	display: grid;
	font-size: 2.415vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.8;
	padding-block: 1vw;
	place-items: center;
	width: 100%;
}

.p-voice .p-voice__item .center {
	background: #B59946;
	border-radius: 1.208vw;
	margin-bottom: 4.831vw;
	padding-block: 2.865vw 2.556vw;
	position: relative;
}

.p-voice .p-voice__item .center:before {
	background: url(../images/index/voice_fukidashi.svg) no-repeat center center/contain;
	content: "";
	height: 9.662vw;
	left: 4.865vw;
	position: absolute;
	top: -9.246vw;
	width: 10.145vw;
}

.p-voice .p-voice__item .center p {
	color: #fff;
	font-size: 3.865vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-inline: auto;
	width: 77.778vw;
}

.p-voice .p-voice__item .bottom p {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8571428571;
}

.p-voice .slick-track {
	display: flex;
}

.p-voice .slick-slide {
	height: auto !important;
}

.p-voice .slick-list {
	overflow: visible;
  padding-block: 10.797vw 0;
}

/* soudan
-------------------------------------*/
.p-soudan {
	background: url(../images/index/soudan_bg_sp.jpg) repeat top center/cover;
}

.p-soudan .l-inner.l-soudan {
	padding-block: 12.077vw;
}

.p-soudan .p-soudan__ttl {
	display: grid;
	gap: 2.174vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-bottom: -11.797vw;
	place-items: center;
}

.p-soudan .p-soudan__ttl span.top img {
	height: auto;
	width: 76.812vw;
}

.p-soudan .p-soudan__ttl span.bottom {
	height: auto;
	width: 91.787vw;
}

.p-soudan .p-soudan__icon {
	padding-inline: 0 8.213vw;
	text-align: right;
}

.p-soudan .p-soudan__icon img {
	height: auto;
	width: 13.768vw;
}

.p-soudan .p-soudan__txt {
	font-size: 3.865vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.625;
	margin-bottom: 7.937vw;
	margin-inline: auto;
	text-align: center;
	width: min(95%, 94.2028985507vw);
}

.p-soudan .p-soudan__txt span {
	background: #fff;
	display: inline-block;
	margin-right: 0;
	padding: 2.623vw 2.415vw;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-soudan .p-soudan__txt span.bottom {
	margin-block: 1vw 0;
	margin-right: 1.691vw;
}

.p-soudan .p-soudan__txt02 {
	font-size: 6.28vw;
	font-weight: 800;
	left: 50%;
	letter-spacing: 0.12em;
	line-height: 1.1923076923;
	margin-bottom: 5.072vw;
	position: relative;
	text-align: center;
	transform: translateX(-50%);
}

.p-soudan .p-soudan__txt02:before {
	background: url(../images/index/soudan_line.svg) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 7.039vw;
	left: 4vw;
	position: absolute;
	width: 4.14vw;
}

.p-soudan .p-soudan__txt02::after {
	background: url(../images/index/soudan_line.svg) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 7.039vw;
	position: absolute;
	right: 4vw;
	transform: scale(-1, 1);
	width: 4.14vw;
}

.p-soudan .p-soudan__btn {
	margin-bottom: 4.831vw;
	margin-inline: auto;
	text-align: center;
	width: min(95%, 94.2vw);
}

.p-soudan .p-soudan__btn a {
	display: block;
	filter: drop-shadow(0px 15px 10px rgba(28, 28, 28, 0.25));
}

.p-soudan .p-soudan__btn02 {
	margin-inline: auto;
	text-align: center;
	width: min(95%, 82.1vw);
}

.p-soudan .p-soudan__btn02 a {
	background: #fff;
	border: 1px solid #C1C1C1;
	border-radius: 48.309vw;
	display: block;
	font-size: 3.382vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.7857142857;
	padding-block: 2.7vw;
	position: relative;
}

.p-soudan .p-soudan__btn02 a::after {
	content: ">";
	font-size: 3.382vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.7857142857;
	position: absolute;
	right: 4.831vw;
  top: 2.8vw;
}

/* link
-------------------------------------*/
.p-link {
	background: #EBEBEB;
}

.p-link .l-inner.l-link {
	padding-block: 7.246vw;
}

.p-link .p-link__items {
	display: grid;
	gap: 2.415vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 89.3vw);
}

.p-link .p-link__item {
	background: #fff;
	border: 1px solid #C1C1C1;
	padding-block: 3vw;
	padding-inline: 9.662vw 0;
}

.p-link .p-link__item:nth-child(2) {
	padding-block: 2.5vw;
	padding-inline: 9.662vw 0;
}

.p-link .p-link__item:nth-child(2) a {
  gap: 0 3vw;
}

.p-link .p-link__item a {
	align-items: center;
	display: block;
	display: flex;
	gap: 0 6.28vw;
	position: relative;
}

.p-link .p-link__item a::after {
	background: url(../images/index/link_btn.svg) no-repeat center center/contain;
	bottom: -1.415vw;
	content: "";
	height: 3.382vw;
	position: absolute;
	right: 1.415vw;
	width: 2.899vw;
}

.p-link .p-link__item a .icon.plus img {
	height: auto;
	width: 7.246vw;
}

.p-link .p-link__item a .icon img {
	height: auto;
	width: 5.556vw;
}

.p-link .p-link__item a .txt {
	font-size: 3.382vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5714285714;
}

.p-link .p-link__item a .txt span.top {
	font-size: 2.415vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.p-link .p-link__item a .txt span.bottom {
	display: block;
	text-align: center;
}

.p-link .p-link__item:nth-child(2) a .txt span.bottom {
  position: relative;
  left: -2vw;
}

.p-link .p-link__item a .txt span {
	font-size: 2.415vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-block: 0vw 0;
	margin-inline: auto;
}

.p-link button {
	background: none;
}

.p-link :where(dialog) {
	background-color: unset;
	border: unset;
	color: unset;
	height: unset;
	max-height: unset;
	max-width: unset;
	overflow: unset;
	padding: unset;
	width: unset;
}

.p-link body:has(dialog[open]) {
	overflow: hidden;
}

.p-link .p-modal__open-btn {
	align-items: center;
	background: #fff;
	border: 1px solid #C1C1C1;
	display: flex;
	gap: 0 7.213vw;
	padding-block: 2.8vw;
	padding-inline: 9.662vw 0px;
	width: 100%;
}

.p-link .p-modal__open-btn.bottom {
	gap: 0 16.213vw;
}

.p-link .p-modal__open-btn .txt {
	font-size: 3.382vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.2857142857;
}

.p-link .p-modal__content {
	background: #fff;
	margin-inline: auto;
	max-height: 80vh;
	opacity: 0;
	overflow: hidden;
	transition: opacity 0.3s ease-in-out; /* モーダル枠組みのスタイル */
	width: min(95%, 94.2vw);
}

.p-link .p-modal__inner {
	height: 100%;
	overflow-y: scroll;
	position: relative;
}

.p-link .p-modal__body {
	height: -moz-fit-content;
	height: fit-content;
}

.p-link .p-modal__body section {
	margin-inline: auto;
	padding-block: 19.324vw;
	width: min(95%, 77.2vw);
}

.p-link .p-modal__body section .heading-lv2 {
	margin-bottom: 9.662vw;
}

.p-link .p-modal__body section .heading-lv2 .block .heading_title {
	color: #037461;
	font-size: 4.347vw;
	font-weight: 600;
	line-height: 1.5;
	position: relative;
}

.p-link .p-modal__body section .list-bullet {
	display: grid;
	gap: 3.865vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-link .p-modal__body section .list-bullet > li {
	font-size: 3.38vw;
	letter-spacing: 0.05em;
	line-height: 1.5625;
	padding-left: 4.831vw;
	position: relative;
}

.p-link .p-modal__body section .list-bullet > li::before {
	background-color: #037461;
	border-radius: 50%;
	content: "";
	height: 2.415vw;
	left: 0;
	position: absolute;
	top: 0.4em;
	width: 2.415vw;
}

.p-link .p-modal__body section .table-layout {
	margin: 1.5em 0em;
}

.p-link .p-modal__body section .table-layout .table_inner {
	border-collapse: collapse;
	width: 100%;
}

.p-link .p-modal__body section .table-layout caption {
	margin-bottom: 0.5em;
	text-align: left;
}

.p-link .p-modal__body section .table-layout caption > *:first-child {
	margin-top: 0 !important;
}

.p-link .p-modal__body section .table-layout .table_title {
	font-size: 4.348vw;
	font-weight: 600;
}

.p-link .p-modal__body section .table-layout .table_caption {
	font-size: 3.865vw;
	margin: 0.5em 0;
}

.p-link .p-modal__body section .table-layout tr {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-link .p-modal__body section .table-layout th,
.p-link .p-modal__body section .table-layout td {
	background-color: #fff;
	border-left: none;
	border-top: none;
	font-weight: normal;
	padding: 2.899vw 4.831vw;
	text-align: left;
	vertical-align: top;
}

.p-link .p-modal__body section .table-layout th {
	border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: #f6f6f6;
}

.p-link .p-modal__body section .list-order > li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 4vw;
  font-size: 3.38vw;
}

.p-link .p-modal__body section .list-order > li > .list_mark {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #037461;
}

.p-link .p-modal__body section  .list-order-v2 > li {
  position: relative;
  padding-left: 2.5vw;
  font-size: 3.38vw;
  padding-top: 2vw;
}

.p-link .p-modal__body section  .list-order-v2 > li > .list_mark {
  position: absolute;
  top: 2vw;
  left: -2vw;
  color: #037461;
}

.p-link .p-modal__close-btn {
	font-size: 4.831vw;
	position: absolute;
	right: 2.415vw;
	top: 4.831vw;
	z-index: 2;
  border: none;
}

dialog::backdrop {
	opacity: 0;
	transition: background 0.3s ease-in-out;
}

dialog.js-show.p-modal__content {
	opacity: 1;
}

dialog.js-show::backdrop {
	backdrop-filter: blur(6px); /* 背景画像 */
	background: rgba(0, 0, 0, 0.7);
	opacity: 1;
}


/* faq
-------------------------------------*/
.p-faq {
	background: url(../images/index/soudan_bg_sp.jpg) repeat top center/contain;
}

.p-faq .l-inner.l-faq {
	padding-block: 10.077vw 14.324vw;
}

.p-faq .p-faq__en {
	margin-bottom: 4.589vw;
	text-align: center;
}

.p-faq .p-faq__en img {
	height: auto;
	width: 6.763vw;
}

.p-faq .p-faq__ttl {
	font-size: 7.246vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-bottom: 8.454vw;
	text-align: center;
}

.p-faq .p-faq__box {
	display: grid;
	gap: 1.415vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 94.2vw);
}

.p-faq .detail {
	margin-bottom: 3.623vw;
	margin-inline: auto;
	width: 100%;
}

.p-faq .detail summary {
	background: #fff;
	border-radius: 2.415vw;
	display: block;
}

.p-faq .detail summary::-webkit-details-marker {
	display: none;
}

.p-faq .p-faq__qu {
	display: block;
	/* margin-inline: auto; */
	padding-block: 4.831vw 6.039vw;
	padding-inline: 13vw 0vw;
	position: relative;
	width: 81.087vw;
}

.p-faq .p-faq__qu::before,
.p-faq .p-faq__qu::after {
	background: #018275;
	content: "";
	position: absolute;
	top: 50%;
	translate: 0 -50%;
}

.p-faq .p-faq__qu::before {
	height: 0.483vw;
	right: -8.797vw;
	width: 4.831vw;
}

.p-faq .p-faq__qu::after {
	height: 4.831vw;
	right: -6.5vw;
	transition: rotate 0.3s ease;
	width: 0.483vw;
}

.p-faq details[open] .p-faq__qu::after {
	rotate: 90deg;
}

.p-faq .p-faq__qu-txt {
	font-size: 3.865vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.1875;
	position: relative;
}

.p-faq .p-faq__qu-txt:before {
	background: url(../images/index/q.svg) no-repeat center center/contain;
	content: "";
	height: 7.246vw;
	left: -9.145vw;
	position: absolute;
	top: -0.5vw;
	width: 7.246vw;
}

.p-faq .p-faq__an {
	display: block;
	padding-block: 2.382vw;
	position: relative;
}

.p-faq .p-faq__an p {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8571428571;
	/* margin-inline: auto; */
	width: 88.087vw;
	padding-inline: 13vw 0vw;
}

.p-faq .p-faq__an:before {
	background: url(../images/index/a.svg) no-repeat center center/contain;
	content: "";
	height: 7.246vw;
	left: 4vw;
	position: absolute;
	top: 3vw;
	width: 7.246vw;
}

.p-faq .js-details[open] .p-faq__an::before {
	transform: rotate(0deg);
}

.p-faq .js-details[open] .js-content {
	animation: fadeIn 0.5s ease;
}

.p-faq .p-faq__qu:hover {
	cursor: pointer;
}


}

/* ========================================
@media screen and (max-width: 400px) {
======================================== */
@media screen and (max-width: 400px) {
.p-reservation .p-reservation__icon {
  left: -4vw;
}

.p-flow .p-flow__contents {
  padding-block: 0 27vw;
  
}
}