@charset "utf-8";



/* ------------------------------------------- */
/* common-table */
/* ------------------------------------------- */

.history{
    padding: 100px 0;
}



@media screen and (max-width: 767px){

.history{
    padding: 40px 0;
}

}



.common-table{
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}
.common-table td,
.common-table th{
    box-sizing: border-box;
}

/* type01 */
.common-table.type01{
}
.common-table.type01 th,
.common-table.type01 td{
    padding: 13px 0;
    line-height: 2.13;
}
.common-table.type01 tr{
    border-bottom: 1px solid #CFCFCF;
}
.common-table.type01 tr:first-child{
    border-top: 1px solid #CFCFCF;
}
.common-table.type01 th{
    width: 180px;
    color: #000;
    font-weight: 500;
    vertical-align: top;
    text-align: left;
    background-color: #EFEFEF;
    padding: 14px 0 0px 32px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.05em;
}
.common-table.type01 td{
    padding-left: 34px;
    font-size: 14px;
    color: #000;
}
@media screen and (max-width: 767px){
    .common-table.type01 th,
    .common-table.type01 td{
        display: block;
        width: 100%;
        padding: 10px 0 10px 10px;
    }
    .common-table.type01 th{
        font-weight: bold;
        border-right: 0;
        border-bottom: 1px solid #DEDEDE;
    }
    .common-table.type01 td{
        padding-bottom: 15px;
    }
}



.access{

}

.access .map{
    padding: 60px 60px 0;
    width: 100%;
    box-sizing: border-box;

}

.access .map iframe{
    width: 100%;
    height:495px;
}

.access .access_tool{
    padding: 30px 0 80px 0;
    display: flex;
    justify-content: space-between;
}


.access .access_tool h4{
    position: relative;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 0 0 20px 35px;
}

.access .access_tool .car h4:after{
    position: absolute;
    content: "";
    left: 0;
    background-image: url(../../img/access/icon_car.png);
    width: 30px;
    top: -1px;
    background-size: 78%;
    height: 25px;
    background-repeat: no-repeat;
}

.access .access_tool .train h4:after{
    position: absolute;
    content: "";
    left: 1px;
    background-image: url(../../img/access/icon_train.png);
    width: 30px;
    background-size: 75%;
    top: -6px;
    height: 27px;
    background-repeat: no-repeat;
}


.access .access_tool p{
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-align: left;
    color: #000;
}



.banner{
    width: 100%;
    padding: 0 0 100px 0;
}
.banner img{
    width: 100%;
}

.banner a{
    transition: 0.2s;

}

.banner a:hover{
    opacity: 0.8;
}






@media screen and (max-width: 767px){

    .access .map {
    padding: 30px 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.access .map iframe {
    width: 100%;
    height: 200px;
}

.access .access_tool {
    padding: 30px 0 0px 0;
    display: block;
}

.access .access_tool h4 {
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 0 0 10px 35px;
}

.access .access_tool p {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 24px;
}


.banner {
    width: 100%;
    padding: 0 0 50px 0;
}

}