@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:1245px) {
    .top_logo_header_scroll {
        width: 100%;
        max-width: 150px;
        margin: 15px 10px 10px 10px;
    }
}

@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:1075px) {
    .top_logo_header_scroll {
        width: 100%;
        max-width: 90px;
    }
}

@media screen and (max-width:935px) {
    .top_logo_header_scroll {
        width: 100%;
        max-width: 90px;
    }
}


@media screen and (max-width:767px) {
    .top_logo_header_scroll {
        padding: 0;
        margin: 10px 5px;
        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;
    }
}

@media screen and (max-width:935px) {
    .br1324 {
        display: block !important;
    }
}

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

    .header_logo_scroll_p {
        display: none;
    }
}

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

#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_350 img {
    margin-left: 350px;
}*/

/*------- 画像のサイズ調整 -------*/
/*
.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: center;
    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: 24px;
    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 (max-width:767px) {
    .img_logo_01 {
        margin: 20px auto 0 !important;
        width: 120px !important;
        max-width: 120px;
    }
}

@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_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%;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .slideshow {
        width: calc(100% - 230px);
    }
}

@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-left: 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 ===================================*/

@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 (max-height:800px) {
    #top_menu ul {
        display: flex;
        flex-wrap: wrap;
    }

    #top_menu li {
        width: 50%;
    }

    .topmenu_p span {
        display: none;
    }

    .top_logo_header {
        width: 150px;
    }
}

@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: auto;
    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;
}

@media screen and (min-width:1800px) {
    .topimg_menu {
        width: 430px;
    }
}

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

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

    .topimg_menu {
        width: 250px;
    }
}

@media screen and (max-width:1024px) {
    @media screen and (max-height:600px) {
        .header_logo {
            padding: 20px 20px 0px;
        }

        .top_logo_header {
            width: 100px;
        }
    }
}

@media screen and (max-width:800px) {
    .header_logo p {
        font-size: 12px;
    }

    .topimg_menu {
        width: 230px;
    }
}


@media screen and (max-height:800px) {
    .header_logo {
        padding: 20px 20px 20px;
    }
}


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

    .header_logo {
        height: auto;
    }

    .top_logo_header {
        width: 120px;
    }

    .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: 7%;
}

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

.topimg_slide_txt h2 {
    font-size: 84px;
    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 (max-width:1299px) {
    .topimg_slide {
        right: 2%;
        bottom: 11%;
    }
}

@media screen and (max-width:1024px) {
    @media screen and (max-height:600px) {
        .topimg_slide {
            bottom: 10%;
        }
    }
}

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

/* レスポンシブ横向きの場合 */
@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) {

    .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) {

    .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 {
    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);
}

.top_left_area {
    top: 8% !important;
    left: 26%;
}

.top_left_area h2 {
    font-size: 74px;
}

/* サイズの小さいPC対応 */
@media screen and (max-width:1400px) {
    .top_left_area {
        top: 8% !important;
        left: 34%;
    }

    .top_left_area h2 {
        font-size: 40px !important;
    }
}

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

@media screen and (max-width:1200px) {
    .top_left_area {
        top: 8% !important;
        left: 35%;
    }
}

@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);
    }

    .top_left_area {
        top: 8% !important;
        left: 31%;
    }
}

@media screen and (max-width:1024px) {
    @media screen and (max-height:600px) {
        #top_main_block {
            max-width: 300px;
            margin: 0 auto;
        }
    }
}


@media screen and (max-height:800px) {
    #top_menu_block {
        padding: 10px 20px 20px;
    }
}

@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;
        margin: 0 auto;
    }

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

    .top_left_area {
        top: 21% !important;
        left: 28%;
    }
}


/* レスポンシブ横向きの場合 */
@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;
    }
}


@media screen and (max-width:600px) {
    .top_left_area {
        top: 20% !important;
        left: 30%;
    }
}


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


#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%);
}

.plan_area_topics {
    padding-top: 50px;
}

.bk_area_topics {
    padding-top: 350px;
}

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

.backimg1 img {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

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

.backimg1_1 img {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

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

@media screen and (max-width:1500px) {
    .bk_area_topics {
        padding-top: 200px;
    }

    .backimg1 img {
        top: 0;
    }
}

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

@media screen and (max-width:1024px) {
    @media screen and (max-height:600px) {
        .top_logo_img1 {
            width: 290px;
        }

        .accordion-001 summary {
            font-size: 12px;
        }

        .accordion-001:not([open]) {
            margin-bottom: 0 !important;
        }
    }
}

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

    .backimg1_1 {
        height: 200px;
        height: auto;
    }
}

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

    .backimg1 {
        height: 100px;
        height: auto;
    }

    .backimg1_1 {
        height: 100px;
        height: auto;
    }

}

@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:999px) {
    .bk_area_topics {
        padding-top: 100px;
    }
}


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

@media screen and (max-width:480px) {
    .bk_area_topics {
        padding-top: 50px;
    }
}

@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;
    }
}

/*=========================虎の湯の夏休み企画！=========================*/


.topics_main {
    text-align: center;
}

.topics_main img {
    display: block;
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}


/* ポップアップ背景 */
.image-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* ポップアップ画像 */
.image-popup-overlay img {
    max-width: 90%;
    max-height: 90%;
    cursor: pointer;
}


/*=========================人気メニュープラン=========================*/


.plan_area_bk {
    max-width: 1000px;
    margin: 0 auto 100px;
}

.topics_tit h2 {
    margin: 50px 0 10px;
    font-size: 28px;
    text-align: center;
}

.topics_grid_pc {
    margin-top: 20px;
    display: grid;
    gap: 10px 10px;
    grid-template-columns: 49.5% 49.5%;
}

.topics_box a {
    font-size: 20px;
    font-weight: 600;
    background-color: #FFF;
    color: #444;
    border: 1px solid #231815;
    display: block;
    transition: 0.3s;
    text-align: center;
}

.topics_box figure {
    margin: 0;
}

.topics_box figcaption {
    padding: 10px;
    font-weight: normal;
}

.topics_box a {
    background-color: #231815;
    color: #FFF;
}

.topics_box a:hover {
    text-decoration: none;
    border: 1px solid #af895a;
    background-color: #af895a;
    color: #FFF;
}

.topics_box_footer {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.topics_box_footer a {
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    border: 1px solid #AE895A;
    padding: 20px;
    display: block;
    background-color: #AE895A;
    transition: 0.3s;
}

.topics_box_footer a:hover {
    text-decoration: none;
    border: 1px solid #231815;
    background-color: #231815;
    color: #FFF;
}

.topics_box_footer span {
    font-size: 28px;
}

.topics_box01 img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    position: relative !important;
    z-index: 1 !important;
    border-radius: 3px 3px 0 0;
}

.topics_box02 img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    position: relative !important;
    z-index: 1 !important;
    border-radius: 3px 3px 0 0;
}

.topics_box03 img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    position: relative !important;
    z-index: 1 !important;
    border-radius: 3px 3px 0 0;
}


/*=========================人気プランメニューアコーディオン19　20=========================*/

.topics_box01,
.topics_box02,
.topics_box03,
.topics_box04,
.topics_box05,
.topics_box06 {
    margin: 2px 0 0;
}

summary div {
    font-size: 18px;
}

/*===================================人気メニュープラン===================================*/

@media screen and (min-width:451px) and (max-width:1000px) {

    .topics_box p {
        margin-top: 20px;
        text-align: center;
        color: #AE895A;
    }
}

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

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

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

    .topics_grid_pc {
        padding: 0 20px;
    }

    .topics_tit h2 {
        font-size: 20px;
    }

    .topics_grid_sp {
        margin-top: 20px;
        padding: 0 20px;
        display: grid;
        gap: 10px;
        grid-template-columns: auto auto;
    }

    .topics_box_footer {
        padding: 0 20px;
    }
}

@media screen and (min-width:451px) and (max-width:1000px) {
    .topics_pc_none {
        display: none;
    }

    .topics_grid_tb_img {
        padding: 0 20px;
    }

    .topics_grid_tb_img img {
        position: relative !important;
    }
}

@media screen and (max-width:600px) {
    .topics_grid_pc {
        grid-template-columns: 100%;
    }

    summary div {
        width: 100%;
        font-size: 16px;
    }

    .topics_box figcaption {
        font-size: 16px;
    }
}

@media screen and (max-width:565px) {
    .topics_box01 img {
        height: 250px;
    }

    .topics_box02 img {
        height: 250px;
    }

    .topics_box03 img {
        height: 250px;
    }
}

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

    .topics_tit h2 {
        font-size: 20px;
    }

    .topics_grid_sp {
        grid-template-columns: auto;
    }

    .topics_grid_tb_img img {
        position: relative !important;
    }
}

@media screen and (min-width:380px) and (max-width:565px) {
    .topics_box_footer span {
        font-size: 18px;
    }

    .topics_box_footer a {
        font-size: 18px;
    }
}

@media screen and (min-width:451px) and (max-width:540px) {
    .topics_box a {
        font-size: 16px;
    }
}

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

    .topics_box a {
        font-size: 18px;
    }

    .topics_box p {
        text-align: center;
        color: #AE895A;
    }
}

@media screen and (min-width:350px) and (max-width:379px) {
    .topics_box_footer span {
        font-size: 16px;
    }

    .topics_box_footer a {
        font-size: 14px;
    }
}

@media screen and (max-width:349px) {
    .topics_box_footer span {
        font-size: 14px;
    }

    .topics_box_footer a {
        font-size: 14px;
    }
}

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


/*=========================プランモーダルウィンドウ スキープラン箇所=========================*/


.topics_box {
    cursor: pointer;
}

/* モーダル背景 */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

/* モーダル内の画像 */
.modal-content {
    margin: auto;
    display: block;
    max-width: 600px;
    max-height: 85vh;
    width: auto;
    height: auto;
    object-fit: contain;
    animation: zoom 0.3s;
}

@keyframes zoom {
    from {
        transform: scale(0.7)
    }

    to {
        transform: scale(1)
    }
}

/* 閉じるボタン */
.modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.modal-close:hover,
.modal-close:focus {
    color: #bbb;
}

.modal01 img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}



/* レスポンシブ対応 */
@media only screen and (max-width: 700px) {
    .modal-content {
        max-width: 95%;
    }

    .modal-close {
        top: 10px;
        right: 20px;
        font-size: 35px;
    }
}

/* 高さが小さい画面用 */
@media only screen and (max-height: 600px) {
    .modal {
        padding-top: 20px;
    }

    .modal-content {
        max-height: 90vh;
        max-width: 85%;
    }

    .modal-close {
        top: 5px;
        right: 15px;
        font-size: 30px;
    }
}








/*=========================素泊まりプラン注意書き=========================*/


.precautions {
    max-width: 1300px;
    margin: 20px auto 0;
    padding: 30px;
    border: 1px solid #dec8af;
}

.precautions h4 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.precautions p {
    font-size: 14px;
    max-width: 700px;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
    .precautions {
        margin: 20px;
        padding: 20px 15px;
    }
}



/*========================= 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) {
    .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%;
    }
}

/*=========================送迎=========================*/


.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: 100% !important;
    max-width: 500px !important;
    position: relative;
    bottom: auto;
    left: auto;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    border: 6px solid #AE895A;
}

.top_about_block a {
    margin: 0 auto;
    display: block;
    width: 100% !important;
    max-width: 500px !important;
}

@media screen and (max-width:767px) {
    #top_about_block img {
        width: 100%;
    }

    #top_about_block h2 {
        font-size: 20px;
    }
}

@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: 40%;
    background-image: url(../img/top_back_room.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.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:1500px) {
    #top_room_block {
        background-size: 80%;
    }
}

@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:999px) {
    #top_room_block {
        background-size: 100%;
    }
}

@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/bk_tree02.png);
    background-position: center bottom;
    background-position: center right;
    background-size: 40%;
    background-repeat: no-repeat;
}

.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: 0%;
    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 {
        bottom: -25px;
        left: 80%;
    }

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

@media screen and (max-width:999px) {
    #top_spa_block {
        background-position: bottom right;
        background-size: 100%;
    }
}

@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/bk_tree01.png);
    background-position: center bottom;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 20%;
}

.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: 160px;
}

.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: 50px;
        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:999px) {
    #top_restaurant_block {
        background-size: 100%;
    }
}

@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;
}

.grid_news {
    display: grid;
    grid-template-columns: 24.5% 24.5% 24.5% 24.5%;
    gap: 4px;
}

.thumbnail {
    width: 100%;
}

.thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    height: 188px;
    object-fit: contain;
}

.top_news_flex {
    display: flex;
    max-width: 1300px;
    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: 100%;
    clear: both;
}

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

#top_news li {
    list-style: none;
    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 (min-width:601px) and (max-width:999px) {
    .thumbnail img {
        height: 130px;
        height: auto;
    }
}

@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) {
    .grid_news {
        grid-template-columns: auto;
    }

    .thumbnail img {
        height: 250px;
        object-fit: cover;
        height: auto;
        object-fit: contain;
    }

    #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 #AF895A;
    border-right: 2px solid #AF895A;
    height: 15px;
    width: 15px;
    z-index: 10;
}

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

.slick-next {
    right: -3.0%;
    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: 6px 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: 6px 20px;
    font-size: 15px;
}

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

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

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

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

@media screen and (max-height:800px) {
    #top_banner {
        padding: 20px 20px 20px !important;
    }
}

@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) {
    #top_banner {
        position: relative;
    }

    .kakunin02 {
        margin-bottom: 10px;
    }
}

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

    #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;
    }
}

@media screen and (max-width:1024px) {
    @media screen and (max-height:600px) {
        .kakunin {
            margin-bottom: 4px !important;
        }

        .kakunin a {
            padding: 2px 20px;
            font-size: 12px;
        }

        .kakunin02 {
            margin-bottom: 4px !important;
        }

        .kakunin02 a {
            padding: 2px 20px;
            font-size: 12px;
        }
    }
}


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


.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 {
        width: auto;
        position: fixed;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 6;
    }

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

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

    .reserve_btn_fixed {
        display: block;
        grid-template-columns: auto;
        margin-right: 0;
    }

    .reserve_box_a01,
    .reserve_box_a02 {
        display: block;
        width: 100%;
    }

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

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

    .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 #AE895A;
    border-radius: 6px;
}

.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;
    }
}
