

header .phone {
  background: url(../common/img/bace/icon_tel.png) no-repeat scroll center 8px;
  background-size: auto 30px;
  font-size: 0.6em;
  position: fixed;
  right: 70px;
  top: 0;
  background-color: rgba(255,255,255,0.45);
  z-index: 1;
  padding: 40px 10px 0 10px;
}

#chapel { background: #faf8f4; }

.chapel-btn {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 3px;
  font-size: 0.9em;
  text-decoration: none !important;
  text-align: center;
  transition: opacity 0.2s, transform 0.2s;
  cursor: pointer;
  letter-spacing: 0.06em;
  box-sizing: border-box;
}
.chapel-btn:hover { opacity: 0.78; transform: translateY(-2px); }
.chapel-btn--gold   { background: #dcb45a; color: #fff !important; }
.chapel-btn--dark   { background: #2c2c2c; color: #fff !important; }
.chapel-btn--outline {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.8);
  color: #fff !important;
}
.chapel-btn--outline-dark {
  background: transparent;
  border: 1px solid #2c2c2c;
  color: #2c2c2c !important;
}
.chapel-btn--full { display: block; width: 100%; }

.chapel-section-head {
  text-align: center;
  margin-bottom: 56px;
}
.chapel-section-head--left { text-align: left; }
.chapel-section-head__en {
  display: block;
  font-size: 0.75em;
  letter-spacing: 0.25em;
  color: #dcb45a;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.chapel-section-head__ja {
  font-size: 1.8em;
  font-weight: bold;
  color: #2c2c2c;
  margin: 0 0 18px;
  line-height: 1.3;
}
.chapel-section-head__line {
  width: 36px;
  height: 2px;
  background: #dcb45a;
  margin: 0 auto;
  border-radius: 100px;
}
.chapel-section-head--left .chapel-section-head__line { margin: 0; }

.chapel-hero {
  position: relative;
  height: 100vh;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.chapel-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.chapel-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.chapel-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.05) 38%,
    transparent 60%
  );
  z-index: 1;
}

.chapel-hero__arch {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(480px, 75vw);
  z-index: 2;
  pointer-events: none;
  opacity: 0.25;
}
.chapel-hero__arch svg { width: 100%; height: auto; display: block; }
.chapel-hero__content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  padding: 0 5% 80px;
  max-width: 700px;
  width: 100%;
}
.chapel-hero__label {
  font-size: 0.75em;
  letter-spacing: 0.35em;
  color: #dcb45a;
  text-transform: uppercase;
  margin-bottom: 22px;
  display: block;
}
.chapel-hero__title {
  font-size: clamp(2em, 5vw, 3.4em);
  font-weight: bold;
  line-height: 1.45;
  margin: 0 0 22px;
  text-shadow: 0 2px 24px rgba(0,0,0,0.35);
}
.chapel-hero__en {
  font-size: clamp(0.7em, 1.4vw, 0.9em);
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.75);
  margin-bottom: 14px;
  font-style: italic;
}
.chapel-hero__lead {
  font-size: 0.85em;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.65);
  margin-bottom: 44px;
}
.chapel-hero__btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.chapel-intro {
  background: #fff;
  padding: 110px 0;
}
.chapel-intro__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  align-items: flex-start;
  gap: 70px;
}
.chapel-intro__visual {
  flex: 0 0 40%;
}
.chapel-rose-window {
  width: 100%;
  filter: drop-shadow(0 12px 40px rgba(220,180,90,0.18));
}
.chapel-rose-window svg { width: 100%; height: auto; display: block; }
.chapel-intro__text {
  flex: 1;
  padding-top: 10px;
}
.chapel-intro__tag {
  font-size: 0.72em;
  letter-spacing: 0.28em;
  color: #dcb45a;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.chapel-intro__title {
  font-size: 2em;
  font-weight: bold;
  color: #2c2c2c;
  line-height: 1.35;
  margin: 0 0 10px;
}
.chapel-intro__title-sub {
  display: block;
  font-size: 0.55em;
  color: #888;
  font-weight: normal;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.chapel-intro__desc {
  font-size: 0.92em;
  line-height: 1.95;
  color: #555;
  margin-bottom: 32px;
}
.chapel-intro__specs {
  border-top: 1px solid #eee;
  margin-bottom: 36px;
}
.chapel-intro__specs > div {
  display: flex;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-size: 0.84em;
}
.chapel-intro__specs dt {
  flex: 0 0 88px;
  color: #dcb45a;
  font-weight: bold;
}
.chapel-intro__specs dd {
  color: #555;
  line-height: 1.55;
}

.chapel-features {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
}
.chapel-features__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.chapel-features__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(1.15) brightness(0.65);
}
.chapel-features__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    130deg,
    rgba(26,58,92,0.82) 0%,
    rgba(5,18,40,0.88) 100%
  );
}
.chapel-features__inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5%;
  color: #fff;
}
.chapel-features__header {
  text-align: center;
  margin-bottom: 64px;
}
.chapel-features__en {
  display: block;
  font-size: 0.75em;
  letter-spacing: 0.28em;
  color: #dcb45a;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.chapel-features__title {
  font-size: clamp(1.4em, 3vw, 2.1em);
  font-weight: bold;
  line-height: 1.55;
  margin: 0;
}
.chapel-features__list {
  display: flex;
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.chapel-features__item {
  flex: 1;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(220,180,90,0.3);
  border-radius: 6px;
  padding: 40px 28px;
  text-align: center;
  backdrop-filter: blur(6px);
}
.chapel-features__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 22px;
}
.chapel-features__icon svg { width: 100%; height: 100%; }
.chapel-features__item h3 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.55;
  margin: 0 0 14px;
  color: #fff;
}
.chapel-features__item p {
  font-size: 0.82em;
  line-height: 1.85;
  color: rgba(255,255,255,0.78);
  margin: 0;
}

.chapel-plans {
  background: #faf8f4;
  padding: 110px 0;
}
.chapel-plans__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5%;
}
.chapel-plans__list {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0 0 48px;
}
.chapel-plans__card {
  flex: 1;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  transition: transform 0.25s, box-shadow 0.25s;
  display: flex;
  flex-direction: column;
}
.chapel-plans__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 36px rgba(0,0,0,0.12);
}
.chapel-plans__img {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  flex-shrink: 0;
}
.chapel-plans__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s;
}
.chapel-plans__card:hover .chapel-plans__img img { transform: scale(1.06); }
.chapel-plans__badge {
  position: absolute;
  top: 12px;
  left: 0;
  background: #e74c3c;
  color: #fff;
  font-size: 0.7em;
  padding: 4px 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.chapel-plans__badge--blue  { background: #2980b9; }
.chapel-plans__badge--green { background: #27ae60; }
.chapel-plans__body {
  padding: 22px 20px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.chapel-plans__venue {
  font-size: 0.72em;
  color: #dcb45a;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.chapel-plans__name {
  font-size: 0.9em;
  font-weight: bold;
  color: #2c2c2c;
  line-height: 1.45;
  margin: 0 0 8px;
}
.chapel-plans__name span {
  font-size: 0.82em;
  font-weight: normal;
  color: #888;
}
.chapel-plans__period {
  font-size: 0.72em;
  color: #aaa;
  margin-bottom: 12px;
}
.chapel-plans__includes {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 20px;
  flex: 1;
  align-content: flex-start;
}
.chapel-plans__includes span {
  display: inline-block;
  font-size: 0.68em;
  background: #f4f0ea;
  color: #666;
  padding: 3px 9px;
  border-radius: 2px;
}
.chapel-plans__more { text-align: center; }

.chapel-value {
  background: linear-gradient(100deg, #1c2e20 0%, #2c2c2c 100%);
}
.chapel-value__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.chapel-value__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.chapel-value__list > li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 44px 16px;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.chapel-value__list > li:last-child { border-right: none; }
.chapel-value__num {
  display: block;
  font-size: 1.7em;
  font-weight: 900;
  color: #dcb45a;
  line-height: 1;
  margin-bottom: 12px;
  font-style: italic;
  letter-spacing: -0.02em;
}
.chapel-value__text {
  display: block;
  font-size: 0.76em;
  color: rgba(255,255,255,0.82);
  line-height: 1.65;
}

.chapel-gallery {
  background: #fff;
  padding: 110px 0 70px;
}
.chapel-gallery__track-wrap {
  position: relative;
  margin-bottom: 20px;
}
.chapel-gallery__track {
  display: flex;
  gap: 14px;
  overflow-x: scroll;
  scroll-behavior: smooth;
  cursor: grab;
  padding: 0 5%;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.chapel-gallery__track::-webkit-scrollbar { display: none; }
.chapel-gallery__track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  user-select: none;
}
.chapel-gallery__item {
  flex: 0 0 340px;
  height: 230px;
  border-radius: 4px;
  overflow: hidden;
}
.chapel-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: transform 0.35s;
  display: block;
}
.chapel-gallery__item:hover img { transform: scale(1.05); }
.chapel-gallery__hint {
  text-align: center;
  font-size: 0.72em;
  color: #bbb;
  margin: 14px 0 0;
  letter-spacing: 0.12em;
}
.chapel-gallery__more {
  text-align: center;
  margin-top: 44px;
}

.chapel-access {
  background: #faf8f4;
  padding: 110px 0;
}
.chapel-access__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  gap: 64px;
  align-items: flex-start;
}
.chapel-access__map-col {width:100% ; flex: 1; }
.chapel-access__map {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 24px;
  line-height: 0;
}
.chapel-access__info { font-size: 0.84em; }
.chapel-access__info > div {
  display: flex;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid #ede9e3;
}
.chapel-access__info dt {
  flex: 0 0 88px;
  color: #dcb45a;
  font-weight: bold;
}
.chapel-access__info dd {
  color: #555;
  line-height: 1.6;
}
.chapel-access__info a { color: #555; text-decoration: none; }
.chapel-access__cta-col { flex: 0 0 340px; }

.chapel-cta-box {
  background: #fff;
  border-radius: 6px;
  padding: 44px 32px;
  box-shadow: 0 4px 28px rgba(0,0,0,0.08);
  text-align: center;
}
.chapel-cta-box__label {
  font-size: 0.72em;
  letter-spacing: 0.18em;
  color: #dcb45a;
  margin-bottom: 10px;
  display: block;
}
.chapel-cta-box__title {
  font-size: 1.4em;
  font-weight: bold;
  color: #2c2c2c;
  line-height: 1.45;
  margin: 0 0 16px;
}
.chapel-cta-box__text {
  font-size: 0.82em;
  line-height: 1.85;
  color: #777;
  margin-bottom: 30px;
}
.chapel-cta-box__btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 26px;
}
.chapel-cta-box__btns .chapel-btn--outline {
  border-color: #ccc;
  color: #444 !important;
}
.chapel-cta-box__tel {
  border-top: 1px solid #eee;
  padding-top: 22px;
}
.chapel-cta-box__tel a {
  text-decoration: none;
  display: block;
  color: #2c2c2c;
}
.chapel-cta-box__tel-label {
  display: block;
  font-size: 0.72em;
  color: #aaa;
  margin-bottom: 5px;
}
.chapel-cta-box__tel-num {
  display: block;
  font-size: 1.65em;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #dcb45a;
}

.chapel-others {
  background: #f0ede8;
  padding: 90px 0;
}
.chapel-others__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5%;
}
.chapel-others__list {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.chapel-others__link {
  display: block;
  text-decoration: none !important;
  color: inherit;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(0,0,0,0.06);
  transition: transform 0.25s, box-shadow 0.25s;
}
.chapel-others__link:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.12);
}
.chapel-others__img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.chapel-others__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
  display: block;
}
.chapel-others__link:hover .chapel-others__img img { transform: scale(1.06); }
.chapel-others__text { padding: 22px 20px; }
.chapel-others__text h3 {
  font-size: 0.95em;
  font-weight: bold;
  color: #2c2c2c;
  margin: 0 0 8px;
  line-height: 1.45;
}
.chapel-others__text h3 span {
  display: block;
  font-size: 0.82em;
  color: #888;
  font-weight: normal;
}
.chapel-others__text p {
  font-size: 0.8em;
  color: #666;
  line-height: 1.75;
  margin: 0;
}

@media screen and (max-width: 768px) {

  .chapel-hero { height: 100svh; min-height: 520px; }
  .chapel-hero__content { padding: 0 5% 56px; }
  .chapel-hero__title { font-size: 1.85em; }
  .chapel-hero__lead { letter-spacing: 0.08em; }
  .chapel-hero__btns { flex-direction: column; align-items: center; }
  .chapel-btn { padding: 13px 28px; font-size: 0.85em; }
  .chapel-hero__arch { width: 90vw; }

  .chapel-intro { padding: 60px 0; }
  .chapel-intro__inner { flex-direction: column; gap: 32px; }
  .chapel-intro__visual { flex: none; width: 80%; max-width: 300px; margin: 0 auto; }
  .chapel-intro__text { padding-top: 0; }
  .chapel-intro__title { font-size: 1.5em; }

  .chapel-features { padding: 60px 0; }
  .chapel-features__list { flex-direction: column; gap: 16px; }
  .chapel-features__item { padding: 28px 20px; }

  .chapel-section-head { margin-bottom: 36px; }
  .chapel-section-head__ja { font-size: 1.4em; }

  .chapel-plans { padding: 60px 0; }
  .chapel-plans__list {
    flex-direction: column;
    gap: 20px;
  }

  .chapel-value__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-wrap: unset;
  }
  .chapel-value__list > li {
    flex: unset;
    padding: 30px 12px;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .chapel-value__list > li:nth-child(odd)  { border-right: 1px solid rgba(255,255,255,0.08); }
  .chapel-value__list > li:nth-child(even) { border-right: none; }
  .chapel-value__list > li:nth-child(5) {
    grid-column: 1 / -1;
    border-right: none;
    border-bottom: none;
  }

  .chapel-gallery { padding: 60px 0 44px; }
  .chapel-gallery__item { flex: 0 0 250px; height: 175px; }

  .chapel-access { padding: 60px 0; }
  .chapel-access__inner {
    flex-direction: column;
    gap: 28px;
    padding: 0 5%;
  }
  .chapel-access__map iframe { height: 220px; }
  .chapel-access__info > div { gap: 10px; padding: 10px 0; }
  .chapel-access__info dt { flex: 0 0 72px; font-size: 0.9em; }
  .chapel-access__cta-col { flex: none; width: 100%; }
  .chapel-cta-box {
    padding: 28px 20px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  }
  .chapel-cta-box__title { font-size: 1.2em; }
  .chapel-cta-box__btns .chapel-btn { font-size: 0.82em; padding: 13px 20px; }

  .chapel-others__list { flex-direction: column; gap: 20px; }

}
