@charset "utf-8";


:root {
    --color-main: #ad956d;
    --color-white: #fff;
    --color-bk: #1a1a1a;
    /* --gold: linear-gradient(0deg, #fdbfd8, #ffd8e8); */
    --color-border-gray: #9b9b9b;
    --gold: linear-gradient(145deg, rgb(226, 195, 140) 1%, rgba(254, 231, 197, 1) 50%, rgb(226, 195, 140) 100%);
    --pink: #FABEBE;
}


/* Common  */


body {
    font-family: "Noto Serif JP", serif;
    color: var(--color-bk);
}

main {
    background: rgb(255, 255, 255, 0.7);
    position: relative;
}

.mainvisual p {
    color: var(--color-bk);
    font-weight: bold;
    text-shadow: 1px 1px 7px #fff, 1px 1px 16px #fff;
}

.scroll-btn a {
    color: var(--color-bk);
}



.mainvisual {
    position: absolute;
    top: 0;
    height: 100%;
    height: 100vh;
    width: 100%;
    padding: 0 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: url(../img/mainvisual.jpg);
    background-size: cover;
    background-position: top right 61%;
    background-repeat: no-repeat;
    width: 100%;
    /* margin-top: 56px; */
}

.visual-logo {
    /* height: 172px; */
    /* filter: drop-shadow(1px 2px 3px rgb(51, 51, 51)); */
    height: 262px;
    filter: drop-shadow(1px 1px 2px #fff);
}

header,
.header-bg {
    /* background: rgba(250, 250, 250, 0.5); */
    /* background: var(--gold); */
    background: #f4cccc;
}

#nav-toggle span {
    background: var(--color-bk);
}

#nav a {
    color: var(--color-bk);
}

.close-btn {
    color: var(--color-bk);
}

/* .open #nav a {
    color: var(--color-white);
} */

.logo-area a {
    transform: scale(1.54);
    /* filter: drop-shadow(1px 1px 2px rgb(51, 51, 51)); */
}

.main-contact {
    background: var(--pink);
    color: var(--color-bk);
}

.contents-ttl {
    background: url(../img/eto_fl.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.more-btn a {
    border: none;
    color: var(--color-bk);
    background: var(--pink);
    border-radius: 11px;
}

.news-text-wrap li span {
    background: var(--gold);
    color: var(--color-bk);
    border-radius: 5px;
}

.news-text-wrap li:first-child {
    color: var(--color-bk);
}

.clamp-text2 a {
    text-decoration: none;
}

.contents-ttl h2,
.contents-ttl p,
.todays-wrap h2,
.todays-wrap p {
    color: #FC94BC;
    text-shadow: 1px 1px 6px #fff;
    font-weight: bold;
}

.contents-ttl h2,
.contents-ttl p,
.todays-wrap h2,
.todays-wrap p {
    color: var(--color-bk);
    text-shadow: 1px 1px 6px #fff;
    font-weight: bold;
}

.todays-wrap {
    background: none;
}

.tosays-ttl {
    margin-bottom: 2rem;
    background: url(../img/eto_fl.jpg);
    padding: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.staff-box>ul>li {
    color: var(--color-bk);
}

.staff-box>ul li+li {
    border-top: 1px solid var(--color-border-gray);
}

.blog-box+.blog-box {
    border-top: 1px solid var(--color-border-gray);
}

.ico01,
.ico04,
.ico07,
.ico010,
.ico013,
.ico02,
.ico05,
.ico08,
.ico011,
.ico03,
.ico06,
.ico09,
.ico012 {
    background: var(--gold);
    color: var(--color-bk);
}

.ico-area p {
    color: #1a1a1a;
}


.clamp-text3 {
    background: none;
    color: #ff81aa;
}

.concept-bg {
    background-image: url(../img/dia_main.jpg);
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.reserve-bnr a,
.qa-bnr a,
.recruit-bnr a {
    background: #f4cccc;
    color: var(--color-bk);
    border-radius: 11px;
}


.sp-foot {
    padding: 0;
}

.sp-foot a {
    color: var(--color-bk);

}

.sp-foot ul {
    background: rgb(255 255 255 / 85%);
}

.link-bnr-wrap {
    /* background: url(../img/ba.jpg);
    background-attachment: fixed;
    background-color: rgba(255, 255, 255, 0.3);
    background-blend-mode: lighten; */
    position: relative;
}

main::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../img/ba.jpg) center/cover no-repeat;
    z-index: -1;
}

footer {
    background: #f4cccc;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer-logo {
    margin-bottom: 25px;
}

footer p {
    color: var(--color-bk);
    /* background: rgb(255, 255, 255, 0.6); */
    padding: 8px;
}

.fa-facebook-square,
.fa-x-twitter,
.fa-instagram {
    color: var(--color-bk);
}

/* .staff-box>ul>li {
    position: relative;

}

.staff-box>ul>li::before,
.staff-box>ul>li::after {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    background: url(../img/diaicon.png);
    z-index: 9999;
} */

/* System  */
.list-wrap h3 {
    /* background: var(--gold); */
}

/* News  */
.news-ico {
    background: var(--gold);
    color: var(--color-bk);
}


.news-detail-info .clamp-text3 {
    background: none;
}



/* Shedule  */
.tab-switch:checked+.tab-label {
    background: var(--gold);
    color: var(--color-bk);
}

.tab-label {
    background: var(--color-border-gray);
    color: var(--color-white);
}

.detail-tbl thead {
    /* background: var(--gold); */
    background: var(--gold);
    color: var(--color-bk);
}

.detail-tbl tr th,
.detail-tbl tr td {
    border: 1px solid var(--color-main);
}

.weekly-schedule ul {
    font-weight: bold;
}

.detail-tbl tr td {
    background: #fff;
}

.filter-wrap select,
.filter-inner input[type="submit"] {
    font-family: "Noto Serif JP", serif;
}

/* Blog  */

.blog-update {
    color: var(--color-bk);
}

.blog-detail a {
    background: var(--gold);
    color: var(--color-bk);
}

/* Access */
.access-box h3 {
    color: var(--color-bk);
}

.access-box h3 {
    border-bottom: 1px solid var(--color-border-gray);
}

/* Reserve  */
.reserve>div {
    /* background: var(--gold); */

}

.reserve input[type="text"],
.reserve input[type="number"],
.reserve input[type="tel"],
.reserve input[type="email"],
.reserve input[type="date"],
.reserve select {
    border: 1px solid var(--color-border-gray);
}

.reserve textarea {
    display: block;
    padding: 0.5rem;
    border: 1px solid var(--color-border-gray);
    font-size: 1rem;
    border-radius: 0;
}

.filter-inner input[type="checkbox"]:checked+.check-point:after,
.reserve input[type="checkbox"]:checked+.check-point:after {
    border-bottom: 3px solid var(--color-border-gray);
    border-right: 3px solid var(--color-border-gray);
}

.reserve input[type="submit"] {
    background: var(--gold);
    color: var(--color-bk);
}

.reserve input[type="time"] {
    border: 1px solid var(--color-border-gray);
}

.reserve input[type="radio"]+label:before {
    border: 1px solid var(--color-border-gray);
}

.reserve input[type="radio"]:checked+label:after {
    background: var(--color-border-gray);
}

#course,
.reserve select {
    font-family: "Noto Serif JP", serif;
}

.reserve input[type="submit"][disabled],
.reserve input[type="submit"] {
    font-family: "Noto Serif JP", serif;
    margin-top: 30px;
}

/* Recruit  */
.job-box dl dt {
    background: #ff90af;
}

.job-box dl dt {
    background: var(--gold);
    color: var(--color-bk);
}

.job-box dl dt,
.job-box dl dd {
    border: 1px solid var(--color-border-gray);
}

.job-box dl:last-child dt+dd {
    border-bottom: 1px solid var(--color-border-gray);
}



/* Q&A  */
.accordion>ul>li>div {
    background: var(--pink);
    border: 1px solid var(--color-border-gray);
    color: var(--color-bk);

}

.accordion li .accordion_icon span {
    background: var(--color-border-gray);
}

@media screen and (min-width: 769px) {
    header {
        top: 0;
    }

    .todays-wrap {
        max-width: 1168px;
        margin-left: auto;
        margin-right: auto;

    }

    .credit {
        margin-top: calc(5rem + 56px);
    }

    .under-main {
        margin-top: 0;
        padding-top: 150px;
    }

    /* .mainvisual {
        background-position: top;
    } */


    .news-btn a {
        color: var(--color-bk);
        background: none;
    }

    .weekly-schedule {
        background: var(--gold);
    }



    /* .job-box dl dt+dd {
        border-top: 1px solid var(--color-border-gray);
        border-bottom: 1px solid var(--color-border-gray);
    } */
}

@media screen and (max-width : 769px) {

    .detail-tbl tr th,
    .detail-tbl tr td {
        /* border: 1px solid #fdbfd8; */
        /* border-top: none; */
    }

    .detail-tbl tr th+th,
    .detail-tbl tr td+td {
        border-top: none;
    }

    .detail-tbl tr td {
        border-left: none;
    }

}




.slide-container {
    padding-top: 0;
}

.mainvisual p,
.mainvisual ul {
    padding-top: 0;
}

@media screen and (min-width: 769px) {
    .visual-logo {
        /* scale: 0.7; */
    }

    .mainvisual {
        height: 100vh;
        overflow: hidden;
    }

    .main-wrap01 {
        /* margin-top: calc(5rem + 56px); */
    }
}

.credit {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 1rem 0 1rem;
}

.credit img {
    width: 100%;
}