@charset "UTF-8";
/* ===================================================================
CSS information

file name  : copy.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.c-discover .inner, .p-about, .p-shop .inner, .p-shop__sub {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .c-discover .inner, .p-about, .p-shop .inner, .p-shop__sub {
    width: calc(1260 / 1440 * 100%);
    max-width: calc(1260px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .c-discover .inner, .p-about, .p-shop .inner, .p-shop__sub {
    max-width: calc(1260px * ((15 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .c-discover .inner, .p-about, .p-shop .inner, .p-shop__sub {
    max-width: calc(1260px * ((15 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-discover .inner, .p-about, .p-shop .inner, .p-shop__sub {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .c-discover .inner, .p-about, .p-shop .inner, .p-shop__sub {
    width: calc(388 / 428 * 100%);
  }
}

.l-topicpath--bottom .l-topicpath__wrp {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-discover {
  position: relative;
}
.c-discover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url(./../../facilities/shop/images/bg_more.webp) center top no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1025px) {
  .c-discover::before {
    height: calc(100% + 14rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-discover::before {
    height: calc(100% + 12rem);
  }
}
@media only screen and (max-width: 767px) {
  .c-discover::before {
    height: calc(100% + 11rem);
  }
}
.c-discover .inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
}
@media only screen and (min-width: 1441px) {
  .c-discover .inner {
    max-width: calc(1000 / 1440 * 100%);
  }
}
.c-discover .inner .c-title--discover {
  text-align: center;
  margin-bottom: 2.14rem;
}
.c-discover .inner .c-title--discover .c-title__en {
  color: var(--color-accent-2);
}
@media only screen and (min-width: 1025px) {
  .c-discover .inner .c-title--discover .c-title__en {
    font-size: 1.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-discover .inner .c-title--discover .c-title__en {
    font-size: 1.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-discover .inner .c-title--discover .c-title__en {
    font-size: 1.71rem;
  }
}
.c-discover__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .c-discover__list {
    row-gap: 2.14rem;
  }
}
.c-discover__item {
  -webkit-transition: ease 0.3s box-shadow;
  transition: ease 0.3s box-shadow;
}
@media only screen and (min-width: 768px) {
  .c-discover__item {
    width: calc(306 / 1000 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .c-discover__item {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .c-discover__item:not(:last-child) {
    margin-right: calc(40 / 1000 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .c-discover__item:hover {
    -webkit-box-shadow: 0px 4px 8px rgba(89, 101, 112, 0.1), 0px 0px 50px rgba(89, 101, 112, 0.3);
            box-shadow: 0px 4px 8px rgba(89, 101, 112, 0.1), 0px 0px 50px rgba(89, 101, 112, 0.3);
  }
}
.c-discover__item .box_info {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  padding: 1.14rem 1.42rem 2.14rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
.c-discover__item .box_info .c-link-btn__arr {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-about {
  margin-top: 2.85rem;
}
@media only screen and (min-width: 1025px) {
  .p-about {
    margin-bottom: 7.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about {
    margin-bottom: 5.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-about .c-text-box .c-txt {
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .p-shop {
    margin-bottom: 12.85rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-shop {
    margin-bottom: 8.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-shop {
    margin-bottom: 7.14rem;
  }
}
.p-shop > .img {
  margin-top: 2.85rem;
}
@media only screen and (max-width: 767px) {
  .p-shop > .img img {
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-shop .inner {
  max-width: 1000px;
}
@media only screen and (min-width: 1441px) {
  .p-shop .inner {
    max-width: calc(1000 / 1440 * 100%);
  }
}
.p-shop .inner .c-cat {
  text-align: center;
  margin-bottom: 1.14rem;
}
.p-shop .inner .c-cat span {
  color: #fff;
  background: url(./../../facilities/shop/images/bg_cat.webp) center right no-repeat;
  background-size: cover;
  padding: 0.1em 1.3em;
}
@media only screen and (min-width: 768px) {
  .p-shop__info {
    margin-top: 5.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-shop__info {
    margin-top: 2.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-shop__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .p-shop__info__left {
    width: calc(520 / 1000 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-shop__info__left {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-shop__info__left {
    margin-bottom: 2.85rem;
  }
}
.p-shop__info__left .c-txt {
  color: #272424;
  margin-top: 1.42rem;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .p-shop__info__right {
    width: calc(400 / 1000 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-shop__info__right {
    width: 100%;
  }
}
.p-shop__info__right table th {
  white-space: nowrap;
}
.p-shop__sub {
  margin-top: 5.71rem;
  padding-bottom: 4.28rem;
  max-width: 1260px;
  position: relative;
}
@media only screen and (min-width: 1441px) {
  .p-shop__sub {
    max-width: calc(1260 / 1440 * 100%);
  }
}
.p-shop__sub::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 3.5rem);
  background: url(./../../facilities/shop/images/bg_sub.webp) center bottom no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1441px) {
  .p-shop__sub {
    max-width: calc(1260 / 1440 * 100%);
  }
}
.p-shop__sub__list {
  width: calc(1100 / 1260 * 100%);
  margin-inline: auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.85rem 2.14rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-shop__sub__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .p-shop__sub__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.14rem 1.42rem;
  }
}
.p-shop__sub__item .c-title {
  text-align: center;
  padding-top: 0.57rem;
}
.p-shop__sub__item .c-title span {
  color: #fff !important;
}
