@charset "UTF-8";
/* CSS Document */
/*
Theme Name: 下出歯科医院202010
*/

/*
Font Awesome
xxx:before {
display: none;
font-family: "Font Awesome 5 Regular";
content: "\f1ea";
margin-right: 10px;
}
*/
a {
    color: #343434;
    text-decoration: none;
}

/* レイアウトCSS */
@media screen and (min-width: 641px) {
    body {
        font-family: 'Noto Sans JP', "游ゴシック体", YuGothic,
            "Yu Gothic M",
            "游ゴシック Medium", "Yu Gothic Medium",
            "メイリオ", Meiryo,
            sans-serif;
        color: #343434;
        letter-spacing: 0.1em;
        line-height: 1.6em;
    }

    .pc_none {
        display: none;
    }

    .clearfix:after {
        content: "";
        display: block;
        clear: both;
    }

    * {
        box-sizing: border-box;
    }

    header {
        height: 110px;
        letter-spacing: 0.15em;
    }

    header .inner {
        margin: 0 auto;
        max-width: 1500px;
        min-width: 1000px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header .inner .logo {
        /* flex-basis: 805px; */
        flex-basis: 50%;
        /* margin-left: 30px; */
    }

    header .inner .logo h1 {
        font-size: 14px;
        /* font-size: calc(1rem + ((1vw - 16.6px))); */
        /* font-weight: 600; */
        margin-left: 80px;
        letter-spacing: 0;
    }
    header .inner .logo p {
        font-size: 18px;
        margin-left: 80px;
        letter-spacing: 3px;
        color:#f29600;
        font-weight: bold;
    }

    header .inner .logo img {
        max-width: 580px;
        width: 100%;
        margin-top: -10px;
    }

    header .inner .tel {
        /* flex-basis: 370px; */
        flex-basis: 20%;
        flex: auto;
        text-align: right;
        padding-right:20px; ;
    }

    header .inner .tel p {
        /* font-size: 16px; */
        font-size: 0.9em;
        font-weight: 600;
        color: #f29600;
        letter-spacing: 1px;
    }

    header .inner .tel b {
        font-weight: 600;
        /* font-size: 36px; */
        font-size: calc(1rem + ((1vw - 0.6px)));
        font-family: 'Lato', sans-serif;
        display: block;
        padding: 3px 0 0;
        /* margin-left: -35px; */
        /* letter-spacing: 0.12em; */
        margin-bottom: 5px;
    }

    header .inner .tel b:before {
        content: '';
        /*何も入れない*/
        display: inline-block;
        /*忘れずに！*/
        width: 26px;
        /*画像の幅*/
        height: 38px;
        /*画像の高さ*/
        background-image: url(images/header_tel.png);
        background-size: contain;
        vertical-align: middle;
        margin-right: 10px;

    }

    header .inner .tel small {
        font-weight: 600;
        font-size: 14px;
        display: block;
        line-height: 1em;
    }


    header .inner .mail {
        /* flex-basis: 260px; */
        flex-basis: 20%;
        background-color: #f29600;
        display: flex;
        justify-content: space-around;
        height: 110px;
        cursor: pointer;
        transition: 0.2s;
    }

    header .inner .mail:hover {
        opacity: 0.8;
    }

    header .inner .mail a {
        width: 100%;
        padding: 30px 10px;
    }

    header .inner .mail p {
        color: #fff;
        text-align: center;
        /* font-size: 21px; */
        font-size: calc(1rem + ((1vw - 10.6px)));
        font-weight: 600;
        letter-spacing: 4px;
        line-height: 1.3em;
    }

    header .inner .mail img {
        width: 55px;
        float: left;
    }

    .prev-btn {
        width: 50px;
        height: 50px;
        position: absolute;
        /* right: 580px; */
        right: 37%;
        bottom: 13px;
        margin-top: -25px;
    }

    .next-btn {
        width: 50px;
        height: 50px;
        position: absolute;
        /* right: 500px; */
        right: 32%;
        bottom: 13px;
        margin-top: -25px;
    }

    .bx-prev,
    .bx-next {
        width: 100%;
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 100;
        /*background-color: #f90;*/
    }

    .mv {
        height: 600px;
        position: relative;
    }

    .bx-wrapper {
        border: none !important;
        width: 100% !important;
        height: 650px !important;
        box-shadow: none !important;
    }

    .bx-wrapper img {
        height: 650px;
        width: 100%;
        object-fit: cover;
        object-position: center top;

        width: 75%;

    }

    .mv_cach {
        position: absolute;
        right: 0;
        top: 0px;
        width: 30%;
        max-width: 450px;
        /* width: 450px; */
        height: 100%;
        background: url(images/mv_cach_bg_new.png) #ffffff no-repeat;
        background-position: 20px bottom;
    }

    .mv_cach h2 {
        padding: 40px 50px 50px 40px;
        font-size: 36px;
        font-weight: 600;
        writing-mode: vertical-rl;
        line-height: 1.7em;
        letter-spacing: 0.1em;
    }

    .mv_cach h2 b {
        color: #f29600;
    }

    .mv_cach_text {
        position: absolute;
        left: 40px;
        bottom: 15px;

    }

    .mv_cach_text a {
        position: relative;
    }

    .mv_cach_text a:after {
        content: '';
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: -3px 0 0 10px;
        background: url(images/defo.png) no-repeat;
        background-size: contain;
        vertical-align: middle;

    }

    .mv_cach_text a {
        background: #ffa500;
        /*background: #ffffff;*/
        display: flex;
        justify-content: space-between;
        padding: 12px 15px 8px;
        font-weight: 700;
    }

    .mv_cach_text p {
        margin-right: 40px;
        font-size: 18px;
    }

    .mv_cach_text p.date {
        font-family: 'Lato', sans-serif;
        font-weight: 500;
        color: #ffffff;
        /*color: #f29600;*/
    }




    .wrapper_nav {
        background: #ffffff;
        postion: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 9999;
    }

    nav {
        margin: 0 auto;
        max-width: 1200px;
    }

    nav ul {
        width: 100%;
    }

    nav ul li {
        float: left;
        text-align: center;
        display: inline-block;
        width: 16.66667%;
        cursor: pointer;
    }

    nav ul li a:first-child {
        border-left: 1px solid #fce5d1;

    }

    nav ul li a {
        display: block;
        width: 100%;
        padding: 10px 0;
        margin: 20px 0;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        line-height: 2em;
        transition: 0.2s;
        cursor: pointer;
        border-right: 1px solid #fce5d1;
    }

    nav ul li a span {
        display: block;
        font-size: 12px;
        line-height: 1em;
        color: #f29600;
    }

    nav ul li a:hover {
        background-color: #f29600;
        color: #fff;
    }

    nav ul li a:hover span {
        color: #fff;
    }





    nav > ul > li:hover .menu {
        max-height: 9999px;
        opacity: 1;
    }



    nav > ul .menu {
        transition: all .2s ease-in;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        width: 100%;
        left: 0;
        text-align: center;
        position: absolute;
        background-color: #fce5bf;
        top: 108px;

    }

    nav > ul .menu .menu_inner,
    .cssacc:checked + .accshow ul {
        padding: 20px 0;
        display: flex;
        /* justify-content: space-between; */
        flex-wrap: wrap;
        max-width: 1200px;
        margin: 0 auto;
    }

    nav > ul .menu .menu_inner li,
    .cssacc:checked + .accshow ul li {
        margin: 0 0.5em;
        border: none;
    }

    .cssacc:checked + .accshow ul li {
        flex-basis: 23%;
    }

    nav > ul .menu .wrap li {
        flex-basis: 23%;

    }

    nav > ul .menu a,
    .cssacc:checked + .accshow ul li a {
        color: #333333;
        font-weight: 700;
        background: #ffffff;
        box-sizing: border-box;
        padding: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0;
        margin: 10px auto;
    }

    nav > ul .menu a img {
        margin-right: 15px;
    }


    nav > ul .menu .menu_inner li a:hover {
        background-color: #fff;
        color: #f29600;
    }

    /*    styleここまで
    */





    /*    styleここから*/



    .wrapper_dr {
        background-color: #fff;
        background-image: url("images/w_dr_bg_02.jpg");
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: top center;
        min-height: 395px;
        position: relative;
    }

    @media screen and (min-width: 1500px) {
        .wrapper_dr {
            background-size: cover;
        }
    }

    .wrapper_dr h2 div {

        font-size: 36px;
        margin: 0 auto 25px;
        line-height: 1.3em;
        color: #f29600;
        font-weight: 700;
        position: relative;
    }

    .wrapper_dr h2 div:before {
        content: '';
        position: absolute;
        bottom: -15px;
        display: inline-block;
        width: 35px;
        height: 3px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #fce5d1;

    }


    .wrapper_dr h2 span {
        font-weight: 700;
        color: #343434;
        font-size: 16px;
        display: block;
        margin-bottom: 10px;
    }

    .greeting_box {
        background: #ffffff;
        padding: 30px;
        display: table;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        top: 180px;
        transform: translateX(-50%);
        left: 50%;
        width: 720px;
    }

    .greeting_box img {
        margin-bottom: 10px;
    }

    .greeting_box h2 div {
        font-size: 26px;
    }

    .b_right {
        text-align: right;
    }

    .defo_btn {
        color: #343434;
        /* padding: 15px 30px; */
        font-size: 18px;
        display: inline-block;
        /* position: absolute; */
        transition: 0.4s;
        /* border-radius: 50px; */
        line-height: 3em;
        position: relative;
        font-weight: 700;
        text-align: right;
    }

    .defo_btn:before {
        position: absolute;
        border-bottom: 3px solid #f29600;
        content: '';
        position: absolute;
        left: 0;
        right: 40px;
        bottom: 0;

    }

    .defo_btn:after {
        content: '';
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: -3px 0 0 10px;
        background: url(images/defo.png) no-repeat;
        background-size: contain;
        vertical-align: middle;
    }

    .defo_btn:hover {


        animation: AnimatedLinearGradient 2s ease infinite;
    }


    @keyframes AnimatedLinearGradient {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }



    /*    policyここから
    */


    .wrapper_policy {
        padding: 60px 0;
        margin-top: 0px;
        background: url(images/w_dr_bg.png) no-repeat;
        background-position: center top;
        border-top: 10px solid #f29600;
        background-size: contain;
    }

    .wrapper_policy .content {
        margin: 0 auto;
        width: 1200px;
    }

    .policy_title {
        text-align: center;
        margin: 180px auto 50px;
        transform: translateX(-45px);

    }



    .policy_area {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .order {
        flex-direction: row-reverse;
    }

    .policy_area .inner {
        flex-basis: 50%;
        margin-bottom: 40px;

        box-sizing: border-box;
    }

    .policy_area .inner .po_bg {
        background: #ffffff;
        padding: 0 30px 0px;
        box-sizing: border-box;
        height: 480px;

    }

    .policy_area .inner:first-child {
        flex-basis: 46%;
    }

    .normal .inner {
        flex-basis: 48%;
    }

    .policy_area .inner .po_inner {
        display: flex;
        justify-content: space-between;
    }

    .policy_area .inner .po_inner div {
        flex-basis: 46%;
    }

    .policy_area .inner .po_inner div img {
        margin-bottom: 0px;
    }

    .policy_area .inner .po_inner div p {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .policy_area .inner h4 {

        font-size: 32px;
        text-align: left;
        line-height: 1.2em;
        margin-bottom: 30px;
        font-weight: 700;
        position: relative;
        display: inline-block;
        padding: 0;
        color: #f29600;
    }

    .policy_area .inner h4 span {
        font-size: 21px;
        display: block;
    }

    .policy_area .inner h4.pink {
        line-height: 1.5em;
    }

    .policy_area .inner img {
        margin: 0 auto 15px;
    }

    .policy_area .inner img.tpot {
        margin: 30px auto 10px;
        display: block;
    }

    .policy_area .inner img.tpot2 {
        margin: 30px auto 10px;
        display: block;
    }

    .policy_area .inner p {
        text-align: left;
        font-size: 18px;
        line-height: 1.8em;
        font-weight: 700;
        margin-bottom: 20px;
        letter-spacing: 0.1em;

    }






    .wrapper_menu {
        padding: 60px 0;
        margin-top: -270px;
        background: url(images/w_dr_bg.png) no-repeat;
        background-position: center top;
        background-size: contain;
    }

    .menu_title {
        text-align: center;
        margin: 250px auto 30px;
    }

    .wrapper_menu .content {
        margin: 0 auto;
        width: 1200px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }



    .wrapper_menu .content .inner {
        flex-basis: 25%;
        padding: 0 1.5%;
        text-align: center;
        box-sizing: border-box;
        margin-bottom: 60px;
    }

    .wrapper_menu .content .inner p{
        font-size: 16px;
        font-weight: normal !important;
        letter-spacing: 0px;
    }

    .wrapper_menu .content .inner img {
        margin-bottom: 20px;
        transition: .5s;
    }

    .wrapper_menu .content .inner:hover img {
        animation: key1 .7s ease alternate;
    }

    @keyframes key1 {
        0% {
            transform: translateY(0px);
        }

        50% {
            transform: translateY(-10px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    .wrapper_menu .content .inner h3 {
        position: relative;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .wrapper_menu .content .inner h3:before {
        content: '';
        position: absolute;
        bottom: -15px;
        display: inline-block;
        width: 35px;
        height: 3px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #fce5d1;
    }

    .wrapper_menu .content .inner p {
        font-weight: 700;
        font-size: 16px;
        text-align: left;
    }

    .wrapper_soudan {
        background: linear-gradient(white 50%, #fce5bf 50%);

    }



    .wrapper_soudan .content {
        margin: 0 auto;
        width: 1200px;
    }

    .wrapper_soudan .content .policy_area .inner:last-child {
        background: #ffffff;
        padding: 40px;
    }

    .wrapper_soudan .content .policy_area .inner {
        flex-basis: 46%;
        margin-bottom: 40px;
        box-sizing: border-box;
    }

    .wrapper_soudan .content .policy_area .inner:first-child {
        flex-basis: 50%;
    }

    .policy_area .inner h5 {

        font-size: 32px;
        text-align: left;
        line-height: 1.5em;
        margin-bottom: 25px;
        font-weight: 700;
        position: relative;
        display: block;
        padding: 0;
        background: url(images/t_so.png)no-repeat;
        background-position: 100% bottom;
        height: 130px;
        letter-spacing: 0.18em;
    }


    .wrapper_recruit {
        background: linear-gradient(white 50%, #fcfbd1 50%);
        margin: 60px auto;

    }



    .wrapper_recruit .content {
        margin: 0 auto;
        width: 1200px;
    }

    .wrapper_recruit .content .recruit_area {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .wrapper_recruit .content .recruit_area .inner {
        flex-basis: 44%;
        position: relative;
        margin-bottom: 40px;
    }

    .wrapper_recruit .content .recruit_area .inner:first-child {
        flex-basis: 100%;
        background: #ffffff;
        padding: 30px;
    }

    .wrapper_recruit .content .recruit_area h2 {
        background: #f29600;
        color: #ffffff;
        font-weight: 700;
        font-size: 30px;
        text-align: center;
        padding: 30px;
        position: absolute;
        top: 0;
        right: 0;

    }

    .wrapper_recruit .content .recruit_area h2 span {
        display: block;
        font-size: 14px;
        margin-top: 10px;
    }

    .wrapper_recruit .content .recruit_area h3 {
        font-size: 30px;
        color: #f29600;
        font-weight: 700;
        margin: 60px 0 30px;
    }

    .rectag {
        margin-bottom: 20px;
        display: flex;
        justify-content: flex-start;
    }

    .rectag span {
        display: block;
        margin-right: 20px;
        font-size: 18px;
        font-weight: 700;
        background: #fce5d1;
        padding: 5px;
    }

    .wrapper_recruit .content .recruit_area p {
        font-weight: 700;
        line-height: 1.7em;
        margin-bottom: 20px;
    }


    .wrapper_recruit .content .recruit_area .defo_btn:before {

        border-bottom: none;


    }




    .wrapper_two_column {
        background-color: #fff;
        background: url(images/wtc_bg_new.jpg) no-repeat;
        background-repeat: no-repeat;
        background-size: auto 380px;
        background-position: top center;
        min-height: 380px;
        position: relative;
        padding-top: 320px;
    }

    @media screen and (min-width: 1500px) {
        .wrapper_two_column {
            background-size: 100% auto;
        }
    }

    .wrapper_two_column .content {
        margin: 0 auto;
        text-align: center;
        max-width: 1200px;

        display: flex;
        justify-content: space-between;
    }

    .wrapper_two_column .content .left,
    .wrapper_two_column .content .right {
        flex-basis: 48%;
        background: #ffffff;
        padding: 50px 20px 0;
        position: relative;
    }

    .wrapper_two_column .content .left:after,
    .wrapper_two_column .content .right:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 0px;
        display: inline-block;
        width: 90%;
        height: 7px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #fce5d1;
    }

    .wrapper_two_column .content .left .inner,
    .wrapper_two_column .content .right .inner {
        margin-bottom: 40px;
    }

    .wrapper_two_column .content .left .inner h4,
    .wrapper_two_column .content .right .inner h4 {
        font-size: 24px;
        text-align: center;
        color: #f29600;
        font-weight: 700;
        margin-bottom: 30px;

    }

    .wrapper_two_column .content .left .inner h4 img,
    .wrapper_two_column .content .right .inner h4 img {
        width: 85px;
        height: 85px;
        text-align: center;
        margin-bottom: 20px;

    }

    .wrapper_two_column .content .right .inner p.ctext {
        font-weight: 700;
        text-align: left;
        margin-bottom: 30px;
    }

    .wrapper_two_column .content .left .inner p.ctext {
        font-weight: 700;
        text-align: left;
        margin-bottom: 20px;
    }

    .wrapper_two_column .content .left .inner .tel img,
    .wrapper_two_column .content .right .inner .tel img {
        width: 470px;
    }


    .wrapper_two_column .content .right .inner .contact_btn {
        text-align: center;
        padding: 20px 10px 20px 30px;
        display: flex;
        color: #fff;
        background-color: #f29600;
        justify-content: center;
        align-items: center;
        transition: 0.2s;
        margin-bottom: 20px;
    }

    .wrapper_two_column .content .right .inner .contact_btn:after {
        content: '';
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 0px 0 0 30px;
        background: url(images/t_contact.png) no-repeat;
        background-size: contain;
        background-position: 0px center;
        vertical-align: middle;

    }

    .wrapper_two_column .content .left .inner .contact_btn img,
    .wrapper_two_column .content .right .inner .contact_btn img {
        width: 93px;
        height: 50px;
        margin-right: 20px;
    }

    .wrapper_two_column .content .left .inner .contact_btn p,
    .wrapper_two_column .content .right .inner .contact_btn p {
        /* font-size: 30px; */
        font-size: calc(1rem + ((1vw - 5.6px)));
        font-weight: 700;
        letter-spacing: 0.15em;

    }


    .wrapper_two_column .content .left .inner .contact_btn:hover,
    .wrapper_two_column .content .right .inner .contact_btn:hover {
        opacity: 0.9;
    }

    .wrapper_two_column .content .left .calender {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .wrapper_two_column .content .left .calender .inner:first-child {
        flex-basis: 30%;
    }
    .wrapper_two_column .content .left .calender .inner:nth-of-type(2) {
        flex-basis: 69%;
    }


    .wrapper_two_column .content .left .calender .inner h4 {
        color: #f29600;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        line-height: 1.4em;

    }

    .wrapper_two_column .content .left .calender .inner h4 span {
        font-size: 14px;
        display: block;
    }

    .wrapper_two_column .content .left .calender .inner iframe {}

    .wrapper_two_column .content .left .calender .inner .g-calendar {
        padding: 10px;
        background: #fcfbd1;
        text-align: center;
    }

    .wrapper_two_column .content .left .calender .inner .g-calendar iframe {
        width: 100%;
        max-width: 800px;
        height: 400px;
    }

    /*
    .midashi_goyoyaku {
        width: 58%;
    }

    .midashi_time {
        width: 35%;
    }

    .midashi_access {
        width: 35%;
    }

    .midashi_info {
        width: 272px;
    }
*/

    .time_table {
        width: 100%;
        margin-bottom: 10px;
    }

    .time_table tr td,
    .time_table tr th {
        padding: 10px;
        text-align: center;
        font-size: 13px;
    }

    .time_table tr td {
        padding: 15px;
        border-bottom: 1px solid #ccc;
        font-weight: 700;
        font-size: 16px;

    }

    .time_table tr td.times {
        font-family: 'Lato', sans-serif;
        font-size: 21px;
        padding: 15px 0;
    }

    .time_table tr td.orange {
        color: #f29600;

    }

    .time_table tr th {
        background-color: #fce5d1;
        color: #343434;
        font-weight: bold;
        font-size: 18px;
    }




    .wrapper_two_column .content .right .inner .tel {
        flex-basis: 380px;
    }

    .wrapper_two_column .content .right .inner .tel p {
        font-size: 24px;
        font-weight: 700;
        color: #f29600;
        margin-bottom: 10px;
    }

    .wrapper_two_column .content .right .inner .tel b {
        font-weight: 600;
        font-size: 36px;
        font-family: 'Lato', sans-serif;
        display: block;
        padding: 10px 0 0;
        margin-left: -35px;
        margin-bottom: 10px;
        letter-spacing: 0.12em;


    }

    .wrapper_two_column .content .right .inner .tel b:before {
        content: '';
        /*何も入れない*/
        display: inline-block;
        /*忘れずに！*/
        width: 26px;
        /*画像の幅*/
        height: 38px;
        /*画像の高さ*/
        background-image: url(images/header_tel.png);
        background-size: contain;
        vertical-align: middle;
        margin-right: 10px;
    }

    .wrapper_two_column .content .right .inner .tel small {

        font-weight: 600;
        font-size: 14px;
    }

    .wrapper_two_column .content .right .t_attention {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        border: 10px solid #fce5d1;
        font-size: 14px;
        text-align: left;
        font-weight: 700;
        margin-top: 30px;
        align-items: center;
    }

    .wrapper_two_column .content .right .t_attention img {
        width: 40px;
        height: 36px;
        margin-right: 10px;
    }

    .wrapper_two_column .content .right .t_attention b {
        color: #f29600;
    }

    .wrapper_map {
        padding: 0px 0 0 0;
        height: 440px;
    }

    #map {
        width: 100%;
        height: 440px;
        background-color: #efefef;
    }


    footer {
        background-color: #f29600;
        padding: 0px 0;
    }

    footer .content {
        margin: 0 auto;
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
    }

    footer .content .left {
        flex-basis: 50%;
        color: #ffffff;
        padding: 60px 0;
    }



    footer .content .left h4 {
        margin-bottom: 10px;
        font-size: 21px;
    }

    footer .content .left h4:before {
        content: '';
        /*何も入れない*/
        display: inline-block;
        /*忘れずに！*/
        width: 21px;
        /*画像の幅*/
        height: 21px;
        /*画像の高さ*/
        background-image: url(images/fr.png);
        background-size: contain;
        vertical-align: middle;
        margin-right: 10px;
    }

    footer .content .left ul.first {
        border-bottom: 2px solid #ffffff;
        padding-bottom: 30px;

    }

    footer .content .left ul {
        padding: 0 20px;
        margin: 0 30px 30px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    footer .content .left ul li {
        flex-basis: 50%;
    }

    footer .content .left ul li a {
        color: #ffffff;
        font-weight: 500;
        font-size: 16px;
        line-height: 2em;
    }



    footer .content .right {
        flex-basis: 50%;
        background: #ffffff;
        padding: 30px;
        text-align: center;
    }

    footer .content .right .flogo img {
        margin-bottom: 15px;
    }

    footer .content .right .flogo p {
        font-weight: 700;
        margin-bottom: 25px;
    }

    footer .content .right .ficon {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }

    footer .content .right .ficon .inner {
        padding: 0 15px;
    }

    footer .content .right .ficon .inner img {
        margin-bottom: 10px;
    }

    footer .content .right .ficon .inner p {
        color: #f29600;
        font-weight: 700;
        line-height: 1.4em;

    }

    footer .content .right .f_access {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;

    }

    footer .content .right .f_access h4 {
        color: #f29600;
        font-weight: 700;
        /* font-size: 21px; */
        font-size: calc(1rem + ((1vw - 10.6px)));
        border-right: 1px solid #f29600;
        padding: 20px;
        margin-right: 20px;
    }

    footer .content .right .f_access p {
        font-weight: 700;
        text-align: left;
        font-size: calc(1rem + ((1vw - 16.6px)));

    }

    footer .defo_btn:before {
        border: none;
    }

    footer .copyright {
        font-size: 14px;
        font-weight: 700;
    }

    #page_top {
        position: fixed;
        bottom: 40px;
        right: 60px;


    }

    /*

    #page_top a::before {
        font-family: "Font Awesome 5 Free";
        content: '\f106';
        font-size: 25px;
        color: #fff;
        position: absolute;
        width: 25px;
        height: 25px;
        top: 0;
        bottom: 6px;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
        font-weight: 900;
    }
*/

/* 下層ページ */
.mv_sub_wrapper{
    height: 350px;
    background-image: url('images/mv_sub_bg_new.jpg');
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: cover;
    position: relative;
    margin-bottom: 100px;
}

.mv_sub_wrapper .mv_sub{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}


.black_mask{
    background-color: rgba(0,0,0,0.3);
    height: 350px;
}

.mv_sub_wrapper .mv_sub h2{
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    line-height: 1.5em;
    text-align: center;
}

.mv_sub_wrapper .mv_sub h2 span{
    display: block;
    line-height: 2em;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}


.wrapper_content_sub{
    margin-bottom: 100px;
}

.wrapper_content_sub .content{
    max-width: 1200px;
    margin: 0 auto;
}

.wrapper_content_sub .content h3{
    text-align: center;
    font-size: 26px;
    color: #333;
    position: relative;
    margin-bottom: 80px;
}

.wrapper_content_sub .content h3:after{
    position: absolute;
    content: "";
    height: 1px ;
    width: 60px;
    left: 50%;
    bottom: -30px;
    background-color: #f29600;
    transform:translateX(-50%);
}

.wrapper_content_sub .content h4{
    padding: 8px 15px;
    border-left:3px solid #f29600;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.wrapper_content_sub .content p{
    margin-bottom: 15px;
    letter-spacing: initial;
}

section{
    margin-bottom: 100px;
    margin-top:-120px;
    padding-top:120px;
}

/* 医院情報ページ */
.clinic_area{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.clinic_area .image{
    flex-basis: 48%;
}

.clinic_area .image img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: 10% 0%;

}

.clinic_area .table{
    flex-basis: 48%;
}

.clinic_area .table table{
    width: 100%;
}

.clinic_area .table table th{
    padding: 15px;
}

.clinic_area .table table td{
    padding: 15px;
}

.clinic_area .table table tr:nth-of-type(even){
    background-color: #f5f5f5;
}

.dr_area {
    width: 100%;
    margin: 0 auto;
}

.dr_area img{
    width: 100%;
    /* margin-bottom: 20px; */
}

.dr_area p{
    margin-bottom: 15px;
    letter-spacing: initial;
}

.keireki_table{
    margin-bottom: 40px;
}

.keireki_table th,.keireki_table td{
    padding: 20px;
}

.keireki_table th{
    font-weight: bold;
    background-color: #efefef;
    border-bottom:1px solid #fff;
    width: 25%;
}

.keireki_table td{
    border-bottom:1px solid #ccc;
}

.setsubi_area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.setsubi_area .inner{
    flex-basis: 48%;
    margin-bottom: 30px;
}

.setsubi_area .inner h5{
    padding:15px 20px;
    background-color: #f29600;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.setsubi_area .inner img{
    width: 100%;
    height: 380px;
    object-fit: cover;
}


/* 求人情報 */
.recruit_table{
    margin-bottom: 40px;
}

.recruit_table th,.recruit_table td{
    padding: 20px;
}

.recruit_table th{
    font-weight: bold;
    background-color: #efefef;
    border-bottom:1px solid #fff;
    width: 25%;
}

.recruit_table td{
    border-bottom:1px solid #ccc;
}

/* お子さんの治療 */
.kids_area p span{
    border-bottom: 1px solid #f29600;
}

.kids_area p{
    line-height: 2em;
    margin-bottom: 15px;
}

.kids_area{
    width: 70%;
    margin: 0 auto;
}

/* 一般歯科 */

.image_text{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.image_text .image{
    flex-basis: 35%;
}

.image_text .image img{
    width: 100%;
}

.image_text .image_sm{
    flex-basis: 20%;
}

.image_text .image_sm img{
    width: 100%;
}

.image_text .text{
    flex-basis: 62%;
}

.image_text .text_lg{
    flex-basis: 77%;
}

.image_text .text p{
    margin-bottom: 15px;
    letter-spacing: initial;
}

.itami_list li{
    letter-spacing: initial;
    font-size: 18px;
    line-height: 2em;
}

.itami_list li svg{
    margin-right: 5px;
}

.mushiba_shinkou{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mushiba_shinkou .inner{
    flex-basis: 48%;
    margin-bottom: 30px;
}

.mushiba_shinkou .inner h5{
    font-weight: bold;
    padding: 10px 20px;
    background-color: #efefef;
    margin-bottom: 15px;
}


.mushiba_shinkou .inner .inner_box{
    display: flex;
    justify-content: space-between;
}

.mushiba_shinkou .inner .inner_box .image{
    flex-basis: 35%;
}

.mushiba_shinkou .inner .inner_box .image img{
    width: 100%;
}

.mushiba_shinkou .inner .inner_box .text{
    flex-basis: 67%;
    letter-spacing: initial;
    font-size: 14px;
}

.block_btn{
    display: block;
    border:2px solid #f29600;
    color:  #f29600;
    transition:  0.4s;
    text-align: center;
    padding: 15px;
}

.block_btn:hover{
    background-color:#f29600;
    color:  #fff;
}

.shisyubyo_list{
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 5px solid #f29600;
    margin-bottom: 30px;
}

.shisyubyo_list li{
    letter-spacing: initial;
    flex-basis: 32%;
    line-height: 3em;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}

.shisyubyo_list li svg{
    margin-right: 5px;
}

.orenji_text{
    color: #f29600;
    font-weight: bold;
}

.youtube_area{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.flow{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}

.flow .inner{
    flex-basis: 48%;
    margin-bottom: 20px;
}

.flow .inner h5{
    font-weight: bold;
    margin-bottom: 10px;
}

.flow .inner h5 span{
    background-color: #f29600;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    letter-spacing: initial;
    margin-right: 10px;
    font-weight: normal;
}

/* 歯を失ってしまった方へ */
.merit_area{
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
}

.merit_area th,.merit_area td{
    padding: 20px;
    border: 1px solid #ccc;
    width:50%;
}

.merit_area th{
    text-align: center;
    background-color: #FFEFD8;
    font-weight: bold;
    font-size: 20px;
}

.ireba{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.ireba .inner{
    flex-basis: 48%;
    margin-bottom: 20px;
}

.ireba .inner h5{
    font-weight: bold;
    letter-spacing: initial;
    padding: 5px 15px;
    background-color: #efefef;
    margin-bottom: 10px;
}

.ireba .inner p{
    font-size: 14px;
}

.ushinai_list{
    line-height: 1.8em;
    background-color: #efefef;
    padding: 20px;
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
    font-weight: bold;
}

.ushinai_list svg{
    margin-right: 10px;
}

.youtube_imp{
    width: 100%;
    /* margin: 0 auto; */
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.youtube_imp .inner{
    flex-basis: 48%;
}

/* インプラントのメリットの部分 */
.imp_merit_area{
    line-height: 1.5em;
    font-size: 16px;
    letter-spacing: initial;
    width: 90%;
    margin: 0 auto;
}

.imp_merit_area svg{
    margin-right: 5px;
}

.imp_merit_area ul li{
    margin-bottom: 10px;
    font-size: 15px;
}


.imp_merit_area .midashi{
    margin-bottom: 20px;
}

.imp_merit_area .midashi h5{
    padding: 15px;
    background-color: #f29600;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}

.imp_merit_area .midashi img{
    width: 150px;
    border-radius: 10px;
}

.imp_merit_area .imp{
    flex-basis: 39%;
    margin-bottom: 30px;
}

.imp_merit_area .imp .box{
    display: flex;
    justify-content: space-between;
}

.imp_merit_area .imp img{
    width: 100%;
    border-radius: 10px;
}

.imp_merit_area .imp h5{
    margin-bottom: 10px;
    font-size: 18px;
}

.imp_merit_area .imp .image{
    flex-basis: 25%;
}

.imp_merit_area .imp .text{
    flex-basis: 72%;
}

.imp_merit_area .imp .text .text_in{
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f5f5f5;
}

.imp_merit_area .imp .text .text_in h6{
    font-weight: bold;
    color: #408002;
    margin-bottom: 5px;
}

.imp_merit_area .imp .text .deme h6{
    color: #333 !important;
    /* border-top: 1px solid #ccc; */
    /* padding-top: 10px; */
}

.imp_merit_area .imp .text .deme{
    background-color: #E6E6E6;
}


/* お知らせ */
.blog_area{
    width: 70%;
    margin: 0 auto;
}

.blog_area p{
    font-size: 16px;
    margin-bottom: 15px;
}

.blog_area img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

/* 審美歯科 */
.hikaku_wrapper{
    display: flex;
    justify-content: space-between;
}
.hikaku{
    display: flex;
    flex-basis: 49%;
    justify-content: space-between;
    border: 2px solid #f29600;
    padding: 20px;
}

.hikaku .inner{
    flex-basis: 49.5%;
    /* margin-right: 20px; */
}

.hikaku .inner img{
    max-width: 100%;
}

.hikaku .inner h4{
    border:none;
    background-color: #f5f5f5;
    margin-bottom: 0px;
    font-size: 14px;
    letter-spacing: initial !important;
}

/* パンくず */

.pankuzu{
    display: block;
    font-size: 14px;
    letter-spacing: initial;
    display: flex;
    padding: 8px 20px;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 30px;
}

.pankuzu li a{
    text-decoration: underline;
}

.pankuzu li:after{
    content: " > " ;
    margin: 0 8px;
}

.pankuzu li:last-of-type:after{
    content: "" ;
    margin: 0;
}

.news_list li{
    line-height: 1em;
    border-bottom: 1px solid #ccc;
    padding: 1em;
}

.news_list{
    margin-bottom: 100px;
}

.news_list li a{
    margin-left: 30px;
}

.news_list li a:hover{
    text-decoration: underline;
}

.news_mv_wrapper{
    margin-bottom: 30px;
}

.blog_day{
    font-size: 14px;
}

.blog_day svg{
    margin-right: 5px;
}