@charset "utf-8";
/* ----------------------------------------------------------------------------------------------------
*  index
* --------------------------------------------------------------------------------------------------*/
.access_about {
    margin-top: 50px;
}
.access_about .inner {
    padding: 0 70px;
    box-sizing: border-box;
}
.access_about .txt_box {
    padding: 0 20px;
    border-bottom: 1px solid #000000;
}
.access_about .txt_box p {
    line-height: 2;
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 1.5rem;
}
.access_about .txt_box p:last-child {
    margin-bottom: 0;
}
.access_about .title {
    font-size: 20px;
    padding-bottom: 20px;
}
.access_about .txt01 {
    padding-bottom: 40px;
    border: none;
}

.access_about_wrap {
    display: flex;
    justify-content: space-between;
    width: 940px;
    margin: 0 auto 30px;
}
.access_about_wrap .image_box {
    margin: 0 10px 0 0;
    font-size: 0;
}
.access_about_wrap .image_box:first-child img:first-child {
    margin-bottom: 5px;
}
.access_about_wrap .information_box {
    border: 1px solid #998675;
}
.access_about_wrap .information_box dl {
    display: table;
    margin: 0;
    padding: 11px 0;
    width: 100%;
    min-width: 335px;
    border-bottom: 1px dashed #998675;
}
.access_about_wrap .information_box dl dt {
    display: table-cell;
    width: 100px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 10px;
    vertical-align: middle;
}
.access_about_wrap .information_box dl dd {
    display: table-cell;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: middle;
}
.access_about_wrap .information_box dl:last-child {
    border: none;
}

.access_map .inner{
    margin-bottom: 180px;
    padding: 0 100px;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }
}

@media screen and (max-width: 767px)  {
    .pc {
        display: none;
    }
    .access_about {
        margin-top: 8%;
    }
    .access_about .inner {
        padding: 0;
    }
    .access_about .title {
        font-size: 4.5vw;
    }
    .access_about .txt_box {
        padding: 0;
    }
    .access_about .txt_box p {
        line-height: 1.7;
        font-size: 1.4rem;
    }
    .access_about .txt01 {
        padding-bottom: 5%;
    }
    .access_map .inner {
        margin-bottom: 80px;
        padding: 0;
        box-sizing: border-box;
    }
    .access_about_wrap {
        display: block;
        width: 100%;
    }
    .access_about_wrap .information_box dl {
        min-width: 0;
    }
    .access_about_wrap .image_box {
        margin: 0;
    }
    .access_about_wrap .image_box img {
        margin: 0 0 10px;
    }
    .access_about_wrap .image_box:first-child img:first-child {
        margin-bottom: 10px;
    }
    .access_map .inner iframe {
        width: 100%;
    }
}