@charset "UTF-8";
@media only screen and (max-width: 768px) {
    .blurFixSP {
        image-rendering: optimizeSpeed;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: pixelated;
        image-rendering: optimize-contrast;
        -ms-interpolation-mode: nearest-neighbor;
    }
    :root {
        --ttl_size: 26px;
        --wrapper: 60px;
    }
}
body:not(.ovh) .menu_toggle .inside {
    pointer-events: none;
}
.menu_toggle {
    background-color: #fff;
    position: fixed;
    top: var(--wrapper);
    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 ul li a {
    color: var(--clr1);
}
.menu_toggle ul li a:after {
    background-color: var(--clr1);
}
@media only screen and (min-width: 769px) {
    .menu_toggle ul li a:hover {
        color: var(--clr1);
    }
}
.menu_toggle p {
    margin-bottom: 0;
}
.menu_toggle .inside {
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s ease;
    height: 100%;
    overflow: auto;
}
.menu_toggle .inside .ft_link {
    padding: 20px 20px 20px;
}
@supports (-webkit-touch-callout: none) {
    .menu_toggle .inside .ft_link {
        padding-bottom: 120px;
    }
}
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .menu_toggle .inside .ft_link {
            padding-bottom: 120px;
        }
    }
}
#nav-icon {
    width: 30px;
    height: 27px;
    position: relative;
    margin: 0 auto 0px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}
#nav-icon span {
    background-color: #264536;
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}
#nav-icon span:first-child {
    top: 3px;
}
#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 9px;
}
#nav-icon span:nth-child(4) {
    top: 15px;
}
#nav-icon.open span:first-child {
    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: #fff;
    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(--main-color);
    }
    .hamburger-btn:hover #nav-icon span {
        background-color: #fff;
    }
}
.hamburger-btn .button-toggle {
    position: relative;
    width: 100%;
    padding-top: calc(var(--wrapper) / 2 - 12px);
    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;
}
@media only screen and (max-width: 768px) {
    .menu_toggle .menu_col {
        width: 100%;
    }
    .menu_toggle .menu_col > div {
        margin-bottom: 15px;
    }
    .menu_toggle ul li a {
        display: block;
        width: 100%;
        line-height: 1.6;
        font-size: 14px;
    }
    .menu_toggle ul li a:hover {
        color: var(--clr1);
    }
    .menu_toggle .ft_link .link_list {
        display: flex;
        flex-direction: column-reverse;
    }
    .menu_toggle .ft_link .menu-gr .title {
        display: none;
    }
    .menu_toggle .ft_link .ttl {
        background-color: var(--main-color);
        padding: 16px 10px;
        position: relative;
        color: #fff;
    }
    .menu_toggle .ft_link .ttl:after,
    .menu_toggle .ft_link .ttl:before {
        position: absolute;
        content: "";
        background-color: #fff;
        transition: all 0.3s;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .menu_toggle .ft_link .ttl:before {
        width: 2px;
        height: 16px;
        right: 17px;
    }
    .menu_toggle .ft_link .ttl:after {
        width: 16px;
        height: 2px;
        right: 10px;
    }
    .menu_toggle .ft_link .ttl.rotate:before {
        transform: rotate(90deg);
    }
    .menu_toggle .lv2 ul {
        background-color: rgba(107, 158, 178, 0.8);
    }
    .menu_toggle .lv2 li {
        padding: 0 10px;
    }
    .menu_toggle .lv2 li a,
    .menu_toggle .lv2 li p.title {
        display: block;
        position: relative;
        color: #fff;
        font-size: 13px;
        padding: 10px 10px 10px 25px;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
    }
    .menu_toggle .lv2 li a:after {
        content: "›";
        display: block;
        position: absolute;
        top: 47%;
        left: 10px;
        transform: translateY(-50%);
        font-size: 12px;
        font-weight: normal;
    }
    .ft_link .title {
        font-size: calc(var(--ttl_size) + 0px);
    }
    .ft_link li {
        padding: 8px 0px;
        margin-bottom: 0;
        border-bottom: 1px dashed #ccc;
    }
    .ft_link .menu01 {
        margin-bottom: 0;
        border-top: 1px solid #333;
        padding-top: 15px;
        margin-top: 15px;
    }
}
@media only screen and (max-width: 768px) {
    body {
        font-size: 87.5%;
    }
    a:hover {
        opacity: 1 !important;
    }
    .under .ud_map iframe {
        height: 100%;
    }
    .fblock {
        display: block;
    }
    .fblock.true {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        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 .btn.style01 a,
    .btn-group .btn.style02 a {
        font-size: 1.8em;
    }
    .btn-group .btn.style01 a:after,
    .btn-group .btn.style02 a:after {
        right: 0.5em;
    }
    .btn-group .btn.style03 a {
        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;
    }
}
@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: calc(100% - 80px);
        width: auto;
        margin-left: 10px;
        transform: none;
    }
    .header_top .logo img {
        width: auto;
        max-height: 40px;
    }
    .time_sheet .note {
        line-height: 1.4;
        font-size: min(14px, 3.8vw);
        letter-spacing: 0.05em;
    }
    .idx05 {
        padding: 60px 0 0;
    }
    .idx05 .inner_big {
        padding-left: 10px;
        padding-right: 10px;
    }
    .idx05 .content {
        padding: 40px 0 40px;
    }
    .idx05 .flex {
        padding-left: 10px;
        padding-right: 10px;
    }
    .idx05 .flex > div {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .idx05_logo {
        margin-left: auto;
        width: 90%;
    }
    .idx05_block {
        margin-right: auto;
        padding-right: 0;
    }
    .idx05_tel {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .idx05 .time_sheet {
        margin-top: 20px;
        font-size: min(16px, 3.5vw);
    }
    .idx05 .des {
        text-align: center;
        line-height: 1.6;
    }
    .idx05 .des span {
        display: block;
        padding-left: 0;
    }
    .idx05_tel {
        font-size: 30px;
    }
    .idx05_info {
        font-size: 8px;
        justify-content: center;
    }
    .idx05_info .btn {
        margin-bottom: 15px;
        min-height: 4em;
    }
    .idx05_info .btn:last-child {
        margin-bottom: 0;
    }
    .idx05_right {
        padding-top: 20px;
    }
    .idx05_map {
        height: 350px;
        margin-top: 20px;
    }
    footer {
        padding: 3vw 0 50px;
    }
    footer .ft_map iframe {
        height: 100%;
    }
    footer .ft_link {
        width: auto;
    }
    .totop {
        bottom: 50px;
        right: unset;
		left: 0;
        width: 50px;
        height: 50px;
    }
    .fixed_banner {
        display: flex;
        flex-wrap: wrap;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
        height: 50px;
        transform: translateY(100%);
    }
    .fixed_banner.active {
        transform: translateY(0%);
    }
    .fixed_banner > div {
        width: 33.33%;
        height: 100%;
    }
    .fixed_banner > div > p {
        font-size: min(14px, 4vw);
        line-height: 1;
    }
    .fixed_banner > div > p .tt:before {
        margin-bottom: 0.3em !important;
    }
    .fixed_banner .tel p .tt:before {
        width: 1.4285714286em;
        height: 1.5em;
    }
    .fixed_banner .web p .tt:before {
        width: 21px;
        height: 20px;
    }
    .fixed_banner .location p .tt:before {
        width: 1.4285714286em;
        height: 1.7857142857em;
    }
    .fixed_banner .web2 p .tt:before {
        width: 2.5em;
        height: 1.8571428571em;
    }
    .copyright {
        display: block;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .copyright .flex {
        justify-content: center;
    }
    .copyright .textwidget p {
        font-size: 12px;
    }
    .idx_gallery .img {
        width: 350px;
    }
}
@media only screen and (max-width: 639px) {
    .copyright .flex {
        max-width: 400px;
        margin: auto;
    }
    .copyright .grits {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .copyright .grits img {
        margin: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding-bottom: 10px;
        max-width: 130px;
    }
    .copyright .textwidget {
        margin-top: 10px;
        border: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 0;
    }
    .copyright .textwidget p {
        letter-spacing: 0;
    }
    .copyright .textwidget span {
        display: inline-block;
    }
    .idx05_info {
        flex-direction: column;
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 450px) {
    .idx05_info {
        justify-content: flex-start;
        flex-direction: column;
    }
}
@media only screen and (max-width: 375px) {
    .copyright {
        padding-bottom: 50px;
    }
}
/*# sourceMappingURL=style_sp.css.map */
