@charset "utf-8";
/* ===================================================
	TOP.CSS
=================================================== */
/* ===== 共通 ===== */
.wrap {
  overflow: hidden;
}
section {
  padding: 100px 0 50px 0;
}
section h2 {
  position: relative;
  margin-bottom: 50px;
  padding: 0 20px;
  max-height: 80px;
}
section h2 .ja-title {
  display: inline-block;
  position: relative;
  z-index: 2;
}
section h2 .EN-Alt {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 4.5rem;
  color: rgba(127, 191, 178, 0.6);
  line-height: 0.1;
  white-space: nowrap;
  z-index: 1;
}
.park-all, .about-all, .gallery-all, .event-all, .info-all {
  position: relative;
  z-index: 1;
}
.more-btn {
  text-align: center;
  margin: 30px 0 0;
}
.more-btn-slide-left {
  position: relative;
  display: inline-block;
  min-width: 160px;
  padding: 10px 20px;
  overflow: hidden;
  border: 2px solid #4A8FA8;
  background: transparent;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #4A8FA8;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  transition: 0.3s ease;
}
.more-btn-slide-left span {
  position: relative;
  z-index: 3;
  color: #4A8FA8;
  transition: color 0.2s ease;
}
.more-btn-slide-left::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #4A8FA8;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
.more-btn-slide-left::after {
  content: " →";
  position: relative;
  z-index: 3;
}
.more-btn-slide-left:hover::before, .more-btn-slide-left:active::before {
  transform: translateX(0);
}
.more-btn-slide-left:hover span, .more-btn-slide-left:active span {
  color: #F7F6F2;
}
.more-btn-slide-left:hover, .more-btn-slide-left:active {
  color: #F7F6F2;
}
/* ===================================================
	FV
=================================================== */
.FV {
  min-height: 100vh;
  width: auto;
  padding: 0;
  position: relative;
  background: url("../images/FV-img.jpg") center right 10% / cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.FV h1, .FV .scroll {
  position: relative;
  z-index: 1;
}
.FV h1 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(26, 26, 24, 0.5);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}
.FV h1 span {
  display: block;
}
.FV h1 span:first-of-type {
  display: inline-block;
}
.FV h1 span:first-of-type {
  display: inline-block;
  padding: 3px 5px;
  background: rgba(26, 26, 24, 0.2);
  color: #F7F6F2;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}
.FV h1 span:last-of-type {
  -webkit-text-stroke: 1px #F7F6F2;
  text-stroke: 1px #F7F6F2;
}
.FV .scroll {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  color: #F7F6F2;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.08em;
  background: rgba(61, 138, 122, 0.5);
  padding: 10px;
}
/* ===================================================
	PARK
=================================================== */
.park-all {
  width: 100%;
}
.link-btn-all {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.link-btn-img {
  width: 50%;
  position: relative;
  margin: 0 auto;
}
.link-btn-img a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.link-btn-img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border: 1px solid rgba(26, 26, 24, 0.45);
  filter: brightness(0.8) saturate(0.75) opacity(0.78);
  box-sizing: border-box;
}
.link-btn-img .park-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}
.link-btn-img .park-text p {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 0.7rem;
}
.link-btn-img .park-text h3, .link-btn-img .park-text p {
  color: #F7F6F2;
  text-shadow:
    1px 1px 0 #1A1A18, -1px 1px 0 #1A1A18, 1px -1px 0 #1A1A18, -1px -1px 0 #1A1A18;
}
.link-btn-img .line {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
}
.link-btn-img img {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.link-btn-img a:hover img, .link-btn-img a:active img {
  transform: scale(1.05);
  opacity: 0.9;
}




.link-btn-img a::before, .link-btn-img a::after, .link-btn-img .line::before, .link-btn-img .line::after {
  content: "";
  position: absolute;
  background-color: #4A8FA8;
  z-index: 3;
  transition: all 0.5s ease 0s;
}
.link-btn-img.green a::before, .link-btn-img.green a::after, .link-btn-img.green .line::before, .link-btn-img.green .line::after {
  background-color: #2E6B5E;
}
.link-btn-img.cafe a::before, .link-btn-img.cafe a::after, .link-btn-img.cafe .line::before, .link-btn-img.cafe .line::after {
  background-color: #1A1A18;
}
.link-btn-img a::before {
  top: 0;
  left: 0;
  width: 0;
  height: 14px;
}
.link-btn-img a::after {
  right: 0;
  bottom: 0;
  width: 0;
  height: 14px;
}
.link-btn-img .line::before {
  top: 0;
  right: 0;
  width: 14px;
  height: 0;
}
.link-btn-img .line::after {
  left: 0;
  bottom: 0;
  width: 14px;
  height: 0;
}
.link-btn-img a:hover::before, .link-btn-img a:active::before, .link-btn-img a:hover::after, .link-btn-img a:active::after {
  width: 100%;
}
.link-btn-img a:hover .line::before, .link-btn-img a:active .line::before, .link-btn-img a:hover .line::after, .link-btn-img a:active .line::after {
  height: 100%;
}

.park-all .more-btn-slide-left {
  border: 2px solid #7FBFB2;
  color: #7FBFB2;
}
.park-all .more-btn-slide-left span {
  color: #7FBFB2;
}
.park-all .more-btn-slide-left::before {
  background: #7FBFB2;
}
.park-all .more-btn-slide-left:hover span, .park-all .more-btn-slide-left:active span {
  color: #FAFAFA;
}
.park-all .more-btn-slide-left:hover, .park-all .more-btn-slide-left:active {
  color: #FAFAFA;
}
/* ===================================================
	ABOUT
=================================================== */
.about-all {
  position: relative;
  background: url("../images/about-BG.jpg") center center / cover no-repeat;
  width: 100%;
}
.about-all h2, .about-text {
  position: relative;
  z-index: 1;
}
.about-all h2 .EN-Alt {
  color: rgba(247, 246, 242, 0.8);
}
.about-all::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(247, 246, 242, 0.7);
}
.about-text {
  width: 90%;
  margin: 0 auto;
}
.about-text p {
  font-size: 0.9rem;
  padding-bottom: 10px;
}
/* ===================================================
	GALLERY
=================================================== */
.gallery-all h2 .EN-Alt {
  font-size: 4rem;
  color: rgba(74, 143, 168, 0.6);
}
.gallery-photo-all {
  width: 80%;
  margin: 0 auto;
}
.gallery-photo-top, .gallery-photo-bottom {
  display: flex;
  gap: 15px;
}
.gallery-photo-bottom {
  margin-top: 15px;
}
.gallery-photo-top a, .gallery-photo-bottom a {
  display: block;
  width: 100%;
}
.gallery-photo-top img, .gallery-photo-bottom img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.gallery-photo-top a, .gallery-photo-bottom a {
  position: relative;
  overflow: hidden;
}
.gallery-photo-top img, .gallery-photo-bottom img {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.gallery-photo-top a:hover img, .gallery-photo-top a:active img, .gallery-photo-bottom a:hover img, .gallery-photo-bottom a:active img {
  transform: scale(1.05);
  opacity: 0.9;
}

.gallery-photo-top a::before,
.gallery-photo-top a::after,
.gallery-photo-bottom a::before,
.gallery-photo-bottom a::after {
  content: "";
  position: absolute;
  background-color: #1A1A18;
  z-index: 2;
  transition: all 0.4s ease;
}

/* 上線 */
.gallery-photo-top a::before,
.gallery-photo-bottom a::before {
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
}

/* 下線 */
.gallery-photo-top a::after,
.gallery-photo-bottom a::after {
  right: 0;
  bottom: 0;
  width: 0;
  height: 3px;
}

.gallery-photo-top a span,
.gallery-photo-bottom a span {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.gallery-photo-top a span::before,
.gallery-photo-top a span::after,
.gallery-photo-bottom a span::before,
.gallery-photo-bottom a span::after {
  content: "";
  position: absolute;
  background-color: #1A1A18;
  transition: all 0.4s ease;
}

/* 右線 */
.gallery-photo-top a span::before,
.gallery-photo-bottom a span::before {
  top: 0;
  right: 0;
  width: 3px;
  height: 0;
}

/* 左線 */
.gallery-photo-top a span::after,
.gallery-photo-bottom a span::after {
  left: 0;
  bottom: 0;
  width: 3px;
  height: 0;
}

.gallery-photo-top a:hover::before,
.gallery-photo-bottom a:hover::before,
.gallery-photo-top a:active::before,
.gallery-photo-bottom a:active::before {
  width: 100%;
}

.gallery-photo-top a:hover::after,
.gallery-photo-bottom a:hover::after,
.gallery-photo-top a:active::after,
.gallery-photo-bottom a:active::after {
  width: 100%;
}

.gallery-photo-top a:hover span::before,
.gallery-photo-bottom a:hover span::before,
.gallery-photo-top a:active span::before,
.gallery-photo-bottom a:active span::before {
  height: 100%;
}

.gallery-photo-top a:hover span::after,
.gallery-photo-bottom a:hover span::after,
.gallery-photo-top a:active span::after,
.gallery-photo-bottom a:active span::after {
  height: 100%;
}



/* ===================================================
	EVENT
=================================================== */
.event-fv{
  height: 200px;
  padding: 0;
  background: url("../images/about-BG.jpg") center center / cover no-repeat;
  box-sizing: border-box;
}

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

.event-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;
}

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

.event-all {
  position: relative;
  background: transparent;
}

.event-all::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #F3F3EF;
  z-index: -1;
}
.event-all h2 .EN-Alt {
  color: rgba(61, 138, 122, 0.6);
}
.event-item {
  width: 85%;
  margin: 0 auto;
  padding: 16px 0;
  display: flex;
  gap: 12px;
  border-top: 1px solid rgba(26, 26, 24, 0.18);
}
.event-item:last-of-type {
  border-bottom: 1px solid rgba(26, 26, 24, 0.18);
}
.event-img {
  width: 110px;
  flex-shrink: 0;
}
.event-img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.event-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.event-text h3 {
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.5;
}
.event-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.event-meta time {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  color: #5D5D58;
}
.event-check {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  color: #3D8A7A;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
.event-check::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: #3D8A7A;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
.event-check:hover::after, .event-check:active::after {
  transform: scaleX(1);
}
.event-all .more-btn-slide-left {
  border: 2px solid #3D8A7A;
  color: #3D8A7A;
}
.event-all .more-btn-slide-left span {
  color: #3D8A7A;
}
.event-all .more-btn-slide-left::before {
  background: #3D8A7A;
}
.event-all .more-btn-slide-left:hover span, .event-all .more-btn-slide-left:active span {
  color: #F3F3EF;
}
.event-all .more-btn-slide-left:hover, .event-all .more-btn-slide-left:active {
  color: #F3F3EF;
}

.event-item {
  position: relative; 

  transition: background 0.3s ease;
  cursor: pointer;
}

.event-item:hover,
.event-item:active {
  background: rgba(255, 255, 255, 0.6);
}

.event-check:hover::after,
.event-check:active::after,
.event-item:hover .event-check::after  {  
  transform: scaleX(1);
}
/* ===================================================
	INFORMATION
=================================================== */
.info-block-all {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.info-all h2 .EN-Alt {
  color: #dcdcdc;
}
.info-block-top, .info-block-bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info-block-bottom {
  margin-top: 16px;
}
.info-block {
  padding: 20px 16px;
  background: #F7F6F2;
  box-sizing: border-box;
}
.info-summary-block {
  padding-bottom: 30px;
}
.info-block h3 {
  margin-bottom: 16px;
  text-align: center;
}
.info-summary-block{
  width: 80%;
  margin: 0 auto;
}

.info-summary-block p{
  text-align: left;
}

.info-block img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.info-text-left {
  margin-bottom: 8px;
}
.info-text-left p {
  font-weight: 500;
}
.info-text-right {
  margin-bottom: 16px;
}
.info-block > p {
  margin-top: 12px;
}
.info-block-access + .info-block-access {
  margin-top: 12px;
}
.info-block-access {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.info-block-access img {
  width: 56px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}
.info-block-access p {
  flex: 1;
  font-size: 0.9375rem;
}
.info-block-access span {
  display: inline-block;
  margin-right: 6px;
  font-weight: 600;
}
.info-block-access small {
  font-size: 0.75rem;
  color: #5D5D58;
}
.info-block-SNS {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 16px;
}
.info-block-SNS img {
  width: 52px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.info-all .more-btn-slide-left {
  border: 2px solid #808080;
  color: #808080;
}
.info-all .more-btn-slide-left span {
  color: #808080;
}
.info-all .more-btn-slide-left::before {
  background: #808080;
}
.info-all .more-btn-slide-left:hover span, .info-all .more-btn-slide-left:active span {
  color: #FAFAFA;
}
.info-all .more-btn-slide-left:hover, .info-all .more-btn-slide-left:active {
  color: #FAFAFA;
}
.info-summary-block h3 {
  margin-bottom: 16px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
.info-summary-block h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: #1A1A18;
}
/* ===================================================
	EVENT CSS
=================================================== */
.event-fv{
  height: 200px;
  padding: 0;
  background: url("../images/photo-g8.jpg") center center / cover no-repeat;
  box-sizing: border-box;
}

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

.event-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;
}

.event-fv .EN-Alt{
  display: block;
  font-size: clamp(2.5rem, 8vw, 5rem);
  line-height: 1;
  color: rgba(74, 143, 168, 0.8);
  text-shadow:
    1px 1px 0 #1A1A18,
   -1px 1px 0 #1A1A18,
    1px -1px 0 #1A1A18,
   -1px -1px 0 #1A1A18;
}
/* ===================================================
   TOP responsive
=================================================== */
/* ===== tablet ===== */
@media screen and (min-width: 768px) {
  section {
    padding: 200px 0;
  }
  .FV h1 {
    gap: 15px;
  }
  .FV h1 span:first-of-type {
    font-size: 1.2rem;
  }
  .FV h1 span:last-of-type {
    font-size: 3.6rem;
  }
  .park-all h2, .about-all h2, .gallery-all h2, .info-all h2 {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .park-all .link-btn-all {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
  .park-all .link-btn-img {
    width: calc((100% - 40px) / 3);
    margin: 0;
  }

      .gallery-all .gallery-photo-all {
    width: 80%;
    max-width: none;
  }

  .gallery-all .gallery-photo-top,
  .gallery-all .gallery-photo-bottom {
    gap: 15px;
  }
  .about-text {
    width: 100%;
    max-width: 800px;
  }
  .event-item {
    width: 100%;
    max-width: 900px;
  }
  .event-img {
    width: 180px;
  }

    
      .info-block-all {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }

  .info-summary-block {
    width: calc((100% - 40px) / 3);
    margin: 0;
    padding-bottom: 0;
  }

  .info-summary-block h3 {
    text-align: center;
  }

  .info-summary-block h3::after {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .info-summary-block p {
    width: 100%;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
    
}
/* ===== desktop ===== */
@media screen and (min-width: 1025px) {
  section {
    padding: 200px 0;
  }
  .FV h1 {
    gap: 20px;
  }
  .FV h1 span:first-of-type {
    font-size: 1.5rem;
  }
  .FV h1 span:last-of-type {
    font-size: 4.8rem;
  }
  .park-all h2, .about-all h2, .gallery-all h2,.info-all h2 {
    margin-bottom: 0;
    padding-bottom: 70px;
  }
  .park-all .link-btn-all {
    align-items: center;
  }
  .park-all .link-btn-all {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
  }
  .park-all .link-btn-img {
    width: calc((100% - 60px) / 3);
    max-width: 340px;
    margin: 0;
  }
  .link-btn-img .park-text h3 {
    font-size: 1.9rem;
  }
  .link-btn-img .park-text p {
    font-size: 1rem;
  }
  .gallery-all .gallery-photo-all {
    width: 100%;
    max-width: 1040px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
  .gallery-all .gallery-photo-top, .gallery-all .gallery-photo-bottom {
    display: contents;
  }
  .gallery-all .gallery-photo-bottom {
    margin-top: 0;
  }
  .about-text {
    width: 100%;
    max-width: 840px;
  }
  .event-item {
    width: 100%;
    max-width: 900px;
  }
  .event-img {
    width: 220px;
  }
 
    
      .info-block-all {
    width: calc(100% - 40px);
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
  }

  .info-summary-block {
    width: calc((100% - 60px) / 3);
    margin: 0;
    padding-bottom: 0;
  }

  .info-summary-block:last-child {
    padding-bottom: 0;
  }

  .info-summary-block h3 {
    text-align: center;
  }

  .info-summary-block h3::after {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .info-summary-block p {
    width: 100%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .event-info-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
  }
  .event-info-wrap .event-all, .event-info-wrap .info-all {
    width: calc((100% - 40px) / 2);
  }
  .event-info-wrap .event-all {
    background: #F3F3EF;
  }
  .event-info-wrap .info-all {
    padding-top: 200px;
  }
 
}