/* top */
body {
    font-family: "Cormorant", serif !important;
    letter-spacing: 2px !important;
}
.message .area {
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}
.message .area .box:nth-child(1) {
    order: 2;
}
.message .area .box:nth-child(2) {
    padding: 0;
    margin-bottom: 25px;
}
.concept .area {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}
.concept .area .box:nth-child(1) {
    height: auto;
    margin-bottom: 65px;
}
.concept .area .box:nth-child(2) {
    padding: 0;
}
.facility .area {
    justify-content: center;
}
.facility .area .box:nth-child(1) {
    margin-bottom: 65px;
}
.spot .area .box:nth-child(2) .contents {
    color: #fff;
}
.restaurant {
    padding-top: 130px;
}
.facility .area .box:nth-child(2) {
    width: 60%;
}
.footer-contents .up .box:nth-child(1) .reserve {
    width: 240px;
}
h3 {
    letter-spacing: 5px !important;
}
@media screen and (max-width: 1280px) {
    .header-contents .link .reserve a p {
    letter-spacing: 1px;
}
.room .area {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}
.facility .area {
    width: 100%;
}
}
@media screen and (max-width: 630px) {
.message .area .box:nth-child(2) h3 {
    font-size: 21px;
    letter-spacing: 2px;
}
.concept .area .box:nth-child(1) {
margin-bottom: 20px;
}
.facility .area .box:nth-child(1) {
    margin-bottom: 20px;
}
.facility .area .box:nth-child(2) {
    width: 100%;
}
.message .area .box:nth-child(1) .ttl {
    font-size: 18px;
}
.restaurant {
    padding-top: 60px;
}
.spot {
    padding-top: 50px;
}
h3 {
    letter-spacing: 2px !important;
}
.message .area {
    gap: 0;
}
}