.p-table-caption {
  width: 100%;
  max-width: 780px;
  margin: 0 auto 4rem;
  color: #b60005;
  font-size: 22px;
  font-feature-settings: "palt";
}

.p-block {
  width: 100%;
  max-width: 780px;
  margin: 0 auto 1rem;
  border: 2px solid #231815;
  border-collapse: collapse;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-block {
    font-size: 12px;
    margin-bottom: 2rem;
  }
}
.p-block__header {
  background-color: #898989;
}
.p-block__header th {
  color: #fff;
  border: 1px solid #231815;
  border-bottom: 2px solid #231815;
  font-weight: normal;
  line-height: 1.2;
  padding: 0.5em;
}
.p-block__item {
  background-color: #fcf0f1;
  position: relative;
}
.p-block__item td {
  border: 1px solid #231815;
  padding: 0.5em;
  position: relative;
}
.p-block__item.-blue {
  background-color: #e6ebf4;
}
.p-block__item.-gray {
  background-color: #dbd7d5;
}
.p-block__item .contracted {
  color: #b60005;
}
.p-block__item .sold:last-child:after {
  content: "";
  display: block;
  background: url("../img/icon-sold.svg") no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .p-block__item .sold:last-child:after {
    width: 25px;
    height: 25px;
    right: -5px;
  }
}
.p-block__item .reserved:last-child:after {
  content: "";
  display: block;
  background: url("../img/icon-reserved.svg") no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .p-block__item .reserved:last-child:after {
    width: 25px;
    height: 25px;
    right: -5px;
  }
}

.jpMidashi {
  font-family: "Shippori Mincho B1", serif;
}

.flex-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 60px 0;
}

#plan {
  padding: 39px 0 80px;
  margin-top: -39px;
}
@media only screen and (max-width: 767px) {
  #plan {
    padding: 0;
    margin: 0;
  }
}
#plan .title {
  width: calc(100% - 50px);
  max-width: 1200px;
  margin: 0 auto 80px;
  position: relative;
  height: auto;
  padding: 36px 0;
  background: linear-gradient(to right, #89991a 30%, #c0be78 70%, #89991a 100%);
  color: #fff;
}
@media only screen and (max-width: 1280px) {
  #plan .title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #plan .title {
    margin-bottom: 30px;
    padding: 20px 0;
  }
}
#plan .title:after {
  content: "";
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  border: 6px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #plan .title:after {
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: 3px solid #fff;
  }
}
#plan .title span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#plan .title span:before {
  display: none;
}
#plan .title span i {
  border: none;
  font-family: "Academy Engraved LET", serif;
  font-style: normal;
  letter-spacing: 0.23em;
}
#plan .title em {
  font-size: 30px;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  #plan .title em {
    font-size: 22px;
  }
}
#plan .plan-swiper {
  padding: 0;
}
#plan .plan-swiper li {
  list-style: none;
  padding: 0;
}
#plan .plan-swiper .swiper-button-prev,
#plan .plan-swiper .swiper-button-next {
  /*background: $mainColor; color: #fff; width: 60px; height: 60px;*/
  opacity: 1;
  transition: 0.5s;
  top: 250px;
  width: 125px;
  overflow: hidden;
  text-indent: -9999px;
}
@media only screen and (max-width: 1280px) {
  #plan .plan-swiper .swiper-button-prev,
  #plan .plan-swiper .swiper-button-next {
    top: 22px;
    width: 92px;
    height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #plan .plan-swiper .swiper-button-prev,
  #plan .plan-swiper .swiper-button-next {
    width: 60px;
    height: 12px;
  }
}
#plan .plan-swiper .swiper-button-prev:after,
#plan .plan-swiper .swiper-button-next:after {
  /*font-size: 24px;*/
  width: 100%;
  height: 100%;
  background-size: contain !important;
}
#plan .plan-swiper .swiper-button-prev:hover,
#plan .plan-swiper .swiper-button-next:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  #plan .plan-swiper .swiper-button-prev:hover,
  #plan .plan-swiper .swiper-button-next:hover {
    opacity: 1;
  }
}
#plan .plan-swiper .swiper-button-prev.addition,
#plan .plan-swiper .swiper-button-next.addition {
  top: auto;
  bottom: 0;
}
#plan .plan-swiper .swiper-button-prev {
  left: 10px;
}
#plan .plan-swiper .swiper-button-prev:after {
  background: url("../img/plan/btnPrev.png") no-repeat;
}
#plan .plan-swiper .swiper-button-next {
  right: 10px;
}
#plan .plan-swiper .swiper-button-next:after {
  background: url("../img/plan/btnNext.png") no-repeat;
}
#plan .plan {
  width: calc(100% - 50px);
  padding: 45px 45px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 1280px) {
  #plan .plan {
    padding: 45px 0 30px;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  #plan .plan {
    border-top: none;
    position: relative;
    margin-left: 5px;
  }
}
#plan .plan .titleSet {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 40px;
  margin: 0 auto 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #plan .plan .titleSet {
    flex-direction: column;
  }
}
#plan .plan .titleSet .no {
  width: 16%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #89991a;
  margin-right: 4%;
  /*height: 204px;*/
}
#plan .plan .titleSet .no span {
  background: #000;
  font-family: "EB Garamond", serif;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.6;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  display: block;
  padding: 0.25rem 0;
}
#plan .plan .titleSet .no em {
  font-family: "Academy Engraved LET", serif;
  font-style: normal;
  color: #fff;
  font-size: 100px;
}
@media only screen and (max-width: 767px) {
  #plan .plan .titleSet .no {
    width: 100%;
    margin-right: 0;
  }
  #plan .plan .titleSet .no span {
    font-size: 16px;
    margin-bottom: 0;
  }
  #plan .plan .titleSet .no em {
    font-size: 50px;
    line-height: 1;
    padding: 2rem 0 0;
  }
}
#plan .plan .titleSet .spec {
  width: 79%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #plan .plan .titleSet .spec {
    width: 100%;
  }
}
#plan .plan .titleSet .spec .plan-ig {
  margin-bottom: 30px;
}
#plan .plan .titleSet .spec .plan-ig.-sold {
  position: relative;
}
#plan .plan .titleSet .spec .plan-ig.-sold:after {
  content: "";
  display: block;
  background: url("../img/plan/sold.png") no-repeat center;
  background-size: contain;
  width: 240px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#plan .plan .titleSet .spec .plan-ig.-sold img {
  opacity: 0.2;
}
#plan .plan .titleSet .spec .plan-lead {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #plan .plan .titleSet .spec .plan-lead {
    flex-direction: column;
  }
}
#plan .plan .titleSet .spec .plan-lead h3 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 12px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  #plan .plan .titleSet .spec .plan-lead h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 1em;
  }
}
#plan .plan .titleSet .spec .plan-lead__area {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  #plan .plan .titleSet .spec .plan-lead__area {
    width: 100%;
    max-width: 240px;
    margin: auto;
  }
}
#plan .plan .titleSet .spec .phList {
  margin-bottom: 18px;
  position: relative;
}
#plan .plan .titleSet .spec .phList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#plan .plan .titleSet .spec .phList ul .ph {
  width: calc(33.3333333333% - 10px);
}
#plan .plan .titleSet .spec .phList ul .ph a::before {
  content: "\f00e";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  line-height: 0;
  letter-spacing: 0;
  top: 15px;
  right: 5px;
}
#plan .plan .titleSet .spec .phList .caption {
  font-size: 11px;
  line-height: 1.5;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
}
@media only screen and (max-width: 767px) {
  #plan .plan .titleSet .spec .flex-block {
    margin: 30px 0;
  }
}
#plan .plan .titleSet .spec .ldk {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  margin-bottom: 10px;
}
#plan .plan .titleSet .spec .area {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 18px;
}
#plan .plan .titleSet .spec .price {
  font-family: "Noto Sans JP", sans-serif;
  /* display: flex; */
  justify-content: space-between;
  justify-content: flex-start;
  align-items: baseline;
}
#plan .plan .titleSet .spec .price em {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 900;
  color: #ed7267;
}
#plan .plan .titleSet .spec .price span {
  font-size: 14px;
  line-height: 1;
  border: 1px solid #000;
  padding: 5px 8px;
  margin: auto 15px 0 0;
}
#plan .plan .titleSet .spec .price i {
  color: #ed7267;
  font-size: 21px;
  line-height: 1;
  font-weight: 600;
}
#plan .plan .titleSet .spec .price i strong {
  font-size: 180%;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 900;
}
#plan .plan .titleSet .perth .linkBtn {
  width: 160px;
  margin: 20px auto 0;
  color: #fff;
  position: absolute;
  bottom: 40px;
  right: 0;
}
#plan .plan .titleSet .perth .linkBtn a {
  background: #89991a;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  padding: 10px 15px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25));
  text-align: center;
  text-decoration: none;
}
#plan .plan .titleSet .perth .linkBtn a em {
  font-style: normal;
}
#plan .plan .titleSet .perth .linkBtn i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 5px;
}
@media only screen and (max-width: 767px) {
  #plan .plan .titleSet .perth .linkBtn {
    position: relative;
    bottom: 0;
    width: 100%;
  }
  #plan .plan .titleSet .perth .linkBtn a {
    font-size: 14px;
  }
  #plan .plan .titleSet .perth .linkBtn .sp {
    display: none;
  }
}
#plan .plan .drawing {
  margin: 60px auto;
  max-width: 820px;
  height: 620px;
  display: flex;
  align-items: center;
}
#plan .plan .drawing.-sold {
  position: relative;
}
#plan .plan .drawing.-sold:after {
  content: "";
  display: block;
  background: url("../img/plan/sold.png") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#plan .plan .drawing.-sold img {
  opacity: 0.2;
}
#plan .plan .drawing img {
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  #plan .plan .drawing {
    margin: 30px 0;
    height: 400px;
  }
}
#plan .plan .t {
  font-size: 21px;
  margin: 0 auto 15px;
}
#plan .bnrEqp {
  position: relative;
}
#plan .bnrEqp .ic.ic01 {
  position: absolute;
  width: 240px;
  top: -45px;
  left: -40px;
}
@media only screen and (max-width: 1280px) {
  #plan .bnrEqp .ic.ic01 {
    left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  #plan .bnrEqp .ic.ic01 {
    width: 120px;
    top: -30px;
  }
}

.flextown-faciliry {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
@media only screen and (max-width: 767px) {
  .flextown-faciliry {
    flex-direction: column;
  }
}
.flextown-faciliry__item {
  width: 32%;
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
}
.flextown-faciliry__item dt {
  font-size: 40px;
  color: #688226;
  font-family: "EB Garamond", serif;
  font-weight: normal;
  border-right: 1px solid #688226;
  line-height: 1.2;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
}
.flextown-faciliry__item dd {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .flextown-faciliry__item {
    width: 100%;
  }
  .flextown-faciliry__item dt {
    font-size: 30px;
  }
  .flextown-faciliry__item dd {
    font-size: 14px;
  }
}

.blog_link {
  margin: 60px auto 100px;
  width: calc(100% - 50px);
  max-width: 600px;
}
@media only screen and (max-width: 767px) {
  .blog_link {
    width: calc(100% - 30px);
    margin: 30px auto 80px;
  }
}
.blog_link a {
  background: #4c829a;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .blog_link a {
    font-size: 14px;
    padding: 20px 10px;
  }
}
.blog_link a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.2s ease-in-out;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
}
.blog_link a:hover {
  background: #313131;
  color: #fff;
}

.youtube-row {
  display: flex;
  justify-content: center;
  gap: 2%;
}
@media only screen and (max-width: 767px) {
  .youtube-row {
    flex-wrap: wrap;
    max-width: 420px;
    margin: auto;
  }
  .youtube-row .-col4 {
    width: 48%;
    margin-bottom: 2%;
  }
}

.text-notes {
  text-align: right;
  font-size: 80%;
  margin-top: 1em;
}

.bnrEqp {
  width: calc(100% - 25px);
  max-width: 1000px;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-right: 0;
  margin-left: auto;
}

.plan-reserved {
  display: block;
  margin-top: 1rem;
}
.plan-reserved em {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  background-color: #d71718;
  padding: 0.5em 1em;
}
@media only screen and (max-width: 767px) {
  .plan-reserved em {
    font-size: 14px;
  }
}

.gallery_main {
  position: relative;
}

.carousel-control-next,
.carousel-control-prev {
  width: 10%;
}

.carousel-control-next-icon {
  background-image: url(../../assets/img/plan/gallery-next.svg);
  width: 20px;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .carousel-control-next-icon {
    width: 10px;
    height: 25px;
  }
}

.carousel-control-prev-icon {
  background-image: url(../../assets/img/plan/gallery-prev.svg);
  width: 20px;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .carousel-control-prev-icon {
    width: 10px;
    height: 25px;
  }
}

.gallery_title {
  margin: 15rem auto 5rem;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .gallery_title {
    margin: 8rem auto 2rem;
    width: 150px;
  }
}

.top-mov {
  max-width: 686px;
  margin: 6rem auto 0;
}
@media only screen and (max-width: 767px) {
  .top-mov {
    margin-top: 4rem;
  }
}
.top-mov__title {
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .top-mov__title {
    margin-bottom: 1.5rem;
  }
}
.top-mov__title span {
  font-size: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .top-mov__title span {
    font-size: 20px;
  }
}
.top-mov__title small {
  display: block;
  margin-top: 0.5rem;
}
.top-mov__title br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .top-mov__title br {
    display: block;
  }
}
.top-mov__video {
  width: 100%;
}

.gmap iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.c-hinamincho {
  font-family: "Hina Mincho", "Noto Serif JP", serif;
}

.c-mincho {
  font-family: "Noto Serif JP", serif;
}

.p-rexerve-button {
  display: flex;
  gap: 35px;
  max-width: 750px;
}
.p-rexerve-button .button_2 {
  background: #955e29;
}

.p-title-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 35px;
  margin-bottom: 50px;
  position: relative;
}
.p-title-main .p-title-main__deco {
  font-size: 180%;
  min-width: 200px;
  padding: 0 15px;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  display: inline-block;
  width: fit-content;
  position: relative;
}
.p-title-main .p-title-main__deco:before {
  content: "";
  position: absolute;
  width: 85px;
  height: 3px;
  background-color: #4c829a;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.p-title-main .p-title-main__deco:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #4c829a;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.p-title-main .p-title-main__lead {
  font-size: 220%;
  font-weight: 500;
}

.p-title-block__deco {
  position: absolute;
  width: fit-content;
  display: inline-block;
}
.p-title-block__deco--location {
  bottom: -110%;
  right: 0%;
  width: 30%;
  max-width: 320px;
}
@media (max-width: 768px) {
  .p-title-block__deco--location {
    bottom: 40%;
  }
}
.p-title-block__deco--location picture {
  display: inline-block;
  height: auto;
}
.p-title-block__deco--location picture img {
  width: 100%;
}

.p-title-text {
  margin-bottom: 90px;
  padding: 0 10px;
}

.p-plan-content {
  width: 100%;
}

.p-plan-content__title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.p-plan-content__title .p-plan-content__title-number {
  width: 15%;
  min-width: 70px;
  aspect-ratio: 1/1;
  background: #000;
  padding: 20px;
}
@media (max-width: 768px) {
  .p-plan-content__title .p-plan-content__title-number {
    padding: 10px;
  }
}
.p-plan-content__title .p-plan-content__title-lead {
  background: #efefef;
  padding: 0 10px;
  width: 85%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.p-plan-content__title .p-plan-content__title-lead p {
  font-size: clamp(14px, 2.5vw, 28px);
  margin: 0;
  text-align: center;
}
.p-plan-content__title .p-plan-content__title-lead p span {
  display: inline-block;
}

.p-plan-content__data {
  background: #000;
  padding: 35px 15px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .p-plan-content__data {
    padding: 25px 15px;
  }
}
.p-plan-content__data .p-plan-content__data-category {
  font-size: 20px;
  width: 38%;
  min-width: 200px;
  border: solid 1px #fff;
  margin: 0 auto;
  padding: 5px;
}
@media (max-width: 768px) {
  .p-plan-content__data .p-plan-content__data-category {
    font-size: 16px;
  }
}
.p-plan-content__data .p-plan-content__data-price {
  font-size: clamp(20px, 3.5vw, 35px);
  font-weight: bold;
}
.p-plan-content__data .p-plan-content__data-status {
  font-size: 14px;
}
.p-plan-content__data .p-plan-content__data-status span {
  display: inline-block;
}

.p-plan-content__payment {
  padding: 25px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.p-plan-content__payment dt {
  color: #e26e64;
  font-size: clamp(20px, 2.3vw, 30px);
  font-weight: 400;
}
.p-plan-content__payment dd {
  font-size: 14px;
}
.p-plan-content__payment dd span {
  display: inline-block;
}
.p-plan-content__payment dd:nth-child(2) {
  font-weight: bold;
}

.p-plan-content__place {
  text-align: center;
  padding: 70px 15px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .p-plan-content__place {
    padding: 20px 15px 40px;
  }
}
.p-plan-content__place picture {
  display: inline-block;
  width: fit-content;
  max-width: 450px;
}

.p-plan-content__madori {
  text-align: center;
  padding: 40px 15px;
}
@media (max-width: 768px) {
  .p-plan-content__madori {
    padding: 20px 15px 40px;
  }
}
.p-plan-content__madori picture {
  display: inline-block;
  width: 90%;
}

.p-plan-content__facility .p-plan-content__facility-list {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}
@media (max-width: 600px) {
  .p-plan-content__facility .p-plan-content__facility-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .p-plan-content__facility .p-plan-content__facility-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-plan-content__facility .p-plan-content__facility-item {
  background: #dfe6eb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-feature-settings: "palt";
}
.p-plan-content__facility .p-plan-content__facility-item dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #4c829a;
  font-size: 19px;
  margin-left: 15px;
  margin-right: auto;
  max-width: calc(100% - 30px);
}
.p-plan-content__facility .p-plan-content__facility-item dt .title-deco {
  background: #4c829a;
  color: #dfe6eb;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 22px;
  border-radius: 50%;
  margin-right: 5px;
}
.p-plan-content__facility .p-plan-content__facility-item dd {
  width: 100%;
  max-width: calc(100% - 30px);
}
.p-plan-content__facility .p-plan-content__facility-item dd:first-child {
  margin-top: 15px;
}
.p-plan-content__facility .p-plan-content__facility-item dd:last-child {
  margin-bottom: 15px;
  font-size: 18px;
  flex: 1;
}
.p-plan-content__facility .p-plan-content__facility-item dd:last-child span {
  display: inline-block;
}

.p-lead-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 10px;
}

.p-lead-block__main {
  margin-bottom: 30px;
  text-align: center;
  gap: min(2vw, 25px) 10px;
}
.p-lead-block__main picture {
  height: clamp(30px, 4vw, 40px);
}
.p-lead-block__main picture img {
  width: auto;
  height: 100%;
}
.p-lead-block__main span {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(2vw, 25px) 10px;
}
.p-lead-block__main span picture {
  display: inline-block;
  height: clamp(30px, 4vw, 40px);
}
.p-lead-block__main span picture img {
  width: auto;
  height: 100%;
}

.p-lead-block__plan {
  text-align: center;
  gap: 0.6vw 8px;
}
.p-lead-block__plan picture {
  display: inline-block;
  height: clamp(16px, 2.4vw, 24px);
}
.p-lead-block__plan picture img {
  display: block;
  width: auto;
  height: 100%;
}

.p-lead-block__equip {
  text-align: center;
  gap: 0.6vw 8px;
  padding: 50px 0;
}
.p-lead-block__equip picture {
  display: inline-block;
  height: clamp(20px, 2.6vw, 26px);
}
.p-lead-block__equip picture img {
  display: block;
  width: auto;
  height: 100%;
}
.p-lead-block__equip span {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6vw 8px;
}
.p-lead-block__equip span picture {
  display: inline-block;
  height: clamp(20px, 2.6vw, 26px);
}
.p-lead-block__equip span picture img {
  display: block;
  width: auto;
  height: 100%;
}

.content_6 {
  background: rgb(231, 236, 240);
  padding: 120px 0;
}
@media (max-width: 768px) {
  .content_6 {
    padding: 60px 0;
  }
}

.p-style .p-style-items {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 30px 5%;
}
@media (max-width: 768px) {
  .p-style .p-style-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-style p {
  text-align: right;
  font-size: 12px;
}

.p-plan-list-link {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px;
  background: #4c829a;
}
@media (max-width: 768px) {
  .p-plan-list-link {
    padding: 40px 20px;
  }
}
.p-plan-list-link ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .p-plan-list-link ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-plan-list-link li {
  background: #fff;
}
.p-plan-list-link li:first-child {
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-plan-list-link li .p-title-main {
  margin-bottom: 0;
  padding: 20px 0 40px;
}
.p-plan-list-link li .p-title-main__deco {
  color: #fff;
}
.p-plan-list-link li .p-title-main__deco:before, .p-plan-list-link li .p-title-main__deco:after {
  background-color: #fff;
}
.p-plan-list-link li p {
  margin-bottom: 0;
}
.p-plan-list-link li p:first-child {
  font-weight: 500;
  margin-bottom: 10px;
}
.p-plan-list-link li p:nth-child(2) {
  text-align: center;
  border: solid 1px #000;
  padding: 5px;
  line-height: 1em;
  width: 100%;
  margin-bottom: 5px;
}
.p-plan-list-link li p:nth-child(3) {
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
}
.p-plan-list-link li p:nth-child(3) span {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  text-align: right;
}
.p-plan-list-link li p:nth-child(4) {
  font-size: 12px;
  margin-bottom: 10px;
}
.p-plan-list-link li a {
  display: inline-block;
  background: #000;
  color: #fff;
  width: 100%;
  border-radius: 100px;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}
.p-plan-list-link li a:hover {
  opacity: 0.6;
}

.p-plan-list-link__text {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}

.content_9 {
  background: rgb(231, 236, 240);
  margin-bottom: 40px;
}
.content_9 h3 {
  color: #4c829a;
  border-left: 5px solid #4c829a;
}

.p-facility-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 500px) {
  .p-facility-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-facility-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-facility-item dt {
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
}
.p-facility-item dd p {
  color: #646464;
  margin: 0;
}
.p-facility-item dd p:nth-child(1) {
  font-size: 22px;
  line-height: 1.25em;
}
.p-facility-item dd p:nth-child(2) {
  font-size: 26px;
  line-height: 1.25em;
}
.p-facility-item dd p:nth-child(3) {
  font-size: 14px;
  line-height: 1.25em;
}

.p-facility-note {
  text-align: right;
  font-size: 12px;
}

.p-location-hero {
  height: auto;
  background: none;
}

.p-outline-data {
  display: flex;
}
@media (max-width: 768px) {
  .p-outline-data {
    flex-direction: column;
  }
}

.p-outline-data__item {
  position: relative;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media (max-width: 768px) {
  .p-outline-data__item {
    width: 100%;
  }
}
.p-outline-data__item dt {
  width: 20%;
  min-width: 140px;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .p-outline-data__item dt {
    min-width: 120px;
  }
}
.p-outline-data__item dd {
  width: 80%;
  max-width: calc(100% - 140px);
  margin: 0;
  padding: 15px min(30%, 150px) 15px 10px;
  border-left: solid 1px #000;
}
.p-outline-data__item dd span {
  display: inline-block;
}
@media (max-width: 768px) {
  .p-outline-data__item dd {
    padding: 15px min(20%, 110px) 15px 10px;
    max-width: calc(100% - 120px);
  }
}

.p-outline-red {
  color: #e4007f;
}

.p-outline-deco {
  position: absolute;
  width: 30%;
  max-width: 145px;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .p-outline-deco {
    width: 20%;
    max-width: 115px;
  }
}

.c-supplement-text {
  font-size: 12px;
  text-align: right;
  margin: 5px 0;
  width: 100%;
}/*# sourceMappingURL=customize.css.map */