/* 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;
    }
    .tbl-time tr th,
    .tbl-time tr td {
        font-size: 13px;
        width: 11%;
        padding: 9px 0;
    }
    .tbl-time tr td:not(:first-child),
    .tbl-time tr th {
        font-size: 14px !important;
    }
    .tbl-time tr td:first-child {
        letter-spacing: 0.05em;
    }
    .tbl-fx-txt {
        flex-direction: column;
    }
    .tbl-fx-txt>p {
        font-size: 12px;
    }
    .tbl-fx-txt .txt-tbl-time02 {
        order: 1;
    }
    .tbl-fx-txt .txt-tbl-time {
        order: 2;
    }
		.fixed_banner .box-time p, .fixed_banner .box-map p{
		font-size:0.9em;
			line-height:1.5em
	}
	.fixed_banner > div.time.active p.close,.fixed_banner > div.map.active p.close {
    display: flex;
    align-items: center;
}
	.fixed_banner .box-map .txt-address02 {
    font-size: 0.9em;
    width: 100%;
    line-height: 1.4em;
}
	.fixed_banner>div.map{
		border-bottom-left-radius:0;
		border-top-right-radius:10px;
	}
	.fixed_banner>div:first-child{
		border-top-left-radius:10px !important;
	}
	.fixed_banner .box-tel,
	.fixed_banner .box-time,
	.fixed_banner .box-map{
		width: 100vw;
        left: -1px;
        right: 0;
        margin: 0 auto;
        top: initial;
        bottom: 58px;
        height: auto;
        border-radius: 0 !important;
		border:0;
	}
	.fixed_banner .box-tel.active,
	.fixed_banner .box-time.active,
	.fixed_banner .box-map.active{
		height:auto;
	}
	.fixed_banner .box-map.active{
		flex-direction:column;
	}
}


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


/********************************
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: 600;
        font-size: 17px;
        --left: 1.5em;
    }
    .ft_link .ttl {
        pointer-events: initial;
    }
    .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 .title::before,
    .menu_toggle .inside .ft_link .title::after {
        content: "";
        display: block !important;
        position: absolute;
        top: 21px;
        right: 1em;
        margin: auto;
        background-color: var(--clr2);
        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;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .menu_toggle .ft_link .ttl {
        background: transparent
    }
    .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%;
        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(--main-color);
        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(--clr2);
        top: 16px;
        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: min(4.8vw, 18px);
    height: 27px;
    position: relative;
    margin: 0 auto 0px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

#nav-icon span {
    background-color: var(--clr2);
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 3px;
    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: #fcf7f1;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    position: fixed;
    top: 15px;
    right: min(4vw, 15px);
    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: 8px;
    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: 320px) {
    .hamburger-btn {
        right: 5px;
        width: 35px;
        height: 35px;
    }
    .header_top .logo {
        width: min(28.13vw, 100px) !important;
    }
    .hamburger-btn .button-toggle {
        padding-top: 6px;
    }
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 87.5%;
    }
    figure {
        text-align: center;
    }
    .totop {
        bottom: 70px;
        right: 10px;
        border-radius: 10px;
    }
    .totop .icon {
        width: 40px;
        height: 40px;
    }
    .under .ud_map iframe {
        height: 100%;
    }
    .fblock {
        display: block;
        padding: 10px;
    }
    .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;
    }
}


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


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


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

@media only screen and (max-width: 768px) {
    .wrapper {
        min-width: inherit;
    }
    header {
        padding-top: 0;
    }
    .header_top {
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        height: 68px;
        padding: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        padding: 0 !important;
    }
    .header_top p {
        margin-bottom: 0;
    }
    .header_top .logo {
        max-width: 100%;
        width: min(34.13vw, 128px);
        margin-left: min(4.53vw, 17px);
        transform: none;
        margin-top: 0;
        margin-right: 7px;
    }
    .header_top .logo img {
        width: auto;
        max-height: min(9.87vw, 37px);
    }
    .header_top .idx-h-address img {
        height: min(9.6vw, 36px);
    }
    .idx_gallery ul li .img {
        width: 225px;
        height: 500px;
        background-size: 100% auto;
    }
    footer {
        padding: 0 0 50px;
    }
    footer .f-btn {
        margin: 0 auto;
        max-width: 157px;
        margin-top: 10px;
    }
    footer .f-btn a {
        min-width: 157px;
        min-height: 50px;
        padding-left: 15px;
        font-size: 14px;
    }
    footer .f-btn a:before {
        width: 20px;
        height: 20px;
    }
    footer .f-box02 {
        padding-top: 0;
        padding-bottom: 9px;
        margin-top: 0;
    }
    footer .fblock {
        background: transparent;
        padding-top: 16px;
    }
    footer .copyright {
        left: 0;
        bottom: 0;
        text-align: center;
        position: relative;
        background: transparent;
    }
    footer .copyright>p {
        font-size: 12px;
    }
    footer .f-bnr {
        width: calc(100% - min(12.8vw, 48px));
        margin: 0 auto;
        padding: 5px;
        margin-top: 30px;
        position: relative;
        right: 5px;
        max-width: 327px;
    }
    footer .f-bnr:before {
        content: "";
        position: absolute;
        right: -10px;
        top: -0.1875em;
        bottom: 0;
        margin: auto 0;
        background: url(../images/f-ico-arr-sp.svg) no-repeat center;
        background-size: 100% auto;
        width: min(9.33vw, 35px);
        height: min(9.33vw, 35px);
    }
    footer .f-bnr-bg {
        min-height: min(23.47vw, 88px);
        overflow: hidden;
    }
    footer .f-bnr-bg .img {
        flex-shrink: 0;
        margin-right: 12px;
    }
    footer .f-bnr-bg .img img {
        width: min(23.47vw, 88px);
        height: min(23.73vw, 89px);
        object-fit: cover;
    }
    footer .f-bnr-bg .cnt .ttl img {
        height: min(4.27vw, 16px);
        width: auto;
    }
    footer .f-frame-access {
        width: calc(100% + 20px);
        margin: 0 auto;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        margin-top: 25px;
        flex-direction: column;
        padding: 15px 20px 25px;
    }
    footer .f-frame-access .f-frame-l {
        margin-right: 0;
    }
    footer .f-frame-access .f-frame-l .ttl {
        font-size: min(4.8vw, 18px);
        padding-left: 18px;
    }
    footer .f-frame-access .f-frame-l .img img {
        height: min(74.67vw, 280px);
        width: 100%;
        object-fit: contain;
    }
    footer .f-frame-access .f-frame-r {
        padding-top: 10px;
    }
    footer .f-frame-access .f-frame-r .ttl02 {
        font-size: min(4.27vw, 16px);
    }
    footer .f-frame-access .f-frame-r .txt {
        font-size: min(4.27vw, 16px);
    }
    footer .f-frame-access .f-frame-r .txt.last {
        margin-bottom: 10px;
    }
    footer .f-frame-access .f-frame-r .txt br {
        display: none;
    }
    footer .f-box01 {
        padding-top: 0;
    }
    footer .f-box01 .inner_big {
        padding: 0;
    }
    footer .f-box01-fx {
        flex-direction: column;
        padding-left: 0;
    }
    footer .f-box01 .f-left {
        padding: 0 20px;
        padding-top: 50px;
        width: 100%;
    }
    footer .f-box01 .f-left .f-logo {
        padding-bottom: 24px;
    }
    footer .f-box01 .f-left .f-logo img {
        width: 260px;
        height: auto;
    }
    footer .f-box01 .f-left .tbl-time tr th,
    footer .f-box01 .f-left .tbl-time tr td {
        padding: 9px 0;
        font-size: 14px;
        width: 10.5%;
    }
    footer .f-box01 .f-left .tbl-time tr th:first-child,
    footer .f-box01 .f-left .tbl-time tr td:first-child {
        letter-spacing: 0;
    }
    footer .f-box01 .f-left .tbl-time tr:first-child th {
        padding: 10px 0;
    }
    footer .f-box01 .f-left .tbl-fx-txt {
        flex-direction: column;
    }
    footer .f-box01 .f-left .tbl-fx-txt .f-txt-btn {
        order: 2;
    }
    footer .f-box01 .f-left .tbl-fx-txt .txt-tbl-time {
        order: 1;
        font-size: min(3.73vw, 14px);
        margin-top: 5px;
    }
    footer .f-box01 .f-left .f-list-tel {
        flex-direction: column;
        max-width: 330px;
        margin: 0 auto;
        margin-top: 1.8em;
    }
    footer .f-box01 .f-left .f-list-tel li {
        width: 100%;
    }
    footer .f-box01 .f-left .f-list-tel li a .ico {
        width: min(12vw, 45px);
        height: min(12vw, 45px);
        margin-right: 15px;
    }
    footer .f-box01 .f-left .f-list-tel li a .ttl {
        font-size: min(9.33vw, 35px);
        padding-top: 5px;
    }
    footer .f-box01 .f-left .f-list-tel li a .ttl .sub-ttl {
        font-size: min(3.73vw, 14px);
        line-height: 1em;
        margin-bottom: 0;
    }
    footer .f-box01 .f-left .f-list-tel li.web a {
        padding-left: 19px;
        padding-bottom: 11px;
    }
    footer .f-box01 .f-left .f-list-tel li.web a .ttl .sub-ttl02 {
        font-size: 24px;
    }
    footer .f-box01 .f-left .f-list-tel li.web a:before {
        width: min(7.47vw, 28px);
        height: min(7.47vw, 28px);
    }
    footer .f-box01 .f-left .f-list-ct li {
        padding-top: 17px;
        padding-bottom: 20px;
        padding-left: 10px;
        align-items: center;
    }
    footer .f-box01 .f-left .f-list-ct li:not(:first-child) {
        padding-top: 10px;
        padding-bottom: 8px;
    }
    footer .f-box01 .f-left .f-list-ct li .ttl,
    footer .f-box01 .f-left .f-list-ct li .txt {
        font-size: min(4.27vw, 16px);
    }
    footer .f-box01 .f-left .f-list-ct li .ttl {
        margin-right: min(6.4vw, 24px);
        min-width: min(29.33vw, 110px);
        width: min(29.33vw, 110px);
        line-height: 1em;
    }
    footer .f-box01 .f-left .f-list-ct li .ttl:after {
        background: url(../images/f-hr-sp.svg) no-repeat center;
        background-size: 100% auto;
        width: 2px;
        height: 40px;
        right: -10px;
    }
    footer .f-box01 .f-left .f-list-ct li .txt {
        line-height: 1.3em;
    }
    footer .f-box01 .f-right {
        order: 1;
        width: 100%;
    }
    footer .f-box01 .f-right .box-img {
        height: auto;
        border-radius: 0;
    }
    footer .f-box01 .f-right img {
        height: 230px;
        width: 100%;
        object-fit: cover;
    }
    footer .f-box01 .f-left {
        order: 2;
        max-width: 500px;
        margin: 0 auto;
    }
    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-size: 11px;
        writing-mode: initial;
        flex-direction: column;
        font-weight: bold;
        line-height: 1;
    }
    .fixed_banner p::before {
        height: 16px;
        width: 16px;
    }
    .fixed_banner p::before {
        margin-bottom: 5px;
    }
    .fixed_banner>div {
        width: 20%;
    }
    .fixed_banner>div:before {
        height: 30px;
        width: 1px;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: initial;
    }
}


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


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


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


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


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


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


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


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


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