@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: #fff;
    position: fixed;
    top: var(--h_hd);
    left: 0px;
    width: 100%;
    height: calc(100vh - var(--h_hd));
    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
}

@media only screen and (max-width:768px) {
    .menu_toggle .inside .ft_link {
        padding-bottom: 120px
    }
}

#nav-icon {
    width: 4.2em;
    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: 1px;
    width: 100%;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out
}

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

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

#nav-icon span:nth-child(4) {
    top: 1.4em
}

#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 {
    position: absolute;
    top: 3.2em;
    right: 3.7em;
    z-index: 10
}

.hamburger-btn #menu_btn {
    color: #fff;
    font-size: 1.4em;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt"
}

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

    .hamburger-btn:hover #nav-icon span {
        background-color: var(--clr1)
    }
}

.hamburger-btn .button-toggle {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    color: inherit;
    cursor: pointer;
    transition: all 0.3s
}

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

    .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: var(--ttl_size);
        margin-bottom: 0
    }

    .ft_link li {
        padding: 8px 0px;
        margin-bottom: 0;
        border-bottom: 1px dashed #ccc
    }
    .ft_link li.tl_mn{
        margin-bottom: 15px;
        padding: 0;
        border-bottom: 0;
    }
    .ft_link li.tl_mn >a{
        display: table;
        margin: 0;
        font-size: 18px;
    }
    .ft_link a {
        display: block;
        font-size: 15px
    }

    .ft_link .menu01 {
        margin-bottom: 25px
    }
    .ft_link .menu02 .title{margin-bottom: 8px;}
}

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

    .btn.style01 a {
        font-size: 16px;
        min-height: 3.8em
    }

    .btn.style01 a:after {
        left: -2px
    }

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

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

    header {
        --h_hd: 60px
    }

    .ovh header .hamburger-btn,
    header.active .hamburger-btn {
        top: 2em
    }

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

    .header_top p {
        margin-bottom: 0
    }

    .logo {
        max-width: calc(100% - 80px);
        width: auto;
        transform: none;
        top: 1.2em
    }

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

    .fixed_bnr {
        font-size: min(5px,1.3vw);
        left: 10px;
        bottom: 60px
    }

    .address_txt,
    .b_tel {
        padding-left: 0;
        text-align: center
    }

    .b_tel {
        display: table;
        margin-left: auto;
        margin-right: auto
    }

    .b_tel a {
        font-size: 32px
    }

    .ft_bnr {
        padding-right: 0;
        margin-top: 25px
    }

    .ft_bnr .bnr_it {
        width: 100%;
        margin: 10px auto
    }

    .time_sheet .note {
        font-size: min(15px, 3.5vw);
        margin-left: 0.5em;
        margin-top: 1em
    }

    .time_sheet table td,
    .time_sheet table th {
        font-size: min(16px, 3.8vw);
        width: 10%
    }

    .time_sheet table td:first-child,
    .time_sheet table th:first-child {
        width: auto
    }

    footer {
        padding: 60px 0 50px
    }

    footer .ft_logo {
        width: 90%;
        max-width: 380px;
        margin: 0 auto
    }

    footer .ft_menu {
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

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

    footer .time_sheet {
        margin-top: 15px
    }

    footer .ft_map iframe {
        height: 100%
    }

    footer .ft_link {
        width: auto
    }

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

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

    .fixed_banner {
        display: flex;
        flex-wrap: wrap;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
        height: 50px;
        transform: translateY(100%)
    }

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

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

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

    .fixed_banner>div>p .tt:before {
        font-size: 0.9em
    }

    .fixed_banner .line>p>.tt:before {
        font-size: 0.7em;
        margin-bottom: 0.7em
    }

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

    .copyright .flex {
        justify-content: center
    }

    .copyright .grits img {
        max-width: 105px
    }

    .copyright .textwidget {
        padding-left: 10px;
        margin-left: 10px
    }

    .copyright .textwidget p {
        font-size: 12px;
        letter-spacing: 0.05em
    }

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

@media only screen and (max-width:380px) {
    .copyright .flex {
        max-width: 400px;
        margin: auto
    }

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

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

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

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

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