@charset "UTF-8";
/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

@-webkit-keyframes linePopupOverlayFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes linePopupOverlayFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes linePopupOverlayFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes linePopupOverlayFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes linePopupSlideIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.85) translateY(20px);
            transform: scale(0.85) translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@keyframes linePopupSlideIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.85) translateY(20px);
            transform: scale(0.85) translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes linePopupSlideOut {
  from {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.85) translateY(20px);
            transform: scale(0.85) translateY(20px);
  }
}
@keyframes linePopupSlideOut {
  from {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.85) translateY(20px);
            transform: scale(0.85) translateY(20px);
  }
}
#locations .store__inner {
  padding-bottom: max(16rem, 100px);
}
#locations .store__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: max(2.5rem, 20px);
     -moz-column-gap: max(2.5rem, 20px);
          column-gap: max(2.5rem, 20px);
  margin-bottom: max(3rem, 20px);
}
#locations .store__header__title {
  color: #177e5d;
  font-size: max(4.5rem, 28px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
#locations .store__header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: max(1.5rem, 10px);
     -moz-column-gap: max(1.5rem, 10px);
          column-gap: max(1.5rem, 10px);
}
#locations .store__header__sns__item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  position: relative;
  display: grid;
  place-items: center;
  width: auto;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  z-index: 0;
}
#locations .store__header__sns__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #c2e5bd, #1b805f);
  background-size: 300%;
  background-position: 75% 75%;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  z-index: -1;
}
#locations .store__header__sns__item img {
  width: max(3rem, 20px);
  margin: max(1.75rem, 15px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#locations .store__header__sns__item:hover::before {
  background-position: 100% 100%;
}
#locations .store__header__sns__item:hover img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
#locations .store__body {
  display: grid;
  grid-template-columns: auto max(64rem, 300px);
  gap: 50px 30px;
}
@media screen and (max-width: 1000px) {
  #locations .store__body {
    grid-template-columns: 1fr;
  }
}
#locations .store__body__content {
  display: grid;
  grid-template-columns: auto 1fr;
  align-self: start;
  gap: 0;
}
#locations .store__body__content > dl {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  -webkit-column-gap: max(2rem, 15px);
     -moz-column-gap: max(2rem, 15px);
          column-gap: max(2rem, 15px);
}
@media screen and (max-width: 550px) {
  #locations .store__body__content > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#locations .store__body__content > dl:not(:first-of-type) {
  margin-top: max(2.5rem, 20px);
}
#locations .store__body__content > dl dt,
#locations .store__body__content > dl dd {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 550px) {
  #locations .store__body__content > dl > dt {
    margin-bottom: max(0.5rem, 5px);
  }
}
#locations .store__body__content > dl > dt::before {
  content: "●";
  color: #177e5d;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin-right: max(0.5rem, 5px);
}
#locations .store__body__content > dl > dd * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#locations .store__body__content > dl > dd a {
  display: inline-block;
}
#locations .store__body__content > dl .store__body__open {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 max(1.2rem, 10px);
}
#locations .store__body__content > dl .store__body__open__title {
  grid-column: 1/3;
}
#locations .store__body__content > dl .store__body__open__title:not(:has(.first)) {
  margin-top: max(1rem, 5px);
}
#locations .store__body__content > dl .store__body__open dl {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
}
#locations .store__body__content > dl .store__body__report__link {
  display: inline-grid;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  grid-template-columns: max(1.6rem, 14px) 1fr;
  -webkit-column-gap: max(1rem, 5px);
     -moz-column-gap: max(1rem, 5px);
          column-gap: max(1rem, 5px);
}
#locations .store__body__content > dl .store__body__report__link:not(:first-of-type) {
  margin-top: max(1rem, 10px);
}
#locations .store__body__content > dl .store__body__report__link {
  color: #177e5d;
}
#locations .store__body__content > dl .store__body__report__link__text {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#locations .store__body__content > dl .store__body__report__link:hover {
  opacity: 0.6;
}
#locations .store__body__image {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
  height: 100%;
  aspect-ratio: 32/23;
  overflow: hidden;
  border-radius: max(1rem, 10px);
}
@media screen and (max-width: 1000px) {
  #locations .store__body__image {
    aspect-ratio: 16/9;
  }
}
#locations .store__body__image img {
  width: 100%;
  height: 100%;
}
#locations .store__map {
  position: relative;
  margin-top: max(6.5rem, 40px);
}
#locations .store__map iframe {
  width: 100%;
  height: auto;
  min-height: 300px;
  aspect-ratio: 128/39;
  border-radius: max(1rem, 10px);
  overflow: hidden;
}
#locations .store__map__btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  right: 0;
  bottom: 0;
  row-gap: 5px;
  padding: 0 max(3rem, 20px);
  width: auto;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-transform: translate(20%, 20%);
          transform: translate(20%, 20%);
  color: #fff;
  font-family: YakuHanJP, "Marcellus", "Noto Sans JP", sans-serif;
  font-size: max(1.5rem, 12px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  background: #177e5d;
  border-radius: 50%;
}
#locations .store__map__btn__icon {
  width: max(1.7rem, 15px);
}
#locations .line-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#locations .line-popup.is-opening .line-popup__overlay {
  -webkit-animation: linePopupOverlayFadeIn 0.4s ease-out forwards;
          animation: linePopupOverlayFadeIn 0.4s ease-out forwards;
}
#locations .line-popup.is-opening .line-popup__container {
  -webkit-animation: linePopupSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
          animation: linePopupSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#locations .line-popup.is-closing .line-popup__overlay {
  -webkit-animation: linePopupOverlayFadeOut 0.4s ease-out forwards;
          animation: linePopupOverlayFadeOut 0.4s ease-out forwards;
}
#locations .line-popup.is-closing .line-popup__container {
  -webkit-animation: linePopupSlideOut 0.4s cubic-bezier(0.4, 0, 0.2, 1);
          animation: linePopupSlideOut 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#locations .line-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  cursor: pointer;
  opacity: 0;
}
#locations .line-popup__container {
  position: relative;
  width: 90%;
  max-width: max(46rem, 340px);
  z-index: 10;
  background: #fff;
  border-radius: max(2rem, 16px);
  padding: max(5rem, 36px) max(4rem, 24px) max(4rem, 28px);
  -webkit-box-shadow: 0 max(2rem, 20px) max(6rem, 60px) rgba(0, 0, 0, 0.5);
          box-shadow: 0 max(2rem, 20px) max(6rem, 60px) rgba(0, 0, 0, 0.5);
}
#locations .line-popup__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: max(1.5rem, 12px);
  right: max(1.5rem, 12px);
  width: max(3.2rem, 28px);
  height: max(3.2rem, 28px);
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
}
#locations .line-popup__close span {
  position: absolute;
  width: 70%;
  height: 2px;
  background: #000000;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
#locations .line-popup__close span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#locations .line-popup__close span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#locations .line-popup__close:hover span {
  background: #177e5d;
}
#locations .line-popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: max(2.5rem, 18px);
}
#locations .line-popup__title {
  color: #177e5d;
  font-size: max(1.8rem, 14px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
#locations .line-popup__qr {
  width: 100%;
  max-width: max(30rem, 220px);
  aspect-ratio: 1/1;
}
#locations .line-popup__qr img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#locations .line-popup__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: max(1.6rem, 14px) max(2.5rem, 18px);
  border-radius: max(5rem, 40px);
  background: #177e5d;
  color: #fff;
  text-align: center;
}
#locations .line-popup__btn__text {
  font-size: max(1.5rem, 13px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}/*# sourceMappingURL=locations.css.map */