@charset "UTF-8";
.header__wrap {
  background-color: #270f0f;
  color: #fff;
  display: flex;
  justify-content: space-between;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header__logo {
  display: block;
  width: 40px;
  height: 48px;
}
.header__logoa {
  padding: 16px 16px 16px 40px;
}
.header__nav {
  display: flex;
}
.header__logowrap {
  display: flex;
  align-items: center;
}
.header__ul {
  display: flex;
  gap: 16px;
}
.header__li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 28px 24px;
}
.header__li a:hover {
  background-color: #542323;
  transition: 0.3s;
}
.header__reserve a {
  color: #fff;
  text-decoration: none;
  margin-left: 16px;
}
.header__reservea {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 14px 32px;
  background-color: #f29d9d;
  border-radius: 0 0 0 24px;
}
.header__reservea::after {
  content: "";
  display: block;
  background-image: url(images/icon-calender.png);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.header__reservea:hover {
  background-color: #9d0303;
  transition: 0.3s;
}
.header__fv {
  display: block;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
.header__fv01 {
  opacity: 1;
  animation: none !important;
  display: block;
  width: 100%;
  opacity: 1;
  transition: opacity 2s ease-in-out;
  margin-top: 80px;
}
.header__fv02 {
  opacity: 0;
  position: relative;
  display: block;
  width: 100%;
  opacity: 1;
  transition: opacity 2s ease-in-out;
}
.header__fv03, .header__fv03text {
  display: none;
}

.yokoso__h2 {
  display: none;
}
.yokoso__map {
  width: calc(100% - 80px);
  margin: 0 auto;
  display: block;
}
.yokoso__mapsp {
  display: none;
}

.message {
  position: relative;
  overflow: hidden;
  padding: 120px 80px;
  display: flex;
  gap: 56px;
  justify-content: space-between;
  align-items: end;
  background-color: #270f0f;
  color: #fff;
  z-index: -2;
}
.message::before {
  content: "MESSAGE";
  color: #70644f;
  position: absolute;
  top: -80px;
  left: 0;
  font-size: 224px;
  z-index: -1;
}
.message__wrap {
  width: 44%;
}
.message__h2 {
  display: inline-block;
  font-size: 40px;
  padding: 12px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.message__pwrap {
  width: 100%;
}
.message__img {
  display: block;
  width: 35%;
}
.message__p {
  margin-top: 48px;
}

.story {
  overflow: hidden;
  position: relative;
}
.story::before {
  content: "STORY";
  color: #f2f2f2;
  position: absolute;
  top: -80px;
  right: 0;
  font-size: 224px;
  z-index: -1;
}
.story__all {
  padding: 80px 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.story__section {
  margin: 0 auto;
}
.story__wrap {
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  display: flex;
  flex-direction: row-reverse;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
}
.story__span {
  display: inline-block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 24px;
}
.story__h2 {
  display: inline-block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 40px;
}
.story__p {
  display: inline-block;
  writing-mode: vertical-rl;
}
.story__img {
  display: block;
  width: 10%;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 24px 0 0;
}
.story__pwrap {
  display: flex;
  gap: 32px;
  flex-direction: row-reverse;
  letter-spacing: 0.2em;
  margin-right: 64px;
}
.story__lu {
  display: block;
  width: 8%;
  height: auto;
}
.story__rd {
  display: block;
  width: 8%;
  height: auto;
  margin: 0 0 0 auto;
}

.room {
  margin: 0 auto;
  padding: 160px 80px;
  position: relative;
  background-color: #270f0f;
  color: #fff;
  z-index: -2;
}
.room::before {
  content: "ROOM";
  color: #70644f;
  position: absolute;
  top: -80px;
  left: 0;
  font-size: 224px;
  z-index: -1;
}
.room__h2 {
  font-size: 40px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.room__time {
  color: #270f0f;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  background-color: #fff;
  box-shadow: inset 3px 3px 2px rgba(37, 31, 31, 0.16);
  margin-top: 40px;
}
.room__wrap {
  display: flex;
  gap: 80px;
}
.room__unity {
  width: 50%;
  display: block;
}
.room__info {
  width: 50%;
}
.room__p2 {
  margin-top: 24px;
}
.room__h3 {
  margin-top: 40px;
}

.amenity {
  margin: 0 auto;
  padding: 0px 80px 160px 80px;
  position: relative;
  background-color: #270f0f;
  color: #fff;
  z-index: -2;
}
.amenity::before {
  content: "AMENITY";
  color: #70644f;
  position: absolute;
  top: -120px;
  right: 0;
  font-size: 224px;
  z-index: -1;
}
.amenity__h2 {
  display: block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 40px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: 0 0 0 auto;
}
.amenity__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 24px 0;
}
.amenity__dt {
  width: 40%;
}
.amenity__dd {
  width: 60%;
}
.amenity__dl {
  margin-top: 64px;
}

.sado {
  width: calc(100% - 160px);
  margin: 160px auto;
}
.sado__h2 {
  font-size: 40px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  display: inline-block;
  padding: 20px 0;
}
.sado__wrap {
  margin-top: 40px;
  display: flex;
  gap: 64px;
}
.sado__flex {
  width: 57%;
}
.sado__p2 {
  margin-top: 32px;
}
.sado__sado1 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.sado__sado2 {
  display: block;
  width: 37%;
  height: auto;
}

.access {
  padding: 80px;
  margin: 0 auto;
  position: relative;
}
.access::before {
  content: "ACCESS";
  color: #f2f2f2;
  position: absolute;
  top: -120px;
  right: 0;
  font-size: 224px;
  z-index: -1;
}
.access__h2 {
  padding: 0 20px;
  display: block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 40px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
.access__ress {
  display: block;
}
.access__add {
  font-size: 24px;
  margin-top: 8px;
  margin-right: 80px;
}
.access__wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
}
.access__p2 {
  margin-top: 4px;
}
.access__h3car {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.access__h3car::before {
  content: "";
  background-image: url(images/icon-car.png);
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}
.access__h3train {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 48px;
}
.access__h3train::before {
  content: "";
  background-image: url(images/icon-train.png);
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}
.access__h3bus {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.access__h3bus::before {
  content: "";
  background-image: url(images/icon-bus.png);
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}
.access__by {
  display: flex;
  margin-top: 64px;
}
.access__cartrain {
  width: 40%;
}
.access__bus {
  width: 60%;
}
.access__pbox {
  border: 1px solid #333;
  padding: 16px;
  margin-top: 8px;
}
.access__googlemap {
  display: block;
  width: 100%;
  height: 50vh;
  margin-top: 80px;
}

.footer {
  display: flex;
  justify-content: space-between;
  counter-reset: #fff;
  background-color: #270f0f;
}
.footer__l, .footer__r {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  width: 8%;
}
.footer__logo {
  display: block;
  width: 48px;
  height: -moz-fit-content;
  height: fit-content;
}
.footer__info {
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 40px 80px 0 80px;
}
.footer__li a {
  color: #fff;
  text-decoration: none;
  padding: 24px 32px;
}
.footer__reserve a {
  color: #fff;
  text-decoration: none;
  padding: 16px 48px;
  background-color: #f29d9d;
  border-radius: 32px;
}
.footer__reservea {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 14px 32px;
  background-color: #f29d9d;
  border-radius: 0 0 0 24px;
}
.footer__reservea::after {
  content: "";
  display: block;
  background-image: url(images/icon-calender.png);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__reservea:hover {
  background-color: #9d0303;
  transition: 0.3s;
}
.footer__ul {
  display: flex;
}
.footer__wrap {
  width: calc(100% - 16px);
  margin-top: 40px;
}
.footer__nav {
  margin-left: 48px;
}

/* 部屋のスライダー */
.room__slider {
  overflow: hidden;
  width: 100%;
}

.room__slide {
  display: flex;
  width: 100%; /* 画像5枚×2セット */
  animation: slide-animation 15s linear infinite;
  margin-top: 24px;
}

.room__img {
  display: block;
  width: 25%; /* 元の設定を維持 */
  flex-shrink: 0;
  height: auto;
}

/* アニメーション */
@keyframes slide-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-125%); /* 5枚分スライド */
  }
}
.menu-btn,
.menu-icon {
  display: none;
}

@media (max-width: 1024px) {
  .menu {
    display: none; /* 最初は非表示 */
    position: absolute;
    top: 72px; /* ヘッダーの下に表示 */
    left: 0;
    width: 100%;
    background-color: #270f0f;
    text-align: center;
  }
  .menu-btn:checked ~ .menu {
    display: block; /* チェックが入ったら表示 */
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  .menu li a {
    text-decoration: none;
    text-transform: capitalize;
    color: #ddd;
    opacity: 0;
    transition: 0.5s;
  }
  .menu li {
    padding: 16px 0;
    opacity: 0;
    transition: 0.5s;
  }
  .menu-btn:checked ~ .menu li a,
  .menu-btn:checked ~ .menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  }
  .menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 38px 16px;
  }
  .navicon {
    background: #fff;
    display: block;
    height: 4px;
    width: 40px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    border-radius: 2px;
  }
  .navicon:before,
  .navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #fff;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    border-radius: 2px;
  }
  .navicon:before {
    top: 12px;
  }
  .navicon:after {
    bottom: 12px;
  }
  .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
    border-radius: 2px;
  }
  .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
    border-radius: 2px;
  }
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
  }
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
  }
  .menu-btn:checked ~ .menu-icon .navicon {
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    background: transparent;
    border-radius: 2px;
  }
  .message {
    padding: 120px 40px;
  }
  .message__wrap {
    width: 60%;
  }
  .message__img {
    width: 40%;
  }
  .yokoso__map {
    display: none;
  }
  .yokoso__mapsp {
    display: block;
    width: 100%;
    height: auto;
  }
  .room {
    padding: 80px 40px;
  }
  .room::before {
    top: -43px;
    font-size: 120px;
  }
  .room__wrap {
    flex-direction: column;
    gap: 40px;
  }
  .room__unity {
    width: 100%;
  }
  .room__info {
    width: 100%;
  }
  .room__p2 {
    margin-top: 24px;
  }
  .room__h3 {
    margin-top: 64px;
  }
  .room__slide {
    margin-top: 16px;
  }
  .amenity {
    padding: 64px 40px 160px 40px;
  }
  .sado {
    width: calc(100% - 80px);
    margin: 80px auto;
  }
  .sado__wrap {
    margin-top: 40px;
    flex-direction: column;
    gap: 40px;
  }
  .sado__flex {
    width: 100%;
  }
  .sado__sado2 {
    display: none;
  }
  .sado__sado1 {
    width: 50%;
  }
  .access {
    max-width: 100%;
    overflow: hidden;
    padding: 80px 40px;
  }
  .access::before {
    top: 16px;
    left: 16px;
    font-size: 120px;
  }
  .access__add {
    font-size: 20px;
    margin-top: 8px;
    margin-right: 0px;
  }
  .access__wrap {
    justify-content: space-between;
  }
  .access__h3car {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
  }
  .access__h3car::before {
    content: "";
    background-image: url(images/icon-car.png);
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .access__h3train {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 48px;
  }
  .access__h3train::before {
    content: "";
    background-image: url(images/icon-train.png);
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .access__h3bus {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
  }
  .access__h3bus::before {
    content: "";
    background-image: url(images/icon-bus.png);
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .access__by {
    flex-direction: column;
  }
  .access__cartrain {
    width: 100%;
  }
  .access__bus {
    width: 100%;
    margin-top: 48px;
  }
  .footer {
    padding: 40px 16px;
  }
  .footer__l, .footer__r {
    display: none;
  }
  .footer__wrap {
    width: 100%;
    margin-top: 0px;
  }
  .footer__nav {
    display: none;
  }
  .footer__info {
    flex-direction: column;
    margin: 0 auto;
    gap: 24px;
    align-items: end;
  }
}
@media (max-width: 640px) {
  .header {
    max-width: 100%;
    overflow: hidden;
    /* スライド */
  }
  .header__h1 {
    display: none;
  }
  .header__logoa {
    padding: 16px;
  }
  .header__li a {
    padding: 24px 0;
  }
  .header__reserve a {
    justify-content: center;
    margin-left: 0px;
  }
  .header__reservea {
    border-radius: 24px;
  }
  .header__reserve {
    margin: 16px;
  }
  .header__hamburger {
    display: flex;
    position: relative;
  }
  .header__ul {
    flex-direction: column;
    gap: 0;
  }
  .header__nav {
    height: 100vh;
  }
  .header__fv {
    display: none;
  }
  .header__fv03 {
    display: block;
    position: relative;
    right: 358px;
    height: calc(100vh - 40px);
    top: 72px;
  }
  .header__fv03text {
    position: absolute;
    bottom: 11%;
    left: 24px;
    display: block;
    width: 40px;
  }
  .header__fv01, .header__fv02 {
    display: none;
  }
  /* ハンバーガーアイコン */
  .menu {
    display: none; /* 最初は非表示 */
    position: absolute;
    top: 72px; /* ヘッダーの下に表示 */
    left: 0;
    width: 100%;
    background-color: #270f0f;
    text-align: center;
  }
  .menu-btn:checked ~ .menu {
    display: block; /* チェックが入ったら表示 */
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  .menu li a {
    text-decoration: none;
    text-transform: capitalize;
    color: #ddd;
    opacity: 0;
    transition: 0.5s;
  }
  .menu li {
    padding: 16px 0;
    opacity: 0;
    transition: 0.5s;
  }
  .menu-btn:checked ~ .menu li a,
  .menu-btn:checked ~ .menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  }
  .menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 38px 16px;
  }
  .navicon {
    background: #fff;
    display: block;
    height: 4px;
    width: 40px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    border-radius: 2px;
  }
  .navicon:before,
  .navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #fff;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    border-radius: 2px;
  }
  .navicon:before {
    top: 12px;
  }
  .navicon:after {
    bottom: 12px;
  }
  .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
    border-radius: 2px;
  }
  .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
    border-radius: 2px;
  }
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
  }
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
  }
  .menu-btn:checked ~ .menu-icon .navicon {
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    background: transparent;
    border-radius: 2px;
  }
  .message {
    max-width: 100%;
    overflow: hidden;
    padding: 120px 16px 80px 16px;
    flex-direction: column;
    gap: 40px;
  }
  .message::before {
    top: -42px;
    left: -32px;
    font-size: 116px;
  }
  .message__wrap {
    width: 100%;
  }
  .message__img {
    width: 100%;
  }
  .message__p {
    margin-top: 40px;
  }
  .story {
    position: relative;
  }
  .story::before {
    top: -43px;
    font-size: 120px;
  }
  .story__all {
    flex-direction: column;
    padding: 40px 16px 0px 16px;
  }
  .story__wrap {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 0px solid #333333;
    border-right: 0px solid #333333;
    display: flex;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 0;
  }
  .story__span {
    writing-mode: horizontal-tb;
    font-size: 16px;
  }
  .story__h2 {
    writing-mode: horizontal-tb;
    font-size: 38px;
  }
  .story__p {
    display: inline-block;
    writing-mode: horizontal-tb;
  }
  .story__img {
    width: 24%;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto 24px 0 0;
  }
  .story__pwrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
    letter-spacing: 0.2em;
    margin: 40px auto;
  }
  .story__lu {
    width: 24%;
  }
  .story__rd {
    width: 24%;
  }
  .room {
    padding: 80px 16px;
  }
  .room::before {
    top: -43px;
    font-size: 120px;
  }
  .room__wrap {
    flex-direction: column;
    gap: 40px;
  }
  .room__unity {
    width: 100%;
  }
  .room__info {
    width: 100%;
  }
  .room__p2 {
    margin-top: 24px;
  }
  .room__h3 {
    margin-top: 64px;
  }
  .room__img {
    width: 50%;
  }
  .room__slide {
    margin-top: 16px;
  }
  .amenity {
    max-width: 100%;
    padding: 64px 16px 160px 16px;
    overflow: hidden;
  }
  .amenity::before {
    top: 0px;
    left: 0;
    font-size: 120px;
  }
  .amenity__wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 0;
  }
  .amenity__dt {
    width: 100%;
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .amenity__dt::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #fff;
  }
  .amenity__dd {
    width: 100%;
    margin-top: 16px;
  }
  .amenity__dl {
    margin-top: 40px;
  }
  .sado {
    width: calc(100% - 32px);
    margin: 80px auto;
  }
  .sado__wrap {
    margin-top: 40px;
    flex-direction: column;
    gap: 40px;
  }
  .sado__flex {
    width: 100%;
  }
  .sado__sado1 {
    width: 100%;
  }
  .sado__sado2 {
    display: none;
  }
  .access {
    padding: 80px 16px;
  }
  .access::before {
    top: -43px;
    left: -32px;
    font-size: 120px;
  }
  .access__add {
    font-size: 20px;
    margin-top: 8px;
    margin-right: 0px;
  }
  .access__wrap {
    justify-content: space-between;
  }
  .access__h3car {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
  }
  .access__h3car::before {
    content: "";
    background-image: url(images/icon-car.png);
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .access__h3train {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 48px;
  }
  .access__h3train::before {
    content: "";
    background-image: url(images/icon-train.png);
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .access__h3bus {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
  }
  .access__h3bus::before {
    content: "";
    background-image: url(images/icon-bus.png);
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .access__by {
    flex-direction: column;
  }
  .access__cartrain {
    width: 100%;
  }
  .access__bus {
    width: 100%;
    margin-top: 48px;
  }
  .footer {
    padding: 40px 16px;
  }
  .footer__l, .footer__r {
    display: none;
  }
  .footer__wrap {
    width: 100%;
    margin-top: 0px;
  }
  .footer__nav {
    display: none;
  }
  .footer__info {
    flex-direction: column;
    margin: 0 auto;
    gap: 24px;
    align-items: end;
  }
}/*# sourceMappingURL=style.css.map */