@charset "UTF-8";

/* CSS Document */
@media screen and (min-width: 768px) {
    #message h3 {
        font-size: 2.8rem;
        margin-bottom: 2em;
        margin-left: 8rem;
    }
}

@media screen and (max-width: 767px) {
    #message h3 {
        font-size: 2.8rem;
        margin: 2em 0;
    }
}

#outline {
    padding-bottom: 150px;
}

.outlineWrap dl {
    display: flex;
    padding: 0.5em 0;
}

.outlineWrap dl dt {
    width: 25%;
    white-space: nowrap;
    padding-right: 1em;
    text-align: left;
    font-weight: 600;
}

.outlineWrap dl dd {
    width: 80%;
}

.btn_map {
    display: inline-block;
    padding: 0 24px;
    background: #062d4e;
    color: #fff;
    text-align: center;
    border-radius: 24px;
    height: 32px;
    line-height: 32px;
}

.btn_map:hover {
    color: #fff;
}

#map {
    position: relative;
    margin-bottom: -300px;
}

.mapWrap {
    height: 600px;
    overflow: hidden;
    position: relative;
    top: -300px;
}

@media screen and (max-width: 769px) {
    #outline {
        padding-bottom: 0;
    }

    .outlineWrap dl {
        display: block;
        padding: 0.5em 0;
    }

    .outlineWrap dl dd {
        width: 100%;
    }

    #map {
        position: relative;
        margin-bottom: 0;
    }

    .mapWrap {
        height: auto;
        overflow: hidden;
        position: relative;
        top: 0;
    }
}

.about-greeting {
    /*  display: flex;*/
    flex-direction: row-reverse;
}

.about-greeting img {
    margin-top: 0.8rem;
    width: 100%;
}

.about-greeting__image {
    width: 85%;
}

.about-greeting__description {
    margin-left: 8rem;
    /*    width: 66.66%;*/
    line-height: 30px;
}

@media screen and (max-width: 769px) {
    .about-greeting {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-greeting__image {
        margin-top: 6rem;
        width: 100%;
    }

    .about-greeting__description {
        margin-left: 0;
        width: 100%;
    }
}
