@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 {
        --txt_size: 14px;
        --ttl_size: 24px;
        --wrapper: 60px
    }
}

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;
    transition: all 0.5s ease;
    height: 100%;
    overflow: auto
}

@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 {
            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: 1em;
        border-bottom: 1px solid #ccc
    }

    .menu_toggle .inside .ft_link .ttl.rotate:before {
        transform: rotate(0deg)
    }

    .menu_toggle .inside .ft_link .ttl:after,
    .menu_toggle .inside .ft_link .ttl:before {
        content: "";
        display: block !important;
        position: absolute;
        top: 0.5em;
        right: 1em;
        margin: auto;
        background-color: currentColor;
        transition: 0.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;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .menu_toggle .inside .ft_link .menu01 .ttl {
        margin-top: 0
    }

    .menu_toggle .inside .ft_link a {
        display: block
    }

    .menu_toggle .inside .ft_link .menu05 .title {
        margin-top: 1.6em;
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 0
    }

    .menu_toggle .inside .ft_link .menu01 a,
    .menu_toggle .inside .ft_link .title>a,
    .menu_toggle .inside .ft_link .ttl {
        background-position: top 2px left
    }
}

#nav-icon {
    width: 30px;
    height: 13px;
    position: relative;
    margin: 0 auto 0px;
    cursor: pointer;
    transition: 0.5s ease-in-out
}

#nav-icon span {
    background-color: var(--main-color);
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out
}

#nav-icon span:first-child {
    top: 0px
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 6px
}

#nav-icon span:nth-child(4) {
    top: 100%
}

#nav-icon.open span:first-child {
    top: 6px;
    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: 6px;
    width: 0%;
    left: 50%
}

.hamburger-btn {
    width: var(--wrapper);
    height: var(--wrapper);
    position: fixed;
    top: 0;
    right: 0;
    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%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    color: inherit;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width:768px) {
    body {
        font-size: 87.5%
    }

    figure {
        text-align: center
    }

    .totop {
        bottom: 55px;
        right: 5px
    }

    .totop .icon {
        width: 50px;
        height: 50px
    }

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

@media only screen and (max-width:768px) {
    .wrapper {
        min-width: inherit
    }

    .ovh header .header_top,
    header.active .header_top {
        padding-top: 0
    }

    .header_top {
        width: 100%;
        align-items: center;
        height: 60px;
        padding: 0
    }

    .header_top p {
        margin-bottom: 0
    }

    .header_top .logo {
        max-width: 200px;
        width: 42%;
        margin-left: 10px;
        transform: none
    }

    .header_top .logo img {
        width: auto;
        content: url(../images/shared_header_logo_sp.svg)
    }

    .idx_gallery .list .item:nth-child(odd) {
        margin-top: 25px
    }

    .idx_gallery .list .item .img {
        max-width: min(240px, 50vw);
        margin: 0 5px
    }

    footer {
        padding-bottom: 44px
    }

    footer .ft_info {
        padding: 60px 0
    }

    footer .ft_info .box_info {
        margin: 0 auto;
        padding: 30px 20px
    }

    .box_info {
        font-size: min(10px, 2.3vw)
    }

    .box_info .info dl {
        --w: 4.5em
    }

    .box_info .info_vehicle {
        justify-content: center
    }

    .box_info .time_sheet {
        font-size: min(2.1875vw, 10px)
    }

    .fixed_banner {
        display: flex;
        flex-wrap: wrap;
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
        height: 44px;
        transform: translateY(100%);
        transition: transform 0.3s ease-in-out;
        border-radius: 7px 7px 0 0;
        border: 1px solid #d9d8d8;
        border-bottom: 0
    }

    .fixed_banner>div {
        width: 27.2%
    }

   .fixed_banner>.tel p, .fixed_banner>.web p, .fixed_banner>.time p {
        border-right: 1px solid #d9d8d8
    }

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

    .fixed_banner .f-tt  {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        line-height: 1
    }

    .fixed_banner .f-tt:before {
        margin-bottom: 0;
        margin-right: 6px
    }

    .fixed_banner .tel {
        width: 18.4%
    }

    .fixed_banner .web {
        width: 27.2%
    }

    .fixed_banner .time {
        width: 27.2%
    }

    .fixed_banner .map {
        width: 27.2%
    }
    .fixed_banner .f-bn-time, .fixed_banner .f-bn-map{
        width: 100vw;
        left: -1px;
        right: 0;
        margin: 0 auto;
        top: initial;
        bottom: 43px;
        height: auto;
        border-radius: 0 !important;
        border: 0;
    }
    .fixed_banner .time_sheet{font-size: min(10px, 2.5vw);}
    .fixed_banner .tt_note{font-size: min(14px, 3.5vw);}
    .fixed_banner .f-bn-map .btn-group {font-size: 8px;}
    .fixed_banner .f-bn-map .btn-group .btn{max-width: 190px;}
    .copyright {
        padding: 20px 0
    }
}

@media only screen and (max-width:430px) {
    .box_info .info_vehicle {
        padding: 0.5em
    }

    .box_info .info_vehicle .item01 {
        padding-right: 5px;
        margin-right: 5px
    }
}

@media only screen and (max-width:360px) {
    .box_info .info dl {
        --w: 4em
    }

    .box_info .info dl dt {
        font-size: 12px
    }

    .box_info .info .info_vehicle .tt {
        font-size: 8px
    }

    .box_info .info .info_vehicle .txt {
        font-size: 9px
    }

    .box_info .info .info_tel a {
        font-size: 22px
    }

    .box_info .info .info_address {
        font-size: 11px
    }
}

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