@charset "utf-8"; @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap'); /*
font-family: 'Noto Sans JP', sans-serif;
*/
img{
width:100%;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, Meiryo, "MS PGothic", sans-serif;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-size: 1.6rem;
    /* 16px*/
    line-height: 1.625;
    color: #3f3f3f;
    word-break: break-word;
}


#fv{
    position: relative;
}

#fv .fv_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    position: relative;
    max-width: 1400px;
/*     margin: 60px auto 0; */
    padding: 0px 20px;
}

#fv .fv_inner .logo{
    z-index: 1;

}
#fv .fv_inner .fv_text{
width: 100%;
}
#fv .fv_inner .logo{
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 40px;
}

#fv .fv_inner .fv_img{
/*    margin-top: -40px;*/
    margin-top: 0px;
}

#fv .fv_inner .fv_text .site_name{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 80px;
}
#fv .fv_inner .fv_text h1{
    font-size: 3.6rem;
    font-weight: bold;
    margin-top: 40px;
    text-align: left;
}
#fv .fv_inner .fv_text p{
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
}


main section{
    margin: 120px auto 130px;
    max-width: 1280px;
    padding: 0px 20px;
}

main section h2{
    font-size: 3.6rem;
    font-weight: bold;
    position: relative;
    display: flex;
}

main section h2:before{
    content: "";
    display: inline-block;
    width: 10px;
    border-left: 7px solid #3f3f3f;
    vertical-align: middle;
    margin-right: 20px;
    padding-bottom: 0px;
    height: auto;

}
main section img{
    margin: 40px auto 0px;
    max-width: 100%;
    height: auto;
}
main section h3{
    margin-top: 35px;
    font-size: 2.4rem;
    font-weight: bold;
}
main section h4{
    margin-top: 35px;
    font-size: 2.0rem;
    font-weight: bold;
}
main section p{
    margin-top: 35px;
    font-size: 1.6rem;
    line-height: 1;
    text-align: justify;
}

main section .link{
    margin-top: 15px;
}
main section .link a{
    font-size: 1.6rem;
    line-height: 1.875;
}

footer{
    width: 100%;
    background-color: #eee;
    margin: 120px auto 0px;

}
footer .inner{
    max-width: 1400px;
    padding: 80px 20px;
    text-align: left;
    font-size: 1.4rem;
margin: auto;
}
footer .inner ul {
    margin-top: 40px;
}
footer .inner ul li{
}
footer .inner ul li a{
    font-size: 1.4rem;
    color: #2f2f2f;
    display: block;
    word-break: break-word;
    padding: 5px 0px;
}

footer small{
    margin-top: 20px;
    display: block;
}

.gmap-wrap{
    max-width: 100%;
    margin-top: 40px;
    }
    
.gmap {
    position: relative;
    width: 100%;
    padding-top: 600px;
}
    
.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;

}

.link_block{
    margin-top: 15px;
}


iframe.yt {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}

.menu{
    height: 26px;
    position: fixed;
    left: 20px;
    top: 20px;
    width: 36px;
    z-index: 99;
    cursor: pointer;
}
.menu span{
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu span:nth-of-type(2){
    top: 12px;
}
.menu span:nth-of-type(3){
    bottom: 0;
}
.menu span:nth-of-type(1).active{
    top: 11px;
    transform: rotate(45deg);
    background: #fff;
}
.menu span:nth-of-type(2).active{
    transform:scaleX(0);    background: #fff;

}
.menu span:nth-of-type(3).active{
    bottom: 13px;
    transform: rotate(135deg);
    background: #fff;
}
/*gnav*/
.gnav{
    background: rgba(0,0,0,0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    top: 0;
    word-break: break-word;
    overflow-y: auto;

}
.gnav__wrap {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    position: absolute;
    width: 100%;
    margin-top: 80px;
    padding-top: 20px;
}

.gnav__menu li{
    margin: 40px 0;
}
.gnav__menu li a{
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    transition: .5s;
    display: block;
}
.gnav__menu li a:hover{
    color: #666;
}

.no_scrolling {
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    overscroll-behavior: none;
    height: 100%;
}

@media screen and (max-width: 950px) {
    #fv .fv_inner .logo {
        /*background: #fff;*/
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 20px;
    }
    #fv .fv_inner .logo img{
        max-width: 80%;
        height: auto;
        margin: auto;
    }
    #fv .fv_inner .fv_text h1 {
        font-size: 2.2rem;
        font-weight: bold;
        margin-top: 20px;
        text-align: left;
    }
    #fv .fv_inner .fv_text p {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: left;
        margin-top: 20px;
    }
    main section h2 {
        font-size: 2.0rem;
        font-weight: bold;
        position: relative;
        display: flex;
    }
    main section h3 {
        margin-top: 20px;
        font-size: 2.1rem;
        font-weight: bold;
    }
    main section h4 {
        margin-top: 10px;
        font-size: 1.8rem;
        font-weight: bold;
    }
    main section p {
        margin-top: 20px;
        font-size: 1.5rem;
        line-height: 1;
        text-align: justify;
    }
    main section h2:before {
        content: "";
        display: inline-block;
        width: 10px;
        border-left: 7px solid #3f3f3f;
        vertical-align: middle;
        margin-right: 10px;
        padding-bottom: 0px;
        height: auto;
    }
    main section {
        margin: 60px auto 60px;
        max-width: 1280px;
        padding: 0px 20px;
    }
    .gnav__menu li a {
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
        padding: 0px 20px;
        text-decoration: none;
        transition: .5s;
        display: block;
    }
}


footer img{
    max-width: 180px;
}


#fv {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#fv .fv_img {
    width: 100%;
    max-width: 1240px; 
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

#fv .fv_img img {
    width: 100%;
    height: auto;
}

