@charset "UTF-8";

body{
    font-family: "Avenir Next", Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #231815;
}
main{
    overflow-x: hidden;
    margin-bottom: 175px;
}
a{
	transition: all .3s linear;
}

a:hover{
	opacity: 0.7;	
}

.flex{
    display: flex;
}
.top-bg-img{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
    position: relative;
}
.top-bg-child{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
}
.top-col01{
    background-image: url(../img/top_v_02.jpg);
}
.top-col01 p{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: left;
}
.top-col02{
    background-image: url(../img/top_v.jpg);
}
.top-col03{
    background-image: url(../img/top_v_03.jpg);
}
.top-col03 p{
    color: #fff;
}
.top-col03 .left{
    font-weight: 600;
    font-size: 33px;
    margin-right: 10px;
}
.top-col03 .right{
    font-weight: 400;
    font-size: 18px;
    margin-left: 10px;
    margin-top: 5px;
    line-height: 1.7;
}

.guide{
    position: relative;
    margin-bottom: 115px;
    overflow: hidden;
}
.jp-map{
    position: absolute;
    z-index: 999;
    top: -280px;
    right: calc(50vw - 400px);
    max-width: unset;
}
.guide-text{
    margin-left: 50vw;
    margin-top: 130px;
}
.guide-text h3{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
}
.guide-detail{
    margin-top: 110px;
}
.guide-detail dt, .guide-text > p{
    font-size: 20px;
    font-weight: 600;
}
.guide-detail dd{
    font-size: 14px;
    font-weight: 600;
}
.guide-detail .logo-circle{
    margin: 0 48px;
}
.mb-spacing{
    margin-bottom: 20px;
}
.guide-detail .bench-track{
    margin: 60px 0 70px 0;
}
.guide-detail .bench-track img{
    margin: 0 20px 0 10px;
    height: 140px;
}
.guide-detail .bench-track dl{
    margin-top: 28px;
}
.guide-detail .bench-track dt{
    line-height: 1.2;
    margin-bottom: 10px;
}

.square-photo{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px!important;
}
.square-photo li{
    position: relative;
    width: 33.33%;
}
.square-photo li:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.square-photo li img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}
.instagram .instagram-icon{
    margin: 0 auto 70px auto;
}
.instagram p{
    font-size: 19px;
    text-align: center;
}
.instagram p a{
    text-decoration: none;
    color: #808080;
}

footer .inner{
    position: relative;
    width: 769px;
    margin: 0 auto 200px auto;
}
footer .inner > img{
    position: absolute;
    left: 0;
    top: 30px;
}
footer .inner > div{
    text-align: center;
}
footer .inner > div > a{
    display: inline-block;
}
footer > p{
    margin-bottom: 30px;
    text-align: center;
    font-size: 13px;
}
footer .instagram-icon{
    margin-right: 3px;
}
footer .facebook-icon{
    margin-left: 3px;
}
footer .link{
    margin-top: 35px;
}
footer .link a{
    text-decoration: none;
    color: #231815;
    font-size: 19px;
}
footer .contact{
    margin: 0 20px;
}

@media screen and (max-width: 768px){
    .guide-text{
        width: 65%;
        margin: 300px auto 100px auto;
    }
    .jp-map {
        top: -180px;
	    right: calc(50vw - 150px);
	    width: 100%;
    }
    footer .inner{
        width: 100%;
    }
    footer .inner > img {
        position: static;
        margin: 100px auto 0 auto;
    }
}
@media screen and (max-width: 480px){
    main {
        margin-bottom: 70px;
    }
    .top-bg-img{
        height: 40vh;
    }
    .top-col01 p, .guide-text h3{
        font-size: 26px;
    }
    .top-col02 .top-bg-child{
        width: 155px;
    }
    .top-col03 .left{
        font-size: 23px;
        margin-right: 5px;
    }
    .top-col03 .right{
        font-size: 13px;
        margin-left: 5px;
        margin-top: 2px;
    }
    .guide{
        margin-bottom: 75px;
    }
    .jp-map{
	    width: 742px;
	    top: -270px;
	    left: -300px;
	    right: auto;
	    max-width: unset;
    }
    .guide-text{
        width: 85%;
        margin: 200px auto 30px auto;
    }
    .guide-detail {
        margin-top: 60px;
    }
    .guide-detail .logo-circle{
        width: 105px;
        margin: 0 37px;
    }
    .guide-detail dt, .guide-text > p {
        font-size: 17px;
    }
    .guide-detail .bench-track {
        margin: 60px 0 70px 0;
    }
    .guide-detail .bench-track img{
        width: 150px;
        height: 108px;
        margin: 0 15px;
    }
    .guide-detail .bench-track {
        margin: 35px 0 50px 0;
    }
    .guide-detail dd {
        font-size: 12px;
    }
    .guide-detail .bench-track dl {
        margin-top: 8px;
    }
    .mb-spacing{
        margin-bottom: 10px;
    }
    .instagram .instagram-icon{
        margin-bottom: 45px;
    }
    .square-photo {
        margin-bottom: 20px!important;
    }
    .instagram p, footer .link a {
        font-size: 17px;
    }
    footer .inner > img {
        margin-top: 70px;
        width: 155px;
    }
    footer .inner{
        margin-bottom: 60px;
    }
    footer .contact{
        margin-left: 0;
    }
    footer .company{
        margin-left: 20px;
    }
}