@charset "utf-8";
/* CSS Document */


/*branch*/
.branch-content {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.branch-content-title {
    width: 100%;
    display: flex;
}

.branch-content-title-logo {
    width: 85px;
    font-size: 0;
}

.branch-content-title-text {
    font-size: 1.375rem;
    font-weight: bold;
    color: #1c1c1c;
    margin-left: 15px;
}

.branch-content-time {
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #e8e8e8;
}

.branch-content-detail {
    width: 100%;
    padding-top: 25px;
}

.branch-content-detail-text {
    width: 100%;
    font-size: 0.938rem;
    color: #303030;
    line-height: 1.5rem;
}

.branch-content-detail-text-highlight {
    font-size: 1.25rem;
    font-weight: bold;
    color: #e56330;
}

.branch-content-detail-wn {
    width: 100%;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.branch-content-detail-wn-left {
    width: 35%;
    font-size: 0;
}

.branch-content-detail-wn-right {
    padding-left: 15px;
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.branch-content-detail-wn-right-name {
    width: 100%;
    padding-bottom: 14px;
    display: flex;
}

.branch-content-detail-wn-right-name-text {
    font-size: 1.375rem;
    font-weight: bold;
    color: #303030;
}

.branch-content-detail-wn-right-name-btn {
    padding: 4px 10px;
    background: #b58748;
    color: #fff;
    font-size: 0.813rem;
    cursor: pointer;
    margin-left: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
}

.branch-content-detail-wn-right-address {
    width: 100%;
    font-size: 0.875rem;
    color: #303030;
    line-height: 1.25rem;
}

.branch-content-detail-business-hours {
    width: 100%;
    font-size: 0.938rem;
    color: #303030;
    line-height: 1.5rem;
    padding-bottom: 18px;
}

.branch-content-detail-business-hours-highlight {
    color: #a95a37;
}

@media screen and (max-width: 480px) {

    .branch-content-detail-wn-left {
        width: 70%;
    }

    .branch-content-detail-wn-right {
        width: 100%;
        padding-left: 0px;
        margin-top: 14px;
    }

}