.furnitureCard__head:has(.photo:nth-child(n+2)) {
  -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) {
  .furnitureCard__head:has(.photo:nth-child(n+2)) .photo {
    width: 490px;
  }
}

@media print, screen and (min-width: 768px) {
  .furnitureCard__head:has(.photo:nth-child(n+2)) + .furnitureCard__cont {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .furnitureCard__head:has(.photo:nth-child(n+2)) + .furnitureCard__cont {
    margin-top: 16px;
  }
}

.furnitureCard__head .photo__image {
  width: 100%;
}

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

@media screen and (max-width: 768px) {
  .furnitureCard__cont .txt {
    font-size: 12px;
    margin-top: 24px;
  }
}

.furnitureCard__minutes {
  letter-spacing: .11em;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  .furnitureCard__minutes {
    font-size: 12px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .furnitureCard__minutes {
    font-size: 11px;
    margin-top: 6px;
  }
}

.furnitureCard__descList {
  background-color: #f1eee9;
}

@media print, screen and (min-width: 768px) {
  .furnitureCard__descList {
    margin-top: 16px;
    padding: 24px 16px 32px;
  }
}

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

.furnitureCard__descList .heading {
  color: #439097;
}

.furnitureCard__descList .txt {
  letter-spacing: .05em;
}

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

@media screen and (max-width: 768px) {
  .furnitureCard__descList .txt {
    font-size: 11px;
  }
}

.furnitureCard__descList .txt .box {
  color: #0d5e65;
  display: inline-block;
  -webkit-transform: scale(0.7, 1);
          transform: scale(0.7, 1);
}

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

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

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

@media print, screen and (min-width: 768px) {
  .gourmetSect__cont .usableList__item {
    width: 320px;
  }
  .gourmetSect__cont .usableList__item:nth-child(n+4) {
    margin-top: 32px;
  }
}

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

@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;
}

@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: -25px;
  }
}

@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;
  }
}

.locationSect {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.locationSect__head {
  width: 100%;
}

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

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

.locationSect__cont {
  width: 100vw;
}

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

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

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

.locationSect__note .caption {
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .locationSect__note .caption:first-child {
    bottom: 10px;
    right: 35%;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__note .caption:first-child {
    bottom: 84px;
    right: 10px;
  }
}

.locationSect__note .caption:nth-child(2) {
  bottom: 10px;
  right: 10px;
}

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

@media screen and (max-width: 768px) {
  .refreshSect__head + .refreshSect__cont {
    margin-top: 28px;
  }
}

@media print, screen and (min-width: 768px) {
  .refreshSect__cont {
    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;
  }
}

.refreshSect__cont .furnitureCard {
  width: 100%;
}

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

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

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

@media screen and (max-width: 768px) {
  .refreshSect__cont .usableList + .furnitureCard {
    margin-top: 16px;
  }
}

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

@media screen and (max-width: 768px) {
  .refreshSect__cont .usableList + .furnitureCard + .furnitureCard {
    margin-top: 16px;
  }
}

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

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

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

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

.refreshSect__cont .relatedBox {
  width: 100%;
}

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

@media screen and (max-width: 768px) {
  .refreshSect__cont .relatedBox {
    margin-top: 28px;
  }
}

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

@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: 28px;
  }
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__cont .relatedBox .furnitureCard {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    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 .relatedBox .furnitureCard__head {
    width: 660px;
  }
  .shoppingSect__cont .relatedBox .furnitureCard__cont {
    width: 320px;
  }
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__cont .relatedBox + .furnitureCard {
    -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;
    margin-top: 72px;
  }
  .shoppingSect__cont .relatedBox + .furnitureCard .furnitureCard__head,
  .shoppingSect__cont .relatedBox + .furnitureCard .furnitureCard__cont {
    width: 490px;
  }
}

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

.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 {
    margin-top: 80px;
  }
}

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

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

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

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

.stationCard__head {
  letter-spacing: .11em;
  line-height: 1;
}

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

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

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

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

.stationCard__cont {
  position: relative;
}

.stationCard__desc {
  color: #ffffff;
  position: absolute;
  text-shadow: #0f2a32 1px 1px 10px, #0f2a32 1px 1px 10px, #0f2a32 1px 1px 10px, #0f2a32 1px 1px 10px, #0f2a32 1px 1px 10px, #0f2a32 1px 1px 10px, #0f2a32 1px 1px 10px, #0f2a32 1px 1px 10px, #0f2a32 1px 1px 10px;
  white-space: nowrap;
}

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

@media screen and (max-width: 768px) {
  .stationCard__desc {
    bottom: 8px;
    font-size: 16px;
    right: 8px;
  }
}

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

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

.stationCard__desc .num {
  font-family: "Cinzel", serif;
  line-height: .7;
}

@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;
  }
}

.stationCard__note {
  margin-top: 5px;
}

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

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

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

@media screen and (max-width: 768px) {
  .trafficSect__cont .photo {
    margin-left: -17.5px;
    width: 360px;
  }
}

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

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

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

@media print, screen and (min-width: 768px) {
  .trafficSect__cont .usableList + .caption {
    margin-top: 24px;
    text-align: right;
  }
}

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

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

@media screen and (max-width: 768px) {
  .trafficSect__cont .usableList__item + .usableList__item {
    margin-top: 48px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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