@charset "UTF-8";

#about-content{
    background-color: #041415;
}

/* メインビジュアル2 */
.about{
    width: auto;
    height: 100vh;
    background-size: cover;
    background: url(../img/about.png) no-repeat;
    background-size: cover;
    background-position: center center;
}
/* メインビジュアル　大文字 */
.textbox{
    display: flex;
    flex-direction: column;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    align-items: center;
    justify-content: center;
}
/* メインビジュアル小文字 */
.flex-way p{
    margin: 0 auto;
}

/* 黒塗り各コンテンツ */
.each-content{
    margin: 4rem;
}
.about-desc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45vw;
    margin: 2rem auto;
    text-align: left;
}
.about-desc>*{
    margin: 1rem;
}
.about-desc img{
    width: 270px;
    height: 270px;
    margin: 0 auto;
    align-items: center;
}

/* アクセスマップ */
#access-map{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.map-left{
    width: 50%;
    margin: 1rem auto;
}
.map-left h4{
    width: 30%;
    border: 1px #FDF6F6 solid;
    color: #FDF6F6;
    text-align: center;
    padding: 0;
    margin: 0 auto;
}

.map-text{
    width: 80%;
    border: 1px #FDF6F6 solid;
    padding: 1px;
    margin: 2rem auto;
}

.map-right{
    width: 50%;
    margin: 0 auto;
}

@media screen and (max-width: 677px) {
    .about-desc>img{
        aspect-ratio: 1/1;
    }

    #access-map{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .map-title{
        text-align: center;
    }
}