@charset "UTF-8";
/* =========================
   temple
========================= */
.temple{
  position: relative;
  padding: 80px 0 80px;
}

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

.temple-head{
  margin: 0 auto 56px;
  text-align: center;
  color: #c53740;
}

.temple-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: #c53740;
}

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

/* templeのバラ */
.rose-temple-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;
}

.rose-temple-02{
  position: absolute;
  left: -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;
}

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

  .rose-temple-01{
    right: -80px;
    top: -20px;
    width: 260px;
    height: 260px;
  }
  .rose-temple-02{
    left: -140px;
    top: 0;
    width: 300px;
    height: 300px;
  }
}

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

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

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

  .temple-title{
    font-size: 2rem; /* 32px */
  }
  .temple-cont{
    clear: both;
    padding:20px 0 0;
  }
  h3.temple-title{
    margin: 0 0 16px;
    font-size: 1.875rem;
   }
  .rose-temple-01{
    right: -70px;
    top: 10px;
    width: 180px;
    height: 180px;
  }
  .rose-temple-02{
    left: -90px;
    top: 180px;
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 480px){
  .rose-temple-01{
    display: none;
  }
}




/* =========================
   住職挨拶セクション
   写真（左）＋ テキスト（右）
========================= */
.greet-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 64px;
  align-items: start;
}

.greet-image {
  position: relative;
  order: 2;
}

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

.greet-body {
  padding-top: 8px;
  order: 1;
}

.greet-title {
  margin: 0 0 28px;
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", "游明朝", serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #c53740;
  padding-left: 20px;
  border-left: 3px solid #c07070;
}

.greet-text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #333;
  margin: 0 0 28px;
}

.greet-sign {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", "游明朝", serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #c53740;
  text-align: right;
}

.greet-sign .name {
  display: block;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  margin-top: 4px;
}

.greet-sign .name-en {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  opacity: 0.7;
  margin-top: 2px;
}

/* =========================
   寺院紹介セクション
   写真（右）＋ テキスト（左）
========================= */
.temple-layout {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 64px;
  align-items: start;
}

.temple-layout-body {
  order: 2;
}

.temple-layout-image {
  order: 1;
}

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

.temple-layout-title {
  margin: 0 0 20px;
  font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", "游明朝", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #c53740;
}

.temple-layout-text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #333;
  margin: 0;
}

/* =========================
   レスポンシブ
========================= */
@media (max-width: 1000px) {
  .greet-layout {
    grid-template-columns: 1fr 260px;
    gap: 40px;
  }

  .temple-layout {
    grid-template-columns: 320px 1fr;
    gap: 40px;
  }
}

@media (max-width: 900px) {
  .greet-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .greet-image {
    max-width: 390px;
    margin: 0 auto;
    order: 2;
  }

  .greet-body {
    order: 1;
  }

  .greet-title {
    font-size: 1.375rem;
    margin-bottom: 24px;
  }

  .greet-sign .name {
    font-size: 1.375rem;
  }

  .temple-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .temple-layout-body {
    order: 2;
  }

  .temple-layout-image {
    order: 1;
  }
}





/* =========================
   中本さん紹介
========================= */
#nakamoto.temple{
 padding: 180px 0 200px;
}

/* ── セクション：左写真・右テキスト ── */
.profile-row {
display: grid;
grid-template-columns: 1fr 1fr;
}

/* ── 写真エリア ── */
.profile-row .photo-area {
position: relative;
background: #ddd8d0;
overflow: hidden;
min-height: 240px;
}
.profile-row .photo-area img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
position: absolute;
inset: 0;
}

/* ── テキストエリア ── */
.profile-row .text-area {
padding: 0 3.5rem 0 0;
display: flex;
flex-direction: column;
justify-content: center;
}

.profile-row .text-area .section-title {
font-size: 1.25rem;
font-weight: 500;
color: #c53740;
font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", "游明朝", serif;
letter-spacing: 0.1em;
margin-bottom: 1.5rem;
padding-bottom: 1rem;
border-bottom: 1px solid #e8e0d6;
}

.profile-row .text-area p {
font-size: 0.92rem;
margin-bottom: 1rem;
text-align: justify;
}
.profile-row .text-area p:last-of-type { margin-bottom: 0; }

/* プロフィール名 */
.profile-row .profile-name {
margin-top: 1.5rem;
padding-top: 1.5rem;
border-top: 1px solid #e8e0d6;
}
.profile-row .profile-name .role {
font-family: 'Noto Sans JP', sans-serif;
font-size: 0.68rem;
letter-spacing: 0.2em;
color: #c53740;
font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", "游明朝", serif;
margin-bottom: 0.3rem;
}
.profile-row .profile-name .name-ja {
font-size: 1.45rem;
font-weight: 500;
letter-spacing: 0.1em;
color: #c53740;
font-family: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", "游明朝", serif;
margin-bottom: 0.15rem;
line-height: 1.2;
}

/* ── レスポンシブ ── */
@media (max-width: 768px) {
#nakamoto.temple{
 padding: 80px 0 100px;
}
.profile-row {
 display: block;
 }
.profile-row .profile-row {
  grid-template-columns: 1fr;
}
.profile-row .photo-area { min-height: 240px; }
.profile-row .text-area { padding: 2.5rem 0 1.5rem 0; }
.profile-row .profile-name .name-ja {
font-size: 1.375rem;
}
.profile-row .text-area .section-title{
margin-bottom:1.2rem;
padding-bottom:0.6rem;
}
.profile-row .profile-name{
margin-top: 1.1rem;
padding-top: 1.5rem;
}

}








