@charset "utf-8";
@import url(fonts.css);

#wrap {
    background: #fdfcf4;
}
.top {
    position: sticky;
    top: 0;
    z-index: 100;
    padding-top: 40px;
    padding-bottom: 10px;
}

.banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1480px;
    margin: 0 auto;
}
.menu {
    display: flex;
}
.menu p {
    background: rgba(0, 0, 0, 0.709);
    width: 70px;
    height: 3px;
    margin-bottom: 11px;
    margin-right: 8px;
    margin-top: 5px;
    transition: all 0.3s;
}
.menu:hover p:first-child {
    transform: rotate(-45deg) translateY(10px);
}
.menu:hover p:last-child {
    transform: rotate(45deg) translateY(-10px);
}
.bn.right h2 {
    position: relative;
}
.bn.right h2::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.7);
    transition: width 0.3s;
}

.bn.right h2:hover::after {
    width: 105px
}

/* // banner */
.nav_bg {
    height: 500px;
    background: #fdfcf4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none;
    padding-top: 150px
}

.nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: top;
    margin: 0 auto;
    max-width: 1480px;
    padding-top: 50px;
    border-radius: 0 0 10px 10px;
}

.nav .index {
    display: flex;
}

.nav .index .box h2 {
    position: relative;
    font-family: "Playfair Display", serif;
    font-size: 32px;
    margin-right: 45px;
    margin-bottom: 22px;
}
.nav .index .box4 h2:first-of-type {
    width: 120px;
}
.nav .index .box4 h2:nth-of-type(2) {
    width: 160px;
}

.nav .index .box h2 a::after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.5s;
}

.nav .index .box h2 a:hover::after {
    width: 100%;
}

.nav .index .box p {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 500;
    margin-bottom: 12px;
}

.nav .index .box p a:hover {
    transition: all 0.5s;
    color: black;
}

.nav .sns {
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav .sns a {
    margin-right: 10px;
    font-size: 15px;
    font-weight: 400;
}

.img_index_bg {
    width: 450px;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

/* // nav */
.main_visual {
    position: relative;
    top: -158px;
    height: 100vh;
}
.main_visual::after {
    position: absolute;
    font-family: "Playfair Display", serif;
    bottom: 10%;
    left: 55%;
    transform: translateX(-75%);
    color: rgba(255, 255, 255, 0.809);
    font-size: 60px;
    content: 'Ciel';
    width: 200px;
    height: 50px;
    z-index: 3;
}

.main_visual_img {
    height: 100%;
}

.main_visual_img .swiper-wrapper {
    height: 100%;
}

.main_visual_img .swiper-wrapper img {
    height: 100%;
    width: 100%;
}

.index .swiper-button-next.button {
    border: none;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    text-align: right;
    width: 40px;
}
.index .swiper-button-next.button:hover {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s;
} 

.index .swiper-button-prev.button {
    border: none;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    text-align: left;
    width: 40px;
}
.index .swiper-button-prev.button:hover {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s;
}

.main .swiper-button-next.button {
    color: rgba(255, 255, 255, 0.5);
    display: block;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 81px;
}

.main .swiper-button-next.button:hover {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.4s;
}

.main .swiper-button-prev.button {
    color: rgba(255, 255, 255, 0.5);
    display: block;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 81px;
}

.main .swiper-button-prev.button:hover {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.4s;
}

/* // main_visual */
.intro {
    height: calc(100vh - 155px);
    position: relative;
}

.intro p {
    text-align: center;
    font-weight: 500;
    color: #2e3226;
    margin-left: 30px;
}

.intro p span {
    margin-left: 30px;
    position: relative;
    display: inline-block;
    font-weight: 600;
}

.intro p span::before {
    position: absolute;
    content: '';
    top: 20%;
    left: -60%;
    width: 1px;
    height: 12px;
    background-color: black;
}

.intro .swiper {
    width: 30%;
    height: 85%;
    position: absolute;
    right: 12%;
    top: 12%;
    border-radius: 5px;
}

.intro .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: right;
    align-items: top;
}

.intro .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.intro .autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
}
.intro .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: white;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}
.intro .swiper-pagination-bullet-active {
    background: white;
}
.intro div.text {
    width: 600px;
    margin-left: 13%;
    top: 4%; left: 2%;
    position: absolute;
}
.intro div.text h3 {
    font-size: 3rem;
    font-family: "Playwrite IN", serif;
    margin-left: 15px;
    color: black;
    margin-top: 30px;
}
.intro div.text p{
    text-align: left;
    line-height: 25px;
    position: relative;
}
.intro div.text p::after {
    position: absolute;
    content: '';
    width: 250px; height: 250px;
    background: transparent;
    border-radius: 50%;
    bottom: -90%; right: -165%;
    border: 2px solid rgba(0, 0, 0, 0.1);
}
.intro div.text p::before {
    position: absolute;
    content: '';
    width: 600px; height: 600px;
    background: transparent;
    border-radius: 50%;
    top: -200%; right: -15%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.intro .text figure {
    position: absolute;
    z-index: 1;
    top: 130%; left: 35%;
    height: 28rem; /* 448px; */
    border-radius: 0.5re,; /* 8px; */
    overflow: hidden;
}
.intro .text figure img {
    width: 100%; height: 100%;
}







/* //intro */
.reservaiton {
    max-width: 84.375rem; /* 1350px; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 100vh;
    overflow: hidden;
}
.reservaiton .left {
    margin-top: 18%;
    width: 50%;
}
.reservaiton .left .price {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.reservaiton .left h2 {
    padding: 0.625rem; /* 10px; */
    margin-bottom: 0.625rem; /* 10px; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 1.25rem; /* 20px; */
    letter-spacing: 0.313rem; /* 5px; */
}
.reservaiton .left .price span:first-of-type {
    position: relative;
}
.reservaiton .left .price span.effect {
    position: absolute;
    left: 0;
}
.reservaiton .left .price:hover span.effect {
    transform: rotate(90deg);
    transition: all 0.4s;
    
    left: -10%; top: 10%;
}
.reservaiton .left .tbl_reserve {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    display: none;
}
.reservaiton .left .tbl_reserve th {
    background: #0b3821;
    color: white;
    font-size: 0.938rem; /* 15px; */
    font-weight: 300;
    padding: 0.625rem; /* 10px; */
    box-sizing: border-box;
}
.reservaiton .left .tbl_reserve tr {
    height: 2.5rem; /* 40px; */
    font-size: 0.875rem; /* 14px; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.reservaiton .left .info {
    padding: 0.938rem; /* 15px; */
}
.reservaiton .left .info div {
    margin: 0.625rem /* 10px; */ 0 1.875rem /* 30px */ 0;
}
.reservaiton .left .info strong {
    display: block;
    font-size: 1.5rem ;/* 24px; */
    letter-spacing: 0.156rem; /* 2.5px; */
    font-weight: 600;
    margin-bottom: 0.625rem; /* 10px; */
}
.reservaiton .left .icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 1rem;/* 
    background: pink; */
    text-align: center;
    font-size: 0.75rem; /* 12px; */
}
.reservaiton .left .icon .ico {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 5.625rem; /* 90px; */
    height: 3.75rem; /* 60px; */
}
.reservaiton .left .icon .ico img {
    margin: 0 auto 0.313rem/* 5px */ auto;
    width: 2.188rem; /* 35px; */
    height: 2.188rem; /* 35px; */
    opacity: 0.7;
}
.reservaiton .right {
    margin-top: 18%;
    width: 40%;
    position: relative;
}
.reservaiton .right figure:first-of-type img {
    border-radius: 0.313rem; /* 5px; */
    margin-left: 3rem; /* 48px; */
}
.reservaiton .right figure:last-of-type {
    position: absolute;
    z-index: 12;
    bottom: 11%; right: 0;
}
.reservaiton .right figure:last-of-type img {
    width: 100%; height: 100%;
    border-radius: 0.5rem; /* 8px; */
}







.booking {
    height: 770px;
    background: #21302b;
    position: relative;
}

.booking .text {
    position: absolute;
    color: #f4dabd;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    text-align: center;
}

.booking .text h3 {
    font-family: "Playwrite IN", serif;
    font-size: 120px;
    font-weight: 100;
}

.booking .text p:first-of-type {
    font-family: "Playwrite IN", serif;
    font-size: 80px;
    font-weight: 500;
    line-height: 100px;
    height: 70px;
}

.booking .text p:last-of-type {
    color: #edd2b4;
    font-weight: 250;
    line-height: 25px;
    letter-spacing: 1.7px;
    margin-bottom: 60px;
}

.booking .text .book {
    width: 120px;
    height: 149px;
}

.booking .text .book img {
    width: 100%;
    height: 100%;
}

/* // booking */

.over {
    height: 400px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.over .top {
    display: flex;
    justify-content: space-between;
    max-width: 1480px;
    margin: 0 auto;
}

.over .top .left {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    text-align: center;
}

.over .top .left>div {
    width: 120px;
    margin-right: 5px;
}

.over .top .left>div h4 {
    font-size: 16px;
    font-weight: 500;
    color: #3c4923aa;
    margin-bottom: 20px;
}

.over .top .left>div h4:hover {
    transition: all 0.3s;
    font-weight: 700;
}

.over .top .left>div p {
    font-size: 14px;
    font-weight: 500;
    color: #2e3226c1;
    margin-bottom: 15px;
}

.over .top .left>div p a:hover {
    color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s;
}

.over .top .right {
    text-align: right;
    position: relative;
}

.over .top .right figure {
    position: absolute;
    right: 0;
    top: -24%;
}

.over .top .right figure span {
    position: absolute;
    top: 35%;
    right: 32%;
    color: white;
    font-size: 14px;
}

.over .top .right strong {
    display: block;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 500;
    color: #3c4923;
    margin-bottom: 10px;
}

.over .top .right img {
    margin-bottom: 10px;
}

.over .top .right .text {
    margin-bottom: 5px;
    font-weight: 600;
}

.over .top .right div:first-of-type {
    margin-bottom: 40px;
}

.over .top .right .address {
    font-weight: 400;
}

.over .top .right .address>p {
    margin-bottom: 5px;
}

.over .top .right div img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
/* // footer top */
.down .bottom {
    display: flex;
    justify-content: space-between;
    max-width: 1480px;
    margin: 0 auto;
    height: 90px;
    line-height: 90px;
    font-size: 12px;
    color: #716c55;
}

.down .bottom .left img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.down .bottom .right p {
    position: relative;
}

.down .bottom .right p::after {
    position: absolute;
    content: '';
    width: 65px;
    height: 1px;
    bottom: 35%;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}

/* // footer bottom */