/* 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 {
          position: absolute;
        right: -3px;
        top: initial;
        bottom: 50px;
        margin: 0 auto;
        height: 190px;
        width: 101vw;
        min-width: 100%;
        min-height: 190px;
        padding: 15px;
        border-radius: 0;
}
	.fixed_banner .box-map .idx-address02,.fixed_banner .box-map .idx-address{
		font-size:1em;
	}
	.fixed_banner .box-map .btn-map a{
		font-size: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-size: 18px;
        --left: 1.8em;
        font-family: var(--f-jp);
        writing-mode: initial;
    }
    .ft_link li {
        margin-bottom: 0;
    }
    .ft_link a {
        display: flex;
        line-height: 1.5em;
        font-size: 14px;
        padding-bottom: 0.5em;
        padding-top: 0.5em;
    }
    .ft_link a:before {
        margin-right: 0.5em;
        flex-shrink: 0;
        width: 6px;
        height: 6px;
    }
    .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;
        z-index: 2;
    }
    .menu_toggle .inside .ft_link .ttl::before {
        transform: rotate(90deg);
    }
    .menu_toggle .inside .ft_link li {
        border-bottom: 1px solid #ccc;
    }
    .menu_toggle .inside .ft_link .menu01 .ttl {
        margin-top: 0;
    }
}

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

#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 {
    position: fixed;
    top: 18px;
    right: 20px;
    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: 0;
    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: 55px;
        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;
    }
    .txt-tbl-time span:last-child {
        margin-left: 0;
    }
    .tbl-time {
        margin-top: 25px;
        margin-bottom: 8px;
    }
    .tbl-time tr th,
    .tbl-time tr td {
        padding: 0.6em 0 0.6em !important;
        width: 9.4%;
        font-size: 14px;
        letter-spacing: 0 !important;
        line-height: 1em;
    }
    .tbl-time tr th:first-child,
    .tbl-time tr td:first-child {
        width: 120px !important;
    }
    .tbl-time tr th img,
    .tbl-time tr td img {
        height: 17.5px;
        width: auto;
    }
    .tbl-time tr:not(:first-child) td:first-child {
        letter-spacing: 0.05em !important;
    }
    .tbl-time tr:first-child th,
    .tbl-time tr:first-child td {
        padding-top: 0.7em !important;
        padding-bottom: 0.7em !important;
    }
    .txt-tbl-time {
        font-size: min(3.73vw, 14px);
    }
    .idx-fx-ct {
        flex-direction: column;
    }
    .idx-fx-ct .idx-ct-left {
        margin-right: 0;
    }
    .idx-fx-ct .idx-ct-left .idx-logo {
        text-align: center;
        margin-left: 0;
        margin-bottom: 2px;
    }
    .idx-fx-ct .idx-ct-left .idx-logo img {
        margin: 0 auto;
        max-height: 61px;
        width: auto;
    }
    .idx-fx-ct .idx-ct-left .idx-address {
        line-height: 1.45em;
        font-size: 16px;
        align-items: flex-start;
        margin-bottom: 7px;
    }
    .idx-fx-ct .idx-ct-left .idx-address:before {
        top: 2px;
        margin-right: 8px;
    }
    .idx-fx-ct .idx-ct-left .idx-box-ct {
        padding-top: 0;
        background: transparent;
    }
    .idx-fx-ct .idx-ct-left .idx-box-ct .idx-tel {
        margin-bottom: 3px;
    }
    .idx-fx-ct .idx-ct-left .idx-box-ct .idx-tel a {
        font-size: 30px;
    }
    .idx-fx-ct .idx-ct-left .idx-box-ct .idx-tel a span {
        font-size: 18px;
        margin-right: 0;
    }
    .idx-fx-ct .idx-ct-left .idx-box-ct .idx-fax {
        font-size: 18px;
        letter-spacing: 0.05em;
    }
    .idx-fx-ct .idx-ct-left .idx-box-ct .idx-address02 {
        min-width: 100%;
        min-height: 52px;
        font-size: 16.5px;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 529px) and (max-width: 768px) {
    .idx-fx-ct .idx-ct-left .idx-address {
        justify-content: center;
    }
    .idx-fx-ct .idx-ct-left .idx-box-ct {
        text-align: center;
    }
    .idx-fx-ct .idx-ct-left .idx-box-ct .idx-address02 {
        max-width: 500px;
        margin: 10px auto 0;
        min-width: auto;
    }
    .idx-ct-right {
        max-width: 500px;
        margin: 0 auto;
        width: 100%;
    }
}


/* 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: 8px 72px 8px 0;
    }
    .noaccContainer ul li a:before {
        display: none;
    }
    .menu_toggle .inside .ft_link .noaccContainer ul li {
        border-bottom: 1x solid #ccc !important
    }
    .noaccContainer ul li a {
        color: var(--main-color);
        font-size: 18px;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        display: block;
        line-height: 1.5em;
        font-weight: 500;
        font-family: var(--f-jp);
    }
    .header_top p {
        margin-bottom: 0;
    }
    .header_top .logo {
        width: auto;
        margin-left: 10px;
        transform: none;
        flex: 1;
    }
    .header_top .logo img {
        width: auto;
        max-height: 58px;
    }
    .hamburger-btn {
        display: block;
    }
    .idx_gallery ul li .img {
        width: 225px;
        height: 500px;
        background-size: 100% auto;
    }
    footer .f-box01 .tbl-time tr th,
    footer .f-box01 .tbl-time tr td {
        width: 9.8%;
        padding: 0.7em 0 0.6em !important;
    }
    footer {
        padding: 60px 0 50px;
    }
    footer:before {
        display: none;
    }
    footer .f-box02 {
        padding: 0;
    }
    footer .copyright {
        text-align: center;
        position: relative;
        right: 0;
    }
    footer .copyright>p {
        text-align: center;
        position: relative;
        right: 0;
        padding: 12px;
        letter-spacing: 0.2em;
    }
    footer .f-box01 {
        padding-top: 37px;
    }
    footer .f-box01 .inner_sm {
        padding: 0 20px;
    }
    footer .f-box01 .idx-fx-ct .idx-ct-left .idx-logo {
        margin-bottom: 0;
    }
    footer .f-box01 .idx-fx-ct .idx-ct-left .idx-logo img {
        max-height: 75px;
    }
    footer .f-box01 .idx-fx-ct .idx-ct-left .idx-address {
        padding-bottom: 0;
    }
    footer .f-box01 .idx-fx-ct .idx-ct-left .idx-address02 {
        margin-top: 13px;
    }
    footer .f-box01 .idx-box-ct {
        background: transparent;
    }
    footer .f-box01 .tbl-time {
        margin-bottom: 5px;
    }
    footer .f-box01 .f-list-ct {
        flex-wrap: wrap;
        margin-top: 35px;
        padding-bottom: 20px;
        border-bottom: 2px dotted #099339;
        background: transparent;
        justify-content: center;
    }
    footer .f-box01 .f-list-ct li {
        width: calc(50% - min(1.33vw, 5px));
        margin-right: min(2.67vw, 10px);
        max-width: min(43.33vw, 162.5px);
        height: min(26.67vw, 100px);
        margin-bottom: 10px;
    }
    footer .f-box01 .f-list-ct li:nth-child(2n) {
        margin-right: 0;
    }
    footer .f-box01 .f-list-ct li a {
        min-width: auto;
        width: 100%;
        height: 100%;
        min-height: auto;
        background: url(../images/f-bg-list-sp.svg) no-repeat center;
        background-size: 100% 100%;
    }
    footer .f-box01 .f-list-ct li a .ico img {
        width: 15px;
        height: auto;
    }
    footer .f-box01 .f-list-ct li a .img img {
        width: min(10.13vw, 38px);
        height: auto;
    }
    footer .f-box01 .f-list-ct li a .ttl {
        font-size: min(4.27vw, 16px);
    }
    footer .f-recruit {
        padding: 9px;
        min-height: auto;
    }
    footer .f-recruit-box {
        background: url(../images/idx-recruit-bg03-sp.png) no-repeat center;
        background-size: 100% 100%;
        min-height: min(164.27vw, 616px);
        padding: min(5.33vw, 20px);
        position: relative;
    }
    footer .f-recruit-box:before {
        content: "";
        position: absolute;
        left: 50%;
        top: calc(50% + 1px);
        transform: translateY(-50%) translateX(-50%);
        margin: auto;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        background: url(../images/idx-recruit-bg02-sp.png) no-repeat center;
        background-size: 100% auto;
        z-index: 1;
    }
    footer .f-recruit-img {
        height: 250px;
        min-height: auto;
        border-radius: 15px;
        background: url(../images/idx-recruit-img01.jpg) no-repeat right center;
        background-size: cover;
    }
    footer .f-recruit-cnt {
        width: calc(100% - min(24vw, 90px));
        height: fit-content;
        margin: 0 auto;
        left: 0;
        right: 0;
        border-radius: 15px;
        padding: min(4.53vw, 17px) min(5.33vw, 20px) min(5.33vw, 20px);
        top: 195px;
        bottom: initial;
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
    }
    footer .f-recruit-cnt:before {
        right: initial;
        bottom: initial;
        left: -30px;
        top: -35px;
        background: url(../images/idx-recruit-txt.svg) no-repeat center;
        background-size: 100% 100%;
        width: 190px;
        height: 93px;
    }
    footer .f-recruit-cnt .ttl-recruit {
        font-size: min(5.87vw, 22px);
        padding-bottom: min(3.2vw, 12px);
        border-bottom: 2px dotted #e2e2e2;
        margin-bottom: min(3.2vw, 13px);
    }
    footer .f-recruit-cnt .ttl-recruit:before {
        display: none;
    }
    footer .f-recruit-cnt .ttl-recruit02 {
        font-size: min(4.8vw, 18px);
    }
    footer .f-recruit-cnt .txt {
        margin-bottom: min(6.13vw, 23px);
    }
    footer .f-recruit-cnt .txt>p {
        font-size: min(4.27vw, 16px);
    }
    footer .f-recruit-cnt .f-btn {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }
    footer .f-recruit-cnt .f-btn a {
        min-height: min(16vw, 60px);
        font-size: min(4.8vw, 18px);
        padding-left: min(4.53vw, 17px);
        min-width: auto;
		padding-right:2em;
    }
    footer .f-recruit-cnt .f-btn a:before {
        right: 10px;
    }
    footer .ft_info {
        width: auto;
        margin: 0 auto;
    }
    footer .ft_map iframe {
        height: 100%;
    }
    footer .ft_link {
        width: auto;
    }
    footer .f-map iframe {
        height: 280px;
    }
    .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;
        border-radius: 10px;
        border-top: 1px solid #c6c8cd;
        border-bottom: 0;
    }
    .fixed_banner.active {
        transform: translateY(0%);
    }
    .fixed_banner p {
        font-weight: normal;
        font-size: min(2.93vw, 13px);
        font-family: var(--f-jp);
        font-weight: 600;
        line-height: 1;
        writing-mode: initial;
        letter-spacing: 0;
    }
    .fixed_banner p::before {
        height: 20px;
        width: 20px;
    }
    .fixed_banner p::before {
        margin-bottom: 5px;
    }
    .fixed_banner .tel>p:before {
        background-image: url(../images/idx-sliderbar-tel.svg);
    }
    .fixed_banner>div,
    .fixed_banner .mess {
        height: 100% !important;
        width: 20%;
        border-radius: 0;
        border-right: 0;
        border-color: #c6c8cd;
        border-top: 0;
        border-bottom: 0;
    }
    .fixed_banner>div:first-child {
        border-top-left-radius: 10px;
        border-left: 1px solid #c6c8cd;
    }
    .fixed_banner>div:last-child {
        border-top-right-radius: 10px;
        border-right: 1px solid #c6c8cd;
    }
}

@media only screen and (min-width: 529px) and (max-width: 768px) {
    footer .f-recruit-box {
        background: url(../images/idx-recruit-bg03-sp.png) no-repeat center;
        background-size: cover;
        min-height: min(164.27vw, 616px);
        padding: min(5.33vw, 20px);
        position: relative;
        border-radius: 30px;
    }
}

@media only screen and (min-width: 639px) and (max-width: 768px) {
    footer .f-box01 .f-list-ct {
        justify-content: space-between;
    }
    footer .f-box01 .f-list-ct li {
        margin: 0 5px;
        width: calc(100% / 4 - 10px);
        height: min(26.67vw, 95px);
    }
    footer .f-box01 .f-list-ct li a .img img {
        width: min(10.13vw, 24px);
        height: auto;
    }
    footer .f-box01 .f-list-ct li a .ico {
        position: absolute;
        right: 0;
        bottom: 3px;
    }
}


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


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


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


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


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


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


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


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


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