@charset "UTF-8";
@media screen and (max-width: 1000px) {
  body .mainContent .clmContent {
    float: right;
    clear: none;
    width: 68%;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 767px) {
  body .mainContent .clmContent {
    float: none;
    width: 100%;
    clear: both;
  }
}

/****utility
*****************************************/
.relative {
  position: relative;
}

.pc_none {
  display: none;
}

.ls {
  letter-spacing: -0.04em;
}

@media only screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}

.mb0 {
  margin-bottom: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

@media only screen and (max-width: 767px) {
  .sp_fn {
    float: none;
  }
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .sp_mainwidth {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
  }
}

.elm_short_mrgb {
  margin-bottom: 1.0vw;
}

.elm_mid_mrgb {
  margin-bottom: 30px;
}

.elm_lrg_mrgb {
  margin-bottom: 3.0vw;
}

.block_short_mrgb {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .block_short_mrgb {
    margin-bottom: 7.8125vw;
  }
}

/****no-script
*****************************************/
.noscript {
  width: 100%;
  height: 59px;
  border-bottom: 1px solid #999999;
  background: #ffffff;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  font-family: sans-serif;
  overflow: hidden;
}

.noscript__txt {
  padding: 10px;
  width: auto;
}

.noscript span {
  color: #cc0000;
}

/****nav_fixed
*****************************************/
.js-head_fixed.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  width: 100%;
  background-color: white;
  max-width: none;
  -webkit-transition: background-color 1s ease-out 0s;
  transition: background-color 1s ease-out 0s;
}

.js-head_fixed.fixed_color {
  background-color: rgba(0, 0, 0, 0.7);
}

.js-head_fixed.fixed .logo {
  display: none;
}

.js-head_fixed.fixed .nav {
  margin-left: 0;
}

.js-head_fixed.fixed .navlist {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  width: 100%;
}

.js-head_fixed.fixed_color .navlist {
  border: none;
}

.js-head_fixed.fixed .navlist__item {
  -webkit-box-flex: 5%;
  -webkit-flex: 5%;
      -ms-flex: 5%;
          flex: 5%;
}

.js-head_fixed.fixed .navlist__item:first-child {
  -webkit-box-flex: 1%;
  -webkit-flex: 1%;
      -ms-flex: 1%;
          flex: 1%;
}

.js-head_fixed.fixed .navlist__item:first-child img {
  margin: 0 auto;
}

.js-head_fixed.fixed .navlist__item.nav_sell {
  -webkit-box-flex: 8%;
  -webkit-flex: 8%;
      -ms-flex: 8%;
          flex: 8%;
}

.js-head_fixed.fixed .navlist__link {
  padding: 0;
  text-align: center;
  width: 100%;
}

.js-head_fixed.fixed_color .navlist__link {
  color: #fff;
}

.js-head_fixed.fixed_color .navlist__link .cls-1 {
  fill: #fff;
  fill-rule: evenodd;
}

.js-head_fixed.fixed_color .navlist__link:after {
  background-color: #fff;
}

.js-head_fixed_sp {
  display: none;
}

.js-head_fixed_sp.fixed_sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#js-manusearch {

  display: none;

}
@media only screen and (max-width: 767px) {
#js-manusearch, #js-bukkensearch {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2000;
  display: none;
  height: 100%;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}
}

/****nav_hover
*****************************************/
.js-navlist_hover.active:after {
  content: "";
  height: 6px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #4e4e4e;
}

.js-navlist_hoverblock {
  height: 0;
  opacity: 0;
  -webkit-transition: height 0.5s ease-out 0s,opacity 0.5s ease-out 0s;
  transition: height 0.5s ease-out 0s,opacity 0.5s ease-out 0s;
  overflow: hidden;
}

.js-navlist_hoverblock.active {
  height: 160px;
  opacity: 1;
  display: block;
}

/****search_aco
*****************************************/
.js-aco_trigger {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  width: 50px;
}

@media only screen and (max-width: 767px) {
  .js-aco_trigger {
    width: 23.4375vw;
  }
}

.js-aco_trigger img {
  width: 13px;
  float: right;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 15px 10px 0 0;
}

@media only screen and (max-width: 767px) {
  .js-aco_trigger img {
    width: 4.0625vw;
    padding: 4.6875vw 3.125vw 0 0;
  }
}

.js-search_aco {
  display: none;
}

/****object-fit-img
*****************************************/
.object-fit-img.object-fit-img_cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.object-fit-img.object-fit-img_contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

/****js-bukkeninfoaco
*****************************************/
#js-bukkeninfo_wrap {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: height 1s ease-in;
  transition: height 1s ease-in;
}

#js-bukkeninfo_wrap:after {
  -webkit-transition: top 0.5s linear;
  transition: top 0.5s linear;
}

@media only screen and (max-width: 767px) {
  #js-bukkeninfo_wrap {
    -webkit-transition: height 1s ease-in;
    transition: height 1s ease-in;
  }
  #js-bukkeninfo_wrap:after {
    -webkit-transition: top 0.5s linear;
    transition: top 0.5s linear;
  }
}

#js-bukkeninfo_wrap.active:after {
  top: 100%;
}

.js-bukkeninfobtn_close {
  background-image: url(../../img/detail/bukkeninfo-open.svg);
  background-size: 29px auto;
}

@media only screen and (max-width: 767px) {
  .js-bukkeninfobtn_close {
    background-size: 8.125vw auto;
  }
}

.js-bukkeninfobtn_open {
  background-image: url(../../img/detail/bukkeninfo-close.svg);
  background-size: 29px auto;
}

@media only screen and (max-width: 767px) {
  .js-bukkeninfobtn_open {
    background-size: 8.125vw auto;
  }
}

/****js-slidearea
*****************************************/
.js-slidearea {
  position: fixed;
  top: 0;
  left: -100%;
  -webkit-transition: left 0.4s ease-out 0s, opacity 0.4s ease-out 0s;
  transition: left 0.4s ease-out 0s, opacity 0.4s ease-out 0s;
  z-index: 2000;
  opacity: 0;
  overflow-y: scroll;
}

@media only screen and (max-width: 767px) {
  #js-areasearch, #js-detailsselect {
    left: -100%;
    opacity: 0;
    -webkit-transition: left 0.4s ease-out 0s,opacity 0.4s ease-out 0s;
    transition: left 0.4s ease-out 0s,opacity 0.4s ease-out 0s;
  }
}

.js-slidearea.active, #js-areasearch.active, #js-detailsselect.active {
  left: 0 !important;
  opacity: 1 !important;
}

/****js-roomplantab
*****************************************/
.js-roomplantab p.hover {
  border-bottom: 3px solid #252525;
  color: #252525;
}

.js-roomplantab_block.hide {
  display: none;
}

.roomplantab.active {
  border-bottom: 3px solid #252525;
  color: #252525;
  cursor: default;
}

/****js-gotop
*****************************************/
.js-gotop {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out 0s,bottom 0.2s linear 0s;
  transition: opacity 0.8s ease-out 0s,bottom 0.2s linear 0s;
}

.js-gotop.active {
  opacity: 1;
}

.js-gotop.bottom {
  bottom: 14vh;
}

/****inline-modal form
*****************************************/
.modalcontact {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 100%;
  padding: 20px 50px 50px;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .modalcontact {
    padding: 9.375vw 0 0;
  }
}

.modalcontact .contactarea {
  height: 100%;
  overflow-y: scroll;
  padding: 40px 20px 60px;
  position: relative;
  z-index: 1002;
}

@media only screen and (max-width: 767px) {
  .modalcontact .contactarea {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding: 9.375vw 0;
  }
}

.modalcontact.active {
  opacity: 1;
}

.modalcontact.transition {
  -webkit-transition: opacity 0.5s ease-out 0s;
  transition: opacity 0.5s ease-out 0s;
}

.modalcontact .overlay {
  width: 100%;
  height: 5000px;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  cursor: pointer;
}

.modalcontact .close {
  background: url(../../img/detail/modal-close.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 1003;
  right: 0;
  top: 0;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .modalcontact .close {
    width: 4.6875vw;
    height: 4.6875vw;
    top: -3.125vw;
    right: 1.5625vw;
  }
}

.modalcontact .modalblock {
  position: relative;
  padding-top: 40px;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .modalcontact .modalblock {
    max-width: none;
    width: 100%;
    padding-top: 4.6875vw;
  }
}

/****tag
*****************************************/
.taglistdescription {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  display: none;
}

.taglistdescription.active {
  z-index: 1999;
}

.taglistdescription.active .fixtag {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2001;
  top: 50%;
  opacity: 1;
}

.taglistdescription .tag_overlay {
  display: none;
}

.taglistdescription.active .tag_overlay {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: block;
}

/****メニューが開いたきのハンバーガーメニューの挙動
*****************************************/
.js-sp_menu:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.js-sp_menu:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.js-sp_menu_open:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 4.375vw;
}

.js-sp_menu_open:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 4.375vw;
}

.js-sp_menu .js-menuline {
  opacity: 1;
}

.js-sp_menu_open .js-menuline {
  opacity: 0;
}

.js-manusearch_btn:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.js-manusearch_btn:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.js-manusearch_btn.head_slide_active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 4.375vw !important;
}

.js-manusearch_btn.head_slide_active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 4.375vw !important;
}

/****swiper
*****************************************/
.js-swiper-button {
  display: none;
}

.js-swiper-button.btnshow {
  display: block;
  z-index: 6;
}

/****link
*****************************************/
.js-contactuslist {
  font-size: 1px;
  -webkit-transition: font-size 0.3s ease-out 1s;
  transition: font-size 0.3s ease-out 1s;
  margin: 0 auto;
}

.js-contactuslist.active {
  font-size: 2px;
  -webkit-transition: font-size 0.5s ease-in 0s;
  transition: font-size 0.5s ease-in 0s;
}

.js-contactuslist:after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out 1s;
  transition: opacity 0.3s ease-out 1s;
}

.js-contactuslist.active:after {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}

/*# sourceMappingURL=../maps/utility.css.map */
