@charset "UTF-8";
/* -------------------------------------------------------
reset
------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  vertical-align: bottom;
  width: 100%;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

select {
  border: none;
  outline: none;
}

@font-face {
  font-family: "ABCDiatypeMono";
  src: url("/files/fonts/ABCDiatypeMono-Medium.woff2") format("woff2");
  font-weight: 500; /* Mediumに合わせる */
  font-style: normal;
  font-display: swap; /* ページ読み込み中の表示を改善 */
}
html {
  font-size: 62.5%;
  letter-spacing: 1px;
  background: #eaeaea;
}
html body {
  overflow-x: hidden;
  font-family: sans-serif;
}
html p {
  font-family: "Neue Haas Grotesk Text Pro", "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  color: #1a1311;
}
html .pc-only {
  display: none;
}
@media screen and (min-width: 481px) {
  html .pc-only {
    display: block;
  }
}
html .sp-only {
  display: block;
}
@media screen and (min-width: 481px) {
  html .sp-only {
    display: none;
  }
}
html .pc-only01 {
  display: none;
}
@media screen and (min-width: 1025px) {
  html .pc-only01 {
    display: block;
  }
}
html .sp-only01 {
  display: block;
}
@media screen and (min-width: 1025px) {
  html .sp-only01 {
    display: none;
  }
}
html .sec-01 {
  width: 100%;
  max-width: 1820px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  html .sec-01 {
    margin: 0 auto;
  }
}
html .sec-02 {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto 100px;
}
@media screen and (min-width: 1025px) {
  html .sec-02 {
    margin: 0 auto 250px;
  }
}
html .inner {
  padding: 0 15px;
}
html h2 {
  font-family: "capitana", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  margin-bottom: 30px;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  html h2 {
    font-size: 5rem;
    margin-bottom: 50px;
  }
}
html h3 {
  font-style: normal;
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 2;
  letter-spacing: 7px;
}
@media screen and (min-width: 481px) {
  html h3 {
    letter-spacing: 9px;
  }
}
@media screen and (min-width: 1025px) {
  html h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
html .sec-txt {
  margin-bottom: 50px;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  html .sec-txt {
    margin-bottom: 100px;
  }
}
html small {
  font-size: 1.1rem;
}
html button {
  cursor: pointer;
  border: none;
  padding: 0;
  outline: none;
  background: transparent;
}
html select {
  cursor: pointer;
  color: #1a1311;
}
html input::-moz-placeholder {
  color: #1a1311;
}
html input::placeholder {
  color: #1a1311;
}
html .bgColor {
  background-color: #efeeed;
}
html input[type=button],
html input[type=text],
html input[type=submit],
html input[type=image],
html textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

.js-load {
  display: none;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.load_fadein {
  background: #efeeed;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1999;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.load_fadein.hide {
  opacity: 0;
  pointer-events: none;
}

.load_wrap {
  display: flex;
  gap: 5px;
}
@media screen and (min-width: 481px) {
  .load_wrap {
    gap: 7px;
  }
}
@media screen and (min-width: 1025px) {
  .load_wrap {
    gap: 10px;
  }
}

.load_wrap img {
  height: 30px;
  width: auto;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}
@media screen and (min-width: 481px) {
  .load_wrap img {
    height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .load_wrap img {
    height: 50px;
  }
}
.load_wrap img:nth-child(5) {
  margin-right: 23px;
}
.load_wrap img:nth-child(7) {
  margin-right: -3px;
}

.load_wrap img.up {
  transform: translateY(-25px);
}

/* 最初は透明にして非表示 */
.load_wrap img {
  opacity: 0;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out, opacity 0.8s ease; /* ← フェードイン追加 */
}

/* フェードイン完了状態 */
.load_wrap img.visible {
  opacity: 1;
}

.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.title-box {
  display: flex;
}
.title-box .title {
  overflow: hidden;
}
.title-box .title .title-text {
  display: inline-block;
  transform: translateY(var(--y, 101%));
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}

.title-box.is-active {
  --y: 0;
}

.concept .title-box {
  justify-content: center;
}

.plan .title-box {
  justify-content: flex-start;
}
@media screen and (min-width: 481px) {
  .plan .title-box {
    justify-content: flex-end;
  }
}

.footer_title.title-box {
  justify-content: flex-start;
}
@media screen and (min-width: 481px) {
  .footer_title.title-box {
    justify-content: flex-end;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 15px 15px 0;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}
@media screen and (min-width: 960px) {
  .header {
    margin: 30px 3% 0;
  }
}
.header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* N だけ動かすために span で囲む */
  /* 背景が黒、文字が白へ */
  /* ホバーで N だけ上に動く */
}
.header .header__inner .header-cont {
  display: flex;
}
.header .header__inner .header-cont p {
  font-size: 2rem;
  font-family: "ABCDiatypeMono", monospace;
  letter-spacing: 0;
}
@media screen and (min-width: 481px) {
  .header .header__inner .header-cont p {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .header .header__inner .header-cont p {
    font-size: 4rem;
  }
}
.header .header__inner .header-cont p:first-child {
  margin-right: 15%;
}
@media screen and (min-width: 481px) {
  .header .header__inner .header-cont p:first-child {
    margin-right: 30%;
  }
}
.header .header__inner .header-cont p a {
  color: #000;
}
.header .header__inner .header-contact {
  font-size: 1.7rem;
  font-family: "ABCDiatypeMono", monospace;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 481px) {
  .header .header__inner .header-contact {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .header .header__inner .header-contact {
    font-size: 3.5rem;
  }
}
.header .header__inner .header-contact a {
  color: #000;
  padding: 5px 20px;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (min-width: 481px) {
  .header .header__inner .header-contact a {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .header .header__inner .header-contact a {
    padding: 15px 25px 12px;
  }
}
.header .header__inner .header-contact a span {
  display: inline-block;
  transition: transform 0.3s ease;
}
.header .header__inner .header-contact a:hover {
  background-color: #000;
  color: #eaeaea;
}
.header .header__inner .header-contact a:hover span:last-child {
  transform: translateY(-7px);
}

.header-cont p a {
  transition: all 0.3s ease;
  display: flex;
}

.header-cont p a span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.header-cont p a:hover span:last-child {
  transform: translateY(-10px);
}

footer {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
  color: #838383;
  font-size: 1.4rem;
}

.mv {
  color: #1a1311;
  width: 100%;
  height: 100vh;
  position: revert;
}
.mv .text-block {
  width: 90%;
  position: absolute;
  top: 20vh;
  left: 5%;
  transform: translateX(0%);
}
@media screen and (min-width: 481px) {
  .mv .text-block {
    width: 70%;
    top: 15vh;
    left: 39%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1025px) {
  .mv .text-block {
    width: 60%;
    top: 20vh;
    left: 3%;
    transform: translateX(0);
  }
}
.mv .text-block p {
  font-family: "courier-std", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  text-shadow: #F02D2D 0px 4px;
}
@media screen and (min-width: 481px) {
  .mv .text-block p {
    font-size: 3rem;
    text-shadow: #F02D2D 0px 6px;
  }
}
@media screen and (min-width: 1025px) {
  .mv .text-block p {
    font-size: 4rem;
  }
}
.mv .char {
  display: inline-block;
  transition: transform 0.1s ease;
  width: 1ch;
}
.mv .mv-logo {
  position: absolute;
  bottom: 44px;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 481px) {
  .mv .mv-logo {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .mv .mv-logo {
    bottom: 60px;
  }
}

.news {
  position: absolute;
  bottom: 0;
  background: #000000;
  overflow: hidden;
  width: 100%;
}
.news .loopTxt {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
@media screen and (min-width: 1025px) {
  .news .loopTxt {
    padding: 20px 0;
  }
}
.news .loopTxt .loop_wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.news .loopTxt .loop_wrap .loop_cont {
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.news .loopTxt .loop_wrap .loop_cont:nth-child(odd) {
  animation: loop 100s -50s linear infinite;
}
.news .loopTxt .loop_wrap .loop_cont:nth-child(even) {
  animation: loop2 100s linear infinite;
}
.news .loopTxt .loop_wrap .loop_cont p {
  font-size: 2rem;
  color: #F7F7F5;
}
.news .loopTxt .loop_wrap .loop_cont p span {
  margin-right: 30px;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.about {
  overflow: hidden;
}
.about .fadeInBlock {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (min-width: 481px) {
  .about .fadeInBlock {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .about .fadeInBlock {
    padding-bottom: 300px;
  }
}
.about .fadeInBlock .block {
  position: absolute;
  top: 0;
}
.about .fadeInBlock .block.fadeIn500ms {
  position: relative;
}
.about .fadeInBlock .about-txt01 {
  position: relative;
  right: 0%;
  top: 0%;
  width: 90%;
  max-width: 100%;
  margin: 50px auto 0;
}
@media screen and (min-width: 481px) {
  .about .fadeInBlock .about-txt01 {
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .about .fadeInBlock .about-txt01 {
    position: absolute;
    right: 5%;
    top: 25%;
    max-width: 350px;
  }
}
.about .fadeInBlock .about-txt01 p {
  font-size: 1.5rem;
}
.about .fadeInBlock .about-txt01 p:first-child {
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .about .fadeInBlock .about-txt01 p:first-child {
    margin-bottom: 50px;
  }
}
.about .fadeInBlock .about-txt02 {
  position: relative;
  left: 0%;
  top: 0%;
  width: 90%;
  max-width: 100%;
  margin: 20px auto 0;
}
@media screen and (min-width: 1025px) {
  .about .fadeInBlock .about-txt02 {
    position: absolute;
    left: 3%;
    top: 75%;
    width: 100%;
    max-width: 400px;
    margin: 0;
  }
}
.about .fadeInBlock .about-txt02 p {
  font-size: 1.5rem;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #838383;
}
.about .fadeInBlock .about-txt02 p:first-child {
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .about .fadeInBlock .about-txt02 p:first-child {
    margin-bottom: 50px;
  }
}

/* ここから時間差フェードインアニメーション */
/* 0.5秒間かけてフェードイン */
.fadeInAnime500ms {
  animation-name: fadeIn500ms;
}

.fadeIn500ms {
  animation-delay: 200ms;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeIn500ms {
  100% {
    opacity: 1;
  }
}
/* 1秒間かけてフェードイン */
.fadeInAnime1s {
  animation-name: fadeIn1s;
}

.fadeIn1s {
  animation-delay: 700ms;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  transform: translateY(-50px);
  opacity: 0;
}

@keyframes fadeIn1s {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* 1.5秒間かけてフェードイン */
.fadeInAnime1500ms {
  animation-name: fadeIn1500ms;
}

.fadeIn1500ms {
  animation-delay: 900ms;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  transform: translateX(50px);
  opacity: 0;
}

@keyframes fadeIn1500ms {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* 2秒間かけてフェードイン */
.fadeInAnime2s {
  animation-name: fadeIn2s;
}

.fadeIn2s {
  animation-delay: 1100ms;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
}

@keyframes fadeIn2s {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* 2.5秒間かけてフェードイン */
.fadeInAnime2500ms {
  animation-name: fadeIn2500ms;
}

.fadeIn2500ms {
  animation-delay: 1200ms;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  transform: translateX(50px);
  opacity: 0;
}

@keyframes fadeIn2500ms {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.as {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 30px 15px;
  display: block;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
}
@media screen and (min-width: 481px) {
  .as {
    padding: 30px;
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  .as {
    padding: 50px;
  }
}
.as .as-logo {
  width: 100%;
  max-width: 200px;
  margin-right: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 481px) {
  .as .as-logo {
    max-width: 276px;
    margin-right: 7%;
    margin-bottom: 0;
  }
}
.as .as-txt .as-txt-en {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #838383;
}
.as .as-txt .as-txt-link {
  display: block;
  justify-content: space-between;
  align-items: center;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 30px;
}
@media screen and (min-width: 481px) {
  .as .as-txt .as-txt-link {
    display: flex;
    margin-top: 0;
  }
}
.as .as-txt .as-txt-link p a {
  color: #000;
}
.as .as-txt .as-txt-link .as-txt-link-cont {
  text-align: left;
  margin-top: 20px;
}
@media screen and (min-width: 481px) {
  .as .as-txt .as-txt-link .as-txt-link-cont {
    text-align: right;
    margin-top: 0;
  }
}
.as .as-txt .as-txt-link .as-txt-link-cont a {
  text-decoration: underline;
  transition: transform 0.3s ease;
  opacity: 1;
}
.as .as-txt .as-txt-link .as-txt-link-cont a:hover {
  opacity: 0.7;
}

.hotel-ttl {
  width: -moz-fit-content;
  width: fit-content;
  height: 25px;
  margin: 100px auto 50px;
}
@media screen and (min-width: 481px) {
  .hotel-ttl {
    margin: 150px auto 70px;
    height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .hotel-ttl {
    margin: 350px auto 150px;
  }
}
.hotel-ttl img {
  height: inherit;
}

.hotel {
  margin-bottom: 100px;
}
@media screen and (min-width: 481px) {
  .hotel {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1025px) {
  .hotel {
    margin-bottom: 350px;
  }
}
.hotel .hotel-wrap {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (min-width: 481px) {
  .hotel .hotel-wrap {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .hotel .hotel-wrap {
    margin-bottom: 350px;
    margin-bottom: 0;
  }
}
.hotel .hotel-wrap .swiper {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .hotel .hotel-wrap .swiper {
    padding-bottom: 50px;
  }
}
.hotel .hotel-wrap .swiper .swiper-pagination {
  bottom: 0;
}
.hotel .hotel-txt {
  font-size: 1.5rem;
  max-width: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
@media screen and (min-width: 481px) {
  .hotel .hotel-txt {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .hotel .hotel-txt {
    margin-bottom: 200px;
    max-width: 48%;
    margin-right: 0;
  }
}
.hotel .hotel-txt .hotel-txt-wrap {
  display: inline-block;
  text-align: left;
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .hotel .hotel-txt .hotel-txt-wrap {
    margin-right: 15%;
  }
}
.hotel .hotel-txt .hotel-txt-wrap .hotel-txt-en {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #838383;
  margin: 10px 0 40px 0;
}
.hotel .hotel-txt .hotel-txt-wrap .hotel-txt-link {
  font-size: 2rem;
  font-family: "ABCDiatypeMono", monospace;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .hotel .hotel-txt .hotel-txt-wrap .hotel-txt-link {
    text-align: left;
  }
}
.hotel .hotel-txt .hotel-txt-wrap .hotel-txt-link a {
  color: #000;
  padding: 12px 20px;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
}
.hotel .hotel-txt .hotel-txt-wrap .hotel-txt-link a span {
  display: inline-block;
  transition: transform 0.3s ease; /* ← ここを外側に出す！ */
}
@media screen and (min-width: 481px) {
  .hotel .hotel-txt .hotel-txt-wrap .hotel-txt-link a {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .hotel .hotel-txt .hotel-txt-wrap .hotel-txt-link a {
    padding: 12px 20px 10px;
  }
}
.hotel .hotel-txt .hotel-txt-wrap .hotel-txt-link a:hover {
  background-color: #000;
  color: #eaeaea;
}
.hotel .hotel-txt .hotel-txt-wrap .hotel-txt-link a:hover span {
  transform: translateY(-7px);
}
.hotel .hotel-select {
  display: block;
  border: 1px solid #000;
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .hotel .hotel-select {
    display: flex;
  }
}
.hotel .hotel-select .hotel-select-wrap {
  width: 100%;
  padding: 30px 20px;
}
@media screen and (min-width: 481px) {
  .hotel .hotel-select .hotel-select-wrap {
    padding: 30px 50px;
  }
}
@media screen and (min-width: 1025px) {
  .hotel .hotel-select .hotel-select-wrap {
    width: 50%;
    padding: 50px 80px;
  }
}
.hotel .hotel-select .hotel-select-wrap:first-child {
  border-right: none;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1025px) {
  .hotel .hotel-select .hotel-select-wrap:first-child {
    border-right: 1px solid #000;
    border-bottom: none;
  }
}
.hotel .hotel-select .hotel-select-wrap .hotel-select-ttl {
  font-family: "courier-std", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  margin-bottom: 3px;
}
.hotel .hotel-select .hotel-select-wrap .hotel-select-cont {
  display: block;
  align-items: center;
}
@media screen and (min-width: 481px) {
  .hotel .hotel-select .hotel-select-wrap .hotel-select-cont {
    display: flex;
  }
}
.hotel .hotel-select .hotel-select-wrap .hotel-select-cont .hotel-select-img {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 481px) {
  .hotel .hotel-select .hotel-select-wrap .hotel-select-cont .hotel-select-img {
    width: 30%;
    margin-right: 10%;
    margin-bottom: 0;
  }
}
.hotel .hotel-select .hotel-select-wrap .hotel-select-cont .hotel-select-txt {
  width: 100%;
}
@media screen and (min-width: 481px) {
  .hotel .hotel-select .hotel-select-wrap .hotel-select-cont .hotel-select-txt {
    width: 60%;
  }
}
.hotel .hotel-select .hotel-select-wrap .hotel-select-cont .hotel-select-txt .hotel-select-txt-en {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #838383;
}
.hotel .hotel-select .hotel-select-wrap .hotel-select-cont .hotel-select-txt .hotel-select-txt-en01 {
  margin: 10px 0 40px 0;
}

.swiper.swiper-hatagaya1 {
  order: 2;
  width: 62%;
  margin-right: 0;
}
@media screen and (min-width: 481px) {
  .swiper.swiper-hatagaya1 {
    width: 58%;
  }
}
@media screen and (min-width: 1025px) {
  .swiper.swiper-hatagaya1 {
    width: 55%;
  }
}

.swiper.swiper-hatagaya2 {
  order: 1;
  width: 32%;
  margin-left: 0;
  margin-top: 60px;
}
@media screen and (min-width: 481px) {
  .swiper.swiper-hatagaya2 {
    width: 29%;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .swiper.swiper-hatagaya2 {
    width: 26%;
    margin-top: 230px;
  }
}
.swiper.swiper-hatagaya2 .swiper-pagination {
  bottom: 20px;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-pagination {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .swiper-pagination {
    font-size: 2rem;
  }
}

.video {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 500px;
}
@media screen and (min-width: 481px) {
  .video {
    height: auto;
  }
}
.video div {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 481px) {
  .video div {
    height: auto;
  }
}
.video div video {
  height: 100%; /* スマホでは縦いっぱい */
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
@media screen and (min-width: 481px) {
  .video div video {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain; /* デフォルトでは比率維持（はみ出さない） */
    display: block;
  }
}
.video p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

/* レイアウト・色 */
.logo-hero {
  display: grid;
  place-items: center;
  min-height: 40svh;
  padding: clamp(16px, 4vw, 48px);
  background: #fff;
}

.logo {
  width: min(72vw, 880px);
  height: auto;
  color: var(--logo-color, #111);
}

/* 文字ごとの“ポップイン” */
.char {
  fill: currentColor; /* 塗りのみ */
  opacity: 0;
  transform: translateY(6px) scale(0.985);
  filter: blur(2px);
  animation: charPop 0.65s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}

/* 順番ディレイ（1文字ずつ） */
.c1 {
  animation-delay: calc(0 * var(--stagger, 0.1s));
}

.c2 {
  animation-delay: calc(1 * var(--stagger, 0.1s));
}

.c3 {
  animation-delay: calc(2 * var(--stagger, 0.1s));
}

.c4 {
  animation-delay: calc(3 * var(--stagger, 0.1s));
}

.c5 {
  animation-delay: calc(4 * var(--stagger, 0.1s));
}

.c6 {
  animation-delay: calc(5 * var(--stagger, 0.1s));
}

.c7 {
  animation-delay: calc(6 * var(--stagger, 0.1s));
}

.c8 {
  animation-delay: calc(7 * var(--stagger, 0.1s));
}

.c9 {
  animation-delay: calc(8 * var(--stagger, 0.1s));
}

.c10 {
  animation-delay: calc(9 * var(--stagger, 0.1s));
}

@keyframes charPop {
  0% {
    opacity: 0;
    transform: translateY(6px) scale(0.985);
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
/* 配慮：動きを減らす設定のユーザーにはアニメ無効 */
@media (prefers-reduced-motion: reduce) {
  .char {
    animation: none;
    opacity: 1;
    filter: none;
    transform: none;
  }
}
html.spiralContact {
  background: #1a1311;
}
html.spiralContact .container .containerInn {
  margin: 30px 0;
}
html.spiralContact .container #reservation_detail_f {
  margin: 0 0 50px;
}

.knowOther input {
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
  color: #fff;
}

textarea {
  border-bottom: 1px solid #707070;
}

input {
  width: 100%;
}

.knowOther {
  margin-top: 20px;
}

.form-select {
  text-align: left;
  padding: 1vh;
  border-radius: 0px;
  font-size: 1.51vh;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: #fff;
}
@media screen and (min-width: 480px) {
  .form-select {
    width: 250px;
  }
}
.form-select option {
  color: #1a1311;
}

input.checkbox01 {
  width: auto;
  cursor: pointer;
}

.Form-Item.send-fotm {
  border: none !important;
}

.checkTxt {
  font-size: 1.2rem;
}
.checkTxt a {
  text-decoration: underline;
  color: #d96400;
}

.privacy {
  margin-top: 20px;
}
.privacy span {
  font-size: 1.3rem;
}

/*チェックボックスデザイン　リセット */
.privacy input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.privacy input {
  cursor: pointer;
  padding-left: 30px;
  vertical-align: middle;
  position: relative;
}

.privacy input::before,
.privacy input::after {
  content: "";
  display: block;
  position: absolute;
}

.privacy input::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #c9c9c9;
  width: 20px;
  height: 20px;
  transform: translateY(-60%);
  top: 50%;
  left: 5px;
}

.privacy input::after {
  border-bottom: 2px solid #d96400;
  border-left: 2px solid #d96400;
  opacity: 0;
  height: 6px;
  width: 11px;
  transform: rotate(-45deg);
  top: -7px;
  left: 10px;
}

.privacy input:checked::after {
  opacity: 1;
}

.errorTxt {
  color: #d96400;
  display: block;
}

.error {
  color: #d96400;
}

.spiralHeader {
  opacity: 1;
}

.spiralMain {
  background: #1a1311;
}
.spiralMain .container {
  font-size: 1.4rem;
  color: #eaeaea;
}

.catch_comment {
  margin-bottom: 30px;
}

.backto_top a {
  color: #000;
}

.secContactSpiral {
  padding-top: 90px;
}
@media screen and (min-width: 1025px) {
  .secContactSpiral {
    padding-top: 100px;
  }
}

.smallInfo.secContactSpiral {
  margin: 0 15px;
}
@media screen and (min-width: 1025px) {
  .smallInfo.secContactSpiral {
    margin: 0 3%;
  }
}
.smallInfo.secContactSpiral h3 {
  color: #eaeaea;
}
.smallInfo.secContactSpiral a {
  color: #eaeaea;
}

.contactCp .contactCp_text {
  width: 100%;
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
  color: #1a1311;
  font-weight: bold;
  font-size: 1.3em;
  background: #d7bb48;
}
.contactCp .contactCp_text td {
  padding: 2%;
}
.contactCp .contactCp_text td .cp_title {
  display: inline-block;
  background-color: #1a1311;
  color: #d7bb48;
  margin-bottom: 10px;
  padding: 3px 5px 1px;
}
.contactCp .contactCp_text td .small {
  font-size: 0.8em;
}/*# sourceMappingURL=style.css.map */