@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: 51px
    }
}

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;
    -webkit-transition: all 0.3s linear;
    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;
    -webkit-transition: all 0.5s ease;
    transition: all 0.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: -webkit-box !important;
        display: -ms-flexbox !important;
        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 (-webkit-min-device-pixel-ratio:0),
    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;
        font-size: 16px
    }

    .menu_toggle .inside .ft_link .ttl:not(.rotate) {
        padding-bottom: 0.5em;
        border-bottom: 1px solid #ccc
    }

    .menu_toggle .inside .ft_link .ttl.rotate:before {
        -webkit-transform: rotate(0deg);
        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: var(--main-color);
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        width: calc(var(--left) / 2);
        height: 2px;
        z-index: 2
    }

    .menu_toggle .inside .ft_link .ttl:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .menu_toggle .inside .ft_link li {
        border-bottom: 1px dashed #ccc;
        padding-bottom: 0.6em
    }

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

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

    .ft_link .ttl_sp {
        margin: 0.8em 0;
        padding-left: 0;
        font-size: 18px;
        font-weight: 600;
        color: var(--main-color);
        letter-spacing: 0.1em;
        line-height: 1;
        pointer-events: none;
        display: flex;
        align-items: center;
        position: relative
    }

    .ft_link .ttl_sp:after {
        content: "";
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 5px;
        background: url(../images/f-ico-hr-menu.svg) no-repeat center;
        background-size: 100% 5px;
        margin-left: 15px
    }

    .ft_link .ttl_sp span {
        flex-shrink: 0
    }

    .ft_link .ttl_sp:before {
        display: none
    }

    .ft_link .f-fx-menu {
        display: block;
        margin: 2em 0 0
    }

    .ft_link .f-fx-menu .f-menu:nth-child(3) {
        margin-right: 0
    }

    .ft_link .f-fx-menu .f-menu ul {
        margin-left: 0
    }
}

#nav-icon {
    width: 24px;
    height: 27px;
    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: 3px
}

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

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

#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 {
    background-color: transparent;
    width: var(--wrapper);
    height: var(--wrapper);
    position: fixed;
    top: 0;
    right: 10px;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.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) {
    body {
        font-size: 87.5%
    }

    figure {
        text-align: center
    }

    .totop {
        bottom: 70px;
        right: 5px;
        z-index: 14;
    }

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

    .totop .icon:before {
        top: -2px;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #fff
    }

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

    .btn a:after {
        width: 16px;
        height: 16px;
        right: 16px
    }

    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
    }

    .idx-fixed-bnr {
        right: auto;
        left: 50%;
        transform: translatex(-50%);
        bottom: 25vh;
        width: 32.2em;
        height: 13em;
        font-size: min(10px, 2vw)
    }

    .idx-fixed-bnr.active {
        bottom: 80px
    }

    .idx-fixed-bnr .ico-close {
        right: 10px;
        z-index: 2
    }

    .idx-fixed-bnr .idx-fixed-fx {
        position: relative
    }

    .idx-fixed-bnr .idx-fixed-fx .img {
        margin-right: 0;
        position: absolute;
        z-index: -1;
        right: 0.5em;
        top: -1.5em
    }

    .idx-fixed-bnr .idx-fixed-fx .img img {
        width: 12.4em;
        height: auto
    }

    .idx-fixed-bnr .idx-fixed-fx .cnt .ttl {
        margin-bottom: 0.5em
    }

    .idx-fixed-bnr .idx-fixed-fx .cnt .ttl span {
        font-size: 2em
    }

    .idx-fixed-bnr .idx-fixed-fx .cnt .txt {
        text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px
    }

    .TabContainer .TabPager {
        height: 9.8em;
        font-size: 10px;
        margin-bottom: 12px
    }

    .TabContainer .TabPager>div {
        height: 8.6em;
        width: 33.3333333333%;
        margin-right: 0;
        padding: 0.5em 1em
    }

    .TabContainer .TabPager>div:before {
        inset: 5px;
        border-radius: 5px
    }

    .TabContainer .TabPager>div .tt {
        padding-top: 2.1428571429em;
        padding-left: 0;
        font-size: 1.4em;
        text-align: center
    }

    .TabContainer .TabPager>div .tt:after,
    .TabContainer .TabPager>div .tt:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: unset
    }

    .TabContainer .TabPager>div.active {
        height: 9.7em;
        margin-right: -1px
    }

    .TabContainer .TabPager>div.active:before {
        inset: 5px 5px 0
    }

    .TabContainer .TabPager>div.active:after {
        width: calc(100% + 1px)
    }

    .TabContainer .TabPager>div:nth-child(2).active:after {
        width: calc(100% + 2px);
        left: -1px
    }

    .TabContainer .TabPager>div:nth-child(3).active:after {
        width: 100%;
        left: -1px
    }

    .sp_auto {
        display: inline-block
    }
}

@media only screen and (max-width:450px) and (min-width:401px) {
    .idx-fixed-bnr {
        bottom: 29vh
    }

    .idx-fixed-bnr.active {
        bottom: 80px
    }
}

@media only screen and (max-width:400px) {
    .idx-fixed-bnr {
        bottom: 37vh
    }

    .idx-fixed-bnr.active {
        bottom: 80px
    }
}

@media only screen and (max-width:450px) and (max-height:700px) {
    .idx-fixed-bnr {
        bottom: 32vh
    }

    .idx-fixed-bnr.active {
        bottom: 80px
    }
}

@media only screen and (max-width:370px) {
    .TabContainer .TabPager {
        font-size: min(10px, 2.8vw)
    }
}

@media only screen and (max-width:320px) {
    .idx-fixed-bnr {
        bottom: 42vh
    }

    .idx-fixed-bnr.active {
        bottom: 80px
    }
}

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

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

    .header_top p {
        margin-bottom: 0
    }

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

    .header_top .logo img {
        width: auto;
        height: 26px
    }

    .idx_gallery {
        padding-bottom: 15px
    }

    .idx_gallery .list .item .img {
        max-width: min(250px, 66vw);
        margin: 0 8px
    }

    .tbl-time {
        font-size: min(10px, 2.45vw)
    }
    .tbl-time tr td:first-child, .tbl-time tr th:first-child{
        width: 4.5em !important;
    }
    .tbl-time tr td,
    .tbl-time tr th {
        padding: 0.3em 0.2em 0.4em;
        width: 10% !important;
        font-size: 1.5em;
    }

    .tbl-time tr td:first-child {
        padding: 0.2em 0.2em 0.8em 1.5em;
        text-align: left;
        line-height: 1.3;
        font-size: 1.6em;
    }

    .tbl-time tr td:not(:first-child) {
        padding: 0.5625em 0.5em 1em
    }

    .tbl-time tr:nth-child(3) td:first-child {
        padding-top: 0.1em;
        padding-bottom: 0.5em
    }

    .tbl-time tr:nth-child(3) td:not(:first-child) {
        padding-top: 0.3em;
        padding-bottom: 0.4em
    }

    .txt-tbl-note {
        font-size: 12px
    }

    footer .f-box02-fx .f-left {
        width: 100%
    }

    footer .f-box02-fx .f-left .f-tel a {
        font-size: 36px;
        letter-spacing: 0.05em;
        text-align: left;
        display: inline-flex;
        justify-content: center
    }

    footer .f-box02-fx .f-left .f-tel a span {
        font-size: 20px;
        margin-top: 7px
    }

    footer {
        padding-bottom: 60px;
        background-color: #f3f9f3
    }

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

    footer .f-map iframe {
        height: 300px
    }

    footer .ft_link {
        width: auto
    }

    footer .f-box02 {
        padding: 45px 0 0;
        margin-bottom: 40px
    }

    footer .f-box02-fx {
        flex-direction: column;
        align-items: center
    }

    footer .f-box02-fx .f-left .f-logo {
        margin: 0 auto 15px;
        max-width: 350px;
        width: 90%
    }

    footer .f-box02-fx .f-left {
        margin-right: 0;
        margin-bottom: 40px;
        text-align: center
    }

    footer .f-box02-fx .f-right {
        width: 100%;
        max-width: 556px;
        margin-right: auto;
        margin-left: auto
    }

    footer .f-box02-fx .f-right-frame {
        width: 100%;
        padding: 20px 20px 50px;
        position: relative;
        margin-bottom: 70px
    }

    footer .f-box02-fx .f-right-frame .f-fx-address .f-btn {
        position: absolute;
        left: 50%;
        bottom: -21px;
        transform: translatex(-50%)
    }

    footer .f-box03 {
        margin-top: -60px;
        padding-top: 28px;
        padding-bottom: 22px;
        position: relative;
        background-color: transparent;
        clip-path: unset;
        z-index: 0
    }

    footer .f-box03:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/ft_before.svg) no-repeat top center/100% auto;
        z-index: -1
    }

    .copyright {
        text-align: center;
        margin-top: 0
    }

    .f-list-btn {
        width: 100%;
        max-width: 335px;
        margin-left: auto;
        margin-right: auto;
        justify-content: space-between
    }

    .f-list-btn li {
        width: calc(50% - 5px);
        max-width: 162px;
        margin-right: 0;
        margin-bottom: 10px
    }

    .f-list-btn li:nth-child(2n) {
        margin-right: 0
    }

    .f-list-btn li:last-child {
        max-width: 335px
    }

    .f-list-btn li a {
        font-size: 0.875em;
        letter-spacing: 0.09em;
        min-width: auto
    }

    .fixed_banner {
        display: flex;
        flex-wrap: wrap;
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
        height: 60px;
        transform: translateY(100%);
        transition: transform 0.3s ease-in-out;
        border-top: solid 1px var(--main-color);
        border-left: solid 1px var(--main-color);
        border-right: solid 1px var(--main-color);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        box-shadow: none
    }

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

    .fixed_banner>div {
        width: 20%;
        background: url(../images/idx-sliderbar-vr.svg) no-repeat center right;
        background-size: 1.5px 31px;
        padding: 0
    }

    .fixed_banner>div:last-child {
        background-image: none;
    }

    .fixed_banner >div > p {
        font-weight: 500;
        font-size: 12px;
        line-height: 1;
        writing-mode: inherit;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .fixed_banner>div > p:before {
        height: 1.4em;
        width: 17px
    }

    .fixed_banner>div > p:before {
        margin-bottom: 5px
    }
    .fixed_banner .f-modal{
        width: 100%;
        padding: 15px;
        position: fixed;
        width: calc(100vw - 20px);
        left: 0;
        right: 0;
        margin: auto;
        bottom: 70px;
        visibility: hidden;
    }
    .fixed_banner >div.active .f-modal{
        right: 0;
        left: 0;
        visibility: visible;
    }
    /* .fixed_banner .f-modal-time{
        transform: translateX(-63%);
    }
    .fixed_banner .f-modal-map{
        transform: translateX(-88.5%);
    } */
    .fixed_banner .f-modal-map p{
        font-size: 1em;
    }
    .fixed_banner .f-modal .box-in{
        max-width: 640px;
        width: 100%;
        margin: 0 auto;
    }
     .fixed_banner .f-modal-time .box-in{
        max-width: 484px;
    }
    .fixed_banner .f-modal-map .f-ttl{
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .fixed_banner .f-modal-map .f-ttl:before{margin-right: 0.2em;}
    .fixed_banner .f-modal-map .f-fx-address{
        flex-wrap: wrap;
    }
    .fixed_banner .f-modal-map .f-address02, .fixed_banner .f-modal-map .f-btn{
        font-size: 1em;
    }
    .fixed_banner .f-modal-map .img{
        max-width: 345px;
        width: 100%;
        margin: 0 auto;
    }
    .fixed_banner .f-modal .tbl-time{
        font-size: min(9px, 2.3vw);
    }
    .fixed_banner .f-modal-tel .bx-tel{position: unset;}
    .fixed_banner .f-modal-tel .bx-tel .tt-tel{font-size: 2em;}
 
    .fixed_banner .sp-tel a{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

}
@media only screen and (max-width:450px) {
     .fixed_banner .f-modal-map .f-fx-address{
        display: block;
    }
    .fixed_banner .f-modal-map .f-btn{
        max-width: 180px;
        margin: 0 auto;
    }
}

@media only screen and (max-width:370px) {
    .txt-tbl-note {
        letter-spacing: 0.02em
    }

    .f-btn a {
        padding: 5px 25px 5px 18px
    }

    .f-btn a:after {
        right: 12px
    }
}

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