@charset "utf-8";
/* CSS Document */

/* ===============================
 TOP 
===============================*/
/*-------- main -------*/
#top .main{
    background: #f3f3f3; /* Old browsers */
    background: -moz-linear-gradient(left, #f3f3f3 49%, #ffffff 50%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f3f3f3 49%,#ffffff 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f3f3f3 49%,#ffffff 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-bottom:1px solid #efefef;
}
#top .main .main_img{
    height: 600px;
    width: 1300px;
    margin: 0 auto;
    background: url(../img/top/main_bg.jpg) no-repeat;
    background-size: cover;
}
#top .main .main_txt{
    left: 100px;
    top: 45px;
}
#top .main_bnr{
    padding: 50px 0;
    box-sizing: border-box;
    background-color: #FCFBF1;
}
#top .main_tbl{
	display: table;
	width: 860px;
}
#top .main_tbl .td{
	display: table-cell;
	box-sizing: border-box;
}
#top .main_tbl .td:first-child{
	border-right: 1px solid #ccc;
	width: 507px;
}
#top .main_tbl .td:last-child{
	padding-left: 30px;
}
#top .main_tbl .tel{
	margin-top: 10px;
}
#top .main_tbl .contact{
	margin-top: 12px;
}
#top .main_deco{
    right: 0;
    bottom: -52px;
}

/*-------- お悩み -------*/
.block01{
    padding: 76px 0 70px;
    background: url(../img/top/block01_bg.jpg) no-repeat;
    background-size: cover;
    border-bottom:1px solid #ececec;
}
.block01 .inner{
    background-color: #fff;
    border-radius: 3px;
    padding: 60px 50px;
    box-sizing: border-box;
    border:1px solid #F0F0F0;
}
.block01 .lbox{
    width: 524px;
}
.block01 .rbox{
    width: 450px;
}
.block01 .txt{
    font-size: 18px;
    line-height: 1.8;
}
.block01 .decobox{
    height: 510px;
}
    .block01 .deco01{
        top: 0;
        left: 0;
    }
    .block01 .deco02{
        top: 157px;
        left: 151px;
    }
    .block01 .deco03{
        top: 313px;
        left: 0;
    }
    .block01 .deco04{
        top: 0;
        right: 0;
    }
    .block01 .deco05{
        top: 163px;
        right: 127px;
    }
    .block01 .deco06{
        top: 340px;
        right: 0;
    }
    .block01 .txt01{
        top: 13px;
        left: 316px;
    }
    .block01 .img02{
        bottom:-2px;
        left: 424px;
    }

/*-------- 手術法 -------*/
.block02{
    padding: 70px 0 60px;
}
.block02 .box{
    box-sizing: border-box;
    width: 535px;
    padding: 30px;
    border-radius: 3px;
}
    .block02 .box01{
        background-color: #E9E9E9;
        margin: 0 auto;
    }
    .block02 .box01 .txt{
        margin: 16px 0 41px;
    }
    /*.block02 .box02{
        background-color: #F5EFD8;
    }
    .block02 .box02 .txt{
        margin: 0 0 20px;
    }*/

/*-------- メリット -------*/
.block03{
    padding: 64px 0;
    background: url(../img/top/block03_bg.jpg) no-repeat;
    background-size: cover;
    border-top:1px solid #ececec;
    border-bottom:1px solid #ececec;
    margin-bottom: 110px;
}
.block03 .txt{
    font-size: 18px;
    line-height: 1.4;
    color: #333333;
}
.block03 .txt.l-wide{
    width: 400px;
    margin-left: -10px;
}
.block03 .list01 li{
    float:left;
}
.block03 .list01 li:nth-child(1){
    width: 351px;
    margin-right: 10px;
}
.block03 .list01 li:nth-child(2){
    width: 375px;
}
.block03 .list01 li:nth-child(3){
    width: 350px;
    float: right;
}
.block03 .list02{
    width: 742px;
    margin: 0 auto;
}
.block03 .list02 li:nth-child(1){
    width: 370px;
    float: left;
}
.block03 .list02 li:nth-child(2){
    width: 351px;
    float: right;
}

/*-------- 治療の流れ -------*/
.block04{
    padding: 70px 0;
    background-color: #FCFBF1;
    border-top:1px solid #ececec;
    border-bottom:1px solid #ececec;
    margin-bottom: 110px;
}
.block04 .list li{
    position: relative;
    box-shadow: 3px 3px 5px 0 #F7F2E0;
    height: 265px;
}
.block04 .list li:not(:last-child){
    margin-bottom: 30px;
}
.block04 .txt{
    font-size: 18px;
    line-height: 1.8;
    left: 398px;
    top: 160px;
    width: 673px;
}
.block04 .txt.l01{
    top:175px;
}

/*-------- 院長紹介 -------*/
.block05 .inner{
    position: relative;
    padding: 70px;
    background-color:#F7F7F7;
}
.block05 .deco01{
    left: 10px;
    top: 10px;
}
.block05 .deco02{
    right: 10px;
    bottom: 10px;
}
.block05 .txtbox{
    width: 657px;
    height: 290px;
}
.block05 .name{
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}
.block05 .bdr{
    position: relative;
}
.block05 .bdr:after{
    position: absolute;
    display: block;
    content:"";
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background: url(../img/common/bdr01.jpg) repeat-x;
}
.block05 .list01 li,
.block05 .tbl_list{
    font-size: 18px;
    line-height: 2;
    color: #333333;
}
.block05 .tbl{
    margin-top: 30px;
    display: table;
    width: 100%;;
}
.block05 .tbl>.td{
    display: table-cell;
    position: relative;
    box-sizing: border-box;
    vertical-align: top;
}
.block05 .tbl>.td:nth-child(1){
    width: 504px;
    padding-right: 30px;
}
.block05 .tbl>.td:nth-child(1):after{
    position: absolute;
    display: block;
    content:"";
    height: 100%;
    top: 0;
    right: 0;
    width: 1px;
    background: url(../img/common/bdr01v.jpg) repeat-y;
}
.block05 .tbl>.td:nth-child(2){
    padding-left: 30px;
}

.block05 .tbl_list{
    width: 100%;
}
.block05 .tbl_list th{
    width: 120px;
    vertical-align: top;
}

/*-------- よくある質問 -------*/
.block06{
    padding: 70px 0 30px;
}
.block06 .list li{
    width: 535px;
    min-height: 343px;
    box-sizing: border-box;
    padding: 15px 33px;
    margin: 25px 0 65px;
    position: relative;
    background:url(../img/top/block06_bg_mid.png) repeat-y;
    background-size: 100%;
}
.block06 .list li.h01{
    height: 376px;
}
.block06 .list li:nth-child(odd){
    float:left;
}
.block06 .list li:nth-child(even){
    float:right;
}
.block06 .list li:before{
    position: absolute;
    content:"";
    display: block;
    top:-25px;
    left: 0;
    height: 25px;
    width: 100%;
    background:url(../img/top/block06_bg_top.png) no-repeat;
    background-size: 100%;
}

.block06 .list li:after{
    position: absolute;
    content:"";
    display: block;
    bottom:-25px;
    left: 0;
    height: 25px;
    width: 100%;
    background:url(../img/top/block06_bg_btm.png) no-repeat;
    background-size: 100%;
}
.block06 .list li .icon_q{
    line-height: 1.2;
    font-size: 28px;
    padding-left: 45px;
    padding-top: 2px;
    background:url(../img/common/icon_q.jpg) no-repeat left top;
    min-height: 40px;
    margin-bottom: 20px;
}
.block06 .list li .icon_a{
    line-height: 1.8;
    font-size: 18px;
    padding-left: 45px;
    padding-top: 3px;
    background: url(../img/common/icon_a.jpg) no-repeat left top;
    min-height: 40px;
}

/*-------- 粉瘤手術の費用 -------*/
.block07{
    padding: 70px 0;
    background-color: #FCFBF1;
    border-top:1px solid #ececec;
    border-bottom:1px solid #ececec;
}
.block07 .txt{
    font-size: 18px;
    line-height: 1.4;
    margin: 10px 0 30px;
}
.block07 .lbox,
.block07 .rbox{
    width: 535px;
}
.block07 .ttl{
    position: relative;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
}

.block07 .lbox .ttl{
    background-color: #BCA72E;
}
.block07 .rbox .ttl{
    background-color: #999;
}
.block07 .ttl:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 14px solid #BCA72E;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom:-21px;
}
.block07 .lbox .ttl:after{
    border-top: 14px solid #BCA72E;
}
.block07 .rbox .ttl:after{
    border-top: 14px solid #999;
}
.block07 table{
    font-size: 28px;
    line-height: 1.4;
    width: 100%;
}
@media all and (-ms-high-contrast: none){
.block07 .ttl,
.block07 table{
    font-family: "メイリオ", Meiryo, Osaka, "Yu Gothic", "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

}
.block07 table span{
    font-size: 18px;
}
.block07 th,
.block07 td{
    height: 60px;
    vertical-align: middle;
    background-color: #fff;
    box-sizing: border-box;
}
.block07 th{
    font-size: 25px;
    text-align: center;
}
.block07 td:nth-child(1){
    padding-left: 50px;
    width: 235px;
}
.block07 td:nth-child(2){
    padding-left: 40px;
}
.block07 .lbox th,
.block07 .lbox td{
    border: 1px solid #DDCD71;
}
.block07 .lbox th{
    background-color: #ECE3B0;
}
.block07 .rbox th,
.block07 .rbox td{
    border: 1px solid #CCCCCC;
}
.block07 .rbox th{
    background-color: #E9E9E9;
}


/*-------- アクセス -------*/
.block08{
    padding: 70px 0;
    font-size: 18px;
    line-height: 1.4;
    color: #333333;
}
.block08 .lbox{
    width: 545px;
    border-right:1px solid #ccc;
}
.block08 .rbox{
    width: 522px;
}
.block08 li:not(:last-child){
    margin-bottom: 5px;
}
.block08 .ti01{
    text-indent: -9em;
    padding-left: 9em;   
    padding-right: 10px;     
}
.block08 .ti02{
    text-indent: -4em;
    padding-left: 4em;   
}
#gmap1{
    height: 300px;
    width: 1100px;
    border:1px solid #E9E9E9;
}


.block08 .info_tbl{
    width: 100%;
    border:solid 1px #ccc;
    color: #333333;
}
    .block08 .info_tbl tr th,
    .block08 .info_tbl tr td{
        height: 55px;
        text-align:center;
        vertical-align:middle;
        box-sizing: border-box;
    }
    .block08 .info_tbl tr th{
        background-color:#F7F2DD;
        height: 45px;
    }
    .block08 .info_tbl tr th:first-child,
    .block08 .info_tbl tr td:first-child{
        width: 133px;
    }
    .block08 .info_tbl tr th:not(:last-child),
    .block08 .info_tbl tr td:not(:last-child){
        border-right:dotted 1px #ccc;
    }
    .block08 .info_tbl tr:not(:last-child) th,
    .block08 .info_tbl tr:not(:last-child) td{
        border-bottom:solid 1px #ccc;
    }
    .block08 .info_tbl tr:first-child th,
    .block08 .info_tbl tr:first-child td{
        width: 54px;
    }
    .block08 .info_tbl span{
        font-size: 15px;
        letter-spacing: -5px;
        margin-left: -6px;
    }
    /* .block08 .info_tbl td:not(.rowhd){
        font-size: 15px;
    } */

