@charset "UTF-8";
@import url("global.css");
#more_std {
  max-width: 1100px;
  margin-inline: auto;
  background-color: #FFF;
  -webkit-border-radius: var(--radius-large);
  border-radius: var(--radius-large);
  padding: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#more_std .inner {
  display: flex;
  flex-direction: row-reverse;
}
#more_std .inner .main {
  width: 100%;
  padding: 5px 0 0 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#more_std .inner .main .h {
  display: flex;
  column-gap: 12px;
  width: fit-content;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
}
#more_std .inner .main .h::before {
  content: "";
  flex-shrink: 0;
  display: block;
  background: url("../img/light.svg") no-repeat center center;
  background-size: contain;
  width: 21px;
  height: 38px;
}
#more_std .inner .main .text {
  text-align: justify;
}
#more_std .inner .main .moreview {
  margin-top: 20px;
}
#more_std .inner .main .moreview .more {
  margin-left: auto;
  -webkit-box-shadow: 0 2px 3px rgba(38, 38, 38, 0.1);
  box-shadow: 0 2px 3px rgba(38, 38, 38, 0.1);
  font-weight: 700;
}
#more_std .inner .ph {
  flex-shrink: 0;
  width: 395px;
  aspect-ratio: 1.4 / 1;
}
#more_std .inner .ph figure {
  width: 100%;
  height: 100%;
  -webkit-border-radius: var(--radius-normal);
  border-radius: var(--radius-normal);
  overflow: hidden;
}

/* ------------------------------------------------------------
 Index
------------------------------------------------------------ */
#introduction {
  padding: 65px 35px;
  background-color: #F4F1EA;
}
#introduction .introduction {
  clip-path: inset(0 0 round 8px);
  padding-block: 130px 140px;
  color: #FFF;
  background-color: #262626;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#introduction .introduction::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.8);
}
#introduction .introduction .wrapper {
  position: relative;
  z-index: 3;
}
#introduction .introduction .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#introduction .introduction .main .catch {
  white-space: nowrap;
  flex-shrink: 0;
}
#introduction .introduction .main .catch > p {
  line-height: 1.2;
  font-size: clamp(32px, 5.6vw, 60px);
  font-weight: 700;
}
#introduction .introduction .main .catch > p > small {
  display: block;
  font-size: clamp(16px, 2.1vw, 21px);
  margin-bottom: 10px;
}
#introduction .introduction .main .text {
  width: 100%;
  padding-left: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
}
#introduction .introduction .main .text > p {
  font-size: 1.06em;
}
#introduction .introduction .main .text > p + p {
  margin-top: 1em;
}
#introduction .introduction .bg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -10%;
  -webkit-transform: rotate(16deg);
  transform: rotate(16deg);
}
#introduction .introduction .bg .box {
  margin-block: 10px;
  display: flex;
}
#introduction .introduction .bg .box:nth-of-type(2) ul {
  animation: loop_animation 110s linear infinite;
  animation-delay: -10s;
}
#introduction .introduction .bg .box:nth-of-type(3) ul {
  animation: loop_animation 60s linear infinite;
  animation-delay: -5s;
}
#introduction .introduction .bg .box ul {
  display: flex;
  column-gap: 10px;
  margin-left: 10px;
  animation: loop_animation 50s linear infinite;
  white-space: nowrap;
}
#introduction .introduction .bg .box ul li {
  flex-grow: 1;
  width: 600px;
  aspect-ratio: 1.5 / 1;
  -webkit-border-radius: var(--radius-normal);
  border-radius: var(--radius-normal);
  overflow: hidden;
}

#modelplan {
  padding-block: 60px 120px;
  background-color: #F4F1EA;
}
#modelplan #headline {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#modelplan #headline .titlebox {
  flex-shrink: 0;
  white-space: nowrap;
  padding-right: 5vw;
}
#modelplan #headline .titlebox .catch {
  line-height: 1.3;
  font-size: clamp(20px, 2.8vw, 26px);
  font-weight: 700;
}
#modelplan #headline .titlebox .title span {
  display: block;
  line-height: 1.3;
}
#modelplan #headline .titlebox .title span.ja {
  font-size: clamp(25px, 4.6vw, 50px);
  font-weight: 700;
}
#modelplan #headline .titlebox .title span.en {
  margin-top: .4em;
  color: #D5501E;
  font-size: 1.125em;
  font-weight: 600;
}
#modelplan #headline .titlebox .title span.en::before, #modelplan #headline .titlebox .title span.en::after {
  display: inline-block;
}
#modelplan #headline .titlebox .title span.en::before {
  content: "（";
  margin-right: .2em;
}
#modelplan #headline .titlebox .title span.en::after {
  content: "）";
  margin-left: .2em;
}
#modelplan #headline .textbox {
  text-align: justify;
}
#modelplan #headline .textbox > p {
  font-size: 1.125em;
}

ul.planlist {
  margin-top: 40px;
  border-top: #BBBBBB solid 1px;
}
ul.planlist li.item {
  padding-block: 40px;
  border-bottom: #BBBBBB solid 1px;
  display: flex;
  margin-bottom: 120px;
}
ul.planlist li.item .img {
  flex-shrink: 0;
  width: 50%;
}
ul.planlist li.item .img > figure {
  width: 100%;
  height: 100%;
}
ul.planlist li.item .main {
  padding: 30px 0 0 50px;
}
ul.planlist li.item .main .number {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
ul.planlist li.item .main .number span {
  display: block;
  width: fit-content;
  padding: 5px 15px;
  line-height: 1;
  -webkit-border-radius: 66px;
  border-radius: 66px;
  background-color: #D5501E;
  color: #FFF;
  font-family: "Barlow Semi Condensed", "LINE Seed JP", sans-serif;
  font-size: 1.06em;
  font-weight: 600;
}
ul.planlist li.item .main .posttitle {
  line-height: 1.4;
  font-size: clamp(23px, 3.5vw, 40px);
  font-weight: 700;
}
ul.planlist li.item .main .data {
  margin-top: 25px;
  display: flex;
}
ul.planlist li.item .main .data dl {
  font-weight: 700;
}
ul.planlist li.item .main .data dl + dl {
  margin-left: 30px;
  border-left: #BBBBBB dashed 1px;
  padding-left: 25px;
}
ul.planlist li.item .main .data dl dt {
  width: fit-content;
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-size: .875em;
}
ul.planlist li.item .main .data dl dt::before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  background-color: #D5501E;
}
ul.planlist li.item .main .data dl dd {
  display: flex;
  align-items: baseline;
  font-size: clamp(18px, 2.3vw, 28px);
}
ul.planlist li.item .main .data dl dd > small {
  display: block;
  font-size: clamp(12px, 1.8vw, 17px);
}
ul.planlist li.item .main .data dl dd > i {
  display: block;
  font-size: 11px;
}
ul.planlist li.item .main .text {
  margin-top: 20px;
  text-align: justify;
}
ul.planlist li.item .main .moreview {
  margin-top: 30px;
}
ul.planlist li.item .main .moreview .more {
  margin-left: auto;
  -webkit-box-shadow: 0 2px 3px rgba(38, 38, 38, 0.1);
  box-shadow: 0 2px 3px rgba(38, 38, 38, 0.1);
  font-weight: 700;
}

/* ------------------------------------------------------------
 Entry
------------------------------------------------------------ */
.entry .sec {
  margin-top: 100px;
}
.entry .sec .sec_title {
  width: fit-content;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.entry .sec .sec_title::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #D5501E;
}
.entry .sec .sec_title span {
  display: block;
  line-height: 1.4;
}
.entry .sec .sec_title span.en {
  font-weight: 600;
  font-size: clamp(28px, 4vw, 46px);
}
.entry .sec .sec_title span.ja {
  font-weight: 700;
  font-size: clamp(15px, 2.3vw, 20px);
}
.entry #posthead {
  display: flex;
  justify-content: space-between;
}
.entry #posthead .head-ph {
  flex-shrink: 0;
  width: 55.4vw;
  -webkit-border-radius: 0 12px 12px 0;
  border-radius: 0 12px 12px 0;
  position: relative;
  overflow: hidden;
}
.entry #posthead .head-ph .swiper-main {
  width: 100%;
  height: 100%;
}
.entry #posthead .head-ph .swiper-thumb {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
.entry #posthead .head-ph .swiper-thumb .swiper-slide {
  width: 60px !important;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.entry #posthead .head-ph .swiper-thumb .swiper-slide::after {
  content: "";
  background-color: rgba(38, 38, 38, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  opacity: 0;
}
.entry #posthead .head-ph .swiper-thumb .swiper-slide span {
  display: block;
  position: relative;
  height: 0;
  padding-top: 100%;
}
.entry #posthead .head-ph .swiper-thumb .swiper-slide span img {
  position: absolute;
  top: 0;
  left: 0;
}
.entry #posthead .head-ph .swiper-thumb .swiper-slide:hover {
  cursor: pointer;
}
.entry #posthead .head-ph .swiper-thumb .swiper-slide.swiper-slide-thumb-active::after {
  opacity: 1;
}
.entry #posthead .head-main {
  width: 100%;
  padding: 20px 5.2vw 20px 4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.entry #posthead .head-main .main .number {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.entry #posthead .head-main .main .number span {
  display: block;
  width: fit-content;
  padding: 5px 15px;
  line-height: 1;
  -webkit-border-radius: 66px;
  border-radius: 66px;
  background-color: #D5501E;
  color: #FFF;
  font-family: "Barlow Semi Condensed", "LINE Seed JP", sans-serif;
  font-size: 1.06em;
  font-weight: 600;
}
.entry #posthead .head-main .main .posttitle {
  line-height: 1.4;
  font-size: clamp(25px, 3.6vw, 52px);
  font-weight: 700;
}
.entry #posthead .head-main .main .data {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.entry #posthead .head-main .main .data dl {
  width: 50%;
  padding-block: 5px 15px;
  padding-right: 25px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.entry #posthead .head-main .main .data dl.price {
  width: 100%;
  padding-right: 0;
  border-bottom: #BBBBBB dashed 1px;
  margin-bottom: 10px;
}
.entry #posthead .head-main .main .data dl.price dd {
  color: #D5501E;
  font-size: clamp(22px, 4vw, 46px);
}
.entry #posthead .head-main .main .data dl.price dd > small, .entry #posthead .head-main .main .data dl.price dd > i {
  color: #262626;
}
.entry #posthead .head-main .main .data dl:last-of-type {
  padding-inline: 25px 0;
  border-left: #BBBBBB dashed 1px;
}
.entry #posthead .head-main .main .data dl dt {
  width: fit-content;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.entry #posthead .head-main .main .data dl dt::before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  background-color: #D5501E;
}
.entry #posthead .head-main .main .data dl dd {
  line-height: 1;
  display: flex;
  align-items: baseline;
  font-size: clamp(18px, 2.3vw, 28px);
}
.entry #posthead .head-main .main .data dl dd > small {
  display: block;
  font-size: clamp(16px, 2vw, 20px);
}
.entry #posthead .head-main .main .data dl dd > i {
  display: block;
  font-size: 15px;
}
.entry #posthead .head-main .main .text {
  margin-top: 35px;
  text-align: justify;
  font-size: 1.125em;
}
.entry #posthead .head-main .main .text > p + p {
  margin-top: 1em;
}
.entry #postbody {
  margin-block: 110px 80px;
}
.entry #sec_point.sec {
  margin-block: 110px 80px;
}
.entry #sec_point.sec .main {
  margin-top: 30px;
}
.entry #sec_point.sec .main .point_list {
  width: 100%;
}
.entry #sec_point.sec .main .point_list ul > li {
  text-indent: -14px;
  padding-left: 14px;
  line-height: 1.4;
  font-size: clamp(14px, 1.7vw, 19px);
}
.entry #sec_point.sec .main .point_list ul > li + li {
  margin-top: 10px;
}
.entry #sec_point.sec .main .point_list ul > li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #777777;
  vertical-align: 2px;
  text-indent: 0;
}
.entry #sec_point.sec .main:has(.point_list) {
  display: flex;
  justify-content: space-between;
}
.entry #sec_point.sec .main:has(.point_list) #floormap {
  flex-shrink: 0;
  width: 62%;
}
.entry #sec_point.sec .main:has(.point_list) #floormap dl dd ul {
  justify-content: center;
}
.entry #sec_point.sec .main #floormap dl dt {
  display: flex;
  align-items: center;
  column-gap: 15px;
  font-size: .93em;
  margin-bottom: 20px;
}
.entry #sec_point.sec .main #floormap dl dt span.h {
  flex-shrink: 0;
  display: block;
  white-space: nowrap;
  background-color: #262626;
  color: #FFF;
  padding: 1px 20px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
}
.entry #sec_point.sec .main #floormap dl dt small {
  display: block;
}
.entry #sec_point.sec .main #floormap dl dd ul {
  display: flex;
  gap: 50px;
}
.entry #sec_point.sec .main #floormap dl dd ul > li {
  max-width: 500px;
}
.entry #sec_point.sec .main #floormap dl dd ul > li a {
  display: block;
  border: #A9A9A9 solid 1px;
  padding: 30px 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 3px rgba(38, 38, 38, 0.1);
  box-shadow: 0 2px 3px rgba(38, 38, 38, 0.1);
  position: relative;
}
.entry #sec_point.sec .main #floormap dl dd ul > li a::after {
  content: "\f00e";
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  background-color: #262626;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
  font-size: 15px;
  line-height: 1;
}
.entry #sec_point.sec .main #floormap dl dd ul > li a figure {
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .entry #sec_point.sec .main #floormap dl dd ul > li a:hover {
    opacity: .8;
  }
}
.entry #sec_spec.sec {
  margin-block: 140px 80px;
}
.entry #sec_spec.sec .title_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.entry #sec_spec.sec .title_flex .text {
  text-align: justify;
  padding-left: 5vw;
  line-height: 1.5;
  font-weight: 700;
  font-size: clamp(14px, 1.7vw, 20px);
}
.entry #sec_spec.sec .spec_list {
  margin-top: 30px;
}
.entry #sec_spec.sec .spec_list > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3vw 2vw;
}
.entry #sec_spec.sec .spec_list > ul > li > figure {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  background-color: #EFEFEF;
  -webkit-border-radius: var(--radius-normal);
  border-radius: var(--radius-normal);
  overflow: hidden;
}
.entry #sec_spec.sec .spec_list > ul > li .text {
  margin-top: 10px;
}
.entry #sec_spec.sec .spec_list > ul > li .text > p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px 10px;
}
.entry #sec_spec.sec .spec_list > ul > li .text > p.b {
  font-weight: 700;
  font-size: clamp(14px, 1.8vw, 23px);
}
.entry #sec_spec.sec .spec_list > ul > li .text > p.b > small {
  color: #777777;
  font-size: clamp(11px, 1.6vw, 18px);
}
.entry #sec_spec.sec .spec_list > ul > li .text > p:not([class]) {
  text-align: justify;
  font-size: .93em;
}
.entry #more_std {
  margin-top: 80px;
  border: #A9A9A9 solid 1px;
}
.entry #other_plan {
  margin-top: 160px;
  padding-block: 70px;
  background-color: #F5F5F5;
}
.entry #other_plan .other_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.entry #other_plan .other_title .title span {
  display: block;
  line-height: 1.3;
}
.entry #other_plan .other_title .title span.ja {
  font-size: clamp(22px, 3.6vw, 38px);
  font-weight: 700;
}
.entry #other_plan .other_title .title span.en {
  margin-top: .4em;
  color: #D5501E;
  font-size: 1.125em;
  font-weight: 600;
}
.entry #other_plan .other_title .title span.en::before, .entry #other_plan .other_title .title span.en::after {
  display: inline-block;
}
.entry #other_plan .other_title .title span.en::before {
  content: "（";
  margin-right: .2em;
}
.entry #other_plan .other_title .title span.en::after {
  content: "）";
  margin-left: .2em;
}
.entry #other_plan .other_title .pageback {
  width: fit-content;
  padding-left: 5vw;
  margin: 0;
  border: none;
}
.entry #other_plan .other_title .pageback a {
  padding: 0;
}
.entry #other_plan ul.other_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3vw;
}
.entry #other_plan ul.other_list > li .img > figure {
  width: 100%;
  aspect-ratio: 1.42 / 1;
  -webkit-border-radius: var(--radius-normal);
  border-radius: var(--radius-normal);
  border: #FFF solid 1px;
  overflow: hidden;
}
.entry #other_plan ul.other_list > li .data {
  margin-top: 15px;
}
.entry #other_plan ul.other_list > li .data .number {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.entry #other_plan ul.other_list > li .data .number span {
  display: block;
  width: fit-content;
  padding: 5px 12px;
  line-height: 1;
  -webkit-border-radius: 66px;
  border-radius: 66px;
  background-color: #D5501E;
  color: #FFF;
  font-family: "Barlow Semi Condensed", "LINE Seed JP", sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.entry #other_plan ul.other_list > li .data .posttitle {
  line-height: 1.2;
  font-size: clamp(16px, 2.1vw, 26px);
  font-weight: 700;
}
.entry #other_plan ul.other_list > li .data .price {
  margin-top: 5px;
  display: flex;
  align-items: baseline;
  font-weight: 700;
  font-size: clamp(14px, 1.8vw, 22px);
}
.entry #other_plan ul.other_list > li .data .price > small {
  display: block;
  font-size: 12px;
}
.entry #cboxLoadedContent {
  padding: 30px 30px 0;
}
.entry #cboxNext::after,
.entry #cboxPrevious::after {
  border-color: #262626;
}
.entry #cboxClose::before,
.entry #cboxClose::after {
  background: #262626;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1600px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1600px) {
  /* ------------------------------------------------------------
   Index
  ------------------------------------------------------------ */
  #introduction .introduction .main .text {
    padding-left: 7vw;
  }

  ul.planlist li.item .img {
    width: 46%;
  }
  ul.planlist li.item .main {
    padding: 30px 0 0 3vw;
  }
  ul.planlist li.item .main .data dl + dl {
    margin-left: 25px;
    padding-left: 20px;
  }

  /* ------------------------------------------------------------
   Entry
  ------------------------------------------------------------ */
  .entry .sec {
    margin-top: 90px;
  }
  .entry #posthead .head-ph {
    width: 54vw;
  }
  .entry #posthead .head-main {
    padding: 20px 5vw 20px 3.6vw;
  }
  .entry #posthead .head-main .main .data {
    margin-top: 25px;
  }
  .entry #posthead .head-main .main .data dl {
    width: auto;
  }
  .entry #posthead .head-main .main .text {
    margin-top: 25px;
    font-size: 1em;
  }
  .entry #postbody {
    margin-block: 90px 65px;
  }
  .entry #sec_point.sec {
    margin-block: 90px 65px;
  }
  .entry #sec_point.sec .main {
    margin-top: 30px;
  }
  .entry #sec_point.sec .main:has(.point_list) #floormap {
    width: 60%;
  }
  .entry #sec_point.sec .main #floormap dl dd ul {
    gap: 35px;
  }
  .entry #sec_point.sec .main #floormap dl dd ul > li a {
    padding: 30px 50px;
  }
  .entry #sec_spec.sec {
    margin-block: 120px 65px;
  }
  .entry #sec_spec.sec .spec_list {
    margin-top: 25px;
  }
  .entry #more_std {
    margin-top: 65px;
  }
  .entry #other_plan {
    margin-top: 120px;
    padding-block: 60px;
  }
  .entry #other_plan .other_title {
    margin-bottom: 25px;
  }
  .entry #cboxLoadedContent {
    padding: 20px 20px 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1300px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  #more_std {
    padding: 35px 30px;
  }
  #more_std .inner .main {
    padding: 5px 0 0 30px;
  }
  #more_std .inner .main .h::before {
    width: 16px;
    height: 28px;
  }
  #more_std .inner .ph {
    width: 40%;
    aspect-ratio: auto;
  }

  /* ------------------------------------------------------------
   Index
  ------------------------------------------------------------ */
  #introduction {
    padding: 60px 30px 30px;
  }
  #introduction .introduction {
    padding-block: 80px;
  }
  #introduction .introduction .main {
    display: block;
  }
  #introduction .introduction .main .text {
    width: auto;
    padding: 30px 0 0;
  }
  #introduction .introduction .bg .box ul li {
    width: 460px;
  }

  #modelplan {
    padding-block: 60px 120px;
    background-color: #F4F1EA;
  }
  #modelplan #headline {
    align-items: center;
  }
  #modelplan #headline .titlebox {
    padding-right: 5vw;
  }
  #modelplan #headline .textbox > p {
    font-size: 1em;
  }
  #modelplan #headline .textbox > p br {
    display: none;
  }

  ul.planlist li.item {
    margin-bottom: 65px;
    align-items: flex-start;
  }
  ul.planlist li.item .main {
    padding-top: 0;
  }
  ul.planlist li.item .main .number {
    margin-bottom: 10px;
  }
  ul.planlist li.item .main .data {
    margin-top: 15px;
  }
  ul.planlist li.item .main .text {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 1200px) {
  ul.planlist li.item {
    display: block;
  }
  ul.planlist li.item .img {
    width: auto;
    max-width: 700px;
    margin-inline: auto;
  }
  ul.planlist li.item .main {
    padding: 30px 0 0;
  }
  ul.planlist li.item .main .posttitle br {
    display: none;
  }
}

@media only screen and (max-width: 1300px) {
  /* ------------------------------------------------------------
   Entry
  ------------------------------------------------------------ */
  .entry .sec {
    margin-top: 65px;
  }
  .entry .sec .sec_title::before {
    width: 10px;
    height: 10px;
    margin-right: 3px;
  }
  .entry #posthead .head-ph {
    width: 52vw;
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
  }
  .entry #posthead .head-ph .swiper-thumb .swiper-slide {
    width: 50px !important;
  }
  .entry #posthead .head-main .main .number {
    margin-bottom: 5px;
  }
  .entry #posthead .head-main .main .number span {
    font-size: 1em;
  }
  .entry #posthead .head-main .main .data {
    margin-top: 10px;
  }
  .entry #posthead .head-main .main .data dl {
    padding-block: 5px 10px;
    padding-right: 20px;
  }
  .entry #posthead .head-main .main .data dl:last-of-type {
    padding-inline: 20px 0;
  }
  .entry #posthead .head-main .main .data dl dd > i {
    font-size: 12px;
  }
  .entry #posthead .head-main .main .text {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 959px) {
  .entry #posthead {
    display: block;
  }
  .entry #posthead .head-ph {
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: 1300px) {
  .entry #postbody {
    margin-block: 50px;
  }
  .entry #sec_point.sec {
    margin-block: 50px;
  }
  .entry #sec_point.sec .main {
    margin-top: 20px;
  }
  .entry #sec_point.sec .main:has(.point_list) #floormap {
    width: 56%;
  }
  .entry #sec_point.sec .main #floormap dl dt span.h {
    padding: 1px 15px;
  }
  .entry #sec_point.sec .main #floormap dl dd ul {
    gap: 20px;
  }
  .entry #sec_point.sec .main #floormap dl dd ul > li {
    max-width: 460px;
  }
  .entry #sec_point.sec .main #floormap dl dd ul > li a {
    padding: 20px 35px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .entry #sec_point.sec .main #floormap dl dd ul > li a::after {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 959px) {
  .entry #sec_point.sec .main:has(.point_list) {
    display: block;
  }
  .entry #sec_point.sec .main:has(.point_list) #floormap {
    margin-top: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  .entry #sec_spec.sec {
    margin-block: 90px 60px;
  }
  .entry #sec_spec.sec .title_flex .text {
    padding-left: 4vw;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 959px) {
  .entry #sec_spec.sec .spec_list > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
  }
}
@media only screen and (max-width: 1300px) {
  .entry #more_std {
    margin-top: 50px;
  }
  .entry #other_plan {
    margin-top: 100px;
    padding-block: 50px;
  }
  .entry #other_plan .other_title .title span.en {
    font-size: 1em;
  }
  .entry #other_plan .other_title .pageback {
    padding-left: 4vw;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 959px) {
  .entry #other_plan ul.other_list {
    column-gap: 1.5vw;
  }
  .entry #other_plan ul.other_list > li .data .number {
    margin-bottom: 5px;
  }
  .entry #other_plan ul.other_list > li .data .number span {
    padding: 4px 10px;
    font-size: 11px;
  }
  .entry #other_plan ul.other_list > li .data .price > small {
    font-size: 10px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #more_std {
    padding: 30px 7vw;
  }
  #more_std .inner {
    display: block;
  }
  #more_std .inner .main {
    width: auto;
    padding: 0 0 35px;
  }
  #more_std .inner .main .h {
    column-gap: 10px;
    margin-bottom: 10px;
  }
  #more_std .inner .main .moreview {
    margin-top: 20px;
  }
  #more_std .inner .ph {
    width: 100%;
    aspect-ratio: auto;
  }
  #more_std .inner .ph figure {
    height: auto;
  }

  /* ------------------------------------------------------------
   Index
  ------------------------------------------------------------ */
  #introduction {
    padding: 0 5vw 20px;
  }
  #introduction .introduction {
    clip-path: inset(0);
    padding-block: 60px;
    margin-inline: -5vw;
  }
  #introduction .introduction .main .text {
    padding-top: 25px;
  }
  #introduction .introduction .main .text > p {
    font-size: 1em;
  }
  #introduction .introduction .main .text > p br {
    display: none;
  }
  #introduction .introduction .bg {
    top: 70%;
    left: 5%;
  }
  #introduction .introduction .bg .box ul li {
    width: 320px;
  }

  #modelplan {
    padding-block: 35px 65px;
  }
  #modelplan #headline {
    display: block;
  }
  #modelplan #headline .titlebox {
    padding: 0 0 15px;
  }

  ul.planlist {
    margin-top: 35px;
  }
  ul.planlist li.item {
    padding-block: 35px;
  }
  ul.planlist li.item .main {
    padding-top: 20px;
  }
  ul.planlist li.item .main .number {
    margin-bottom: 5px;
  }
  ul.planlist li.item .main .number span {
    padding: 4px 12px;
    font-size: 1em;
  }
  ul.planlist li.item .main .data {
    margin-top: 10px;
    display: block;
  }
  ul.planlist li.item .main .data dl {
    display: flex;
    align-items: center;
    column-gap: 15px;
  }
  ul.planlist li.item .main .data dl + dl {
    border-left: none;
    border-top: #BBBBBB dashed 1px;
    margin: 5px 0 0;
    padding: 5px 0 0;
  }
  ul.planlist li.item .main .data dl dt {
    width: 86px;
    column-gap: 4px;
  }
  ul.planlist li.item .main .data dl dt::before {
    width: 5px;
    height: 5px;
  }
  ul.planlist li.item .main .data dl dd > i {
    font-size: 10px;
  }
  ul.planlist li.item .main .text {
    margin-top: 5px;
  }
  ul.planlist li.item .main .moreview {
    margin-top: 20px;
  }

  /* ------------------------------------------------------------
   Entry
  ------------------------------------------------------------ */
  .entry .sec {
    margin-top: 35px;
  }
  .entry #posthead .head-ph .swiper-main .swiper-slide {
    height: auto;
  }
  .entry #posthead .head-ph .swiper-thumb {
    right: 10px;
    bottom: 10px;
  }
  .entry #posthead .head-ph .swiper-thumb .swiper-slide {
    width: 36px !important;
    border-width: 1px;
    border-radius: 2px;
  }
  .entry #posthead .head-main .main .number span {
    padding: 4px 10px;
  }
  .entry #posthead .head-main .main .data {
    margin-top: 5px;
  }
  .entry #posthead .head-main .main .data dl dt::before {
    width: 6px;
    height: 6px;
  }
  .entry #postbody {
    margin-block: 35px;
  }
  .entry #sec_point.sec {
    margin-block: 35px;
  }
  .entry #sec_point.sec .main {
    margin-top: 15px;
  }
  .entry #sec_point.sec .main .point_list ul > li + li {
    margin-top: 8px;
  }
  .entry #sec_point.sec .main .point_list ul > li::before {
    width: 5px;
    height: 5px;
    margin-right: 6px;
  }
  .entry #sec_point.sec .main #floormap dl dt {
    column-gap: 10px;
    margin-bottom: 15px;
  }
  .entry #sec_point.sec .main #floormap dl dt span.h {
    padding: 1px 10px;
  }
  .entry #sec_point.sec .main #floormap dl dd ul {
    gap: 15px;
  }
  .entry #sec_point.sec .main #floormap dl dd ul > li a {
    padding: 10px 5px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
  }
  .entry #sec_spec.sec {
    margin-block: 35px;
  }
  .entry #sec_spec.sec .title_flex {
    display: block;
  }
  .entry #sec_spec.sec .title_flex .text {
    padding: 3px 0 0;
    font-weight: 400;
  }
  .entry #sec_spec.sec .title_flex .text br {
    display: none;
  }
  .entry #sec_spec.sec .spec_list {
    margin-top: 20px;
  }
  .entry #sec_spec.sec .spec_list > ul {
    gap: 4vw;
  }
  .entry #more_std {
    margin-top: 40px;
  }
  .entry #other_plan {
    margin-top: 65px;
    padding-block: 35px;
  }
  .entry #other_plan .other_title {
    display: block;
    margin-bottom: 15px;
  }
  .entry #other_plan .other_title .pageback {
    padding: 15px 0 0;
  }
  .entry #other_plan ul.other_list {
    display: block;
  }
  .entry #other_plan ul.other_list > li {
    margin-top: 20px;
  }
  .entry #cboxLoadedContent {
    padding: 15px 20px 0;
  }
  .entry #cboxClose {
    top: 10px;
    right: 0px;
  }
  .entry #cboxClose::before, .entry #cboxClose::after {
    width: 16px;
  }
}
