/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Teko|Noto+Sans+JP:100,300,400,500,700,900|Roboto&subset=japanese');

/*-----------------------------------------------------------------------------

Common

-------------------------------------------------------------------------------*/

.yellowline {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff00 0%) repeat scroll 0 0;}
.blueline {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #00FFFF 0%) repeat scroll 0 0;}




/*--単語折り返し防止---------*/

span.word {display: inline-block;}


ul li {list-style:none;}
img {border:0;}
a {color:#333; outline: none; }

h1, h2, h3, h4, ul {margin:0; padding:0;}

html {
 overflow-y: scroll;
}

html,body{
    width: 100%;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 10000;
  text-align:center;
}
#loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

/*----------------loading------------------*/

/* ラインの最初の色のスタイル */
#line {
    width:100%; /* 横幅100% */
    height:1px;
    margin:0px auto;
    background:#f6f6f6;
}
 
/* ラインのアニメーション時の色と動き */
#line .expand {
    width:100%;
    height:1px;
    margin:0;
    background:#000000;
    position:absolute;
	left: 0;
	animation:fullexpand 1s ease-out;
    -moz-animation:fullexpand 1s ease-out;
    -webkit-animation:fullexpand 1s ease-out;
}
 
 /* キーフレームを使った横幅100%のローディングの始まりと終わりの変化 */
@keyframes fullexpand {
    0%  { width:0px;}
    100%{ width:100%;} 
}
@-webkit-keyframes fullexpand {
    0%  { width:0px;}
    100%{ width:100%;} 
}

@-webkit-keyframes fullexpand {
    0%  { width:0px;}
    100%{ width:100%;} 
}







body {
margin:0 auto;
padding:0;
font-size:15px;
color:#000000;
background-color: #F8F6EF;
line-height:160%;
font-family:'Roboto','Noto Sans JP',"游ゴシック","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS UI Gothic,Osaka,sans-serif;
/*font-family:"游ゴシック","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS UI Gothic,Osaka,sans-serif;
font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS UI Gothic,Osaka,sans-serif;*/
}

img {max-width: 100%; height: auto;}



/*----tel イベント------------------------------*/

a.tel {
    cursor: default;
    pointer-events: none;
	text-decoration: none;
}
@media screen and (max-width: 640px) {
    a.tel {
        pointer-events: auto;
    }
}



/*------------------------------------------------------------------------------
Header
------------------------------------------------------------------------------*/
#headwrap {
	width: 100%;
	background-color: #ffffff;
}
#header {
	width:96%;
	max-width: 1139px;
	padding:0 2%;
	margin:0 auto;
}

#headl {
	width: 429px;
	float: left;
	padding: 25px 0;
}

	#headl a{text-decoration: none;}
	
	#headl img {margin: 0 15px 5px 0;}
	
	#headl h2 {
		font-size: 14px;
		font-weight: normal;
		margin: -15px 0 0 115px;
		}


	#headr {
		width:320px;
		float: right;
		line-height: 150%;
		white-space: nowrap;
		padding: 13px 0 0 0;
		text-align: right;
	}
	
		#headr h1 {
			font-size: 14px;
			font-weight: normal;
		}
		
		#headr h1 a {text-decoration: none;}
		
		#headr p {margin: 0;padding: 10px 0 0 0;}
		#headr p.teln a {
			color: #FF8000;
			font-family: 'Francois One', sans-serif;
			font-size: 30px;
			background: url("settings/img/common/tel.png") no-repeat left;
			padding: 0 0 0 35px;
		}
	
	
	#headr a.btn_contact {
		width: 50%;
		height: 36px;
		line-height: 36px;
		background-color: #FF8000;
		border: 1px solid #FF8000;
		color: #ffffff;
		display: block;
		float: left;
		text-decoration: none;
		text-align: center;
		transition: 0.5s;
		box-sizing: border-box;
	}
	
	#headr a.btn_contact:hover {background-color:#ffffff; color: #FF8000; }
	
	#headr a.btn_access {
		width: 50%;
		height: 36px;
		line-height: 36px;
		background-color: #D93600;
		border: 1px solid #D93600;
		color: #ffffff;
		display: block;
		float: left;
		text-decoration: none;
		text-align: center;
		transition: 0.5s;
		box-sizing: border-box;
	}
	
	#headr a.btn_access:hover {background-color:#ffffff; color: #D93600; }
	

/*--------resp-----------------------*/
@media screen and (max-width: 830px) {

#header {
	width:100%;
	padding:0;
}

#headl {
	width: 100%;
	float: none;
	text-align: center;
	padding: 30px 0 20px 0;
}

	#headl img {
		max-width: 80%;
		height: auto;
	}
	
	#headl h2 {
		font-size: 14px;
		font-weight: normal;
		border:2px solid #eeeeee;
		border-radius: 30px;
		width: 80%;
		margin: 0 auto;
		}

	#headr {
		width:100%;
		float: none;
		padding: 0;
		text-align: center;
	}
}





/*---------------------------------------------
グローバルメニュー　
---------------------------------------------*/

#gmenu {
	width:auto;
	padding:0;
	clear: both;
}

#gmenu ul p {margin: 0; padding: 0;}

#gmenu ul {
	width:auto;
	margin:0 0 0 auto;
	border-right: 1px dashed #D8CEA7;
	box-sizing: border-box;
}

#gmenu li {
	float:left; 
	box-sizing: border-box;
	border-left: 1px dashed #D8CEA7;
	transition: 0.5s;
	text-align: center;
	white-space: nowrap;
	}
	
	#gmenu li.li1 {background: url("settings/img/common/i1.png") no-repeat center top; width: calc((100% / 40) * 5) ;}
	#gmenu li.li2 {background: url("settings/img/common/i2.png") no-repeat center top; width: calc((100% / 40) * 4) ;}
	#gmenu li.li3 {background: url("settings/img/common/i3.png") no-repeat center top; width: calc((100% / 40) * 4) ;}
	#gmenu li.li4 {background: url("settings/img/common/i4.png") no-repeat center top; width: calc((100% / 40) * 4) ;}
	#gmenu li.li5 {background: url("settings/img/common/i5.png") no-repeat center top; width: calc((100% / 40) * 4) ;}
	#gmenu li.li6 {background: url("settings/img/common/i6.png") no-repeat center top; width: calc((100% / 40) * 6) ;}
	#gmenu li.li7 {background: url("settings/img/common/i7.png") no-repeat center top; width: calc((100% / 40) * 6) ;}
	#gmenu li.li8 {background: url("settings/img/common/i8.png") no-repeat center top; width: calc((100% / 40) * 4) ;}
	#gmenu li.li9 {background: url("settings/img/common/i9.png") no-repeat center top; width: calc((100% / 40) * 3) ;}
	

#gmenu li a {
	display:block;
	text-decoration: none;
	padding: 55px 0 5px 0;
	font-size:15px;
	font-weight: 400;
	border-bottom: 5px solid transparent;
	color: #0464B2;
}

#gmenu li.slc a {
	border-bottom: 5px solid #FF8000;
}



#gmenu li ul li a  {border: none;}

#gmenu li a:hover {
	border-color: rgba(0,0,0,0.1);
}


#gmenu li a.slc {
	border-color: #FF8000;
	}

/*--------resp-----------------------*/
@media screen and (max-width: 1100px) {

#gmenu li a {font-size: 14px;}
}




/*---------btn ------------------------------------------------------------*/


a.btn1,.btn1:focus {
		padding:3px 10px;
		border-top:1px dotted #d6d6d6;
		border-bottomo:1px dotted #d6d6d6;
		cursor:pointer;
		background-color: #d6d6d6;
		text-decoration:none;
		font-size: 14px;
		border-radius: 3px;
	}
	
a.btn1:hover {
		background-color:#555555;
		cursor:pointer;
		color: #ffffff;
		border-color: #555555;
	}

	a.btn1 {
	-webkit-transition: 0.5s ease-in-out;
	   -moz-transition: 0.5s ease-in-out;
		 -o-transition: 0.5s ease-in-out;
			transition: 0.5s ease-in-out;
			}


.btn2,
.btn2:focus {
		padding:5px 10px;
		background-color:#eeeeee;
		border:1px solid #d6d6d6;
		cursor:pointer;
		text-decoration:none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
.btn2:hover {
		background-color:#d6d6d6;
		cursor:pointer;
	}
	
	
.btn3,
.btn3:focus {
		padding:3px 20px;
		background-color:#ffffff;
		border:1px solid #d6d6d6;
		border:none;
		-webkit-box-shadow: 0px 0px 3px #ccc;
		-moz-box-shadow: 0px 0px 3px #ccc;
		box-shadow: 0px 0px 3px #ccc;	
		cursor:pointer;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		text-decoration:none;
	}
	
.btn3:hover {
		background-color:#d6d6d6;
		cursor:pointer;
	}


	
.btn4,
.btn4:focus {
		padding:3px 20px;
		background-color:#9B3855;
		color: #ffffff;
		-webkit-box-shadow: 0px 0px 3px #ccc;
		-moz-box-shadow: 0px 0px 3px #ccc;
		box-shadow: 0px 0px 3px #ccc;	
		cursor:pointer;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		text-decoration:none;
	}
	
.btn4:hover {
		background-color:#333333;
		cursor:pointer;
	}



.btn_blueline,
.btn_blueline:focus {
		padding:15px 30px;
		background-color:#ffffff;
		border:1px solid #dddddd;
		cursor:pointer;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-decoration:none;
		color: #0064BE;
		transition: 0.5s;
	}
	
.btn_blueline:hover {
		background-color:#d6d6d6;
		cursor:pointer;
	}




/*--clearコンテンツ------------------------*/

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#clr1, .clr1 {
	width:100%;
	clear:both;
	height:1px;
	border:none;
	color:none;
	line-height:1px;
}

#clr, .clr {
	width:100%;
	clear:both;
	border:none;
	color:none;
}

hr.clear {
	height: 1px;
	border: none;
	border-top: 1px solid #d6d6d6;
	clear: both;
	margin: 0;
	padding: 0;
}

hr.clear_dot {
	height: 1px;
	border: none;
	border-top: 1px dotted #666666;
	clear: both;
	margin: 0;
	padding: 0;
}


#clr, .clr {width:100%; clear:both; text-align:center;}
#clr1, .clr1 {width:100%; height:1px; line-height:1px; clear:both;}






/*---------------------------------------------------------------------------
footer
---------------------------------------------------------------------------*/

#footer {
	width: 100%;
	background-color: #ffffff;
}

	#footin {
		width: 96%;
		max-width: 1139px;
		margin: 0 auto;
		padding: 49px 0;
	}
	
		#footl {
			width: 40%;
			float: left;
		}
		
		#footl img {
			max-width: 100%;
			height: auto;
		}
		
			#footl h2 {
				font-size: 14px;
			}
			
		#footl h1 {
			font-size: 14px;
			font-weight: normal;
		}
		
		#footl h1 a {text-decoration: none;}
		
		#footl p {margin: 0;padding: 10px 0 0 0;}
		#footl p.teln a {
			color: #FF8000;
			font-family: 'Francois One', sans-serif;
			font-size: 30px;
			background: url("settings/img/common/tel.png") no-repeat left;
			padding: 0 0 0 35px;
		}
	
	
	#footl a.btn_contact {
		width: 50%;
		height: 36px;
		line-height: 36px;
		background-color: #FF8000;
		border: 1px solid #FF8000;
		color: #ffffff;
		display: block;
		float: left;
		text-decoration: none;
		text-align: center;
		transition: 0.5s;
		box-sizing: border-box;
	}
	
	#footl a.btn_contact:hover {background-color:#ffffff; color: #FF8000; }
	
	#footl a.btn_access {
		width: 50%;
		height: 36px;
		line-height: 36px;
		background-color: #D93600;
		border: 1px solid #D93600;
		color: #ffffff;
		display: block;
		float: left;
		text-decoration: none;
		text-align: center;
		transition: 0.5s;
		box-sizing: border-box;
	}
	
	#footl a.btn_access:hover {background-color:#ffffff; color: #D93600; }
				
		
		#footr {
			width: 55%;
			float: right;
		}
		
		#footr iframe {
			width: 100%;
			height: 300px;
		}

			
			
/*--------resp-----------------------*/
@media screen and (max-width: 830px) {			

	#footin {
		width: 100%;
		padding: 30px 0;
		text-align: center;
	}
	
		#footl {
			width: 100%;
			float: none;
		}
		
		#footl img {
			max-width: 80%;
			height: auto;
		}
			
#footr {display: none;}
}

/*---------------cpr------------------------*/

#cpr {
	width: 96%;
	margin: 0 auto;
	max-width: 1139px;
	text-align: left;
	font-size: 14px;
	color: #3A3A3A;
	padding: 15px 0;
}



/*---------------------------------------------
グローバルメニュー（フッタ）　
---------------------------------------------*/

#fmenu {
	width:96%;
	max-width: 1139px;
	padding:0 0 30px 0;
	clear: both;
	margin: 0 auto;
}

#fmenu ul p {margin: 0; padding: 0;}

#fmenu ul {
	width:auto;
	margin:0 0 0 auto;
	border-right: 1px dashed #D8CEA7;
	box-sizing: border-box;
}

#fmenu li {
	float:left; 
	box-sizing: border-box;
	border-left: 1px dashed #D8CEA7;
	transition: 0.5s;
	text-align: center;
	white-space: nowrap;
	}
	
	#fmenu li.li1 {background: url("settings/img/common/i1.png") no-repeat center top; width: calc((100% / 40) * 5) ;}
	#fmenu li.li2 {background: url("settings/img/common/i2.png") no-repeat center top; width: calc((100% / 40) * 4) ;}
	#fmenu li.li3 {background: url("settings/img/common/i3.png") no-repeat center top; width: calc((100% / 40) * 4) ;}
	#fmenu li.li4 {background: url("settings/img/common/i4.png") no-repeat center top; width: calc((100% / 40) * 4) ;}
	#fmenu li.li5 {background: url("settings/img/common/i5.png") no-repeat center top; width: calc((100% / 40) * 4) ;}
	#fmenu li.li6 {background: url("settings/img/common/i6.png") no-repeat center top; width: calc((100% / 40) * 6) ;}
	#fmenu li.li7 {background: url("settings/img/common/i7.png") no-repeat center top; width: calc((100% / 40) * 6) ;}
	#fmenu li.li8 {background: url("settings/img/common/i8.png") no-repeat center top; width: calc((100% / 40) * 4) ;}
	#fmenu li.li9 {background: url("settings/img/common/i9.png") no-repeat center top; width: calc((100% / 40) * 3) ;}
	

#fmenu li a {
	display:block;
	text-decoration: none;
	padding: 50px 0 5px 0;
	font-size:15px;
	font-weight: 400;
	border-bottom: 5px solid transparent;
	color: #0464B2;
}



#fmenu li ul li a  {border: none;}

#fmenu li a:hover {
	border-color: rgba(0,0,0,0.1);
}

#fmenu li a.slc {
	border-color: #FF8000;
	}

/*--------resp-----------------------*/
@media screen and (max-width: 1100px) {

#fmenu li a {font-size: 14px;}
}

/*--------resp-----------------------*/
@media screen and (max-width: 830px) {		

#fmenu li a {font-size: 15px;}

	#fmenu li.li1,
	#fmenu li.li2,
	#fmenu li.li3,
	#fmenu li.li4,
	#fmenu li.li5,
	#fmenu li.li6,
	#fmenu li.li7,
	#fmenu li.li8,
	#fmenu li.li9 {width: 33.333%;}
	
#fmenu ul {border-top: 1px dashed #D8CEA7;}

#fmenu li {border-bottom: 1px dashed #D8CEA7;}
}

/*--------resp-----------------------*/
@media screen and (max-width: 550px) {	

	#fmenu li.li1,
	#fmenu li.li2,
	#fmenu li.li3,
	#fmenu li.li4,
	#fmenu li.li5,
	#fmenu li.li6,
	#fmenu li.li7,
	#fmenu li.li8{width: 50%;}
	#fmenu li.li9 {width: 100%;}
	}





/*-----------------------------------------------------------------------------
-------------------------------------------------------------------------------
Navigation
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------*/


/*----------ハンバーガー-----------*/

#nav-drawer {display: none;}

/*Media Queries*/

@media screen and (max-width: 830px) {
	
#nav-drawer {display: block;}
#gmenu {display: none;}

}

#nav-drawer {
  position: absolute;
  top:20px;
  left: calc(100% - 45px);
  z-index: 1000000;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  background: #ECD582;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 80%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/ 
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}




/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}



#nav-content img {
	max-width: 80%;
	height: auto;
}



#smenu ul {
	width:auto;
	margin:0 0 0 auto;
	border-right: 1px dashed #D8CEA7;
	box-sizing: border-box;
}

#smenu li {
	float:left; 
	box-sizing: border-box;
	border-left: 1px dashed #D8CEA7;
	transition: 0.5s;
	text-align: center;
	white-space: nowrap;
	}
	
#smenu li a {font-size: 14px;}

	#smenu li.li1 {background: url("settings/img/common/i1.png") no-repeat center top; width: 50%;}
	#smenu li.li2 {background: url("settings/img/common/i2.png") no-repeat center top; width: 50%;}
	#smenu li.li3 {background: url("settings/img/common/i3.png") no-repeat center top; width: 50%;}
	#smenu li.li4 {background: url("settings/img/common/i4.png") no-repeat center top; width: 50%;}
	#smenu li.li5 {background: url("settings/img/common/i5.png") no-repeat center top; width: 50%;}
	#smenu li.li6 {background: url("settings/img/common/i6.png") no-repeat center top; width: 50%;}
	#smenu li.li7 {background: url("settings/img/common/i7.png") no-repeat center top; width: 50%;}
	#smenu li.li8 {background: url("settings/img/common/i8.png") no-repeat center top; width: 50%;}
	#smenu li.li9 {background: url("settings/img/common/i9.png") no-repeat center top; width: 100%;}
	
#smenu li a {
	display:block;
	text-decoration: none;
	padding: 35px 0 5px 0;
	font-size:15px;
	font-weight: 400;
	color: #0464B2;
	text-align: center;
}




	
#smenu ul {border-top: 1px dashed #D8CEA7;}

#smenu li {border-bottom: 1px dashed #D8CEA7;}



/*---------------------------------------------------------------------------------------------------
toppage
-----------------------------------------------------------------------------------------------------*/

#main {
	width: 100%;
}


	#main img.w100 {
		display: block;
		float: left;
		width: 100%;
		height: auto;
	}

#main img.w50 {
		display: block;
		float: left;
		width: 50%;
		height: auto;
	}
	
	#main img.w25 {
		display: block;
		float: left;
		width: 25%;
		height: auto;
	}
	
	
@media screen and (max-width: 550px) {

	#main img.w50 {width: 100%;}
	
	#main img.w25 {width: 50%;}
	
}



/*---------------------------------------------------------------------------------------------------
newsと診療時間の段
-----------------------------------------------------------------------------------------------------*/

#news {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 80px 0;
	letter-spacing: -0.4em;
}

	#news .info {
		width: 33.33%;
		display: inline-block;
		vertical-align: top;
		letter-spacing:normal;
	
	}
	
		#news .info h3 {
			color: #0464B2;
			font-family: 'Francois One', sans-serif;
			font-weight: normal;
			font-size: 23px;
		}
		

	#news p {
		margin:20px 0 0 0;
	}
	
#news p span{
	display: block;
}
		
		
	
	#news .exam {
		width: 33.33%;
		display: inline-block;
		vertical-align: top;
		letter-spacing:normal;
		
	}
	
		#news .exam h3 {
			color: #0464B2;
			font-weight: 400;
			margin-bottom: 20px;
			
		}
		
		#news .exam table {
			background-color: #0464B2;
			border-spacing: 1px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			overflow: hidden;
			text-align: center;
			border: 1px solid #0464B2;
			box-sizing: border-box;
			width:100%;
		}
		
		#news .exam table td {
			background-color: #ffffff;
			padding: 10px;
			color: #0464B2;
			font-size: 18px;
			box-sizing: border-box;
		}
		
		#news .exam table th {
			background-color: #0464B2;
			padding: 10px;
			color: #ffffff;
			box-sizing: border-box;
		}
		
		#news .exam p {
			margin: 0;
			padding: 10px;
		}

#news .doctor {
		width: 33.33%;
	display: inline-block;
		vertical-align: top;
	letter-spacing:normal;
	padding: 0 0 0 60px;
	box-sizing: border-box;
	
}
#news .doctor h3 {
			color: #0464B2;
			font-weight: 400;
		
			margin-bottom: 20px;
		}
#news .doctor table td{
	vertical-align:	top;
	padding: 0 0 20px 0px;
	box-sizing: border-box;
}
#news .doctor table td span{
	display: inline-block;
	width:30px;
	height: 30px;
	border-radius: 50%;
	background:#0464B2;
	color:#fff;
	text-align: center;
	line-height: 30px;
	margin: 0 5px 0 0;
}

/*--------resp-----------------------*/
@media screen and (max-width: 1300px) {

#news .exam table td {font-size: 15px;}
	#news .info {
		width:50%;
		
	
	}

	#news .exam {
		width: 50%;

		
	}
	#news .doctor {
	width:100%;

	padding: 0 0 0 0;

	
}
	
}

/*--------resp-----------------------*/
@media screen and (max-width: 830px) {

#news {
	padding: 20px 0;
}

	#news .info,
	#news .exam{
		width: 100%;
		float: none;
		padding: 20px 0;
	}
}

/*--------resp-----------------------*/
@media screen and (max-width: 550px) {

		#news .exam table {
			width: 100%;
		}
		
		#news .exam table td {
			padding: 5px;
			font-size: 16px;
		}
		
		#news .exam table th {
			padding: 5px;
		}
}

/*---------------------------------------------------------------------------------------------------
当院の治療
-----------------------------------------------------------------------------------------------------*/

#treatment {
	width: 100%;
	background-color: #ffffff;
	padding: 35px 0;
}

	#treatment .tinner {
		width: 90%;
		max-width: 1139px;
		margin: 0 auto;
	}

	#treatment .tinner .ibox {
		width: 30%;
		float: left;
	}
	
	#treatment .tinner .tbox {
		width: 35%;
		float: left;
		padding: 20px 50px;
		box-sizing: border-box;
	}
	
	#treatment .tinner .tbox.right {
		border-right: 2px dotted #D8CEA7;
	}
	
	#treatment .tinner .tbox h2 {
		color: #0464B2;
		font-size: 23px;
		font-weight: 500;
		margin: 0 0 25px 0;
	}
	
	#treatment .tinner .tbox ul li {
		list-style: circle;
		list-style-position: inside;
		font-size: 1.1em;
	}
	
	#treatment .tinner .tbox p {
	padding: 20px 0 0 0;
	}
	
/*--------resp-----------------------*/
@media screen and (max-width: 1000px) {

	#treatment .tinner .tbox {
		padding: 20px 20px;
	}
	
	#treatment .tinner .tbox h2 {
		font-size: 19px;
	}
}

/*--------resp-----------------------*/
@media screen and (max-width: 830px) {

	#treatment .tinner .ibox {
		width: 20%;
	}
	
	#treatment .tinner .tbox {
		width: 40%;
		padding: 20px 20px;
	}

}


/*--------resp-----------------------*/
@media screen and (max-width: 600px) {

	#treatment .tinner .ibox {
		width: 100%;
		text-align: center;
	}
	
	#treatment .tinner .tbox {
		width: 50%;
		padding: 20px 20px;
	}
}

/*--------resp-----------------------*/
@media screen and (max-width: 550px) {

	
	#treatment .tinner .tbox {
		width: 100%;
		padding: 20px 20px;
	}

	#treatment .tinner .tbox.right {
		border-right: none;
		border-bottom: 2px dotted #D8CEA7;
	}
}


/*---------------------------------------------------------------------------------------------------
治療内容
-----------------------------------------------------------------------------------------------------*/

#naiyo {
	padding: 50px 0;
}

	#naiyo h1 {
	text-align: center;
	color: #0464B2;
	font-size: 30px;
	margin-bottom: 20px;
	}
	
	#naiyo hr {
		background: none;
		border: none;
		border-bottom: 1px solid #D8CFA8;
		max-width: 1139px;
		width: 90%;
		margin: 40px auto 0 auto;
	}
	
	#naiyo h2.sub {
	text-align: center;
	color: #0464B2;
	font-size: 20px;
	margin: -10px auto 0 auto;
	width: 140px;
	background-color: #F8F6EF;
	}
	
	#naiyo .waku {
		width: 90%;
		max-width: 1139px;
		letter-spacing: -0.4em;
		margin: 0 auto;
		text-align: center;
		padding: 20px 0 50px 0;
	}
	
	#naiyo .waku .box {
		width: 18%;
		margin: 20px 1%;
		background-color: #E6E5DE;
		display: inline-block;
		letter-spacing: normal;
		vertical-align: top;
		}
	
	#naiyo .waku .box a {
		padding: 20px;
		box-sizing:border-box;
		display: block;
		border:5px solid rgba(255,255,255,0);
		transition: 0.5s;
		text-decoration: none;
	}
	
	#naiyo .waku .box a:hover {
		border-color:rgba(255,255,255,1);
	}
	
	#naiyo .waku .box h3 {
		font-weight: normal;
		font-size: 14px;
		height: 60px;
	}


	#naiyo .pixw h2 {
		font-weight: normal;
		font-size: 18px;
		padding: 10px 15px;
	}



/*--------resp-----------------------*/
@media screen and (max-width: 1000px) {

	#naiyo .waku .box {
		width: 23%;
		}
}

/*--------resp-----------------------*/
@media screen and (max-width: 830px) {

	#naiyo .waku .box {
		width: 31.3333%;
		}
		
	#naiyo .waku .box a {
		padding: 15px;
	}
}

/*--------resp-----------------------*/
@media screen and (max-width: 550px) {

	#naiyo .waku .box {
		width: 48%;
		margin: 10px 1%;
		}
		
	#naiyo .waku .box a {
		padding: 15px;
	}
}
