@charset "UTF-8";

/* ############################################## */

.contents_wrap {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 12%;
}
/* ############################################## */

.google_map {
    width: 100%;
    margin: 0 auto 2.5% auto;
}
.google_map iframe {
    width: 100%;
    height: 200px;
}
.access_txt {
    width: 100%;
    margin: 0 auto 0 auto;
}
.access_txt th {
    width: 100%;
    display: block;
}
.access_txt th img {
    width: 100%;
    height: auto;
}
.access_txt td {
    width: 100%;
    display: block;
    background: #f3f6f8;
    padding: 4.5%;
    box-sizing: border-box;
}
.access_txt td h3 {
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 4.5%;
}
.access_txt td p {
    font-size: 13px;
    line-height: 25px;
}