/* 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: 54px;
    }
    .box-tbl .box-txt-tbl {
        flex-direction: column;
    }
    .box-tbl .box-txt-tbl .txt-tbl {
        margin-bottom: 0;
        letter-spacing: -0.5px;
        font-size: min(3.2vw, 12px);
    }
    .box-tbl .box-txt-tbl .txt-tbl02 {
        flex-direction: column;
        font-size: min(3.2vw, 12px);
        letter-spacing: 0;
    }
}
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
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) {
    .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 .title {
        position: relative;
        pointer-events: auto;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        display: block;
        line-height: 1.5em;
        font-family: var(--f-jp);
        font-weight: bold;
        font-size: 17px;
        --left: 1.5em;
    }
    .menu_toggle .inside .ft_link .title:not(.rotate) {
        padding-bottom: 0.5em;
    }
    .menu_toggle .inside .ft_link .title .en {
        display: block;
        font-size: 0.8em;
        color: var(--main-color);
    }
    .menu_toggle .inside .ft_link .title.rotate::before {
        transform: rotate(0deg);
    }
    .menu_toggle .inside .ft_link .title::before,
    .menu_toggle .inside .ft_link .title::after {
        content: "";
        display: block !important;
        position: absolute;
        top: 32px;
        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 .title::before {
        transform: rotate(90deg);
    }
    .menu_toggle .inside .ft_link li {
        border-bottom: 1px solid #ccc;
        margin-bottom: 0;
    }
    .menu_toggle .inside .ft_link .menu01 .title {
        margin-top: 0;
    }
    .ft_link .ttl:after {
        display: none;
    }
    .pc_navi > ul .col2 .subInner ul li .subInner {
        position: relative;
    }
    .pc_navi > ul .col2 .subInner ul {
        flex-direction: column;
    }
    .pc_navi > ul > li.col2 ul > li {
        background: #000;
    }
    .menu_toggle .inside .ft_link ul > li.col2 ul > li ul {
        display: block !important;
        width: 100%;
        margin-bottom: 10px;
    }
    .menu_toggle .inside .ft_link ul > li.col2 ul > li {
        flex-direction: column;
        align-items: flex-start;
    }
    .menu_toggle .inside .ft_link ul > li.col2 ul > li.ttl {
        border-bottom: 0;
    }
    .menu_toggle .inside .ft_link ul > li.col2 ul > li.ttl > a {
        margin-bottom: 0;
        padding-left: 0;
        color: var(--clr1);
        font-size: 16px;
    }
    .hamburger-btn {
        display: block;
    }
    .menu_toggle .inside .ft_link ul > li.col2 ul > li.ttl > a:before {
        display: none;
    }
    .menu_toggle .inside .ft_link ul > li.col2 ul > li a {
        font-size: 14px;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        display: block;
        line-height: 1.5em;
    }
    .menu_toggle .inside .ft_link ul > li ul > li:last-child {
        border-bottom: 0;
    }
    .menu_toggle .inside .ft_link li a {
        display: block;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        line-height: 1.5em;
        width: 100%;
        font-weight: 600;
        color: var(--clr1);
        font-size: 17px;
        font-family: var(--f-jp);
        padding-left: 0;
    }
    .menu_toggle .inside .ft_link li a:before {
        display: none;
    }
    .menu_toggle .inside .ft_link li ul li a {
        color: var(--clr1);
        position: relative;
        font-size: 15px;
        padding-left: 12px;
        font-weight: bold;
    }
    .ft_link .ttl {
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }
    .menu_toggle .inside .ft_link li ul li a:before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--main-color);
        top: 15px;
        left: 0;
        display: block;
        position: absolute;
    }
    .menu_toggle .inside .ft_link ul > li.col2 ul > li:first-child ul li:last-child {
        border-bottom: 1px solid #ccc;
    }
}
#nav-icon {
    width: 32px;
    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: 10.5px;
    right: 0;
    margin: 0 auto;
    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: 7px;
}
#nav-icon span:nth-child(4) {
    top: 11px;
}
#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 {
    background-color: #f4f4f4;
    border-radius: 12px;
    width: 43px;
    height: 23px;
    position: fixed;
    top: 0;
    right: 0;
    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%;
    padding-top: 4px;
    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;
}
/* END Menu
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
General
********************************/
@media only screen and (max-width: 768px) {
    body {
        font-size: 87.5%;
    }
    figure {
        text-align: center;
    }
    .totop {
        bottom: 75px;
        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;
    }
}
/* 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: 13px;
        transform: none;
        margin-top: 0;
    }
    .header_top .logo img {
        width: 214px;
        height: 30px;
        object-fit: cover;
    }
    .hamburger-btn {
        display: block;
        display: block;
        top: 15px;
        right: 20px;
    }
    .idx_gallery ul li .img {
        width: 225px;
        height: 500px;
        background-size: 100% auto;
    }
    .box-tbl {
        padding: 10px 14px 23px;
    }
    .box-tbl .tbl-time tr th,
    .box-tbl .tbl-time tr td {
        text-align: center;
        padding: 1.1em 0 1.1em !important;
        font-size: 14px;
        width: 9% !important;
    }
    .box-tbl .tbl-time tr th:first-child,
    .box-tbl .tbl-time tr td:first-child {
        width: 100px !important;
    }
    footer {
        padding: 0;
        background-size: cover;
    }
    footer .inner_big {
        padding: 0 min(5.33vw, 20px);
    }
    footer .f-box01 {
        padding-bottom: 0;
    }
    footer .f-box01-fx {
        padding: 0;
        flex-direction: column;
    }
    footer .f-box01-fx .box-cnt {
        width: 100%;
        padding-top: 246px;
        max-width: 500px;
        margin: 0 auto 50px;
    }
    footer .f-box01-fx .box-cnt .f-logo {
        text-align: center;
        margin-bottom: 12px;
    }
    footer .f-box01-fx .box-cnt .f-logo img {
        height: 47px;
        width: auto;
    }
    footer .f-box01-fx .box-cnt .f-address {
        text-align: center;
        line-height: 1.5em;
        font-size: 14px;
        padding-bottom: 19px;
        margin-bottom: 25px;
    }
    footer .f-box01-fx .box-cnt .f-box-tel {
        flex-direction: column;
        line-height: 1em;
        margin-bottom: 15px;
    }
    footer .f-box01-fx .box-cnt .f-box-tel.st02 .txt {
        margin-right: 0;
        letter-spacing: 0;
        margin-bottom: 5px;
    }
    footer .f-box01-fx .box-cnt .f-box-tel.st02 .txt br {
        display: none;
    }
    footer .f-box01-fx .box-cnt .f-box-tel .txt {
        font-size: 15px;
        margin-right: 0;
        max-width: 100%;
    }
    footer .f-box01-fx .box-cnt .f-box-tel .f-tel a {
        line-height: 1em;
        font-size: 40px;
    }
    footer .f-box01-fx .box-cnt .f-bnr {
        width: fit-content;
        margin: 1.875em auto 0;
    }
    footer .f-box01-fx .box-cnt .f-list-bnr {
        position: relative;
        z-index: 2;
        justify-content: center;
    }
    footer .f-box01-fx .box-cnt .f-list-bnr li:first-child {
        margin-right: 10px;
    }
    footer .f-box01-fx .box-map {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 44px;
        width: 100%;
        max-width: 100%;
    }
    footer .f-box01-fx .box-map:before {
        content: "";
        position: absolute;
        left: -20px;
        top: -75px;
        width: 100vw;
        height: calc(100% + 80px);
        background: #fff;
        z-index: -1;
    }
    footer .f-box01-fx .box-map .f-map iframe {
        height: 299px;
    }
    footer .f-box01-fx .box-map .f-box-map {
        flex-direction: column;
        padding: 10px min(5.33vw, 20px) 14px;
        align-items: flex-start;
    }
    footer .f-box01-fx .box-map .f-box-map .f-ttl {
        width: fit-content;
        padding-right: 0;
        margin-right: 0;
        background: url(../images/f-ico-hr01-sp.svg) no-repeat bottom center;
        background-size: 100% 2px;
        margin-bottom: 7px;
    }
    footer .f-box01-fx .box-map .f-box-map .f-ttl:before {
        display: none;
    }
    footer .f-box01-fx .box-map .f-box-map .txt {
        font-size: min(3.73vw, 14px);
    }
    footer .f-box01-fx .box-map .f-box-news {
        margin-top: 25px;
    }
    footer .f-box01-fx .box-map .f-box-news .f-fx-ttl .ttl {
        font-size: 24px;
    }
    footer .f-box01-fx .box-map .f-box-news .f-fx-ttl .idx-btn-news a {
        font-size: 18px;
    }
    footer .f-box01-fx .box-map .f-box-news .f-fx-ttl .idx-btn-news a:after {
        width: 15px;
        height: 15px;
    }
    footer .f-box01-fx .box-map .f-box-news ul li a {
        padding-top: 13px;
        padding-bottom: 14px;
        flex-direction: column;
        align-items: flex-start;
    }
    footer .f-box01-fx .box-map .f-box-news ul li a:after {
        width: 15px;
        height: 15px;
    }
    footer .f-box01-fx .box-map .f-box-news ul li a .date {
        margin-bottom: 5px;
        margin-right: 0;
    }
    footer .f-box02 {
        padding: 0;
    }
    footer .f-box02:before {
        display: none;
    }
    footer .f-box02 .copyright {
        position: relative;
        margin-top: 0;
        padding: min(7.73vw, 29px) min(5.33vw, 20px) min(24vw, 90px);
        text-align: center;
    }
    footer .f-box02 .copyright > p {
        font-size: min(3.2vw, 12px);
        letter-spacing: 0.05em;
        text-align: center;
    }
    footer .ft_info {
        width: auto;
        margin: 0 auto;
    }
    footer .ft_map iframe {
        height: 100%;
    }
    footer .ft_link {
        width: auto;
    }
    .fixed_banner {
        display: flex;
        flex-wrap: wrap;
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
        height: min(16.8vw, 63px);
        transform: translateY(100%);
        transition: transform 0.3s ease-in-out;
    }
    .fixed_banner.active {
        transform: translateY(0%);
    }
    .fixed_banner > .item {
        height: 63px;
        margin-right: 0;
        border-radius: 0;
        padding: 0;
        padding-top: min(5.33vw, 20px);
    }
    .fixed_banner > .item:before {
        left: 0;
        right: 0;
        top: 8px;
        margin: 0 auto;
        width: 16px;
        height: 16px;
    }
    .fixed_banner > .item.tel {
        min-width: 31.2vw;
    }
    .fixed_banner > .item.tel:nth-child(2n) {
        border-top-right-radius: 5px;
    }
    .fixed_banner > .item.tel:first-child {
        border-right: 1px solid #f2f2f2;
        border-top-left-radius: 5px;
    }
    .fixed_banner > .item .ttl {
        display: none;
    }
    .fixed_banner > .item .sub-ttl {
        font-size: min(2.93vw, 11px);
        text-align: center;
        line-height: 1.4em;
        font-weight: bold;
    }
    .fixed_banner .tt {
        font-weight: normal;
        font-size: min(3.47vw, 13px);
        line-height: 1;
    }
    .fixed_banner .tt::before {
        height: min(4.27vw, 16px);
    }
    .fixed_banner .tt::before {
        margin-bottom: min(1.33vw, 5px);
    }
    .fixed_banner .time {
        margin-left: min(1vw, 7px);
        min-width: 18.6vw;
        border-top-left-radius: 5px;
        border-right: 1px solid #f2f2f2;
        height: 53px;
    }
    .fixed_banner .access {
        border-top-right-radius: 5px;
        min-width: 17.87vw;
        height: 53px;
    }
    .fixed_banner .popup {
        font-size: min(3.125vw, 14px);
        right: 10px;
        width: calc(100% - 20px);
    }
}
/* End Header & Footer
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Index
********************************/
/* END Index
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/********************************
Under
********************************/
/* END Under
********************************/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*# sourceMappingURL=style_sp.css.map */