@charset "utf-8";

/* ===================================================
	PARK.CSS
=================================================== */
.park-fv{
  height: 200px;
  padding: 0;
  background: url("../images/about-BG.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(74, 143, 168, 0.8);
  text-shadow:
    1px 1px 0 #1A1A18,
   -1px 1px 0 #1A1A18,
    1px -1px 0 #1A1A18,
   -1px -1px 0 #1A1A18;
}
.park-page-all{
  padding-bottom: 50px;
}

.park-intro{
  padding-top: 50px;
  padding-bottom: 30px;
}

.park-intro p + p{
  margin-top: 10px;
}

.park-map-section{
  padding-bottom: 50px;
}

.park-map-image{
  width: 100%;
  background: #D9D9D9;
}

.park-map-image img{
  width: 100%;
 height: auto;
  object-fit: cover;
    border: 5px solid #1A1A18;
        box-sizing: border-box;
}

.wrap-tab{
  overflow: hidden;
}

.list-tab{
  display: flex;
  background: #C7DDDD;
}

.list-tab li{
  width: 100%;
  padding: 15px 5px;
  text-align: center;
  color: #5D5D58;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 1;
}

.list-tab li:nth-child(1){
  background: #D6EEF0;
}

.list-tab li:nth-child(2){
  background: #B8D9D4;
}

.list-tab li:nth-child(3){
  background: #F7F6F2;
}

.list-tab li.active{
  color: #F7F6F2;
  text-shadow:
    1px 1px 0 #1A1A18,
   -1px 1px 0 #1A1A18,
    1px -1px 0 #1A1A18,
   -1px -1px 0 #1A1A18;
	

}

.list-tab li:nth-child(1).active{
  background: #4A8FA8;
}

.list-tab li:nth-child(2).active{
  background: #2E6B5E;
}

.list-tab li:nth-child(3).active{
  background: #1A1A18;
}

.list-tab li {
  transition: 0.3s;
}

.list-tab li:hover {
  filter: brightness(1.1);
}

.list-tab li.active {
  filter: brightness(1.15);
}

.wrap-tab-content{
  background: #C7DDDD;
}

.tab-content{
  display: none;
  padding: 30px 0;
}

.tab-content.active{
  display: block;
}

.cafe-panel{
  background: #F3F3EF;
}

.tab-photo{
  width: 100%;
  margin: 0;
  background: #D9D9D9;
}

.tab-photo img{
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.tab-heading{
  width: calc(100% - 20px);
  margin: 30px auto 0;
}

.tab-heading h2{
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #1A1A18;
  line-height: 1.1;
}

.tab-heading p{
  color: #4A8FA8;
  font-weight: 600;
}

.green-panel .tab-heading p{
  color: #2E6B5E;
}

.cafe-panel .tab-heading p{
  color: #5D5D58;
}

.tab-copy{
  width: calc(100% - 20px);
  margin: 30px auto 0;
}

.tab-copy p + p{
  margin-top: 10px;
}

.area-info-table{
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
}

.area-info-table th,
.area-info-table td{
  padding: 10px 15px;
  text-align: left;
  vertical-align: top;
}

/* BAY */
.bay-panel .area-info-table th,
.bay-panel .area-info-table td{
  border-bottom: 1px solid #4A8FA8;
}

/* GREEN */
.park-tab-section .green-panel .area-info-table th,
.park-tab-section .green-panel .area-info-table td{
  border-bottom: 1px solid #2E6B5E;
}

/* CAFE */
.park-tab-section .cafe-panel .area-info-table th,
.park-tab-section .cafe-panel .area-info-table td{
  border-bottom: 1px solid #1A1A18;
}

.area-info-table th{
  width: 30%;
  font-weight: 600;
}

.green-panel .area-info-table th,
.green-panel .area-info-table td{
  border-bottom: 1px solid #4A8FA8;
}

.cafe-panel .area-info-table th,
.cafe-panel .area-info-table td{
  border-bottom: 1px solid #4A8FA8;
}

.cafe-menu-box{
  width: calc(100% - 20px);
  margin: 30px auto 0;
  padding: 15px;
  background: #F7F6F2;
  box-sizing: border-box;
}

.cafe-menu-box h3{
  margin-bottom: 10px;
}

.cafe-menu-box ul{
  padding-left: 20px;
}

.cafe-menu-box li + li{
  margin-top: 5px;
}

.cafe-note{
  margin-top: 10px;
}

.cafe-menu-list{
  list-style: none;
  padding: 0;
}

.cafe-menu-list li{
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 10px 0;
  border-bottom: 1px dashed rgba(26,26,24,0.2);
}

.menu-name{
  flex: 1;
}

.menu-price{
  margin-left: 10px;
  white-space: nowrap;
}

.park-summary-section{
  padding-top: 50px;
  padding-bottom: 50px;
}

.park-summary-block h2{
  position: relative;
  margin-bottom: 30px;
  padding: 0 20px 0 0;
}

.park-summary-block h2 .ja-title{
  position: relative;
  z-index: 2;
}

.park-summary-block h2 .EN-Alt{
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(127,127,127,0.2);
  line-height: 0.8;
}

.park-summary-table{
  width: 100%;
  border-collapse: collapse;
}

.park-summary-table th,
.park-summary-table td{
  padding: 15px 10px;
  border: 1px solid rgba(26,26,24,0.15);
  text-align: left;
  vertical-align: top;
  background: #F7F6F2;
}

.park-summary-table th{
  width: 30%;
  font-weight: 600;
}

/* ===================================================
	PARK responsive
=================================================== */

/* ===== base width adjust ===== */
.park-map-image,
.wrap-tab{
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  box-sizing: border-box;
}

.tab-photo{
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
}

.tab-heading,
.tab-copy,
.area-info-table,
.cafe-menu-box{
  width: calc(100% - 20px);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.area-info-table{
  margin-top: 30px;
}

.cafe-menu-box{
  margin-top: 30px;
}

.park-summary-block{
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* ===== tablet ===== */
@media screen and (min-width: 768px){
  .park-fv{
    height: 300px;
  }

  .park-map-image,
  .wrap-tab{
    width: calc(100% - 60px);
  }

  .park-intro{
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .park-map-section{
    padding-bottom: 60px;
  }

  .park-map-image img{
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .list-tab li{
    padding: 20px 10px;
  }

  .tab-content{
    padding: 40px 30px;
  }

  .tab-photo,
  .tab-heading,
  .tab-copy,
  .area-info-table,
  .cafe-menu-box{
    max-width: 900px;
  }

  .tab-photo img{
    aspect-ratio: 16 / 9;
  }

  .tab-heading{
    margin-top: 40px;
  }

  .tab-copy{
    margin-top: 30px;
  }

  .area-info-table th{
    width: 180px;
  }

  .park-summary-section{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* ===== desktop ===== */
@media screen and (min-width: 1025px){
  .park-fv{
    height: 400px;
  }

  .park-map-image,
  .wrap-tab{
    width: calc(100% - 80px);
  }

  .park-intro{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .park-map-section{
    padding-bottom: 70px;
  }

  .tab-content{
    padding: 50px 40px;
  }

  .tab-photo,
  .tab-heading,
  .tab-copy,
  .area-info-table,
  .cafe-menu-box{
    max-width: 840px;
  }

    .tab-photo{
        margin: 0 auto;
    }
    
  .tab-heading{
    margin-top: 40px;
  }

  .tab-copy{
    margin-top: 30px;
  }

  .park-summary-section{
    padding-top: 70px;
    padding-bottom: 70px;
  }
}