@charset "UTF-8";
body {
  color: #3f3d3d;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}

.inner {
  padding-inline: 18px;
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 375px;
  }
}

.title {
  margin-bottom: 30px;
  position: relative;
  font-family: "Hina Mincho", serif;
  font-size: 26px;
}
.title::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  margin-inline: auto;
  bottom: -8px;
  width: 40px;
  height: 2px;
  background: #3f3d3d;
}

.discription {
  padding-inline: 20px;
}

.text {
  margin-top: 24px;
  text-align: justify;
}

.orange {
  color: #f05a24;
  font-weight: 700;
}

.underline-before {
  background: -webkit-gradient(linear, left top, left bottom, from(#fbf0ad), to(#fbf0ad)) 0 100%/0 10px no-repeat;
  background: linear-gradient(#fbf0ad, #fbf0ad) 0 100%/0 10px no-repeat;
  /*左から、カラー（始点と終点それぞれ同じものを指定）、position / サイズ横縦 繰り返しの有無 */
  -webkit-transition: background 3s;
  transition: background 3s;
  /*トランジションの設定。下線を引く動きをアニメーションにするのに必要 */
  text-decoration: none;
  /*テキストの装飾の設定 */
}

.underline-after {
  background-size: 100% 10px;
  /* 変化後のスタイル。横サイズを0から100%に変えることで指定の文字列に下線を引く */
}

/* ボタンのスタイル */
.page-top {
  /* buttonタグのリセットCSS */
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* ボタンの装飾 */
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #3f3d3d;
  background-color: #fff;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.page-top.is-show {
  opacity: 1;
  visibility: visible;
}

/* 矢印のスタイル */
.page-top::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
  border-top: solid 3px #3f3d3d;
  border-right: solid 3px #3f3d3d;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ホバー時のスタイル */
.page-top:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.fadein {
  opacity: 0;
}

/* 予約ボタンのスタイル */
.page-button {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 80px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.fv__inner {
  padding-inline: 0;
}
.fv__bg {
  position: relative;
}
.fv__bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  background: #3f3d3d;
  opacity: 0.7;
}
.fv__salon-name {
  position: relative;
  margin-top: -40px;
  color: #fff;
  font-family: "Hina Mincho", serif;
  font-size: 20px;
  padding-block: 5px;
}
.fv__salon-name::after {
  content: "";
  position: absolute;
  top: -110px;
  left: 10px;
  width: 80px;
  height: 140px;
  background: url(../img/hukidashi01.webp) center center/contain no-repeat;
}

.message__movie {
  margin-top: 20px;
}
.message__movie video {
  width: 100%;
}

.worry__image {
  margin-top: 20px;
}
.worry__text {
  margin-top: 16px;
}
.worry__arrow {
  margin-top: 20px;
  background: #e5e5e5;
  padding-block: 8px 15px;
  font-family: "Hina Mincho", serif;
  font-size: 23px;
}
.worry__arrow span {
  display: block;
  line-height: 1.3;
}
.worry__arrow-move {
  margin-top: -10px;
  z-index: 10;
}
.worry__arrow-move img {
  width: 60px;
}
.worry__solution {
  margin-top: 20px;
}

.merit__list {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.merit__item {
  padding: 10px 20px 20px;
  border: #b1afaf solid 1px;
}
.merit__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.merit__title-num {
  font-family: "din-2014", sans-serif;
  font-size: 50px;
}
.merit__title-ja {
  text-align: left;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 600;
}
.merit__item-text {
  margin-top: 15px;
  text-align: justify;
  font-size: 15px;
}

.impression__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-perspective: 1500px;
          perspective: 1500px;
}
.impression__item {
  opacity: 0;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  /* 初期状態：回転して非表示に近い状態 */
  -webkit-transition: opacity 0.8s ease, -webkit-transform 1.2s ease;
  transition: opacity 0.8s ease, -webkit-transform 1.2s ease;
  transition: opacity 0.8s ease, transform 1.2s ease;
  transition: opacity 0.8s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  /* 奥行き回転対応 */
}
.impression__item.animate {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  /* 表示状態に回転 */
}

.voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.shopinfo__staff {
  margin-top: 20px;
}
.shopinfo__salon-block {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.shopinfo__salon-left {
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.shopinfo__salon-right {
  text-align: left;
}
.shopinfo__salon-name {
  font-weight: 700;
}
.shopinfo__salon-info {
  font-size: 13px;
}
.shopinfo__salon-info span {
  display: block;
}

th,
td {
  border-bottom: 1px solid #b1afaf;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  padding: 15px;
}
th span,
td span {
  font-weight: 700;
}

th {
  background: #eee;
}

.coupon__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.coupon__table {
  border: 2px solid #b1afaf;
  width: 100%;
  border-collapse: collapse;
}
.coupon__coruse {
  font-size: 17px;
}
.coupon__coruse span {
  display: block;
}
.coupon__coruse-item {
  font-size: 11px;
}
.coupon__price td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-bottom: none;
}
.coupon__price .price-before {
  font-size: 13px;
  position: relative;
}
.coupon__price .price-before::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #f05a24;
  top: 50%;
  left: 0;
}
.coupon__price .tag {
  font-size: 9px;
  line-height: 1.2;
  background: #f05a24;
  color: #fff;
  padding: 3px 5px 5px;
  border-radius: 3px;
}
.coupon__price .price-after {
  font-family: "din-2014", sans-serif;
  font-size: 26px;
  color: #f05a24;
}

.button {
  margin-top: 30px;
}
.button__net {
  margin-top: 10px;
}

.footer__inner {
  background: #3f3d3d;
}
.footer__logo {
  padding-block: 34px;
}
.footer__logo img {
  width: 85px;
}