/*アクセスキービジュアル*/
.kv-access{
    position: relative;
}
.kv-access img{
    max-width: 100%;
    width:100%;
    height:580px;
    overflow:hidden;
    object-fit:cover;
    opacity: 0.8;
}
.kv-access h2{
    position: absolute;
    top:170px;
    left:12%;
    font-size: 35px;
    font-family:fot-tsukubrdgothic-std,sans-serif;
    font-weight:700;
    font-style:normal;
}
@media screen and (max-width:959px){
    .kv-access h2{
        left: 9%;
    }
}
@media screen and (max-width:559px){
    .kv-access img{
        height:500px;
        overflow:hidden;
    }
    .kv-access h2{
        top:130px;
        left: 5%;
    }
}
@media screen and (max-width:320px){
    .kv-access img{
        height:470px;
        overflow:hidden;
    }
    .kv-access h2{
        top:115px;
        left: 3%;
    }
}



.container{
    background-color: #f5f5f5;
    margin-top: -110px;
    padding-bottom: 5em;
}
.map{
    position: relative;
    margin: 0 auto;
    width:76%;
    background-color: #ffffff;
    padding-top: 2em;
    height: auto;
    margin-top: -110px;
    padding-bottom: 1.5em;
}
.gmap h3{
    position: relative;
    font-family:fot-tsukubrdgothic-std,sans-serif;
    font-weight:700;
    font-style:normal;
    font-size: 25px;
    margin-left: 1.5em;
}
.gmap h3::before{
    content:'';
    position: absolute;
    top:70px;
    left:1em;
    display: inline-block;
    width:40px;
    height: 2px;
    background-color: #66ad34;
    border-radius: 2px;
}
.gmap p{
    font-family: 游ゴシック;
    font-size: 20px;
    margin-top: 3em;
    margin-left: 3.5em;
}
.wrap{
    position: relative;
    height : 0;
    padding-top : 56.25%; /* グーグルマップ縦横比の指定 */
    overflow: hidden;
}
.wrap iframe{ /*グーグルマップ*/
    position : absolute;
    top:1em;
    left : 3em;
    width : 70%;
    height :90%;
}
.wrap img{
    position: absolute;
    top:1em;
    right: 3em;
    width:17%;
    height: auto;
}
@media screen and (max-width:959px){
    .map{
        width: 83%;
        padding-bottom: 3em;
    }
    .wrap iframe{
        width:62%;
    }
}
@media screen and (max-width:581px){
    .map h3{
        line-height: 1.5;
    }
    .map h3::before{
        top:100px;
    }
}
@media screen and (max-width:559px){
    .map{
        width: 90%;
    }
    .map h3{
        font-size: 22px;
        margin-left: 1em;
        margin-right: 1em;
    }
    .map h3::before{
        top:60px;
    }
    .map p{
        margin-left: 2em;
        margin-right: 1em;
    }
    .wrap{
        height: 450px;
        margin-left: 2em;
        margin-right: 2em;
    }
    .wrap iframe{
        top:300px;
        left: 0;
        width:100%;
        max-width: 430px;
    }
    .wrap img{
        width:100px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media screen and (max-width:484px){
    .map h3::before{
        top:90px;
    }
@media screen and (max-width:320px){
    .map{
        width: 95%;
    }
    .map h3{
        font-size: 18px;
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .map h3::before{
        top:80px;
    } 
    .map p{
        font-size: 16px;
        margin-left: 1em;
        margin-right: 0.5em;
    }
    .wrap{
        margin-left: 1em;
        margin-right: 1em;
    }
    .wrap iframe{
        height:50%;
    }
}