@charset "UTF-8";
/*color*/
/* guideline */
/*font-family*/
/*text-shadow*/
/*box-shadow*/
/*media query break point*/
/*gHeader用*/
/*gHeader用*/
/* media query */
/* ------------------------------------------------------------
    FRAME
------------------------------------------------------------ */
.p_pagettl_img .cont {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.p_pagettl_img .cont .lbl {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

/* ------------------------------------------------------------
    PAGE COMPONENT
------------------------------------------------------------ */
.pc_sec {
  padding: 64px 0;
}
@media only screen and (min-width: 769px) {
  .pc_sec {
    padding: 120px 0;
  }
}
.pc_sec.clr {
  background-color: #fff;
}

.pc_sec_ttl {
  margin-bottom: clamp(24px, 15.0857142857px + 2.2857142857vw, 48px);
}
.pc_sec_ttl .en {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.6rem, 2.56rem + 2.6666666667vw, 6.4rem);
  line-height: 1;
  letter-spacing: 0.08em;
}
.pc_sec_ttl .ja {
  font-size: clamp(1.6rem, 1.3028571429rem + 0.7619047619vw, 2.4rem);
  color: #b59a5b;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-top: 0.3em;
}

.pc_clm_quality .img {
  position: relative;
}
.pc_clm_quality .img.clm2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5376%;
}
.pc_clm_quality .img.clm2 .img_in {
  width: 100%;
  position: relative;
}
.pc_clm_quality .name {
  color: #75572b;
  font-size: 1.7rem;
  line-height: 1.5;
  margin-top: 11px;
}
.pc_clm_quality .name .s_s {
  font-size: 65%;
}
.pc_clm_quality .name .name_icn {
  font-size: 1.2rem;
  border: solid 1px rgba(117, 87, 43, 0.6);
  letter-spacing: 0.02em;
  padding: 0.25em 0.5em;
  margin-right: 0.7em;
}
@media only screen and (min-width: 769px) {
  .pc_clm_quality .name {
    font-size: 2rem;
    margin-top: 14px;
  }
  .pc_clm_quality .name .name_icn {
    font-size: 1.4rem;
  }
}
.pc_clm_quality .txt {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 6px;
}
.pc_clm_quality .txt .clr {
  color: #b59a5b;
}
@media only screen and (min-width: 769px) {
  .pc_clm_quality .txt {
    font-size: 1.5rem;
    margin-top: 8px;
  }
}
.pc_clm_quality .notes {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .pc_clm_quality .notes {
    font-size: 1.1rem;
  }
}
.pc_clm_quality .notes {
  color: #666;
  margin-top: 6px;
}
.pc_clm_quality .notes a {
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .pc_clm_quality .notes {
    margin-top: 8px;
  }
}
.pc_clm_quality .link {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pc_clm_quality .link .c_btn_arr {
  width: 200px;
  padding-right: 20px;
}
.pc_clm_quality .link .c_btn_arr .lbl_ja {
  font-size: 1.3rem;
}
@media only screen and (min-width: 769px) {
  .pc_clm_quality .link .c_btn_arr {
    width: 220px;
  }
  .pc_clm_quality .link .c_btn_arr .lbl_ja {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pc_clm_quality .link .c_btn_arr:hover {
    width: 230px;
    margin-right: -10px;
  }
}
.pc_clm_quality .item_has_select {
  border: 1px solid rgba(117, 87, 43, 0.48);
  padding: 7%;
}
@media only screen and (min-width: 640px) {
  .pc_clm_quality .item_has_select {
    padding: 30px;
  }
}
.pc_clm_quality .item_has_select_hd {
  color: #75572b;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid rgba(117, 87, 43, 0.48);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  .pc_clm_quality .item_has_select_hd {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
.pc_clm_quality .item_has_select_cont {
  display: -ms-grid;
  display: grid;
}
.pc_clm_quality .item_has_select_cont.clm1 {
  display: block;
}
@media only screen and (min-width: 640px) {
  .pc_clm_quality .item_has_select_cont {
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
  }
}
.pc_clm_quality .item_has_select_box .info {
  padding: 14px 0 0;
}
.pc_clm_quality .item_has_select_box .name {
  margin: 0;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .pc_clm_quality .item_has_select_box .name {
    font-size: 1.8rem;
  }
}
.pc_clm_quality .item_has_select_icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px 0;
  position: relative;
  z-index: 1;
  position: relative;
}
.pc_clm_quality .item_has_select_icn::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
@media only screen and (min-width: 640px) {
  .pc_clm_quality .item_has_select_icn {
    margin: 0 -8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 12.2vw;
  }
}
@media only screen and (min-width: 1000px) {
  .pc_clm_quality .item_has_select_icn {
    padding-top: min(7.8vw, 110px);
  }
}
.pc_clm_quality .item_has_select_icn::after {
  height: 1px;
  border-top: 1px dotted #b59a5b;
  opacity: 0.4;
  top: 50%;
}
@media only screen and (min-width: 640px) {
  .pc_clm_quality .item_has_select_icn::after {
    display: none;
  }
}
@media only screen and (min-width: 640px) {
  .pc_clm_quality .item_has_select_icn.pr {
    padding-top: 25vw;
  }
}
@media only screen and (min-width: 1000px) {
  .pc_clm_quality .item_has_select_icn.pr {
    padding-top: min(14.5vw, 210px);
    margin: 0 20px;
  }
}
.pc_clm_quality .item_has_select_icn .icn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #b59a5b;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 640px) {
  .pc_clm_quality .item_has_select_icn .icn {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (min-width: 769px) {
  .pc_clm_quality .item_has_select_icn .icn {
    width: 48px;
    height: 48px;
    font-size: 3rem;
  }
}
.pc_clm_quality .item_has_select_notes {
  padding-top: 10px;
}
@media only screen and (min-width: 1000px) {
  .pc_clm_quality .c_clm_3_item_x3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 40px 1fr;
    grid-template-columns: 2fr 1fr;
    gap: 50px 40px;
  }
  .pc_clm_quality .c_clm_3_item_x3 .name {
    margin-top: 0;
  }
}

/* ------------------------------------------------------------
    INTRO
------------------------------------------------------------ */
.c_heading_box_copy_item:nth-child(1) {
  -webkit-transform: translateX(-4.2em);
          transform: translateX(-4.2em);
}
@media only screen and (min-width: 769px) {
  .c_heading_box_copy_item:nth-child(1) {
    -webkit-transform: translateX(-6em);
            transform: translateX(-6em);
  }
}
.c_heading_box_copy_item:nth-child(2) {
  -webkit-transform: translateX(0.7em);
          transform: translateX(0.7em);
}
@media only screen and (min-width: 769px) {
  .c_heading_box_copy_item:nth-child(2) {
    -webkit-transform: translateX(6em);
            transform: translateX(6em);
  }
}

.s_intro {
  text-align: center;
}
.s_intro_copy {
  display: inline-block;
  text-align: left;
}

.c_anav {
  margin-top: clamp(56px, 47.0857142857px + 2.2857142857vw, 80px);
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 5px 0;
}
@media only screen and (min-width: 769px) {
  .c_anav {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 769px) {
  .c_anav_in {
    width: calc(100% - 300px);
  }
}
.c_anav.is-insection {
  background-color: rgba(255, 255, 255, 0.95);
}

/* ------------------------------------------------------------
    CONTENTS
------------------------------------------------------------ */
/* SECURITY */
.s_security .c_clm_3_item_x3 .img .c_txt_notes {
  text-align: right;
  margin-top: 4px;
}

/* POWDER ROOM */
@media only screen and (min-width: 1000px) {
  .item_has_select_pr .item_has_select_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 272fr 20px 200fr;
    grid-template-columns: 272fr 200fr;
    gap: 20px;
  }
  .item_has_select_pr .item_has_select_box .info {
    padding-top: 0;
  }
}
/*# sourceMappingURL=floorplan_quality.css.map */