@charset "utf-8";

.laxury-page {
    /* background:#FAF6ED; */
    color: #333333;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
    z-index: 1;
}

.lp-special {
  /* position: relative; */
  /* z-index: 1; */
}

.laxury-page__bg-wrapper {
  position: relative;
  z-index: 1;
}

.laxury-page__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  z-index: -1; /* 背景としてコンテンツの後ろに配置 */
  background-image: url(/hotel/cms/wp-content/themes/tabirai/assets/images/laxury/img_guest02-pc.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.laxury-page p {
    margin: 0;
}

/* パンくず */
.lp-breadcrumb {
    color: #707070;
    font-size: 12px;
    z-index: 2;
    position: relative;
    background: #ffffff;
}

.lp-breadcrumb ol {
    display: flex;
    justify-content: start;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    align-content: center;
    align-items: center;
    padding: 0 7px;
}

.lp-breadcrumb li {
    display: flex;
    align-items: center;
    margin-right: 7px;
    padding: 5px 0 5px;
    /* margin-right: 2px; */
}

.lp-breadcrumb li::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    transform: rotate(45deg);
    margin-left: 3px
}

.lp-breadcrumb li:last-child {
    /* padding-bottom: 0; */
}


.lp-breadcrumb li:last-child::after {
    display: none;
}

/*メインビジュアル*/
.lp-header {
    position: relative;
    background: #FAF6ED;
    z-index: 2;
}
.lp-header__title__wrapper {
    position: absolute;
    top: 12px;
    left: 12px;
    color: #fff;
    padding: 12px;
    max-width: calc(100% - 24px);
    background-color: rgba(0,0,0,.4);
    z-index: 3;
}

.lp-header__title {
    font-size: 18px;
    margin: 0 0 3px;
}

.lp-header__title__subtext {
    font-size: 14px;
}

/*メニュー*/
.lp-menu {
    position:relative;
    z-index: 3;
    background:#FAF6ED;
}

.lp-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.lp-menu__list {
    display: flex;
    width: 100%;
    color: #ffffff;
    background-color: #96886A;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 0;
}

.lp-menu__item {
    padding: 0;
    text-align: center;
    width: 100%;
}

li.lp-menu__item:last-child {
    padding-bottom: 0;
}

.lp-menu__item a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    display: block;
    padding: 0.5em;
    width: 100%;
}
.lp-menu__item.active a {
    color:#333333;
    text-decoration: underline;
}

/*フローティングコンテンツ*/
.lp-floating {
    display: flex;
    width: 100%;
    background-color: #FAF6ED;
    box-shadow: inset 0px 2px 4px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.16);
    align-items: center;
    justify-content: space-between;
    position:relative;
    z-index: 4;
}

.lp-floating.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.lp-floating__contents {
    margin: 0 auto 0;display: flex;
    background-color: #FAF6ED;
    align-items: center;
    justify-content: space-between;
    position:relative;
    z-index: 4;
}
.lp-floating__text {
    padding: 8px;
    font-size: 12px;
    width: calc(100% - 185px);
    font-weight: bold;
}

.lp-floating__button {
    color: #5EB28E;
    width: 185px;
    padding: 8px 8px 8px 0;
}

.lp-floating__button__text {
    color: #5EB28E;
    font-size: 12px;
    text-align: center;
}

.lp-floating__button a {
    display: flex;
    color: #ffffff;
    font-size: 15px;
    background: #5EB28E;
    padding: 10px;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    /* margin-left: 3px; */
}

.lp-floating__button a::after {
    content: "";
    width: 13px;
    height: 8px;
    background: url(/hotel/cms/wp-content/themes/tabirai/assets/images/laxury/arrow.png) no-repeat 50% 0;
    background-size: contain;
    display: inline-block;
    margin-left: 5px;
}

/*コンセプト*/

.lp-concept {
    position:relative;
    z-index: 2;
    background:#FAF6ED;
}
.lp-concept__image__wrapper {
    margin: 0 12px 30px;
    position: relative;
    min-height: 220px;
    padding-top: 30px;
}

.lp-concept__image__large {
    width: 265px;
    min-height: 50px;
    box-shadow: 5px 5px 0 #96886A;
    z-index:2;
    background-color: #eeeeee;
}

.lp-concept__image__small {
    width: 150px;
    min-height: 50px;
    box-shadow: 5px 5px 0 #96886A;
    position:absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    background-color: #eeeeee;
}
.lp-concept__text__wrapper {
    margin: 0 12px 0;
    padding-bottom: 50px
}



.lp-concept__title {
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 0.5em;
}

.lp-concept__title__subtext {
    display: block;
    margin: 0 auto 0;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2em;
}

.lp-content {
    margin: 0;
    padding: 30px 0 50px;
    position:relative;
    position:relative;
    z-index: 2;
    background:#FAF6ED;
}

.lp-content__overview {
    background: rgba(255,255,255,.9);
    border-top: 12px solid #96886A;
    padding:10px;
    margin: 0 12px 0;
    z-index: 3;
    position: relative;
}

.lp-content__overview__title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 12px 10px;
}

.lp-content__overview__list {
    list-style: disc;
}

.lp-content__overview__item {
    margin: 0 0 5px;
    padding: 0;
}

.lp-content__overview__item::marker {
    color: #96886A;
}

.lp-content__swiper {
    margin: -7em 0 0;
    z-index: 2;
    position: relative;
}

.lp-content__swiper .swiper-pagination {
    position: absolute !important;
    bottom: 3em !important;
}

.lp-content .swiper-pagination .swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 1 !important
}
.lp-content .swiper-pagination .swiper-pagination-bullet-active {
    background: #96886A !important;
    opacity: 1 !important
}

.lp-content .swiper-button-prev {
    border: none !important;
    width: 20px;
    height: 20px;
    color: #ffffff;
    left: 15px;
    margin: 0;
    background-image: url(/hotel/cms/wp-content/themes/tabirai/assets/images/laxury/prev_arrow.png) !important;
    background-size: 20px 20px;
}

.lp-content .swiper-button-next {
    border: none !important;
    width: 20px;
    height: 20px;
    color: #ffffff;
    right: 15px;
    margin: 0;
    background-image: url(/hotel/cms/wp-content/themes/tabirai/assets/images/laxury/next_arrow.png) !important;
    background-size: 20px 20px;
}

.lp-content .swiper-button-pref {
    border: none !important;
}

.lp-content__image__wrapper {
    margin: -7em 0 0;
    z-index: 2;
    position: relative;
}

.laxury-page p.lp-content__caption {
   font-size: 12px;
    margin:4px 12px 12px;
}
.lp-content__text__wrapper {
    margin: 0 12px 0;
}

.lp-content__text__title {
    font-size: 20px;
    margin-bottom: 5px
}

/* スペシャルコンテンツ */
.lp-special {
    position:relative;
    z-index: 1;
    padding: 0;
    /* margin: 0 0 50px; */
    overflow: hidden;
}

.lp-special__image {
    height: 600px;
    width: 100%;
}

.lp-special__image::before {
    content:"";
    display: block;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.lp-special__text__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 36px 24px 0;
    z-index: 2;
    height: 100%;
}

.laxury-page__bg::before {
    content:"";
    display: block;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.lp-special__title {
    color: #ffffff;
    font-size: 24px;
    margin: 0 0 7px;
    line-height: 1.25em;
}

.laxury-page p.lp-special__text {
    color: #ffffff;
    font-size: 16px;
    margin: 0 0 1.5em;
}
.lp-special__list {
    list-style-position;
    list-style-type:none;
    padding: 0;
}
.lp-special__item {
    color: #ffffff;
    margin: 0 0 5px;
    padding: 0 0 0;
    font-size: 14px;
}

/*マップ*/
.lp-map {
    padding-top: 50px;
    position: relative;
    z-index: 2;
    background:#FAF6ED;
}

.lp-map__title {
    font-size: 22px;
    font-weight: bold;
    margin: 0 12px 10px;
}

.lp-map__text__wrapper {
    margin: 20px 12px 0;
    padding-bottom: 50px;
}

.laxury-page p.lp-map__text {
    font-size: 14px;
    margin-bottom:1em;
}

.lp-map__list {
    margin-bottom: 0.5em;
}
.lp-map__term {
    font-weight: bold
}
#footer {
    position: relative;
    z-index: 2;
    background: #ffffff;
}

@media screen and (min-width: 768px){
    .laxury-page {
        /* background:#FAF6ED; */
        color: #333333;
        font-size: 14px;
        line-height: 1.5em;
        margin: 0;
        z-index: 1;
    }

    .lp-special {
    /* position: relative; */
    /* z-index: 1; */
    }

    .laxury-page__bg-wrapper {
    position: relative;
    z-index: 1;
    }

    .laxury-page__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: -1; /* 背景としてコンテンツの後ろに配置 */
    background-image: url(/hotel/cms/wp-content/themes/tabirai/assets/images/laxury/img_guest02-pc.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    }

    .laxury-page p {
        margin: 0;
        line-height: 1.6;
        font-size: 15px;
        line-height: 1.8em;
    }

    /* パンくず */
    .lp-breadcrumb {
        color: #707070;
        font-size: 12px;
        z-index: 2;
        position: relative;
        /* background: #FAF6ED; */
    }

    .lp-breadcrumb ol {
        display: flex;
        justify-content: start;
        overflow-x: hidden;
        word-break: keep-all;
        white-space: nowrap;
        align-content: center;
        align-items: center;
        padding: 0 7px;
        width: 1020px;
        margin: 0 auto;
    }

    .lp-breadcrumb li {
        display: flex;
        align-items: center;
        margin-right: 7px;
        padding: 5px 0 5px;
        /* margin-right: 2px; */
    }

    .lp-breadcrumb li::after {
        content: "";
        display: inline-block;
        width: 4px;
        height: 4px;
        border-top: 1px solid #707070;
        border-right: 1px solid #707070;
        transform: rotate(45deg);
        margin-left: 3px
    }

    .lp-breadcrumb li:last-child {
        /* padding-bottom: 0; */
    }


    .lp-breadcrumb li:last-child::after {
        display: none;
    }

    /*メインビジュアル*/
    .lp-header {
        position: relative;
        background: #FAF6ED;
        z-index: 2;
        height: 600px;
        overflow:hidden;
    }
    .lp-header__title__wrapper {
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
        width: 1020px;
        color: #fff;
        padding: 12px;
        max-width: calc(100% - 24px);
        background-color: rgba(0,0,0,.4);
        z-index: 3;
        line-height: 1.3;
    }

    .lp-header__title {
        font-size: 30px;
        margin: 0 0 3px;
    }

    .lp-header__title__subtext {
        font-size: 20px;
    }

    .lp-header__swiper {
        height: 600px;
        width: 100%;
    }

    .lp-header__swiper img {
        object-fit:cover;
        width: 100%;
        height: 600px;
    }
    /*メニュー*/
    .lp-menu {
        position:relative;
        z-index: 3;
        background: #96886A;
        height: 60px;
        width: 100%;
    }
    .lp-menu__list {
        display: flex;
        width: 1020px;
        color: #ffffff;
        background-color: #96886A;
        justify-content: space-around;
        list-style: none;
        padding: 0;
        margin: 0 auto;
        height: 60px;
        align-items: center;
    }

    .lp-menu__item {
        padding: 0;
        text-align: center;
        width: 100%;
        height: 100%;
    }

    .lp-menu__item a {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        display: flex;
        width: 100%;
        height: 60px;
        justify-content: center;
        align-items: center;
    }

    /*フローティングコンテンツ*/
    .lp-floating {
        display: flex;
        width: 100%;
        background-color: #FAF6ED;
        box-shadow: inset 0px 2px 4px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.16);
        align-items: center;
        justify-content: space-between;
        position:relative;
        z-index: 4;
    }

    .lp-floating__contents {
        width: 1020px;
        margin: 0 auto 0;
        display: flex;
        background-color: transparent;
        align-items: center;
        justify-content: space-between;
        position:relative;
        z-index: 4;
    }
    .lp-floating__text {
        padding: 0;
        font-size: 12px;
        width: 650px;
        font-weight: bold;
    }

    .lp-floating__button {
        color: #5EB28E;
        width: 330px;
        padding: 8px 0 8px 0;
    }

    .lp-floating__button__text {
        color: #5EB28E;
        font-size: 12px;
        text-align: center;
    }

    .lp-floating__button a {
        display: flex;
        color: #ffffff;
        font-size: 15px;
        background: #5EB28E;
        padding: 10px;
        text-align: center;
        justify-content: center;
        text-decoration: none;
        align-items: center;
        /* margin-left: 3px; */
    }

    .lp-floating__button a::after {
        content: "";
        width: 13px;
        height: 8px;
        background: url(/hotel/cms/wp-content/themes/tabirai/assets/images/laxury/arrow.png) no-repeat 50% 0;
        background-size: contain;
        display: inline-block;
        margin-left: 5px;
    }

    /*コンセプト*/

    .lp-concept {
        position:relative;
        z-index: 2;
        background:#FAF6ED;
        display: flex;
        justify-content: center;
        margin-bottom: 0;
        padding: 50px 0 100px;
    }
    .lp-concept__image__wrapper {
        margin: 0 20px 0 0;
        position: relative;
        min-height: auto;
        width: 333px;
    }

    .lp-concept__image__large {
        width: 265px;
        min-height: 50px;
        box-shadow: 5px 5px 0 #96886A;
        z-index:2;
        background-color: #eeeeee;
    }

    .lp-concept__image__small {
        width: 150px;
        min-height: 50px;
        box-shadow: 5px 5px 0 #96886A;
        position:absolute;
        bottom: 0;
        right: 0;
        z-index: 3;
        background-color: #eeeeee;
    }
    .lp-concept__text__wrapper {
        margin: 0 12px 0;
        padding-bottom: 0;
        width: 630px;
    }



    .lp-concept__title {
        font-size: 28px;
        font-weight: bold;
        display: inline-block;
        margin: 0 0 0.5em;
        justify-content: start;
        display: flex;
        align-items: center;
    }

    .lp-concept__title__subtext {
        display: inline-block;
        margin: 0 auto 0;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.2em;
        margin-left: 1em;
    }

    .lp-concept__text {
        font-size: 15px;
    }

    .lp-content {
        margin: 0;
        padding: 30px 0 50px;
        position:relative;
        position:relative;
        z-index: 2;
        background:#FAF6ED;
    }

    .lp-content__overview {
        background: rgba(255,255,255,.9);
        border-top: 12px solid #96886A;
        padding:10px;
        margin: 0;
        z-index: 3;
        position: absolute;
        width: 435px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .lp-content__overview.\--isLeft{
        transform: translateX(calc(-50% - 300px));
    }

    .lp-content__overview.\--isRight{
        transform: translateX(calc(-50% + 300px));
    }

    .lp-content__overview__title {
        font-size: 20px;
        font-weight: bold;
        margin: 0 12px 10px;
    }

    .lp-content__overview__list {
        list-style: disc;
    }

    .lp-content__overview__item {
        margin: 0 0 5px;
        padding: 0;
    }

    .lp-content__overview__item::marker {
        color: #96886A;
    }

    .lp-content__swiper {
        margin: 50px 0 0;
        CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
        position: relative;
        width: 100%;
    }

    .lp-content__swiper .swiper__wrapper {
        width: 100%;
    }


    .lp-content__swiper  .swiper-slide img {
        width: 100%;
        height: 485px;
        object-fit: cover;
    }
    .lp-content__swiper .swiper-pagination {
        position: absolute !important;
        bottom: 3em !important;
    }

    .lp-content .swiper-pagination .swiper-pagination-bullet {
        background: #ffffff !important;
        opacity: 1 !important
    }
    .lp-content .swiper-pagination .swiper-pagination-bullet-active {
        background: #96886A !important;
        opacity: 1 !important
    }

    .lp-content .swiper-button-prev {
        border: none !important;
        width: 20px;
        height: 20px;
        color: #ffffff;
        left: 15px;
        margin: 0;
        background-image: url(/hotel/cms/wp-content/themes/tabirai/assets/images/laxury/prev_arrow.png) !important;
        background-size: 20px 20px;
    }

    .lp-content .swiper-button-next {
        border: none !important;
        width: 20px;
        height: 20px;
        color: #ffffff;
        right: 15px;
        margin: 0;
        background-image: url(/hotel/cms/wp-content/themes/tabirai/assets/images/laxury/next_arrow.png) !important;
        background-size: 20px 20px;
    }

    .lp-content .swiper-button-pref {
        border: none !important;
    }

    .lp-content__image__wrapper {
        margin: 50px 0 0;
        z-index: 2;
        position: relative;
    }

    .lp-content__image img {
        width: 100%;
        height: 485px;
        object-fit: cover;
    }

    .laxury-page p.lp-content__caption {
    font-size: 12px;
    margin: 4px auto 12px;
    width: 980px;
    }
    .lp-content__text__wrapper {
        margin: 0 auto 0;
        width: 980px;
    }

    /* スペシャルコンテンツ */
    .lp-special {
        position:relative;
        z-index: 1;
        padding: 0;
        /* margin: 0 0 50px; */
        overflow: hidden;
    }

    .lp-special__image {
        height: 350px;
        width: 100%;
    }

    .lp-special__image::before {
        content:"";
        display: block;
        background: rgba(0,0,0,.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .lp-special__text__wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 980px;
        padding: 0 0 0;
        z-index: 2;
        height: auto;
        margin: 0 auto 0;
        transform: translate(-490px, -50%);
    }

    .laxury-page__bg::before {
        content:"";
        display: block;
        background: rgba(0,0,0,.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .lp-special__title {
        color: #ffffff;
        font-size: 24px;
        margin: 0 0 7px;
        line-height: 1.25em;
    }

    .laxury-page p.lp-special__text {
        color: #ffffff;
        font-size: 16px;
        margin: 0 0 1.5em;
    }
    .lp-special__list {
        list-style-position;
        list-style-type:none;
        padding: 0;
        display: flex;
        width: 800px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .lp-special__item {
        color: #ffffff;
        margin: 0 10px 5px 0;
        padding: 0 0 0;
        font-size: 14px;
        width: calc(50% - 10px);
    }

    /*マップ*/
    .lp-map {
        padding-top: 50px;
        position: relative;
        z-index: 2;
        background:#FAF6ED;
    }

    .lp-map__title {
        font-size: 22px;
        font-weight: bold;
        margin: 0 auto 10px;
        width: 980px;
    }

    .lp-map__gmap__wrapper {
       width: 980px;
       margin: 0 auto;
       height: auto;
    }

    .lp-map__gmap__wrapper iframe {
        height: 270px;
    }

    .lp-map__text__wrapper {
        width: 980px;
        margin: 20px auto 0;
        padding-bottom: 50px;
    }

    .laxury-page p.lp-map__text {
        font-size: 14px;
        margin-bottom:1em;
    }

    .lp-map__list {
        margin-bottom: 1em;
    }
    .lp-map__term {
        font-weight: bold;
        margin-bottom: 2px;
    }
    #footer {
        position: relative;
        z-index: 2;
        background: #ffffff;
    }  
}