﻿@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 {
        --fz10: 8.75px;
        --ttl_size: 26px;
        --wrapper: 60px
    }

    #mainContent:before {
        height: 80px;
        top: -40px;
        background-position: right top
    }
}

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

.menu_toggle {
    background-color: #f2f2f2;
    position: fixed;
    top: var(--wrapper);
    left: 0px;
    width: 100%;
    height: calc(100vh - var(--wrapper));
    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
}

@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 a {
    color: var(--clr1)
}

@media only screen and (max-width: 768px) {


  
}

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

@media only screen and (min-width: 769px) {
    #nav-icon:hover span {
        background-color: var(--main-color)
    }
}

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

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

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

#nav-icon span:nth-child(4) {
    top: 17px
}

#nav-icon.open span:first-child {
    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 {
    width: var(--wrapper);
    height: var(--wrapper);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transition: all .3s
}

.hamburger-btn .button-toggle {
    position: relative;
    width: 100%;
    padding-top: calc(var(--wrapper)/2 - 12px);
    height: 100%;
    margin: 0 auto;
    text-align: center;
    color: inherit
}

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

@media only screen and (max-width: 768px) {
    .menu_toggle {
        background-color: #fff
    }

    .ft_link .ttl {
        display: flex;
        margin-top: 0;
        margin-bottom: 0;
        padding: .6em 10px;
        font-size: 1.6em;
        background-color: #007ac4;
        color: #fff;
        z-index: 10
    }

    .ft_link .ttl:before {
        content: "";
        display: block;
        position: absolute;
        transition: all .3s;
        width: .9em;
        height: .55em;
        right: 18px;
        top: .75em;
        --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 201 122' %3E%3Cpath d='M200.999,20.971 L100.654,121.390 L0.308,20.971 L20.377,0.887 L100.654,81.222 L180.930,0.887 L200.999,20.971 Z'/%3E%3C/svg%3E");
        mask-image: var(--mask);
        -webkit-mask-image: var(--mask);
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-size: 100% auto;
        -webkit-mask-size: 100% auto;
        mask-position: center;
        -webkit-mask-position: center;
        background-color: #fff
    }

    .ft_link .ttl:after {
        display: none
    }

    .ft_link a {
        padding-left: 0;
        font-size: 1em
    }

    .ft_link a:before {
        display: none
    }

    .ft_link .link_list>div {
        position: relative;
        display: flex;
        flex-direction: column
    }

    .ft_link .link_list>div.closes .ttl:before {
        transform: rotate(180deg)
    }

    .ft_link .link_list>div.closes>ul {
        height: 0;
        overflow: hidden
    }

    .ft_link li {
        padding: 8px 8px;
        margin-bottom: 0;
        border-top: 1px solid #e9e9e9
    }

    .ft_link ul {
        transition: all .3s
    }

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

    .ft_link .menu01 ul {
        border-left: 1px solid #e9e9e9
    }

    .ft_link .menu01 li {
        width: 50%;
        border-right: 1px solid #e9e9e9
    }

    .ft_link .menu01 li:last-child {
        border-bottom: 1px solid #e9e9e9
    }

    .ft_link .menu02>ul {
        flex-direction: column !important;
        flex-wrap: wrap
    }

    .ft_link .menu02 .big {
        width: 100%;
        padding: 0;
        border-top: 1px solid #e9e9e9
    }

    .ft_link .menu02 .big.closes a:before {
        transform: rotate(90deg)
    }

    .ft_link .menu02 .big.closes ul {
        height: 0;
        overflow: hidden
    }

    .ft_link .menu02 .big li {
        border-left: 1px solid #e9e9e9
    }

    .ft_link .menu02 .big>a {
        background-color: #f2f2f2;
        font-size: 1.25em;
        color: #007ac4;
        padding: 10px 10px;
        margin-bottom: 0;
        width: 100%
    }

    .ft_link .menu02 .big>a:after,
    .ft_link .menu02 .big>a:before {
        content: "";
        display: block;
        position: absolute;
        transition: all .3s;
        width: 1em;
        height: 2px;
        background-color: #007ac4;
        right: 1em;
        left: auto;
        border-radius: 0;
        top: calc(50% - 1px)
    }

    .ft_link .menu02 .big ul {
        border-right: 1px solid #e9e9e9;
        background-color: #fff
    }

   .ft_link .menu02  :is(.big.m1,.big.m3,.big.m4,.big.m5) >ul {
        display: flex;
        flex-flow: column wrap;
        align-content: space-between;
        max-height: 22em
    }
 .ft_link .menu02  :is(.big.m3,.big.m4) >ul {
       
        max-height: 13em
    }
 .ft_link .menu02  .big.m5>ul {
       
        max-height: 7em
    }
    .ft_link .menu02  .big.m5{
        order: 4;
    }
  .ft_link .menu02  .big.m4{
        order: 5;
    }
    .ft_link .menu02  :is(.big.m1,.big.m3,.big.m4,.big.m5) li {
        width: 50%
    }
 
    .fix_social {
        font-size: 9px
    }
    footer .ft_info .ft_content{
flex-direction: column;
align-items: center;
padding: 30px 20px;
max-width: 600px;
margin: 0px auto;
    }
    .ft_left{
        width: 100%;
    }
    footer .ft_map{
        margin-top: 25px;
        width: 100%;
    }
}

@media only screen and (max-width: 430px) {
    .sp_navi .menu_toggle .ft_link {
        font-size: 3.1vw
    }
}

@media only screen and (max-width: 375px) {
    .sp_navi .menu_toggle .ft_link {
        font-size: 3.2vw
    }
}

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

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

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

    .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-group .btn.style01,
    .btn-group .btn.style02 {
        max-width: 280px
    }

    .btn-group .btn.style01 a,
    .btn-group .btn.style02 a {
        font-size: 14px
    }

    .btn-group .btn.style01 a span {
        display: inline-block;
    }

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

    header:before {
        top: -5px;
        height: calc(100% + 25px);
        background-position: left -30% bottom
    }

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

    .header_top .fix_social {
        bottom: auto;
        top: 0;
        right: 5px;
        width: 12em;
        flex-direction: row;
        height: var(--wrapper)
    }

    .header_top .fix_social>div {
        width: 50%
    }

    .header_top p {
        margin-bottom: 0
    }

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

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

    footer {
        padding: 60px 0 50px;
        background-image: url(../images/ft_bg_sp.jpg)
    }

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

    footer .ft_logo {
        margin-bottom: 20px;
        max-width: 320px
    }

    footer .ft_map {
        height: 400px
    }

    footer .ft_map iframe {
        height: 100%
    }

    footer .ft_link {
        width: auto
    }

    .time_sheet table td,
    .time_sheet table th {
        font-size: 18px
    }

    .menu_toggle {
        top: 0;
        --wrapper: 50px;
        bottom: 50px
    }

    .fixed_banner {
        z-index: 20
    }

    .fixed_banner .hamburger-btn .button-toggle {
        --wrapper: 50px
    }

    .fixed_banner .hamburger-btn #nav-icon {
        width: 30px
    }

    .fixed_banner {
        display: flex;
        flex-wrap: wrap;
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
        height: 50px;
        transform: translateY(100%);
        transition: transform .3s ease-in-out;
        padding-right: 20%
    }

    .fixed_banner .hamburger-btn {
        position: absolute;
        width: 20%;
        background-color: #fff
    }

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

    .fixed_banner .tt {
        margin: 0px auto
    }

    .fixed_banner .tt:before {
        min-width: 3em
    }

    .fixed_banner .ov {
        display: none
    }

    .fixed_banner>.bnr {
        width: 33.3333%;
        padding-top: 4px
    }

    .fixed_banner>.bnr p {
        width: 100%;
        font-size: 13px;
        line-height: 1
    }

    .fixed_banner>.bnr p:before {
        margin-bottom: .3em;
        height: 1.7em
    }

    .fixed_banner .tel p:before {
        background-image: url("../images/shared_fixed_bnr_icon01_sp.png")
    }

    .fixed_banner .web p:before {
        background-image: url("../images/shared_fixed_bnr_icon02_sp.png")
    }

    .fixed_banner .line p:before {
        background-image: url("../images/shared_fixed_bnr_icon04_sp.png")
    }

    .fixed_banner .mail p:before {
        height: 1.5em;
        background-image: url("../images/shared_fixed_bnr_icon03_sp.png")
    }

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

    .copyright .flex {
        justify-content: center
    }

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

    .idx_bnr {
        padding: 50px 0px 40px
    }

    .idx_bnr .flex {
        max-width: 500px;
        justify-content: center
    }

    .idx_bnr .box {
        margin-bottom: 10px
    }

    .idx_bnr .s3 {
        max-width: 32%;
        margin-right: 2%
    }

    .idx_bnr .s3:nth-child(4),
    .idx_bnr .s3:nth-child(6) {
        margin-right: 0
    }
}

@media only screen and (max-width: 640px) {
    .copyright .flex {
        max-width: 350px;
        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: 7px;
        max-width: 130px
    }

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

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

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

@media only screen and (max-width: 768px) {
    .idx_gallery {
        padding: 40px 0px
    }

    .idx_gallery ul li .img {
        width: 205px;
        height: 205px;
        background-size: 100% auto
    }
}

@media only screen and (max-width: 520px) {
    header:before {
        background-position: left 0% bottom
    }

    .time_sheet table td,
    .time_sheet table th {
        font-size: 3vw
    }

    .fixed_banner {
        padding-right: 50px
    }

    .fixed_banner>.bnr p {
        font-size: 2.6vw
    }

    .fixed_banner .hamburger-btn {
        width: 50px
    }
}

@media only screen and (max-width: 430px) {
    .fix_social {
        font-size: 8px
    }

    .fixed_banner>.bnr p:before {
        height: 20px;
        margin-bottom: 6px
    }
}

@media only screen and (max-width: 375px) {
    .fixed_banner>.bnr p {
        font-size: 2.9vw
    }

    .header_top .fix_social {
        width: 10em
    }

    .time_sheet .note {
        font-size: min(14px, 3.7vw) !important;
    }
}

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