/* 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;
    }
	.box-map .f-list-address .f-ttl {
    text-align: center;
    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) {
    .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.5em;
        font-family: var(--f-jp);
        color: var(--clr1);
        font-weight: 500;
        font-size: 17px;
        --left: 1.5em;
    }
    .menu_toggle .inside .ft_link .ttl:not(.rotate) {
        padding-bottom: 0.5em;
    }
    .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: 25px;
        right: 1em;
        margin: auto;
        background-color: var(--clr1);
        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 solid #ccc;
        margin-bottom: 0;
    }
    .menu_toggle .inside .ft_link .menu01 .ttl {
        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;
    }
    .ft_link .ttl {
        padding-bottom: 0;
    }
    .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%;
        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;
    }
    .menu_toggle .inside .ft_link li ul li a:before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--clr1);
        top: 15px;
        left: 0;
        margin: 0;
        display: block;
        position: absolute;
    }
}

#nav-icon {
    width: 20px;
    height: 27px;
    position: relative;
    margin: 0 auto 0px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

#nav-icon span {
    background-color: #e2a4a5;
    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: 45px;
    height: 45px;
    position: fixed;
    top: 16px;
    right: 20px;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
    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;
    }
    .totop {
        bottom: 60px;
        right: 10px;
    }
    .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.active .header_top {
        height: 58px;
    }
    header.active .hamburger-btn {
        top: 6px;
    }
    .header_top {
        width: 100%;
        align-items: center;
        height: 78px;
        padding: 0;
        flex-wrap: nowrap;
    }
    .header_top p {
        margin-bottom: 0;
    }
    .header_top .logo {
        flex-shrink: 0;
        max-width: calc(100% - 100px);
        width: auto;
        margin-left: 20px;
        transform: none;
    }
    .header_top .logo img {
        width: 182px;
        max-height: 45px;
    }
    .right_head {
        display: block !important;
        width: fit-content;
        margin-right: 80px;
    }
    .right_head .idx-fx-ct {
        display: none;
    }
    .right_head .pc_navi>ul {
        display: none;
    }
    .right_head .pc_navi .idx-h-insta {
        bottom: 0;
    }
    .right_head .pc_navi .idx-h-insta a {
        width: 45px;
        height: 45px;
    }
    .right_head .pc_navi .idx-h-insta a img {
        width: 20px;
        height: auto;
    }
    .hamburger-btn {
        display: block;
    }
    .idx_gallery ul li .img {
        width: 225px;
        height: 500px;
        background-size: 100% auto;
    }
    .txt-fx-tbl {
        flex-direction: column;
        margin-top: 10px;
    }
    .txt-fx-tbl>p {
        letter-spacing: 0;
        font-size: min(3.64vw, 14px);
        line-height: 1.7em;
    }
    .txt-fx-tbl .txt-tbl-note02 {
        order: 1;
    }
    .txt-fx-tbl .txt-tbl-note {
        order: 2;
    }
    .tbl-time tr td:first-child {
        letter-spacing: 0;
        padding: 9px min(0.8vw, 5px);
    }
    .tbl-time tr th,
    .tbl-time tr td {
        padding: 9px min(1.33vw, 5px);
        font-size: min(3.73vw, 14px) !important;
    }
    .tbl-time tr th:not(:first-child),
    .tbl-time tr td:not(:first-child) {
        width: 10.3%;
    }
    .f-list-ct {
        flex-direction: column;
        max-width: 315px;
        margin: 29px auto 28px;
    }
    .f-list-ct li {
        width: 100%;
        margin-right: 0;
        border-right: 0 !important;
    }
    .f-list-ct li:first-child {
        border-bottom: 1px solid #e6dedf;
    }
    .f-list-ct li:last-child a {
        padding-left: 0;
        padding-bottom: 8px;
        min-height: auto;
        justify-content: center;
        padding-right: min(24vw, 90px);
    }
    .f-list-ct li:last-child a:before {
        width: min(12.53vw, 47px);
        height: 20px;
    }
    .f-list-ct li a {
        padding-left: 0;
    }
    .f-list-ct li a .ico {
        width: min(12vw, 45px);
        height: min(12vw, 45px);
    }
    .f-list-ct li a .ico img {
        width: min(5.33vw, 20px);
        height: auto;
    }
    .f-list-ct li a .ttl {
        font-size: min(8.8vw, 33px);
    }
    .f-list-ct li a .ttl .sub-ttl {
        font-size: min(3.73vw, 14px);
    }
    .f-list-address li {
        padding: 10px min(2.67vw, 10px) 9px;
        align-items: center;
    }
    .f-list-address li:not(:first-child) .txt {
        line-height: 1.25em;
    }
    .f-list-address li .ttl,
    .f-list-address li .txt {
        font-size: min(4.27vw, 16px);
        line-height: 1.5em;
    }
    .f-list-address li .txt {
        letter-spacing: 0.05em;
    }
    .f-list-address li .ttl {
        padding-right: min(2.13vw, 8px);
        margin-right: min(3.73vw, 14px);
        letter-spacing: -1px;
        width: min(28vw, 105px);
        flex-shrink: 0;
        min-width: auto;
    }
    .f-list-btn {
        margin-top: 29px;
        justify-content: center;
    }
    .f-list-btn li {
        max-width: min(40.67vw, 160px);
        width: 100%;
    }
    .f-list-btn li a {
        min-width: auto;
        width: 100%;
        min-height: min(16vw, 60px);
        font-size: min(3.73vw, 15px);
        padding-left: min(5.33vw, 20px);
        border-radius: 30px;
    }
    .f-list-btn li a:before {
        right: min(4vw, 15px);
    }
    .f-bnr {
        border: 1px solid #e6dedf;
        background: #faf5f1;
        padding: 6px;
        position: relative;
        left: -10px;
        width: calc(100% - min(5.33vw, 20px));
        max-width: 400px;
        margin: 24px auto 0;
    }
    .f-bnr-fx {
        height: 100%;
    }
    .f-bnr-fx:before {
        width: min(12.53vw, 47px);
        height: min(5.33vw, 20px);
        right: min(2.67vw, 10px);
        bottom: min(2.67vw, 10px);
    }
    .f-bnr-fx .img {
        width: min(26.67vw, 124px);
        height: min(28.27vw, 126px);
    }
    .f-bnr-fx .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .f-bnr-fx .ttl {
        margin-top: 5px;
    }
    .f-bnr-fx .ttl img {
        width: min(45.33vw, 200px);
    }
    .f-bnr-fx .ttl .sub-ttl {
        font-size: min(4.27vw, 16px);
        margin-top: 0;
    }
    .copyright>p {
        font-size: 12px;
        text-align: center;
    }
    footer .f-box02 .inner_big>.fblock {
        display: none;
    }
    .copyright {
        left: 0;
        bottom: 0;
        position: relative;
        padding: 16px 10px;
    }
    footer {
        padding: 0 0 50px;
    }
    footer .f-box01 .inner_big {
        padding: 0 min(5.33vw, 20px);
    }
    footer .f-box01-l {
        width: 100%;
        margin-right: 0;
        padding-bottom: 24px;
    }
    footer .f-box01-l:before {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: url(../images/f-ico-hr02-sp.svg) no-repeat center;
        background-size: 100% auto;
        max-height: 100%;
    }
    footer .f-box01-l .f-logo {
        width: 260px;
        margin-bottom: 25px;
    }
    footer .f-box01-r {
        padding-top: 26px;
    }
    footer .f-box01-r .ttl {
        font-size: min(4.27vw, 18px);
        padding-left: 20px;
        margin-bottom: 13px;
    }
    footer .f-box01-r .ttl:before {
        width: 8px;
        height: 8px;
    }
    footer .f-box01-r .img img {
        height: min(74.67vw, 280px);
    }
    footer .f-box01-r .f-address-note {
        font-size: 16px;
        margin-top: 16px;
    }
    footer .f-box01-r .f-address-note .ico {
        width: min(12vw, 45px);
        height: min(12vw, 45px);
    }
    footer .f-box01-r .f-address-note .ico img {
        width: min(4.8vw, 18px);
        height: auto;
    }
    footer .f-box01-r .txt {
        font-size: min(4.27vw, 16px);
        margin-top: 7px;
        line-height: 1.75em;
        padding-bottom: 23px;
        border-bottom: 1px solid #d6c9ca;
    }
    footer .f-box01-fx {
        flex-direction: column;
        padding: 0;
        padding-right: min(5.33vw, 20px);
        padding-top: 46px;
        max-width: 500px;
        margin: 0 auto;
    }
    footer .f-box01-fx:before {
        display: none;
    }
    footer .f-box01-bg {
        width: 100%;
        max-width: 100%;
        position: relative;
        padding-bottom: 49px;
    }
    footer .f-box01-bg:after {
        right: initial;
        width: calc(100% + 20px);
        left: -20px;
    }
    footer .f-box01-bg:before {
        content: "";
        position: absolute;
        left: initial;
        right: -2px;
        bottom: 0px;
        background: url(../images/f-ico01-sp.png) no-repeat center;
        background-size: 100% auto;
        width: 170px;
        height: 176px;
    }
    footer .f-img {
        height: min(106.67vw, 400px);
        margin-top: -100px;
    }
    footer .f-map iframe {
        height: 298px;
    }
    footer .ft_info {
        display: none;
        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: 50px;
        transform: translateY(100%);
        transition: transform 0.3s ease-in-out;
    }
    .fixed_banner.active {
        transform: translateY(0%);
    }
    .fixed_banner p {
        font-weight: normal;
        font-size: 13px;
        writing-mode: initial;
        text-orientation: initial;
        flex-direction: column;
        line-height: 1;
    }
    .fixed_banner p::before {
        height: 1.4em;
    }
    .fixed_banner p::before {
        margin-bottom: 5px;
        background-size: contain;
    }
    .fixed_banner>div {
        width: 25%;
        padding: 5px;
        border-bottom: 0;
        border-right: 1px solid #e6dedf;
		min-height:auto;
    }
    .fixed_banner>div:last-child {
        border-right: 0;
    }
	    .fixed_banner .box-time,
    .fixed_banner .box-map {
           position: absolute;
        height: auto;
        top: initial;
        bottom: 48px;
        right: 0;
        left: -2px;
        width: 101%;
        margin: 0 auto;
        background: var(--main-color);
        padding: 12px 10px 20px;
        display: none;
        opacity: 0;
        cursor: default;
    }
	.box-map .f-list-address .f-ttl .ico{
		border:0;
		padding-right:0;
		margin-right:0;
		margin-bottom:7px
	}
	.box-map iframe {
    height: auto;
    min-height: 13.625em;
    margin-bottom: 5px;
}
}


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


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


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


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


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


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


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


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


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