/* .ico-area {
    position: relative;
}

.ico01 {
    position: absolute;
    right: 0.3rem;
} */
.ico-area_2 {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
}

.ico01 {
    background: rgb(11 109 233 / 70%);
}

.ico01 p {
    font-size: 0.75rem;
}

.staff-text li:last-child:not(:has(i)) {
    color: red;
}

.staff-3size {
    color: #111 !important;
}

#staff-search .fliter-check-wrap {
    display: none;
}


/* 追記 */
.ico-line {
    background: #06C755;

}

.ico-style {
    left: 2.45rem;
}



.prof-list .prof-tw {
    border: 0;
}

.tw-ttl {
    width: 22rem;
}

.tw-ttl h2 {
    color: #fff;
    font-size: 4rem !important;
}

.tw-ttl h2:after {
    border-top: 1px solid #fff;
    color: #fff;
}

.tw-btn a {
    border: 0;
    background: #caadea;
}

.tw-btn p {
    color: #fff;
}


@media screen and (min-width: 801px) {
    .tw-btn a {
        height: 16rem !important;
        width: 50% !important;
        padding-bottom: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

}

@media screen and (max-width: 801px) {
    .tw-btn a {
        height: 10rem !important;
        width: 100% !important;
        padding-bottom: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .tw-ttl h2 {
        color: #fff;
        font-size: 3rem !important;
    }


}

/* 25/9/1 追記 */

@media screen and (min-width: 801px) {
    .reserve-wrap a {
        width: 90%;
        display: flex
;
        align-items: center;
        justify-content: space-between;
        padding: 0.75rem 1rem;
        margin: auto;
        font-size: 0.9rem;
        background: linear-gradient(11deg, #9e7237 13%, #f6ecb1 94%);
        color: #fff;
    }


    header {

        position: fixed;
        overflow: auto;
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.149);
                border-right: none;
}
}

nav ul li a {
    display: flex;
    align-items: baseline;
    line-height: 1.2;
    font-size: 1.2rem;
    color: #ba8924;
}

.contents-ttl h2 {
    padding: 0.8rem 0 2rem;
    text-align: center;
    font-size: 1.6rem;
    position: relative;
    font-weight: 100;
    background: -webkit-linear-gradient(90deg, #9e7237 35%, #bc8655 53%, #bdb064 77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contents-ttl h2:after {
    content: attr(data-item);
    font-size: 0.8rem;
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    background: #877669;
    /* background: -webkit-linear-gradient(90deg, #9e7237 35%, #bc8655 53%, #bdb064 77%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.reserve-bnr, .qa-bnr, .recruit-bnr
{
    background: linear-gradient(11deg, #9e7237 13%, #f6ecb1 94%);
}

.sch-tbl dl dt {
    background: rgba(218, 153, 66,  0.582);
    color: #fff;
}

.tw-btn a {
    background: rgba(218, 153, 66,  0.582);
}

footer {
background: none;
}


.more-list-btn a {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: linear-gradient(11deg, #9e7237 13%, #f6ecb1 94%);
    color: #fff;
    border-radius: 2px;
    width: 100%;
}

.topics-wrap .more-list-btn a {
    margin-bottom: 2rem;
}

.more-btn a {
    display: inline-block;
    padding: 0.25rem 1rem;
    /* background: #3a3a3a; */
    border: 1px solid #d5ab43;
    color: #d5ab43;
    border-radius: 2px;
    width: 100%;
}

.mainvisual.mainvisual-under {
    display: none !important;
}

/* 9/8 追記 */
body {
    background-image: url(../img/back.jpg);
}
.accordion>ul>li>div {
    background: linear-gradient(11deg, #9e7237 13%, #f6ecb1 94%);
    border-color: #d5ab43;
}
.sp-foot li a {
    background: linear-gradient(11deg, #9e7237 13%, #f6ecb1 94%);
}
.accordion>ul>li>p,
.navi-contact,
.navi-contact a,
.navi-contact a i {
    color: #000000;
}
.accordion li .accordion_icon span,
.radio-box input[type="radio"]:checked+label:after,
.new-topics span.cat-ico {
    background: #d5ab43;
}
.contents-ttl h2,
.price-box+.price-box,
.input-field>input,
.input-field>textarea,
.course-select select,
.radio-box input[type="radio"]+label:before,
.new-topics,
.pick-wrap {
    border-color: #d5ab43;
}
.price-list dl dt {
    background: linear-gradient(11deg, #9e7237 13%, #f6ecb1 94%);
}
.price-list dl dd {
    text-shadow: 1px 1px 1px #d5ab43;
}
.underlayer {
    margin-top: 5rem;
}
.reserve-underlayer {
    padding-top: 0;
}

footer {
    color: #000000;
}

footer a {
    color: #000000;
}

/* 一時的対応、クレジット決済はいれば30％に戻す */
@media screen and (min-width: 801px) {
    .reserve-bnr, .qa-bnr, .recruit-bnr {
        width: 45%;
    }
}