@charset "UTF-8";

/* STORE扉ページ */

.p-store-sub-head {
	font-family: 'Zen Old Mincho', serif;
  font-size: clamp(20px, calc(20 / 375 * 100vw), 36px);
  margin-top: clamp(20px, calc(20 / 375 * 100vw), 40px);
  border-bottom: solid 1px currentColor;
}
.p-store-list-title {
  font-size: clamp(15px, calc(15 / 375 * 100vw), 20px);
  font-weight: 700;
  margin-top: 10px;
}

/* STORE詳細ページ */
.p-store-detail {
  margin-top: clamp(20px, calc(20 / 375 * 100vw), 40px);
  font-size: clamp(17px, calc(17 / 375 * 100vw), 24px);
  font-weight: 600;
}

.p-store-detail .is-middle-text {
  font-size: clamp(15px, calc(15 / 375 * 100vw), 20px);
}

.p-store-detail .is-small-text {
  font-size: clamp(13px, calc(13 / 375 * 100vw), 15px);
}

.p-store-detail .is-red {
  color: #d60007ff;
}

/* STORE詳細ページ：ページ見出し */
.p-store-detail__head__title {
  font-size: clamp(15px, calc(15 / 375 * 100vw), 30px);
  border-bottom: solid 2px currentColor;
  padding-bottom: 0.25em;
}

.p-store-detail__head__lead,
.p-store-detail__head__link {
  margin-top: 1em;
}

@media only screen and (max-width: 767px) {
  .p-store-detail__head__link {
    width: fit-content;
    margin: 1em auto 0;
  }
}

/* STORE詳細ページ：本文 */
.p-store-detail__body {
  margin-top: clamp(30px, calc(60 / 375 * 100vw), 60px);
}

.p-store-detail__body__main {
  margin-top: clamp(30px, calc(60 / 375 * 100vw), 60px);
}

/* 追加 */
.p-store-detail__text_box {
  padding-top: 0.25em;
}

.p-store-detail__text {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 23px;
    letter-spacing: -0.01em;
}

.p-store-detail__text a {
    margin: 0 2px;
    text-decoration: underline;
}

.p-store-detail__text form {
    display: inline-block;
}

.p-store-detail__text form input[type="submit"] {
    text-decoration:underline;
}

@media all and ( max-width: 768px) {
  .p-store-detail__text {
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 21px;
  }
}