@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #0A222C;
  word-break: break-all;
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

a:active {
  text-decoration: none;
  color: #1F1F1F;
}

a {
  text-decoration: none;
  color: #1F1F1F;
  transition: 0.7s ease;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "utile-display", sans-serif;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.section__title {
  font-size: 64px;
  font-family: "utile-display", sans-serif;
  font-weight: 500;
  color: #0A222C;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 11.7333333333vw;
  }
}

.section__subTitle {
  display: block;
  color: #0D2741;
}

.section__subTitle {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .section__subTitle {
    margin-top: 20px;
    font-size: 12px;
    text-align: left;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 40px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
.header .off {
  display: block;
}
.header .on {
  display: none;
}
.header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__inner {
    justify-content: flex-end;
  }
}
.header__logo {
  margin-left: 2.083vw;
}
@media screen and (max-width: 768px) {
  .header__logo {
    display: none;
  }
}
.header__contact {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  font-family: "utile-display", sans-serif;
}
@media screen and (max-width: 768px) {
  .header__contact {
    display: none;
  }
}
.header__right {
  display: flex;
  align-items: center;
}
.header__nav {
  display: flex;
  align-items: center;
}
.header__nav ul {
  display: flex;
  align-items: center;
  gap: 2.083vw;
}
.header__nav ul li a {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  font-family: "utile-display", sans-serif;
  white-space: nowrap;
}
.header__nav ul li a:hover {
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__reserve {
  margin-left: 2.083vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.08);
  color: #fff;
  font-family: "fot-cezanne-pron", sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.header__reserve span {
  font-size: 16px;
  font-family: "utile-display", sans-serif;
  font-weight: 500;
}
.header__reserve:hover {
  background: rgba(253, 241, 235, 0.25);
  color: rgba(253, 241, 235, 0.5);
}
@media screen and (max-width: 768px) {
  .header__reserve {
    display: none;
  }
}
.header.is_active {
  position: fixed;
}
.header.bk .header__nav ul a {
  color: #0A222C;
}
.header.bk .header__reserve {
  background: rgba(0, 0, 0, 0.25);
  color: #0A222C;
}
.header.bk .header__contact {
  color: #0A222C;
}
.header.bk .off {
  display: none;
}
.header.bk .on {
  display: block;
}

.hamburger__nav {
  display: none;
}

.header.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.header__btns.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.header__btns {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__btns {
    display: block;
    position: fixed;
    top: 20px;
    right: 15px;
    z-index: 100001;
  }
  .header__btns .on {
    display: none;
  }
  .header__btns .off {
    display: block;
  }
}
.header__btns.is_active .on {
  display: block;
}
.header__btns.is_active .off {
  display: none;
}
.header__btns.active .on {
  display: block;
}
.header__btns.active .off {
  display: none;
}

.hamburger__nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.3s ease;
  background: #99B7C4;
  width: 100%;
  height: 100%;
  z-index: 10000;
  padding: 0 5.3333333333vw 0;
}
@media screen and (max-width: 768px) {
  .hamburger__nav {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.hamburger__nav.active {
  transform: translateX(0);
  opacity: 1;
}
.hamburger__nav--inner {
  width: 90%;
  margin: 0 auto;
}
.hamburger__nav--main {
  display: flex;
  flex-direction: column;
  gap: 8.5333333333vw;
  margin-bottom: 17.3333333333vw;
  margin-left: 20px;
}
.hamburger__nav--main li a {
  font-family: "utile-display", sans-serif;
  color: #FDF1EB;
  font-size: 6.6666666667vw;
}
.hamburger__nav--contact {
  font-family: "utile-display", sans-serif;
  margin-left: 20px;
  color: #FDF1EB;
  font-size: 6.6666666667vw;
  display: block;
  margin-top: 8.5333333333vw;
}
.hamburger__nav--reserve {
  margin-top: 8vw;
  margin-bottom: 17.3333333333vw;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  padding: 13px 20px;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.08);
  color: #fff;
  font-family: "fot-cezanne-pron", sans-serif;
  font-weight: normal;
  font-size: 4.2666666667vw;
}
.hamburger__nav--reserve span {
  font-family: "utile-display", sans-serif;
  font-weight: 500;
  font-size: 6.9333333333vw;
}
.hamburger__nav--reserve:hover {
  background: rgba(253, 241, 235, 0.25);
  color: rgba(253, 241, 235, 0.5);
}
.hamburger__nav--sns {
  display: flex;
  gap: 30px;
  margin-left: 20px;
}
.hamburger__nav--bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hamburger__nav--links {
  display: flex;
  gap: 17px;
  align-items: center;
}
.hamburger__nav--links li a {
  font-size: 10px;
  color: #fff;
  text-decoration: underline;
}

.footer {
  padding: 60px 40px 40px;
  background: #0A222C;
  box-sizing: border-box;
  overflow: hidden;
}
.footer__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 26.6666666667vw 5.3333333333vw 5.3333333333vw;
  }
}
.footer__box {
  display: flex;
  align-items: center;
  margin-top: 200px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__box {
    margin-top: 0;
    display: block;
  }
}
.footer__main {
  margin-right: 15%;
}
@media screen and (max-width: 768px) {
  .footer__main--logo {
    width: 32.8vw;
  }
}
.footer__main--box {
  display: flex;
  gap: 100px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1320px) {
  .footer__main--box {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer__main--box {
    gap: 30px;
  }
}
.footer__sub {
  position: relative;
  margin-bottom: -100px;
}
@media screen and (max-width: 768px) {
  .footer__sub {
    margin-left: auto;
    margin-right: -20px;
    margin-bottom: -50px;
  }
}
.footer__sub .mapImg img {
  max-width: 450px;
  width: 100%;
}
.footer__sub .mapLink {
  position: absolute;
  left: -80px;
  top: 30%;
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer__sub .mapLink img {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .footer__sub .mapLink {
    top: 28%;
    left: -60px;
  }
  .footer__sub .mapLink img {
    width: 20px;
  }
}
.footer__sub .mapLink span {
  color: #FDF1EB;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
  font-family: "indivisible", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer__sub .mapLink span {
    font-size: 3.2vw;
  }
}
.footer .sns__menu {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  right: 0;
  z-index: 100;
}
.footer .sns__menu img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .footer .sns__menu img {
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer .sns__menu {
    top: unset;
    bottom: 6.6666666667vw;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer .sns__menu ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .footer .sns__menu ul {
    flex-direction: row;
    gap: 20px;
  }
}
.footer .sns__menu .right {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer .sns__menu .right {
    display: flex;
    align-items: center;
  }
  .footer .sns__menu .right .contact {
    font-size: 4.2666666667vw;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    font-family: "utile-display", sans-serif;
  }
  .footer .sns__menu .right .reserve {
    margin-left: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 14px;
    border-radius: 22px;
    background: rgba(253, 241, 235, 0.2);
    color: #fff;
    font-family: "fot-cezanne-pron", sans-serif;
    font-weight: normal;
    font-size: 3.7333333333vw;
  }
  .footer .sns__menu .right .reserve span {
    font-family: "utile-display", sans-serif;
    font-weight: 500;
    font-size: 4vw;
  }
  .footer .sns__menu .right .reserve:hover {
    background: rgba(253, 241, 235, 0.2);
    color: #fff;
  }
}
.footer__address {
  color: #FDF1EB;
  font-size: 14px;
  line-height: 2;
  font-family: "indivisible", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer__address {
    font-size: 2.6666666667vw;
  }
}
.footer__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__top {
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
  }
}
.footer__logo {
  margin-left: 2.083vw;
}
.footer__contact {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  font-family: "utile-display", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer__contact {
    display: none;
  }
}
.footer__right {
  display: flex;
  align-items: center;
}
.footer__nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav ul {
  display: flex;
  align-items: center;
  gap: 2.083vw;
}
.footer__nav ul li a {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  font-family: "utile-display", sans-serif;
}
.footer__nav ul li a:hover {
  opacity: 0.6;
}
.footer__reserve {
  margin-left: 2.083vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 22px;
  background: rgba(253, 241, 235, 0.25);
  color: #fff;
  color: #fff;
  font-family: "fot-cezanne-pron", sans-serif;
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer__reserve {
    display: none;
  }
}
.footer__reserve span {
  font-size: 16px;
  font-family: "utile-display", sans-serif;
  font-weight: 500;
}
.footer__reserve:hover {
  background: rgba(253, 241, 235, 0.25);
  color: #fff;
}
@media screen and (max-width: 1320px) {
  .footer__sub {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .footer__sub {
    width: 85%;
  }
}
.footer__sub .btn {
  margin-left: auto;
  border-radius: 37px;
  font-size: 20px;
  color: #FDF1EB;
  background: rgba(255, 255, 255, 0.12);
  margin-bottom: 60px;
}
.footer__sub .btn span {
  font-size: 22px;
}
.footer__copy {
  display: flex;
  align-items: center;
  gap: 60px;
}
.footer__copy small {
  color: #FDF1EB;
  font-size: 15px;
  line-height: 2;
  font-family: "indivisible", sans-serif;
  margin-bottom: -5px;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    display: none;
  }
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .footer__links {
    gap: 15px;
  }
}
.footer__links li {
  line-height: 1;
}
.footer__links a {
  line-height: 1;
  color: #FDF1EB;
  text-decoration: underline;
  font-size: 14px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer__links a {
    font-size: 10px;
    color: #FDF1EB;
  }
}
.footer .topBtn {
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 30px;
  display: block;
  color: #FDF1EB;
  font-size: 14px;
  text-align: center;
}
.footer .topBtn img {
  width: 22px !important;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .footer .topBtn {
    display: none;
  }
}

.fv {
  background: url(../img/fv-img.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .fv {
    padding: 0 5.3333333333vw;
  }
}
.fv__movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fv__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    padding-bottom: 32vw;
  }
}
.fv__contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.fv__title {
  color: #FDF1EB;
  font-size: 20px;
  font-family: "indivisible", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 4vw;
  }
}
.fv__text {
  font-size: 14px;
  line-height: 1.7;
  font-family: "indivisible", sans-serif;
  color: #FDF1EB;
  margin-bottom: 20px;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .fv__text {
    letter-spacing: 0;
    font-size: 2.9333333333vw;
    margin-bottom: 4vw;
  }
}
.fv__sns {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.fv__sns img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .fv__sns {
    top: unset;
    bottom: 5.3333333333vw;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.fv__sns .right {
  display: none;
}
@media screen and (max-width: 768px) {
  .fv__sns .right {
    display: flex;
    align-items: center;
  }
  .fv__sns .right .contact {
    font-size: 4.2666666667vw;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    font-family: "utile-display", sans-serif;
  }
  .fv__sns .right .reserve {
    margin-left: 18px;
    display: block;
    padding: 11px 14px;
    border-radius: 22px;
    background: rgba(0, 0, 0, 0.08);
    color: #fff;
    font-family: "fot-cezanne-pron", sans-serif;
    font-weight: normal;
    font-size: 3.7333333333vw;
  }
  .fv__sns .right .reserve span {
    font-family: "utile-display", sans-serif;
    font-weight: 500;
    font-size: 4vw;
  }
  .fv__sns .right .reserve:hover {
    background: rgba(253, 241, 235, 0.25);
    color: rgba(253, 241, 235, 0.5);
  }
}
.fv__sns ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .fv__sns ul {
    flex-direction: row;
    gap: 20px;
  }
}
.fv__btn {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fv__btn .icon {
  width: 16px;
}
.fv__logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .fv__logo {
    margin-bottom: 2.6666666667vw;
    transform: translate(0);
    position: unset;
    width: 28vw;
  }
}

.toggleButton {
  position: relative;
  display: block;
  width: 45px;
  height: 20px;
  border: 1px solid #FDF1EB;
  border-radius: 9999px;
  background-color: transparent;
  cursor: pointer;
}

.toggleButton::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 14px;
  height: 14px;
  border: 1px solid #FDF1EB;
  border-radius: 9999px;
  transform: translateY(-50%);
  background-color: #FDF1EB;
  transition: left 0.2s;
}

.toggleButton.is-on::after {
  left: calc(100% - 18px);
}

/* スクロールダウンの位置 */
.fv__scroll {
  background: #9A9A9A;
  width: 2px;
  height: 89px;
  margin: 70px auto 0;
  position: absolute;
  right: 2.083vw;
  bottom: 3.64vw;
}
@media screen and (max-width: 768px) {
  .fv__scroll {
    display: none;
    height: 17.3333333333vw;
    transform: translate(0);
  }
}
.fv__scroll span {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #FDF1EB;
  font-weight: 500;
  font-family: "utile-display", sans-serif;
}

/* 線のアニメーション部分 */
.fv__scroll::before {
  animation: scroll 2s infinite;
  background-color: #FDF1EB;
  bottom: 0;
  content: "";
  height: 89px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2px;
}
@media screen and (max-width: 768px) {
  .fv__scroll::before {
    height: 17.3333333333vw;
  }
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}
.fade-in {
  opacity: 0;
  /* 初期状態で透明 */
  transform: translateY(20px);
  /* 下に少しずらす */
  transition: opacity 1s 0.4s ease, transform 1s 0.4s ease;
  /* アニメーションの設定 */
}

.fade-in.fade-top {
  transform: translateY(200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-bottom {
  transform: translateY(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-left {
  transform: translateX(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.active {
  opacity: 1;
  /* 表示 */
  transform: translateY(0);
  /* 元の位置 */
}

.concept {
  padding: 250px 0;
  background-image: url(../img/concept-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: #99B7C4;
}
@media screen and (max-width: 768px) {
  .concept {
    padding: 34.6666666667vw 0 26.6666666667vw;
    background-image: url(../img/concept-bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
}
.concept__inner {
  padding: 0 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .concept__inner {
    padding: 0 5.3333333333vw;
  }
}
.concept__title {
  color: #FDF1EB;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .concept__title {
    margin-bottom: 18.6666666667vw;
  }
}
.concept__text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "fot-cezanne-pron", sans-serif;
  color: #FDF1EB;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .concept__text {
    font-size: 3.2vw;
  }
}
.concept__text.en__text {
  margin-top: 50px;
  font-family: "indivisible", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .concept__text.en__text {
    margin-top: 9.3333333333vw;
    font-size: 2.4vw;
  }
}
.concept__box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 115px auto;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .concept__box {
    margin: 17.3333333333vw auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px 0;
  }
}
.concept__logo img {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .concept__logo {
    text-align: center;
    width: 100%;
  }
  .concept__logo img {
    width: 21.8666666667vw;
  }
}
.concept__letter {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .concept__letter {
    width: 15%;
    gap: 11px;
  }
}
.concept__letter span {
  display: block;
  color: #FDF1EB;
  font-size: 36px;
  font-family: "fot-cezanne-pron", sans-serif;
}
@media screen and (max-width: 768px) {
  .concept__letter span {
    font-size: 6.1333333333vw;
  }
}
.concept__right {
  color: #FDF1EB;
  display: flex;
  flex-direction: column;
  gap: 50px;
  font-size: 16px;
  font-family: "fot-cezanne-pron", sans-serif;
}
@media screen and (max-width: 768px) {
  .concept__right {
    gap: 20px;
    width: 82%;
    font-size: 2.9333333333vw;
  }
}
.concept__btn {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.concept__btn a {
  height: 205px;
  display: block;
  padding-top: 50px;
  color: #FDF1EB;
  font-size: 15px;
  font-weight: 500;
  font-family: "indivisible", sans-serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  .concept__btn a {
    font-size: 3.2vw;
    height: 150px;
    padding-top: 20px;
  }
}
.concept__btn .circle {
  position: absolute;
  width: 110px;
  top: 0;
  left: 8px;
  text-align: center;
  height: 110px;
  border-radius: 50%;
  border: 1px solid #FDF1EB;
  animation: pulse 3s ease-in-out infinite;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .concept__btn .circle {
    width: 86px;
    left: 10px;
    height: 86px;
  }
}
.concept__btn .circle::after {
  content: "";
  height: 165px;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
  background: #FDF1EB;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .concept__btn .circle::after {
    top: 50px;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
.concept__movie {
  background: #0A222C;
  padding: 40px 20px;
  position: relative;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .concept__movie {
    padding: 8vw 5.3333333333vw;
  }
}
.concept__movie img,
.concept__movie video {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.journey {
  padding: 200px 0 160px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .journey {
    padding: 13.3333333333vw 5.3333333333vw 20vw;
  }
}
.journey__inner {
  max-width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .journey__inner {
    max-width: 100%;
  }
}
.journey__contents {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .journey__contents {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.journey__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .journey__title {
    margin-bottom: 8vw;
  }
}
.journey__slider {
  overflow: hidden;
  padding: 80px 0 20px;
  margin-top: 34px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .journey__slider {
    padding-top: 50px;
    margin-top: 72vw;
  }
}
.journey__slider .swiper-pagination {
  bottom: unset;
  top: 0;
  left: 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .journey__slider .swiper-pagination {
    text-align: center;
    justify-content: space-between;
  }
}
.journey__slider .swiper-pagination-bullet {
  background: #0A222C;
  margin: 0 !important;
  width: 18px;
  height: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .journey__slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 !important;
  }
}
.journey__slider .swiper-pagination-bullet:nth-child(1) {
  margin-left: 0 !important;
}
.journey__slider .swiper-pagination-bullet-active {
  width: 33px;
  height: 33px;
}
@media screen and (max-width: 768px) {
  .journey__slider .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
  }
}
.journey__slider .contents h3 {
  font-size: 22px;
  margin-bottom: 30px;
  color: #0A222C;
  font-family: "indivisible", sans-serif;
}
@media screen and (max-width: 768px) {
  .journey__slider .contents h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.journey__slider .contents p {
  color: #0A222C;
  margin-bottom: 26px;
  font-size: 16px;
  font-family: "indivisible", sans-serif;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .journey__slider .contents p {
    font-size: 2.6666666667vw;
    margin-bottom: 4vw;
  }
}
.journey__slider .contents p.en__text {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .journey__slider .contents p.en__text {
    font-size: 2.6666666667vw;
  }
}
.journey__img {
  width: 57%;
  padding: 0 50px;
  padding-top: 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .journey__img {
    position: absolute;
    transform: translateY(-50%);
    top: 27%;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 25px;
  }
}
.journey__img .swiper-slide {
  transform: scale(0.95);
  transition: all 0.3s ease;
}
.journey__img .swiper-slide-active {
  transform: scale(1.05);
  z-index: 10;
}
.journey__text {
  font-family: "indivisible", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .journey__text {
    font-size: 2.9333333333vw;
  }
}
.journey__text.en__text {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .journey__text.en__text {
    margin-top: 3.4666666667vw;
    font-size: 2.4vw;
  }
}
.journey .btn {
  margin-top: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .journey .btn {
    margin-top: 0;
  }
}

.btn {
  border-radius: 35px;
  color: #0A222C;
  background: rgba(153, 183, 196, 0.6);
  padding: 16px 20px;
  font-family: "fot-cezanne-pron", sans-serif;
  font-weight: normal;
  font-size: 18px;
  display: block;
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
  transition: 0.3s ease;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 3.2vw;
    padding: 3.2vw 5.3333333333vw;
    display: flex;
    align-items: center;
  }
}
.btn:hover {
  color: #FDF1EB;
  opacity: 1;
}
.btn span {
  font-family: "utile-display", sans-serif;
  font-weight: 500;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .btn span {
    font-size: 4.5333333333vw;
  }
}

.room {
  position: relative;
  overflow: hidden;
}
.room__inner {
  padding: 170px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .room__inner {
    padding: 18.6666666667vw 0 13.3333333333vw;
  }
}
.room__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #0A222C;
  transition: 2s ease;
}
.room__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #0A222C;
  transition: 2s 0.3s ease;
  z-index: 10;
}
.room.active .room__inner::before {
  width: 100%;
}
.room.active2 .room__inner::after {
  width: 100%;
}
.room__title {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .room__title {
    margin-bottom: 8vw;
  }
}
.room__text {
  font-family: "indivisible", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .room__text {
    font-size: 2.9333333333vw;
  }
}
.room__text.en__text {
  font-size: 14px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .room__text.en__text {
    font-size: 2.4vw;
    margin-top: 3.4666666667vw;
  }
}
.room__slider {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .room__slider {
    margin-top: 13.3333333333vw;
  }
}
.room__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.room .room__border01 {
  position: absolute;
  left: 5%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #0A222C;
  opacity: 0;
  transition: 0.3s ease;
}
.room .room__border02 {
  position: absolute;
  right: 5%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #0A222C;
  opacity: 0;
  transition: 0.3s ease;
}
.room.active .room__border01 {
  opacity: 1;
}
.room.active2 .room__border02 {
  opacity: 1;
}
.room__bottom {
  padding: 120px 0 100px;
  box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.8);
  position: relative;
}
.room__bottom::before {
  content: "";
  position: absolute;
  left: 5%;
  top: 0;
  width: 1px;
  height: 0;
  background: #0A222C;
  z-index: 100;
  transition: 2s ease;
}
.room__bottom::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 0;
  width: 1px;
  height: 0;
  background: #0A222C;
  z-index: 100;
  transition: 2s 0.5s ease;
}
.room__bottom.active::before {
  height: 100%;
}
.room__bottom.active::after {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .room__bottom {
    padding: 14.6666666667vw 0 13.3333333333vw;
  }
}
.room__bottom--inner {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 60px;
  padding-bottom: 120px;
  border-bottom: 1px solid #0A222C;
  position: relative;
}
@media screen and (max-width: 768px) {
  .room__bottom--inner {
    max-width: 90%;
    padding: 0 8vw 12vw;
  }
}
.room__bottom--left {
  width: 55%;
}
@media screen and (max-width: 1320px) {
  .room__bottom--left {
    width: 100%;
    display: none;
  }
}
.room__bottom--left .img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .room__bottom--left .img {
    display: none;
  }
}
.room__bottom--left .img img {
  width: 100%;
}
.room__bottom--left .img .on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.room__bottom--left .img .off {
  opacity: 1;
}
.room__bottom--left .img.show .on {
  animation: anim 2s 0.3s forwards;
}
@keyframes anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.room__bottom--right {
  width: 40%;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .room__bottom--right {
    width: 100%;
    transform: none;
  }
}
.room__bottom--right.show {
  animation: fade 2s 0.3s forwards;
}
@media screen and (max-width: 768px) {
  .room__bottom--right.show {
    animation: fade 2s 0.3s forwards;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1320px) {
  .room__bottom--right {
    width: 100%;
  }
}
.room__bottom--right .room__img {
  padding-top: 30px;
}
.room__bottom--right .room__img .swiper-pagination {
  bottom: unset;
  top: 0;
}
.room__bottom--right .room__img .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.room__bottom--right .room__img .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 13px;
  background: #000000;
}
.room__bottom--right .room__contents {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .room__bottom--right .room__contents {
    margin-top: 8.8vw;
  }
}
.room__bottom--right .room__contents p {
  font-family: "indivisible", sans-serif;
  font-size: 13px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .room__bottom--right .room__contents p {
    font-size: 2.6666666667vw;
  }
}
.room__bottom--right .room__contents p.en__text {
  font-size: 11px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .room__bottom--right .room__contents p.en__text {
    font-size: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.room__bottom--right .room__contents .btn {
  margin-top: 90px;
  margin-left: auto;
}
.room .btn.is-sp {
  margin: 0 auto;
  margin-top: 10.6666666667vw;
  display: none !important;
}
@media screen and (max-width: 768px) {
  .room .btn.is-sp {
    display: flex !important;
  }
}
.room__img {
  overflow: hidden;
  position: relative;
}
.room__tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
  gap: 34px;
  position: absolute;
  right: 7.7%;
  top: 0;
}
@media screen and (max-width: 1320px) {
  .room__tabs {
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .room__tabs {
    position: unset;
    margin-bottom: 0;
  }
}
.room__tab {
  display: inline-block;
  font-size: 36px;
  font-family: "utile-display", sans-serif;
  border-bottom: 2px solid transparent;
  padding-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .room__tab {
    font-size: 5.3333333333vw;
  }
}
.room__tab.active {
  border-bottom: 2px solid #0A222C;
}
.room__tabContents {
  display: none;
}
.room__tabContents.show {
  display: block;
}
.room__tabContents--inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .room__tabContents--inner {
    flex-direction: column;
  }
}
.room__tabContents .contents {
  display: none;
  width: 80%;
  justify-content: space-between;
}
@media screen and (max-width: 1320px) {
  .room__tabContents .contents {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .room__tabContents .contents {
    width: 100%;
    margin-top: 12vw;
  }
}
.room__tabContents .contents.show {
  display: flex;
}
@media screen and (max-width: 768px) {
  .room__tabContents .contents.show {
    display: block;
  }
}
.room__tabContents .fix__contents {
  width: 20%;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1320px) {
  .room__tabContents .fix__contents {
    width: 28%;
  }
}
@media screen and (max-width: 1320px) {
  .room__tabContents .fix__contents .btn {
    font-size: 16px;
  }
  .room__tabContents .fix__contents .btn span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .room__tabContents .fix__contents {
    padding-left: 0;
    padding-top: 0;
    width: 100%;
    display: block;
    margin-top: 6.6666666667vw;
  }
  .room__tabContents .fix__contents .btn {
    display: none;
  }
}
.room__tabContents .fix__contents .tabs {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .room__tabContents .fix__contents .tabs {
    margin-bottom: 0;
    display: flex;
    gap: 13px;
    justify-content: center;
  }
}
.room__tabContents .fix__contents .tabs.tabs2 {
  padding-left: 140px;
}
@media screen and (max-width: 768px) {
  .room__tabContents .fix__contents .tabs.tabs2 {
    padding-left: 0;
  }
}
.room__tabContents .fix__contents .tabs li {
  cursor: pointer;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  font-family: "indivisible", sans-serif;
  opacity: 0.3;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .room__tabContents .fix__contents .tabs li {
    font-size: 3.4666666667vw;
    margin-top: 0;
  }
}
.room__tabContents .fix__contents .tabs li .border {
  position: absolute;
  left: -100px;
  top: 50%;
  height: 0.75px;
  width: 80px;
  background: #0A222C;
  display: block;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}
.room__tabContents .fix__contents .tabs li .border::before {
  content: "";
  height: 0;
  width: 0.75px;
  background: #0A222C;
  position: absolute;
  left: -85px;
  top: -35px;
  transform: rotate(45deg);
  transition: height 0.5s 0.5s ease;
}
.room__tabContents .fix__contents .tabs li .border::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: #0A222C;
  border-radius: 50%;
  position: absolute;
  left: -173px;
  top: 160px;
  opacity: 0;
  transition: opacity 0.5s 1s ease;
}
.room__tabContents .fix__contents .tabs li.active {
  opacity: 1;
}
.room__tabContents .fix__contents .tabs li.active .border {
  opacity: 1;
  transform: scaleX(1);
}
.room__tabContents .fix__contents .tabs li.active .border::before {
  height: 240px;
}
.room__tabContents .fix__contents .tabs li.active .border::after {
  opacity: 1;
}

.amenity {
  padding: 250px 0;
  background: url(../img/amenity-bg.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .amenity {
    padding: 30.4vw 0 26.6666666667vw;
  }
}
.amenity__inner {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .amenity__inner {
    max-width: 100%;
  }
}
.amenity__title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .amenity__title {
    margin-bottom: 8vw;
  }
}
.amenity__text {
  font-family: "indivisible", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .amenity__text {
    font-size: 2.6666666667vw;
  }
}
.amenity__text.en__text {
  font-size: 14px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .amenity__text.en__text {
    margin-top: 4.2666666667vw;
    font-size: 2.4vw;
  }
}
.amenity__img {
  margin-top: 90px;
}
.amenity__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .amenity__img {
    margin-top: 16vw;
  }
}
.amenity__lists {
  margin-top: 90px;
  border-bottom: 1px solid #0A222C;
}
@media screen and (max-width: 768px) {
  .amenity__lists {
    margin-top: 16vw;
  }
}
.amenity__list {
  border-top: 1px solid #0A222C;
}
.amenity__list--title {
  display: flex;
  cursor: pointer;
  position: relative;
}
.amenity__list--title::after {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../img/icon_plus.svg) no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .amenity__list--title::after {
    right: 20px;
    width: 16px;
    height: 16px;
  }
}
.amenity__list--title.is_active::after {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../img/icon_minus.svg) no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .amenity__list--title.is_active::after {
    right: 20px;
    width: 16px;
    height: 16px;
  }
}
.amenity__list--contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .amenity__list--contents {
    padding: 0 8vw;
  }
}
.amenity__list--contents h3 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: normal;
  font-family: "indivisible", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .amenity__list--contents h3 {
    font-size: 4.8vw;
  }
}
.amenity__list--contents p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .amenity__list--contents p {
    font-size: 3.2vw;
  }
}
.amenity__list--text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.amenity__list--text.open {
  max-height: 500px;
  /* 十分大きめの値を設定 */
}
.amenity__list--text > .wrap {
  background: rgba(10, 34, 44, 0.25);
  padding: 100px 8%;
}
@media screen and (max-width: 768px) {
  .amenity__list--text > .wrap {
    padding: 16vw 6.6666666667vw;
  }
}
.amenity__list--text .accordion + .accordion {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .amenity__list--text .accordion + .accordion {
    margin-top: 13.3333333333vw;
  }
}
.amenity__list--text .accordion__title {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .amenity__list--text .accordion__title {
    font-size: 4.2666666667vw;
  }
}
.amenity__list--text .accordion__title:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.amenity__list--text .accordion__title.is_active:before {
  transform: rotate(90deg);
}
.amenity__list--text .accordion__title span {
  text-transform: uppercase;
  padding: 0 60px 0 30px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .amenity__list--text .accordion__title span {
    padding: 0 35px 0 20px;
  }
}
.amenity__list--text .accordion__title::after {
  content: "";
  width: 90%;
  height: 0.5px;
  background: rgba(255, 255, 255, 0.5);
}
.amenity__list--text .accordion__text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.amenity__list--text .accordion__text.open {
  max-height: 500px;
  /* 十分大きめの値を設定 */
}
.amenity__list--text .accordion__text .wrap {
  width: 80%;
  margin-left: auto;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  .amenity__list--text .accordion__text .wrap {
    width: 100%;
    padding: 13.3333333333vw 8vw;
  }
}
.amenity__list--text .accordion__text h3 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 30px;
  font-family: "indivisible", sans-serif;
}
@media screen and (max-width: 768px) {
  .amenity__list--text .accordion__text h3 {
    font-size: 4.2666666667vw;
  }
}
.amenity__list--text .accordion__text p {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  font-family: "indivisible", sans-serif;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .amenity__list--text .accordion__text p {
    font-size: 3.4666666667vw;
  }
}
.amenity__list--img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .amenity__list--img {
    width: 25%;
    aspect-ratio: 1;
  }
  .amenity__list--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.amenity__list--img img {
  width: 100%;
}
.amenity__list--contents {
  width: 50%;
}

.link__section {
  display: flex;
}
@media screen and (max-width: 768px) {
  .link__section {
    display: block;
  }
}

.link__item {
  padding: 100px 20px;
  width: 50%;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .link__item {
    width: 100%;
    padding: 12vw 5.3333333333vw 13.8666666667vw;
  }
}
.link__item.contact {
  background: url(../img/link-bg-01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.link__item.contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 34, 44, 0.25);
  opacity: 0;
  transition: 1s ease;
  z-index: 1;
}
.link__item.contact:hover {
  opacity: 1;
}
.link__item.contact:hover::after {
  opacity: 1;
}
.link__item.contact:hover .link__item--icon {
  border-color: #FDF1EB;
}
.link__item.contact:hover .off {
  opacity: 0;
}
.link__item.contact:hover .on {
  opacity: 1;
}
.link__item.contact:hover .section__title {
  color: #FDF1EB;
}
.link__item.contact:hover p {
  color: #FDF1EB;
}
.link__item.reserve {
  background: url(../img/link-bg-02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.link__item.reserve::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 34, 44, 0.25);
  opacity: 0;
  transition: 1s ease;
  z-index: 1;
}
.link__item.reserve:hover {
  opacity: 1;
}
.link__item.reserve:hover::after {
  opacity: 1;
}
.link__item.reserve:hover .link__item--icon {
  border-color: #FDF1EB;
}
.link__item.reserve:hover .off {
  opacity: 0;
}
.link__item.reserve:hover .on {
  opacity: 1;
}
.link__item.reserve:hover .section__title {
  color: #FDF1EB;
}
.link__item.reserve:hover p {
  color: #FDF1EB;
}
.link__item .section__title {
  text-align: center;
  margin-bottom: 50px;
  transition: all 1s ease;
  font-size: 52px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1320px) {
  .link__item .section__title {
    font-size: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .link__item .section__title {
    font-size: 8.5333333333vw;
    margin-bottom: 8vw;
  }
}
.link__item .access__img {
  text-align: center;
  position: relative;
  z-index: 2;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.link__item .access__img .off {
  opacity: 1;
  transition: 1s ease;
}
.link__item .access__img .on {
  opacity: 0;
  transition: 1s ease;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.link__item .access__img img {
  margin-bottom: 50px;
}
@media screen and (max-width: 1320px) {
  .link__item .access__img img {
    width: 140px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .link__item .access__img img {
    width: 25.8666666667vw;
    margin: 0 auto;
    margin-bottom: 6.6666666667vw;
  }
}
.link__item .access__img p {
  text-align: center;
  color: #0A222C;
  line-height: 1.5;
  font-size: 18px;
  font-family: "fot-cezanne-pron", sans-serif;
  font-weight: 500;
  transition: all 1s ease;
}
@media screen and (max-width: 768px) {
  .link__item .access__img p {
    font-size: 3.2vw;
  }
}
.link__item--icon {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 60px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: #0A222C 1.5px solid;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 1320px) {
  .link__item--icon {
    right: 40px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .link__item--icon {
    right: 8vw;
    top: 50%;
    transform: translateY(-50%);
    width: 15.4666666667vw;
    height: 15.4666666667vw;
  }
}
.link__item--icon .off {
  opacity: 1;
  transition: 1s ease;
}
.link__item--icon .on {
  opacity: 0;
  transition: 1s ease;
  position: absolute;
}
.link__item--icon img {
  transition: 1s ease;
  width: 40px;
}
@media screen and (max-width: 1320px) {
  .link__item--icon img {
    width: 35px;
  }
}
@media screen and (max-width: 768px) {
  .link__item--icon img {
    width: 6.6666666667vw;
  }
}
.link__item .reserve__img {
  text-align: center;
  position: relative;
  z-index: 2;
}
.link__item .reserve__img .off {
  opacity: 1;
  transition: 1s ease;
}
.link__item .reserve__img .on {
  opacity: 0;
  transition: 1s ease;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.link__item .reserve__img img {
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 1320px) {
  .link__item .reserve__img img {
    width: 120px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .link__item .reserve__img img {
    width: 23.4666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.link__item .reserve__img p {
  text-align: center;
  color: #0A222C;
  line-height: 1.5;
  font-size: 18px;
  font-family: "fot-cezanne-pron", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .link__item .reserve__img p {
    font-size: 3.2vw;
  }
}

.bg {
  background-image: linear-gradient(150deg, #FFFCFB 10%, #FDF3ED 40%, #FFFAF7 68%, #FDF6F3 90%);
}

.contact__sec {
  background: #C1D3DB;
  padding: 180px 40px;
}
@media screen and (max-width: 768px) {
  .contact__sec {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.contact__sec--inner {
  max-width: 700px;
  margin: 0 auto;
}
.contact__sec .contact__title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__title {
    margin-bottom: 10.6666666667vw;
  }
}
.contact__sec .contact__text {
  font-family: "indivisible", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__text {
    font-size: 2.9333333333vw;
  }
}
.contact__sec .contact__text.en__text {
  font-size: 14px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__text.en__text {
    font-size: 2.4vw;
    margin-top: 3.4666666667vw;
  }
}

.smf-form {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .smf-form {
    margin-top: 50px;
  }
}

.smf-item {
  margin-bottom: 30px;
}
.smf-item.policy {
  margin: 80px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .smf-item.policy {
    margin-top: 10.6666666667vw;
  }
}
.smf-item.policy input {
  width: 23px;
  height: 23px;
  background: #fff;
  border: none;
  margin: 0;
}
.smf-item.policy .smf-item__col--label {
  font-size: 14px !important;
  font-weight: 600;
  margin-bottom: 0 !important;
}

.smf-item__col--label {
  margin-bottom: 15px;
  font-family: "indivisible", sans-serif;
}
.smf-item__col--label a {
  text-decoration: underline !important;
}

.smf-item__label__text {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .smf-item__label__text {
    font-size: 16px;
  }
}

.smf-item__controls input {
  background: #fff;
  height: 50px;
  box-sizing: border-box;
  padding: 10px;
  border: none;
  width: 100%;
}
.smf-item__controls textarea {
  height: 235px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: none;
}
@media screen and (max-width: 768px) {
  .smf-item__controls textarea {
    height: 180px;
  }
}

.smf-action {
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}
.smf-action button {
  width: 375px !important;
  height: 84px !important;
  max-width: 90% !important;
  margin: 0 auto;
  background: #0A222D !important;
  background-image: none !important;
  border: none !important;
  cursor: pointer;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  text-align: center;
  font-family: "indivisible", sans-serif;
  box-shadow: none !important;
}
@media screen and (max-width: 768px) {
  .smf-action button {
    height: 60px !important;
    font-size: 16px !important;
  }
}

.policy {
  padding: 200px 40px 150px;
  background: #C1D3DB;
}
@media screen and (max-width: 768px) {
  .policy {
    padding: 32vw 8vw;
  }
}
.policy__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.policy__title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .policy__title {
    text-align: left;
  }
}
.policy__contents {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .policy__contents {
    margin-top: 21.3333333333vw;
  }
}
.policy__contents p {
  line-height: 2;
}
.policy__contents .right {
  display: block;
  text-align: right;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .policy__contents .right {
    text-align: left;
  }
}
.policy__contents h3 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 18px;
}

.qa {
  background: url(../img/amenity-bg.png) no-repeat;
  background-size: cover;
  padding: 250px 40px 150px;
}
@media screen and (max-width: 768px) {
  .qa {
    padding: 26.6666666667vw 5.3333333333vw;
  }
}
.qa__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.qa__title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .qa .section__subTitle {
    text-align: center;
  }
}
.qa__sec {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .qa__sec {
    margin-top: 14.6666666667vw;
  }
}
.qa__sec--title {
  color: #0A222C;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 14px;
  border-bottom: 1px solid #0A222C;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .qa__sec--title {
    font-size: 4.2666666667vw;
  }
}
.qa__item {
  margin-bottom: 15px;
}
.qa__item--title {
  display: flex;
  align-items: center;
  gap: 30px;
  background: rgba(255, 255, 255, 0.3);
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .qa__item--title {
    gap: 10px;
    padding: 15px 15px;
  }
}
.qa__item--title::after {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../img/icon_plus.svg) no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .qa__item--title::after {
    right: 15px;
    width: 16px;
    height: 16px;
  }
}
.qa__item--title.is_active::after {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../img/icon_minus.svg) no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .qa__item--title.is_active::after {
    right: 15px;
    width: 16px;
    height: 16px;
  }
}
.qa__item--title span {
  font-size: 36px;
  font-weight: 500;
  font-family: "utile-display", sans-serif;
  line-height: 1;
  margin-top: -2px;
  width: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .qa__item--title span {
    font-size: 6.4vw;
    width: 30px;
  }
}
.qa__item--title p {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  max-width: 85%;
}
@media screen and (max-width: 768px) {
  .qa__item--title p {
    font-size: 3.2vw;
  }
}
.qa__item--text .wrap {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 25px 30px;
  background: rgba(10, 34, 44, 0.25);
}
@media screen and (max-width: 768px) {
  .qa__item--text .wrap {
    gap: 10px;
    padding: 20px 15px;
  }
}
.qa__item--text .wrap span {
  font-size: 36px;
  font-weight: 500;
  font-family: "utile-display", sans-serif;
  line-height: 1;
  color: #fff;
  width: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .qa__item--text .wrap span {
    font-size: 6.4vw;
    width: 30px;
  }
}
.qa__item--text .wrap p {
  max-width: 85%;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .qa__item--text .wrap p {
    font-size: 3.2vw;
  }
}
.qa__info {
  display: flex;
  align-items: center;
  gap: 30px;
  background: rgba(255, 255, 255, 0.3);
  padding: 20px 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .qa__info {
    padding: 15px;
    gap: 10px;
  }
}
.qa__info span {
  font-size: 36px;
  font-weight: 500;
  font-family: "utile-display", sans-serif;
  line-height: 1;
  margin-top: -2px;
  width: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .qa__info span {
    font-size: 6.4vw;
    width: 30px;
  }
}
.qa__info p {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .qa__info p {
    font-size: 3.2vw;
  }
}

.qa__item--text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.qa__item--text.open {
  max-height: 500px;
  /* 十分大きめの値を設定 */
}

#formWrap, .thanks {
  padding: 140px 40px;
  line-height: 2;
}
#formWrap .error_messe, .thanks .error_messe {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #formWrap, .thanks {
    padding: 80px 20px;
  }
}

.confirm__message {
  line-height: 2;
  margin-bottom: 50px;
}

.confirm .contact__form--item {
  margin-bottom: 30px;
}
.confirm .contact__form--ttl {
  margin-bottom: 20px;
}

.btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.submitBtn {
  width: 225px !important;
  height: 64px !important;
  max-width: 90% !important;
  background: #0A222D !important;
  background-image: none !important;
  border: none !important;
  cursor: pointer;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-align: center;
  font-family: "indivisible", sans-serif;
  box-shadow: none !important;
}
@media screen and (max-width: 768px) {
  .submitBtn {
    height: 60px !important;
    font-size: 16px !important;
  }
}

.backBtn {
  width: 185px !important;
  height: 64px !important;
  max-width: 90% !important;
  background: #fff !important;
  background-image: none !important;
  border: 1px solid #0A222C !important;
  cursor: pointer;
  color: #0A222C !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-align: center;
  font-family: "indivisible", sans-serif;
  box-shadow: none !important;
}
@media screen and (max-width: 768px) {
  .backBtn {
    height: 60px !important;
    font-size: 16px !important;
  }
}/*# sourceMappingURL=style.css.map */