/* 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;
    }
    footer .f-box01-l .f-logo a {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }
	.fixed_banner .box-time, .fixed_banner .box-map {
    position: absolute;
    right: 0;
    left: -1px;
    height: auto;
    width: 100vw;
    border-radius: 0 !important;
    top: initial;
    bottom: 60px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--main-color);
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    padding: 22px 15px;
    display: none;
    opacity: 0;
    cursor: default;
}
	.fixed_banner .box-time.active{
		height:auto;
	}
	.fixed_banner .box-map.active{
		height:auto;
	}
	.fixed_banner .box-map p {
    writing-mode: initial;
    text-align: left;
    margin-bottom: 10px;
    width: fit-content;
    flex-direction: row;
    line-height: 1.4em;
    font-size: 1em;
}
	.fixed_banner .box-map .f-cnt-map{
		    display: flex;
    width: 100%;
    justify-content: center;
    max-width: 350px;
    margin: 0 auto;
	}
	.fixed_banner .box-map .f-cnt-map .txt:first-child{
		margin-right:1em
	}
	.fixed_banner .box-time .txt-tbl-time{
		font-size:0.9em;
	}
	.fixed_banner .box-time .tbl-time tr th, .fixed_banner .box-time .tbl-time tr td {
    font-size: 1em;
}
}


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


/********************************
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;
            }
        }
    }
    .noaccContainer ul li {
        border-bottom: 1px solid #ccc !important;
        margin-bottom: 0;
    }
    .noaccContainer ul li a {
        display: block;
        line-height: 1.5em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        font-weight: 600;
        font-family: var(--f-jp);
        width: 100%;
        font-size: 16px;
        color: var(--main-color);
        padding-left: 0;
    }
    .menu_toggle .inside .ft_link .ttl {
        position: relative;
        pointer-events: auto;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        display: block;
        line-height: 1.5em;
        padding-left: 0;
        --left: 1.5em;
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 600;
        font-family: var(--f-jp);
    }
    .menu_toggle .inside .ft_link .ttl:after,
    .noaccContainer ul li a:after {
        display: none;
    }
    .ft_link li {
        margin-bottom: 0;
    }
    .ft_link a {
        display: block;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        color: var(--clr1);
        padding-left: 10px;
    }
    .ft_link a:after {
        content: "";
        position: absolute;
        left: 0;
        top: 16px;
        width: 5px;
        height: 5px;
        background: var(--main-color);
        border-radius: 50%;
    }
    .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);
    }
    .menu_toggle .inside .ft_link .ttl::before,
    .menu_toggle .inside .ft_link .ttl::after {
        content: "";
        display: block !important;
        position: absolute;
        top: 1.2em;
        right: 1em;
        margin: auto;
        background-color: var(--main-color);
        transition: 0.3s all;
        width: calc(var(--left) / 2);
        height: 2px;
        border-radius: 0;
        border: 0;
        left: initial;
        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: 29px;
    height: 20px;
    position: relative;
    margin: 0 auto 0px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

#nav-icon.open {
    height: 27px;
}

#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: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 {
    width: auto;
    height: auto;
    position: fixed;
    top: 13px;
    right: 19px;
    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: calc(var(--wrapper) / 2 - 19px);
    height: 100%;
    margin: 0 auto;
    text-align: center;
    color: inherit;
}

.hamburger-btn .button-toggle #menu_btn {
    color: var(--main-color);
    font-size: 10.5px;
    font-family: var(--f-en);
    text-align: center;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 600;
}


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


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


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

@media only screen and (max-width: 768px) {
    body {
        font-size: 87.5%;
    }
    figure {
        text-align: center;
    }
    .totop {
        bottom: 65px;
        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;
    }
    .TabContainer .TabPager li:first-child {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
    }
    .TabContainer .TabPager li:last-child {
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
    }
    header {
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 11px;
        height: auto;
    }
    .under header {
        /* background: #fff; */
    }
    .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: 130px;
        max-height: 38px;
    }
    .hamburger-btn {
        display: block;
    }
    .idx_gallery ul li .img {
        width: 225px;
        height: 500px;
        background-size: 100% auto;
    }
    .txt-tbl-time {
        color: var(--clr1);
        font-size: min(3.47vw, 13px);
        line-height: 1.55em;
        margin-top: min(3.47vw, 13px);
        letter-spacing: 0.1em;
    }
    .tbl-time tr th,
    .tbl-time tr td {
        font-size: min(4vw, 15px);
        padding: 9px 0 13px;
        width: 10%;
        letter-spacing: 0;
    }
    .tbl-time tr th:first-child,
    .tbl-time tr td:first-child {
        width: 90px !important;
    }
    .tbl-time tr th:not(:first-child),
    .tbl-time tr td:not(:first-child) {
        right: 3px;
    }
    .tbl-time tr:not(:first-child) td:not(:first-child) {
        font-size: min(3.73vw, 14px);
    }
    footer {
        padding: 60px 0 50px;
    }
    footer .f-box01 {
        padding-top: 10px;
        padding-bottom: 70px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    footer .f-box01 .inner_sm {
        padding: 0 20px;
    }
    footer .f-box01-fx {
        flex-direction: column;
    }
    footer .f-box01-l {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    footer .f-box01-l .f-list-btn {
        flex-direction: column;
    }
    footer .f-box01-l .f-list-btn li.tel {
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    footer .f-box01-l .f-list-btn li.tel a {
        font-size: 31px;
        letter-spacing: 0.05em;
    }
    footer .f-box01-l .f-list-btn li:last-child {
        max-width: 225.5px;
        width: 100%;
    }
    footer .f-box01-l .f-list-btn li:last-child a {
        font-size: 14px;
        min-height: 62px;
        letter-spacing: 0.1em;
    }
    footer .f-box01-l .f-list-btn li a {
        min-height: 60px;
        min-width: 100%;
        border-radius: 30px;
    }
    footer .f-box01-r {
        width: 100%;
        margin-top: 30px;
    }
    footer .f-box01-r .f-map iframe {
        height: 295px;
    }
    footer .f-box01-r .f-cnt-map {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 16px min(5.33vw, 20px);
    }
    footer .f-box01-r .f-cnt-map .txt {
        font-size: min(4.27vw, 16px);
        letter-spacing: 0.02em;
        line-height: 1.3em;
    }
    footer .f-box01-r .f-cnt-map .txt:first-child {
        padding-right: min(7.47vw, 28px);
        margin-right: min(7.47vw, 28px);
    }
    footer .f-box01-r .f-cnt-map .txt .ico {
        flex-shrink: 0;
        margin-right: min(2.4vw, 9px);
    }
    footer .f-box01-r .f-cnt-map .txt .ico img {
        height: min(5.33vw, 20px);
        width: auto;
    }
    footer .f-box01 .f-logo {
        margin-bottom: 23px;
    }
    footer .f-box01 .f-logo img {
        width: 205px;
    }
    footer .f-box01 .f-address {
        color: var(--clr1);
        display: flex;
        align-items: flex-start;
        line-height: 1.5em;
        padding-bottom: 28px;
        margin-bottom: 11px;
        background: url(../images/f-ico-hr.svg) no-repeat bottom center;
        background-size: 100% 0.5em;
        font-size: min(4.27vw, 16px);
        padding-left: min(5.6vw, 21px);
    }
    footer .f-box02 {
        padding: 72px 10px 24px;
        margin-top: -50px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    footer .f-box02:before {
        display: none;
    }
    footer .f-box02 .copyright {
        position: relative;
        right: 0;
        bottom: 0;
    }
    footer .f-box02 .copyright>p {
        font-size: 12px;
        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: nowrap;
        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: 1px solid var(--main-color);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom: 0;
    }
    .fixed_banner.active {
        transform: translateY(0%);
    }
    .fixed_banner p {
        font-weight: normal;
        font-size: min(2.93vw, 12px);
        text-align: center;
        line-height: 1;
        writing-mode: initial;
        flex-direction: column;
        font-weight: 600;
    }
    .fixed_banner p::before {
        height: 20px;
        width: 20px;
    }
    .fixed_banner p::before {
        margin-bottom: 5px;
        margin: 0 auto 5px;
    }
    .fixed_banner>div {
        margin-bottom: 0;
        border-radius: 0;
        border-top: 0;
        border-bottom: 0;
    }
    .fixed_banner>div:first-child {
        border-left: 0;
        border-top-left-radius: 10px;
    }
    .fixed_banner>div:last-child {
        border-top-right-radius: 10px;
    }
    .fixed_banner .tel {
        width: 20%;
    }
    .fixed_banner .access {
        width: 20%;
    }
    .fixed_banner .time {
        width: 20%;
    }
    .fixed_banner .last {
        background: #f5fafa;
        width: 40%;
		border-top-right-radius:10px;
    }
    .fixed_banner .last p:before {
        background-image: url(../images/idx-main-ico01.svg);
        width: 28px;
        height: 26px;
    }
}

@media only screen and (max-width: 320px) {
    footer .f-box01-r .f-cnt-map .txt:first-child {
        padding-right: min(6.47vw, 28px);
        margin-right: min(6.47vw, 28px);
    }
}


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


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


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


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


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


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


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


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


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