@charset "utf-8";


@media (max-width: 480px) {
    #reservation_area2 ul li.mobile_tel_btn a::after {
        content: "078-302-0278";
    }
}


/* ---- 新トップお知らせ用 ---- */

.top-notice__item.top-notice__item_fullview {
    display: block;
}

.top-notice__item.top-notice__item_fullview .top-notice__head {
    display: flex;
    justify-content: flex-start;
}

.top-notice__item time {
    padding-right: 2em;
}

.top-notice__item.top-notice__item_fullview .mod_top-notice__content {
    margin-top: 0.3em;
}

.top-notice__item.top-notice__item_fullview .mod_top-notice__content p {
    font-size: 1.6rem;
}




/* color-set */
#aboutDoctor .title {
    border-color: #FB8F1F;
}

#aboutDoctor .title h3 {
    background-color: rgba(51, 154, 233, 0.1);
    color: #FB8F1F;
}

#aboutDoctor h4 {
    color: #FB8F1F;
}




/* content */

#aboutDoctor {
    padding: 50px 15px;
}

.aboutDoctorContentWrap {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    box-sizing: border-box;
}

#aboutDoctor .title {
    padding: 4px 0;
    border-width: 2px 0;
    border-style: solid;
    margin: 0 0 35px 0;
}

#aboutDoctor .title h3 {
    margin: 0;
    padding: 0.7em 1em;
    font-size: 20px;
    position: static;
    font-weight: 700;
    line-height: 1.2;
}

#aboutDoctor h4 {
    /* reset & override */
    margin: 0 0 1em 0;
    padding-left: 0;
    font-size: 20px;
    position: static;
    font-weight: 700;
}

#aboutDoctor h3::before,
#aboutDoctor h3::after,
#aboutDoctor h4::before,
#aboutDoctor h4::after {
    display: none;
    /* reset */
}

.aboutDoctorContentWrap .aboutDoctorBody {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px dashed #666;
}

.aboutDoctorContentWrap .aboutDoctorBody>div {
    box-sizing: border-box;
}

.aboutDoctorContentWrap .aboutDoctorBody .photo {
    width: 30.927%;
    padding-right: 20px;
    margin: 0;
}

.aboutDoctorContentWrap .aboutDoctorBody .photo p {
    margin: 0;
}

.aboutDoctorContentWrap .aboutDoctorBody .text {
    width: 69.072%;
    padding: 0 10px;
}

.aboutDoctorContentWrap .aboutDoctorBody .text p {
    text-align: justify;
    font-size: 16px;
    margin: 0;
    letter-spacing: 0.02em;
}

.aboutDoctorContentWrap .aboutDoctorBody:nth-child(odd) {
    flex-direction: row-reverse;
}

.aboutDoctorContentWrap .aboutDoctorBody:nth-child(odd) .photo {
    padding-right: 0;
    padding-left: 20px;
}

@media (max-width:767px) {

    #aboutDoctor {
        padding-left: 0;
        padding-right: 0;
    }

    .aboutDoctorContentWrap .aboutDoctorBody {
        display: block;
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    #aboutDoctor .title {
        margin-bottom: 25px;
    }

    #aboutDoctor .title h3,
    #aboutDoctor h4 {
        font-size: 16px;
    }

    .aboutDoctorContentWrap .aboutDoctorBody .photo,
    .aboutDoctorContentWrap .aboutDoctorBody .text {
        width: 100%;
    }

    .aboutDoctorContentWrap .aboutDoctorBody .photo,
    .aboutDoctorContentWrap .aboutDoctorBody:nth-child(odd) .photo {
        padding: 0;
        text-align: center;
        margin-bottom: 24px;
    }

    .aboutDoctorContentWrap .aboutDoctorBody .photo p img {
        width: 40%;
        /* 正方形時のみ */
    }

    .aboutDoctorContentWrap .aboutDoctorBody .text p {
        font-size: 14px;
        text-align: justify;
    }
}

/* ---------------------------------------------------- dpctor quality ----------------------------------- */

#page_doctor_quality {}

#page_doctor_quality section {
    margin-bottom: 70px;
}


#page_doctor_quality p {
    margin: 0;
    padding: 0;
    letter-spacing: 0.03em;
    line-height: 1.6em;
    text-align: justify;
}

#page_doctor_quality .doctor_quality_photo_left,
#page_doctor_quality .doctor_quality_photo_right,
#page_doctor_quality .doctor_quality_photo_none {
    padding: 15px;
}

#page_doctor_quality .doctor_quality_photo_left::after,
#page_doctor_quality .doctor_quality_photo_right::after {
    content: "";
    display: block;
    clear: both;
}

#page_doctor_quality .doctor_quality_photo_left .pht,
#page_doctor_quality .doctor_quality_photo_right .pht {
    /*border: 3px solid #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-sizing: border-box;*/
    width: 320px;
    height: auto;
}

#page_doctor_quality .phts {
    border: 3px solid #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

#page_doctor_quality .doctor_quality_photo_left .doctor_quality_subtitle {
    width: 100%;
    padding-left: 335px;
    box-sizing: border-box;
}

#page_doctor_quality .doctor_quality_photo_right .doctor_quality_subtitle {
    width: 100%;
    padding-right: 335px;
    box-sizing: border-box;
}


#page_doctor_quality h3 {
    font-size: 2rem;
}

#page_doctor_quality .doctor_quality_subtitle h4 {
    font-size: 1.8rem;
    font-weight: 600;
}

#page_doctor_quality .doctor_quality_subtitle p {
    border-bottom: 2px solid #F00;
}

#page_doctor_quality .doctor_quality_photo_left .pht {
    float: left;
    margin: 0.5em 20px 5px 0;
}

#page_doctor_quality .doctor_quality_photo_right .pht {
    float: right;
    margin: 0.5em 0 5px 20px;
}

@media (max-width:767px) {

    #page_doctor_quality .doctor_quality_photo_left .pht,
    #page_doctor_quality .doctor_quality_photo_right .pht {
        float: none;
        margin: 0 0 10px 0;
        width: 100%;
    }

    #page_doctor_quality .doctor_quality_photo_left .doctor_quality_subtitle,
    #page_doctor_quality .doctor_quality_photo_right .doctor_quality_subtitle {
        padding: 0 !important;
        width: 100%;
    }
}

.header__head,
.footer-info__head {
    font-size: 1.8em;
    color: #fff;
}


.footer-info__head a {
    color: #fff;
}

/* ---- 追加 ---- */
.sensei_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sensei_item {
    width: 32%;
    background: #ffffff;
    margin-bottom: 4%;
}

#aboutDoctor .sensei_item h4 {
    margin-bottom: 5px;
}

#aboutDoctor .sensei_item p {
    margin-top: 0;
}



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

.parents_item {
    width: 32%;
    background: #ffffff;
    margin-bottom: 2%;
}

@media (max-width: 768px) {
    .header__head {
        max-width: 50%;
    }
}

.footer-info_wrapper {
    padding: 30px 0 30px 0;
    background: #fffff0;
}

.footer-info__address,
.footer-info__tel,
.footer-info__fax,
.footer-info__tel a {
    color: #000000;
}


#postPage {
    padding-bottom: 75px;
}


#MV {
    width: 100%;
}

#MV .stage {
    position: relative;
    width: 100%;
    background-color: #FFF;
}

#MV .stage .base {
    visibility: hidden;
}

#MV .stage .base img {
    width: 100%;
    height: auto;
}

#MV .stage .pht {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#MV .stage .pht .ph {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#MV .stage .pht .ph img {
    width: 100%;
    height: auto;
}

#MV .stage .catch {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#MV .stage .catch .txt {
    position: absolute;
    font-size: 38px;
    width: 100%;
    font-family: "Kosugi Maru";
    transition: all 1s;
}

@media(max-width:767px) {
    #MV .stage .catch .txt {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -0.05em;
    }
}

#MV .stage .catch .txt.t1 {
    text-align: center;
    top: calc(50% - 50px);
    left: 0;
}

#MV .stage .catch .txt.t1.active {
    color: #FFF;
    top: calc(100% - 100px);
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

@media(max-width:767px) {
    #MV .stage .catch .txt.t1 {
        top: calc(50% - 16px);
    }

    #MV .stage .catch .txt.t1.active {
        top: calc(100% - 60px);
        text-shadow: 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1);
    }
}

#MV .stage .catch .txt.t2 {
    text-align: center;
    top: calc(50% - 50px);
    left: 0;
}

#MV .stage .catch .txt.t2.active {
    color: #FFF;
    top: calc(100% - 100px);
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

@media(max-width:767px) {
    #MV .stage .catch .txt.t2 {
        top: calc(50% - 16px);
    }

    #MV .stage .catch .txt.t2.active {
        top: calc(100% - 45px);
        text-shadow: 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1);
    }
}

#MV .stage .catch .txt.t3 {
    text-align: center;
    top: calc(50% - 50px);
    left: 0;
}

#MV .stage .catch .txt.t3.active {
    color: #FFF;
    top: calc(100% - 100px);
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

@media(max-width:767px) {
    #MV .stage .catch .txt.t3 {
        top: calc(50% - 16px);
    }

    #MV .stage .catch .txt.t3.active {
        top: calc(100% - 45px);
        text-shadow: 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1);
    }
}


#MV .stage .mask {
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.top_clinicWrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.top_clinicWrap>div:first-child {
    width: 60%;
    padding-right: 10px;
    box-sizing: border-box;
}

.top_clinicWrap>div:last-child {
    box-sizing: border-box;
    width: 40%;
    padding-left: 10px;
}

.top_clinicWrap>div table {
    margin-top: 0 !important;
}

@media (max-width:767px) {
    .top_clinicWrap>div {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 10px;
    }
}

.footer__links>ul>li {
    width: 20%;
}

.contactForm {
    width: 100%;
    box-sizing: border-box;
    background-color: #EEE;
    padding: 15px;
}

.contactForm dl {
    display: flex;
    flex-wrap: wrap;
}

.contactForm dl dt {
    width: 15em;
    margin-bottom: 15px;
    line-height: 1.2;
}

.contactForm dl dt span.imp {
    display: inline-block;
    font-size: 12px;
    padding: 2px 5px;
    background-color: #F00;
    color: #FFF;
    border-radius: 5px;
    margin-left: 5px;
}

.contactForm dl dd {
    width: calc(100% - 15em);
    margin-bottom: 15px;
}

.contactForm .contactFormSubmit {
    text-align: center;
}

.contactForm .text {
    width: 100%;
    border: 1px solid #666;
    box-sizing: border-box;
    padding: 3px;
    font-size: 16px;
}

@media (max-width:767px) {

    .contactForm dl dt,
    .contactForm dl dd {
        width: 100%;
        margin-bottom: 5px;
    }

    .contactForm dl dd {
        margin-bottom: 15px;
    }
}

/* select
--------------------------------------------------------------*/
.top-select {
    position: relative;
    z-index: 4;
}

.top-select__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px;
}

@media (max-width: 767px) {
    .top-select__items {
        display: block;
        margin: 0;
    }
}

.top-select__items a {
    text-decoration: underline;
}

.top-select__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    width: 25%;
}

@media (max-width: 767px) {
    .top-select__item {
        margin-top: 20px;
        padding: 0;
        width: 100%;
    }
}

.top-select__item:first-child {
    margin-top: 0;
}

.top-select__image {
    position: relative;
    margin: 0 auto;
    max-width: 160px;
    text-align: right;
}

.top-select__image img {
    margin-top: 5px;
    border-radius: 100%;
}

.top-select__item__num {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 100%;
    border: 3px solid #83D500;
    height: 50px;
    width: 50px;
    color: #83D500;
    font-size: 2.8rem;
    text-align: center;
}

.top-select__item figcaption {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .top-select__item figcaption {
        margin-top: 15px;
    }
}

.top-clinic__fig img {
    border-radius: 50%;
    border: 10px solid #fff;
}

@media (max-width: 767px) {
    .top-clinic__fig img {
        width: 100%;
        margin: 30px auto 0;
    }
}

.table-default.table-default__vertical tr:not(:last-child) th {
    border-bottom: 1px solid #fff;
}

#inquiryForm h3 {
    position: relative;
    padding: 0.5em 0.5em 0.5em 1em;
    background: #FB8F1F;
    color: #FFF;
    font-weight: 600;
    margin: 1.5em 0;
    border: none;
}

#inquiryForm h3::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(149, 158, 155);
    display: block;
}

span.imp {
    display: inline-block;
    font-size: 12px;
    padding: 2px 5px;
    background-color: #F00;
    color: #FFF;
    border-radius: 5px;
    margin-left: 5px;
}

/* 下層ページ表組 1 */
.table-default__contents th {
    background: rgba(198, 229, 247, 0.7);
    color: #1b1b1b;
    font-weight: 700 !important;
    vertical-align: middle;
}

.table-default__contents td,
.table-default__contents th {
    border: 1px solid #c6e5f7;
}

.table-default__contents tr:not(:last-child) th {
    border-bottom: 1px solid #fff;
}

@media (max-width: 767px) {

    #page_doctor_quality table th,
    #page_doctor_quality table td {
        display: block;
        width: 100% !important;
        padding: 0.5em;
        font-size: 1.2rem;
    }

    .table-default__contents {
        width: 100%;
    }

    .table-default__contents td,
    .table-default__contents th {
        border-left: 1px solid #c6e5f7;
        border-right: 1px solid #c6e5f7;
        border-top: none;
        border-bottom: 1px solid #c6e5f7;
    }
}

/* 下層ページ表組 2 */
table.table-default__contents2 {
    margin-right: auto !important;
    margin: 0;
}

.table-default__contents2 td,
.table-default__contents2 th {
    padding: 0.1em 1.3em 0.1em 0 !important;
    border: none !important;
}

.ml72 {
    margin-left: 72px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.max-w70 {
    max-width: 65%;
    margin: auto;
}

@media (max-width: 768px) {
    .max-w70 {
        max-width: 100%;
    }
}

/* スマホのアンカー位置調整 */
@media (max-width: 768px) {

    #anc01,
    #anc02,
    #anc03,
    #anc04,
    #anc05,
    #anc06,
    #anc07,
    #anc08,
    #anc09,
    #anc10 {
        display: block;
        margin-top: -60px;
        padding-top: 60px;
    }
}