/* CSS Document */

@media only screen and (max-width: 768px) {
    .blurFixSP {
        image-rendering: optimizeSpeed;
        /* STOP SMOOTHING, GIVE ME SPEED  */
        image-rendering: -moz-crisp-edges;
        /* Firefox                        */
        image-rendering: -o-crisp-edges;
        /* Opera                          */
        image-rendering: -webkit-optimize-contrast;
        /* Chrome (and eventually Safari) */
        image-rendering: pixelated;
        /* Chrome */
        image-rendering: optimize-contrast;
        /* CSS3 Proposed                  */
        -ms-interpolation-mode: nearest-neighbor;
        /* IE8+                           */
    }
     :root {
        --ttl_size: 24px;
        --wrapper: 60px;
    }
    .wrapper:before {
        display: none;
    }
    .btn-group .btn.style01 a {
        min-height: 50px;
        padding-left: 15px;
        font-size: 14px;
    }
    .btn-group .btn.style01 a:after {
        right: 0.8em;
        top: 50%;
        transform: translateY(-50%);
    }
    .idx-btn02 a {
        padding-right: 25px;
        line-height: 1.3em;
    }
}


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


/********************************
Menu Toogle
********************************/

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;
    /* Lets it scroll lazy */
    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: flex !important;
    }
}

@media only screen and (max-width: 768px) {
    .noaccContainer ul li a:before {
        display: none;
    }
    .noaccContainer ul li {
        margin-bottom: 0;
        border-bottom: none !important;
    }
    .noaccContainer ul li a {
        display: flex;
        font-size: 18px;
        border-bottom: 1px solid #ccc;
        padding-top: 0.5em;
        padding-left: 0;
        padding-bottom: 0.5em;
        font-weight: 600;
        line-height: 1.5em;
        font-family: var(--f-jp);
    }
    .fixed_banner>div.web a .ttl {
        font-size: 12px;
    }
    .tbl-time tr:last-child td {
        border-bottom: 0;
        padding: 0.05em 0 0.05em !important;
    }
    .tbl-time tr .tbl-pd {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .noaccContainer ul li a:after {
        content: "";
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid var(--clr1);
    }
    .menu_toggle .inside .ft_link {
        padding: 20px 10px 20px;
    }
    @supports (-webkit-touch-callout: none) {
        .menu_toggle .inside .ft_link {
            /* Specific to iOS devices */
            padding-bottom: 120px;
        }
    }
    @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) {
            .menu_toggle .inside .ft_link {
                /* Safari */
                padding-bottom: 120px;
            }
        }
    }
    .menu_toggle .inside .ft_link .ttl {
        position: relative;
        pointer-events: auto;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        margin-bottom: 0 !important;
        line-height: 1.5em;
        display: block;
        --left: 1.5em;
        font-size: 18px;
        font-weight: 600;
        font-family: var(--f-jp);
    }
    .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 {
        transform: rotate(0deg);
    }
    .ft_link a::before {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        top: 17px;
    }
    .ft_link li {
        margin-bottom: 0;
    }
    .ft_link a {
        display: block;
        font-size: 16px;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
    .menu_toggle .inside .ft_link .ttl::before,
    .menu_toggle .inside .ft_link .ttl::after {
        content: "";
        display: block !important;
        position: absolute;
        top: 1.1em;
        right: 1em;
        margin: auto;
        background-color: var(--main-color);
        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;
    }
    .menu_toggle .inside .ft_link .menu01 .ttl {
        margin-top: 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: #6f4b27;
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    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:nth-child(1) {
    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 {
    position: fixed;
    top: 15px;
    right: 20px;
    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: #6f4b27;
}

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


/* END Menu
********************************/


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


/********************************
General
********************************/

@media only screen and (max-width: 768px) {
    body {
        font-size: 87.5%;
    }
    figure {
        text-align: center;
    }
    .totop {
        bottom: 70px;
        right: 5px;
    }
    .totop .icon {
        width: 40px;
        height: 40px;
    }
    .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;
    }
    .hamburger-btn {
        display: block;
    }
}


/* END General
********************************/


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


/********************************
Header & Footer
********************************/

@media only screen and (max-width: 768px) {
    .wrapper {
        min-width: inherit;
    }
    .header_top {
        width: 100%;
        align-items: center;
        height: 60px;
        padding: 0;
    }
    .header_top p {
        margin-bottom: 0;
    }
    .header_top .logo {
        max-width: calc(100% - 100px);
        width: auto;
        margin-left: 10px;
        transform: none;
    }
    .header_top .logo img {
        width: auto;
        max-height: 40px;
    }
    .idx_gallery ul li .img {
        width: 225px;
        height: 500px;
        background-size: 100% auto;
    }
    footer {
        padding: 0 0 65px;
    }
    footer .ft_info {
        width: auto;
        margin: 0 auto;
    }
    footer .ft_map iframe {
        height: 100%;
    }
    footer .ft_link {
        width: auto;
    }
    footer .inner {
        padding: 0;
    }
    footer .inner .fblock {
        background: #fff;
        margin-top: 0;
        border-radius: 0;
        padding: 10px;
    }
    footer .inner .fblock .copyright {
        bottom: 0;
        margin-left: 0;
        max-width: 100%;
        text-align: center;
    }
    footer .inner .fblock .copyright p {
        text-align: center;
    }
    footer .inner .link_list {
        display: none;
    }
    footer .f-map iframe {
        height: 250px;
    }
    footer .f-box01-bnr {
        flex-direction: column;
    }
    footer .f-box01-bnr .f-bnr01 {
        margin-right: 0;
    }
    footer .f-box01-bnr .f-bnr01 a {
        min-width: 100%;
        padding: 22px 26px;
        justify-content: center;
    }
    footer .f-box01-bnr .f-bnr01 a:before {
        width: 15px;
        height: 15px;
        bottom: 0;
        right: 0;
    }
    footer .f-box01-bnr .f-bnr01 a img {
        width: min(45.33vw, 190px);
        height: auto;
        margin-right: -4px;
    }
    footer .f-box01-bnr .f-bnr01 a .btn-txt {
        text-align: center;
        font-size: 17px;
        min-width: 103px;
        min-height: 47px;
        line-height: 1.2em;
    }
    footer .f-box01-bnr ul {
        margin-top: 16px;
    }
    footer .f-box01-bnr ul li {
        width: 33.3333333333%;
        margin-right: min(4vw, 15px);
    }
    footer .f-box01-bnr ul li:last-child a .ico {
        margin-bottom: min(2.67vw, 10px);
    }
    footer .f-box01-bnr ul li:last-child a .ttl span {
        margin-top: 3px;
    }
    footer .f-box01-bnr ul li a {
        min-width: 100%;
        padding-top: min(5.33vw, 20px);
        min-height: min(32vw, 120px);
    }
    footer .f-box01-bnr ul li a .ico {
        margin-bottom: min(5.33vw, 20px);
    }
    footer .f-box01-bnr ul li a .ico img {
        width: min(8vw, 30px);
        height: min(8vw, 30px);
    }
    footer .f-box01-bnr ul li a .ttl {
        font-size: min(4.27vw, 16px);
    }
    footer .f-box01-bnr ul li a .ttl span {
        font-size: min(3.73vw, 14px);
    }
    footer .f-box01-bnr ul li a:before {
        width: 15px;
        height: 15px;
        right: 0;
        bottom: 0;
    }
    footer .f-box01 {
        padding-bottom: 49px;
        padding-top: 49px;
        max-width: 500px;
        margin: 0 auto;
    }
    footer .f-box01 .inner_sm {
        padding: 0 20px;
    }
    footer .f-box01-fx {
        flex-direction: column;
        padding-bottom: 48px;
        background: url(../images/f-ico-hr-sp.svg) no-repeat bottom center;
        background-size: 100% 3px;
        margin-bottom: 50px;
    }
    footer .f-box01-l {
        margin-right: 0;
    }
    footer .f-box01-l .f-logo {
        text-align: center;
        margin-bottom: 19px;
    }
    footer .f-box01-l .f-logo img {
        width: 300px;
        height: auto;
    }
    footer .f-box01-l .f-address {
        letter-spacing: 0;
    }
    footer .f-box01-l .f-box-ct {
        width: 100%;
        padding: 20px 15px 16px;
        margin-bottom: 19px;
    }
    footer .f-box01-l .f-box-ct ul li {
        padding-bottom: 20px;
        margin-bottom: 16px;
    }
    footer .f-box01-l .f-box-ct ul li .txt p {
        font-size: 16px;
        line-height: 1.3em;
    }
    footer .f-box01-l .f-box-ct ul li .ico {
        margin-right: 7px;
    }
    footer .f-box01-l .f-box-ct ul li .txt-fx {
        letter-spacing: -1.4px;
        margin-bottom: 10px;
    }
    footer .f-box01-r .idx-btn02 {
        text-align: center;
        margin-top: 25px;
    }
    footer .f-box01-r .idx-btn02 a {
        margin: 0 auto;
        min-width: 232px;
        min-height: 55px;
        font-size: 16px;
        padding-left: 20px;
    }
    footer .f-box01-r .idx-btn02 a:before {
        right: 20px;
    }
    .tbl-time tr th .fs-sm,
    .tbl-time tr td .fs-sm {
        font-size: 14px;
        line-height: 1em;
        display: block;
        margin-top: 1px;
    }
    .tbl-txt-time {
        font-size: 14px;
        line-height: 1.85em !important;
    }
    .tbl-time tr th,
    .tbl-time tr td {
        font-size: 14px !important;
        padding: 3px 2px 6px;
        line-height: 1em;
    }
    .tbl-time tr th img,
    .tbl-time tr td img {
        width: 20px;
        height: auto;
        object-fit: cover;
    }
    .tbl-time tr th:first-child,
    .tbl-time tr td:first-child {
        width: 10.1em !important;
    }
    .tbl-time tr th:not(:first-child),
    .tbl-time tr td:not(:first-child) {
        width: 10.35% !important;
    }
    .fixed_banner {
        display: flex;
        flex-direction: row;
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
        height: 65px;
        border: 1px solid #f294a5;
        transform: translateY(100%);
        transition: transform 0.3s ease-in-out;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        background: #fff;
    }
    .fixed_banner.active {
        transform: translateY(0%);
    }
    .fixed_banner p {
        font-weight: normal;
        font-size: 13px;
        line-height: 1;
    }
    .fixed_banner p::before {
        height: 1.4em;
    }
    .fixed_banner p::before {
        margin-bottom: 5px;
    }
    .fixed_banner>div {
        width: 20% !important;
        border-right: 1px solid #f294a5;
        margin: 0 !important;
    }
    .fixed_banner>div:last-child {
        border-right: 0;
    }
    .fixed_banner>div a {
        padding: 0 !important;
        text-decoration: none;
        font-size: min(3.2vw, 12px);
        color: var(--clr1);
        text-align: center;
        font-weight: 600;
        line-height: 1.5em;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        letter-spacing: 0;
        width: 100%;
        height: 100%;
    }
    .fixed_banner>div a .ico {
        margin: 0 auto 5px;
        min-height: 20px;
    }
    .fixed_banner>div a .ico img {
        width: 20px;
        height: auto;
    }
    .fixed_banner>div a .ttl {
        letter-spacing: -0.5px;
        line-height: 1.2em;
        display: flex;
        min-height: 30px;
        align-items: center;
    }
}


/* End Header & Footer
********************************/


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


/********************************
Index
********************************/


/* END Index
********************************/


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


/********************************
Under
********************************/


/* END Under
********************************/


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


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