@charset "UTF-8";
.web_font_en, #Detail_room_area .flex .txt_area dl dt .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);
}

/*------------------------------------------------------------
#Detail_room_area
------------------------------------------------------------*/
.wrapper {
  overflow: visible;
}

.area-user-footer-wrap {
  overflow: hidden;
}

#Detail_room_area {
  margin-bottom: 8.75rem;
}
#Detail_room_area .flex {
  display: flex;
  align-items: flex-start;
}
#Detail_room_area .flex .txt_area {
  width: calc(100% - 62.5vw);
  padding-left: 5rem;
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: calc(110px + 3.75rem);
}
#Detail_room_area .flex .txt_area .style_ttl1 .en {
  margin-bottom: 3.75rem;
}
#Detail_room_area .flex .txt_area dl {
  margin-left: 2.5rem;
}
#Detail_room_area .flex .txt_area dl.premium {
  color: #807052;
}
#Detail_room_area .flex .txt_area dl dt {
  display: flex;
  align-items: flex-end;
  font-size: 7.5rem;
  margin-bottom: 4.375rem;
  line-height: 1;
  position: relative;
}
#Detail_room_area .flex .txt_area dl dt span {
  font-size: 1.875rem;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  display: inline-block;
}
#Detail_room_area .flex .txt_area dl dt .icon {
  margin-left: 2.5rem;
  margin-bottom: 0.3125rem;
  background: linear-gradient(90deg, rgb(155, 140, 110) 0%, rgb(125, 109, 79) 100%);
  color: #fff;
  font-size: 0.875rem;
  width: 6.25rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#Detail_room_area .flex .txt_area dl dd {
  line-height: 1;
}
#Detail_room_area .flex .txt_area dl dd .txt1 {
  font-size: 3rem;
  margin-bottom: 1.25rem;
}
#Detail_room_area .flex .txt_area dl dd .txt2 {
  font-size: 2.5rem;
  margin-bottom: 1.75rem;
}
#Detail_room_area .flex .txt_area dl dd .txt2 .mini {
  font-size: 1rem;
  margin-right: 0.5rem;
}
#Detail_room_area .flex .txt_area dl dd .txt3 {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}
#Detail_room_area .flex .txt_area dl dd .txt3 .mini {
  font-size: 0.875rem;
  margin-right: 0.25rem;
}
#Detail_room_area .flex .txt_area dl dd .txt4 {
  margin-bottom: 5rem;
}
#Detail_room_area .flex .txt_area dl dd .style_btn {
  padding-top: 0.625rem;
  padding-bottom: 1.5rem;
  width: 12.5rem;
}
#Detail_room_area .flex .txt_area dl dd .style_btn:after {
  background: #807052;
}
#Detail_room_area .flex .img_area {
  width: 62.5vw;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  #Detail_room_area {
    padding-top: 25.641025641vw;
    margin-bottom: 17.9487179487vw;
  }
  #Detail_room_area .flex {
    display: block;
  }
  #Detail_room_area .flex .txt_area {
    width: 100%;
    padding-left: 0;
    position: relative;
    top: auto;
    padding: 0 10.2564102564vw 7.6923076923vw 5.1282051282vw;
  }
  #Detail_room_area .flex .txt_area .style_ttl1 .en {
    margin-bottom: 7.6923076923vw;
  }
  #Detail_room_area .flex .txt_area dl {
    margin-left: 5.1282051282vw;
  }
  #Detail_room_area .flex .txt_area dl dt {
    font-size: 20.5128205128vw;
    margin-bottom: 8.9743589744vw;
  }
  #Detail_room_area .flex .txt_area dl dt span {
    font-size: 5.1282051282vw;
    margin-bottom: 1.0256410256vw;
    padding-left: 1.0256410256vw;
  }
  #Detail_room_area .flex .txt_area dl dd .txt1 {
    font-size: 7.6923076923vw;
    margin-bottom: 2.5641025641vw;
  }
  #Detail_room_area .flex .txt_area dl dd .txt2 {
    font-size: 5.1282051282vw;
    margin-bottom: 3.5897435897vw;
  }
  #Detail_room_area .flex .txt_area dl dd .txt2 .mini {
    font-size: 3.0769230769vw;
    margin-right: 1.0256410256vw;
  }
  #Detail_room_area .flex .txt_area dl dd .txt3 {
    font-size: 3.5897435897vw;
    margin-bottom: 11.7948717949vw;
  }
  #Detail_room_area .flex .txt_area dl dd .txt3 .mini {
    font-size: 3.0769230769vw;
    margin-right: 0.5128205128vw;
  }
  #Detail_room_area .flex .txt_area dl dd .style_btn {
    padding-top: 1.2820512821vw;
    padding-bottom: 3.0769230769vw;
    width: 100%;
  }
  #Detail_room_area .flex .img_area {
    width: 100%;
  }
}