html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }
ol, ul ,li { list-style: none!important; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }
q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block; }

a img {border: none; }
a:hover{
	text-decoration: none;
	color: #6DBCDD;
}
a.anchor {
    display: block;
    padding-top: 50px!important;
    margin-top: -50px;
}

@media (min-width: 738px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}


/* Material icons */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px!important;  
  display:  inline-flex;
  vertical-align: top;
  width: 2em;
  height: 2em;
  line-height:1;  
  text-transform: none;
  padding-top:10px;
	color:#fff;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
 
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
 
  /* IEサポート */
  font-feature-settings: 'liga';
}
.material-icons-drawer {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px!important;  
  display:  inline-flex;
  vertical-align: top;
  width: 1.4em;
  height: 2em;
  line-height:1;  
  text-transform: none;
  padding-top:8px;
  margin-bottom:-10px;
	color:#fff;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
 
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
 
  /* IEサポート */
  font-feature-settings: 'liga';
}
.material-icons-map {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 22px!important;  
  display:  inline-flex;
  vertical-align: middle;
  width: 1.2em;
  height: 2em;
  line-height:1.6;  
  text-transform: none;
	color:#444;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
 
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
 
  /* IEサポート */
  font-feature-settings: 'liga';
}

.res-table {
	width:100%;
	border:none;
	margin:20px auto!important;
	border-top: double 3px #CCCCCC;
	}
.res-table tr  {
	text-align: left;
	border-bottom: dotted 1px #CCCCCC;
}
.res-table th  {
	width: 20%;
	text-align: left;
	padding: 10px 0px 5px 10px;
	vertical-align: top;
	}
.res-table td  {
	background-color: #FFF;
	text-align: left;
	padding: 10px 0px 10px 10px;
	vertical-align: top;
	}
 
@media only screen and (max-width:480px){
.res-table {width: 100%; margin:0 auto; }
/* .res-table tr:first-child th { border-top: 1px solid #ddd; }*/
.res-table th {
	overflow: hidden;
	display: block;
	width: 98%!important;
	padding: 10px 0px 0px 2%;
	color: #00A2DB;
	margin: 0 auto;
}
.res-table td {overflow:hidden; display: block; width: 98%!important; padding: 0px 0px 5px 2%; margin:0 auto;}
}



.res-table-price {
	width:100%;
	border:none;
	margin:20px auto!important;
	border-top: double 3px #CCCCCC;
	}
.res-table-price tr  {
	text-align: left;
	border-bottom: dotted 1px #CCCCCC;
}
.res-table-price th  {
	width: 18%;
	text-align: left;
	padding: 10px 0px 5px 10px;
	vertical-align: top;
	background-color:#FFF9CF;
	}
.res-table-price td  {
	background-color: #FFF;
	text-align: left;
	padding: 10px 0px 10px 10px;
	vertical-align: top;
	}
 .res-table-price td.price  {
	 text-align:right;
	 width:10%;
	 color:#E40070;
	}
 .res-table-price h5{ font-weight:800;}
@media screen and (min-width:481px) and ( max-width:959px) {
 .res-table-price td.price  {
	 text-align:right;
	 width:20%;
	}
}
@media only screen and (max-width:480px){
.res-table-price {width: 100%; margin:0 auto; }
/* .res-table tr:first-child th { border-top: 1px solid #ddd; }*/
.res-table-price th {
	overflow: hidden;
	display: block;
	width: 98%!important;
	padding: 10px 0px 0px 2%;
	color: #00A2DB;
	margin: 0 auto;
}
.res-table-price td {overflow:hidden; display: block; width: 98%!important; padding: 0px 0px 5px 2%; margin:0 auto;}
}


/* Common layout
-----------------------------------------*/


html, body{
  height: 100%;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  color:#444;
  line-height:220%;
  font-size:100%;
  }
a{ text-decoration:none; color:#444;}
a:hover{ text-decoration: underline; color:#444;}
.cf{ clear:both;}
p {
	line-height: 200%;
	margin-bottom:16px; }

h2 {
	font-size:150%;
	line-height:100%;
	margin-bottom:20px;
	}
h3 {
	font-size:130%;
	line-height:100%;
	margin-bottom:20px;
	font-weight:400;
	}
/*	
h3::before {content: url(../img/h3-l.png);}
h3::after {content: url(../img/h3-r.png);}
*/	
h4{font-size:130%;}
h5{font-size:110%;}
@media screen and (max-width: 739px) {
h2 {
	text-align: center;
	font-size:120%;
	line-height:100%;
	margin-bottom:20px;
	}
h3 {
	font-size:120%;
	line-height:100%;
	margin-bottom:10px;
	}
h4{font-size:120%;}
h5{font-size:100%;}
}
.dot{
	background-image: url(../img/dot.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom:7px;
	margin-bottom:20px;
	display: inline-block;
}
.dot-y{
	background-image: url(../img/dot-y.png);
	background-repeat: repeat-x;
	display: inline-block;
	background-position: left bottom;
	padding-bottom:7px;
	margin-bottom:20px;
	}
.dot-gr{
	background-image: url(../img/dot-gr.png);
	background-repeat: repeat-x;
	display: inline-block;
	background-position: left bottom;
	padding-bottom:7px;
	margin-bottom:20px;
	}

mark,.mark {background: linear-gradient(transparent 50%, #FFEFBF 50%);}
mark,.mark {background: linear-gradient(transparent 50%, #FFEFBF 50%);}

.gr{color: #5D9E2E;}
.or{color: #FF9226;}
.bl{color: #000974;}

.img-responsiv{ width:100%;}

.float-L{ float:left;}
.float-R{ float:right;}

.txt-l{ text-align:left!important;}
.txt-r{ text-align:right!important;}
.txt-c{ text-align:center!important; margin:0 auto!important;}
.txt10{ font-size:10px;}
.txt12{ font-size:12px;}
.txt14{ font-size:14px;}


.spB50{ padding-bottom:50px!important;}
.spB30{ padding-bottom:30px!important;}
.spB10{ padding-bottom:10px!important;}
.spT50{ padding-top:50px!important;}
.spT30{ padding-top:30px!important;}
.spT20{ padding-top:20px!important;}
.spT10{ padding-top:10px!important;}
.spTB50{ padding-top:50px!important; padding-bottom:50px!important;}
.spTB30{ padding-top:30px!important; padding-bottom:30px!important;}
.spTB10{ padding-top:10px!important; padding-bottom:10px!important;}

.pc{ display:block; margin:0 auto;}
.sp{ display:none!important;}
.pc-only{ display:block!important;}
.sp-only{ display:none!important;}
.sp-tel{ display:none!important;}
.br-pc { display:none!important;}
.PC_c-SP_l{text-align:center;}	
.PC_r-SP_c-img{ float:right; margin:0 0 20px 40px;}
@media screen and (max-width: 739px) {
.spT50{ padding-top:10px!important;}
.sp{ display:block; margin:0 auto!important;}
.pc{ display:none!important;}
.br-sp { display:none!important;}
.br-pc { display:block!important;}
.pc-only{ display:none!important;}
.sp-only{ display:block!important;width:100%;}
.sp-tel{ display:block!important; margin:0 auto 10px;}
.PC_c-SP_l{text-align:left;}	
.PC_r-SP_c-img{ float:none; margin:0 auto 10px; display:block; width:100%;}
}




/* ---------- Google MAP ---------- */
.google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
	top:10px;
	z-index:;
}
@media screen and (max-width: 739px) {
.google-map{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 80.85%;
    overflow: hidden;
}
}

/* ---------- floating ---------- */
#floating {
  display: none;
  position: fixed;
  right: 0px;
  bottom: 450px;
  cursor: pointer;
  z-index:20000;
}
/* ---------- pagetop ---------- */
#page_top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  z-index:30000;
}

/*------- pan nav --------*/
#bread{
	clear:both;
	width:100%;
	overflow:hidden;
	background-color: #FF9326!important;
	padding:0;
	margin:0;
	}
#bread .inner{
	width: 960px;
	overflow: hidden;
	padding: 13px 0 13px;
	margin: 0 auto;
	line-height: 100%;
	}
#bread .inner ul{
	overflow:hidden;
	}
#bread .inner ul li{
	display:block;
	float:left;
	padding:0 10px;
	}
#bread .inner ul li a{
	}
#bread .inner ul li a:hover{
	color:white;
	}
#bread .inner ul li::after{ content: "　＞";}
#bread .inner ul li:last-child::after{content: "";}

/* ---------- header TOP PAGE---------- */
#component_header{
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #5F9D36;
	}
#header{
	width:960px;
	margin:0 auto;
	padding:0;
	}		
h1{
	clear:both;
	font-size:12px;
	font-weight:400;
	padding:2px 0 0;
}
h1 img{
	display:block;
	clear:both;
	margin:20px 0 30px;
	}
.pc_tel{
	float:right;
	margin-top:-120px;
	display:block;
	}	
@media screen and (max-width: 739px) {
header{
	width: 100%!important;
	margin: 0 auto!important;
	padding: 0;
	box-shadow: 0 0 6px #999;
	opacity: 0.96;
	height:70px;
	}
h1{
	text-align:center!important;
	display:block!important;
	margin:0 auto!important;
	padding-bottom:0px;
	}
h1 img{ width:260px;
		text-align:center;
		margin:0 auto 0;
		display:block;
		padding:10px 0 0 0;
		}	
#component_header{ display:none;} 	
}

@media screen and (min-width: 739px) {
header{ display:none;}
.drawer-container{ display:none;}
}

/* ---------- header TOP PAGE end /   ---------- */



/* ----------nav TOP PAGE----------------- */
#component_nav {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background-image: url(../img/nav-back.png);
	background-repeat: repeat-x;
}
#nav {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	clear: both;
	height: 118px;
}
#nav ul{
	margin:0;
	padding:0;
	}
#nav ul li{
	float:left;
	margin:0;
	padding:0;
	width:160px;
	}
#nav ul li img{
	margin:0;
	padding:0;
	}

@media screen and (max-width: 739px) {
#component_nav {display:none;}
.component_content{margin-top:45px;}
}

#nav li.menu1  {
   position: relative;
   float: left;
}
#nav li.menu1 a {
   display: block;
   width:140px;
   padding: 5px;
}
#nav .menu1 li a {
 filter: opacity(96%);
	background-color: #ECFDE5;
	text-decoration: none;
   font-size:90%;
}
#nav .menu1 li a:hover {
	background-color: #C7F4BB;
}
#nav li:hover > ul.menu1{
   display: block;
}
#nav ul.menu1 {
	display: none;
   position: absolute;
   top:297px;
   width:140px;
}

#nav .menu1 li a {
   display: block;
   width:140px;
   padding: 5px 10px;
   webkit-transition-duration: 0.3s;
   -moz-transition-duration: 0.3s;
   transition-duration: 0.3s;
}
filter: <filter-function> [<filter-function>]* | none

@media screen and (max-width: 739px) {
#nav li.menu1  {
	display:none;
}
}


/* ----------nav TOP PAGE end----------------- */






/* ---------- section ---------- */
section{
	width:100%;
	overflow:hidden;
	margin:0 auto!important;
	display:block;
	background-color: transparent!important;
	}
.content{
	width:960px;
	overflow:hidden;
	margin:50px auto;
	display:block;
	background-color: transparent!important;
	}
@media screen and (max-width: 739px) {
section{width:100%;}
.content{
	width:92%;
	overflow:hidden;
	margin:20px auto 5px!important;
	display:block;
	}
}

/*-----------------------------------------*/
#component_scroll{
	padding:0;
	margin:0;
	}

/*-----------------------------------------*/
#main{
	margin:0;
	padding:0;
	}
#main .inner{
	width:100%;
	margin:0;
	padding:0;
	}	
#main img{ width:100%;
	margin:0;
	padding:0;
}
}

@media screen and (max-width: 739px) {
#main{display:none!important;}
}

/*-----------------------------------------*/
#sp-main{display:none!important;}
@media screen and (max-width: 739px) {
#sp-main{
	overflow:hidden;
	display: block;
	}
#sp-main .inner{
	width:100%;
	
	
	}	
#sp-main img{}
#component_main{
	margin-top:27px;}
}



/*-----------------------------------------*/
#top-info{
	overflow: hidden;
	width: 100%;
	}
#top-info .inner1{
	width:960px;
	margin:50px auto 50px;
	overflow:hidden;
	}
#top-info h2{
	font-size:32px;
	font-weight:400;
	text-align:center;
	margin:0 auto;
	letter-spacing: 0.1em;
	}
#top-info dl{
	overflow:hidden;
	float: left;
	width:100%;
	margin:20px 0 0 0;
	}	
#top-info dt{
	overflow: hidden;
	color: #5F9D36;
	background-image: url(../img/icon_news.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding: 0 0 0 28px;
	margin-top:10px;
	}	
#top-info dd{
	overflow: hidden;
	}	

#top-info .btn-box{
	overflow:hidden;
	width:350px;
	float:left;
	margin:0 ;
	}
#top-info .btn-box ul{
	overflow:hidden;
	margin-top:10px;
	}
#top-info .btn-box ul li{
	}
#top-info .btn-box ul li img{
	margin:5px 0 0 0;
	}

.news-tit{
	color:#F90;
	font-weight:600;
	margin-bottom:2px;
	}
		
@media screen and (max-width: 739px) {
#top-info{
	overflow: hidden;
	width: 100%;
	background-image: url(../img/top-info_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	}
#top-info .inner1{ width:94%; margin:20px auto; overflow:hidden;}
#top-info h2{ font-size:21px;}
#top-info h2 img{ width:96%;}
#top-info dl{
	float: none;
	width:100%;
	margin:20px 0 0 0;
	}	

#top-info .btn-box{
	overflow:hidden;
	float: none;
	width:100%;
	}
#top-info .btn-box img{
	display:block;
	margin:0 auto;
	width:80%;
	}	
#top-info .btn-box ul{
	overflow:hidden;
	margin-top:10px;
	}
#top-info .btn-box ul li{
	width:100%;
	}
#top-info .btn-box ul li img{
	display:block;
	margin:5px auto 0;
	width:80%;
	text-align:center;
	}
}



/*-----------------------------------------*/
#top-treatment{
	overflow: hidden;
	width: 100%;
	background-image: url(../img/jag-head.png);
	background-repeat: repeat-x;
	background-position: center top;
	}
#top-treatment .inner1{
	width: 100%;
	margin: 10px auto 0;
	overflow: hidden;
	background-image: url(../img/treatment_menu_back.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}
#top-treatment .inner2{
	width: 960px;
	margin: 50px auto 50px;
	overflow: hidden;
	}
#top-treatment h2{
	font-size:32px;
	font-weight:400;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 0.2em;
	}
#top-treatment ul{
	overflow:hidden;
	width: 960px;
	margin-top:30px;
	}	
#top-treatment ul li{
	overflow: hidden;
	float: left;
	width:291px;
	display:block;
	margin:5px 14px;
	}	
@media screen and (max-width: 739px) {
#top-treatment{
	overflow: hidden;
	width: 100%;
	}
#top-treatment h2 img{
	width:92%;}	
#top-treatment .inner1{
	width: 100%;
	margin: 10px auto 0;
	overflow: hidden;
	padding-top:10px;
	}
#top-treatment .inner2{ width:94%; margin:20px auto; overflow:hidden;}
#top-treatment h2{
	text-align:center;
	margin:0 auto;
	}
#top-treatment ul{
	overflow:hidden;
	width: 90%;
	margin:30px auto 0;
	}	
#top-treatment ul li{
	overflow: hidden;
	float: left;
	width:46%!important;
	display:block;
	margin:2px 2%;
	}	
#top-treatment ul li img{
	width:100%;
	}	
}








/* ---------- footer ---------- */
footer{
	overflow: hidden;
	width: 100%;
	background-color: #FAF8F3;
	}
footer .inner{
	width:960px;
	margin:30px auto 0;
	overflow:hidden;
	}
footer .col2-L{
	width:580px;
	float:left;
	margin: 0 40px 0px 0;
	overflow:hidden;
	}
footer .col2-R{
	width:340px;
	float:left;
	margin: 0 0 30px 0;
	overflow:hidden;
	}

@media screen and (max-width: 739px) {
footer{
	overflow: hidden;
	padding:40px 0 0;
	font-size:90%;
	margin:0;
	}
footer .inner{
	width:92%;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	}
footer h2 img{
	width:80%;
	margin:0 auto;
	display:block;
	}
}
@media screen and (max-width: 739px) {
footer .inner{ width:94%; }
footer img{ width:100%;}
footer .col2-L{
	width:100%;
	max-width:470px;
	float:none;
	margin:0 0 20px 0;
	overflow:hidden;
	}
footer .col2-R{
	width:100%;
	float:none;
	margin:0 0 20px 0;
	overflow:hidden;
	}
footer .col2-R img{
	width:320px;
	}	
footer .col2-L .time {
	width:100%;
	max-width:470px;
	margin-bottom:30px;
	}
}


/* ---------- copy ---------- */
copy{
	overflow:hidden;
	text-align: center!important;
	font-size: 70%;
	margin: 0 auto!important;
	display: block;
	line-height:100%;
	padding:20px 0 !important;
	background-color:#6DBD5B;
	color:#FFF;
}
copy a{
	text-decoration:none;
	color:#FFF;
}
copy a:hover{
	color:#FFF;
}
@media screen and (max-width: 739px) {
copy{
	line-height:140%;
	margin:0!important;
	height:60px;
	}
}

@media only screen and (min-width: 769px){
#f_naviArea1 {display: none;}
}

@media only screen and (max-width: 769px){
#f_naviArea1 {
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	box-shadow: 0 1px 2px 1px #ccc;
	margin:0;
	padding:0;
	z-index:10000;	
}
#f_naviArea1 ul {
	background-color: black;
	overflow:hidden;
}
#f_naviArea1 ul li {
	display: block;
	float:left;
	text-align: center;
	padding: 0;
	vertical-align: middle;
	height:50px;
}
#f_naviArea1 ul li a{ text-decoration:none; color:#fff; margin-top:7px; display:block;}
#f_naviArea1 ul li.ty01 {
	background-color: #6DBD5B;
	width: 85%!important;
	min-height: 25px;
}
#f_naviArea1 ul li.ty02 {
	background-color: #5FA44F;
	width: 15%!important;
	min-height: 25px;
	font-size: 11px;
}
}

address{ font-size:98%; text-align:left; text-decoration:none;}
.btn_access a{
	background-color: #D2006A;
	padding: 5px 7px 6px;
	margin-left: 10px;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
	font-size: 12px;
	text-decoration: none;
	}
.btn_access a:hover{
	background-color:black;
	}
@media only screen and (max-width: 769px){
address{ font-size:90%;}
}
/*~~~~~~~~~~~~~~~~~~~~2nd common ~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* xxxx */

.Right-img{
	float:right;
	margin:0 0 30px 30px;
	}
.Left-img{
	float:left;
	margin:0 30px 30px 0;
	}
.Left-img0{
	float:left;
	margin:0 30px 0 0;
	}
@media screen and (max-width: 739px) {
.Right-img{
	float:none;
	margin:0 auto 20px auto!important;
	display:block;
	width:100%;
	max-width:360px;
	}
.Left-img{
	float:none;
	margin:0 auto 20px auto!important;
	display:block;
	width:100%;
	max-width:360px;
	}
.Left-img0{
	float:none;
	margin:0 auto !important;
	display:block;
	width:100%;
	max-width:360px;
	}
}




/*~~~~~~~~~~~~~~~~~~~~2nd common end ~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.common-inner{
	overflow:hidden;
	margin:50px auto;
	width:960px;
	}
@media screen and (max-width: 739px) {
.common-inner{
	overflow:hidden;
	margin:30px auto;
	width:94%;
	}
}


/* MESSAGE */
#MESSAGE{}
#MESSAGE h2{
	text-align: center;
	font-size: 28px;
	background-image: url(../img/h2-img.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:30px;
	}
@media screen and (max-width: 739px) {
#MESSAGE h2{
	font-size: 21px;
	padding-top:20px;
	}
}




/* TREATMENT */
#TREATMENT{}
#TREATMENT h2{
	text-align: center;
	font-size: 28px;
	background-image: url(../img/h2-img.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:30px;
	}
#TREATMENT h3{
	text-align: center;
	font-size: 38px;
	background-color: #EAE3D4;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #444;
	width:960px;
	padding:25px 0 40px 0;
	letter-spacing:0.2em;
	margin:40px 0 30px;
	}
#TREATMENT h3 p{
	text-align:center;
	margin-bottom:10px;
	font-size:18px;
	letter-spacing:0em;
	}
#TREATMENT .type_bl{
	height:auto;
	clear:both;
	width:910px;
	margin:20px auto;
	padding:25px;
	border-radius:10px;
	background-color:#EEF8FC;
	}
#TREATMENT .type_bl h4{
	font-weight: 600;
	margin-bottom: 10px;
	color: #006ABD;
}		
#TREATMENT .type_or{
	height:auto;
	clear:both;
	width:910px;
	margin:20px auto;
	padding:25px;
	border-radius:10px;
	background-color:#FFF5EB;
	}
#TREATMENT .type_or h4{ font-weight:600; margin-bottom:10px; color:#FF9326;}		
#TREATMENT .type_pi{
	height:auto;
	clear:both;
	width:910px;
	margin:20px auto;
	padding:25px;
	border-radius:10px;
	background-color:#FEE7E8;
	}
#TREATMENT .type_pi h4{ font-weight:600; margin-bottom:10px; color:#D0006B;}		
#TREATMENT .item{
	height:auto;
	overflow:hidden;
	clear:both;
	width:904px;
	margin:20px auto;
	padding:25px 25px 5px;
	border:double 3px #CCCCCC;
	}
#TREATMENT .item h4{ font-weight:600; margin-bottom:10px;}		
@media screen and (max-width: 739px) {
#TREATMENT h2{
	font-size: 21px;
	padding-top:20px;
	}
#TREATMENT h3{
	font-size: 21px;
	width:100%;
	padding:15px 0 20px 0;
	letter-spacing:0.1em;
	margin:20px 0 15px;
	}
#TREATMENT h3 p{
	margin-bottom:10px;
	font-size:14px;
	letter-spacing:0em;
	}
#TREATMENT .type_bl{
	height:auto;
	clear:both;
	width:92%;
	margin:10px auto;
	padding:3%;
	border-radius:10px;
	background-color:#EEF8FC;
	}
#TREATMENT .type_bl h4{
	margin-bottom: 0;
	color: #006ABD;
	font-size:16px;
	font-weight:400;
}		
#TREATMENT .type_or{
	height:auto;
	clear:both;
	width:92%;
	margin:10px auto;
	padding:3%;
	border-radius:10px;
	background-color:#FFF5EB;
	}
#TREATMENT .type_or h4{ margin-bottom: 0; color:#FF9326; font-size:16px; font-weight:400;}		
#TREATMENT .type_pi{
	height:auto;
	clear:both;
	width:92%;
	margin:10px auto;
	padding:3%;
	border-radius:10px;
	background-color:#FEE7E8;
	}
#TREATMENT .type_pi h4{ font-weight:600; margin-bottom: 0; color:#D0006B; font-size:16px; font-weight:400;}		
#TREATMENT .item{
	height:auto;
	overflow:hidden;
	clear:both;
	width:94%;
	margin:10px auto;
	padding:2%;
	border:solid 1px #CCCCCC;
	}
#TREATMENT .item h4{ font-weight:600; margin-bottom: 0;	text-align:center; font-size:16px;
}		
}



	
/* CLINIC */
#CLINIC{}
#CLINIC h2{
	text-align: center;
	font-size: 28px;
	background-image: url(../img/h2-img.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:30px;
	}
#CLINIC h3{
	text-align: center;
	font-size:28px;
	padding:20px 0;
}
#CLINIC h4{
	text-align: center;
	margin-bottom:7px;
}
#CLINIC ul{
	overflow:hidden;
	width:960px;
	clear:both;
	margin:0 auto;
	}
#CLINIC ul li{
	overflow:hidden;
	display:block;
	width:440px;
	float:left;
	margin:0 15px 30px;
	}
/* 3col
#CLINIC ul.clinic3 li{
	overflow:hidden;
	display:block;
	width:280px;
	float:left;
	margin:0 20px;
	}
#CLINIC .clinic1 h3,#CLINIC .clinic1 h4{
	color: #5D9E2E;
	text-align:center;
	}
#CLINIC .clinic2 h3,#CLINIC .clinic2 h4{
	color: #FF9226;
	text-align:center;
	}
#CLINIC .clinic3 h3,#CLINIC .clinic3 h4{
	color: #000974;
	text-align:center;
	}
*/		
#CLINIC ul.clinic3 li{
	overflow:hidden;
	display:block;
	width:440px;
	float:left;
	margin:0 15px 30px;
	}
#CLINIC .clinic1 h3,#CLINIC .clinic1 h4{
	color: #5D9E2E;
	text-align:center;
	}
#CLINIC .clinic2 h3,#CLINIC .clinic2 h4{
	color: #FF9226;
	text-align:center;
	}
#CLINIC .clinic3 h3,#CLINIC .clinic3 h4{
	color: #000974;
	text-align:center;
	}
#CLINIC ul.clinic3 li img{ display:block; margin:0 auto 10px;}

@media screen and (max-width: 739px) {
#CLINIC h2{
	font-size: 21px;
	padding-top:20px;
	}
#CLINIC h3{
	text-align: center;
	font-size:18px;
	padding:20px 0;
}
#CLINIC h4{
	font-size:16px;
	font-weight:400;
	text-align: center;
	margin-bottom:2px;
}
#CLINIC ul,
#CLINIC ul li img{
	width:100%;
	}
#CLINIC ul li{
	width:100%;
	float:none;
	margin:0 0 20px;
	}
#CLINIC ul.clinic li,
#CLINIC ul.clinic3 li{
	width:100%;
	float:none;
	margin:0;
	}
#CLINIC ul.clinic3 li img{
	width:100%;
	max-width:280px;
	margin:0 auto;
	display:block;
	}
}



	
/* ACCESS */
#ACCESS{}
#ACCESS h2{
	text-align: center;
	font-size: 28px;
	background-image: url(../img/h2-img.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:30px;
	}
#ACCESS h3{
	color:#066CBA;
	text-align: center;
}
#ACCESS h4{
	font-size:38px;
	text-align: center;
	margin-top:30px;
}
#ACCESS h5{
	color:#CC196C;
	font-size:32px;
	text-align: center;
	margin-top:30px;
}
#ACCESS iframe{
	margin:0 auto!important;
	display:block!important;
	width:960px!important;
	height:500px;
	text-align:center;
	}
#ACCESS ul{
	overflow:hidden;
	width:960px;
	margin-top:30px;
	}
#ACCESS ul li{
	display:block;
	float:left;
	width:267px;
	padding:15px;
	margin:0 10px;
	border:solid 1px #CCCCCC;
	height:170px;
	}
#ACCESS ul li img{ display:block; margin-bottom:10px;}
#ACCESS p.car{
	margin-top:30px;
	text-align:center;
	}
@media screen and (max-width: 739px) {
#ACCESS h2{
	font-size: 21px;
	padding-top:20px;
	}
#ACCESS h3{
	font-size: 16px;
	}
#ACCESS h4{
	font-size:21px;
	margin-top:20px;
}
#ACCESS h5{
	font-size:21px;
	margin-top:5px;
}
#ACCESS iframe{
	margin:0 auto!important;
	display:block!important;
	width:100%!important;
	height:auto;
	min-height:340px;
	text-align:center;
	}
#ACCESS ul{
	width:100%;
	margin-top:10px;
	}
#ACCESS ul li{
	display:block;
	float:none;
	width:90%;
	padding:4%;
	margin:0 auto 20px;
	height:auto;
	}
#ACCESS ul li img{ display:block; margin-bottom:10px; width:200px;}
#ACCESS p.car{
	margin-top:20px;
	text-align:left;
	}
}

/* CONATCT */
#CONATCT{}
#CONATCT h2{
	text-align: center;
	font-size: 28px;
	background-image: url(../img/h2-img.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:30px;
	}
#CONATCT .tel{ text-align:center;}	
#CONATCT h3{ padding-top:30px; padding-bottom:10px;}

@media screen and (max-width: 739px) {
#CONATCT h2{
	font-size: 21px;
	padding-top:20px;
	}
}
	
	
/*2022LINE-banner*/
#top-info .banner{
	display:block;
	margin:30px auto 0;
	}
#top-info .banner img{
	width:100%;
	}
#top-info .banner img.SP{ display:none;}	
@media screen and (max-width: 739px) {
#top-info .banner img.PC{ display:none!important;}	
#top-info .banner img.SP{ display:block;}	
#top-info .banner img{width:100%;}	
