@charset "utf-8";
/* CSS Document */


/* =====================================
   Facility Hero
===================================== */

.facility-hero{
  padding:50px 0;
  background:var(--bg-main);
}

.facility-hero--haga{
  background:#fff8e6;
}

.facility-hero__logo{
  margin-bottom:14px;
}

.facility-hero__logo img{
  max-width:280px;
  height:auto;
}

.facility-hero__title{
  margin:0 0 20px;
  font-size:3rem;
  font-weight:700;
  line-height:1.35;
}

.facility-hero__lead{
  margin:0 0 16px;
  font-size:1.05rem;
  line-height:1.9;
  font-weight:600;
}

.facility-hero__contact{
  margin-bottom:16px;
}

.facility-hero__tel{
  margin:0;
  font-size:1.45rem;
  font-weight:700;
}

.facility-hero__time{
  margin:4px 0 0;
  font-size:.95rem;
  color:var(--text-sub);
}

.facility-hero__btn{
  display:inline-block;
  padding:12px 34px;
  border-radius:999px;
  background:var(--orange);
  color:#fff;
  font-weight:700;
  text-decoration:none;
}

.facility-hero__photo{
  border-radius:28px;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
}

.facility-hero__photo img{
  width:100%;
  display:block;
}

.facility-hero__title-note {
  display: inline-block;
  margin-top: 0.45em;
  padding: 0.25em 0.7em;
  border-radius: 999px;
  background: #4f6f55;
  color: #fff;
  font-size: 0.36em;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

@media (max-width:991.98px){

  .facility-hero{
    padding:46px 0;
  }

  .facility-hero__text{
    text-align:center;
  }

  .facility-hero__logo img{
    max-width:180px;
  }

  .facility-hero__title{
    font-size:2.2rem;
  }

}


/* =====================================
   Facility About
===================================== */

.facility-about{
  padding:50px 0;
  background:#fff;
}

.about-feature-card{
  height:100%;
  padding:30px 24px;
  text-align:center;
  background:#fffdf7;
  border:1px solid #ead8b0;
  border-radius:24px;
}

.about-feature-card img{
  height:48px;
  width:auto;
  display:block;
  margin:0 auto 18px;
}

.about-feature-card h3{
  margin-bottom:12px;
  font-size:1.2rem;
  font-weight:700;
}

.about-feature-card p{
  margin:0;
  line-height:1.8;
}

.facility-about-photo__image{
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
}

.facility-about-photo__image img{
  width:100%;
  display:block;
}

.facility-about-photo__text h3{
  margin-bottom:18px;
  font-size:1.6rem;
  font-weight:700;
  line-height:1.5;
}

.facility-about-photo__text p{
  margin:0;
  line-height:1.9;
  font-weight:600;
}

/* =====================================
   Facility Service
===================================== */

.facility-service{
  padding:50px 0;
  background:#fff8e6;
}

.service-card{
  height:100%;
  padding:32px 24px;
  text-align:center;
  background:#fff;
  border-radius:24px;
  box-shadow:var(--shadow-soft);
}

.service-card__image{
  margin-bottom:18px;
}

.service-card__image img{
  height:56px;
  width:auto;
}

.service-card h3{
  margin-bottom:14px;
  font-size:1.25rem;
  font-weight:700;
}

.service-card p{
  margin:0;
  line-height:1.8;
}

/* =====================================
   Facility Flow
===================================== */

.facility-flow{
  padding:50px 0;
  background:#fff;
}

.flow-card{
  height:100%;
  padding:30px 22px;
  text-align:center;
  background:#fffdf7;
  border:1px solid #ead8b0;
  border-radius:24px;
}

.flow-card__num{
  width:54px;
  height:54px;
  margin:0 auto 18px;
  border-radius:50%;
  background:var(--orange);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:1.1rem;
}

.flow-card h3{
  margin-bottom:12px;
  font-size:1.15rem;
  font-weight:700;
}

.flow-card p{
  margin:0;
  line-height:1.8;
}


/* =====================================
   Facility Guide
===================================== */

.facility-guide{
  padding:50px 0;
  background:#fff8e6;
}

/* -----------------
   Facility Overview
----------------- */

.facility-overview{
  max-width:900px;
  margin:0 auto 80px;
}

.facility-overview__table{
  width:100%;
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
}

.facility-overview__table th,
.facility-overview__table td{
  padding:18px 24px;
  border-bottom:1px solid #eee;
}

.facility-overview__table tr:last-child th,
.facility-overview__table tr:last-child td{
  border-bottom:none;
}

.facility-overview__table th{
  width:180px;
  background:#fffdf7;
  font-weight:700;
}

/* =====================================
   Facility Guide
===================================== */

.facility-guide{
  padding:50px 0;
  background:#fff8e6;
}

.facility-overview{
  max-width:800px;
  margin:0 auto 70px;
}

.facility-overview__table{
  width:100%;
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
}

.facility-overview__table th,
.facility-overview__table td{
  padding:18px 24px;
  border-bottom:1px solid #eee;
}

.facility-overview__table tr:last-child th,
.facility-overview__table tr:last-child td{
  border-bottom:none;
}

.facility-overview__table th{
  width:180px;
  background:#fffdf7;
  font-weight:700;
}

.floor-list{
  display:flex;
  flex-direction:column;
  gap:28px;
}

.floor-card{
  padding:28px;
  background:#fff;
  border:1px solid #ead8b0;
  border-radius:28px;
  box-shadow:var(--shadow-soft);
}

.floor-card__image{
  text-align:center;
}

.floor-card__image img{
  width:100%;
  height:auto;
  display:block;
}

.floor-card__label{
  display:inline-block;
  margin-bottom:14px;
  padding:6px 18px;
  border-radius:999px;
  background:var(--orange);
  color:#fff;
  font-weight:700;
  line-height:1;
}

.floor-card__text h3{
  margin-bottom:14px;
  font-size:1.35rem;
  font-weight:700;
  line-height:1.5;
}

.floor-card__text p{
  margin:0;
  line-height:1.9;
}

@media (max-width:991.98px){

  .facility-guide{
    padding:70px 0;
  }

  .facility-overview{
    margin-bottom:46px;
  }

  .facility-overview__table th{
    width:120px;
  }

  .floor-card{
    padding:22px;
  }

}


/* =====================================
   Facility Gallery
===================================== */

.facility-gallery{
  padding:50px 0;
  background:#fff;
}

.gallery-card{
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}

.gallery-card img{
  width:100%;
  aspect-ratio:4 / 3;
  object-fit:cover;
  display:block;
}

.gallery-card p{
  margin:0;
  padding:14px;
  text-align:center;
  font-weight:700;
}

@media (max-width:991.98px){

  .facility-gallery{
    padding:70px 0;
  }

}

/* =====================================
   Facility Access
===================================== */

.facility-access{
  padding:50px 0;
  background:#fff8e6;
}

.access-map{
  height:100%;
  min-height:360px;
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
  background:#fff;
}

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

.access-info{
  height:100%;
  padding:32px;
  background:#fff;
  border:1px solid #ead8b0;
  border-radius:24px;
  box-shadow:var(--shadow-soft);
}

.access-info h3{
  margin-bottom:24px;
  font-size:1.5rem;
  font-weight:700;
}

.access-info dl{
  margin:0;
}

.access-info dt{
  font-weight:700;
  margin-top:18px;
}

.access-info dt:first-child{
  margin-top:0;
}

.access-info dd{
  margin:6px 0 0;
  line-height:1.8;
}

@media (max-width:991.98px){
  .facility-access{
    padding:70px 0;
  }
}

/* =====================================
   Facility Contact
===================================== */

.facility-contact{
  padding:50px 0;
  background:#fff;
}

.contact-box{
  max-width:800px;
  margin:0 auto;
  padding:60px 40px;
  border-radius:32px;
  background:#fff8e6;

  border:1px solid #ead8b0;

  box-shadow:var(--shadow-soft);
}

.contact-title{
  margin-bottom:28px;
  font-size:2rem;
  font-weight:700;
  position:relative;
}

.contact-title::after{
  content:"";
  display:block;
  width:80px;
  height:2px;
  margin:14px auto 0;
  background:var(--orange);
  border-radius:999px;
}

.contact-lead{
  margin-bottom:30px;
  line-height:1.9;
}

.contact-tel{
  margin-bottom:12px;
}

.contact-tel a{
  font-size:2.4rem;
  font-weight:700;
  color:var(--text-main);
  text-decoration:none;
}

.contact-mail{
  margin-bottom:24px;
}

.contact-mail a{
  color:var(--text-main);
  text-decoration:none;
  border-bottom:1px solid rgba(0,0,0,.15);
}

.contact-mail a:hover{
  opacity:.8;
}

.contact-hours{
  margin-bottom:30px;
  color:#666;
}

.contact-btn{
  display:inline-block;
  padding:14px 36px;
  border-radius:999px;
  background:var(--orange);
  color:#fff;
  text-decoration:none;
  font-weight:700;
  transition:.2s;
}

.contact-btn:hover{
  color:#fff;
  opacity:.9;
}

@media (max-width:991.98px){

  .facility-contact{
    padding:70px 0;
  }

  .contact-box{
    padding:40px 24px;
  }

  .contact-tel a{
    font-size:1.8rem;
  }

}

/* 富士見のうさぎだけの軽い色調整 */
.facility-hero--fujimi {
  background: #f7faf4;
}

.facility-hero--fujimi .facility-hero__title {
  color: #4f6f55;
}

.facility-hero--fujimi .facility-hero__btn {
  background: #7fa86d;
}

.facility-hero--fujimi .facility-hero__btn:hover {
  background: #6c965a;
}