@charset "utf-8";

/*------------------------------------------------
access
--------------------------------------------------*/
#map h2{
    margin-bottom: 40px;
}
.map_pic01{
    width: 1280px;
    margin: 60px auto 40px;
    max-width: 100%;
    height: 650px;
    overflow: hidden;
}
.map_pic01 img{
    max-width: none;
    top: 0;
    left: 50%;
    margin-left: -640px;
    width: 1280px;
}
#map address{
    width: 620px;
    max-width: 90%;
    margin: 0 auto;
    padding-left: 240px;
    line-height: 2;
    background: url("../images/common/logo_black.png") no-repeat left center;
    background-size: 190px;
    min-height: 110px   ;
}
.sougei{
    border: 1px solid #CCCCCC;
    padding: 20px;
    margin-top: 35px;
}
.sougei_image{
    width: 360px;
}
.sougei_text{
    width: 600px;
    padding-top: 20px;
}
.sougei_text h3{
    text-align: center;
    color: #FFFFFF;
    background-color: #960000;
    height: 65px;
    line-height: 65px;
}
.sougei_text h3:before{
    content: "";
    display: inline-block;
    margin-right: 10px;
    background: url("../images/access/sougei_h3.png") no-repeat center center;
    background-size: 100%;
    width: 28px;
    height: 65px;
    vertical-align: top;
}
.sougei_text p{
    padding-left: 70px;
    padding-top: 30px;
}
#information h2{
    margin-bottom: 40px;
}
.accessIcon:before{
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 30px;
    height: 35px;
    margin: 0 auto 10px;
}
.icon_plane:before{
    background-image: url("../images/access/icon_plane.png");
}
.icon_train:before{
    background-image: url("../images/access/icon_train.png");
}
.icon_car:before{
    background-image: url("../images/access/icon_car.png");
}
.pageNav02 .accessIcon:before{
    display: inline-block;
    width: 24px;
    height: 55px;
    vertical-align: top;
    margin: 0 10px 0 0;
}
.routeImage{
    margin-top: 40px;
}
.routeText{
    margin-top: 40px;
    border-top: 1px solid #CCCCCC;
}
.routeText dt{
    padding: 20px 40px 0 55px;
    line-height: 2;
}
.routeText dd{
    padding: 0 40px 20px 90px;
    line-height: 2.2;
    border-bottom: 1px solid #CCCCCC;
}
#accessLinks{
	padding: 70px 0;
}
#accessLinks .table01 th{
	width: 180px;
}

/*------------------------------------------------
sp
--------------------------------------------------*/
@media screen and (max-width: 480px) {
    .map_pic01{
        margin: 30px 0;
        width: 100%;
        height: auto;
    }
    .map_pic01 img{
        width: 100%;
        margin-left: 0;
    }
    #map address{
        padding-left: 0;
        text-align: center;
        padding-top: 100px;
        background-position: center top;
        background-size: 150px;
    }
    .sougei{
        width: 90%;
        margin: 30px auto 0;
        padding: 10px;
    }
    .sougei_text p{
        padding: 15px 0 0;
    }
    .sougei_text h3{
        height: auto;
        line-height: 1.4;
        padding: 10px 0;
    }
    .sougei_text h3:before{
        height: 1.4em;
    }
    .routeImage{
        margin-top: 30px;
    }
    .routeText{
        margin-top: 30px;
    }
    .routeText dt{
        padding: 20px 0 0;
    }
    .routeText dd{
        padding: 0 0 20px;
    }
    #accessLinks{
        padding: 30px 0;
    }
    #accessLinks .table01 th{
        display: none;
    }
    #accessLinks .table01 tr td:nth-of-type(1){
        border: none;
        padding-bottom: 0;
        font-weight: bold;
    }
    #accessLinks .table01 tr td:nth-of-type(2){
        padding-top: 0;
    }
    #accessLinks .table01 tr td a{
        word-break: break-all;
    }








}