@charset "UTF-8";
.web_font_en, .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_minus_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_minus_icon span:before {
  display: block;
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.style_minus_icon span:before {
  width: 1.25rem;
  height: 1px;
}

.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.7361111111vw;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  #Under_Mv_area .ttl .en img {
    height: 12.4358974359vw;
  }
}
/*------------------------------------------------------------
#Contents_area
------------------------------------------------------------*/
#Contents_area .map_area .btn_area {
  display: none;
  width: 3.75rem;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
#Contents_area .map_area .btn_area .style_plus_icon, #Contents_area .map_area .btn_area .style_minus_icon {
  position: relative;
  margin-bottom: 0.125rem;
}
#Contents_area .map_area .map__image {
  overflow: hidden;
  position: relative;
  touch-action: none;
  line-height: 1;
}
#Contents_area .map_area .map__image .map__image_in {
  will-change: transform;
  overflow: hidden;
  transform-origin: 0px 0px 0px;
}
#Contents_area .map_area .map__image .img {
  position: relative;
}
#Contents_area .map_area .map__image .img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}
#Contents_area .map_btns {
  display: flex;
  justify-content: center;
  padding: 5rem 0 5rem;
}
#Contents_area .map_btns .btn_wrap {
  width: 22.5rem;
  margin: 0 0.625rem;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  #Contents_area .map_area .btn_area {
    display: block;
    width: 7.6923076923vw;
    top: 1.9230769231vw;
    right: 8.9743589744vw;
  }
  #Contents_area .map_area .btn_area .style_plus_icon,
  #Contents_area .map_area .btn_area .style_minus_icon {
    margin-bottom: 0.2564102564vw;
  }
  #Contents_area .map_btns {
    display: block;
    padding: 10.2564102564vw 0 10.2564102564vw;
  }
  #Contents_area .map_btns .btn_wrap {
    width: 100%;
    margin: 1.25rem 0;
  }
}
/*------------------------------------------------------------
.mansiongallery_area
------------------------------------------------------------*/
.mansiongallery_area {
  margin-bottom: 7.5rem;
  padding-top: 8.75rem;
}
.mansiongallery_area .ttl {
  line-height: 1;
  margin-bottom: 6.25rem;
}
.mansiongallery_area .ttl .jp {
  position: relative;
  padding-left: 1rem;
  display: inline-block;
  font-size: 1.5rem;
}
.mansiongallery_area .ttl .jp:before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0) rotate(30deg);
  opacity: 0.4;
}
.mansiongallery_area .gallery_access {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.875rem;
  background: #e2ddd5;
}
.mansiongallery_area .gallery_access h3 {
  width: 100%;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #333;
  font-size: 1.875rem;
  text-align: center;
}
.mansiongallery_area .gallery_access h3.gold {
  color: #6e5a2f;
  border-top: 1px solid #6e5a2f;
  border-bottom: 1px solid #6e5a2f;
}
.mansiongallery_area .gallery_access .transportation {
  width: 100%;
  max-width: 570px;
  margin: 0 auto 3.125rem;
}
.mansiongallery_area .gallery_access .transportation ul li + li {
  margin-top: 0.625rem;
}
.mansiongallery_area .gallery_access .transportation ul li dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.mansiongallery_area .gallery_access .transportation ul li dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  background: #514e53;
  color: #fff;
}
.mansiongallery_area .gallery_access .transportation ul li dl dd {
  margin-left: 1.25rem;
}
.mansiongallery_area .gallery_access .access_underground {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 3.125rem;
}
.mansiongallery_area .gallery_access .access_underground h3 {
  width: 100%;
}
.mansiongallery_area .gallery_access .access_underground > .text {
  width: calc(33.3333333333% - 0.625rem);
}
.mansiongallery_area .gallery_access .access_underground > .text .cap {
  display: block;
  font-size: 0.75rem;
}
.mansiongallery_area .gallery_access .access_underground .imgBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: calc((33.3333333333% - 0.625rem) * 2);
}
.mansiongallery_area .gallery_access .access_underground .imgBox > * {
  width: calc(50% - 0.625rem);
}
.mansiongallery_area .gallery_access .access_car {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 3.125rem;
}
.mansiongallery_area .gallery_access .access_car h3 {
  width: 100%;
  line-height: 1.6;
}
.mansiongallery_area .gallery_access .access_car .carList {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.mansiongallery_area .gallery_access .access_car .carList .carList_access {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: calc((33.3333333333% - 0.625rem) * 2);
}
.mansiongallery_area .gallery_access .access_car .carList .carList_access > li {
  width: calc(50% - 0.625rem);
  margin-bottom: 1.25rem;
}
.mansiongallery_area .gallery_access .access_car .carList .carList_capList {
  width: calc(33.3333333333% - 0.625rem);
}
.mansiongallery_area .gallery_access .access_car .carList .carList_capList li {
  height: 50%;
}
.mansiongallery_area .gallery_access .access_car .parkingTicket {
  width: 100%;
  margin: 0 auto 0.9375rem;
  font-size: 1.5rem;
  text-align: center;
}
.mansiongallery_area .gallery_access .access_car .guidance {
  width: 100%;
  padding: 0.9375rem;
  background: #6e5a2f;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .mansiongallery_area {
    margin-bottom: 17.9487179487vw;
    padding-top: 0;
  }
  .mansiongallery_area .ttl {
    margin-bottom: 12.8205128205vw;
  }
  .mansiongallery_area .ttl .jp {
    padding-left: 2.5641025641vw;
    font-size: 3.0769230769vw;
  }
  .mansiongallery_area .ttl .jp:before {
    height: 100%;
  }
  .mansiongallery_area .gallery_access .transportation ul li dl dd {
    width: calc(100% - 100px - 1.25rem);
  }
  .mansiongallery_area .gallery_access .access_underground > .text {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .mansiongallery_area .gallery_access .access_underground > .text .cap {
    font-size: 1rem;
  }
  .mansiongallery_area .gallery_access .access_underground .imgBox {
    width: 100%;
  }
  .mansiongallery_area .gallery_access .access_car .carList .carList_access {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
  }
  .mansiongallery_area .gallery_access .access_car .carList .carList_access > li {
    width: calc(50% - 0.625rem);
    margin-bottom: 1.25rem;
  }
  .mansiongallery_area .gallery_access .access_car .carList .carList_capList {
    width: 100%;
  }
  .mansiongallery_area .gallery_access .access_car .carList .carList_capList li {
    height: inherit;
  }
  .mansiongallery_area .gallery_access .access_car .carList .carList_capList li p {
    margin-bottom: 1.25rem;
  }
}
.access_address {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.access_address > div {
  width: calc(50% - 0.625rem);
  margin-bottom: 1.25rem;
}
.access_address .addressBox dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.625rem;
}
.access_address .addressBox dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 80px;
  background: #514e53;
  color: #fff;
}
.access_address .addressBox dl dd {
  width: calc(100% - 70px - 1.25rem);
  margin-left: 1.25rem;
}
.access_address .addressBox p {
  background: #514e53;
  color: #fff;
  text-align: center;
}
.access_address .telBox .text {
  margin-bottom: 0.625rem;
  font-size: 1rem;
}
.access_address .telBox a {
  display: block;
  max-width: 400px;
  margin-bottom: 0.625rem;
}
.access_address .telBox .small {
  font-size: 0.75rem;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .access_address {
    flex-flow: column;
  }
  .access_address > div {
    width: 100%;
  }
  .access_address .telBox .text {
    font-size: 1.375rem;
  }
  .access_address .telBox .small {
    font-size: 1.125rem;
  }
}
@media print {
  body {
    _zoom: 0.85;
  }
  .wrapper {
    min-width: inherit;
  }
  body.printA #Contents_area .inner2.imgB {
    display: none;
  }
  body.printB #Contents_area .inner2.imgA {
    display: none;
  }
  body.printB #Contents_area .mansiongallery_area {
    padding-top: 0;
  }
  body > div:not(.wrapper),
  header,
  .list-property-control-wrap,
  .ttl-property-main,
  #Under_Mv_area,
  #Common_link_area,
  .Info_area,
  #common__note,
  .common-suggest,
  .box-bukken-contact,
  .search-wrap,
  .box-bukken,
  .area-user-footer-wrap,
  .map_btns,
  .mansiongallery_area h2.ttl,
  .gallery_access,
  footer {
    display: none !important;
  }
  #Contents_area .inner2 {
    width: 100%;
  }
  .print,
  .displaynone.print {
    width: 100%;
    display: block !important;
  }
}