@charset "UTF-8";
:root {
  --color-primary: #3b3c3c;
  --color-secondary: #dacaa0;
  --color-background: #f9f9f9;
}

/* 基本のスタイル */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.3rem, 1.61vw, 3.1rem);
  line-height: 1.825;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  line-break: strict;
  color: var(--color-primary);
  background-color: var(--color-background);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  display: block;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* メインコンテンツ */
.section-inner {
  max-width: 1440px;
  padding: 4.48vw 40px;
  margin: 0 auto;
  margin-bottom: clamp(30px, 7.29vw, 140px);
}
@media (max-width: 599px) {
  .section-inner {
    overflow-x: clip;
  }
}

.maintext {
  text-align: left;
  font-size: clamp(1.4rem, 1.56vw, 3rem);
}
@media (max-width: 599px) {
  .maintext {
    text-align: center;
  }
}

.notion {
  font-size: clamp(1.3rem, 1.46vw, 2.1rem);
  font-weight: 300;
  text-align: right;
  display: block;
}

.indented {
  text-indent: 1em; /* 1文字分のインデント */
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.title {
  color: var(--color-primary);
  font-size: clamp(2.2rem, 4.17vw, 7.3rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 1rem;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: clamp(16px, 4.17vw, 80px);
}
.title::before {
  content: "";
  background: url(../img/icon-scissors.svg) center/contain no-repeat;
  display: inline-block;
  width: clamp(20px, 4.17vw, 54px);
  aspect-ratio: 5/3;
  position: absolute;
  top: -22%;
  left: 0;
}
@media (max-width: 599px) {
  .title::before {
    top: 7%;
    left: 50%;
    translate: -50%;
  }
}
.title::after {
  content: "";
  display: block;
  width: clamp(14px, 9.33vw, 35px);
  height: 2px;
  background-color: var(--color-primary);
  bottom: 0;
  right: 50%;
  translate: 50%;
  position: absolute;
}
@media (max-width: 599px) {
  .title::after {
    width: 14px;
    height: 1px;
    top: 81%;
    right: 50%;
    translate: 50%;
  }
}
@media (max-width: 599px) {
  .title {
    width: 100%;
    letter-spacing: 0.3em;
    text-align: center;
  }
}

.sp {
  display: none;
}

@media (max-width: 599px) {
  .sp {
    display: block;
  }
}
.tab {
  display: none;
}

@media (max-width: 599px) {
  .tab {
    display: block;
  }
}
.pc {
  display: block;
}

@media (max-width: 599px) {
  .pc {
    display: none;
  }
}
/* ボタン */
.bt-wrapper {
  text-align: right;
  margin-top: auto;
}
@media (max-width: 599px) {
  .bt-wrapper {
    text-align: center;
  }
}
.bt-wrapper .bt {
  color: var(--color-primary);
  font-size: clamp(1.3rem, 1.82vw, 3.5rem);
  transition: all 0.3s ease;
  display: inline-flex;
  gap: 9%;
}
@media (max-width: 599px) {
  .bt-wrapper .bt {
    margin: 0 auto;
  }
}
.bt-wrapper .bt.bt-primary::after {
  content: "";
  display: block;
  width: clamp(28px, 4.22vw, 81px);
  aspect-ratio: 81/58;
  background: url(../img/circle-arrow.png) center/contain no-repeat;
}

/* ヘッダー */
.header {
  position: relative;
  background-color: var(--color-secondary);
  display: flex;
  justify-content: space-between;
  padding: 2% 50px 2%;
}
@media (max-width: 599px) {
  .header {
    flex-direction: column-reverse;
    padding: 20px;
  }
}
.header .main-logo {
  width: max(13.89vw, 250px);
}
@media (max-width: 599px) {
  .header .main-logo {
    margin: 0 auto;
  }
}
.header .header-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 599px) {
  .header .header-nav {
    width: 100%;
    height: auto;
    padding: 4% 0 8%;
  }
}
.header .header-nav .header-nav__list {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  width: min(57.29vw, 1100px);
  margin: 0 auto;
}
@media (max-width: 599px) {
  .header .header-nav .header-nav__list {
    width: max(73%, 320px);
    flex-wrap: wrap;
    -moz-column-gap: 12%;
         column-gap: 12%;
    row-gap: 6px;
    justify-content: left;
    margin: 0 auto;
  }
}
.header .header-nav .header-nav__list-item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
  font-size: clamp(1.4rem, 1.56vw, 3rem);
  color: var(--color-primary);
}
.header .hero {
  margin-bottom: 80px;
}
.header .hero .swiper {
  width: 64.58vw;
  aspect-ratio: 31/21;
  margin: 0 0 0 auto;
  border-radius: 20px 0 0 20px;
}
@media (max-width: 599px) {
  .header .hero .swiper {
    width: 100%;
    aspect-ratio: 15/16;
    border-radius: unset;
  }
}
.header .hero .swiper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

/* ページネーション全体のスタイル */
.swiper-pagination {
  display: flex !important; /* 水平に配置 */
  justify-content: center !important;
  gap: 4px !important; /* 各線の間隔を調整 */
  height: 10px !important; /* 全体の高さを調整 */
}

/* 各ページネーションのスタイル */
.swiper-pagination-bullet {
  width: 30px !important; /* 線の長さ */
  height: 2px !important; /* 線の太さ */
  background-color: #000000 !important; /* デフォルトのグレー */
  border-radius: 0 !important; /* 丸みをなくす */
  transition: background-color 0.3s !important; /* 色変更時のスムーズなアニメーション */
}

/* アクティブ状態（選択中）の線 */
.swiper-pagination-bullet-active {
  background-color: gray !important; /* アクティブな線の色 */
}

.lead {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(2rem, 1.98vw, 3.8rem);
  font-weight: 600;
  letter-spacing: 0.3rem;
  margin-bottom: clamp(16px, 4.17vw, 80px);
}
@media (max-width: 599px) {
  .lead {
    text-align: center;
    line-height: 2;
  }
}
.lead span {
  display: block;
}

/* フッター*/
.footer {
  background-color: #e3ded3;
}
.footer .section-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .footer .section-inner {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, auto);
  }
}
.footer .section-inner .footer-logo {
  width: clamp(260px, 39.17vw, 350px);
  text-align: left;
  grid-area: 1/1/2/2;
  margin-bottom: clamp(30px, 2.08vw, 40px);
}
@media (max-width: 599px) {
  .footer .section-inner .footer-logo {
    margin: 20px auto 40px;
  }
}
.footer .section-inner .footer-info__adress {
  margin-bottom: 5vw;
  grid-area: 2/1/3/2;
}
.footer .section-inner .footer-info__adress span {
  display: block;
}
.footer .section-inner .footer-info__adress span a {
  display: inline-block;
}
.footer .section-inner .footer-info__adress > p {
  font-size: clamp(1.5rem, 1.81vw, 2.6rem);
}
.footer .section-inner .footer-info__time {
  grid-area: 2/2/3/3;
}
@media (max-width: 599px) {
  .footer .section-inner .footer-info__time {
    grid-area: 3/1/4/2;
  }
}
.footer .section-inner .footer-info__time span {
  display: block;
}
.footer .section-inner .footer-info__time span a {
  display: inline-block;
}
.footer .section-inner .footer-info__time > p {
  font-size: clamp(1.5rem, 1.81vw, 2.6rem);
}
.footer .section-inner .footer-info__time span:nth-of-type(2) {
  font-size: clamp(1.4rem, 1.11vw, 1.6rem);
  line-height: 1.8;
  margin-bottom: clamp(20px, 1.56vw, 30px);
}
.footer .section-inner .footer-info__time span:nth-of-type(3) {
  font-size: clamp(1.3rem, 1.53vw, 2.2rem);
  line-height: 1.8;
  margin-bottom: 20px;
}
.footer .section-inner .footer-info__time .fooer-bt {
  text-align: center;
  width: 70%;
  font-size: clamp(1.6rem, 1.56vw, 2.2rem);
  border: solid 1px var(--color-primary);
  padding: 8px;
}
@media (max-width: 599px) {
  .footer .section-inner .footer-info__time .fooer-bt {
    width: 100%;
  }
}
.footer .section-inner .footer-nav {
  grid-area: 3/2/4/3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12%;
  padding-top: 20px;
}
@media (max-width: 599px) {
  .footer .section-inner .footer-nav {
    grid-area: 4/1/5/2;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    padding: 10px 0 40px 0;
  }
}
.footer .section-inner .footer-nav .footer-nav__item {
  width: -moz-fit-content;
  width: fit-content;
}
.footer .section-inner .footer-nav .footer-nav__item a {
  font-size: clamp(1.4rem, 1.56vw, 2.2rem);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.8;
}
.footer .section-inner .footer-nav .footer-nav__item a::before {
  content: "";
  width: clamp(6px, 0.68vw, 13px);
  aspect-ratio: 1;
  border: solid 2px transparent;
  border-radius: 2px;
  border-color: transparent var(--color-primary) var(--color-primary) transparent;
  transform: rotate(-45deg);
}
@media (max-width: 599px) {
  .footer .section-inner .footer-nav .footer-nav__item:first-child {
    grid-area: 1/1/2/2;
  }
}
@media (max-width: 599px) {
  .footer .section-inner .footer-nav .footer-nav__item:nth-child(2) {
    grid-area: 2/1/3/2;
  }
}
@media (max-width: 599px) {
  .footer .section-inner .footer-nav .footer-nav__item:nth-child(3) {
    grid-area: 1/2/2/3;
  }
}
@media (max-width: 599px) {
  .footer .section-inner .footer-nav .footer-nav__item:nth-child(4) {
    grid-area: 2/2/3/3;
  }
}
.footer .section-inner .sns {
  grid-area: 3/1/4/2;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.78vw, 40px);
}
@media (max-width: 599px) {
  .footer .section-inner .sns {
    grid-area: 5/1/6/2;
    justify-content: center;
  }
}
.footer .section-inner .sns a {
  width: clamp(30px, 2.78vw, 40px);
}
.footer .copyright {
  display: block;
  text-align: center;
  font-size: clamp(1rem, 1.11vw, 1.6rem);
  padding: 10px;
  background: #fff;
}

.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}

.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

.d-none {
  opacity: 0;
}

#page-top {
  height: 60px;
  width: 60px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transition: all 0.4s ease;
  opacity: 0;
}

.pagetop__arrow {
  height: 18px;
  width: 18px;
  border-top: 1px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
  transform: translateY(20%) rotate(-45deg);
}

/*# sourceMappingURL=common.css.map */