/* ja 12px sp: 12px*/
/* ja 14px 16px 18px 24px sp: 14px 16px 20px*/
/* ja 34px 40px sp: 27px 32px*/
/* en 14px 20px sp: 14px 16px*/
/* en 24px 40px 60px sp: 20px 32px 48px*/
.store {
  /* store */
}
.store-group {
  margin-top: 80px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .store-group {
    margin-top: 10.6666666667vw;
    padding-bottom: 8vw;
    width: 100%;
  }
}
.store__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .store__list {
    display: block;
  }
}
.store__list > li {
  width: 300px;
  margin-right: 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .store__list > li {
    width: 100%;
    margin-right: 0;
  }
  .store__list > li:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
.store__list > li:nth-child(3n) {
  margin-right: 0;
}
.store__list > li:nth-child(n+4) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .store__list > li:nth-child(n+4) {
    margin-top: 10.6666666667vw;
  }
}
.store__list > li.is-closed .store__thumb, .store__list > li.is-closed .store__name, .store__list > li.is-closed .store__open {
  opacity: 0.4;
}
.store__link {
  display: block;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .store__link:hover .store__thumb img {
    -webkit-transform: scale(1.075);
            transform: scale(1.075);
  }
  .store__link:hover .link__txt {
    color: #076BD8;
    background-size: 100% 2px;
  }
}
.store__thumb {
  overflow: hidden;
}
.store__thumb img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.store__item {
  padding: 20px 20px 40px;
}
@media screen and (max-width: 767px) {
  .store__item {
    padding: 5.3333333333vw;
  }
}
.store__name {
  font-size: 1.25rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .store__name {
    font-size: 5.3333333333vw;
  }
}
.store__open {
  font-size: 0.875rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .store__open {
    font-size: 3.7333333333vw;
    margin-top: 3.7333333333vw;
  }
}
.store__detail {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .store__detail {
    margin-top: 5.3333333333vw;
  }
}
.store-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .store-content {
    padding-top: 8vw;
    padding-bottom: 0;
  }
}
.store__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 424px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .store__img img {
    height: auto;
  }
}
.store-desc {
  padding-top: 120px;
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .store-desc {
    padding: 16vw 5.3333333333vw 10.6666666667vw;
    width: 100%;
  }
}
.store-desc__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .store-desc__title {
    font-size: 5.3333333333vw;
  }
}
.store-desc__txt {
  width: 580px;
  margin: 40px auto 0;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .store-desc__txt {
    width: 100%;
    margin-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.store-desc__note {
  width: 580px;
  margin: 20px auto 0;
  font-size: 0.75rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .store-desc__note {
    width: 100%;
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
.store-hero {
  position: relative;
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .store-hero {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.store-area {
  padding-top: 108px;
  padding-bottom: 60px;
  width: 980px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .store-area {
    padding: 18.1333333333vw 5.3333333333vw 10.6666666667vw;
    width: 100%;
    display: block;
  }
}
.store-map {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  position: relative;
  width: 470px;
  aspect-ratio: 470/264;
}
@media screen and (max-width: 767px) {
  .store-map {
    width: 100%;
    aspect-ratio: 335/188;
    margin-top: 10.6666666667vw;
  }
}
.store-map .gmap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.store-data {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 470px;
}
@media screen and (max-width: 767px) {
  .store-data {
    width: 100%;
  }
}
.store-data__link {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .store-data__link {
    margin-top: 5.3333333333vw;
  }
}
.store-event {
  padding-top: 60px;
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .store-event {
    padding: 10.6666666667vw 5.3333333333vw 0;
    width: 100%;
  }
}
.store-event__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .store-event__title {
    font-size: 5.3333333333vw;
  }
}
.store-event__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .store-event__list {
    display: block;
    margin-top: 5.3333333333vw;
  }
}
.store-event__list > li {
  width: 470px;
}
.store-event__list > li ~ li {
  margin-left: 40px;
}
.store-event__list > li a {
  display: block;
  background-color: #fff;
  aspect-ratio: 470/264;
}
.store-event__list > li a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 470px;
  height: 264px;
}
@media screen and (max-width: 767px) {
  .store-event__list > li {
    width: 100%;
  }
  .store-event__list > li ~ li {
    margin-left: 0;
    margin-top: 5.3333333333vw;
  }
  .store-event__list > li a {
    display: block;
    background-color: #fff;
    aspect-ratio: 470/264;
  }
  .store-event__list > li a img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 89.3333333333vw;
    height: 50.1333333333vw;
  }
}
.store-news {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .store-news {
    padding: 10.6666666667vw 5.3333333333vw;
    width: 100%;
  }
}
.store-news__title {
  font-size: 2.5rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .store-news__title {
    font-size: 8.5333333333vw;
  }
}
.store-news__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .store-news__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5.3333333333vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.store-news__list > li {
  width: 215px;
  margin-right: 40px;
}
.store-news__list > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .store-news__list > li {
    margin-right: 0;
    width: 41.6vw;
  }
  .store-news__list > li:nth-child(n+3) {
    margin-top: 10.6666666667vw;
  }
}
.store-news__list + .store-news__link--back {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .store-news__list + .store-news__link--back {
    margin-top: 21.3333333333vw;
  }
}
.store-news__link--back {
  text-align: center;
}
.store-news__store {
  font-size: 0.875rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  line-height: 1.4;
  font-weight: 600;
  color: #BBBBBB;
  margin-top: 1em;
}
.store-news__store + .store-news__date {
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .store-news__store {
    font-size: 3.7333333333vw;
  }
}
.store-news__store ~ .store-news__store {
  margin-top: 0.2em;
}
.store-news__date {
  font-size: 0.75rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  line-height: 1.4;
  font-weight: 600;
  color: #BBBBBB;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .store-news__date {
    font-size: 3.2vw;
    margin-top: 0.857em;
  }
}
.store-news__txt {
  font-size: 0.875rem;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .store-news__txt {
    font-size: 3.7333333333vw;
    margin-top: 0.857em;
  }
}
.store-news__thumb {
  width: 100%;
  aspect-ratio: 215/121;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .store-news__thumb {
    aspect-ratio: 1.7931034483;
  }
}
.store-news__thumb img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 215px;
  height: 121px;
}
@media screen and (max-width: 767px) {
  .store-news__thumb img {
    width: 41.6vw;
    height: 23.2vw;
  }
}
.store-news__cat {
  display: inline-block;
  font-size: 0.75rem;
  margin-top: 1.17em;
  padding: 0 0.34em;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .store-news__cat {
    font-size: 3.2vw;
    margin-top: 1em;
  }
}
.store-news__cat--notice {
  background-color: #282828;
}
.store-news__cat--open {
  background-color: #076BD8;
}
.store-news__cat--closed {
  background-color: #BBBBBB;
}
.store-news__link {
  display: block;
}
@media screen and (min-width: 768px) {
  .store-news__link .store-news__txt span {
    background-image: -webkit-gradient(linear, left top, right top, from(#076BD8), to(#076BD8));
    background-image: linear-gradient(90deg, #076BD8, #076BD8);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.3s, color 0.3s;
    transition: background-size 0.3s, color 0.3s;
  }
  .store-news__link:hover .store-news__txt span {
    color: #076BD8;
    background-size: 100% 1px;
  }
}