@charset "UTF-8";
body{
    font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;}
img{max-width: 100%; height: auto;}
/* h2,h3{ font-weight: bold;} */
p{line-height: 1.8;}
a{transition:0.5s; color: #000;}
a:hover{opacity: 0.7;color: #000;}
iframe {width: 100%;}
body {
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
#header {
    display: flex;
    padding: 5px 10px;
    height: 65px;
    align-items: center;
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}
#header.header-shadow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
nav ul{
	list-style: none;
	display: flex;
	justify-content: center;
}
nav ul ul{
	display: block;
}

nav ul li{
	position: relative;
}
nav ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 15px 35px;
    transition: all .3s;
    font-size: 20px;
    text-align: center;
}
#header .logo a img {
    width: 290px;
}
@media screen and (max-width:1300px){
#header .logo {
    position: relative;
    z-index: 9999;
}
#header::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
#g-nav {
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all 0.6s;
    right: 0;
    margin: 0;
}
#g-nav.panelactive{
    top: 0;
}
#g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 95%;
    height: 90vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav ul {
    margin: 60px auto 0;
    padding: 20px 0 0;
    background-color: rgba(255, 255, 255, 0.9);
    height: 90vh;
    width: 95%;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
nav{
    padding: 0;
}
nav ul{
    display: block;
}
.openbtn {
    position: fixed;
    z-index: 9999;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background: #7cbc64;
    border-radius: 5px;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 12px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 30px;
}
.openbtn::before {
    content: "close";
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
    transition: 0.4s;
    opacity: 0;
}
.openbtn.active::before {
    transition: 0.4s;
    opacity: 1;
}
.openbtn span:nth-of-type(1) {
	top: 15px;
}
.openbtn span:nth-of-type(2) {
	top: 27px;
}
.openbtn span:nth-of-type(3) {
	top: 39px;
}

.openbtn.active span:nth-of-type(1) {
    top: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 25px;
    left: 15px;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 28px;
    transform: translateY(-6px) rotate(45deg);
    width: 25px;
    left: 15px;
}
}
#mainvisual {
    margin-top: 65px;
    position: relative;
}
.slider {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0 auto;
    width: 95%;
}
.slider-item img {
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.slider, .slider-item, .slider-item img {
    height: auto;
    object-position: 30%;
    border-radius: 40px;
    background: #fff;
}
.slick-dots {
    position: relative;
    z-index: 3;
    margin: -25px 0 0 0;
    padding: 0;
    text-align: center;
}
.slick-dots li {
    display:inline-block;
	margin:0 8px;
}
.slick-dots > li:first-child:last-child {
    opacity: 0;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: #fff;
    border: none;
}
.slick-dots .slick-active button {
    background: #7cbc64;
}
.slick-prev, .slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    height: 25px;
    width: 25px;
}
.slick-prev {
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right:2.5%;
    transform: rotate(45deg);
}
.wrap {
    background-image: url(../img/bg-mv-bottom.png);
    background-size: cover;
    background-position-y: 12rem;
    background-position-x: center;
    background-repeat: no-repeat;
}
section {
    padding: 3rem 0;
}
#intro {
    color: #fff;
    text-align: center;
}
h2.ttl {
    font-size: 22px;
    margin-bottom: 1rem;
    line-height: 1.8;
    color: #59c0d8;
}
h2.ttl::after {
    content: "";
    background-image: url(../img/deco-ttl2.png);
    display: block;
    width: 85px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 1rem auto 0;
}
#intro h2{
    color: #fff;
}
#intro h2.ttl::after {
    background-image: url(../img/deco-ttl.png);
}
.youtube {
    border: 10px solid #e2ddd3;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.youtube iframe,.youtube video {
    width: 100%;
    aspect-ratio: 16/9.2;
    height: auto;
    border: 5px solid #fff;
    margin-bottom: -6px;
}
#play {
    margin-top: 3rem;
    position: relative;
    overflow: hidden;
    padding-bottom: 1rem;
}
#play::after {
    content: "";
    display: block;
    background: #e8f6f9;
    border-top-left-radius: 80%;
    border-top-right-radius: 80%;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
    overflow: hidden;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
h2.ttl.en {
    font-weight: 900;
    font-size: 35px;
    text-align: center;
    line-height: 1;
    margin-bottom: 5px;
}
h2.ttl.en + span {
    display: block;
    margin: 0 auto 1rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}
.playmap {
    background: #fff;
    padding: 1rem;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#facility {
    position: relative;
    background-image: url(../img//bg-facility.png);
    background-size: cover;
    background-position: right;
}
#facility::before {
    content: "";
    background-image: url(../img/facility-top.png);
    display: block;
    width: 100%;
    height: 8rem;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -3rem;
}
.facilitymap {
    padding: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 2rem;
    background: #fff;
}
#facility div.col-md-6 {
    display: block;
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    text-decoration: none;
    margin-bottom: 1rem;
    text-align: center;
}
#facility div.col-md-6:hover{
    opacity: 1;
}
#facility div.col-md-6 figure {
    overflow: hidden;
    border-radius: 10px;
}

#facility div.col-md-6 figure img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 10px;
}
#facility div.col-md-6 h3 span.num {
    background: #ed853e;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#facility div.col-md-6 h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
}
h2.ttl.en.d-flex::after {
    display: none;
}
h2.ttl.en.d-flex {
    margin-bottom: 1rem;
    align-items: center;
    gap: 0 15px;
}
h2.ttl.en.d-flex span {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 3px;
}
.accordion {
    margin: 2rem 0 0;
    border: 1px solid #999999;
    border-radius: 5px;
}
p.tag,a.tag {
    margin: 0;
    background: #ef4545;
    color: #fff;
    width: 155px;
    text-align: center;
    border-radius: 30px;
    position: absolute;
    top: -15px;
    font-size: 16px!important;
}
a.tag.e-all {
    background: #fd4790;
}
p.tag.agricultural ,a.tag.e-agricultural{
    background: #a987cc;
}

p.tag.food,a.tag.e-food {
    background: #6d3713;
}

p.tag.citizen-farm ,a.tag.e-citizen-farm {
    background: #00ced8;
}

p.tag.park,a.tag.e-park {
    background: #43a355;
}

p.tag.insect-dome,a.tag.e-insect-dome {
    background: #ff8500;
}
.accordion summary {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 1em;
    cursor: pointer;
    gap: 0 10px;
}
.accordion summary::-webkit-details-marker {
    display: none;
}
.accordion summary::before, .accordion summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #000;
    content: '';
    position: absolute;
    right: 1em;
}

.accordion summary::before {
    position: absolute;
    right: 1em;
    rotate: 90deg;
}

.accordion summary::after {
    transition: rotate .3s;
}

.accordion[open] summary::after {
    rotate: 90deg;
}
.accordion .answer {
    transform: translateY(-10px);
    opacity: 0;
    padding: 1rem;
    transition: transform .5s, opacity .5s;
    border-top: 2px dotted #999;
    width: 90%;
    margin: 0 auto;
}
.accordion .answer span {
    font-size: 20px;
    font-weight: 900;
}
.accordion[open] .answer {
    transform: none;
    opacity: 1;
}
a.link-btn {
    display: block;
    width: 280px;
    margin: 1rem auto 0;
    color: #fff;
    border-radius: 70px;
    font-size: 16px;
    position: relative;
    transition: 0.5s;
    background: linear-gradient(45deg, #86d408 0%, #3bb500 100%);
    background-size: 200% auto;
    background-position: 1% 50%;
    transition: background-position 0.5s ease-out, color 0.3s;
    text-align: center;
    padding: 20px 0;
    text-decoration: none;
}
a.link-btn:hover,nav ul li a.contact:hover{
    opacity: 1;
    transition: 0.5s;
    background-position: 99% 50%;
}
#access {
    background: #e8f6f9;
    padding-bottom: 0;
}
#access h3 {
    color: #59c0d8;
    font-size: 20px;
    border-bottom: 1px solid #000;
    margin-top: 3rem;
    width: 80%;
    margin-left: auto;
    position: relative;
}
#access h3::before {
    content: "";
    background-image: url(../img/ico-car.png);
    display: block;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -65px;
    top: -25px;
}
#access h3.bus::before{
    background-image: url(../img/ico-bus.png);
}
.col-xl-6.map {
    padding: 0;
}
.col-xl-6.map iframe {
    margin-bottom: -6px;
}
#nearby h2.ttl.en{
    font-size: 24px;
}
#nearby img {
    border-radius: 30px;
}
#nearby h3 {
    margin: 1rem 0;
    font-size: 20px;
}
#nearby h3 span.n-text {
    background: #f0f2dd;
    color: #94a300;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 60px;
    margin-left: 1rem;
}
a.link-btn2 {
    display: block;
    color: #abc708;
    text-decoration: none;
    width: 300px;
    border: 2px solid;
    text-align: center;
    margin: 1rem auto 0;
    padding: 1rem 0;
    font-weight: bold;
    border-radius: 60px;
}
a.link-btn2:hover {
    background: #abc708;
    color: #fff;
    opacity: 1;
}
#footer {
    background: #f0f2dd;
    position: relative;
    margin-top: 3rem;
}
#footer::before {
    content: "";
    background-image: url(../img/footer-top.png);
    width: 100%;
    height: 15px;
    display: block;
    background-size: cover;
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
}

#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
    text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
    width: 50px;
    height: 50px;
}
#page-top {
	position: fixed;
	right: 10px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

#footer .logo img {
    width: 180px;
    display: block;
    margin: 0 auto;
}
#footer dt {
    background: #fff;
    color: #abc708;
    width: fit-content;
    padding: 2px 30px;
    border-radius: 50px;
    margin-bottom: 10px;
}
ul.f-nav {
    padding: 0;
    margin: 0;
}
ul.f-nav li a {
    text-decoration: none;
    display: block;
    padding: 5px;
}
ul.f-nav li {
    list-style-type: none;
}
ul.f-nav li a::before {
    content: "";
    display: inline-block;
    background-image: url(../img/ico-link.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: bottom;
    margin-right: 5px;
}
#footer section {
    padding-bottom: 1rem;
}
p.copyright.text-center {
    margin: 3rem 0 0;
}
#footer a.link-btn {
    margin: 1rem auto 1.5rem;
    width: 330px;
}

@media screen and (min-width:760px) {
.slider, .slider-item, .slider-item img {
    /* height: 40vh; */
    object-position: center;
}
#facility::before {
    background-size: cover;
    height: 13rem;
    position: relative;
    z-index: -4;
}
#facility {
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 0;
}
#facility .row {
    gap: 25px;
}
#facility div.col-md-6 {
    margin: 0;
    width: 48%;
}
#access h3 {
    width: 90%;
}
#nearby img {
    border-radius: 60px;
}
ul.f-nav {
    display: flex;
    flex-wrap: wrap;
}
ul.f-nav li {
    width: 50%;
}
}
@media screen and (min-width:1200px) {
#header .logo a img {
    width: 315px;
}

#mainvisual {
    margin-top: 70px;
}
.slider, .slider-item, .slider-item img {
    /* height: 85vh; */
    border-radius: 60px;
}
section {
    padding: 5rem 0;
}
h2.ttl {
    font-size: 35px;
    margin-bottom: 2rem;
    line-height: 1.6;
}
h2.ttl::after {
    width: 110px;
    height: 8px;
    margin-top: 2rem;
}
h2.ttl.en::after {
    margin: 1.5rem auto 1rem;
}
#intro h2 + p {
    font-size: 18px;
    margin-bottom: 3rem;
}
.youtube {
    border: 30px solid #e2ddd3;
    border-radius: 30px;
    max-width: 1000px;
    margin: 0 auto;
}
.youtube iframe,.youtube video {
    border: 10px solid #fff;
}
#intro{
    position: relative;
}
#intro::after,#intro::before {
    content: "";
    background-image: url(../img/deco-intro-l.png);
    display: block;
    width: 280px;
    height: 380px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 3%;
}
#intro::before {
    background-image: url(../img/deco-intro-r.png);
    left: auto;
    right: 3%;
    top: 6%;
}
.wrap {
    background-size: 120%;
    background-position-y: 11rem;
}
h2.ttl.en {
    font-size: 60px;
}
h2.ttl.en + span {
    font-size: 18px;
    margin-bottom: 2rem;
}
#play::after {
    margin-left: -300px;
    margin-right: -300px;
    padding-left: 300px;
    padding-right: 300px;
}
.playmap {
    padding: 3rem;
    border-radius: 100px;
    position: relative;
}
#facility::before {
    height: 20rem;
    margin: 0;
}
.facilitymap {
    max-width: 1000px;
    margin: 0 auto 4rem;
    border-radius: 30px;
}
#facility div.col-md-6 {
    width: 31.8%;
    padding: 1.5rem;
}
#facility div.col-md-6 figure img {
    aspect-ratio: 1 / 1;
}
#facility {
    background-size: 130%;
    padding-bottom: 8rem;
}
p.tag {
    position: unset;
}
#access {
    padding: 0;
}
#access .col-xl-6:nth-of-type(1) {
    padding: 5rem 3rem 5rem 5rem;
}
.col-xl-6.map iframe {
    height: 100%;
}
h2.ttl.en.d-flex span {
    padding-top: 15px;
}
#nearby h2.ttl.en {
    font-size: 35px;
}
#nearby h3 {
    margin: 2rem 0;
    font-size: 25px;
}
#nearby h3 span.n-text {
    font-size: 18px;
}
a.link-btn2 {
    width: 240px;
}
#footer .container {
    max-width: 980px;
}
#footer .logo img {
    width: 200px;
    margin: 0;
}
#footer dl {
    display: flex;
    align-items: flex-start;
    gap: 0 15px;
}
ul.f-nav{
    display: flex;
    flex-wrap: wrap;
}
ul.f-nav li {
    width: 50%;
}
ul.f-nav li:last-child {
    width: 100%;
}
ul.f-nav li a {
    padding: 10px 0;
}
#footer a.link-btn {
    width: 400px;
    margin: 1rem 0;
    font-size: 18px;
}
}

@media screen and (min-width:1300px) {
#header {
    align-items: center;
    justify-content: space-between;
    height: 70px;
}
#g-nav ul {
    padding: 0;
    margin: 0;
    align-items: center;
}
#g-nav {
    position: relative;
    padding-right: 170px;
}
nav ul li a {
    font-size: 16px;
    padding: 15px 13px;
}
nav ul li a.contact {
    display: block;
    color: #fff;
    border-radius: 70px 0 0 70px;
    position: relative;
    transition: 0.5s;
    background: linear-gradient(45deg, #86d408 0%, #3bb500 100%);
    background-size: 200% auto;
    background-position: 1% 50%;
    transition: background-position 0.5s ease-out, color 0.3s;
    text-align: center;
    position: absolute;
    right: -190px;
    top: -35px;
    width: 190px;
    padding: 20px 0;
}
}
@media screen and (min-width:1400px) {
/* #header .logo a img {
    width: 430px;
} */
#g-nav {
    padding-right: 220px;
}

nav ul li a.contact {
    width: 220px;
    right: -230px;
}
.slider, .slider-item, .slider-item img {
    /* height: 90vh; */
    border-radius: 70px;
}
section {
    padding: 6rem 0;
}
h2.ttl {
    font-size: 40px;
}
#intro h2 + p {
    font-size: 20px;
}
#intro::after, #intro::before {
    width: 350px;
    height: 480px;
}
.wrap {
    background-size: 100%;
    background-position-y: 13rem;
}
h2.ttl.en {
    font-size: 70px;
}
h2.ttl.en + span {
    font-size: 20px;
}
.playmap {
    text-align: center;
    border-radius: 300px;
}
.playmap img {
    width: 900px;
    margin: 0 auto;
}
.playmap::after,.playmap::before {
    content: "";
    background-image: url(../img/play-left.png);
    display: block;
    width: 330px;
    height: 570px;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: -25px;
}
.playmap::before {
    background-image: url(../img/play-right.png);
    left: auto;
    right: -7%;
    top: 5%;
}
#play::before {
    content: "";
    background-image: url(../img/deco-play-bottom.png);
    width: 90%;
    height: 180px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#play {
    padding-bottom: 3rem;
}
#facility::before {
    height: 24rem;
    margin: -3rem 0 0;
}
#facility {
    background-size: 130%;
    padding-bottom: 10rem;
}
.facilitymap {
    padding: 1.5rem;
}
#facility div.col-md-6 h3 {
    font-size: 24px;
}
#facility div.col-md-6 h3 span.num {
    font-size: 18px;
}
#facility .row {
    gap: 29px;
}
.accordion summary {
    font-size: 18px;
    padding: 1em 3em 1em 2em;
}
.accordion .answer {
    display: flex;
    align-items: baseline;
    gap: 0 20px;
}
a.link-btn {
    font-size: 18px;
    margin: 2rem auto 0;
}
.accordion summary::before, .accordion summary::after{
    right: 2em;
}
#access .col-xl-6:nth-of-type(1) {
    padding: 5rem 3rem 5rem 10%;
}
#access h3 {
    font-size: 24px;
}
#access h3::before {
    top: -20px;
}
.container {
    max-width: 1300px;
}
a.link-btn2 {
    width: 280px;
}
}

@media screen and (min-width: 1490px) {
#header .logo a img {
    width: 380px;
}
nav ul li a {
    padding: 15px 18px;
}
}

@media screen and (min-width:1600px) {
#header .logo a img {
    width: 500px;
}

h2.ttl {
    font-size: 45px;
}
.wrap {
    background-size: 100%;
    background-position-y: 10rem;
}
#play {
    margin-top: 5rem;
    padding-bottom: 8rem;
}
h2.ttl.en {
    font-size: 80px;
}
h2.ttl.en + span {
    font-size: 24px;
}
#play .container {
    max-width: 1500px;
}
.playmap img {
    width: 1000px;
}
.playmap {
    border-radius: 350px;
    padding-bottom: 4rem;
}
.playmap::after, .playmap::before {
    width: 420px;
    height: 660px;
}
.playmap::before {
    right: -10%;
}
#play::before {
    width: 80%;
    height: 200px;
}
#facility {
    background-size: 100%;
}
#facility::before {
    height: 30rem;
    margin: -7rem 0 0;
}
/* #facility div.col-md-6 h3 {
    font-size: 26px;
} */
#facility div.col-md-6 p {
    font-size: 18px;
}
.accordion .answer span {
    font-size: 30px;
}
#access h3 {
    font-size: 26px;
}
#access h2.ttl + p {
    font-size: 20px;
}
#access .col-xl-6 {
    font-size: 18px;
}
#nearby h2.ttl.en {
    font-size: 40px;
}
#nearby h3 {
    font-size: 30px;
}
#nearby h3 span.n-text {
    font-size: 20px;
}
a,p,li {
    font-size: 18px;
}
.accordion .answer p {
    font-size: 16px;
}
}

@media screen and (min-width:1700px) {
nav ul li a {
    font-size: 17px;
}
}
@media screen and (min-width:1900px) {
nav ul li a {
    padding: 15px 25px;
    font-size: 20px;
}
}

/* page */
#page_header {
    background: #e8f6f9;
    padding: 2rem 1rem;
    width: 95%;
    margin: 65px auto 0;
    border-radius: 20px;
}
h1.page-title {
    text-align: center;
    color: #59c0d8;
    font-weight: 600;
    font-size: 24px;
    margin: 0;
}
#page-content a {
    word-break: break-word;
}
h1.page-title::after{
    content: "";
    background-image: url(../img/deco-ttl2.png);
    display: block;
    width: 85px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 1rem auto 0;
}
.bread {
    margin: 10px 0;
}
.bread span,.bread a {
    text-decoration: none;
    padding: 0 3px;
}

.wp-block-group__inner-container {
    padding: 0 1rem;
}
#page-content {
    padding: 1rem 0;
}
h2.wp-block-heading {
    margin: 2rem 0 1rem;
    font-size: 22px;
    position: relative;
    padding: 3px 10px;
}
h2.wp-block-heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 5px;
  background: -webkit-repeating-linear-gradient(-45deg, #abc708, #abc708 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #abc708, #abc708 2px, #fff 2px, #FFF 4px);
}
h3.wp-block-heading {
    font-size: 20px;
    margin: 2rem 0 .5rem;
}
h3.wp-block-heading::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: #abc708;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: sub;
}
h4.wp-block-heading {
    margin: 2rem 0 .5rem;
    font-size: 18px;
    font-weight: bold;
    background: #f0f2dd;
    padding: 10px 15px;
    border-radius: 6px;
}
.snow-monkey-form {
    margin: 2rem 0 0;
}
.smf-item label strong {
    background: #DD3234;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    padding: 0 8px;
}
.smf-action .smf-button-control__control {
    background: #7cbc64;
    color: #fff;
    border: none;
    padding: 15px 40px;
}

@media screen and (min-width:760px) {
#page_header {
    padding: 4rem 1rem;
}
h1.page-title {
    font-size: 30px;
}
.wp-block-group__inner-container {
    max-width: 720px;
    margin: 0 auto;
}
}
@media (min-width: 992px) {
.wp-block-group__inner-container {
    max-width: 960px;
}
}
@media (min-width: 1200px) {
.wp-block-group__inner-container {
    max-width: 1140px;
}
#page_header {
    padding: 5rem 1rem;
    margin-top: 70px;
}
h1.page-title {
    font-size: 36px;
}
#page-content {
    padding: 2rem 0;
}
h2.wp-block-heading {
    font-size: 26px;
    margin: 3rem 0 1.5rem;
}
h3.wp-block-heading {
    font-size: 24px;
    margin: 2rem 0 1rem;
}
h4.wp-block-heading {
    margin: 2rem 0 1rem;
    font-size: 20px;
}
.snow-monkey-form {
    max-width: 1000px;
    margin: 3rem auto 0;
}
}
@media screen and (min-width: 1400px) {
.wp-block-group__inner-container {
    max-width: 1300px;
}
h1.page-title {
    font-size: 40px;
}
h2.wp-block-heading {
    font-size: 30px;
}
}
@media screen and (min-width:1600px) {
#page_header {
    padding: 6rem 1rem;
    border-radius: 40px;
}
}

.wp-block-accordion-heading__toggle::before,
.wp-block-accordion-heading__toggle::after {
    width: 3px;
    height: 15px;
    border-radius: 5px;
    background-color: #000;
    content: '';
    position: absolute;
    right: 1em;
    transition: 0.5s;
}
.wp-block-accordion-item.accordion {
    padding: 10px;
}
.wp-block-accordion-heading__toggle {
    position: relative;
}

.wp-block-accordion-heading__toggle::after {
    rotate: 90deg;
}

.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle::before {
    rotate: 90deg;
    transition: 0.5s;
}
.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
    text-decoration: none;
}
h3.wp-block-accordion-heading {
    font-size: 20px;
    margin: 0;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
    background-color: #f0f2dd;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    padding: 1rem;
    border-color: #ccc;
    border-left: 0;
    border-right: 0;
}
.smf-form .smf-select-control {
    width: 100%;
}
@media screen and (min-width:1200px){
    .wp-block-accordion-item.accordion {
        padding: 1.5rem 2rem;
    }
	h3.wp-block-accordion-heading {
    font-size: 24px;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    padding: 1.5rem;
}	
}
.wp-block-accordion-item.accordion ul {
    margin: 0;
    padding-left: 22px;
}

#pickup {
    background: #fff;
    padding: .5rem 1.5rem;
    border-radius: 60px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    width: 95%;
    margin: -1rem auto;
    position: relative;
    z-index: 1;	
    color: #666666;
}

#pickup h2 {
    color: #7cbc64;
    font-weight: bold;
    margin: 0;
    font-size: 22px;
}

#pickup p.date {
    margin-bottom: 0;
    margin-left: 1rem;
}

#pickup h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#pickup h3 a {
    color: #666666;
}
#events {
    position: relative;
}
#events::before {
    content: "";
    background-image: url(../img/event-top.png);
    width: 100%;
    height: 15px;
    display: block;
    background-size: cover;
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
}

ul.event-list {
    padding: 1rem;
    margin: 0;
    list-style-type: none;
}

ul.event-list li {
    margin-bottom: 1.5rem;
}

ul.event-list li a figure {
    overflow: hidden;
    margin-bottom: 5px;
}

ul.event-list li a figure img {
    transition: 0.5s;
    object-fit: contain;
    aspect-ratio: 1/1.414;
    background: #fff;
    width: 100%;
}

ul.event-list h3 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
ul.event-list a {
    text-decoration: none;
}

p.date {
    margin: 0;
	font-size: 16px;
}
ul.event-list li a:hover figure img {
    transition: 0.5s;
    transform: scale(1.2);
}

#news{
    background-image: url(../img/bg-news.png);
    background-size: 200%;
}
#news .container {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 95%;
    border-radius: 10px;
    padding: 2rem 1rem;
}
a.tag {
    position: unset;
    width: fit-content;
    padding: 0 20px;
    margin-right: 15px;
    text-decoration: none;
}
ul.news-list {
    padding: 0;
    margin: 0;
    border-top: 1px solid #000;
    list-style-type: none;
}

ul.news-list li {
    padding: 1rem;
    border-bottom: 1px solid;
}

ul.news-list li h3 {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

ul.news-list li h3 a {
    text-decoration: none;
}
.col-xl-6.calendar iframe {
    margin-top: 3rem;
}

.r-crowding.col-xl-6,a.r-link.col-xl-6 {
    background: #fff;
    text-decoration: none;
    text-align: center;
    border: 1px solid #59c0d8;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 10px;
    min-height: 120px;
}
.r-crowding.col-xl-6 h3 {
    color: #333333;
    font-size: 20px;
    margin-bottom: 10px;
}

a.r-link.col-xl-6 {
    background: #59c0d8;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
a.r-link.col-xl-6:hover {
    opacity: 1;
    background: #fff;
    color: #59c0d8;
    border: 1px solid #59c0d8;
}

@media screen and (min-width:760px){
	#pickup {
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
    width: 90%;
}
#pickup h3 {
    width: 60%;
    margin-left: 1rem;
}
	ul.event-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
		padding:0;
}
ul.event-list li {
    width: 48.5%;
	margin-bottom:0;
}
#news .container {
    padding: 2rem;
}

}
@media screen and (min-width:1200px){
#pickup {
    width: 1100px;
    color: #666666;
    padding: 1rem 3rem;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
}
#pickup h3 a {
    color: #666666;
}
#pickup h2 {
    font-size: 30px;
}
#pickup p,#pickup h3 {
    font-size: 20px;
	margin-left: 2rem !important;
}
ul.event-list{
    gap: 45px;
}
ul.event-list li {
		width: 30.6%;
}
#news .container {
    padding: 3rem 4rem;
    border-radius: 30px;
    width: 100%;
}
.col-xl-6.calendar iframe {
    margin-top: 0;
}
ul.event-list h3 {
    font-size: 20px;
}
ul.news-list li h3 a, ul.news-list li p {
    font-size: 16px;
}
#news {
    background-size: cover;
}
ul.news-list li{
    display: flex;
    align-items: center;
    padding: 1.5rem;
}
ul.news-list li p.date {
    width: 130px;
}
ul.news-list li h3 {
    width: 70%;
}
#play .reserve {
    max-width: 900px;
    margin: 0 auto 3rem!important;
    justify-content: space-between;
}

.r-crowding.col-xl-6, a.r-link.col-xl-6 {
    width: 48%;
    padding: 2rem;
}

a.r-link.col-xl-6 {
    font-size: 24px;
}

.r-crowding.col-xl-6 h3 {
    font-size: 22px;
}
}    

@media screen and (min-width: 1400px) {
ul.event-list {
    gap: 52px;
}
.event-inner{
    position: relative;
}
.event-inner::before,.event-inner::after {
    content: "";
    background-image: url(../img/deco-events-l.png);
    display: block;
    width: 9%;
    height: 70%;
    position: absolute;
    top: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    left: 0;
    background-position-x: right;
    background-position-y: top;
}
.event-inner::after {
    background-image: url(../img/deco-events-r.png);
    background-position-x: left;
    right: 0;
    left: auto;
}
#play .reserve{
    position: relative;
}
#play .reserve::before {
    content: "";
    background-image: url(../img/deco-play-bottom.png);
    width: 125%;
    height: 171px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -80%;
    left: -11%;
    right: 0;
    margin: 0 auto;
    transform: rotate(-180deg);
}
}

@media screen and (min-width: 1700px) {
.event-inner::before, .event-inner::after {
    width: 16%;
    height: 100%;
    top: 75px;
}
.r-crowding.col-xl-6 h3 {
    font-size: 24px;
}
a.r-link.col-xl-6 {
    font-size: 29px;
}
#play .reserve {
    max-width: 1100px;
}
}

/* archive */
nav.pagination {
    margin: 2rem auto 0;
    text-align: center;
}
.nav-links a,.nav-links span {
    display: inline-block;
    border: 1px solid #7cbc64;
    text-decoration: none;
    padding: 3px 10px;
    color: #7cbc64;
}
.page-numbers.current {
    background: #7cbc64;
    color: #fff;
}

/* single */
.post-inner {
    border: 4px solid #f0f2dd;
    padding: 2rem 1rem;
    border-radius: 20px;
}
h2.post-ttl {
    font-size: 22px;
}
.entry-pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
}

.entry-pager a {
    display: block;
    background: #f0f2dd;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 60px;
}
.entry-pager .next a::after, .entry-pager .back a::before {
    content: "";
    display: inline-block;
    background-image: url(../img/ico-link.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
    vertical-align: sub;
}
.entry-pager .back a::before {
    margin-left: 0;
    margin-right: 5px;
    transform: rotate(180deg);
}
img.thumbnail-img {
    max-width: 800px;
    margin: 0 auto 2rem;
    width: 100%;
}


@media screen and (min-width:760px) {
.post-inner {
    background: #fff;
    padding: 3rem 4rem;
}
}
@media screen and (min-width:1200px) {
h2.post-ttl {
    font-size: 26px;
}
.post-inner {
    border: 10px solid #f0f2dd;
    border-radius: 30px;
    padding: 4rem;
}
}
@media screen and (min-width: 1400px) {
    h2.post-ttl {
        font-size: 30px;
    }
}

#map {
    background-image: linear-gradient(#a5cc9b, #c9e2c3 80%, #ffffff);
    position: relative;
}
#map h2, #map h2 span {
    color: #fff;
}
#map .wp-block-column {
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
}

#map .wp-block-column img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 3/2;
    border-radius: 15px;
}

#map .wp-block-column h3 {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    margin-bottom: 1rem;
}

#map .wp-block-column .num {
    background: #ed853e;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#map .wp-block-column h3 small {
    font-size: 14px;
}
.wp-block-group.notice {
    padding: 1rem;
    border: 5px solid #a5cc9b;
    border-radius: 10px;
    background: #fff;
    margin-top: 2rem;
}
#map::before {
    content: "";
    background-image: url(../img/map-top.png);
    width: 100%;
    height: 15px;
    display: block;
    background-size: cover;
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
}
@media screen and (min-width:1200px){
#map .wp-block-column h3 small {
    font-size: 16px;
}
	#map .wp-block-column {
    padding: 1.5rem;
    border-radius: 25px;
}
	#map .wp-block-column img {
    border-radius: 20px;
}
	#map .wp-block-column p {
    padding: 0 1rem;
}
	.wp-block-group.notice {
    padding: 2rem;
    margin-top: 4rem;
}
}

.asobiba-inner {
    padding: 2rem 0;
    border-radius: 30px 30px 0 0;
}
.wp-block-image.playmap-img {
    margin-bottom: 3rem;
}
.asobiba-inner .wp-block-columns h3 {
    margin: 1rem 0;
    color: #abc708;
    font-size: 24px;
}
#asobiba{
    position: relative;
}
#asobiba::before {
    content: "";
    background-image: url(../img/asobiba-top.png);
    width: 100%;
    height: 15px;
    display: block;
    background-size: cover;
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
}

@media screen and (max-width:760px){
    .asobiba-inner .wp-block-columns {
        gap: 0;
        border-bottom: 2px dashed #ddd;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .asobiba-inner .wp-block-columns:nth-of-type(8) {
    border-bottom: 0;
}

}

.asobiba-inner .wp-block-columns h3::before {
    background: none;
    background-image: url(../img/ico-asobiba-ttl.png);
    background-size: contain;
    border-radius: 0;
    background-repeat: no-repeat;
    height: 30px;
    width: 25px;
}
.asobiba-inner .wp-block-columns figure img {
    border-radius: 15px;
}
.asobiba-inner .wp-block-columns figure {
    margin: 0;
}
@media screen and (min-width:1200px) {
.asobiba-inner {
    padding: 5rem 3rem;
    border-radius: 80px 80px 0 0;
}
.asobiba-inner .wp-block-columns {
    margin: 3rem 0;
}
.wp-block-image.playmap-img {
    margin-bottom: 8rem;
}
.asobiba-inner .wp-block-columns h3 {
    font-size: 29px;
}
.asobiba-inner .wp-block-columns h3::before {
    height: 35px;
    width: 30px;
}
}

@media screen and (max-width: 760px) {
ul.f-nav {
    display: flex;
    flex-wrap: wrap;
}
ul.f-nav li{
    width:50%;
    line-height:2;
}
ul.f-nav li a{
    font-size:15px;
    padding:5px 0;
}
ul.f-nav li:last-child{
    width:100%;
}
}

#map .wp-block-column h3 small {
    font-size: 14px;
    background: #ffeadb;
    color: #ed853e;
    padding: 5px 10px;
    border-radius: 60px;
    margin-left: -1rem;
}
@media screen and (max-width:760px){
	#map .wp-block-column h3 {
    font-size: 22px;
}
}
@media screen and (min-width:1200px){
#map .wp-block-column h3 small {
	font-size: 16px;
	}
}

.flow-box {
    background: #f0f2dd;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    margin-top: 3rem;
    position: relative;
}
.flow-box .wp-block-group__inner-container {
    padding: 0;
}
.flow-box::after {
    background-color: #eee;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 25px;
    width: 120px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    margin-top: 20px;
    bottom: -40px;
}
.flow-box:last-child::after {
    display: none;
}
.flow-box h3.wp-block-heading::before {
    display: none;
}
.flow-box h3.wp-block-heading {
    margin: 0 0 1rem;
}
.flow-box p.number{
    background: #abc708;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin-bottom: 10px;
}
@media screen and (max-width:760px){
.wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-8f761849.wp-block-group-is-layout-flex, .wp-block-group.has-custom-css.is-horizontal.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-68a6192b.wp-block-group-is-layout-flex.wp-custom-css-7076ea90 {
    display: block;
}    
}
.flow-box ol li {
    margin-bottom: 2rem;
}

.flow-box  figure {
    margin: 1rem 0 0;
    text-align: center;
}
.flow-box figcaption{
	text-align:center;
}
@media screen and (min-width:1200px){
.flow-box {
    padding: 3rem;
    margin-top: 4rem;
}
.flow-box p, .flow-box li {
    font-size: 20px;
}
.flow-box h3.wp-block-heading {
    margin: 0 0 2rem;
}

.flow-box p.number {
    width: 60px;
    height: 60px;
    font-size: 30px;
    margin: 0 0 2rem;
}

.flow-box::after {
    height: 35px;
    width: 130px;
    bottom: -55px;
}
	.wp-block-group.flow-inner {
    padding: 0 4rem;
}
	.flow-box ol li {
    margin-bottom: 3rem;
}
}