* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif, serif;
}

body,
p,
ul,
li,
div,
h1 {
    margin: 0;
    padding: 0;
}

html, body {
    overflow-x: hidden;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: unset;
}

img {
    vertical-align: bottom;
}

.br_pc {
    display: inline;
}
.br_sp {
    display: none;
}
.view_pc {
    display: block!important;
}
.view_sp {
    display: none!important;
}
@media screen and (max-width:767px){
    .br_pc {
        display: none;
    }
    .br_sp {
        display: inline;
    }
    .view_pc {
        display: none!important;
    }
    .view_sp {
        display: block!important;
    }
}

.arrow_icon {
    width: 8px!important;
    margin: 0!important;
}


/* ------------------------------ */
/* main */
/* ------------------------------ */
main {
    width: 100%;
}

/* ------------------------------ */
/* header */
/* ------------------------------ */
header {
    position: relative;
    z-index: 99;
    width: 100%;
    background: #fff;
    top: 0;
    /*height: 140px;*/
    height: 115px;
}
@media screen and (max-width: 999px) {
    header {
        height: 44px;
    }
}

.scrolled header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.menu-wrapper {
    position: relative;
}

.menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 3;
}

.icon {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 80px 0 6px;
    height: 100%;
}

.icon a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.7rem;
    text-decoration: none;
}

.icon img {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
}




.menu-icon {
    width: auto;
    height: auto;
    position: fixed;
    top: 0;
    right: 0;
    padding: 15px 20px;
    background: #098A92;
    cursor: pointer;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

.menu-icon span {
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    border-radius: 2px;
    transition: 0.4s;
}

/* ハンバーガーがXに変形 */
#menu-toggle:checked + .menu-icon span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

#menu-toggle:checked + .menu-icon span:nth-child(2) {
    opacity: 0;
}

#menu-toggle:checked + .menu-icon span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

/* オーバーレイ背景 */
.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
    z-index: 1;
}

#menu-toggle:checked ~ .overlay {
    opacity: 1;
    pointer-events: auto;
}

/* メニュー本体（左から出す） */
.menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    transition: left 0.4s ease;
    z-index: 2;
    overflow-y: scroll;
}

#menu-toggle:checked ~ .menu {
    right: 0;
}

.menu ul {
    list-style: none;
    padding: 60px 20px;
}

.menu li {
    max-width: 800px;
    margin: 20px auto 0;
}

.menu a {
    text-align: center;
    padding: 15px 0;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #ddd;
}

.menu a:hover {
    color: #007bff;
}
.menu hr {
    display: none;
}

.li_info {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 9px;
}

.li_info li {
    width: 85px;
}

.li_info li a {
    font-size: 14px;
    border: none;
}
.li_info li a i {
    margin-right: 3px;
}
.li_info li a img {
    margin-right: 3px;
}

.menu-icon::after {
    content: 'MENU';
    color: #fff;
    font-size: 0.7rem;
    letter-spacing: 0.1em;

    display: none;
}


.p-header__nav_top {
    display: flex;
    z-index: 10;
    position: absolute;
    top: 0;
    right: -100%;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: transparent;
    opacity: 0;
    transition: top 0.6s, right 0.6s, opacity 0.6s;
}

.p-header__top {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    /*padding: 20px 20px 30px;*/
    padding: 10px 20px 15px;
}

.shoei {
    max-width: 1200px;
    margin: 0 auto;
    /*padding: 20px 20px 10px;*/
    padding: 10px 20px 0px;
    top: 0;
    position: relative;
    /*height: 64px;*/
    height: 40px;
}

.shoei img {
    width: 100%;
    /*max-width: 200px;*/
    max-width: 160px;
}

.p-header__title_top {
    width: 380px;
    max-width: 100%;
    margin-right: 0;
    font-size: unset;
}

.p-header__title_top img {
    width: 120px;
    padding-right: 10px;
}
.p-header__title_top span {
    padding-bottom: 10px;
    display: inline-block;
    font-size: 20px;
}
@media screen and (max-width:999px) {
    .p-header__title_top span {
        padding-bottom: 8px;
        font-size: 14px;
    }
}
@media screen and (max-width:600px) {
    .p-header__title_top span {
        padding-bottom: 6px;
        font-size: 12px;
    }
}

.p-header__hamburger {
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    width: 70px;
    height: 60px;
}

.p-header__nav.is-active {
    position: fixed;
    top: 0;
    right: 0;
    opacity: 1;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 99;
}

.p-nav__list_top {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
}

.p-nav__item_top {
    position: relative;
    width: fit-content;
}

.p-nav__item_top img {
    width: 100%;
    max-width: 16px;
}
.p-nav__item_top .arrow_icon {
    margin-bottom: 2px!important;
}

.p-nav__link_top {
    color: black;
    display: block;
    padding: 7px 10px;
    width: auto;
    font-size: 13px;
    text-align: center;
}

.info {
    background-color: #098A92;
    color: #fff;
    margin-right: 4px;
}

.reserve {
    background-color: #098A92;
    color: #fff;
    margin-left: 4px;
}

@media screen and (min-width: 1000px) {
    .menu-wrapper {
        display: none;
    }

    .contact {
        display: none;
    }

    .p-nav__inner_top {
        margin-right: auto;
        margin-left: auto;
        max-width: initial;
        width: 100%;
    }

    .p-header__nav_top {
        position: static;
        opacity: 1;
        height: inherit;
        width: initial;
        flex-direction: column;
        align-items: flex-end;
        margin-right: 0;
        margin-left: auto;
        width: 70%;
    }

    .p-nav__list_top {
        padding-right: 0;
        padding-left: 0;
        display: flex;
        justify-content: flex-end;
    }
}

.header-box {
    background: #fff;
}
.pc_header_area {
    border-bottom: solid 1px #098A92;
    background: #fff;
}

.gb_nav {
    width: 100%;
}

.gb_nav .container {
    width: 100%;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.gb_nav ul {
    overflow: hidden;
}

.gb_nav ul li {
    position: relative;
    float: left;
    width: calc(100% / 7);
    list-style-type: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}


.first_li {
    border-left: solid 1px #000;
}

.gb_nav ul li .line-right {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 54px;
    background-color: #000;
}

.gb_nav ul li a {
    display: block;
    padding: 8px 5px 9px;
    color: #000;
}

.gb_nav ul li a:hover {
    background-color: #1e504b;
    color: #fff;
}

.nav_active {
    background-color: #098A92;
    color: #fff !important;
}
.menu .nav_active {
    background-color: #098A92;
    color: #fff !important;
}

.plan_new {
    color: #fff;
    background: #a71f25;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 54px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 13px;
    padding-right: 3px;

    display: none;
}


@media screen and (max-width: 999px) {
    .gb_nav .container {
        width: 100%;
    }
    .pc_header_area {
        border-bottom: none;
    }
}

@media screen and (max-width: 999px) {
    .gb_nav .container {
        display: none;
    }

    .menu .nav_active {
        background-color: unset;
        color: #098A92!important;
        font-weight: bold;
        border-bottom: solid 1px #098A92!important;
    }
}

@media screen and (max-width:999px) {
    .plan_new {
        position: static;
        height: auto;
        writing-mode: unset;
        text-orientation: unset;
        display: inline-block;
        width: 40px;
        margin-left: 7px;

        display: none;
    }

    .shoei {
        width: 100%;
        padding: 5px 20px;
        padding-left: 5px;
        z-index: 1;
        background-color: #fff;
        height: 28px;
    }

    .shoei img {
        max-width: 90px;
        top: 5px;
        position: absolute;
    }

    .p-header__top {
        position: relative;
        top: 0;
        width: 100%;
        padding: 5px 20px;
        padding-left: 5px;
        z-index: 1;
        background-color: #fff;
    }

    .p-header__title_top {
        width: 300px;
        font-size: 14px;
    }

    .p-header__title_top img {
        width: 90px;
    }

    .info {
        margin-right: 0;
        background-color: rgba(0, 0, 0, 0);
        color: #000;
    }

    .reserve {
        margin-left: 0;
        background-color: rgba(0, 0, 0, 0);
        color: #000;
    }

    .contact {
        margin-left: 0;
        background-color: rgba(0, 0, 0, 0);
        color: #000;
    }

    .p-nav__link_top {
        padding: 6px 10px;
    }
}

@media screen and (max-width:600px) {
    .p-header__title_top {
        font-size: 10px;
        display: flex;
        align-items: flex-end;
        width: 200px;
    }
    .p-header__title_top img{
        /*margin-bottom: 5px;*/
        /*display: block;*/
        width: 70px;
        padding-right: 7px;
    }
}

@media screen and (max-width:500px) {
    /*
    .p-header__title_top {
        align-items: center;
        font-size: 11px;
        width: 240px;
    }
    */
}


/* ------------------------------ */
/* パンクズリスト*/
/* ------------------------------ */
.breadcrumbs {
    padding: 20px;
    margin: 0 auto;
    max-width: 1200px;
    font-size: 14px;
}

.breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs li:not(:last-child)::after {
    color: #fff;
    display: inline-block;
    margin: 0 .25rem;
    content: ">";
}

.breadcrumbs li a {
    color: #fff;
}


/* ------------------------------ */
/* precautions */
/* ------------------------------ */
.precautions {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

.precautions p {
    font-size: 10px;
}


/* ------------------------------ */
/* 下層ページトップ */
/* ------------------------------ */
.plan-top-area {
    background-color: #098A92;
}

.plan-top {
    display: flex;
    align-items: center;
}

.plan-left {
    width: 60%;
}

.plan-left img {
    width: 100%;
}

.plan-right {
    width: 40%;
    padding-left: 50px;
}

.plan-right h2 {
    font-size: 50px;
    color: #fff;
    letter-spacing: 2px;
}

.plan-right h2 span {
    font-size: 18px;
    color: #fff;
    display: block;
    margin-bottom: 6px;
}

.plan-right p {
    font-size: 30px;
    color: #fff;
    margin-top: 50px;
    letter-spacing: 2px;
}

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


@media screen and (min-width:768px) and (max-width:999px) {
    .plan-right {
        padding-left: 30px;
    }

    .plan-right h2 {
        font-size: 40px;
    }

    .plan-right h2 span {
        margin-bottom: 0;
    }

    .plan-right p {
        margin-top: 20px;
        font-size: 24px;
    }
}

@media screen and (max-width:767px) {
    .plan-right {
        padding-left:25px;
    }
    .plan-right h2 {
        font-size: 36px;
    }
    .plan-right p {
        margin-top: 20px;
        font-size: 22px;
    }
}

@media screen and (max-width:600px) {
    .plan-top-area{
        padding-top: 15px;
    }
    .plan-top{
        flex-direction: column-reverse;
    }
    .plan-right{
        width: 100%;
        padding-top: 20px;
    }
    .plan-left {
        width: 100%;
        padding-top: 30px;
        padding-right: 20px;
    }
}


.plan-top-concept {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.plan-top-concept h3 {
    color: #323232;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}
.plan-top-concept h3 span {
    font-size: 20px;
}

.plan-top-concept p {
    color: #323232;
    text-align: center;
    line-height: 2;
    font-size: 20px;
}



/* ------------------------------ */
/* footer */
/* ------------------------------ */
.footer {
    padding: 1rem 0 2rem;
    font-size: 15px;
    color: #323232;
}

.footer1_back {
    background-color: #EEEDEA;
    padding: 1rem 0 2rem;
}

.footer_center_logo {
    text-align: center;
}

.footer_nav_area {
    margin: 50px auto;
    padding: 0 20px;
    max-width: 1200px;
}

.footer_nav_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer_nav_area li {
    width: calc(100% / 7);
}

.footer_nav_area a {
    display: block;
    padding: 15px 5px;
    text-align: center;
}


footer ul {
    padding: 0;
    list-style: none;
}

footer a {
    color: #000;
    text-decoration: none;
}

footer a:hover {
    color: #000;
}
footer a img {
    width: 150px;
}

footer hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #e5e7eb;
}


@media screen and (min-width:768px) and (max-width:999px) {
    .footer_nav_area li {
        width: calc(100% / 2);
    }

    .footer_nav_area {
        margin: 50px auto;
        padding: 0 20px;
        max-width: 350px;
    }
}


/* ------------------------------ */
/* contact */
/* ------------------------------ */
.contact_title {
    text-align: center;
    margin-bottom: 30px;
}

.contact_title img {
    width: 100%;
    max-width: 200px;
}
@media screen and (max-width:600px) {
    .contact_title img {
        max-width: 150px;
    }
}

.contact_btn_footer {
    margin: 25px auto;
    width: 100%;
    max-width: 250px;
}

.footer_contact_area h4 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
}
@media screen and (max-width:600px) {
    .footer_contact_area h4 {
        font-size: 16px;
    }
}

.footer_contact_area .btn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 280px;
    padding: 15px 0;
    border: 2px solid #000;
    background-color: #fff;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    text-align: center;
    transition: all 0.5s;
}

.footer_contact_area .btn:hover {
    color: #fff !important;
    background: #000;
}

.footer_contact_area .btn:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    padding-left: 0;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.footer_contact_area .btn:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}



/* ------------------------------ */
/* slider */
/* ------------------------------ */
.top_vega_area {
    position: relative;
    width: 100%;
    height: calc(100vw / 2);
    /*top: -10px;*/
}
.ab1 {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vw / 2);
}
.ab2 {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vw / 2);
}
.ab3 {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vw / 2);
}


.item_container {
    background-color: #323232;
}

#header-center {
    width: 100%;
    height: calc(100vw / 2);
    position: relative;
}
#header-toptxt {
    width: 100%;
    height: calc(100vw / 2);
    position: relative;
    opacity: 0.8;
}
#header-bottomtxt {
    width: 100%;
    height: calc(100vw / 2);
    position: relative;
}
@keyframes kenburns {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1.0);
    }
}

/* 高さが足りない場合に１画面にテキストを収めるように */
/* 65pxは見出しテキストの高さ */
@media screen and (min-width:601px) {
    @media screen and (max-height:1200px) {
        @media screen and (min-width:1800px) {
            .top_vega_area,
            .ab1, .ab2, .ab3,
            #header-center,
            #header-toptxt,
            #header-bottomtxt
             {
                height: calc(100vh - 65px - 5px - 15px);
            }
            @keyframes kenburns {
                0% {
                    transform: scale(1.1);
                }
                100% {
                    transform: scale(1.0);
                }
            }
            .top_new_midashi {
                font-size: 44px!important;
            }
        }
    }
    @media screen and (max-height:1000px) {
        @media screen and (min-width:1370px) {
            .top_vega_area,
            .ab1, .ab2, .ab3,
            #header-center,
            #header-toptxt,
            #header-bottomtxt
             {
                height: calc(100vh - 65px - 5px - 7vh);
            }
            .top_new_midashi {
                font-size: 44px!important;
            }
        }
        @keyframes kenburns {
            0% {
                transform: scale(1.1);
            }
            100% {
                transform: scale(1.0);
            }
        }
    }
    @media screen and (max-height:800px) {
        @media screen and (min-width:1050px) {
            .top_vega_area,
            .ab1, .ab2, .ab3,
            #header-center,
            #header-toptxt,
            #header-bottomtxt
             {
                height: calc(100vh - 65px - 5px - 25vh);
            }
            .top_new_midashi {
                font-size: 44px!important;
            }
            @keyframes kenburns {
                0% {
                    transform: scale(1.1);
                }
                100% {
                    transform: scale(1.025);
                }
            }
        }
        @media screen and (min-width:1200px) {
            .top_vega_area,
            .ab1, .ab2, .ab3,
            #header-center,
            #header-toptxt,
            #header-bottomtxt
             {
                height: calc(100vh - 65px - 5px - 10vh);
            }
            .top_new_midashi {
                font-size: 44px!important;
            }
            @keyframes kenburns {
                0% {
                    transform: scale(1.1);
                }
                100% {
                    transform: scale(1.0);
                }
            }
        }
        @media screen and (min-width:1350px) {
            .top_vega_area,
            .ab1, .ab2, .ab3,
            #header-center,
            #header-toptxt,
            #header-bottomtxt
             {
                height: calc(100vh - 65px - 5px - 3vh);
            }
            .top_new_midashi {
                font-size: 44px!important;
            }
            @keyframes kenburns {
                0% {
                    transform: scale(1.1);
                }
                100% {
                    transform: scale(1.0);
                }
            }
        }
        @media screen and (min-width:1500px) {
            .top_vega_area,
            .ab1, .ab2, .ab3,
            #header-center,
            #header-toptxt,
            #header-bottomtxt
             {
                height: calc(100vh);
            }
            .top_new_midashi {
                font-size: 44px!important;
            }
            @keyframes kenburns {
                0% {
                    transform: scale(1.1);
                }
                100% {
                    transform: scale(1.0);
                }
            }
        }
    }
    @media screen and (max-height:600px) {
        @media screen and (min-width:1050px) {
            .top_vega_area,
            .ab1, .ab2, .ab3,
            #header-center,
            #header-toptxt,
            #header-bottomtxt
             {
                height: 100vh;
            }
            .top_new_midashi {
                font-size: 44px!important;
            }
            @keyframes kenburns {
                0% {
                    transform: scale(1.1);
                }
                100% {
                    transform: scale(1.025);
                }
            }
        }
    }
}


@media screen and (max-width:600px) {
    .top_vega_area,
    .ab1, .ab2, .ab3,
    #header-center,
    #header-toptxt,
    #header-bottomtxt
     {
        height: 81vw;
    }
    .top_vega_area {
        /*
        top: 20px;
        margin-bottom: 20px;
        */
    }
    @keyframes kenburns {
        /*
        0% {
            transform: scale(1.6);
        }
        100% {
            transform: scale(1.4);
        }
        */
        0% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1.0);
        }
    }
}
.vegas-slide-inner {
    background-size: contain !important; /* カバーではなく全体表示 */
    background-repeat: no-repeat;
    background-position: center center;
}


/*==================================================
スライダーのためのcss
===================================*/
.slider {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    overflow: visible;
}
.slider_top_small {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
}

/* 親要素でのみ横スクロールを隠す */
.item_container {
    overflow: hidden;
}

.slider img {
    width: 100%;
    height: auto;
}
.slider_top_small img {
    width: 300px!important;
    height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
    margin: 0 10px;
}
.slider_top_small .slick-slide {
    margin: 0 5px;
    width: 300px;
}

@media screen and (max-width:600px) {
    .slider_top_small img {
        width: 200px!important;
    }
    .slider_top_small .slick-slide {
        width: 200px;
        margin: 0 3px;
    }
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.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;
}

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

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

/*ドットナビゲーションの設定*/
.slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
}

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

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

.slick-dots .slick-active button {
    background: #333;
    border: 3px solid #eee;
    width: 17px;
    height: 17px;
}

.slick-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.sns_area {
    background-color: #fff;
    padding: 50px 0;
}

.sns_area ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.sns_area li a {
    display: block;
    border-radius: 4px;
}

.sns_area li img {
    max-width: 50px;
}

@media screen and (max-width: 767px) {
    .slick-slide img {
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .sns_area {
        max-width: 400px;
        margin: 0 auto;
        padding: 30px 20px;
    }

    .sns_area ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .sns_area ul::after {
        content: '';
        display: block;
        width: calc(100% / 6);
        /* ← 1アイテム分の幅 */
    }
}

@media screen and (min-width: 501px) {
    #sp-fixed-menu {
        display: none;
    }
}

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

    /*スマホ版のみ予約ボタン下部*/
    /*メニューをページ下部に固定*/
    #sp-fixed-menu {
        position: fixed;
        width: 100%;
        bottom: 0px;
        font-size: 0;
        opacity: 0.9;
        z-index: 99;
        overflow: hidden;
    }

    /*メニューを横並びにする*/
    #sp-fixed-menu ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    #sp-fixed-menu li {
        justify-content: center;
        align-items: center;
        width: 50%;
        padding: 0;
        margin: 0;
        font-size: 13px;
        border-right: 1px solid #fff;
    }

    /*左側メニューを緑色に*/
    #sp-fixed-menu li:first-child {
        background: #323232;
    }

    /*中央メニューをオレンジ色に*/
    #sp-fixed-menu li:nth-child(2) {
        background: #323232;
    }

    /*左側メニューをオレンジ色に*/
    #sp-fixed-menu li:last-child {
        background: #098A92;
        border-right: 0px solid #000;
    }

    /*ボタンを調整*/
    #sp-fixed-menu li a {
        color: #fff;
        text-align: center;
        display: block;
        width: 100%;
        padding: 14px 20px;
    }

    .reserve_sp {
        width: 50% !important;
    }

    .contact_sp {
        width: 50% !important;
    }

    .tel_sp {
        width: 20% !important;
    }

    .tel_sp a {
        font-size: 12px !important;
        padding: 14px 6px !important;
    }
}


footer .container {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    text-align: center;
}

footer .flex-block {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
    justify-content: center;
    justify-content: space-around;
}

footer .flex-block .item {
    width: 48%;
    font-size: 12px;
}
footer .flex-block .item_address {
    /*width: 160px;*/
}
footer .flex-block .item_time {
    width: 150px;
}

footer .flex-block .item img {
    width: 100%;
}

footer .flex-block .item.item-in {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    letter-spacing: 0;
    align-items: end;
    text-align: left;
    justify-content: center;
}

footer .flex-block .item.item-in .item:nth-child(odd) {
    margin: 0 3% 0 0;
}

footer .f-text-s {
    font-size: 12px;
}

footer .f-text-s .copy {
    margin: 50px 0 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    footer .container {
        padding: 3% 15px;
        text-align: center;
    }

    .footer_nav_area ul {
        display: none;
    }

    .container-wrap.footer {
        padding: 3% 15px;
        text-align: center;
    }

    footer .container {
        width: 100%;
    }

    footer .logo {
        width: 250px;
        margin: 50px auto 0;
    }

    footer .flex-block {
        margin: 25px 0;
        flex-wrap: wrap;
    }

    footer .flex-block .item.item-in {
        text-align: center;
        font-size: 16px;
    }

    footer .flex-block .item.item-in .item:nth-child(odd) {
        width: 70%;
        margin: 0 auto 15px;
    }

    footer .flex-block .item.item-in .item:nth-child(even) {
        width: 80%;
        margin: 0 auto 30px;
    }

    footer .flex-block .item {
        width: 100%;
    }

    footer .flex-block .item.item-in {
        text-align: center;
        font-size: 16px;
    }

    footer .f-text-s .copy {
        margin: 30px 0 0;
    }

    .plan-top-concept h3 {
        font-size: 20px;
    }
    .plan-top-concept h3 span {
        font-size: 14px;
    }
    .plan-top-concept p {
        font-size: 16px;
    }
    .plan01-concept h4,
    .plan02-concept h4,
    .plan03-concept h4 {
        font-size: 20px;
    }
}


/* ////////////////////////////////// */
/* ふわっとした動き */
/* ////////////////////////////////// */
/* 通常フェードイン */
.fadeIn {
    opacity: 0;
    transition: 2s;
}
.fadeIn.is-show {
    opacity: 1;
}
/* 下からフェードイン */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/* 左からフェードイン */
.fadeIn_left {
    opacity: 0;
    transform: translate(-50%, 0);
    transition: 2s;
}
.fadeIn_left.is-show {
    transform: translate(0, 0);
    opacity: 1;
}
/* 右からフェードイン */
.fadeIn_right {
    opacity: 0;
    transform: translate(50%, 0);
    transition: 2s;
}
.fadeIn_right.is-show {
    transform: translate(0, 0);
    opacity: 1;
}