@charset "UTF-8";

#head {
  background: #4c5868;
}
.head-box {
  width: 1600px;
  margin: 0 auto;
  padding: 20px 10px;
}
.scroll-detail {
  position: relative;
  width: 1600px;
  margin: 0 auto 100px auto;
  padding: 200px 2% 0 2%;
}
.back-room {
  background-image: url(../images/room/back-room.png);
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
}
.image-main {
  margin-bottom: 200px;
}
.image-main img {
  width: 100%;
}
.info-box {
  margin-bottom: 100px;
  background: url(../images/room/wave-pattern.png) left bottom no-repeat;
}
.image {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 4%;
}
.image2 {
  width: 48%;
  margin-bottom: 4%;
}
.image img,
.image2 img {
  width: 100%;
}
.text-box {
  width: 48%;
  padding: 4%;
  background: url(../images/logomark.png) center center no-repeat;
}
.detail-box {
  width: 48%;
  margin-right: 2%;
}
h4::before {
  background-color: #fff;
}
h4 { color: #fff; }
table { margin-bottom: 0; }
table th, table td { border: solid 1px #fff; }
.floor-box {
  width: 48%;
}
.floor-box .image {
  width: 100%;
}
.calendar-box {
  margin-bottom: 100px;
}
.calendar-box h3::after {
  margin: 20px auto 0 auto;
}
#calendar301 {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.calendar {
  table-layout: fixed;
  background: #fff;
  color: #4c5868;
}
.calendar th, .calendar td { padding: .5em; border: solid 2px #00324d; }
.calendar th {
  font-weight: bold;
  text-align: center;
}
.calendar td .mark {
  display: block;
  margin-top: -.4em;
}
.room-nav ul {
  justify-content: flex-start;
  gap: 50px;
}
.room-nav li {
  position: relative;
  padding-right: 50px;
}
.room-nav li:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 14px;
  display: inline-block;
  background-color: #fff;
  position: absolute; top: calc(50% - 7px); right: 0;
}
.room-nav li:last-child {
  border-right: none;
}


@media screen and (max-width:1600px) {
  .head-box {
    width: 100%;
  }
  .scroll-detail {
    width: 100%;
  }
}


@media screen and (max-width:1200px) {
  .room-nav ul {
    gap: 40px 30px;
  }
  .room-nav li {
    padding-right: 30px;
  }
}


@media screen and (max-width:1023px) { /* Tablet */
  .back-room {
    background-size: auto auto;
  }
  #calendar301 {
    width: 100%;
  }
}


@media screen and (max-width:959px) { /* SP */
  .image,
  .image2,
  .text-box,
  .detail-box,
  .floor-box {
    width: 100%;
    margin: 0 0 4% 0;
  }
  .text-box {
    background-size: 50%;
  }
  .detail-box table th,
  .detail-box table td {
    display: block;
    width: 100%;
  }
}
