.educationSect__ttl {
  display: inline-block;
}

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

@media print, screen and (min-width: 768px) {
  .educationSect__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

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

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

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

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

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

@media screen and (max-width: 768px) {
  .educationSect__cont .usableList__item {
    width: 150px;
  }
  .educationSect__cont .usableList__item:nth-child(n+3) {
    margin-top: 24px;
  }
}

.educationSect__cont .usableList__item .descriptionCard .heading .caption {
  display: block;
}

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

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

.lifeinfoList__head {
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lifeinfoList__head:before, .lifeinfoList__head:after {
    background-color: #ffffff;
    content: '';
    height: 1px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    width: 16px;
    z-index: 2;
  }
  .lifeinfoList__head:before {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .lifeinfoList__head:after {
    -webkit-transform: translate(0, -50%) rotate(90deg);
            transform: translate(0, -50%) rotate(90deg);
  }
  .lifeinfoList__head.is-active:before {
    -webkit-transform: translate(0, -50%) scale(0, 1);
            transform: translate(0, -50%) scale(0, 1);
  }
  .lifeinfoList__head.is-active:after {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media screen and (max-width: 768px) {
  .lifeinfoList__body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s ease;
    transition: max-height 1s ease;
  }
  .lifeinfoList__body.is-active {
    max-height: 2000px;
  }
}

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

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

.lifeinfoList__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: .11em;
  line-height: 2;
  position: relative;
  z-index: 1;
}

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

@media screen and (max-width: 768px) {
  .lifeinfoList__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 12px;
  }
}

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

@media screen and (max-width: 768px) {
  .lifeinfoList__item + .lifeinfoList__item {
    margin-top: 12px;
  }
}

.lifeinfoList__item .name,
.lifeinfoList__item .dist {
  background-color: #e7ecf3;
}

@media print, screen and (min-width: 768px) {
  .lifeinfoList__item .name {
    padding-right: 7px;
  }
}

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

@media screen and (max-width: 768px) {
  .lifeinfoList__item .dist {
    margin-left: auto;
    padding-left: 6px;
  }
}

@media print, screen and (min-width: 768px) {
  .lifeinfoList__item .caption {
    position: absolute;
    right: 0;
    top: 100%;
  }
}

@media screen and (max-width: 768px) {
  .lifeinfoList__item .caption {
    display: block;
    margin-left: auto;
    text-align: right;
  }
}

.lifeinfoList__item:after {
  border: 1px dotted #6c888a;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

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

@media screen and (max-width: 768px) {
  .lifeinfoList__item:after {
    top: 36px;
  }
}

@media screen and (max-width: 768px) {
  .lifeinfoSect__head .sectTtl {
    font-size: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .lifeinfoSect__head .zoomFigure {
    margin: 32px auto 0;
    width: 830px;
  }
}

@media screen and (max-width: 768px) {
  .lifeinfoSect__head .zoomFigure {
    margin-top: 32px;
    width: 100vw;
  }
}

@media screen and (max-width: 768px) and (min-width: 768px) {
  .lifeinfoSect__head .zoomFigure {
    margin-left: calc((100vw - 1000px) / -2);
  }
}

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

@media screen and (max-width: 768px) and (max-width: 768px) {
  .lifeinfoSect__head .zoomFigure {
    margin-left: -30px;
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .lifeinfoSect__cont {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .lifeinfoSect__item {
    width: 480px;
  }
  .lifeinfoSect__item:nth-child(n+3) {
    margin-top: 56px;
  }
}

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

.relaxSect__ttl {
  display: inline-block;
}

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

@media print, screen and (min-width: 768px) {
  .relaxSect__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .relaxSect__head .heading {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .relaxSect__head + .relaxSect__cont {
    margin-top: 32px;
  }
}

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

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

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

@media screen and (max-width: 768px) {
  .relaxSect__cont .usableList__item {
    width: 150px;
  }
  .relaxSect__cont .usableList__item:nth-child(n+3) {
    margin-top: 24px;
  }
}

.relaxSect__cont .usableList__item .descriptionCard .heading .caption {
  display: block;
}

.shoppingSect__ttl {
  display: inline-block;
}

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

@media print, screen and (min-width: 768px) {
  .shoppingSect__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

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

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

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

@media print, screen and (min-width: 768px) {
  .shoppingSect__cont {
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

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

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

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

@media screen and (max-width: 768px) {
  .shoppingSect__cont .usableList__item {
    width: 155px;
  }
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__cont .usableList__item:nth-child(n+3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__cont .usableList__item:nth-child(n+3) {
    margin-top: 24px;
  }
}

.shoppingSect__cont .usableList__item .descriptionCard .heading .caption {
  display: block;
}

.shoppingSect__box {
  background-color: #f1eee9;
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__box {
    padding: 40px 40px 56px;
    width: 490px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__box {
    padding: 40px 30px 48px;
  }
}

.shoppingSect__box .descriptionCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

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

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

.shoppingSect__box .descriptionCard__cont {
  margin-top: 0;
}

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

@media screen and (max-width: 768px) {
  .shoppingSect__box .descriptionCard + .txt {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__box .descriptionCard + .txt + .headingCombi {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__box .descriptionCard + .txt + .headingCombi {
    margin-top: 16px;
  }
}

.stationCard {
  position: relative;
}

.stationCard__desc {
  color: #ffffff;
  letter-spacing: .1em;
  line-height: 1;
  position: absolute;
  text-shadow: 0 0 17px #0f2a32,0 0 17px #0f2a32,0 0 17px #0f2a32,0 0 17px #0f2a32,0 0 17px #0f2a32;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .stationCard__desc {
    bottom: 20px;
    font-size: 25px;
    left: 20px;
  }
}

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

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

@media screen and (max-width: 768px) {
  .stationCard__desc .name {
    font-size: 24px;
  }
}

.stationCard__desc .num {
  font-family: "EB Garamond", serif;
}

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

@media screen and (max-width: 768px) {
  .stationCard__desc .num {
    font-size: 40px;
  }
}

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

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

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

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

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

@media screen and (max-width: 768px) {
  .stationSect__cont .swipeFigure__inner {
    height: 400px;
  }
}

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

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

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

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

@media screen and (max-width: 768px) {
  .stationSect__cont .usableList + .caption {
    margin-top: 32px;
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .access-station {
    padding: 80px 0 120px;
  }
}

@media screen and (max-width: 768px) {
  .access-station {
    padding: 56px 0 80px;
  }
}

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

@media screen and (max-width: 768px) {
  .access-shopping {
    padding-top: 32px;
  }
}

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

@media screen and (max-width: 768px) {
  .access-relax {
    padding-top: 56px;
  }
}

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

@media screen and (max-width: 768px) {
  .access-education {
    padding-top: 56px;
  }
}

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

@media screen and (max-width: 768px) {
  .access-lifeinfo {
    padding-top: 96px;
  }
}
