@charset "utf-8";

/* common/style.cssの初期化、その他共通化 ここから */
img {
  width: 100%;
  vertical-align: bottom;
}

body {
  background-color: #eee;
  background-image: url(../img/bg.png);
  background-size: 100px;
}

.box_top {
  /* ヘッダーの背景画像透過防止 */
  background-color: #fff;
}

h2 {
  box-shadow: none;
  font-size: clamp(18px, 3vw, 30px);
}

.container {
  width: 90%;
  max-width: 1030px;
  padding: 0;
  margin: 3rem auto 1rem;
}
/* common/style.cssの初期化、その他共通化 ここまで */

.main-visual {
  margin-top: 0 !important;
}

.line_h2 {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  text-align: center;
  color: #333;
  font-size: 1.75rem;
}

.line_h2::before,
.line_h2::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  height: 1px;
  width: 50px;
  background-color: #333;
  margin-right: 50%;
}

.line_h2::after {
  transform: translate(100%, -50%);
  left: initial;
  right: 0;
  margin-right: 0%;
  margin-left: 50%;
}

.p-info__p {
  text-align: center;
  margin: 1.5rem 0 0;
}
.p-info__p:nth-child(1) {
  margin: 2rem 0 0;
}

.p-info__span {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.75rem;
  font-weight: bold;
}

.p-h3 {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 3rem auto 2rem;
  padding: 1rem;
  text-align: center;
  line-height: 1;
  font-size: 1.5rem;
  background-image: url(../img/bg-h3.png);
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: center;
}

.p-h3--small {
  line-height: 1.75;
  font-size: 1rem;
}
.p-special__ul{
  margin: 0;
  padding-left: 20px;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.p-special__p,
.p-special__price {
  margin: 1rem 0 0;
  line-height: 1.75;
  text-align: center;
}

.p-special__p span {
  text-decoration: underline;
}

.p-special__note {
  margin: 1rem 0 0;
  line-height: 1.75;
  text-align: center;
  font-size: 0.75rem;
  color: red;
}

.p-special__price {
  text-decoration: underline;
}

.line_h4 {
  display: block;
  width: fit-content;
  margin: 2rem auto 0;
  padding: 0 1rem;
  position: relative;
  text-align: center;
  color: #333;
  font-size: 1rem;
}

.line_h4::before,
.line_h4::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  height: 1px;
  width: 110px;
  background-color: #333;
  margin-right: 50%;
}

.line_h4::after {
  transform: translate(100%, -50%);
  left: initial;
  right: 0;
  margin-right: 0%;
  margin-left: 50%;
}

.p-special__item {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  align-items: center;
}

.p-special__link {
  display: inline-block;
}

.p-special__link p {
  text-align: center;
  margin: 0;
  padding: 0;
}

.content1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  padding: 2rem 0;
  background-color: #fff;
}

.content1__title {
  width: 100%;
  margin-top: 1rem;
}

.content1__title__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 0.5rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.content1__title__li {
  display: inline-block;
  width: 31%;
}

.content1__slider {
  margin-top: 2rem;
  width: 100%;
}

.content1__slider__ul {
  margin: 1.5rem 0 0;
  padding: 0;
}

.content1__slider__li {
  margin: 0 0.5rem;
  width: 100%;
  border: 1px solid #666;
}

.content2,
.content3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  position: relative;
}

.content2__title,
.content3__title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}

.content2__title__a,
.content3__title__a {
  width: 31%;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  /* opacity: 0.4; */
  /* transition: opacity 0.3s; */
}
.content2__title__a::after,
.content3__title__a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 2;
  opacity: 0.7;
  pointer-events: none;
  transition: opacity 0.3s;
}

.content2__title__a.active::after,
.content3__title__a.active::after {
  opacity: 0;
}

/* stylelint-disable-next-line selector-type-no-unknown */
.splide {
  margin: 1rem auto 0;
  display: none;
  opacity: 0.1;
  transition: opacity 0.4s;
  transition-delay: 250ms;
}

.splide.active {
  opacity: 1;
  display: block;
}

.splide__track {
  opacity: 0.1;
  transition: opacity 0.4s;
}

.splide.active .splide__track {
  opacity: 1;
}

.p-about__box {
  display: flex;
  flex-direction: column;
  margin: 2.5rem 0 2rem;
}

.p-about__info {
  position: relative;
}

.p-about__info::before {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: -1;
  background-color: #333;
  border-radius: 2px;
  background: repeating-linear-gradient(
    -45deg,
    #fff 0,
    #fff 2px,
    #333 2px,
    #333 20px
  );
  background-size: 25px 25px;
}
.p-about__dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 2px solid #333;
  margin: 0;
  border-radius: 3px;
  background-color: #eee;
}

.p-about__dt {
  width: 20%;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-about__dd {
  width: 80%;
  border-top: 1px solid #333;
  margin: 0;
  padding: 0.5rem;
}
.p-about__dd a:hover img {
  opacity: 0.8;
}
.p-about__dd img {
  margin-top: 0.5rem;
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-about__dd a:hover img {
  opacity: 0.8;
}
.p-about__dd img {
  margin-top: 0.5rem;
  cursor: pointer;
  transition: opacity 0.3s;
}

.p-about__map {
  margin-top: 2.5rem;
  width: 100%;
  position: relative;
  padding-top: 56.25%; /* 16:9比率 */
  padding-top: 83.33%; /* 1.2:1比率 */
}
.p-about__mapCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.p-about__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
}

.p-about__h3 {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}

.p-about__snsBox {
  margin-top: 4rem;
}

.p-about__p {
  text-align: center;
  font-weight: bold;
  margin: 1rem 0 0.75rem;
}

.p-about__snsIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.p-about__snsIcon a {
  display: inline-block;
  width: 72px;
}

.p-attention {
  width: 100%;
  background-color: #dddddd;
  padding: 3rem 5% 2rem;
  margin: 0;
  letter-spacing: 0.1;
}

.p-attention__ul {
  max-width: 800px;
  margin: 2rem auto 0.5rem;
  margin-left: 0.2em;
  padding-left: 0.1em;
  line-height: 1.5;
  width: 100%;
}

.p-attention__li {
  margin: 0.5rem 0 0;
  padding: 0;
}

.p-contact {
  max-width: 800px;
  margin: 2rem auto 0.5rem;
  padding: 0;
  padding-left: -0.5rem;
  line-height: 1.5;
  width: 100%;
}

.p-contact__title {
  border: 1px solid #666;
  display: inline-block;
  width: fit-content;
  padding: 0.25rem 0.5rem;
  margin: 0;
}
.p-contact__text {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  line-height: 1.75;
}
.p-contact__text a {
  text-decoration: none;
}
.p-contact__time {
  display: flex;
  margin-top: 0.5em;
  margin-left: 0.5em;
  gap: 0em;
  color: #666;
  font-size: 14px;
}
.p-contact__time p {
  margin: 0;
}

.p-about__copy {
  text-align: center;
  margin: 3rem 0 0;
}

/* モーダルウィンドウ */
.p-modal {
  display: none; /* 初期状態は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.p-modal.is-open {
  display: flex; /* is-openクラスが付いたら表示 */
}

.p-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.p-modal__content {
  position: relative;
  max-width: 95%;
  max-height: 90vh;
  background-color: #fff;
  padding: 10px;
  margin: 0 auto;
  border-radius: 5px;
  z-index: 1001;
}

.p-modal__close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 28px;
  color: #333;
  background: none;
  border: none;
  cursor: pointer;
}

.u-twinkle1 {
  position: relative;
  display: block;
  width: fit-content;
  margin: 1rem auto 0;
}
.u-twinkle1::before,
.u-twinkle1::after {
  position: absolute;
  content: "";
  background-image: url(../img/twinkle1_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
.u-twinkle1::after {
  background-image: url(../img/twinkle1_right.png);
  left: auto;
  background-repeat: no-repeat;
  right: 0;
  transform: translateX(100%);
}

.u-twinkle2 {
  position: relative;
  display: block;
  width: fit-content;
  margin: 2rem auto 0;
}
.u-twinkle2::before,
.u-twinkle2::after {
  position: absolute;
  /* content: ""; */
  /* ↑ コメント解除で装飾復活 */
  background-image: url(../img/twinkle2_left.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 80px;
  height: 144px;
  top: 3rem;
  left: 3.5rem;
  transform: translate(-100%, -50%);
}
.u-twinkle2::after {
  background-image: url(../img/twinkle2_right.png);
  top: 3.5rem;
  background-repeat: no-repeat;
  left: auto;
  right: 3.5rem;
  transform: translate(100%, -50%);
}

.u-twinkle3 {
  position: relative;
  display: block;
  width: fit-content;
  margin: 4rem auto 0;
}
.u-twinkle3::before,
.u-twinkle3::after {
  position: absolute;
  content: "";
  background-image: url(../img/twinkle3_left.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 60px;
  height: 90px;
  top: 0.75rem;
  left: 1.5rem;
  transform: translate(-100%, -50%);
}
.u-twinkle3::after {
  background-image: url(../img/twinkle3_right.png);
  left: auto;
  background-repeat: no-repeat;
  right: 1.5rem;
  transform: translate(100%, -50%);
}

.u-mt30 {
  margin-top: 30px;
}
.u-mt50 {
  margin-top: 50px;
}

.pc-none {
  display: block;
}
.sp-none {
  display: none;
}
.min412 {
  display: none;
}
.min412_none {
  display: block;
}

.min452 {
  display: none;
}
.min513_none {
  display:block;
}
.min452_none {
  display: block;
}

@media (min-width: 412px) {
  .min412 {
    display: block;
  }
  .min412_none {
    display: none;
  }
}
@media (min-width: 452px) {
  .min452 {
    display: block;
  }
  .min452_none {
    display: none;
  }
}
@media (min-width: 513px) {
  .min513_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
  .sp-none {
    display: block;
  }
  body {
    background-size: 150px;
    font-size: 16px;
  }
  .container {
    margin: 4rem auto 1rem;
  }
  /* .main-visual {
    max-width: 1000px;
    margin: 0 auto;
  } */
  .line_h2::before,
  .line_h2::after {
    width: 80px;
  }
  .p-h3 {
    margin-top: 5rem;
  }
  .p-h3--small {
    line-height: 1.5;
  }
  .p-special__box {
    max-width: 800px;
  }
  .p-special__box + .p-special__box {
    margin-top: 2rem;
  }
  .content1__title__list {
    max-width: 600px;
    margin: 2rem auto 0;
  }
  .content1__title__li {
    width: 26%;
  }
  .content1__title {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }

  .content2,
  .content3 {
    max-width: 800px;
    margin: 2rem auto 0;
  }
  .content2__container,
  .content3__container {
    margin-top: 1rem;
  }
  .content2__title,
  .content3__title {
    gap: 0.5rem;
    max-width: 600px;
    margin: 0 auto;
  }
  .content2__title__a,
  .content3__title__a {
    width: 26%;
  }
  .p-about__h3 {
    margin-top: 6rem;
  }
  .p-special__price {
    margin: 2rem 0 0;
  }
  .p-special__note {
    font-size: 0.9rem;
  }

  .p-contact__time {
    margin-left: 1em;
  }

  /* モーダルウィンドウ */
  .p-modal {
    display: none; /* 初期状態は非表示 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    align-items: center;
    justify-content: center;
  }

  .p-modal.is-open {
    display: flex; /* is-openクラスが付いたら表示 */
  }

  .p-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
  }

  .p-modal__content {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    z-index: 1001;
  }

  .p-modal__close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 28px;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
  }

  /* 装飾ここから */
  .u-twinkle1::before,
  .u-twinkle1::after {
    width: 50px;
    height: 50px;
    left: -1rem;
  }
  .u-twinkle1::after {
    left: auto;
    right: -0.8rem;
    transform: translateX(100%);
  }
  .u-twinkle3::before {
    left: 0rem;
  }
  .u-twinkle3::after {
    right: 0rem;
  }
  .u-pl1 {
    padding: 0 0 0 2rem;
    margin: 0;
  }
}

@media (min-width: 900px) {
  .p-attention__ul {
    margin: 2rem auto 0.5rem;
  }
  .p-about__box {
    display: flex;
    flex-direction: row;
    column-gap: 1.5rem;
    margin: 2rem 0 0;
  }
  .p-about__info {
    width: 100%;
    position: relative;
  }
  .p-about__dl {
    width: 100%;
    border-radius: 3px;
    background-color: #eee;
  }
  .p-about__map {
    margin-top: 0;
    width: 100%;
    padding-top: 56.25%; /* 16:9比率 */
    padding-top: 17%; /* 1.2:1比率 */
  }
}
