<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*--------------------bookingBnr---------------------*/
.bookingBnr {
    display: flex;
    width: auto;
    height: 230px;
    flex-direction: row;
    flex-wrap: nowrap;
    position: fixed;
    left: 6.28vw;
    bottom: 120px;
    z-index: 99;
}

.bookingBnr.active .bookingBnr__form {
    width: 755px;
}

.bookingBnr.active .bookingBnr__label span:after {
    transform: rotate(225deg) translateX(50%);
    left: 50%;
}

.bookingBnr.active .bookingBnr__label .open {
    display: none;
}

.bookingBnr.active .bookingBnr__label .close {
    display: inline-block;
}

.bookingBnr__btn {
    display: flex;
    width: 104px;
    height: auto;
    background: rgba(242, 156, 164, 0.6);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: background .3s;
}

.bookingBnr.active .bookingBnr__btn {
    background: rgba(242, 156, 164, 1);
}

.bookingBnr__btn .icon {
    width: 70px;
    height: auto;
    padding-left: 15px;
    margin-bottom: 16px;
}

.bookingBnr__btn .title {
    width: 75px;
    height: auto;
    margin-bottom: 12px;
}

.bookingBnr__btn p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}

.bookingBnr__btn span {
    display: block;
}

.bookingBnr__form {
    width: 0;
    overflow: hidden;
    background: #fbe1e4;
    transition: all 0.6s;
}

.bookingBnr__form .formBox {
    width: 755px;
    height: 100%;
    padding: 13px 30px;
    box-sizing: border-box;
    overflow: visible;
}

.bookingBnr__form .formBox__content {
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 3px solid #fff;
}

.bookingBnr__form .formBox__footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.bookingBnr__form .findEmptyForm {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.bookingBnr__form .findEmptyForm__inner {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.bookingBnr__form .findEmptyForm__content {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.bookingBnr__form .findEmptyForm__date {
    margin-right: 8px;
}

.bookingBnr__form .findEmptyForm__date .text {
    width: 103px;
    margin-right: 8px;
    /* text-align-last: justify; */
}

.bookingBnr__form .findEmptyForm__date select {
    width: 142px;
    margin-right: 16px;
}

.bookingBnr__form .findEmptyForm__date select:last-child {
    width: 86px;
    margin-right: 8px;
}

.bookingBnr__form .findEmptyForm__term .text {
    display: none;
}

.bookingBnr__form .findEmptyForm__term select {
    width: 86px;
}

.bookingBnr__form .findEmptyForm__people {
    margin-right: 24px;
}

.bookingBnr__form .findEmptyForm__people .text {
    margin-right: 8px;
}

.bookingBnr__form .findEmptyForm__people .item {
    margin-right: 8px;
}

.bookingBnr__form .findEmptyForm__people select {
    width: 102px;
}

.bookingBnr__form .findEmptyForm__room .text {
    margin-right: 8px;
}

.bookingBnr__form .findEmptyForm__room select {
    width: 118px;
}

.bookingBnr__form .findEmptyForm__btn {
    height: 50px;
}

.bookingBnr__form .findEmptyForm__btn input {
    height: 50px;
}

.bookingBnr .itemList {
    width: 30%;
}

.bookingBnr .itemList li {
    display: block;
    line-height: 18px;
}

.bookingBnr .btnBox {
    width: 70%;
    flex-direction: column;
}

.bookingBnr .btnBox__text {
    margin-bottom: 5px;
    color: #da7b8d;
    font-weight: 300;
}

.bookingBnr .btnBox__btns li {
    width: 240px;
}

.bookingBnr__label {
    display: flex;
    width: 35px;
    height: 100%;
    padding: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    background: rgba(218, 123, 141, 0.6);
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

.bookingBnr.active .bookingBnr__label {
    background: rgba(218, 123, 141, 1);
}

.bookingBnr__label:hover {
    cursor: pointer;
}

.bookingBnr__label:hover span {
    color: #333;
}

.bookingBnr__label:hover span:before,
.bookingBnr__label:hover span:after {
    border-color: #333;
}

.bookingBnr__label span {
    display: inline-block;
    width: 100%;
    height: auto;
    padding-bottom: 24px;
    word-break: break-all;
    position: relative;
    transition: all 0.3s;
}

.bookingBnr__label span:before {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.bookingBnr__label span:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    left: calc(50% - 2px);
    bottom: 4px;
    transform: rotate(45deg) translateX(-50%);
    transition: all 0.3s;
}

.bookingBnr__label span.open {
    display: inline-block;
}

.bookingBnr__label span.close {
    display: none;
}

.bookingBnr__global .btnBox{
	width: auto;
	margin: 0 auto;
}
.bookingBnr__global .btnBox__btns_global .bookNowBtn{
	width: 244px;
	background: #d9788b;
	background: linear-gradient(0deg, #d9788b 0%, #d07486 20%, #c26c7d 40%, #b36373 60%, #ac606e 81%, #9f5967 100%);
}
.bookingBnr__global .btnBox__btns_global .reservationBtn{
	width: 348px;
}
.bookingBnr__global .btnBox__btns_global .myPageBtn,
.bookingBnr__global .btnBox__btns_global .membersBtn{
	width: 296px;
}
.bookingBnr__global .bookingBnr__btn .title{
	width: 100%;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: -0.05rem;
	color: #000;
}
.bookingBnr__global .bookingBnr__btn .comment{
	font-size: 12px;
	font-weight: 300;
}
.bookingBnr__global .formBox__content p{
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.bookingBnr__global .bookingBnr .btnBox {
	margin: 0 auto;
}
.bookingBnr__global .bookingBnr__form .formBox__content {
	margin-top: 24px;
	margin-bottom: 0;
    border-bottom: none;
}
/* ========================================
            styles for tablet &amp; SP
======================================== */
@media screen and (max-width: 768px) {
    .bookingBnr {
        display: none;
    }
}
</pre></body></html>