/* 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;
    }
    .txt-tbl-note .box-txt {
        flex-direction: row;
        max-width: 340px;
    }
    .txt-tbl-note .box-txt:first-child {
        justify-content: space-between;
    }
    .txt-tbl-note .box-txt:first-child .txt {
        margin-bottom: 0;
    }
    .txt-tbl-note .box-txt:last-child {
        flex-direction: column;
    }
    .txt-tbl-note .box-txt .txt {
        margin-right: 0;
        margin-bottom: 10px;
        font-size: min(3.2vw, 13px);
    }
    .txt-tbl-note .box-txt .txt .sub-txt {
        min-width: 8em;
    }
    .tbl-time tr th,
    .tbl-time tr td {
        padding: 10px min(1.33vw, 5px) !important;
        font-size: min(3.73vw, 14px) !important;
        vertical-align: middle;
    }
    .tbl-time tr th img,
    .tbl-time tr td img {
        width: 12px !important;
        height: auto;
        position: relative;
        bottom: 5px;
    }
    .tbl-time tr th:first-child,
    .tbl-time tr td:first-child {
        letter-spacing: 0.02em;
        padding: 10px min(1.33vw, 5px) !important;
        text-align: center;
        width: 6.3em !important;
    }
	.fixed_banner .mail.active p::before, .fixed_banner .map.active p::before {
 
    height: 1.4em !important;
}
	.fixed_banner .box-time, .fixed_banner .box-map {

		bottom: 4.3em;
	}
	.fixed_banner .box-map .btn_map a{
		font-size:1em;
	}
	.fixed_banner .txt-tbl-note .box-txt .txt, .fixed_banner .txt-tbl-note .box-txt .txt02 {

    font-size: 0.85em;
}
	.txt-tbl-note{
		width:100%;
	}
}


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


/********************************
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 .ttl {
        position: relative;
        pointer-events: auto;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        display: block;
        line-height: 1.6em;
        font-size: 16px;
        --left: 1.5em;
    }
    .menu_toggle .inside .ft_link .title {
        font-weight: 500;
        line-height: 1.6em;
        color: var(--main-color);
        padding-bottom: 0.5em;
        font-size: 16px;
        padding-top: 0.5em;
    }
    .menu_toggle .inside .ft_link .title:not(.rotate) {
        padding-bottom: 0.5em;
    }
    .menu_toggle .inside .ft_link .title.rotate::before {
        transform: rotate(0deg);
    }
    .menu_toggle .inside .ft_link li>ul>li:last-child {
        border-bottom: 0;
    }
    .menu_toggle .inside .ft_link li.col3.st2 ul li {
        padding: 0;
    }
    .menu_toggle .inside .ft_link li.col3.st2 ul li.ttl:before {
        display: none;
    }
    .menu_toggle .inside .ft_link li.col3.st2 ul li.ttl>a {
        font-size: 16px;
        padding-left: 0;
        color: var(--clr1)
    }
    .menu_toggle .inside .ft_link li.col3.st2 ul li.ttl>a:before {
        display: none;
    }
    .menu_toggle .inside .ft_link li.col3.st2 ul li ul {
        display: block !important;
    }
    .menu_toggle .inside .ft_link li.col3.st2 ul li ul li a {
        font-size: 14px;
    }
    .menu_toggle .inside .ft_link .title::before,
    .menu_toggle .inside .ft_link .title::after {
        content: "";
        display: block !important;
        position: absolute;
        top: 1.2em;
        right: 0;
        margin: auto;
        background-color: var(--clr3);
        transition: 0.3s all;
        width: 12px;
        height: 2px;
        z-index: 2;
    }
    header {
        background: #fff;
    }
    .right_head {
        display: flex !important;
        width: auto;
        margin-right: 65px;
        align-items: center;
        justify-content: center;
        background: transparent;
        box-shadow: none;
        padding: 0;
    }
    .right_head .h-btn-insta {
        margin-left: 0;
    }
    .right_head .h-btn-insta img {
        width: 2.6em;
        height: auto;
    }
    .right_head .pc_navi {
        display: none !important;
    }
    .ft_link a {
        display: block;
        width: 100%;
        line-height: 1.6em;
        padding-bottom: 0.5em;
        padding-top: 0.5em;
        font-size: 16px;
        color: var(--main-color)
    }
    .ft_link a::before {
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    .menu_toggle .inside .ft_link .title::before {
        transform: rotate(90deg);
    }
    .menu_toggle .inside .ft_link li {
        margin-bottom: 0;
        border-bottom: 1px solid #ccc;
    }
    .menu_toggle .inside .ft_link .menu01 .ttl {
        margin-top: 0;
    }
}

#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: #fff;
    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 {
    background-color: var(--main-color);
    width: var(--wrapper);
    height: var(--wrapper);
    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: calc(var(--wrapper) / 2 - 19px);
    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;
    }
    .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: 55px;
        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;
    }
    .idx-bnr-fixed {
        position: fixed;
        bottom: 70px;
        right: 12px;
        min-width: 200px;
    }
    .idx-bnr-fixed a {
        padding-top: 15px;
    }
    .idx-bnr-fixed a .ttl {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .idx-bnr-fixed a .sub-ttl {
        font-size: 10px;
    }
    .idx-bnr-fixed a .ico {
        min-height: 20px;
    }
}


/* 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: min(78.67vw, 295px);
        width: auto;
        margin-left: 0;
        transform: none;
        padding-left: 10px;
    }
    .header_top .logo img {
        width: auto;
        max-height: 30px;
    }
    .hamburger-btn {
        display: block;
    }
    .idx_gallery ul li .img {
        width: 225px;
        height: 500px;
        background-size: 100% auto;
    }
    footer {
        padding: 0 0 50px;
    }
    footer .f-box01 {
        display: none;
    }
    footer .f-box02 {
        padding: 15px 0 15px;
    }
    footer .f-box02 .copyright {
        margin-top: 0;
    }
    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: 60px;
        transform: translateY(100%);
        transition: transform 0.3s ease-in-out;
    }
    .fixed_banner.active {
        transform: translateY(0%);
    }
    .fixed_banner p {
        font-weight: 500;
        font-size: min(3.2vw, 14px) !important;
        line-height: 1;
    }
    .fixed_banner p::before {
        height: 26px !important;
    }
    .fixed_banner p::before {
        margin-bottom: 5px;
    }
    .fixed_banner>div {
        width: 20%;
        min-width: auto !important;
        min-height: 60px;
    }
    .fixed_banner>div:not(:last-child) {
        padding-bottom: 5px;
    }
    .fixed_banner>div:before {
        height: 100%;
        width: 1px;
    }
}


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


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


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


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


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


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


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


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


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