@charset "utf-8";


/* =======================================================================
	Style
======================================================================= */
body{
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#495256;	
	font-size: 16px;
	line-height: 1.8em;
}


h2{
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style:normal;
	font-weight:400;
	font-size:2em;
	text-align:center;
	padding:1.2em 0em;
	color:#1E51A2;
	background: linear-gradient(#F0ECD9, #ffffff);
}


h3, .toph3{
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image:url(../images/h3logo.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	font-size:1.5em;
	font-weight:normal;
	padding:8px 5px 10px 50px;
	border-bottom:1px solid #4B4B4B;
	margin-bottom:0.5em;

}

h4, .toph4{
	font-size:1.25em;
	font-weight:normal;
	padding:8px 5px 8px 8px;
	color:#1E51A2;
	border-bottom:1px solid #1E51A2;
	margin-bottom:0.25em;
}
h4:before{
	content:"\f0fe\00a0";
	font-family:"FontAwesome";
}

.female{
	color:#E98585;
	border-bottom:1px solid #E98585;
}
.female:before{
	content: "\f182\00a0";
	font-family: FontAwesome;
}


.male{
	color:#249F9E;
	border-bottom:1px solid #249F9E;
}
.male:before{
	content: "\f183\00a0";
	font-family: FontAwesome;
}


h5, .toph5{
	font-size:1.125em;
	font-weight:normal;
	padding:5px 5px 5px 5px;
	border-bottom:1px solid #4B4B4B;
	margin-bottom:0.5em;
}

h6{
	font-size:1em;
	font-weight:normal;
	padding:8px 5px 5px 8px;
	color:#1E51A2;
	border-bottom:1px solid #1E51A2;
	margin-bottom:0.25em;
}


/* ==== link ==== */
a:link { color: #2990D0; }
a:visited { color: #2990D0; }
a:hover { color: #ff9900; }




/* ==== header情報部全体 ==== */
header{
	background-color:#ffffff;
	margin-bottom:0.5em;
	padding:0;
}

/* ==== header情報部 ==== */
header .head_info{
	
	/* flex化 */
	display: flex;
	display: -webkit-flex;
	
	/* 両端に配置 */
	justify-content:space-between;
	-webkit-justify-content: space-between;

	/* 上下配置中央 */
	align-items:center;
	-webkit-align-items: center;
}

/* ==== header情報の左 ==== */
header .head_info .head_left{
}

/* ==== header情報の右 ==== */
header .head_info .head_right{
	/* flex化 */
	display: flex;
	display: -webkit-flex;
	/* 上下配置中央 */
	align-items:center;
	-webkit-align-items: center;
}

/* ==== drawer内のボタンはPC時に非表示定義 ==== */
header button{
	display: none;
}

/* ==== グローバルナビ全体設定 ==== */
nav{
	background-image:url(../images/nav00.png);
}

/* ==== PC時のみFlex化 ==== */
nav ul{
	/* flex化 */
	display: flex;
	display: -webkit-flex;
	justify-content:         space-between;
	-webkit-justify-content: space-between;
}



/* ==== キービジュアル・H2エリア ==== */
.title_area{
	background: linear-gradient(#ffffff, #cac3a9);
	text-align:center;
}






/* ==== メインエリア ==== */
main{
	background-color:#ffffff;
	background-image:url(../images/back001.png);
	background-repeat:repeat-x;
	padding-top:1em;
}


/* ==== コンテンツエリア ==== */
article{
	background-color:#FFFFFF;
	width: 75%;
	padding:1%;
}
#toppage article{
	background-color:transparent;
}

/* ==== サイドナビ ==== */
aside{
	width: 25%;
}
aside ul{
	padding:0 4%;
}
aside ul li{
	text-align:center;
	margin-bottom:0.8em;
}


.note{ font-size:0.875em; }


/* ==== フッター ==== */
footer{
	padding-top:1em;
	background-color:#1e51a2;
	font-size:0.875em;
	color: #ffffff;
}


/* ==== link ==== */
footer a:link { color: #ffffff; }
footer a:visited { color: #ffffff; }
footer a:hover { color: #ff9900; }



footer ul{
	margin:0 2em 0 1em;;
	display: block;
}
footer ul li{
	display:inline-block;
	margin-right:1em;
}


/* リストマーカー */
footer ul li:before{
	content: "\f0da \00a0";
	font-family: FontAwesome;
}


/* ==== 著作権表記エリア ==== */
.copyright{
	margin-top:1em;
	background-color:#FFFFFF;
	text-align: center;
	font-size: 0.75em;
	color:#1e51a2;
}


section section{
	padding:0 2%;
}




/* ==== 全体の横幅設定 ==== */
.inner, .inner_nospc{
	margin:0 auto;
	padding:0;
	max-width:1170px;
}


/* ==== FLEX設定 ==== */

/* PCで左→右に配置／SPで上→下に配置 */
.flex_LRTB{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
}

/* PCで右→左に配置／SPで上→下に配置 */
.flex_RLTB{
	display: flex;
	display: -webkit-flex;
	flex-direction:row-reverse;
	-webkit-flex-direction: row-reverse;
}




/* ==== お知らせ欄 ==== */
.notice{
	background-color:#FFFFFF;
	padding: 1em 1%;
	margin-bottom: 1em;
	overflow: auto;
	border-top:1px solid #30589C;
	border-bottom:1px solid #30589C;
	height: 400px;
}
.notice dt {
	font-size: 1em;
	font-weight: bold;
	color: #0096E0;
	margin-left:0.5em;
}
.notice dt:before{
	content:"\f0fe\00a0";
	font-family:"FontAwesome";
}
.notice dd{
	margin-left:1em;
	margin-bottom:1em;
	line-height:1.5em;
	padding-bottom:1em;
	border-bottom: 2px dotted #999;
}
.notice dl {
	padding-bottom:0.5em;
}
.notice dl:last-child {
	border: none;
}


.overview{
	background-color:#f3fbff;
	padding:1.5em 0;
}
.overview dt{
	float:left;
	width:100px;
	clear:both;
	text-align:center;
	margin-bottom:1em;
	border-bottom:1px solid #30589C;
	color:#1e51a2;
}
.overview dd{
	margin-left:120px;
	margin-bottom:1em;
}


/* ==== 医院概要 ==== */


.Lborder{
	border-left:1px solid #1e51a2;
}





/* ==== 経歴 ==== */
.bio dt{
	float:left;
	width:100px;
	clear:both;
}
.bio dd{
	margin-left:100px;
}


.dayoff{
	color:#1e51a2;
	text-align:center;
}



.route ul{
	/* flex化 */
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.route li{
	width: 30%;
	margin:0 0.8em;
	font-size:14px;
	line-height:1.4em;
	text-align:center;
}
 .route img{
	margin-bottom:0.3em;
}


.table001{
	border: 1px solid #ACACAC;
	border-collapse: collapse;
	width:100%;
}
.table001 th {
	border: 1px solid #ACACAC;
	background-color:#f7f7f7;
	font-weight:normal;
	padding:0.5em 1em;
	width:35%;
}
.table001 td {
	border: 1px solid #ACACAC;
	padding:0.5em 1em;
}

.table_female{
	border: 1px solid #E98585;
	border-collapse: collapse;
	width:100%;
	color:#7C3A3A;
}
.table_female th {
	border: 1px solid #E98585;
	background-color:#FFF5F5;
	font-weight:normal;
	padding:0.5em 1em;
	text-align:left;
}
.table_female td {
	border: 1px solid #E98585;
	padding:0.5em 1em;
	text-align:right;
}
.fe_index01{ 
	text-align:center !important; 
	background-color:#F9E6E6 !important;
}
.fe_index02{ 
	text-align:center !important; 
	background-color:#F8D6D6 !important;
}


table.table_price{
	border: 1px solid #ACACAC;
	border-collapse: collapse;
	width:100%;
}
table.table_price th {
	border: 1px solid #ACACAC;
	background-color:#f7f7f7;
	font-weight:normal;
	padding:0.5em 1em;
}
table.table_price td {
	border: 1px solid #ACACAC;
	padding:0.5em 1em;
	width:35%;
	text-align: right;
}







.table_male{
	border: 1px solid #249F9E;
	border-collapse: collapse;
	width:100%;
	color:#135A59;
}
.table_male th {
	border: 1px solid #249F9E;
	background-color:#E4FFFB;
	font-weight:normal;
	padding:0.5em 1em;
	text-align:left;
}
.table_male td {
	border: 1px solid #249F9E;
	padding:0.5em 1em;
	text-align:right;
}
.ma_index01{ 
	text-align:center !important; 
	background-color:#BCEFE7 !important;
}
.ma_index02{ 
	text-align:center !important; 
	background-color:#A3E3D8 !important;
}





.worn{
	padding:1em 0;	
	font-size:0.875em;
	margin-left:1em;
}
.worn li{
	text-indent:-1em;
}
.worn li:before{
	content: "※\00a0";
}




.acMenu>dt{
    display:none;
}





.list001 li {
	list-style-type: disc;
	margin-left: 2em;
}
.list002 li {
	list-style-type: decimal;
	margin-left: 2em;
}


.index{
	background: linear-gradient(#ffffff, #F0ECD9);
	padding:1em 2%;
}


.inq { text-align:center; }
.inq a{
	background-color:#1E51A2;
	padding:0.2em 1em;
	border-radius:5px;
	display:inline-block;
	letter-spacing:0.05em;
	font-size:1.2em;
}
.inq a:link { color: #ffffff; }
.inq a:visited { color: #ffffff; }
.inq a:hover {	opacity:0.8; }

.icon_chevron a:before{
	content:"\f138\00a0";
	font-family:"FontAwesome";
	font-weight:400;
}
.icon_tel a:before{
	content:"\f098\00a0";
	font-family:"FontAwesome";
	font-weight:400;
}


.cases img{
	max-width:500px;
	width:90%;
}

.flow h4:before{
	content:"";
}

/** responsible table **/
.rwdtable{
  width:100%;
  border: 2px solid #94AED7;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
	margin-bottom:1em;
}
 
.rwdtable th{
  padding: 6px 8px 5px;
  overflow: hidden;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
	border: solid 1px #ffffff;
  color: #ffffff;
  background-color: #1E51A2;
}
.rwdtable td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #94AED7;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}

th.elmA {
  border-top: solid 1px #ffffff;
  color: #13131e;
  background-color:#E9F0FB;
  text-align:left !important;
	width:30%;
}
.elmA span{
	background: #4EAFAE;
	font-size: 0.8em;
	color: #fff;
	padding: 2px 8px 2px 8px;
	margin-right:10px;
}
.elmA span.any{
	background: #F0AFAF;
}

td.elmB, td.elmC{
  border-right: 1px solid #94AED7;
}


.image-left{
	overflow:hidden;
	margin-bottom:3em;
}
.image-left img{
	float:left;
	margin-right:1em;
}
.image-left p{
	text-align:left;
	margin-top:1.5em;
}

.qa dt{
	border-bottom:1px dashed #6DDFD9;
	color:#44C7C6;
	margin-bottom:0.5em;
	font-size:1.125em;
}
.qa dd{
	margin-bottom:2em;
}
.qa dd span{
	color:#E98585;
	font-size:1.125em;
}



/* 　---------------------- PC版リンク ----------------------　*/
.pagelink { text-align:center; }
.pagelink li {
	display:inline-block;
	margin-bottom:0.5em;
	margin-right:0.3em;
	font-size:0.875em;
}
.pagelink a{
	background-color:#1E51A2;
	padding:0.2em 1em;
	border-radius:5px;
	display:block;
}
.pagelink a:link { color: #ffffff; }
.pagelink a:visited { color: #ffffff; }
.pagelink a:hover {
 	opacity:0.8;
	color: #ffffff;
 }
.pagelink a:before{
	content:"\f0da\00a0";
	font-family:"FontAwesome";
	font-weight:400;
}




.bluebox{
	background-color:#E8EFFC;
	padding:0.2em 1em;
	border-radius:5px;
}

.detail{
	text-align:right;
	border-bottom:1px dashed #3DBABC;
}
.detail a:before{
	content:"\f0da\00a0";
	font-family:"FontAwesome";
	font-weight:400;
}
.detail a:link { color: #3DBABC; }
.detail a:visited { color: #3DBABC; }
.detail a:hover { color: #129092; }




.list_num li{
	list-style-type:decimal;
	margin-left:1.5em;
}


.priceend{
	margin-top:1em;
	text-align:center;
	font-size:18px;
	color:#2553A2;
}

.mgt15{
	margin-top: 15px;
}
.mgb15{
	margin-bottom: 15px;
}

/* =======================================================================
	Tablet
======================================================================= */
@media only screen and (max-width: 1169px){

}




/* =======================================================================
	SmartPhone
======================================================================= */
@media only screen and (max-width: 767px){


h2{
	font-size:1.5em;
	padding:0.875em 0em;
}


/* ==== 全体の横幅設定 ==== */
.inner{
	padding:0 3%;
}
.inner_nospc{
	padding:0 0 1em 0;
}


/* ==== header情報部全体 ==== */
header{
	/* flex化 */
	display: flex;
	display: -webkit-flex;
	min-height:56px;
	width:100%;
	padding:0;
	background-color:#ffffff;
	margin-bottom:0;
	
	/* メニュー固定 */
	position: fixed;
	top:0;
	z-index: 105;

}
header .inner{
	padding:0;
}
.head_info{ width:100%;}



/* ==== drawerを表示 ==== */
header button{
	display: block;
	color:#ffffff;
}
nav .inner{padding:0;}
nav ul{
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
}
nav ul li{
  width:33%;
}
nav{
	background-image:none;
	background-color:#1E51A2;
	margin-bottom:1em;
}




/* ==== PCのみFlex化 ==== */
.drawer-menu{
	display: block;
}
/* ==== 「MENU」の部分。≡部分はdrawer.cssの128行目。 ==== */
.menu_txt{
	display:block;
	color:#ffffff;
	letter-spacing:0.05em;
	font-size:0.875em;
	margin-top:15px;
}


/* ==== drawerの余白文だけ上をあける ==== */
.title_wrap{
	margin-top:56px;
}


.img_l{
	float: none;
	text-align: center;
}
.img_r{
	float: none;
	text-align: center;
}


/* ==== メインエリア ==== */
main{
	background-color:#ffffff;
	background-image:none;
	padding-top:0;
}



/* ==== flex setting ==== */
.flex_LRTB{
	flex-direction: column;
	-webkit-flex-direction: column;
}
.flex_RLTB{
  flex-direction: column;
  -webkit-flex-direction: column;
}


/* リストマーカー */
.lmark:before{
	content: "\f0da\00a0\00a0";
	font-family: FontAwesome;
}

article{
	width: 100%; 
	padding:0;
}

.features .flex1{
	margin:0 1%;
}

aside{
	width: 100%;
	padding:0;
}




.acMenu>dt{
    display:block;
    width:95%;
    padding:0.5em 0;
    text-align:center;
    cursor:pointer;
		color:#FFFFFF;
    background-color:#3DBABC;
		border-bottom:5px solid #219193;
		border-radius:5px;
		margin:0 auto;
		margin-bottom:0.5em;
}
.acMenu>dd{
    background-color:#ffffff;
    width:100%;
    display:none;
}

.acMenu>dd ul{
	padding:1%;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.acMenu>dd ul li{
	margin-bottom:0;
}

.beauty li:first-child{
	margin-bottom:0.5em !important;
}






/* ==== 医院概要 上→下 ==== */
.overview{
	flex-direction: column;
	-webkit-flex-direction: column;
	margin-bottom:1em;
}
.overview dt {
	float:none;
}
.overview dd {
	float:left;
	margin-left:0;
}

.ov_in dt {
	text-align:left;
}
.ov_in dt:before{
	content:"\f0fe\00a0";
	font-family:"FontAwesome";
}

	
.Lborder{
	border:none;
}


/* 固定ヘッダーの分だけ高さ調整 */
.label{
  margin-top : -70px;
  padding-top : 70px;
}


.route li{
	width: 40%;
}


.table001{
	font-size:0.75em;
}
.table001 th {
	width:50%;
}

.table_female{
	font-size:0.75em;
}
.table_female th {
	padding:0.3em 0.5em;
}
.table_female td {
	padding:0.3em 0.5em;
}



	
	
	
	

.table_male{
	font-size:0.75em;
}
.table_male th {
	padding:0.3em 0.5em;
}
.table_male td {
	padding:0.3em 0.5em;
}


.shrink p{
	margin-bottom:0;
}
.shrink{
	margin-bottom:0.5em !important;
	font-size:0.875em;
}






.rwdtable th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.rwdtable td{
  display: list-item;
  width: 100%;
  border-top: none;
}
td.elmB:before{
  content: "接種可能：";
	background: #E4FFFB;
	font-size: 0.8em;
	color: #666;
	padding: 2px 5px 2px 5px;
	margin-right:10px;
}
td.elmB, td.elmC, td.elmD{
  border-bottom: 1px solid #d6ceb4;
}
td.elmC:before, td.elmD:before{
	background: #E4FFFB;
	font-size: 0.8em;
	color: #666;
	padding: 2px 5px 2px 5px;
	margin-right:10px;
}
td.elmC:before{
  content: "公費適応：";
}
td.elmD:before{
  content: "自費接種：";
}

td.elmB div,td.elmC div,td.elmD div{
	margin-left:5.1em;
}


.image-left{
	overflow:hidden;
	margin-bottom:1em;
	text-align:center;
}
.image-left img{
	float:none;
	margin:0 auto;
}
.image-left p{
	text-align:left;
	margin-top:0;
}


.pagelink a:hover { opacity:1; }

#rem, #mole, #spot, #ion, #ipl, #pla, #medio, #beauty{
	padding-top:60px;
}



}







