@charset "UTF-8";



body {
    font-family: "筑紫A丸ゴシック""tikushiAmarugosikku" "Zen Maru Gothic",
        sans-serif;
    background : #ffff;    
}

p {
    line-height: 175%;
    font-family: "Zen Maru Gothic", sans-serif;
}
header {
    width: 0 auto;
    background-color: #f2ddb9;
}

header a {
    font-size: 24px;
    transition: all 0.5s;
}

header a:hover {
    color: #03d9cb;
}




.logo {
    padding-top: 67px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 67px 0 52px 0;
    margin: 0 auto;
    width: 1000px;
    }




header ul {
    width: 1000px;
    font-family: "Zen Maru Gothic", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 54px 0 28px; 
    margin: 0 auto;   
}

header a {
    text-decoration: none;
    color: #70847a;
    font-size: 24px;
}

.main-visual{
    width: 100%;
    text-align: center;
}

h2 {
    text-align: center;
    padding-bottom: 30px;
}

.notice {
    text-align: center;
    padding: 73px 0 130px 0;
}

.concept {
    /* display: flex; */
    /* justify-content: space-between; */
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0;
    line-height: 1,8;
    background-image: url(./image/kids\ space\ .png),url(./image/tennnai.png);
    background-repeat: no-repeat;
    background-position: left,right;

}


.concept-text {
    text-align: center;
}

.menu {
    padding-top: 130px;
}

.menu-wrapper {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}

.menu-wrapper p {
    text-align: center;
}

.menu2 {
    text-align: center;
    padding: 21px 0 130px 0;
}

.event-wrapper {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 130px;
}

.event-wrapper{ background: #ffff; }
.event-wrapper img:hover{
    opacity: 0.5;
    transition: 0.3s;
}

.event-wrapper p {
    text-align: center;
}

.access {
    text-align: right;
}

.access-text {
    text-align: center;
    padding: 0 143px 90px ;
}

.access-text li {
    line-height: 3.5;
    list-style: none;
}

.access-text ul li {
    padding: 8%;
}

.access-text ul {
    padding-bottom: 40px;
}

.contact {
    background-color: #fbf205;
    border-radius: 30px;
    padding: 10px;
    transition: all 0.5s;
    text-align: center;
}

.contact a {
    text-decoration: none;
}

.contact:hover {
    background-color: #f6acdb;   
}

.access-map {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: auto;
}

.address {
    line-height: 1.3;
    padding: 15px 0 90px;
}

.access-text {
    padding: 0 0;
}

footer{
    width: 0 auto;
    background-color: #f2ddb9;
}

footer ul {
    font-family: "Zen Maru Gothic", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 54px 0 28px;
    width: 1000px;
    margin: 0 auto;
    list-style: none;
}

footer a {
    text-decoration: none;
    color: #70847a;
    font-size: 24px;
    transition: all 0.5s;
}

footer a:hover{
    color: #03d9cb;
}

footer p {
    text-align: center;
    padding: 30px 0 24px 0;
}

/* ここからタブレットサイズ */

@media screen and (max-width: 959px){
 
header {
    /* background-position: 0 aut; */
    width: 100%;
    }  
    
 h1 {
    width: 100%;
    font-size: 36px;
    }
.logo {
    width: 100%;
}    

p {
    font-size: 18px;
    }

nav  {
    width: 100%;
} 

nav a {
  font-size: 18px;
}

element style {
    width: 50%;
}

header ul {
    width: 100%;
    
}


.main-visual img {
    width: 100%;
    display: block;
}

h2 {
   font-size: 48px;
}

.notice p {
   font-size: 14px;
}


.concept {
    padding: 300px 0 0 0 ;
    background-image: url(./image/kids\ space\ .png), url(./image/tennnai.png);
    width: 100%;
    background-size: 20%;
}


.menu {
    padding: 130px 0 30px 0;
}


.menu-wrapper {
    width: 100% ;
    display: block;
    text-align: center;
    image-rendering: pixelated;
}

.menu-wrapper p {
    padding-bottom: 20px;
}

.menu2 {
    size: 14px;
}

.event-wrapper {
    width: 100%;
    display: block;
    text-align: center;
}

.event-wrapper p {
    padding-bottom: 20px;
}


.access-map {
    width: 100%;
    display: block;
    text-align: center;
}

.access-text ul li {
    padding: 0 0 30px 0;
}

.contact {
     width: 270px;
     margin: 0 auto;
     margin-bottom: 30px;
 }
 

footer {
    font-size: 12px;
}

footer ul {
    width: 100%;
    padding: 30px 20px;
}

footer ul a {
    font-size: 18px;
}

}

/*ここからSPサイズ（画面の横幅が559pxまで）*/

@media screen and (max-width: 559px) {

    /* ハンバーガーメニュー */

   html {
    overflow-x: hidden;
   }

   #header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
   }

   header a  img {
    width: 50%;
    padding: 0 20px 0 10px;
   }

   #header .active {
    background-color: #aaf8de;

   }

 
   /* 非アクティブ */


   #html {
    /* background-color: gray; */
    width: 32px;
    height: 28px;
    cursor: pointer;
    position: fixed;
    z-index: 30;
    right: 30px;
   }


   #html span {
    width: 32px;
    height: 3px;
    display: block;
    background-color: #70847a;
    border-radius: 2px;
    position: absolute;
    transition: .2s;
   }

   #html span:first-child {top: 0;}
   #html span:nth-child(2) {top: 12px;}
   #html span:last-child {top: 24px;}

   nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    max-width: 400px;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: rgb(246, 249, 204);
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition-property: all;
    transition-duration: .2s;
   }

   nav ul li a {
    background-color: #cbf3f7;
    display: block;
    margin: 20px 0;
   }

   /* アクティブ */

   .active #html span:first-child{
    top: 12px;
    transform:rotate(45deg)
   }

   .active #html span:nth-child(2){
    opacity: 0;
   }

   .active #html span:last-child {
    top: 12px;
    transform: rotate(-45deg);
   }

   .active nav {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
   }

   .active::before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    background-color: black;
    width: 100vw;
    height: 100vh;
    opacity: 0.4;
    z-index: 10;
   }

    h1 {    
        font-size: 30px;
        padding: 13px;
    }

    header {
        width: 100%;
        height: 100px;
    }


    header h1 {
        width: 100%;
        padding: 30px 0 0 20px;
    }

    header ul {
        width: 50%;
        padding: 30px 20px;
        display: block;
    }

    header ul a {
        /* width: 100%; */
        font-size: 18px;
        text-align: center;
        padding: 10px 0;
    }

    header img {
        max-width: 100%;
        padding: 0 90px 0;
    }

    .main-visual img {
        width: 100%;
        max-width: 100%;
        text-align: center;
        display: block;
        position: absolute;
    }

    .notice {
        padding-top: 330px;
    }

    h2 {
        font-size: 38px;
    }

    p {
        font-size: 15px;
        width: 100%;
        margin: 0 auto;
    }

    .concept {
        padding: 0;
        background-image: url(./image/kids\ space\ .png), url(./image/tennnai.png);
        background-position: top 40px left 50% ,bottom;
        background-size: 50%;
        display: flex;
        align-items: flex-end;    
    }

    .concept img {
        width: 100%;
        padding: 0 20px;
    }

    .concept p {
        padding: 250px 24px 280px;
        font-size: 12px;
        width: 100%;
    }
    .concept br {
        display: none;
    }

    .concept-text {
        width: 100%;
        /* height: 720px; */
    }
      

    .menu {
        /* padding-top: 45px; */
        padding-bottom: 75px;
    }   

    .menu-wrapper p {
        padding-bottom: 50px;
    }

    .menu2 {
        padding-top: 0;
    }
    
    .event-wrapper p {
        padding-bottom: 50px;
    }

    .contact{
        width: 200px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .contact p {
        width: 180px;
        font-size: 15px;
    }

    .access-text ul li {
        padding: 30px 0 0 0;
    }

    iframe{
        max-width: 100%;
    }

    .map {
        position: relative;
    }

    footer ul {
        width: 100%;
        padding: 30px 20px;

    }

    footer ul a {
        font-size: 12px;
    }
    
    footer p {
        padding: 0 0 30px 0;
        font-size: 10px;
    }
    
}
