@charset "UTF-8";

/**
 * オリジナルcss
 */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--c1);
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a,
a:hover,
a:link,
a:visited {
  color: var(--c1);
}

a:hover {
  opacity: 0.8;
}

.inner {
  width: 100%;
  max-width: 1230px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

.inner_1600 {
  max-width: 1310px;
  padding-left: 7px;
  padding-right: 7px;
}

.view_sp {
  display: none;
}

.br_sp {
  display: none;
}

.br_pc {
  display: inline;
}

/* content header */

.content_header {
  margin-bottom: 40px;
  text-align: center;
  h1,
  h2 {
    margin: 0;
    font-family: var(--go);
    font-size: 4rem;
    color: var(--c2);
  }
  h3 {
    margin-top: 8px;
    font-size: 2.2rem;
    font-family: var(--en);
    color: #d7dfb6;
  }
}

/* content */

.single_title {
  font-family: var(--go);
  font-size: 4rem;
  color: #91754d;
}

.single_content {
  h2 {
    font-size: 3rem;
    margin-top: 2rem;
    margin-bottom: 0;
    color: var(--c2);
    border-left: 6px solid var(--c2);
    padding-left: 16px;
  }
  h3 {
    font-size: 2.8rem;
    margin-top: 2rem;
    margin-bottom: 0;
    color: var(--c2);
    border-bottom: 2px solid var(--c2);
  }
  h4 {
    font-size: 2.6rem;
    margin-top: 2rem;
    margin-bottom: 0;
    color: var(--c2);
  }
  h5 {
    font-size: 2.2rem;
    margin-top: 2rem;
    margin-bottom: 0;
    color: var(--c2);
  }
  p {
    margin-top: 1.8rem;
    margin-bottom: 0;
  }
}

/* more link */

.more_link {
  margin-top: 62px;
  width: 100%;
  a,
  input {
    width: 100%;
    max-width: 360px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--c2);
    border-radius: 100px;
    text-decoration: none;
    margin: 0 auto;
    background-image: url("../images/common/more_arrow.png");
    background-repeat: no-repeat;
    background-position: right 16px center;
    span {
      color: #fff;
      font-size: 2rem;
      font-family: var(--en);
    }
    span.go {
      font-family: var(--go);
    }
  }
  input {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    border: none;
    cursor: pointer;
  }
  input:disabled {
    opacity: 0.7;
  }
}

.more_link_o {
  a {
    background-color: #e9a93a;
  }
}
/* showroom */

.section_showroom {
  padding-top: 120px;
}

.showroom_bg {
  width: 100%;
  position: relative;
  z-index: 5;
  img {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }
}

.showroom_box {
  width: calc(100% - 64px);
  margin: -134px auto 0 auto;
  background: #efe6cd;
  border: 6px solid #fff;
  position: relative;
  z-index: 10;
  padding: 80px 10px 70px 10px;
  container-type: inline-size;
  .showroom_speech_bubble {
    position: absolute;
    top: -44px;
    left: -20px;
    width: 27%;
  }
  h2 {
    text-align: center;
    color: #91754d;
    font-size: 3.6cqw;
    font-family: var(--go);
  }
  p {
    text-align: center;
    color: #91754d;
    margin-top: 24px;
    font-size: 2cqw;
    font-family: var(--go);
  }
  .showroom_buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 2.5%;
    margin-top: 40px;
    a {
      width: 34%;
      height: 76px;
      font-size: 3.2rem;
      font-family: var(--go);
      font-weight: 600;
      color: #fff;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 4.5%;
      text-decoration: none;
      border: 4px solid #fff;
      border-radius: 100px;
      background-image: url("../images/common/showroom/showroom_button_arrow.png");
      background-repeat: no-repeat;
      background-position: right 5.9% center;
      background-size: 7.4% auto;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      container-type: inline-size;
      padding-right: 3%;
      img {
        width: 12%;
      }
      span {
        font-size: 6cqw;
        font-family: var(--go);
        font-weight: 500;
        color: #fff;
      }
    }
    .showroom_button_reserve {
      background-color: #e97d3a;
    }
    .showroom_button_sodan {
      background-color: #4eb62b;
    }
  }
  .showroom_contact {
    margin-top: 48px;
    text-align: center;
    img {
      margin: 0 auto;
      width: 29%;
    }
  }
  .showroom_parson1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 25.6%;
  }
  .showroom_parson2 {
    position: absolute;
    bottom: 0;
    right: -32px;
    z-index: 20;
    width: 26%;
  }
}

/* reason */

.reason_elements {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 32px;
  .reason_elment {
    margin-right: 8px;
    width: calc((100% - 48px) / 2);
    background: var(--c2);
    padding: 24px 0 24px 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2.5%;
    container-type: inline-size;
    .reason_info {
      width: calc(50.5%);
      color: #fff;
      .num {
        position: relative;
        font-size: 7.2rem;
        font-family: var(--en);
        font-weight: 700;
        color: var(--c2);
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #fff;
      }
      .num::after {
        position: absolute;
        content: "";
        display: block;
        width: 72px;
        height: 2px;
        background: #fff;
        bottom: 20px;
        left: 60px;
        transform: rotate(-45deg);
      }
      h3 {
        margin-top: 24px;
        font-size: 4.8cqw;
        font-family: var(--go);
        font-weight: 700;
      }
      p {
        margin-top: 26px;
        font-size: 1.6rem;
        font-size: 2.2cqw;
      }
    }
    .thumbnail {
      width: 47%;
      .thumb_image {
        position: relative;
        img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          right: -8px;
          border-radius: 50%;
          object-fit: cover;
        }
      }
      .thumb_image::before {
        content: "";
        display: block;
        padding-top: 100%;
      }
    }
  }
}

/* staff */

.content_staff_banner {
  padding-bottom: 80px;
}

@media screen and (max-width: 1110px) {
}
@media screen and (max-width: 740px) {
  .showroom_bg {
    img {
      height: 120px;
    }
  }
  .showroom_box {
    width: 100%;
    margin-top: -32px;
    padding-top: 56px;
    padding-bottom: 153px;
    .showroom_speech_bubble {
      top: -45px;
      left: -14;
      width: 40%;
    }
    h2 {
      font-size: 8cqw;
    }
    p {
      font-size: 3.8cqw;
    }
    .showroom_buttons {
      flex-direction: column;
      justify-content: center;
      a {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
        span {
          font-size: 5.5cqw;
        }
      }
    }
    .showroom_contact {
      img {
        width: 76%;
      }
    }
    .showroom_parson1 {
      width: 173px;
    }
    .showroom_parson2 {
      width: 188px;
      right: -10px;
    }
  }
  .content_header {
    h1,
    h2 {
      font-size: 2.4rem;
    }
    h3 {
      font-size: 1.4rem;
    }
    margin-bottom: 16px;
  }
  .more_link {
    margin-top: 38px;
    a,
    input {
      span {
        font-size: 1.6rem;
      }
    }
  }

  .reason_elements {
    .reason_elment {
      padding: 12px 8px;
      width: 100%;
      background: linear-gradient(
        var(--c2) calc(100% - 88px),
        #fff calc(100% - 88px)
      );
      .reason_info {
        width: 100%;
        .num {
          font-size: 3.3rem;
        }
        .num::after {
          width: 50px;
          bottom: 0;
          left: 16px;
        }
        h3 {
          margin-top: 0;
          font-size: 6cqw;
          text-align: center;
          br {
            display: none;
          }
        }
        p {
          margin-top: 18px;
          text-align: center;
          font-size: 4cqw;
        }
      }
      .thumbnail {
        width: 100%;
        .thumb_image {
          width: 160px;
          margin: 0 auto;
        }
      }
    }
  }
  .single_content {
    h2 {
      font-size: 2rem;
    }
    h3 {
      font-size: 1.9rem;
    }
    h4 {
      font-size: 1.8rem;
    }
    h5 {
      font-size: 1.7rem;
    }
    p {
      font-size: 1.6rem;
    }
  }
  .view_pc {
    display: none !important;
  }
  .view_sp {
    display: block !important;
  }
  .br_pc {
    display: none;
  }
  .br_sp {
    display: inline;
  }
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 500px) {
}
