@-webkit-keyframes shake {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	20% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
	}
	40% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}
	60% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	80% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@keyframes shake {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	20% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
	}
	40% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}
	60% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	80% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@-webkit-keyframes leftToRightUnderline {
	from {
		background-position: 100% bottom;
	}
	to {
		background-position: 0% bottom;
	}
}
@keyframes leftToRightUnderline {
	from {
		background-position: 100% bottom;
	}
	to {
		background-position: 0% bottom;
	}
} /*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::before,
::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	scroll-behavior: smooth;
}
body {
	margin: 0;
}
main {
	display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border: 0;
	border-top: 1px solid;
	margin: 0;
	clear: both;
	color: inherit;
}
pre {
	font-family: monospace;
	font-size: inherit;
}
address {
	font-style: inherit;
}
a {
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	color: inherit;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace;
	font-size: inherit;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
	vertical-align: bottom;
}
embed,
object,
iframe {
	border: 0;
	vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	border: 0;
	background: rgba(0, 0, 0, 0);
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}
[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
	cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
option {
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 0;
}
legend {
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	text-align: left;
}
th {
	font-weight: bold;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
html {
	font-size: 0.78125vw;
}
@media only screen and (max-width: 767px) {
	html {
		font-size: 2.67vw;
	}
}
@media (min-width: 768px) and (max-width: 1440px) {
	html {
		font-size: 0.78125vw;
	}
}
body {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
		"Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 1.6rem;
	color: #000;
	opacity: 0;
	position: relative;
	overflow-x: hidden;
	background-color: #fffef4;
}
body.is-load {
	opacity: 1;
}
@media only screen and (max-width: 767px) {
	body {
		padding-top: 6.9rem;
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}
@media only screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
.swiper img {
	width: 100%;
	height: auto;
}
.swiper-wrapper {
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.swiper-pagination-bullet {
	background: #f4f3e9;
	border: 1px solid #000;
	opacity: 1;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 1rem !important;
}
@media only screen and (max-width: 767px) {
	.swiper-pagination-bullet {
		margin: 0 0.4rem !important;
	}
}
.swiper-pagination-bullet-active {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#51f1e3),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(left, #51f1e3 0%, #ffd761 100%);
	background: linear-gradient(90deg, #51f1e3 0%, #ffd761 100%);
	border: none;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#51f1e3),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(top, #51f1e3 0%, #ffd761 100%);
	background: linear-gradient(180deg, #51f1e3 0%, #ffd761 100%);
}
.swiper-fadein .swiper-slide {
	overflow: hidden;
}
.swiper-fadein .swiper-slide img {
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform 5s linear;
	transition: -webkit-transform 5s linear;
	transition: transform 5s linear;
	transition: transform 5s linear, -webkit-transform 5s linear;
}
.swiper-fadein .swiper-slide-active img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.bg-pink {
	background-color: #faf0ea;
}
.bg-orange {
	background-color: #f2d8c0;
}
.js-animation {
	-webkit-transition: all 0.4s 0.2s ease-in-out;
	transition: all 0.4s 0.2s ease-in-out;
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
.js-animation.is-show {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.common-hr {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.common-hr:before,
.common-hr:after {
	content: "";
	display: block;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
}
.common-hr--green:before,
.common-hr--green:after {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#51f1e3),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(top, #51f1e3 0%, #ffd761 100%);
	background: linear-gradient(180deg, #51f1e3 0%, #ffd761 100%);
}
.hover-opacity {
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.hover-opacity:hover {
	opacity: 0.6;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	z-index: 100;
}
@media only screen and (max-width: 767px) {
	.header {
		background-color: #fff;
	}
}
.header__inner {
	max-width: 128rem;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem 4.6rem 1rem 3.4rem;
}
@media only screen and (max-width: 767px) {
	.header__inner {
		padding: 0.6rem 2rem;
	}
}
.header__logo {
	width: 8rem;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.header__logo {
		width: 6rem;
	}
}
.header__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.header__body {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.header__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.6rem;
	font-size: 1.2rem;
}
.header__link:before {
	content: "";
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fe42ad),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(top, #fe42ad 0%, #ffd761 100%);
	background: linear-gradient(180deg, #fe42ad 0%, #ffd761 100%);
}
.header__link.green:before {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#51f1e3),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(top, #51f1e3 0%, #ffd761 100%);
	background: linear-gradient(180deg, #51f1e3 0%, #ffd761 100%);
}
.header__link + .header__link {
	margin-left: 5.6rem;
}
@media only screen and (max-width: 767px) {
	.header__link {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.header-sp-text {
		font-size: 1.4rem;
		width: 100%;
		text-align: center;
	}
}
.header-search {
	position: relative;
	margin-left: 2.8rem;
}
@media only screen and (max-width: 767px) {
	.header-search {
		width: 20.6rem;
		margin: auto;
	}
}
.header-search__input {
	width: 20.6rem;
	height: 3.2rem;
	font-size: 1.2rem;
	padding: 0 4rem 0 2.2rem;
	border: 1px solid #000;
	border-radius: 3rem;
}
.header-search__input::-webkit-input-placeholder {
	color: #999;
}
.header-search__input::-moz-placeholder {
	color: #999;
}
.header-search__input:-ms-input-placeholder {
	color: #999;
}
.header-search__input::-ms-input-placeholder {
	color: #999;
}
.header-search__input::placeholder {
	color: #999;
}
@media only screen and (max-width: 767px) {
	.header-search__input {
		background-color: #fff;
	}
}
.header-search__button {
	position: absolute;
	right: 1.4rem;
	top: 54%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.header-search__button:hover {
	opacity: 0.6;
}
.header-search__icon {
	width: 1.6rem;
	height: 1.6rem;
}
.header-burger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 3.9rem;
	height: 2.8rem;
	margin: 0 0 0 3rem;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.header-burger:hover {
	opacity: 0.6;
}
@media only screen and (max-width: 767px) {
	.header-burger {
		margin: 0 0 0 2rem;
	}
}
.header-burger__line {
	width: 100%;
	height: 0.4rem;
	border-radius: 2rem;
}
.header-burger__line:first-of-type {
	background-color: #010101;
}
.header-burger__line:nth-of-type(2) {
	background-color: #343434;
}
.header-burger__line:nth-of-type(3) {
	background-color: #676767;
}
.header-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
	pointer-events: none;
}
.header.is-open .header-menu {
	opacity: 1;
	pointer-events: auto;
}
.header.is-close .header-menu {
	opacity: 0;
	pointer-events: none;
}
.header-menu__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.header-menu__body {
	position: relative;
	z-index: 1;
	padding: 6rem 2rem;
	width: 60rem;
	margin: auto;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.header-menu__body::-webkit-scrollbar {
	display: none;
}
@media only screen and (max-width: 767px) {
	.header-menu__body {
		width: 100%;
		height: 100%;
	}
}
.header-menu__logo {
	display: block;
	width: 23.4rem;
	height: auto;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.header-menu__logo {
		width: 16.8rem;
	}
}
.header-menu__close {
	position: absolute;
	top: 1.3rem;
	right: 2rem;
	z-index: 10;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
	.header-menu__close {
		top: 0.3rem;
		right: 0.3rem;
	}
}
.header-menu__close:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.header-menu__close-image {
	width: 12rem;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.header-menu__close-image {
		width: 10rem;
	}
}
.header-menu__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 5rem 0 0;
	gap: 8rem 0;
}
@media only screen and (max-width: 767px) {
	.header-menu__nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 4rem;
		margin: 3.3rem 9rem 0;
	}
}
.header-menu__nav a {
	width: 33%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.9rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2rem;
	font-weight: bold;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.header-menu__nav a:hover {
	opacity: 0.6;
}
@media only screen and (max-width: 767px) {
	.header-menu__nav a {
		width: 15rem;
	}
}
.header-menu__nav a:before {
	content: "";
	display: block;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#51f1e3),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(top, #51f1e3 0%, #ffd761 100%);
	background: linear-gradient(180deg, #51f1e3 0%, #ffd761 100%);
}
.header-menu__bottom {
	margin: 7rem 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 4rem 0;
}
@media only screen and (max-width: 767px) {
	.header-menu__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 3rem;
		margin: 4rem 4rem 0;
		padding-top: 4rem;
		border-top: 1px solid;
	}
}
.header-menu__bottom a {
	width: 50%;
	text-align: center;
	font-weight: bold;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.header-menu__bottom a:hover {
	opacity: 0.6;
}
@media only screen and (max-width: 767px) {
	.header-menu__bottom a {
		width: 100%;
	}
}
.footer {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#ffd761),
		to(#51f1e3)
	);
	background: -webkit-linear-gradient(top, #ffd761 0%, #51f1e3 100%);
	background: linear-gradient(180deg, #ffd761 0%, #51f1e3 100%);
	padding: 3.3rem 13.2rem;
}
@media only screen and (max-width: 767px) {
	.footer {
		padding: 2rem;
	}
}
.footer__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	align-items: center;
	gap: 3rem;
}
@media only screen and (max-width: 767px) {
	.footer__heading {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2rem;
	}
}
.footer__logo {
	width: 10.7rem;
	height: auto;
}
.footer__logo.sp {
	display: none;
}
.footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}
.footer__nav a + a:before {
	content: "｜";
}
.footer__nav a {
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
	font-size: 1.2rem;
}
.footer__nav a:hover {
	color: #5f5d5d;
}
.footer__nav a:hover:before {
	color: #000;
}
@media only screen and (max-width: 767px) {
	.footer__logo.sp {
		display: block;
		margin: 1rem auto 3rem;
	}
	.footer__logo.pc {
		display: none;
	}
	.footer__nav a:nth-of-type(5):before {
		content: "";
	}
}
@media only screen and (max-width: 767px) {
	.footer__nav {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 1.4rem;
		gap: 3rem 0;
		margin-bottom: 3rem;
	}
	.footer__nav a {
		font-size: 1.4rem;
	}
}
.footer__flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
}
.footer__sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
}
.footer__sns a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
	font-size: 1.2rem;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.footer__sns a:hover {
	color: #5f5d5d;
}
.footer__box {
	width: 67.8rem;
	height: 6.2rem;
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	align-items: center;
	background-color: #fff;
	border-radius: 3em;
}
.footer__box p {
	font-size: 1.2rem;
	line-height: 1.4;
}
.footer__box p:last-child {
	font-size: 3.2rem;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.footer__flex {
		gap: 2.5rem;
		flex-direction: column;
	}
	.footer__sns {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 2rem;
		font-size: 1.2rem;
	}
	.footer__box {
		width: 35.2rem;
		height: 10.7rem;
		gap: 0.5rem;
		border-radius: 2em;
		flex-direction: column;
	}
	.footer__box p {
		font-size: 1.1rem;
	}
	.footer__box p:last-child {
		font-size: 2.4rem;
	}
}
.footer__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 4rem 0 0;
}
.footer__bottom a + a:before {
	content: "｜";
}
.footer__bottom a {
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.footer__bottom a:hover {
	color: #5f5d5d;
}
.footer__bottom a:hover:before {
	color: #000;
}
@media only screen and (max-width: 767px) {
	.footer__bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 2rem 0;
		font-size: 1rem;
	}
}
.footer__copy {
	display: block;
	text-align: center;
	margin: 4rem 0 0;
}
@media only screen and (max-width: 767px) {
	.footer__copy {
		font-size: 1.2rem;
		margin-top: 2rem;
	}
}
.button {
	background-color: #ffd761;
	border-radius: 1rem;
	-webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	font-size: 1.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 1rem;
	width: 29.3rem;
	height: 5rem;
	-webkit-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.button:hover {
	background-color: #ffdf7e;
}
.button:before {
	content: "";
	width: 0.8rem;
	height: 1.1rem;
	display: block;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%229%22%20height%3D%2212%22%20viewBox%3D%220%200%209%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2011.25V0.75L8.25%206L0%2011.25Z%22%20fill%3D%22%231D1B20%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
}
.heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.5rem;
}
.heading--left {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.heading__enTitle {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.3em;
}
@media only screen and (max-width: 767px) {
	.heading__enTitle {
		font-size: 2rem;
	}
}
.heading__title {
	font-size: 2rem;
	letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
	.heading__title {
		font-size: 1.6rem;
	}
}
.breadcrumb {
	width: 107rem;
	padding: 0 2rem;
	margin: auto;
	margin: 24px auto;
}
@media only screen and (max-width: 767px) {
	.breadcrumb {
		width: 100%;
		padding: 0 1.5rem;
	}
}
@media only screen and (max-width: 767px) {
	.breadcrumb {
		display: none;
	}
}
.breadcrumb__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.breadcrumb__item {
	padding: 1rem 0;
	font-size: 1.2rem;
	position: relative;
}
.breadcrumb__item + .breadcrumb__item {
	padding: 0 0 0 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
}
.breadcrumb__item + .breadcrumb__item:before {
	content: "-";
	display: block;
}
.breadcrumb__item:last-of-type {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.breadcrumb__item-link {
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.breadcrumb__item-link:hover {
	color: #5f5d5d;
}
.stay-item {
	position: relative;
	width: 32.3rem;
	padding: 2rem 0 0;
}
.stay-item__link:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.stay-item__heading {
	position: relative;
	z-index: 1;
}
.stay-item__area,
.stay-item__category {
	position: absolute;
	top: -1rem;
	font-family: "Kaisei Opti", serif;
	font-size: 1.4rem;
	font-weight: 500;
	left: 2.5rem;
	-webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	background-color: #fff;
	color: #5f5d5d;
	width: 4rem;
	min-height: 7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.3em;
	border-radius: 2rem 0.3rem 2rem 2rem;
	padding: 1.6rem 0;
	white-space: nowrap;
}
.stay-item__category {
	left: 7rem;
	background-color: #5f5d5d;
	color: #fff;
}
.stay-item__category.is-yellow {
	background-color: #ffd761;
	color: #5f5d5d;
}
.stay-item__pickup {
	position: absolute;
	top: 0;
	right: 0;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#51f1e3),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(left, #51f1e3 0%, #ffd761 100%);
	background: linear-gradient(90deg, #51f1e3 0%, #ffd761 100%);
	width: 12.3rem;
	height: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.6rem;
	border-radius: 1rem;
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
	top: -1.1rem;
	right: -0.5rem;
	font-weight: bold;
}
.stay-item__image-wrap {
	width: 32.3rem;
	height: 21.1rem;
	border-radius: 1rem;
	position: relative;
	overflow: hidden;
}
.stay-item__image {
	display: block;
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.stay-item__body {
	position: absolute;
	z-index: 1;
	bottom: 0.6rem;
	left: 1.4rem;
	color: #5f5d5d;
}
.stay-item__title {
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0.7rem 1rem;
	background-color: #fff;
}
.stay-item__tag-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.4rem;
	margin: 0.8rem 0 0;
}
.stay-item__tag {
	font-size: 1rem;
	font-weight: bold;
	min-width: 5.1rem;
	height: 2rem;
	padding: 0 1rem;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.stay-menu {
	padding: 4rem 0 0;
}
@media only screen and (max-width: 767px) {
	.stay-menu {
		padding: 0;
	}
}
.stay-menu__inner {
	position: fixed;
	top: 9rem;
	background-color: rgba(255, 255, 255, 0.7);
	width: 100%;
	height: 8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 3rem 0 0;
	z-index: 10;
}
@media only screen and (max-width: 767px) {
	.stay-menu__inner {
		top: 6.5rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
		padding: 0;
		-webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
		filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	}
}
.stay-menu__title {
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN",
		"Hiragino Mincho Pro", serif;
	font-size: 2rem;
	position: relative;
	padding: 0.5rem 3rem;
}
@media only screen and (max-width: 767px) {
	.stay-menu__title {
		font-size: 1.6rem;
		padding: 1.4rem 0;
		text-align: center;
		width: 80%;
	}
}
.stay-menu__title a {
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.stay-menu__title a:hover {
	opacity: 0.6;
}
.stay-menu__title:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fe42ad),
		to(#666666)
	);
	background: -webkit-linear-gradient(top, #fe42ad 0%, #666666 100%);
	background: linear-gradient(180deg, #fe42ad 0%, #666666 100%);
}
.stay-menu__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.6rem;
	letter-spacing: 0.3em;
}
@media only screen and (max-width: 767px) {
	.stay-menu__nav {
		font-size: 1.4rem;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 1rem 0 2rem;
		gap: 1rem 0;
	}
}
.stay-menu__nav a {
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.stay-menu__nav a:hover {
	opacity: 0.6;
}
.stay-menu__nav a + a:before {
	content: "|";
}
@media only screen and (max-width: 767px) {
	.stay-menu__nav a + a:before {
		padding: 0 0.2rem;
	}
}
.stay-heading {
	width: 107rem;
	padding: 0 2rem;
	margin: auto;
	padding-top: 2rem;
}
@media only screen and (max-width: 767px) {
	.stay-heading {
		width: 100%;
		padding: 0 1.5rem;
	}
}
@media only screen and (max-width: 767px) {
	.stay-heading {
		padding-top: 2rem;
	}
}
.stay-heading__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4rem;
}
@media only screen and (max-width: 767px) {
	.stay-heading__top {
		gap: 2.4rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.stay-heading__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media only screen and (max-width: 767px) {
	.stay-heading__label {
		margin-left: -1.5rem;
	}
}
.stay-heading__label .area {
	width: 16rem;
	color: #5f5d5d;
	background-color: #fff;
	position: relative;
}
.stay-heading__label .type {
	width: 17rem;
	margin-left: -2rem;
	background-color: #5f5d5d;
	color: #fff;
}
.stay-heading__label .area,
.stay-heading__label .type {
	height: 3.8rem;
	border-radius: 0 3rem 3rem 0;
	font-family: "Kaisei Opti", serif;
	font-size: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.stay-heading__pickup {
	width: 12.3rem;
	height: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 1rem;
	font-size: 1.6rem;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#51f1e3),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(left, #51f1e3 0%, #ffd761 100%);
	background: linear-gradient(90deg, #51f1e3 0%, #ffd761 100%);
	-webkit-transform: rotate(12.01deg);
	transform: rotate(12.01deg);
}
@media only screen and (max-width: 767px) {
	.stay-heading__pickup {
		border-radius: 2rem;
	}
}
.stay-heading__title {
	margin: 5rem 0 2rem;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN",
		"Hiragino Mincho Pro", serif;
	font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
	.stay-heading__title {
		margin: 2.4rem 0;
		font-size: 2rem;
	}
}
.stay-heading__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 2rem;
	margin: 0 0 2rem;
}
@media only screen and (max-width: 767px) {
	.stay-heading__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2.4rem;
	}
}
.stay-heading__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 2rem;
}
.stay-heading__tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1rem;
}
.stay-heading__tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.4rem;
	color: #5f5d5d;
	font-weight: 600;
}
.stay-heading__tag img {
	width: 7rem;
}
@media only screen and (max-width: 767px) {
	.stay-heading__tag img {
		width: 4.7rem;
	}
}
.stay-heading__address {
	font-size: 1.6rem;
	letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
	.stay-heading__address {
		font-size: 1.4rem;
		line-height: 1.3;
		letter-spacing: 0.1em;
	}
}
.stay-heading__right {
	position: relative;
	width: 50.2rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 1px solid #f4ed5f;
	background-color: #fff;
	padding: 2rem 2.4rem;
}
@media only screen and (max-width: 767px) {
	.stay-heading__right {
		width: 100%;
		padding: 1.6rem 2rem;
	}
}
.stay-heading__right:after {
	content: "PRICE";
	display: block;
	position: absolute;
	right: 2rem;
	width: 6.7rem;
	height: 6.2rem;
	top: -3.1rem;
	background-color: #e9cb45;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.6rem;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.stay-heading__right:after {
		width: 7.2rem;
		height: 3.5rem;
		top: -1.6rem;
		right: 1.5rem;
		font-size: 1.4rem;
	}
}
.stay-heading__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2rem;
}
.stay-heading__price-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 2rem;
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	.stay-heading__price-row {
		font-size: 1.8rem;
		line-height: 1.4;
		gap: 0.6rem;
	}
}
.stay-heading__price-image {
	width: 10.1rem;
}
@media only screen and (max-width: 767px) {
	.stay-heading__price-image {
		width: 9rem;
	}
}
.stay-heading__price-text {
	margin: 1rem 0 0;
	font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
	.stay-heading__price-text {
		font-size: 1.4rem;
		text-align: center;
	}
}
.stay-heading__price-text a {
	color: #e9cb45;
	font-weight: bold;
	text-decoration: underline;
}
.recomment-item__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.2rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 2rem 0 0;
}
@media only screen and (max-width: 767px) {
	.recomment-item__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.recomment-item {
	width: 32.7rem;
	padding: 2rem;
	background-color: #fff;
	-webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.recomment-item:hover .recomment-item__image {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.recomment-item__image-wrap {
	width: 29rem;
	height: 19.2rem;
	overflow: hidden;
	border-radius: 1rem;
	margin: auto;
}
.recomment-item__image {
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.recomment-item__title {
	color: #5f5d5d;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 3.3rem 0 2.7rem;
	text-align: center;
}
.recomment-item__text {
	font-size: 1.4rem;
	line-height: 2;
}
.recomment-item__button {
	margin: 4rem auto 0;
}
.article-news__body {
	width: 107rem;
	padding: 0 2rem;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.article-news__body {
		width: 100%;
		padding: 0 1.5rem;
	}
}
@media only screen and (max-width: 767px) {
	.article-news__body {
		padding: 0 2rem;
		width: 100%;
	}
}
.article-news__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 2rem 2rem 4rem;
}
@media only screen and (max-width: 767px) {
	.article-news__list {
		padding: 1rem;
	}
}
.article-news {
	padding: 3rem 0;
}
.article-news + .article-news {
	border-top: 1px dashed #000;
}
.article-news__link {
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.article-news__link:hover {
	opacity: 0.6;
}
.article-news__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2.7rem;
}
.article-news__date {
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN",
		"Hiragino Mincho Pro", serif;
	font-size: 1.4rem;
}
.article-news__category {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#51f1e3),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(left, #51f1e3 0%, #ffd761 100%);
	background: linear-gradient(90deg, #51f1e3 0%, #ffd761 100%);
	width: 12.1rem;
	height: 2.7rem;
	font-size: 1.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 1rem;
}
.article-news__title {
	margin: 1.4rem 0 0;
	line-height: 1.5;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}
.article-news__button {
	margin: -2.5rem auto 0;
}
@media only screen and (max-width: 767px) {
	.article-news__button {
		margin: 4rem auto 0;
	}
}
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 2rem;
	margin: 4.6rem 0;
}
@media only screen and (max-width: 767px) {
	.pagination {
		gap: 1rem;
	}
}
.pagination .page-numbers {
	position: relative;
	font-size: 1rem;
	width: 2rem;
	height: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media only screen and (max-width: 767px) {
	.pagination .page-numbers {
		width: 1.5rem;
		height: 1.5rem;
	}
}
.pagination .page-numbers:before {
	content: "";
	display: block;
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
	border: 1px solid #5f5d5d;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
	.pagination .page-numbers:before {
		width: 1.5rem;
		height: 1.5rem;
	}
}
.pagination .page-numbers:hover:before {
	background-color: #ffd761;
}
.pagination .page-numbers.current:before {
	border: none;
	pointer-events: none;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#51f1e3),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(top, #51f1e3 0%, #ffd761 100%);
	background: linear-gradient(180deg, #51f1e3 0%, #ffd761 100%);
}
.pagination .page-numbers.next:before,
.pagination .page-numbers.prev:before {
	border-radius: 0;
	background-color: inherit;
	border: none;
	background-repeat: no-repeat;
	background-size: contain;
}
.pagination .page-numbers.next:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2211%22%20height%3D%2214%22%20viewBox%3D%220%200%2011%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2014V0L11%207L0%2014Z%22%20fill%3D%22%235F5D5D%22%2F%3E%3C%2Fsvg%3E");
}
.pagination .page-numbers.next:hover:before {
	background-color: inherit;
	opacity: 0.7;
}
.pagination .page-numbers.prev:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2211%22%20height%3D%2214%22%20viewBox%3D%220%200%2011%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11%2014V0L0%207L11%2014Z%22%20fill%3D%22%235F5D5D%22%2F%3E%3C%2Fsvg%3E");
}
.pagination .page-numbers.prev:hover:before {
	background-color: inherit;
	opacity: 0.7;
}
.follow-banner {
	position: fixed;
	bottom: 2rem;
	right: 0;
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2rem;
}
.follow-banner__link {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fe42ad),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(top, #fe42ad 0%, #ffd761 100%);
	background: linear-gradient(180deg, #fe42ad 0%, #ffd761 100%);
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-align: center;
	padding: 2rem 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.follow-banner__link:hover {
	opacity: 0.6;
}
.follow-banner__link[data-color="green"] {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(81, 241, 227, 0.99)),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(
		top,
		rgba(81, 241, 227, 0.99) 0%,
		#ffd761 100%
	);
	background: linear-gradient(
		180deg,
		rgba(81, 241, 227, 0.99) 0%,
		#ffd761 100%
	);
}
.follow-banner__subtitle {
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
}
[data-color="green"] .follow-banner__subtitle {
	color: #000;
}
.follow-banner__title {
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.4rem;
	margin: 1rem 0;
}
[data-color="green"] .follow-banner__title {
	color: #000;
}
.follow-banner__title .text {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.follow-banner__title .line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	gap: 0.4rem;
}
.follow-banner__title .line:before,
.follow-banner__title .line:after {
	content: "";
	display: block;
	width: 100%;
	height: 0.1rem;
	background-color: currentColor;
}
.follow-banner__text {
	font-size: 1.3rem;
	font-weight: bold;
	padding: 0 2rem;
}
.follow-banner__image {
	width: 10.1rem;
	height: auto;
	margin: 1.4rem auto;
}
.follow-banner__text2 {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0 2rem;
}
.follow-banner__text2[data-size="small"] {
	font-size: 1.2rem;
}
.top-mv {
	position: relative;
}
.top-mv .swiper-slide img {
	width: 100%;
	height: 100vh;
	max-height: 70vw;
}
@media only screen and (max-width: 767px) {
	.top-mv .swiper-slide img {
		max-height: 35rem;
	}
}
.top-mv__logo {
	position: absolute;
	top: 51%;
	left: 49%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	width: 43.6rem;
}
.top-mv__logo.sp {
	display: none;
}
@media only screen and (max-width: 767px) {
	.top-mv__logo {
		width: 23.4rem;
		top: 41%;
		left: 52%;
	}
	.top-mv__logo.sp {
		display: block;
	}
	.top-mv__logo.pc {
		display: none;
	}
}
.top-mv__pagination {
	position: absolute;
	bottom: 7.3rem;
	left: 15rem;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.top-mv__pagination {
		left: 2.7rem;
		bottom: 2.7rem;
	}
}
.top-mv-bottom {
	padding: 7rem 2rem;
	width: 80rem;
	margin: auto;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN",
		"Hiragino Mincho Pro", serif;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.top-mv-bottom {
		padding: 5rem 2rem;
		width: 100%;
	}
}
.top-mv-bottom__title {
	font-size: 5.2rem;
	line-height: 1.5;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.top-mv-bottom__title {
		font-size: 2.4rem;
		padding-right: 2rem;
	}
}
.top-mv-bottom__title img {
	position: absolute;
	width: 10.6rem;
	height: auto;
	right: 3.5rem;
	bottom: 0;
}
@media only screen and (max-width: 767px) {
	.top-mv-bottom__title img {
		width: 7rem;
		right: 0;
	}
}
.top-mv-bottom__text {
	margin: 5.6rem 0 0;
	line-height: 2.5;
	font-size: 2rem;
}
@media only screen and (max-width: 767px) {
	.top-mv-bottom__text {
		margin: 4rem 0 0 -2rem;
		font-size: 1.4rem;
		line-height: 2;
		width: calc(100% + 4rem);
	}
}
.top-mv-bottom__banner {
	display: block;
	width: 62rem;
	height: auto;
	margin: 5.8rem auto 0;
	-webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	border-radius: 1rem;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	overflow: hidden;
}
.top-mv-bottom__banner:hover {
	opacity: 0.6;
}
@media only screen and (max-width: 767px) {
	.top-mv-bottom__banner {
		width: 100%;
		margin: 4rem 0 0;
	}
}
.top-mv-bottom__banner img {
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 767px) {
	.top-pickup {
		padding: 0 2rem;
	}
}
.top-pickup__item {
	width: 32.3rem;
}
.top-pickup__pagination {
	text-align: center;
	margin: 4rem 0 0;
}
@media only screen and (max-width: 767px) {
	.top-pickup__pagination {
		margin: 3rem 0 0;
	}
}
.top-topic {
	margin: 10rem 0 0;
}
.top-topic__heading {
	margin: 0 0 2rem;
}
.top-recommend {
	margin: 10rem 0 0;
}
@media only screen and (max-width: 767px) {
	.top-recommend__body .recomment-item__list {
		overflow: scroll;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0 2rem 1rem;
	}
}
.top-stay {
	margin: 5rem 0 0;
}
.top-stay__button {
	margin: 5rem auto 0;
}
.top-column {
	width: 107rem;
	padding: 0 2rem;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 6rem;
}
@media only screen and (max-width: 767px) {
	.top-column {
		width: 100%;
		padding: 0 1.5rem;
	}
}
.top-column__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5rem;
	padding-left: 11rem;
}
@media only screen and (max-width: 767px) {
	.top-column__inner {
		padding-left: 2rem;
		gap: 3rem;
	}
}
.top-column__body {
	width: 79.2rem;
}
@media only screen and (max-width: 767px) {
	.top-column__body {
		width: calc(100% - 7rem);
	}
}
.top-column__title {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	letter-spacing: 0.2em;
}
.top-column__title .en {
	font-size: 2.4rem;
}
.top-column__title .ja {
	font-size: 2rem;
}
.top-column__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
	.top-column__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2rem;
	}
}
.top-column__item {
	width: calc(33% - 1rem);
}
@media only screen and (max-width: 767px) {
	.top-column__item {
		width: 100%;
	}
}
.top-column__link {
	display: block;
	width: 100%;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.top-column__link:hover {
	opacity: 0.6;
}
.top-column__image-wrap {
	width: 100%;
	height: 17.3rem;
	overflow: hidden;
}
.top-column__image {
	width: 100%;
	height: 100%;
}
.top-column__image--no {
	background-color: #d9d9d9;
}
.top-column__item-title {
	margin: 1.6rem 0;
	color: #5f5d5d;
	font-weight: bold;
}
.top-column__date {
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN",
		"Hiragino Mincho Pro", serif;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
.top-column__button {
	margin: 7.2rem 0 0 auto;
}
@media only screen and (max-width: 767px) {
	.top-column__button {
		margin: 4rem 0;
		width: 100%;
	}
}
.top-banner {
	padding: 13rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 6.4rem;
}
@media only screen and (max-width: 767px) {
	.top-banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2rem;
		padding: 8rem 2rem;
	}
}
.top-banner__link {
	display: block;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.top-banner__link:hover {
	opacity: 0.6;
}
.top-banner__item {
	width: 44rem;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.top-banner__item {
		width: 100%;
	}
}
.lower-page {
	padding-top: 9rem;
}
@media only screen and (max-width: 767px) {
	.lower-page {
		padding-top: 11.5rem;
	}
}
@media only screen and (max-width: 767px) {
	.lower-page.simple {
		padding-top: 0;
	}
}
.lower-page__wrapper {
	width: 107rem;
	padding: 0 2rem;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.lower-page__wrapper {
		width: 100%;
		padding: 0 1.5rem;
	}
}
.lower-page__inner {
	margin: 8rem 0 10rem;
}
.lower-page__body {
	margin: 8rem 0 0;
}
@media only screen and (max-width: 767px) {
	.lower-page__body {
		margin: 4rem 0 0;
	}
}
.lower-banner {
	padding: 0 0 13rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 6.4rem;
}
@media only screen and (max-width: 767px) {
	.lower-banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2rem;
		padding: 0 2rem 8rem;
	}
}
.lower-faq-banner {
	text-align: center;
	margin: 10rem 0;
}
@media only screen and (max-width: 767px) {
	.lower-faq-banner {
		margin: 7rem 0;
	}
}
.lower-faq-banner a {
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.lower-faq-banner a:hover {
	opacity: 0.6;
}
.lower-faq-banner img {
	border-radius: 1rem;
	-webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	width: 57rem;
	height: auto;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.lower-faq-banner img {
		width: 31rem;
	}
}
.lower-access {
	width: 107rem;
	padding: 0 2rem;
	margin: auto;
	margin: 15rem auto;
}
@media only screen and (max-width: 767px) {
	.lower-access {
		width: 100%;
		padding: 0 1.5rem;
	}
}
@media only screen and (max-width: 767px) {
	.lower-access {
		margin: 7rem auto;
	}
}
.lower-access__heading {
	margin: 0 0 3rem;
}
@media only screen and (max-width: 767px) {
	.lower-access__heading {
		margin: 0 0 2rem;
	}
}
.lower-access__map iframe {
	margin: 0 0 6rem;
	width: 100%;
	height: 47rem;
}
@media only screen and (max-width: 767px) {
	.lower-access__map iframe {
		height: 29rem;
		margin: 0 0 2rem;
	}
}
.lower-access__text {
	line-height: 2.5;
	letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
	.lower-access__text {
		line-height: 2;
		letter-spacing: 0.1em;
	}
}
.stay-mv {
	position: relative;
	margin: -4rem 0 0;
}
@media only screen and (max-width: 767px) {
	.stay-mv {
		margin: 0.5rem 0 0;
	}
}
.stay-mv .swiper-slide img {
	width: 100%;
	height: 74rem;
}
@media only screen and (max-width: 767px) {
	.stay-mv .swiper-slide img {
		height: 21rem;
	}
}
.stay-mv__pagination {
	position: absolute;
	bottom: 4.2rem;
	left: 14rem;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.stay-mv__pagination {
		bottom: 2rem;
		left: 2rem;
	}
}
.stay-sub {
	padding: 11rem 0;
}
@media only screen and (max-width: 767px) {
	.stay-sub {
		padding: 5.7rem 0 2rem;
	}
}
.stay-sub__title {
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN",
		"Hiragino Mincho Pro", serif;
	font-size: 3.2rem;
	line-height: 1.5;
	width: 80%;
	margin: 0 auto 5.4rem;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.stay-sub__title {
		width: 100%;
		font-size: 2.4rem;
		padding: 0 1.8rem;
		margin: 0 auto 3.7rem;
	}
}
.stay-sub__text {
	width: 80.2rem;
	margin: 0 auto 5.4rem;
	line-height: 2.5;
}
@media only screen and (max-width: 767px) {
	.stay-sub__text {
		font-size: 1.4rem;
		padding: 0 2rem;
		width: 100%;
		margin: 0 auto 3.7rem;
	}
}
.stay-sub__image {
	width: 100%;
	height: auto;
}
.stay-features {
	width: 107rem;
	padding: 0 2rem;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.stay-features {
		width: 100%;
		padding: 0 1.5rem;
	}
}
.stay-features__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 4rem 2rem;
}
@media only screen and (max-width: 767px) {
	.stay-features__list {
		gap: 3.6rem 1rem;
	}
}
.stay-features__item {
	width: calc(33% - 1.3rem);
}
@media only screen and (max-width: 767px) {
	.stay-features__item {
		width: calc(50% - 0.5rem);
	}
}
.stay-features__image {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center;
}
@media only screen and (max-width: 767px) {
	.stay-features__image {
		height: 13rem;
	}
}
.stay-features__title {
	font-weight: bold;
	color: #5f5d5d;
	text-align: center;
	margin: 2.3rem 0;
}
@media only screen and (max-width: 767px) {
	.stay-features__title {
		font-size: 1.6rem;
		margin: 2rem 0 1.4rem;
	}
}
.stay-features__text {
	padding: 0 3rem;
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	.stay-features__text {
		font-size: 1.4rem;
		padding: 0;
	}
}
.stay-room {
	margin: 12rem 0;
}
@media only screen and (max-width: 767px) {
	.stay-room {
		margin: 6rem 0;
	}
}
.stay-room__inner {
	width: 107rem;
	padding: 0 2rem;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.stay-room__inner {
		width: 100%;
		padding: 0 1.5rem;
	}
}
.stay-room__mv {
	position: relative;
	margin: 4.7rem 0 0;
}
@media only screen and (max-width: 767px) {
	.stay-room__mv {
		margin: 2rem 0 0;
	}
}
.stay-room__mv .swiper-slide img {
	width: 100%;
	height: 74rem;
}
@media only screen and (max-width: 767px) {
	.stay-room__mv .swiper-slide img {
		height: 26rem;
	}
}
.stay-room__body {
	padding: 3.2rem 13rem;
}
@media only screen and (max-width: 767px) {
	.stay-room__body {
		padding: 0;
		margin: 2.2rem 0 0;
	}
}
.stay-room__subimage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 2.5rem;
	margin: 0 0 3.2rem;
}
@media only screen and (max-width: 767px) {
	.stay-room__subimage {
		margin: 0 0 2.2rem;
		gap: 1.2rem;
	}
}
.stay-room__subimage img {
	width: calc(33% - 1.6rem);
	height: 17.3rem;
	-o-object-fit: cover;
	object-fit: cover;
}
@media only screen and (max-width: 767px) {
	.stay-room__subimage img {
		width: calc(33% - 0.8rem);
		height: 8.3rem;
	}
}
.stay-room__description {
	line-height: 2;
	margin: 0 0 6rem;
}
@media only screen and (max-width: 767px) {
	.stay-room__description {
		font-size: 1.4rem;
		margin: 0 0 4rem;
	}
}
.stay-room-spec {
	width: 100%;
	letter-spacing: 0.1em;
	margin: 0 0 6rem;
}
@media only screen and (max-width: 767px) {
	.stay-room-spec {
		margin: 0 0 5rem;
	}
}
.stay-room-spec table {
	border-collapse: collapse;
	width: 100%;
	background-color: #fff;
}
.stay-room-spec th,
.stay-room-spec td {
	border: 1px solid #000;
	padding: 2rem 2rem;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.stay-room-spec th,
	.stay-room-spec td {
		padding: 1rem 0.8rem;
		font-size: 1.2rem;
	}
}
.stay-room-spec thead tr {
	background-color: #51f1e3;
}
.stay-room__button {
	margin: auto;
}
.stay-food {
	margin: 12rem 0;
}
@media only screen and (max-width: 767px) {
	.stay-food {
		margin: 6rem 0;
	}
}
.stay-food__inner {
	width: 107rem;
	padding: 0 2rem;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.stay-food__inner {
		width: 100%;
		padding: 0 1.5rem;
	}
}
.stay-food__body {
	margin: 5rem 0 6rem;
}
.stay-food__image {
	width: 100%;
	height: auto;
	margin: 0 0 4.4rem;
}
@media only screen and (max-width: 767px) {
	.stay-food__image {
		margin-left: -1.5rem;
		width: calc(100% + 3rem);
		margin: 0 0 1.5rem;
	}
}
.stay-food__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4.5rem;
}
@media only screen and (max-width: 767px) {
	.stay-food__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1.5rem;
	}
}
.stay-food__subimage {
	width: 45.3rem;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.stay-food__subimage {
		width: 20.4rem;
	}
}
.stay-food__text {
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	.stay-food__text {
		font-size: 1.4rem;
	}
}
.stay-food__button {
	margin: auto;
}
.stay-message {
	position: relative;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #fff;
}
.stay-message__inner {
	position: relative;
	z-index: 1;
	padding: 7.2rem 0 9rem;
	width: 86rem;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.stay-message__inner {
		width: 100%;
		padding: 6rem 0;
	}
}
.stay-message__heading {
	width: 40rem;
	margin: 0 auto 3.4rem;
	padding-left: 13rem;
}
@media only screen and (max-width: 767px) {
	.stay-message__heading {
		width: 100%;
		margin: auto;
		padding: 0;
	}
	.stay-message__heading .heading {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.stay-message__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
}
.stay-message__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4.6rem;
}
@media only screen and (max-width: 767px) {
	.stay-message__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 3rem;
		padding: 0 2rem;
	}
}
.stay-message__image {
	width: 31.6rem;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.stay-message__image {
		width: 100%;
		margin: 2rem 0 0;
	}
}
.stay-message__catchphrase {
	letter-spacing: 0.2em;
	margin: 0 0 2rem;
}
@media only screen and (max-width: 767px) {
	.stay-message__catchphrase {
		text-align: center;
	}
}
.stay-message__description {
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	.stay-message__description {
		font-size: 1.4rem;
	}
}
.stay-list-mv {
	width: 107rem;
	padding: 0 2rem;
	margin: auto;
	padding: 8.3rem 2rem 0;
}
@media only screen and (max-width: 767px) {
	.stay-list-mv {
		width: 100%;
		padding: 0 1.5rem;
	}
}
@media only screen and (max-width: 767px) {
	.stay-list-mv {
		padding: 4rem 0 0;
	}
}
.stay-list-mv__title {
	text-align: center;
}
.stay-list-mv__title .en {
	font-size: 2.4rem;
	letter-spacing: 0.3em;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.stay-list-mv__title .en {
		font-size: 2rem;
	}
}
.stay-list-mv__title .ja {
	display: block;
	margin: 1.4rem 0 0;
	font-size: 2rem;
	letter-spacing: 0.3em;
}
@media only screen and (max-width: 767px) {
	.stay-list-mv__title .ja {
		font-size: 1.6rem;
	}
}
.stay-list-filter {
	position: relative;
	width: 82rem;
	margin: 8.6rem auto;
	background-color: #fff;
	border: 1px dashed #5f5d5d;
	padding: 4rem 4rem;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.stay-list-filter {
		width: calc(100% - 3.2rem);
		padding: 4rem 1rem;
		margin: 4rem auto;
	}
}
.stay-list-filter:before,
.stay-list-filter:after {
	content: "";
	position: absolute;
	width: 5.9rem;
	height: 1.7rem;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#51f1e3),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(top, #51f1e3 0%, #ffd761 100%);
	background: linear-gradient(180deg, #51f1e3 0%, #ffd761 100%);
}
.stay-list-filter:before {
	top: 0rem;
	left: -2.7rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.stay-list-filter:after {
	bottom: 0;
	right: -2.7rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.stay-list-filter__title {
	font-size: 1.6rem;
	display: inline-block;
	border-bottom: 1px solid;
	margin: 0 0 2rem;
	letter-spacing: 0.3em;
}
.stay-list-filter__area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.8rem;
	margin: 0 0 4rem;
	letter-spacing: 0.3em;
}
@media only screen and (max-width: 767px) {
	.stay-list-filter__area {
		gap: 1rem 0;
	}
}
.stay-list-filter__area li.is-active {
	font-weight: bold;
}
.stay-list-filter__area li + li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.stay-list-filter__area li + li:before {
	content: "｜";
	display: block;
}
.stay-list-filter__area a {
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.stay-list-filter__area a:hover {
	opacity: 0.6;
}
.stay-list-filter__keyword {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.4rem;
	gap: 2rem;
}
.stay-list-filter__keyword li.is-active {
	font-weight: bold;
}
.stay-list-filter__keyword a {
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.stay-list-filter__keyword a:hover {
	opacity: 0.6;
}
.stay-list__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1.5rem;
	max-width: 101rem;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.stay-list__list {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.stay-list__text {
	text-align: center;
	margin: 20px 0;
}
.faq__body {
	width: 94rem;
	padding: 7rem 2rem 14rem;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.faq__body {
		width: 100%;
		padding: 4rem 1.5rem 7rem;
	}
}
.faq-category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 3rem;
	margin: 4.8rem 0 0;
}
@media only screen and (max-width: 767px) {
	.faq-category {
		gap: 2rem;
	}
}
.faq-category__button {
	width: 13rem;
	height: 4rem;
	font-size: 1.6rem;
	text-align: center;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.faq-category__button:hover {
	opacity: 0.6;
}
@media only screen and (max-width: 767px) {
	.faq-category__button {
		font-size: 1rem;
		width: 8.7rem;
		height: 2rem;
	}
}
.faq-category__button.all {
	border: 1px solid;
}
.faq-category__button.room {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#51f1e3),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(top, #51f1e3 0%, #ffd761 100%);
	background: linear-gradient(180deg, #51f1e3 0%, #ffd761 100%);
}
.faq-category__button.cuisine {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fe42ad),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(top, #fe42ad 0%, #ffd761 100%);
	background: linear-gradient(180deg, #fe42ad 0%, #ffd761 100%);
}
.faq__list {
	margin: 9rem 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5rem;
}
@media only screen and (max-width: 767px) {
	.faq__list {
		gap: 4rem;
		margin: 4rem 0 0;
	}
}
.faq__list[data-active="cuisine"] .faq__item.room {
	display: none;
}
.faq__list[data-active="room"] .faq__item.cuisine {
	display: none;
}
.faq__item-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.faq__item-heading {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1.3rem;
	}
}
.faq__item-label {
	font-size: 1rem;
	width: 8.7rem;
	padding: 0.5rem 0;
	text-align: center;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#51f1e3),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(top, #51f1e3 0%, #ffd761 100%);
	background: linear-gradient(180deg, #51f1e3 0%, #ffd761 100%);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0.2rem 0 0;
}
.cuisine .faq__item-label {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fe42ad),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(top, #fe42ad 0%, #ffd761 100%);
	background: linear-gradient(180deg, #fe42ad 0%, #ffd761 100%);
}
.faq__item-title {
	font-size: 2rem;
	font-weight: bold;
	color: #5f5d5d;
	letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
	.faq__item-title {
		font-size: 1.4rem;
	}
}
.faq__item-text {
	margin: 1.6rem 0 0;
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	.faq__item-text {
		font-size: 1.4rem;
	}
}
.blog__body {
	width: 107rem;
	padding: 0 2rem;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.blog__body {
		width: 100%;
		padding: 0 1.5rem;
	}
}
.blog__inner {
	padding: 6.8rem 0;
}
.blog__list {
	margin: 7rem 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 4rem 1.8rem;
}
@media only screen and (max-width: 767px) {
	.blog__list {
		margin: 4rem 0 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 3.4rem;
		padding: 0 1.7rem;
	}
}
@media only screen and (max-width: 767px) {
	.blog__list.archive-recommend__list {
		padding: 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.blog__link {
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.blog__link:hover {
	opacity: 0.6;
}
.blog__item {
	width: calc(33% - 1.2rem);
}
@media only screen and (max-width: 767px) {
	.blog__item {
		width: 100%;
	}
}
.blog__thumbnail-wrap {
	width: 32.3rem;
	height: 24.2rem;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.blog__thumbnail-wrap {
		width: 100%;
	}
}
.blog__thumbnail {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	background-color: #d9d9d9;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.blog__title {
	margin: 2.6rem 0;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	.blog__title {
		margin: 2rem 0;
		text-align: left;
	}
}
.blog__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.blog__heading {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		gap: 2rem;
	}
}
.blog__text {
	margin: 2.4rem 0 0;
	font-size: 1.4rem;
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	.blog__text {
		margin: 2rem 0 0;
	}
}
.blog__category {
	font-size: 1rem;
	padding: 0.4rem;
	width: 8.7rem;
	text-align: center;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#51f1e3),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(top, #51f1e3 0%, #ffd761 100%);
	background: linear-gradient(180deg, #51f1e3 0%, #ffd761 100%);
}
.blog__category.blog {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fe42ad),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(top, #fe42ad 0%, #ffd761 100%);
	background: linear-gradient(180deg, #fe42ad 0%, #ffd761 100%);
}
.blog__date {
	font-size: 1rem;
}
.blog-single {
	width: 107rem;
	padding: 0 2rem;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.blog-single {
		width: 100%;
		padding: 0 1.5rem;
	}
}
.blog-single__inner {
	padding: 7rem 0 14rem;
}
@media only screen and (max-width: 767px) {
	.blog-single__inner {
		padding: 3rem 0 11rem;
	}
}
@media only screen and (max-width: 767px) {
	.blog-single__heading-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
.blog-single__title {
	font-size: 3.2rem;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.blog-single__title {
		font-size: 1.6rem;
		margin: 0 0 3rem;
		line-height: 1.5;
	}
}
.blog-single__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 4.8rem 0 4rem;
}
@media only screen and (max-width: 767px) {
	.blog-single__heading {
		margin: 0 0 3rem;
	}
}
.blog-single__thumbnail {
	margin: 0 0 3rem;
	width: 100%;
	height: auto;
}
.blog-single__content {
	width: 71.8rem;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
	.blog-single__content {
		width: 100%;
		font-size: 1.4rem;
	}
}
.blog-single__content h1 {
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 2rem 0;
	margin: 5rem 0 4rem;
}
@media only screen and (max-width: 767px) {
	.blog-single__content h1 {
		margin: 3rem 0 2.5rem;
		font-size: 1.6rem;
		padding: 2rem;
	}
}
.blog-single__content h1:before,
.blog-single__content h1:after {
	content: "";
	display: block;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#51f1e3),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(top, #51f1e3 0%, #ffd761 100%);
	background: linear-gradient(180deg, #51f1e3 0%, #ffd761 100%);
	position: absolute;
	top: -1rem;
}
.blog-single__content h1:before {
	left: 0;
}
.blog-single__content h1:after {
	right: 0;
}
.blog-single__content h2 {
	font-size: 2rem;
	font-weight: bold;
	margin: 4rem 0 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.2rem;
}
@media only screen and (max-width: 767px) {
	.blog-single__content h2 {
		font-size: 1.5rem;
		margin: 3rem 0 2.5rem;
	}
}
.blog-single__content h2:before {
	content: "";
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#51f1e3),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(top, #51f1e3 0%, #ffd761 100%);
	background: linear-gradient(180deg, #51f1e3 0%, #ffd761 100%);
}
.blog-single__content h3 {
	color: #c39909;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 4rem 0 3rem;
}
@media only screen and (max-width: 767px) {
	.blog-single__content h3 {
		font-size: 1.4rem;
		margin: 3rem 0 2.5rem;
	}
}
.blog-single__content h4 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 4rem 0 3rem;
}
@media only screen and (max-width: 767px) {
	.blog-single__content h4 {
		font-size: 1.4rem;
		margin: 3rem 0 2.5rem;
	}
}
.blog-single__content p {
	line-height: 2;
	margin: 2rem 0;
}
.blog-single__content p a {
	text-decoration: underline;
}
.blog-single__content ul.wp-block-list {
	margin: 2rem 0;
}
.blog-single__content ul.wp-block-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 1rem 0;
	line-height: 1.5;
}
.blog-single__content ul.wp-block-list li:before {
	content: "・";
}
.blog-single__content ol.wp-block-list {
	counter-reset: num;
	margin: 2rem 0;
}
.blog-single__content ol.wp-block-list li {
	counter-increment: num;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 1rem 0;
	gap: 1rem;
	line-height: 1.5;
}
.blog-single__content ol.wp-block-list li:before {
	content: counter(num) ".";
}
.blog-single__content .wp-block-buttons {
	margin: 4rem 0;
}
.blog-single__content .wp-block-image {
	margin: 4rem 0;
}
.blog-single__content .wp-block-table {
	margin: 4rem 0;
}
.blog-single__button {
	margin: 10rem auto 0;
}
@media only screen and (max-width: 767px) {
	.blog-single__button {
		margin: 7rem auto 0;
	}
}
.policy__text {
	line-height: 2;
}
.policy__text h2 {
	font-weight: bold;
	margin: 4rem 0 0;
}
.policy__text p + p {
	margin: 2rem 0 0;
}
.company__body {
	max-width: 83rem;
	margin: 8rem auto 0;
}
@media only screen and (max-width: 767px) {
	.company__body {
		margin: 6rem auto 0;
	}
}
.company__body dl + dl {
	margin: 4rem 0 0;
}
.company__body dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.2rem;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
	.company__body dt {
		font-size: 1.8rem;
	}
}
.company__body dt:before {
	content: "";
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#51f1e3),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(top, #51f1e3 0%, #ffd761 100%);
	background: linear-gradient(180deg, #51f1e3 0%, #ffd761 100%);
}
@media only screen and (max-width: 767px) {
	.company__body dt:before {
		width: 2rem;
		height: 2rem;
	}
}
.company__body dd {
	margin-top: 2.4rem;
	padding-top: 2rem;
	border-top: 1px dashed #000;
	line-height: 2;
	font-weight: 500;
}
@media only screen and (max-width: 767px) {
	.company__body dd {
		font-size: 1.4rem;
	}
}
.company__body dd a {
	text-decoration: underline;
}
.room__heading {
	padding: 7rem 0;
}
@media only screen and (max-width: 767px) {
	.room__heading {
		padding: 4rem 0;
	}
}
.room__body {
	width: 107rem;
	padding: 0 2rem;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.room__body {
		width: 100%;
		padding: 0 1.5rem;
	}
}
.room__item + .room__item {
	padding-top: 12rem;
}
@media only screen and (max-width: 767px) {
	.room__item + .room__item {
		padding-top: 6rem;
	}
}
.room__item:last-of-type {
	padding-bottom: 10rem;
}
.room__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4rem;
}
@media only screen and (max-width: 767px) {
	.room__title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2rem;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.room__title h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2rem;
	font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
	.room__title h2 {
		font-size: 1.8rem;
		font-weight: bold;
		gap: 1.6rem;
	}
}
.room__title h2:before {
	content: "";
	display: block;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#51f1e3),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(top, #51f1e3 0%, #ffd761 100%);
	background: linear-gradient(180deg, #51f1e3 0%, #ffd761 100%);
	width: 0.9rem;
	height: 3rem;
}
.room__subtitle {
	position: relative;
	padding-left: 5rem;
}
@media only screen and (max-width: 767px) {
	.room__subtitle {
		padding-left: 3rem;
	}
}
.room__subtitle > span {
	width: 23.8rem;
	height: 4rem;
	border: 1px solid;
	border-radius: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	position: relative;
	z-index: 1;
	font-weight: bold;
	color: #5f5d5d;
	letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
	.room__subtitle > span {
		width: 17rem;
		height: 4rem;
	}
}
.room__subtitle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
}
.room__subtitle:after {
	content: "";
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#51f1e3),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(top, #51f1e3 0%, #ffd761 100%);
	background: linear-gradient(180deg, #51f1e3 0%, #ffd761 100%);
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	position: absolute;
	top: 1rem;
	left: 0;
}
.room__subbody {
	padding: 3rem 6rem 0;
}
@media only screen and (max-width: 767px) {
	.room__subbody {
		padding: 3rem 1rem 0;
	}
}
.room__catchphrase {
	font-size: 2rem;
}
@media only screen and (max-width: 767px) {
	.room__catchphrase {
		font-size: 1.4rem;
		padding-left: 2rem;
	}
}
.room-mv {
	position: relative;
	margin: 3.3rem 0;
}
.room-mv__pagination {
	position: absolute;
	bottom: 4.2rem;
	left: 14rem;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.room-mv__pagination {
		bottom: 2rem;
		left: 2rem;
	}
}
.room-testimonial {
	margin: 0 0 5rem;
}
@media only screen and (max-width: 767px) {
	.room-testimonial {
		margin: 0 0 2rem;
	}
}
.room-testimonial__text {
	line-height: 2;
}
.room-testimonial__list {
	margin: 3rem 0 0;
	border: 1px solid;
	background-color: #fff;
	padding: 4rem 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.room-testimonial__list {
		padding: 4rem 1.5rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2.2rem;
	}
}
.room-testimonial__item {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
	.room-testimonial__item {
		width: 100%;
	}
}
.room-testimonial__item img {
	width: 10.7rem;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.room-testimonial__item img {
		width: 7.6rem;
	}
}
.room-testimonial__item p {
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
	.room-testimonial__item p {
		font-size: 1.2rem;
	}
}
.room__floor {
	display: block;
	width: 60rem;
	margin: 6rem auto;
}
@media only screen and (max-width: 767px) {
	.room__floor {
		width: 32.5rem;
		margin: 2rem auto;
	}
}
.room__video {
	margin: 6rem auto;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.room__video {
		margin: 2rem auto 6rem;
	}
}
.room__video iframe {
	width: 72rem;
	height: 40rem;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.room__video iframe {
		width: 32.5rem;
		height: 18.2rem;
	}
}
.room-point__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 3.2rem;
}
@media only screen and (max-width: 767px) {
	.room-point__list {
		overflow: scroll;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		gap: 2rem;
		width: calc(100% + 2.4rem);
	}
}
.room-point__item {
	width: calc(33% - 2.1rem);
}
@media only screen and (max-width: 767px) {
	.room-point__item {
		width: 80vw;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}
.room-point__image {
	width: 100%;
	height: 18.5rem;
}
.room-point__title {
	margin: 2rem 0 1rem;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.room-point__text {
	line-height: 2;
}
.room-other {
	margin: 5rem 0 0;
}
.room-other__item {
	border-bottom: 1px dashed #000;
	padding: 2rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2rem;
}
@media only screen and (max-width: 767px) {
	.room-other__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.room-other__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.6rem;
}
.room-other__heading img {
	width: 5.5rem;
	height: auto;
}
.room-other__heading-title {
	font-size: 1.2rem;
	width: 8.7rem;
	height: 2rem;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#51f1e3),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(top, #51f1e3 0%, #ffd761 100%);
	background: linear-gradient(180deg, #51f1e3 0%, #ffd761 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.room-other__text {
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.room-memo__title {
	margin: 3.6rem 0 2.4rem;
	color: #5f5d5d;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.room-memo__title {
		margin: 3rem 0 2rem;
	}
}
.room-memo__text {
	line-height: 2;
}
.cuisine__heading {
	padding: 7rem 0;
}
@media only screen and (max-width: 767px) {
	.cuisine__heading {
		padding: 4rem 0;
	}
}
.cuisine__body {
	width: 107rem;
	padding: 0 2rem;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.cuisine__body {
		width: 100%;
		padding: 0 1.5rem;
	}
}
.cuisine__title {
	width: 23.8rem;
	height: 4rem;
	background-color: #fff;
	border-radius: 4rem;
	border: 1px solid;
	margin: -2rem 0 0 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: bold;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
	.cuisine__title {
		width: auto;
		padding: 0 2rem;
		width: 15rem;
		margin: -2rem 0 0 3rem;
	}
}
.cuisine-about {
	padding: 0 0 4rem;
}
.cuisine-about__image {
	width: 100%;
	height: auto;
}
.cuisine-about__title {
	margin: 7rem 0 3rem;
	font-size: 2rem;
	letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
	.cuisine-about__title {
		margin: 2.5rem 0 2rem;
	}
}
.cuisine-about__text {
	line-height: 2;
}
.cuisine-about__chef {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4rem;
	padding: 3rem 0 2rem;
}
@media only screen and (max-width: 767px) {
	.cuisine-about__chef {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
	}
}
.cuisine-about__chef-image {
	max-width: 40rem;
}
@media only screen and (max-width: 767px) {
	.cuisine-about__chef-image {
		padding: 4.5rem 3.8rem 2rem;
	}
}
.cuisine-about__chef-message {
	line-height: 2;
	padding: 3rem 0;
}
@media only screen and (max-width: 767px) {
	.cuisine-about__chef-message {
		padding: 0;
	}
}
@media only screen and (max-width: 767px) {
	.cuisine-menu__item {
		padding-top: 4rem;
	}
}
.cuisine-menu__body {
	margin: 6rem 0;
}
@media only screen and (max-width: 767px) {
	.cuisine-menu__body {
		margin: 4rem 0;
	}
}
.cuisine-menu__subtitle {
	margin: 0 0 5rem;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
	.cuisine-menu__subtitle {
		font-size: 2rem;
		margin: 0 0 3rem;
	}
}
.cuisine-menu__gallery img {
	width: calc(33% - 1.3rem);
	height: 23.6rem;
}
@media only screen and (max-width: 767px) {
	.cuisine-menu__gallery img {
		width: calc(33% - 0.9rem);
		height: 8.4rem;
	}
}
.cuisine-menu__gallery img:first-of-type {
	width: 100%;
	height: auto;
	margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
	.cuisine-menu__gallery img:first-of-type {
		margin-bottom: 1rem;
	}
}
.cuisine-menu__gallery img:nth-of-type(3),
.cuisine-menu__gallery img:nth-of-type(4) {
	margin-left: 2rem;
}
@media only screen and (max-width: 767px) {
	.cuisine-menu__gallery img:nth-of-type(3),
	.cuisine-menu__gallery img:nth-of-type(4) {
		margin-left: 1rem;
	}
}
.cuisine-menu__description {
	margin: 4.6rem 0 0;
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	.cuisine-menu__description {
		margin: 4rem 0 0;
	}
}
.cuisine-menu__notes {
	margin: 3rem 0 0;
	font-size: 1.2rem;
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	.cuisine-menu__notes {
		margin: 2rem 0 0;
	}
}
.cuisine-facility {
	margin: 15rem 0;
}
@media only screen and (max-width: 767px) {
	.cuisine-facility {
		margin: 8rem 0;
	}
}
.cuisine-facility__list {
	margin: 6rem 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4rem;
}
@media only screen and (max-width: 767px) {
	.cuisine-facility__list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		overflow: scroll;
		gap: 2rem;
		margin: 4rem 0 0;
	}
}
.cuisine-facility__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4rem;
}
@media only screen and (max-width: 767px) {
	.cuisine-facility__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 80vw;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}
.cuisine-facility__item-image {
	width: 37.4rem;
	height: 25.7rem;
}
@media only screen and (max-width: 767px) {
	.cuisine-facility__item-image {
		width: 100%;
		height: auto;
	}
}
.cuisine-facility__item-title {
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.1em;
}
.cuisine-facility__item-text {
	line-height: 2;
	margin: 2rem 0 0;
}
.cuisine-option {
	margin: 15rem 0;
}
@media only screen and (max-width: 767px) {
	.cuisine-option {
		margin: 8rem 0;
	}
}
.cuisine-option__list {
	margin: 6rem 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4rem;
}
@media only screen and (max-width: 767px) {
	.cuisine-option__list {
		margin: 4rem 2rem 0;
		gap: 2rem;
	}
}
.cuisine-option__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5rem;
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	.cuisine-option__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1rem;
	}
}
.cuisine-option__item-title {
	font-weight: bold;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	letter-spacing: 0.1em;
}
.contact__body {
	background-color: #fff;
	border: 1px solid;
	border-radius: 4rem 0 4rem 0;
}
.contact-heading {
	border-bottom: 1px dashed #000;
	padding: 5.8rem 0 2rem;
	text-align: center;
}
.contact-heading.no-border {
	border: none;
}
.contact-heading__title {
	font-size: 2rem;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.contact-heading__title {
		font-size: 1.6rem;
	}
}
.contact-heading__step-list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 32.6rem;
	margin: 4rem auto;
}
@media only screen and (max-width: 767px) {
	.contact-heading__step-list {
		width: 28rem;
	}
}
.contact-heading__step-list:before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	border-top: 1px dashed;
	position: absolute;
	top: 2.9rem;
	left: 0;
}
.contact-heading__step {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.2rem;
	position: relative;
	text-align: center;
	width: 6rem;
}
@media only screen and (max-width: 767px) {
	.contact-heading__step {
		width: 5rem;
	}
}
.contact-heading__step.active {
	font-weight: bold;
}
.contact-heading__step.disabled:before {
	opacity: 0.3;
}
.contact-heading__step.disabled2:before {
	opacity: 0.1;
}
.contact-heading__step:before,
.contact-heading__step:after {
	content: "";
	display: block;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
}
@media only screen and (max-width: 767px) {
	.contact-heading__step:before,
	.contact-heading__step:after {
		width: 5rem;
		height: 5rem;
	}
}
.contact-heading__step:before {
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#ffd761),
		to(#51f1e3)
	);
	background: -webkit-linear-gradient(bottom, #ffd761 0%, #51f1e3 100%);
	background: linear-gradient(360deg, #ffd761 0%, #51f1e3 100%);
	z-index: 1;
}
.contact-heading__step:after {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.contact-heading__step > span {
	white-space: nowrap;
}
.contact-heading__text {
	color: #e95e90;
	font-size: 1.2rem;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contact-heading__text {
		line-height: 1.5;
	}
}
.contact__form {
	padding: 0 0 8rem;
}
.contact__form .group {
	padding: 4rem 12rem;
}
@media only screen and (max-width: 767px) {
	.contact__form .group {
		padding: 3rem 2rem;
	}
}
.contact__form .group + .group {
	border-top: 1px dashed;
}
.contact__form .row + .row {
	margin-top: 3rem;
}
.contact__form .label {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.4rem;
}
@media only screen and (max-width: 767px) {
	.contact__form .label {
		font-size: 1.6rem;
	}
}
.contact__form .label.required:after {
	content: "（必須項目）";
	color: #e95e90;
	font-size: 1.2rem;
}
.contact__form .input-text {
	background-color: #fffef4;
	border: 1px solid;
	border-radius: 1rem 0 1rem 0;
	height: 5.4rem;
	width: 36rem;
	padding: 0 3rem;
}
@media only screen and (max-width: 767px) {
	.contact__form .input-text {
		width: 100%;
		padding: 0 2rem;
	}
}
.contact__form .input-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	gap: 2rem;
	font-weight: bold;
	font-size: 2rem;
}
.contact__form .input-radio .wpcf7-list-item {
	margin: 0;
}
.contact__form .input-textarea {
	background-color: #fffef4;
	border: 1px solid;
	border-radius: 1rem 0 1rem 0;
	height: 30rem;
	width: 100%;
	padding: 3rem;
}
@media only screen and (max-width: 767px) {
	.contact__form .input-textarea {
		padding: 2rem;
		height: 20rem;
	}
}
.contact__form .wpcf7-not-valid-tip {
	margin: 1rem 0 0;
	color: #ea5e90;
}
.contact__form .wpcf7 form.invalid .wpcf7-response-output,
.contact__form .wpcf7 form.failed .wpcf7-response-output,
.contact__form .wpcf7 form.aborted .wpcf7-response-output {
	border: none;
	text-align: center;
	color: #ea5e90;
}
.contact__form .wpcf7-spinner {
	display: none;
}
.contact__form dl + dl {
	margin-top: 2.8rem;
}
.contact__form dt {
	margin-bottom: 1.4rem;
}
.contact__form dd {
	font-size: 2rem;
}
@media only screen and (max-width: 767px) {
	.contact__form dd {
		font-size: 1.6rem;
	}
}
.contact__form .submit-text {
	margin: 8rem 0 -3rem;
	text-align: center;
	font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
	.contact__form .submit-text {
		line-height: 1.5;
	}
}
.contact__form .back-button {
	text-align: center;
	margin: 4rem 0 0;
	font-size: 1.4rem;
}
.contact__form input.back {
	border-bottom: 1px solid;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.contact__form input.back:hover {
	opacity: 0.6;
}
.contact__form .submit-button {
	text-align: center;
}
.contact__form .submit {
	padding: 1.8rem 4.5rem;
	background-color: #ea5e90;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	border-radius: 1rem 0 1rem 0;
	margin: 10rem auto 0;
	min-width: 27rem;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.contact__form .submit:hover {
	opacity: 0.6;
}
@media only screen and (max-width: 767px) {
	.contact__form .submit {
		font-size: 1.8rem;
	}
}
.contact__complete {
	text-align: center;
	padding: 0 0 10rem;
}
.contact__complete-text {
	margin: 0 0 6rem;
	line-height: 2;
}
.contact__complete-link {
	border-bottom: 1px solid;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.contact__complete-link:hover {
	opacity: 0.6;
}

.guide .lower-page__wrapper,
.partners .lower-page__wrapper {
	width: 104rem;
}
.guide h3,
.partners h4 {
	font-size: 2rem;
	line-height: 1.8;
	text-align: center;
	margin-top: 6rem;
}
a.FE42AD {
	color: #fe42ad;
}
.guide__body,
.partners__body {
	position: relative;
}
.guide__step {
	position: absolute;
	top: -1.7rem;
	left: 6rem;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.3em;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 21.5rem;
	height: 3.7rem;
	border-radius: 2em;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#51f1e3),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(top, #51f1e3 0%, #ffd761 100%);
	background: linear-gradient(180deg, #51f1e3 0%, #ffd761 100%);
}
.guide__text {
	line-height: 1.8;
	text-align: center;
	margin-top: 8rem;
}
.guide .stay-list-mv {
	width: 100%;
}
.step1__link {
	font-size: 1.4rem;
	color: #fe42ad;
	text-align: right;
	width: 78rem;
	margin: 2rem auto 0 auto;
}
.step1__link:last-child {
	margin-bottom: 8rem;
}
.step1__link a {
	text-decoration: underline;
}
.guide .stay-list-filter {
	margin: 8.6rem auto 3rem;
}
div.stay-list__list {
	width: 82rem;
}
div.stay-list__list img {
	width: 100%;
}
.guide .recomment-item {
	width: 25.7rem;
	padding: 1.5rem;
	border: 1px solid #5f5d5d;
	filter: none;
}
.guide .recomment-item__image-wrap {
	width: 100%;
	height: auto;
}
.guide .recomment-item__title {
	margin: 2.5rem 0 2rem;
}
.guide__body:nth-of-type(2) div.stay-list__list,
.guide__body:nth-of-type(3) div.stay-list__list,
.guide__body:nth-of-type(4) div.stay-list__list,
.guide__body:nth-of-type(5) div.stay-list__list {
	padding: 8rem 0 10rem;
}
.guide__body:nth-of-type(2) .stay-list__list {
	width: 81rem;
}
.guide__body:nth-of-type(3) .stay-list__list {
	width: 81rem;
}
.guide__body:nth-of-type(4) .stay-list__list {
	width: 89rem;
}
.guide__body:nth-of-type(5) .stay-list__list {
	width: 89rem;
}
.guide .stay-list-filter {
	border: 1px solid #5f5d5d;
}
.guide .stay-list-filter:before {
	content: "";
	display: block;
	position: absolute;
	top: -1rem;
	left: -1rem;
	width: 2.6rem;
	height: 2.4rem;
	border-radius: 50%;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#51f1e3),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(top, #51f1e3 0%, #ffd761 100%);
	background: linear-gradient(180deg, #51f1e3 0%, #ffd761 100%);
}
.guide .stay-list-filter:after {
	display: none;
}

.partners__about--p {
	text-align: center;
	line-height: 1.8;
	padding-top: 4rem;
}
.partners .lower-page__inner {
	margin: 5rem 0 21rem;
}
.partners .contact__body {
	border-radius: 0;
}
.partners__body::before {
	content: "";
	display: block;
	position: absolute;
	top: -1rem;
	left: -1rem;
	width: 2.6rem;
	height: 2.4rem;
	border-radius: 50%;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#51f1e3),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(top, #51f1e3 0%, #ffd761 100%);
	background: linear-gradient(180deg, #51f1e3 0%, #ffd761 100%);
}
.partners .guide__step {
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	width: 24rem;
	height: 4rem;
	border: 1px solid #000;
	background: #fffef4;
	background: #fffef4;
	background: #fffef4;
}
.partners__body {
	margin: 7rem 0 0;
}
.partners__body:first-of-type {
	margin-bottom: 17rem;
	margin-top: 6rem;
}
.about__flex {
	display: flex;
	justify-content: center;
	gap: 4rem;
	padding: 2.3rem 0;
}
.about__flex--image {
	width: 23rem;
}
.about__flex--image img {
	width: 100%;
}
.partners .guide__text {
	width: 86rem;
	text-align: left;
	margin: 8rem auto 0;
}
.merit__flex {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-end;
	padding: 5rem 0 9rem;
}
.merit__flex__contents {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3rem;
}
.merit__flex__contents:nth-of-type(1) .merit__flex--image {
	width: 19.2rem;
}
.merit__flex__contents:nth-of-type(2) .merit__flex--image,
.merit__flex__contents:nth-of-type(4) .merit__flex--image {
	width: 12.8rem;
}
.merit__flex__contents:nth-of-type(3) .merit__flex--image {
	width: 21.9rem;
}
.merit__flex__contents:nth-of-type(5) .merit__flex--image {
	width: 10.7rem;
}
.merit__flex--image img {
	width: 100%;
}
.merit__flex__contents p {
	text-align: center;
	line-height: 1.4;
}
.fz14 {
	font-size: 1.4rem;
}
.partners .lower-page__body:nth-of-type(3),
.partners .lower-page__body:nth-of-type(4) {
	margin: 0;
	border-top: 1px solid #fff;
}
.partners .lower-page__body:nth-of-type(4) {
	margin-bottom: 12rem;
}
.lower-page__body:nth-of-type(3)
	.merit__flex__contents:nth-of-type(1)
	.merit__flex--image {
	width: 19.5rem;
	transform: translateY(-2rem);
}
.lower-page__body:nth-of-type(3)
	.merit__flex__contents:nth-of-type(2)
	.merit__flex--image {
	width: 17rem;
}
.lower-page__body:nth-of-type(3)
	.merit__flex__contents:nth-of-type(3)
	.merit__flex--image {
	width: 20rem;
}
.lower-page__body:nth-of-type(4)
	.merit__flex__contents:nth-of-type(1)
	.merit__flex--image {
	width: 10.3rem;
}
.lower-page__body:nth-of-type(4)
	.merit__flex__contents:nth-of-type(2)
	.merit__flex--image {
	width: 13.8rem;
}
.lower-page__body:nth-of-type(4)
	.merit__flex__contents:nth-of-type(3)
	.merit__flex--image {
	width: 11.7rem;
}
.partners__body:nth-of-type(4) {
	margin-bottom: 16rem;
}
.partners__body:nth-of-type(5) {
	margin-top: 2rem;
}
.partners__body:nth-of-type(6),
.partners__body:nth-of-type(7) {
	margin-top: 3.5rem;
}
.partners__body:nth-of-type(7) {
	margin-bottom: 12rem;
}
.text--3 {
	font-size: 6.4rem;
	padding: 0 0.5rem;
	background: linear-gradient(to bottom, #51f1e3 0%, #ffd761 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.partners .heading__title {
	display: inline-flex;
	align-items: center;
}
.three--step {
	text-align: center;
	padding: 5rem 0;
}
.three--step p {
	line-height: 1.4;
	letter-spacing: 0.2em;
}
.partners h3 {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding-bottom: 2rem;
}
.faq {
	border-top: 1px dashed #000;
	padding: 3.5rem 4.5rem 3rem;
}
.faq:last-child {
	border-bottom: 1px dashed #000;
}
.faq h5 {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.15em;
	color: #5f5d5d;
	padding-bottom: 1.8rem;
}
.lower-page__body:nth-of-type(8) {
	margin-top: 7rem;
	margin-bottom: 15rem;
}
.lower-contact-banner {
	display: block;
	width: 60rem;
	margin: 0 auto;
}
.lower-contact-banner img {
	width: 100%;
}
.partners__kv {
	width: 100%;
	text-align: center;
	position: relative;
}
.partners__kv img {
	width: 100%;
}
.partners__kv h1 {
	font-size: 5.2rem;
	line-height: 1.4;
	position: absolute;
	top: 45%;
	left: 51%;
	transform: translate(-50%, -50%);
}
.partners__kv p {
	font-size: 2rem;
	line-height: 1.4;
	position: absolute;
	top: 59%;
	left: 50.5%;
	transform: translate(-50%, -50%);
}
.sp-block {
	display: none;
}
.br-sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.sp-block {
		display: block;
	}
	.pc-block {
		display: none;
	}
	.br-pc {
		display: none;
	}
	.br-sp {
		display: block;
	}
	.partners__kv h1 {
		font-size: 1.6rem;
		line-height: 1.4;
		position: absolute;
		top: 60%;
		left: 51%;
		transform: translate(-50%, -50%);
	}
	.partners__kv p {
		width: max-content;
		font-size: 1.3rem;
		line-height: 1.4;
		letter-spacing: -0.08em;
		position: absolute;
		top: 82%;
		left: 50.5%;
		transform: translate(-50%, -50%);
	}
	.guide .lower-page__wrapper,
	.partners .lower-page__wrapper {
		width: 100%;
		padding: 0 1.5rem;
	}
	.partners .lower-page__inner {
		margin: 3rem 0 10rem;
	}
	.partners__about--p {
		padding-top: 3rem;
	}
	.partners__body:first-of-type {
		margin-bottom: 4.5rem;
		margin-top: 3.5rem;
	}
	.about__flex {
		gap: 0;
		padding: 0;
		flex-direction: column;
		align-items: center;
	}
	.about__flex--image:nth-of-type(2) {
		margin: -2rem 0;
	}
	.partners__body {
		margin: 6rem 0 0;
	}
	.partners .guide__text {
		width: 26rem;
		margin: 5rem auto 0;
	}
	.merit__flex {
		align-items: center;
		padding: 4rem 0 6.5rem;
		flex-direction: column;
		gap: 5rem;
	}
	.merit__flex__contents:nth-of-type(4) .merit__flex--image {
		margin-bottom: 3rem;
	}
	.lower-page__body:nth-of-type(3)
		.merit__flex__contents:nth-of-type(1)
		.merit__flex--image {
		transform: translateY(0rem);
	}
	.partners__body:nth-of-type(4) .merit__flex__contents {
		gap: 1.5rem;
	}
	.text--3 {
		font-size: 4.8rem;
	}
	.partners h3 {
		font-size: 2rem;
		line-height: 1.2;
	}
	.partners__body:nth-of-type(6),
	.partners__body:nth-of-type(7) {
		margin-top: 4rem;
	}
	.partners__body:nth-of-type(7) {
		margin-bottom: 8rem;
	}
	.lower-page__body:nth-of-type(8) {
		margin-top: 5rem;
		margin-bottom: 10rem;
	}
	.faq {
		padding: 3.5rem 0 3rem;
	}
	.faq h5 {
		font-size: 1.6rem;
		padding-bottom: 1.6rem;
	}
	.faq p {
		line-height: 1.8;
	}
	.partners .guide__step {
		font-size: 1.6rem;
		letter-spacing: 0.2em;
		width: 24rem;
		height: 4rem;
		border: 1px solid #000;
		background: #fffef4;
		background: #fffef4;
		background: #fffef4;
	}
	.guide__step {
		top: -1.9rem;
		left: 5rem;
	}
	.partners .heading:nth-of-type(3) {
		gap: 0;
	}
	.lower-contact-banner {
		width: 100%;
	}

	.guide .lower-page__inner {
		margin: 5rem 0 10rem;
	}
	.guide h3 {
		font-size: 1.5rem;
		margin-top: 3.5rem;
	}
	.guide .lower-page__body {
		margin: 8rem 0 0;
	}
	.guide .guide__step {
		top: -1.5rem;
		left: 8rem;
		font-size: 1.4rem;
		width: 18rem;
		height: 3.4rem;
	}
	.guide__text {
		margin-top: 5rem;
	}
	.guide .stay-list-filter {
		margin: 3rem auto 3rem;
		border-radius: 0.5em;
		padding: 3.5rem 1rem 4rem;
	}
	.guide .stay-list-filter__title {
		font-size: 1.4rem;
	}
	.stay-list-filter__area {
		gap: 1.5rem 0;
		font-size: 1.4rem;
	}
	div.stay-list__list {
		width: 32.3rem;
	}
	.step1__link {
		font-size: 1.4rem;
		width: 100%;
		padding-right: 1rem;
		margin: 3rem auto 0 auto;
	}
	.guide .top-recommend {
		margin: 4rem 0 0;
	}
	.guide .top-recommend__body .recomment-item__list {
		flex-direction: column;
	}
	.guide .recomment-item {
		width: 100%;
	}
	.guide .recomment-item__title {
		margin: 2rem 0 1.5rem;
	}
	.step1__link:last-child {
		margin: 2rem auto 6rem auto;
	}
	.guide__body:nth-of-type(2) .stay-list__list {
		width: 23.8rem;
	}
	.guide__body:nth-of-type(2) div.stay-list__list,
	.guide__body:nth-of-type(3) div.stay-list__list,
	.guide__body:nth-of-type(4) div.stay-list__list,
	.guide__body:nth-of-type(5) div.stay-list__list {
		padding: 3rem 0 5rem;
	}
	.guide__body:nth-of-type(5) .stay-list__list,
	.guide__body:nth-of-type(4) .stay-list__list,
	.guide__body:nth-of-type(3) .stay-list__list {
		width: auto;
	}
}

/* cta */
.cta img,
.cta-sp img {
	width: 100%;
}
.cta,
.cta-sp {
	display: none;
}

.cta {
	position: fixed;
	width: 18.5rem;
	right: 0;
	bottom: 10%;
	display: none; /* JSで表示切替 */
	z-index: 999;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 767px) {
	.cta-sp {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		display: block;
		z-index: 999;
	}
}

.is-sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.is-sp {
		display: block;
	}
	.is-pc {
		display: none;
	}
	.footer__bottom.is-sp {
		display: flex;
		justify-content: center;
		margin-top: 3rem;
	}
}

.header__inner {
	max-width: 128rem;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;

	gap: 5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem 4.6rem 1rem 3.4rem;
}
.header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.header__nav a {
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.2em;
}
.header__nav a + a:before {
	content: "｜";
}
.header__inner > p {
	line-height: 1;
}

.top-mv__logo {
	position: absolute;
	top: 51%;
	left: 49%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	width: 51.7rem;
}
.mv__line {
	position: absolute;
	top: 35%;
	right: -4%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 11;
	width: 21.7rem;
}
.mv__line.sp {
	display: none;
}

.top-mv-bottom__text {
	line-height: 1.5;
}
.top-mv-bottom__text span {
	font-size: 1.4rem;
}
.stay-list-filter img {
	width: 100%;
}
.stay-list-filter:before,
.stay-list-filter:after {
	content: "";
	display: block;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
}
.stay-list-filter:before {
	top: -0.8rem;
	left: -1rem;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.stay-list-filter:before,
.stay-list-filter:after {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#51f1e3),
		to(#ffd761)
	);
	background: -webkit-linear-gradient(top, #51f1e3 0%, #ffd761 100%);
	background: linear-gradient(180deg, #51f1e3 0%, #ffd761 100%);
}
.stay-list-filter:after {
	display: none;
}
.stay-list-mv__title .en {
	font-weight: 500;
}
.stay-list-filter {
	padding: 7rem 3.6rem;
}
.stay__flex {
	display: flex;
	justify-content: space-between;
	padding: 4rem 0 8rem;
}
.stay--text {
	width: 73rem;
	margin: 0 auto;
}
.stay__flex__box {
	width: 37rem;
}
.stay__flex__box a {
	display: block;
	font-weight: 600;
	line-height: 2;
}
.stay--line {
	display: flex;
	justify-content: center;
	gap: 2rem;
	align-items: center;
	padding-top: 4rem;
}
.stay--line p {
	text-align: left;
	font-size: 2rem;
	line-height: 1.6;
}
.stay--line-logo {
	width: 4.5rem;
}
.top__banner {
	width: 83rem;
	margin: auto;
	display: block;
}
.top__banner:last-of-type {
	margin-bottom: 14rem;
}
.top__banner img {
	width: 100%;
}

.footer--left {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer--left > p {
	margin-top: 0.5rem;
}
.footer--left > p > a {
	text-decoration: underline;
	font-size: 1.1rem;
}
.footer__logo__flex {
	display: flex;
	justify-content: center;
	gap: 4rem;
	padding-bottom: 2rem;
}
.footer-text {
	width: 67.8rem;
}
.footer-text img {
	width: 100%;
}
.footer {
	padding: 3.3rem 15rem;
}

.prefecture__flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3rem;
}
.prefecture__flex .row {
	margin-top: 0 !important;
}
.prefecture {
	position: relative;
}
.prefecture::after {
	position: absolute;
	content: "";
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #000;
	top: 52%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 1.375rem;
}
select#prefecture:invalid {
	color: #b5b5b5;
	border: 1px solid #000;
}
.contact__form .input-text2 {
	width: 100%;
}
.row > p {
	margin-top: 2rem;
	font-size: 1.6rem;
	line-height: 1.6;
}
.contact-heading {
	padding: 6rem 0;
}
.contact-heading__title {
	font-weight: normal;
}
.contact__form dt {
	margin-bottom: 1.8rem;
	font-size: 2rem;
}
.contact__form dd {
	font-size: 2rem;
	font-weight: bold;
}
.confirm__flex {
	display: flex;
}
.contact__form dl + dl {
	margin-top: 0rem;
}
.contact__form .submit {
	margin: 3rem auto 0;
}
.confirm .contact__form .submit {
	margin: 5rem auto 0;
}
.confirm .group .confirm__flex:last-child dt {
	margin-bottom: 0;
}
.confirm .contact__form .group {
	border-top: 1px dashed;
}
.contact__complete {
	text-align: center;
	padding: 5rem 0;
}
.complete .contact-heading__title {
	font-weight: normal;
	line-height: 1.8;
}
.heading__title {
	font-size: 2rem;
	letter-spacing: 0.2em;
	text-align: center;
	line-height: 1.4;
}
.no-border {
	border-top: none !important;
}
.flow__body {
	width: 100%;
}
.flow__body img {
	width: 100%;
}
.lower-page__wrapper {
	width: 104rem;
	padding: 0 2rem;
	margin: auto;
}
.lower-page__inner.flow {
	margin: 8rem 0 0;
}
.lower-page__inner#request {
	margin: 0;
	padding: 12rem 0 15rem;
}
.scroll-top {
	position: fixed;
	right: 3rem;
	bottom: 5rem;
	width: 3.5rem;
	z-index: 999;
}
.scroll-top img {
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.scroll-top {
		right: 1rem;
	}
	.header__inner {
		gap: 3.5rem;
	}
	.top-mv-bottom__title {
		font-size: 2.4rem;
		padding-right: 4rem;
	}
	.top-mv-bottom__title img {
		width: 7rem;
		right: 1rem;
	}
	.top-mv-bottom__text span {
		letter-spacing: -0.08em;
	}
	.top__banner {
		width: 100%;
		padding: 0 1.5rem;
	}
	.stay__flex {
		padding: 2rem 0 6rem;
		flex-direction: column;
		gap: 2rem;
	}
	.stay__flex__box a {
		font-size: 1.6rem;
	}
	.stay__flex__box {
		width: 100%;
	}
	.stay-list-filter {
		padding: 6rem 0;
	}
	.stay-list-filter img {
		width: 34rem;
	}
	.stay--text {
		width: 100%;
	}
	.stay--text img {
		width: 100%;
	}
	.stay--line {
		padding-top: 3rem;
		flex-direction: column;
	}
	.stay--line-logo img {
		width: 4.5rem;
	}
	.stay--line p {
		text-align: center;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	.lower-page__wrapper {
		width: 100%;
		padding: 0 1.5rem;
	}
	.contact__body {
		margin: 8rem 0 0;
	}
	.lower-page__inner#request {
		margin: 0;
		padding: 10rem 0 13rem;
	}
	.contact-heading__title {
		line-height: 1.5;
	}
	.contact-heading {
		padding: 4rem 0;
	}
	.contact__form .group {
		padding: 4rem 1.5rem;
	}
	.contact__form .group-category .label {
		flex-direction: column;
		align-items: start;
	}
	.group-category .row {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.contact__form .input-radio {
		gap: 4rem;
	}
	.row > p {
		text-align: center;
	}
	[type="radio"] {
		width: 1.6rem;
		height: 1.6rem;
		transform: translateY(-0.2rem);
	}
	.prefecture__flex {
		flex-direction: column;
		row-gap: 3rem;
	}
	.group-address > .label {
		margin-bottom: 3rem;
	}
	.contact__form .label {
		font-size: 1.8rem;
	}
	.footer-text {
		width: 35.2rem;
	}
	.footer {
		padding: 2rem;
	}
	.footer__logo.sp {
		margin: 1rem auto 2rem;
	}
	.footer__logo__flex {
		padding-bottom: 0;
	}
	.footer__bottom.is-sp {
		margin-top: 5rem;
		flex-direction: column;
		align-items: center;
		text-decoration: underline;
		gap: 3rem 0;
	}
	.footer__bottom p {
		font-size: 1.1rem;
	}
	.footer__copy {
		margin-top: 4rem;
	}
}

.input-checkbox .wpcf7-list-item {
	margin: 0 !important;
}
.input-checkbox .wpcf7-list-item:last-child {
	margin: 0 0 0 1.5em !important;
}
.input-checkbox .wpcf7-list-item-label{
	font-weight: bold;
	font-size: 2rem;
}
input[type="checkbox"] {
    transform: translateY(-0.3rem);
}
@media screen and (max-width: 767px) {
  .input-checkbox .wpcf7-list-item-label {
    font-size: 1.8rem;
}
.input-checkbox .wpcf7-list-item:last-child {
	margin: 0 !important;
}
.input-checkbox{
	display: flex;
	flex-direction: column;
	row-gap: 1.5rem;
}
input[type="checkbox"] {
    transform: translateY(-0.3rem);
    width: 1.8rem;
    height: 1.8rem;
}
    .contact__form .group-check .label {
        flex-direction: column;
        align-items: start;
    }
}