@charset "utf-8";

h1 {
  transition-delay: 4s;
}

.text-animation span {
  opacity: 0;
  color: inherit;
  font-family: "Shippori Mincho";
}

#open {
  display: none;
}


/* ファーストビュー */
#firstview {
  position: relative;
  width: auto;
  height: 100vh;
}

.firstview div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  margin: 0;
}

.firstview div.img01 {
  background-image: url(../img/room/room-header.png);
  background-position: top 0 right 20%;
}

.firstview div.img02 {
  background-image: url(../img/index/firstview1.png);
}

.firstview .slick-dots {
  bottom: 4%;
  z-index: +1;
}

#firstview {
  position: relative;
}

h1 {
  display: block;
  writing-mode: vertical-rl;
  color: white;
  font-size: 32px;
  text-shadow: 1px 1px 10px #000;
  letter-spacing: 1px;
  line-height: 1.5;
  width: fit-content;
  height: auto;
  text-align: center;
}

.page-title {
  position: absolute;
  top: 43%;
  left: 49%;
  z-index: 3;
}

.brush2 {
  position: absolute;
  top: 40px;
  left: -4px;
  width: 65%;
  z-index: -1;
}

.scroll-box {
  color: #fff;
  width: auto;
  font-size: 12px;
  font-family: inter;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin: 0 auto;
  position: absolute;
  bottom: 10px;
  left: 49%
}

.scroll4 span {
  color: #fff;
  letter-spacing: 1.8px;
}

.scroll1,
.scroll2,
.scroll3 {
  animation: scroll 3s infinite;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 29.8px;
  height: 25px;
}

.scroll1::before,
.scroll1::after,
.scroll2::before,
.scroll2::after,
.scroll3::before,
.scroll3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 20px;
  border-radius: 99999px;
  background-color: #fff;
  transform-origin: 50% calc(100% - 1px);
}

.scroll1::before,
.scroll2::before,
.scroll3::before {
  transform: rotate(55deg);
}

.scroll1::after,
.scroll2::after,
.scroll3::after {
  transform: rotate(-55deg);
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 2.5s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}


#yama {
  margin: 150px auto;
  position: relative;
}

.room-visual {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  height: auto;
}

.room-photo1 {
  width: 50%;
  padding: 10px 20px 0 0;
}

#hoshi .room-photo1 {
  padding: 10px 0 0 20px;
}

#hoshi {
  margin-bottom: 150px;
}

.room-photo2 {
  align-items: flex-end;
  width: 90%;
  height: auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  margin: 50px auto;
}

.room-photo2 div {
  margin-right: 10px;
}

.room-info {
  width: 50%;
  height: auto;
  background-color: #fff;
  margin: 0 auto;
  box-shadow: -5px 4px 12px #c0c0c0;
}

.room-info-inner {
  display: flex;
}

.brush {
  position: absolute;
  top: 60px;
  left: 40px;
  width: 45px;
  z-index: -1;
}

.title {
  position: relative;
  writing-mode: vertical-rl;
  font-size: 34px;
  letter-spacing: 2.5px;
  padding: 40px 40px 0 60px;
  z-index: 10;
}

.menu-inner {
  margin: 25px 30px 10px 0;
}

.menu-inner div {
  display: flex;
  font-size: 13px;
  line-height: 2;
}

.layout {
  width: 270px;
}


#breakfast {
  display: flex;
  justify-content: space-between;
  padding: 100px auto 200px;
  gap: 25px;
  margin-bottom: 150px;
}

.breakfast {
  display: flex;
  width: min(900px, 85%);
  height: auto;
  background-color: #fff;
  margin: 140px auto 0;
  box-shadow: -5px 4px 12px #c0c0c0;
  z-index: -2;
}

h3 {
  margin: 50px 0 30px 10px;
}

dl {
  display: flex;
  margin: 6px 25px 0 0;
  gap: 20px;
}

dt {
  width: 60px;
}

dd {
  width: 80%;
}

.menu-inner p {
  margin: 25px 0 40px 0;
}

.background {
  width: 100%;
  height: 1000px;
  position: absolute;
  top: 50%;
  background-image: url(../img/index/washi.png);
  background-repeat: no-repeat;
  z-index: -10;
}

.reservation-form {
  width: 100%;
  z-index: 100;
  display: flex;
  gap: 6px;
  margin: 20px auto 30px;
  padding-right: 20px;
  justify-content: end;
  flex-wrap: wrap;
  align-items: center;
}

.button {
  padding: 8px 30px;
  background-color: #C8BD58;
  border-radius: 30px;
  width: fit-content;
  margin-left: 10px;
}

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

  .scroll-box {
    display: none;
  }

  .page-title {
    left: 47%;
  }

  h2 {
    font-size: 30px;
  }

  .brush {
    left: 12px;
    width: 44px;
    z-index: -1;
  }

  .title {
    position: relative;
    writing-mode: vertical-rl;
    font-size: 34px;
    letter-spacing: 2.5px;
    padding: 20px 20px 0 30px;
    z-index: 10;
  }

  .room-visual {
    flex-direction: column;
  }

  .room-photo1,
  .room-photo2,
  .room-info {
    width: 100%;
  }

  .room-photo1 {
    margin: 0 auto;
    padding: 0;
  }

  .menu-inner {
    margin-right: 15px;
  }

  #yama {
    margin-top: 50px;
  }

  #yama .room-visual :nth-child(2) {
    order: 3;
  }

  #hoshi .room-visual :nth-child(1) {
    order: 3;
    flex-direction: row-reverse;
  }

  #kawa .room-visual :nth-child(2) {
    order: 3;
  }

  #hoshi .room-photo1 {
    padding: 0;
  }

  .room-photo2 {
    align-items: center;
    width: 95%;
    height:fit-content;
    border-top: 0.7px solid #000;
    border-bottom: 0.7px solid #000;
    padding: 5px 0;
    margin: 15px auto 0px;
  }

  #kawa {
    margin-bottom: 120px;
  }

}