@charset "UTF-8";

#sub .article {
    padding: 0;
}

.name {
    font-size: 1.25em;
    text-align: right;
}
.name__sub {
    font-size: 0.8em;
}

.map__address {
    font-size: 0.875em;
}

.map__access dt {
    font-size: 1.25em;
    margin-bottom: 5px;
}
.map__access dd {
    position: relative;
    font-size: 0.875em;
    line-height: 1.75;
    padding-left: 10px;
    margin-left: 1.5em;
}
.map__access dd::before {
    content: "";
    position: absolute;
    top: .6em;
    left: 0;
    display: block;
    border-radius: 50%;
    background: #222;
    width: 5px;
    height: 5px;
}
.map__access .fa-car {
    font-size: 1.1em;
}


@media screen and (min-width: 768px) {

    #area-greeting .m-inner,
    #area-outline .m-inner,
    #area-history .m-inner {
        padding: 100px 0;
    }

    #area-greeting .img-box {
        /*width: 42.75%;*/
		width: 50%;
    }
    #area-greeting .img-box figure {
        background: 50% 50% no-repeat;
        background-size: contain;
        height: 650px;
		margin-top: 20px;
        margin-left: -10%;
		margin-right: 30px;
    }
    #area-greeting .img-box img {
        visibility: hidden;
    }
    #area-greeting .txt-box {
        width: 51.66%;
        padding-top: 15px;
    }

    #area-thoughts .m-inner {
        padding: 75px 0 95px;
    }
    #area-thoughts .txt-box {
        width: 57.5%;
        padding-bottom: 2.5%;
    }
    #area-thoughts .img-box {
        width: 39.5%;
        margin-top: -15px;
    }

    .map__access {
        width: 47.95%;
    }

    #area-history .m-lb01 {
        margin-bottom: 45px;
    }

}

@media screen and (min-width: 1340px) {

    #area-greeting .img-box figure {
       /* margin-left: calc((100vw - 1200px) / 2 * -1);*/
		margin-right: 50px;
    }

}

@media screen and (max-width: 767px) {

    #area-greeting .m-inner,
    #area-outline .m-inner,
    #area-history .m-inner {
        padding: 55px 0;
    }

    #area-greeting .img-box {
        text-align: right;
        margin-bottom: 30px;
    }
    #area-greeting .img-box figure {
        background: none !important;
    }

    #area-thoughts .m-inner {
        padding: 50px 0 55px;
    }
    #area-thoughts .txt-box {
        margin-bottom: 35px;
    }
    #area-thoughts .img-box {
        text-align: center;
    }

    .map__map iframe {
        height: 250px;
    }

    .map__address {
        margin-bottom: 10px;
    }

    .map__link {
        text-align: center;
    }

    .map__access + .map__access {
        margin-top: 18px;
    }

    #area-history .m-lb01 {
        margin-bottom: 27px;
    }

}