/*--------------------------------------------------------------

Media Queries - Tablet

--------------------------------------------------------------*/
@media screen and (min-width: 700px) {
    /*スマフォのみ*/
    .only_sp {
        display: none;
    }
    .only_pc {
        display: inherit !important;
    }
    #head_title {
        font-size: 13px;
    }
    .top_service {
        border: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
    .top_service li {
        width: 20%;
        border: 0;
    }
    .top_service li a {
        display: block;
        width: 100%;
        height: 0;
        padding-top: 152%
    }
    #top_s1 {
        background: url(../../img/top/ser1_pc.png) no-repeat;
        background-size: contain
    }
    #top_s1:hover, #top_s2:hover, #top_s3:hover, #top_s4:hover, #top_s5:hover, #top_s6:hover, #top_s7:hover, #top_s8:hover, #top_s9:hover, #top_s10:hover {
        opacity: 0.8
    }
    #top_s2 {
        background: url(../../img/top/ser2_pc.png) no-repeat;
        background-size: contain
    }
    #top_s3 {
        background: url(../../img/top/ser3_pc.png) no-repeat;
        background-size: contain
    }
    #top_s4 {
        background: url(../../img/top/ser4_pc.png) no-repeat;
        background-size: contain
    }
    #top_s5 {
        background: url(../../img/top/ser5_pc.png) no-repeat;
        background-size: contain
    }
    #top_s6 {
        background: url(../../img/top/ser6_pc.png) no-repeat;
        background-size: contain
    }
    #top_s7 {
        background: url(../../img/top/ser7_pc.png) no-repeat;
        background-size: contain
    }
    #top_s8 {
        background: url(../../img/top/ser8_pc.png) no-repeat;
        background-size: contain
    }
    #top_s9 {
        background: url(../../img/top/ser9_pc.png) no-repeat;
        background-size: contain
    }
    #top_s10 {
        background: url(../../img/top/ser10_pc.png) no-repeat;
        background-size: contain
    }
    #top_s11 {
        background: url(../../img/top/ser11_pc.png) no-repeat;
        background-size: contain;
        margin-top: 20px;
    }
    #top_s11 a {
        padding-top: 23%;
    }
    #page-top {
        display: inherit;
        position: fixed;
        bottom: 20px;
        right: 20px;
    }
}
/*--------------------------------------------------------------

Media Queries - PC

--------------------------------------------------------------*/
@media screen and (min-width: 1000px) {
    body {
        background-image: url(../../img/bg.png);
        background-repeat: repeat-y;
        background-position: center top
    }
    .only_big_pc {
        display: inherit;
    }
    .mb_big {
        margin-bottom: 80px
    }
    .mb_middle {
        margin-bottom: 40px
    }
    .mb_small {
        margin-bottom: 30px
    }
    /* ヘッダー　*/
    header {
        width: 1000px;
        margin: 20px auto 0
    }
    #logoimg {
        position: inherit;
        width: 314px;
        max-width: 314px;
        margin-bottom: 20px
    }
    .head_nav2 {
        display: table;
        max-width: inherit;
        margin: 0;
        margin-left: 72px
    }
    .head_nav2 p {
        display: block;
        padding: 0px
    }
    .hn_access, .head_nav_in {
        display: table-cell;
        vertical-align: top;
        padding-left: 4px
    }
    .head_nav_in p:first-child {
        margin-bottom: 4px
    }
    .head_nav2 img {
        padding: 0px
    }
    .head_wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    #toggle-menu {
        display: table;
    }
    #toggle-menu li {
        display: table-cell;
        text-indent: -9999px
    }
    #toggle-menu li a {
        display: block;
        width: 200px;
        height: 100px;
    }
    #toggle-menu li:nth-child(1) a {
        background: url(../../img/topnav1.png) no-repeat center;
    }
    #toggle-menu li:nth-child(2) a {
        background: url(../../img/topnav2.png) no-repeat center;
    }
    #toggle-menu li:nth-child(3) a {
        background: url(../../img/topnav3.png) no-repeat center;
    }
    #toggle-menu li:nth-child(4) a {
        background: url(../../img/topnav4.png) no-repeat center;
    }
    #toggle-menu li:nth-child(5) a {
        background: url(../../img/topnav5.png) no-repeat center;
    }
    #toggle-menu li:nth-child(1) a:hover {
        background: url(../../img/topnav1_over.png) no-repeat center;
    }
    #toggle-menu li:nth-child(2) a:hover {
        background: url(../../img/topnav2_over.png) no-repeat center;
    }
    #toggle-menu li:nth-child(3) a:hover {
        background: url(../../img/topnav3_over.png) no-repeat center;
    }
    #toggle-menu li:nth-child(4) a:hover {
        background: url(../../img/topnav4_over.png) no-repeat center;
    }
    #toggle-menu li:nth-child(5) a:hover {
        background: url(../../img/topnav5_over.png) no-repeat center;
    }
    #sidebar {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        width: 340px;
        padding-top: 25px;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }
    /* 中身 */
    .slider {
        max-width: 1200px;
        margin: 0 auto;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.36);
        margin-bottom: 20px
    }
    .slider-thum {
        width: 1000px;
        margin: 0 auto 30px
    }
    .slider-thum li:hover img {
        opacity: 0.5;
        -webkit-transition: 0.7s;
        transition: 0.7s;
        cursor: pointer;
        outline: none;
        border: none;
    }
    .slider-thum li:active img {
        outline: none;
        border: none
    }
    .top_sbtitle {
        font-size: 18px;
        padding: 45px 0
    }
    .top_service {
        width: 620px;
    }
    .top_service li {
        width: 124px;
    }
    .top_service li a {
        display: block;
        width: 124px;
        height: 190px;
        padding: 0
    }
    .top_about {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 620px;
    }
    .top_about li {
        width: 190px;
        margin-bottom: 0
    }
    .top_about li:nth-child(2) {
        margin: 0 25px
    }
    .wrap {
        width: 1000px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto
    }
    .main_contents {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        margin-left: 40px;
        width: 620px;
        margin-right: 0;
    }
    .top_about_txt {
        text-align: left;
        height: 110px;
    }
    .top_about_a a {
        padding: 15px 10px;
        margin-top: 10px;
    }
    .top_care {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: left
    }
    .top_care > div {
        width: 290px
    }
    .top_care > div:first-child {
        margin-right: 40px
    }
    .top_care h4 {
        text-align: center
    }
    /*フッター*/
    .footer_logo img {
        width: 337px;
        height: 54px
    }
    .footer_up {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 1000px;
        margin: 0 auto
    }
    .footer_up_right {
        width: 620px;
        margin-left: 40px
    }
    .footer_up_left {
        width: 340px;
    }
    .footer_bottom_in {
        width: 1000px;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .footer_bottom_in > div {
        width: 460px;
        padding: 0 20px
    }
    .footer_bottom_in h5 {
        font-size: 120%
    }
    /*下層ページ*/
    .u_nav {
        margin: 1em 0 5em
    }
    .u_nav_wrap {
        overflow: hidden;
        width: 1000px;
        margin: 0 auto;
        padding: 0
    }
    .u_nav_3 {
        float: right;
        padding: 0;
        max-width: 300px;
    }
    .u_title {
        float: left;
        padding: 45px 0 0 0
    }
    .u_mid_title {
        text-align: center;
        font-size: 20px;
        margin-bottom: 2rem;
            border-bottom:none;
    }
    .u_mid_title::before {
        content: url(../../img/u_front_dot.png);
        display: inline-block;
        padding: 0 20px 5px
    }
    .u_mid_title::after {
        content: url(../../img/u_front_dot.png);
        display: inline-block;
        padding: 0 20px 5px;
        position:static;
        bottom:0;
        width:auto;
        border: none;
    }

    /*スタッフ*/
    .staff_wrap {
        padding: 30px
    }
    .staff_word li {
        grid-template-columns: 100px 1fr;
    }
    .staff_word_t {
        margin-left: 20px;
    }
    /*アクセス*/
    .access_smallmap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 620px
    }
    .access_smallmap div:first-child {
        width: 280px;
        padding-right: 20px
    }
    .access_smallmap div:nth-child(2) {
        width: 340px
    }
    .goto_other{
    display: flex;
    justify-content: space-between
}
.goto_other li{
    width: 49%;
}
    /*診療一覧*/
    .service_all {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .service_all li {
        width: 300px;
        margin-bottom: 40px;
    }
    .service_all li:nth-child(odd) {
        margin-right: 20px
    }
    .service_title {
        margin-bottom: 50px
    }
    .service_in {
        overflow: hidden
    }
    .s_sideimg {
        float: right;
        padding: 0 0 10px 10px
    }
    .s_small_wrap dd {
        padding: 30px
    }
    /*インプラント*/
    .s_inplant_wrap {
        padding: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center
    }
    .s_inplant_b, .s_inplant_a {
        margin-bottom: 0;
        width: 250px
    }
    .s_inplant_arrow img {
        width: 35px;
        height: 35px;
        position: relative;
        top: 150px;
        margin: 15px
    }
    .s_inplant_b dt {
        background-color: #1e6992;
        padding: 5px;
        text-align: center;
        color: #fff
    }
    .s_inplant_b h4, .s_inplant_a h4 {
        padding: 1em 0;
        font-weight: bold
    }
    .s_inplant_a {
        background-color: #ffebca;
        padding: 15px
    }
    .s_inplant_a dt {
        background-color: #f6a623;
        padding: 5px;
        text-align: center;
        color: #fff
    }
    /*予防歯科*/
    .s_yobou {
        padding: 30px
    }
    .s_yobou li {
        list-style: disc;
        margin-left: 2em
    }
    /*歯周病*/
    .s_perio_how dd {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 620px
    }
    .s_perio_how dd > p {
        width: 440px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 20px
    }
    .s_perio_how dd > div {
        width: 180px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .s_perio_how dt {
        margin-bottom: 30px
    }
    /* 一般歯科 */
    .general_wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .general_wrap p {
        width: 430px;
        padding: 0 0 0 10px
    }
    .general_wrap2 {
        padding: 30px
    }
    /*クリニックについて*/
    .clinic_imgtop {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .clinic_imgtop > div {
        width: 254px
    }
    .clinic_imgtop > p {
        width: 346px;
        margin-right: 20px
    }
    .clinic_motto {
        padding: 40px
    }
    .clinic_motto li {
        padding: 40px 0 40px 130px;
        text-align: left
    }
    .clinic_motto li:nth-child(1) {
        background: url(../../img/clinic/about-ic1.png) no-repeat top left;
    }
    .clinic_motto li:nth-child(2) {
        background: url(../../img/clinic/about-ic2.png) no-repeat top left;
    }
    .clinic_motto li:nth-child(3) {
        background: url(../../img/clinic/about-ic3.png) no-repeat top left;
        margin-bottom: 0
    }
    .clinic_contact {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .clinic_depa {
        grid-template-columns: 33% 33% 33%;
    }
    .clinic_depa li {
        padding: 4px;
    }
    .clinic_img1{
        display: grid;
        grid-template-columns: 300px 1fr;
            align-items: center;
        text-align: left;
    }
    .clinic_img1 p{
        padding-left:1rem;
    }
    .clinic_img2{
        display: grid;
        grid-template-columns: 1fr 300px;
        grid-template-areas: "p div";
        align-items: center;
                text-align: left;
    }
    .clinic_img2>div{
        grid-area: div;
    }
        .clinic_img2>p{
        grid-area: p;
    }
    /*小児科*/
    .child_flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .child_flex p {
        margin-left: 20px;
        width: 420px
    }
    .child_flex div {
        margin-bottom: 0
    }
    /*求人*/
    .rec_in {
        padding: 30px 50px
    }
    .rec_words {
        padding: 20px;
        border-radius: 10px;
        display: grid;
        grid-template-columns:150px 1fr;
    }
    .rec_words img {
        width: 100px;
        height: auto;
    }
    .rec_words_img2 img{
        width: 150px;
    }
    .entry_form{
    background-color: #EEEEEE;
    padding:40px 15px;
    border-radius: 10px;
}
    .entry_pcblock{
        display: grid;
        grid-template-columns:200px calc(100% - 200px);       
    }
    .entry_block{
        text-align: right;
        margin-right:1rem;
    }

}
/*--------------------------------------------------------------

Media Queries - Small Tablet & Smartphone

--------------------------------------------------------------*/
@media screen and (max-width: 767px) {}
/*--------------------------------------------------------------

Media Queries - Smartphone

--------------------------------------------------------------*/
@media (max-width : 380px) {}