@charset "utf-8";

table {
    margin-bottom: 100px;
    width: 100%;
}

table tbody tr th {
    color: white;
    border: 1px solid #282C3C;
    text-align: left;
    padding: 25px;
}

table tbody tr td {
    border-bottom: 1px solid #4F342C;
    color: #4F342C;
    line-height: 30px;
    padding: 25px;
}

table tbody tr td:nth-child(1):not(.list-information) {
}

table tbody tr:nth-child(1) td {
    background-color: #F9F9F4;
    font-weight: bold;
}

table tbody tr td a {
    color: #4F6E75;
    font-weight: bold;
}

h5 {
        width: 90vw;
    }

.map {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    width: 90vw;
    margin-bottom: 150px;
}

#gmap {
    width:90vw;
   height:500px;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
}

.map-text {
    width: 90vw;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    color: #4F342C;
}

p {
    line-height: 30px;
    color: #4F342C;
}

.copyright p {
    color: white;
}

.business-top p {
    
    text-align: center;
}

.business-top p span {
    color: #FF8D41;
}

.business-top p:nth-child(1) {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.business-top p:nth-child(2) {
    margin-bottom: 40px;
}

.business-container-col1 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-between;
    align-items: flex-start;
}

.business-container-col1 img {
    width: 100%;
}

.business-container-col1 div {
    width: 48%;
}



.business-container-col1 p {
    width: 48%;
}

.business-container-col1-text {
    width: 100% !important;
}

.business-container-col1 p span {
    
    font-weight: bold;
}

.business-container-col2 {
    margin-top: 20px;
}

.business-container-col2 p span {
    font-weight: bold;
}

.orange {
    color: #FF8D41;
}

.green {
    color: #9CBF41;
}

.pink {
    color: #E585B3;
}

.business-container-photo-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.photo3 {
    width: 30%;
}

.photo4 {
    width: 24%;
}

.photo2 {
    width: 48%;
}

.business-container-photo img {
    width: 100%;
}

.business-print {
    margin-bottom: 100px;
}

.list-table {
    margin-top: 20px;
    margin-bottom: 0px;
}

.list-table tbody tr td {
    border: 1px solid #4F342C;
}

.list-table tbody tr td:nth-child(1) {
    width: 90%;
}

@media screen and (max-width: 1000px) {
    .photo4 {
        width: 48%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 414px) {
    .business-container-col1 {
        display: block;
    }
    
    .business-container-col1 p {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .business-container-col1 div {
        width: 100%;
    }
    
    .business-container-photo-wrap {
        display: block;
    }
    
    .business-container-photo {
        width: 100%;
        margin-bottom: 20px;
    }
}