@charset "UTF-8";

main {
    margin-bottom: 0;
}

.sec_ttl.-ja {
    font-size: 25px;
}

.read .inner {
    max-width: 1000px;
    padding: 0 40px;
}

.read_cnt {
    background: #fff;
    padding: 25px 25px 60px;
    margin-bottom: 35px;
}

.read_cnt_ttl {
    font-size: 23px;
    text-align: center;
    background: #F6F8F7;
    padding: 10px 20px;
    margin-bottom: 40px;
}

.read_cnt_row_ttl {
    font-size: 33px;
    text-align: center;
}

.read_cnt_row_ttl span {
    color: #D1BF91;
}

.read_cnt_row_ttl.-small {
    font-size: 23px;
    margin-bottom: 20px;
}

.read_cnt_row_txt {
    font-family: 'Noto sans JP', sans-serif;
    font-size: 15x;
    margin-bottom: 32px;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.read_contact {
    max-width: 818px;
    margin: 0 auto;
    padding: 40px 50px;
    border: solid 1px #CBCBCB;
}

.read_contact .tel {
    font-family: 'Marcellus', serif;
    font-size: 35px;
    text-align: center;
    margin-bottom: 10px;
}

.read_contact_intro {
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Noto sans JP', sans-serif;
}

.read_contact_txt {
    font-family: 'Noto sans JP', sans-serif;
    padding: 10px 0;
}

/* .read_contact_txt::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 40px;
    background-color: #000;
} */

.time_cnt {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #F6F8F7;
    padding: 8px 35px;
    margin-bottom: 10px;
}

.read_contact_ttl {
    font-size: 20px;
    padding-right: 25px;
    border-right: solid 1px #DDDDDD;
}


.read_cnt.no2 .read_cnt_row {
    padding-left: 30px;
}

.read_cnt.no3 {
    margin-bottom: 0;
}

.read_cnt_row table {
    width: 100%;
    max-width: 660px;
    margin:  0 auto 30px;
}

.read_cnt_row thead {
    background: #F6F8F7;
    text-align: center;
}

.read_cnt_row tr th {
    border-right: solid 1px #CBCBCB;
    border-bottom: solid 1px #CBCBCB;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}

.read_cnt_row tr td {
    border-right: solid 1px #CBCBCB;
    border-bottom: solid 1px #CBCBCB;
    padding: 10px;
}

.read_cnt_row thead tr td:last-child,
.read_cnt_row tr td:last-child {
    border-right: none;
}

.read_cnt_row tbody tr:last-child th,
.read_cnt_row tbody tr:last-child td {
    border-bottom: none;
}

.read_cnt_row .note {
    width: 100%;
    max-width: 660px;
    margin: 0 auto 30px;
}

.read_cnt_row tbody tr td.-open {
    background: url(/img/cmn/icon-open.svg);
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.read_cnt_row tbody tr td.-half {
    background: url(/img/cmn/icon-half.svg);
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.read_cnt_row tbody tr td.-close {
    background: url(/img/cmn/icon-close.svg);
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}


/* link */

.about_link {
    padding: 70px 0 90px;
}

.about_link_ttl {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
}

.about_link_body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1240px;
    margin: 0 auto;
}

.about_link_cnt {
    width: 100%;
    max-width: 550px;
    height: 120px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #CBCBCB;
    font-size: 23px;
    transition-duration: 0.5s;
    position: relative;
}

.about_link_cnt::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition-duration: 0.5s;
    background: linear-gradient(to right bottom, #F6F3EC, #E9F1E6, #CFEFE2);
}

.about_link_cnt:hover::before {
    opacity: 1;
}

.about_link_cnt::after {
    content: "";
    display: block;
    transform: translateY(50%);
    bottom: 50%;
    right: 30px;
    width: 20px;
    height: 10px;
    background-image: url(/img/cmn/icon-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.about_link_cnt p {
    position: relative;
    z-index: 10;
}


.contact {
    padding-bottom: 200px;
    text-align: center;
}

.contact_ttl {
    font-size: 33px;
    margin-bottom: 30px;
}

.contact_txt {
    font-size: 18px;
    margin-bottom: 30px;
}

.contact a {
    font-size: 42px;
    font-family: 'Marcellus', serif;
}


/* room */

/* .room {
    position: relative;
    padding: 100px 0 200px;
    overflow: hidden;
}

.room.inner {
    position: relative;
    z-index: 10;
}

.img-fether {
    position: absolute;
    z-index: 0;
    mix-blend-mode: screen;
}

.img-fether.no1 {
    left: 3%;
    top: -6%;
}

.img-fether.no2 {
    right: -4%;
    top: 30%;
}

.room_head {
    margin-bottom: -40px;
    position: relative;
    z-index: 10;
}

.room_ttl {
    text-align: center;
    font-size: 28px;
}

.room_ttl.small  {
    font-size: 16px;
}

.room_intro {
    text-align: center;
    background: url(/img/tofirst/bg-room_intro.png);
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 755px;
    margin: 0 auto;
    padding: 100px 0px;
} */

.tofirst_body {
    background: url(/img/tofirst/bg-tofirst_body.png);
    background-size: cover;
    background-size: 100% 90%;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.message {
    margin-top: -40px;
}

.message_ttl {
    font-size: 21px;
    margin-bottom: 35px;
    text-align: center;
}

.message_list {
    width: 100%;
    max-width: 485px;
    margin: 0 auto 50px;
}

.message_list p {
    width: fit-content;
    position: relative;
    margin-left: 15px;
    /* border-bottom: dotted 1px #CBCBCB; */
    margin-bottom: 10px;
}

.message_list p::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 40px;
    background-color: #000;
}

.message_list p::after {
    content: '';
    width: 100%;
    height: 2px;
    background: url(/img/tofirst/dotted_message.svg) repeat-x;
    background-size: contain;
    background-origin: content-box;
    position: absolute;
    left: 0;
    bottom: 0;
}

.room_contact {
    background: #fff;
    padding: 63px 30px;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.room_contact_ttl {
    font-size: 23px;
    text-align: center;
}

.room_contact .time {
    font-size: 15px;
    margin-bottom: 25px;
    text-align: center;
}

.contact_tel {
    text-align: center;
    background: #F6F8F7;
    padding: 30px;
    max-width: 750px;
    margin: 0 auto 20px;
}

.contact_tel p {
    font-family: 'Noto sans JP', sans-serif;
}

.contact_tel .tel {
    font-size: 35px;
    font-family: 'Marcellus', serif;
}

.room_contact .note {
    max-width: 750px;
    margin: 0 auto;
}

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

    .tofirst_body {
		background: url(/img/tofirst/bg-tofirst_body.png);
		background-size: 100% 90%;
		background-position: center bottom;
		background-repeat: no-repeat;
	}
    
    /* read */

    .read .inner {
        padding: 0 24px;
    }

    .read_cnt_row_ttl {
        font-size: 18px;
    }

    .read_cnt_row_ttl.-small {
        font-size: 18px;
    }

    .read_cnt {
        padding: 10px 15px;
    }

    .read_cnt_ttl {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .read_cnt.no2 .read_cnt_row {
        padding-left: 0;
    }

    .read_contact {
        padding: 20px 15px;
    }

    .read_contact .tel {
        font-size: 28px;
    }

    .time_cnt {
        flex-flow: column;
        padding: 20px;
        gap: 10px;
    }

    .read_contact_ttl {
        padding-right: 0;
        padding-bottom: 10px;
        border-bottom: solid 1px #DDDDDD;
        border-right: none;
        width: 100%;
        text-align: center;
    }

    .read_contact_txt {
        width: 100%;
        padding: 0;
    }

    .read_cnt_row_tbl {
        overflow: scroll;
    }

    .read_cnt_row table {
        width: 100%;
        margin: 0 auto;
    }

    .read_cnt_row tr th,
    .read_cnt_row tr td {
        font-size: 10px;
        padding: 4px;
    }

    .read_cnt_row tbody tr td.-open,
    .read_cnt_row tbody tr td.-half,
    .read_cnt_row tbody tr td.-close {
        background-size: 40%;
    }




    /* link */

    .about_link {
        padding: 50px 0;
    }

    .about_link_body {
        gap: 10px;
    }

    .about_link_cnt {
        width: 90%;
        font-size: 18px;
        height: 90px;
    }


    .contact {
        padding-bottom: 50px;
    }

    .contact_ttl {
        margin-bottom: 20px;
    }

    .contact_txt {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .contact a {
        font-size: 30px;
    }


    /* room */

    .room {
        padding-bottom: 50px;
    }

    .room_intro {
        background: url(/img/tofirst/bg-room_intro_sp.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: unset;
        padding: 60px 0;
    }

    .message_ttl {
        font-size: 17px;
    }

    .room_contact {
        padding: 30px 25px;
    }

    .contact_tel .tel {
        font-size: 25px;
    }

    .img-fether {
        width: 60%;
    }

    .img-fether.no1 {
        left: -15%;
        top: -1%;
    }

    .img-fether.no2 {
        right: -14%;
        top: 36%;
    }
}