@charset "UTF-8";
.web_font_en, #Premium_area .list_area > li .num, #Plan_area .style_plan_list li.premium .icon, .style_ttl3 .en, .style_ttl2 .en, .style_ttl1 .en {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em;
}

/* 筑紫オールド L */
.style_caption_wrap {
  position: relative;
}

.style_caption {
  font-size: 0.625rem;
  color: #fff;
  position: absolute;
  z-index: 5;
  bottom: 0.5rem;
  right: 0.5rem;
  text-shadow: 0px 0px 20px rgb(0, 0, 0);
  letter-spacing: -0.05em;
  opacity: 0.7;
}
.style_caption.black {
  color: #333;
  text-shadow: 0px 0px 20px rgb(255, 255, 255);
}
.style_caption.left {
  right: auto;
  left: 0.5rem;
}
.style_caption.left_top {
  right: auto;
  left: 0.5rem;
  bottom: auto;
  top: 0.5rem;
}
.style_caption.right_top {
  bottom: auto;
  top: 0.5rem;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .style_caption {
    font-size: 2.3076923077vw;
    bottom: 1.0256410256vw;
    right: 1.0256410256vw;
  }
}
.style_ttl1 .en {
  display: inline-block;
  position: relative;
  margin-bottom: 2rem;
}
.style_ttl1 .en:before {
  display: block;
  content: "";
  width: 7.5rem;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: -8.5rem;
  transform: translate3d(0, -50%, 0);
  opacity: 0.6;
}
.style_ttl1 .jp {
  display: block;
  font-size: 2.25rem;
  line-height: 1.4;
}
.style_ttl1.white {
  color: #fff;
}
.style_ttl1.white .en:before {
  background: #fff;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .style_ttl1 .en {
    margin-bottom: 4.1025641026vw;
    font-size: 3.5897435897vw;
  }
  .style_ttl1 .en:before {
    width: 23.0769230769vw;
    right: -25.641025641vw;
  }
  .style_ttl1 .jp {
    font-size: 6.6666666667vw;
  }
}
.style_ttl2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.style_ttl2.line2 .jp {
  margin-top: -0.3125rem;
  margin-left: 2.75rem;
}
.style_ttl2 .en {
  display: inline-block;
  font-size: 2.75rem;
  position: relative;
  padding-left: 2.5rem;
}
.style_ttl2 .en:before {
  display: block;
  content: "";
  width: 1.75rem;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  opacity: 0.4;
}
.style_ttl2 .jp {
  display: inline-block;
  position: relative;
  padding-left: 1rem;
  margin-left: 1.25rem;
  display: inline-block;
  margin-top: 0.625rem;
}
.style_ttl2 .jp:before {
  display: block;
  content: "";
  width: 1px;
  height: 50%;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0) rotate(30deg);
  opacity: 0.4;
}

.style_ttl3 .jp {
  font-size: 1.75rem;
  line-height: 1.4;
  padding-right: 1.25rem;
}
.style_ttl3 .en {
  position: relative;
  padding-left: 1rem;
  display: inline-block;
}
.style_ttl3 .en:before {
  display: block;
  content: "";
  width: 1px;
  height: 50%;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0) rotate(30deg);
  opacity: 0.4;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .style_ttl3 .jp {
    font-size: 5.641025641vw;
    padding-right: 2.0512820513vw;
  }
  .style_ttl3 .en {
    padding-left: 3.0769230769vw;
    font-size: 3.5897435897vw;
  }
}
.style_btn {
  position: relative;
  cursor: pointer;
}
.style_btn.no_link a {
  pointer-events: none;
}
.style_btn.big {
  font-size: 1.25rem;
}
.style_btn.big a {
  padding-bottom: 1rem;
}
.style_btn.back a {
  padding-left: 1.875rem;
}
.style_btn.back a:before {
  transform: translate3d(0, -50%, 0) scale(-1, 1);
  right: auto;
  left: 0;
}
.style_btn.white:before {
  background: #fff;
  opacity: 0.3;
}
.style_btn.white:after {
  background: #fff;
}
.style_btn.white a {
  color: #fff;
}
.style_btn.white a:before {
  background: url(../img/common/arrow_w.png) left top no-repeat;
  background-size: 0.875rem 0.875rem;
}
.style_btn.top_line:before, .style_btn.top_line:after {
  bottom: auto;
  top: 0;
}
.style_btn.top_line a {
  padding-bottom: 0;
  padding-top: 0.75rem;
}
.style_btn.top_line a:before {
  margin-top: 0.375rem;
}
.style_btn:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.1;
}
.style_btn:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 1;
  transition: transform 0.3s 0s ease-in-out;
  transform-origin: right bottom;
  transform: scale(0, 1);
}
.style_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 0.375rem;
}
.style_btn a:before {
  display: block;
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: url(../img/common/arrow_b.png) left top no-repeat;
  background-size: 0.875rem 0.875rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
  z-index: 2;
}
.style_btn:hover:after {
  transform-origin: left bottom;
  transform: scale(1, 1);
}
.style_btn:hover a {
  text-decoration: none;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .style_btn.white a:before {
    background: url(../img/common/arrow_w.png) left top no-repeat;
    background-size: 2.8205128205vw 2.8205128205vw;
  }
  .style_btn a {
    padding-bottom: 2.0512820513vw;
  }
  .style_btn a:before {
    width: 2.8205128205vw;
    height: 2.8205128205vw;
    background: url(../img/common/arrow_b.png) left top no-repeat;
    background-size: 2.8205128205vw 2.8205128205vw;
  }
}
.style_btn_gold {
  width: 100%;
  height: 4.5rem;
  font-size: 1.25rem;
  position: relative;
  overflow: hidden;
}
.style_btn_gold:before {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgb(155, 140, 110) 0%, rgb(125, 109, 79) 100%);
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s 0s ease-in-out;
}
.style_btn_gold:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.style_btn_gold.mini {
  height: 3.25rem;
  font-size: 1rem;
}
.style_btn_gold.mini a {
  padding-left: 1.75rem;
}
.style_btn_gold.mini a:before {
  right: 1.25rem;
}
.style_btn_gold a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 2.5rem;
  position: relative;
  z-index: 7;
}
.style_btn_gold a:before {
  display: block;
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: url(../img/common/arrow_w.png) left top no-repeat;
  background-size: 0.875rem 0.875rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translate3d(0, -50%, 0);
  z-index: 2;
}
.style_btn_gold:hover:after {
  -webkit-animation: shine 1.75s;
  animation: shine 1.75s;
}
.style_btn_gold:hover a {
  text-decoration: none;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@media screen and (max-width: 736px) and (orientation: portrait) {
  .style_btn_gold {
    height: 15.3846153846vw;
    font-size: 4.1025641026vw;
  }
  .style_btn_gold.mini {
    height: 11.7948717949vw;
    font-size: 3.3333333333vw;
  }
  .style_btn_gold.mini a {
    padding-left: 3.5897435897vw;
  }
  .style_btn_gold.mini a:before {
    right: 3.8461538462vw;
  }
  .style_btn_gold a {
    padding-left: 5.1282051282vw;
  }
  .style_btn_gold a:before {
    width: 2.8205128205vw;
    height: 2.8205128205vw;
    background: url(../img/common/arrow_w.png) left top no-repeat;
    background-size: 2.8205128205vw 2.8205128205vw;
    right: 3.0769230769vw;
  }
}
.style_mini_txt {
  font-size: 0.75rem;
  line-height: 1.4;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .style_mini_txt {
    font-size: 2.5641025641vw;
  }
}
.style_sub {
  font-size: 50%;
  vertical-align: top;
  top: 0.25rem;
  position: relative;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .style_sub {
    font-size: 60%;
  }
}
.style_plus_icon {
  width: 3.75rem;
  height: 3.75rem;
  background: rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.style_plus_icon span:before, .style_plus_icon span:after {
  display: block;
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.style_plus_icon span:before {
  width: 1.25rem;
  height: 1px;
}
.style_plus_icon span:after {
  width: 1px;
  height: 1.25rem;
}

.style_swiper_ul {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.style_swiper_ul .swiper-pagination_style {
  margin: 0 1.25rem;
  width: auto;
  position: relative;
  color: #028391;
  padding: 0;
  top: auto;
  bottom: auto;
}
.style_swiper_ul .swiper-prev_style, .style_swiper_ul .swiper-next_style {
  width: 3.75rem;
  height: 3.75rem;
  background: url(../images/arrow_slide.png) left top no-repeat;
  background-size: 3.75rem 3.75rem;
  top: 0;
  left: 50%;
  z-index: 20;
  cursor: pointer;
}
.style_swiper_ul .swiper-next_style {
  transform: scale(-1, 1);
}

/*------------------------------------------------------------
#Under_Mv_area
------------------------------------------------------------*/
#Under_Mv_area .ttl .en img {
  height: 6.5972222222vw;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  #Under_Mv_area .ttl .en img {
    height: 12.1794871795vw;
  }
}
/*------------------------------------------------------------
#Plan_area
------------------------------------------------------------*/
#Plan_area .top_txt {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
}
#Plan_area .img_area {
  margin-bottom: 2.5rem;
}
#Plan_area .img_area img {
  cursor: pointer;
}
#Plan_area .style_plan_list {
  display: flex;
  justify-content: space-between;
}
#Plan_area .style_plan_list li {
  padding: 1.25rem 2rem 0;
  position: relative;
  border: 1px solid #e4e4e4;
  width: 20.875rem;
  box-sizing: border-box;
  line-height: 1;
  background: #fff;
  position: relative;
}
#Plan_area .style_plan_list li:hover .style_btn:after {
  transform-origin: left bottom;
  transform: scale(1, 1);
}
#Plan_area .style_plan_list li > a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
#Plan_area .style_plan_list li:before {
  display: block;
  content: "";
  width: 100%;
  height: 0.4375rem;
  background: #e4e4e4;
  position: absolute;
  top: -0.0625rem;
  left: 0;
  z-index: 5;
}
#Plan_area .style_plan_list li:after {
  display: block;
  content: "";
  width: 100%;
  height: 0.3125rem;
  background: url(../roomplan/img/pt.png) left top repeat-x;
  background-size: 0.125rem 0.3125rem;
  position: absolute;
  top: 0.0625rem;
  left: 0;
  z-index: 7;
}
#Plan_area .style_plan_list li.premium {
  color: #807052;
}
#Plan_area .style_plan_list li.premium .icon {
  position: absolute;
  top: 0.375rem;
  right: 0;
  background: linear-gradient(90deg, rgb(155, 140, 110) 0%, rgb(125, 109, 79) 100%);
  color: #fff;
  font-size: 0.75rem;
  width: 5.75rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#Plan_area .style_plan_list li.premium a {
  color: #807052;
}
#Plan_area .style_plan_list li dl dt {
  display: flex;
  align-items: flex-end;
  font-size: 5rem;
  margin-bottom: 3.0625rem;
  line-height: 1;
}
#Plan_area .style_plan_list li dl dt span {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  display: inline-block;
}
#Plan_area .style_plan_list li dl dd .txt1 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  letter-spacing: -0.05em;
}
#Plan_area .style_plan_list li dl dd .txt2 {
  font-size: 1.75rem;
  margin-bottom: 3.25rem;
}
#Plan_area .style_plan_list li dl dd .style_btn {
  padding-top: 0.625rem;
  padding-bottom: 1.5rem;
}
#Plan_area .style_plan_list li dl dd .style_btn:after {
  background: #807052;
}
#Plan_area .plan_list_area {
  margin-bottom: 6.25rem;
}
#Plan_area .limited_area {
  background: url(../roomplan/img/bg_plan_limited.jpg) left top no-repeat;
  background-size: cover;
  padding: 6.25rem 0 6.25rem;
  margin-bottom: 0.625rem;
}
#Plan_area .limited_area .flex {
  display: flex;
  justify-content: space-between;
}
#Plan_area .limited_area .txt_area {
  width: 20.875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#Plan_area .limited_area .txt_area .style_ttl2 {
  margin-bottom: 1.25rem;
  margin-top: -0.625rem;
}
#Plan_area .limited_area .txt_area .txt {
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
}
#Plan_area .limited_area .txt_area .btn_area {
  width: 16.25rem;
}
#Plan_area .limited_area .style_plan_list {
  width: 45.375rem;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  #Plan_area .top_txt {
    text-align: center;
    font-size: 3.3333333333vw;
    margin-bottom: 5.1282051282vw;
  }
  #Plan_area .img_area {
    margin-bottom: 5.1282051282vw;
  }
  #Plan_area .style_plan_list {
    display: block;
  }
  #Plan_area .style_plan_list li {
    padding: 2.5641025641vw 8.9743589744vw 0;
    width: 100%;
    margin-bottom: 5.1282051282vw;
  }
  #Plan_area .style_plan_list li:last-child {
    margin-bottom: 0;
  }
  #Plan_area .style_plan_list li:before {
    height: 0.8974358974vw;
    top: -0.1282051282vw;
  }
  #Plan_area .style_plan_list li:after {
    height: 0.641025641vw;
    background: url(../roomplan/img/pt.png) left top repeat-x;
    background-size: 0.2564102564vw 0.641025641vw;
    top: 0.1282051282vw;
  }
  #Plan_area .style_plan_list li.premium .icon {
    top: 0.7692307692vw;
    font-size: 3.0769230769vw;
    width: 20.5128205128vw;
    height: 5.1282051282vw;
  }
  #Plan_area .style_plan_list li dl dt {
    font-size: 15.3846153846vw;
    margin-bottom: 6.2820512821vw;
  }
  #Plan_area .style_plan_list li dl dt span {
    font-size: 3.5897435897vw;
    margin-bottom: 2.0512820513vw;
    padding-left: 1.0256410256vw;
  }
  #Plan_area .style_plan_list li dl dd .txt1 {
    font-size: 6.1538461538vw;
    margin-bottom: 2.0512820513vw;
  }
  #Plan_area .style_plan_list li dl dd .txt2 {
    font-size: 6.1538461538vw;
    margin-bottom: 7.6923076923vw;
  }
  #Plan_area .style_plan_list li dl dd .style_btn {
    padding-top: 2.0512820513vw;
    padding-bottom: 4.1025641026vw;
  }
  #Plan_area .plan_list_area {
    margin-bottom: 12.8205128205vw;
  }
  #Plan_area .limited_area {
    background: url(../roomplan/img/bg_plan_limited.jpg) left top no-repeat;
    background-size: cover;
    padding: 12.8205128205vw 0 12.8205128205vw;
  }
  #Plan_area .limited_area .flex {
    display: block;
  }
  #Plan_area .limited_area .txt_area {
    width: 100%;
    display: block;
    margin-bottom: 12.8205128205vw;
  }
  #Plan_area .limited_area .txt_area .style_ttl2 {
    margin-bottom: 2.5641025641vw;
    margin-top: -1.2820512821vw;
  }
  #Plan_area .limited_area .txt_area .txt {
    margin-bottom: 6.6666666667vw;
    font-size: 3.3333333333vw;
  }
  #Plan_area .limited_area .txt_area .btn_area {
    width: 100%;
  }
  #Plan_area .limited_area .style_plan_list {
    width: 100%;
  }
}
/*------------------------------------------------------------
#Facility_area
------------------------------------------------------------*/
#Facility_area {
  padding: 8.75rem 0 8.75rem;
}
#Facility_area .style_ttl1 {
  margin-bottom: 5rem;
}
#Facility_area .style_ttl1 .en {
  margin-bottom: 3.75rem;
}
#Facility_area .style_ttl1 .jp {
  margin-left: 5rem;
  width: 29.5625rem;
}
#Facility_area .contents_area ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -3.75rem;
}
#Facility_area .contents_area ul:after {
  content: "";
  display: block;
  width: 20.875rem;
}
#Facility_area .contents_area ul li {
  width: 20.875rem;
  margin-bottom: 3.75rem;
}
#Facility_area .contents_area ul li dl dt {
  display: block;
  margin-bottom: 1.5rem;
}
#Facility_area .contents_area ul li dl dd h4 {
  margin-bottom: 1rem;
  line-height: 1.4;
  font-size: 1.5rem;
}
#Facility_area .contents_area ul li dl dd .txt {
  font-size: 0.9375rem;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  #Facility_area {
    padding: 17.9487179487vw 0 17.9487179487vw;
  }
  #Facility_area .style_ttl1 {
    margin-bottom: 10.2564102564vw;
  }
  #Facility_area .style_ttl1 .en {
    margin-bottom: 7.6923076923vw;
  }
  #Facility_area .style_ttl1 .jp {
    margin-left: 0;
    width: 76.9230769231vw;
  }
  #Facility_area .contents_area ul {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -7.6923076923vw;
  }
  #Facility_area .contents_area ul:after {
    display: none;
  }
  #Facility_area .contents_area ul li {
    width: 100%;
    margin-bottom: 10.2564102564vw;
  }
  #Facility_area .contents_area ul li dl dt {
    display: block;
    margin-bottom: 4.1025641026vw;
  }
  #Facility_area .contents_area ul li dl dd h4 {
    margin-bottom: 2.5641025641vw;
    line-height: 1.4;
    font-size: 5.1282051282vw;
  }
  #Facility_area .contents_area ul li dl dd .txt {
    font-size: 3.0769230769vw;
  }
}
/*------------------------------------------------------------
#Premium_area
------------------------------------------------------------*/
#Premium_area {
  color: #fff;
  background: url(../roomplan/img/img_premium_mv.jpg) left top no-repeat fixed;
  background-size: cover;
}
#Premium_area .bg {
  backdrop-filter: blur(12px);
  padding-bottom: 7.5rem;
  position: relative;
}
#Premium_area .bg:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #211f1d;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}
#Premium_area .top_img_area {
  width: 100%;
  position: relative;
  background: #fff;
}
#Premium_area .top_img_area .img {
  width: 88.8888888889vw;
  height: 61.8055555556vw;
  overflow: hidden;
  margin: 0 auto;
}
#Premium_area .top_img_area .img figure {
  height: 100%;
}
#Premium_area .top_img_area .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.3);
}
#Premium_area .top_img_area .en {
  width: 29.125rem;
  position: absolute;
  right: 5rem;
  bottom: -1.875rem;
}
#Premium_area .top_ttl_area {
  display: flex;
  margin-bottom: 7.5rem;
  padding-top: 8.75rem;
  justify-content: space-between;
}
#Premium_area .top_ttl_area .style_ttl1 {
  width: 50%;
}
#Premium_area .top_ttl_area .style_ttl1 .en {
  margin-bottom: 3.75rem;
}
#Premium_area .top_ttl_area .style_ttl1 .jp {
  margin-left: 5rem;
  width: 19.6875rem;
  box-sizing: border-box;
}
#Premium_area .top_ttl_area .txt {
  width: 50%;
  padding-left: 1.875rem;
  padding-top: 5.625rem;
  box-sizing: border-box;
  font-size: 1.125rem;
}
#Premium_area .list_area > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 5rem;
  padding-bottom: 3.75rem;
}
#Premium_area .list_area > li:last-child {
  border-bottom: none;
}
#Premium_area .list_area > li > dl {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#Premium_area .list_area > li > dl dt {
  width: 33.125rem;
}
#Premium_area .list_area > li > dl dd {
  width: 33.125rem;
}
#Premium_area .list_area > li .num {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
}
#Premium_area .list_area > li .num span {
  position: relative;
  padding-left: 1rem;
  margin-left: 1rem;
  display: inline-block;
  font-size: 1rem;
}
#Premium_area .list_area > li .num span:before {
  display: block;
  content: "";
  width: 1px;
  height: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0) rotate(30deg);
  opacity: 0.4;
  margin-top: 2px;
}
#Premium_area .list_area > li h4 {
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
  line-height: 1.4;
}
#Premium_area .list_area > li h5 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1;
}
#Premium_area .list_area > li .txt {
  margin-bottom: 1.875rem;
}
#Premium_area .list_area > li .txt:last-child {
  margin-bottom: 0;
}
#Premium_area .list_area > li .ttl_area {
  margin-bottom: 5rem;
}
#Premium_area .list_area > li .ttl_area .flex {
  display: flex;
}
#Premium_area .list_area > li .ttl_area .flex h4 {
  width: 50%;
  margin-bottom: 0;
}
#Premium_area .list_area > li .ttl_area .flex p {
  width: 50%;
  box-sizing: border-box;
  padding-left: 1.875rem;
}
#Premium_area .list_area > li .mini_list {
  margin-bottom: -3.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#Premium_area .list_area > li .mini_list li {
  margin-bottom: 3.75rem;
  width: 33.125rem;
}
#Premium_area .list_area > li .mini_list li dl {
  display: flex;
  justify-content: space-between;
}
#Premium_area .list_area > li .mini_list li dl dt {
  width: 17.5rem;
}
#Premium_area .list_area > li .mini_list li dl dd {
  width: 13.75rem;
}
#Premium_area .list_area > li .mini_list li dl dd h5 {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  line-height: 1.4;
}
#Premium_area .list_area > li .mini_list li dl dd h5 span {
  font-size: 1rem;
}
#Premium_area .list_area > li .mini_list li dl dd .txt {
  font-size: 0.9375rem;
  margin-bottom: 0;
}
#Premium_area .list_area > li .mini_list li dl dd .logo {
  margin-top: 0.75rem;
  width: 5.25rem;
}
#Premium_area .order_area {
  background: rgba(255, 255, 255, 0.2);
  padding: 5rem;
}
#Premium_area .order_area .flex {
  display: flex;
  justify-content: space-between;
}
#Premium_area .order_area .txt_area {
  width: 33.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#Premium_area .order_area .txt_area h4 {
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.4;
}
#Premium_area .order_area .txt_area .btn_area {
  width: 25rem;
}
#Premium_area .order_area .img_area {
  width: 33.125rem;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  #Premium_area {
    background: url(../roomplan/img/img_premium_mv.jpg) left top no-repeat fixed;
    background-size: cover;
  }
  #Premium_area .bg {
    padding-bottom: 15.3846153846vw;
  }
  #Premium_area .top_img_area .img {
    width: 100%;
    height: 100vw;
  }
  #Premium_area .top_img_area .en {
    width: 60vw;
    right: 0vw;
    bottom: -5.1282051282vw;
  }
  #Premium_area .top_ttl_area {
    display: block;
    margin-bottom: 15.3846153846vw;
    padding-top: 17.9487179487vw;
  }
  #Premium_area .top_ttl_area .style_ttl1 {
    width: 100%;
  }
  #Premium_area .top_ttl_area .style_ttl1 .en {
    margin-bottom: 7.6923076923vw;
  }
  #Premium_area .top_ttl_area .style_ttl1 .jp {
    margin-left: 0vw;
    width: 100%;
  }
  #Premium_area .top_ttl_area .style_ttl1 .jp img {
    width: 52.5641025641vw;
  }
  #Premium_area .top_ttl_area .txt {
    width: 100%;
    padding-left: 0;
    padding-top: 10.2564102564vw;
    font-size: 3.3333333333vw;
  }
  #Premium_area .list_area > li {
    margin-bottom: 10.2564102564vw;
    padding-bottom: 10.2564102564vw;
  }
  #Premium_area .list_area > li > dl {
    display: block;
  }
  #Premium_area .list_area > li > dl dt {
    width: 100%;
    margin-bottom: 7.6923076923vw;
  }
  #Premium_area .list_area > li > dl dd {
    width: 100%;
  }
  #Premium_area .list_area > li .num {
    font-size: 3.0769230769vw;
    margin-bottom: 1.5384615385vw;
  }
  #Premium_area .list_area > li .num span {
    padding-left: 2.0512820513vw;
    margin-left: 2.0512820513vw;
    font-size: 3.5897435897vw;
  }
  #Premium_area .list_area > li .num span:before {
    height: 50%;
  }
  #Premium_area .list_area > li h4 {
    font-size: 6.1538461538vw;
    margin-bottom: 5.1282051282vw;
  }
  #Premium_area .list_area > li h5 {
    font-size: 4.1025641026vw;
    margin-bottom: 2.5641025641vw;
  }
  #Premium_area .list_area > li .txt {
    margin-bottom: 5.1282051282vw;
  }
  #Premium_area .list_area > li .ttl_area {
    margin-bottom: 10.2564102564vw;
  }
  #Premium_area .list_area > li .ttl_area .flex {
    display: block;
  }
  #Premium_area .list_area > li .ttl_area .flex h4 {
    width: 100%;
    margin-bottom: 5.1282051282vw;
  }
  #Premium_area .list_area > li .ttl_area .flex p {
    width: 100%;
    padding-left: 0;
  }
  #Premium_area .list_area > li .mini_list {
    margin-bottom: -7.6923076923vw;
    display: block;
  }
  #Premium_area .list_area > li .mini_list li {
    margin-bottom: 10.2564102564vw;
    width: 100%;
  }
  #Premium_area .list_area > li .mini_list li dl {
    display: block;
  }
  #Premium_area .list_area > li .mini_list li dl dt {
    width: 100%;
    margin-bottom: 5.1282051282vw;
  }
  #Premium_area .list_area > li .mini_list li dl dd {
    width: 100%;
  }
  #Premium_area .list_area > li .mini_list li dl dd h5 {
    font-size: 5.1282051282vw;
    margin-bottom: 2.5641025641vw;
  }
  #Premium_area .list_area > li .mini_list li dl dd h5 span {
    font-size: 3.0769230769vw;
  }
  #Premium_area .list_area > li .mini_list li dl dd .txt {
    font-size: 3.0769230769vw;
  }
  #Premium_area .list_area > li .mini_list li dl dd .logo {
    margin-top: 2.5641025641vw;
    width: 15.3846153846vw;
  }
  #Premium_area .order_area {
    padding: 10.2564102564vw 5.1282051282vw 6.4102564103vw;
  }
  #Premium_area .order_area .flex {
    display: block;
  }
  #Premium_area .order_area .txt_area {
    width: 100%;
    display: block;
    margin-bottom: 10.2564102564vw;
  }
  #Premium_area .order_area .txt_area h4 {
    font-size: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
  }
  #Premium_area .order_area .txt_area .btn_area {
    margin-top: 10.2564102564vw;
    width: 100%;
  }
  #Premium_area .order_area .img_area {
    width: 100%;
  }
}
/*------------------------------------------------------------
#Bnr_area
------------------------------------------------------------*/
#Bnr_area {
  padding: 6.25rem 0 1.25rem;
}
#Bnr_area .img {
  width: 51.1875rem;
  margin: 0 auto;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  #Bnr_area {
    padding: 12.8205128205vw 0 2.5641025641vw;
  }
  #Bnr_area .img {
    width: 69.2307692308vw;
    margin: 0 auto;
  }
}
/*------------------------------------------------------------
#Plan_area
------------------------------------------------------------*/
#Modal_area.roomplan .modal {
  width: 97.2222222222vw;
  padding: 3.75rem 5rem 5rem;
  padding: 0;
}
#Modal_area.roomplan .modal:before, #Modal_area.roomplan .modal:after {
  display: none;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  #Modal_area.roomplan .modal .img {
    width: 100%;
  }
  #Modal_area.roomplan .modal .img figure {
    width: 205.1282051282vw;
    min-width: 205.1282051282vw;
  }
}