.detailSect {
  width: calc(100vw - var(--scrollbar));
}

@media print, screen and (min-width: 768px) {
  .detailSect {
    margin-left: calc((((100vw - var(--scrollbar))) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .detailSect {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

@media screen and (max-width: 768px) {
  .detailSect {
    margin-left: -25px;
  }
}

.detailSect__cont {
  position: relative;
  z-index: 1;
}

.detailSect__detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.detailSect__detail[data-sai='fade-up'] {
  -webkit-transform: translate3d(-50%, 40px, 0);
          transform: translate3d(-50%, 40px, 0);
}

.detailSect__detail[data-sai].sai-animate {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

@media print, screen and (min-width: 768px) {
  .detailSect__detail {
    padding: calc(60 / 1440 * 100vw) 0;
    top: 0;
    width: calc(1000 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .detailSect__detail {
    padding: calc(40 / 390 * 100vw) calc(32 / 390 * 100vw);
    top: calc(100 / 390 * 100vw);
    width: calc(342 / 390 * 100vw);
  }
}

.detailSect__detail .headingCombi {
  text-align: center;
}

.detailSect__detail .headingCombi .heading {
  color: #104052;
}

@media print, screen and (min-width: 768px) {
  .detailSect__detail .headingCombi .heading {
    font-size: calc(20 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .detailSect__detail .headingCombi .heading {
    font-size: calc(20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .detailSect__detail .headingCombi .heading + .txt {
    font-size: calc(14 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .detailSect__detail .headingCombi .heading + .txt {
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.8;
    text-align: left;
  }
}

.detailSect__bottom {
  position: relative;
}

.detailSect__bottom .detailSect__bg .photo__capIn {
  left: 10px;
  right: unset;
}

.detailSect__ranking {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .detailSect__ranking {
    bottom: 32px;
    height: 463px;
    padding: 40px 48px;
    right: 32px;
    width: 420px;
  }
}

@media screen and (max-width: 768px) {
  .detailSect__ranking {
    bottom: calc(24 / 390 * 100vw);
    padding: calc(24 / 390 * 100vw);
    right: calc(16 / 390 * 100vw);
    width: calc(300 / 390 * 100vw);
  }
}

.educationSect__head {
  text-align: center;
}

.educationSect__label {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.6;
  margin: 0 auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 768px) {
  .educationSect__label {
    padding-left: 14px;
  }
}

@media screen and (max-width: 768px) {
  .educationSect__label {
    font-size: 20px;
    padding-left: 18px;
  }
}

.educationSect__label:before {
  background-color: #84a8a1;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}

@media screen and (max-width: 768px) {
  .educationSect__label:before {
    height: 14px;
    width: 14px;
  }
}

.educationSect__ttl {
  color: #104052;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.8;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .educationSect__ttl {
    font-size: 18px;
    margin-top: 24px;
    text-align: left;
  }
}

@media print, screen and (min-width: 768px) {
  .educationSect__cont {
    margin-top: 60px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .educationSect__cont .usableList__body {
    gap: 40px 24px;
  }
}

@media screen and (max-width: 768px) {
  .educationSect__cont .usableList__body {
    gap: calc(32 / 390 * 100vw) calc(16 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .educationSect__cont .usableList__item {
    width: calc((100% - 72px) / 4);
  }
}

@media screen and (max-width: 768px) {
  .educationSect__cont .usableList__item {
    width: calc((100% - calc(16 / 390 * 100vw)) / 2);
  }
}

.educationSect__cont .descriptionCard__cont {
  color: #111111;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .educationSect__cont .descriptionCard__cont .heading {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .educationSect__cont .descriptionCard__cont .heading {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .educationSect__cont .descriptionCard__cont .txt {
    font-size: 12px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .educationSect__cont .descriptionCard__cont .txt {
    font-size: 10px;
    margin-top: 6px;
  }
}

.medicalSect__head {
  text-align: center;
}

.medicalSect__label {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.6;
  margin: 0 auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 768px) {
  .medicalSect__label {
    padding-left: 14px;
  }
}

@media screen and (max-width: 768px) {
  .medicalSect__label {
    font-size: 20px;
    padding-left: 18px;
  }
}

.medicalSect__label:before {
  background-color: #84a8a1;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}

@media screen and (max-width: 768px) {
  .medicalSect__label:before {
    height: 14px;
    width: 14px;
  }
}

.medicalSect__ttl {
  color: #104052;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.8;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .medicalSect__ttl {
    font-size: 18px;
    margin-top: 24px;
    text-align: left;
  }
}

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

@media print, screen and (min-width: 768px) {
  .medicalSect__cont {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .medicalSect__cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 0;
    margin-top: 40px;
  }
}

.medicalSect__cont .medicalSect__item:first-child .usableList__item:first-child {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .medicalSect__cont .usableList__body {
    gap: 40px 48px;
  }
}

@media screen and (max-width: 768px) {
  .medicalSect__cont .usableList__body {
    gap: calc(32 / 390 * 100vw) calc(16 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .medicalSect__cont .usableList__item {
    width: calc((100% - 72px) / 4);
  }
}

@media screen and (max-width: 768px) {
  .medicalSect__cont .usableList__item {
    width: calc((100% - calc(16 / 390 * 100vw)) / 2);
  }
}

.medicalSect__cont .descriptionCard__cont {
  color: #111111;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .medicalSect__cont .descriptionCard__cont .heading {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .medicalSect__cont .descriptionCard__cont .heading {
    font-size: 16px;
    letter-spacing: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .medicalSect__cont .descriptionCard__cont .txt {
    font-size: 12px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .medicalSect__cont .descriptionCard__cont .txt {
    font-size: 10px;
    margin-top: 6px;
  }
}

@media print, screen and (min-width: 768px) {
  .medicalSect__item {
    width: 580px;
  }
}

@media print, screen and (min-width: 768px) {
  .medicalSect__item .usableList__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 768px) {
  .medicalSect__item .usableList__item {
    width: calc((100% - 48px) / 2);
  }
}

.medicalSect__category {
  margin: 0 auto;
  text-align: center;
  text-decoration: underline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 768px) {
  .medicalSect__category {
    font-size: 16px;
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 768px) {
  .medicalSect__category {
    font-size: 16px;
    padding-bottom: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .parkSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    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: 768px) {
  .parkSect__head {
    width: 500px;
  }
}

.parkSect__txt {
  color: #111111;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .parkSect__txt {
    font-size: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .parkSect__cont {
    width: 600px;
  }
}

@media screen and (max-width: 768px) {
  .parkSect__cont {
    margin-top: 40px;
  }
}

.parkSect__photos .usableList__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .parkSect__photos .usableList__body {
    gap: 20px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .parkSect__photos .usableList__item {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 768px) {
  .parkSect__photos .usableList__item {
    width: calc((100% - calc(20 / 390 * 100vw)) / 3);
  }
}

.parkSect__photos .descriptionCard__cont {
  display: none;
}

.parkSect__photos .photo__image {
  height: auto;
  width: 100%;
}

.parkSect__photoCap {
  color: #999999;
  font-size: 10px;
  letter-spacing: .08em;
  line-height: 1.4;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .parkSect__photoCap {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .parkSect__photoCap {
    margin-top: 8px;
  }
}

.parkSect__features {
  background-color: #f6f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .parkSect__features {
    gap: 16px 80px;
    padding: 24px 67px;
    width: 600px;
  }
}

@media screen and (max-width: 768px) {
  .parkSect__features {
    gap: 8px calc(20 / 390 * 100vw);
    padding: 14px 0 14px 22px;
  }
}

.parkSect__featuresItem {
  color: #000000;
  font-size: 13px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .parkSect__featuresItem {
    letter-spacing: 0;
    line-height: 1;
    padding-left: 14px;
    width: 193px;
  }
}

@media screen and (max-width: 768px) {
  .parkSect__featuresItem {
    font-size: 10px;
    letter-spacing: -.02em;
    padding-left: calc(12 / 390 * 100vw);
    width: calc((100% - calc(20 / 390 * 100vw)) / 2);
  }
}

.parkSect__featuresItem:before {
  background-color: #84a8a1;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}

@media screen and (max-width: 768px) {
  .parkSect__featuresItem:before {
    height: 10px;
    width: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .rankingBox__head + .rankingBox__cont {
    margin-top: 30px;
  }
}

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

.rankingBox__label {
  color: #ffffff;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .rankingBox__label {
    font-size: 16px;
    letter-spacing: .1em;
    padding: 6px 16px;
  }
}

@media screen and (max-width: 768px) {
  .rankingBox__label {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: .04em;
    line-height: 1.4;
    padding: calc(6 / 390 * 100vw) calc(10 / 390 * 100vw);
  }
}

.rankingBox__label:before {
  background: -webkit-gradient(linear, left top, right top, from(#31565e), to(#04191e));
  background: linear-gradient(to right, #31565e, #04191e);
  content: '';
  height: 100%;
  left: 0;
  opacity: .9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.rankingBox__ttl {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #063809;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: .05em;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .rankingBox__ttl {
    font-size: 36px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .rankingBox__ttl {
    font-size: calc(28 / 390 * 100vw);
    margin-top: calc(10 / 390 * 100vw);
  }
}

.rankingBox__ttl .num {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .rankingBox__ttl .num {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  .rankingBox__ttl .num {
    font-size: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .rankingBox__inner {
    margin-top: 14px;
  }
}

@media screen and (max-width: 768px) {
  .rankingBox__inner {
    margin-top: calc(10 / 390 * 100vw);
  }
}

.rankingBox__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  .rankingBox__item {
    padding: 12px 4px;
  }
}

@media screen and (max-width: 768px) {
  .rankingBox__item {
    padding: calc(8 / 390 * 100vw) calc(5 / 390 * 100vw);
  }
}

.rankingBox__item:first-child {
  border-top: 1px solid #000000;
}

.rankingBox__item--highlight {
  position: relative;
}

.rankingBox__item--highlight:before {
  background: #f5d06a;
  content: '';
  height: 100%;
  left: 0;
  opacity: .7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.rankingBox__item--highlight .rankingBox__place,
.rankingBox__item--highlight .rankingBox__meter {
  font-weight: 700;
}

.rankingBox__item--highlight .rankingBox__place {
  color: #9b0015;
}

@media print, screen and (min-width: 768px) {
  .rankingBox__item--highlight .rankingBox__place {
    font-size: 16px;
  }
}

.rankingBox__rank {
  color: #333333;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .rankingBox__rank {
    font-size: 14px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .rankingBox__rank {
    font-size: calc(11 / 390 * 100vw);
    width: 25px;
  }
}

.rankingBox__place {
  color: #333333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media print, screen and (min-width: 768px) {
  .rankingBox__place {
    font-size: 14px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .rankingBox__place {
    font-size: calc(11 / 390 * 100vw);
    padding-left: calc(4 / 390 * 100vw);
  }
}

.rankingBox__meter {
  color: #333333;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .rankingBox__meter {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .rankingBox__meter {
    font-size: calc(11 / 390 * 100vw);
  }
}

.rankingBox__note {
  color: #999999;
}

@media print, screen and (min-width: 768px) {
  .rankingBox__note {
    font-size: 10px;
    letter-spacing: .05em;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .rankingBox__note {
    font-size: calc(9 / 390 * 100vw);
    letter-spacing: 0;
    margin-top: 10px;
  }
}

.residenceSect {
  color: #ffffff;
}

.residenceSect__head {
  text-align: center;
}

.residenceSect__ttl {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .residenceSect__ttl {
    font-size: 18px;
  }
}

.residenceSect__cont {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .residenceSect__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-top: 56px;
    max-width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .residenceSect__cont {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .residenceSect__left {
    width: 580px;
  }
}

.residenceSect .usableList__body {
  display: grid;
}

@media print, screen and (min-width: 768px) {
  .residenceSect .usableList__body {
    gap: 16px 45px;
    grid-template-columns: 352fr 184fr;
    grid-template-rows: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .residenceSect .usableList__body {
    gap: calc(20 / 390 * 100vw);
    grid-template-columns: 1fr 1fr;
  }
}

@media print, screen and (min-width: 768px) {
  .residenceSect .usableList__item:first-child {
    grid-row: 1 / 3;
  }
}

@media screen and (max-width: 768px) {
  .residenceSect .usableList__item:first-child {
    grid-column: 1 / 3;
  }
}

.residenceSect .descriptionCard__cont {
  margin-top: 10px;
  text-align: center;
}

.residenceSect .descriptionCard__cont .heading {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .residenceSect .descriptionCard__cont .heading {
    font-size: 14px;
  }
}

.residenceSect .photo__image {
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .residenceSect__txt {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .residenceSect__txt {
    margin-top: 24px;
  }
}

.residenceSect__desc {
  font-size: 13px;
  letter-spacing: .1em;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .residenceSect__desc {
    font-size: 12px;
  }
}

.residenceSect__note {
  font-size: 10px;
  letter-spacing: .08em;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .residenceSect__note {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .residenceSect__note {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .residenceSect__right {
    width: 580px;
  }
}

@media screen and (max-width: 768px) {
  .residenceSect__right {
    margin-top: 32px;
  }
}

.residenceSect__right .photo__image {
  height: auto;
  width: 100%;
}

.residenceSect__mapNote {
  font-size: 10px;
  letter-spacing: .08em;
  line-height: 1.4;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .residenceSect__mapNote {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .residenceSect__mapNote {
    margin-top: 8px;
  }
}

.shoppingSect__head {
  text-align: center;
}

.shoppingSect__label {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.6;
  margin: 0 auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__label {
    padding-left: 14px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__label {
    font-size: 20px;
    padding-left: 18px;
  }
}

.shoppingSect__label:before {
  background-color: #84a8a1;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}

@media screen and (max-width: 768px) {
  .shoppingSect__label:before {
    height: 14px;
    width: 14px;
  }
}

.shoppingSect__ttl {
  color: #104052;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.8;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .shoppingSect__ttl {
    font-size: 18px;
    margin-top: 24px;
    text-align: left;
  }
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__main {
    margin-top: 40px;
  }
}

.shoppingSect__main .descriptionCard__cont {
  color: #111111;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__main .descriptionCard__cont .heading {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__main .descriptionCard__cont .heading {
    font-size: 16px;
    letter-spacing: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__main .descriptionCard__cont .txt {
    font-size: 12px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__main .descriptionCard__cont .txt {
    font-size: 10px;
    margin-top: 6px;
  }
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__item--left {
    width: 691px;
  }
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__item--left .usableList__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__item--left .usableList__body {
    gap: calc(24 / 390 * 100vw) calc(16 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__item--left .usableList__item {
    width: calc((100% - 40px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__item--left .usableList__item {
    width: calc((100% - calc(16 / 390 * 100vw)) / 2);
  }
}

.shoppingSect__item--left .usableList__item:first-child {
  width: 100%;
}

.shoppingSect__item--right {
  background-color: #f6f5f5;
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__item--right {
    padding: 40px;
    width: 460px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__item--right {
    margin-top: 24px;
    padding: 24px;
  }
}

.shoppingSect__item--right .usableList__body {
  gap: 20px;
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__item--right .usableList__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__item--right .usableList__item {
    width: calc((100% - 20px) / 2);
  }
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__item--right .usableList__item:nth-child(2) .descriptionCard {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__item--right .descriptionCard {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__item--right .descriptionCard__head .photo__image {
    width: 230px;
  }
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__item--right .descriptionCard__cont .heading {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__item--right .descriptionCard__cont .heading {
    font-size: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__imaMap {
    margin-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__imaMap {
    margin-top: 32px;
  }
}

.shoppingSect__imaMap .photo__image {
  height: auto;
  width: 100%;
}

.shoppingSect__imaBottom {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__imaBottom {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__imaBottom {
    margin-top: 32px;
  }
}

.shoppingSect__imaBottom .photo {
  height: auto;
  width: 180px;
}

@media screen and (max-width: 768px) {
  .shoppingSect__imaBottom .photo {
    width: calc(180 / 390 * 100vw);
  }
}

.shoppingSect__cap {
  color: #999999;
  font-size: 10px;
  letter-spacing: -.05em;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__cap {
    width: 181px;
  }
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__cont {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__cont {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__cont .usableList__body {
    gap: 40px 24px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__cont .usableList__body {
    gap: calc(32 / 390 * 100vw) calc(16 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__cont .usableList__item {
    width: calc((100% - 72px) / 4);
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__cont .usableList__item {
    width: calc((100% - calc(16 / 390 * 100vw)) / 2);
  }
}

.shoppingSect__cont .descriptionCard__cont {
  color: #111111;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__cont .descriptionCard__cont .heading {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__cont .descriptionCard__cont .heading {
    font-size: 16px;
    letter-spacing: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__cont .descriptionCard__cont .txt {
    font-size: 12px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__cont .descriptionCard__cont .txt {
    font-size: 10px;
    margin-top: 6px;
  }
}

.sportsSect__head {
  text-align: center;
}

.sportsSect__label {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.6;
  margin: 0 auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 768px) {
  .sportsSect__label {
    padding-left: 14px;
  }
}

@media screen and (max-width: 768px) {
  .sportsSect__label {
    font-size: 20px;
    padding-left: 18px;
  }
}

.sportsSect__label:before {
  background-color: #84a8a1;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}

@media screen and (max-width: 768px) {
  .sportsSect__label:before {
    height: 14px;
    width: 14px;
  }
}

.sportsSect__ttl {
  color: #104052;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.8;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .sportsSect__ttl {
    font-size: 18px;
    margin-top: 24px;
    text-align: left;
  }
}

@media print, screen and (min-width: 768px) {
  .sportsSect__cont {
    margin-top: 60px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .sportsSect__cont .usableList__body {
    gap: 40px 24px;
  }
}

@media screen and (max-width: 768px) {
  .sportsSect__cont .usableList__body {
    gap: calc(32 / 390 * 100vw) calc(16 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .sportsSect__cont .usableList__item {
    width: calc((100% - 72px) / 4);
  }
}

@media screen and (max-width: 768px) {
  .sportsSect__cont .usableList__item {
    width: calc((100% - calc(16 / 390 * 100vw)) / 2);
  }
}

.sportsSect__cont .descriptionCard__cont {
  color: #111111;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .sportsSect__cont .descriptionCard__cont .heading {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .sportsSect__cont .descriptionCard__cont .heading {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .sportsSect__cont .descriptionCard__cont .txt {
    font-size: 12px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .sportsSect__cont .descriptionCard__cont .txt {
    font-size: 10px;
    margin-top: 6px;
  }
}

@media print, screen and (min-width: 768px) {
  .location-park {
    padding: 113px 0;
  }
}

@media screen and (max-width: 768px) {
  .location-park {
    padding: 32px 0;
  }
}

.location-residence {
  padding: 100px 0;
}

@media print, screen and (min-width: 768px) {
  .location-shopping,
  .location-medical,
  .location-education,
  .location-sports {
    padding: 140px 0 160px;
  }
}

@media screen and (max-width: 768px) {
  .location-shopping,
  .location-medical,
  .location-education,
  .location-sports {
    padding: 32px 0 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .location-bottom {
    padding-top: 160px;
  }
}
