@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
*{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
}

html {
    font-size: 100%;
}

body {
    
    font-family: 'Hiragino Sans', 'Noto Sans JP', sans-serif;
    font-weight: 300;
    line-height: 1.4;

}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}



/* bar */
.header-logo {
    height: 20px;
}

.page-header {
    background: #222222;
    position: fixed;
    width: 100%;
    height: 3em;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding:  1em;
}


.menu {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    list-style: none;
    text-align: center;
    
}
.menu li {
    margin-left: 36px;
    margin-right: 0px;
}
.menu a {
    color: #9d9d9d;
}
.menu a:hover {
    color: #ffffff;
}

.menu-current{
    color: #ffffff;
}



/*footer*/
.site-footer{
    background: #222222;
    padding: 20px 4% 40px 4%;
    width: 100%;
    margin-top :2em;
    /*margin-top: auto; 下部固定用*/
}
.copyright{
    color: #9d9d9d;
    font-size: 1rem;
    text-align: center;
}

.background{
    position: relative;
    margin-bottom: 0;
    padding-bottom: 40%;
}

p{
    margin-top: 0.5em;
}

.icons{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo{
    width:60px;
    margin: 0 10px;
}

.line-logo{
    width: 80px;
}

/*text-block*/

.header-img{
    width: 100%;
    height: 500px;
    object-fit: cover; /*IE,Edge非対応*/
}

/*.wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 4px;
    以下 フッター下部固定用 https://scramblenote.com/article/css-footer-placement
    display: flex;
    flex-direction: column;
    min-height: 100vh;

}*/

.text-block{
    padding: 1em 15%;
    margin-top: 0;
}

.top-section{
    padding-top: 5em;
}

.text-block h1{
    margin: 0 0%;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #9d9d9d;
    padding: 0 2%;
    font-size: 200%;
    font-weight: 700;
}

.text-block h2{
    white-space: nowrap;
    border-style: solid;
    border-width: 0px 0px 3px 6px;
    border-color: #222222;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 180%;
    font-weight: 500;

}

.active-time h3{

    margin: 1% 3%;
    margin-top: 0.6em;
    padding: 0.3em 0.5em;
    font-size: 125%;
    font-weight: 500;
    background-color: #222222;
    color: #ffffff;
}

.text-block p{
    padding: 0 5%;
    padding-top: 0.7em;
}

.important {
    font-size: 125%;
    font-weight: 400;
    background-color: #00FFFF;
}

.active-time p{
    padding: 0 5%;
    padding-top: 0%;
}

.gmap{
    width:800px;
    height:320px;
    margin: 0 auto;
}

.YouTube {
    width: 560px;
    height:315px; 
}

.link-list ul{
    padding: 10px 0;;
    font-size: 125%;
    font-weight: 400;
    line-height: 1.7;
}

.events h3{
    font-weight: 400;
    font-size: 125%;
    margin: 1em;
    color: #ffffff;
    background-color: #222222;
    padding:5px;
    align-items: center;

}



/*レスポンシブ改行*/
.responsive-1,
.responsive-2{
    display: none;
}
.active-time span{
    line-height: 0.1em;
    margin-left: 10px;
}

.text-block ul{
    list-style-type: square;
    margin: 0 10%;
}

/*tablet*/

@media screen and (max-width: 1024px){
    .gmap{
        width:100%;
        height:250px
    }
}

/*mobile*/

@media screen and (max-width: 768px){
    
    /* bar */
    .header-logo {
        height: 20px;
        margin-bottom: 1em;
    }
    
    .page-header {
        background: #222222;
        position: fixed;
        width: 100%;
        height: 3em;
        display: block;
        overflow: hidden;
        justify-content: space-between;
        align-items: center;
        padding:  1em;
    }
    


    .head{
        display: flex;
        justify-content: space-between;
        margin: 0 5%;
        height: 1rem;
    }
    
    .menu {
        display: block;
        margin: 1em 0 0 0;
        font-size: 2rem;
        list-style: none;
        text-align: center;
    }
    .menu li {
        margin: 0.5rem 20%;
        padding: 0.5rem 0;
        border-style: solid;
        border-width: 0px 0px 2px 0px;
        border-color: #9d9d9d;

    }

    .burger{
        position: relative;
        width: 20px;
        height: 16px;
    }
/*以下ハンバーガーメニューコピペ*/
    .burger span,
    .burger:before,
    .burger:after {
      position: absolute;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #ffffff;
    }

    .burger:before,
    .burger:after{
        content: '';
    }

    .burger span {
        top: 50%;
        margin: -1px 0 0 0;
    }
    .burger:after {
        bottom: 0;
    }

    /*多分推されたとき*/
    header.on{
        height: 100%;
        background-color: #222222f0;
    }
    header.on .burger span {
        display: none;
    }

    header.on .burger:before {
        top: 50%;
        margin: -1px 0 0 0;
        transform: rotate(45deg);
    }
    header.on .burger:after {
        top: 50%;
        margin: -1px 0 0 0;
        transform: rotate(-45deg);
    }

    /*text-block*/
    .header-img{
        width: 100%;
        height: 250px;
        object-fit: cover; /*IE,Edge非対応*/
    }
    
    .text-block{
        padding: 1em 7%;
        margin-top: 0;
    }
    
    .top-section{
        padding-top: 5em;
    }
    
    .text-block h1{
        margin: 0 0%;
        border-style: solid;
        border-width: 0px 0px 2px 0px;
        border-color: #9d9d9d;
        padding: 0 2%;
        font-size: 175%;
        font-weight: 700;
    }
    
    .text-block h2{
        white-space: nowrap;
        border-style: solid;
        border-width: 0px 0px 3px 0px;
        border-color: #222222;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 0px;
        font-size: 150%;
        font-weight: 500;
        text-align: center;
    
    }
    
    .active-time h3{
    
        margin: 1% 3%;
        margin-top: 0.6em;
        padding: 0.3em 0.5em;
        font-size: 100%;
        font-weight: 500;
        background-color: #222222;
        color: #ffffff;
    }
    
    .text-block p{
        padding: 0 5%;
        padding-top: 0.7em;
    }
    
    .active-time p{
        padding: 0 5%;
        padding-top: 0%;
    }

    .gmap{
        width:100%;
        height:250px
    }
    .YouTube{
        width: 100%;
        margin: 10px auto;
    }

    .responsive-1,
    .responsive-2{
        display: block;
    }
    .link-list ul{
        padding: 10px 0;;
        font-size: 100%;
        font-weight: 400;
        line-height: 1.7;
    }



}
