/* CSS Document */
@media only screen and (max-width: 768px) {
    .blurFixSP {
        image-rendering: optimizeSpeed;
        /* STOP SMOOTHING, GIVE ME SPEED  */
        image-rendering: -moz-crisp-edges;
        /* Firefox                        */
        image-rendering: -o-crisp-edges;
        /* Opera                          */
        image-rendering: -webkit-optimize-contrast;
        /* Chrome (and eventually Safari) */
        image-rendering: pixelated;
        /* Chrome */
        image-rendering: optimize-contrast;
        /* CSS3 Proposed                  */
        -ms-interpolation-mode: nearest-neighbor;
        /* IE8+                           */
    }
    :root {
        --ttl_size: 24px;
        --wrapper: 60px;
    }
    header {
        padding-left: 10px;
    }
    .fixed_banner > div.time.active p.close,
    .fixed_banner > div.map.active p.close {
        display: block;
    }
    .fixed_banner .box-time,
    .fixed_banner .box-map {
        top: initial;
        bottom: 60px;
        width: 100%;
        height: 230px;
        margin: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .fixed_banner .box-time .tbl-time th,
    .fixed_banner .box-time .tbl-time td {
        padding: 1.2em 0.5em;
        font-size: 1em;
    }
    .fixed_banner .box-time .txt-time,
    .fixed_banner .box-map p {
        font-size: 1em;
    }
    .fixed_banner .box-map .list-address li {
        font-size: 1em;
    }
    .fixed_banner .box-map .txt-address {
        text-align: center;
    }
}
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Menu Toogle
********************************/
body:not(.ovh) .menu_toggle .inside {
    pointer-events: none;
}
.menu_toggle {
    background-color: #fff;
    position: fixed;
    top: var(--wrapper);
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: calc(100vh - var(--wrapper));
    padding: 0px 0px 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.menu_toggle.active {
    opacity: 1;
    visibility: visible;
}
.menu_toggle ul li {
    position: relative;
    overflow: hidden;
}
.menu_toggle p {
    margin-bottom: 0;
}
.menu_toggle .inside {
    -webkit-overflow-scrolling: touch;
    /* Lets it scroll lazy */
    transition: all 0.5s ease;
    height: 100%;
    overflow: auto;
}
.menu_toggle .inside .ttl {
    color: var(--main-color);
}
.menu_toggle .inside li {
    color: var(--clr1);
}
@media only screen and (min-width: 769px) {
    .menu_toggle .inside .ttl + ul {
        display: flex !important;
    }
}
@media only screen and (max-width: 768px) {
    .menu_toggle .inside .ft_link {
        padding: 20px 10px 20px;
    }
    @supports (-webkit-touch-callout: none) {
        .menu_toggle .inside .ft_link {
            /* Specific to iOS devices */
            padding-bottom: 120px;
        }
    }
    @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) {
            .menu_toggle .inside .ft_link {
                /* Safari */
                padding-bottom: 120px;
            }
        }
    }
    .menu_toggle .inside .ft_link .ttl {
        position: relative;
        pointer-events: auto;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        font-size: 18px;
        line-height: 1.5em;
        font-family: var(--f-jp);
        margin-bottom: 0;
    }
    .ft_link a {
        display: block;
        line-height: 1.5em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
    .menu_toggle .inside .ft_link .ttl:not(.rotate) {
        padding-bottom: 0.5em;
        border-bottom: 1px solid #ccc;
    }
    .menu_toggle .inside .ft_link .ttl.rotate::before {
        transform: rotate(0deg);
    }
    .menu_toggle .inside .ft_link .ttl::before,
    .menu_toggle .inside .ft_link .ttl::after {
        content: "";
        display: block !important;
        position: absolute;
        top: 1.3em;
        right: 1em;
        margin: auto;
        background-color: var(--main-color);
        transition: 0.3s all;
        width: 12px;
        height: 2px;
        z-index: 2;
    }
    .menu_toggle .inside .ft_link .ttl::before {
        transform: rotate(90deg);
    }
    .menu_toggle .inside .ft_link li {
        border-bottom: 1px dashed #ccc;
        margin-bottom: 0;
    }
    .menu_toggle .inside .ft_link .menu01 .ttl {
        margin-top: 0;
        font-weight: 600;
    }
    .noaccContainer ul li {
        border-bottom: 1px solid #ccc !important;
    }
    .noaccContainer ul li a {
        display: block;
        line-height: 1.5em;
        font-size: 18px;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        font-weight: 600;
        font-family: var(--f-jp);
    }
}
#nav-icon {
    width: 32px;
    height: 25px;
    position: relative;
    margin: 0 auto 0px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}
#nav-icon span {
    background-color: #5b97d2;
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 3px;
}
#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 11px;
}
#nav-icon span:nth-child(4) {
    top: 19px;
}
#nav-icon.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}
#nav-icon.open span:nth-child(2) {
    transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}
.hamburger-btn {
    position: fixed;
    top: 0;
    right: 17px;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s;
}
@media only screen and (min-width: 769px) {
    .hamburger-btn:hover {
        background-color: var(--clr1);
    }
}
.hamburger-btn .button-toggle {
    position: relative;
    width: 100%;
    padding-top: calc(var(--wrapper) / 2 - 19px);
    height: 100%;
    margin: 0 auto;
    text-align: center;
    color: inherit;
}
.hamburger-btn .button-toggle #menu_btn {
    color: #2d4676;
    font-size: 11px;
    font-family: var(--f-en);
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1;
}
/* END Menu
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
General
********************************/
@media only screen and (max-width: 768px) {
    body {
        font-size: 87.5%;
    }
    figure {
        text-align: center;
    }
    .totop {
        bottom: 65px;
        right: 10px;
        z-index: 10;
    }
    .totop .icon {
        width: 35px;
        height: 35px;
    }
    .under .ud_map iframe {
        height: 100%;
    }
    .fblock {
        display: block;
    }
    .fblock.true {
        display: flex;
    }
    .under .topic_path {
        padding-bottom: 10px;
    }
    .txt_l,
    .txt_r {
        float: none;
        width: auto;
    }
    .image_l,
    .image_r {
        float: none;
        width: auto;
        margin: 0 0 20px;
        text-align: center;
        max-width: none;
    }
    .btn-group {
        font-size: 8.75px;
    }
    .btn-group .btn.style01,
    .btn-group .btn.style02 {
        max-width: 280px;
    }
    .btn-group .btn.style01.md,
    .btn-group .btn.style02.md {
        min-width: 100px;
    }
    .btn-group .btn.style01.md a,
    .btn-group .btn.style02.md a {
        min-height: 45px;
        font-size: 14px;
    }
    p {
        margin-bottom: 13px;
        line-height: 2;
    }
    a .tel_click:hover {
        opacity: 1;
        color: inherit;
    }
    .slick-prev {
        left: 0px;
    }
    .slick-next {
        right: 0px;
    }
    .slick-arrow {
        z-index: 1;
        top: 15vw;
    }
}
/* END General
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Header & Footer
********************************/
@media only screen and (max-width: 768px) {
    footer .f-box01 .f-left .f-list-ct li a .ico {
        width: 25px;
    }
    footer .f-box01 .f-left .f-list-ct li a {
        min-height: 68px;
        padding-top: 0;
    }
    .wrapper {
        min-width: inherit;
    }
    .hamburger-btn {
        display: block;
    }
    .header_top {
        width: calc(100% - 70px);
        align-items: center;
        height: 60px;
        padding: 0;
        margin-left: 0;
    }
    .header_top p {
        margin-bottom: 0;
    }
    .header_top .logo {
        max-width: calc(100% - 100px);
        width: auto;
        margin-left: 10px;
        transform: none;
    }
    .header_top .logo img {
        width: 162px;
        max-height: 30px;
    }
    .right_head {
        width: 30px;
    }
    .h_insta {
        max-width: 30px;
    }
    .idx_gallery ul li .img {
        width: 225px;
        height: 500px;
        background-size: 100% auto;
    }
    .tbl-time tr td:first-child {
        padding: 0.5em 0.8em;
    }
    .tbl-time tr th,
    .tbl-time tr td {
        font-size: 1em;
        padding: 0.5em 0.3em;
    }
    footer {
        padding: 0 0 50px;
        z-index: 2;
    }
    footer .f-map iframe {
        height: 300px;
    }
    footer .f-box02 {
        display: none;
    }
    footer .f-box01 {
        background: url(../images/f-bg-sp.jpg) no-repeat center;
        background-size: cover;
        min-height: auto;
        height: auto;
    }
    footer .f-box01-fx {
        flex-direction: column;
        max-width: 450px;
        margin: 0 auto;
        padding: 45px 0;
    }
    footer .f-box01 .f-left .f-list-ct li:first-child a .ttl {
        font-size: min(6.13vw, 23px);
    }
    footer .f-box01 .inner_big {
        padding: 0 20px;
    }
    footer .f-box01 .f-left {
        margin-right: 0;
        padding-bottom: 30px;
        margin-bottom: 15px;
        background: url(../images/f-ico-hr.svg) no-repeat bottom center;
        background-size: 100% 2px;
    }
    footer .f-box01 .f-left .f-logo {
        text-align: center;
    }
    footer .f-box01 .f-left .f-logo img {
        height: 55px;
        width: auto;
    }
    footer .f-box01 .f-left .f-address {
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
        font-size: min(4.27vw, 16px);
        letter-spacing: 0.05em;
    }
    footer .f-box01 .f-left .f-list-ct {
        flex-direction: column;
    }
    footer .f-box01 .f-left .f-list-ct li {
        max-width: 242px;
        margin: 0 auto !important;
    }
    footer .f-box01 .f-left .f-list-ct li:last-child {
        margin: 10px auto 0 !important;
    }
    footer .ft_info {
        width: auto;
        margin: 0 auto;
    }
    footer .ft_map iframe {
        height: 100%;
    }
    footer .ft_link {
        width: auto;
    }
    .fixed_banner {
        display: flex;
        flex-wrap: wrap;
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
        height: 60px;
        transform: translateY(100%);
        transition: transform 0.3s ease-in-out;
        background: #eef4fa;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .fixed_banner .box-map.active {
        display: block;
        opacity: 1;
        padding: 16px 15px;
        height: 192px;
    }
    .fixed_banner .box-map .list-address {
        flex-direction: column;
        max-width: 280px;
        margin: 0 auto;
    }
    .fixed_banner .box-map .list-address li {
        margin: 0 auto 10px !important;
        width: 100%;
    }
    .fixed_banner .box-map .list-address li:last-child {
        margin-bottom: 0;
    }
    .fixed_banner.active {
        transform: translateY(0%);
    }
    .fixed_banner > div {
        width: 25%;
        position: relative;
    }
    .fixed_banner > div.map:before {
        display: none;
    }
    .fixed_banner > div:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 1px;
        height: 35px;
        background: #5b97d2;
    }
    .fixed_banner > div:last-child:before {
        display: none;
    }
    .fixed_banner .tel p::before {
        background-image: url("../images/idx-ico-tel-sp.svg");
    }
    .fixed_banner .tel p i {
        font-style: normal;
    }
    .fixed_banner .tel p span {
        writing-mode: tb-rl;
    }
    .fixed_banner .web p::before {
        background-image: url("../images/idx-ico-web-sp.svg");
    }
    .fixed_banner .time p::before {
        background-image: url("../images/idx-ico-time-sp.svg");
    }
    .fixed_banner .map p::before {
        background-image: url("../images/idx-ico-map-sp.svg");
    }
}
@media only screen and (max-width: 320px) {
    .tbl-time tr th,
    .tbl-time tr td {
        font-size: 0.8em;
    }
}
/* End Header & Footer
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Index
********************************/
/* END Index
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Under
********************************/
/* END Under
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*# sourceMappingURL=style_sp.css.map */
/*# sourceMappingURL=style_sp.css.map */