/* 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;
    }
    .inner_big,
    .inner,
    .inner_sm {
        padding: 0 20px;
    }
    .hamburger-btn {
        display: flex;
    }
	header.active .logo a img {
    width: auto;
}
}


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


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

body:not(.ovh) .menu_toggle .inside {
    pointer-events: none;
}

.hamburger-btn {
    display: 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;
            }
        }
    }
    .accContainer ul li {
        margin-bottom: 0;
    }
    .accContainer ul li a {
        display: block;
        font-weight: 500;
        padding: 0.5em 0;
    }
    .menu_toggle .inside .ft_link .ttl {
        position: relative;
        pointer-events: auto;
        padding: 0.3em 3em 0.6em 0;
        font-size: 18px !important;
        --left: 1.5em;
        letter-spacing: 0;
        line-height: 1.6em;
        font-weight: 500;
        margin-bottom: 0;
    }
    .noContainer ul li {
        margin-bottom: 0;
        border-bottom: 1px solid #ccc !important;
    }
    .noContainer ul li a {
        position: relative;
        pointer-events: auto;
        padding: 0.3em 3em 0.6em 0;
        font-size: 18px !important;
        --left: 1.5em;
        letter-spacing: 0;
        line-height: 1.6em;
        font-weight: 500;
        display: block;
        color: var(--main-color)
    }
    .noContainer ul li a:before {
        display: none;
    }
    .noContainer ul li a .en {
        display: block;
        font-size: 13px;
        margin-top: 3px;
        line-height: 1em;
    }
    .menu_toggle .inside .ft_link .ttl .en {
        display: block;
        font-size: 13px;
        margin-top: 3px;
        line-height: 1em;
    }
    .menu_toggle .inside .ft_link .ttl:not(.rotate) {
        padding-bottom: 0.6em;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0;
    }
    .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.5em;
        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;
    }
}

header.active {
    height: 4.6875em;
}

header.active .hamburger-btn {
    border-color: var(--clr1);
}

header.active #nav-icon span {
    background: var(--clr1);
}

body.ovh .hamburger-btn {
    border-color: var(--clr1);
}

body.ovh #nav-icon span {
    background: var(--clr1);
}

#nav-icon {
    width: 18px;
    height: 27px;
    position: relative;
    margin: 0 auto 0px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    padding-top: 10px;
    font-size: 10px;
}

#nav-icon span {
    background-color: #fff;
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    border-radius: 2px;
    transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 11px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 17px;
}

#nav-icon span:nth-child(4) {
    top: 23px;
}

#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: 20px;
    right: 20px;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s;
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

@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: 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;
    }
    .hamburger-btn {
        display: block;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1366px) {
    .fixed_banner {
        top: 100px;
    }
}


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


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


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

@media only screen and (max-width: 768px) {
    .wrapper {
        min-width: inherit;
    }
    .header_top {
        width: 100%;
        align-items: center;
        height: 75px;
        padding: 0;
    }
    .header_top p {
        margin-bottom: 0;
    }
    .header_top .logo {
        margin-left: 20px;
        transform: none;
        width: 132px;
        margin-top: 4px;
    }
    .header_top .logo img {
        width: auto;
        max-height: 38px;
    }
    .pc_navi {
        display: none;
    }
    .idx_gallery ul li .img {
        width: 225px;
        height: 500px;
        background-size: 100% auto;
    }
    footer {
        padding: 0 0 50px;
    }
    footer .f-map iframe {
        height: 280px;
    }
    footer .f-box01-fx {
        flex-direction: column;
        padding-right: 0;
    }
    footer .f-box01-img {
        margin-right: 0;
        width: 100%;
    }
    footer .f-box01-img img {
        width: 100%;
        object-fit: cover;
    }
    footer .f-box01-cnt {
        background: url(../images/f-box02-bg-sp.png) no-repeat top center;
        background-size: 100% 100%;
        margin-top: -203px;
        position: relative;
        z-index: 1;
        padding-top: 150px;
    }
    footer .f-box01-cnt .f-logo {
        text-align: center;
    }
    footer .f-box01-cnt .f-fx-address {
        padding: 0 20px;
        max-width: 450px;
        margin: 0 auto;
    }
    footer .f-box01-cnt .f-fx-address .f-address {
        padding-top: 5px;
        letter-spacing: 0.15em;
        margin-right: 5px;
        font-size: min(3.5vw, 15px);
    }
    footer .f-box01-cnt .f-fx-address .f-address02 {
        height: 60px;
        margin-top: 5px;
        padding-left: 0;
        justify-content: flex-start;
        padding-left: min(3.47vw, 13px);
    }
    footer .f-box01-cnt .f-fx-address .f-address02 .ico {
        margin-right: 7px;
    }
    footer .f-box01-cnt .f-fx-address .f-address02 .ttl {
        letter-spacing: 0.2em;
        font-size: min(3.7vw, 15px);
    }
    footer .f-box01-cnt .f-btn-tel {
        width: calc(100% - 40px);
        margin: 13px auto;
        max-width: 400px;
    }
    footer .f-box01-cnt .f-btn-tel:after {
        top: 5px;
        left: 5px;
        background: url(../images/f-bg-tel.svg) no-repeat center;
        background-size: cover;
        border-radius: 10px;
    }
    footer .f-box01-cnt .f-btn-tel a {
        min-height: 75px;
        min-width: 100%;
    }
    footer .f-box01-cnt .tbl-time {
        margin: 0 auto;
        width: calc(100% - 40px);
        max-width: 400px;
    }
    footer .f-box01-cnt .f-tbl-txt {
        font-size: 12px;
        padding: 0;
        max-width: 400px;
        margin: 0 auto;
        margin-top: 5px;
        width: calc(100% - 40px);
    }
    footer .copyright {
        bottom: 0;
        left: 0;
        position: relative;
        text-align: center;
    }
    footer .copyright>p {
        font-size: 12px;
    }
    footer .f-box02 {
        background: #fff;
        padding: 0;
        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: 65px;
        transform: translateY(100%);
        transition: transform 0.3s ease-in-out;
        border-right: 0;
        border-left: 0;
    }
    .fixed_banner.active {
        transform: translateY(0%);
    }
    footer .f-box01-cnt:before {
        right: initial;
        top: 6.4375em;
        left: -60px;
        width: 12.5em;
        height: 8.25em;
        z-index: -1;
    }
    .fixed_banner>div.time {
        border-left: 0;
    }

    .fixed_banner .box-time,.fixed_banner .box-map {
        top: initial;
        bottom: 65px;
        right: initial;
        left: -1px;
        transform: translateY(0) translateX(-50%);
        width: 100vw !important;
        border-left: 0;
    }
		.fixed_banner .box-map{
		    left: 100.5%;
    transform: translate(-50%) translateY(0);
    right: initial;
	}
	.fixed_banner>div .f-address02 .ttl {
    font-size: 0.7em;
}
	.fixed_banner .box-map .idx-address{
		font-size:1em;
	}
	.fixed_banner .box-map .f-address02{
		font-size:1.5em;
	}
	.fixed_banner .box-map .f-address02 .ico img{
		width:24px;
		height:24px;
	}
    .fixed_banner>div {
        width: calc(100% / 5);
        margin-bottom: 0;
    }
    .fixed_banner>div.tel a .ttl {
        font-size: min(2.5vw, 14px);
        font-weight: 600;
        font-family: var(--f-en);
        letter-spacing: 0;
        line-height: 1em;
        color: #fff;
    }
    .fixed_banner>div {
        margin-bottom: 0;
    }
    .fixed_banner>div .ico img {
        filter: brightness(0) invert(1);
        width: 16px;
        height: auto;
    }
    .box-time .tbl-time tr th,
    .box-time .tbl-time tr td {
        font-size: 1em;
    }
    .fixed_banner>div .ico {
        width: 30px;
        height: 30px;
        background: var(--main-color);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-bottom: 0em;
    }
    .fixed_banner>div:last-child, .fixed_banner>div.web.map {
        border-right: 1px solid var(--main-color);
    }
    .fixed_banner>div a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        background: #fff;
		padding:0;
    }
    .fixed_banner>div a .ttl {
        font-size: min(2.6vw, 14px);
        color: var(--main-color);
        font-weight: 600;
        font-family: var(--f-en);
        line-height: 1em;
        letter-spacing: 0;
        margin: 5px auto 7px;
    }
    .fixed_banner>div a .ico,
    .fixed_banner>div a .ico-arr {
        line-height: 0;
        padding-right: 0;
    }
    footer .f-box01-cnt .tbl-time tr th,
    footer .f-box01-cnt .tbl-time tr td {
        padding: 0.985em 0.1625em;
        border-color: var(--clr1);
    }
    .logo a {
        max-width: 100%;
    }
}


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


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


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


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


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


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


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


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


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