/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */

* {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

body {
	font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
}

@font-face {
	font-family: "harenohi";
	src: url("../../fonts/Harenosora.otf") format("opentype");
}

.font-harenohi {
	font-family: "harenohi", sans-serif;
}

.font-mincho-nomal {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
}

.font-mincho-bold {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
}

.inner {
	box-sizing: content-box;
	padding: 0 45px;
}

.inner__s {
	margin: 0 auto;
	max-width: 100%;
	width: 1000px;
}

.inner__ss {
	margin: 0 auto;
	max-width: 100%;
	width: 800px;
}

* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	color: #2A2E34;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1.5;
	overflow-x: hidden;
}

img {
	width: 100%;
}

.section__title {
	text-align: center;
}

.section__title_white {
	color: #fff;
	text-align: center;
}

.section__title_en {
	font-size: 5.7rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5000872144;
}

.section__title_jp {
	font-family: "fot-tsukuardgothic-std", "TsukuARdGothic-Regular", sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1;
}

.page__title {
	color: #4887DF;
	text-align: center;
}

.page__title-container {
	display: inline-block;
	position: relative;
	z-index: 5;
}

.page__title-en {
	font-size: 1.4rem;
	font-weight: 700;
	left: -0.3rem;
	position: absolute;
	top: -1.5rem;
}

.page__title-jp {
	display: inline-block;
	font-family: "fot-tsukuardgothic-std", "TsukuARdGothic-Regular", sans-serif;
	font-size: 4rem;
	font-weight: 700;
}

.title__bg_cloud::before {
	background: url(../../img/title-bg.png) no-repeat center center/contain;
	content: "";
	height: 108px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -65%);
	width: 180px;
	z-index: -1;
}

.title__bg_cloud-white::before {
	background: url(../../img/title-bg-white.png) no-repeat center center/contain;
}

.page__minititle {
	text-align: center;
}

.page__minititle_position {
	margin-top: 6.5rem;
}

.page__minititle-jp {
	display: inline-block;
	font-family: "fot-tsukuardgothic-std", "TsukuARdGothic-Regular", sans-serif;
	font-size: 3.6rem;
	font-weight: 700;
	padding-bottom: 0.8rem;
	position: relative;
}

.page__minititle-jp::after {
	background: #4887DF;
	bottom: 0;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 50px;
}

.float-button__wrap {
	bottom: 40px;
	display: none;
	position: fixed;
	right: 40px; /*最初は隠す*/
	width: 116px;
	z-index: 50;
}

.footer {
	background: #fff;
	padding: 2.5rem 0 6rem;
	position: relative;
}

.footer__above-wave {
	left: 0;
	position: absolute;
	top: 0;
	transform: translateY(-100%);
	width: 100%;
	z-index: 5;
}

.footer__above-wave-sp {
	left: 0;
	position: absolute;
	top: 0;
	transform: translateY(-100%);
	width: 100%;
	z-index: 5;
}

.footer__bg1 {
	left: 0;
	position: absolute;
	top: 0;
	transform: translateY(-10%);
	width: 29.9305555556%;
}

.footer__bg2 {
	bottom: 0;
	left: 17.0138888889%;
	position: absolute;
	width: 32.9166666667%;
}

.footer__bg3 {
	bottom: 0;
	position: absolute;
	right: 0;
	transform: translateY(4%);
	width: 34.7222222222%;
}

.footer__bg-sp-above {
	left: 0;
	position: absolute;
	top: 3%;
	width: 29.3333333333%;
}

.footer__bg-sp-middle {
	position: absolute;
	right: 0;
	top: 15%;
	width: 53.3333333333%;
}

.footer__container {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}

.footer__button_sp {
	border: 1px solid #DE5747;
	border-radius: 30px;
	color: #DE5747;
	font-size: 1.4rem;
	padding: 0.9rem 2rem;
	position: absolute;
	right: 0;
	top: 28px;
	transform: translateY(-50%);
}

.footer__logo {
	display: block;
	height: 76px;
	width: 76px;
}

.footer__logo:hover {
	opacity: 0.7;
}

.footer__address {
	margin-top: 3rem;
}

.footer__address dd {
	margin-top: 0.4rem;
}

.footer__tel {
	margin-top: 2.6rem;
}

.footer__tel dd {
	margin-top: 0.4rem;
}

.footer__copyright {
	color: #D9D9D9;
	display: block;
	font-size: 1.2rem;
	margin-top: 2.6rem;
}

.footer__right {
	display: flex;
	flex-direction: column;
	text-align: right;
}

.footer__nav {
	margin-top: 2.5rem;
}

.footer__nav-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
}

.footer__nav-item {
	margin-left: 2rem;
}

.footer__nav-item:nth-child(n+3) {
	margin-top: 1rem;
}

.footer__item_null {
	width: 100%;
}

.footer__nav-link {
	color: #2A2E34;
	transition: all 0.3s ease 0s;
}

.footer__nav-link:hover {
	color: #4887DF;
}

.footer__sns {
	display: flex;
	justify-content: right;
	margin-top: 2.5rem;
}

.footer__sns-item + .footer__sns-item {
	margin-left: 2rem;
}

.footer__sns-link {
	border-radius: 50%;
	display: block;
	height: 40px;
	position: relative;
	transition: all 0.3s ease 0s;
	width: 40px;
}

.footer__sns-link:hover {
	opacity: 0.7;
}

.footer__instagram {
	background: #4887DF;
}

.footer__instagram::after {
	background: url(../../img/instagram-icon.png) no-repeat center center/contain;
	content: "";
	height: 25px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 25px;
}

.footer__line {
	background: #54DE47;
}

.footer__line::after {
	background: url(../../img/line-icon.png) no-repeat center center/contain;
	content: "";
	height: 25px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 27px;
}

.footer__privacy-policy {
	margin-top: auto;
}

.footer__privacy-policy_link {
	color: #2A2E34;
	font-size: 1.4rem;
	transition: all 0.3s ease 0s;
}

.footer__privacy-policy_link:hover {
	color: #4887DF;
}

.header {
	background: #fff;
	height: 100px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header__inner {
	padding: 1.5rem 4.5rem;
}

.header__flex {
	display: flex;
}

.header__logo {
	height: 70px;
	transition: all 0.3s ease 0s;
	width: 70px;
}

.header__logo:hover {
	opacity: 0.7;
}

.header__right {
	align-items: center;
	display: flex;
}

.header__right_position {
	margin-left: auto;
}

.header__nav {
	display: flex;
}

.header__item + .header__item {
	margin-left: 2.2rem;
}

.header__link {
	color: #000;
	font-size: 1.4rem;
	transition: all 0.3s ease 0s;
}

.header__link:hover {
	color: #4887DF;
}

/* =============================================================
Drawer - ドロワーアイコン
============================================================= */

.drawer-icon {
	opacity: 1;
	transition: all 1s ease 0.5s;
}

.drawer-icon.is-active {
	opacity: 0;
	transition: all 0.5s ease 0s;
}

.drawer-icon_flex {
	align-items: center;
	display: flex;
}

.drawer-icon_flex-close {
	align-items: center;
	display: flex;
}

.drawer-icon_close {
	opacity: 0;
	transition: all 0.5s ease 0s;
}

.drawer-icon_close.is-active {
	opacity: 1;
	transition: all 1s ease 0.5s !important;
}

.drawer-icon_img-close img {
	vertical-align: baseline;
}

.drawer-icon_img-open img {
	vertical-align: baseline;
}

/* =============================================================
Drawer - ドロワーコンテント
============================================================= */

.drawer-content {
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
	height: 100%;
	padding: 40px;
	position: fixed;
	right: 0;
	transform: translateX(100%);
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 299;
}

.drawer-content.is-active {
	transform: translateX(0);
}

.drawer__bg-left {
	left: 0;
	position: absolute;
	top: 5%;
	width: 40%;
	z-index: -1;
}

.drawer__bg-left2 {
	left: 0;
	position: absolute;
	top: 58%;
	width: 74.6666666667%;
	z-index: -1;
}

.drawer__bg-right {
	position: absolute;
	right: 0;
	top: 20%;
	transform: translateX(20%);
	width: 80%;
	z-index: -1;
}

.drawer__container {
	left: 50%;
	position: absolute;
	top: 40%;
	transform: translate(-50%, -50%);
}

.drawer-content__items {
	text-align: center;
}

.drawer-content__item + .drawer-content__item {
	margin-top: 1.5rem;
}

.drawer-content__item__link {
	color: #2A2E34;
	font-size: 1.5rem;
}

.drawer__button {
	margin-top: 3.5rem;
	text-align: center;
}

.drawer__button-link {
	background: #DE5747;
	border-radius: 30px;
	color: #fff;
	font-size: 1.4rem;
	padding: 0.95rem 2rem;
}

.drawer__sns {
	display: flex;
	gap: 2rem;
	justify-content: center;
	margin-top: 3.5rem;
}

.drawer__sns-link {
	border-radius: 50%;
	display: block;
	height: 40px;
	position: relative;
	width: 40px;
}

.drawer__instagram {
	background: #4887DF;
}

.drawer__instagram::after {
	background: url(../../img/instagram-icon.png) no-repeat center center/contain;
	content: "";
	height: 25px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 25px;
}

.drawer__line {
	background: #54DE47;
}

.drawer__line::after {
	background: url(../../img/line-icon.png) no-repeat center center/contain;
	content: "";
	height: 25px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 27px;
}

.top {
	position: relative;
}

.top__bg {
	position: relative;
	z-index: 3;
}

.top__bg-tb {
	position: relative;
	z-index: 3;
}

.top__bg-sp {
	display: none;
}

.top__bg-right {
	bottom: 0;
	position: absolute;
	right: 0;
	transform: translateY(50%);
	width: 23.7037037037%;
}

.top__texts {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: 10;
}

.top__texts::after {
	background: url(../../img/top-text-bg.png) no-repeat center center/contain;
	content: "";
	height: 141px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 305px;
	z-index: -1;
}

.top__texts-other {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -20%);
	white-space: nowrap;
	z-index: 5;
}

.top__texts_font {
	color: #fff;
}

.top__text_small {
	display: block;
	font-size: 3rem;
	letter-spacing: 0.08em;
}

.top__text_big {
	display: block;
	font-size: 3.6rem;
	letter-spacing: 0.08em;
	margin-top: 1rem;
}

.top__text_en {
	display: block;
	font-size: 5.7rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1;
}

.top__text_jp {
	display: block;
	font-family: "fot-tsukuardgothic-std", "TsukuARdGothic-Regular", sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	margin-top: 1rem;
}

.top__left {
	left: 40px;
	position: absolute;
	top: calc(100px + 5rem);
	z-index: 5;
}

.top__instagram-link {
	background: #4887DF;
	border-radius: 50px;
	display: inline-block;
	height: 40px;
	position: relative;
	transition: all 0.3s ease 0s;
	width: 40px;
}

.top__instagram-link:hover {
	opacity: 0.8;
}

.top__instagram-link::after {
	background: url(../../img/instagram-icon.png) no-repeat center center/contain;
	content: "";
	height: 25px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 25px;
}

.scroll_down {
	animation: arrowmove 1s ease-in-out infinite;
	bottom: 1%;
	position: absolute;
	right: 50%;
	transform: translateY(160px);
}

.scroll_down-left {
	background: #4887DF;
	bottom: 5px;
	content: "";
	height: 10px;
	left: -5px;
	position: absolute;
	transform: skewX(31deg);
	width: 2px;
}

.scroll_down-right {
	background: #4887DF;
	bottom: 5px;
	content: "";
	height: 10px;
	position: absolute;
	right: -3px;
	transform: skewX(-31deg);
	width: 2px;
}

.scroll_down a {
	bottom: 50%;
	color: #4887DF;
	font-size: 14px;
	letter-spacing: -0.02em;
	position: absolute;
	right: -24px;
	text-decoration: none;
	transform: translateY(-50%);
	white-space: nowrap;
	writing-mode: vertical-rl;
}

.scroll_down a span {
	display: inline-block;
	width: 30px;
}

.scroll_down:after {
	background: #4887DF;
	bottom: 5px;
	content: "";
	height: 140px;
	position: absolute;
	right: 0;
	width: 2px;
}

.reserve__button_position {
	margin-left: 2.8rem;
}

.reserve__link {
	border-radius: 30px;
	display: inline-block;
	position: relative;
	text-align: center;
	width: 140px;
}

.reserve__link_header {
	background: #DE5747;
	transition: all 0.3s ease 0s;
}

.reserve__link_header:hover {
	opacity: 0.8;
}

.reserve__link_footer {
	background: #fff;
	border: 1px solid #DE5747;
	transition: all 0.3s ease 0s;
}

.reserve__link_footer:hover {
	background: #DE5747;
	border: 1px solid #fff;
}

.reserve__link-text {
	display: inherit;
	font-size: 1.4rem;
	padding: 1rem 1.6rem;
	position: relative;
}

.reserve__link-text::after {
	content: "";
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.reserve__text_header {
	color: #fff;
}

.reserve__text_footer {
	color: #DE5747;
	transition: all 0.3s ease 0s;
}

.reserve__text_footer:hover {
	color: #fff;
}

.concept {
	padding: 10rem 0;
	position: relative;
}

.concept__bg1 {
	left: 0;
	min-width: 400px;
	position: absolute;
	top: 0;
	width: 30.0694444444%;
	z-index: -1;
}

.concept__bg2 {
	bottom: 0;
	position: absolute;
	right: 0;
	transform: translateY(50%);
	width: 31.5972222222%;
	z-index: 3;
}

.concept__bg1-sp {
	left: 0;
	position: absolute;
	top: 0;
	transform: translateY(-20%);
	width: 38.6666666667%;
	z-index: 3;
}

.concept__bg2-sp {
	bottom: 0;
	position: absolute;
	right: 0;
	transform: translateY(80%);
	width: 49.3333333333%;
	z-index: 3;
}

.concept__inner {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: 743px;
	z-index: 3;
}

.concept__messages {
	margin-top: 10rem;
}

.concept__message_main {
	font-size: 2.4rem;
	letter-spacing: 0.08em;
}

.concept__message_main + .concept__message_main {
	margin-top: 0.8rem;
}

.concept__message_sub_position {
	margin-top: 2.8rem;
	text-align: right;
}

.concept__message_sub_text {
	display: inline-block;
	text-align: left !important;
}

.concept__youtube {
	margin: 8rem auto 0;
	padding-top: 56.25%;
	position: relative;
}

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

/* =============================================================
Gallery - ギャラリー
============================================================= */

.gallery {
	padding: 10rem 0;
	position: relative;
	z-index: 5;
}

.gallery-container {
	margin-top: 6.5rem;
}

.gallery-container2 {
	margin-top: 1.6rem;
}

.wrap {
	display: flex;
	gap: 24px;
	overflow: hidden;
}

.slideshow {
	animation: loop-slide1 60s infinite linear 0.3s both;
	display: flex;
	gap: 24px;
}

.slideshow2 {
	animation: loop-slide2 60s infinite linear 0.3s both reverse;
	display: flex;
	gap: 24px;
}

.content {
	border-radius: 0 34px 34px 34px;
	height: 223px;
	overflow: hidden;
	width: 318px;
}

.content img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	-o-object-position: 0 35%;
	object-position: 0 35%;
}

/* =============================================================
Feature - 特徴
============================================================= */

.feature {
	padding: 10rem 0;
	position: relative;
}

.feature__bg1 {
	position: absolute;
	right: 0;
	top: 20%;
	width: 38.1944444444%;
}

.feature__bg2 {
	bottom: 17%;
	left: 0;
	position: absolute;
	width: 22.2222222222%;
}

.feature__bg-sp {
	position: absolute;
	z-index: -1;
}

.feature__bg-sp1 {
	left: 0;
	top: 0;
	width: 60.0583090379%;
}

.feature__bg-sp2 {
	right: 0;
	top: 24%;
	width: 60.6413994169%;
}

.feature__bg-sp3 {
	left: 0;
	top: 46%;
	width: 54.8104956268%;
}

.feature__bg-sp4 {
	right: 0;
	top: 70%;
	width: 69.0962099125%;
}

.feature__items {
	display: flex;
	gap: 3.4rem;
	justify-content: space-between;
}

.feature__items_position {
	margin-top: 8.4rem;
}

.feature__item {
	position: relative;
	width: calc(25% - 2.55rem);
}

.feature__number {
	font-family: "adage-script-jf", sans-serif;
	font-size: 3.2rem;
	font-weight: 400;
	transform: rotate(-3deg);
}

.feature__number_position {
	left: 0;
	position: absolute;
	top: 0;
}

.feature__texts {
	margin-top: 1rem;
}

.feature__title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.feature__detail {
	margin-top: 1.1rem;
}

/* =============================================================
Plan - プラン
============================================================= */

.plan {
	padding: 10.6rem 0 15rem;
	position: relative;
}

.plan__bg {
	background-image: url(../../img/cloud-bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

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

.plan__wave_white img {
	vertical-align: top;
}

.plan__wave_white-sp {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.plan__wave_white-sp img {
	vertical-align: top;
}

.plan__wave_blue {
	bottom: 0;
	left: 0;
	position: absolute;
	transform: scale(1, -1);
	width: 100%;
}

.plan__wave_blue-sp {
	bottom: 0;
	left: 0;
	position: absolute;
	transform: scale(1, -1);
	width: 100%;
}

.plan__inner {
	margin: 0 auto;
	max-width: 100%;
	width: 940px;
}

.plan__item_position {
	margin-top: 7.5rem;
}

.plan__item {
	display: flex;
	gap: 6.914893617%;
}

.plan__left {
	width: 46.5957446809%;
}

.plan__right {
	width: 46.5957446809%;
}

.plan__title {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.plan__price {
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 1.5rem;
}

.plan__detail-text {
	margin-top: 1.5rem;
}

.plan__button {
	background: #fff;
	border-radius: 50px;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
	display: block;
	margin-top: 2.8rem;
	max-width: 400px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.plan__button:hover {
	opacity: 0.7;
}

.plan__button-text {
	color: #2A2E34;
	display: inline-block;
	font-weight: 700;
	padding: 1.8rem 3.1rem 1.8rem 1.8rem;
	position: relative;
}

.plan__button-text::after {
	background: url(../../img/button-arrow.png) no-repeat center center/contain;
	content: "";
	height: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

/* =============================================================
Profile - プロフィール
============================================================= */

.profile {
	background: #C2E7FF;
	padding: 9rem 0 3rem;
	position: relative;
}

.profile__bg1 {
	left: 0;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	width: 13.4027777778%;
}

.profile__bg2 {
	position: absolute;
	right: 0;
	top: -5%;
	width: 23.8888888889%;
}

.profile__bg3 {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 9.0277777778%;
}

.profile__inner {
	margin: 0 auto;
	max-width: 100%;
	width: 940px;
}

.profile__items {
	margin-top: 5.6rem;
}

.profile__item {
	width: 61.7021276596%;
}

.profile__item:nth-child(2n) {
	margin-left: auto;
	margin-top: -6rem;
}

.profile__item:nth-child(2n) .profile__texts {
	margin-left: auto;
	text-align: right;
}

.profile__item_flex {
	align-items: center;
	display: flex;
	gap: 2.5rem;
}

.profile__item_flex:nth-child(2n) {
	flex-direction: row-reverse;
}

.profile__img {
	flex: 1;
}

.profile__texts {
	flex: 1;
}

.profile__title {
	font-size: 1.4rem;
}

.profile__name {
	font-size: 2rem;
	font-weight: 700;
}

.profile__detail {
	margin-top: 2.2rem;
}

/* =============================================================
Access - アクセス
============================================================= */

.access {
	position: relative;
}

.access__contain {
	padding: 10rem 0 15rem;
	position: relative;
	z-index: 10;
}

.access__bg {
	background-image: url(../../img/access-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

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

.access__wave_blue-sp {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.access__inner {
	margin: 0 auto;
	max-width: 100%;
	width: 900px;
}

.access__container {
	align-items: center;
	display: flex;
	gap: 4rem;
}

.access__container_position {
	margin-top: 9rem;
}

.access__googlemap {
	flex: 650;
}

.google__map-container {
	border-radius: 200px;
	height: 0;
	overflow: hidden;
	padding-top: 46.1538461538%;
	position: relative;
}

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

.access__details {
	flex: 211;
	text-align: center;
}

.access__title {
	font-family: "fot-tsukuardgothic-std", "TsukuARdGothic-Regular", sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
}

.access__address {
	margin-top: 2.6rem;
}

.access__address-text {
	font-size: 1.8rem;
}

.access__tel {
	font-size: 1.8rem;
	margin-top: 2.6rem;
}

.access__button {
	margin-top: 2.6rem;
}

.access__button-link {
	background: #fff;
	border: 1px solid #2A2E34;
	border-radius: 50px;
	display: inline-block;
	max-width: 100%;
	transition: all 0.3s ease 0s;
	width: 200px;
}

.access__button-link:hover {
	opacity: 0.8;
}

.access_button-text {
	color: #2A2E34;
	display: inherit;
	font-weight: 400;
	padding: 1.2rem 2.4rem 1.2rem 0;
	position: relative;
}

.access_button-text::after {
	background: url(../../img/map-icon.png) no-repeat center center/contain;
	content: "";
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.reserve {
	padding: 10rem 0;
	position: relative;
}

.reserve-left-cloud {
	left: 0;
	position: absolute;
	top: 15%;
	width: 220px;
	z-index: -1;
}

.reserve-right-cloud {
	bottom: 15%;
	position: absolute;
	right: 0;
	width: 331px;
	z-index: -1;
}

.reserve__inner {
	margin: 0 auto;
	max-width: 100%;
	width: 700px;
}

.reserve__text {
	font-size: 1.8rem;
	margin-top: 3rem;
	text-align: center;
}

.reserve__button-situation {
	margin-top: 2rem;
	text-align: center;
}

.reserve__button-situation__link {
	background: #4887DF;
	border-radius: 50px;
	transition: all 0.3s ease 0s;
	color: #fff;
	width: 250px;
	display: inline-block;
	text-align: center;
	max-width: 100%;
}

.reserve__button-situation__link span {
	padding: 1.8rem 4.2rem 1.8rem 0;
	position: relative;
	display: inline-block;
}

.reserve__button-situation__link span::after {
	background: url(../../img/right-arrow.png) no-repeat center center / contain;
	content: "";
	height: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}


.reserve__box {
	border-bottom: 1px solid #2A2E34;
	border-top: 1px solid #2A2E34;
	padding: 2.5rem 7.5rem;
}

.reserve__box-flex {
	align-items: center;
	display: flex;
	gap: 4.5rem;
	justify-content: space-between;
}

.reserve__box-title {
	font-size: 1.8rem;
	font-weight: 700;
}

.reserve__line-position {
	margin-top: 6.4rem;
}

.reserve__line-items {
	margin-top: 0.6rem;
}

.reserve__line-button {
	background: #06C755;
	border-radius: 50px;
	padding: 1.8rem 3.2rem;
	transition: all 0.3s ease 0s;
}

.reserve__line-button:hover {
	opacity: 0.7;
}

.reserve__line-button_text {
	color: #fff;
	display: inline-block;
	padding-right: 4.2rem;
	position: relative;
}

.reserve__line-button_text::after {
	background: url(../../img/right-arrow.png) no-repeat center center/contain;
	content: "";
	height: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

.reserve__line-note {
	margin-top: 3rem;
}

/* =============================================================
電話でのご予約
============================================================= */

.reserve__tell-position {
	margin-top: 4rem;
}

.reserve__tell-left {
	width: 50%;
}

.reserve__tell-text {
	margin-top: 0.6rem;
}

.reserve__tell-right {
	width: 45%;
}

.reserve__tell-number {
	color: #4887DF;
	font-family: YuGothic, "Yu Gothic", "Zen Kaku Gothic New", sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	white-space: nowrap;
}

.reserve__notes {
	margin-top: 4rem;
}

.reserve__note-title {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}

.reserve__note__text {
	margin-top: 1.5rem;
	text-align: center;
}

.reserve__calender-section {
	margin-top: 8rem;
}

.reserve__calender {
	padding-top: 72.0963172805%;
	position: relative;
	width: 100%;
}

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

.reserve-calender_sp {
	font-size: 1.5rem;
	margin: 4rem auto 0;
	margin-top: 4rem;
	width: 70%;
}

.reserve__calender-text {

}

.reserve__calender-text-red {
	color: #DE5747;
	font-weight: 700;
}

.reserve__calender-text a {
	color: #4887DF;
	font-weight: 700;
}

/* =============================================================
Flow - 予約の流れ
============================================================= */

.flow {
	background-image: url(../../img/cloud-bg.png);
	background-position: bottom;
	background-size: cover;
	position: relative;
	z-index: 5;
}

.flow__container {
	padding: 12rem 0 8rem;
}

.flow__white-wave_sp {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.flow__white-wave {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.flow__inner {
	margin: 0 auto;
	max-width: 100%;
	width: 630px;
}

.flow__items {
	margin-top: 4rem;
}

.flow__item {
	background: #fff;
	border-radius: 30px;
	box-shadow: 4px 4px 20px rgba(72, 135, 223, 0.2);
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 2.2rem;
	position: relative;
	text-align: center;
	width: 92.8571428571%;
}

.flow__item::before {
	border-color: #FFFFFF transparent transparent transparent;
	border-style: solid;
	border-width: 18px 11.5px 0 11.5px;
	bottom: 0;
	content: "";
	height: 0;
	left: 5%;
	position: absolute;
	transform: translateY(100%);
	width: 0;
}

.flow__item + .flow__item {
	margin-top: 4.4rem;
}

.flow__item:nth-child(2n-1) {
	margin-left: auto;
}

.flow__item-step {
	font-family: "adage-script-jf", sans-serif;
	font-size: 3.2rem;
	font-weight: 400;
}

.flow__item-step_position {
	left: 0;
	position: absolute;
	top: 0;
	transform: translateY(-50%) rotate(-3deg);
}

.use {
	padding: 10rem 0;
	position: relative;
}

.use__bg-left {
	bottom: 0;
	left: 0;
	position: absolute;
	transform: translateY(-10%);
	width: 220px;
	z-index: -1;
}

.use-reserve-bg-sp {
	position: absolute;
	z-index: -1;
}

.use-reserve-bg-sp1 {
	left: 0;
	top: 13%;
	width: 34.4%;
}

.use-reserve-bg-sp2 {
	right: 0;
	top: 37%;
	width: 31.2%;
}

.use__text {
	font-size: 1.8rem;
	margin-top: 3rem;
	text-align: center;
}

.use__items {
	margin-top: 7rem;
}

.use__items_flex {
	display: flex;
	justify-content: space-between;
}

.use__item {
	width: 212.5px;
}

.use__item-img {
	margin: 0 auto;
	position: relative;
	width: 57.7777777778%;
}

.use__item-img::after {
	background: #4887DF;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(100%, -50%);
	width: 120%;
	z-index: -1;
}

.use__item-text {
	margin-top: 1rem;
	text-align: center;
}

.use__item-img-line::after {
	display: none;
}

/* =============================================================
Manners - 施設からのお願い
============================================================= */

.manner {
	background-image: url(../../img/cloud-bg.png);
	background-position: bottom;
	background-size: cover;
	position: relative;
	z-index: 10;
}

.manner__container {
	padding: 12rem 0 8rem;
}

.manner__white-wave {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.manner__white-wave_sp {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.manner__card {
	background: #fff;
	border: 2px solid #4887DF;
	border-radius: 20px;
	color: #4887DF;
	padding: 2.5rem 6rem;
}

.manner__card-position {
	margin-top: 7rem;
}

.manner__title {
	position: relative;
	text-align: center;
}

.manner__title-en {
	margin: 0 auto;
	width: 102px;
}

.manner__title-jp {
	font-family: "fot-tsukuardgothic-std", "TsukuARdGothic-Regular", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	padding-bottom: 8px;
	position: relative;
}

.manner__title-jp::after {
	background: #4887DF;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 27px;
}

.manner__details {
	margin-top: 4rem;
}

.manner__texts:nth-child(n+1) {
	margin-top: 2rem;
}

.manner__texts-title {
	font-size: 1.8rem;
	font-weight: 700;
}

.manner__texts-detail {
	font-size: 1.5rem;
	margin-top: 0.6rem;
}

.manner__end {
	align-items: center;
	display: flex;
	gap: 0.8rem;
	justify-content: center;
}

.manner__end-position {
	margin-top: 2.4rem;
}

.manner__end-text {
	color: #4887DF;
	font-size: 1.2rem;
}

.manner__end-img {
	width: 77px;
}

/* =============================================================
カルーセル
============================================================= */

#slide {
	max-width: 1000px;
	width: 63.8518518519%;
}

.slide__position {
	margin: 3.6rem auto 0;
}

.swiper-content__img {
	border-radius: 20px;
	overflow: hidden;
}

.swiper-content__text {
	margin-top: 0.5rem;
	text-align: center;
}

.swiper-button-prev {
	background: transparent url(../../img/swipe-left-arrow.png) no-repeat center center/contain;
	height: 23px;
	left: calc((100% - 70px) / 3 + 17.5px);
	top: 50%;
	transform: translate(-50%, -50%);
	width: 23px;
}

.swiper-button-prev::after {
	display: none;
}

.swiper-button-next {
	background: transparent url(../../img/swipe-right-arrow.png) no-repeat center center/contain;
	height: 23px;
	right: calc((100% - 70px) / 3 + 17.5px);
	top: 50%;
	transform: translate(50%, -50%);
	width: 23px;
}

.swiper-button-next::after {
	display: none;
}

/* =============================================================
Price 料金
============================================================= */

.price {
	padding: 10rem 0;
	position: relative;
}

.price__left_first-cloud {
	left: 0;
	position: absolute;
	top: 15%;
	width: 240px;
	z-index: -1;
}

.price__right_second-cloud {
	position: absolute;
	right: 0;
	top: 50%;
	width: 550px;
	z-index: -1;
}

.price__left_second-cloud {
	left: 0;
	position: absolute;
	top: 66%;
	width: 353px;
	z-index: -1;
}

.price-bg-sp {
	position: absolute;
	z-index: -1;
}

.price-bg-sp1 {
	left: 0;
	top: 10%;
	width: 29.3333333333%;
}

.price-bg-sp2 {
	right: 0;
	top: 22%;
	width: 43.2%;
}

.price-bg-sp3 {
	left: 0;
	top: 50%;
	width: 50.9333333333%;
}

.price-bg-sp4 {
	bottom: 0;
	right: 0;
	width: 43.2%;
}

.price__intro {
	font-size: 1.8rem;
	margin-top: 3.6rem;
	text-align: center;
}

.price__table {
	margin: 6rem auto 0;
	max-width: 1000px;
	width: 59.2592592593%;
}

.price__table dl {
	border-collapse: collapse;
	display: flex;
	text-align: center;
}

.price__table dl:not(:first-child) dt {
	border-top: 1px dashed #fff;
}

.price__table dl:first-child dd {
	border: 1px solid #2A2E34;
}

.price__table dl:not(:first-child) dd {
	border-bottom: 1px solid #2A2E34;
	border-left: 1px solid #2A2E34;
	border-right: 1px solid #2A2E34;
}

.price__table dt {
	background: #2A2E34;
	color: #fff;
	padding: 1.1rem;
	width: 37%;
}

.price__table dd {
	background: #fff;
	padding: 1.1rem;
	width: 63%;
}

.price__table_note {
	font-size: 1.2rem;
	margin-top: 0.5rem;
	text-align: center;
}

.table__below_text {
	font-weight: 700;
	font-weight: 1.8rem;
	margin-top: 2rem;
	text-align: center;
}

.price__notes-position {
	margin-top: 3.6rem;
}

.price__notes {
	font-size: 1.8rem;
	text-align: center;
}

.price__note-red {
	color: #DE5747;
}

.price__note + .price__note {
	margin-top: 1rem;
}

.price__note span {
	font-size: 1.3rem;
}

.price__note_pet {
	margin-top: 4rem;
	text-align: center;
}

.price__note_pet-strong {
	font-size: 1.8rem;
	font-weight: 700;
}

.price__note_pet-text {
	text-align: center;
}

.price__note_pet-text_first {
	margin-top: 1.2rem;
}

.price__note-img {
	line-height: 1;
	margin: 3rem auto 0;
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 24px;
	position: relative;
	width: 420px;
}

.price__note-img img {
	border-radius: 10px;
}

.price__note-img::after {
	bottom: 0;
	content: "【写真】ペットルーム";
	font-size: 1.4rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

/* =============================================================
Amenity アメニティ
============================================================= */

.amenity {
	padding-top: 7.5rem;
}

.amenity__intro {
	font-size: 1.8rem;
	margin-top: 3.6rem;
	text-align: center;
}

.amenity__items {
	display: flex;
	flex-wrap: wrap;
	gap: 3.5rem 5.5rem;
	margin: 0 auto;
	max-width: 1000px;
	min-width: 680px;
	width: 59.2592592593%;
}

.amenity__items_position {
	margin-top: 5.5rem;
}

.amenity__item {
	width: calc(20% - 4.4rem);
}

.amenity__img {
	margin: 0 auto;
	width: 79.3103448276%;
}

.amenity__text {
	margin-top: 0.3rem;
	text-align: center;
}

/* =============================================================
notes 注意事項
============================================================= */

.notes {
	background-image: url(../../img/cloud-bg.png);
	background-position: bottom;
	background-size: cover;
	position: relative;
	z-index: 10;
}

.notes__white-wave {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.notes__white-wave_sp {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.notes__container {
	padding: 12rem 0 8rem;
}

.notes__item + .notes__item {
	margin-top: 5rem;
}

.notes__text {
	line-height: 1.8;
	margin-top: 3.6rem;
	text-align: center;
}

.notes__text a {
	color: #4887DF;
}

.notes__text a:hover {
	opacity: 0.8;
}

.access-detail {
	padding: 10rem 0;
	position: relative;
}

.access__detail-right__bg {
	position: absolute;
	right: 0;
	top: 35%;
	width: 340px;
	z-index: -1;
}

.access__detail-left__bg {
	left: 0;
	position: absolute;
	top: 18%;
	width: 340px;
	z-index: -1;
}

.access-bg-sp {
	position: absolute;
	z-index: -1;
}

.access-bg-sp1 {
	left: 0;
	top: 5%;
	width: 39.2%;
}

.access-bg-sp2 {
	right: 0;
	top: 22%;
	width: 47.7333333333%;
}

.access-bg-sp3 {
	left: 0;
	top: 43%;
	width: 32.5333333333%;
}

.access-detail__infos-position {
	margin: 3rem auto;
}

.access-detail__infos {
	display: flex;
	flex-wrap: wrap;
	gap: 10%;
	max-width: 800px;
	min-width: 700px;
	width: 54.8148148148%;
}

.access-detail__info {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.access-detail__info:nth-child(2n-1) {
	width: 55%;
}

.access-detail__info:nth-child(2n) {
	width: 35%;
}

.access-detail__info:nth-child(n+3) {
	margin-top: 2.5rem;
}

.access-detail__info dt {
	background: #2A2E34;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 0.6rem;
	text-align: center;
	width: 105px;
}

.access-detail__info dd {
	font-weight: 700;
	width: calc(100% - 105px);
}

.access-detail__info dd span {
	font-size: 13px;
	font-weight: 400 !important;
}

.access-detail__times-position {
	margin: 5.7rem auto 0;
}

.access-detail__times {
	display: flex;
	max-width: 800px;
	min-width: 700px;
	position: relative;
	width: 54.8148148148%;
	z-index: 10;
}

.access-detail__time {
	display: block;
}

.access-detail__time:nth-child(1) {
	width: 60%;
}

.access-detail__time:nth-child(2) {
	width: 40%;
}

.access-detail__time dt {
	font-size: 1.4rem;
	font-weight: 700;
}

.access-detail__time dd {
	font-size: 1.4rem;
	margin-top: 0.8rem;
}

.access-detail__map {
	margin: 6rem auto 0;
	width: 57.037037037%;
}

.access-detail__map-title {
	font-size: 4.8rem;
	font-weight: 500;
	letter-spacing: 0.2em;
}

.access-detail__map-img {
	display: block;
	margin-top: 3rem;
	width: 77.9220779221%;
}

.access-detail__note {
	align-items: center;
	display: flex;
	gap: 2.2rem;
	margin: 0 auto;
	width: 62.2222222222%;
}

.access-detail__note-text {
	width: 59.880952381%;
}

.access-detail__note-img {
	padding-top: 2.1rem;
	position: relative;
	width: 40.119047619%;
}

.access-detail__note-img::before {
	content: "図1";
	font-size: 1.4rem;
	left: 50%;
	line-height: 1.5;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
}

.access-detail-gmap_position {
	margin: 5rem auto 0;
}

.access-detail-gmap_container {
	max-width: 1000px;
	width: 53.3333333333%;
}

.access-detail-gmap {
	border-radius: 200px;
	height: 0;
	overflow: hidden;
	padding-top: 36.7176634214%;
	position: relative;
	z-index: 10;
}

.access-detail-gmap iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.goods__bg {
	position: relative;
}

.goods-left-cloud {
	left: 0;
	position: absolute;
	top: 20%;
	width: 240px;
	z-index: -1;
}

.goods-right-cloud {
	position: absolute;
	right: 0;
	top: 35%;
	width: 376px;
	z-index: -1;
}

.goods-bg-above-sp {
	left: 0;
	position: absolute;
	top: 5%;
	width: 37.3333333333%;
	z-index: -1;
}

.goods-bg-middle-sp {
	position: absolute;
	right: 0;
	top: 14%;
	width: 48%;
	z-index: -1;
}

.goods-bg-below-sp {
	left: 0;
	position: absolute;
	top: 32%;
	width: 62.4%;
	z-index: -1;
}

.goods {
	padding: 10rem 0;
}

.second-goods__position {
	padding: 8rem 0 6rem !important;
	position: relative;
	z-index: 10;
}

.goods__inner {
	margin: 0 auto;
	max-width: 770px;
	width: 100%;
}

.goods__text {
	font-size: 1.8rem;
	margin-top: 4.5rem;
	text-align: center;
}

.goods__items {
	margin-top: 7.5rem;
}

.goods__items_flex {
	display: flex;
	gap: 4.5rem;
	justify-content: space-between;
}

.goods__item {
	width: calc(33.3333333333% - 3rem);
}

.goods__item:nth-child(2) {
	margin-top: 3rem;
}

.goods__item-texts {
	margin-top: 1rem;
}

.goods__item-title {
	font-size: 2rem;
	font-weight: 700;
}

.goods__item-text {
	margin-top: 0.8rem;
}

/* =============================================================
Privacy-Policy（プライバシーポリシー）
============================================================= */

.policy {
	margin-top: 10rem;
	padding: 10rem 0;
}

.policy-inner {
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
}

.privacy-policy__h1,
.privacy-policy__h2 {
	font-weight: 700;
}

.privacy-policy__h1 {
	font-size: 2.6rem;
	margin-top: 8rem;
}

.privacy-policy__h2 {
	font-size: 2.2rem;
	margin-top: 4.8rem;
}

.privacy-policy__text {
	font-size: 1.5rem;
	margin-top: 1.2rem;
}

@media screen and (min-width: 600px) {

.is-sp {
	display: none;
}

.float-button_sp {
	display: none;
}

.footer__above-wave-sp {
	display: none;
}

.footer__bg-sp-above {
	display: none;
}

.footer__bg-sp-middle {
	display: none;
}

.footer__button_sp {
	display: none;
}

.concept__bg1-sp {
	display: none;
}

.concept__bg2-sp {
	display: none;
}

.feature__bg-sp {
	display: none;
}

.plan__wave_white-sp {
	display: none;
}

.plan__wave_blue-sp {
	display: none;
}

.access__wave_blue-sp {
	display: none;
}

.flow__white-wave_sp {
	display: none;
}

.use-reserve-bg-sp {
	display: none;
}

.manner__white-wave_sp {
	display: none;
}

.price-bg-sp {
	display: none;
}

.notes__white-wave_sp {
	display: none;
}

.access-bg-sp {
	display: none;
}

.goods-bg-above-sp,
.goods-bg-middle-sp,
.goods-bg-below-sp {
	display: none;
}

}

@media screen and (min-width: 1025px) {

.drawer-icon {
	display: none;
}

.top__bg-tb {
	display: none;
}

.reserve__tell-number {
	cursor: default;
	pointer-events: none;
}

}

@media screen and (min-width: 1700px) {

.top__text_small {
	font-size: 3.9rem;
}

.top__text_big {
	font-size: 4.8rem;
}

}

@media screen and (max-width: 1300px) {

.top__left {
	display: none;
}

}

@media screen and (max-width: 1024px) {

.inner {
	padding: 0 25px;
}

.section__title_en {
	font-size: 4.2rem;
}

.section__title_jp {
	font-size: 1.6rem;
}

.page__title-jp {
	font-size: 3.6rem;
}

.page__minititle-jp {
	font-size: 3.2rem;
}

.page__minititle-jp::after {
	width: 40px;
}

.float-button__wrap {
	bottom: 15px;
	right: 15px;
	width: 74px;
}

.footer {
	padding: 2.5rem 0 4.8rem;
}

.footer__logo {
	height: 64px;
	width: 64px;
}

.footer__address {
	font-size: 1.5rem;
	margin-top: 2.6rem;
}

.footer__tel {
	font-size: 1.5rem;
	margin-top: 2.6rem;
}

.footer__copyright {
	font-size: 1.1rem;
}

.footer__nav-item {
	font-size: 1.5rem;
}

.footer__privacy-policy_link {
	font-size: 1.4rem;
}

.header {
	height: 75px;
}

.header__inner {
	padding: 1rem 2.4rem;
}

.header__logo {
	height: 55px;
	width: 55px;
}

.header__right {
	display: none;
}

.drawer-icon {
	position: fixed;
	right: 2.4rem;
	top: 37.5px;
	transform: translateY(-50%);
	z-index: 300;
}

.drawer-icon_flex {
	gap: 0.7rem;
}

.drawer-icon_img-close {
	width: 40px;
}

.drawer-icon_img-close img {
	height: 15px;
	width: 40px;
}

.drawer-icon_img-open {
	height: 38px;
	width: 38px;
}

.drawer-icon_img-open img {
	height: 38px;
	width: 38px;
}

.drawer-icon_text-close {
	font-size: 1.4rem;
}

.drawer-icon_text-open {
	font-size: 1.4rem;
}

.drawer-content {
	top: 75px;
}

.top__bg {
	display: none;
}

.top__text_small {
	font-size: 2.5rem;
}

.top__text_big {
	font-size: 3.2rem;
}

.top__text_en {
	font-size: 4.2rem;
}

.top__text_jp {
	font-size: 1.5rem;
}

.concept {
	padding: 7rem 0;
}

.gallery {
	padding: 7rem 0;
}

.feature {
	padding: 7rem 0;
}

.feature__items {
	flex-wrap: wrap;
}

.feature__item {
	width: calc(50% - 2rem);
}

.profile__item {
	width: 87.2340425532%;
}

.profile__item:nth-child(2n) {
	margin-top: 0;
}

.profile__detail {
	margin-top: 1.5rem;
}

.access__contain {
	padding: 7rem 0;
}

.access__container {
	flex-direction: column;
}

.access__container_position {
	margin-top: 6rem;
}

.access__googlemap {
	width: 100%;
}

.reserve {
	padding: 8rem 0;
}

.reserve__box {
	padding: 2.4rem 6rem;
}

.reserve__line-position {
	margin-top: 4.8rem;
}

.reserve__line-item {
	font-size: 1.5rem;
}

.reserve__line-button {
	padding: 1.6rem 2.8rem;
}

.reserve__line-button_text {
	padding-right: 3.4rem;
}

.reserve__tell-position {
	margin-top: 3.8rem;
}

.reserve__tell-number {
	font-size: 2.2rem;
}

.reserve__tell-number:hover {
	opacity: 0.8;
}

.reserve__calender-section {
	margin-top: 6rem;
}

.flow__container {
	padding: 10rem 0 7rem;
}

.flow__item {
	font-size: 1.6rem;
	padding: 2rem;
}

.flow__item::before {
	border-width: 16px 11px 0 11px;
	left: 7%;
}

.flow__item-step {
	font-size: 3rem;
}

.use {
	padding: 8rem 0;
}

.use__items {
	margin-top: 5.4rem;
}

.use__items_flex {
	gap: 1.6rem;
}

.use__item-text {
	font-size: 1.4rem;
}

.manner__container {
	padding: 10rem 0 7rem;
}

.manner__card {
	padding: 2.2rem 3.8rem;
}

.manner__card-position {
	margin-top: 5rem;
}

#slide {
	min-width: 500px;
}

.price {
	padding: 7rem 0;
}

.price__table {
	margin: 4rem auto 0;
	min-width: 500px;
	width: 63.8518518519%;
}

.price__note_pet-text {
	font-size: 1.5rem;
	text-align: left;
}

.amenity__items {
	gap: 3.2rem 2.8rem;
	min-width: 500px;
}

.amenity__item {
	width: calc(25% - 2.1rem);
}

.amenity__text {
	font-size: 1.5rem;
}

.notes__container {
	padding: 8rem 0 6rem;
}

.access-detail {
	padding: 8rem 0;
}

.access-detail__infos {
	gap: 5%;
	min-width: auto;
	width: 100%;
}

.access-detail__info dt {
	font-size: 1.5rem;
	width: 90px;
}

.access-detail__info dd {
	width: calc(100% - 90px);
}

.access-detail__times-position {
	margin: 4rem auto 0;
}

.access-detail__times {
	min-width: auto;
	width: 100%;
}

.access-detail__map-title {
	font-size: 4rem;
}

.access-detail__note {
	margin-top: 2rem;
}

.access-detail__note-text {
	font-size: 1.5rem;
	width: 77.380952381%;
}

.access-detail-gmap_container {
	width: 70%;
}

.access-detail-gmap {
	padding-top: 52.8511821975%;
}

.goods {
	padding: 8rem 0 0;
}

.second-goods__position {
	padding: 10rem 0 8rem;
}

.goods__inner {
	max-width: 600px;
}

.goods__items {
	margin-top: 4.8rem;
}

.goods__item-title {
	font-size: 1.8rem;
}

.goods__item-text {
	font-size: 1.4rem;
}

.policy {
	margin-top: 7.5rem;
}

}

@media screen and (max-width: 599px) {

.is-pc {
	display: none;
}

.inner {
	padding: 0 16px;
}

.section__title_en {
	font-size: 3.6rem;
}

.section__title_jp {
	font-size: 1.4rem;
}

.page__title-en {
	font-size: 1.3rem;
}

.page__title-en {
	font-size: 1.2rem;
}

.page__title-jp {
	font-size: 3rem;
}

.title__bg_cloud::before {
	transform: translate(-50%, -50%);
}

.page__minititle_position {
	margin-top: 3.8rem;
}

.page__minititle-jp {
	font-size: 2.8rem;
}

.page__minititle-jp::after {
	width: 30px;
}

.float-button__wrap {
	bottom: 10px;
	right: 10px;
	width: 56px;
}

.float-button_pc {
	display: none;
}

.footer {
	padding: 5rem 0 4rem;
}

.footer__above-wave {
	display: none;
}

.footer__above-wave-sp_access {
	transform: translateY(-80%);
	z-index: -1;
}

.footer__bg1 {
	display: none;
}

.footer__bg2 {
	left: 0;
	width: 53.3333333333%;
}

.footer__bg3 {
	display: none;
}

.footer__container {
	flex-direction: column;
}

.footer__left {
	display: contents;
}

.footer__logo {
	height: 56px;
	order: 1;
	width: 56px;
}

.footer__address {
	font-size: 1.4rem;
	margin-top: 3.7rem;
	order: 4;
}

.footer__tel {
	font-size: 1.4rem;
	margin-top: 1.5rem;
	order: 5;
}

.footer__copyright {
	font-size: 1rem;
	margin-top: 1.5rem;
	order: 7;
}

.footer__right {
	display: contents;
	text-align: left;
}

.reserve__button_footer {
	display: none;
	order: 8;
}

.footer__nav {
	margin-top: 2.7rem;
	order: 2;
}

.footer__nav-items {
	display: block;
}

.footer__nav-item {
	margin-left: 0;
}

.footer__nav-item:nth-child(n+2) {
	margin-top: 1rem;
}

.footer__nav-link {
	font-size: 1.5rem;
}

.footer__sns {
	justify-content: left;
	margin-top: 2.3rem;
	order: 3;
}

.footer__privacy-policy {
	margin-top: 1.5rem;
	order: 6;
}

.footer__privacy-policy_link {
	font-size: 1.2rem;
}

.header {
	height: 60px;
}

.header__inner {
	padding: 0.75rem 1.6rem;
}

.header__logo {
	height: 45px;
	width: 45px;
}

.drawer-icon {
	right: 1.6rem;
	top: 30px;
}

.drawer-icon_flex {
	gap: 0.4rem;
}

.drawer-icon_flex-close {
	gap: 0;
}

.drawer-icon_img-close {
	width: 32px;
}

.drawer-icon_img-close img {
	height: 12px;
	width: 32px;
}

.drawer-icon_img-open {
	height: 27px;
	width: 27px;
}

.drawer-icon_img-open img {
	height: 27px;
	width: 27px;
}

.drawer-icon_text-close {
	font-size: 1.2rem;
}

.drawer-icon_text-open {
	font-size: 1.2rem;
}

.drawer-content {
	top: 60px;
}

.top__bg-tb {
	display: none;
}

.top__bg-sp {
	display: block;
}

.top__bg-right {
	display: none;
}

.top__texts {
	top: 35%;
}

.top__texts::after {
	display: none;
}

.top__text_small {
	font-size: 2rem;
}

.top__text_big {
	font-size: 2.8rem;
}

.top__text_en {
	font-size: 3.6rem;
}

.top__text_jp {
	font-size: 1.4rem;
}

.concept {
	padding: 5rem 0;
}

.concept__bg1 {
	display: none;
}

.concept__bg2 {
	display: none;
}

.concept__messages {
	margin-top: 5rem;
}

.concept__message_main {
	font-size: 1.8rem;
}

.concept__message_sub {
	font-size: 1.4rem;
}

.concept__message_sub_position {
	margin-top: 3.3rem;
	text-align: left;
}

.concept__youtube {
	margin: 5rem auto 0;
}

.gallery {
	padding: 5rem 0 2rem;
}

.gallery-container {
	margin-top: 5rem;
}

.slideshow {
	gap: 10px;
}

.slideshow2 {
	gap: 10px;
}

.content {
	height: 125px;
	width: 178px;
}

.feature {
	padding: 5rem 0;
}

.feature__bg1 {
	display: none;
}

.feature__bg2 {
	display: none;
}

.feature__items {
	flex-direction: column;
	gap: 0;
}

.feature__items_position {
	margin-top: 5rem;
}

.feature__item {
	width: 65.5976676385%;
}

.feature__item + .feature__item {
	margin-top: 4.2rem;
}

.feature__item:nth-child(2n) {
	margin-left: auto;
}

.feature__title {
	font-size: 1.8rem;
}

.feature__detail {
	font-size: 1.4rem;
	margin-top: 0.8rem;
}

.plan {
	padding: 10rem 0 13rem;
}

.plan__wave_white {
	display: none;
}

.plan__wave_blue {
	display: none;
}

.plan__item_position {
	margin-top: 6rem;
}

.plan__item {
	display: block;
}

.plan__left {
	width: 100%;
}

.plan__right {
	margin-top: 2.2rem;
	width: 100%;
}

.plan__title {
	font-size: 2rem;
}

.plan__price {
	font-size: 1.6rem;
}

.plan__detail-text {
	font-size: 1.4rem;
	margin-top: 0.2rem;
}

.plan__button {
	margin: 2.2rem auto 0;
	width: 83.0903790087%;
}

.plan__button-text {
	font-size: 1.4rem;
}

.plan__button-text::after {
	height: 21px;
	width: 21px;
}

.profile {
	overflow-x: hidden;
	padding: 2rem 0 3rem;
}

.profile__bg1,
.profile__bg2,
.profile__bg3 {
	display: none;
}

.profile__items {
	margin-top: 3.5rem;
}

.profile__item:nth-child(2n-1) .profile__img {
	overflow: hidden;
	transform: translateX(-50px);
}

.profile__item:nth-child(2n) {
	margin-top: 3.5rem;
}

.profile__item:nth-child(2n) .profile__img {
	overflow: hidden;
	transform: translateX(50px);
}

.profile__item_flex {
	flex-direction: column !important;
	gap: 0;
}

.profile__texts {
	flex: auto;
	margin-top: -3.5rem;
}

.profile__title {
	font-size: 1.2rem;
}

.profile__name {
	font-size: 1.8rem;
}

.profile__detail {
	font-size: 1.4rem;
	margin-top: 1.2rem;
}

.access__contain {
	padding: 9rem 0 5rem;
}

.access__wave_blue {
	display: none;
}

.access__container {
	gap: 2.2rem;
}

.access__container_position {
	margin-top: 4rem;
}

.google__map-container {
	border-radius: 100px;
	padding-top: 58.3090379009%;
}

.access__title {
	font-size: 1.6rem;
}

.access__address {
	margin-top: 1.8rem;
}

.access__address-text {
	font-size: 1.6rem;
}

.access__address-text:nth-child(2) {
	margin-top: 0.4rem;
}

.access__tel {
	font-size: 1.6rem;
	margin-top: 1.8rem;
}

.access__button {
	margin-top: 1.8rem;
}

.reserve {
	padding: 7rem 0 4rem;
}

.reserve-left-cloud {
	display: none;
}

.reserve-right-cloud {
	display: none;
}

.reserve__text {
	font-size: 1.6rem;
	margin-top: 2.8rem;
}

.reserve__box {
	padding: 2.2rem 4.6rem;
}

.reserve__box_line {
	padding: 2.2rem 0 3.6rem;
}

.reserve__box-flex {
	flex-direction: column;
	gap: 0;
}

.reserve__box-title {
	font-size: 1.6rem;
}

.reserve__line-note {
	width: 70%;
	margin: 3rem auto 0;
}

.reserve__line-position {
	margin-top: 3.5rem;
}

.reserve__line-left {
	text-align: center;
}

.reserve__line-item {
	font-size: 1.4rem;
}

.reserve__line-right {
	margin-top: 3.6rem;
}

.reserve__line-button {
	padding: 1.4rem 1.8rem;
}

.reserve__line-button_text {
	padding-right: 3.1rem;
}

.reserve__line-button_text::after {
	height: 22px;
	width: 22px;
}

.reserve__tell-position {
	margin-top: 3.5rem;
}

.reserve__tell-left {
	text-align: center;
	width: 100%;
}

.reserve__tell-right {
	margin-top: 2.2rem;
	text-align: center;
	width: 100%;
}

.reserve__tell-number {
	font-size: 2.2rem;
}

.reserve__note__text {
	font-size: 1.5rem;
}

.reserve__calender-section {
	display: none;
	margin-top: 4.4rem;
	padding-top: 72.0116618076%;
}

.reserve__button-situation__link span {
	padding: 1.6rem 2.8rem 1.6rem 0;
}

.flow__container {
	padding: 12rem 0 7rem;
}

.flow__white-wave {
	display: none;
}

.flow__item {
	font-size: 1.4rem;
	padding: 1.8rem;
	width: 100%;
}

.flow__item::before {
	border-width: 16px 11px 0 11px;
	left: 10%;
}

.flow__item + .flow__item {
	margin-top: 4rem;
}

.flow__item-step {
	font-size: 2.8rem;
}

.flow__item-step_position {
	left: 2%;
}

.use {
	padding: 7rem 0 3rem;
}

.use__bg-left {
	display: none;
}

.use__text {
	font-size: 1.6rem;
	margin-top: 4.5rem;
}

.use__items {
	margin-top: 4.5rem;
}

.use__items_flex {
	display: block;
}

.use__item {
	align-items: center;
	display: flex;
	gap: 0.9rem;
	width: 100%;
}

.use__item + .use__item {
	margin-top: 5.4rem;
}

.use__item-img {
	margin: auto;
	width: 110px;
}

.use__item-img::after {
	height: 70px;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	width: 2px;
}

.use__item-text {
	font-size: 1.5rem;
	margin-top: 0;
	text-align: left;
	width: calc(100% - 110px - 0.9rem);
}

.manner__container {
	padding: 12rem 0 7rem;
}

.manner__white-wave {
	display: none;
}

.manner__card {
	padding: 1.9rem 1.6rem;
}

.manner__card-position {
	margin-top: 3.5rem;
}

.manner__title-en {
	width: 96px;
}

.manner__title-jp {
	font-size: 1.8rem;
}

.manner__details {
	margin-top: 3.2rem;
}

.manner__texts-title {
	font-size: 1.6rem;
}

.manner__texts-detail {
	font-size: 1.4rem;
}

#slide {
	min-width: auto;
	width: 100vw;
}

.slide__position {
	margin: 3.6rem calc(50% - 50vw) 0;
}

.swiper-button-prev {
	transform: translate(-50%, -50%);
}

.price {
	padding: 7rem 0 3rem;
}

.price__left_first-cloud,
.price__left_second-cloud,
.price__right_second-cloud {
	display: none;
}

.price__intro {
	font-size: 1.6rem;
	margin-top: 4.5rem;
}

.price__table {
	margin: 3.6rem auto 0;
	min-width: auto;
	width: 100%;
}

.price__table dt,
.price__table dd {
	font-size: 1.4rem;
}

.price__table dt {
	width: 21.8658892128%;
}

.price__table dd {
	font-size: 1.5rem !important;
	width: 78.1341107872%;
}

.table__below_text {
	font-size: 1.6rem;
	margin-top: 1.5rem;
}

.price__notes {
	font-size: 1.6rem;
	text-align: left;
}

.price__note_pet-text_first {
	margin-top: 0.8rem;
}

.price__note-img {
	margin: 2.4rem auto 0;
}

.amenity__intro {
	font-size: 1.6rem;
}

.amenity__items {
	gap: 2.8rem 1.6rem;
	max-width: 350px;
	min-width: auto;
	width: 100%;
}

.amenity__items_position {
	margin-top: 3rem;
}

.amenity__item {
	width: calc(33.3333333333% - 1.0666666667rem);
}

.amenity__text {
	font-size: 1.4rem;
}

.notes__white-wave {
	display: none;
}

.notes__container {
	padding: 10rem 0 7rem;
}

.notes__text {
	font-size: 1.4rem;
	margin-top: 2.8rem;
}

.access-detail {
	padding: 7rem 0 6rem;
}

.access__detail-right__bg {
	display: none;
}

.access__detail-left__bg {
	display: none;
}

.access-detail__infos {
	flex-direction: column;
	gap: 1.5rem;
	min-width: auto;
	width: 100%;
}

.access-detail__info {
	flex-direction: column;
}

.access-detail__info:nth-child(2n-1) {
	width: 100%;
}

.access-detail__info:nth-child(2n) {
	width: 100%;
}

.access-detail__info:nth-child(n+3) {
	margin-top: 0;
}

.access-detail__info dt {
	font-size: 1.4rem;
	margin-right: auto;
}

.access-detail__info dd {
	width: 100%;
}

.access-detail__times-position {
	margin: 1rem auto 0;
}

.access-detail__times {
	flex-direction: column;
	min-width: auto;
	width: 100%;
}

.access-detail__time + .access-detail__time {
	margin-top: 2.2rem;
}

.access-detail__time:nth-child(1) {
	width: 100%;
}

.access-detail__time:nth-child(2) {
	width: 100%;
}

.access-detail__map {
	width: 100%;
}

.access-detail__map-title {
	font-size: 3.6rem;
}

.access-detail__map-img {
	margin-top: 1.8rem;
	width: 91.5451895044%;
}

.access-detail__note {
	flex-direction: column;
	gap: 1.8rem;
	margin-top: 3.6rem;
	width: 100%;
}

.access-detail__note-text {
	font-size: 1.4rem;
	width: 100%;
}

.access-detail__note-img {
	width: 77.5510204082%;
}

.access-detail-gmap_position {
	margin: 4.6rem auto 0;
}

.access-detail-gmap_container {
	width: 100%;
}

.access-detail-gmap {
	border-radius: 100px;
	padding-top: 58.3090379009%;
}

.goods-left-cloud {
	display: none;
}

.goods-right-cloud {
	display: none;
}

.goods {
	padding: 7rem 0 0;
}

.second-goods__position {
	padding: 10rem 0 6rem !important;
}

.goods__text {
	font-size: 1.6rem;
}

.goods__items {
	margin-top: 3.8rem;
}

.goods__items_flex {
	display: block;
}

.goods__item {
	max-width: 300px;
	width: 67.9300291545%;
}

.goods__item:nth-child(n+2) {
	margin-top: 4rem;
}

.goods__item:nth-child(2) {
	margin-left: auto;
}

.policy {
	margin-top: 6rem;
	padding: 7rem 0;
}

.privacy-policy__h1 {
	font-size: 1.9rem;
}

.privacy-policy__h2 {
	font-size: 1.7rem;
}

.privacy-policy__text {
	font-size: 1.4rem;
}

}

@keyframes arrowmove {

0% {
	bottom: 1%;
}

50% {
	bottom: 20%;
}

00% {
	bottom: 1%;
}

}

@keyframes loop-slide1 {

from {
	transform: translateX(0%);
}

to {
	transform: translateX(-150%);
}

}

@keyframes loop-slide2 {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-150%);
}

}

