@charset "UTF-8";
@media only screen and (max-width: 1400px)
{
    .side-menu{
        display: none;
    }
}
@media only screen and (max-width: 1300px)
{
    /* header */
    header .header-area h1{
        width: 350px;
        padding: 0 20px;
    }
    header .header-menu li a .text{
        font-size: 20px;
    }

    /* footer */
    .footer-menu ul li a {
        font-size: 18px;
    }

    #top .top-contents .ab-img.ab02,
    #top .top-contents .ab-img.ab03,
    #top .top-contents .ab-img.ab04{
        display: none;
    }
    #top .about .ab-img.ab02 {
        display: none;
    }
    #top .life .ab-img.ab03{
        display: none;
    }

}
@media only screen and (max-width: 1170px)
{
    /* header */
    header .header-area h1{
        width: 320px;
    }
    header .header-menu li a .text{
        font-size: 18px;
    }
    header .header-menu li a img {
        width: 70px;
    }

    /* footer */
    /* footer .tokai-link {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    } */
    footer .tokai-link .row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    footer .tokai-link .list{
        grid-template-columns: repeat(2, 1fr);
    }
    footer .tokai-link ul {
        grid-template-columns: 1fr;
        display: grid;
    }

    /* TOP-園について */
    #top .about ul.about-list {
        gap: 20px;
    }
    #top .about ul.about-list p {
        font-size: 14px;
    }
    #top .about ul.about-list .text {
        padding: 150px 20px 20px;
    }

}
@media only screen and (max-width: 1160px)
{
    /* header */
    header .header-menu li a .text{
        font-size: 16px;
    }
}

/* ================ */
/* tablet */
/* ================ */
@media only screen and (max-width: 1025px)
{
.base-width{
    min-width: auto;
}

.visible_t,
.visible_tm{
    display: block;
}
.visible_p{
    display: none;
}

/* 共通 */
a.cloud-link {
    width: 250px;
}
.cloud-link img {
    width: 250px;
}
h2.cloud {
    font-size: 30px;
}
main.page .page-area{
    padding: 0 10px 150px !important;
}

/* header */
header .pc_nav {
    display: none;
}
header h1 img.cloud {
    top: -15px;
}
header .header-area h1 {
    width: 350px;
}
header h1 a {
    padding: 20px 10px;
}

/* アコーディオンメニュー */
.pc_nav { display: none !important; }
.mb_nav { display: block !important; }
.accordion-toggle {
    margin: 0 10px;
    font-size: 2em;
    color: #fff;
    cursor: pointer;
    user-select: none;
    align-self: center;
    line-height: 1;
    height: auto;
    display: inline-block !important;
    flex-shrink: 0;
}
.header-menu > li {
    position: relative;
}
.header-menu > li.open .accordion-toggle {
    content: "−";
}
.header-menu li {
    position: relative;
}
.header-menu .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 10;
    border-radius: 0 0 10px 10px;
    padding: 0;
}
.header-menu .submenu li a {
    color: #fff;
    background-color: #1B87DB;
    padding: 10px 20px;
    display: block;
    text-align: left;
    white-space: nowrap;
    grid-template-columns: 1fr;
}
.header-menu li:hover > .submenu {
    display: block;
}
.header-menu .submenu li a:hover {
    background: #f0f0f0;
}

header .mb_nav {
    display: block;
}
header .drawer-hamburger{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #1B87DB;
    cursor: pointer;
    position: fixed;
    top: 16px;
    right: 19px;
    z-index: 996;
}
header .drawer-hamburger:hover{
    background-color: #3b9ce6;
}
header .drawer-hamburger-icon{
    color: #fff;
    font-size: 24px;
}
header .drawer-hamburger span.text{
    display: block;
    color: #fff;
    font-size: 11px;
    line-height: 0.5em;
}
header .mb_nav #gloval-nav {
    visibility: hidden;
    background-color: #fff;
    color: #161616;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 7;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    /* transition: opacity 0.3s ease, visibility 0s ease; */
    z-index: 995;
    height: 100%;
    overflow: auto;
}
body.open header .mb_nav #gloval-nav {
    visibility: visible;
    display: block;
    opacity: 1;
    background-color: #004EA2;
}
body:not(.open) header .btn-text.open,
body.open header .btn-text.close
{
    display: none;
}
body:not(.open) header .btn-text.close,
body.open header .btn-text.open{
    display: block;
}
body.open header .mb_nav #gloval-nav .nav-area{
    padding: 10px;
}
body.open header .mb_nav #gloval-nav .h1-area{
    margin-bottom: 20px;
}
body.open header .mb_nav #gloval-nav .h1-area h1{
    padding: 0;
    width: 70%;
}
body.open header .mb_nav #gloval-nav .header-menu{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
header .header-menu li a:hover img{
    transform: none;
}
body.open header .mb_nav #gloval-nav .header-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 0;
    gap: 20px;
    padding: 0 10px;
    border-radius: 20px !important;
}
body.open header .mb_nav #gloval-nav .header-menu li a img {
    width: 70px;
    flex-shrink: 0;
}
body.open header .mb_nav #gloval-nav .header-menu li a .text {
    flex: 1 1 auto;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
body.open header .mb_nav #gloval-nav .header-menu li a .pre-br{
    display: none;
}
body.open header .mb_nav #gloval-nav .header-menu li a .pre{
    margin-left: 5px;
}

/* footer */
.footer-menu.fixed {
    /* position: inherit; */
}
.footer-menu .footer-bg-area .center {
    height: 50px;
    max-height: 50px;
}
.footer-menu .footer-bg-area .back {
    width: 30%;
}
.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    position: inherit;
    gap: 5px 0;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}
.footer-menu ul li{
    width: 25%;
}
.footer-menu ul li a .pre{
    font-size: 12px;
}
.footer-menu .footer-nav{
    background-color: #BBE088;
    padding: 10px 0;
}
footer .access .logo{
    width: 300px;
}
footer .access .text{
    font-size: 15px;
}
footer .banner-area .img-banner{
    gap: 20px;
}
footer .banner-area .g-banner{
    gap: 20px;
}

/* top */
#top a.cloud-link {
    width: 250px;
}
#top .top-slider .slide{
    height: 60vh;
}

/* TOP-上部（お知らせ、ムービーチャンネル等） */
#top .top-contents .top_column {
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}
#top .top-contents .movie.relative .thumb img.thumb-img {
    height: auto;
}
#top .top-contents .top_column .news ul.news-list {
    padding: 35px 20px 20px;
}
#top .top-contents .top_column .news ul.news-list li .news-block .left {
    display: block;
    margin-bottom: 0;
}
#top .top-contents .top_column .news ul.news-list li .news-block .left .info{
    margin-bottom: 5px;
}
#top .top-contents .top_column .news ul.news-list a.news-block {
    grid-template-columns: auto 100px;
    padding-left: 0;
}
/* #top .top-contents .blog .blog-list li .left {
    padding: 15px;
}
#top .top-contents .blog .blog-list li .right .img {
    height: 180px;
}
#top .top-contents .blog .blog-list li .left .title {
    font-size: 16px;
}
#top .top-contents .blog .blog-list {
    gap: 20px;
} */
#top .top-contents .blog .blog-list li a {
    grid-template-columns: auto 100px;
    padding-left: 0;
}
#top .top-contents .blog .blog-list li .left .img {
    height: 180px;
}
#top .top-contents .blog .blog-list {
    gap: 20px;
}
#top .top-contents .blog .blog-list li .left {
    display: block;
    margin-bottom: 5px;
}

#top .one-point {
    width: 100%;
}
#top .about ul.about-list {
    gap: 10px;
}
#top .about ul.about-list .text {
    padding: 120px 20px 20px;
}
#top .life ul {
    gap: 30px;
}

/* 投稿ページ */
main.post .col-sidemenu {
    grid-template-columns: 1fr !important;
    gap: 10px;
}
main.post .right .contents {
    margin-top: 60px;
}
main #movie .col-1 .post-list{
    grid-template-columns: repeat(3, 1fr);
}

/* ================ */
/* 固定ページ        */
/* ================ */
.page-title-area {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 30px;
}

/* お問い合わせ */
.contact .page-title-area {
    height: 140px;
}
.contact .page-title {
    font-size: 34px;
}
.contact .contact-container {
    padding: 25px 15px;
}
.contact .phone-number a {
    font-size: 28px;
}
.contact .contact-form {
    padding: 20px;
}
.contact .form-submit button {
    padding: 10px 35px;
    font-size: 16px;
}

.mb_nav .header-menu > li {
    position: relative;
}
.mb_nav .header-menu > li .menu-row {
    background-color: #1B87DB;
    border-radius: 20px;
    display: flex;
    align-items: center;
    width: 100%;
}
.mb_nav .header-menu > li .menu-row a {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    min-height: 60px;
    box-sizing: border-box;
    padding-right: 0;
}
.mb_nav .header-menu > li .accordion-toggle {
    margin-left: auto;
    width: 40px;
    height: 40px;
    background: #49afff;
    color: #fff;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s;
}
.mb_nav .header-menu > li .accordion-toggle:hover {
    background: #3b9ce6;
}
.mb_nav .header-menu > li .submenu {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    display: none;
    position: static !important;
}
.mb_nav .header-menu > li.open > .submenu {
    display: block;
}
body.open header .mb_nav #gloval-nav .header-menu .submenu li a {
    background-color: #55c7d9;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    display: block;
    text-align: left;
    white-space: normal;
    margin: 10px 0 0;
}
.mb_nav .header-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.mb_nav .header-menu li a .text {
    flex: 1 1 auto;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* サブメニューのliやaは絶対にrelative/absolute/右padding/高さを持たせない */
.mb_nav .header-menu > li .submenu li,
.mb_nav .header-menu > li .submenu li a {
    position: static !important;
    padding-right: 0 !important;
    min-height: unset !important;
    box-sizing: border-box !important;
    width: 100% !important;
    display: block !important;
    background: #55c7d9 !important;
    border-radius: 10px !important;
    margin: 10px 0 0 !important;
    z-index: 1 !important;
    overflow: visible !important;
}
/* サブメニュー内の.menu-rowや.accordion-toggleは完全に消す */
.mb_nav .header-menu > li .submenu .menu-row,
.mb_nav .header-menu > li .submenu .accordion-toggle {
    display: none !important;
    position: static !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    z-index: 0 !important;
}
/* 親メニューの.accordion-toggleのz-indexを0に */
.mb_nav .header-menu > li .accordion-toggle {
    z-index: 0 !important;
}
}