@charset "UTF-8";

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/* トップページではPCにも表示させる */

.headerfixed {
    display: none;
}

/*-----TOPヘッダー スクロール時に表示させるやつ-----*/

.top_logo_header_scroll {
    width: 200px;
    display: block;
    padding: 0;
    margin: 18px 12px 10px 20px;
}

@media screen and (max-width:1220px) {
    .top_logo_header_scroll {
        width: 100%;
        max-width: 150px;
        margin: 15px 10px 10px 10px;
    }
}

@media screen and (max-width:767px) {
    .top_logo_header_scroll {
        padding: 0;
        margin: 10px 15px;
        width: 160px;
        max-width: 160px;
    }
}

/*-----キャッチコピー-----*/

.header_logo_scroll_p {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 35px 0;
}

@media screen and (max-width:1220px) {
    .header_logo_scroll_p {
        font-size: 14px;
        margin: 30px 0;
    }
}

@media screen and (max-width:1020px) {
    .header_logo_scroll_p {
        font-size: 10px;
    }
}

/*-----囲い-----*/

#wrapper_top {
    width: 100%;
    clear: both;
}

/*-----モバイル版予約はこちら-----*/

.backcolor_grey {
    width: 100%;
    background-color: #F5F3EF;
}

#menu_container {
    width: 980px;
    margin: 0 auto;
    clear: both;
    font-size: 93%;
    position: relative;
    z-index: 5;
}

@media screen and (max-width:1000px) {
    #menu_container {
        width: 750px;
    }
}

@media screen and (max-width:767px) {
    #menu_container {
        width: 90%;
        margin: 0 auto;
        display: block;
        display: none;
    }
}

/*------- 共通（グループ会社 バナー） -------*/

.subtitle_flex {
    margin-bottom: 7px;
}

.subtitle_main {
    font-size: 18px;
    margin: 0 5px;
    padding-top: 50px;
}

@media screen and (max-width:350px) {
    .subtitle_main {
        font-size: 16px;
    }
}

/*------- トップ動画 -------*/
.topimg_area {
    position: relative;
    overflow: hidden;
}

/*------- video -------*/
.video-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*height: 100vh;*/
}

/*
.video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}
*/


/*トップスライドショー*/
/*
#slideshow {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.fade {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 2s ease-in-out;
    opacity: 0;
}

.show {
    opacity: 1;
}*/
/*
.slideshow {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}*/
/*
.slideshow .slick-list {
    width: 100%;
    height: 100vh;
}
*/
/* 各スライドの設定 */
/*.slideshow_01 {
    position: relative;
    width: 100%;
    height: 100%;
}
*/
/* 画像のサイズ調整 */
/*
.slideshow_01 img {
    width: 100%;
    height: 100vh;
    display: block;
    object-fit: cover;
    transform: none;
    min-width: auto;
    min-height: auto;
    top: 0%;
    left: 0%;
}
*/
/* Slick スライダーの調整 */
/*
.slideshow_01 .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
*/
/* Fade する画像が重なるように */
/*
.slideshow_01 .slick-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/
/*---------------------------------スライドショー-----------------------------*/

.slideshow {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.slideshow .slick-list {
    width: 100%;
    height: 100vh;
}

.slideshow .slick-slide {
    height: 100vh;
}

.slideshow img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
    object-position: left;
    position: absolute;
    top: 0px;
    left: 0;
}

/*スライドショータイトル*/
.slideshow h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 48px;
    text-shadow: 1px 1px 1px gray;
    text-align: center;
    width: 90%;
}

.slideshow .h301 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 32px;
    text-shadow: 1px 1px 1px gray;
    text-align: center;
    width: 50%;
}

.slideshow .h302 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    text-shadow: 1px 1px 1px gray;
    text-align: center;
    width: 60%;
}

/*フォント間隔*/
.slideshow .h3_02 {
    line-height: 2.2;
}

.slideshow .back-color03 {
    display: block;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
}

/*文字色変更*/
.slideshow .color01 {
    color: #00bfff;
}

.slideshow .color02 {
    color: #92D050;
}

/*フォントサイズ変更*/
.slideshow .font-22 {
    font-size: 22px;
    margin-bottom: 20px;
    display: block;
}


.img_box0718_01 {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
}

.img_logo_01 {
    margin: 20px auto 0 !important;
    width: 200px !important;
    max-width: 200px;
    height: 100px !important;
    position: relative !important;
    object-fit: contain !important;
}

.img_logo_02 {
    margin: 20px auto 0 !important;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    position: relative !important;
    object-fit: contain !important;
}

@media screen and (min-width:1201px) and (max-width:1300px) {
    .img_logo_02 {
        width: 65% !important;
        max-width: 65%;
    }
}

@media screen and (max-width:767px) {
    .img_logo_01 {
        margin: 20px auto 0 !important;
        width: 120px !important;
        max-width: 120px;
    }

    .img_logo_02 {
        margin: 5px auto 0 !important;
        left: 0 !important;
    }
}

/*-----------------------スライドショー ドット箇所-----------------------*/

.slider_top_img .slick-dots {
    margin-top: 10px;
    margin-bottom: 20px;
}

@media screen and (max-width:1300px) {
    .slideshow img {
        left: 0%;
    }
}

@media screen and (max-width:1024px) {
    .slideshow img {
        top: 0px;
        left: 0%;
        padding-right: 0;
        object-position: center;
    }
}

@media screen and (max-width:767px) {
    .slideshow img {
        padding-right: 0;
        top: 0;
        left: -20px;
        object-position: top left;
        width: 110%;
        height: 120vh;
    }

    /*0423追加*/
    .slideshow {
        height: auto;
    }

    .slideshow .slick-slide {
        height: auto;
    }

    .slideshow .slick-list {
        width: 100%;
        height: auto;
    }

    .slideshow img {
        position: static;
        width: 100%;
        height: auto;
        object-fit: contain;
        padding-right: 0;
        margin-top: 0;
    }

    .wrap img {
        display: none !important;
    }
}

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

    .slideshow {
        height: auto;
    }

    .slideshow .slick-slide {
        height: auto;
    }

    .slideshow .slick-list {
        width: 100%;
        height: auto;
    }

    .slideshow img {
        position: static;
        width: 100%;
        height: auto;
        object-fit: contain;
        padding-right: 0;
        margin-top: 0;
    }

    .top_news_flex {
        margin-top: 50px !important;
    }
}

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

    .slideshow {
        height: auto;
    }

    .slideshow .slick-slide {
        height: auto;
    }

    .slideshow .slick-list {
        width: 100%;
        height: auto;
    }

    .slideshow img {
        position: static;
        width: 100%;
        height: auto;
        object-fit: contain;
        padding-right: 0;
        margin-top: 0;
    }
}



@media screen and (min-width:1301px) {

    /*sp tbにpc版のを表示しない*/
    .pc_view_none_top {
        display: none !important;
    }
}

@media screen and (min-width:768px) and (max-width:1300px) {

    /*tbにpc sp版のを表示しない*/
    .tb02_view_none_top {
        display: none !important;
    }
}

@media screen and (min-width:561px) and (max-width:767px) {
    /*spにpc tb版のを表示しない*/

    .tb_view_none_top {
        display: none !important;
    }
}

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

    /*スマホの表示をしない*/
    .sp_view_none_top {
        display: none !important;
    }
}


@media screen and (min-width:1201px) and (max-width:1300px) {
    .slideshow h3 {
        font-size: 16px;
    }

    .slideshow .h301 {
        font-size: 18px;
    }

    .slideshow .h302 {
        font-size: 12px;
    }

    .slideshow img {
        object-position: center;
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    .slick-dots {
        left: 50%;
    }

    .slideshow h3 {
        font-size: 24px;
    }

    .slideshow .h301 {
        font-size: 16px;
    }

    .slideshow .h302 {
        font-size: 12px;
    }
}


@media screen and (min-width:768px) {
    .brsp {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .slick-dots {
        left: 50%;
    }

    .slideshow h3 {
        font-size: 18px;
    }

    .slideshow .h301 {
        font-size: 17px;
    }

    .slideshow .h302 {
        font-size: 15px;
    }

    .back-color03 {
        font-size: 15px;
    }

    .brboxnone {
        display: none;
    }
}

/* 768px以上でスライダーの幅を調整 */
@media screen and (min-width:768px) {
    .slideshow {
        width: calc(100% - 350px);
    }

    .slideshow .slick-list {
        width: 100%;
    }
}

/* 768px-1024pxの範囲では230pxのスペース */
@media screen and (min-width:768px) and (max-width:1024px) {
    .slideshow {
        width: calc(100% - 230px);
    }
}

/* 1025px以上では350pxのスペース */
@media screen and (min-width:1025px) {
    .slideshow {
        width: calc(100% - 350px);
    }
}



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

    .slideshow .h301 {
        width: 90%;
        font-size: 16px;
    }
}



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

    .slideshow .h301 {
        width: 100%;
        font-size: 14px;
    }
}


/*-----------------------------------スライドショー 終わり-----------------------------------*/

/* overlay */
.overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
}

/* text */
.topimg_text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.topimg_text h1 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 50px;
    text-align: center;
    color: #fff;
}


/*=========================右側PC版メニュー=========================*/

#top_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#top_menu li {
    list-style: none;
    padding: 0;
}

.space01 {
    margin-right: 5px;
}

.space02 {
    margin-right: 5px;
}

.topmenu_p {
    font-size: 14px;
    font-weight: bold;
    transition: 1s;
}

.topmenu_p span {
    color: #AF895A;
    font-size: 12px;
    margin-top: 7px;
    font-weight: normal;
}

.topmenu_p i {
    color: #AF895A;
    font-size: 12px;
    margin-top: 3px;
    font-weight: normal;
}

#top_menu a:hover {
    text-decoration: none;
}

#top_menu a:hover .topmenu_p {
    transition: 1s;
    color: #AF895A;
}

/*=================================== 幅の広いPC ===================================*/

/* 幅の広いPC */
@media screen and (min-width:1800px) {
    .space01 {
        margin-right: 15px;
    }
}

@media screen and (max-width:1050px) {
    .topmenu_p {
        font-size: 12px;
    }

    .space01 {
        margin-right: 10px;
    }
}

@media screen and (min-width:768px) and (max-height:700px) {
    .top_logo_header {
        width: 120px;
    }
}

@media screen and (max-width:767px) {
    #top_menu {
        display: none;
    }
}

/* レスポンシブ横向きの場合 */
@media (max-device-width: 767px) and (orientation: landscape) {
    #top_menu {
        display: none;
    }
}

/*----------------------------------- 画像・動画の上に重ねるメニュー -----------------------------------*/

.topimg_menu {
    position: absolute;
    top: 0%;
    right: 0;
    width: 350px;
    height: 100vh;
    background-color: #fff;
}

.header_logo {
    padding: 20px;
    height: 250px;
    background: #fff;
}

.header_logo p {
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
}

.header_logo a:hover {
    color: unset;
    text-decoration: none;
}

/* 幅の広いPC */
@media screen and (min-width:1800px) {
    .topimg_menu {
        width: 430px;
    }
}

@media screen and (max-width:1050px) {
    .header_logo {
        height: 200px;
    }

    .header_logo p {
        font-size: 13px;
    }

    .topimg_menu {
        width: 250px;
    }
}

@media screen and (max-width:800px) {
    .topimg_menu {
        width: 230px;
    }

    .header_logo p {
        font-size: 12px;
    }
}

@media screen and (min-width:768px) and (max-height:700px) {
    .header_logo {
        height: 170px;
    }

    .header_logo p {
        margin-top: 5px;
        font-size: 12px;
    }
}

@media screen and (max-width:767px) {
    .topimg_menu {
        display: none;
    }
}

/* レスポンシブ横向きの場合 */
@media (max-device-width: 767px) and (orientation: landscape) {
    .topimg_menu {
        display: none;
    }
}

/*----------------------------------- 画像・動画の上に重ねるスライド -----------------------------------*/

.topimg_slide {
    position: absolute;
    right: 3%;
    bottom: 2%;
}

.topimg_slide_txt {
    position: absolute;
    top: 15%;
    left: 50%;
    width: calc(95% - 350px);
}

.topimg_slide_txt h2 {
    font-size: 64px;
    line-height: 1.5;
    color: #fff;
    text-shadow: #3f3f3f 1px 0 10px;
}

.topimg_slide_txt h2 span {
    border-bottom: double 10px;
    margin-left: 10px;
}


.color_green {
    color: #9FD882;
    border-bottom: 0px solid !important;
    margin-left: 0 !important;
}

.color_pink {
    color: #f0c1aa;
    border-bottom: 0px solid !important;
    margin-left: 0 !important;
}


.color_red {
    color: #e31919;
    border-bottom: 0px solid !important;
    margin-left: 0 !important;
    text-shadow: 1px 1px 2px #ebebeb;
}



@media screen and (min-width:1000px) and (max-width:2800px) {
    @media screen and (max-height:750px) {
        .img_left img {
            max-width: 250px;
        }
    }
}

@media screen and (min-width:2500px) {
    @media screen and (min-height:1200px) {
        .img_left {
            margin-top: 290px;
        }

        .img_left img {
            max-width: 500px;
        }
    }
}


/* サイズの小さいPC対応 */
@media screen and (max-width:1400px) {

    .topimg_slide_txt {
        top: 20% !important;
        left: 50%;
    }

    .topimg_slide_txt h2 {
        font-size: 50px;
    }
}


@media screen and (max-width:1299px) {
    .topimg_slide {
        right: 2%;
        bottom: 11%;
    }
}

@media screen and (max-width:853px) {
    @media screen and (max-height:1280px) {
        .topimg_slide_txt {
            top: 50% !important;
            left: 45%;
            width: 60%;
        }

        .topimg_slide_txt h2 {
            font-size: 64px;
        }
    }
}

@media screen and (max-width:1200px) {
    .topimg_slide_txt {
        top: 20% !important;
        left: 50%;
    }

    .topimg_slide_txt h2 {
        font-size: 40px;
    }
}

@media screen and (max-width:1050px) {
    .topimg_slide_txt {
        left: calc(250px + 5%);
        width: calc(95% - 250px);
        top: 25%;
        left: 50%;
    }

    .topimg_slide_txt {
        top: 20% !important;
        left: 50%;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .img_left img {
        max-width: 190px;
    }
}


@media screen and (min-width:768px) and (max-height:950px) {
    .topimg_slide_txt {
        top: 15%;
    }
}

@media screen and (max-width:900px) {
    .topimg_slide_txt h2 {
        font-size: 42px;
    }
}

@media screen and (min-width:768px) and (max-height:700px) {
    .topimg_slide_txt {
        top: 17%;
    }
}

@media screen and (max-width:767px) {
    .topimg_slide {
        display: none;
    }

    .topimg_slide_txt {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        padding-left: 0;
    }

    .topimg_slide_txt h2 {
        font-size: 48px;
    }

    .topimg_slide_txt h2 span {
        border-bottom: solid 2px;
    }
}

@media screen and (max-width:600px) {
    .topimg_slide_txt h2 {
        font-size: 44px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width:412px) {
    @media screen and (max-height:914px) {
        .topimg_slide_txt {
            top: 50% !important;
            left: 50%;
            width: 67%;
        }

        .topimg_slide_txt h2 {
            font-size: 48px;
        }
    }
}

@media screen and (max-width:344px) {
    @media screen and (max-height:882px) {
        .topimg_slide_txt {
            top: 50% !important;
            left: 50%;
            width: 60%;
        }

        .topimg_slide_txt h2 {
            font-size: 44px !important;
        }


        .topimg_slide_txt {
            width: 70% !important;
        }
    }
}

@media screen and (max-width:480px) {
    .topimg_slide_txt h2 {
        font-size: 40px;
    }
}

@media screen and (max-width:460px) {
    .topimg_slide_txt h2 {
        font-size: 40px;
    }
}

@media screen and (max-width:440px) {
    .topimg_slide_txt {
        width: auto;
    }

    .topimg_slide_txt h2 {
        font-size: 34px;
    }
}

@media screen and (max-width:430px) {
    .topimg_slide_txt h2 {
        font-size: 36px;
    }
}

@media screen and (max-width:385px) {
    .topimg_slide_txt {
        width: 50%;
    }

    .topimg_slide_txt h2 {
        font-size: 32px;
    }
}

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

    .topimg_slide_txt {
        width: 55%;
    }

    .topimg_slide_txt h2 {
        font-size: 31px;
    }
}

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

    .topimg_slide_txt h2 {
        font-size: 28px;
    }
}



/* レスポンシブ横向きの場合 */
@media (max-device-width: 767px) and (orientation: landscape) {
    .topimg_slide {
        display: none;
    }
}

/*-----------------------------------01-----------------------------------*/

.topimg_slider_title01 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.topimg_slider_title01 h2 {
    color: #fff;
    font-size: 84px;
}

/*-----------------------------------02-----------------------------------*/


.topimg_slider_title02 {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
}

.topimg_slider_title02 h2 {
    color: #fff;
    font-size: 64px;
    text-shadow: 1px 1px 2px #ebebeb;
}

.img_left img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

/*-----------------------------------03-----------------------------------*/


.topimg_slider_title03 {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
}

.topimg_slider_title03 h2 {
    color: #fff;
    font-size: 64px;
}

/*-----------------------------------04-----------------------------------*/


.topimg_slider_title04 {
    position: absolute;
    top: 30%;
    left: 25%;
    transform: translate(-50%, -50%);
}

.topimg_slider_title04 h2 {
    color: #fff;
    font-size: 64px;
}

.topimg_slider_title04 h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 565px;
    display: block;
    background: url(../img/onigiri.jpg);
    width: 500px;
    height: 380px;
    background-repeat: no-repeat;
    background-size: contain;
}


@media screen and (min-width:1500px) and (max-width:1799px) {

    .topimg_slider_title01 h2 {
        color: #fff;
        font-size: 54px;
    }

    .topimg_slider_title02 h2 {
        color: #fff;
        font-size: 48px;
    }

    .topimg_slider_title03 h2 {
        color: #fff;
        font-size: 48px;
    }

    .topimg_slider_title04 h2 {
        color: #fff;
        font-size: 48px;
    }


    .topimg_slider_title04 h2::before {
        content: '';
        left: 500px;
        width: 400px;
        height: 300px;
    }
}

@media screen and (min-width:1051px) and (max-width:1499px) {

    .topimg_slider_title01 h2 {
        color: #fff;
        font-size: 36px;
    }

    .topimg_slider_title02 h2 {
        color: #fff;
        font-size: 36px;
    }

    .topimg_slider_title03 h2 {
        color: #fff;
        font-size: 36px;
    }

    .topimg_slider_title04 h2 {
        color: #fff;
        font-size: 36px;
    }

    .topimg_slider_title04 h2::before {
        content: '';
        left: 300px;
        width: 400px;
        height: 300px;
    }
}

@media screen and (min-width:768px) and (max-width:1050px) {

    .topimg_slider_title01 h2 {
        color: #fff;
        font-size: 36px;
    }

    .topimg_slider_title02 h2 {
        color: #fff;
        font-size: 36px;
    }

    .topimg_slider_title02 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


    .topimg_slider_title03 h2 {
        color: #fff;
        font-size: 36px;
    }

    .topimg_slider_title03 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .topimg_slider_title04 h2 {
        color: #fff;
        font-size: 36px;
    }

    .topimg_slider_title04 {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


    .topimg_slider_title04 h2::before {
        content: '';
        top: 130%;
        left: 0;
        width: 100%;
        height: 280px;
    }
}

@media screen and (min-width:500px) and (max-width:767px) {
    .slideshow_01 {
        margin-left: 0px;
    }

    .topimg_slider_title01 h2 {
        color: #fff;
        font-size: 36px;
    }

    .topimg_slider_title02 h2 {
        color: #fff;
        font-size: 36px;
    }

    .topimg_slider_title02 {
        top: 50%;
        left: 50%;
    }

    .topimg_slider_title03 h2 {
        color: #fff;
        font-size: 36px;
    }

    .topimg_slider_title03 {
        top: 50%;
        left: 50%;
    }

    .topimg_slider_title04 h2 {
        color: #fff;
        font-size: 36px;
    }

    .topimg_slider_title04 {
        top: 50%;
        left: 50%;
    }

    .topimg_slider_title04 h2::before {
        top: 150%;
        left: 0;
        width: 100%;
        height: 250px;
    }
}

@media screen and (max-width:499px) {
    .slideshow_01 {
        margin-left: 0px;
    }

    .topimg_slider_title01 h2 {
        color: #fff;
        font-size: 26px;
    }

    .topimg_slider_title02 h2 {
        color: #fff;
        font-size: 20px;
    }

    .topimg_slider_title02 {
        top: 50%;
        left: 50%;
    }

    .topimg_slider_title03 {
        top: 50%;
        left: 50%;
    }

    .topimg_slider_title03 h2 {
        color: #fff;
        font-size: 20px;
    }

    .topimg_slider_title04 {
        top: 40%;
        left: 50%;
    }

    .topimg_slider_title04 h2 {
        color: #fff;
        font-size: 26px;
    }

    .topimg_slider_title04 h2::before {
        top: 150%;
        left: 0;
        width: 100%;
        height: 250px;
    }
}


/*=========================tripla=========================*/


.search-bar-container-bk {
    /*background-color: #fffcf7;*/

    width: 100%;
    max-width: 785px;
    margin: 0 auto 50px;
}

.search-bar-container {
    width: 100%;
    max-width: 785px;
    margin: 0 auto;
    padding: 20px 0;
}


/*========================= メインコンテンツ =========================*/

.top_contents {
    display: block;
    width: 100%;
    height: 390px;
}

#top_main_block {
    width: 100%;
    max-width: 410px;
    float: left;
}

#top_menu_block {
    padding: 20px;
    position: relative;
    height: calc(100vh - 250px);
}

@media screen and (min-width:1300px) and (max-width:1999px) {
    #top_main_block {
        width: 310px;
    }
}

@media screen and (max-width:1299px) {
    #top_main_block {
        width: 280px;
    }
}

@media screen and (max-width:1050px) {
    .space_smallpc {
        margin-right: 10px;
    }

    #top_menu_block {
        height: calc(100vh - 200px);
    }
}

@media screen and (min-width:768px) and (max-height:700px) {
    #top_menu_block {
        height: calc(100vh - 170px);
    }
}

@media screen and (max-width:767px) {
    .top_contents {
        height: unset;
    }

    #top_main_block {
        width: 100%;
        max-width: 100%;
        float: none;
        padding-top: 20px;
    }

    #top_menu_block {
        width: 100%;
        float: none;
        height: 170px;
    }
}

/* レスポンシブ横向きの場合 */
@media (max-device-width: 767px) and (orientation: landscape) {

    .top_contents {
        height: unset;
    }

    #top_main_block {
        width: 100%;
        max-width: 100%;
        float: none;
        padding-top: 20px;
    }

    #top_menu_block {
        width: 100%;
        float: none;
        height: 170px;
    }
}

/*========================= メニュー =========================*/

#top_logo {
    margin: 0;
    clear: both;
    display: flex;
    justify-content: center;
    position: relative;
}

#top_logo p {
    margin: 20px 0 0 11px;
    font-size: 20px;
}

.top_logo_img1 {
    width: 400px;
}


.flexbest {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

#top_logo h2 {
    position: absolute;
    font-size: 32px;
    font-family: serif;
    margin: 0;
    color: #AF895A;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#top_logo h4 {
    position: absolute;
    font-size: 14px;
    font-family: serif;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #AF895A;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#top_logo p {
    position: absolute;
    font-size: 16px;
    font-family: serif;
    margin: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.backimg1 {
    display: block;
    width: 100%;
    height: 200px;
    position: relative;
}

.backimg1 img {
    width: 100%;
    position: absolute;
    top: 0;
}

@media screen and (min-width:1300px) and (max-width:1999px) {
    .top_logo_img1 {
        width: 300px;
    }
}

@media screen and (max-width:1299px) {
    .top_logo_img1 {
        width: 270px;
    }
}

@media screen and (max-width:1000px) {
    .backimg1 {
        height: 200px;
    }
}

@media screen and (max-width:767px) {
    .backimg1 {
        height: 100px;
        height: auto;
    }

    .top_logo_img1 {
        width: 100%;
    }
}

@media screen and (max-width:350px) {
    .top_logo_img1 {
        width: 100%;
    }
}

/*===================================トップロゴ箇所===================================*/

@media screen and (max-width:1050px) {
    #top_logo h2 {
        font-size: 28px;
    }

    #top_logo p {
        font-size: 14px;
    }
}

@media screen and (max-width:1000px) {
    #top_logo {
        margin-left: 0;
    }
}

@media screen and (max-width:800px) {
    #top_logo h2 {
        font-size: 28px;
    }

    #top_logo p {
        font-size: 14px;
    }
}

/*===================================ロゴ箇所===================================*/

@media screen and (max-width:350px) {
    #top_logo p {
        font-size: 14px;
        margin: 7px 0 0 7px;
    }
}

@media screen and (max-width:300px) {
    #top_logo p {
        font-size: 12px;
        margin: 7px 0 0 7px;
    }
}

/*----------------------------------- ABOUT -----------------------------------*/

#top_about_block {
    display: block;
    width: 100%;
    position: relative;
}

#top_about_block h2 {
    margin: 0;
    margin-bottom: 30px;
    font-size: 26px;
    text-align: center;
}

#top_about_block h2 span {
    font-size: 36px;
    color: #AF895A;
    margin-right: 15px;
}

#top_about_block img {
    margin: 0 auto;
    display: block;
    width: 500px;
}

.about_subtitle {
    text-align: center;
    font-size: 28px;
    margin: 20px 0;
}

.about_txt {
    text-align: center;
}

.about_backimg1 {
    position: absolute;
    bottom: 0%;
    left: 10%;
    width: 150px !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.about_backimg2 {
    position: absolute;
    bottom: 0%;
    right: 5%;
    width: 150px !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width:767px) {
    #top_about_block h2 {
        font-size: 20px;
    }

    #top_about_block img {
        width: 100%;
    }

    .about_subtitle {
        position: relative;
        z-index: 1;
    }

    .about_txt {
        position: relative;
        z-index: 1;
    }

    .about_backimg1 {
        bottom: -20%;
    }
}

@media screen and (max-width:600px) {
    .about_subtitle {
        font-size: 18px;
    }

    .about_txt {
        padding: 0 20px;
    }

    .about_backimg1 {
        bottom: -80%;
    }

    .about_backimg2 {
        bottom: 40%;
        right: -10%;
    }
}

@media screen and (max-width:350px) {
    #top_about_block img {
        bottom: -190px;
    }
}

/*========================= お部屋 =========================*/

#top_room_block {
    display: block;
    width: 100%;
    padding-top: 100px;
    position: relative;
    background-size: cover;
    background-image: url(../img/top_back_room.png);
    background-position: center bottom;
}

.room_flex {
    display: flex;
    max-width: 1000px;
    margin-left: auto;
    margin-right: 0;
}

.room_title {
    width: 50px;
    font-size: 30px;
    padding: 50px 0;
    font-weight: bold;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.room_title span {
    color: #AF895A;
    font-size: 24px;
    margin-top: 14px;
    font-weight: normal;
}

.room_txt {
    width: 400px;
    padding: 50px;
}

.more_btn {
    width: 150px;
    border: solid 1px #3D3D3D;
    background-color: #fff;
    margin-top: 15px;
    border-radius: 10px;
    transition: 0.8s;
    position: relative;
    z-index: 1;
}

.more_btn::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.more_btn a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 9px;
}

.more_btn a:hover {
    background-color: #F5F3EF;
}

.room_img {
    width: 550px;
    height: 350px;
    background-size: cover;
    background-image: url(../img/top_room.png);
    background-position: center bottom;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
}

.room_backimg {
    position: absolute;
    bottom: -35px;
    right: 500px;
    width: 90px !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*===================================客室===================================*/

@media screen and (max-width:1200px) {
    .room_backimg {
        right: auto;
        left: 100px;
    }
}

@media screen and (max-width:1000px) {
    .room_flex {
        max-width: 880px;
    }

    .room_txt {
        width: 500px;
    }

    .room_title {
        width: 21%;
    }
}

@media screen and (max-width:767px) {
    .room_backimg {
        right: 30px;
        left: auto;
    }
}

@media screen and (min-width:600px) {
    .room_imgsp {
        display: none;
    }
}

@media screen and (max-width:600px) {
    .room_flex {
        flex-direction: column;
    }

    .room_txt {
        width: 100%;
        padding: 20px 20px 50px;
    }

    .room_title {
        padding: 0 0 10px 10px;
        -ms-writing-mode: unset;
        writing-mode: unset;
        width: 100%;
    }

    .room_title span {
        margin-left: 7px;
        margin-top: 0;
    }

    .more_btn {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .room_img {
        width: 100%;
        border-top-left-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        border-bottom-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-right-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        border-bottom-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-bottomright: 10px;
    }

    .room_imgpc {
        display: none;
    }

}

@media screen and (max-width:350px) {
    .room_backimg {
        right: 0;
    }
}

@media screen and (max-width:300px) {
    .room_backimg {
        right: -35px;
    }
}


/*========================= お風呂・温泉 =========================*/

#top_spa_block {
    display: block;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
    background-size: cover;
    background-image: url(../img/top_back_spa.png);
    background-position: center bottom;
}

.spa_flex {
    display: flex;
    max-width: 1000px;
    margin-left: 0;
    margin-right: auto;
}

.spa_title {
    width: 50px;
    font-size: 30px;
    padding: 50px 0;
    padding-top: 0;
    font-weight: bold;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.spa_title span {
    color: #AF895A;
    font-size: 24px;
    margin-top: 14px;
    font-weight: normal;
}

.spa_txt {
    width: 400px;
    padding: 50px;
    padding-top: 0;
}

.spa_img {
    width: 550px;
    height: 350px;
    position: relative;
    display: block;
}

.spa_backimg {
    position: absolute;
    bottom: -5%;
    left: 850px;
    width: 120px !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*===================================温泉===================================*/

@media screen and (max-width:1000px) {
    #top_spa_block {
        padding-top: 100px;
    }

    .spa_flex {
        max-width: 880px;
        position: relative;
        z-index: 1;
    }

    .spa_txt {
        width: 500px;
    }

    .spa_backimg {
        left: 80%;
    }

    .spa_title {
        width: 21%;
        writing-mode: vertical-rl;
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width:600px) {
    .spa_imgsp {
        display: none;
    }
}

@media screen and (max-width:600px) {
    #top_spa_block {
        padding-top: 50px;
    }

    .spa_flex {
        flex-direction: column-reverse;
    }

    .spa_txt {
        width: 100%;
        padding: 20px 20px 50px;
    }

    .spa_img {
        width: 100%;
        height: auto;
    }

    .spa_title {
        padding: 0 0 10px 10px;
        -ms-writing-mode: unset;
        writing-mode: unset;
        width: 100%;
    }

    .spa_title span {
        margin-left: 7px;
        margin-top: 0;
    }

    .spa_imgpc {
        display: none;
    }
}


/*========================= スライダー =========================*/

.n2-ss-slider-2 {
    border-top-left-radius: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    border-top-right-radius: 10px !important;
    -webkit-border-top-right-radius: 10px !important;
    -moz-border-radius-topright: 10px !important;
    border-bottom-right-radius: 10px !important;
    -webkit-border-bottom-right-radius: 10px !important;
    -moz-border-radius-bottomright: 10px !important;
}


@media screen and (max-width:600px) {
    .n2-ss-slider-2 {
        border-top-left-radius: 10px !important;
        -webkit-border-top-left-radius: 10px !important;
        -moz-border-radius-topleft: 10px !important;
        border-bottom-left-radius: 10px !important;
        -webkit-border-bottom-left-radius: 10px !important;
        -moz-border-radius-bottomleft: 10px !important;
    }
}

/*========================= お食事 =========================*/

#top_restaurant_block {
    display: block;
    width: 100%;
    padding-top: 100px;
    position: relative;
    background-size: cover;
    background-image: url(../img/top_back_restaurant.png);
    background-position: center bottom;
}

.restaurant_flex {
    display: flex;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.restaurant_block {
    width: 450px;
}

.restaurant_block img {
    width: 100%;
    height: 270px;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}

.restaurant_block h3 {
    font-size: 26px;
    margin: 10px 0;
}

.restaurant_block p {
    height: 175px;
}

.restaurant_block30 {
    margin-left: 30px;
}

.restaurant_block30 h3 {
    margin-top: 0;
}

.restaurant_title {
    width: 100px;
    font-size: 30px;
    padding: 0;
    font-weight: bold;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    align-items: center;
    display: flex;
}

.restaurant_title span {
    color: #AF895A;
    font-size: 24px;
    margin-top: 14px;
    font-weight: normal;
}

.restaurant_backimg1 {
    position: absolute;
    bottom: 150px;
    left: 10%;
    width: 125px !important;
    z-index: 2;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.restaurant_backimg2 {
    position: absolute;
    bottom: -200px;
    right: 0;
    width: 180px !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*===================================レストラン===================================*/

/* サイズの小さいPC対応 */
@media screen and (max-width:1400px) {
    .restaurant_backimg1 {
        left: 5%;
        bottom: -120px;
    }
}

@media screen and (max-width:1000px) {
    #top_restaurant_block {
        padding-top: 50px;
    }

    .restaurant_flex {
        max-width: 880px;
        flex-direction: column;
    }

    .restaurant_block {
        margin: 0 auto;
        width: 100%;
        max-width: 450px;
        margin-bottom: 0;
    }

    .restaurant_block p {
        height: auto;
    }

    .restaurant_block30 {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }

    .restaurant_backimg1 {
        left: 10%;
        bottom: 225px;
    }

    .restaurant_title {
        width: 21%;
        writing-mode: vertical-rl;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:767px) {
    .restaurant_backimg1 {
        bottom: -18%;
        left: 0;
        right: 0;
    }

    .restaurant_backimg2 {
        width: 130px !important;
    }
}

@media screen and (min-width:600px) {
    .restaurant_titlesp {
        display: none;
    }
}

@media screen and (max-width:600px) {
    #top_restaurant_block {
        padding-top: 0;
    }

    .restaurant_title {
        padding: 0 0 0 10px;
        -ms-writing-mode: unset;
        writing-mode: unset;
        width: 100%;
    }

    .restaurant_title span {
        margin-left: 7px;
        margin-top: 0;
    }

    .restaurant_block h3 {
        margin: 10px;
        position: relative;
        z-index: 3;
    }

    .restaurant_block p {
        margin: 10px;
        z-index: 3;
        position: relative;
    }

    .restaurant_titlepc {
        display: none;
    }
}


/*========================= お知らせ =========================*/

#top_news_block {
    width: 100%;
    background-color: #F5F3EF;
}

.news_all_link {
    display: block;
    width: 100%;
    text-align: right;
}

.news_all_link a {
    padding: 5px 10px;
    border-bottom: solid 1px #999;
}

.news_all_link a:hover {
    color: #AF895A;
}

.top_news_flex {
    display: flex;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.news_title {
    width: 50px;
    font-size: 30px;
    padding: 0;
    font-weight: bold;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.news_title span {
    color: #AF895A;
    font-size: 24px;
    margin-top: 14px;
    font-weight: normal;
}

#top_news {
    margin: 50px;
    margin-top: 0;
    width: 800px;
    clear: both;
}

#top_news ul {
    list-style: none;
    margin: 0;
    padding: 15px 0px;
    clear: both;
}

#top_news li {
    list-style: none;
    float: left;
    font-size: 84%;
}

.date {
    width: 120px;
    padding-right: 10px;
}

.text {
    padding: 0;
}

.line {
    border-bottom: #999 dotted 1px;
}

.date img {
    margin: 5px 0 0 2px;
    width: 23px;
    height: 11px;
}

@media screen and (max-width:1000px) {
    .top_news_flex {
        max-width: 880px;
    }

    .news_title {
        width: 17%;
    }

    #top_news_ft {
        width: 320px;
    }
}

@media screen and (max-width:767px) {
    #top_news_block {
        width: 100%;
        margin: 0;
    }

    #top_news_ft {
        width: 100%;
    }

    #top_news {
        margin: 15px;
        width: 100%;
    }

    .text {
        width: 100%;
    }

    .news_title {
        width: 17%;
        margin-left: 15px;
    }
}

@media screen and (max-width:600px) {
    #top_news {
        width: calc(100% - 30px);
    }

    .news_title {
        padding: 0 0 10px 10px;
        -ms-writing-mode: unset;
        writing-mode: unset;
        width: 100%;
        margin: 0;
    }

    .news_title span {
        margin-left: 7px;
        margin-top: 0;
    }

    .top_news_flex {
        display: block;
        padding-top: 30px;
        padding-bottom: 50px;
    }
}


/*===================================スライダー===================================*/

.slick-slider {
    padding-left: 0;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    height: 15px;
    width: 15px;
    z-index: 10;
}

.slick-prev {
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right: -1.5%;
    transform: rotate(45deg);
}

.slick-track {
    display: flex;
    align-items: center;
}

.slick-dots {
    text-align: center;
    margin: 0;
    padding-left: 0;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    background: #D5D1C7;
    border: none;
}

.slick-dots .slick-active button {
    background: #AF895A;
}



/*=================================== トリップAI ===================================*/

.ai-area {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.ai_img {
    width: 100%;
    margin: 70px 0;
    position: relative;
    z-index: 2;
}

@media screen and (max-width:1050px) {
    .ai_img {
        width: calc(100% - 60px);
        margin: 50px 30px;
    }
}

@media screen and (max-width:767px) {
    .ai_img {
        width: calc(100% - 20px);
        margin: 50px 10px;
    }
}

/*=================================== Banner_area ===================================*/

#top_banner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
}

#top_banner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#top_banner li {
    list-style: none;
    padding: 0;
}

.kakunin {
    background-color: #7A0505;
    border: 1px solid #231815;
    width: 100%;
    text-align: left;
    transition: 1s;
    border-radius: 5px;
}

.kakunin a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 13px 20px;
    font-size: 15px;
}

.kakunin:hover {
    background-color: #490505;
}

.kakunin02 {
    background-color: #1F3C66;
    border: 1px solid #231815;
    width: 100%;
    text-align: left;
    transition: 1s;
    border-radius: 5px;
    margin-bottom: 20px;
}

.kakunin02 a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 13px 20px;
    font-size: 15px;
}

.kakunin02:hover {
    background-color: #13253A;
}

#top_banner img {
    width: 227px;
    height: 57px;
}

/* 幅の広いPC */
@media screen and (min-width:1800px) {

    .kakunin,
    .kakunin02 {
        text-align: center;
    }
}

@media screen and (max-width:1000px) {
    #top_banner img {
        width: 195px;
    }

    .kakunin a,
    .kakunin02 a {
        padding: 10px 10px;
    }
}

@media screen and (min-width:768px) and (max-height:700px) {
    .kakunin02 {
        margin-bottom: 10px;
    }
}

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

    #top_banner {
        display: none;
    }

    #top_banner ul {
        flex-wrap: wrap;
    }

    #top_banner li {
        float: none;
        margin: 0 auto;
        margin-top: 10px;
    }

    .kakunin,
    .kakunin02 {
        width: 100%;
        text-align: center;
    }

    #top_banner img {
        margin: 0 auto;
        display: block;
        width: 100%;
        height: auto;
    }
}


/*===================================スマホ版 左側ボタン リニューアル===================================*/


.renewal {
    margin-bottom: 10px;
}

.renewal span {
    display: block;
    text-align: center;
    font-weight: bold;
}

.renewal a {
    border: 1px solid #AE895A;
    background-color: #AE895A;
    color: #FFF;
    display: block;
    padding: 3px 20px;
    transition: 0.3s;
}

.renewal a:hover {
    border: 1px solid #AE895A;
    background-color: #FFF;
    color: #444;
}

@media screen and (min-width:768px) {

    .sp_btn_renewal {
        display: none;
    }
}

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

    .sp_btn_renewal {
        background-color: #FFF;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 6;
    }

    .sp_btn_renewal a {
        display: block;
        text-align: center;
    }

    .renewal {
        padding-top: 3px;
        margin-bottom: 0;
    }

    .reserve_btn_fixed {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .reserve_box_a01 a {
        padding: 10px 6px;
        background-color: #1F3C66;
        color: #FFF !important;
    }

    .reserve_box_a02 a {
        padding: 10px 6px;
        background-color: #7A0505;
        color: #FFF !important;
    }

    .copyright {
        height: 85px;
    }
}

/*=================================== カスタムフィールド ===================================*/

.banner-re {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.banner-re img {
    height: 100%;
}

.banner-re h2 {
    position: absolute;
    top: 15px;
    left: 15px;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0;
    padding: 8px;
    color: white;
    font-weight: bold;
    font-size: 1em;
    background-color: rgba(0, 0, 0, 0.2);
}

.banner-re p {
    position: absolute;
    top: 60px;
    left: 15px;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0;
    padding: 3px;
    color: white;
    font-weight: bold;
    font-size: 0.8em;
    background-color: rgba(0, 0, 0, 0.2);
}

.banner-re a:hover {
    opacity: 0.8;
}

.custombanner-area {
    display: block;
    width: 100%;
}

.banner-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner-flex a {
    width: 48%;
}

.banner-block {
    display: block;
    width: 456px;
    height: 290px;
    max-height: 295px;
    overflow: hidden;
    border: 9px solid #ffffff;
    position: relative;
}

.banner-block img {
    width: 100%;
}

.banner-block .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: .3s ease-in-out;
}

/*ホバーエフェクト*/
.banner-block:hover .hover {
    opacity: 1;
}


@media screen and (max-width:1000px) {
    .banner-block {
        width: 346px;
        height: 220px;
        max-height: 225px;
    }
}

@media screen and (max-width:767px) {
    .custombanner-area {
        margin-top: 0;
    }

    .banner-block {
        width: calc(100% - 20px);
        height: auto;
    }
}

/*===================================バナースライドショータイトル===================================*/

.top_slider_title {
    position: relative;
    border: 2px solid #03872E;
}

.top_slider_title h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    color: #fff;
    text-align: center;
    width: 100%;
    text-shadow: 1px 2px 3px #323232;
}

.top_slider_title p {
    position: absolute;
    top: auto !important;
    bottom: 0;
    left: 50%;
    top: auto;
}

/*=================================== ネリリゾートグループ ===================================*/

.neriresort-group-area {
    text-align: center;
    background-color: #F5F3EF;
    padding: 0 20px;
}

.neri-contanier {
    max-width: 980px;
    padding: 10px 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.neri-flex img {
    width: 100%;
}

.neri-flex-sp {
    display: none;
}

@media screen and (max-width:1000px) {
    .neri-contanier {
        max-width: 880px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media screen and (max-width:767px) {
    .neri-contanier {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .neri-flex-sp {
        display: block;
    }
}
