* + .accessMapSect__cont {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .accessMapSect__cont .zoomFigure {
    margin: 0 -25px;
  }
}

@media screen and (max-width: 768px) {
  .accessMapSect__cont .zoomFigure__cont {
    padding: 20px 0;
  }
}

.accessMapSect__cont .zoomFigure:after {
  border: none;
}

.busSect__cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px calc(40 / 1000 * 100%);
}

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

@media print, screen and (min-width: 768px) {
  .busSect__cont > *:first-child {
    width: calc(510 / 1000 * 100%);
  }
}

@media print, screen and (min-width: 768px) {
  .busSect__cont > *:last-child {
    width: calc(450 / 1000 * 100%);
  }
}

* + .busSect__cont {
  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;
  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 {
  margin-bottom: 12px;
  padding-bottom: 12px;
  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;
  }
}

.lifeinfoList__item:after {
  background-color: rgba(51, 51, 51, 0.3);
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.lifeinfoList__details {
  -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;
}

.lifeinfoList__details .name {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 9px;
}

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

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

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

.lifeinfoList__details .petIcon {
  display: inline-block;
  width: 27px;
}

.lifeinfoList .caption {
  display: block;
  text-align: right;
  width: 100%;
}

.lifeinfoList__iconDescArea {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 9px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

* + .lifeinfoList__iconDescArea {
  margin-top: 24px;
}

.lifeinfoList__icon {
  display: inline-block;
  width: 27px;
}

.lifeinfoList__iconDesc {
  font-size: 14px;
}

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

.lifeinfoSect__ttl {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  text-align: center;
}

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

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

.lifeinfoSect__note {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  gap: 0 9px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .lifeinfoSect__note {
    font-size: calc(20 / 750 * 100vw);
    gap: 0 calc(15 / 750 * 100vw);
  }
}

.lifeinfoSect__note .icon {
  display: inline-block;
  width: 27px;
}

@media screen and (max-width: 768px) {
  .lifeinfoSect__note .icon {
    width: calc(50 / 750 * 100vw);
  }
}

.lifeinfoSect__note .icon .desc {
  font-size: 14px;
}

* + .lifeinfoSect__map {
  margin-top: 64px;
}

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

.pickupShop {
  background-color: #e4edf0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 44px;
}

@media print, screen and (min-width: 768px) {
  .pickupShop {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .pickupShop__visual {
    width: 60%;
  }
}

@media print, screen and (min-width: 768px) {
  .pickupShop__cont {
    width: 35%;
  }
}

* + .pickupShop__cont {
  margin-top: 0;
}

.pickupShop__ttl {
  font-size: 20px;
  line-height: 1.5;
}

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

.pickupShop__ttl .small {
  font-size: 12px;
  letter-spacing: 0;
}

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

.pickupShop__ttl .middle {
  font-size: 14px;
  letter-spacing: 0;
}

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

* + .pickupShop__ttl {
  margin-top: 6px;
}

.pickupShop__annotation {
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1.5;
}

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

* + .pickupShop__annotation {
  margin-top: 0;
}

.pickupShop__desc {
  border-top: 1px solid #afb5b7;
  font-size: 14px;
  line-height: 1.8;
}

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

@media print, screen and (min-width: 768px) {
  * + .pickupShop__desc {
    margin-top: 15px;
    padding-top: 15px;
  }
}

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

.pickupShop__label {
  margin-top: 15px;
}

.pickupShop--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

* + .stationSect__cont {
  margin-top: 24px;
}

* + .stationSect__cap {
  margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
  .trainSect__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 calc(20 / 1000 * 100%);
  }
}

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

* + .trainSect__cont {
  margin-top: 24px;
}

@media print, screen and (min-width: 768px) {
  * + .access-intro {
    margin-top: 128px;
  }
}

@media screen and (max-width: 768px) {
  * + .access-intro {
    margin-top: 96px;
  }
}

* + .accessMapSect {
  margin-top: 96px;
}

* + .stationSect {
  margin-top: 96px;
}

@media screen and (max-width: 768px) {
  * + .stationSect {
    margin-top: 60px;
  }
}

* + .trainSect {
  margin-top: 96px;
}

* + .busSect {
  margin-top: 96px;
}

@media print, screen and (min-width: 768px) {
  * + .location-intro {
    margin-top: 128px;
  }
}

@media screen and (max-width: 768px) {
  * + .location-intro {
    margin-top: 96px;
  }
}

@media print, screen and (min-width: 768px) {
  * + .location-shopping {
    margin-top: 128px;
  }
}

@media screen and (max-width: 768px) {
  * + .location-shopping {
    margin-top: 96px;
  }
}

* + .location-shopping * + .shoppingList {
  margin-top: 32px;
}

@media print, screen and (min-width: 768px) {
  * + .location-gourmet {
    margin-top: 128px;
  }
}

@media screen and (max-width: 768px) {
  * + .location-gourmet {
    margin-top: 96px;
  }
}

* + .location-gourmet * + .pickupBlock {
  margin-top: 48px;
}

* + .location-gourmet * + .gourmetList {
  margin-top: 54px;
}

@media print, screen and (min-width: 768px) {
  * + .location-refresh {
    margin-top: 128px;
  }
}

@media screen and (max-width: 768px) {
  * + .location-refresh {
    margin-top: 96px;
  }
}

* + .location-refresh * + .refreshList {
  margin-top: 32px;
}

@media print, screen and (min-width: 768px) {
  * + .location-pet {
    margin-top: 128px;
  }
}

@media screen and (max-width: 768px) {
  * + .location-pet {
    margin-top: 96px;
  }
}

* + .location-pet * + .petList {
  margin-top: 32px;
}

@media print, screen and (min-width: 768px) {
  * + .access-lifeinfo {
    margin-top: 128px;
  }
}

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