@media screen and (max-width: 460px) {
  :root {
    --size: 100vw;
  }
}
@media screen and (min-width: 461px) {
  :root {
    --size: 460px;
  }
}
@media screen and (max-width: 320px) {
  :root {
    --size: 320px;
  }
}
body main article .rooms {
  position: relative;
}
body main article .rooms::before {
  content: "";
  display: block;
  width: 54px;
  height: 316px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("/assets/img/title_room.png");
  position: absolute;
  top: -10px;
  left: 0;
  z-index: -1;
}
body main article .rooms .inner_wrap .radios {
  width: calc(0.9066666667 * var(--size));
  margin-left: calc(-0.0533333333 * var(--size));
  display: flex;
  justify-content: space-between;
}
body main article .rooms .inner_wrap .radios button {
  display: block;
  width: calc((100% - 40px) / 5);
  padding: 12px 0;
  border: 1px solid #fff;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: transparent;
  transition: all 0.5s linear;
}
body main article .rooms .inner_wrap .radios button p {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
body main article .rooms .inner_wrap .radios button p small {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.02em;
  display: block;
}
body main article .rooms .inner_wrap .radios button.now {
  background-color: #000;
  border: none;
}
body main article .rooms .inner_wrap .room_type {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 55px;
}
body main article .rooms .inner_wrap .room_type span {
  font-size: 24px;
}
body main article .rooms .inner_wrap .room_type small {
  font-size: 15px;
  font-weight: 400;
  margin-left: 30px;
  position: relative;
}
body main article .rooms .inner_wrap .room_type small::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
}
body main article .rooms .inner_wrap .room_text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.08em;
  text-align: center;
  display: block;
  width: var(--size);
  margin-top: 6px;
  margin-left: calc(-0.1 * var(--size));
}
body main article .rooms .inner_wrap .slide_arrow {
  display: grid;
  grid-template-columns: 8px 70px 8px;
  gap: 15px;
  align-items: center;
  margin: 20px 0 0 auto;
}
body main article .rooms .inner_wrap .slide_arrow button {
  display: block;
  width: 8px;
  height: 11px;
  background-color: inherit;
}
body main article .rooms .inner_wrap .slide_arrow button:first-of-type {
  transform: rotate(180deg);
}
body main article .rooms .inner_wrap .slide_arrow .slide_num {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
body main article .rooms .inner_wrap .slide_arrow .slide_num .line {
  display: block;
  width: 1px;
  height: 20px;
  background-color: #fff;
}
body main article .rooms .inner_wrap .slide_arrow .slide_num p {
  font-size: 16px;
  line-height: 1;
}
body main article .rooms .inner_wrap .room_image_area {
  position: relative;
  margin-top: 45px;
}
body main article .rooms .inner_wrap .room_image_area .room_num {
  font-size: 22px;
  line-height: 37px;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: 10;
}
body main article .rooms .inner_wrap .room_image_area .room_num span {
  font-size: 40px;
}
body main article .rooms .inner_wrap .room_image_area .room_list {
  width: var(--size);
  margin-left: calc(-0.1 * var(--size));
}
body main article .rooms .inner_wrap .room_image_area .room_list .room_image {
  width: calc(0.8 * var(--size));
  padding-left: calc(0.0266666667 * var(--size));
  padding-right: calc(0.0266666667 * var(--size));
  box-sizing: border-box;
  position: relative;
}
body main article .rooms .inner_wrap .room_image_area .room_list .room_image img {
  border-radius: 5px;
}
body main article .rooms .inner_wrap .room_image_area .room_list .room_image .icon {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 20px;
  bottom: 10px;
}
body main article .rooms .inner_wrap .room_sub {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  /* height: calc(0.2666666667 * var(--size)); */
}
body main article .rooms .inner_wrap .room_sub img {
  display: block;
  width: calc(0.384 * var(--size));
  border-radius: 5px;
}
body main article .rooms .inner_wrap .room_assets {
  margin-top: 40px;
}
body main article .rooms .inner_wrap .room_assets .underline {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  margin-bottom: 18px;
}
body main article .rooms .inner_wrap .room_assets ul li {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.08em;
  position: relative;
}
body main article .rooms .inner_wrap .room_assets ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #fff 2px, transparent 2px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
body main article .rooms .inner_wrap .room_assets ul:first-of-type li:first-of-type::before {
  display: none;
}
body main article .rooms .inner_wrap .room_assets .cap {
  font-size: 14px;
  line-height: 28px;
}
body main article .rooms .inner_wrap .room_assets .cap.hide {
  display: none;
}
body main article .rooms .inner_wrap .room_assets .btn_cv {
  margin-top: 40px;
}
body main article .rooms .inner_wrap .fee {
  margin-top: 40px;
}
body main article .rooms .inner_wrap .fee.first {
  margin-top: 95px;
  position: relative;
}
body main article .rooms .inner_wrap .fee.first::before {
  content: "";
  display: block;
  width: 54px;
  height: 266px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("/assets/img/title_price.png");
  position: absolute;
  top: -10px;
  right: calc(-0.1 * var(--size));
  z-index: -1;
}
body main article .rooms .inner_wrap .fee .fee_title {
  line-height: 24px;
  margin-bottom: 20px;
}
body main article .rooms .inner_wrap .fee .fee_title .en {
  font-size: 18px;
}
body main article .rooms .inner_wrap .fee .fee_title .jp {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.08em;
  display: block;
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
}
body main article .rooms .inner_wrap .fee .price_set {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 24px;
}
body main article .rooms .inner_wrap .fee .time {
  margin-top: 16px;
  border: 1px solid #fff;
  border-radius: 5px;
}
body main article .rooms .inner_wrap .fee .time p {
  font-size: 14px;
  line-height: 21px;
  padding: 4px 10px;
  border-top: 1px solid #fff;
}
body main article .rooms .inner_wrap .fee .time p:first-of-type {
  border-top: none;
}
body main article .rooms .inner_wrap .fee .time p.flex {
  display: flex;
  position: relative;
  padding: 0;
}
body main article .rooms .inner_wrap .fee .time p.flex span {
  padding: 4px 10px;
}
body main article .rooms .inner_wrap .fee .time p.flex span:first-of-type {
  min-width: 2em;
  position: relative;
}
body main article .rooms .inner_wrap .fee .time p.flex span:first-of-type::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
body main article .rooms .inner_wrap .fee .time p.flex.dot {
  border-top: none;
}
body main article .rooms .inner_wrap .fee .time p.flex.dot::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #C5C5C5 2px, transparent 2px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
body main article .rooms .inner_wrap .fee .time p.noborder::before {
  display: none;
}
body main article .rooms .inner_wrap .fee .cap {
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 0.08em;
  margin-top: 20px;
}
body main article .rooms .inner_wrap .fee:nth-last-of-type(3) .time p.flex span:nth-of-type(2) span {
  display: inline-block;
  padding: 0;
}
body main article .rooms .inner_wrap .fee:nth-last-of-type(3) .time p.flex span:nth-of-type(2) span::after {
  display: none;
}
body main article .rooms .inner_wrap .fee:nth-last-of-type(3) .time p.flex span:nth-of-type(2) span.tag {
  width: 6em;
}
body main article .rooms .inner_wrap .fee:nth-last-of-type(3) .time p.flex span:nth-of-type(2) span.time_text {
  width: 3em;
  text-align: right;
}