@charset "utf-8";
/* CSS Document */

/* ===============================
	room
 =============================== */
.room_top {
  height: 742px;  
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;  
  padding-top: 130px;  
}
#room h2.title {
  width: 122px;
  overflow: hidden;  
  display: flex;
  align-items: flex-end;  
  position: absolute;
  bottom: 290px;
  right: 22px;
  z-index: +1;
}
#room h2.title.white {
  height: 75%;
}
#room h2.title.black {
  margin-bottom: 162px;
  height: 100%;
  z-index: +1;  
}
#room h2.title span {
  font-size: 90px;
  letter-spacing: 0.2em;
  color: var(--C-white);  
  writing-mode: tb;
  position: absolute;
  bottom: 0;
}
#room h2.title.white {
  height: 500%;
}
#room h2.title.black span {
  color: var(--C-black);
  bottom: -21.8%;
}
#room h3.title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: calc(100% - 122px - 20px);  
}
#room h3.title span {
  font-family: "Cormorant Garamond", serif;  
  font-size: 13px;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 6px;
}
#room .img_1 {
  max-width: none;
  margin-bottom: 0;  
  margin-top: auto;  
}
.room_info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px 20px;
  margin-top: 44px;
}
.room_info .txt_area {
  width: calc(50% - 20px);
  min-width: 360px;
}
.room_info .txt_area h4.title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 22px;
}
.room_info .txt_area h4.title + p {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.666666666666667;
  padding-right: 15.83333333333333%;
}
.room_info .txt_area .price {
  margin-top: 20px;
}
.room_info .txt_area .price p {
  font-size: 17px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.room_info .txt_area .price table {
  width: 100%;
  max-width: 422px;
}
.room_info .txt_area .price table * {
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: center;
}
.room_info .txt_area .price td,
.room_info .txt_area .price th {
  border: #9f9fa0 1px solid;
  width: calc(100% / 3);
  padding: 8px 10px;  
}
.room_info .txt_area .price th {
  background: #e4e5e6;
}
.room_info .txt_area .price small {
  font-size: 13px;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 12px;
}
.room_info .txt_area dl {
  margin-top: 20px;
}
.room_info .txt_area dt {
  font-size: 17px;
  letter-spacing: 0.05em;
}
.room_info .txt_area dd {
  font-size: 15px;
  letter-spacing: 0.05em;
}
.room_info .img_area {
  width: 50%;
}
.room_info .img_area ul {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 930px) {
  #room h2.title {
    bottom: 246px;
  }
}
@media screen and (max-width: 840px) {
  .room_info .txt_area {
    width: 100%;
  }
  .room_info .txt_area h4.title + p {
    padding-right: 0;
  }
  .room_info .img_area {
    width: 100%;
  }
  .room_info .img_area ul {
    flex-direction: row;
  }
}
@media screen and (max-width: 640px) {
  .room_top {
    height: 110vw;    
    overflow: visible;    
    padding-top: 14vw;
  }  
  #room h2.title {
    bottom: 13vw;
    right: 0;
  }
  #room h2.title.black {
    margin-bottom: 32vw;
  }  
  #room h2.title span {
    font-size: 17.1875vw;
    right: 0;
  }
  #room h2.title.black span {
    bottom: -32vw;
  }
  #room h3.title {
    font-size: 6.25vw;
    width: 100%;
  }
  #room h3.title + span {
    font-size: 3.125vw;
    display: inline-block;
    padding-right: 21.25vw;
    margin-top: 1vw;
    margin-bottom: 6vw;    
  }
  #room .img_1 {
    width: calc(100% + (10.9375vw * 2));
    margin-left: -10.9375vw;
  }
  .room_info {
    flex-direction: column;
    gap: 8vw;
    margin-top: 14vw;
  }
  .room_info .txt_area {
    width: 100%;
    min-width: inherit;
  }
  .room_info .txt_area h4.title {
    font-size: 4.6875vw;
    margin-bottom: 6vw;
  }
  .room_info .txt_area h4.title + p {
    font-size: 3.125vw;
    padding-right: 0;
  }
  .room_info .txt_area .price {
    margin-top: 8vw;
  }
  .room_info .txt_area .price p {
    font-size: 3.125vw;
    margin-bottom: 1.5625vw;
  }
  .room_info .txt_area .price table {
    width: 100%;
    max-width: inherit;
  }
  .room_info .txt_area .price table * {
    font-size: 2.8125vw;
  }
  .room_info .txt_area .price td,
  .room_info .txt_area .price th {
    padding: 1.5625vw;
  }
  .room_info .txt_area .price small {
    font-size: 2.8125vw;
    margin-top: 1vw;
  }
  .room_info .txt_area dl {
    margin-top: 6vw;
  }
  .room_info .txt_area dt {
    font-size: 3.125vw;
  }
  .room_info .txt_area dd {
    font-size: 3.125vw;
    margin-top: 1vw;    
  }
  .room_info .img_area {
    width: 100%;
  }
  .room_info .img_area ul {
    flex-direction: column;
    gap: 3.4375vw;
  }  
}

/* ===============================
	activity_room
 =============================== */
#activity_room {
  border: #e1e2e2 6px solid;
  position: relative;
  margin-top: 140px;
  margin-bottom: 108px;
  padding: 70px 60px;
}
#activity_room::after {
  content: '';
  width: 44px;
  height: 139px;
  background: url(../img/room/dot.svg) center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 70px;
  right: -22px;
}
#activity_room h2.title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: var(--C-white);
  position: absolute;
  top: -22px;  
  top: -.5lh;
  left: 50px;
  padding: 0 10px;
}
#activity_room .activity_con:not(:last-child) {
  margin-bottom: 118px;
}
#activity_room .con_block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 22px;  
  margin-bottom: 20px;
}
#activity_room .txt_area {
  width: 100%;
  max-width: 52.99539170506912%;
}
#activity_room .txt_area h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: inline-block;  
  position: relative;
  margin-bottom: 8px;
  padding: 2px 22px 4px;
}
#activity_room .txt_area h3::before,
#activity_room .txt_area h3::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/room/frame.svg) center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
}
#activity_room .txt_area h3::before {
  top: 0;
  left: 0;
}
#activity_room .txt_area h3::after {
  transform: rotate(180deg);  
  bottom: 0;
  right: 0;
}
#activity_room .txt_area p {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.666666666666667;
}
#activity_room .img_area {
  width: 43.08755760368664%;
  min-width: 250px;
}
#activity_room .img_area img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 790px) {
  #activity_room .txt_area {
    max-width: 100%;
  }
  #activity_room .img_area {
    width: 60%;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  #activity_room {
    border-width: 4px;
    width: calc(100% + ((10.9375vw - 5vw) * 2));    
    margin-top: 30vw;
    margin-bottom: 22vw;
    margin-left: calc(5vw - 10.9375vw);    
    padding: 12vw 5vw 5vw;
  }
  #activity_room::after {
    width: 29px;
    height: 92px;    
    top: 12vw;
    right: -15px;
  }
  #activity_room h2.title {
    font-size: 6.25vw;
    width: fit-content;    
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 3vw;
  }
  #activity_room .activity_con:not(:last-child) {
    margin-bottom: 18vw;
  }
  #activity_room .con_block {
    flex-direction: column;
    gap: 6vw;
    margin-bottom: 6vw;
  }
  #activity_room .txt_area {
    width: 100%;
    max-width: none;
    min-width: auto;
  }
  #activity_room .txt_area h3 {
    font-size: 4.21875vw;
    text-align: center;        
    display: block;
    margin-bottom: 4vw;
    padding: 3vw 6vw 3.6vw;
  }
  #activity_room .txt_area h3::before,
  #activity_room .txt_area h3::after {
    width: 6vw;
    height: 6vw;
  }
  #activity_room .txt_area p {
    font-size: 3.125vw;
    line-height: 1.8;    
  }
  #activity_room .img_area {
    width: 100%;
    min-width: auto;
  }
  #activity_room .con_block + img {
    width: 100vw;
    max-width: none;
    margin-left: -10.9375vw;
  }
}

/* ===============================
	
 =============================== */

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

}

/* ===============================
	
 =============================== */

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

}