@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/*$point03: linear-gradient(90deg, #ebeced 0%, #fffeea 25%, #e0dacf 55%, #f4f4f4 75%, #e1dec6 100%);*/
/*$point03: linear-gradient(90deg, #b3975f 0%, #fbf5c2 25%, #cab059 70%, #fbf5c2 100%);*/
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* font */
.youtube {
  width: calc(100% - 80px);
  margin: 0 40px;
}
@media all and (max-width: 480px) {
  .youtube {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
.youtube iframe {
  width: 100% !important;
  height: 400px !important;
}
@media all and (max-width: 480px) {
  .youtube iframe {
    height: 200px !important;
  }
}

.tab {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  /*max-width: 300px;*/
  width: 100%;
}

.tab-list {
  display: flex;
}

.tab-menu {
  align-items: center;
  /*background-color: #ccc;*/
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  /*height: 50px;*/
  justify-content: center;
}
.tab-menu img {
  opacity: 0.5 !important;
}

.tab-menu.current {
  /*background-color: #85746c;*/
}
.tab-menu.current img {
  opacity: 1 !important;
}

.content-box {
  background-color: #ccc;
  display: none;
  /*max-width: 500px;*/
  width: 100%;
}

.content-box img {
  display: block;
  height: auto;
  width: 100%;
}

/* Room Type
*****************************************************************/
.roomtype {
  padding-bottom: 80px;
}
@media all and (max-width: 896px) {
  .roomtype {
    padding-bottom: 60px;
  }
}
@media all and (max-width: 480px) {
  .roomtype {
    padding-bottom: 40px;
  }
}

.area_roomtype {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .area_roomtype {
    margin-top: 30px;
  }
}
.area_roomtype h2 {
  text-align: center;
  color: #fff;
  font-size: 2.7rem;
  font-weight: normal;
}
@media all and (max-width: 480px) {
  .area_roomtype h2 {
    font-size: 2rem;
  }
}
.area_roomtype .sec_room {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .area_roomtype .sec_room {
    margin-top: 30px;
  }
}
.area_roomtype .block_img {
  text-align: center;
  flex-grow: 1;
  position: relative;
}
.area_roomtype .list_hover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.area_roomtype .list_hover > li {
  display: none;
}
.area_roomtype .list_hover > li.current {
  display: block;
}
.area_roomtype .block_room {
  width: 100%;
  flex-shrink: 0;
}
.area_roomtype .list_room {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media all and (max-width: 1025px) {
  .area_roomtype .list_room {
    gap: 15px;
  }
}
@media all and (max-width: 896px) {
  .area_roomtype .list_room {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 480px) {
  .area_roomtype .list_room {
    grid-template-columns: repeat(2, 1fr);
  }
}
.area_roomtype .list_room + .list_room {
  margin-top: 10px;
}
.area_roomtype .list_room li {
  background: linear-gradient(to bottom, #CAA237, #F0DD88 50%, #CAA237);
  background: #a7383e;
  position: relative;
}
.area_roomtype .list_room li.none {
  background: none;
}
@media all and (max-width: 1025px) {
  .area_roomtype .list_room li.none {
    display: none;
  }
}
.area_roomtype .list_room li.none:before, .area_roomtype .list_room li.none:after {
  display: none;
}
.area_roomtype .list_room li.none a {
  pointer-events: none;
}
.area_roomtype .list_room li.link_end {
  background: #A0A0A0;
}
.area_roomtype .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) {
  .area_roomtype .list_room li.link_end .txt_end {
    font-size: 1.8rem;
  }
}
.area_roomtype .list_room li.link_end > a {
  pointer-events: none;
}
.area_roomtype .list_room li.link_end > a dl dd span:last-of-type {
  background: #333;
}
.area_roomtype .list_room li > a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 10px 0;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.area_roomtype .list_room li > a dl dt {
  padding: 0 0 10px;
  color: #fff;
  font-family: 'EB Garamond', serif !important;
  font-style: italic;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  border-bottom: 1px solid #fff;
  /*
  span {
    padding: 10px 0;
    border-top: 2px solid $main_c;
    border-bottom: 2px solid $main_c;
    display: block;
  }
  */
}
.area_roomtype .list_room li > a dl dt small {
  padding-left: 5px;
  font-size: 2rem;
}
.area_roomtype .list_room li > a dl dd {
  padding: 0 0 10px;
  color: #fff;
  font-family: 'EB Garamond', serif !important;
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #fff;
  background: -webkit-linear-gradient(0deg, #b3975f 0%, #fbf5c2 25%, #cab059 70%, #ab8b3f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.area_roomtype .list_room li > a dl dd small {
  font-size: 3.2rem;
}
.area_roomtype .list_room li > a dl dd span {
  color: #fff;
  font-size: 1.2rem;
  display: block;
  background: -webkit-linear-gradient(0deg, #fff 0%, #fff 25%, #fff 70%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.area_roomtype .list_room li.soldout {
  position: relative;
}
.area_roomtype .list_room li.soldout img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 100;
}
.area_roomtype .list_room .txt_equipment {
  font-size: 1.1rem;
  margin-top: 5px;
}
.area_roomtype .list_room .box_mark {
  position: relative;
}
.area_roomtype .list_room .box_mark .txt_mark {
  padding: 10px;
  color: #000;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 100px;
  background: -webkit-linear-gradient(0deg, #f3cc50 0%, #f6e08a 25%, #f9f4c3 70%, #f8f5c7 100%);
  position: absolute;
  top: -20px;
  left: -10px;
}
.area_roomtype .list_room .box_mark .txt_mark_menu {
  padding: 10px;
  color: #000;
  text-align: center;
  font-size: 1.0rem;
  font-weight: bold;
  line-height: 1.2rem;
  border-radius: 100px;
  background: -webkit-linear-gradient(0deg, #99c7dc 0%, #c8dfe9 25%, #deebef 70%, #c8dfe9 100%);
  position: absolute;
  top: -20px;
  left: -10px;
}
.area_roomtype .list_room .box_mark .txt_mark_data {
  padding: 5px;
  color: #a53f3a;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  background: #fff;
  position: absolute;
  top: -5px;
  right: 5px;
}
@media all and (max-width: 480px) {
  .area_roomtype .list_room .box_mark .txt_mark_data {
    padding: 2px;
  }
}
.area_roomtype .list_room .box_mark .txt_plan {
  padding: 10px;
  position: absolute;
  top: -30px;
  left: -20px;
}
@media all and (max-width: 480px) {
  .area_roomtype .list_room .box_mark .txt_plan {
    top: -30px;
  }
}
.area_roomtype .list_room .box_mark .txt_plan img {
  width: 55px;
  height: auto;
}
@media all and (max-width: 480px) {
  .area_roomtype .list_room .box_mark .txt_plan img {
    width: 55px;
  }
}
.area_roomtype .list_room .box_mark .txt_plan01 {
  padding: 10px;
  position: absolute;
  top: -45px;
  left: -20px;
}
@media all and (max-width: 480px) {
  .area_roomtype .list_room .box_mark .txt_plan01 {
    top: -40px;
  }
}
.area_roomtype .list_room .box_mark .txt_plan01 img {
  width: 120px;
  height: auto;
}
@media all and (max-width: 480px) {
  .area_roomtype .list_room .box_mark .txt_plan01 img {
    width: 100px;
  }
}
.area_roomtype .list_room .box_mark .txt_plan02 {
  padding: 10px;
  position: absolute;
  top: -50px;
  left: -20px;
}
@media all and (max-width: 480px) {
  .area_roomtype .list_room .box_mark .txt_plan02 {
    top: -45px;
  }
}
.area_roomtype .list_room .box_mark .txt_plan02 img {
  width: 120px;
  height: auto;
}
@media all and (max-width: 480px) {
  .area_roomtype .list_room .box_mark .txt_plan02 img {
    width: 100px;
  }
}
.area_roomtype .list_room .box_mark .txt_last {
  padding: 10px;
  position: absolute;
  top: -35px;
  right: -35px;
}
@media all and (max-width: 480px) {
  .area_roomtype .list_room .box_mark .txt_last {
    top: -30px;
    right: -15px;
  }
}
.area_roomtype .list_room .box_mark .txt_last img {
  width: 90px;
  height: auto;
}
@media all and (max-width: 480px) {
  .area_roomtype .list_room .box_mark .txt_last img {
    width: 60px;
  }
}
.area_roomtype .list_room .box_txt {
  margin: 10px 10px 0;
}
.area_roomtype .list_room .box_txt .txt_terrace {
  padding: 3px;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  background: #000;
  margin-bottom: 5px;
}
.area_roomtype .list_room .box_txt .txt_area {
  color: #fff;
  font-size: 1.2rem;
}
@media all and (max-width: 480px) {
  .area_roomtype .list_room .box_txt .txt_area {
    font-size: 1.1rem;
  }
}
.area_roomtype .list_room .box_txt .txt_area b {
  font-size: 2.5rem;
}
.area_roomtype .list_room .box_txt .txt_area small {
  font-size: 2rem;
}

/* Room Plan（各プランページ）
*****************************************************************/
.roomplan {
  padding-bottom: 80px;
}
@media all and (max-width: 896px) {
  .roomplan {
    padding-bottom: 60px;
  }
}
@media all and (max-width: 480px) {
  .roomplan {
    padding-bottom: 40px;
  }
}
.roomplan .block_anchor {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .roomplan .block_anchor {
    margin-top: 30px;
  }
}
.roomplan .list_anchor {
  display: flex;
  flex-wrap: wrap;
}
.roomplan .list_anchor > li {
  width: calc(100% / 6);
  padding: 5px;
  position: relative;
}
@media all and (max-width: 896px) {
  .roomplan .list_anchor > li {
    width: calc(100% / 3);
  }
}
@media all and (max-width: 480px) {
  .roomplan .list_anchor > li {
    width: 50%;
    padding: 5px;
  }
}
.roomplan .list_anchor > li.coming a:after {
  font-size: 1.6rem;
}
.roomplan .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 .list_anchor > li.link_end .txt_end {
    font-size: 1.4rem;
  }
}
.roomplan .list_anchor > li.link_end > a {
  pointer-events: none;
  background: #A0A0A0;
}
.roomplan .list_anchor > li.soldout {
  position: relative;
}
.roomplan .list_anchor > li.soldout img {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  object-fit: cover;
  z-index: 100;
}
.roomplan .list_anchor > li > a {
  box-sizing: border-box;
  background: #42340b;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.roomplan .list_anchor > li > a:hover {
  opacity: 1;
  background: #a7383e;
}
.roomplan .list_anchor > li > a.current {
  pointer-events: none;
  background: #a7383e;
}
.roomplan .list_anchor .ttl_type {
  box-sizing: border-box;
  padding: 5px 5px 5px 10px;
  font-size: 1.7rem;
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  font-style: italic;
}
.roomplan .list_anchor .txt_floor {
  margin-left: 5px;
  padding: 0 5px;
  color: #42340b;
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
  /*border: 1px solid #FFF;*/
  background: #FFF;
}
@media all and (max-width: 896px) {
  .roomplan .list_anchor .txt_floor {
    margin-left: 0;
  }
}
.roomplan .list_anchor .box_anchor {
  box-sizing: border-box;
  padding: 5px;
}
.roomplan .list_anchor .txt_type {
  font-size: 1.2rem;
}
.roomplan .list_anchor .txt_type .txt_number {
  font-size: 1.4em;
}
.roomplan .list_anchor .txt_area {
  font-size: 1.2rem;
}
.roomplan .list_anchor .txt_area .txt_number {
  font-size: 1.25em;
}
.roomplan .area_roomplan .ttl_roomtype {
  text-align: center;
  box-sizing: border-box;
  border-top: 1px solid #42340b;
  border-bottom: 1px solid #42340b;
  padding: 5px 0;
  color: #42340b;
  font-size: 6rem;
  font-weight: 400;
  font-family: 'EB Garamond', serif;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 60px;
}
@media all and (max-width: 896px) {
  .roomplan .area_roomplan .ttl_roomtype {
    font-size: 3.2rem;
    margin-top: 30px;
  }
}
.roomplan .area_roomplan .block_roomplan {
  display: flex;
  gap: 30px 50px;
  margin-top: 70px;
}
@media all and (max-width: 896px) {
  .roomplan .area_roomplan .block_roomplan {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
}
.roomplan .area_roomplan .block_roomplan .item_left {
  flex-shrink: 0;
  width: 316px;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
}
@media all and (max-width: 896px) {
  .roomplan .area_roomplan .block_roomplan .item_left {
    width: 100%;
    max-width: 300px;
  }
}
.roomplan .area_roomplan .block_roomplan .item_bottom {
  margin-top: 20px;
}
.roomplan .area_roomplan .block_roomplan .item_right {
  text-align: center;
  flex-grow: 1;
}
@media all and (max-width: 896px) {
  .roomplan .area_roomplan .block_roomplan .item_right {
    width: 100%;
  }
}
.roomplan .area_roomplan .box_type {
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
  background: #a7383e;
  /*
  .ttl_roomplan{
    box-sizing: border-box;
    padding: 20px 10px;
    background: $main_c;
    position: relative;
    &::before{
      content: "";
      display: block;
      width: 100%;
      height: 4px;
      background: #fff;
      position: absolute;
      top: 4px;
      left: 0;
    }
    &::after{
      content: "";
      display: block;
      width: 100%;
      height: 4px;
      background: #fff;
      position: absolute;
      bottom: 4px;
      left: 0;
    }
  }
  */
}
.roomplan .area_roomplan .box_type .ttl_roomplan {
  padding: 0 0 20px;
  color: #fff;
  font-family: 'EB Garamond', serif !important;
  font-size: 6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  border-bottom: 1px solid #fff;
  /*
  span {
    padding: 10px 0;
    border-top: 2px solid $main_c;
    border-bottom: 2px solid $main_c;
    display: block;
  }
  */
}
@media all and (max-width: 896px) {
  .roomplan .area_roomplan .box_type .ttl_roomplan {
    font-size: 3.2rem;
    margin-top: 30px;
  }
}
.roomplan .area_roomplan .box_type .ttl_roomplan small {
  padding-left: 5px;
  font-size: 4rem;
}
.roomplan .area_roomplan .box_type .txt_ldk {
  box-sizing: border-box;
  padding: 0 0 20px;
  color: #fff;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 5px;
  font-family: 'EB Garamond', serif;
  line-height: 1;
  background: -webkit-linear-gradient(0deg, #b3975f 0%, #fbf5c2 25%, #cab059 70%, #ab8b3f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (max-width: 896px) {
  .roomplan .area_roomplan .box_type .txt_ldk {
    font-size: 4rem;
  }
}
.roomplan .area_roomplan .box_type .txt_ldk .txt_large {
  font-size: 2em;
}
.roomplan .area_roomplan .box_type .txt_ldk .txt_plus {
  padding: 0 0 20px;
  font-size: 2rem;
  letter-spacing: 0;
  border-bottom: 1px solid #fff;
  display: block;
  background: -webkit-linear-gradient(0deg, #fff 0%, #fff 25%, #fff 70%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.roomplan .area_roomplan .list_area {
  margin-top: 40px;
  border-top: 1px solid #291f01;
  border-bottom: 1px solid #291f01;
  font-size: 1.6rem;
  padding: 5px 0;
}
@media all and (max-width: 896px) {
  .roomplan .area_roomplan .list_area {
    font-size: 1.4rem;
    margin: 20px auto 0;
    padding: 3px 0;
  }
}
.roomplan .area_roomplan .list_area > li {
  padding: 5px 0;
}
@media all and (max-width: 896px) {
  .roomplan .area_roomplan .list_area > li {
    padding: 3px 0;
  }
}
.roomplan .area_roomplan .list_area > li:last-child {
  padding: 15px 0 0;
  border-top: 1px solid #291f01;
}
.roomplan .area_roomplan .list_area > li.underline {
  border-bottom: 1px solid #21100b;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
@media all and (max-width: 896px) {
  .roomplan .area_roomplan .list_area > li.underline {
    padding-bottom: 6px;
    margin-bottom: 3px;
  }
}
.roomplan .area_roomplan .list_area > li.box_flex {
  display: flex;
  justify-content: space-between;
}
.roomplan .area_roomplan .list_area > li.box_flex .ttl_area {
  margin-bottom: 0;
}
.roomplan .area_roomplan .list_area .ttl_area {
  font-size: 2rem;
  font-weight: 500;
  width: 8em;
  text-align-last: justify;
  text-justify: inter-ideograph;
  font-weight: 500;
  margin-bottom: 5px;
}
@media all and (max-width: 896px) {
  .roomplan .area_roomplan .list_area .ttl_area {
    margin-bottom: 2px;
    font-size: 1.8rem;
  }
}
.roomplan .area_roomplan .list_area .txt_area {
  text-align: right;
  font-size: 2rem;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .roomplan .area_roomplan .list_area .txt_area {
    font-size: 1.7rem;
  }
}
.roomplan .area_roomplan .list_area .txt_tsubo {
  display: inline-block;
  width: 5em;
}
.roomplan .area_roomplan .list_area .txt_number {
  font-size: 2em;
}
.roomplan .area_roomplan .list_area .txt_symbol {
  font-size: 1.4em;
}
.roomplan .area_roomplan .txt_room {
  padding: 20px 0;
  font-size: 2rem;
  line-height: 2;
}
@media all and (max-width: 896px) {
  .roomplan .area_roomplan .txt_room {
    padding: 0 0 20px;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 480px) {
  .roomplan .area_roomplan .txt_room {
    text-align: left;
  }
}
@media all and (max-width: 896px) {
  .roomplan .area_roomplan .img_compass {
    margin: 20px auto 0 0;
    width: 30%;
  }
}
.roomplan .area_roomplan .img_torikago {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .roomplan .area_roomplan .img_torikago {
    max-width: 300px;
    margin: 20px auto 0;
  }
}
.roomplan .box_example {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .roomplan .box_example {
    margin: 30px auto 0;
    max-width: 400px;
  }
}
.roomplan .box_example .txt_example {
  text-align: left;
  font-size: 1.2rem;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .roomplan .box_example .txt_example {
    font-size: 1.1rem;
    margin-top: 10px;
  }
}
.roomplan .btn_pdf {
  width: 100%;
  max-width: 300px;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .roomplan .btn_pdf {
    margin: 30px auto 0;
  }
}
.roomplan .btn_pdf > a {
  display: block;
  box-sizing: border-box;
  padding: 10px 20px;
  text-align: center;
  background: linear-gradient(90deg, #aaaaa5 5%, #bebfc5 20%, #71797e 65%, #9ba2a7 100%);
  color: #fff;
  border-radius: 10px;
  font-size: 3rem;
}
@media all and (max-width: 896px) {
  .roomplan .btn_pdf > a {
    font-size: 2.4rem;
  }
}
.roomplan .link_common {
  margin-top: 120px;
}
@media all and (max-width: 896px) {
  .roomplan .link_common {
    margin-top: 80px;
  }
}
.roomplan .txt_note {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .roomplan .txt_note {
    margin-top: 30px;
  }
}
