@charset "UTF-8";

/* グロナビカレント表示
============================================= */
.crm--header .globalnavi .mainNav .nav_plan a {
  background-color: rgba(0, 0, 0, .1);
}

/* ヘッダー
=========================================== */
.header_fixed .crm--header {
  transform: translateY(0) !important;
  transition: none !important;
}
.header_fixed .crm--header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 98;
  background: #fff !important;
}
.logo_white {
  opacity: 0 !important;
  display: none !important;
}
.logo_blue {
  opacity: 1 !important;
  display: block !important;
}
.header_fixed .crm--header .menu .bdr span,
.header_fixed .crm--header .menu .bdr:before,
.header_fixed .crm--header .menu .bdr:after {
  background-color: #000;
}
/* .fixed .crm--header .menu .bdr span,
.fixed .crm--header .menu .bdr:before,
.fixed .crm--header .menu .bdr:after {
  background-color: #fff;
} */

#freeContentsArea {
  background-color: #fff;
}

/* detail_contents
=========================================== */
.detail_contents {
  padding-top: 100px;
}
.detail_wrap {
  /* max-width: 1920px;
  margin-inline: auto; */
  display: flex;
  justify-content: center;
  padding-bottom: 180px;
}
.detail_body {
  width: 42%;
  background-color: #fff;
}
.detail_item {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  padding: 30px 20px;
}
.detail_body_contents {
  background-color: #f1f1f1;
  border-right: 1px solid rgba(0, 0, 0, .2);
}
.title_wrap {
  display: flex;
  align-items: center;
  font-family: "EB Garamond", serif;
  column-gap: 5%;
}
.type {
  background: rgb(141,141,141);
  background: linear-gradient(145deg, rgba(141,141,141,1) 0%, rgba(32,32,32,1) 100%);
  width: 28.1%;
  max-width: 222px;
  height: auto;
  padding-block: 20px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.03em;
  flex-shrink: 0;
}
.type_wrap {
  width: calc(100% - 40px);
}
.type_en {
  font-size: 60px;
  line-height: 1.3;
}
.type_s {
  display: block;
  margin-top: 4px;
  font-size: 20px;
}
.type_basic {
  display: block;
  width: 100%;
  margin-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .3);
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  padding-block: 6px;
  font-size: 20px;
}
.ldk {
  font-size: 25px;
  letter-spacing: 0.03em;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
}
.ldk_num {
  font-size: 60px;
}
.ldk_s {
  align-self: end;
  padding-bottom: 4px;
  letter-spacing: 0.03em;
  font-size: 30px;
}
.ldk_ss {
  align-self: end;
  padding-bottom: 8px;
  letter-spacing: 0.03em;
  font-size: 22px;
}
.menseki {
  margin-top: 14px;
  display: flex;
  align-items: end;
  column-gap: 14px;
}
.menseki_text {
  font-size: 15px;
  padding-bottom: 5px;
}
.menseki_num {
  line-height: 1;
}
.menseki_num_l {
  font-size: 50px;
}
.menseki_num_s {
  font-size: 30px;
}
.others {
  font-size: 16px;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 14px;
  row-gap: 6px;
}
.price_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 14px;
  row-gap: 5px;
  letter-spacing: 0.03em;
}
.price_title {
  font-size: 15px;
}
.price_num {
  font-size: 40px;
}
.price_text {
  font-size: 30px;
}
.value_wrap {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  letter-spacing: 0.03em;
}
.value_title {
  width: 30%;
  text-align: center;
  color: rgba(18, 18, 18, .5);
  font-size: 20px;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.value_body {
  width: 70%;
  border-left: 1px solid rgba(0, 0, 0, .2);
  padding-inline: 20px;
  padding-block: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.value_text {
  font-size: 18px;
}
.detail_floor {
  width: 58%;
  background-color: #fff;
  padding-top: 60px;
}
.detail_floor_img {
  width: calc(100% - 60px);
  margin-inline: auto;
  text-align: center;
}
.guide {
  margin-top: 20px;
  text-align: center;
  line-height: 0;
}
.guide img {
  max-width: 160px;
  display: inline-block;
}

@media only screen and (max-width:768px) {
  .detail_contents {
    padding-top: 70px;
  }
  .detail_body_contents {
    border-right: none;
  }
  .detail_wrap {
    flex-direction: column;
    padding-bottom: 80px;
  }
  .detail_body {
    width: 100%;
  }
  .detail_item {
    padding: 16px 20px;
    border-right: none;
  }
  .title_wrap {
    flex-direction: column;
    row-gap: 20px;
  }
  .type {
    width: 90%;
    max-width: 222px;
    padding-block: 20px;
  }
  .ldk_num {
    font-size: 50px;
  }
  .ldk_s {
    font-size: 20px;
  }
  .ldk_ss {
    padding-bottom: 5px;
    font-size: 16px;
  }
  .menseki {
    margin-top: 10px;
    justify-content: center;
  }
  .value_wrap {
    flex-direction: column;
  }
  .value_title {
    width: 100%;
    padding-block: 20px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
  }
  .value_body {
    width: calc(100% - 60px);
    margin-inline: auto;
    border-left: none;
    padding-inline: 0px;
    padding-block: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .value_text {
    font-size: 15px;
  }
  .detail_floor {
    width: 100%;
    padding-top: 30px;
  }
  .detail_floor_img {
    width: calc(100% - 20px);
  }
  .guide {
    margin-top: 10px;
  }
}


/* contents_group
============================================ */
.contents_group .inner {
  width: 90%;
  max-width: 1560px;
  margin-inline: auto;
}
.head_title {
  font-size: 50px;
  letter-spacing: 0.05em;
  font-family: "EB Garamond", serif;
  display: flex;
  align-items: center;
}
.head_title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #121212;
}
.head_title:after {
  margin-left: 2rem;
}
.slider-gallery {
  margin-top: 50px;
}
.slick-slide {
  margin-inline: 10px;
}
.slide_counter {
  max-width: 400px;
  margin-top: 20px;
}
.model_link {
  margin-top: 50px;
  display: block;
}
.hensai_area {
  margin-top: 100px;
}
.hensai {
  background-color: #f1f1f1;
  padding-block: 80px;
}
.hensai_wrap {
  width: 90%;

  margin-inline: auto;
}
.hensai_title {
  font-size: 18px;
  letter-spacing: 0.03em;
}
.hensai_text {
  margin-top: 22px;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.9;
}

@media only screen and (max-width:768px) {
  .slider-gallery {
    margin-top: 20px;
  }
  .slide_counter {
    margin-top: 10px;
  }
  .model_link {
    margin-top: 20px;
  }
  .head_title {
    font-size: 20px;
  }
  .hensai_area {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .hensai {
    padding-block: 30px;
  }
  .hensai_wrap {
    width: calc(100% - 40px);
  }
}

/* 一覧へ戻るボタン
=========================================== */
.back_plan {
  position: fixed;
  left: 0;
  bottom: 30px;
  max-width: 312px;
  width: 100%;
  padding: 37px 10px;
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  color: #fff;
  z-index: 999999999;
  background: rgb(89, 89, 89);
  background: linear-gradient(124deg, rgba(89, 89, 89, 1) 0%, rgba(18, 18, 18, 1) 100%);
  opacity: 0;
  transform: translateY(10px); 
  visibility: hidden; 
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease; 
}
.back_plan.show {
  opacity: 1;
  transform: translateY(0); 
  visibility: visible; 
}
.back_plan.hide {
  opacity: 0;
  transform: translateY(10px); 
  visibility: hidden; 
  pointer-events: none; 
}
.back_plan span img {
  width: 23px;
  margin-right: 33px;
}

@media only screen and (max-width:768px) {
  .back_plan {
    bottom: 70px;
    max-width: 160px;
    padding: 20px 10px;
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  .back_plan span img {
    width: 15px;
    margin-right: 10px;
  }
}