@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 736px) {
  .sp {
    display: none;
  }
}

@media print, screen and (min-width: 736px) {
  .areaSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 120px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 736px) {
  .areaSect__head {
    width: 310px;
  }
}

@media print, screen and (min-width: 736px) {
  .areaSect__head + .areaSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 736px) {
  .areaSect__head + .areaSect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .areaSect__head .heading,
  .areaSect__head .enTtl {
    text-align: center;
  }
}

@media print, screen and (min-width: 736px) {
  .areaSect__cont {
    width: 571px;
  }
}

@media print, screen and (min-width: 736px) {
  .areaSect__cont + .areaSect__bottom {
    margin-top: 132px;
  }
}

@media screen and (max-width: 736px) {
  .areaSect__cont + .areaSect__bottom {
    margin-top: calc(104 / 390 * 100vw);
  }
}

.areaSect__bottom {
  width: 100%;
}

.areaSect__bottom > * + * {
  border-top: 1px solid #cccccc;
}

@media print, screen and (min-width: 736px) {
  .areaSect__bottom > * + * {
    margin-top: 56px;
    padding-top: 56px;
  }
}

@media screen and (max-width: 736px) {
  .areaSect__bottom > * + * {
    margin-top: calc(56 / 390 * 100vw);
    padding-top: calc(56 / 390 * 100vw);
  }
}

.commonspaceCard {
  background-color: rgba(219, 208, 192, 0.47);
  height: 100%;
}

@media print, screen and (min-width: 736px) {
  .commonspaceCard {
    padding: 48px 40px;
  }
}

@media screen and (max-width: 736px) {
  .commonspaceCard {
    padding: calc(32 / 390 * 100vw) calc(20 / 390 * 100vw) calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .commonspaceCard__visual + .commonspaceCard__desc {
    margin-top: 24px;
  }
}

@media screen and (max-width: 736px) {
  .commonspaceCard__visual + .commonspaceCard__desc {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.commonspaceCard__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 736px) {
  .commonspaceCard__heading {
    gap: 10px;
  }
}

@media screen and (max-width: 736px) {
  .commonspaceCard__heading {
    gap: calc(10 / 390 * 100vw);
  }
}

.commonspaceCard__heading .name {
  line-height: 1.75;
  color: #a88245;
  letter-spacing: .08em;
}

.commonspaceCard__heading .name:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.75) * .5em);
  width: 0;
}

.commonspaceCard__heading .name:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.75) * .5em);
  width: 0;
}

@media print, screen and (min-width: 736px) {
  .commonspaceCard__heading .name {
    font-size: 20px;
  }
}

@media screen and (max-width: 736px) {
  .commonspaceCard__heading .name {
    font-size: calc(20 / 390 * 100vw);
  }
}

.commonspaceCard__heading .alpha {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #a88245;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .commonspaceCard__heading .alpha {
    font-size: 16px;
    height: 22px;
    width: 22px;
  }
}

@media screen and (max-width: 736px) {
  .commonspaceCard__heading .alpha {
    font-size: calc(16 / 390 * 100vw);
    height: calc(22 / 390 * 100vw);
    width: calc(22 / 390 * 100vw);
  }
}

.commonspaceCard__heading + .txt {
  border-top: 1px solid #b99e75;
}

@media print, screen and (min-width: 736px) {
  .commonspaceCard__heading + .txt {
    margin-top: 10px;
    padding-top: 24px;
  }
}

@media screen and (max-width: 736px) {
  .commonspaceCard__heading + .txt {
    margin-top: calc(10 / 390 * 100vw);
    padding-top: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .cyclingSect {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr .98947368421fr;
  }
}

.cyclingSect__head .heading + .caption {
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .cyclingSect__head + .cyclingSect__cont {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .cyclingSect__cont {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
}

.cyclingSect__bottom {
  background-color: #5b646f;
}

@media print, screen and (min-width: 736px) {
  .cyclingSect__bottom {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: auto;
    padding: 48px 0;
  }
}

@media screen and (max-width: 736px) {
  .cyclingSect__bottom {
    padding: calc(24 / 390 * 100vw) 0;
  }
}

@media screen and (max-width: 736px) {
  .cyclingSect__bottom .heading {
    letter-spacing: 0;
  }
}

@media print, screen and (min-width: 736px) {
  .entranceSect__head + .entranceSect__cont {
    margin-top: 32px;
  }
}

@media screen and (max-width: 736px) {
  .entranceSect__head + .entranceSect__cont {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .entranceSect__cont {
    margin: 0 auto;
    width: 885px;
  }
}

@media screen and (max-width: 736px) {
  .entranceSect__cont {
    margin-right: calc(-20 / 390 * 100vw);
    margin-left: calc(-20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .entranceSect__cont + .entranceSect__bottom {
    margin-top: 32px;
  }
}

@media screen and (max-width: 736px) {
  .entranceSect__cont + .entranceSect__bottom {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.entranceSect__bottom {
  background-color: rgba(226, 225, 208, 0.57);
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .entranceSect__bottom {
    padding: 56px 0 40px;
  }
}

@media screen and (max-width: 736px) {
  .entranceSect__bottom {
    padding: calc(40 / 390 * 100vw) 0;
  }
}

.entranceSect__bottom:before, .entranceSect__bottom:after {
  background-color: rgba(185, 158, 117, 0.5);
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media print, screen and (min-width: 736px) {
  .entranceSect__bottom:before {
    top: 6px;
  }
}

@media screen and (max-width: 736px) {
  .entranceSect__bottom:before {
    top: calc(6 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .entranceSect__bottom:after {
    bottom: 6px;
  }
}

@media screen and (max-width: 736px) {
  .entranceSect__bottom:after {
    bottom: calc(6 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .entranceSect__bottom .subSect__head + .subSect__cont {
    margin-top: 32px;
  }
}

@media screen and (max-width: 736px) {
  .entranceSect__bottom .subSect__head + .subSect__cont {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.entranceSect__bottom .subSect__cont .usableList {
  margin: 0 auto;
}

@media print, screen and (min-width: 736px) {
  .entranceSect__bottom .subSect__cont .usableList {
    width: 994px;
  }
}

@media screen and (max-width: 736px) {
  .entranceSect__bottom .subSect__cont .usableList {
    width: calc(310 / 390 * 100vw);
  }
}

.entranceSect__bottom .subSect__cont .usableList__inner {
  display: grid;
}

@media print, screen and (min-width: 736px) {
  .entranceSect__bottom .subSect__cont .usableList__inner {
    gap: 14px;
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 736px) {
  .entranceSect__bottom .subSect__cont .usableList__inner {
    gap: calc(8 / 390 * 100vw);
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 736px) {
  .familySect__head + .familySect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 736px) {
  .familySect__head + .familySect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.familySect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 736px) {
  .familySect__cont {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 736px) {
  .familySect__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .familySect__cont > .photo {
    width: 458px;
  }
}

@media print, screen and (min-width: 736px) {
  .familySect__cont .generalSlider {
    width: 459px;
  }
}

.familySect__cont .generalSlider .swiper-container {
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
}

.parkingCard {
  background-color: #4a555f;
  height: 100%;
}

@media print, screen and (min-width: 736px) {
  .parkingCard {
    padding: 40px;
  }
}

@media screen and (max-width: 736px) {
  .parkingCard {
    padding: calc(32 / 390 * 100vw) calc(20 / 390 * 100vw) calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .parkingCard__visual + .parkingCard__desc {
    margin-top: 32px;
  }
}

@media screen and (max-width: 736px) {
  .parkingCard__visual + .parkingCard__desc {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.parkingCard__desc {
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .parkingSect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 736px) {
  .parkingSect__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 564px;
  }
}

@media screen and (max-width: 736px) {
  .parkingSect__head + .parkingSect__cont {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .parkingSect__head .photo {
    width: 392px;
  }
}

@media screen and (max-width: 736px) {
  .parkingSect__head .photo {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.parkingSect__cont {
  background-color: #5b646f;
  color: #ffffff;
}

@media print, screen and (min-width: 736px) {
  .parkingSect__cont {
    padding: 48px 40px 32px;
    width: 570px;
  }
}

@media screen and (max-width: 736px) {
  .parkingSect__cont {
    padding: calc(40 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
}

.parkingSect__cont .subSect__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  white-space: nowrap;
}

@media print, screen and (min-width: 736px) {
  .parkingSect__cont .subSect__head {
    gap: 24px;
  }
}

@media screen and (max-width: 736px) {
  .parkingSect__cont .subSect__head {
    gap: calc(16 / 390 * 100vw);
  }
}

.parkingSect__cont .subSect__head:before, .parkingSect__cont .subSect__head:after {
  background-color: #cccccc;
  content: '';
  display: block;
  height: 1px;
  width: 100%;
}

@media print, screen and (min-width: 736px) {
  .parkingSect__cont .subSect__head + .subSect__cont {
    margin-top: 24px;
  }
}

@media screen and (max-width: 736px) {
  .parkingSect__cont .subSect__head + .subSect__cont {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.parkingSect__cont .subSect__cont .generalSlider .swiper-container {
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
}

.parkingSect__cont .subSect__cont .generalSlider .swiper-pagination-bullet {
  background-color: #5b646f;
  border-color: #ffffff;
}

.parkingSect__cont .subSect__cont .generalSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

@media print, screen and (min-width: 736px) {
  .landplan-area {
    padding-top: 130px;
  }
}

@media screen and (max-width: 736px) {
  .landplan-area {
    padding-top: calc(80 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .landplan-entrance {
    padding-top: 120px;
  }
}

@media screen and (max-width: 736px) {
  .landplan-entrance {
    padding-top: calc(80 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .landplan-family {
    padding: 120px 0 176px;
  }
}

@media screen and (max-width: 736px) {
  .landplan-family {
    padding: calc(80 / 390 * 100vw) 0 calc(174  / 390 * 100vw);
  }
}
