@charset "utf-8";
/*------------------------

メイン

------------------------*/
@media only screen and (max-width: 767px) {
    #contents {
        padding-top: 3.3em;
    }

    .Modern-Slider {
        padding-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .keyVisual {
        position: relative;
    }
}

.img-fill {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .img-fill {
        overflow: visible;
    }
}

.img-fill img {
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 1279px) {
    .img-fill img {
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .img-fill img {
        width: 100vw;
        min-width: auto;
        height: auto;
        min-height: auto;
        top: 0;
        left: 0;
        -webkit-transform: translateY(0%) translateX(0%);
        transform: translateY(0%) translateX(0%);
    }
}

*,
*:before,
*:after {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

.blocks-box,
.slick-slider {
    margin: 0;
}

.slick-slide {
    padding: 0;
    float: left;
}

/* ==== Slider Style === */
@media screen and (min-width: 1024px) {
    .Modern-Slider {
        height: 100vh;
        overflow: hidden;
    }
}

.Modern-Slider .item .img-fill {
    height: 100vh;
    background: #000;
}

@media screen and (max-width: 767px) {
    .Modern-Slider .item .img-fill {
        height: 300px;
    }
}

@media screen and (max-width: 767px) {

    .Modern-Slider .NextArrow,
    .Modern-Slider .PrevArrow {
        display: none;
    }
}

.Modern-Slider .NextArrow {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    border: 0 none;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 50%;
    right: 0px;
    font: 30px/45px themify;
    color: #fff;
    text-align: center;
    z-index: 5;
}

.Modern-Slider .NextArrow:before {
    content: "\e649";
}

.Modern-Slider .PrevArrow {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    border: 0 none;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 50%;
    left: 0px;
    font: 30px/45px themify;
    color: #fff;
    text-align: center;
    z-index: 5;
}

.Modern-Slider .PrevArrow:before {
    content: "\e64a";
}

.Modern-Slider .slick-dots li button {
    display: none;
}

@media (min-width: 1025px) {
    .Modern-Slider a:hover img {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }
}

/*------------------------

おすすめプラン スライダー

------------------------*/
.plan-slider-wrap {
    height: 444px;
    margin-bottom: 48px;
    overflow: hidden;
}

@media screen and (max-width: 1279px) {
    .plan-slider-wrap {
        height: 405px;
    }

    .plan-slider-wrap .wrap {
        width: 800px;
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .webp .plan-slider-wrap {
            background-image: url(../img/pat04@2x.webp);
        }
    }

    .plan-slider-wrap {
        height: 465px;
        margin-bottom: 0;
        padding: 32px 0;
        background-image: url("../img/pat04.jpg");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }

    .plan-slider-wrap .wrap {
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .plan-slider-wrap .wrap {
        margin: 0 40px;
    }
}

.plan-slider-wrap .slick-slide {
    margin-right: 20px;
    background: #111110;
}

@media screen and (max-width: 767px) {
    .plan-slider-wrap .slick-slide {
        background: transparent;
    }

    .plan-slider-wrap .slick-prev,
    .plan-slider-wrap .slick-next {
        width: 50px;
        height: 50px;
        background: #111110;
    }
}

.plan-slider-wrap .slick-list {
    margin-right: -20px;
}

@media only screen and (max-width: 1023px) {
    .plan-slider-wrap .slick-slide {
        margin-right: 0;
    }

    .plan-slider-wrap .slick-list {
        margin-right: 0;
    }
}

.plan-slider-wrap .slick-slide a {
    border: 1px solid rgba(255, 255, 255, 0.28);
    display: block;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1279px) {
    .plan-slider-wrap .slick-slide a {
        font-size: 14px;
    }
}

.plan-slider-wrap .slick-slide a:hover {
    color: rgba(255, 255, 255, 0.67);
    cursur: pointer;
}

.plan-slider-wrap .slick-slide .text-wrap {
    padding: 25px 20px;
}

.plan-slider-wrap .slick-slide .plan-name {
    height: 45px;
    margin-bottom: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.plan-slider-wrap .slick-slide p {
    height: 70px;
    margin-bottom: 16px;
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.62);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.plan-slider-wrap .slick-slide .price {
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
    font-size: 14px;
}

@media (max-width: 1279px) {
    .plan-slider-wrap .slick-slide .price {
        font-size: 12px;
    }
}

.plan-slider-wrap .slick-slide .price span {
    margin-left: auto;
}

.plan-slider-wrap .slick-slide .price span em {
    font-size: 30px;
}

@media (max-width: 1279px) {
    .plan-slider-wrap .slick-slide .price span em {
        font-size: 23px;
    }
}

.plan-slider-wrap .slick-slide .link {
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
}

/*------------------------

動画再生ボタン

------------------------*/
.movie_play {
    padding: 0 1em;
    position: absolute;
    right: 0;
    bottom: 100px;
    left: 0;
    text-align: center;
    z-index: 20;
}

.btn_play a {
    width: 55px;
    height: 55px;
    padding-top: 8px;
    padding-left: 3px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    display: inline-block;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .movie_play {
        padding-top: 16px;
        padding-bottom: 8px;
        background: #2f2f2f;
        position: static;
    }

    .btn_play {
        margin-bottom: 4px;
    }

    .btn_play a {
        width: 44px;
        height: 44px;
        margin-bottom: 8px;
        padding-top: 5px;
        border: 0;
        background-color: rgb(202, 202, 202);
        color: #4a4a4a;
    }

    .movie_play p {
        margin-bottom: 0;
        color: #ffffff;
    }
}

/*------------------------

AIコンシェルジュバナー

------------------------*/
.trip-ai {
    width: 240px;
    padding: 0 1em;
    position: absolute;
    right: 0;
    bottom: 16px;
    text-align: center;
    z-index: 20;
}

/*------------------------

今月のおすすめ情報

------------------------*/
@media (max-width: 767px) {
    .osusume {
        background: #000;
        margin: 24px 0 0;
    }
}

.osusume .title {
    height: 300px;
    margin-bottom: 16px;
    background-image: url(../img/osusume.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

@media (max-width: 1023px) {
    .osusume .title {
        height: 240px;
        background-size: 1200px;
    }
}

@media (max-width: 767px) {
    .osusume .title {
        height: 260px;
        background-image: url(../img/osusume_sp.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 375px;
        /* background: #000; */
    }
}

.osusume .plan-slider02.slick-slider {
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .osusume .plan-slider02.slick-slider {
        margin-bottom: 0;
    }
}

.recommend .plan-wrap {
    padding: 32px;
}

@media (max-width: 767px) {
    .recommend .plan-wrap {
        padding: 0;
    }

    .osusume .plan-wrap {
        margin-bottom: 16px;
        padding: 20px 15px;
        border: 1px solid #414140;
    }
}

.osusume .plan-name {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .osusume .plan-name {
        margin-bottom: 16px;
    }
}

.osusume .plan-name em {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

.osusume .plan-name {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
}

@media (max-width: 1279px) {
    .osusume .plan-name {
        font-size: 23px;
    }
}

@media (max-width: 767px) {
    .osusume .plan-name {
        font-size: 20px;
    }
}

.osusume .plan-name ruby {
    margin-right: -10px;
    margin-left: -13px;
}

.osusume .plan-name span {
    font-size: 24px;
}

.osusume .price {
    margin-bottom: 34px;
}

/*------------------------

プランスライダー

------------------------*/
.plan-slider .img {
    height: 204px;
    overflow: hidden;
}

@media (max-width: 1279px) {
    .plan-slider .img {
        height: 166px;
    }
}

.plan-slider img {
    margin: auto;
}

@media (max-width: 767px) {
    .plan-slider img {
        width: 100%;
    }
}

/*------------------------

伊勢志摩の食材で魅了する

------------------------*/
@media (max-width: 767px) {
    .dish {
        padding-bottom: 8px;
    }
}

.dish .title {
    height: 573px;
    background-image: url(../img/dish.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

@media (max-width: 1023px) {
    .dish .title {
        height: 350px;
        background-size: 1200px;
    }
}

@media (max-width: 767px) {
    .dish .title {
        height: 635px;
        background-size: contain;
    }

    .no-webp .dish .title {
        background-image: url(../img/dish_sp.jpg);
    }

    .webp .dish .title {
        background-image: url(../img/dish_sp.webp);
    }
}

.dish .plan-wrap {
    padding: 0 68px;
}

@media (max-width: 1279px) {
    .dish .plan-wrap {
        padding: 0 24px;
    }
}

@media (max-width: 1023px) {
    .dish .plan-wrap {
        padding: 0 16px;
    }
}

.dish .room-dish .plan-wrap {
    padding: 33px 0 40px;
}

@media (max-width: 1279px) {
    .dish .room-dish .plan-wrap {
        padding: 0 0 10px;
    }
}

@media (max-width: 767px) {
    .dish .is-gapless.unit {
        margin-bottom: 0;
    }

    .dish .left-box {
        margin-top: 16px;
        order: 2;
    }

    .dish .plan-wrap {
        margin-bottom: 16px;
        padding: 0;
    }

    .dish .left-box .plan-wrap,
    .dish .right-box .plan-wrap {
        padding-bottom: 16px;
        border-bottom: 1px dotted #999a99;
    }

    .dish .right-box .plan-wrap {
        margin-bottom: 0;
    }

    .dish .room-dish .plan-wrap {
        padding: 16px 0 0;
    }
}

.dish .plan-name {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .dish .plan-name {
        margin-bottom: 16px;
    }
}

.dish .plan-name em {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1023px) {
    .dish .plan-name em:first-child {
        font-size: 16px;
        color: rgb(181, 157, 52);
    }

    .dish .room-dish .is-row>.is-col.is-75 {
        min-width: calc(60% - 24px);
    }
}

.dish .plan-name {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
}

@media (max-width: 1023px) {
    .dish .plan-name {
        font-size: 27px;
    }

    .room-dish .plan-wrap,
    .room-dish p {
        margin-bottom: 0;
    }

    .dish .room-dish .plan-name {
        margin-bottom: 8px;
    }
}

.dish .plan-name span {
    font-size: 24px;
}

@media (max-width: 1023px) {
    .dish .plan-name span {
        font-size: 18px;
    }
}

.dish .price {
    margin-bottom: 34px;
}

/*------------------------



------------------------*/
.acdn01,
.acdn02 {
    display: none;
}

.dish .dish-slider01-nav,
.dish .dish-slider02-nav {
    width: 60%;
    margin: auto;
}

@media (max-width: 767px) {

    .dish .dish-slider01-nav,
    .dish .dish-slider02-nav {
        width: 100%;
    }
}

.thumb-item-nav li {
    margin: 0;
}

/*------------------------

温泉

------------------------*/
@media screen and (max-width: 767px) {
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .webp .spa {
            background-image: url(../img/pat05@2x.webp);
        }
    }

    .spa {
        padding: 24px 0 8px;
        background-image: url("../img/pat05.jpg");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }
}

.spa .img {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .spa .img {
        margin-top: 0;
    }
}

.no-webp .spa .title {
    background-image: url(../img/spa.jpg);
}

.webp .spa .title {
    background-image: url(../img/spa.webp);
}

.spa .title {
    height: 550px;
    background-repeat: no-repeat;
    background-position: center top;
}

@media (max-width: 1023px) {
    .spa .title {
        height: 300px;
        background-size: 1200px;
    }
}

@media (max-width: 767px) {
    .spa .title {
        display: none;
    }
}

.spa .plan-wrap {
    padding: 33px 68px;
}

@media (max-width: 1279px) {
    .spa .plan-wrap {
        padding: 33px 30px;
    }
}

@media (max-width: 767px) {
    .spa .plan-wrap {
        padding: 16px 0 0 0;
    }
}

.spa .plan-name {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .spa .plan-name {
        margin-bottom: 10px;
    }
}

.spa .plan-name em {
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

.spa .plan-name {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
}

.spa .plan-name span {
    font-size: 24px;
}

.spa .price {
    margin-bottom: 34px;
}

@media (max-width: 767px) {
    .spa p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .spa .button {
        padding-right: 32px;
    }
}

/*------------------------

お部屋を選択

------------------------*/
@media screen and (max-width: 767px) {
    .room {
        margin-bottom: 0;
        padding: 0 0 16px;
        background-repeat: repeat;
        background-position: center top;
        background-size: 375px;
    }

    .no-webp .room {
        background-image: url("../img/pat04.jpg");
    }

    .webp .room {
        background-image: url("../img/pat04.webp");
    }
}

.no-webp .room .title {
    background-image: url(../img/room.jpg);
}

.webp .room .title {
    background-image: url(../img/room.webp);
}

.room .title {
    height: 732px;
    margin-bottom: 24px;
    padding-top: 356px;
    background-repeat: no-repeat;
    background-position: center top;
}

@media (max-width: 1023px) {
    .room .title {
        height: 650px;
        margin-bottom: 16px;
        padding-top: 470px;
        background-size: 500px;
    }

    .no-webp .room .title {
        background-image: url(../img/room_sp.png);
    }

    .webp .room .title {
        background-image: url(../img/room_sp.webp);
    }
}

@media (max-width: 767px) {
    .room .title {
        height: 460px;
        margin-bottom: 16px;
        padding-top: 356px;
        background-size: 375px;
    }
}

@media screen and (max-width: 1023px) {
    .room .wrap .room-slider {
        width: 600px;
    }
}

@media screen and (max-width: 767px) {
    .room .wrap.slider-wrap {
        margin: 0 40px;
    }

    .room .wrap .room-slider {
        width: auto;
    }
}

.room .link-list li {
    margin-bottom: 12px;
}

@media (max-width: 1279px) {
    .room .link-list {
        width: 28%;
    }
}

@media (max-width: 1023px) {
    .room .link-list {
        width: 70%;
        min-width: 70%;
    }
}

@media (max-width: 767px) {
    .room .link-list {
        width: auto;
        min-width: 100%;
    }
}

@media (max-width: 1023px) {
    .room .link-list ul {
        display: flex;
        flex-wrap: wrap;
    }

    .room .link-list li {
        width: 50%;
        margin-bottom: 8px;
    }
}

.room .link-list a {
    padding-bottom: 12px;
    padding-left: 48px;
    border-bottom: 1px solid #414140;
    position: relative;
    display: block;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .room .link-list a {
        padding-bottom: 8px;
        padding-left: 40px;
        font-size: 14px;
    }
}

.room .link-list a img {
    width: 40px;
    position: absolute;
    top: -4px;
    left: 0px;
}

@media (max-width: 767px) {
    .room .link-list a img {
        width: 30px;
        position: absolute;
        top: -3px;
        left: 0px;
    }

    .room-slider-nav {
        display: none;
    }
}

.room-slider .slick-list li {
    border: 1px solid #363635;
}

@media (max-width: 767px) {
    .room-slider .slick-slide li {
        padding: 16px;
        background: #111110;
    }

    .room-slider .slick-dots {
        display: none;
    }

    .room-slider .slick-dots li {
        margin: 0;
    }

    .room-slider .slick-dots li button:before {
        font-size: 32px;
        line-height: 16px;
    }

    .room-slider .slick-prev,
    .room-slider .slick-next {
        width: 50px;
        height: 50px;
        background: #111110;
        top: 293px;
        z-index: 1;
    }

    .slick-prev,
    .slick-next {
        width: 44px;
        height: 44px;
        border: 1px solid #ffffff;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .room-slider {
        width: 800px;
        margin: auto;
    }

    .room-slider .is-row>.is-col.is-66,
    .room-slider .is-row>.is-col.is-34 {
        min-width: calc(50% - 24px);
    }
}

.room-slider .inner {
    padding: 48px 40px 40px;
    position: relative;
}

@media (max-width: 1279px) {
    .room-slider .inner {
        padding: 32px;
    }
}

@media (max-width: 767px) {
    .room-slider .inner {
        padding: 16px 0 0 0;
    }
}

.room-slider .icon {
    position: absolute;
    top: 16px;
    right: 16px;
}

@media (max-width: 767px) {
    .room-slider .icon {
        top: 8px;
        right: -4px;
    }
}

@media (max-width: 374px) {
    .room-slider .icon {
        top: -52px;
        right: -8px;
    }
}

.room-slider .icon .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.room-slider .icon .row .item {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.room-slider .icon .row .item .text {
    margin: 0 8px 0 0;
    padding: 16px 0 0;
    font-family: YakuHanJP, "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans Japanese", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
    font-size: 16px;
    color: #b19200;
}

@media (max-width: 767px) {
    .room-slider .icon .row .item .text {
        font-size: 12px;
    }
}

.room-slider .icon img {
    width: 64px;
}

@media (max-width: 767px) {
    .room-slider .icon img {
        width: 48px;
    }
}

.room-slider .label {
    border-radius: 0;
    background: #b69101;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    vertical-align: 1px;
}

.room-slider .name {
    margin-bottom: 16px;
}

.room-slider .name div {
    font-size: 38px;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .room-slider .name div {
        font-size: 30px;
    }
}

@media (max-width: 1279px) {
    .room-slider .name {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .room-slider .name {
        margin-top: 0;
        margin-bottom: 8px;
        font-size: 32px;
    }
}

.room-slider .name em {
    margin-bottom: 8px;
    display: block;
    font-family: YakuHanJP, "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans Japanese", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
    font-size: 16px;
    color: #b19200;
}

.room-slider .name div em {
    margin-right: 8px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.69);
}

@media (max-width: 767px) {
    .room-slider .name div em {
        font-size: 18px;
    }
}

.room-slider .name .sub {
    margin: 8px 0 0;
    font-size: 24px;
}

.room-slider p {
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .room-slider .label-wrap {
        margin-bottom: 0;
        font-size: 14px;
    }

    .room-slider p br {
        display: none;
    }
}

.room-slider .btn-area.unit {
    margin-bottom: 16px;
}

.room-slider .btn-area a {
    padding: 16px;
    display: block;
}

.room-slider-nav .slick-slide {
    margin: 10px;
}

.room-slider-nav .slick-slide li {
    opacity: 0.8;
    background: #111110;
    transition: all 300ms ease;
}

.room-slider-nav .slick-current li {
    opacity: 1;
    border: 2px solid #b69100;
    background-color: #b69100;
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

/*------------------------

戸田家の愉しみ方

------------------------*/
@media screen and (max-width: 767px) {
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .webp .enjoy {
            background-image: url(../img/pat04@2x.webp);
        }
    }

    .enjoy {
        margin-bottom: 0;
        padding: 0 0 16px;
        background-image: url("../img/pat04.jpg");
        background-repeat: repeat;
        background-position: center top;
        background-size: 375px;
    }
}

.enjoy .title {
    height: 603px;
    background-image: url(../img/enjoy.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

@media (max-width: 767px) {
    .enjoy .title {
        height: 502px;
        margin-bottom: 16px;
        background-size: 375px;
    }

    .no-webp .enjoy .title {
        background-image: url(../img/enjoy_sp.jpg);
    }

    .webp .enjoy .title {
        background-image: url(../img/enjoy_sp.webp);
    }

    .enjoy-slider-nav {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .enjoy-slider {
        width: 800px;
        margin: auto;
    }

    .enjoy-slider .is-row>.is-col.is-66,
    .enjoy-slider .is-row>.is-col.is-34 {
        min-width: calc(50% - 24px);
    }
}

@media screen and (max-width: 1023px) {
    .enjoy-slider {
        width: 600px;
    }
}

@media screen and (max-width: 767px) {
    .enjoy .wrap.slider-wrap {
        margin: 0 40px;
    }

    .enjoy-slider {
        width: 100%;
    }
}

.enjoy-slider li {
    border: 1px solid #363635;
}

@media (max-width: 767px) {
    .enjoy-slider .slick-slide li {
        padding: 16px;
        background: #111110;
    }
}

.enjoy-slider .inner {
    padding: 32px 40px;
}

@media (max-width: 1279px) {
    .enjoy-slider .inner {
        padding: 32px;
    }
}

@media (max-width: 767px) {
    .enjoy-slider .inner {
        padding: 0;
    }
}

.enjoy-slider .name {
    margin-top: -20px;
    margin-bottom: 16px;
    font-size: 40px;
}

@media (max-width: 1279px) {
    .enjoy-slider .name {
        font-size: 30px;
    }
}

.enjoy-slider .name em {
    font-size: 20px;
    color: #b19200;
}

@media (max-width: 767px) {
    .enjoy-slider .name {
        margin-top: 0;
        margin-bottom: 8px;
        font-size: 28px;
    }

    .enjoy-slider .name em {
        font-size: 16px;
    }
}

.enjoy-slider .name div em {
    margin-right: 8px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.69);
}

.enjoy-slider p {
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .enjoy-slider p {
        margin-bottom: 16px;
        font-size: 14px;
    }

    .enjoy-slider p br {
        display: none;
    }
}

.enjoy-slider .btn-area a {
    display: block;
}

.enjoy-slider-nav .slick-slide {
    margin: 10px;
}

@media (max-width: 767px) {
    .enjoy-slider .slick-dots {
        bottom: -24px;
    }

    .enjoy-slider .slick-dots li {
        margin: 0;
        border: 0;
    }

    .enjoy-slider .slick-dots li button:before {
        font-size: 32px;
        line-height: 16px;
    }

    .enjoy-slider .slick-prev,
    .enjoy-slider .slick-next {
        width: 50px;
        height: 50px;
        background: #111110;
        top: 210px;
        z-index: 1;
    }
}

.enjoy-slider-nav .slick-slide li {
    opacity: 0.8;
    background: #111110;
    transition: all 300ms ease;
}

.enjoy-slider-nav .slick-current li {
    opacity: 1;
    border: 2px solid #b69100;
    background-color: #b69100;
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

/*------------------------

時代に寄り添ったおもてなし

------------------------*/
.no-webp .omotenashi {
    background-image: url(../img/omotenashi.jpg);
}

.webp .omotenashi {
    background-image: url(../img/omotenashi.webp);
}

.omotenashi {
    padding: 70px 0 60px;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
}

@media (max-width: 767px) {
    .omotenashi {
        padding: 30px 0;
        background-size: cover;
    }

    .omotenashi .img {
        width: 50%;
        margin: auto;
    }
}

.omotenashi .plan-name {
    margin-bottom: 25px;
    letter-spacing: 0.3em;
}

@media (max-width: 767px) {
    .omotenashi .plan-name {
        margin-bottom: 20px;
        letter-spacing: 0.1em;
    }
}

.omotenashi .plan-name em {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.3em;
}

.omotenashi .plan-name {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
}

@media (max-width: 767px) {
    .omotenashi .plan-name {
        font-size: 24px;
    }
}

.omotenashi .plan-name span {
    font-size: 24px;
}

.omotenashi p {
    font-size: 16px;
    font-weight: 500;
    line-height: 42px;
    color: #ffffff;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .omotenashi p {
        font-size: 14px;
        line-height: 1.61;
    }
}

/*------------------------

お知らせ

------------------------*/
.info {
    padding: 40px 0;
}

@media only screen and (max-width: 767px) {
    .info {
        padding: 20px 0;
    }
}

.info .title {
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .info .title {
        margin-bottom: 10px;
        padding-bottom: 0;
    }
}

.info picture,
.info img {
    margin: auto;
    display: block;
}

@media only screen and (max-width: 767px) {
    .news img {
        width: 50%;
        vertical-align: text-bottom;
    }
}

.news ul {
    margin: 0;
}

.news ul li {
    width: 100%;
    padding: 33px 0;
    list-style-type: none;
    border-bottom: 2px dotted rgba(255, 255, 255, 0.2);
    float: left;
}

@media only screen and (max-width: 767px) {
    .news ul li {
        padding: 15px 0;
    }
}

.news ul li:last-child {
    margin-bottom: 0;
}

.news .date {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .news .date {
        font-size: 12px;
    }
}

.news ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
}

.news ul li a:hover,
.news ul li a:hover .date {
    color: rgba(255, 255, 255, 0.66);
}

@media (max-width: 767px) {
    .news .date {
        width: 100%;
    }

    .news .article-title {
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    #pageplugin {
        max-width: 500px;
        margin: 0 auto;
    }

    .fb_iframe_widget,
    .fb_iframe_widget span,
    .fb_iframe_widget iframe[style] {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .info .blocks-4 img {
        margin: auto;
        display: block;
    }
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
    width: 100% !important;
}

.ban-area>.is-col {
    flex: 0 1 0;
}

.ban-area {
    padding: 48px 0 24px;
    background-image: url(../../room/img/back.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-size: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .ban-area {
        background-image: url(../../room/img/back@2x.jpg);
    }
}

.ban-area .is-bricks {
    text-align: center;
}

@media (max-width: 767px) {
    .ban-area .is-row {
        margin-top: 0;
        margin-bottom: 16px;
        margin-left: 0px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .ban-area .is-row>.is-col {
        width: 50% !important;
        max-width: calc(50% - 0px) !important;
        margin-bottom: 0px;
        margin-left: 0px;
        border: 4px solid #fff;
        flex: 0 0 50%;
    }
}

.ban-area a {
    display: block;
}

/*------------------------

マップ

------------------------*/
#ez-map {
    width: 100%;
    min-width: 150px;
    height: 420px;
    min-height: 150px;
}

/*------------------------

トリップAI

------------------------*/
@media (min-width: 980px) {
    .slide {
        z-index: 10001;
    }
}