@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 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: 2.7em;
    height: 1.7em;
    position: relative;
    margin: 0 auto 0px;
    cursor: pointer;
    transition: 0.5s ease-in-out
}
#nav-icon span {
    background-color: #fff;
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    border-radius: 3px
}
#nav-icon span:first-child {
    top: 0
}
#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 0.5em
}
#nav-icon span:nth-child(4) {
    top: 1em
}
#nav-icon.open span:first-child {
    top: 11px;
    width: 0%;
    left: 50%;
    opacity: 0
}
#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%;
    opacity: 0
}
.hamburger-btn {
    width: 9.9em;
    height: 5.3em;
    position: relative;
    top: -0.2em;
    right: 0.1em;
    z-index: 10
}
.hamburger-btn .button-toggle {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 6px;
    margin: 0 auto;
    text-align: center;
    color: inherit;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #F8B474;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center
}
@media only screen and (min-width:769px) {
    .hamburger-btn .button-toggle:hover {
        background-color: var(--clr2)
    }
}
.hamburger-btn .button-toggle #menu_btn {
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0px
}
@media only screen and (min-width:769px) and (max-width:1200px) {
    .hamburger-btn {
        width: 8.5em;
        height: 4.3em
    }
    #nav-icon {
        height: 16px
    }
}
@media only screen and (max-width:768px) {
    .hamburger-btn {
        width: 7.5em;
        height: 4em
    }
    .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: 18px;
        margin-bottom: 4px;
        padding-bottom: 12px
    }
    .ft_link li {
        padding: 8px 0px;
        margin-bottom: 0;
        border-bottom: 1px dashed #ccc
    }
    .ft_link a {
        display: block
    }
    .ft_link .menu01 {
        margin-bottom: 30px
    }
}
@media only screen and (max-width:768px) {
    body {
        font-size: 15px
    }
    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
    }
    .key:before {
        height: 375px
    }
    .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
    }
    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
    }
    .btn_st01 a {
        font-size: 14px;
        min-height: 4.5em
    }
    .TabContainer .TabPager > div {
        width: calc(33.3333333333% - 6px);
        margin: 0 3px;
        padding: 12px 2% 11px;
        border-radius: 10px 10px 0px 0px
    }
    .TabContainer .TabPager > div p {
        font-size: min(16px, 3.5vw);
        letter-spacing: 0
    }
    .TabContainer .TabContent .content {
        border-radius: 15px
    }
    .TabContainer .TabContent .content > div {
        padding: 35px 5%
    }
    .TabContainer.tab_st01 .TabPager {
        width: calc(100% - 50px);
        padding: 5px;
        border-radius: 10px;
        margin-bottom: -32px
    }
    .TabContainer.tab_st01 .TabPager > div {
        padding: 11px 10px 10px;
        border-radius: 10px
    }
    .TabContainer.tab_st01 .TabPager > div p {
        line-height: 1.4;
        font-size: min(16px, 4vw)
    }
    .TabContainer.tab_st01 .TabContent .content {
        border-width: 4px
    }
    .TabContainer.tab_st01 .TabContent .content > div {
        padding: 46px 8% 30px
    }
    .TabContainer.tab_st02 .TabPager {
        width: 100%
    }
    .TabContainer.tab_st02 .TabPager > div {
        padding: 5px
    }
    .TabContainer.tab_st02 .TabPager > div .tt {
        padding: 11px 10px 11px;
        line-height: 1.4;
        font-size: min(16px, 4vw)
    }
    .TabContainer.tab_st02 .TabContent .content {
        border-width: 4px
    }
    .TabContainer.tab_st02 .TabContent .content > div {
        padding: 20px 0 30px
    }
}
@media only screen and (max-width:430px) {
    .TabContainer.tab_st02 .TabPager {
        flex-wrap: wrap
    }
    .TabContainer.tab_st02 .TabPager > div {
        width: calc(50% - 6px)
    }
}
@media only screen and (max-width:768px) {
    .wrapper {
        min-width: inherit
    }
    .header_top {
        width: 100%;
        align-items: center;
        height: 60px;
        padding: 0 10px
    }
    .header_top p {
        margin-bottom: 0
    }
    .header_top .logo {
        max-width: calc(100% - 140px);
        width: 208px;
        transform: none
    }
    .header_top .logo img {
        width: auto;
        max-height: 40px
    }
    .right_head {
        width: auto
    }
    .h_insta {
        margin: -0.1em 0.8em 0 0.5em
    }
    .h_insta img {
        max-width: 4.6em
    }
    footer {
        padding: 40px 0 50px
    }
    footer:before {
        height: calc(100% + 60px)
    }
    footer .ft_menu {
        padding: 20px 20px 60px;
        width: calc(100% - 60px)
    }
    footer .ft_logo {
        width: calc(100% - 60px);
        margin: 0 auto 30px
    }
    footer .ft_map iframe {
        height: 100%
    }
    footer .ft_link {
        width: auto
    }
    .idx_gallery .list .item {
        padding: 5px
    }
    .idx_gallery .list .item .img {
        width: 220px;
        height: 165px
    }
    .btn_scroll {
        width: 114px;
        height: 55px
    }
    .btn_scroll .icon {
        font-size: 12px;
        padding-right: 22px
    }
    .btn_scroll .icon:after {
        width: 16px;
        height: 16px
    }
    .btn_scroll.active {
        bottom: 50px
    }
    .bnr_corona {
        font-size: min(1.5625vw, 6.5px);
        right: 25px;
        bottom: 25px;
    }
    .bnr_corona.active {
        bottom: 75px;
    }
    .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: calc(100% / 3);
        height: 100%
    }
    .fixed_banner > div > p {
        font-size: 12px;
        line-height: 1
    }
    .fixed_banner > div > p .tt:before {
        font-size: 0.9em
    }
    .fixed_banner .line p .tt:before {
        font-size: 0.7em;
        margin-bottom: 0.2em
    }
    .fixed_banner .mail p .tt:before,
    .fixed_banner .tel p .tt:before,
    .fixed_banner .web p .tt:before {
        margin-bottom: 0.4em
    }
    .time_sheet .note {
        margin-top: 10px
    }
    .copyright {
        display: block;
        margin-top: 0
    }
    .copyright .flex {
        justify-content: center
    }
    .idx_gallery .item .img {
        max-width: 50vw
    }
    .fixed_frame.active .item_col {
        height: calc(100vh - var(--wrapper) - 50px);
        bottom: 50px
    }
    .fixed_frame.active .item_row {
        bottom: 50px
    }
}
@media only screen and (max-width:430px) {
    .time_sheet table {
        font-size: min(15px, 4vw)
    }
    .time_sheet table td,
    .time_sheet table th {
        width: 9%
    }
    .time_sheet table td:first-child,
    .time_sheet table th:first-child {
        width: auto
    }
    .time_sheet table td:last-child,
    .time_sheet table th:last-child {
        width: 13%;
        padding-right: 1em
    }
}
/*# sourceMappingURL=style_sp.css.map */