@charset "utf-8";
/* CSS Document */

.map{
    width: 100%;
    height: auto;
}

.map-content{
    width: 45%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 100px;
}
.map-content_1{
    width: 100%;
    height: auto;
}
.map-box{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.map-box img{
    width: 100%;
    
}

/*表*/
table{
    width: 100%;
    border: solid 1px #603916;
}
table th{
    position: relative;
    text-align: left;
    width: 20%;
    background-color: #603916;
    color: #fff;
    text-align: center;
    border-bottom: solid 1px #fff;
    padding: 0 5px;
}
table .last{
    border-bottom: solid 1px #603916;
}

table td{
    text-align: left;
    width: 80%;
    padding: 20px;
    border-bottom: solid 1px #603916;
}
table td p{
    margin: 0;
    font-size: 14px;
}

table td a{
    color: #DF6A25;
    font-weight: bold;
}
table td a:hover{
    color: #DF6A25;
    opacity: 0.8;
}

/*戻るボタン*/
.back-box{
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.back-btn{
    width: 40%;
    height: auto;
    background-color: #DF6A25;
    margin: 0 auto;
}
.back-box a{
    display: block;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border: solid 2px #DF6A25;
    letter-spacing: 0.05em;
}
.back-box a:hover{
    border: solid 2px #DF6A25;
    background-color: #fff;
    color: #DF6A25;
}

@media (max-width: 1200px){
    .map-content{
        width: 60%;
    }
}
@media (max-width: 960px){
    .map-content{
        width: 70%;
    }
    .back-btn{
        width: 70%;
    }
}
@media (max-width: 640px){
    .map-content{
        width: 80%;
    }
    .back-box{
        margin-top: 30px;
    }
}
@media (max-width: 480px){
    .map-content{
        width: 90%;
    }
    table{
        font-size: 14px;
    }
    table th{
        width: 28%;
    }
    table td{
        padding: 15px;
    }
    .back-box a{
        padding: 10px;
    }
}

