body #wrap #about.content_area {
    font-family: "Noto Sans JP", "メイリオ", "Meiryo", Avenir, "Open Sans", "Helvetica Neue",
    Helvetica, Arial, Verdana, Roboto, "游ゴシック体", "YuGothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI",
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    padding-bottom: 0;
    font-size: clamp(15px, 4.5vw, 22px);
    line-height: 1.8;
    padding-bottom: 60px;
}
.section-title {
    padding: 50px 0 20px;
}
.section-title-image {
    margin: 35px 0;
}
.section-title-image span {
    max-width: 1080px;
}
#message {
    margin-bottom: 60px;
}
#message p {
    text-align: justify;
}
#message .author {
    text-align: right;
    font-weight: 700;
    margin-top: 1.5em;
}
#overview dl {
    display: flex;
    flex-wrap: wrap;
}
#overview dl dt,
#overview dl dd {
    box-sizing: border-box;
    padding: 1em 0;
    border-bottom: 1px solid #bebebe;
}
#overview dl dt {
    width: 9em;
    padding-right: 2.5em;
    text-align-last: justify;
}
#overview dl dd {
    width: calc(100% - 9em);
}
#overview dl dt:first-of-type,
#overview dl dd:first-of-type {
    padding-top: 0;
}
#overview dl dt:last-of-type,
#overview dl dd:last-of-type {
    border-bottom: 0;
}
#access h2 {
    font-weight: 500;
    margin-bottom: 0.6em;
}
#access .wrap {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 0 -25px;
}
#access .wrap > div {
    width: 50%;
    line-height: 0;
}
#access .wrap .map iframe {
    border-radius: 30px 0 0 0;
    width: 100%;
    height: 100%;
}
#access .wrap .photo img {
    width: 100%;
}

@media screen and (max-width: 990px)
{
    .content_inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    #access .wrap {
        margin: 0;
    }
}

@media screen and (max-width: 768px)
{
    .section-title {
        padding: 8vw 0 4vw;
    } 
    #message {
        margin-bottom: 12vw;
    }
    #overview dl {
        width: 100%;
        display: block;
    }
    #overview dl dt,
    #overview dl dd {
        width: 100%;
    }
    #overview dl dt {
        width: auto;
        padding-right: 0;
        text-align-last: auto;
        border-bottom-width: 0;
        padding-bottom: 0.5em;
    }
    #overview dl dd {
        padding-top: 0em;
    }
    #overview dl dt::before {
        content: "【";
    }
    #overview dl dt::after {
        content: "】";
    }
}

@media screen and (max-width: 428px)
{
    #access .wrap {
        display: block;
    }
    #access .wrap > div {
        width: 100%;
    }
    #access .wrap .map iframe {
        height: 65vw;
    }
}
