@charset "utf_8";
/*=====================
common
=====================*/
html {
    font-size: 62.5%;
}

body {
    font-family: "Inter",
        Arial,
        sans-serif;;
        color: #4D3A2F;
        line-height: 1.5;
        background: #FEF8EC;
}

img {
    max-width: 100%;
    height: auto;
}

.spbr {
    display: none;
}

@media screen and (max-width: 768px) {
    .spbr {
        display: inline-block;
    }
    .pcbr {
        display: none;
    }
}

/*=====================
header
=====================*/
.header {
    text-align: center;
    margin-top: 20px;
}

.header__logo {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin-bottom: 50px;
}

.hamburger {
    display: none;
}

.nav__btn {
    display: none;
}

.nav {
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
    position: static;
    transform: translate(0);
}

.header__nav {
    display: flex;
    gap: 50px;
    justify-content: center;
    padding-bottom: 80px;
}

.header__item {
    font-size: 2.5rem;
    font-weight: 700;
    white-space: nowrap;
}

.nav__sns {
    display: none;
}

.main__img__pc {
    width: 100%;
    height: 550px;
    object-fit: cover;
    position: relative;
}

.mainimg__txt {
    color: #f5f5f5;
    font-family: "Karma";
    font-size: 5.0rem;
    font-weight: 700;
    line-height: 120%;
    white-space: nowrap;
    position: absolute;
    top: 72%;
    left: 67%;
}

.main__img__sp {
    display: none;
}

.main__txt {
    background-color: #ffffff;
    text-align: center;
    font-family: "Kaisei Decol";
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 50px;
    padding: 50px 0;
    margin: 150px 0;
}

/* header sp */
@media screen and (max-width: 768px) {
    .header {
        margin: 0 auto;
    }

    .header__top {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        background: #FEF8EC;
    }

    .header__logo {
        width: 80px;
        height: 80px;
        margin: 15px 0;
    }

    .hamburger {
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .nav__btn {
        display: block;
        width: 30px;
        height: 30px;
        margin-left: auto;
        margin-right: 14px;
    }

    .nav{
        background: rgba(235, 227, 213, 0.90);
        width: 100%;
        height: 100dvh;
        padding: 50px 33px 22px;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 100;
        transform: translateX(-150%);
        transition: transform 0.4s;
        overflow-y: auto;
    }

    .nav.active {
        transform: translateX(0);
    }

    .header__nav {
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin-top: 80px;
    }

    .header__item {
        font-size: 2.0rem;
        text-align: start;
    }

    .nav__sns {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .nav__rsv__tel {
        display: flex;
        justify-content: end;
        gap: 15px;
    }

    .nav__tel__img {
        width: 20px;
        height: 20px;
    }

    .nav__tel__txt {
        font-size: 2.0rem;
        font-weight: 400;
    }

    .nav__rsv__sns {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 20px;
    }

    .nav__sns__logo {
        width: 35px;
        height: 35px;
    }

    .header__item::before {
        content: '';
        display: inline-block;
        width: 30px;
        height: 1px;
        background-color: #4D3A2F;
        margin: 8px 15px;
    }

    .main__img__pc {
        display: none;
    }

    .main__img__sp {
        width: 100%;
        height: 500px;
        object-fit: cover;
        display: block;
        position: relative;
    }

    .main__img__wrap {
        position: relative;
        margin-top: 145px;
    }

    .mainimg__txt {
        color: #4D3A2F;
        font-size: 2.0rem;
        font-weight: 700;
        line-height: 25px;
        position: absolute;
        top: auto;
        bottom: 77px;
        left: 9.5%;
    }

    .main__txt {
        color: #4D3A2F;
        text-align: center;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 35px;
        padding: 25px 0;
        margin: 80px 0;
    }
    }


/*=====================
main
=====================*/
/* about */
.about__img {
    width: 1000px;
    height: 600px;
    object-fit: cover;
}

.about__txt {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 45px;
    margin: 70px 0 50px 0;
}

.btn__item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.home__btn {
    background-color: #EBAA89;
    display: flex;
    width: 350px;
    height: 80px;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.home__btn:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.btn__txt {
    color: #FFF;
    font-size: 2.6rem;
    font-weight: 700;
}

.btn__stanp {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

/* header sp */
@media screen and (max-width: 768px) {
.section__about {
    margin: 0 auto;
}

.about__img {
    width: 375px;
    height: 375px;
    object-fit: cover;
}

.about__txt {
    font-size: 1.7rem;
    line-height: 35px;
    margin: 50px 0 30px;
}

.btn__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.home__btn {
    display: flex;
    width: 250px;
    height: 65px;
    padding: 13px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.btn__txt {
    font-size: 2.0rem;
    font-weight: 700;
    white-space: nowrap;
}

.btn__stanp {
    width: 30px;
    height: 30px;
}
}

/* trimming,hotel*/

.sub__title {
    font-size: 4.0rem;
    font-weight: 700;
    margin: 130px 0px 50px 0px;
}

.sub__title span {
    display: inline-block;
    position: relative;
}

.sub__title span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translateY(-50%);
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #4D3A2F;
}

.sub__title span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translateY(-50%);
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #4D3A2F;
}

.trimming__img {
    width: 500px;
    height: 300px;
    object-fit: cover;
}

.home__item {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    align-self: stretch;
    gap: 50px;
}

.home__item__pc {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    align-self: stretch;
    gap: 50px;
}

.home__item__sp {
    display: none;
}

.home__box {
    width: 420px;
}

.home__txt {
    color: #4D3A2F;
    font-size: 2.4rem;
    font-weight: 400;
    text-align: start;
    padding-bottom: 50px;
}

.hotel__img {
    width: 500px;
    height: 300px;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
.sub__title {
    font-size: 3.0rem;
    line-height: 1.2;
    margin: 80px 0 30px;
}

.sub__title span::before {
    width: 20px;
    left: -40px;
}

.sub__title span::after {
    width: 20px;
    right: -40px;
}

.trimming__img {
    width: 375px;
    height: auto;
    object-fit: cover;

}

.hotel__img {
    width: 375px;
    height: auto;
    object-fit: cover;
}

.home__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    gap: 30px;
}

.home__item__pc {
    display:none;
}

.home__item__sp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    gap: 30px;
}

.home__box {
    display: flex;
    width: 375px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home__txt {
    font-size: 1.7rem;
    font-weight: 400;
    text-align: center;
    padding: 0 30px 30px;
}

.spbr {
    display: inline-block;
}
}

/* accses,reserve */
.section__access_reserve {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin: 150px 0;
}

.acs_rsv__item {
    position: relative;
    opacity: 0.9;
}

.acs_rsv__btn:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.access__img {
    width: 400px;
    height: 400px;
    object-fit: cover;
}

.reserve__img {
    width: 400px;
    height: 400px;
    object-fit: cover;
}

.home__btn__2 {
    background-color: #EBAA89;
    display: flex;
    width: 350px;
    height: 80px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: absolute;
    top: 40%;
    left: 6%;
}

.btn__txt__2 {
    color: rgba(255, 255, 255, 1);
    font-size: 2.6rem;
    font-weight: 700;
}

.btn__stanp__2 {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .section__access_reserve {
        display: flex;
        flex-direction: column;
        gap: 50px;
        margin: 80px 0;
    }

    .acs_rsv__item {
        position: relative;
    }

    .acs_rsv__btn:hover {
        filter: alpha(opacity=90);
        -moz-opacity: 0.9;
        opacity: 0.9;
    }

    .access__img {
        width: 375px;
        height: 375px;
        object-fit: cover;
    }

    .reserve__img {
        width: 375px;
        height: 375px;
        object-fit: cover;
    }

    .acs_rsv__btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 30px;
        margin: 0 auto;
    }

    .home__btn__2 {
        background-color: #EBAA89;
        display: flex;
        width: 250px;
        height: 65px;
        justify-content: center;
        align-items: center;
        gap: 15px;
        position: absolute;
        top: 40%;
        left: 18%;
    }

    .btn__txt__2 {
        font-size: 2.0rem;
        font-weight: 700;
        white-space: nowrap;
    }
}

/* calendar */
.calendar__sel {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 300px 0 300px;
}

.calendar__title {
    font-size: 2.6rem;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    width: 250px;
    height: 80px;
}

.week__txt {
    color: #FFF;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 400;
    width: 80px;
    height: 80px;
}

.time__title {
    font-size: 2.6rem;
    font-weight: 400;
    text-align: center;
    width: 250px;
    height: 80px;
    padding-top: 5px;
}

.time__txt {
    font-size: 5.0rem;
    font-weight: 500;
    text-align: center;
    width: 80px;
    height: 80px;
}

.time__txt2 {
    font-size: 5.0rem;
    font-weight: 100;
    text-align: center;
    width: 80px;
    height: 80px;
}

.calendar__item {
    text-align: start;
    padding-top: 25px;
}

.calendar__txt {
    font-size: 2.0rem;
    font-weight: 400;
    padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
.calendar__sel {
    margin: 0 auto;
    padding: 0px 10px 0px 10px;
    margin: 80px 0;
}

.calendar__title {
    width: 200px;
    height: 30px;
    font-size: 1.8rem;
    font-weight: 400;
    white-space: wrap;
}

.week__txt {
    width: 30px;
    height: 30px;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 10px;
}

.time__title {
    width: 200px;
    height: 30px;
    font-size: 1.8rem;
    font-weight: 400;
    white-space: nowrap;
}
.time__txt {
    width: 30px;
    height: 30px;
    font-size: 3.0rem;
    font-weight: 400;
    padding: 10px;
}

.time__txt2 {
    width: 30px;
    height: 30px;
    font-size: 2.5rem;
    font-weight: 400;
    padding: 10px;
}

.calendar__item {
    display: flex;
    flex-direction: column;
    text-align: start;
}

.calendar__txt {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: start;
    white-space: wrap;
}
}

/* shop list */
.shop__list {
    width: 700px;
    max-width: 100%;
    margin: 100px auto 0;
    text-align: left;
}

.shop__item {
    display: flex;
    align-items: center;
    gap: 100px;
    margin-top: 60px;
}

.shop__title {
    min-width: 200px;
    font-size: 2.2rem;
    font-weight: 700;
}

.shop__txt {
    flex: 1;
    font-size: 2.2rem;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .shop__list {
        margin: 50px 0 100px;
        text-align: center;
    }

    .shop__item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-top: 35px;
    }

    .shop__title {
        min-width: auto;
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .shop__txt {
        font-size: 1.6rem;
        line-height: 1.22;
    }
}

/* footer */
.footer {
    background-color: #EBE3D5;
    padding: 60px 50px 40px;
    margin-top: 150px;
    flex-direction: column;
}

.footer__top {
    display: flex;
    justify-content: space-between;
}

.footer__address {
    display: flex;
    gap: 50px;
    margin-left: 60px;

}

.footer__logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.footer__info {
    gap: 5px;
    text-align: start;
}

.footer__txt {
    color: #000;
    font-size: 2.0rem;
    font-weight: 200;
}

.footer__nav {
    display: flex;
    justify-content: start;
    gap: 80px;
    margin-right: 50px;
}

.footer__list {
    text-align: start;
    flex-direction: column;
}

.footer__item {
    font-size: 2.5rem;
    font-weight: 700;
    white-space: nowrap;
    padding-bottom: 20px;
}

.footer__sns {
    gap: 20px;
    margin-bottom: 20px;
    margin-right: 50px;
    display: flex;
    justify-content: end;
}

.footer__snslogo {
    width: 40px;
    height: 40px;
}

.footer__snslogo:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.copy {
    text-align: end;
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
    margin-right: 50px;
}

@media screen and (max-width: 768px) {
.footer {
    padding: 40px 30px 20px 40px;
    margin: 0 auto;
}

.footer__address {
    display: flex;
    flex-direction: column;
    text-align: start;
    margin-left: 0px;
}

.footer__logo {
    width: 80px;
    height: 80px;
}

.footer__txt {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.footer__nav {
    display: none;
}

.footer__sns {
    margin: 30px 0px 30px;
}

.copy {
    text-align: center;
    margin: 0 auto;
}
}