@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400&display=swap');

body:before {
    background: url(../img/main-bg.jpg) center / cover no-repeat;  content: "";
    width: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), url(../img/main-bg.jpg);
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-size: 358%;
    background-position: left bottom;
    background-repeat: no-repeat;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: -1;
}
header {
    width: 100%;
    position: fixed;
    height: 4.5rem;
    z-index: 99;
    transition: ease 0.3s;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%), url(../img/main-bg.jpg);
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-size: 164%;
    background-position: center top 85%;
    background-repeat: no-repeat;
    border-bottom: 2px solid #000;
}
header::before {
    content: "";
    width: 100%;
    height: 4.65rem;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    border-bottom: 2px solid;
    border-image: linear-gradient(90deg, #f1de8f 0%, #f1de8f 40%, #fdfee8 50%, #f1de8f 70%, #f1de8f 120%);
    border-image-slice: 100%;
    border-image-slice: 1;
}
@media screen and (min-width: 769px) {
    header {
        top: 0;
    }
}

.logo-area a {
    background-image: url(../img/logo.png);
    width: 178px;
    height: 32px;
}

.mainvisual {
    aspect-ratio: 3 / 4;
}
@media screen and (min-width: 769px) {
    .mainvisual {
        background-image: url("../img/mainvisual-pc.jpg");
        aspect-ratio: 2 / 1;
    }
}

.visual-logo-box {
    display: none;
}

footer {
    padding: 2rem 2rem 4rem;
    background: #212121;
    text-align: center;
    color: #fff;
}

.footer-logo {
    background-image: url(../img/logo.png);
    padding: 0;
    aspect-ratio: 5 / 1;
    filter: drop-shadow(0 0 0 white);
}

#nav-toggle span {
    background-color: black;
}

#nav {
    padding-top: 4.5rem;
}
@media screen and (min-width: 769px) {
    #nav {
        padding: 0;
    }
}

#nav li {
    border-color: black;
}

.close-btn {
    color: black;
}

#nav a {
    font-family: 'Cormorant Garamond';
    width: 100%;
    display: block;
    color: #212121;
    text-decoration: none;
    padding: 0.25rem 0;
    font-weight: 800;
}

#nav-toggle span {
    background-color: black;
}

.contents-ttl {
    background: none;
    color: black;
}
.contents-ttl h2 {
    font-family: 'Cormorant Garamond';
    font-weight: 100;
    font-size: 3rem;
}

.tab-container,
.concept-wrap {
    background: transparent;
}
.tab-box label {
    font-weight: 300;
    font-size: 1.6rem;
    font-family: 'Cormorant Garamond';
    border-bottom: 2px solid #212121;
}
.tab-box label.active {
    background: #212121;
    color: #fff;
    border-radius: 3px 3px 0 0;
    border-image: linear-gradient(90deg, #f1de8f 0%, #f1de8f 40%, #fdfee8 50%, #f1de8f 70%, #f1de8f 120%);
    border-image-slice: 100%;
    border-image-slice: 1;
}

#tab-room .room-tab.active {
    color: rgb(51, 51, 51);
    background: linear-gradient(111deg, rgb(199, 145, 52) 0%, rgb(231, 211, 129) 50%, rgb(199, 145, 52) 100%);
}

.box-inner {
    position: relative;
    left: 0;
    bottom: 0;
    background: #212121;
    color: #fff;
    padding: 0.5rem;
}

.more-btn a,
.more-btn02 a {
    color: black;
    border-color: black;
}

.map-box {
    color: black;
}

.link-bnr-wrap {
    display: flex;
    justify-content: center;
}
.recruit-bnr {
    background-image: url(../img/recruit-top.jpg);
    max-width: 324px;
    padding-top: 5rem;
}
@media screen and (min-width: 769px) {
    .recruit-bnr {
        width: 100%;
    }
}

.reserve-bnr a,
.qa-bnr a,
.recruit-bnr a {
    color: black;
}

.pager li a {
    border-color: black;
    color: black;
}

.pager li a.pager-current {
    background-color: black;
}

.concept-ttl h3 {
    font-family: 'Cormorant Garamond';
    font-weight: 100;
    font-size: 3rem;
}

.list-wrap {
    background: rgba(255, 255, 255, .5);
}
.list-wrap h3 {
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, #f1de8f 0%, #f1de8f 40%, #fdfee8 50%, #f1de8f 70%, #f1de8f 120%);
    border-image-slice: 1;
}
.list-wrap h3:before,
.list-wrap h3:after {
    content: "";
    display: block;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, #f1de8f 0%, #f1de8f 40%, #fdfee8 50%, #f1de8f 70%, #f1de8f 120%);
    border-image-slice: 1;
}
.list-wrap h3:before {
    margin-top: 0.25rem;
    border-bottom: none;
    padding: 0.5rem 0 0;
}
.list-wrap h3:after {
    border-top: none;
    margin-bottom: 0.25rem;
    padding: 0 0 0.5rem;
}
.list-wrap dt,
.list-wrap dd {
    width: 50%;
    border: 1px solid;
    border-image: linear-gradient(90deg, #f1de8f 0%, #f1de8f 40%, #fdfee8 50%, #f1de8f 70%, #f1de8f 120%);
    border-image-slice: 1;
    margin-top: -1px;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    text-align: center;
}
.list-wrap dt {
    background: linear-gradient(45deg, #f1de8f 0%, #f1de8f 40%, #fdfee8 50%, #f1de8f 70%, #f1de8f 120%);
    color: #212121;
}

.news-text-wrap {
    color: #212121;
}
.news-ico span {
    background: #da1d3b;
}
.news-detail a,
.news-detail-update span {
    background: #212121;
}
.news-detail-update:after {
    border-color: #212121;
}
.news-detail-info,
.news-text-area {
    color: #212121;
}

.prev-btn a {
    background: #212121;
}

.contents-ttl-right {
    background: none;
    color: #212121;;
}
.contents-ttl-right h2 {
    font-family: 'Cormorant Garamond';
    font-weight: 100;
    font-size: 3rem;
}

.archive h3 {
    background: #212121;
}
.archive li {
    border: 1px solid #212121;
}

.weekly-schedule {
    background: #212121;
}

.filter-wrap select {
    background-image: url(../img/filter-arrow.svg), linear-gradient(to bottom, #212121 0%, #212121 100%);
    border-color: #212121;
    color: #212121;
}

.archive li a,
.filter-wrap .filter-reset a,
.filter-inner label {
    color: #212121;
}
.filter-inner,
.check-point:before,
.filter-inner input[type="checkbox"]:checked + .check-point:after,
.reserve input[type="checkbox"]:checked + .check-point:after {
    border-color: #212121;
}
.filter-inner input[type="submit"] {
    background-color: #212121;
}

.blog-btn a {
    background-color: #212121;
    color: #fff;
}
.blog-update,
.blog-detail-info {
    color: #212121;
}
.blog-ttl,
.blog-detail-info:after,
.blog-text-area:before,
.blog-text-area:after {
    border-color: #212121;
}

.reserve > div {
    background: transparent;
}
.reserve input[type="text"],
.reserve input[type="number"],
.reserve input[type="tel"],
.reserve input[type="email"],
.reserve input[type="date"],
.reserve select,
.reserve #schedule,
.reserve input[type="time"],
.reserve textarea {
    border-color: #212121;
}
.reserve #schedule {
    background-image: url("../img/calendar.svg"),linear-gradient(to bottom, #212121 0%, #212121 100%);
}
.reserve input[type="time"],
.reserve select,
.reserve select {
    background-image: url("../img/select-arrow.svg"),linear-gradient(to bottom, #212121 0%, #212121 100%);
}
.reserve input[type="radio"] + label:before {
    border-color: #212121;
}
.reserve input[type="radio"]:checked + label:after,
.reserve input[type="submit"] {
    background-color: #212121;
}

.recruit-ttl {
    background: linear-gradient(45deg, #f1de8f 0%, #f1de8f 40%, #fdfee8 50%, #f1de8f 70%, #f1de8f 120%);
}
.recruit-ttl h2 {
    color: #212121;
}

.tab-label {
    background-color: #ddd;
}
.tab-switch:checked + .tab-label {
    background: linear-gradient(45deg, #f1de8f 0%, #f1de8f 40%, #fdfee8 50%, #f1de8f 70%, #f1de8f 120%);
    color: #212121;
}
.detail-tbl thead {
    background-color: #212121;
    color: #fff;
}
.detail-tbl tr th,
.detail-tbl tr td {
    border-color: #212121;
}

.job-box dl dt,
.job-box dl dd,
.job-box dl:last-child dt + dd {
    border-color: #e77b8c;
}
.job-box dl dt {
    background-color: #e77b8c;
}
@media screen and (min-width: 769px) {
    .job-box dl dt + dd {
        border-color: #e77b8c;
    }
}

.pt-2 {
    padding-top: 0.5rem;
}
.pt-4 {
    padding-top: 1rem;
}
.pt-8 {
    padding-top: 2rem;
}