<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.groumetSection {
  position: relative;
}

.groumetSection__head {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .groumetSection__head {
    margin-right: -40px;
    overflow: hidden;
    padding: 0 40px 52px 0;
  }
}

@media screen and (min-width: 769px) {
  .groumetSection__head .flowIcon {
    bottom: 0;
    right: 0;
  }
}

@media (max-width: 768px) {
  .groumetSection__head .flowIcon {
    bottom: 52px;
    right: -120px;
  }
}

.groumetSection__lead {
  line-height: 1.875;
}

.groumetSection__lead:before {
  content: '';
  margin-top: calc((1 - 1.875) * .5em);
}

.groumetSection__lead:after {
  margin-bottom: calc((1 - 1.875) * .5em);
}

.groumetSection__lead:before, .groumetSection__lead:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .groumetSection__lead {
    font-size: 28px;
    margin-top: 28px;
  }
}

@media (max-width: 768px) {
  .groumetSection__lead {
    font-size: 24px;
    line-height: 1;
    margin-top: 32px;
  }
}

@media screen and (min-width: 769px) {
  .groumetSection__lead .generalBorder {
    margin: 38px auto 12px;
  }
}

@media (max-width: 768px) {
  .groumetSection__lead .generalBorder {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 769px) {
  .groumetSection__subLead {
    font-size: 22px;
    margin-top: 22px;
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  .groumetSection__subLead {
    display: inline-block;
    font-size: 16px;
    margin: 10px auto 10px;
  }
}

@media screen and (min-width: 769px) {
  .groumetSection__cont {
    margin-top: 48px;
  }
}

@media (max-width: 768px) {
  .groumetSection__cont {
    margin-top: -32px;
  }
}

@media (max-width: 768px) {
  .groumetSection__cont &gt; .photo {
    margin: 0 -40px;
  }
}

.groumetSection__cont .loopSlider {
  width: 100vw;
}

@media screen and (min-width: 769px) {
  .groumetSection__cont .loopSlider {
    margin-left: calc((100vw - 1040px) / -2);
    margin-top: 64px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1120px) {
  .groumetSection__cont .loopSlider {
    margin-left: -40px;
    width: 1120px;
  }
}

@media (max-width: 768px) {
  .groumetSection__cont .loopSlider {
    margin-left: -40px;
    margin-top: 8px;
  }
}

@media screen and (min-width: 769px) {
  .groumetSection__cont .loopSlider .swiper-slide {
    width: 420px;
  }
}

@media (max-width: 768px) {
  .groumetSection__cont .loopSlider .swiper-slide {
    width: 225px;
  }
}

.shopCard {
  position: relative;
}

.shopCard__num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #941935;
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 10px;
  margin-right: 3px;
  text-align: center;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .shopCard__num {
    font-size: 16px;
    width: 30px;
  }
}

@media (max-width: 768px) {
  .shopCard__num {
    bottom: calc(100% - 15px);
    font-size: 14px;
    width: 31px;
  }
}

@media screen and (min-width: 769px) {
  .shopCard__desc {
    margin-top: 24px;
  }
}

@media (max-width: 768px) {
  .shopCard__desc {
    margin-top: 16px;
  }
}

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

.shopCard__name {
  letter-spacing: 0;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .shopCard__name {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .shopCard__name {
    font-size: 19px;
  }
}

.shopCard__name .small {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .shopCard__name .small {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .shopCard__name .small {
    font-size: 11px;
  }
}

.shopCard__dist {
  letter-spacing: .08em;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .shopCard__dist {
    font-size: 16px;
    margin-top: 16px;
  }
}

@media (max-width: 768px) {
  .shopCard__dist {
    font-size: 13px;
    margin-top: 10px;
  }
}

.shopCard__dist + .txt {
  letter-spacing: .08em;
  line-height: 1.5;
}

.shopCard__dist + .txt:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.shopCard__dist + .txt:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.shopCard__dist + .txt:before, .shopCard__dist + .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .shopCard__dist + .txt {
    font-size: 15px;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .shopCard__dist + .txt {
    font-size: 13px;
    margin-top: 14px;
  }
}

.shopCard__dist .num {
  color: #941935;
  font-family: "Libre Caslon Display", serif;
  line-height: .7;
}

@media screen and (min-width: 769px) {
  .shopCard__dist .num {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .shopCard__dist .num {
    font-size: 22px;
  }
}

.shopCard__dist .small {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .shopCard__dist .small {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .shopCard__dist .small {
    font-size: 11px;
  }
}

.shopsSection {
  position: relative;
}

@media screen and (min-width: 769px) {
  .shopsSection__head + .shopsSection__cont {
    margin-top: 56px;
  }
}

@media (max-width: 768px) {
  .shopsSection__head + .shopsSection__cont {
    margin-top: 32px;
  }
}

.shopsSection__heading {
  border-bottom: 1px solid rgba(141, 147, 153, 0.3);
  text-align: center;
  line-height: 1.875;
}

.shopsSection__heading:before {
  content: '';
  margin-top: calc((1 - 1.875) * .5em);
}

.shopsSection__heading:after {
  margin-bottom: calc((1 - 1.875) * .5em);
}

.shopsSection__heading:before, .shopsSection__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .shopsSection__heading {
    font-size: 28px;
    padding-bottom: 28px;
  }
}

@media (max-width: 768px) {
  .shopsSection__heading {
    font-size: 24px;
    padding-bottom: 24px;
  }
}

.shopsSection__heading + .txt {
  letter-spacing: .08em;
  line-height: 1.5;
}

.shopsSection__heading + .txt:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.shopsSection__heading + .txt:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.shopsSection__heading + .txt:before, .shopsSection__heading + .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .shopsSection__heading + .txt {
    font-size: 18px;
    margin-top: 28px;
  }
}

@media (max-width: 768px) {
  .shopsSection__heading + .txt {
    font-size: 16px;
    margin-top: 24px;
  }
}

@media screen and (min-width: 769px) {
  .shopsSection__cont {
    -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;
  }
}

@media screen and (min-width: 769px) {
  .shopsSection__thumnailCaption {
    display: none;
  }
}

@media (max-width: 768px) {
  .shopsSection__thumnailCaption {
    font-size: 12px;
    letter-spacing: .02em;
    margin-bottom: 7px;
  }
}

@media screen and (min-width: 769px) {
  .shopsSection__map {
    height: 100vh;
    left: 0;
    position: sticky;
    top: 0;
    width: 480px;
  }
}

@media screen and (min-width: 769px) {
  .shopsSection__map .photo {
    height: 100%;
    width: 100%;
  }
  .shopsSection__map .photo__pic {
    height: 100%;
    width: 100%;
  }
  .shopsSection__map .photo__image {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: auto;
  }
}

.shopsSection .shopMapModal {
  display: grid;
  height: 100%;
  left: 0;
  opacity: 0;
  place-content: center;
  position: fixed;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
  visibility: hidden;
  width: 100%;
  z-index: 99;
}

.shopsSection .shopMapModal__inner {
  height: 70vh;
  overflow: scroll;
  padding: 0 20px;
  position: relative;
  z-index: 9;
}

.shopsSection .shopMapModal__bg {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shopsSection .shopMapModal__close {
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 30px;
}

.shopsSection .shopMapModal__close:before, .shopsSection .shopMapModal__close:after {
  background-color: #ffffff;
  content: '';
  display: block;
  height: 1px;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 100%;
}

.shopsSection .shopMapModal__close:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.shopsSection .shopMapModal.is-visible {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 769px) {
  .shopsSection__list {
    width: 500px;
  }
}

@media (max-width: 768px) {
  .shopsSection__list {
    margin-top: 36px;
  }
}

@media screen and (min-width: 769px) {
  .shopsSection__item + .shopsSection__item {
    margin-top: 64px;
  }
}

@media (max-width: 768px) {
  .shopsSection__item + .shopsSection__item {
    margin-top: 48px;
  }
}

.stationItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stationItem__access {
  font-size: 24px;
}

.stationItem__route {
  font-size: 14px;
}

.stationItem .num {
  color: #941935;
  font-family: "Libre Caslon Display", serif;
  letter-spacing: -.02em;
}

@media screen and (min-width: 769px) {
  .stationItem .num {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .stationItem .num {
    font-size: 24px;
  }
}

@media screen and (min-width: 769px) {
  .stationItem .small {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .stationItem .small {
    font-size: 14px;
  }
}

.stationItem &gt; * {
  margin-top: 9px;
}

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

@media screen and (min-width: 769px) {
  .headingWrap,
  .accessSection {
    margin: 0 auto;
    width: 1040px;
  }
}

@media (max-width: 768px) {
  .accessSection {
    margin-right: -40px;
    overflow: hidden;
    padding-right: 40px;
  }
}

.accessSection__map + * {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .accessSection__map + * {
    margin-top: 64px;
  }
}

.accessSection__fig .touchFigure {
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .accessSection__note {
    display: none;
  }
}

@media (max-width: 768px) {
  .accessSection__note {
    letter-spacing: .05em;
    padding-top: 5px;
    text-align: right;
  }
}

@media screen and (min-width: 769px) {
  .accessSection .subHeadingWrap {
    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 screen and (min-width: 769px) {
  .accessSection .subHeadingWrap .sub {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .accessSection .subHeadingWrap .sub {
    margin-top: 12px;
  }
}

.accessSection .subHeadingWrap .sub:first-of-type {
  width: 100%;
}

.accessSection .subHeadingWrap .num {
  display: inline-block;
  padding: 0 4px;
}

.accessSection__heading {
  position: relative;
}

.accessSection__headDeco {
  position: absolute;
  right: 0;
  top: 0;
  width: 360px;
}

@media (max-width: 768px) {
  .accessSection__headDeco {
    right: -50%;
  }
}

.locationKusatsu {
  width: 100vw;
}

@media screen and (min-width: 769px) {
  .locationKusatsu {
    margin-left: calc((100vw - 1040px) / -2);
  }
}

@media screen and (min-width: 769px) and (max-width: 1120px) {
  .locationKusatsu {
    margin-left: -40px;
    width: 1120px;
  }
}

@media (max-width: 768px) {
  .locationKusatsu {
    margin-left: -40px;
  }
}

.locationKusatsu .photo__image {
  width: 100%;
}

.locationMap {
  position: relative;
  width: 100vw;
}

@media screen and (min-width: 769px) {
  .locationMap {
    margin-left: calc((100vw - 1040px) / -2);
  }
}

@media screen and (min-width: 769px) and (max-width: 1120px) {
  .locationMap {
    margin-left: -40px;
    width: 1120px;
  }
}

@media (max-width: 768px) {
  .locationMap {
    margin-left: -40px;
  }
}

.locationMap .photo__image {
  width: 100%;
}

.locationMap .caption {
  display: inline-block;
  padding-right: 9px;
  text-align: right;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .locationMap__note {
    display: none;
  }
}

@media (max-width: 768px) {
  .locationMap__note {
    letter-spacing: .05em;
    padding-top: 5px;
    text-align: right;
  }
}

* + .accessSection,
* + .locationMap {
  margin-top: 80px;
}

@media (max-width: 768px) {
  * + .accessSection,
  * + .locationMap {
    margin-top: 64px;
  }
}

.accessFigure__head .txt {
  font-size: 32px;
  text-align: center;
}

@media (max-width: 768px) {
  .accessFigure__head .txt {
    font-size: 21px;
    line-height: calc(72 / 48);
  }
}

.accessFigure__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.accessFigure__map .photo__capIn {
  left: 5px;
}

@media (max-width: 768px) {
  .accessFigure__map .photo__capIn {
    bottom: -24px;
  }
}

* + .accessFigure__map {
  margin-top: 36px;
}

* + .accessFigure {
  margin-top: 144px;
}

@media (max-width: 768px) {
  * + .accessFigure {
    margin-top: 70px;
  }
}

.stationList {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 36px;
}

.stationList .stationItem {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .stationList .stationItem {
    width: calc( (100% / 3) - ( 30px * 2 ) / 3);
  }
}

* + .stationList {
  margin-top: 48px;
}

.stationList + .caption {
  margin-top: 32px;
}

@media screen and (min-width: 769px) {
  .location-groumet {
    padding-top: 72px;
  }
}

@media (max-width: 768px) {
  .location-groumet {
    padding-top: 48px;
  }
}

@media screen and (min-width: 769px) {
  .location-shops {
    padding: 80px 0;
  }
}

@media (max-width: 768px) {
  .location-shops {
    padding: 64px 0;
  }
}
</pre></body></html>