@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

body.plan .header {
  transition: transform 0.1s;
}
body.plan .block_mv {
  background-image: url(../img/plan/main.jpg);
}
body.plan .section_plan {
  position: relative;
  padding: 90px 0 100px;
}
body.plan .section_plan .contents {
  position: relative;
  width: 90%;
  margin: auto;
}
body.plan .section_plan .contents .title {
  margin-bottom: 75px;
  font-size: 33px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
body.plan .section_plan .contents .planList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
  max-width: 1300px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  body.plan .section_plan .contents .planList {
    gap: 10px 8px;
  }
}
body.plan .section_plan .contents .planItem {
  position: relative;
  width: 384px;
  width: calc(25% - 7.5px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  body.plan .section_plan .contents .planItem {
    width: calc(50% - 4px);
  }
}
body.plan .section_plan .contents .planItem a img {
  transition: 0.5s;
}
body.plan .section_plan .contents .planItem a:hover img {
  opacity: 0.7;
}
body.plan .section_plan .contents .planItem .coming:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 32, 32, 0.75);
}
body.plan .section_plan .contents .planItem .coming:after {
  content: "COMING SOON";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: min(16px, 1.3333333333vw);
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.plan .section_plan .contents .planItem .coming:after {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  body.plan .block_mv {
    background-image: url(../img/plan/main_sp.jpg);
  }
  body.plan .section_plan {
    padding: 70px 0 80px;
  }
  body.plan .section_plan .contents .title {
    margin-bottom: 45px;
    font-size: 22px;
  }
}
body.plan .planindex_option {
  position: relative;
  padding: 1px 40px 80px;
  background: #f8f4ee;
}
@media screen and (max-width: 767px) {
  body.plan .planindex_option {
    padding: 1px 20px 40px;
  }
}
body.plan .planindex_option .optionlead {
  margin-top: 100px;
  text-align: center;
  font-size: 30px;
  color: #42210b;
}
@media screen and (max-width: 767px) {
  body.plan .planindex_option .optionlead {
    margin-top: 50px;
    font-size: 20px;
  }
}
body.plan .planindex_option .contents01 {
  position: relative;
  max-width: 900px;
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 30px auto 0;
  padding: 45px 40px 30px;
  border: 1px solid #a27f37;
  background: #fff;
}
@media screen and (max-width: 767px) {
  body.plan .planindex_option .contents01 {
    width: 100%;
    flex-direction: column;
    padding: 30px 5% 25px;
  }
}
body.plan .planindex_option .contents01::before {
  content: "";
  position: absolute;
  left: 53%;
  top: 40px;
  width: 1px;
  height: calc(100% - 95px);
  background-color: #a27f37;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  body.plan .planindex_option .contents01::before {
    display: none;
  }
}
body.plan .planindex_option .contents01 .planindex_laurelbox .txt,
body.plan .planindex_option .contents01 .planindex_optionR .txt {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  body.plan .planindex_option .contents01 .planindex_laurelbox .txt,
body.plan .planindex_option .contents01 .planindex_optionR .txt {
    font-size: 12px;
  }
}
body.plan .planindex_option .contents01 .planindex_laurelbox .caption,
body.plan .planindex_option .contents01 .planindex_optionR .caption {
  position: relative;
  inset: 0;
  margin-top: 1em;
  font-size: 10px;
  padding-left: 1.25em;
}
body.plan .planindex_option .contents01 .planindex_laurelbox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 384px;
  width: 47%;
  margin-right: 14%;
}
@media screen and (max-width: 767px) {
  body.plan .planindex_option .contents01 .planindex_laurelbox {
    max-width: initial;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #a27f37;
  }
}
body.plan .planindex_option .contents01 .planindex_laurelbox .title {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 12px;
  font-size: 19px;
  color: #a27f37;
  border-bottom: 1px solid #a27f37;
}
@media screen and (max-width: 767px) {
  body.plan .planindex_option .contents01 .planindex_laurelbox .title {
    margin-bottom: 11px;
    padding-bottom: 10px;
    font-size: 16px;
  }
}
body.plan .planindex_option .contents01 .planindex_laurelbox .title .titleSub {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  color: initial;
}
@media screen and (max-width: 767px) {
  body.plan .planindex_option .contents01 .planindex_laurelbox .title .titleSub {
    margin-bottom: 3px;
    font-size: 13px;
  }
}
body.plan .planindex_option .contents01 .planindex_laurelbox .txt {
  margin-bottom: 15px;
}
body.plan .planindex_option .contents01 .planindex_laurelbox .caption {
  text-align: right;
}
body.plan .planindex_option .contents01 .planindex_laurelbox .note {
  position: relative;
  width: 100%;
  inset: 0;
  margin-top: 1em;
  font-size: 10px;
  padding-left: 1.25em;
}
body.plan .planindex_option .contents01 .planindex_laurelbox .note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
body.plan .planindex_option .contents01 .planindex_optionR {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 319px;
  width: 39%;
}
@media screen and (max-width: 767px) {
  body.plan .planindex_option .contents01 .planindex_optionR {
    max-width: initial;
    width: 100%;
  }
}
body.plan .planindex_option .contents01 .planindex_optionR .title {
  width: 113px;
}
body.plan .planindex_option .contents01 .planindex_optionR .lead {
  margin: 10px 0 5px;
  font-size: 16px;
  color: #6f5f28;
}
@media screen and (max-width: 767px) {
  body.plan .planindex_option .contents01 .planindex_optionR .lead {
    font-size: 15px;
  }
}
body.plan .planindex_option .contents01 .planindex_optionR .catch {
  width: 100%;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  body.plan .planindex_option .contents01 .planindex_optionR .catch {
    margin: 5px 0 10px;
  }
}
body.plan .planindex_option .contents01 .planindex_optionR .caption {
  text-align: right;
}
body.plan .planindex_option .map {
  margin-top: 10px;
  max-width: 900px;
  margin-inline: auto;
}
body.plan .planindex_option .contents02 {
  position: relative;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 70px auto 0;
  padding: 45px 40px 30px;
  border: 1px solid #a27f37;
  background: #fff;
}
@media screen and (max-width: 767px) {
  body.plan .planindex_option .contents02 {
    display: block;
    width: 100%;
    padding: 30px 5% 25px;
  }
}
body.plan .planindex_option .contents02 .pickup {
  position: absolute;
  left: -40px;
  top: -50px;
  width: 127px;
  height: 127px;
}
@media screen and (max-width: 767px) {
  body.plan .planindex_option .contents02 .pickup {
    left: -15px;
    top: -30px;
    width: 82px;
    height: 82px;
  }
}
body.plan .planindex_option .contents02 .planindex_triple {
  width: 60.2027883397%;
}
@media screen and (max-width: 767px) {
  body.plan .planindex_option .contents02 .planindex_triple {
    width: 100%;
  }
}
body.plan .planindex_option .contents02 .planindex_triple .title {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 12px;
  font-size: 19px;
  color: #a27f37;
  border-bottom: 1px solid #a27f37;
}
@media screen and (max-width: 767px) {
  body.plan .planindex_option .contents02 .planindex_triple .title {
    margin-bottom: 11px;
    padding-bottom: 10px;
    font-size: 16px;
  }
}
body.plan .planindex_option .contents02 .planindex_triple .txt {
  margin-bottom: 15px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  body.plan .planindex_option .contents02 .planindex_triple .txt {
    font-size: 12px;
  }
}
body.plan .planindex_option .contents02 .planindex_triple .caption {
  text-align: right;
}
body.plan .planindex_option .contents02 .planindex_triple .note {
  position: relative;
  width: 100%;
  margin-top: 1em;
  font-size: 10px;
  text-align: right;
}
body.plan .planindex_option .contents02 .planindex_dust {
  width: 32.8263624842%;
}
@media screen and (max-width: 767px) {
  body.plan .planindex_option .contents02 .planindex_dust {
    width: 100%;
  }
}
body.plan .planindex_option .contents02 .planindex_dust .title {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 12px;
  font-size: 19px;
  color: #a27f37;
  border-bottom: 1px solid #a27f37;
}
@media screen and (max-width: 767px) {
  body.plan .planindex_option .contents02 .planindex_dust .title {
    margin-bottom: 11px;
    padding-bottom: 10px;
    font-size: 16px;
  }
}
body.plan .planindex_option .contents02 .planindex_dust .txt {
  margin-bottom: 15px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  body.plan .planindex_option .contents02 .planindex_dust .txt {
    font-size: 12px;
  }
}
body.plan .planindex_option .contents02 .planindex_dust .img {
  position: relative;
}
@media screen and (max-width: 767px) {
  body.plan .planindex_option .contents02 .planindex_dust .img {
    width: 80%;
    margin-inline: auto;
  }
}
body.plan .planindex_option .contents02 .planindex_dust .img .label {
  position: absolute;
  right: -20px;
  top: -10px;
  width: 86px;
  height: 83px;
}
@media screen and (max-width: 767px) {
  body.plan .planindex_option .contents02 .planindex_dust .img .label {
    right: -15px;
    width: 56px;
    height: 53px;
  }
}
body.plan .planindex_option .contents02 .planindex_dust .note {
  position: relative;
  width: 100%;
  margin-top: 1em;
  font-size: 10px;
}
body.plan .planindex_option .contents_note {
  max-width: 900px;
  width: 90%;
  margin: 1em auto 0;
  text-align: right;
  font-size: 10px;
}

body.plandetail .header {
  transition: transform 0.1s;
}
body.plandetail .block_mv {
  background-image: url(../img/plan/plandetail_main.jpg);
  height: 377px;
}
body.plandetail .section_plandetail {
  position: relative;
  padding: 0 0 100px;
}
body.plandetail .section_plandetail .contents {
  position: relative;
  max-width: 900px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 8%;
}
body.plandetail .section_plandetail .contents .plandetail_spec {
  max-width: 440px;
  width: 49%;
}
body.plandetail .section_plandetail .contents .plandetail_spec .spec_head {
  position: relative;
  margin-bottom: 70px;
  padding: 90px 20px 90px 0;
  color: #111;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.plandetail .section_plandetail .contents .plandetail_spec .spec_head::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -100vw;
  top: 0;
  width: calc(100% + 100vw);
  height: 100%;
  background-color: #be9360;
  opacity: 0.8;
}
body.plandetail .section_plandetail .contents .plandetail_spec .spec_head .type {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 48px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #42210b;
}
body.plandetail .section_plandetail .contents .plandetail_spec .spec_head .type span {
  font-size: 1.8em;
  padding-right: 0.1em;
}
body.plandetail .section_plandetail .contents .plandetail_spec .spec_head .ldk {
  margin: 10px 0 20px;
  padding: 2px 0 10px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 44px;
  letter-spacing: 0.04em;
  line-height: 1.1;
}
body.plandetail .section_plandetail .contents .plandetail_spec .spec_head .ldk span {
  font-size: 1.3em;
}
body.plandetail .section_plandetail .contents .plandetail_spec .spec_head .menseki {
  margin: 10px 0 5px;
}
body.plandetail .section_plandetail .contents .plandetail_spec .spec_head .menseki .txt {
  font-size: 18px;
}
body.plandetail .section_plandetail .contents .plandetail_spec .spec_head .menseki .num {
  font-size: 46px;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 1.1;
}
body.plandetail .section_plandetail .contents .plandetail_spec .spec_head .menseki .num strong {
  font-size: 1.3em;
  font-weight: normal;
}
body.plandetail .section_plandetail .contents .plandetail_spec .spec_head .menseki .num small {
  font-size: clamp(14px, (14px + ((100vw - 768px) * ((17 - 14) / (960 - 768)))), 17px);
  font-family: "Noto Serif JP", serif;
}
body.plandetail .section_plandetail .contents .plandetail_spec .spec_head .area {
  font-size: clamp(14px, (14px + ((100vw - 768px) * ((17 - 14) / (960 - 768)))), 17px);
}
body.plandetail .section_plandetail .contents .plandetail_spec .spec_head .area li + li {
  margin-top: 5px;
}
body.plandetail .section_plandetail .contents .plandetail_spec .spec_feature .spec_featureList {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 60px;
}
body.plandetail .section_plandetail .contents .plandetail_spec .spec_feature .spec_featureItem {
  position: relative;
  line-height: 1.75;
  font-size: clamp(15px, (15px + ((100vw - 768px) * ((18 - 15) / (960 - 768)))), 18px);
  padding-left: 1.25em;
  letter-spacing: 0;
}
body.plandetail .section_plandetail .contents .plandetail_spec .spec_feature .spec_featureItem::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #be9360;
}
body.plandetail .section_plandetail .contents .plandetail_img {
  padding-top: 80px;
  max-width: 400px;
  width: 46%;
}
body.plandetail .section_plandetail .contents .spec_featureNote .spec_featureNoteImg {
  max-width: 354px;
}
body.plandetail .section_plandetail .contents .spec_featureNote .spec_featureNoteTxt {
  position: relative;
  display: block;
  margin-top: 25px;
  padding-left: 1.25em;
  font-size: 9px;
}
body.plandetail .section_plandetail .contents .spec_featureNote .spec_featureNoteTxt::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
body.plandetail .plandetail_option {
  position: relative;
  margin-top: -50px;
  padding: 0 0 100px;
}
body.plandetail .plandetail_option .contents {
  position: relative;
  max-width: 900px;
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
  padding: 45px 40px 30px;
  border: 1px solid #a27f37;
}
body.plandetail .plandetail_option .contents::before {
  content: "";
  position: absolute;
  left: 53%;
  top: 40px;
  width: 1px;
  height: calc(100% - 95px);
  background-color: #a27f37;
  opacity: 0.8;
}
body.plandetail .plandetail_option .contents .plandetail_laurelbox .txt,
body.plandetail .plandetail_option .contents .plandetail_optionR .txt {
  font-size: 12px;
}
body.plandetail .plandetail_option .contents .plandetail_laurelbox .caption,
body.plandetail .plandetail_option .contents .plandetail_optionR .caption {
  position: relative;
  inset: 0;
  margin-top: 1em;
  font-size: 10px;
  padding-left: 1.25em;
}
body.plandetail .plandetail_option .contents .plandetail_laurelbox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 384px;
  width: 47%;
  margin-right: 14%;
}
body.plandetail .plandetail_option .contents .plandetail_laurelbox .title {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 12px;
  font-size: 19px;
  color: #a27f37;
  border-bottom: 1px solid #a27f37;
}
body.plandetail .plandetail_option .contents .plandetail_laurelbox .title .titleSub {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  color: initial;
}
body.plandetail .plandetail_option .contents .plandetail_laurelbox .txt {
  margin-bottom: 15px;
}
body.plandetail .plandetail_option .contents .plandetail_laurelbox .caption {
  text-align: right;
}
body.plandetail .plandetail_option .contents .plandetail_laurelbox .note {
  position: relative;
  width: 100%;
  inset: 0;
  margin-top: 1em;
  font-size: 10px;
  padding-left: 1.25em;
}
body.plandetail .plandetail_option .contents .plandetail_laurelbox .note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
body.plandetail .plandetail_option .contents .plandetail_optionR {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 319px;
  width: 39%;
}
body.plandetail .plandetail_option .contents .plandetail_optionR .title {
  width: 113px;
}
body.plandetail .plandetail_option .contents .plandetail_optionR .lead {
  margin: 10px 0 5px;
  font-size: 16px;
  color: #6f5f28;
}
body.plandetail .plandetail_option .contents .plandetail_optionR .catch {
  width: 100%;
  margin: 10px 0;
}
body.plandetail .plandetail_option .contents .plandetail_optionR .caption {
  text-align: right;
}
body.plandetail .plandetail_option .contents_note {
  max-width: 900px;
  width: 90%;
  margin: 1em auto 0;
  text-align: right;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  body.plandetail .block_mv {
    aspect-ratio: 750/370;
    height: auto;
    background-image: url(../img/plan/plandetail_main_sp.jpg);
  }
  body.plandetail .section_plandetail {
    padding: 0 0 50px;
  }
  body.plandetail .section_plandetail .contents {
    flex-direction: column;
    gap: 40px;
  }
  body.plandetail .section_plandetail .contents .plandetail_spec {
    max-width: inherit;
    width: 100%;
  }
  body.plandetail .section_plandetail .contents .plandetail_spec .spec_head {
    margin-bottom: 40px;
    padding: 25px 2.5% 40px;
  }
  body.plandetail .section_plandetail .contents .plandetail_spec .spec_head::before {
    left: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  body.plandetail .section_plandetail .contents .plandetail_spec .spec_head .type {
    font-size: 36px;
  }
  body.plandetail .section_plandetail .contents .plandetail_spec .spec_head .type span {
    padding-right: 0.075em;
  }
  body.plandetail .section_plandetail .contents .plandetail_spec .spec_head .ldk {
    margin: 10px 0 18px;
    padding: 2px 0 8px;
    font-size: 33px;
  }
  body.plandetail .section_plandetail .contents .plandetail_spec .spec_head .ldk span {
    font-size: 1.3em;
  }
  body.plandetail .section_plandetail .contents .plandetail_spec .spec_head .menseki {
    margin: 8px 0 5px;
  }
  body.plandetail .section_plandetail .contents .plandetail_spec .spec_head .menseki .txt {
    font-size: 14px;
  }
  body.plandetail .section_plandetail .contents .plandetail_spec .spec_head .menseki .num {
    font-size: 35px;
  }
  body.plandetail .section_plandetail .contents .plandetail_spec .spec_head .menseki .num small {
    font-size: 14px;
  }
  body.plandetail .section_plandetail .contents .plandetail_spec .spec_head .area {
    font-size: 14px;
  }
  body.plandetail .section_plandetail .contents .plandetail_spec .spec_head .area li + li {
    margin-top: 3px;
  }
  body.plandetail .section_plandetail .contents .plandetail_spec .spec_feature .spec_featureList {
    gap: 5px;
    margin-bottom: 0;
    padding: 0 2.5%;
  }
  body.plandetail .section_plandetail .contents .plandetail_spec .spec_feature .spec_featureItem {
    font-size: 15px;
    line-height: 1.75;
  }
  body.plandetail .section_plandetail .contents .plandetail_img {
    padding-top: 0;
    max-width: inherit;
    width: 100%;
    text-align: center;
  }
  body.plandetail .section_plandetail .contents .plandetail_img img {
    max-width: 380px;
    width: 100%;
  }
  body.plandetail .section_plandetail .contents .spec_featureNote {
    text-align: left;
    margin-top: 30px;
    padding: 0 2.5%;
  }
  body.plandetail .section_plandetail .contents .spec_featureNote .spec_featureNoteImg {
    max-width: inherit;
  }
  body.plandetail .section_plandetail .contents .spec_featureNote .spec_featureNoteTxt {
    margin-top: 15px;
    font-size: 8px;
  }
  body.plandetail .plandetail_option {
    margin-top: 0;
    padding: 0 0 50px;
  }
  body.plandetail .plandetail_option .contents {
    flex-direction: column;
    padding: 30px 5% 25px;
  }
  body.plandetail .plandetail_option .contents::before {
    content: none;
  }
  body.plandetail .plandetail_option .contents .plandetail_laurelbox .txt,
body.plandetail .plandetail_option .contents .plandetail_optionR .txt {
    font-size: 12px;
  }
  body.plandetail .plandetail_option .contents .plandetail_laurelbox .caption,
body.plandetail .plandetail_option .contents .plandetail_optionR .caption {
    font-size: 10px;
  }
  body.plandetail .plandetail_option .contents .plandetail_laurelbox {
    max-width: inherit;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #a27f37;
  }
  body.plandetail .plandetail_option .contents .plandetail_laurelbox .title {
    margin-bottom: 11px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  body.plandetail .plandetail_option .contents .plandetail_laurelbox .title .titleSub {
    margin-bottom: 3px;
    font-size: 13px;
  }
  body.plandetail .plandetail_option .contents .plandetail_laurelbox .txt {
    margin-bottom: 18px;
  }
  body.plandetail .plandetail_option .contents .plandetail_optionR {
    max-width: inherit;
    width: 100%;
  }
  body.plandetail .plandetail_option .contents .plandetail_optionR .title {
    width: 113px;
  }
  body.plandetail .plandetail_option .contents .plandetail_optionR .lead {
    margin: 10px 0 5px;
    font-size: 15px;
    color: #6f5f28;
  }
  body.plandetail .plandetail_option .contents .plandetail_optionR .catch {
    margin: 5px 0 10px;
  }
}/*# sourceMappingURL=plan.css.map */