@charset "UTF-8";
/* =========================
   Header
========================= */
.site-header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  color: #fff;
}
.logo-white{
  display: block !important;
}
.logo-black{
  display: none !important;
}
.header-info .contact-label::before,
.header-info .contact-label::after {
  background: rgba(255, 255, 255, 0.6);
}
.header-tel{
  color: #fff;
}
.header-tel-number{
  color: #fff;
}

.site-header .header-info .contact-label::before,
.site-header .header-info .contact-label::after {
  background: rgba(255, 255, 255, 0.6);
}
.menu-toggle{
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.menu-toggle span {
  background: #fff;
}


main{
padding-top: 0;
}

/* =========================
   Top Hero
========================= */
.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("../img/index/main2.jpg") center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", "游明朝", serif;
}

/*.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
}*/

.hero-inner {
  position: relative;
  z-index: 2;
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.hero-copy{
  writing-mode: vertical-rl;
  text-orientation: mixed;

  font-size: clamp(2.3rem, 4vw, 3rem);
  line-height:1.8;
  letter-spacing:0.15em;

  /*text-shadow:0 0 10px rgba(0,0,0,0.9);*/
  text-shadow: 
  0 0 10px rgba(43,80,41,1), 
  5px 5px 15px rgba(43,80,41,0.9),
  5px -5px 15px rgba(43,80,41,0.9),
  -5px 5px 15px rgba(43,80,41,0.9),
  -5px -5px 15px rgba(43,80,41,0.9);


  transform: translateX(8%);
}

/* =========================
   Hero News
========================= */
.hero-news {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.88);
  color: #555;
  padding: 16px 28px;
  border-radius: 6px;
  min-width: 420px;
  font-size: 0.95rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}

.hero-news time {
  margin-right: 24px;
  color: #999;
}

/* =========================
   Side Buttons
========================= */
.side-buttons{
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  flex-direction:column;
  gap:10px;
  z-index:10;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}

.side-buttons a{
  width:60px;
  height:200px;
  background:#4b642b;
  color:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  writing-mode:vertical-rl;
  text-orientation:upright;

  font-size:17px;
  letter-spacing:0.1em;

  position:relative;
  text-decoration:none;
  
  border-radius:6px 0 0 6px;  
}

.side-buttons a::before{
  content:"";
  position:absolute;
  top:25px;
  left:50%;
  transform:translateX(-50%);
  width:17px;
  height:17px;
  background-size:contain;
  background-repeat:no-repeat;
}
.side-buttons a.kengaku::before{
  background-image:url("../img/layout/icon_cal_w.svg");
}
.side-buttons a.shiryou::before{
  background-image:url("../img/layout/icon_mail_w.svg");
}


/* =========================
   Top Page Content
========================= */
.top-content {
  padding: 80px 20px;
  background: #fff;
}

.top-content h2 {
  font-size: 2rem;
  margin-bottom: 24px;
  color: #222;
}

.top-content p {
  line-height: 2;
  margin-bottom: 16px;
}

/* =========================
   Responsive
========================= */
@media (max-width: 1100px) {
  .hero-copy {
    margin-right: 10%;
  }
}

@media (max-width: 900px) {
  .hero-inner {
    padding: 120px 20px 120px;
  }

  .hero-copy {
    margin: 0 0;
    max-width: none;
    font-size: clamp(1.8rem, 8vw, 3rem);
    line-height: 1.7;
  }

  .hero-news {
    left: 20px;
    right: 20px;
    bottom: 20px;
    min-width: auto;
    padding: 14px 18px;
    font-size: 0.85rem;
  }

  .hero-news time {
    display: block;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .hero-news .text {
    line-height: 1.5;
  }

  .side-buttons {
    right: 0;
    top: auto;
    bottom: 90px;
    transform: none;
  }

  .side-buttons a {
    width: 56px;
    min-height: 120px;
    font-size: 0.9rem
  }
}

@media (max-width: 600px) {
  .hero {
    min-height: 100svh;
  }

  .hero-copy {
    margin-right: 0;
    font-size: clamp(1.5rem, 8vw, 3rem);
    letter-spacing: 0.12em;
  }

  .side-buttons a {
    width: 52px;
    height: 180px;
    font-size: 0.85rem;
  }
}
@media (max-width: 480px) {
  .side-buttons a {
    width: 42px;
    height: 150px;
    font-size: 0.85rem;
  }
  .side-buttons a::before{
    content:"";
    position:absolute;
    top:16px;
    left:50%;
    transform:translateX(-50%);
    width:14px;
    height:14px;
    background-size:contain;
    background-repeat:no-repeat;
  }
}


/* =========================
   bg-zone
========================= */
.bg-zone{
  position:relative;
  background:#f2eee9;
  overflow:hidden;
}

.zone-leaf{
  position:absolute;
  pointer-events:none;
  z-index:0;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
}

.bg-zone .leaf-01{
  top:14%;
  right:6%;
  width:90px;
  height:90px;
  background-image:url("../img/index/leaf_01.png");
}

.bg-zone .leaf-02{
  top:48%;
  left:8%;
  width:120px;
  height:120px;
  background-image:url("../img/index/leaf_02.png");
}

.bg-zone .leaf-03{
  bottom:10%;
  right:12%;
  width:100px;
  height:100px;
  background-image:url("../img/index/leaf_03.png");
}

.bg-zone section{
  position:relative;
  z-index:1;
}


/* 各セクションのバラ線画 */
.section-rose{
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* about用 */
.section-rose1{
  top: 40px;
  left: -120px;
  width: 360px;
  height: 360px;
  background-image: url("../img/index/rose_line_01.svg");
}

.rose-about-02{
  right: -80px;
  bottom: 40px;
  width: 300px;
  height: 300px;
  background-image: url("../img/index/rose_line_02.svg");
}

/* cm用 */
.rose-cm-01{
  top: -80px;
  right: 80px;
  width: 320px;
  height: 320px;
  background-image: url("../img/index/rose_line_01.svg");
}


/* セクション内コンテンツを前面へ */
.about-inner,
.cm-inner{
  position: relative;
  z-index: 1;
}




/* =========================
   Common Button
========================= */
.btn-arrow{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-width: 320px;
  min-height: 70px;
  padding: 0 40px;
  border: 1px solid #7a8a61;
  border-radius: 999px;
  color: #65764a;
  background: transparent;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}

/* ＞矢印 */
.btn-arrow::after{
  content:"";
  position:absolute;
  right:28px;
  top:50%;
  width:8px;
  height:8px;
  border-top:1.5px solid currentColor;
  border-right:1.5px solid currentColor;
  transform:translateY(-50%) rotate(45deg);
}

.btn-arrow-ext{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-width: 320px;
  min-height: 70px;
  padding: 0 40px;
  border: 1px solid #7a8a61;
  border-radius: 999px;
  color: #65764a;
  background: transparent;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  transition: background 0.3s, color 0.3s, opacity 0.3s;
}

.btn-arrow-ext::after{
  content: "↗";
  font-size: 1.125rem;
  line-height: 1;
  position: absolute;
  right: 1.75rem;
}

.btn-arrow:hover,
.btn-arrow-ext:hover{
  background: #7a8a61;
  color: #fff;
}
@media (max-width: 900px){
  .btn-arrow,
  .btn-arrow-ext{
    width: 100%;
    min-width: 0;
    min-height: 64px;
    padding: 0 24px;
    gap: 18px;
    font-size: 1.125rem; /* 18px */
  }

  .btn-arrow::after,
  .btn-arrow-ext::after{
    font-size: 1rem; /* 16px */
  }
}





/* =========================
   About
========================= */
.about{
  position: relative;
  padding: 80px 0 200px;
  overflow: hidden;
}

.about-inner{
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  min-height: 980px;
  z-index: 1;
}

.about-body{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding-top: 200px;
  text-align: center;
  color: #65764a;
}

.about-en{
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 54px;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.about-en::before,
.about-en::after{
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 28px;
  background: #8a9870;
  transform: translateY(-50%);
}

.about-en::before{
  left: 0;
}

.about-en::after{
  right: 0;
}

.about-title{
  margin: 0 0 40px;
  font-family: "Shippori Mincho B1","Yu Mincho","Hiragino Mincho ProN","游明朝",serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #65764a;
}

.about-text{
  font-size: 1rem;
  line-height: 2.45;
  letter-spacing: 0.06em;
}

.about-text p{
  margin: 0;
}

.about-button{
  margin: 48px 0 0;
}

.about-button .btn-arrow{
  min-width: 250px;
  min-height: 54px;
  padding: 0 28px;
  gap: 12px;
}

/* 写真 */
.about-photo{
  position: absolute;
  z-index: 1;
}

.about-photo img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.about-photo-01{
  top: 0;
  left: -160px;
  width: 200px;
}

.about-photo-02{
  top: 280px;
  left: 100px;
  width: 220px;
}

.about-photo-03{
  top: 210px;
  right: -70px;
  width: 160px;
}

.about-photo-04{
  top: 700px;
  left: -80px;
  width: 160px;

}

.about-photo-05{
  top: 760px;
  right: -80px;
  width: 200px;
}

.about-photo-01 img,
.about-photo-02 img,
.about-photo-03 img,
.about-photo-04 img,
.about-photo-05 img{
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.5;
  object-fit: cover;
  border-radius: 4px;
}

/* バラ線画 */
.rose-about-01{
  position: absolute;
  left: -220px;
  top: 180px;
  width: 480px;
  height: 480px;
  background: url("../img/index/rose_line_02.svg") center / contain no-repeat;
  pointer-events: none;
  z-index: 0;
}

.rose-about-02{
  position: absolute;
  right: -220px;
  top: 0;
  width: 480px;
  height: 480px;
  background: url("../img/index/rose_line_01.svg") center / contain no-repeat;
  pointer-events: none;
  z-index: 0;
}


.rose-about-03{
  position: absolute;
  left: 30%;
  bottom: 0;
  width: 420px;
  height: 420px;
  background: url("../img/index/rose_line_01.svg") center / contain no-repeat;
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 1200px){
  .about-inner{
    max-width: 100%;
    min-height: 920px;
    padding: 0 40px;
  }

  .about-body{
    padding-top: 200px;
  }

  .about-photo-01{
    left: 0;
    width: 140px;
  }

  .about-photo-02{
    left: 160px;
    width: 170px;
  }

  .about-photo-03{
    right: 0;
    width: 110px;
  }

  .about-photo-04{
    left: 40px;
    width: 128px;
  }

  .about-photo-05{
    right: 60px;
    width: 146px;
  }

  .rose-about-01{
    left: -140px;
    top: 220px;
    width: 340px;
    height: 340px;
  }
  .rose-about-02{
    right:  -140px;
    top: 0;
    width: 300px;
    height: 300px;
  }
  .rose-about-03{
    left: 280px;
    bottom: 0;
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 900px){
  .about{
    padding: 56px 0 72px;
  }

  .about-inner{
    min-height: auto;
    padding: 0 20px 180px;
  }

  .about-body{
    max-width: 320px;
    padding-top: 180px;
  }

  .about-en{
    padding: 0 34px;
    font-size: 0.875rem;
  }

  .about-en::before,
  .about-en::after{
    height: 20px;
  }

  .about-title{
    margin-bottom: 24px;
    font-size: 2rem;
  }

  .about-text{
    font-size: 0.9375rem;
    line-height: 2.2;
    letter-spacing: 0.04em;
  }

  .about-button{
    margin-top: 32px;
  }

  .about-button .btn-arrow{
    width: 100%;
    min-width: 0;
  }

  .about-photo-01{
    top: 0;
    left: 20px;
    width: 140px;
  }

  .about-photo-02{
    top: 50px;
    left: 60%;
    width: 160px;
    transform: translateX(-70%);
  }

  .about-photo-03{
    top: 60px;
    right: 20px;
    width: 92px;
  }

  .about-photo-04{
    top: auto;
    bottom: 70px;
    left: 40px;
    width: 102px;
  }

  .about-photo-05{
    top: auto;
    bottom: 25px;
    right: 0;
    width: 160px;
  }

.about-photo-01 img,
.about-photo-02 img,
.about-photo-03 img,
.about-photo-04 img,
.about-photo-05 img{
  aspect-ratio: 1.5 / 1;
}

  /* 5枚は多いので2枚非表示 */
  .about-photo-03,
  .about-photo-04{
    display: none;
  }

  .about-photo-05{
    display: block;
  }

  .rose-about-01{
    left: -90px;
    top: 180px;
    width: 220px;
    height: 220px;
  }
  .rose-about-02{
    display: none;
  }
  .rose-about-03{
    left: 50%;
    bottom: 0;
    width: 220px;
    height: 220px;
    transform: translateX(-30%);
  }
}









/* =========================
   CM
========================= */
.cm{
  position: relative;
  padding: 80px 0 120px;
}

.cm-inner{
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cm-inner::before{
  content: "";
  position: absolute;
  left: -480px;
  top: -60px;
  width: calc(100% + 480px);
  height: calc(100% + 120px);
  background: url("../img/index/cm_body.jpg") repeat;
  border-radius: 8px;
  z-index: 0;
}

/* コンテンツを上に */
.cm-box{
  position: relative;
  z-index: 1;

  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 56px;
  align-items: center;

  padding: 48px 0;
}

.cm-text{
  color: #65764a;
}

.cm-title{
  margin: 0 0 28px;
  font-family: "Shippori Mincho B1","Yu Mincho","Hiragino Mincho ProN","游明朝",serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #65764a;
}

.cm-description{
  margin: 0;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #65764a;
}

.cm-button{
  margin: 28px 0 0;
}

.cm-button .btn-arrow{
  min-width: 250px;
  min-height: 54px;
  padding: 0 28px;
  gap: 12px;
}

.cm-video{
  position: relative;
}

.cm-video-link{
  position: relative;
  display: block;
  width: 100%;
}

.cm-video-link img{
  display: block;
  width: 100%;
  max-width: 680px;
  height: auto;
  aspect-ratio: 680 / 400;
  object-fit: cover;
  border-radius: 4px;
}

.cm-play{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  transform: translate(-50%, -50%);
}

.cm-play::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-35%, -50%);
  border-left: 20px solid #65764a;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}

@media (max-width: 1200px){
  .cm-inner{
    padding: 0 40px;
  }

  .cm-inner::before{
    left: -240px;
    width: calc(100% + 240px);
  }

  .cm-box{
    grid-template-columns: 320px 1fr;
    gap: 40px;
    padding: 40px 0;
  }

  .cm-title{
    font-size: 2.25rem;
  }
}

@media (max-width: 900px){
  .cm{
    padding: 56px 0 72px;
  }

  .cm-inner{
    padding: 0 20px;
  }

  .cm-inner::before{
    left: -60px;
    top: -32px;
    width: calc(100% + 60px);
    height: calc(100% + 64px);
  }

  .cm-box{
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 24px 0;
  }

  .cm-title{
    margin-bottom: 18px;
    font-size: 2rem;
  }

  .cm-description{
    font-size: 0.9375rem;
    line-height: 1.9;
  }

  .cm-button{
    margin-top: 24px;
  }

  .cm-button .btn-arrow{
    width: 100%;
    min-width: 0;
  }

  .cm-play{
    width: 60px;
    height: 60px;
  }

  .cm-play::before{
    border-left: 15px solid #65764a;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}

@media (max-width: 1200px){
  .cm-inner{
    padding: 0 40px;
  }

  .cm-box{
    grid-template-columns: 320px 1fr;
    gap: 40px;
    padding: 48px 40px;
  }

  .cm-title{
    font-size: 2.25rem;
  }
}

@media (max-width: 900px){
  .cm{
    padding: 56px 0 72px;
  }

  .cm-inner{
    padding: 0 20px;
  }
  .cm-inner::before{
    left:-60px;
    width:calc(100% + 60px);
  }

  .cm-box{
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 24px;
  }

  .cm-title{
    margin-bottom: 18px;
    font-size: 2rem;
  }

  .cm-description{
    font-size: 0.9375rem;
    line-height: 1.9;
  }

  .cm-button{
    margin-top: 24px;
  }

  .cm-button .btn-arrow{
    width: 100%;
    min-width: 0;
  }

  .cm-play{
    width: 60px;
    height: 60px;
  }

  .cm-play::before{
    border-left: 15px solid #65764a;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}









/* =========================
   Features
========================= */
.features{
  position: relative;
  padding: 80px 0 120px;
}

.features-inner{
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.features-head{
  margin: 0 auto 72px;
  text-align: center;
  color: #65764a;
}

.features-en{
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 54px;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.features-en::before,
.features-en::after{
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 28px;
  background: #8a9870;
  transform: translateY(-50%);
}

.features-en::before{
  left: 0;
}

.features-en::after{
  right: 0;
}

.features-title{
  margin: 0;
  font-family: "Shippori Mincho B1","Yu Mincho","Hiragino Mincho ProN","游明朝",serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #65764a;
}

.features-list{
  display: flex;
  flex-direction: column;
  gap: 68px;
}

.feature-item{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 42px;
  align-items: center;
}

.feature-item.reverse .feature-image,
.feature-item.reverse .feature-image-wrap{
  order: 2;
}

.feature-item.reverse .feature-text{
  order: 1;
}

.feature-image{
  width: 100%;
}

.feature-image img{
  display: block;
  width: 100%;
  aspect-ratio: 1.4 / 1;
  object-fit: cover;
  border-radius: 4px;
}

.feature-image-wrap{
  position: relative;
}

.feature-sub-image{
  position: absolute;
  right: -40px;
  bottom: -100px;
  width: 240px;
}

.feature-sub-image img{
  display: block;
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
  border-radius: 4px;
}

.feature-text{
  color: #65764a;
}

.feature-point{
  position: relative;
  margin: 0 0 24px;
  padding-left: 36px;
  color: #a04c5b;
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-family: "Marcellus", "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", "游明朝", serif;
}

.feature-point::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background: url("../img/index/icon_point.svg") center / contain no-repeat;
  transform: translateY(-50%);
}

.feature-name{
  margin: 0 0 24px;
  font-family: "Shippori Mincho B1","Yu Mincho","Hiragino Mincho ProN","游明朝",serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #65764a;
}

.feature-description{
  margin: 0;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #65764a;
}

.feature-button{
  margin: 36px 0 0;
}

.feature-button .btn-arrow{
  min-width: 280px;
  min-height: 54px;
  padding: 0 28px;
  gap: 12px;
}

@media (max-width: 1200px){
  .features-inner{
    padding: 0 40px;
  }

  .feature-item{
    column-gap: 28px;
  }

  .feature-name{
    font-size: 1.75rem;
  }

  .feature-sub-image{
    width: 160px;
    right: -16px;
    bottom: -68px;
  }
}

@media (max-width: 900px){
  .features{
    padding: 56px 0 72px;
  }

  .features-inner{
    padding: 0 20px;
  }

  .features-head{
    margin-bottom: 40px;
  }

  .features-en{
    padding: 0 34px;
    font-size: 0.875rem;
  }

  .features-en::before,
  .features-en::after{
    height: 20px;
  }

  .features-title{
    font-size: 2rem;
  }

  .features-list{
    gap: 44px;
  }

  .feature-item{
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .feature-item.reverse .feature-image,
  .feature-item.reverse .feature-image-wrap{
    order: 1;
  }

  .feature-item.reverse .feature-text{
    order: 2;
  }

  .feature-name{
    margin-bottom: 16px;
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .feature-point{
    margin-bottom: 16px;
    padding-left: 32px;
    font-size: 0.9375rem;
  }

  .feature-point::before{
    width: 20px;
    height: 20px;
  }

  .feature-description{
    font-size: 0.9375rem;
    line-height: 1.9;
  }

  .feature-image img{
    aspect-ratio: 16 / 10;
  }

  .feature-sub-image{
    width: 150px;
    right: -8px;
    bottom: -50px;
  }

  .feature-button{
    margin-top: 24px;
  }

  .feature-button .btn-arrow{
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 600px){
  .feature-sub-image{
    width: 130px;
    right: -8px;
    bottom: -50px;
  }
}




/* =========================
   distinction
========================= */
.distinction{
  position: relative;
  padding: 80px 0 120px;
}

.distinction-inner{
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding:80px 0;
}

.distinction-head{
  margin: 0 auto 64px;
  text-align: center;
  color: #65764a;
}

.distinction-en{
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 54px;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.distinction-en::before,
.distinction-en::after{
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 28px;
  background: #8a9870;
  transform: translateY(-50%);
}

.distinction-en::before{
  left: 0;
}

.distinction-en::after{
  right: 0;
}

.distinction-title{
  margin: 0 0 24px;
  font-family: "Shippori Mincho B1","Yu Mincho","Hiragino Mincho ProN","游明朝",serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #65764a;
}

.distinction-lead{
  max-width: 760px;
  margin: 0 auto;
  color: #65764a;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.distinction .detail-table{
overflow-x: auto;
}
.distinction .detail-table::-webkit-scrollbar {
  height: 14px; /* スクロールバーの高さ */
}
.distinction .detail-table::-webkit-scrollbar-thumb {
  background: #7a8a61; /* ツマミの色 */
  border-radius: 7px; /* ツマミ両端の丸み */
}
.distinction .detail-table::-webkit-scrollbar-track {
  background: #d4e0c4; /* トラックの色 */
  border-radius: 7px; /* トラック両端の丸み */
}

.distinction .detail-table table{
width: 1100px;
}
.distinction .detail-table table thead th{
width: 22%;
vertical-align: bottom;
border: 1px solid rgba(242,238,233,0);
border-bottom: none;
}
.distinction .detail-table table thead th:nth-child(1){
width: 12%;
}
.distinction .detail-table table thead th span{
display: inline-block;
width: 100%;
height: 100%;
padding: 1em;
color: #fff;
font-weight: 400;
text-align: center;
line-height: 1.2;
border-radius: 6px 1em 0 0;
background: #80956c;
box-sizing: border-box;
}

.distinction .detail-table table thead th.touen span{
padding: 0.8em 0.8em 0.8em;
font-size: 125%;
font-family: "Shippori Mincho B1","Yu Mincho","Hiragino Mincho ProN","游明朝",serif;
font-weight: 500;
font-style: normal;
background: #95876c;
}


.distinction .detail-table table tbody th{
padding: 1em 1em 0.6em;
color: #80956c;
text-align: center;
vertical-align: middle;
border: 1px solid #80956c;
background: #f3f5f1;
}
.distinction .detail-table table tbody td{
padding: 1em 1em 0.6em;
color: #282828;
text-align: center;
vertical-align: middle;
border: 1px solid #80956c;
background: #fff;
}
.distinction .detail-table table tbody td.touen{
border: 1px solid #95876c;
background: #f8f7f4;
}
.distinction .detail-table table tbody td .small{
font-size: 68%;
}
.distinction .detail-table table tbody td.t-left{
text-align: left;
vertical-align: top;
}

@media screen and (min-width: 1120px) {
.distinction .detail-table table thead th span{
font-size: 20px;
}
.distinction .detail-table table tbody th,
.distinction .detail-table table tbody td{
font-size: 16px;
}
}
@media screen and (max-width: 1120px) {
.distinction-inner{
padding: 0 40px;
}

.distinction-main{
grid-template-columns: 340px 1fr;
gap: 40px;
}
.distinction .detail-table{
overflow-x: scroll;
}
.distinction .detail-table table thead th{
width: 23%;
}
.distinction .detail-table table thead th:nth-child(1){
width: 8%;
}
.distinction .detail-table table tbody td br.pc{
display: none;
}

}
@media screen and (max-width: 900px) {
  .distinction{
    padding: 56px 0 72px;
  }

  .distinction-inner{
    padding: 0 20px;
  }

  .distinction-head{
    margin-bottom: 36px;
  }

  .distinction-en{
    padding: 0 34px;
    font-size: 0.875rem;
  }

  .distinction-en::before,
  .distinction-en::after{
    height: 20px;
  }

  .distinction-title{
    font-size: 2rem;
    margin-bottom: 18px;
  }

  .distinction-lead{
    font-size: 0.9375rem;
    line-height: 1.9;
  }
.distinction .detail-table table{
width: 900px;
}
.distinction .detail-table table tbody td{
text-align: left;
line-height: 1.6;
}
.distinction .detail-table table tbody td .small{
font-size: 80%;
line-height: 1.4;
display: inline-block;
}
}








/*----------------------------------------------------
　
------------------------------------------------------*/
#reien{
clear: both;
position: relative;
margin-top: -1.5em;
padding: 50px 0 50px;
}

.reien-inner{
position: relative;
max-width: 1120px;
margin: 0 auto;
padding: 38px 20px;
}

#reien h2{
margin: 0 0 0.2em;
font-size: 36px;
font-family: "Shippori Mincho B1","Yu Mincho","Hiragino Mincho ProN","游明朝",serif;
font-weight: 400;
font-style: normal;
text-align: center;
line-height: 1.5;
}
#reien h2 .tt{
letter-spacing: 0.1em;
text-decoration: underline;
text-decoration-color: #A79A6C;
}
#reien h2 br.pc{display: none;}

#reien h2 .small{
display: block;
color: #A89A6C;
font-size: 36%;
text-decoration: none !important;
text-decoration-color: #fff;
}


#reien .copy{
margin: 0;
padding:1.5em 1.5em 2em;
background: url("../img/index/cm_body.jpg") repeat;
border-radius: 6px;
text-align: left;
}

#reien .img{
position: relative;
width:100%;
margin-top: -1em;
overflow: hidden;
border-radius: 6px;
}

@media screen and (min-width: 900px) {
#reien{
padding: 150px 0 100px;
background-position:40% top,10% bottom;
background-size: 3em 3em, 10% auto;
}
#reien h2{
position: absolute;
top: 0;
right: 15%;
font-size: 50px !important;
text-align: left !important;
writing-mode: vertical-rl;
}
#reien h2 .tt{
text-underline-position: left; 
}
#reien h2 br.pc{
display: inline;
}
#reien .copy{
margin: 0 0 0 36%;
padding: 175px 5% 80px 20%;
font-size: 17px;
line-height: 2;
}
#reien .img{
width:54%;
max-width: 650px;
position: absolute;
top: 0;
left: 0;
}
}

@media screen and (max-width: 1200px) {
.reien-inner{
padding: 0 40px;
}
}



/*----------------------------------------------------
　
------------------------------------------------------*/
#riyu{
clear: both;
position: relative;
margin-top: -1.5em;
}
.riyu-inner{
max-width: 1120px;
margin: 0 auto;
padding: 0 20px;
}

#riyu h2{
color: #65764a;
font-size: 34px;
font-family: "Shippori Mincho B1","Yu Mincho","Hiragino Mincho ProN","游明朝",serif;
font-weight: 400;
font-style: normal;
text-align: center;
}

#riyu ul{
overflow: hidden;
}

#riyu ul li{
float: left;
width: 30%;
margin: 0 5% 2.5em 0;
position: relative;
}
#riyu ul li:nth-child(3n){
margin-right: 0;
}
#riyu ul li .img{
padding: 1em;
position: relative;
}
#riyu ul li .img img{
border-radius: 6px;
}
#riyu ul li .img:before{
display: block;
content: "";
width: 4em;
height: 4em;
max-width: 80px;
max-height: 80px;
position: absolute;
left: 0;
top: 0;
color: #A89A6C;
font-size: 1.875rem;
line-height: 1.875rem;
text-align: center;
background: #fff;
border-radius: 50%;
padding:0.9em 0;
box-sizing: border-box;
font-family: "Marcellus", "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", "游明朝", serif;
}
#riyu ul li:nth-child(1),
#riyu ul li:nth-child(4){
padding-top: 0;
}
#riyu ul li:nth-child(2),
#riyu ul li:nth-child(5){
padding-top: 1.5em;
}
#riyu ul li:nth-child(3),
#riyu ul li:nth-child(6){
padding-top: 3em;
}

#riyu ul li:nth-child(1) .img:before{
content: "01";
}
#riyu ul li:nth-child(2) .img:before{
content: "02";
}
#riyu ul li:nth-child(3) .img:before{
content: "03";
}
#riyu ul li:nth-child(4) .img:before{
content: "04";
}
#riyu ul li:nth-child(5) .img:before{
content: "05";
}
#riyu ul li:nth-child(6) .img:before{
content: "06";
}


#riyu ul li h3{
color: #A89A6C;
font-size: 1.375rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
#riyu ul li .text{
padding: 1em 1.5em;
font-size: 16px;
text-align: left;
}


@media screen and (max-width: 900px) {
#riyu h2{
font-size: 36px;
}
#riyu ul li{
width: 45%;
margin: 0 5% 1.5em 0;
padding-top: 0 !important;
position: relative;
}
#riyu ul li:nth-child(3){
margin-right: 5%;
}
#riyu ul li:nth-child(2n){
margin-right: 0;
}
#riyu ul li:nth-child(2n-1){
clear: both;
}
}
@media screen and (max-width: 600px) {
#riyu ul li{
float: none;
width: 100% !important;
margin: 0 0 3em 0 !important;
}
}

@media screen and (max-width: 1200px) {
.riyu-inner{
padding: 0 40px;
}
}










/* =========================
   Information
========================= */
.information{
  position: relative;
  padding: 80px 0 120px;
}

.information-inner{
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding:80px 0;
}

.information-inner::before{
  content:"";
  position:absolute;

  top:-60px;
  bottom:-60px;
  left:-480px;
  right:-120px;

  background:rgba(255,255,255,0.7);
  border-radius:6px;

  z-index:-1;
}

.information-head{
  margin: 0 auto 64px;
  text-align: center;
  color: #65764a;
}

.information-en{
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 54px;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.information-en::before,
.information-en::after{
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 28px;
  background: #8a9870;
  transform: translateY(-50%);
}

.information-en::before{
  left: 0;
}

.information-en::after{
  right: 0;
}

.information-title{
  margin: 0 0 24px;
  font-family: "Shippori Mincho B1","Yu Mincho","Hiragino Mincho ProN","游明朝",serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #65764a;
}

.information-lead{
  max-width: 760px;
  margin: 0 auto;
  color: #65764a;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.information-main{
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 60px;
  align-items: start;
}

.information-content{
  padding-top: 110px;
}

.information-panel{
  display: none;
}

.information-panel.is-active{
  display: block;
}

.information-type{
  margin: 0 0 46px;
  color: #a04c5b;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 40px;
  font-family: "Marcellus", "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", "游明朝", serif;
}

.information-type::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 1px;
  background: #a04c5b;
  transform: translateY(-50%);
}

.information-name{
  margin: 0 0 28px;
  font-family: "Shippori Mincho B1","Yu Mincho","Hiragino Mincho ProN","游明朝",serif;
  font-size: 2.8125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #65764a;
}

.information-text{
  margin: 0 0 48px;
  color: #65764a;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.information-button{
  margin: 0 0 70px;
}

.information-button .btn-arrow{
  min-width: 250px;
  min-height: 54px;
  padding: 0 28px;
  gap: 12px;
}

.information-thumbs{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.information-thumb{
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
  color: #65764a;
}

.information-thumb-image{
  display: block;
  margin-bottom: 12px;
  overflow: hidden;
}

.information-thumb-image img{
  display: block;
  width: 100%;
  aspect-ratio: 118 / 95;
  object-fit: cover;
}

.information-thumb-label{
  display: block;
  position: relative;
  padding: 0 22px 10px 0;
  border-bottom: 1px solid #8a9870;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.information-thumb-label::after{
  content: "›";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-55%);
  font-size: 1rem;
  line-height: 1;
}

.information-thumb.is-active .information-thumb-label{
  color: #65764a;
}

.information-visual{
  position: relative;
  min-height: 748px;
}

.information-image{
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease;
}

.information-image.is-active{
  opacity: 1;
  visibility: visible;
}

.information-image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1200px){
  .information-inner{
    padding: 0 40px;
  }

  .information-main{
    grid-template-columns: 340px 1fr;
    gap: 40px;
  }

  .information-content{
    padding-top: 60px;
  }

  .information-name{
    font-size: 2.4rem;
  }

  .information-visual{
    min-height: 620px;
  }
}
@media (max-width: 900px){
  .information{
    padding: 56px 0 72px;
  }

  .information-inner{
    padding: 0 20px;
  }

  .information-head{
    margin-bottom: 36px;
  }

  .information-en{
    padding: 0 34px;
    font-size: 0.875rem;
  }

  .information-en::before,
  .information-en::after{
    height: 20px;
  }

  .information-title{
    font-size: 2rem;
    margin-bottom: 18px;
  }

  .information-lead{
    font-size: 0.9375rem;
    line-height: 1.9;
  }
  .information-lead br.pc{
    display: none;
  }

  .information-main{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .information-content{
    padding-top: 0;
    order: 2;
  }

  .information-visual{
    order: 1;
    min-height: auto;
    aspect-ratio: 1 / 1.12;
  }

  .information-name{
    font-size: 2rem;
    margin-bottom: 18px;
  }

  .information-type{
    margin-bottom: 26px;
  }

  .information-text{
    margin-bottom: 28px;
    font-size: 0.9375rem;
    line-height: 1.9;
  }

  .information-button{
    margin-bottom: 36px;
  }

  .information-button .btn-arrow{
    width: 100%;
    min-width: 0;
  }

  .information-thumbs{
    gap: 12px;
  }

  .information-thumb-label{
    font-size: 0.9375rem;
  }
}
@media (max-width: 600px){
  .information-visual{
  aspect-ratio: 1.12 / 1;
  }
}









/* =========================
   Voice
========================= */
.voice{
  position: relative;
  padding: 80px 0 120px;
  overflow: hidden;
}

.voice-inner{
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.voice-head{
  margin: 0 auto 56px;
  text-align: center;
  color: #65764a;
}

.voice-en{
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 54px;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.voice-en::before,
.voice-en::after{
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 28px;
  background: #8a9870;
  transform: translateY(-50%);
}

.voice-en::before{
  left: 0;
}

.voice-en::after{
  right: 0;
}

.voice-title{
  margin: 0;
  font-family: "Shippori Mincho B1","Yu Mincho","Hiragino Mincho ProN","游明朝",serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #65764a;
}

.voice-slider{
  position: relative;
  padding: 0 56px;
}

.voice-viewport{
  /*overflow: hidden;*/    
  overflow: visible;
  padding: 0 6%;
}

.voice-track{
  --voice-gap: 56px;
  --voice-per-view: 4;
  display: flex;
  gap: var(--voice-gap);
  transition: transform 0.55s ease;
  will-change: transform;
}

.voice-card{
  flex: 0 0 calc((100% - (var(--voice-gap) * (var(--voice-per-view) - 1))) / var(--voice-per-view));
  background: rgba(255,255,255,0.72);
  border-radius: 6px;
  padding: 40px 36px 36px;
  min-height: 410px;
  box-sizing: border-box;
}

.voice-card-head{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 26px;
}

.voice-icon{
  width: 70px;
  flex-shrink: 0;
}

.voice-icon img{
  display: block;
  width: 100%;
  height: auto;
}

.voice-meta{
  color: #65764a;
}

.voice-name{
  margin: 0 0 8px;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.voice-attr{
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.voice-text{
  color: #65764a;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.voice-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #5a6f2e;
  cursor: pointer;
  z-index: 3;
}

.voice-nav::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.voice-nav.prev{
  left: 8px;
}

.voice-nav.prev::before{
  transform: translate(-35%, -50%) rotate(-135deg);
}

.voice-nav.next{
  right: 8px;
}

.voice-nav.next::before{
  transform: translate(-65%, -50%) rotate(45deg);
}

.voice-nav.is-disabled{
  opacity: 0.35;
  pointer-events: none;
}

/* Voiceのバラ */
.rose-voice-01{
  position: absolute;
  left: -140px;
  top: 0px;
  width: 480px;
  height: 480px;
  background: url("../img/index/rose_line_01.svg") center / contain no-repeat;
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 1200px){
  .voice-slider{
    padding: 0 40px;
  }

  .voice-viewport{
    padding: 0 5%;
  }

  .voice-track{
    --voice-gap: 32px;
    --voice-per-view: 2;
  }

  .voice-card{
    min-height: auto;
  }

  .rose-voice-01{
    left: -120px;
    top: -20px;
    width: 320px;
    height: 320px;
  }
}

@media (max-width: 900px){
  .voice{
    padding: 56px 0 72px;
  }

  .voice-inner{
    padding: 0 20px;
  }

  .voice-head{
    margin-bottom: 32px;
  }

  .voice-en{
    padding: 0 34px;
    font-size: 0.875rem;
  }

  .voice-en::before,
  .voice-en::after{
    height: 20px;
  }

  .voice-title{
    font-size: 2rem;
  }

  .voice-slider{
    padding: 0;
  }

  .voice-viewport{
    padding: 0 8%;
  }

  .voice-track{
    --voice-gap: 20px;
    --voice-per-view: 1;
  }

  .voice-card{
    padding: 28px 20px 24px;
  }

  .voice-card-head{
    gap: 14px;
    margin-bottom: 18px;
  }

  .voice-icon{
    width: 56px;
  }

  .voice-name{
    font-size: 1.125rem;
    margin-bottom: 4px;
  }

  .voice-attr{
    font-size: 0.9375rem;
  }

  .voice-text{
    font-size: 0.9375rem;
    line-height: 1.9;
  }

  .voice-nav{
    display: none;
  }

  .rose-voice-01{
    left: -80px;
    top: 0;
    width: 180px;
    height: 180px;
  }
}






/*----------------------------------------------------
　
------------------------------------------------------*/
#kengaku{
clear: both;
padding: 100px 0;
background: rgba(255,255,255,0.4);
}
.kengaku-inner{
padding: 0 40px;
position: relative;
overflow: hidden;
box-sizing: border-box;
}

#kengaku .cont:before{
position: absolute;
top: 0;
right: 0;
content: "";
width: 14%;
height: 8em;
background: url(/onishi-stone.co.jp/wp-content/themes/oonisisekizai/assets/img/jumokusou2/kurumaisukanbi.svg) no-repeat 0 0;
background-size: 100% auto;
}

.kengaku-head{
  margin: 0 auto 56px;
  text-align: center;
  color: #65764a;
}

.kengaku-title{
  margin: 0;
  font-family: "Shippori Mincho B1","Yu Mincho","Hiragino Mincho ProN","游明朝",serif;
  font-size: 2.75rem; /* 44px */
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #65764a;
  text-align: center;
}

#kengaku .img{
float: left;
width: 45%;
max-width: 480px;
}
#kengaku .text{
float: right;
width: 45%;
max-width: 480px;
text-align: left;
}
#kengaku .sub{
clear: both;
margin: 0 auto;

padding: 3em 0;
font-size: 13px;
line-height: 2;
text-align: center;
}

#kengaku .text .link{
margin: 1.5em 0 0;
}


@media screen and (max-width: 900px) {
#kengaku{
padding: 3em 0;
}
.kengaku-head{
margin-bottom: 32px;
}
.kengaku-inner{
padding: 0 20px;
}
#kengaku .img{
float: none;
width: 100%;
max-width: 455px;
margin: 0 auto 1em;
}
#kengaku .text{
float: none;
width: 100%;
max-width: 455px;
margin: 0 auto;
}
#kengaku .text .link{
margin: 1em 0 0;
}
#kengaku .text .link a{
margin: 0 auto;
}
#kengaku .sub{
text-align: left;
}
}








/* =========================
   FAQ
========================= */
.faq{
  position: relative;
  padding: 80px 0 120px;
}

.faq-inner{
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.faq-head{
  margin: 0 auto 56px;
  text-align: center;
  color: #65764a;
}

.faq-en{
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 54px;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.faq-en::before,
.faq-en::after{
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 28px;
  background: #8a9870;
  transform: translateY(-50%);
}

.faq-en::before{
  left: 0;
}

.faq-en::after{
  right: 0;
}

.faq-title{
  margin: 0;
  font-family: "Shippori Mincho B1","Yu Mincho","Hiragino Mincho ProN","游明朝",serif;
  font-size: 2.75rem; /* 44px */
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #65764a;
}

.faq-list{
  border-top: 1px solid #8a9870;
}

.faq-item{
  border-bottom: 1px solid #8a9870;
}

.faq-item summary{
  list-style: none;
  display: grid;
  grid-template-columns: 48px 1fr 40px;
  gap: 22px;
  align-items: center;
  padding: 26px 32px;
  cursor: pointer;
  color: #65764a;
}

.faq-item summary::-webkit-details-marker{
  display: none;
}

.faq-mark{
  font-family: "Shippori Mincho B1","Yu Mincho","Hiragino Mincho ProN","游明朝",serif;
  font-size: 2.25rem; /* 36px */
  line-height: 1;
}

.faq-q{
  color: #65764a;
}

.faq-a{
  color: #a04c5b;
}

.faq-question{
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.faq-item summary::after{
  content: "+";
  justify-self: end;
  font-size: 2rem;
  line-height: 1;
  color: #8a9870;
}

.faq-item[open] summary::after{
  content: "−";
}

/* 開いた時 */
.faq-item[open] .faq-answer-wrap{
  max-height: 500px;
}

.faq-answer-wrap{
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 22px;
  padding: 0 32px 28px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.45s ease;
}

.faq-answer{
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #a04c5b;
}

.faq-button{
  margin: 64px 0 0;
  text-align: center;
}

/* FAQのバラ */
.rose-faq-01{
  position: absolute;
  right: -120px;
  top: -180px;
  width: 480px;
  height: 480px;
  background: url("../img/index/rose_line_02.svg") center / contain no-repeat;
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 1200px){
  .faq-inner{
    padding: 0 40px;
  }

  .rose-faq-01{
    right: -80px;
    top: -20px;
    width: 260px;
    height: 260px;
  }
}

@media (max-width: 900px){
  .faq{
    padding: 56px 0 72px;
  }

  .faq-inner{
    padding: 0 20px;
  }

  .faq-head{
    margin-bottom: 32px;
  }

  .faq-en{
    padding: 0 34px;
    font-size: 0.875rem; /* 14px */
  }

  .faq-en::before,
  .faq-en::after{
    height: 20px;
  }

  .faq-title{
    font-size: 2rem; /* 32px */
  }

  .faq-item summary{
    grid-template-columns: 32px 1fr 24px;
    gap: 14px;
    padding: 18px 8px;
  }

  .faq-mark{
    font-size: 1.75rem; /* 28px */
  }

  .faq-question{
    font-size: 1rem; /* 16px */
    line-height: 1.8;
  }

  .faq-item summary::after{
    font-size: 1.5rem;
  }

  .faq-answer-wrap{
    grid-template-columns: 32px 1fr;
    gap: 14px;
    padding: 0 8px 18px;
  }

  .faq-answer{
    font-size: 1rem; /* 16px */
    line-height: 1.9;
  }

  .faq-button{
    margin-top: 40px;
  }

  .rose-faq-01{
    right: -70px;
    top: 10px;
    width: 180px;
    height: 180px;
  }
}













/* =========================
   Links
========================= */
.links{
  position: relative;
  padding: 40px 0 120px;
}

.links ul{
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}

.links li{
  margin: 0;
}

.links li:nth-child(1){
  padding-top:80px;
}

.links li a{
  display: block;
  color: #65764a;
  text-decoration: none;
}

.links li a img{
  display: block;
  width: 100%;
  aspect-ratio: 517 / 323;
  object-fit: cover;
}

.links li a span{
  position: relative;
  display: block;
  margin-top: 18px;
  padding: 0 54px 18px 0;
  font-family: "Shippori Mincho B1","Yu Mincho","Hiragino Mincho ProN","游明朝",serif;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #8a9870;
}

/* 丸 */
.links li a span::before{
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #5a6f2e;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-55%);
}

/* 矢印 */
.links li a span::after{
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translateY(-55%) rotate(45deg);
  position: absolute;
  right: 13px;
  top: 50%;
}

/* 背景のバラ線画 */
.rose-links-01{
  position: absolute;
  left: -90px;
  top: -160px;
  width: 480px;
  height: 480px;
  background: url("../img/index/rose_line_02.svg") center / contain no-repeat;
  pointer-events: none;
  z-index: 0;
}

.links ul,
.links li,
.links li a{
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px){
  .links ul{
    padding: 0 40px;
    gap: 40px;
  }
}

@media (max-width: 900px){
  .links{
    padding: 20px 0 72px;
  }

  .links ul{
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 20px;
  }

  .links li:nth-child(1){
    padding-top: 0;
  }

  .links li a span{
    margin-top: 14px;
    padding: 0 46px 14px 0;
    font-size: 1.5rem; /* 24px */
  }

  .links li a span::before{
    width: 30px;
    height: 30px;
  }

  .links li a span::after{
    width: 7px;
    height: 7px;
    right: 11px;
  }

  .rose-links-01{
    left: -70px;
    top: -20px;
    width: 220px;
    height: 220px;
    opacity: 0.12;
  }
}






/* =========================
   Blog List
========================= */
.bloglist{
  padding: 40px 0 240px;
}

.bloglist-inner{
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 160px 1fr;
  column-gap: 64px;
  align-items: start;
}

.bloglist .bloglist-head{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 42px;
}

.bloglist .bloglist-head h2{
  margin: 0;
  font-family: "Shippori Mincho B1","Yu Mincho","Hiragino Mincho ProN","游明朝",serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #65764a;
}

.blog-button{
  margin: 0;
}

.blog-button a{
  position: relative;
  display: inline-block;
  padding-right: 42px;
  color: #65764a;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

/* 丸 */
.blog-button a::before{
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #5a6f2e;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* 矢印 */
.blog-button a::after{
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.blog-info{
  width: 100%;
}

.blog-row{
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 44px;
  padding: 18px 0;
  border-bottom: 1px solid #8a9870;
}

.blog-row dt{
  margin: 0;
  color: #65764a;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.blog-row dd{
  margin: 0;
  color: #65764a;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media (max-width: 1200px){
  .bloglist-inner{
    padding: 0 40px;
    grid-template-columns: 140px 1fr;
    column-gap: 40px;
  }

  .blog-row{
    grid-template-columns: 120px 1fr;
    gap: 28px;
  }
}

@media (max-width: 900px){
  .bloglist{
    padding: 20px 0 72px;
  }

  .bloglist-inner{
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .bloglist .bloglist-head{
    gap: 24px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .bloglist .bloglist-head h2{
    font-size: 1.5rem; /* 24px */
    margin:0;
  }

  .blog-row{
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 0;
  }

  .blog-row dt,
  .blog-row dd{
    font-size: 0.9375rem; /* 15px */
    line-height: 1.9;
  }
}






/* =========================
   Access Section
========================= */
.access{
  padding: 0 0 120px;
  margin-top: -80px;
  position: relative;
}

.access-inner{
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 200px 1fr;
  column-gap: 80px;
  row-gap: 40px;
  align-items: start;
}

.access-head{
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.access-title{
  margin: 0;
  font-family: "Shippori Mincho B1","Yu Mincho","Hiragino Mincho ProN","游明朝",serif;
  font-size: 1.75rem; /* 28px */
  letter-spacing: 0.08em;
  color: #65764a;
}

.access-map-area{
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  max-width: 840px;
}

.access-map{
  width: 100%;
  aspect-ratio: 56 / 27; /* 840 × 405 */
  margin-bottom: 40px;
}

.access-map iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.access-info{
  width: 100%;
}

.access-row{
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 40px;
  padding: 16px 0;
  border-bottom: 1px solid #7a8a61;
}

.access-row dt{
  color: #65764a;
  letter-spacing: 0.08em;
}

.access-row dd{
  margin: 0;
  line-height: 2;
  color: #65764a;
}

.access-time{
  margin-top: 56px;
}

.access-time-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}

.access-time-item{
  padding-top: 10px;

}

.access-time-label{
  margin: 0 0 14px;
  padding: 10px 0 10px;
  color: #65764a;
  border-top: 1px solid rgba(101, 118, 74, 0.45);
  border-bottom: 1px solid rgba(101, 118, 74, 0.45);
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.access-time-text{
  margin: 0;
  color: #3f4038;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.03em;
}

.access-map-button{
  grid-column: 1 / 2;
  grid-row: 2 / 4;
  margin: 0;
  align-self: start;
}

.access-map-button .btn-arrow-ext{
  width: 200px;
  min-width: 0;
  min-height: 56px;
  padding: 0 24px;
  gap: 12px;
}


@media (max-width: 1200px){
  .access-inner{
    padding: 0 40px;
    grid-template-columns: 180px 1fr;
    column-gap: 40px;
  }

  .access-map-area{
    max-width: 100%;
    width: 100%;
  }
  .access-row{
    grid-template-columns: 140px 1fr;
    gap: 24px;
  }
}

@media (max-width: 900px){
  .access{
    padding: 72px 0;
    margin-top: 0px;
  }

  .access-inner{
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0 20px;
  }

  .access-head{
    order: 1;
  }

  .access-map-area{
    order: 2;
    max-width: 100%;
  }
  .access-title{
    font-size: 1.5rem; /* 24px */
  }

  .access-map{
    margin-bottom: 20px;
  }

  .access-row{
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px 0;
  }
  
  .access-time{
    margin-top: 40px;
  }

  .access-time-list{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .access-time-item{
    padding-top: 14px;
  }

  .access-time-label{
    margin-bottom: 10px;
  }

  .access-time-text{
    font-size: 0.9375rem;
    line-height: 1.9;
  }
  
  .access-map-button{
    order: 3;
    margin: 0;
    align-self: flex-start;
    width: 100%;
  }
  .access-map-button .btn-arrow-ext{
    width: 100%;
    min-width: 0;
    min-height: 56px;
    padding: 0 22px;
  }
}
@media (max-width: 600px) {
  .access-map{
    margin-bottom: 10px;
    aspect-ratio: 56 / 37;
  }
}





/* =========================
   Temple Section
========================= */
.temple{
  padding: 120px 0;
  overflow: hidden;
}

.temple-inner{
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 720px 1fr;
  align-items: center;
  column-gap: 80px;
}

.temple-image{
  width: 100%;
  max-width: 720px;
  justify-self: start;
}

.temple-image img{
  width: 100%;
  height: auto;
  display: block;
}

.temple-text-wrap{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: min(240px, max(0px, calc((100vw - 1120px) / 2)));
}

.temple-text{
  width: 100%;
  max-width: 560px;
  color: #65764a;
  margin-right: 0;
}

.temple-title{
  margin: 0 0 48px;
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", "游明朝", serif;
  font-size: 1.875rem; /* 30px */
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.temple-title .small{
  font-size: 1rem; /* 16px */
  letter-spacing: 0.08em;
}

.temple-description{
  margin: 0 0 56px;
  line-height: 2.35;
  letter-spacing: 0.04em;
}



/* =========================
   Responsive
========================= */
@media (max-width: 1200px){
  .temple{
    padding: 90px 0;
  }

  .temple-inner{
    grid-template-columns: 1fr;
    row-gap: 48px;
    padding: 0 40px;
  }

  .temple-image{
    max-width: 720px;
  }

  .temple-text-wrap{
    justify-content: flex-start;
  }

  .temple-text{
    max-width: 100%;
    margin-right: 0;
  }

  .temple-title{
    margin-bottom: 32px;
    font-size: 1.75rem; /* 28px */
  }

  .temple-title .small{
    font-size: 1rem; /* 16px */
  }

  .temple-description{
    margin-bottom: 40px;
  }
}

@media (max-width: 900px){
  .temple{
    padding: 72px 0;
  }

  .temple-inner{
    row-gap: 32px;
    padding: 0 20px;
  }

  .temple-image{
    max-width: 100%;
  }

  .temple-title{
    font-size: 1.5rem; /* 24px */
    line-height: 1.7;
    margin-bottom: 24px;
  }

  .temple-title .small{
    display: inline-block;
    font-size: 0.875rem; /* 14px */
  }

  .temple-description{
    font-size: 1rem; /* 16px */
    line-height: 2.1;
    margin-bottom: 32px;
  }
}


/* =========================
   スクロールヒント
========================= */
/* テーブルの親要素をrelativeに */
.distinction .detail-table {
  position: relative;
}

.scroll-hint-wrap {
  position: absolute;
  top: 10%;
  left: 25%;
  width: 50%;
  height: 20%;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.4s ease;
  border-radius: 10px;
}

.scroll-hint-wrap.is-hidden {
  opacity: 0;
}

.scroll-hint-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #fff;
}

/* 指アイコン（SVG） */
.scroll-hint-icon svg {
  width: 48px;
  height: 48px;
  fill: #fff;
  animation: scroll-hint-hand 1.4s ease-in-out infinite;
}

.scroll-hint-text {
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: #fff;
  font-weight: 500;
}

.scroll-hint-arrows {
  display: flex;
  gap: 28px;
  font-size: 1.25rem;
  color: #fff;
}

.scroll-hint-arrows span:first-child {
  animation: scroll-hint-left 1.4s ease-in-out infinite;
}

.scroll-hint-arrows span:last-child {
  animation: scroll-hint-right 1.4s ease-in-out infinite;
}

@keyframes scroll-hint-hand {
  0%, 100% { transform: translateX(0); }
  30%       { transform: translateX(-8px); }
  70%       { transform: translateX(8px); }
}

@keyframes scroll-hint-left {
  0%, 100% { transform: translateX(0); opacity: 0.6; }
  40%       { transform: translateX(-6px); opacity: 1; }
}

@keyframes scroll-hint-right {
  0%, 100% { transform: translateX(0); opacity: 0.6; }
  40%       { transform: translateX(6px); opacity: 1; }
}

@media (min-width: 901px) {
  .scroll-hint-wrap {
    display: none;
  }
}
