.gourmetCard__ttl {
  position: relative;
}

.gourmetCard__ttl .txt {
  background-color: #143052;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  margin-left: 20px;
  padding: 18px 0;
  text-align: center;
  width: calc(100% - 20px);
}

@media screen and (max-width: 768px) {
  .gourmetCard__ttl .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 10px;
    min-height: 60px;
    padding: 9px 9px 9px 24px;
    width: calc(100% - 10px);
  }
}

.gourmetCard__category {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 1px solid #143052;
  border-radius: 50%;
  color: #143052;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  height: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  letter-spacing: .02em;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 64px;
}

@media screen and (max-width: 768px) {
  .gourmetCard__category {
    font-size: 9px;
    height: 48px;
    left: -12px;
    padding: 12px 0;
    width: 48px;
  }
}

.gourmetCard__distance {
  text-align: left;
}

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

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

* + .gourmetCard__distance {
  margin-top: 14px;
}

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

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

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

* + .gourmetCard__cont {
  margin-top: 12px;
}

.gourmetCard__desc .txt {
  font-size: 14px;
}

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

.gourmetCard__businessTime .businessTimeHeading {
  border-bottom: 1px solid #000000;
  font-size: 14px;
  margin-bottom: 12px;
  padding-bottom: 6px;
  text-align: center;
}

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

.gourmetCard__businessTime .txt {
  font-size: 12px;
}

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

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

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

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

@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 {
  padding-bottom: 12px;
  padding-top: 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__item:first-child {
  padding-top: 0;
}

.lifeinfoList__item:nth-of-type(2n) {
  background-color: #e5ebf7;
}

.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 print, screen and (min-width: 768px) {
  .lifeinfoSect__head {
    margin-left: calc(-1 * (1200px - 1000px) / 2);
    width: 1200px;
  }
}

@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 {
  background: -webkit-gradient(linear, left top, right top, from(#715f39), color-stop(50%, rgba(113, 95, 57, 0.65)), to(#715f39));
  background: linear-gradient(to right, #715f39 0%, rgba(113, 95, 57, 0.65) 50%, #715f39 100%);
  border: 1px solid #000000;
  color: #ffffff;
  font-size: 26px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .lifeinfoSect__ttl {
    padding: 20px 0;
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .lifeinfoSect__ttl {
    margin-left: -25px;
    padding: 12px 0;
    width: 100vw;
  }
}

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

.locationSect__head {
  background: -webkit-gradient(linear, left top, right top, from(#715f39), color-stop(50%, rgba(113, 95, 57, 0.65)), to(#715f39));
  background: linear-gradient(to right, #715f39 0%, rgba(113, 95, 57, 0.65) 50%, #715f39 100%);
  border: 1px solid #000000;
  color: #ffffff;
  font-size: 26px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .locationSect__head {
    margin-left: calc(-1 * (1200px - 1000px) / 2);
    padding: 20px 0;
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__head {
    margin-left: -25px;
    padding: 12px 0;
    width: 100vw;
  }
}

.locationSect__desc {
  font-size: 14px;
  line-height: 2;
}

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

* + .locationSect__desc {
  margin-top: 40px;
}

* + .locationSect__list {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .locationSect__places {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .locationSect__places > *:first-child {
    width: 500px;
  }
}

.locationSect__places > *:first-child .photo__image {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .locationSect__places > *:last-child {
    width: 480px;
  }
}

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

* + .locationSect__places {
  margin-top: 40px;
}

.pickupShop__head {
  background: -webkit-gradient(linear, left top, right top, from(#143052), to(#00548f));
  background: linear-gradient(90deg, #143052 0%, #00548f 100%);
  color: #ffffff;
  font-size: 16px;
  max-width: 728px;
  padding: 6px 12px;
}

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

.pickupShop__head .small {
  font-size: 14px;
}

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

.pickupShop__ttl {
  font-size: 20px;
}

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

.pickupShop__intro {
  border: 1px solid #333333;
}

@media print, screen and (min-width: 768px) {
  .pickupShop__intro {
    background: -webkit-gradient(linear, left top, right top, from(#eee8d9), color-stop(70%, rgba(238, 232, 217, 0.75)));
    background: linear-gradient(to right, #eee8d9 0%, rgba(238, 232, 217, 0.75) 70%);
    height: 201px;
  }
}

@media screen and (max-width: 768px) {
  .pickupShop__intro {
    background: -webkit-gradient(linear, left top, left bottom, from(#eee8d9), to(rgba(238, 232, 217, 0.5)));
    background: linear-gradient(to bottom, #eee8d9 0%, rgba(238, 232, 217, 0.5) 100%);
  }
}

.pickupShop__introCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 40px;
  padding: 20px;
}

@media print, screen and (min-width: 768px) {
  .pickupShop__introCont {
    margin-top: -30px;
    position: relative;
  }
}

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

@media print, screen and (min-width: 768px) {
  .pickupShop__introCont .pickupShop__desc {
    letter-spacing: .02em;
    padding-top: 40px;
  }
}

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

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

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

.pickupShop__desc {
  font-size: 14px;
  line-height: 2;
}

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

* + .pickupShop__desc {
  margin-top: 12px;
}

.pickupShop__visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px 20px;
}

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

@media screen and (max-width: 768px) {
  .pickupShop__visual {
    margin: 0 auto;
    width: 225px;
  }
}

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

.pickupShop .placeCard__ttl .txt {
  line-height: 1.5;
}

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

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

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

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

* + .placeCard__cont {
  margin-top: 12px;
}

.placeCard__ttl .txt {
  font-size: 16px;
}

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

.placeCard__ttl .txt .small {
  font-size: 12px;
}

@media print, screen and (min-width: 768px) {
  .placeCard__ttl .txt .small {
    display: inline-block;
    margin-left: .5em;
  }
}

@media screen and (max-width: 768px) {
  .placeCard__ttl .txt .small {
    display: block;
  }
}

.placeCard__desc .txt {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .placeCard--half .placeCard__annotation {
    letter-spacing: .15em;
  }
}

* + .placeCard__desc {
  margin-top: 12px;
}

.placeCard__annotation {
  font-size: 12px;
}

* + .placeCard__annotation {
  margin-top: 12px;
}

* + .placeCard__cap {
  margin-top: 12px;
}

.shopCard {
  position: relative;
}

.shopCard__visual .photo__image {
  width: 100%;
}

.shopCard__cont {
  color: #333333;
  padding: 9px 0;
  width: 100%;
}

.shopCard__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

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

.shopCard__ttl .txt {
  font-size: 16px;
}

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

.shopCard__annotation {
  font-size: 12px;
}

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

* + .shopCard__cap .caption {
  color: rgba(255, 255, 255, 0.8);
}

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

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

.location-intro .generalSect__ttl {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .location-intro .generalSect__ttl {
    margin: 0 auto;
    padding-bottom: 32px;
    width: 760px;
  }
}

.location-intro .generalSect__ttl:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(27, 54, 86, 0)), color-stop(50%, #1b3656), to(rgba(27, 54, 86, 0)));
  background: linear-gradient(to right, rgba(27, 54, 86, 0) 0%, #1b3656 50%, rgba(27, 54, 86, 0) 100%);
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media print, screen and (min-width: 768px) {
  .location-intro .generalSect__ttl:after {
    height: 4px;
    width: 100%;
  }
}

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

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

.location-shopping * + .pickupShop {
  margin-top: 80px;
}

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