@charset "UTF-8";

/*====================
  Common
====================*/

:root {
  --font-family-base: "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo,
    sans-serif;
  --font-family-eg: "Lexend", "Segoe UI", "Helvetica Neue", Arial, sans-serif;

  --color-text: #333;
  --color-text-sub: #e1dcd7;

  --color-primary: #d70407;
  --color-secondary: #c2aa8b;
  --color-bg: #e3d6c9;

  --font-size-base: 1.6rem;
  --content-width: 1200px;

  @media (width <= 600px) {
    --font-size-base: 2rem;
  }
}

html {
  font-size: 10px;

  @media (width <= 600px) {
    font-size: 50%;
  }
}

body {
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: var(--font-size-base);
  color: var(--color-text);
  letter-spacing: 1px;
}

a {
  text-decoration: none;

  &:hover {
    opacity: 0.8;
    transition: all 0.3s;

    @media (max-width: 800px) {
      opacity: 1;
      text-decoration: none;
    }
  }
}

/** フォント設定 **/
.eg-font {
  font-family: var(--font-family-eg);
  font-weight: 400;
}

/** フォームリセット **/
input,
button,
textarea,
submit {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/** リンクボタン **/
.link-btn {
  max-width: 500px;
  width: 100%;
  margin-inline: auto;

  a {
    display: block;
    width: 100%;
    background-color: var(--color-primary);
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 23px 10px;
    position: relative;
    border-radius: 100px;
    border: 2px solid transparent;

    @media screen and (max-width: 600px) {
      font-size: 18px;
      padding: 18px 10px;
    }

    &::before,
    &::after {
      content: "";
      position: absolute;
      top: calc(50% - 1px);
      right: 25px;
      width: 13px;
      height: 4px;
      border-radius: 9999px;
      background-color: #ffffff;
      transform-origin: calc(100% - 1px) 50%;
    }

    &::before {
      transform: rotate(45deg);
    }

    &::after {
      transform: rotate(-45deg);
    }

    &:hover {
      text-decoration: none;
      opacity: 1;
      background-color: #fff;
      border-color: var(--color-primary);
      color: var(--color-primary);

      &::before,
      &::after {
        background-color: var(--color-primary);
      }
    }
  }
}

/** ブラウザ別表示・非表示 **/
@media (width > 600px) {
  .sp-only {
    display: none !important;
  }
}
@media (width <= 600px) {
  .pc-only {
    display: none !important;
  }
}

/*====================
  トップページ
====================*/
.logo {
  max-width: 300px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 75px 0;

  @media (width <= 900px) {
    max-width: 200px;
    padding: 40px 0;
  }

  @media (width <= 600px) {
    max-width: 160px;
    padding: 30px 0;
  }
}

.main {
  max-width: calc(var(--content-width) + 40px);
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}

.mv {
  margin-bottom: 85px;

  @media (width <= 900px) {
    margin-inline: -20px;
  }

  @media (width <= 600px) {
    margin-bottom: 60px;
  }
}

.announce {
  text-align: center;
  position: relative;
  margin-bottom: 130px;

  &::before {
    content: "";
    background: url(../img/common/illust1.svg) 0 0 no-repeat;
    background-size: 100%;
    width: 90px;
    height: 115px;
    position: absolute;
    left: 30px;
    top: 55%;

    @media (width <= 900px) {
      width: 70px;
      height: 90px;
      left: 20px;
      top: 60%;
      z-index: 1;
    }
    @media (width <= 600px) {
      left: 10px;
      top: auto;
      bottom: -110px;
    }
  }
  &::after {
    content: "";
    background: url(../img/common/illust2.svg) 0 0 no-repeat;
    background-size: 100%;
    width: 90px;
    height: 125px;
    position: absolute;
    right: 30px;
    top: 45%;

    @media (width <= 900px) {
      width: 70px;
      height: 100px;
      right: 10px;
      top: 45%;
    }
    @media (width <= 600px) {
      right: 10px;
      top: auto;
      bottom: -115px;
    }
  }
  .title {
    color: var(--color-primary);
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 45px;

    @media (width <= 900px) {
      font-size: 3rem;
      margin-bottom: 15px;
    }
  }
  .text {
    > p {
      margin-bottom: 20px;
      line-height: 2;
      font-size: 20px;
      @media (width <= 900px) {
        font-size: 18px;
      }
      @media (width <= 600px) {
        text-align: left;
        font-size: 16px;
      }
      &:last-child {
        margin-bottom: 0;
      }
    }
  }
}

.maintenance {
  --clip-p-top: 47px;
  --clip-p-inline: 52px;

  background-color: #fcf2f2;
  background-image: url(../img/common/icon_clip.svg),
    url(../img/common/icon_clip.svg), url(../img/common/icon_clip.svg),
    url(../img/common/icon_clip.svg);
  background-size: 15px;
  background-position: left var(--clip-p-inline) top var(--clip-p-top),
    right var(--clip-p-inline) top var(--clip-p-top),
    right var(--clip-p-inline) bottom var(--clip-p-top),
    left var(--clip-p-inline) bottom var(--clip-p-top);
  background-repeat: no-repeat;
  border-radius: 80px;
  padding: 50px;

  @media (width <= 900px) {
    margin-bottom: 60px;
    padding-inline: 90px;

    &::before {
      width: 70px;
      height: 90px;
      left: 10px;
      @media (width <= 600px) {
        left: 50px;
        top: auto;
        bottom: -50px;
      }
    }

    &::after {
      width: 70px;
      height: 100px;
      right: 10px;
      top: 45%;
      @media (width <= 600px) {
        right: 60px;
        top: auto;
        bottom: -55px;
      }
    }
  }
  @media (width <= 600px) {
    --clip-p-top: 27px;
    --clip-p-inline: 32px;
    padding-inline: 40px;
    padding-bottom: 70px;
    border-radius: 40px;
  }
}

.shop-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 160px;
  justify-content: space-between;

  @media (width <= 900px) {
    grid-template-columns: repeat(1, 1fr);
  }

  .shop-info_box {
    width: fit-content;

    @media (width <= 900px) {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      column-gap: 30px;
    }
    @media (width <= 600px) {
      display: block;
    }
  }
  .shop-info_title {
    font-weight: bold;
    padding: 25px 35px;
    border-bottom: 2px solid var(--color-bg);
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 40px;

    @media (width <= 900px) {
      width: 100%;
    }
    @media (width <= 600px) {
      padding: 15px 20px;
    }
  }
  .shop-info_image {
    margin-bottom: 40px;

    @media (width <= 900px) {
      margin-bottom: 0;
      width: 50%;
    }

    @media (width <= 600px) {
      max-width: 350px;
      width: 100%;
      margin-inline: auto;
      margin-bottom: 20px;
    }
  }
  .shop-info_detail {
    margin-bottom: 0;
    @media (width <= 900px) {
      flex: 1;
    }
    li {
      display: flex;
      column-gap: 10px;
      padding: 15px;
      border-bottom: 1px dashed var(--color-bg);
    }
    .info-title {
      font-weight: bold;
      width: 25%;

      @media (width <= 600px) {
        width: 30%;
      }
    }
    .info-text {
      flex: 1;
    }
  }
}

.footer {
  margin-top: 100px;

  @media (width <= 600px) {
    margin-top: 80px;
  }

  .sns-link {
    background-color: #F3EFE9;
    padding: 70px 20px;

    @media (width <= 600px) {
      padding: 50px 20px;
    }

    .sns-link_contents {
      background-color: #fff;
      border-radius: 20px;
      padding: 30px;
      max-width: 380px;
      width: 100%;
      margin-inline: auto;
    }
    .sns-link_title {
      width: fit-content;
      margin-inline: auto;
      font-weight: 500;
      font-size: 15px;
      position: relative;
      padding-inline: 10px;
      margin-bottom: 25px;

      &::before,
      &::after {
        content: "";
        background-color: #000;
        height: 13px;
        width: 1px;
        position: absolute;
        bottom: 5px;
      }

      &::before {
        rotate: -25deg;
        left: 0;
      }
      &::after {
        rotate: 25deg;
        right: 0;
      }
    }
    .sns-link_list {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 15px;
      margin-bottom: 0;
      max-width: 250px;
      margin-inline: auto;
      justify-content: center;

      a {
        color: #000;
        display: block;
        text-align: center;

        &:hover {
          text-decoration: none;
        }
      }
      figcaption {
        display: block;
        font-size: 10px;
        margin-top: 3px;
      }
    }
  }
}

.copyright {
  text-align: center;
  padding: 15px 10px;
  margin: 0;
  small {
    font-size: 12px;
  }
}
