.img-box img{
    height: 100vh;
    object-fit: cover;
    width: 100%;
}
.site-left .img-box {
    height: 100vh;
}
.store-detail{
    margin: 0 20px;
}
.store-detail h2{
    font-size: 2.7rem;
    color: #A84D47;
    text-align: center;
    margin-top: 0;
    padding-top: 50px;
}
.store-detail img{
    margin: 0 auto;
    display: block;
    width: 10%;
}
.store-detail p{
    margin: 50px 30px;
}
.store-access p{
    font-size: 2rem;
    color: #A84D47;
    text-align: center;
}
.access-table {
    border-spacing: 10px;
    border-collapse: unset;
    margin: 50px 50px;
}
.access-table th {
    border-bottom: 2px solid #A84D47;
    width: calc(100% / 7);
    padding: 0 0 10px 0;
}
.access-table td {
    border-bottom: 2px solid #A84D47;
    width: calc(100% / 3);
    padding: 0 0 10px 0;
}
.tel {
    color: #000 !important;
    margin:0!important;
}
.web-btn{
    display: flex;
    border: 3px solid #A84D47;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    color: #A84D47;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    padding-right: 30px;
}
.web-btn::before{
    background-image: url(../img/store/web-btn_red.png);
    display: block;
    content: "";
    position: absolute;
    width: 85%;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
    background-size: 17%;
    left: 30px;
}
.store-access a{
     text-decoration: none;
     width: 180px;
     display: block;
     margin: 0 auto;
}
.web-btn:hover{
    background-color: #A84D47;
    color: #fff;
}
.web-btn:hover::before{
    background-image: url(../img/store/web-btn_white.png);
}
.store-map{
    width: 80%;
    margin: 30px auto;
    height: 300px;
    display: block;
}
.map--photo{
    margin-bottom: 100px;
}
.map--photo img{
    width: 80%;
    margin: 10px auto;
    display: block;
}