@charset "utf-8";
html, body, h1, h2, p, ul, li, figure {
    margin: 0;
    padding: 0;
    line-height: 2.2;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    border: none;
    vertical-align: bottom;
    max-width: 100%;
}

html {
    font-size: 62.5%;
}

body {
    background: #fff;
    color: #000;
    font-size: 1.6rem;
    font-family: "Gelasio", '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro', serif;
	animation: loading 2s;
}

@keyframes loading {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

h2, h3, h4, h5  {
    line-height: 1.6;
    margin: 0;
}


@media screen and (max-width: 768px) {
    body {
        font-size: 1.4rem;
    }
}

/***************************************
　header
***************************************/
header {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1720px;
    right: 0;
    z-index: 1;
}

header .logo {
    margin-top: 20px;
    margin-left: 20px;
    line-height: 1;
}

header .logo img {
    width: 166px;
    height: auto;
}

.link-list {
    display: flex;
    background: #580045;
    height: 60px;
}


.link-list li {
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.link-list a {
    position: relative;
    color: #fff;
    display: block;
    width: 100%;
    padding: 14px 20px;
    transition: .3s ease-in-out;
    line-height: 30px;
    font-size: 1.5rem;
}

.link-list a:hover {
    opacity: .7;
}

.link-list-ig:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, .7);
    position: absolute;
    right: 0;
}

.link-list-ig a:before {
    content: "";
    display: inline-block;
    background: url(../images/ic_insta.svg) no-repeat left top / 100% auto;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    vertical-align: middle;
}

.link-list-ig a:after {
    content: "";
    display: inline-block;
    background: url(../images/ic_window.svg) no-repeat left top / 100% auto;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}

.link-list-lang {
    position: relative;
}

.link-list-lang span {
    position: relative;
    color: #fff;
    display: block;
    width: 100%;
    padding: 14px 20px;
    transition: .3s ease-in-out;
    line-height: 30px;
    cursor: pointer;
    font-size: 1.5rem;
}

.link-list-lang span:before {
    content: "";
    display: inline-block;
    background: url(../images/ic_language.svg) no-repeat left top / 100% auto;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    vertical-align: middle;
}

.link-list-lang span:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 5px 5px 0px 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}

.lang-list {
    position: absolute;
    padding: 0;
    display: none;
    top: 60px;
}

.lang-list li {
    background: #430034;
}

.lang-list li a {
    padding: 10px 10px 0;
    display: block;
    color: #fff;
    font-size: 1.4rem;
}

.lang-list li:last-child a {
    padding: 5px 10px 10px;
}


@media screen and (max-width: 768px) {
    header .logo {
    margin-top: 15px;
    margin-left: 15px;
    }

    header .logo img {
        width: 140px;
    }

    .link-list {
        height: 45px;
    }

    .link-list li.link-list-ig {
        width: 50px;
    }

    .link-list a {
        padding: 10px 12px;
    }

    .link-list-ig a {
        font-size: 0;
    }

    .link-list-ig a:before {
        width: 20px;
        height: 20px;
        margin-right: 0;
    }

    .link-list-ig a:after {
        content: none;
    }

    .link-list .link-list-lang {
        width: 130px;
    }

    .link-list-lang span {
        padding: 10px 12px;    
        font-size: 1.3rem;
    }

    .link-list-lang span:before {
        width: 20px;
        height: 20px;
        margin-right: 7px;
    }

    .link-list-lang span:after {
        right: 10px;
    }

    .lang-list {
        top: 45px;
    }

    .lang-list li {
        width: 130px;
    }

    .lang-list li a {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 320px) {
    header .logo img {
        width: 110px;
    }
}


/***************************************
　Fixed Reserve Button
***************************************/
.fixed-btn-rsv {
    display: none;
    position: fixed;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 48px;
    height: 160px;
    background: #580045;
    box-shadow: 7px 7px 0px 0 rgb(218, 200, 146);
    letter-spacing: 0.02rem;
    z-index: 1;
}

.fixed-btn-rsv a {
    display: flex;
    color: #FFF;
    font-size: 1.8rem;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
}

.fixed-btn-rsv a:hover {
    opacity: .7;
}

.fixed-btn-rsv a:after {
    content: "";
    display: inline-block;
    background: url(../images/ic_window.svg) no-repeat left top / cover;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 18px;
    margin: auto;
    right: 0;
    left: 0;
}

.fixed-btn-rsv a span {
    transform: rotate(90deg);
    margin-top: -20px;
}


@media screen and (max-width: 768px) {
    .fixed-btn-rsv {
        height: 40px;
        width: 140px;
        right: 22px;
        top: auto;
        bottom: 22px;
    }

    .fixed-btn-rsv a {
        font-size: 1.5rem;
    }

    .fixed-btn-rsv a span {
        transform: none;
        margin-top: 0;
        margin-left: -10px;
    }

    .fixed-btn-rsv a:after {
        left: auto;
        right: 10px;
        top: 0;
        bottom: 0;
    }
}
/***************************************
　MV
***************************************/
main {
    position: relative;
}

.mv {
    background: url(../images/mv-01.jpg) no-repeat center top / cover;
    height: 100svh;
}

.bg01 {
    background: url(../images/bg-01.jpg) no-repeat left top / cover;
}

.section {
    padding: 0 60px;
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 10rem;
    padding-bottom: 10rem;
}

h2 {
    color: #580045;
    font-size: 5rem;
    text-align: center;
    margin-bottom: 3rem;
}

h3 {
    font-size: 2.4rem;
    font-weight: 500;
}

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


@media screen and (max-width: 768px) {
    .section {
        padding: 0 4%;
    }

    h2 {
        font-size: 4rem;
        line-height: 1.3;
    }

    h3 {
        font-size: 2rem;
    }

    .inner {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

/***************************************
　Rooms
***************************************/
.rooms-sec p {
    margin-bottom: 20px;
}

.rooms-sec .item-01,
.rooms-sec .item-02 {
    width: calc((100% - 5%) / 2);
}

.rooms-sec .item-01 figure {
    margin-bottom: 15px;
}

/***** slick *****/

.slick-dots {
    bottom: 0;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button:before {
    font-size: 1rem;
}

.slick-dots li button:before {
    color: #cdaec7;
    opacity: .5;
}

.slick-dots li.slick-active button:before {
    color: #580045;
}

.slick-dotted.slick-slider {
    margin-bottom: 15px;
}

.slick-prev {
    left: 0;
    z-index: 1;
    width: 30px;
    height: 60px;
}

.slick-next {
    right: 0;
    width: 30px;
    height: 60px;
}

.slick-prev:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 30px;
    height: 60px;
}

.slick-prev:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #FFF;
    border-left: solid 2px #FFF;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto auto auto 11px;
}

.slick-next:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 30px;
    height: 60px;
}

.slick-next:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto auto auto 6px;
}

@media screen and (max-width: 768px) {
    .rooms-sec .flx {
        flex-direction: column;
        gap: 3rem;
    }

    .rooms-sec .item-01,
    .rooms-sec .item-02 {
        width: 100%;
    }

    .rooms-sec .item-01 figure {
        margin-bottom: 10px;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 10px;
    }
}

/***************************************
　Menu & Reservation
***************************************/
.bg-rsv {
    background: url(../images/bg-reservation.jpg) no-repeat left top / cover;
}

.bg-rsv h2{
    color: #FFF;
    font-weight: 600;
    margin-bottom: 50px;
}

.btn-rsv {
    margin: 0 auto;
    width: 100%;
    max-width: 420px;
    background: #580045;
    padding: 0 15px 0 25px;
    box-shadow: 10px 10px 0px 0 rgb(218, 200, 146);
    transition: .3s ease-in-out;
}

.btn-rsv:hover {
    box-shadow: 0px 0px 0px 0 rgb(218, 200, 146);
}

.btn-rsv a {
    color: #FFF;
    display: block;
    width: 100%;
    position: relative;
    font-size: 2.2rem;
    line-height: 1.4;
    height: 77px;
    display: flex;
    align-items: center;
}

.btn-rsv a:hover {
    opacity: .7;
}

.btn-rsv a:before {
    content: "";
    display: inline-block;
    background: url(../images/ic_reserve.svg) no-repeat;
    background-size: 100% auto;
    width: 32px;
    height: 31px;
    margin-right: 13px;
    margin-bottom: 7px;
}

.btn-rsv a:after {
    content: "";
    display: inline-block;
    background: url(../images/ic_window.svg) no-repeat left top / cover;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}


@media screen and (max-width: 768px) {
    .btn-rsv {
        width: 80%;
    }

    .btn-rsv a {
        font-size: 1.7rem;
    }

    .btn-rsv span {
        max-width: 170px;
    }
}
/***************************************
　Access & Information
***************************************/
.access-sec {
    padding: 0;
}

.access-inner {
    display: flex;
}

.access-inner .map,
.access-inner .cont-wrap {
    width: 50%;
}

.access-inner .map {
    aspect-ratio: 16 / 9;
}

.access-inner iframe {
    width: 100%;
    height: 100%;
}

.access-inner h2 {
    text-align: left;
    line-height: 1.3;
}

.access-inner strong {
    display: block;
    margin-top: 15px;
}

.access-inner .cont-wrap {
    padding: 60px 60px 60px 3.125%;
}

.access-inner .cont-wrap {
    line-height: 1.8875;
}


@media screen and (max-width: 768px) {
    .access-inner {
        flex-direction: column;
    }

    .access-inner h2 {
        text-align: center;
    }

    .access-inner .map,
    .access-inner .cont-wrap {
        width: auto;
        max-width: 100%;
    }

    .access-inner .cont-wrap {
        padding: 4rem 4% 6rem;
    }
}
/***************************************
　Footer
***************************************/
footer {
    background: #580045;
    color: #FFF;
    padding: 0 60px;
}

.ft-inner {
    padding: 25px 0;
    margin: 0 auto;
    max-width: 1720px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

footer .logo img {
    width: 166px;
    height: auto;
}

footer .link-insta {
    margin-right: 15px;
}

footer .link-insta img {
    width: 30px;
    height: 30px;
}

footer small {
    font-size: 1.2rem;
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, .7);
    line-height: 30px;
    display: inline-block;
}

/***** Return To Top *****/
.page-top {
    background: rgba(0, 0, 0, .5);
    width: 50px;
    height: 50px;
    left: 0;
}

.page-top a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-top .dli-chevron-up {
    display: block;
    line-height: 1;
    width: 15px;
    height: 15px;
    border: 2px solid #FFF;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(25%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
    footer {
        padding: 0 4%;
    }

    .ft-inner {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    footer .link-insta {
        margin-right: 0;
    }

    footer .cont {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    footer small {
        font-size: 1.2rem;
        padding-left: 0;
        border-style: none;
        line-height: 1.4;
    }
}

/***** fade-in-up *****/
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
}

.fadeinfadein-left{
    transform: translate(-30px,0);
}

.fadein.fadein-right {
    transform: translate(30px,0);
}

.fadein.fadein-up {
    transform: translate(0,-30px);
}

.fadein.fadein-bottom{
    transform: translate(0,30px);
}

.fadein.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}