@charset "UTF-8";

.section-wrap {
    padding-bottom: 0;
}

/*================================================================
# メイン動画
================================================================ */
.video_wrapper {
    width: 100vw;
    height: 64vh;
    position: relative;
}

.video_wrapper video {
    width: 100vw;
    height: 64vh;
    object-fit: cover;
}

/*================================================================
# トピックス
================================================================ */
.topics {
    width: 100%;
    height: 64px;
    margin: auto;
    padding: 0 24px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

}

.topics__inner {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
}

.topics ul {
    width: 100%;
}

.topics ul li {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    line-height: 1;
    color: #fff;
    transition: .3s;
}

.topics ul li a {
    transition: .3s;
}

.topics ul li .date {
    margin-top: 2px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.topics ul li .text {
    margin-top: 8px;
    position: relative;
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.topics ul li a:hover .text {
    text-decoration: underline;
}

/*================================================================
#バナー
================================================================ */
.section-ban {
    margin-top: 24px;
}

.section-ban .container {
    display: flex;
    flex-direction: column;
}

.section-ban .ban {
    margin-top: 24px;
}

.section-ban .ban a img {
    transition: .4s;
}

.section-ban .ban a:hover img {
    transform: scale(.97);
}

/*================================================================
# お知らせ
================================================================ */
.section-info {
    margin-bottom: -40px;
    padding: 40px 0 0;
    font-family: var(--mincho);
    line-height: 1.618;
    text-align: center;
}

.section-info .box {
    width: 100%;
    margin: auto;
    padding: 24px;
    background-color: rgba(25, 29, 32, 0.5);
}

.section-info .box+.box {
    margin-top: 32px;
}

.section-info .box .box__day {
    font-family: "Marcellus", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", serif;
    font-size: 16px;
    line-height: 1.618;
    color: var(--gold);
}

.section-info .box .box__text {
    margin-top: 16px;
    font-size: 18px;
}

.section-info .box .box__text02 {
    font-size: 24px;
}

.section-info .box .box__text03 {
    margin-top: 16px;
    font-family: 'Roboto', 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 12px;
    line-height: 2;
    color: var(--text-color);
    text-align: left;
    letter-spacing: 0.1em;
}

.section-info .box .box__img {
    margin-top: 16px;
}

.section-info .box .box__img img {
    width: 100%;
}

.section-info .box .gold-btn {
    width: 100%;
    margin: 16px auto 0;
}

/*================================================================
# 新着情報
================================================================ */
.section-news {
    background-color: rgba(25, 29, 32, 0.5);
}

.section-news .section-inner {
    margin: 0 auto;
    padding: 64px 0;
}

.section-news .section-heading {
    display: none;
}

.section-news .text-en {
    font-family: var(--text-en);
    font-size: 14px;
    line-height: 1.618;
    color: var(--gold);
}

.section-news .text-ja {
    display: block;
    font-size: 24px;
    font-weight: 400;
}

.section-news .text-explanation {
    margin-top: 24px;
    display: block;
    font-size: 14px;
    line-height: 2;
    color: var(--gray);
}

.section-news .container-news {
    flex: 1;
}

.section-news .container-news ul {
    border-bottom: 1px solid var(--border-color);
}

.section-news .link {
    padding: 32px 24px 32px 0;
    border-top: 1px solid var(--border-color);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.618;
}

.section-news .link .text-area {
    margin-right: 24px;
    display: flex;
    flex-wrap: wrap;
}

.section-news .link .img {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    margin: 24px 0 0;
}

.section-news .date {
    margin: 0 20px 0 0;
    padding: 2px 0 0;
    position: relative;
    font-size: 1.2rem;
    color: var(--gray);
    letter-spacing: .2em;
}

.section-news .date:after {
    width: 1px;
    height: 16px;
    background: var(--border-color);
    position: absolute;
    content: "";
    top: 50%;
    right: -20px;
    transform: translate(0, -50%);
}

.section-news .tag {
    margin: 0 0 0 20px;
    padding: 0 20px;
    background: var(--gold);
    font-family: var(--text-en);
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: .2em;
}

.section-news .title {
    width: 100%;
    margin: 24px 0 0;
    font-family: var(--mincho);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.618;
}

.section-news .text {
    width: 100%;
    margin-top: 16px;
    display: -webkit-box;
    overflow: hidden;
    line-height: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.section-news .arrow {
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 50%;
    background-color: var(--black);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.4s, transform 0.4s;
}

.section-news .icon {
    width: 16px;
    height: 16px;
    transition: opacity 0.4s;
}

.section-news .link:hover .arrow {
    background-color: var(--gold);
    transform: scale(1.17);
}

.section-news .link:hover .icon {
    opacity: 1;
}

.section-news .gold-btn {
    margin: 40px 0 0;
}

/*================================================================
# ようこそ
================================================================ */
.section-welcome {
    margin-top: 80px;
    text-align: center;
}

.section-welcome .wrap {
    position: relative;
}

.section-welcome .welcome_back {
    filter: var(--img-invert);
    mix-blend-mode: var(--blend-mode);
    position: absolute;
    top: -187px;
    right: -225px;
    z-index: -1;
}

.section-welcome .sub-title {
    font-family: var(--mincho);
    font-size: 16px;
    line-height: 2;
    letter-spacing: .5em;
}

.section-welcome .title {
    margin-top: 24px;
    font-family: var(--mincho);
    font-size: 32px;
    line-height: 1.618;
}

.section-welcome .en-title {
    margin-top: 24px;
    font-family: var(--text-en);
    font-size: 16px;
    line-height: 1.618;
    color: var(--gold);
}

.section-welcome .text {
    margin-top: 24px;
}

/*================================================================
# お部屋
================================================================ */
.section-room {
    margin-top: 80px;
}

.section-room .room_img01 {
    text-align: center;
}

.section-room .wrap {
    position: relative;
}

.section-room .container {
    display: flex;
    flex-direction: column;
}

.section-room .left {
    padding-top: 72px;
    position: relative;
    display: flex;
}

.section-room .center {
    margin-left: auto;
}

.section-room .right {
    width: 80%;
    margin: 40px auto 0;
}

.section-room .room_back {
    filter: var(--img-invert);
    mix-blend-mode: var(--blend-mode);
    position: absolute;
    top: -24px;
    left: -24px;
    z-index: -1;
}

.section-room .room_img02 {
    width: 200px;
    filter: var(--img-invert);
    mix-blend-mode: var(--blend-mode);
    position: absolute;
    top: -46px;
    right: -40px;
    transform: scale(-1, 1);
}

.section-room .room_img03 {
    display: none;
}

.section-room .room_img05 {
    position: relative;
}

.section-room .room_img05:before {
    width: 624px;
    height: 465px;
    background: url(../../top/img/room_img06.png) no-repeat center top / cover;
    position: absolute;
    content: '';
    bottom: 91px;
    left: 26px;
    z-index: -1;
}

.section-room .title {
    margin: 0;
    font-family: var(--mincho);
    font-size: 24px;
    line-height: 1.618;
}

.section-room .en-title {
    margin-top: 24px;
    font-family: var(--text-en);
    font-size: 16px;
    line-height: 1.618;
    color: var(--gold);
}

.section-room .en-title span {
    position: relative;
}

.section-room .en-title span::after {
    width: 200px;
    height: 1px;
    margin: auto 0;
    background-color: var(--border-color);
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    transform: translate(224px, 0);
}

.section-room .text {
    margin-top: 40px;
}

.section-room .room_img04 {
    margin-top: 64px;
}

.section-room .room-list__title {
    margin-top: 40px;
    font-family: var(--mincho);
    font-size: 20px;
    line-height: 2;
    text-align: center;
}

.section-room .room-list {
    margin-top: 40px;
}

.section-room .room-list ul {
    width: 100%;
    margin-top: 24px;
}

.section-room li:first-child .room-list__link {
    border-top: 1px solid var(--border-color);
}

.section-room .room-list__link {
    padding: 16px 48px 16px 0;
    border-bottom: 1px solid var(--border-color);
    position: relative;
    display: block;
    line-height: 1.618;
    transition: .3s;
}

.section-room .room-list__link:after {
    width: 30px;
    height: 5px;
    margin: auto;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2230%22%20height%3D%225%22%20viewBox%3D%220%200%2030%205%22%20id%3D%22arrow_w.svg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23F8F5F0%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.cls-1%20%7B%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%3C%2Fdefs%3E%20%20%3Cpath%20id%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97_817%22%20data-name%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97%20817%22%20class%3D%22cls-1%22%20d%3D%22M708%2C3407.5l-6%2C2.49V3405Z%22%20transform%3D%22translate(-678%20-3405)%22%2F%3E%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_663%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20663%22%20class%3D%22cls-2%22%20y%3D%222%22%20width%3D%2224%22%20height%3D%221%22%2F%3E%0A%3C%2Fsvg%3E');
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    transition: .3s;
}

.section-room .room-list__link:hover {
    color: var(--gold);
}

.section-room .room-list__link:hover:after {
    transform: translate(16px, 0);
}

.section-room .is-col.is-60 {
    position: relative;
}

.section-room .room_img06 {
    display: none;
}

.section-room .room_img07 {
    width: 100vw;
    margin: 56px calc(50% - 50vw) 0;
}

.section-room .gold-btn {
    margin-top: 32px;
}

/*================================================================
# お料理
================================================================ */
.section-cuisine {
    margin-top: 120px;
}

.section-cuisine .wrap {
    position: relative;
}

.section-cuisine .container {
    display: flex;
    flex-direction: column;
}

.section-cuisine .left {
    position: relative;
    display: flex;
}

.section-cuisine .right {
    width: 100%;
}

.section-cuisine .cuisine_back {
    filter: var(--img-invert);
    mix-blend-mode: var(--blend-mode);
    position: absolute;
    top: -119px;
    left: -402px;
    z-index: -1;
}

.section-cuisine .title {
    margin: 0;
    font-family: var(--mincho);
    font-size: 24px;
    line-height: 1.618;
}

.section-cuisine .en-title {
    margin-top: 24px;
    font-family: var(--text-en);
    font-size: 16px;
    line-height: 1.618;
    color: var(--gold);
}

.section-cuisine .en-title span {
    position: relative;
}

.section-cuisine .en-title span::after {
    width: 200px;
    height: 1px;
    margin: auto 0;
    background-color: var(--border-color);
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    transform: translate(224px, 0);
}

.section-cuisine .text {
    margin-top: 40px;
}

.section-cuisine .container02 {
    margin: 40px 0 0 0;
    display: flex;
    flex-direction: column;
}

.section-cuisine .cuisine_img01 {
    width: 200px;
    filter: var(--img-invert);
    mix-blend-mode: var(--blend-mode);
    position: absolute;
    top: -94px;
    right: -80px;
    z-index: -1;
}

.section-cuisine .cuisine_img02 {
    margin: 0;
}

.section-cuisine .cuisine_img03,
.section-cuisine .cuisine_img04 {
    margin-top: 24px;
}

.section-cuisine .gold-btn {
    width: 100%;
    margin-top: 48px;
}

/*================================================================
# フィールド
================================================================ */
.section-field {
    margin-top: 120px;
}

.section-field .field-img-wrap {
    width: 100%;
    margin: auto;
    position: relative;
    text-align: center;
}

.section-field .field_img01 {
    display: none;
}

.section-field .wrap {
    position: relative;
}

.section-field .container {
    display: flex;
    flex-direction: column;
}

.section-field .left {
    padding-top: 72px;
    position: relative;
    display: flex;
}

.section-field .right {
    width: 100%;
}

.section-field .field_back {
    width: 560px;
    filter: var(--img-invert);
    mix-blend-mode: var(--blend-mode);
    position: absolute;
    top: -125px;
    left: -231px;
    z-index: -1;
}

.section-field .field_img03 {
    width: 120px;
    filter: var(--img-invert);
    mix-blend-mode: var(--blend-mode);
    position: absolute;
    top: 43px;
    right: -18px;
    transform: scale(-1, 1);
}

.section-field .title {
    margin: 0;
    font-family: var(--mincho);
    font-size: 24px;
    line-height: 1.618;
}

.section-field .en-title {
    margin-top: 24px;
    font-family: var(--text-en);
    font-size: 16px;
    line-height: 1.618;
    color: var(--gold);
}

.section-field .en-title span {
    position: relative;
}

.section-field .en-title span::after {
    width: 200px;
    height: 1px;
    margin: auto 0;
    background-color: var(--border-color);
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    transform: translate(224px, 0);
}

.section-field .text {
    margin-top: 40px;
}

.section-field .field-img-wrap02 {
    margin-top: 40px;
}

.section-field .field-img-wrap02 ul {
    margin-left: -8px;
    display: flex;
    flex-wrap: wrap;
}

.section-field .field-img-wrap02 ul li {
    margin-left: 8px;
}

.section-field .field-img-wrap02 ul li:nth-child(n+2) {
    margin-top: 8px;
}

.section-field .box {
    line-height: 1.618;
    text-align: center;
}

.section-field .box .box__title {
    margin-top: 40px;
    font-size: 20px;
}

.section-field .box .box__text {
    margin-top: 16px;
}

.section-field .box .box__note li {
    margin-top: 16px;
    font-size: 12px;
    color: var(--gray);
    letter-spacing: .05em;
}

.section-field .box .gold-btn {
    width: 100%;
    margin: 24px 0 0 0;
}

/*================================================================
# プラン
================================================================ */
.section-plan {
    margin-top: 120px;
    padding-bottom: 100px;
}

.section-plan .wrap {
    position: relative;
}

.section-plan .field_back {
    width: 560px;
    filter: var(--img-invert);
    mix-blend-mode: var(--blend-mode);
    position: absolute;
    top: -125px;
    right: -231px;
    z-index: -1;
}

.section-plan .title {
    margin: 0;
    font-family: var(--mincho);
    font-size: 24px;
    line-height: 1.618;
    text-align: center;
}

.section-plan .en-title {
    margin-top: 16px;
    font-family: var(--text-en);
    font-size: 16px;
    line-height: 1.618;
    color: var(--gold);
    text-align: center;
}

.section-plan .text {
    margin-top: 24px;
    text-align: center;
}

.section-plan .container {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

.section-plan .purple-btn {
    margin-top: 40px;
}

.section-plan .plan {
    width: 100%;
}

.section-plan .plan:nth-child(n+2) {
    margin-top: 40px;
}

.section-plan .plan-link {
    background-color: var(--black);
    position: relative;
    display: block;
    transition: .4s;
}

.section-plan .plan-link:before {
    width: 200px;
    height: 1px;
    background-color: var(--gold);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}

.section-plan .plan-link:hover {
    box-shadow: var(--img-shadow);
    transform: scale(1.01);
}

.section-plan .text-area {
    padding: 32px 24px;
}

.section-plan .plan-name {
    font-family: var(--mincho);
    font-size: 18px;
    line-height: 1.618;
}

.section-plan .plan-price {
    margin-top: 8px;
}

.section-plan .plan-btn {
    padding: 16px;
    background-color: var(--gold);
    display: block;
    font-family: var(--mincho);
    font-size: 16px;
    color: #fff;
    text-align: center;
    transition: .3s;
}

.section-plan .plan-btn span {
    padding-right: 46px;
    position: relative;
}

.section-plan .plan-btn span:after {
    width: 30px;
    height: 5px;
    margin: auto;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2230%22%20height%3D%225%22%20viewBox%3D%220%200%2030%205%22%20id%3D%22arrow_w.svg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.cls-1%20%7B%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%3C%2Fdefs%3E%20%20%3Cpath%20id%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97_817%22%20data-name%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97%20817%22%20class%3D%22cls-1%22%20d%3D%22M708%2C3407.5l-6%2C2.49V3405Z%22%20transform%3D%22translate(-678%20-3405)%22%2F%3E%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_663%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20663%22%20class%3D%22cls-2%22%20y%3D%222%22%20width%3D%2224%22%20height%3D%221%22%2F%3E%0A%3C%2Fsvg%3E');
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    transition: .3s;
}

.section-plan .plan-link:hover .plan-btn span:after {
    transform: translate(16px, 0);
}

.section-plan .gold-btn {
    width: 100%;
    margin: 40px auto 0;
}

.section-plan .info .ban {
    width: 80%;
    margin: auto;
}

.section-plan .info .ban:nth-child(n+2) {
    margin: 16px auto 0;
}

/*================================================================
# ご案内
================================================================ */
.section-information {
    padding: 120px 0 100px;
    background-color: var(--black);
    line-height: 1.618;
}

.section-information .title {
    margin: 0;
    font-family: var(--mincho);
    font-size: 24px;
    line-height: 1.618;
    text-align: center;
}

.section-information .en-title {
    margin-top: 16px;
    font-family: var(--text-en);
    font-size: 16px;
    line-height: 1.618;
    color: var(--gold);
    text-align: center;
}

.section-information .container {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

.section-information .left {
    width: 100%;
}

.section-information .right {
    width: 100%;
    margin-top: 24px;
}

.section-information .left-title {
    font-family: var(--mincho);
    font-size: 16px;
    color: var(--gold);
}

.section-information .left-title span {
    position: relative;
}

.section-information .left-title span::after {
    width: 110px;
    height: 1px;
    margin: auto 0;
    background-color: var(--border-color);
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    transform: translate(130px, 0);
}

.section-information .check-in {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 600;
}

.section-information .check-in strong+strong {
    margin-top: 8px;
    display: block;
}

.section-information .left-text {
    margin-top: 24px;
}

.section-information .map {
    margin-top: 24px;
}

.section-information .btn {
    margin-top: 24px;
}

.section-information .right-title {
    margin-top: 24px;
    font-weight: 600;
}

.section-information .right-title02 {
    margin: 16px 0 8px;
    font-weight: 600;
}

.section-information .right-text {
    margin: 8px 0 0 16px;
}

.section-information .time {
    margin: 8px 0 0;
    font-weight: 600;
    line-height: 2;
}

.section-information .note {
    margin-top: 8px;
    font-size: 12px;
}

.section-information .arrow-btn {
    width: 80%;
    margin: 8px auto 0 auto;
}

/*================================================================
# アクセス
================================================================ */
.section-access {
    height: calc(1550px / 2);
    background: url(../../access/img/map_img_sp.png) no-repeat center top / 100% auto;
}

.section-access .title {
    margin: 0;
    font-family: var(--mincho);
    font-size: 24px;
    line-height: 1.618;
    text-align: center;
}

.section-access .en-title {
    margin-top: 24px;
    font-family: var(--text-en);
    font-size: 16px;
    line-height: 1.618;
    color: var(--gold);
    text-align: center;
}

/*================================================================
# インフォメーション
================================================================ */
.section-plan .info {
    margin: 80px auto 0;
    text-align: center;
}

.section-plan .info .info__title {
    padding: 0 0 8px;
    position: relative;
    font-family: var(--mincho);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
}

.section-plan .info .info__title:before {
    width: 40px;
    height: 2px;
    margin: auto;
    background: var(--gold);
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
}

.section-plan .info .info__text {
    margin: 40px 0 0;
    font-size: 14px;
    line-height: 2;
    color: var(--gray);
}

/*================================================================
# ケーキ
================================================================ */
.cake {
    margin: 64px auto 0;
    padding: 40px;
    background-color: var(--black);
}

.cake__container {
    margin-top: 24px;
}

.cake__container .right {
    margin-top: 16px;
}

.cake .cake__title {
    padding: 0 0 8px;
    position: relative;
    font-family: var(--mincho);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: .1em;
}

.cake .cake__title:before {
    width: 40px;
    height: 2px;
    margin: auto;
    background: var(--gold);
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
}

.cake .cake__text {
    font-size: 13px;
    line-height: 2;
}

.cake .cake__img {
    text-align: center;
}

.cake .cake__img a {
    display: block;
}

.cake .cake__img a img {
    display: block;
    transition: .4s;
}

.cake .cake__img a:hover img {
    opacity: 0.7;
}

.cake .note .list-info {
    margin-top: 8px;
}

.cake .note .list-info li {
    margin: 0;
    font-size: 12px;
    line-height: 1.618;
    color: var(--gray);
}