@charset "UTF-8";
@media screen and (max-width: 640px) {
    body {
        font-size: 14px;
    }
    body::before {
        background-image: url("../images/bg_sp.png");
    }
    body, #mainvisual .inner, header, footer {
        min-width: 100%;
    }
    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    /*============================================================================

    header

    ============================================================================*/
    header {
        display: none;
    }
    /*============================================================================

    nav

    ============================================================================*/
    .fixed {
        position: fixed;
        width: 100%;
    }
    .fixed li {
        display: block;
    }
    .sp_navi_btn_area {
        position: absolute;
        width: calc(100% - 66px);
        z-index: 1;
        margin-left: 4px;
    }
    .sp_navi_btn_area li {
        display: block;
        width: 50% !important;
        float: left;
        text-align: center;
    }
    .sp_navi_btn_area li a {
        display: block;
        color: #FFF;
        height: 54px;
        line-height: 54px;
        margin: 4px;
        border-radius: 5px;
        font-family: "Noto Sans JP", sans-serif !important;
        font-size: 4vw;
        background: #8ec8ef;
        font-weight: 400;
    }
    .sp_navi_btn_area li svg {
        position: relative;
        font-size: 1.1em !important;
        top: 0px;
        left: -5px;
        color: #fff;
    }
    .sp_navi_btn_area li i {
        margin-right: 5px;
    }
    .sp_navi_btn_area li:nth-child(2) i {
        font-size: 1.2em !important;
    }
    nav {
        display: none;
    }
    .sp_navi {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        /*height: 100%;*/
        font-size: 18px;
        font-weight: bold;
        z-index: 9998;
        height: 124px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        margin-bottom: 30px;
    }
    nav {
        display: none;
    }
    .sp_navi {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        /*height: 100%;*/
        font-size: 18px;
        font-weight: bold;
        z-index: 9998;
        height: 124px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        margin-bottom: 30px;
    }
    .sp_navi .header_logo {
        position: relative;
        top: 0;
        display: block;
        width: 100%;
        text-align: left;
        height: 62px;
        background: #fff;
    }
    .sp_navi .header_logo span, .sp_navi .header_logo img {
        display: block;
        margin: auto;
        padding-top: 5px;
    }
    .sp_navi .header_logo img {
        width: 256px;
        height: 55px;
        z-index: 9999;
        position: relative;
    }
    .sp_navi dl {
        background-color: white;
    }
    .sp_navi dl dt {
        position: relative;
        height: 62px;
        font-weight: bold;
        padding: 0 4%;
        font-size: 18px;
        display: block;
        color: #fff;
        line-height: 2;
    }
    .sp_navi dl dt i {
        position: relative;
        top: 20px;
        font-size: 9px;
        font-style: normal;
        margin-right: 2%;
    }
    .sp_navi dt a {
        display: block;
        width: 62px;
        height: 62px;
        position: absolute;
        right: -5px;
        z-index: 9999999;
        text-align: center;
        background-color: #696969;
    }
    .sp_navi dt a i {
        position: relative;
        top: 25px;
        font-size: 9px;
        font-style: normal;
        color: #FFF;
        font-weight: 600;
        position: relative;
        left: -2px;
        bottom: 6px;
    }
    .sp_navi dt a span {
        display: block;
        background: #FFF;
        width: 33px;
        height: 2px;
        position: absolute;
        left: 12px;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
    }
    .sp_navi dt a span:nth-child(1) {
        top: 14px;
    }
    .sp_navi dt a span:nth-child(2) {
        margin-top: -8px;
        top: 50%;
    }
    .sp_navi dt a span:nth-child(3) {
        bottom: 29px;
    }
    .sp_navi_fixed_area {
        z-index: 999;
    }
    .sp_navi_list li a, .sp_navi_parent > div {
        display: block;
        position: relative;
        vertical-align: middle;
        width: 100%;
        height: 50px;
        color: #fff;
        text-decoration: none;
        font-size: 1.1em;
        background: #64a8d9;
        border-bottom: solid 1px #FFF;
        font-family: "Noto Sans JP", sans-serif !important;
        font-weight: 500;
        line-height: 50px;
    }
    .sp_navi_list {
        display: none;
    }
    .sp_navi_list li {
        display: block;
        width: 100%;
        float: left;
        line-height: 1.4;
        font-size: 15px;
        font-weight: normal;
        text-align: center;
    }
    .sp_navi_list li i {
        margin-right: 4%;
        color: #ba9275;
        font-size: 11px;
        vertical-align: middle;
        position: relative;
        top: -1px;
        left: -6px;
    }
    .sp_navi_list li a::after {
        position: absolute;
        right: 20px;
        content: ">";
    }
    .sp_navi ul li i.fa-home {
        font-size: 16px;
    }
    .sp_navi_children li a {
        background: #8ec8ef !important;
    }
    .sp_navi_parent > div::after {
        position: absolute;
        right: 17px;
        font-family: 'Font Awesome 5 free';
        font-weight: bold;
        content: "\f067";
        font-size: 1.0em;
    }
    .sp_navi_list .sns_btn {
        display: flex;
    }
    .sp_navi_list li:nth-child(n+1) {
        border-right: 1px solid #fff;
    }
    .sp_navi_list .sns_btn a {
        background: #e65e82;
    }
    .sp_navi_list .sns_btn li a::after {
        display: none;
    }
    .sp_navi_list .sns_btn li i {
        left: inherit;
        color: #fff;
        font-size: 23px;
    }
    /*============================================================================

    main

    ============================================================================*/
    #mainvisual.pc {
        display: none;
    }
    #mainvisual {
        background-position: center;
        background-size: cover;
        background-attachment: scroll;
        height: 240px;
        margin-top: 124px;
    }
    #mainvisual .inner {
        width: auto;
        height: inherit;
    }
    #mainvisual h2 {
    /* 下層ページヘッドライン */
        font-size: 22px;
    }
    /* トップページキャッチフレーズ */
    .main_catch {
        position: absolute;
        top: 50px;
        width: 100%;
        text-align: center;
    }
    .main_catch h2 {
        margin-bottom: 10px;
        font-size: 22px;
    }
    .main_catch p {
        font-size: 15px;
    }
    .mv_open {
        top: 80px;
        right: 10px;
        bottom: inherit;
        width: 180px;
    }
    .mv_point {
        top: inherit;
        left: 10px;
        bottom: 17px;
        width: auto;
    }
    .mv_point li {
        width: 60px;
        margin-right: 3px;
    }
    .main_pay {
        display: block;
        width: 120px;
        top: inherit;
        bottom: 10px;
        right: 10px;
    }
    .main_pay_inner:first-of-type {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .main_pay p {
        padding: 4px 8px;
    }
    
    /*============================================================================

    contents

    ============================================================================*/
    .box1 {
        width: auto;
        margin: 0 6% 80px;
    }
    .box2 {
        width: auto;
        margin: 0 6% 80px;
    }
    #contents {
        width: auto;
    }
    #contents_left {
        width: auto;
        float: none;
        margin-right: 0;
    }
    #contents_right {
        width: auto;
        padding: 0 6%;
        float: none;
    }
    .pc_inline {
        display: none !important;
    }
    .right_medical ul li a figure img {
        height: inherit;
    }
    #contents_left .box2 .box2 {
        margin: 0;
    }
    /*============================================================================

    fotter

    ============================================================================*/
    .footer_info .inner {
        flex-wrap: wrap;
        width: 88%;
        padding: 40px 0;
    }
    .footer_logo, .footer_logo img {
        width: 244px;
        height: 275px;
        margin: auto;
    }
    .footer_about {
        width: 100%;
    }
    .g_map {
        width: 100%;
        margin-top: 25px;
    }
    .g_map iframe {
        width: 100%;
        height: 280px;
    }
    .footer_info_overview {
        flex-wrap: wrap;
    }
    .footer_info_overview .footer_contact .footer_info_overview_tel {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer_info_overview .footer_contact .footer_info_overview_tel .sns_btn {
        margin: 0 auto;
    }
    .footer_info_overview .footer_contact .footer_info_overview_tel .sns_btn li a {
        margin: 0 4px;
    }
    .footer_info_overview .footer_contact p.treatment {
        padding: 0 0 8px 0;
        text-align: center;
        border-radius: 0;
    }
    .footer_info_overview .footer_contact p.treatment span {
        display: block;
        margin-bottom: 8px;
        margin-right: 0;
    }
    .schedule table tr th, .schedule table tr td {
        padding: 5px 7px 5px 6px;
    }
    .footer_info dl {
        float: none;
        width: 88%;
        padding: 0 6%;
    }
    .footer_info dl dt {
        float: none;
        text-align: center;
        margin: 0 auto 30px;
    }
    .footer_info dl dd {
        float: none;
        margin-left: 0;
    }
    .footer_info_overview_tel {
        padding-bottom: 20px;
    }
    .footer_info_sche {
        float: none;
        width: 100%;
        font-size: 13.5px;
    }
    .footer_info_sche p {
        margin: 0;
    }
    .top_medical_link{
        display: block;
        width: 100%;
        margin: 0 auto 25px;
        text-align: center;
    }
    .top_medical_link div {
        margin-bottom: 22px;
    }
    .top_medical_link div img{
        width: 87vw;
    }
    
    .top_other_bnr{
        display: block;
        width: 100%;
        margin: 0 auto 40px;
        text-align: center;
    }
    .top_other_bnr div {
        margin-bottom: 22px;
    }
    .top_other_bnrdiv img{
        width: 80vw;
    }
    
    .footer_navi {
        display: none;
    }
    .copy {
        margin-top: 0;
    }
    /*============================================================================

    top

    ============================================================================*/
    .top_news .box1 {
        flex-wrap: wrap;
        margin-bottom: 40px;
        padding: 25px 0 40px;
    }
    .top_news .box1 h2 {
        width: 80px;
        padding-top: 40px;
        font-size: 25px;
    }
    .news_up dd,
    .news_up dt {
        width: 100%;
    }
    .top_doctor .text {
        top: 0;
        width: auto;
        z-index: 1;
    }
    .top_doctor_img {
        float: none;
        margin-left: 0;
    }
    .top_doctor_img dt {
        margin-bottom: 17px;
        padding: 0 10%;
        text-align: center;
    }
    .top_doctor_img dd {
        text-align: center;
    }
    .top_doctor .text p {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .top_doctor .box1 h2 {
        display: block;
        font-size: 60px;
        text-align: center;
        line-height: 1.6;
    }
    .top_doctor .box1 h2 span {
        padding-left: 0;
    }
    .top_doctor .box1 h2 span::before {
        top: -11px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .top_doctor .text .more_btn .more_btn2 {
        margin: auto;
        text-align: center;
    }
    .top_doctor_bnr_flx{
        display: block;
        text-align: center;
        margin-top: 40px;
    }
    .top_doctor_bnr_flx div{
        margin: 0 10% 7%;
        padding: 0;
    }	

    .top_clinic .box1 .top_clinic_list li {
        width: 100%;
        margin: 0 auto 40px;
    }
    .top_clinic .box1 .top_clinic_list li .feature_item {
        width: auto;
    }
    .top_medical_list_link{
        margin-bottom: 0;
    }
    .top_medical_list li {
        width: 48%;
    }
    .top_medical_list li .medical_item {
        width: auto;
        padding: 0 10px;
        text-align: center;
    }
    .top_clinic .title_bg {
        height: 371px;
        padding-top: 160px;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 1) 100%), url(../images/top_clinic_bg.png);
        background-position: right center;
        background-size: cover;
        background-attachment: inherit;
    }
    .top_clinic .box1 {
        top: -55px;
    }
    .top_medical .title_bg {
        height: 214px;
        margin-bottom: 40px;
        padding-top: 100px;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 1) 100%), url(../images/top_medical_bg.png);
        background-position: center;
        background-size: cover;
        background-attachment: inherit;
    }
    .medical_bnr_bg {
        position: relative;
        width: 100%;
        max-height: 58.6%;
    }
    .medical_bnr_bg_2 {
        position: relative;
        width: 100%;
        max-height: 58.6%;
    }
    .medical_bnr_wrapper {
        position: static;
    }
    .medical_bnr_inner {
        display: flex;
        top: 0;
        bottom: auto;
        flex-wrap: wrap;
    }
    .medical_bnr_inner a {
        width: 45%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .medical_bnr_inner a:nth-of-type(2n) {
        margin-right: 0;
    }
    .medical_bnr_inner a:last-of-type{
        margin-bottom: 0;
    }
    .medical_bnr_bg {
        width: 100%;
        max-width: 330px;
    }
    .medical_bnr_btns {
        flex-wrap: wrap;
        bottom: 20px;
    }
    .medical_bnr_btns a {
        width: 45%;
        margin-bottom: 2%;
    }
    .medical_bnr_btns a:nth-of-type(2n) {
        margin-right: 0;
    }
    .medical_bnr_btns a:last-of-type{
        margin-bottom: 0;
    }
    .medical_bnr_bg_2 {
        width: 100%;
        max-width: 330px;
    }	
    #slide {
        height: 173px;
    }
    #slide li {
        width: 250px;
        height: 173px;
    }
    /*============================================================================

    共通

    ============================================================================*/
    #contents {
        padding-bottom: 20px;
    }
    .box {
        width: auto;
        padding: 0 6% 8%;
    }
    .text {
        float: none;
        width: auto;
        padding: 0;
        border: none;
    }
    h2.tit_1 {
        font-size: 60px;
    }
    h2.tit_1 span {
        font-size: 17px;
    }
    h2.tit_2 {
        font-size: 60px;
    }
    h2.tit_2 span {
        font-size: 17px;
    }
    h3.tit_1, h3.tit_2, h3.tit_3 {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 21px;
        margin-bottom: 25px;
        text-align: center;
    }
    h3.tit_1 {
        overflow-wrap: break-word;
    }
    h3.tit_1 span {
        display: block;
        margin-top: 10px;
        margin-left: 0;
    }
    h4.tit_1, h4.tit_2 {
        font-size: 19px;
    }
    h5.tit_1 {
        font-size: 15px;
    }
    h3.tit_2::before {
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 40px;
        height: 57px;
        background-image: url(../images/tit_2_bg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    /* テーブル フッター */
    .tb_foot {
        white-space: inherit;
    }
    .tb_foot td, .tb_foot th {
        padding: 2% 3%;
    }
    .tb_foot th {
        width: 105px;
        font-size: 12.5px;
    }
    .tb_foot td {
        font-size: 11px;
    }
    /* 診療詳細内 メリットデメリット */
    .tb_detail {
        white-space: normal;
    }
    .tb_detail td, .tb_detail th {
        display: block;
        width: 100%;
        text-align: center;
        padding: 8px 2%;
    }
    .tb_detail th {
        white-space: normal;
        font-size: 14px;
    }
    .tb_detail th span {
        font-size: .8em;
    }
    /* 料金表1 */
    .tb_price {
        white-space: normal;
    }
    .tb_price td, .tb_price th {
        display: block;
        width: 100%;
        text-align: center;
        padding: 8px 2%;
    }
    .tb_price th {
        white-space: normal;
        font-size: 14px;
    }
    .tb_price th span {
        font-size: .8em;
    }
    /* 料金表2 */
    .tb_price_2 {
        white-space: normal;
    }
    .tb_price_2 td, .tb_price_2 th {
        display: block;
        width: 100%;
        text-align: center;
        padding: 8px 2%;
    }
    .tb_price_2 th {
        white-space: normal;
        font-size: 14px;
    }
    .tb_price_2 th span {
        font-size: .8em;
    }
    /* 認定証 */
    .tb_certificate {
        white-space: normal;
    }
    .tb_certificate td, .tb_certificate th {
        display: block;
        width: 100%;
        text-align: center;
        padding: 8px 2%;
    }
    .tb_certificate th {
        white-space: normal;
        font-size: 14px;
    }
    .tb_certificate th span {
        font-size: .8em;
    }
    /* 採用情報基本条件 */
    .tb_emplo {
        white-space: normal;
    }
    .tb_emplo td, .tb_emplo th {
        display: block;
        width: 100%;
        text-align: center;
        padding: 8px 2%;
    }
    .tb_emplo th {
        white-space: normal;
        font-size: 14px;
    }
    .tb_emplo th span {
        font-size: .8em;
    }
    
    /* 画像右寄せ */
    .img_rig {
        float: none;
        margin-left: 0;
        text-align: center;
    }
    .img_rig img {
        margin-bottom: 15px;
    }
    .breadcrumbs {
        padding: 0 20px;
    }
    .list04 {
        padding: 25px 5% 15px;
    }
    /*============================================================================

    doctor

    ============================================================================*/
    /* ごあいさつ */
    .doctor_greet .text,
    .doctor_greet .text.doctor_img07 h3{
        float: none;
        width: auto;
    }
    /* 経歴資格 */
    .doctor_career_1 {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .staff_image {
        flex-wrap: wrap;
    }
    .staff_image li {
        width: 48%;
        margin-bottom: 15px;
    }
    .doctor_career .more_btn .more_btn2 a::after{
        display: none;
    }
    /*============================================================================

    clinic

    ============================================================================*/
    /* 医院概要 */
    .clinic_sec1 dt {
        width: 30%;
    }
    .clinic_sec1 dd {
        width: 70%;
    }
    .clinic_sec1 .schedule .tb_foot {
        width: 100%;
    }
    .price .schedule .tb06 {
        width: 100%;
    }
    /* 院内スライド */
    .clinic_slides1 {
        margin-bottom: 20px;
    }
    .clinic_slides1 .flexslider {
        float: none;
        width: 100%;
    }
    .clinic_slides1 .flexslider li div {
        display: block;
        margin-top: 25%;
        margin-left: 0;
        text-align: center;
    }
    .clinic_slides1 .flexslider p {
        display: block;
    }
    .clinic_slides1 .flex-control-nav.flex-control-thumbs {
        position: absolute;
        right: auto;
        width: auto;
        top: auto;
        bottom: 10%;
        z-index: 2;
    }
    .clinic_slides1 .flex-control-thumbs li {
        position: relative;
        width: 14.3%;
        margin: 0 0 4% 2%;
    }
    .clinic_slides1 .flex-control-thumbs img {
        border: 3px solid #e0e0e0;
    }
    /* 院内紹介 */
    .clinic_gd_s1 {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    .clinic_gd_s2 {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    /*============================================================================

    お知らせ 支払い方法 セカンドオピニオン

    ============================================================================*/
    .notification h3 {
        font-size: 22px;
    }
    .notification .noti_num li {
        flex-wrap: wrap;
        font-feature-settings: "palt";
    }
    .notification .noti_num li figure {
        margin: auto;
    }
    .notification .strong {
        display: inline;
    }
    .notification .strong + p {
        margin-top: 20px;
    }
    /*============================================================================

    access

    ============================================================================*/
    .access .strong {
        display: inline;
    }
    .access_map {
        margin-top: 20px;
    }
    .access_bus dd, .access_car dd {
        font-size: 15px;
    }
    /*============================================================================

    $first

    ============================================================================*/
    .flow > li .flow_text {
        flex-wrap: wrap;
    }
    .flow > li .flow_text figure {
        margin: 0 auto 12px;
    }
    /*============================================================================

    $medical

    ============================================================================*/
    .layout_flow dt {
        display: block;
        width: auto;
        padding: 15px 0 10px;
        line-height: 1.5;
        font-size: 15px;
    }
    .layout_flow dd {
        display: block;
    }
    .layout_flow dt em {
        display: block;
        margin-right: 0;
        font-size: 28px;
        text-align: center;
    }
    .layout_procedure dd h5 {
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .medical_case li .flow_img div {
        flex-wrap: wrap;
    }
    .medical_case li .flow_img div figure {
        margin: 8px auto 10px;
    }

    .photo2box_list dl,.photo2box_list li{
        width: 100%;
    }
    .photo2box_list dl,.photo1box_list li{
        width: 100%;
    }
    .case_txt,.case_txt2,.case_txt3{
        min-height: auto;
    }
    /*============================================================================

    layout

    ============================================================================*/
    .layout_procedure dt, .layout_procedure dd {
        display: block;
    }
    .layout_procedure dt, .layout_procedure dd:nth-child(2), .layout_procedure dd:nth-child(3) {
        width: auto;
    }
    .layout_procedure dt {
        padding: 2% 20% 2%;
    }
    .layout_procedure dt img {
        margin-top: 10px;
    }
    .layout_procedure dd {
        padding: 5% 6% 2%;
    }
    .layout_procedure dd h5 {
        font-size: 17px;
        text-align: center;
    }
    .layout_procedure dd h5 span {
        font-size: 26px;
    }
    .layout_prosthesis dt, .layout_prosthesis dd {
        display: block;
    }
    .layout_prosthesis dd {
        padding: 5% 6% 2%;
    }
    .layout_prosthesis dd h5 {
        font-size: 17px;
    }
    .layout_prosthesis dd h5 span {
        font-size: 26px;
    }
    .layout_prosthesis dd:nth-child(3) {
        border: none;
    }
    .layout_prosthesis dt, .layout_prosthesis dd:nth-child(2), .layout_prosthesis dd:nth-child(3) {
        width: auto;
    }
    .layout_prosthesis dt {
        padding: 6% 15%;
    }
    .anchor {
        margin-top: -70px;
        padding-top: 70px;
    }
    .qa_btn.qa1{
        padding: unset;
    }
    .director_tb_detail td {
        width: 100%;
        text-align: left;
    }
    .director_tb_detail td:last-of-type {
        white-space: normal;
        text-align: left;
    }
    .director_tb_career {
        width: 100%;
        padding: 20px 10px;
    }
    .pc_center {
        text-align: left;
    }
}