.accessSect {
  color: #333333;
}

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

@media screen and (max-width: 768px) {
  .accessSect {
    padding-bottom: 80px;
  }
}

.accessSect__cont {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .accessSect__cont .usableList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .accessSect__cont .usableList {
    margin-top: 64px;
  }
}

@media print, screen and (min-width: 768px) {
  .accessSect__cont .usableList__item {
    width: 584px;
  }
}

@media screen and (max-width: 768px) {
  .accessSect__cont .usableList__item {
    width: 100%;
  }
  .accessSect__cont .usableList__item + .usableList__item {
    margin-top: 40px;
  }
}

.accessSect__cont .usableList__item .headingCombi .heading {
  color: #333333;
  letter-spacing: .1em;
  line-height: 1.28;
}

@media print, screen and (min-width: 768px) {
  .accessSect__cont .usableList__item .headingCombi .heading {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .accessSect__cont .usableList__item .headingCombi .heading {
    font-size: 20px;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .accessSect__cont .usableList__item .headingCombi .heading .text-lg {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .accessSect__cont .usableList__item .headingCombi .heading .text-lg {
    font-size: 34px;
  }
}

@media print, screen and (min-width: 768px) {
  .educationSect__head:not(:first-of-type) {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .educationSect__head:not(:first-of-type) {
    margin-top: 80px;
  }
}

.educationSect__head .heading {
  font-size: 32px;
}

.educationSect__head .txt {
  font-size: 20px;
  line-height: 1.28;
}

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

@media screen and (max-width: 768px) {
  .educationSect__head .txt {
    margin-top: 32px;
    text-align: center;
  }
}

.educationSect__cont {
  position: relative;
}

.educationSect__cont--triple {
  position: relative;
}

.educationSect__cont--triple .usableList {
  display: grid;
}

@media print, screen and (min-width: 768px) {
  .educationSect__cont--triple .usableList {
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .educationSect__cont--triple .usableList {
    gap: 40px 24px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 64px;
  }
}

.educationSect__cont--triple .usableList__item .headingCombi .heading {
  color: #333333;
}

@media print, screen and (min-width: 768px) {
  .educationSect__cont--triple .usableList__item .headingCombi .heading {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .educationSect__cont--triple .usableList__item .headingCombi .heading {
    font-size: 20px;
  }
}

.educationSect__cont--triple .usableList__item .headingCombi .heading .text-sm {
  font-size: 16px;
}

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

@media screen and (max-width: 768px) {
  .educationSect__cont--triple .usableList__item .headingCombi .txt {
    font-size: 12px;
    margin-top: 7px;
  }
}

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

@media screen and (max-width: 768px) {
  .educationSect__cont--force {
    margin-top: 64px;
  }
}

.educationSect__cont--force .usableList {
  display: grid;
}

@media print, screen and (min-width: 768px) {
  .educationSect__cont--force .usableList {
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .educationSect__cont--force .usableList {
    gap: 40px 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.educationSect__cont--force .usableList .headingCombi .heading {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 .5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .educationSect__cont--force .usableList .headingCombi .heading {
    font-size: 18px;
  }
}

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

.educationSect__cont--force .usableList .headingCombi .heading:before, .educationSect__cont--force .usableList .headingCombi .heading:after {
  content: none;
}

.educationSect__cont--force .usableList .headingCombi .txt {
  text-align: center;
}

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

@media screen and (max-width: 768px) {
  .educationSect__cont--force .usableList .headingCombi .txt {
    font-size: 12px;
    margin-top: 7px;
  }
}

.gourmetSect {
  color: #ffffff;
}

.gourmetSect__head .heading {
  font-size: 32px;
}

.gourmetSect__head .txt {
  font-size: 20px;
  line-height: 1.28;
}

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

@media screen and (max-width: 768px) {
  .gourmetSect__head .txt {
    margin-top: 32px;
    text-align: center;
  }
}

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

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

.gourmetSect__cont .usableList {
  display: grid;
}

@media print, screen and (min-width: 768px) {
  .gourmetSect__cont .usableList {
    gap: 64px 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .gourmetSect__cont .usableList {
    gap: 40px 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.gourmetSect__cont .usableList .headingCombi .heading {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .gourmetSect__cont .usableList .headingCombi .heading {
    font-size: 18px;
  }
}

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

.gourmetSect__cont .usableList .headingCombi .heading .text-sm {
  font-size: 16px;
  padding-left: .5em;
}

@media print, screen and (min-width: 768px) {
  .gourmetSect__cont .usableList .headingCombi .txt {
    font-size: 14px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .gourmetSect__cont .usableList .headingCombi .txt {
    font-size: 12px;
    margin-top: 7px;
  }
}

.gourmetSect__cont .usableList .headingCombi .txt .caption {
  color: #ffffff;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .gourmetSect__cont .usableList .headingCombi .txt .caption {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .gourmetSect__cont .usableList .headingCombi .txt .caption {
    font-size: 12px;
  }
}

.headingSect {
  color: #ffffff;
}

.headingSect .sectLine {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .headingSect .sectLine {
    height: 120px;
  }
}

@media screen and (max-width: 768px) {
  .headingSect .sectLine {
    height: calc(64 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .headingSect__head {
    margin: auto;
    text-align: center;
    width: 1320px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .headingSect__head + .headingSect__cont {
    margin-top: 48px;
  }
}

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

.headingSect__head .pageTtl {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .headingSect__head .pageTtl {
    font-size: 80px;
    letter-spacing: 20px;
  }
}

@media screen and (max-width: 768px) {
  .headingSect__head .pageTtl {
    font-size: 58px;
  }
}

.headingSect__head .headingCombi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 64px 0 20px;
}

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

@media screen and (max-width: 768px) {
  .headingSect__head .headingCombi {
    margin-top: 48px;
  }
}

.headingSect__head .headingCombi .heading {
  text-align: right;
}

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

@media screen and (max-width: 768px) {
  .headingSect__head .headingCombi .heading {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 14px;
  }
}

.headingSect__head .headingCombi .txt {
  letter-spacing: .05em;
  line-height: 1.2;
  margin-top: 0;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .headingSect__head .headingCombi .txt {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .headingSect__head .headingCombi .txt {
    font-size: 10px;
  }
}

.headingSect__head .photo .capOut {
  text-shadow: none;
}

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

@media screen and (max-width: 768px) {
  .headingSect__cont {
    padding-top: 80px;
  }
}

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

.headingSect__cont .modalFigure {
  margin-top: 80px;
}

@media print, screen and (min-width: 768px) {
  .headingSect__cont .modalFigure {
    margin: 80px auto 0;
    width: 1200px;
  }
}

.headingSect__cont .modalFigure .figurePlot {
  border-radius: 500px;
  left: inherit;
  right: 10px;
}

.headingSect .scroll {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .headingSect .scroll {
    margin: 80px 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .headingSect .scroll {
    margin: 60px 0 15px;
  }
}

.parkssportsSect {
  color: #ffffff;
}

.parkssportsSect__head .heading {
  font-size: 32px;
}

.parkssportsSect__head .txt {
  font-size: 20px;
  line-height: 1.28;
}

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

@media screen and (max-width: 768px) {
  .parkssportsSect__head .txt {
    margin-top: 32px;
    text-align: center;
  }
}

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

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

.parkssportsSect__cont .usableList {
  display: grid;
}

@media print, screen and (min-width: 768px) {
  .parkssportsSect__cont .usableList {
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .parkssportsSect__cont .usableList {
    gap: 40px 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.parkssportsSect__cont .usableList .headingCombi .heading {
  letter-spacing: .1em;
  line-height: 1.28;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .parkssportsSect__cont .usableList .headingCombi .heading {
    font-size: 18px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .parkssportsSect__cont .usableList .headingCombi .txt {
    font-size: 14px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .parkssportsSect__cont .usableList .headingCombi .txt {
    font-size: 12px;
    margin-top: 7px;
  }
}

.shoppingSect__head .heading {
  font-size: 32px;
}

.shoppingSect__head .txt {
  font-size: 20px;
  line-height: 1.28;
}

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

@media screen and (max-width: 768px) {
  .shoppingSect__head .txt {
    margin-top: 32px;
    text-align: center;
  }
}

.shoppingSect__cont--top {
  position: relative;
}

.shoppingSect__cont--top .usableList {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

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

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

.shoppingSect__cont--top .usableList__item .headingCombi .heading {
  color: #333333;
  letter-spacing: .1em;
  line-height: 1.28;
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__cont--top .usableList__item .headingCombi .heading {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__cont--top .usableList__item .headingCombi .heading {
    font-size: 20px;
    text-align: center;
  }
}

.shoppingSect__cont--top .usableList__item .headingCombi .heading .leading-sp {
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .shoppingSect__cont--top .usableList__item .headingCombi .heading .leading-sp {
    display: block;
    line-height: .85em;
    padding-bottom: 5px;
  }
}

.shoppingSect__cont--top .usableList__item .headingCombi .heading .text-sm {
  font-size: 14px;
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__cont--top .usableList__item .headingCombi .heading .text-lg {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__cont--top .usableList__item .headingCombi .heading .text-lg {
    font-size: 34px;
  }
}

.shoppingSect__cont--top .usableList__item .headingCombi .txt {
  font-family: "Noto Serif", serif;
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__cont--top .usableList__item .headingCombi .txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__cont--top .usableList__item .headingCombi .txt {
    font-size: 20px;
  }
}

.shoppingSect__cont--top .usableList__item .headingCombi .txt .caption {
  color: #333333;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__cont--top .usableList__item .headingCombi .txt .caption {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__cont--top .usableList__item .headingCombi .txt .caption {
    font-size: 12px;
  }
}

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

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

.shoppingSect__cont--bottom .usableList {
  display: grid;
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__cont--bottom .usableList {
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__cont--bottom .usableList {
    gap: 40px 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.shoppingSect__cont--bottom .usableList .headingCombi .heading {
  color: #333333;
  letter-spacing: .1em;
  line-height: 1.28;
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__cont--bottom .usableList .headingCombi .heading {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__cont--bottom .usableList .headingCombi .heading {
    font-size: 16px;
  }
}

.shoppingSect__cont--bottom .usableList .headingCombi .txt {
  text-align: center;
}

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

@media screen and (max-width: 768px) {
  .shoppingSect__cont--bottom .usableList .headingCombi .txt {
    font-size: 12px;
    margin-top: 7px;
  }
}

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

@media screen and (max-width: 768px) {
  .location-headingArea {
    padding: 16.28vw 0 0;
  }
}

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

@media screen and (max-width: 768px) {
  .location-shoppingArea {
    padding-bottom: 80px;
  }
}

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

@media screen and (max-width: 768px) {
  .location-gourmetArea {
    padding-bottom: 80px;
  }
}

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

@media screen and (max-width: 768px) {
  .location-parkssportsArea {
    padding-bottom: 80px;
  }
}

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

@media screen and (max-width: 768px) {
  .location-educationArea {
    padding-bottom: 80px;
  }
}
