@charset "UTF-8";

@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: 26px;
        --wrapper: 60px
    }
}

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

.menu_toggle {
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px);
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100vh;
    padding: 0px 0px 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear
}

.menu_toggle.active {
    opacity: 1;
    visibility: visible
}

.menu_toggle p {
    margin-bottom: 0
}

.menu_toggle .inside {
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s ease;
    height: 100%;
    overflow: auto
}

.menu_toggle .inside .ft_link {
    padding: 20px 20px 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
        }
    }
}

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

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

#nav-icon span:first-child {
    top: 0;
    width: 70%
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 1em;
    width: 100%
}

#nav-icon span:nth-child(4) {
    top: 2em;
    width: 70%
}

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

.hamburger-btn {
    width: 8.6em;
    height: 8.6em;
    position: fixed;
    top: 2.7em;
    right: 2.5em;
    z-index: 10
}

.hamburger-btn .button-toggle {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    color: inherit;
    cursor: pointer;
    transition: all 0.3s;
    background-color: var(--main-color);
    border-radius: 50%
}

@media only screen and (min-width:769px) {
    .hamburger-btn .button-toggle:hover {
        background-color: var(--clr1)
    }
}

.hamburger-btn .button-toggle #menu_btn {
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0px
}

@media only screen and (min-width:769px) {
    .menu_toggle {
        padding: calc(var(--h_hd) + 4em) 4em 4em
    }

    .menu_toggle .inside {
        width: 70%;
        max-width: 90em;
        margin-left: auto;
        background-color: var(--main-color);
        border-radius: 40px;
        color: #fff
    }

    .menu_toggle .inside .ft_link {
        padding: 5em 10%
    }
}
@media only screen and (min-width:769px) and (max-width:1600px) {
    .menu_toggle{padding: calc(var(--h_hd) + 2em) 4em 3em;}
    .menu_toggle .inside .ft_link{padding: 3em 10%;}
}

@media only screen and (max-width:768px) {
    .hamburger-btn {
        top: 0.7em;
        right: 1.5em;
        font-size: 7px
    }

    .menu_toggle {
        top: var(--h_hd);
        height: calc(100vh - var(--h_hd))
    }

    .menu_toggle .inside {
        background-color: var(--main-color)
    }

    .menu_toggle .lv2 ul {
        background-color: rgba(107, 158, 178, 0.8)
    }

    .menu_toggle .lv2 li {
        padding: 0 10px
    }

    .menu_toggle .lv2 li a,
    .menu_toggle .lv2 li p.title {
        display: block;
        position: relative;
        color: #fff;
        font-size: 13px;
        padding: 10px 10px 10px 25px;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.7)
    }

    .menu_toggle .lv2 li a:after {
        content: "›";
        display: block;
        position: absolute;
        top: 47%;
        left: 10px;
        transform: translateY(-50%);
        font-size: 12px;
        font-weight: normal
    }

    .ft_link .title {
        font-size: calc(var(--ttl_size) + 0px)
    }

    .ft_link li {
        margin-bottom: 0;
        border-bottom: 1px dashed #ffffff
    }

    .ft_link a {
        display: block;
        font-size: 16px
    }

    .ft_link a:before {
        top: 1.25em
    }

    .ft_link .menu01 {
        margin-bottom: 30px
    }
}

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

    a:hover {
        opacity: 1 !important
    }

    .under .ud_map iframe {
        height: 100%
    }

    .fblock {
        display: block
    }

    .fblock.true {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        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
    }

    li,
    p {
        line-height: 2
    }

    p {
        margin-bottom: 13px
    }

    a .tel_click:hover {
        opacity: 1;
        color: inherit
    }

    .slick-prev {
        left: 0px
    }

    .slick-next {
        right: 0px
    }

    .slick-arrow {
        z-index: 1;
        top: 15vw
    }
    .btn.style01 a{
        padding: 0.5em 1.5em 0.6em 1.2em;
    }
    .btn.style01.green a:after{right: 15px;}
}

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

    header {
        --h_hd: 70px
    }

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

    .header_top p {
        margin-bottom: 0
    }

    .header_top .logo {
        max-width: calc(100% - 80px);
        width: auto;
        margin-left: 10px;
        transform: none
    }

    .header_top .logo img {
        width: auto;
        max-height: 60px
    }

    footer {
        padding: 60px 0 50px
    }

    footer .ft_info {
        width: auto;
        margin: 0 auto
    }

    footer .ft_map iframe {
        height: 100%
    }

    footer .ft_link {
        width: auto
    }

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

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

    .fixed_banner {
        display: flex;
        flex-wrap: wrap;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
        height: 50px;
        transform: translateY(100%);
        z-index: 19;
        background-color: #fff
    }

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

    .fixed_banner>div {
        width: 50%;
        height: 100%
    }

    .fixed_banner>div>p {
        font-size: 8px;
        line-height: 1
    }

    .fixed_banner>div>p .tt {
        justify-content: center
    }

    .fixed_banner>div>p .tt:before {
        font-size: 0.9em;
        margin-right: 1em
    }

    .fixed_banner .tel {
        border-right: 1px solid #e8e8e6
    }

    .fixed_banner .tel p .txt {
        font-size: 2.2em
    }

    .fixed_banner .map p .txt {
        font-size: 2em
    }

    .time_sheet {
        font-size: min(16px, 4.5vw);
        position: relative;
        z-index: 0;
    }
    
    .time_sheet table td:last-child,
    .time_sheet table th:last-child {
        padding-right: 0.611111em
    }
    .time_sheet:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3.45625em;
        background-image: linear-gradient(90deg, rgb(212, 236, 246) 0%, rgb(227, 242, 244) 100%);
        z-index: -1;
        border-radius: 5px
    }
    .time_sheet table thead:before{display: none;}

    .copyright {
        display: block;
        padding-top: 20px;
        padding-bottom: 70px
    }

    .copyright .flex {
        justify-content: center
    }

    .idx_gallery .list .img img {
        max-width: 50vw
    }

    .copyright .flex {
        max-width: 400px;
        margin: auto;
        display: block
    }

    .copyright .grits {
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    .copyright .grits img {
        margin: auto;
        border-bottom: 1px solid rgba(1, 120, 177, 0.5);
        padding-bottom: 10px;
        max-width: 130px
    }

    .copyright .textwidget {
        margin-top: 10px;
        border: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .copyright .textwidget p {
        font-size: 12px
    }

    .copyright .textwidget span {
        display: inline-block
    }
}

@media only screen and (max-width:450px) {
    .time_sheet table td {
        padding-bottom: 0.5em
    }
}

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