﻿@charset "utf-8";

/* ■■■メインイメージ■■■*/

#header-bg_base {
width: 100%;
z-index:0;
background-color: #FFF;
position: relative;
height: 250px !important;
}

#header-bg::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 74%;
background-image : url(../images/bg01.jpg);
height: 100%;
background-position: 0 center !important;
background-repeat: no-repeat !important;
background-size: cover;

}


#header-bg p.ty01 {
position: absolute;
bottom: 0;
right: 0;
width: 46%;
z-index: 1;
padding: 60px 0 40px 0;
font-size: 34px;
font-weight: bold;
background: url(../../common/images/navi_icon5.svg) center 10px no-repeat #f0f8ff;
background-size: 24px 30px;
color: #459dc1;
}

/* max-width: 768px
* * * * * * * * * * * * * * * * * * * * */
@media only screen and (max-width: 768px){

#header-bg_base {
height: 180px !important;
}

#header-bg::after {
width: 74%;
}

#header-bg p.ty01 {
width: 56%;
padding: 45px 0 20px 0;
font-size: 24px;
background-size: 18px 23px;
}

}
/* max-width: 768px @end */



/* ■■■院長紹介■■■*/

.contL01 {
float: left;
width: 35%;
margin-top: 20px;
}

.contR01 {
float: right;
width: 60%;
margin-top: 20px;
}

.cont01 {
padding-top: 20px;
}

.cont01_2 {
font-size: 20px;
}

.cont01_2 span {
font-size: 14px;
}

.cont01_3 {
font-size: 18px;
font-weight: bold;
}

.cont01_4 {
padding-top: 20px;
}



/* max-width: 768px
* * * * * * * * * * * * * * * * * * * * */
@media only screen and (max-width: 768px){

.contL01 {
float: none;
width: 100%;
text-align: center;
}

.contL01 img {
width: 90%;
}

.contR01 {
float: none;
width: 100%;
margin-top: 20px;
}


.cont01_3 {
font-size: 16px;
font-weight: bold;
}

}
/* max-width: 768px @end */







/* ■■■治療項目など■■■*/

table.tblist{
border-collapse:collapse;
border-spacing:0;
background-color:#FFF;
empty-cells:show;
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
}

.tblist th{
border:1px solid #D8D8D8;
background-color:#EDEDED;
padding:0.7em;
text-align:left;
white-space: nowrap;
}

.tblist td{
border:1px solid #D8D8D8;
padding:0.7em;

}

/* max-width: 768px
* * * * * * * * * * * * * * * * * * * * */
@media only screen and (max-width: 768px){

.tblist th{
text-align:center;
padding:0.7em 0;
}

.tblist td{
padding:0.7em 0.5em;

}


}
/* max-width: 768px @end */


/* ■■■アクセスマップ■■■*/



.contL02 {
float: left;
width: 48%;
}

.contR02 {
float: right;
width: 48%;

}

.contL02 img,
.contR02 img {
box-shadow: 2px 2px 4px gray
}

/* max-width: 768px
* * * * * * * * * * * * * * * * * * * * */
@media only screen and (max-width: 768px){

.contL02 {
float: none;
width: 100%;
}

.contR02 {
float: none;
width: 100%;
}

.contL02 img,
.contR02 img {
width: 90%;
}


}
/* max-width: 768px @end */
