@charset "utf-8";

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 80px;
}

.row-reverse {
  flex-direction: row-reverse;
}

.main_area {
}

/* グロナビのライン */
.pc_gnav_item.plan::before {
  width: 70%;
}

/* mv
===================================== */
.mv {
  position: relative;
  overflow: hidden;
}
.mv img {
  width: 100%;
}
.mv_title_wrap {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3),
    0px 0px 10px rgba(0, 0, 0, 0.3);
}
.mv_title {
  font-size: 48px;
  letter-spacing: 0.2em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.mv .inner {
  position: relative;
}
.mv_title_en {
  position: absolute;
  bottom: -5px;
  left: 0;
  font-size: 100px;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
  color: #fff;
  line-height: 0.8;
  text-shadow: 2px 0px 10px rgba(0, 0, 0, 0.3), 2px 0px 10px rgba(0, 0, 0, 0.3),
    2px 0px 10px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 768px) {
  .mv {
    margin-top: 84px;
  }
  .mv_title_wrap {
    width: 100%;
    top: 56%;
    transform: translate(-50%, -50%);
  }
  .mv_title_en {
    font-size: 52px;
    letter-spacing: 0.1em;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv_title {
    font-size: 26px;
    letter-spacing: 0.1em;
  }
  .img-caps.sp_top {
    bottom: auto;
    top: 0px;
  }
}

/* top_area_area
===================================== */
.top_area {
  background: url(./images/top_bg_pc.jpg) no-repeat center right / cover;
  padding-block: 100px;
}
.top_title {
  color: #b3a189;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .top_area {
    background: url(./images/top_bg_sp.jpg) no-repeat center top / cover;
    padding-top: 40px;
    padding-bottom: 120px;
  }
  .top_title {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
}

/* plan_area
===================================== */
.plan_area {
  position: relative;
  border-top: 1px solid #726048;
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #24211f;
}
.plan_title_wrap {
  text-align: center;
}
.plan_contents {
  margin-top: 66px;
}
.spec_wrap {
  display: flex;
  color: #fff;
}
.spec_plan_wrap {
  border: 1px solid #b3a189;
  width: 300px;
  flex-shrink: 0;
  text-align: center;
}
.spec_plan {
  color: #b3a189;
  height: 100%;
  font-size: 24px;
  font-family: "EB Garamond", serif;
  padding-block: 20px;
}
.spec_plan span {
  font-size: 100px;
  padding-left: 10px;
}
.spec_body {
  border-top: 1px solid rgba(179, 161, 137, 0.5);
  border-bottom: 1px solid rgba(179, 161, 137, 0.5);
  margin-left: 60px;
  margin-left: clamp(2rem, -3.29rem + 6.452vw, 6rem);
  padding-right: 20px;
  padding-block: 20px;
  width: 100%;
  height: 100%;
  color: #282523;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.spec_title {
  color: #fff;
  font-size: 30px;
  font-size: clamp(2.4rem, 1.606rem + 0.968vw, 3rem);
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
}
.spec_num {
  font-size: 60px;
  font-size: clamp(4.6rem, 2.748rem + 2.258vw, 6rem);
  line-height: 1;
}
.spec_ldk {
  font-size: 36px;
  font-size: clamp(2.8rem, 1.742rem + 1.29vw, 3.6rem);
}
.spec_menseki {
  color: #fff;
  font-size: 16px;
  font-size: clamp(1.4rem, 1.135rem + 0.323vw, 1.6rem);
  letter-spacing: 0.1em;
}
.spec_menseki_num {
  font-size: 36px;
  font-size: clamp(2.2rem, 0.348rem + 2.258vw, 3.6rem);
}
.spec_menseki_num2 {
  font-size: 24px;
  font-size: clamp(1.8rem, 1.006rem + 0.968vw, 2.4rem);
}
.spec_menseki_text {
  font-size: 14px;
  font-size: clamp(1.2rem, 0.935rem + 0.323vw, 1.4rem);
}
.spec_body_text {
  color: #fff;
  margin-top: 10px;
  font-size: 12px;
  font-size: clamp(1rem, 0.735rem + 0.323vw, 1.2rem);
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.floor_img_wrap {
  background-color: #fff;
  padding: 40px;
  margin-top: 60px;
}
.floor_img {
  text-align: center;
}
.floor_img img {
  margin-inline: auto;
}
.floor_legend {
  margin-top: 40px;
}
.floor_legend img {
  margin-inline: auto;
}
.point_box {
  background-color: #635d4a;
  padding: 40px 80px 60px;
}
.point-title {
  font-family: "EB Garamond", serif;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #ebe9d6;
  display: flex;
  align-items: center;
}
.point-title:before,
.point-title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #ebe9d6;
}
.point-title:before {
  margin-right: 20px;
}
.point-title:after {
  margin-left: 20px;
}
.point_item_wrap {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
.point_item {
  position: relative;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-left: 50px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #fff;
}
.point_item::before {
  content: attr(data-num);
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #fff;
  padding: 5px 6px;
}

@media only screen and (max-width: 768px) {
  .plan_area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .floor_img_wrap {
    padding: 20px;
    margin-top: 20px;
  }
  .plan_area::before {
    background: url(./images/plan_bg_sp.jpg) no-repeat top center / contain;
  }
  .plan_contents {
    margin-top: 30px;
    padding-inline: 10px;
  }
  .spec_wrap {
    border: none;
    flex-direction: column;
    height: auto;
  }
  .spec_plan_wrap {
    width: 100%;
  }
  .spec_plan {
    font-size: 16px;
    padding-block: 10px;
  }
  .spec_plan span {
    font-size: 48px;
    padding-left: 6px;
    line-height: 1;
  }
  .spec_body {
    padding-inline: 0px;
    justify-content: center;
    border: none;
  }
  .spec_title {
    font-size: 24px;
  }
  .spec_num {
    font-size: 46px;
  }
  .spec_ldk {
    font-size: 30px;
  }
  .spec_menseki {
    font-size: 13px;
  }
  .spec_menseki_num {
    font-size: 24px;
  }
  .spec_menseki_num2 {
    font-size: 20px;
  }
  .spec_menseki_text {
    font-size: 12px;
  }
  .spec_body_text {
    margin-top: 4px;
    font-size: 10px;
    letter-spacing: normal;
  }
  .floor_img {
    margin-top: 40px;
    width: 90%;
    margin-inline: auto;
  }
  .floor_img img {
    margin-inline: auto;
  }
  .floor_legend {
    margin-top: 30px;
  }
  .point_box {
    margin-top: 40px;
    padding: 20px 20px 30px;
  }
  .point-title {
    font-size: 20px;
  }
  .point-title:before {
    margin-right: 14px;
  }
  .point-title:after {
    margin-left: 14px;
  }
  .point_item_wrap {
    margin-top: 10px;
    row-gap: 20px;
  }
  .point_item {
    font-size: 14px;
    letter-spacing: normal;
    padding-top: 32px;
    padding-left: 0;
  }
  .point_item::before {
    top: 0;
    font-size: 14px;
    padding: 3px 6px;
  }
}

/* variable_box
============================ */
.variable_box {
  background-color: #ebe9d6;
  margin-top: 60px;
  padding: 40px 40px;
}
.variable_title {
  text-align: left;
  font-size: 27px;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
.variable_lead {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 28px;
}
.variable_wrap {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
.variable_lmg_left {
  width: 100%;
  max-width: 460px;
}
.variable_lmg_right {
  width: 100%;
  max-width: 600px;
}
.variable_lmg_cap {
  text-align: right;
  font-size: 12px;
  margin-top: 6px;
}

@media only screen and (max-width: 768px) {
  .variable_box {
    margin-top: 60px;
    padding: 30px 20px;
  }
  .variable_title {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
  .variable_lead {
    text-align: left;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.6;
  }
  .variable_wrap {
    margin-top: 16px;
    flex-direction: column;
    row-gap: 24px;
  }
  .variable_lmg_left {
    width: 100%;
  }
  .variable_lmg_right {
    width: 100%;
  }
  .variable_lmg_cap {
    font-size: 10px;
    margin-top: 6px;
  }
}

/* wide_imgwrap
===================================== */
.wide_imgwrap {
  display: flex;
}
.wide_imgwrap figure {
  width: 100%;
}
.wide_imgwrap figure img {
  width: 100%;
}
.in_imgwrap {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .wide_imgwrap {
    flex-direction: column;
  }
  .wide_imgwrap .img-caps {
    line-height: 1.4;
  }
}

/* master_area
===================================== */
.master_area {
  background-color: #282523;
  padding-top: 120px;
  padding-bottom: 100px;
}
.master_wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
}
.master_body {
  width: 100%;
  max-width: 694px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.master_title {
  margin-top: 30px;
  color: #b3a189;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.master_title_body .section_lead {
  color: #fff;
  margin-top: 20px;
}
.master_lead {
  font-size: 16px;
  margin-top: 18px;
}
.master_lead {
  text-align: center;
  margin-top: 18px;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 2;
  color: #fff;
}
.master_title_img {
  max-width: 475px;
  margin-inline: auto;
}
.master_point {
  margin-top: 20px;
  background-color: #635d4a;
  text-align: center;
  padding-block: 20px;
}
.master_img {
  width: 100%;
  max-width: 520px;
}
.master_point_title {
  color: #ebe9d6;
  font-size: 30px;
  letter-spacing: 0.2em;
}
.master_point_wrap {
  margin-top: 18px;
  width: calc(100% - 30px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.master_point_item {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.05em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding-block: 18px;
}

@media only screen and (max-width: 768px) {
  .master_area {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .master_wrap {
    flex-direction: column;
  }
  .master_title {
    margin-top: 20px;
    font-size: 19px;
  }
  .master_title_body .section_lead {
    margin-top: 20px;
  }
  .master_lead {
    font-size: 16px;
    margin-top: 18px;
  }
  .master_lead {
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
  .master_title_img {
    width: 76%;
  }
  .master_point {
    margin-top: 18px;
    padding-block: 14px;
  }
  .master_img {
    width: 100%;
    max-width: 520px;
  }
  .master_point_title {
    font-size: 20px;
  }
  .master_point_wrap {
    margin-top: 18px;
  }
  .master_point_item {
    font-size: 14px;
    padding-block: 10px;
  }
}

/* casbee_area
===================================== */
.casbee_area {
  padding-block: 80px;
  background-color: #282523;
}
.casbee_img {
  max-width: 420px;
  margin-inline: auto;
}
.casbee_cap {
  text-align: center;
  color: #fff;
  margin-top: 20px;
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .casbee_area {
    padding-block: 40px;
  }
  .casbee_img {
    width: 80%;
  }
  .casbee_cap {
    margin-top: 16px;
    font-size: 10px;
  }
}

/* equipment_area
===================================== */
.equipment_area {
  background-color: #5c5643;
  padding-top: 120px;
  padding-bottom: 140px;
}
.equipment_area .section_title {
  font-size: 30px;
  color: #fff;
}
.equipment_area .section_title::before {
  background-color: #fff;
}
.equipment_wrap {
  margin-top: 67px;
  background-color: #5c5643;
  border: #bfae98 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.equipment_body {
  width: 40%;
  padding: 0 60px;
  padding: 0 clamp(2rem, -20.791rem + 18.605vw, 6rem);
}
.equipment_body_title {
  color: #ebe9d6;
  font-size: 30px;
  font-size: clamp(2.4rem, -1.019rem + 2.791vw, 3rem);
  letter-spacing: 0.2em;
}
.equipment_body_title span {
  font-size: 18px;
  font-size: clamp(1.4rem, -0.879rem + 1.86vw, 1.8rem);
}
.equipment_body_text {
  color: #fff;
  margin-top: 52px;
  margin-top: clamp(3rem, -9.535rem + 10.233vw, 5.2rem);
  font-size: 16px;
  font-size: clamp(1.4rem, 0.26rem + 0.93vw, 1.6rem);
  line-height: 2.25;
  letter-spacing: 0.1em;
}
.equipment_img {
  width: 60%;
}
.equipment_wrap_cap {
  color: #fff;
  font-size: 12px;
  letter-spacing: normal;
  margin-top: 8px;
}
.equipment_grid {
  margin-top: 60px;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
  column-gap: clamp(2rem, -3.29rem + 6.452vw, 6rem);
  row-gap: 60px;
}
.equipment_item_title {
  margin-top: 10px;
  color: #ebe9d6;
  font-size: 21px;
  font-size: clamp(1.4rem, 0.474rem + 1.129vw, 2.1rem);
  letter-spacing: 0.1em;
}
.equipment_item_text {
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  font-size: clamp(1.2rem, 0.671rem + 0.645vw, 1.6rem);
  letter-spacing: 0.1em;
  line-height: 1.7;
}

@media only screen and (max-width: 860px) {
  .equipment_wrap {
    margin-top: 30px;
    flex-direction: column;
    max-width: 768px;
    margin-inline: auto;
  }
  .equipment_area .section_title {
    font-size: 26px;
  }
  .equipment_body {
    width: 100%;
    padding: 30px 20px;
  }
  .equipment_body_title {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
  .equipment_body_title span {
    font-size: 14px;
  }
  .equipment_body_text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .equipment_img {
    width: 100%;
  }
  .equipment_wrap_cap {
    max-width: 768px;
    margin-inline: auto;
    font-size: 10px;
    letter-spacing: normal;
    margin-top: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .equipment_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .equipment_grid {
    margin-top: 60px;
    margin-bottom: 40px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
  .equipment_item {
    max-width: 360px;
    margin-inline: auto;
  }
  .equipment_item_title {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .equipment_item_text {
    margin-top: 6px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
}
