@charset "utf-8";

/* レイアウト */

.accessMain {
    padding: 215px 0px 75px 0px;
}

@media screen and (max-width:640px) {
    .accessMain {
        padding: 75px 0 30px 0;
    }
}

.accessMain h2 {
    color: #bea574;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    font-family: serif;
}

.accessBox {
    max-width: 1600px;
    margin: 0 auto 75px auto;
    background-color: #fff;
}

.accessBox .in {
    max-width: 1180px;
    margin: 0 auto;
    padding: 75px 5%;
}

@media screen and (max-width:640px) {
    .accessBox .in {
        padding: 14% 5%;
    }
}

.accessBottom {
    display: table;
    width: 100%;
}

.accessBottom:after {
    content: "";
    display: block;
    clear: both;
}

.accessBottomInfo {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2em;
}

.accessBottomInfo table {
    margin-bottom: 2em;
}

.accessBottomInfo th {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

.accessBottomInfo th span {
    color: #BFA473;
}

.accessBottomInfo th:after {
    content: '／';
}

.accessBottomInfo a {
    color: #FFF;
    height: 50px;
    max-width: 360px;
    width: 100%;
}

.accessBottomInfo {
    margin-bottom: 15%;
}

.accessBottomInfo td {
    vertical-align: top;
}

.accessBottomInfo .txt{
    padding: 5px 0;
}

.accessBottomMap {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.accessBottomMap img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width:640px) {
    .accessBottomMap img {
        width: 110%;
        margin-left:-5%;
        height: auto;
    }
}
.googlemap {
    /*padding-top: 50%;*/
    position: relative;
    height: 40vh;
    margin-bottom: 20px;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.accessBox .smallmap {
    text-align: right;
    margin-bottom: 30px;
}

.accessBox .smallmap a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2.8rem;
    color: #6ABECC;
}

.accessBottomInfo table {
    margin-top: 30px;
}

@media screen and (max-width:900px) {
    .accessBottomInfo th,
    .accessBottomInfo td {
        display: block;
    }
    .accessBottom,
    .accessBottomInfo,
    .accessBottomMap {
        display: block;
        width: 100%
    }
    .accessBottomInfo p {
        font-size: .9rem;
        line-height: 1.7rem;
    }
    .accessBottomInfo table {
        margin-top: 10%;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .accessBottomInfo table td {
        font-size: .9rem;
        line-height: 1.7rem;
    }
}
.mincho {font-family: source-han-serif-japanese,serif;}
.comTxt01.mincho {font-size: 27px;text-align: center;font-weight: 700;line-height: 1.7;}
.comPageTit .copy {font-size: 27px;text-align: center;font-weight: 700;line-height: 1.7;}

@media screen and (max-width:640px) {
.comTxt01.mincho {font-size: 4.8vw;text-align: center;font-weight: 700;line-height: 1.7;letter-spacing: 0.05em}
}
