@charset "utf-8";

/* ===================================================
	INFO.CSS
=================================================== */
.park-fv{
  height: 200px;
  padding: 0;
  background: url("../images/photo-b4-1.JPG") center center / cover no-repeat;
  box-sizing: border-box;
}

.park-fv::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(247,246,242,0.55);
}

.park-fv .ja-title{
  display: inline-block;
  line-height: 1;
  text-shadow:
    1px 1px 0 #F7F6F2,
   -1px 1px 0 #F7F6F2,
    1px -1px 0 #F7F6F2,
   -1px -1px 0 #F7F6F2;
}

.park-fv .EN-Alt{
  display: block;
  font-size: clamp(2.5rem, 8vw, 5rem);
  line-height: 1;
  color: rgba(61, 138, 122, 0.8);
  text-shadow:
    1px 1px 0 #1A1A18,
   -1px 1px 0 #1A1A18,
    1px -1px 0 #1A1A18,
   -1px -1px 0 #1A1A18;
}

.info-page-section{
  padding-top: 50px;
    padding-bottom: 50px;
}

.info-page-section h2{
  position: relative;
  margin-bottom: 30px;
  padding: 0 20px;
  max-height: 80px;
}

.info-page-section h2 .ja-title{
  display: inline-block;
  position: relative;
  z-index: 2;
}

.info-page-section h2 .EN-Alt{
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 3rem;
  line-height: 0.1;
  white-space: nowrap;
  color: #dcdcdc;
  z-index: 1;
}

.info-bg{
     background: #F3F3EF;
}
 

.info-page-block{
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px;
  box-sizing: border-box;
}

.info-page-list{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.info-page-row{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.info-page-row dt{
  font-weight: 600;
}

.info-page-row dd{
  margin: 0;
}

.info-access-item + .info-access-item{
  margin-top: 15px;
}

.info-access-item{
  display: flex;
  align-items: center;
  gap: 10px;
}

.info-access-item img{
  width: 55px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

.info-access-item p{
  flex: 1;
  line-height: 1.6;
}

.info-access-item span{
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
}

.info-map-image img{
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.info-map-text{
  margin-top: 15px;
}

.contact-guide-block p{
  text-align: center;
}

.info-map-block{
  width: 100%;
  margin-top: 20px;
}

.info-map-block iframe{
  width: 100%;
  aspect-ratio: 12 / 7;
  border: 2px solid #1A1A18;
  display: block;
}
