@charset "utf-8";

/* ==================================================================
    index.css

=================================================================== */

/* --------------------------------
   □ accentBox
-------------------------------- */ 
.accentBox{
    position: relative;
    overflow: hidden;
    height: 674px;
}
.accentBox .box{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    z-index: 5;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.accentBox .logo{
    text-align: center;
}

.accentBox p{
    font-size:18px;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: 600;
    line-height: 2.1;
    text-shadow:0 0 5px rgba(0,0,0,0.5);
}

/* --------------------------------
   □ monshin
-------------------------------- */ 
#monshin {
    margin-top: 40px;
    padding: 35px;
    margin-bottom: 48px;
    border: 1px solid #CD4779;
}

#monshin p.text{
    text-align: center;
    margin-bottom: 30px;
}

#monshin .btnArea{
    text-align: center;
}
#monshin p.buttonStyle{
    margin-bottom: 30px;
    margin-right: 60px;
    display: inline-block;
}
    #monshin p.buttonStyle:last-child{
        margin-right: 0;
    }
#monshin p.buttonStyle a{
    width: 300px;
    text-align: center;
    box-sizing: border-box;
}

#monshin dl.note{
    font-size: 84%;
}
#monshin dl.note dt{
    font-weight: 700;
}
#monshin p.about{
    margin: 0;
    font-size: 84%;
    text-align: right;
}
#monshin p.about a{
    color: #333;
    text-decoration: underline;
}
#monshin p.about a:hover{
    color: #999;
}

/* --------------------------------
   □ recruitbanner
-------------------------------- */ 
.recruitbanner{
    text-align: center;
    margin-bottom: 0;
    transition: 0.5s;
}

/* --------------------------------
   □ news
-------------------------------- */ 
#news {
    padding: 80px 0 0 0;
    margin-bottom: 50px;
}

    #news .list{
        padding:37px;
        background: #fefefe;
    }

        #news .list ul li a{
            position:relative;
            display:block;
            font-size:93%;
            color:#333;
            padding:11px 30px 11px 0;
            text-decoration:none;
            transition: all 300ms 0s ease;
        }

        #news .list ul li a:before{
            position:absolute;
            display:block;
            content:"";
            top:50%;
            left:95%;
            width: 8px;
            height: 8px;
            margin-top:-4px;
            border-top: 2px solid #9d9d9d;
            border-right: 2px solid #9d9d9d;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            transition: all 300ms 0s ease;
        }

        #news .list ul li a:hover{
            background:#efefef;
        }

        #news .list ul li a:hover:before{
            left:97%;
        }

        #news .list ul li a dl{
            display:table;
        }
        #news .list ul li a dl > *{
            display:table-cell;
        }
        #news .list ul li a dl > dt{
            color:#8b8b8b;
            width:8em;
        }
        #news .list p.link{
            margin: 0;
            margin-top: 15px;
            font-size:93%;
            font-weight:600;
            margin-top:10px;
            text-align:right;
        }
        #news .list p.link a{
            color: #333;
        }

/* --------------------------------
   □ medicalHours
-------------------------------- */ 
#medicalHours {
    padding: 50px 0 0 0;
    margin-bottom: 150px;
}

#medicalHours dl.time{
    width: 375px;
    float: left;
    text-align: center;
}

    #medicalHours dl.time dt{
        margin-bottom: 20px;
    }

    #medicalHours dl.time dt span{
        display: inline-block;
        font-size:23px;
        font-size: 2.3rem;
        letter-spacing: 0.1em;
        line-height: 1.1;
        padding: 8px 18px;
        border-top: 1px solid #d1d1d1;
        border-bottom: 1px solid #d1d1d1;
    }

    #medicalHours dl.time dd p{
        text-align: center;
        line-height: 2;
    }
    #medicalHours dl.time dd p.remarks{
        font-size:14px;
        font-size: 1.4rem;
        line-height: 1.2;
        color: #cd4779;
        font-weight: 600;
    }

    #medicalHours .table{
        box-sizing: border-box;
        background: #f6f5ee;
        padding: 36px 70px;
        float: right;
        width: 591px;
    }

    #medicalHours .table table{
        width: 100%;
        color: #444444;
    }
    #medicalHours .table p{
        margin:5px 0 0 0;
        font-size:14px;
        font-size: 1.4rem;
    }

/* --------------------------------
   □ schedule
-------------------------------- */ 
    table.schedule th,
    table.schedule td{
        text-align: center;
        padding: 12px 0;
        border-bottom: 1px solid #a0a0a0;
    }

    table.schedule tbody tr:last-child th,
    table.schedule tbody tr:last-child td{
        border-bottom: 0;
    }

    table th{
        width: 10%; 
    }
    table.schedule .head{
        width: auto;
        text-align: left;
    }
    table.schedule td small{
        display: inline-block;
        line-height: 1.1;
        font-size: 10px;
    }

/* --------------------------------
   □ about
-------------------------------- */ 
#about{
    padding-top: 23px;
    margin-bottom: 88px;
    position: relative;
}

    #about h2{
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -2.5em;
        font-size: 70px;
        font-size: 7.0rem;
        font-weight: 400;
        letter-spacing: 0.1em;
        color: #ef9fbc;
        z-index: 2;
    }

    #about p.image{
        position: absolute;
        top: -40px;
        left: -30px;
        z-index: 1;
    }

    #about .explain{
        float: right;
        box-sizing: border-box;
        width: 776px;
        padding: 91px 88px 74px 226px;
        margin-right: -30px;
        background: #f4eaf0 url("../../images/top/subjects-background.jpg") 0 0 repeat;
    }

    #about .explain dl dt{
        font-size: 30px;
        font-size: 3.0rem;
        color: #cd4779;
        font-weight: 400;
        line-height: 1.8;
        margin-bottom: 17px;
    }
    #about .explain dl dd{
        line-height: 2;
    }

/* --------------------------------
   □ beginner
-------------------------------- */ 
#beginner > p.text{
    text-align: center;
    line-height: 2;
    margin-bottom: 66px;
}

#beginner > ul.flow{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}

#beginner > ul.flow > li{
    box-sizing: border-box;
    width: 605px;
    background: #f1f0e6 94% 19px no-repeat;
    padding: 35px 48px;
    margin-bottom: 58px;
}

    #beginner > ul.flow li > dl > dt{
        position: relative;
        font-size: 24px;
        font-size: 2.4rem;
        color: #cd4779;
        line-height: 1.1;
        margin-bottom: 29px;
        padding-left: 75px;
    }
    #beginner > ul.flow li > dl > dt span.no{
        position: absolute;
        top: -65px;
        left: 0;
        font-size: 128px;
        font-size: 12.8rem;
        color: #ef9fbc;
        line-height: 1.1;
    }
    #beginner > ul.flow li > dl > dt span.no img{
        vertical-align: top;
    }

    #beginner > ul.flow li > dl > dd p{
        line-height: 1.8;
        margin-bottom: 17px;
        font-size: 15px;
        font-size: 1.5rem;
    }

    #beginner > ul.flow li > dl > dd dl.monshin{
        background: #ffffff;
        padding: 12px 25px;
    }
    #beginner > ul.flow li > dl > dd dl.monshin dt{
        margin-bottom:10px;
    }


    #beginner > ul.flow li > dl > dd dl.reserve{
        display: table;
        width: 100%;
        box-sizing: border-box;
        background: #ffffff;
        padding: 22px 65px;
    }
    #beginner > ul.flow li > dl > dd dl.reserve.tel{
        margin-top: 14px;
    }


    #beginner > ul.flow li > dl > dd dl.reserve > *{
        display: table-cell;
    }
    #beginner > ul.flow li > dl > dd dl.reserve > dt{
        width: 10em;
    }
    #beginner > ul.flow li > dl > dd dl.reserve > dd a.phone{
        font-size: 26px;
        font-size: 2.6rem;
        font-family: "Times New Roman", Symbol;
        line-height: 1.1;
        padding-left: 22px;
        color: #cd4779;
        background: url("../../images/common/icon/tel.png") 0 50% no-repeat;
    }
    #beginner > ul.flow li > dl > dd dl.reserve > dd p.buttonStyle{
        margin: 0;
    }
    #beginner > ul.flow li > dl > dd dl.reserve > dd p.buttonStyle a{
        width: 80%;
        text-align: center;
    }

    #beginner > ul.flow li > dl > dd dl.web.monshin > dd p.buttonStyle{
        text-align: center; 
        margin-bottom: 30px;
    }
    #beginner > ul.flow li > dl > dd dl.web.monshin > dd p.buttonStyle a{
        width: 35%;
        text-align: center; 
    }

    #beginner > ul.flow li > dl > dd p.note{
        font-size: 14px;
        font-size: 1.4rem;
    }

    #beginner > ul.flow li > dl > dd ul.check li{
        font-size: 15px;
        font-size: 1.5rem;
        margin-bottom: 24px;
        padding-left: 30px;
        background: url("../../images/common/icon/check.png") 0 0 no-repeat;
    }

    #beginner > ul.flow > li.flow1{
        background-image:url("../../images/top/beginner1-decoration.png");
    }
    #beginner > ul.flow > li.flow2{
        background-image:url("../../images/top/beginner2-decoration.png");
    }
    #beginner > ul.flow > li.flow3{
        background-image:url("../../images/top/beginner3-decoration.png");
    }
    #beginner > ul.flow > li.flow4{
        background-image:url("../../images/top/beginner4-decoration.png");
    }

/* --------------------------------
   □ subjects
-------------------------------- */ 
#subjects{
    margin-bottom: 0;
    padding: 81px 0 90px;
    background: #f4eaf0 url("../../images/top/subjects-background.jpg") 0 0 repeat;
}
    #subjects h2.texttitle{
        margin-bottom: 66px;
    }

    #subjects h2.texttitle em{
        background: #f4eaf0 url("../../images/top/subjects-background.jpg") 0 0 repeat;
    }

    #subjects .division{
        position: relative;
        margin-bottom: 50px;
    }
    #subjects .division:last-child{
        margin-bottom: 0;
    }

    #subjects .division p.image{
        position: absolute;
        margin: 0;
        top: 50px;
        left: 0;
    }

    #subjects .division .explain{
        float: right;
        box-sizing: border-box;
        width: 786px;
        min-height: 514px;
        border: 1px solid #cd4779;
        background: #fff;
        padding: 54px 44px 50px 44px;
    }

    #subjects .division .explain h3{
        font-size: 34px;
        font-size: 3.4rem;
        padding-bottom: 17px;
        margin-bottom: 39px;
        color: #d77b9c;
        border-bottom: 1px dotted #e8acc3;
    }
    #subjects .division .explain h3 span.en{
        display: inline-block;
        margin-left: 15px;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 400;
    }
    #subjects .division .explain p{
        line-height: 2;
        margin-bottom: 1.4em;
    }
    #subjects .division .explain p:last-child{
        margin-bottom: 0;
    }
    #subjects .division .explain ul.check li{
        margin-bottom: 16px;
        padding-left: 30px;
        font-weight: 600;
        background: url("../../images/common/icon/check2.png") 0 0 no-repeat;
    }

    #subjects .division .explain dl.ec dt{
        font-weight: 700;
        margin-bottom: 8px;
    }

    #subjects .division .explain dl.ec dd img{
        max-width: 300px;
    }


    #subjects .division.odd .explain{
        padding-left: 165px;
    }

    #subjects .division.even .explain{
        padding-right: 165px;
        float: left;
    }

    #subjects .division.even p.image{
        left:inherit;
        right: 0;
    }

/* --------------------------------
   □ doctor
-------------------------------- */ 
#doctor {
    margin-bottom: 0;
}

#doctor .container{
}
    #doctor .column{
        box-sizing: border-box;
        float: left;
        width: 50%;
    }
    #doctor .column1{
        float: right;
        padding: 60px;
    }
    #doctor .column1 h2{
        font-size: 30px;
        font-size: 3.0rem;
        color: #cd4779;
        font-weight: 500;
        margin-bottom: 40px;
    }
    #doctor .column1 h2 span.en{
        display: block;
        font-size: 15px;
        font-size: 1.5rem;
        margin-top: 9px;
        letter-spacing: 0.1em;
        color: #a0a0a0;
    }

    #doctor .column1 dl.greeting dt{
        margin-bottom: 17px;
    }
    #doctor .column1 dl.greeting dt span.class{
        display: block;
        font-size: 15px;
        font-size: 1.5rem;
        margin-bottom: 4px;
        line-height: 1.1:
    }
    #doctor .column1 dl.greeting dt em.name{
        font-size: 27px;
        font-size: 2.7rem;
        line-height: 1.1:
    }
    #doctor .column1 dl.greeting dd{
        line-height: 2;
    }

    #doctor .column2{
        background: #f1f0e6 url("../../images/top/doctorbackground.png") 0 0 repeat;
    }

    #doctor .column2 p.image img{
        max-width: 100%;
    }
    #doctor .column2 .spec{
        padding: 58px 10px 60px 93px;
    }
    #doctor .column2 .spec dl{
        display: table;
        margin-bottom: 37px;
    }
    #doctor .column2 .spec dl:last-child{
        margin-bottom: 0;
    }
    #doctor .column2 .spec dl > *{
        display: table-cell;
        vertical-align: top;
    }
    #doctor .column2 .spec dl > dt{
        width: 2em;
        font-weight: 600;
        font-size: 18px;
        font-size: 1.8rem;
    }
    #doctor .column2 .spec dl > dd{
        padding-left: 12px;
        border-left:3px solid #cd4779;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2;
    }

/* --------------------------------
   □ equipment
-------------------------------- */ 
#equipment {
    margin-bottom: 0;
    padding: 81px 0 90px;
    background: #f4eaf0 url("../../images/top/subjects-background.jpg") 0 0 repeat;
}
    #equipment h2.texttitle{
        margin-bottom: 44px;
    }

    #equipment h2.texttitle em{
        background: #f4eaf0 url("../../images/top/subjects-background.jpg") 0 0 repeat;
    }

    #equipment .swiper-slide{
        position: relative;
    }
    #equipment .swiper-slide > span{
        position: absolute;
        left: 17px;
        bottom: 17px;
        background: #fff;
        padding: 7px 17px;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.1;
    }

/* --------------------------------
   □ access
-------------------------------- */ 
#access {
    margin-bottom: 0;
    padding: 100px 0 72px 0;
    background:url("../../images/top/foot-background.jpg") 0 50% repeat;
    background-size:cover;
}
#access div.information{
    overflow: hidden;
    margin-bottom: 30px;
}

#access div.information dl.signature{
    float: left;
    width: 400px;
    margin-top: 15px;
}
    #access div.information dl.signature dt{
        margin-bottom: 25px;
    }
    #access div.information dl.signature dd p.address{
        margin-bottom: 17px;
        font-size: 13px;
        font-size: 1.3rem;
    }
    #access div.information dl.signature dd p.tel a{
        margin-bottom: 0;
        font-size: 32px;
        font-size: 3.2rem;
        padding-left: 25px;
        background: url("../../images/common/icon/tel-black.png") 0 50% no-repeat;
        color: #333;
        font-family: "Times New Roman", Symbol;
        line-height: 1.1;
    }
    #access div.information dl.signature dd p.buttonStyle{
        text-align: left;
    }

    #access div.information .table{
        width: 431px;
        float: right;
    }
    #access div.information .table .note{
        margin: 9px 0 0 0;
        font-size: 14px;
        font-size: 1.4rem;
    }
    #access p.buttonStyle{
        text-align: right;
    }

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

/* --------------------------------
   □ accentBox
-------------------------------- */ 
body .accentBox{
    margin: 60px -4% 0 -4%;
    height: auto;
}

.accentBox .box{
    width: 90%;
}

.accentBox .logo{
    text-align: center;
    zoom:0.7;
}

.accentBox p{
    font-size:14px;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: 600;
    line-height: 2.1;
    text-shadow:0 0 5px rgba(0,0,0,0.5);
}

/* --------------------------------
   □ monshin
-------------------------------- */ 
#monshin {
    margin-top: 7%;
    padding: 6%;
    margin-bottom: 7%;
}

#monshin p.text{
    margin-bottom: 30px;
    text-align: left;
}

#monshin .btnArea{
    width: 90%;
    margin: auto;
    } 

#monshin p.buttonStyle{
    margin-bottom: 30px;
    margin-right: 0;
    text-align: center;
    display: block;
}
    #monshin p.buttonStyle:first-child{
    margin-bottom: 15px;
}

#monshin p.buttonStyle a{
    width: 100%;
}

#monshin p.about{
    margin-top: 1em;
}
/* --------------------------------
   □ news
-------------------------------- */ 
#news {
    padding: 6% 0 0 0;
    margin-bottom: 6%;
}

    #news .list{
        padding:4%;
        border-top:1px solid #efefef;
    }

        #news .list ul li a{
            display:block;
            padding:3% 30px 3% 0;
            border-bottom:1px solid #efefef;
        }

        #news .list ul li a:hover:before {
            left: 95%;
        }

        #news .list ul li a dl{
            display:block;
        }
        #news .list ul li a dl > *{
            display:block;
        }
        #news .list ul li a dl > dt{
            width:auto;
        }
        #news .list p.link{
            margin-top:4%;
            text-align:center;
        }
        #news .list p.link a{
            color:#333;
        }

/* --------------------------------
   □ medicalHours
-------------------------------- */ 
#medicalHours {
    padding: 6% 0 0 0;
    margin-bottom: 20%;
}

#medicalHours dl.time{
    width: auto;
    float: none;
}

    #medicalHours dl.time dt{
        margin-bottom: 3%;
    }

    #medicalHours dl.time dt span{
        display: inline-block;
        font-size:20px;
        font-size: 2.0rem;
        padding: 8px 8px;
    }

    #medicalHours .table{
        box-sizing: border-box;
        background: #f6f5ee;
        padding: 4%;
        float: none;
        width: auto;
    }

    #medicalHours .table table{
        width: 100%;
        color: #444444;
    }

/* --------------------------------
   □ schedule
-------------------------------- */ 

    table th{
        width: 12%;
    }
    table.schedule .head{
        width: auto;
        text-align: left;
        font-size: 14px;
    }
    table.schedule td small{
        display: inline-block;
        line-height: 1.1;
        font-size: 10px;
    }

/* --------------------------------
   □ about
-------------------------------- */ 
#about{
    padding-top: 30px;
    margin-bottom: 10%;
}

    #about h2{
        position: absolute;
        top: 0;
        left: 0%;
        margin-left: 0;
        font-size: 48px;
        font-size: 4.8rem;
        font-weight: 400;
        letter-spacing: 0.1em;
        color: #ef9fbc;
        z-index: 2;
    }

    #about p.image{
        position: static;
        margin: 0 0 -20px -20px;
    }

    #about .explain{
        float: none;
        box-sizing: border-box;
        width: auto;
        padding: 8% 4% 4% 4%;
        margin: 0px -4% 0 -4%;
    }

    #about .explain dl dt{
        font-size: 20px;
        font-size: 2.0rem;
        margin-bottom: 17px;
    }
    #about .explain dl dd{
        line-height: 2;
    }

/* --------------------------------
   □ beginner
-------------------------------- */ 
#beginner > p.text{
    margin-bottom: 10%;
}

#beginner > ul.flow{
}

#beginner > ul.flow > li{
    box-sizing: border-box;
    width: auto;
    padding: 6% 4%;
    margin-bottom: 40px;
}

    #beginner > ul.flow li > dl > dt{
        font-size: 20px;
        font-size: 2.0rem;
        margin-bottom: 8%;
        padding-left: 45px;
    }
    #beginner > ul.flow li > dl > dt span.no{
        position: absolute;
        top: -35px;
        left: 0;
        font-size: 68px;
        font-size: 6.8rem;
        color: #ef9fbc;
        line-height: 1.1;
    }
    #beginner > ul.flow li > dl > dt span.no img{
        vertical-align: top;
        height: 68px;
    }

    #beginner > ul.flow li > dl > dd dl.tel{
        display: block;
        background: #ffffff;
        padding: 4%;
    }
    #beginner > ul.flow li > dl > dd dl.tel > *{
        display: block;
        text-align: center;
    }
    #beginner > ul.flow li > dl > dd dl.tel > dt{
        width: auto;
        margin-bottom: 4px;
    }

    #beginner > ul.flow li > dl > dd dl.web {
        padding: 4% 6%;
    }
    #beginner > ul.flow li > dl > dd dl.web > dt {
        width: 8em;
    }
    #beginner > ul.flow li > dl > dd dl.web > dd p.buttonStyle a {
        width: 90%;
        padding: 10px 5px;
    }

    #beginner > ul.flow li > dl > dd dl.monshin dt{
        width: auto;
        margin-bottom: 4px;
    }
    #beginner > ul.flow li > dl > dd dl.web.monshin > dd p.buttonStyle{
        margin:0;
    }
    #beginner > ul.flow li > dl > dd dl.web.monshin > dd p.buttonStyle a{
        width: 95%;
    }


/* --------------------------------
   □ subjects
-------------------------------- */ 
#subjects{
    padding: 10% 4%;
}
    #subjects h2.texttitle{
        margin-bottom: 7%;
    }

    #subjects .division{
        position: relative;
        margin-bottom: 6%;
    }
    #subjects .division:last-child{
        margin-bottom: 0;
    }

    #subjects .division p.image{
        position: static;
        margin: 0;
    }

    #subjects .division .explain{
        float: none;
        width: auto;
        min-height:inherit;
        border: 1px solid #cd4779;
        border-top:0; 
        background: #fff;
        padding: 4%;
    }

    #subjects .division .explain h3{
        font-size: 30px;
        font-size: 3.0rem;
        padding-bottom: 17px;
        margin-bottom: 6%;
    }

    #subjects .division.odd .explain{
        padding-left: 4%;
    }

    #subjects .division.even .explain{
        padding-right: 4%;
        float: none;
    }

    #subjects .division.even p.image{
        left:inherit;
        right: 0;
    }

/* --------------------------------
   □ doctor
-------------------------------- */ 
#doctor {
    margin-bottom: 0;
}

#doctor .container{
}
    #doctor .column{
        box-sizing: border-box;
        float: none;
        width: auto;
    }
    #doctor .column1{
        float: none;
        padding: 4%;
    }
    #doctor .column1 h2{
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 7%;
    }

    #doctor .column1 dl.greeting dt{
        margin-bottom: 2%;
    }


    #doctor .column1 dl.greeting dt em.name{
        font-size: 27px;
        font-size: 2.7rem;
    }

    #doctor .column2{
        background: #f1f0e6 url("../../images/top/doctorbackground.png") 0 0 repeat;
    }

    #doctor .column2 .spec{
        padding: 4% 4% 8% 4%;
    }

    #doctor .column2 .spec dl > dt span{
        display: inline-block;
        height: 5em;
    }
/* --------------------------------
   □ equipment
-------------------------------- */ 
#equipment {
    padding: 9% 4%;
}
    #equipment h2.texttitle{
        margin-bottom: 6%;
    }

/* --------------------------------
   □ access
-------------------------------- */ 
#access {
    margin-bottom: 0;
    padding: 9% 4%;
}
#access div.information{
    overflow: hidden;
    margin-bottom: 30px;
}

#access div.information dl.signature{
    float: none;
    width: auto;
    margin-top: 10px;
}
    #access div.information dl.signature dt{
        margin-bottom: 4%;
    }


    #access div.information .table{
        width: auto;
        float: none;
    }
    #access div.information .table .note{
        margin: 9px 0 0 0;
        font-size: 14px;
        font-size: 1.4rem;
    }
    #access p.buttonStyle{
        text-align: right;
    }


}


