@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* font */
/* 一覧
*****************************************************************/
.roomplan {
  /* 詳細
*****************************************************************/
}
.roomplan .ttl_common {
  max-width: 295px;
}
@media all and (max-width: 896px) {
  .roomplan .ttl_common {
    max-width: 236px;
  }
}
.roomplan .room {
  background-color: #000;
  padding: 80px 0;
}
@media all and (max-width: 896px) {
  .roomplan .room {
    padding: 50px 0;
  }
}
.roomplan .room .area_room {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
.roomplan .room .area_room h2 {
  text-align: center;
  color: #fff;
  font-size: 2.7rem;
  font-weight: normal;
  letter-spacing: 5px;
}
@media all and (max-width: 480px) {
  .roomplan .room .area_room h2 {
    font-size: 2rem;
  }
}
.roomplan .room .area_room .sec_room {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .roomplan .room .area_room .sec_room {
    margin-top: 30px;
  }
}
.roomplan .room .area_room .list_tab {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.roomplan .room .area_room .list_tab > li {
  box-sizing: border-box;
  padding: 20px;
  font-size: 1.8rem;
  cursor: pointer;
  border-top: 1px solid #CAA237;
  border-left: 1px solid #CAA237;
  border-right: 1px solid #CAA237;
  border-bottom: 1px solid #CAA237;
  color: #ACACAC;
  position: relative;
  display: grid;
  place-content: center;
}
@media all and (max-width: 896px) {
  .roomplan .room .area_room .list_tab > li {
    padding: 10px;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 480px) {
  .roomplan .room .area_room .list_tab > li {
    padding: 5px;
    font-size: 1.2rem;
  }
}
.roomplan .room .area_room .list_tab > li:last-of-type::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 1px;
  background: #CAA237;
  position: absolute;
  bottom: -1px;
  left: -11px;
}
.roomplan .room .area_room .list_tab > li.current {
  border-bottom: 1px solid transparent;
  color: #fff;
}
.roomplan .room .area_room .btn_tab {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .roomplan .room .area_room .btn_tab {
    gap: 15px;
    margin-top: 30px;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 480px) {
  .roomplan .room .area_room .btn_tab {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
  }
}
.roomplan .room .area_room .btn_tab > li {
  box-sizing: border-box;
  padding: 25px 15px;
  display: grid;
  place-content: center;
  background: #ACACAC;
  color: #333;
  cursor: pointer;
  position: relative;
}
@media all and (max-width: 896px) {
  .roomplan .room .area_room .btn_tab > li {
    padding: 15px 10px;
  }
}
.roomplan .room .area_room .btn_tab > li::after {
  content: "";
  box-sizing: border-box;
  border: 1px solid #ddd;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: 5px;
}
.roomplan .room .area_room .btn_tab > li.current {
  background: linear-gradient(to bottom, #CAA237, #F0DD88 50%, #CAA237);
  color: #231815;
}
.roomplan .room .area_room .btn_tab > li.current::after {
  border-color: #987417;
}
.roomplan .room .area_room .tab_content {
  display: none;
}
.roomplan .room .area_room .tab_content.current {
  padding-top: 60px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media all and (max-width: 896px) {
  .roomplan .room .area_room .tab_content.current {
    padding-top: 0;
    flex-direction: column-reverse;
  }
}
.roomplan .room .area_room .block_room {
  width: 45%;
  flex-shrink: 0;
}
@media all and (max-width: 896px) {
  .roomplan .room .area_room .block_room {
    width: 100%;
  }
}
.roomplan .room .area_room .list_room {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media all and (max-width: 480px) {
  .roomplan .room .area_room .list_room {
    grid-template-columns: repeat(2, 1fr);
  }
}
.roomplan .room .area_room .list_room + .list_room {
  margin-top: 10px;
}
.roomplan .room .area_room .list_room li {
  background: linear-gradient(to bottom, #CAA237, #F0DD88 50%, #CAA237);
  position: relative;
}
.roomplan .room .area_room .list_room li .remaining {
  text-align: center;
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #c11920;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.1;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .roomplan .room .area_room .list_room li .remaining {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
  }
}
.roomplan .room .area_room .list_room li .remaining .txt_large {
  font-size: 1.4em;
}
.roomplan .room .area_room .list_room li.none {
  background: none;
}
@media all and (max-width: 1025px) {
  .roomplan .room .area_room .list_room li.none {
    display: none;
  }
}
.roomplan .room .area_room .list_room li.none:before, .roomplan .room .area_room .list_room li.none:after {
  display: none;
}
.roomplan .room .area_room .list_room li.none a {
  pointer-events: none;
}
.roomplan .room .area_room .list_room li.link_end {
  background: #A0A0A0;
}
.roomplan .room .area_room .list_room li.link_end .txt_end {
  box-sizing: border-box;
  padding: 5px 10px;
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  white-space: nowrap;
  color: #fff;
  line-height: 1.2;
  background: #960121;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  z-index: 20;
}
@media all and (max-width: 896px) {
  .roomplan .room .area_room .list_room li.link_end .txt_end {
    font-size: 1.8rem;
  }
}
.roomplan .room .area_room .list_room li.link_end > a {
  pointer-events: none;
}
.roomplan .room .area_room .list_room li.link_end > a dl dd span:last-of-type {
  background: #333;
}
.roomplan .room .area_room .list_room li > a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 5px 10px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.roomplan .room .area_room .list_room li > a dl {
  display: flex;
}
.roomplan .room .area_room .list_room li > a dl dt {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}
.roomplan .room .area_room .list_room li > a dl dt span {
  font-size: 0.4em;
  margin-left: -0.1em;
}
.roomplan .room .area_room .list_room li > a dl dd {
  margin-left: 5px;
}
@media all and (max-width: 896px) {
  .roomplan .room .area_room .list_room li > a dl dd {
    margin-left: 3px;
  }
}
.roomplan .room .area_room .list_room li > a dl dd span {
  font-size: 2rem;
  display: block;
  line-height: 1.2;
}
.roomplan .room .area_room .list_room li > a dl dd span:last-of-type {
  font-size: 1.2rem;
  padding: 0.2em;
  background: #987417;
  color: #fff;
  margin-top: 0.4em;
}
.roomplan .room .area_room .list_room .txt_equipment {
  font-size: 1.1rem;
  margin-top: 5px;
}
.roomplan .room .area_room .list_room .box_txt {
  padding-top: 10px;
}
.roomplan .room .area_room .list_room .txt_area {
  font-size: 1.2rem;
}
.roomplan .room .area_room .block_img {
  flex-grow: 1;
  position: relative;
}
.roomplan .room .area_room .list_hover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.roomplan .room .area_room .list_hover > li {
  display: none;
}
.roomplan .room .area_room .list_hover > li.current {
  display: block;
}
.roomplan .coming a {
  position: relative;
  pointer-events: none;
}
.roomplan .coming a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.roomplan .coming a:after {
  content: "Coming Soon";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  font-size: 3rem;
}
.roomplan .roomtype {
  border-bottom: 1px solid #ddd;
}
@media all and (max-width: 896px) {
  .roomplan .roomtype {
    display: flex;
    flex-wrap: wrap;
  }
}
.roomplan .roomtype .anchor {
  background-color: #EAE8DA;
  padding: 0 0 40px 0;
}
@media all and (max-width: 896px) {
  .roomplan .roomtype .anchor {
    order: 2;
    padding: 20px 0;
  }
}
.roomplan .roomtype .list_anchor {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 896px) {
  .roomplan .roomtype .list_anchor {
    justify-content: center;
  }
}
.roomplan .roomtype .list_anchor > li {
  width: calc(100% / 7);
  padding: 5px;
  position: relative;
}
@media all and (max-width: 896px) {
  .roomplan .roomtype .list_anchor > li {
    width: 160px;
  }
}
@media all and (max-width: 480px) {
  .roomplan .roomtype .list_anchor > li {
    width: 50%;
    padding: 5px;
  }
}
.roomplan .roomtype .list_anchor > li.coming a:after {
  font-size: 1.6rem;
}
.roomplan .roomtype .list_anchor > li.link_end .txt_end {
  box-sizing: border-box;
  padding: 4px 8px;
  background: #960121;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  white-space: nowrap;
}
@media all and (max-width: 896px) {
  .roomplan .roomtype .list_anchor > li.link_end .txt_end {
    font-size: 1.4rem;
  }
}
.roomplan .roomtype .list_anchor > li.link_end > a {
  pointer-events: none;
  background: #A0A0A0;
}
.roomplan .roomtype .list_anchor > li > a {
  box-sizing: border-box;
  background: #231103;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.roomplan .roomtype .list_anchor > li > a:hover {
  opacity: 1;
  background: linear-gradient(to bottom, #CAA237, #F0DD88 50%, #CAA237);
  color: #231103;
}
.roomplan .roomtype .list_anchor > li > a.current {
  pointer-events: none;
  background: linear-gradient(to bottom, #CAA237, #F0DD88 50%, #CAA237);
  color: #231103;
}
.roomplan .roomtype .list_anchor .fukidashi_type {
  box-sizing: border-box;
  display: inline-block;
  padding: 2px 4px;
  background: #B81C26;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  position: absolute;
  top: -10px;
  left: -3px;
}
@media all and (max-width: 896px) {
  .roomplan .roomtype .list_anchor .fukidashi_type {
    font-size: 1.2rem;
    top: -8px;
  }
}
.roomplan .roomtype .list_anchor .fukidashi_type::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/fukidashi.svg") center center/contain no-repeat;
  position: absolute;
  left: 2px;
  bottom: -16px;
}
@media all and (max-width: 896px) {
  .roomplan .roomtype .list_anchor .fukidashi_type::after {
    width: 16px;
    height: 16px;
    bottom: -14px;
  }
}
.roomplan .roomtype .list_anchor .fukidashi_type .txt_large {
  font-size: 1.4em;
}
.roomplan .roomtype .list_anchor .ttl_type {
  box-sizing: border-box;
  padding: 5px 5px 5px 10px;
  font-size: 1.7rem;
  font-family: 'EB Garamond', serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
}
.roomplan .roomtype .list_anchor .box_type {
  box-sizing: border-box;
  padding: 5px;
}
.roomplan .roomtype .list_anchor .txt_type {
  font-size: 1.2rem;
}
.roomplan .roomtype .list_anchor .txt_type .txt_number {
  font-size: 1.4em;
}
@media all and (max-width: 896px) {
  .roomplan .roomtype .list_anchor .txt_area {
    font-size: 1.2rem;
  }
}
.roomplan .roomtype .list_anchor .txt_area .txt_number {
  font-size: 1.25rem;
}
.roomplan .roomtype .area_roomtype {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1025px) {
  .roomplan .roomtype .area_roomtype {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 896px) {
  .roomplan .roomtype .area_roomtype {
    order: 1;
  }
}
.roomplan .roomtype .area_roomtype .sec_roomtype {
  width: 550px;
  position: relative;
}
@media all and (max-width: 1025px) {
  .roomplan .roomtype .area_roomtype .sec_roomtype {
    width: 100%;
  }
}
.roomplan .roomtype .area_roomtype .sec_roomtype .block_roomtype {
  display: flex;
}
@media all and (max-width: 1025px) {
  .roomplan .roomtype .area_roomtype .sec_roomtype .block_roomtype {
    justify-content: center;
  }
}
@media all and (max-width: 896px) {
  .roomplan .roomtype .area_roomtype .sec_roomtype .block_roomtype {
    flex-wrap: wrap;
    max-width: 90%;
    margin: 0 auto;
  }
}
.roomplan .roomtype .area_roomtype .sec_roomtype .block_roomtype .box_ttl {
  position: relative;
  padding-right: 15px;
  margin-right: 20px;
}
@media all and (max-width: 896px) {
  .roomplan .roomtype .area_roomtype .sec_roomtype .block_roomtype .box_ttl {
    padding: 0;
    margin: 0 0 20px 0;
  }
}
.roomplan .roomtype .area_roomtype .sec_roomtype .block_roomtype .box_ttl:before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 20px);
  background-color: #231103;
  position: absolute;
  top: 20px;
  right: 0;
}
@media all and (max-width: 896px) {
  .roomplan .roomtype .area_roomtype .sec_roomtype .block_roomtype .box_ttl:before {
    width: 100%;
    height: 2px;
    top: auto;
    bottom: -20px;
  }
}
.roomplan .roomtype .area_roomtype .sec_roomtype .block_roomtype .box_ttl h2 {
  font-size: 16rem;
  line-height: 1;
  text-align: center;
  font-family: 'EB Garamond', serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
}
@media all and (max-width: 896px) {
  .roomplan .roomtype .area_roomtype .sec_roomtype .block_roomtype .box_ttl h2 {
    font-size: 8rem;
  }
}
.roomplan .roomtype .area_roomtype .sec_roomtype .block_roomtype .box_ttl h2 span {
  font-size: 30%;
  display: block;
  margin: -10px 0 0 0;
}
@media all and (max-width: 896px) {
  .roomplan .roomtype .area_roomtype .sec_roomtype .block_roomtype .box_ttl h2 span {
    display: inline-block;
  }
}
.roomplan .roomtype .area_roomtype .sec_roomtype .block_roomtype .box_ttl h2 small {
  font-size: 50%;
}
.roomplan .roomtype .area_roomtype .sec_roomtype .block_roomtype .box_detail {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .roomplan .roomtype .area_roomtype .sec_roomtype .block_roomtype .box_detail {
    width: 100%;
  }
}
.roomplan .roomtype .area_roomtype .sec_roomtype .block_roomtype .box_detail > div {
  display: flex;
}
@media all and (max-width: 896px) {
  .roomplan .roomtype .area_roomtype .sec_roomtype .block_roomtype .box_detail > div {
    display: block;
  }
}
.roomplan .roomtype .area_roomtype .sec_roomtype .block_roomtype .box_detail > div span {
  font-family: 'EB Garamond', serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
  background: #231103;
  color: #A48C00;
  font-size: 3.5rem;
  padding: 0px 20px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 896px) {
  .roomplan .roomtype .area_roomtype .sec_roomtype .block_roomtype .box_detail > div span {
    display: block;
    text-align: center;
  }
}
.roomplan .roomtype .area_roomtype .sec_roomtype .block_roomtype .box_detail > div p {
  margin-left: 15px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 896px) {
  .roomplan .roomtype .area_roomtype .sec_roomtype .block_roomtype .box_detail > div p {
    margin: 15px 0 0 0;
  }
}
.roomplan .roomtype .area_roomtype .sec_roomtype .block_roomtype .box_detail > div p.txt_narrow {
  letter-spacing: -0.05em;
}
.roomplan .roomtype .area_roomtype .sec_roomtype .block_roomtype .box_detail > p {
  margin-top: 10px;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .roomplan .roomtype .area_roomtype .sec_roomtype .block_roomtype .box_detail > p {
    font-size: 1.6rem;
  }
}
.roomplan .roomtype .area_roomtype .sec_roomtype .img_torikago {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .roomplan .roomtype .area_roomtype .sec_roomtype .img_torikago {
    margin-top: 30px;
  }
}
.roomplan .roomtype .area_roomtype .sec_img {
  width: calc(100% - 600px);
}
@media all and (max-width: 1025px) {
  .roomplan .roomtype .area_roomtype .sec_img {
    width: 100%;
    margin-top: 50px;
    text-align: center;
  }
}
.roomplan .roomtype .area_roomtype .sec_img > div {
  position: relative;
}
.roomplan .roomtype .area_roomtype .sec_img > div .direction_img {
  text-align: left;
  margin-top: 20px;
}
.roomplan .roomtype .area_roomtype .sec_img > p {
  font-size: 1.2rem;
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .roomplan .roomtype .area_roomtype .sec_img > p {
    text-align: left;
    margin-top: 30px;
  }
}
.roomplan .roomtype .area_roomtype .img_payment {
  text-align: center;
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .roomplan .roomtype .area_roomtype .img_payment {
    margin-top: 30px;
    margin-inline: auto;
    max-width: 600px;
  }
}
.roomplan .roomtype .area_roomtype .txt_prease {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .roomplan .roomtype .area_roomtype .txt_prease {
    margin-top: 30px;
    margin-inline: auto;
    max-width: 600px;
  }
}
.roomplan .roomtype .area_roomtype .txt_prease img {
  width: 100%;
}
.roomplan .roomtype .area_roomtype .note_payment {
  text-align: left;
  font-size: 1.2rem;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .roomplan .roomtype .area_roomtype .note_payment {
    margin-top: 30px;
  }
}
.roomplan .roomtype .area_roomtype .bnr_simulation {
  margin: 30px auto 0;
  max-width: 400px;
}
@media all and (max-width: 1025px) {
  .roomplan .roomtype .area_roomtype .bnr_simulation {
    max-width: 300px;
  }
}
.roomplan .roomtype .area_roomtype .btn_pdf {
  width: 100%;
  max-width: 300px;
  margin: 30px auto 0;
}
.roomplan .roomtype .area_roomtype .btn_pdf a {
  display: block;
  background: #231103;
  text-align: center;
  color: #A48C00;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 3rem;
}
@media all and (max-width: 480px) {
  .roomplan .roomtype .area_roomtype .btn_pdf a {
    font-size: 2.3rem;
  }
}
.roomplan .roomtype .area_roomtype .bnr_view-simulation {
  margin: 50px auto 0;
  max-width: 400px;
}
@media all and (max-width: 896px) {
  .roomplan .roomtype .area_roomtype .bnr_view-simulation {
    margin-top: 40px;
    max-width: 300px;
  }
}
.roomplan .yokoku_wrapper {
  padding: 80px 0;
}
@media all and (max-width: 896px) {
  .roomplan .yokoku_wrapper {
    padding: 50px 0;
  }
}
.roomplan .yokoku_wrapper > *:first-child {
  margin-top: 0;
}
.roomplan .yokoku_wrapper .area_yokoku {
  justify-content: flex-start;
}
.roomplan .yokoku_wrapper .note_common {
  margin-top: 30px;
}
