@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;500;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap'); */


/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
.all_wrap {
	overflow-x: hidden;
	position: relative;
	width: 100%;
	max-width: 100%;
}
.all_wrap::-webkit-scrollbar{
	display: none;
}
#scroll-down{
    position: absolute;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    right: 3rem;
    z-index: 99;
    height: 16rem;
}
#scroll-title{
    display: block;
    font-size: 1.3rem;
    margin-right: 1.2rem;
}
.scroll {
    position: relative;
}
.scroll::before {
    animation: scroll 2s infinite;
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    width: 1px;
    z-index: 2;
}
.scroll::after {
    opacity: .3;
    background-color: #ccc;
    content: "";
    height: 100%;
    position: absolute;
    width: 1px;
}

  /* 線のアニメーション */
@keyframes scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    51% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}


/* ----------------------------------------------------------------------------------------------------
*  予約システム
* --------------------------------------------------------------------------------------------------*/
/* ---------------------------------- booking-menu ---------------------------------- */

/* :::::::::: booking-calendar :::::::::: */
.booking-calendar {
    position: relative;
    max-width: 912px;
    margin: 0 auto;
}
.booking-calendar.-month1 {
    display: none;
}
.booking-calendar .ui-datepicker-prev,
.booking-calendar .ui-datepicker-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 4rem;
    cursor: pointer;
    transition: opacity 0.3s;
}
.booking-calendar .ui-datepicker-prev:hover,
.booking-calendar .ui-datepicker-next:hover {
    opacity: 0.5;
}
.booking-calendar .ui-datepicker-prev.ui-state-disabled,
.booking-calendar .ui-datepicker-next.ui-state-disabled {
    opacity: 0.4;
    pointer-events: none;
}
.booking-calendar .ui-datepicker-prev {
    left: -12rem;
    transform: scale(-1, 1) translateY(-50%);
}
.booking-calendar .ui-datepicker-next {
    right: -12rem;
    transform: translateY(-50%);
}
.booking-calendar .ui-datepicker-inline {
    display: flex !important;
    justify-content: space-between;
    width: auto !important;
    margin: 0 auto;
    text-align: center;
}
.booking-calendar .ui-datepicker-group {
    width: 30%;
}
.booking-calendar .ui-datepicker-title {
    padding-bottom: 3rem;
    font-size: 2.1rem;
    font-weight: 400;
    color: #fff;
    font-style: normal;
}
.booking-calendar .ui-datepicker-calendar {
    width: 100%;
    font-size: 1.5rem;
}
.booking-calendar .ui-datepicker-calendar thead {
    backface-visibility: visible;
}
.ui-datepicker-calendar tr {
    display: flex;
}
.booking-calendar .ui-datepicker-calendar th,
.booking-calendar .ui-datepicker-calendar td {
    position: relative;
    z-index: 10;
    width: 14.2857142857%;
    line-height: 2.8rem;
    text-align: center;
    color: #fff;
}
.booking-calendar .ui-datepicker-calendar th{
    font-weight: normal;
}
.booking-calendar .ui-datepicker-calendar th.ui-datepicker-week-end:first-child::before {
    content: "";
    display: block;
    position: absolute;
    top: 52%;
    left: 50.3%;
    transform: translate(-50%, -50%);
    z-index: -1;
    box-sizing: border-box;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 1px solid #444;
}
.booking-calendar .ui-datepicker-calendar th.ui-datepicker-week-end:last-child::before {
    content: "";
    display: block;
    position: absolute;
    top: 52%;
    left: 50.3%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #444;
}
.booking-menu .booking-calendar .ui-datepicker-calendar th,
.booking-menu .booking-calendar .ui-datepicker-calendar td,
.booking-menu .booking-calendar .ui-datepicker-calendar td:nth-child(1){
    color: #fff;
}
.-fixed .booking-menu .booking-calendar .ui-datepicker-calendar .ui-state-active{
    color: #222;
}
.booking-menu .booking-calendar .ui-datepicker-calendar .ui-state-active::before{
    background: #fff;
}
.booking-menu .booking-calendar .ui-datepicker-calendar .ui-state-active{
    color: #222;
}
.booking-menu .booking-calendar .ui-datepicker-calendar th.ui-datepicker-week-end:last-child::before{
    background: #444;
}
.booking-menu .booking-calendar .ui-datepicker-calendar th.ui-datepicker-week-end:first-child::before{
    border-color: #fff;
}
.booking-menu .booking-calendar .ui-datepicker-title{
    color: #fff;
    line-height: 1;
}
.booking-calendar .ui-datepicker-calendar td a {
    display: block;
    font-size: 1.5rem;
    transition: opacity 0.3s;
}
.booking-calendar .ui-datepicker-calendar td a:hover {
    opacity: 0.5;
}
.booking-calendar .ui-datepicker-calendar .ui-datepicker-unselectable {
    opacity: 0.3;
}
.booking-calendar .ui-datepicker-calendar .ui-state-active {
    display: block;
    position: relative;
    z-index: 10;
    color: #222;
    font-weight: 500;
}
.booking-calendar .ui-datepicker-calendar .ui-state-active::before {
    content: "";
    display: block;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #fff;
}
.booking-calendar .ui-datepicker-calendar .ui-datepicker-calendar {
    width: 100%;
    max-width: 280px;
}
.booking-calendar .ui-datepicker-row-break {
    display: none;
}
.booking-calendar.-modal{
    position: relative;
}
.booking-calendar.-modal .ui-datepicker-prev,
.booking-calendar.-modal .ui-datepicker-next {
    top: 50%;
}
.booking-calendar.-modal .ui-datepicker-prev {
    left: -6rem;
}
.booking-calendar.-modal .ui-datepicker-next {
    right: -6rem;
}
/* --------------------------- sns-unit responsive --------------------------- */

@media screen and (max-width: 1200px) {
    .booking-calendar .ui-datepicker-group {
        max-width: 280px;
    }
    .booking-calendar .ui-datepicker-next {
        right: -6rem
    }
    .booking-calendar .ui-datepicker-prev {
        left: -6rem
    }
    .booking-calendar.-modal .ui-datepicker-prev {
        left: -4rem;
    }
    .booking-calendar.-modal .ui-datepicker-next {
        right: -4rem;
    }
}

@media screen and (max-width: 1000px) {
    .booking-calendar {
        width: auto;
    }
    .booking-calendar.-month3 {
        display: none;
    }
    .booking-menu .booking-calendar.-month1 {
    }
    .booking-calendar.-month1 {
        display: flex;
    }
    .booking-calendar .ui-datepicker-prev {
        left: 5.55%;
    }
    .booking-calendar .ui-datepicker-next {
        right: 5.55%;
    }
    .booking-calendar .ui-datepicker-inline {
        flex-direction: column;
        justify-content: center;
    }
    .booking-calendar .ui-datepicker-calendar {
        width: 25.2rem;
        margin: 0 auto;
    }
    .booking-calendar.-modal .ui-datepicker-prev {
        left: calc(50% - 20rem);
    }
    .booking-calendar.-modal .ui-datepicker-next {
        right: calc(50% - 20rem);
    }
}

@media screen and (max-width: 850px) {
    .booking-calendar .ui-datepicker-prev, .booking-calendar .ui-datepicker-next {
        width: 3.5rem;
        top: 1rem;
    }
    .booking-calendar .ui-datepicker-prev {
        left: 5.55%;
    }
    .booking-calendar .ui-datepicker-next {
        right: 5.55%;
    }
    .booking-calendar.-modal {
        width: 100%;
    }
    .booking-calendar.-modal .ui-datepicker-prev {
        left: calc(50% - 17rem);
    }
    .booking-calendar.-modal .ui-datepicker-next {
        right: calc(50% - 17rem);
    }
}

/* :::::::::::::::::::: hamburger-button :::::::::::::::::::: */
/* :::::::::::::::::::: End hamburger-button :::::::::::::::::::: */
/* :::::::::::::::::::: hamburger-menu :::::::::::::::::::: */
/* :::::::::::::::::::: End hamburger-menu :::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
.c-bottomSecBlock__bgi{
    width: 100%;
    height: 100vh;
    max-height: 1000px;
    min-height: 850px;
}

@media screen and (max-width: 850px){
    .c-bottomSecBlock__bgi{
        width: 100%;
        height: 100vw;
        max-height: 100vw;
        min-height: 100vw;
    }

    .c-bottomSecBlock__bgi .pc-tab{
        display: none;
    }
} 

/* :::::::::: footer :::::::::: */
.footer {
    position: relative;
    color: #fff;
}

.footer__bcArea {
    position: relative;
    z-index: 1;
    padding: 5.5rem 5.4% 8rem;
    background-color: #222222;
}
.footer__logo {
    display: inline-block;
    width: 15rem;
	margin-bottom: 4.5rem;
}

.ft-hotel_name{
	margin-bottom: 2.5rem;
}

.ft-hotel_name h2{
	font-size: 1.8rem;
	line-height: 1.66;
}

.footer__contents {
    display: flex;
    align-items: start;
    gap: 6.5rem;
    padding-top: 4rem;
}
/* ft <- footer */
/* ::::: ft-addressBlock ::::: */
.ft-addressBlock {
    width: 36rem;
    min-width: 36rem;
}

.ft-addressBlock__address {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.01em;
}

.ft-addressBlock__address.--fw_bold {
    font-weight: 500;
}

.ft-addressBlock__address strong {
    font-weight: 500;
}

.ft-addressBlock__snsLinks-wrap {
    padding-top: 5rem;
}

/* sns-links */
.sns-links {
    display: flex;
    align-items: center;
    gap:0 2rem;
}
/* End sns-links */

/* sns-link */
.sns-link {
    display: inline-block;
    opacity: 1;
    transition: opacity .3s;
}

.sns-link:hover {
    opacity: .5;
}

.sns-link.--facebook,
.sns-link.--instagram {
    width: 2rem;
}

.sns-link.--youtube{
    width: 2.2rem;
}

.sns-link.--x {
    width: 1.8rem;
}
/* End sns-link */
/* ::::: ft-addressBlock end ::::: */

/* ::::: ft-linksBlock ::::: */
.ft-linksBlock {
    width: calc(100% - 29rem);
}

/* ft-pageLinksBlock */
.ft-pageLinksBlock {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 2rem 5rem;
    transition: gap .3s;
}

.ft-pageLinksBlock__group1 {
    display: flex;
    gap: 5rem;
    transition: gap .3s;
}

.ft-pageLinksBlock__unit {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0;
}

.ft-pageLinksBlock__link {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    opacity: 1;
    transition: opacity .3s;
}

.ft-pageLinksBlock__link:hover {
    opacity: .5;
}

.ft-pageLinksBlock__group2 {
    display: flex;
    gap: 0 5rem;
    transition: gap .3s;
}

.ft-pageLinksBlock__group3 {
    align-items: start;
    gap: 4.9rem;
    transition: gap .3s;
}

@media screen and (max-width: 1200px) {
    .ft-pageLinksBlock {
        gap: 2rem 3rem;
    }

    .ft-pageLinksBlock__group1,
    .ft-pageLinksBlock__group2 {
        width: 100%;
    }

    .ft-pageLinksBlock__unit{
        width: 20em;
    }

    .footer__contents{
        gap: 0 3rem;
    }

    .ft-pageLinksBlock__group3 {
        gap: 2.4rem;
    }
}

.ft-pageLinksBlock__smUnit {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.ft-pageLinksBlock__smLink {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 0.05em;
    opacity: 1;
	color: #888;
    transition: opacity .3s;
}

@media (hover: hover) {
    .ft-pageLinksBlock__smLink:hover {
        opacity: .5;
    }
}

.ft-pageLinksBlock__smLink.--withIconOutside {
    position: relative;
    padding-right: 2.2rem;
}

.ft-pageLinksBlock__smLink.--withIconOutside::after {
    content: '';
    position: absolute;
    top: 0.7rem;
    right: 0;
    z-index: 1;
    display: block;
    width: 15px;
    height: 11px;
    background-image: url('../images/common/icon-outside-white.png');
    background-repeat: no-repeat;
    background-size: 15px 11px;
}
/* ft-pageLinksBlock end */
/* ft-subLinksBlock */
.ft-subLinksBlock {
    padding-top: 5rem;
    border-top: 1px solid rgba(255,255,255,0.5);
    margin-top: 5rem;
}

.ft-subLinksBlock__lgLink {
    position: relative;
    padding-right: 2.2rem;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.76;
    letter-spacing: 0.05em;
    opacity: 1;
    transition: opacity .3s;
}

@media (hover: hover) {
    .ft-subLinksBlock__lgLink:hover {
        opacity: .5;
    }
}

.ft-subLinksBlock__lgLink::after {
    content: '';
    position: absolute;
    top: 0.8rem;
    right: 0;
    z-index: 1;
    display: block;
    width: 15px;
    height: 11px;
    background-image: url('../images/common/icon-outside-white.png');
    background-repeat: no-repeat;
    background-size: 15px 11px;
}

.ft-subLinksBlock__links {
    display: flex;
    align-items: start;
    gap: 3vw;
    padding-top: 3rem;
}

.ft-subLinksBlock__link {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    opacity: 1;
    transition: opacity .3s;
}

@media (hover: hover) {
    .ft-subLinksBlock__link:hover {
        opacity: .5;
    }
}

.ft-subLinksBlock__subText {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.08;
    letter-spacing: 0.05em;
}

.ft-subLinksBlock__text {
    position: relative;
    display: inline;
    padding-right: 2.2rem;
}

.ft-subLinksBlock__text::after {
    content: '';
    position: absolute;
    top: 0.6rem;
    right: 0;
    z-index: 1;
    display: block;
    width: 15px;
    height: 11px;
    background-image: url('../images/common/icon-outside-white.png');
    background-repeat: no-repeat;
    background-size: 15px 11px;
}
/* ft-subLinksBlock end */
/* ::::: ft-linksBlock end ::::: */
.footer-anchor {
    position: absolute;
    bottom: 3rem;
    right: 2.3%;
}

.footer-anchor__link {
    display: inline-block;
    width: 4rem;
    opacity: 1;
    transition: opacity .3s;
}

.footer-anchor__link:hover {
    opacity: .7;
}

.footer__noBcArea {
    position: relative;
    z-index: 1;
    padding: 0 0 5rem;
	border-bottom: 1px solid #373737;
	margin-bottom: 6rem;
}

.footer__mainTitle {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #fff;
}

.footer__bgi {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer__copy{
	text-align: center;
	color: #666666;
	margin-top: 8rem;
}

.footer__copy p{
    color: #666666;
    font-size: 1.3rem;
}

.btmSlider__item .sp{
    display: none;
}

.btmSlider__wp .slick-dots{
    position: absolute;
    right: 30px;
    bottom: 30px;
    justify-content: flex-end;
}


/* ---------- footer responsive (1000) ---------- */
@media screen and (max-width: 1000px) {
    .ft-pageLinksBlock__group1,
    .ft-pageLinksBlock__group2 {
        width: auto;
        gap: 4rem;
    }

    .footer__bcArea {
        padding: 5rem 5.5% 9rem;
    }

    .footer__logo {
        width: 13.5rem;
    }

    .footer__contents {
        flex-wrap: wrap;
        gap: 0;
    }

    /* ft <- footer */
    /* ::::: ft-addressBlock ::::: */
    .ft-addressBlock {
        width: 100%;
        padding-bottom: 5rem;
    }

    /* ::::: ft-linksBlock ::::: */
    .ft-linksBlock {
        width: 100%;
    }

    /* ft-pageLinksBlock */
    .ft-pageLinksBlock {
        padding-top: 3rem;
        gap: 3rem 6rem;
    }

    .ft-pageLinksBlock__group1 {
        gap: 6rem;
    }

    .ft-pageLinksBlock__link {
        font-size: 1.6rem;
    }

    .ft-pageLinksBlock__group2 {
        gap: 6rem;
    }

    .ft-pageLinksBlock__group3 {
        gap: 4.5rem;
        width: 100%;
    }
    /* ft-pageLinksBlock end */
    /* ft-subLinksBlock */
    .ft-subLinksBlock {}

    .ft-subLinksBlock__links {
        gap: 3vw;
        padding-top: 3rem;
    }
    /* ft-subLinksBlock end */
    /* ::::: ft-linksBlock end ::::: */
    .footer-anchor {
        bottom: 2rem;
        right: 5.5%;
    }

    .footer__noBcArea {
		margin-bottom: 0;
    }

    .footer__copyright {
        font-size: 1.2rem;
        line-height: 1.75;
        margin-top: 5rem;
    }

    .footer__copy{
        color: #888;
        margin-top: 5rem;
    }

    .btmSlider__wp .slick-dots{
        right: 20px;
        bottom: 20px;
    }
}
/* ---------- footer responsive (850) ---------- */
@media screen and (max-width: 850px) {
    .footer {}
    .footer__contents {
        padding-top: 0;
    }
    /* ft <- footer */
    /* ::::: ft-linksBlock ::::: */
    .ft-linksBlock {}

    /* ft-pageLinksBlock */
    .ft-pageLinksBlock {
        gap: 3rem 0;
        max-width: 380px;
    }

    .ft-pageLinksBlock__group1 {
        gap: 1.5rem;
        width: 100%;
    }

    .ft-pageLinksBlock__unit {
        width: 12rem;
    }
    .ft-pageLinksBlock__unit + .ft-pageLinksBlock__unit {
        width: calc(100% - 12rem - 1.5rem);
    }

    .ft-pageLinksBlock__group2 {
        gap: 0;
        width: 100%;
    }

    .ft-pageLinksBlock__group3 {
        gap: 0;
        width: 100%;
    }

    .ft-pageLinksBlock__smUnit {
        width: 50%;
    }

    /* ft-pageLinksBlock end */
    /* ft-subLinksBlock */
    .ft-subLinksBlock__links {
        flex-direction: column;
        gap: 3rem;
    }
}
/* :::::::::: footer end :::::::::: */

@media screen and (max-width: 850px) {
    .btmSlider__item .sp{
        display: block;
    }

    .btmSlider__item .pc-tab{
        display: none;
    }
}


/* ----------------------------------------------------------------------------------------------------
*  cookie
* --------------------------------------------------------------------------------------------------*/
/* :::::::::::::::::::: cookie :::::::::::::::::::: */
.cookie {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    z-index: 10000;
    width: 35rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    color: #fff;
    background: #333;
}
.cookie__inner {
    padding: 2.5rem 3rem 3rem;
}
.cookie__text-link {
    display: inline-block;
    margin: 1.5rem 0 2.5rem;
    text-decoration: underline;
    font-size: 1.4rem;
    color: #888888;
}
.cookie__buttons {
    display: flex;
    gap: 1rem;
}
.cookie__button {
    box-sizing: border-box;
    width: 12rem;
    padding: 0.8rem 0 0.9rem;
    border: 1px solid #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    transition: opacity 0.3s;
}
@media (hover: hover) {
    .cookie__button:hover {
        opacity: 0.5;
    }
}
.cookie__button.-coating {
    border: 1px solid #888888;
    color: #888888;
}
/* -------------------- cookie responsive -------------------- */
@media screen and (max-width: 850px) {
    .cookie {
        top: auto;
        right: 0;
        bottom: 8rem;
        left: 0;
        width: calc(100% - 2rem);
        margin: 0 auto;
    }
    .cookie__button {
        width: 100%;
        max-width: 12rem;
    }
}
/* :::::::::::::::::::: cookie end :::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
*  見出し パーツ
* --------------------------------------------------------------------------------------------------*/
.c-pageTitleSec {
    padding: 0 0 6.4rem;
}

.c-pageTitleSec__title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0.05em;
	color: #FFFFFF;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
}

.c-pageTitleSec__title::after{
    position: absolute;
    content: "";
    display: block;
    top: -3rem;
    left: -4rem;
    width: 13rem;
    height: 13rem;
    background: url(../images/common/title_logo.png)no-repeat center center;
    background-size: cover;
}

.c-pageTitleSec__txt{
    color: #FFFFFF;
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 7.5rem;
    line-height: 2;
}

.c-pageTitleSec__txt p{
    color: #FFFFFF;
    text-align: left;
    font-size: 1.5rem;
    line-height: 2;
}

.c-pageTitleSec__txt p a,
.c-pageTitleSec__txt>a{
    text-decoration: underline;
    transition: .3s;
}

.c-pageTitleSec__txt p a:hover,
.c-pageTitleSec__txt>a:hover{
    opacity: 0.7;
}

.c-pageTitleSec__txt p + .pageTitleSec__list{
    margin-top: 3rem;
}

.pageTitleSec__list-item{
    text-align: left;
    font-size: 1.5rem;
    line-height: 2;
    color: #888888;
}

.c-pageTitleSec__figure{
	width: 16rem;
	margin: 0 auto 4rem;
}

.plan_content{
    padding: 9rem 0 11rem;
}

.pageTitleSec__pdf{
    font-size: 1.5rem;
    line-height: 2;
}

.pageTitleSec__pdf{
    margin-top: 4rem;
}

.pageTitleSec__pdf__link {
    position: relative;
    display: inline-block;
    transition: .3s;
}

.pageTitleSec__pdf__link:hover {
    opacity: 0.7;
}

.pageTitleSec__pdf__link:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 0;
}


/* ----------  responsive (1000) ---------- */
@media screen and (max-width: 1000px) {
    .c-mainViewSecTitle .c-pageTitleSec__title{
        font-size: 1.8rem;
    }

    .c-pageTitleSec {
        padding: 0 0 4.5rem;
    }

    .c-pageTitleSec__title {
        font-size: 2.8rem;
        line-height: 1.5;
    }

    .c-pageTitleSec__txt{
        margin-bottom: 5rem;
    }

    .plan_content{
        padding: 9rem 0 6rem;
    }
}



/* ----------------------------------------------------------------------------------------------------
*  c-table
* --------------------------------------------------------------------------------------------------*/
.c-table {
    width: 100%;
    border-collapse: separate; /* 角丸を適用しやすくする */
    border-spacing: 0; /* セル間のスペースをリセット */
    width: 100%; /* テーブル幅を親要素に合わせる */
    background-color: transparent; /* テーブル自体の背景を透明に */    
    overflow: hidden;
    border-radius: 10px;
}
.c-table.--th-width_120 {}

.c-table__tr {
    display: flex;
    gap: 1px;
}
.c-table__tr + .c-table__tr {
    margin-top: 1px;
}

.c-table__th {
    padding: 2rem;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0;
    color: #fff;
    background-color: #333333;
}

.common-table.--th-width_220 .common-table__th{
    width: 23rem;
}

.c-table.--th-width_135 .c-table__th{
    width: 13.5rem;
}

.c-table.--th-width_120 .c-table__th{
    width: 12rem;
}

.c-table.--th-width_85 .c-table__th{
    width: 8.5rem;
}

.c-table.--th-width_80 .c-table__th{
    width: 8rem;
}

.c-table__td {
    padding: 2rem;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0;
    background: #292929;
    width: 100%;
}

.c-table.--th-width_120 .c-table__td {
    width: calc(100% - 12rem);
}

.c-table.--th-wide_table .c-table__td{
    width: calc(100% - 12rem);
}

/* ----- c-table responsive (1000) ----- */
@media screen and (max-width: 1000px) {
    .c-table {
        border-radius: 1rem;
    }
    .c-table__th {
        padding: 1.5rem;
    }
    .c-table.--th-width_130 .c-table__th {
        width: 7rem;
    }
    .c-table__td {
        padding: 1.5rem;
    }
    .c-table.--th-width_130 .c-table__td {
        width: calc(100% - 7rem);
    }

    .c-table.--th-width_120 .c-table__th{
        width: 13.5rem;
    }

    .c-table.--th-width_85 .c-table__th{
        width: 8.5rem;
    }

    .c-table.--th-width_80 .c-table__th{
        width: 8rem;
    }
}

@media screen and (max-width: 850px){
    .c-table.--th-width_135 .c-table__th{
        width: 10rem;
    }

    .common-table.--th-width_220 .common-table__th{
        width: 13.5rem;
    }
}

/* ----------------------------------------------------------------------------------------------------
*  ボタン
* --------------------------------------------------------------------------------------------------*/
.c-roundedSquareButtonBlock {}

.c-roundedSquareButtonBlock__link {
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 22rem;
    min-width: 22rem;
    padding: 1.3rem 1rem 1.5rem;
	border: solid 1px;
	border-color: #fff;
	color: #fff;
	font-size: 1.6rem;
    opacity: 1;
    transition: opacity .3s;
    box-sizing: border-box;
}

.c-roundedSquareButtonBlock__link.gray_btn{
    border: 1px solid #555555;
    background: #555555;
}

.c-roundedSquareButtonBlock__link span{
	display: block;
	line-height: 1;
}

.c-roundedSquareButtonBlock.--flexible .c-roundedSquareButtonBlock__link {
    width: 100%;
    min-width: unset;
}
.c-roundedSquareButtonBlock__link:hover {
    opacity: .7;
}

@media screen and (max-width: 500px) {
    .buttons .c-roundedSquareButtonBlock__link{
        width: 100%;
        min-width: 100%;
    }
}



/* トップページ　マップ */


/* ----------------------------------------------------------------------------------------------------
*  メインビュー
* --------------------------------------------------------------------------------------------------*/

.featureSec {
    margin-bottom: 9rem;
}

/* 

.c-mainViewSec{
    position: relative;
}

.c-mainViewSecTitle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-mainViewSec .c-mainViewSec_logo {
    width: 30rem;
    margin: 0 auto 4.5rem;
    padding-left: 3rem;
}

.c-mainViewSec .c-mainViewSecTitle {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    min-height: 850px;
} */

/* -------------------- homeAnnounce responsive (1000) -------------------- */
@media screen and (max-width: 1000px) {
    .c-mainViewSec .c-mainViewSec_logo{
        width: 18rem;
        margin: 0 auto 3rem;
    }

    .c-mainViewSec .c-mainViewSecTitle{
        min-height: 100vh;
    }
}

@media screen and (max-width: 850px){
    .c-bgMediaSecBlock__link, .c-bgMediaSecBlock__sec{
        height: 150vw;
        max-height: 1000px;
        min-height: 640px;
    }
    .c-mainViewSec .c-mainViewSecTitle{
        height: 100%;
        min-height: 100%;
    }
}

/* :::::::::::::::::::: homeAnnounce end :::::::::::::::::::: */



/* ----------------------------------------------------------------------------------------------------
*  プラン
* --------------------------------------------------------------------------------------------------*/
.planBlock__title{
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 2rem;
    transition: .3s;
}

.planBlock__txt{
    font-size: 1.3rem;
    color: #999999;
    line-height: 1.7;
    margin-top: 1.5rem;
    transition: .3s;
}

.planBlock__inr{
    display: flex;
    gap: 3rem;
}

.planBlock__figure{
    aspect-ratio: 3/2;
    overflow: hidden;
}

.planBlock__img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: opacity .3s;
}

.planBlock__link:hover .planBlock__img,
.planBlock__link:hover .planBlock__title,
.planBlock__link:hover .planBlock__txt{
    opacity: 0.7;
}

.planBlock__table-wrap{
    margin-top: 2.5rem;
    overflow: hidden;
    border-radius: 10px;
}

.btnWrap__inr{
    display: flex;
    gap: 3rem;
}

.btnWrap{
    margin-top: 4rem;
}

.column_02_wp{
    display: flex;
    gap: 3rem;
}

.c-column02{
    padding: 6rem 0 12rem;
}

.c-pageTitleSec__title-h3{
    font-size: 3rem;
    margin-bottom: 4rem;
}

.planBlock__inr{
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 1000px){
    .planBlock__inr{
        flex-wrap: wrap;
        gap: 4rem 3rem;
    }

    .column_02_wp{
        flex-wrap: wrap;
        gap: 7rem;
    }

    .column_02_item{
        width: 100%;
    }
}

@media screen and (max-width: 850px){
    .planBlock__item{
        width: 100%;
    }

    .btnWrap__inr{
        flex-wrap: wrap;
        gap: 2rem;
    }

    .c-roundedSquareButtonBlock__link{
        width: 100%;
    }

    .c-pageTitleSec__title-h3{
        font-size: 2.8rem;
    }
}



/* ----------------------------------------------------------------------------------------------------
*  新着情報
* --------------------------------------------------------------------------------------------------*/
.news__contents{
    padding: 0 0 15rem;
}

.news__contents .c-pageTitleSec__title{
    margin-bottom: 5rem;
}

.c-newsArchiveBlock__list{
    text-align: center;
    border-top: 1px solid #2d2d2d;
}

.c-newsArchiveBlock__item{
    border-bottom: 1px solid #2d2d2d;
}

.c-newsArchiveBlock__link{
    display: block;
    padding: 2rem 2.5rem 2.5rem;
    transition: .3s;
}

.c-newsArchiveBlock__link:hover{
    opacity: 0.7;
}

.newsArchiveBlock__date{
    font-size: 1.4rem;
    color: #777777;
    margin-bottom: 1rem;
}

.c-newsArchiveBlock__title{
    font-size: 2rem;
    line-height: 1.5;
}

@media screen and (max-width: 1000px){
    .news__contents{
        padding: 0 0 9rem;
    }

    .news__contents .c-pageTitleSec__title{
        font-size: 2.8rem;
        margin-bottom: 4rem;
    }
}

/* ----------------------------------------------------------------------------------------------------
*  下層
* --------------------------------------------------------------------------------------------------*/
.p-news{
    padding-bottom: 12rem;
}

.columnLy03 .planBlock__inr{
    flex-wrap: wrap;
    gap: 5rem 4rem;
}

.columnLy03 .planBlock__inr .planBlock__item{
    width: calc((100% - 8rem) / 3);
}

.columnLy04 .planBlock__inr{
    flex-wrap: wrap;
    gap: 5rem 3rem;
}

.columnLy04 .planBlock__inr .planBlock__item{
    width: calc((100% - 9rem) / 4);
}

/* ----- responsive (1000) ----- */
@media screen and (max-width: 1000px) {
    .columnLy04 .planBlock__inr{
        flex-wrap: wrap;
        gap: 5rem 4rem;
    }

    .columnLy04 .planBlock__inr .planBlock__item{
        width: calc((100% - 4rem) / 2);
    }

    .columnLy03 .planBlock__inr{
        flex-wrap: wrap;
        gap: 5rem 3rem;
    }

    .columnLy03 .planBlock__inr .planBlock__item{
        width: calc((100% - 4rem) / 2);
    }
}

@media screen and (max-width: 850px){
    .c-bgMediaSecBlock__title .c-bgMediaSecBlock__Title-txt{
        line-height: 1.5;
    }

    .p-news{
        padding-bottom: 9rem;
    }

    .columnLy04 .planBlock__inr .planBlock__item{
        width: 100%;
    }

    .columnLy03 .planBlock__inr .planBlock__item{
        width: 100%;
    }

    .subPage__Layout{
        padding: 16rem 0 6rem;
    }
}


/* 観光案内 */
.sightBlock__title{
    font-size: 2.5rem;
    line-height: 1.8;
    padding: 2.5rem 0 0;
}

.sightBlock__txt{
    font-size: 1.5rem;
    line-height: 2;
    padding: 1.2rem 0 0;
}

.sightBlock__table-wrap {
    padding-top: 4.5rem;
}

/* ----- responsive (1000) ----- */
@media screen and (max-width: 1000px) {
    .sightBlock__title{
        font-size: 2.2rem;
    }
    .sightBlock__txt{
        padding: 2rem 0 0;
    }
}


/* ::::: pagination end ::::: */


/* ::::: サイトマップ ::::: */
.sitemapContents{
    margin-bottom: 12rem;
}
.sitemapContents__inner{
    max-width: 800px;
    margin: 0 auto;
    padding: 0 5.5%;
}
.sitemapContents__inner .ft-pageLinksBlock__smUnit{
    border-top: 1px solid #373737;
    padding-top: 4.5rem;
    width: 100%;
}
@media screen and (max-width: 850px){
    .sitemapContents{
        margin-bottom: 9rem;
    }
    .sitemapContents__inner .ft-pageLinksBlock__smUnit{
        margin-top: 1.2rem;
    }
}


/* ::::: HOWTO ::::: */
img {
    width: 100%;
}
 
li {
    list-style: none;
}
 
ul {
    margin: 0;
    padding: 0;
}
 
.slide-animation {
    display: flex;
    gap: 10px;
    overflow: hidden;
    margin-bottom: 12.5rem;
}
 
.slide-animation li {
    width: 450px;
}
 
.slide-contents {
    display: flex;
    gap: 10px;
    animation: loopAnimation 30s linear infinite;
}
 
@keyframes loopAnimation {
    0% {
    transform: translate(0%);
    }
    100% {
    transform: translate(-100%);
    }
}


/* how to */
.l-page-layout .c-pageTitleSec{
    padding-bottom: 0;
}

.history_wp{
    margin: 0 auto;
    color: #fff;
    max-width: 980px;
}

.history_item_contents_wp{
    flex: 1;
}

.history_item_contents_top{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.history_item_contents_box{
    flex: 1;
}

.history_item_contents_top figure{
    width: 18rem;
    margin: 0 5rem;
}

.history_item{
    display: flex;
    padding-bottom: 5rem;
    position: relative;
}

.history_item:before{
    display: block;
    content: "";
    background: #222222;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    left: -4px;
    top: 12px;
    border: 1px solid #fff;
}

.history_list{
    border-left: solid 1px #fff;
    position: relative;
}

.history_list.checkin_sec{
    padding-top: 5rem;
}

.history_list.checkin_sec:after{
    display: block;
    content: "";
    background: #fff;
    width: 7px;
    height: 7px;
    position: absolute;
    border-radius: 50%;
    left: -4px;
    top: 0;
}

.history_list.checkin_sec:before{
    content: "CHECK IN";
    font-size: 2.2rem;
    position: absolute;
    left: -4px;
    top: -1.5em;
    font-family: "EB Garamond", serif;
}

.history_time{
    font-size: 2.2rem;
    margin-left: 4rem;
    margin-right: 3rem;
    line-height: 1.4;
    font-family: "EB Garamond", serif;
}

.history_item_contents_box h3{
    font-size: 2.4rem;
    line-height: 1.4;
}

.history_item_contents_box p{
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 2rem;
}

.history_list.checkout_sec{
    padding: 7rem 0 0;
}

.history_list.checkout_sec:after{
    display: block;
    content: "";
    background: #fff;
    width: 7px;
    height: 7px;
    position: absolute;
    border-radius: 50%;
    left: -4px;
    bottom: 0;
}

.history_list.checkout_sec:before{
    content: "CHECK OUT";
    font-size: 2.2rem;
    position: absolute;
    left: -4px;
    bottom: -1.5em;
    font-family: "EB Garamond", serif;
}

.history_wrapper{
    max-width: 800px;
    padding: 21rem 5.5% 19rem;
    margin: 0 auto;
    text-align: center;
}

.history_wrapper h3{
    font-size: 3rem;
}

.column02{
    display: flex;
    gap: 5rem;
}

.column02 li{
    max-width: calc(50% - 2.5rem);
}

.figure_list{
    margin-top: 5rem;
}

.howto_mid{
    width: 100%;
    height: 480px;
}

.howto_mid img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 1000px){
    .history_wp {
        width: 90%;
    }

    .history_item_contents_top {
        display: block;
    }
}

@media screen and (max-width: 850px){
    .slide-animation li {
        width: 320px;
    }

    .figure_list {
        margin-top: 3rem;
    }

    .slide-animation {
        margin-bottom: 10rem;
    }

    .history_item {
        display: block;
        padding-left: 5%;
    }

    .history_time {
        display: block;
        margin-left: 0;
        margin-bottom: 1.5rem;
        font-size: 2.1rem;
    }

    .howto_mid {
        height: auto;
    }

    .column02 {
        gap: 0.3rem;
    }

    .column02 li{
        max-width: 100%;
    }

    .history_item_contents_box h3{
        font-size: 2.2rem;
        line-height: 1.5;
    }

    .history_item_contents_top figure{
        margin-right: 0;
        margin-left: auto;
        margin-top: 2rem;
        margin-bottom: -4rem;
    }

    .history_list.checkout_sec{
        padding: 5rem 0 0;
    }

    .history_list.checkout_sec:before,
    .history_list.checkin_sec:before{
        font-size: 2rem;
    }

    .history_wrapper{
        padding: 12rem 5.5% 10rem;
    }

    .history_wrapper h3{
        font-size: 2.4rem;
        line-height: 1.5;
    }
}


.buttons {
    margin-top: 6rem;
    display: flex;
    justify-content: center;
}


.input_file_wp{
    display: flex;
    justify-content: left;
}

.input_file_wp input{
    font-size: 1.2rem;
    min-width: 200px;
}

.input_file_wp p{
    font-size: 1.5rem;
    color: #777777;
    min-width: 14em;
    line-height: 1.8;
}

@media screen and (max-width: 850px){
    .buttons{
        margin-top: 5rem;
    }


    .input_file_wp{
        flex-wrap: wrap;
    }

    .input_file_wp input{
        font-size: 1.2rem;
        min-width: auto;
        width: 100%;
        line-height: 3;
    }

    .input_file_wp input::file-selector-button{
        display: block;
    }

    .input_file_wp p{
        min-width: auto;
        width: 100%;
        font-size: 1rem;
    }
}

/* シングルページ */
.s-page-layout{
    padding-bottom: 12rem;
}

.singlePage__Layout{
    padding-top: 22rem;
}

.single_title_Layout{
    display: flex;
    flex-direction: column;
    gap: 2rem 0;
    max-width: 800px;
    padding-bottom: 5rem;
    border-bottom: solid 1px #282828;
    margin: 0 auto 7rem;
    text-align: center;
}

.single_title_data{
    font-size: 2.2rem;
    line-height: 1.5;
    color: #777777;
}

.single_title_h2{
    font-size: 4rem;
    line-height: 1.6;
}

.s-news{
    max-width: 800px;
    margin: 0 auto;
    padding: 0 5.5% 0;
}

/* こだわり */
.feature_about .c-pageTitleSec__txt{
    text-align: left;
}

.feature_point{
    margin: 12rem 0 4rem;
}

.feature_point .feature_point_list{
    display: flex;
    flex-wrap: wrap;
    gap: 6rem 10rem;
}

.feature_point_item{
    width: calc(100%/2 - 5rem);
}

.feature_title{
    margin-top: 3rem;
}

.feature_title p{
    letter-spacing: 0.2em;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.feature_title h3{
    letter-spacing: 0.05em;
    font-size: 2.5rem;
}

.feature_text p{
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 2.5rem;
}

.feature-about{
    position: relative;
}

.feature-about .fig01,
.feature-about .fig02{
    position: absolute;
    z-index: -1;
}

.feature-about .fig01{
    width: 30rem;
    top: 60px;
    left: -20px;
}

.feature-about .fig02{
    width: 20rem;
    right: -15px;
}

@media screen and (max-width: 850px){
    .singlePage__Layout{
        padding-top: 12.5rem;
        margin: 0 5%;
    }

    .single_title_data{
        font-size: 1.8rem;
    }

    .single_title_h2{
        font-size: 3.2rem;
        line-height: 1.65;
        padding: 0 5.5%;
    }

    .modal__content{
        top: 45%;
    }

    .feature_point{
        margin: 6rem 0 4rem;
    }

    .feature_point .feature_point_list{
        flex-wrap: wrap;
    }

    .feature_point_item{
        width: 100%;
    }


    .feature-about{
        padding-top: 22rem;
        width: 100%;
        overflow: hidden;
    }

    .feature-about .fig01{
        width: 25rem;
        top: 20px;
        left: -35px;
    }
    
    .feature-about .fig02{
        width: 15rem;
        top: 18rem;
        bottom:auto;
        right: -35px;
    }
}


/* :::::::::::::::::::: modal :::::::::::::::::::: */

/* モーダル */
.c-video_modal{
    cursor: pointer;
    transition: .3s;
}

.c-video_modal:hover{
    opacity: 0.7;
}

.modal {
    /* display: none; */
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

body.modal-open .modal{
    opacity: 1;
    visibility: visible;
    display: block;
}

/* .modal.-open {
    opacity: 1;
    visibility: visible;
} */
.modal__bg {
    opacity: 0;
    background: rgba(22, 22, 22, 0.9);
    height: 100vh;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    transition: .3s;
}
body.modal-open .modal__bg {
    opacity: 1;
    z-index: 1;
}
.modal__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
}
.modal__content h3 {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 4rem;
    line-height: 1.625;
}
.modal__closeButton {
    cursor: pointer;
    position: absolute;
    top: 3.5rem;
    right: 3.5rem;
}

body.modal-open {
    position: fixed;
    width: 100%;
    height: 100%;
}
.modal__content {
    width: 75%;
}
@media screen and (max-width: 1080px){
    .modal__content{
        width: 100%;
    }
}
@media screen and (max-width: 500px){
    .modal__content{
        top: 45%;
    }
}
/* :::::::::::::::::::: modal end :::::::::::::::::::: */
/* 愛犬宿泊同意書 */
.agreement_aboutBlock{
    border: solid 1px #fff;
    padding: 4rem 5rem 6rem;
    margin-bottom: 6rem;
}

.agreement_about-title{
    font-size: 3rem;
    text-align: center;
    line-height: 1.65;
    margin-bottom: 3.5rem;
}

.agreement_about-text{
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 3rem;
}

.about-caution_item{
    font-size: 1.4rem;
    line-height: 2;
    color: #777777;
    text-indent: -1.5em;
    padding-left: 1.5em;
}


/* 愛犬宿泊同意書 */
.c-agreementBlock{
    background: #333333;
    padding: 5rem;
    box-sizing: border-box;
    max-height: 67rem;
    overflow-y: scroll;
}

.agreementList__block{
    margin-bottom: 4rem;
}

.c-agreementTitle{
    text-align: center;
    font-size: 3rem;
    line-height: 1.65;
    margin-bottom: 4rem;
}

.agreementList__Title{
    font-size: 2.2rem;
    line-height: 1.65;
    margin-bottom: 2rem;
}

.agreementList__Item{
    font-size: 1.5rem;
    display: flex;
    line-height: 2;
}

.agreementList__Item:before{
    content: "・";
    margin-right: 1rem;
}


.agreementBlock_bottom-text{
    font-size: 1.5rem;
    line-height: 2;
}

/* タブ切り替え */
.pet_info{
    margin-top: 6rem;
}

.pet_info_title{
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    margin-bottom: 3rem;
}

.formTab_link{
    display: flex;
    gap: 3rem;
    justify-content: center;
    margin-bottom: 4rem;
}

.formTab_link li{
    position: relative;
    color: #777777;
    font-size: 1.5rem;
    transition: .3s;
    cursor: pointer;
}

.formTab_link li.active{
    color: #fff;
}

.formTab_link li.active:before{
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: -0.8rem;
}

.formTab_link li:hover{
    opacity: 0.7;
}

.formTab_contents{
    display: none;
}

.formTab_contents.active{
    display: block;
}




/* プログレスバー */
.c-Progressbar_wp {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    max-width: 410px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 2rem 0 0;
    margin-bottom: 6rem;
}

.c-Progressbar_wp::before{
    position: absolute;
    top: 0;
    content: "";
    display: block;
    height: 1px;
    font-size: 1.5rem;
    width: calc(100% - 3em);
    left: 1em;
    background: #fff;
}

.c-Progressbar_wp li{
    position: relative;
    font-size: 1.5rem;
    color: #777777;
}

.c-Progressbar_wp li.active{
    color: #fff;
}

.c-Progressbar_wp li:before{
    display: block;
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #222;
    border: solid 1px #fff;
    border-radius: 50%;
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -23px;
}

.c-Progressbar_wp li.active:before{
    top: -26px;
    width: 12px;
    height: 12px;
    background: #fff;
    border:none;
}


@media screen and (max-width: 850px){
    .agreement_aboutBlock{
        padding: 4rem 2rem 5rem;
    }

    .agreement_about-title{
        font-size: 2.8rem;
        margin-bottom: 3rem;
    }

    .c-agreementBlock{
        padding: 5rem 2rem;
    }

    .c-agreementTitle{
        font-size: 2.8rem;
        margin-bottom: 3rem;
    }

    .agreementList__Title{
        margin-bottom: 2rem;
    }
}


/* 部屋詳細ページ */



/* :::::::::::::::::::: slick :::::::::::::::::::: */
.c-planSlickSlide__link {
    /* slickの高さと横幅の最大値、マージンを設定 */
    overflow: hidden;
    position: relative;
    display: block;
    width: 20vw;
    max-width: calc(20vw * 1.5);
    margin: 0 2.5rem;
}

.c-bookMenuSlickSlide__link {
    overflow: hidden;
    position: relative;
    display: block;
    width: 18.75vw;
    max-width: calc(18.75vw * 1.5);
    margin: 0 2.5rem;
}

.c-slickSlide__figure {
    display: table;
    width: 100%;
    max-width: calc(42vw* 1.5);
    padding: 0 2.5rem;
}

.c-planSlickSlide__link.--recommend::before,
.howTo-planSec__item.--recommend::before,
.c-bookMenuSlickSlide__link.--recommend::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: clamp(7rem,5vw,20rem);
    height: clamp(7rem,5vw,20rem);
    background-image: url('/assets/img/common/recommended-plan.png');
    background-size: clamp(7rem,5vw,20rem) clamp(7rem,5vw,20rem);
    background-repeat: no-repeat;
}

.c-planSlickSlide__img {
    overflow: hidden;
    position: relative;
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
}

.c-planSlickSlide__img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    transition: opacity .4s;
}

.c-planSlickSlide__link:hover .c-planSlickSlide__img::before {
    opacity: 1;
}

.c-planSlickSlide__img > .img {
    transform: scale(1.07);
    transition: transform .4s;
}

.c-planSlickSlide__link:hover .c-planSlickSlide__img > .img {
    transform: scale(1.01);
}

.c-bookMenuSlickSlide__img {
    overflow: hidden;
    position: relative;
    width: 18.75vw;
    height: 18.75vw;
    border-radius: 50%;
}

.c-bookMenuSlickSlide__img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    transition: opacity .4s;
}

.c-bookMenuSlickSlide__link:hover .c-bookMenuSlickSlide__img::before {
    opacity: 1;
}

.c-bookMenuSlickSlide__img > .img {
    transform: scale(1.07);
    transition: transform .4s;
}

.c-bookMenuSlickSlide__link:hover .c-bookMenuSlickSlide__img > .img {
    transform: scale(1.01);
}

.c-slickSlide__figure > .img {
    display: table-row;
    width: 100%;
    height: 42vw;
}

.c-planSlickSlide__text,
.c-bookMenuSlickSlide__text {
    padding-top: 1.4rem;
    text-align: left;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
}

.c-slickSlide__text {
    display: table-caption;
    caption-side: bottom;
    padding: 2rem 3rem 0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #888888;
}

.c-planSlickSlide__lowerArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6rem;
}

.c-bookMenuSlickSlide__lowerArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
}

.c-slickSlide__lowerArea {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    margin-top: 5rem;
}

/* slick-slide__nav */
.c-planSlickSlide__nav,
.c-bookMenuSlickSlide__nav {
    position: relative;
    display: flex;
    justify-content: end;
}

.c-slickSlide__nav {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}

/* slick-dots */
.slick-dots {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
}

.slick-dots li {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 15%;
    height: 2px;
}

.slick-dots button {
    display: block;
    width: 100%;
    height: 2px;
    opacity: 0.1;
    text-indent: -9999px;
    background-color: #fff;
    transition: background-color 0.2s;
}

.slick-dots .slick-active button {
    height: 2px;
    opacity: 1;
    background-color: #FFFFFF;
}

/* slick-dots end */

/* slick-arrow */
.c-planSlickSlide__arrow,
.c-bookMenuSlickSlide__arrow {
    position: absolute;
    top: 0;
    z-index: 2;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-image: url('../images/icon/slide_arrow.png');
    background-size: 3rem 3rem;
    background-repeat: no-repeat;
    visibility: hidden;
}

.c-slickSlide__arrow {
    position: absolute;
    top: 0;
    z-index: 2;
    display: inline-block;
    width: 4rem;
    height: 4rem;
    background-image: url('../images/icon/slide_arrow.png');
    background-size: 4rem 4rem;
    background-repeat: no-repeat;
}

.c-planSlickSlide__arrow.-prev,
.c-bookMenuSlickSlide__arrow.-prev {
    left: 0;
    transform: translateX(0) translateY(-50%) rotate(180deg);
}

.c-slickSlide__arrow.-prev {
    left: 0;
    transform: translateX(0) translateY(-50%) rotate(180deg);
}

.c-planSlickSlide__arrow.-next,
.c-bookMenuSlickSlide__arrow.-next {
    right: 0;
    transform: translateX(0) translateY(-50%);
}

.c-slickSlide__arrow.-next {
    right: 0;
    transform: translateX(0) translateY(-50%);
}
/* slick-arrow end */

/* -------------------- slick responsive (1000) -------------------- */
@media screen and (max-width: 1000px) {
    .homePlan {}
    .homePlan__sec {
        padding: 4rem 0 7rem;
    }
    .homePlanTitleBlock__en {
        font-size: 4rem;
    }
    .homePlanTitleBlock__ja {
        padding: 2.3rem 0 0 2rem;
        font-size: 1.8rem;
    }

    /* ::::: slick ::::: */
    /* slickの高さと横幅の最大値、マージンを設定 */
    .c-planSlickSlide__link {
        width: 20vw;
        max-width: calc(20vw * 1.5);
        margin: 0 1.5rem;
    }
    .c-bookMenuSlickSlide__link {
        width: 18.75vw;
        max-width: calc(18.75vw * 1.5);
        margin: 0 1.5rem;
    }
    .c-slickSlide__figure {
        max-width: calc(55vw* 1.5);
        padding: 0 0.75rem;
    }
    .c-planSlickSlide__link.--recommend::before,
    .c-bookMenuSlickSlide__link.--recommend::before {
        width: clamp(6rem,5vw,20rem);
        height: clamp(6rem,5vw,20rem);
        background-size: clamp(6rem,5vw,20rem) clamp(6rem,5vw,20rem);
    }
    .c-planSlickSlide__img {
        width: 20vw;
        height: 20vw;
    }
    .c-bookMenuSlickSlide__img {
        width: 18.75vw;
        height: 18.75vw;
    }
    .c-slickSlide__figure > .img {
        height: 55vw;
    }
    .c-planSlickSlide__text,
    .c-bookMenuSlickSlide__text {
        padding-top: 1.4rem;
    }
    .c-planSlickSlide__lowerArea {
        flex-direction: column-reverse;
        margin-top: 5rem;
        gap: 5rem;
    }
    .c-bookMenuSlickSlide__lowerArea {
        flex-direction: column-reverse;
        margin-top: 5rem;
        gap: 5rem;
    }
    .c-slickSlide__lowerArea {
    }
    /* slick-slide__nav */
    .c-planSlickSlide__nav,
    .c-bookMenuSlickSlide__nav {
        position: relative;
        width: 100%;
    }
    /* slick-dots */
    .slick-dots {
        transform: translateY(-50%);
        /* width: calc(100% - 12rem); */
        width: 200px;
        margin: 0 auto;
    }
    /* slick-dots end */
    .c-planSlickSlide__arrow,
    .c-bookMenuSlickSlide__arrow {
        visibility: visible;
    }
    .c-slickSlide__arrow {
        width: 3rem;
        height: 3rem;
        background-size: 3rem 3rem;
    }
    .c-planSlickSlide__arrow.-prev,
    .c-bookMenuSlickSlide__arrow.-prev,
    .c-slickSlide__arrow.-prev  {
        left: 0;
        transform: translateX(0) translateY(-50%) rotate(180deg);
    }
    .c-planSlickSlide__arrow.-next,
    .c-bookMenuSlickSlide__arrow.-next,
    .c-slickSlide__arrow.-next {
        right: 0;
        transform: translateX(0) translateY(-50%);
    }
}
/* -------------------- slick responsive (850) -------------------- */
@media screen and (max-width: 850px) {
    /* ::::: slick ::::: */
    /* slickの高さと横幅の最大値、マージンを設定 */
    .c-planSlickSlide__link {
        width: 55vw;
        max-width: calc(55vw * 1.5);
    }
    .c-bookMenuSlickSlide__link {
        width: 55vw;
        max-width: calc(55vw * 1.5);
    }
    .c-planSlickSlide__link.--recommend::before,
    .c-bookMenuSlickSlide__link.--recommend::before {
        width: clamp(6rem,16vw,20rem);
        height: clamp(6rem,16vw,20rem);
        background-size: clamp(6rem,16vw,20rem) clamp(6rem,16vw,20rem);
    }
    .c-planSlickSlide__img {
        width: 55vw;
        height: 55vw;
    }
    .c-bookMenuSlickSlide__img {
        width: 55vw;
        height: 55vw;
    }
    /* slick-dots */
    .slick-dots {}
    /* slick-dots end */
    .c-planSlickSlide__arrow,
    .c-bookMenuSlickSlide__arrow {
        position: absolute;
        top: 0;
        z-index: 2;
        display: inline-block;
        width: 3rem;
        height: 3rem;
        background-image: url('/assets/img/common/icon-arrow-cicle-green.svg');
        background-size: 3rem 3rem;
        background-repeat: no-repeat;
        visibility: visible;
    }
    .c-planSlickSlide__arrow.-prev,
    .c-bookMenuSlickSlide__arrow.-prev {
        left: 0;
        transform: translateX(0) translateY(-50%) rotate(180deg);
    }
    .c-planSlickSlide__arrow.-next,
    .c-bookMenuSlickSlide__arrow.-next {
        right: 0;
        transform: translateX(0) translateY(-50%);
    }
}
/* :::::::::::::::::::: slick end :::::::::::::::::::: */

/* :::::::::: roomsSingleInfo :::::::::: */
.roomsSingleInfo {
    /* padding-bottom: 6rem; */
}
.roomsSingleInfo__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}
.roomsSingleInfo__textTypeArea {
    width: 51rem;
}

.roomsSingleInfo__textTypeArea_txt{
    font-size: 1.5rem;
    line-height: 2;
}

.roomsSingleInfo__textTypeArea_txt + .roomsSingleInfo__tableArea{
    margin-top: 4rem;
}

.roomsSingleInfo__linkButtonArea {
    padding-top: 5rem;
}
.roomsSingleInfo__mapArea {
    width: calc(100% - 57rem);
    border-radius: 1.5rem;
    box-sizing: border-box;
}
/* .roomsSingleInfo__img {
    aspect-ratio: 1/1;
} */
.roomsSingleInfo__img > .img {
    object-fit: contain;
}
/* ---------- roomsSingleInfo responsive (1000) ---------- */
@media screen and (max-width: 1000px) {
    .roomsSingleInfo {
        /* padding-bottom: 5rem; */
    }

    .roomsSingleInfo__textTypeArea {
        width: 100%;
    }

    .roomsSingleInfo__mapArea {
        width: 100%;
        border-radius: 1rem;
        margin-top: 3rem;
    }
}
/* :::::::::: roomsSingleInfo end :::::::::: */

/* :::::::::: roomsOthers :::::::::: */
.roomsOthers {
    padding: 7.5rem 0 12rem;
}

.roomsOthers__listArea {
    padding-top: 7rem;
}

.roomsOthers__archiveLinkArea {
    padding-top: 8rem;
}
/* :::::::::: roomsOthers end :::::::::: */
/* -------------------- roomsSingle responsive (1000) -------------------- */
@media screen and (max-width: 1000px) {
    /* :::::::::: roomsOthers :::::::::: */
    .roomsOthers {
        padding: 5rem 0 8rem;
    }

    .roomsOthers__listArea {
        padding-top: 6rem;
    }

    .roomsOthers__archiveLinkArea {
        padding-top: 5rem;
    }
    /* :::::::::: roomsOthers end :::::::::: */
}
/* :::::::::::::::::::: roomsSingle end :::::::::::::::::::: */

.room-single__calendar{
    margin-bottom: 2rem;
}

.room-single__calendar h2{
    font-size: 3rem;
    margin-bottom: 5rem;
    text-align: center;
}

.room-calendar {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 6rem 6rem 8rem;
    border-radius: 5px;
    background: #333333;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.03); */
  }
  .room-calendar__table {
    width: 31%;
    border-collapse: collapse;
  }

  tr.room-calendar__row{
    width: 100%;
  }

  .room-calendar__caption {
    padding-bottom: 2.5rem;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1;
  }
  .room-calendar__heading, .room-calendar__data {
    position: relative;
    z-index: 10;
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: center;
    border-bottom: 1px solid #fff;
    width: calc(100vw / 7);
  }
  .room-calendar__heading {
    padding: 0.8rem 0 1.4rem 0;
    font-weight: normal;
  }
  .room-calendar__heading:first-child::before {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    box-sizing: border-box;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    border: solid 1px #fff;
  }
  .room-calendar__heading:last-child::before {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background: #444444;
  }
  .room-calendar__data {
    padding: 1.5rem 0 1.5rem 0;
    border-bottom: 1px solid #444;
  }
  
  /* ---------------------------------- room-calendar responsive ---------------------------------- */
  /* ---------- BP1200 ---------- */
  @media screen and (max-width: 1200px) {
    .room-calendar {
      gap: 5rem 3%;
      justify-content: center;
    }
    .room-calendar__table {
      width: 100%;
      max-width: 100%;
    }
  }

  @media screen and (max-width: 1000px){
    .room-calendar {
      flex-wrap: wrap;
      justify-content: center;
    }

    .room-calendar__table {
        max-width: 450px;
    }
  } 


  @media screen and (max-width: 850px) {
    .roomsSingleInfo{
        margin-top: 7rem;
    }

    .room-single__calendar h2{
        margin-bottom: 3rem;
        font-size: 2.8rem;
    }

    .room-calendar__caption{
        font-size: 2.1rem;
    }

    .room-calendar {
      padding: 5rem 2rem 6rem;
    }
    .room-calendar__table {
      max-width: 100%;
    }

    .room-calendar .c-slickSlide__arrow.-prev{
        transform: translateX(0) translateY(0) rotate(180deg);
        left: 2rem;
        top: 5rem;
    }

    .room-calendar .c-slickSlide__arrow.-next{
        transform: translateX(0) translateY(0);
        right: 2rem;
        top: 5rem;
    }

    .room-calendar .slick-disabled{
        opacity: 0.5;
    }

  }



.radio_btn_wp{
    display: flex;
}

.radio_btn_wp .contact_label{
    margin-right: 2.2rem;
}

.radio_btn_wp input[type="radio"] + label {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
    line-height: 1.8;
    font-size: 1.5rem;
    color: #777;
}

.radio_btn_wp label:not(:last-of-type) {
	margin-right: 45px;
}

.radio_btn_wp input[type="radio"] + label::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 1px solid #777;
	border-radius: 50%;
}

.radio_btn_wp input[type="radio"]:checked + label::before{
    border: 1px solid #fff;
}

.radio_btn_wp input[type="radio"] + label::after {
	content: '';
	display: block;
	position: absolute;
	left: 7px;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
	opacity: 0;
	transition: .2s;
}

.radio_btn_wp input[type="radio"]:checked + label{
    color: #fff;
}

.radio_btn_wp input[type="radio"]:checked + label::after {
	opacity: 1;
}

@media screen and (max-width: 850px){
    .radio_btn_wp{
        display: block;
    }
}

/* div.agreeButton */
div.agreeButton {
    display: inline-block;
    margin: 0 auto;
}
div.agreeButton input[type="radio"] {
    display: none;
}
div.agreeButton input[type="radio"] + label {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding-right: 4rem;
    padding-left: 3rem;
    font-size: 1.6rem;
}
div.agreeButton input[type="checkbox"] {
    display: none;
}
div.agreeButton input[type="checkbox"] + label {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding-left: 3rem;
    font-size: 1.6rem;
    line-height: 2;
    color: #fff;
}
div.agreeButton input[type="checkbox"] + label a {
    text-decoration: underline;
    opacity: 1;
    transition: opacity .3s;
}
@media (hover: hover) {
    div.agreeButton input[type="checkbox"] + label a:hover {
        opacity: 0.5;
    }
}
div.agreeButton input[type="checkbox"] + label::before {
    content: '';
    display: block;
    position: absolute;
    top: 0.8rem;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    box-sizing: border-box;
    border: 1px solid #fff;
}
div.agreeButton input[type="checkbox"] + label::after {
    content: '';
    display: block;
    position: absolute;
    top: -0rem;
    left: 0.8rem;
    transform: rotate(45deg);
    width: 0.4rem;
    height: 1.5rem;
    border-right: 4px solid #FFDB00;
    border-bottom: 4px solid #FFDB00;
    opacity: 0;
    transition: opacity 0.2s;
}
div.agreeButton input[type="checkbox"]:checked + label::after {
    opacity: 1;
}
.formSec__agreeText {
    margin-top: 8.7rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2;
}


/* ----- div.agreeButton responsive (1050) ----- */
@media screen and (max-width: 1050px) {
    .formSec__agreeText {
        margin-top: 2.6rem;
        text-align: left;
    }
}
/* div.agreeButton ここまで */


/* :::::::::: confirm :::::::::: */
/* confirmFormSec */
.confirmFormSec {}
.confirmFormSec__inner {
    width: 85%;
    max-width: 130rem;
    padding: 8rem 7% 10rem;
    border-radius: 1.5rem;
    margin: 0 auto;
    background-color: #FFF;
}
section.confirmFormSec h3 {
    text-align: left;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2;
}
section.confirmFormSec form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.confirmFormSec form table {
    width: 100%;
}
section.confirmFormSec form table tr {
    display: flex;
    padding: 1.6rem 0 1.3rem;
    border-bottom: 1px solid #2d2d2d;
}
section.confirmFormSec form table tr:first-child {
    border-top: 1px solid #2d2d2d;
}
section.confirmFormSec form table tr th {
    text-align: left;
    width: 30%;
    padding-right: 2rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2;
    color: #fff;
}
section.confirmFormSec form table tr td {
    width: 70%;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2;
    color: #fff;
}

/* error */
.error__conts {
    padding: 0 0 12rem;
}
.errorTexts {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
}

.confirm__buttons{
    display: flex;
    gap: 3rem;
    margin-top: 5rem;
}

.confirm__buttons .returnButton{
    opacity: .5;
}

.confirm_top{
    padding-top: 10rem;
}

.age_input{
    width: 200px!important;
}

.dfl{
    display: flex;
    justify-content: left;
    align-items: baseline;
}

.dfl p{
    margin-top: 1rem;
}

/* ---------- confirm responsive (1000) ---------- */
@media screen and (max-width: 1000px) {
    /* confirmFormSec */
    .confirmFormSec {}
    .confirmFormSec__inner {
        width: 89%;
        padding: 5rem 6% 6.5rem;
    }
    /* error */
    .error__conts {
        padding: 0 0 7rem;
    }
}

@media screen and (max-width: 850px) {
    .confirm__buttons{
        display: flex;
        flex-direction: column;
        gap: 2rem;
        margin-top: 4rem;
        width: 100%;
    }

    .confirm__buttons button{
        width: 100%;
        min-width: 100%;
    }

    .age_input{
        width: 130px!important;
    }
}
/* :::::::::: confirm end :::::::::: */

.pickup-wp{
    margin-bottom: 8rem;
}

.pickup-wp .planBlock__item{
    position: relative;
}

.pickup-wp .planBlock__item .planBlock__title{
    font-size: 2rem;
}

.pickup-wp .planBlock__item::after{
    content: "おすすめ";
    position: absolute;
    right: inherit;
    background: rgba(0, 0, 0, .4);
    border-radius: 50%;
    text-align: center;
    height: 7rem;
    line-height: 7rem;
    width: 7rem;
    border: 2px dashed #fff;
    font-weight: bold;
    font-size: 1.3rem;
    top: -2rem;
    right: -2rem;
}



.plan_subbtn_wp{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.plan_subbtn_wp .c-roundedSquareButtonBlock__link{
    width: 100%;
}

.plans__sliderArea{
    margin-bottom: 10rem;
}

.columnLy02_p .planBlock__inr{
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 7rem 6rem;
}

.columnLy02_p .planBlock__item{
    width: calc((100% / 2) - 3rem); /* 2カラムの幅を計算。gapは左右で分けるので6remの半分を引く */
    box-sizing: border-box; /* パディングやボーダーを含めて幅を計算 */
}

.planBlock__txt + .roomsSingleInfo__tableArea,
.sightBlock__txt + .roomsSingleInfo__tableArea,
.sightBlock__txt + .planBlock__table-wrap{
    margin-top: 4rem;
}

@media screen and (max-width: 1000px) {
    .columnLy02 .planBlock__item{
        width: 100%;
    }

    .planBlock__txt + .roomsSingleInfo__tableArea,
    .sightBlock__txt + .roomsSingleInfo__tableArea,
    .sightBlock__txt + .planBlock__table-wrap{
        margin-top: 3rem;
    }

}

@media screen and (max-width: 850px){
    .pickup-wp{
        margin-bottom: 6.5rem;
    }

    .pickup-wp .planBlock__inr{
        gap: 6.5rem 0;
    }

    .plan_btn_wp{
        flex-wrap: wrap;
    }

    .plan_btn_wp .c-roundedSquareButtonBlock__link{
        width: 100%;
    }

    .pickup-wp .planBlock__item .planBlock__title{
        font-size: 1.5rem;
    }

    .pickup-wp .planBlock__item:after{
        top: -3rem;
        right: -1rem;
    }

    .columnLy02_p .planBlock__item{
        width: 100%;
    }
} 

.sec_content{
    padding-top: 13rem;
}

.sec_top{
    padding-top: 0;
}

.sec_bottom{
    padding-bottom: 13rem;
}

.banquetsMenu{
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 14rem;
    position: relative;
    z-index: 9;
}

.banquetsMenu__item{
    border-bottom: solid 1px transparent;
}

.banquetsMenu__item:last-child{
    border-bottom: none;
}

.banquetsMenu__link{
    position: relative;
    padding: 2.5rem 2rem;
    display: block;
    font-size: 1.5rem;
    background: #292929;
    position: relative;
    transition: .3s;
}

.banquetsMenu__link:hover{
    opacity: 0.7;
}

.banquetsMenu__link::before{
    content: '';
    position: absolute;
    top: 2.5rem;
    right: 2rem;
    transform: rotate(45deg);
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.banquetsMenu__txt{
    position: relative;
    display: inline-block;
}

.banquetsMenu__txt.-current:before{
    width: 100%;
    height: 1px;
    background: #DDDDDD;
    content: "";
    display: block;
    bottom: -0.5em;
    position: absolute;
}


@media screen and (max-width: 1000px){
    .sec_content{
        padding-top: 9rem;
    }

    .sec_top{
        padding-top: 0;
    }

    .plans__sliderArea{
        padding-bottom: 0;
    }

    .roomsSingleInfo{
        padding-bottom: 3rem;
    }

    .sec_bottom{
        padding-bottom: 8rem;
    }

    .banquetsMenu{
        margin-bottom: 8.5rem;
    }
}




.plan_btn_wp_2 {
    display: flex;
    justify-content: center;
}