@charset "utf-8";

/*============================
代表挨拶
============================*/

#message .name {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}


/*============================
アクセス
============================*/
#access .map {
    height: 340px;
    margin-bottom: 20px;
}

#access .map iframe {
    width: 100%;
    height: 100%;
}

#access h3 {
    margin-bottom: 10px;
}

#access .photo {
    width: 348px;
	margin-left: 20px;
}

#access .bus {
    margin-bottom: 20px;
}

#access .bus dl:not(:last-child) {
    margin-bottom: 10px;
}

#access .bus dl dt,
#access .train li {
    font-weight: 700;
    position: relative;
    padding-left: 12px;
}

#access .bus dl dt::before,
#access .train li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #1b89c2;
    position: absolute;
    top: 9px;
    left: 0;
}

#access .bus dl dd {
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    #access .map {
        height: 300px;
    }

    #access .photo {
        width: 100%;
		margin-left: 0;
        margin-bottom: 20px;
    }
}
