.sp_menu {
    display: none
}

@media screen and (max-width: 1900px) {

    .bg_01:before,
    .bg_01:after {
        opacity: .2
    }

    .bg_03:after {
        opacity: .2
    }
}

@media screen and (max-width: 1442px) {
    #fixed_header .fixed_navi>li {
        margin-left: .6em
    }
}

@media screen and (max-width: 1367px) {
    .single_01 {
        max-width: 95%
    }

    .subordinate #navi>ul {
        margin: 0 0 0 2%;
        max-width: 73%
    }

    #fixed_header .fixed_contact li {
        margin-left: 20px
    }

    #fixed_header .greeting_contents .detail {
        width: 46%
    }
}

@media screen and (max-width: 1280px) {
    #fixed_header .fixed_logo {
        width: 208px
    }

    #fixed_header .fixed_navi {
        font-size: 1.6rem
    }

    #fixed_header .fixed_contact li {
        width: 190px
    }

    #footer .inner {
        max-width: 95%
    }

    .breadcrumb_box .breadcrumb {
        width: 95%
    }
}

@media screen and (max-width: 1024px) {
    #header {
        background: none;
        -webkit-backdrop-filter: inherit;
        backdrop-filter: inherit
    }

    #header .inner {
        padding: 20px 0;
        min-width: 95%
    }

    #header #head_right {
        display: none
    }

    .subordinate #header #logo {
        margin: 0
    }

    .subordinate .subordinate_head {
        height: 120px
    }

    #navi {
        display: none
    }

    #fixed_header .fixed_navi {
        display: none
    }

    #fixed_header .fixed_contact {
        display: none
    }

    #footer .inner {
        margin: 0 auto;
        padding: 30px 0
    }

    #footer .copyright {
        padding-bottom: 60px
    }

    .foot_tel a {
        font-size: 3rem
    }

    #catch {
        top: 55%;
        width: 60%;
        text-align: center
    }

    .slider {
        height: 70vh
    }

    .bg_common {
        padding-top: 60px
    }

    .bg_01:before {
        width: 40%;
        height: 60%
    }

    .bg_01:after {
        width: 40%;
        height: 40%
    }

    .single_01,
    .single_02,
    .single_03,
    .single_04,
    .single_05,
    .single_06,
    .single_07,
    .single_08 {
        max-width: 95%
    }

    .single_01,
    .single_02,
    .single_03,
    .single_04,
    .single_09 {
        padding-bottom: 60px
    }

    .column4>.child {
        width: 31.3%;
        margin: 0 3% 3% 0
    }

    .column4>.child:nth-child(4n) {
        margin: 0 3% 3% 0
    }

    .column4>.child:nth-child(3n) {
        margin: 0 0 3% 0
    }

    .article .article_image {
        width: 50%
    }

    .article .article_detail {
        width: 50%
    }

    .article .article_detail .inner {
        width: 90%
    }

    .mtitle {
        font-size: 2.4rem
    }

    .mtitle_greeting {
        text-align: center
    }

    .ggmap {
        padding-bottom: 30.25%
    }

    .tbl_simple {
        font-size: 1.1rem
    }

    .tbl_simple th,
    .tbl_simple td {
        padding: 10px 7px
    }

    .cell_01 {
        width: 30%
    }

    .flex_type {
        width: 100%
    }

    .feature {
        padding-top: 0
    }

    .index_bnr {
        padding-top: 60.75%
    }

    #sub_navi {
        width: 95%
    }

    .sub_navi_title {
        margin: 0 auto 20px
    }

    #sub_navi_list {
        width: 100%;
        font-size: 1.3rem
    }

    .mbox {
        padding: 50px
    }

    .gallery_ul span {
        font-size: 1.2rem
    }

    .gallery_ul.gallery_ul_01 li,
    .gallery_ul.gallery_ul_02 li {
        width: 48.5%
    }

    .gallery_ul.gallery_ul_01 li:nth-child(3n),
    .gallery_ul.gallery_ul_02 li:nth-child(3n) {
        margin: 0 3% 3% 0
    }

    .gallery_ul.gallery_ul_01 li:nth-child(2n),
    .gallery_ul.gallery_ul_02 li:nth-child(2n) {
        margin: 0 0 3% 0
    }

    .list_half li {
        width: 50%
    }

    .massage_contents {
        max-width: 50%
    }

    .img_big .inner div {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    .img_big .inner div img {
        height: 300px
    }

    .photobx .pbx {
        width: 60%;
        padding: 80px 40px
    }

    .movie_bg {
        height: 320px
    }

    .pc-tcenter {
        text-align: left
    }

    .tb {
        display: block
    }

    .float_side {
        display: none
    }

    .page_title_box {
        height: 40vh
    }

    #sp_navi {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 4;
        width: 100%
    }

    #sp_navi ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center
    }

    #sp_navi ul li {
        width: 33.333333%;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff
    }

    #sp_navi ul li:last-child {
        border-right: none
    }

    #sp_navi ul li a {
        display: block;
        padding: 5px 0;
        text-align: center;
        background-color: rgba(51, 51, 51, 0.9);
        color: #fff;
        font-family: "YakuHanJP", "Nunito", sans-serif;
        font-size: 1.8rem;
        line-height: 1.2
    }

    #sp_navi ul li a.sp_home:before {
        font-family: "Font Awesome 5 Free";
        content: "\f015";
        font-weight: 900
    }

    #sp_navi ul li a.sp_tel:before {
        font-family: "Font Awesome 5 Free";
        content: "\f095";
        font-weight: 900
    }

    #sp_navi ul li a.sp_mail:before {
        font-family: "Font Awesome 5 Free";
        content: "\f0e0";
        font-weight: 900
    }

    #sp_navi ul li a.sp_access:before {
        font-family: "Font Awesome 5 Free";
        content: "\f279";
        font-weight: 900
    }

    #sp_navi ul li a.sp_menu:before {
        font-family: "Font Awesome 5 Free";
        content: "\f0c9";
        font-weight: 900
    }

    #sp_navi ul li a span {
        display: block;
        font-size: 1.2rem
    }

    #nav-toggle {
        display: block;
        position: fixed;
        top: 1.1em;
        right: 5%;
        height: 32px;
        cursor: pointer
    }

    #nav-toggle>div {
        position: relative;
        width: 36px
    }

    #nav-toggle span {
        width: 100%;
        height: 1px;
        left: 0;
        display: block;
        background: #fff;
        position: absolute;
        transition: transform .6s ease-in-out, top .5s ease
    }

    #nav-toggle span:nth-child(1) {
        top: 0
    }

    #nav-toggle span:nth-child(2) {
        top: 14px
    }

    #nav-toggle span:nth-child(3) {
        top: 28px
    }

    #nav-toggle:hover span:nth-child(1) {
        top: 4px
    }

    #nav-toggle:hover span:nth-child(3) {
        top: 23px
    }

    .open #nav-toggle span {
        background: #ffb100
    }

    .open #nav-toggle span:nth-child(1) {
        top: 15px;
        transform: rotate(45deg)
    }

    .open #nav-toggle span:nth-child(2) {
        top: 15px;
        width: 0;
        left: 50%
    }

    .open #nav-toggle span:nth-child(3) {
        top: 15px;
        transform: rotate(-45deg)
    }

    #nav-toggle {
        z-index: 1000
    }

    #container {
        z-index: 900
    }

    #gloval-nav {
        display: block;
        background-color: #fff;
        color: #ffb100;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 990;
        text-align: center;
        display: flex;
        visibility: hidden;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity .6s ease, visibility .6s ease
    }

    #gloval-nav #gloval_logo {
        margin: 0 auto 30px;
        width: 150px
    }

    #gloval-nav a {
        display: block;
        color: #333;
        text-decoration: none;
        padding: 10px 0;
        transition: color .6s ease
    }

    #gloval-nav a:hover {
        color: #ffb100
    }

    #gloval-nav a span {
        display: block;
        color: #ffb100;
        font-size: 1rem
    }

    #gloval-nav ul {
        list-style: none
    }

    #gloval-nav ul li {
        opacity: 0;
        transform: translateX(200px);
        transition: transform .6s ease, opacity .2s ease
    }

    #gloval-nav ul li:nth-child(2) {
        transition-delay: .15s
    }

    #gloval-nav ul li:nth-child(3) {
        transition-delay: .3s
    }

    #gloval-nav ul li:nth-child(4) {
        transition-delay: .45s
    }

    #gloval-nav ul li:nth-child(5) {
        transition-delay: .6s
    }

    #gloval-nav ul li:nth-child(6) {
        transition-delay: .75s
    }

    #gloval-nav ul li:nth-child(7) {
        transition-delay: .9s
    }

    .open {
        overflow: hidden
    }

    .open #gloval-nav {
        visibility: visible;
        opacity: 1
    }

    .open #gloval-nav li {
        opacity: 1;
        transform: translateX(0);
        transition: transform 1s ease, opacity .9s ease
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.6rem
    }

    .bg_04:before,
    .bg_04:after {
        opacity: .2;
        width: 50%
    }

    .column2_tab {
        margin-bottom: 0
    }

    .column2_tab>.child {
        width: 100%;
        margin: 0 0 20px
    }

    .column2_tab>.child:nth-child(2n) {
        margin: 0 0 20px
    }

    .column2_tab>.child:last-child {
        margin: 0
    }

    .column4>.child {
        width: 48.5%;
        margin: 0 3% 3% 0
    }

    .column4>.child:nth-child(3n) {
        margin: 0 3% 3% 0
    }

    .column4>.child:nth-child(2n) {
        margin: 0 0 3% 0
    }

    .column6>.child {
        width: 30%
    }

    .column6>.child:nth-child(3n) {
        margin: 0 0 2% 0
    }

    .mtitle_news span:before {
        right: -90px;
        width: 80px
    }

    .mtitle_ribon span {
        padding: 10px 18px
    }

    .mtitle_middle {
        font-size: 1.8rem
    }

    .index_contents {
        height: inherit
    }

    .index_contents>div {
        width: 100%
    }

    .index_contents .index_image {
        height: 360px
    }

    .index_contents .index_image .animation-txt {
        height: inherit
    }

    .index_contents .index_detail {
        padding: 40px 5%;
        height: inherit
    }

    .point_num {
        margin-top: -30px
    }

    .sec_wrap .sec_child {
        font-size: inherit
    }

    .new_bnr li {
        height: 240px
    }

    .new_bnr li .bg {
        height: 240px
    }

    .section_contents .detail_title {
        font-size: 2.4rem
    }

    .section_contents .detail_txt {
        width: 86%
    }

    .massage_contents {
        max-width: 70%
    }

    .ggmap {
        padding-bottom: 36.25%
    }

    .manufacturer li {
        width: 90px
    }

    .medical_link li {
        font-size: 1.6rem
    }

    .medical_link li span {
        font-size: 1.4rem
    }

    .img_contents {
        margin-bottom: 0
    }

    .img_container {
        padding: 10% 3% 0 10%;
        background-color: rgba(255, 255, 255, 0.8)
    }

    .photobx .pbx {
        padding: 40px
    }
}

@media screen and (max-width: 667px) {
    body {
        font-size: 1.4rem
    }

    #header .inner {
        padding: 8px 0
    }

    #header #logo {
        width: 40%
    }

    .subordinate .subordinate_head {
        height: 90px
    }

    .subordinate #header #logo {
        width: 40%
    }

    #fixed_header .fixed_logo {
        width: 40%
    }

    #footer .link_list {
        margin-bottom: -8%
    }

    #footer .link_list>li {
        width: 48.5%;
        margin-bottom: 8%
    }

    #footer .sub_link_list {
        font-size: 1.2rem
    }

    .flogo {
        display: block;
        margin: 0 auto;
        width: 50%
    }

    #catch {
        width: 90%
    }

    .bg_01:before,
    .bg_01:after {
        height: 100%
    }

    .bg_01:before {
        width: 100%
    }

    .bg_01:after {
        display: none
    }

    .bg_02 {
        background-size: cover
    }

    .bg_03:after {
        width: 240px;
        height: 161px
    }

    .half {
        margin-bottom: 40px
    }

    .half .child {
        width: 100%
    }

    .column2 {
        margin-bottom: 0
    }

    .column2>.child {
        width: 100%;
        margin: 0 0 20px
    }

    .column2>.child:nth-child(2n) {
        margin: 0 0 20px
    }

    .column2>.child:last-child {
        margin: 0
    }

    .column3 {
        margin-bottom: 0;
        text-align: center
    }

    .column3>.child {
        width: 100%;
        margin: 0 0 20px
    }

    .column3>.child:nth-child(3n) {
        margin: 0 0 20px
    }

    .column3>.child:nth-child(2n) {
        margin: 0 0 20px
    }

    .column3>.child:last-child {
        margin: 0
    }

    .column5 .child {
        width: 30%
    }

    .column5 .child:nth-child(5n) {
        margin: 0 2% 2% 0
    }

    .column5 .child:nth-child(3n) {
        margin: 0 0 2% 0
    }

    .mtitle {
        margin-bottom: 30px;
        font-size: 1.8rem
    }

    .mtitle_medical span {
        font-size: 3.2rem
    }

    .mtitle_greeting {
        margin: 0 auto 30px;
        width: 70%
    }

    .mtitle_policy {
        font-size: 1.6rem
    }

    .mtitle_trouble {
        margin-bottom: 30px
    }

    .mtitle_middle {
        font-size: 1.6rem
    }

    .mtitle_ribon span {
        font-size: 1.6rem
    }

    .mtitle_small {
        font-size: 1.6rem
    }

    .contact_btn li a,
    .contact_btn li button {
        padding: 1em 2em
    }

    .contact_btn li .contact_w_01 {
        width: 100%
    }

    .scroll_table {
        overflow: auto;
        white-space: nowrap
    }

    .scroll_table::-webkit-scrollbar {
        height: 5px
    }

    .scroll_table::-webkit-scrollbar-track {
        background: #F1F1F1
    }

    .scroll_table::-webkit-scrollbar-thumb {
        background: #BCBCBC
    }

    .tbl {
        font-size: 1rem
    }

    .tbl th,
    .tbl td {
        padding: 5px
    }

    .tbl.tbl01 th {
        width: 37%
    }

    .company th {
        width: 30%
    }

    .article {
        display: block
    }

    .article .article_image,
    .article .article_detail {
        width: 100%
    }

    .article .article_image {
        display: none
    }

    .article .article_detail {
        padding: 40px 0 50px
    }

    .news_list li {
        padding: 20px 10px
    }

    .sns_list {
        display: block
    }

    .sns_list li {
        width: 100%;
        margin: 0 0 15px
    }

    .sns_list li:nth-child(3n) {
        margin: 0 0 15px
    }

    .sns_list li:last-child {
        margin: 0
    }

    .feature_image {
        width: 100%
    }

    .feature_image img {
        width: 100%
    }

    .feature_num {
        font-size: 2rem;
        text-align: center
    }

    .feature_num span {
        font-size: 3.5rem
    }

    .flex_type .flex_image,
    .flex_type .flex_detail {
        width: 100%
    }

    .flex_type .flex_image {
        margin-bottom: 30px;
        text-align: center
    }

    .flex_type .flex_image.order {
        margin-top: 20px;
        margin-bottom: 0
    }

    .order {
        order: inherit
    }

    .vertical.vertical_01 .title {
        width: 15%
    }

    .vertical.vertical_01 .contents {
        width: 80%
    }

    .blog_contents .blog_main,
    .blog_contents .blog_side {
        width: 100%
    }

    .blog_contents .blog_side {
        margin-top: 50px
    }

    .blog_title {
        font-size: 1.6rem
    }

    .category_nav li a {
        font-size: inherit
    }

    .pages {
        margin-top: 30px
    }

    .pages .page_next,
    .pages .page_prev {
        display: block;
        float: none
    }

    .pages .page_next {
        margin-bottom: 10px
    }

    .gallery_ul a {
        height: 140px
    }

    .vertical_image {
        height: 190px
    }

    .feature_image {
        height: 240px
    }

    .greeting_contents {
        display: block
    }

    .greeting_contents .image {
        width: 100vw
    }

    .greeting_contents .image img {
        height: inherit
    }

    .greeting_contents .detail {
        margin: 0 auto;
        margin-top: 5.33333vw;
        width: 84vw
    }

    .greeting_contents .title {
        font-size: 2rem
    }

    .slide_list li img {
        height: 80px
    }

    #sub_navi_list li {
        margin: 0 1% 10% 1%
    }

    .list_half li {
        width: 100%
    }

    .trouble {
        justify-content: space-around
    }

    .trouble li {
        width: 28%;
        margin-bottom: 7%
    }

    .index_contents .index_image {
        height: 240px
    }

    .sec_wrap .sec_child {
        width: 100%;
        padding: 30px 25px
    }

    .new_bnr {
        flex-wrap: wrap
    }

    .new_bnr li {
        width: 100%;
        height: 180px;
        margin-bottom: 15px
    }

    .new_bnr li:last-child {
        margin-bottom: 0
    }

    .new_bnr li .bg {
        height: 180px
    }

    .new_bnr li .text {
        bottom: 15px;
        left: 5%
    }

    .new_bnr li .text span {
        font-size: 2rem
    }

    .new_bnr li .btn {
        bottom: 12px;
        right: 12px
    }

    .flow>li dl {
        padding-left: 40px
    }

    .flow>li dl dt {
        font-size: 1.6rem
    }

    .section_contents {
        margin-top: 40px
    }

    .section_contents .section_image {
        width: 100%;
        top: -40px
    }

    .section_contents .section_detail {
        background-color: rgba(255, 255, 255, 0.8);
        padding: 20px;
        width: 95%;
        margin: 0 auto
    }

    .section_contents .detail_txt {
        background-color: transparent;
        width: 100%;
        padding: 0
    }

    .section_contents .detail_title {
        margin-bottom: 20px;
        text-align: center;
        font-size: 1.6rem
    }

    .section_contents .detail_title span {
        font-size: 2.4rem
    }

    .massage_contents {
        max-width: 95%
    }

    .policy {
        flex-wrap: wrap
    }

    .policy_title {
        display: none
    }

    .mtitle_policy_image {
        margin: 0 0 30px auto;
        width: 60%
    }

    .policy_contents {
        max-width: 100%;
        padding: 12% 6% 6%
    }

    .policy_parents .child {
        width: 100%;
        margin: 0 0 10% 0
    }

    .policy_parents .child:nth-child(2n) {
        margin: 0 0 10% 0
    }

    .medical .child {
        width: 100%;
        margin: 0 0 10% 0
    }

    .medical .child:nth-child(3n),
    .medical .child:nth-child(2n) {
        margin: 0 0 10% 0
    }

    .medical .child:last-child {
        margin: 0
    }

    .medical_image span {
        right: -5px;
        width: 170px
    }

    .medical_link {
        margin-top: 30px
    }

    .medical_link li a {
        font-size: 1.8rem
    }

    .news_top .news_title {
        width: 100%
    }

    .blog_topics {
        width: 100%
    }

    .blog_topics li a .topics_image {
        width: 30%
    }

    .blog_topics li a .topics_detail .image {
        width: 20%
    }

    .blog_topics li a .topics_detail .text {
        width: 75%
    }

    .massage {
        line-height: inherit
    }

    .manufacturer li {
        width: 65px
    }

    .ggmap {
        padding-bottom: 70.25%
    }

    .manufacturer {
        margin-top: 40px
    }

    .manufacturer li {
        width: 38%;
        margin-bottom: 8%
    }

    .img_big {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .img_big .inner:before {
        width: calc(100% - 30px);
        height: calc(100% + 60px)
    }

    .img_big .inner div img {
        height: 200px
    }

    .photobx .pbx {
        width: 100%;
        padding: 80px 20px;
        backdrop-filter: initial
    }

    .movie_bg {
        height: 240px
    }

    .movie_link {
        width: 70%
    }

    .fleft0,
    .fleft1,
    .fleft2,
    .fright0,
    .fright1,
    .fright2 {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px
    }

    .w200,
    .w300,
    .w350,
    .w400 {
        width: 100%
    }

    .sp {
        display: block
    }

    .mbox,
    .sbox {
        padding: 30px
    }

    .form .form-contents form dl dt:not(.pattern-exclusion) {
        width: 100%;
        margin-bottom: 10px;
    }

    .form .form-contents form dl dd:not(.pattern-exclusion) {
        width: 100%;
        margin-bottom: 10px;
    }

    .form .form-pattern-1 .submit-btn {
        font-size: 14px;
        padding: 1em 3em;
    }

    .form_dl {
        border-bottom: none
    }

    .form_dl dt,
    .form_dl dd {
        width: 100%
    }

    .form_dl dt {
        padding: 2%
    }

    .form_dl dd {
        padding: 15px 0
    }
}

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