@media only screen and (max-width: 768px) {
    .blurFixSP {
        image-rendering: optimizeSpeed;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: pixelated;
        image-rendering: optimize-contrast;
        -ms-interpolation-mode: nearest-neighbor
    }
     :root {
        --ttl_size: 24px;
        --wrapper: 60px
    }
    .inner_big,
    .inner,
    .inner_sm {
        padding-left: 20px;
        padding-right: 20px
    }
    .ttl-logo {
        font-size: 0.85em;
        margin-bottom: 0.5em !important;
        line-height: 1em;
        text-align: left;
    }
    .ttl-logo .ttl-logo_left {
        left: 0.5em;
    }
    .ttl-logo .ttl-logo_right {
        right: -1.5em;
    }
    .hamburger-btn {
        display: block;
    }
    .no-accContainer li {
        border-bottom: 1px solid #ccc !important;
    }
    .no-accContainer li a {
        display: block;
        color: var(--main-color);
        text-decoration: none;
    }
    .no-accContainer li a .en {
        display: block;
    }
    .link_list li a,
    .link_list .ttl {
        line-height: 1.5em;
        font-size: 16px;
        font-weight: 600;
        margin: 0 !important;
        padding: 10px 0;
    }
    .link_list .en {
        display: block;
        line-height: 1em;
        font-size: 12px !important
    }
}

body:not(.ovh) .menu_toggle .inside {
    pointer-events: none
}

.menu_toggle {
    background-color: #fff;
    position: fixed;
    top: calc(var(--wrapper) - 26px);
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: calc(100vh - var(--wrapper) + 26px);
    padding: 0px 0px 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .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;
    transition: all .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: 50px 10px 20px
    }
    @supports(-webkit-touch-callout: none) {
        .menu_toggle .inside .ft_link {
            padding-bottom: 120px
        }
    }
    @media not all and (min-resolution: 0.001dpcm) {
        @supports(-webkit-appearance: none) {
            .menu_toggle .inside .ft_link {
                padding-bottom: 120px
            }
        }
    }
    .menu_toggle .inside .ft_link .ttl {
        position: relative;
        pointer-events: auto;
        margin-top: 1em;
        margin-bottom: 1em;
        --left: 1.5em
    }
    .menu_toggle .inside .ft_link .ttl:not(.rotate) {
        padding-bottom: .5em;
        border-bottom: 1px solid #ccc
    }
    .menu_toggle .inside .ft_link .ttl.rotate::before {
        transform: rotate(0deg)
    }
    .sp_navi {
        display: block;
    }
    .menu_toggle .inside .ft_link .ttl::before,
    .menu_toggle .inside .ft_link .ttl::after {
        content: "";
        display: block !important;
        position: absolute;
        top: 1.7em;
        right: 1em;
        margin: auto;
        background-color: var(--main-color);
        transition: .3s all;
        width: calc(var(--left)/2);
        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
    }
    .menu_toggle .inside .ft_link .menu01 .ttl {
        margin-top: 0
    }
    .accContainer li a {
        text-decoration: none;
        color: var(--clr1);
        display: block;
        font-size: 15px;
        font-weight: 500;
        padding-left: 15px;
        position: relative;
    }
    .accContainer li a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 6px;
        height: 6px;
        background: var(--main-color);
        border-radius: 50%;
    }
}

#nav-icon {
    width: 32px;
    height: 20px;
    position: relative;
    margin: 0 auto 0px;
    cursor: pointer;
    transition: .5s ease-in-out
}

#nav-icon.open {
    height: 25px;
}

#nav-icon span {
    background-color: #0db9d7;
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .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;
    display: none;
}

#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: 20px;
    z-index: 10;
    cursor: pointer;
    transition: all .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 - 17px);
    height: 100%;
    margin: 0 auto;
    text-align: center;
    color: inherit
}

.hamburger-btn .button-toggle #menu_btn {
    color: #0db9d7;
    font-size: 11px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0px;
    font-family: var(--f-en);
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 87.5%
    }
    figure {
        text-align: center
    }
    .totop {
        bottom: 55px;
        right: 10px
    }
    .totop .icon {
        width: 50px;
        height: 50px;
        background-size: 12px auto
    }
    .wrapper::after {
        left: -148px;
        bottom: 49px;
        width: 425px
    }
    .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;
        font-size: 15px
    }
    a .tel_click:hover {
        opacity: 1;
        color: inherit
    }
    .slick-prev {
        left: 0px
    }
    .slick-next {
        right: 0px
    }
    .slick-arrow {
        z-index: 1;
        top: 15vw
    }
}

@media only screen and (max-width: 768px) {
    .wrapper {
        min-width: inherit
    }
    .header_top {
        width: 100%;
        align-items: center;
        height: 60px;
        padding: 10px 30px;
        border-radius: 0 0 30px 30px;
        z-index: 1;
    }
    .header_top p {
        margin-bottom: 0
    }
    .header_top .logo {
        width: 168px
    }
    .header_top .logo img {
        width: auto;
        max-height: 45px
    }
    .idx_gallery ul li .img {
        width: 225px;
        height: 500px;
        background-size: 100% auto
    }
    footer {
        padding: 36px 0 50px;
        background: #f3fbfd;
        margin-bottom: 50px;
    }
    address {
        margin-left: auto;
        width: fit-content;
        text-align: left;
        font-weight: 400;
        line-height: 1.5
    }
    .ft_contact{
        margin-right: auto;
    }
    .ft_contact_tl{font-size: 16px;}
    .ft_contact .bn_social .it {margin: 0 5px;}
    .ft_contact .bn_social .it a {
        width: 48px;
        height: 48px;
    }


    .fixed_banner {
        display: flex;
        flex-wrap: wrap;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
        height: 50px;
        transform: translateY(100%);
        border-top: 1px solid rgb(13, 185, 215, 0.5);
    }

    .fixed_banner.active {
        transform: translateY(0%)
    }

    .fixed_banner>div {
        width: 25%;
        height: 100%;
        position: relative;
    }

    .fixed_banner>div a {
        font-size: 12px;
        line-height: 1;
        flex-direction: column;
    }
    .fixed_banner>div a::before{
        font-size: 6px;
        margin-bottom: 4px;
    }
    .fixed_banner>div::before{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 100%;
        margin: auto;
        background-color: rgb(13, 185, 215, 0.5);
    }
    .fixed_banner .bn_insta a::before{margin-bottom: -1px;}
    .fixed_banner .bn_insta a{padding-bottom: 5px;}
    .fixed_banner .bn_mail::before{display: none;}
    .fixed_banner .bn_mail a{letter-spacing: 0.05em;}
}


/*# sourceMappingURL=style_sp.css.map */