@charset "UTF-8";
.pbf__lang-menu {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: sans-serif;
}
.pbf__lang-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #303438;
}
.pbf__lang-menu .icon {
  margin-right: 1rem;
}
.pbf__contents {
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.pbf__main-visual {
  height: 40rem;
  margin-bottom: 6rem;
  position: relative;
  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;
}
.pbf__main-visual .main-title {
  margin-bottom: 0;
  padding: 2rem 2.5rem 2.5rem;
  position: relative;
  z-index: 2;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  font-weight: 700;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}
.pbf__main-visual .main-title .text01 {
  margin-bottom: 0.5em;
  display: block;
  font-size: 2.5rem;
  line-height: 1.52;
}
.pbf__main-visual .main-title .text01 span {
  font-size: 1.7rem;
}
.pbf__main-visual .main-title .text02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 5rem;
  line-height: 1;
}
.pbf__main-visual .main-title .text02 img {
  margin-right: 0.6rem;
}
.pbf__main-visual .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.pbf__main-visual .bg-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.pbf__main-visual .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pbf__about {
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  font-size: 1.8rem;
}
.pbf__about p {
  font-weight: 500;
  line-height: 2;
}
.pbf__about p + p {
  margin-top: 2em;
}
.pbf__about strong {
  color: #ffba7e;
}
.pbf__about-icon {
  position: absolute;
  z-index: -1;
}
.pbf__about .icon01 {
  bottom: 0;
  left: -8.8rem;
}
.pbf__about .icon02 {
  top: 2.8rem;
  right: -11.5rem;
}
.pbf__headline-01 {
  margin-bottom: 5rem;
  color: #7fc104;
  text-align: center;
  font-weight: 500;
  font-size: 2.8rem;
}
.pbf__headline-01 span {
  padding-bottom: 0.6rem;
  display: inline-block;
  border-bottom: 2px solid #ffba7e;
}
.pbf__btn-01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: 5rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2em;
  padding-left: 2em;
  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;
  border-radius: 3rem;
  background-color: #7fc104;
  color: #fff;
  font-weight: 700;
}
.pbf__btn-01:hover {
  color: #fff;
  opacity: 0.75;
}
.pbf__shop {
  margin-top: 16vw;
  margin-bottom: 10rem;
  padding-bottom: 10rem;
  position: relative;
}
.pbf__shop::before {
  content: "";
  height: 16vw;
  position: absolute;
  top: -16vw;
  right: calc(50% - 50vw);
  left: calc(50% - 50vw);
  z-index: -1;
  background: url(./img/img-pbf/bg_wave.svg) no-repeat center top/contain;
}
.pbf__shop::after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  left: calc(50% - 50vw);
  z-index: -1;
  background-color: #fffde2;
}
.pbf__shop-card:not(:last-child) {
  margin-bottom: 8rem;
}
.pbf__shop-slider {
  position: relative;
  overflow: hidden;
}
.pbf__shop-slider-wrap .slider-main-wrap {
  position: relative;
}
.pbf__shop-slider-wrap .swiper-button {
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 50%;
  background: #7fc104;
  --swiper-navigation-size: 3.9rem;
}
.pbf__shop-slider-wrap .swiper-button::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: calc(50% - 0.6rem);
  left: calc(50% - 0.8rem);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pbf__shop-slider-wrap .swiper-button::after {
  content: none;
}
.pbf__shop-slider-wrap .swiper-button-next {
  right: -1.95rem;
}
.pbf__shop-slider-wrap .swiper-button-prev {
  left: -1.95rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pbf__shop-slider .swiper-slide img {
  width: 100%;
}
.pbf__shop-thumbnail {
  margin-top: 1rem;
  overflow: hidden;
}
.pbf__shop-thumbnail .swiper-slide {
  width: 10.9rem;
}
.pbf__shop-headline {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px dotted #ccc;
}
.pbf__shop-title {
  font-weight: 500;
  font-size: 2.4rem;
}
.pbf__shop-icon {
  margin-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.5rem;
  text-align: center;
}
.pbf__shop-icon li img {
  width: 4rem;
}
.pbf__shop-icon figcaption {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 1rem;
}
.pbf__shop-comment {
  line-height: 1.4285;
}
.pbf__shop-info {
  padding: 1.4rem 2rem;
  background-color: #fff;
}
.pbf__shop-address {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pbf__shop-address dt, .pbf__shop-address dd {
  line-height: 1.4285;
}
.pbf__shop-address dt {
  font-weight: 400;
}
.pbf__shop-address dt::before {
  content: "●";
  color: #7fc104;
}
.pbf__shop-map {
  width: 30rem;
  font-weight: 700;
  font-size: 1.8rem;
}
.pbf__shop-map img {
  margin-right: 0.5rem;
}
.pbf__map {
  margin-bottom: 3rem;
}
.pbf__map iframe {
  width: 100%;
}
.pbf__notice {
  padding: 3rem;
  background-color: #e8faef;
  text-align: center;
}
.pbf__notice p {
  font-weight: 500;
  line-height: 1.42875;
}
.pbf__notice .pbf__btn-01 {
  width: 36rem;
  margin-top: 2rem;
}

@media (min-width: 769px) {
  .spOnly {
    display: none;
  }
  .pbf__shop-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pbf__shop-slider-wrap {
    width: 38rem;
  }
  .pbf__shop-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pbf__shop-headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pbf__shop-info {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .pcOnly {
    display: none;
  }
  .pbf__lang-menu {
    width: 55%;
    margin-right: auto;
    margin-bottom: 2rem;
    margin-left: auto;
    gap: 1.5rem 0;
  }
  .pbf__lang-menu li {
    width: 50%;
  }
  .pbf__headline-01 {
    margin-bottom: 3rem;
    font-size: 5.1282051282vw;
  }
  .pbf__main-visual {
    height: 61.5vw;
    margin-right: calc(50% - 50vw);
    margin-bottom: 8rem;
    margin-left: calc(50% - 50vw);
  }
  .pbf__main-visual .main-title {
    padding: 1rem 1.2rem 1.2rem;
  }
  .pbf__main-visual .main-title .text01 {
    margin-bottom: 0.7rem;
    font-size: 1.5rem;
    line-height: 1;
  }
  .pbf__main-visual .main-title .text01 span {
    font-size: 1rem;
  }
  .pbf__main-visual .main-title .text02 {
    font-size: 1.8rem;
  }
  .pbf__main-visual .main-title .text02 img {
    width: 16.2rem;
  }
  .pbf__about {
    margin-bottom: 12.5rem;
    font-size: 4.6153846154vw;
  }
  .pbf__about .icon01 {
    width: 40.5128205128vw;
    bottom: calc(100% - 3rem);
    left: -1.4rem;
  }
  .pbf__about .icon02 {
    width: 46.1538461538vw;
    top: calc(100% - 2.5rem);
    right: -1.8rem;
  }
  .pbf__shop {
    margin-top: 45vw;
    margin-bottom: 4rem;
    padding-top: 1rem;
    padding-bottom: 4rem;
  }
  .pbf__shop-card:not(:last-child) {
    margin-bottom: 4rem;
  }
  .pbf__shop-slider-wrap {
    padding: 0 1rem;
  }
  .pbf__shop-slider-wrap .swiper-button {
    width: 3.2rem;
    height: 3.2rem;
    --swiper-navigation-size: 3.2rem;
  }
  .pbf__shop-thumbnail .swiper-slide {
    width: 8rem;
  }
  .pbf__shop-headline {
    padding-bottom: 1.8rem;
  }
  .pbf__shop-title {
    margin-top: 1.8rem;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 2rem;
  }
  .pbf__shop-icon {
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pbf__shop-comment {
    font-size: 14px;
  }
  .pbf__shop-info {
    margin-top: 2rem;
    padding: 1.8rem;
  }
  .pbf__shop-info .pbf__btn-01 {
    margin-top: 1.8rem;
  }
  .pbf__map iframe {
    height: 50vw;
  }
  .pbf__notice {
    padding: 2rem;
  }
  .pbf__notice p {
    padding: 0 1rem;
  }
}