/* セクション */
.section__title {
    font-size: 2.4rem;
    font-weight: bold;
    padding: 10px 0 10px 28px;
    border-left: solid 14px #96d6d0;
    margin-bottom: 30px;
}

/* SPトップロゴ */
.sp_top_logo {
    width: 60%;
}

/* スライダーのあるエリア */
.top-slider__items {
    display: flex;
}

.top-slider__item {
    overflow: hidden;
    flex-basis: 50%;
    padding: 10px;
}

.top-slider__image {
    width: 100%;
    height: auto;
}

.top-slider__title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #96d6d0;
    padding: 10px 0;
}

.top-slider__body {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.top-slider__link {
    width: 300px;
}

@media screen and (max-width: 640px) {
    .top-slider__items {
        flex-direction: column;
    }

    .top-slider__link {
        width: 100%;
    }
}

/* 2カラムエリア */
.two-column__items {
    display: flex;
    margin-bottom: 80px;
}

.two-column__item {
    overflow: hidden;
    flex-basis: 50%;
    padding: 10px;
}

.two-column__title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #96d6d0;
    padding: 10px 0 4px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #96d6d0;
}

.two-column__sub-title {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
}

.two-column__body {
    line-height: 1.6;
    margin-bottom: 24px;
}

.two-column__image-caption {
    font-size: 0.8rem;
    color: #999;
}

@media screen and (max-width: 640px) {
    .two-column__items {
        flex-direction: column;
    }
}

/* 3カラムエリア */
.three-column__items {
    display: flex;
}

.three-column__item {
    overflow: hidden;
    flex-basis: 33%;
    padding: 10px;
}

.three-column__body {
    line-height: 1.6;
    margin-bottom: 24px;
}

.three-column__image {
    font-size: 0.8rem;
    color: #999;
}

@media screen and (max-width: 640px) {
    .three-column__items {
        flex-direction: column;
    }
}

/* メニューエリア */
.red--bold {
    color: red;
    font-weight: bold;
}

.grey--normal {
    color: #333;
    font-weight: normal;
}

.menu-area__table {
    width: 80%;
    border-left: 1px #999 solid;
    border-bottom: 1px #999 solid;
}

.menu-area__table th {
    background-color: #96d6d0;
    color: #fff;
    font-size: 1.4rem;
    padding: 10px;
    text-align: center;
    border-top: 1px #999 solid;
    border-right: 1px #999 solid;
}

.menu-area__table td {
    font-size: 1.4rem;
    padding: 10px;
    border-top: 1px #999 solid;
    border-right: 1px #999 solid;
}

.menu-area__table td.price {
    text-align: center;
}

.menu_area__link {
    margin-top: 60px;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .menu-area__table {
        width: 100%;
    }
}

/* サロン情報 */
.salon-data__table {
    width: 100%;
    border-left: 1px #999 solid;
    border-bottom: 1px #999 solid;
}

.salon-data__table th {
    background-color: #96d6d0;
    color: #fff;
    font-size: 1.4rem;
    padding: 10px;
    text-align: center;
    border-top: 1px #999 solid;
    border-right: 1px #999 solid;
    width: 120px;
}

.salon-data__table td {
    font-size: 1.4rem;
    padding: 10px;
    border-top: 1px #999 solid;
    border-right: 1px #999 solid;
}

.salon-data__link {
    margin-top: 60px;
    text-align: center;
}

@media screen and (max-width: 640px) {

}
