@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font:90%/1.8 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#5c4000;
-webkit-text-size-adjust: none;
background:#fef6ea;
}


/* リンク設定
------------------------------------------------------------*/
a{
	margin:0;
	padding:0;
	text-decoration:underline;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
	color:#5c4000;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#dba556;
text-decoration:none;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #b3963c;
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="checkbox"]{font-size:130%;}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #c2a349;
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:960px;
}

#header{
overflow:hidden;
}


#content{
float:left;
width:690px;
padding:30px 0px;
margin:0px 0px 40px;

}

#sidebar{
float:right;
/*width:225px;*/
width:235px;
padding:30px 0;
}

#footer{
clear:both;
padding-top:20px;
background:#faefd6;
} 





/* ヘッダー
*****************************************************/
#header .bg{
	background-color: #6b3d0f;
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
}


/* サイト説明文 + 住所
----------------------------------*/
#header h1,#header p{
padding:3px 0;
color: #fff;
font-size:80%;
font-weight:normal;
}

#header p{
float:right;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:20px 0px 10px;
color: #515151;
font-size:160%;
font-weight:bold;
}

/* サブナビゲーション
----------------------------------*/
#header ul{
padding-top:30px;
float:right;
}

#header ul li{
display:inline;
margin-left:2px;
font-size:90%;
}

#header ul li:first-child{
margin-right:10px;
}

/*
#header ul li a{
padding-left:10px;
color:#000;
background:url(images/arrowSub.png) no-repeat 0 50%;
}

#header ul li a:hover{background-position:3px 50%;}
*/

/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
margin-top:15px;
line-height:0;
text-align:center;
z-index:0;
position:relative;
}

.post{
margin:0 0px 30px;
padding:0px;
/*
border:1px solid #dadada;
background: #fff;
*/
}




/* タイポグラフィ
*****************************************************/
/*
h2.title{
clear:both;
margin:30px 0 0;
padding:7px 10px;
font-size:110%;
border:1px solid #dadada;
border-bottom:0;
background:#fff url(images/border.png) repeat-x 0 100%;
}

h2.first{margin-top:0;}
*/

.dateLabel{
margin:0 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p{padding-bottom:0px;}

/*
.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

*/
.post ul{
	margin:0px 0px 10px;
}
.post ul li{
	margin:0px;
	padding:0px 0px 0px 20px;
	background-image: url(images/list_point.png);
	background-repeat: no-repeat;
	background-position: left 7px;	
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.content h1{
	margin:0px 0px 15px;
	padding:0px 0px 0px;
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.content h2{
	background-color: #faefd6;
	margin:0px 0px 20px;
	padding:5px 5px 5px 50px;
	font-weight:bold;
	font-size:130%;
	background-color: #ffffff;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	background-position: 10pt 10px;
}

.content h3{
	background-color: #faefd6;
	margin:0px 0px 10px;
	padding:3px;
	font-weight:bold;
	font-size:110%;
	text-align:center;
	background-color: #dba556;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	color: #FFF;
}

.content h4.midashi1{
	font-weight: bold;
	font-size: 140%;
	color: #B979B0;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

h4.midashi2{
	margin:0px;
	padding:0px 0px 0px 20px;
	background-image: url(images/list_point.png);
	background-repeat: no-repeat;
	background-position: left 7px;	
	font-size: 120%;
	font-weight:bold
}


.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}


/*
.post table{
border: 1px #b3963c solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:7px 10px 7px 5px;
border: #b3963c solid;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#fff;
background:#b3963c;
}

.post table td{
padding:7px 5px;
border: 1px #b3963c solid;
border-width: 0 0 1px 1px;
background:#fff;
}
*/
.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

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

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}



/* サイドバー　ウィジェット
*****************************************************/
/*
section.widget, .widgetInfo{
margin: 0 0 20px;
padding: 10px 7px;
border:1px solid #dadada;
background: #fff;
}
*/

.widgetInfo{
	margin: 0px 0 20px 10px;
	padding: 10px 10px;
	background-image: url(images/bg_side.jpg);
	background-repeat: repeat;
}


.widgetInfo h2{
	margin: 0 0 5px;
	text-align: center;	
}

.widgetInfo p{
	font-size:90%;
	line-height: 150%;
	margin: 0 0 10px;
}

#banners img{
max-width:235px;
height:auto;
padding-bottom:10px;
}

.banners_s img{
max-width:225px;
height:auto;
margin: 0px 0 20px 10px;
}


section.widget{
	margin: 0px 0 20px 10px;
	padding: 0px;
	background: #fff;
	font-size:90%;
	line-height: 150%;
}

section.widget h2{
	margin: 0px 0 10px;
	background-image: url(images/bg_side.jpg);
	background-repeat: repeat;
text-align: center;	
}

section.widget p{
		padding: 10px 10px;
}


/*
section.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color: #333;
border-bottom:1px solid #ccc;
}

section.widget a{
display:block;
padding:3px 0 3px 13px;
text-decoration:underline;
background:url(images/arrow.png) no-repeat 0 50%;
}

section.widget a:hover{
text-decoration:none;
background-position: 3px 50%;
}
*/

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:100px;
vertical-align:bottom;
}


/* お知らせ　
-------------
.newsTitle{
clear:both;
margin:0 0 20px;
padding:5px 0;
font-size:100%;
color: #333;
border-bottom:1px solid #ccc;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:.8em;
background:url(images/arrow.png) no-repeat 0 50%;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom: 1px solid #ccc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#777;}
*/


/* フッター
*****************************************************/
#footer ul{
	font-size:12px;
	padding:40px 0 10px 0;
	text-align: center;
}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:0px 25px;
margin:0px 0px 10px;
/*background:url(images/arrow.png) no-repeat 0 12px;*/
}

#footer ul li:first-child{
	/*margin:0px 0px 0px 30px;
	border-left:1px dotted #ccc;*/}

#footer ul li	a{
display:block;
padding:0 0 0 0px;
overflow:hidden;
}

#footer ul li	a:hover{text-decoration:underline;
	opacity: 0.7; /* Opera・Safari */
	-moz-opacity:0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE */
	zoom: 1; /* IE */
	filter: alpha(opacity=70);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=70)";/* ie 8 */
	}

#footer ul li li{
display:block;
padding:0;
margin:0 0 0 10px;
background-position:0 5px;
}


*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}

#gplus{
	clear:both;
	padding:0px 10px;
	text-align:right;
	zoom:1;
}

#copyright{
	clear:both;
	padding:50px 10px 80px;
	text-align:center;
	font-size:75%;
	zoom:1;
	background-color: #faefd6;
	background-image: url(images/footer_line.gif);
	background-repeat: repeat-x;
	background-position: top;
}


/* page navigation
------------------------------------------------------------
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#2a588b;
text-align:center;
}
*/


/* トップページ 最新記事3件
------------------------------------------------------------*/




/* 最新記事リンク */
/*
ul.thumb h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#25252;
border:1px solid #dadada;
}

ul.thumb h3 span{
color:#fff;
display:block;
padding:2px 3px;
background:#b3963c;
}


ul.thumb h3 a{color:#252525;}

ul.thumb h3:hover span{
color:#333;
background:#fff1dd;
}
*/

/*-----------------------------------------------
共通☆追加
----------------------------------------------- */	
.link_box{  
clear:both;
    /*margin:0px auto; */
	text-align:center;
	border: #000 solid  1px;
	font-size: 110%;
	width: 50%;
}
.link_box a{
    color:#000;
	display:block;
	padding:5px;
	text-decoration: underline;
}
.link_box a:hover{
    	background-color:#F4C67F;
}


@media only screen and (max-width: 700px){
.link_box{  width:90%;}

}
/*-----------------------------------------------
共通☆追加
----------------------------------------------- */	
.post table{
border: 1px #dba556 solid;
border-collapse: collapse;
border-spacing: 0;
margin:0px 0 5px;
width: 100%;
}

.post table td.clause{
border: #fff solid;
border-width: 0 0 0px 1px;
color:#fff;
background:#dba556;
vertical-align: middle;
}

.post table td.clause:first-child{
border: none;
}

.post table td{
	padding:2px 7px;
	border: 1px #dba556 solid;
	border-width: 0 0 1px 1px;
	background:#fff;
	text-align: center;
	font-weight:normal;
}

.post table td.open{
	font-size: 150%;
	line-height: 90%;
	padding:10px 0px 0px;
}


.post table td.recruit_list1{
	background: #FAEFD6;
	vertical-align: middle;
	text-align: left;
	padding:5px 10px;
	white-space: nowrap;
	width:20%;
}
.post table td.recruit_list2{
	text-align: left;
	padding:5px 10px;
}

.post table td.recruit_list2 img{
	padding:10px;
	width: 90%;
	height: auto;
}

.post table th{
	background: #FAEFD6;
	vertical-align: middle;
	text-align: left;
	padding:5px 10px;
	white-space: nowrap;
	border: 1px #dba556 solid;
	border-width: 0 0 1px 1px;
}



/*-----------------------------------------------
共通☆追加：スライド式tale
----------------------------------------------- */	
.post table td.new_list1{
	font-weight: bold!important;
	background: #FAEFD6;
	vertical-align: middle;
}

.post table .kei_top{
	border-top: 3px #dba556 solid;
}

.post table .kei_bottom{
	border-bottom: 3px #dba556 solid;
}

.post table .kei_right{
	border-right: 3px #dba556 solid;
}

.post table .kei_left{
	border-left: 3px #dba556 solid;
}




.post table .toriatukai_area{
	align-items: center;
	justify-content: center;
	margin-top: 0px;
	padding-top: 5px;
	font-size: 13px;
}

.post table .toriatukai{
	background: #FF869B;
	height: 40px;
	color: #fff;
	padding: 5px 5px 0px 5px;
	margin-right: 10px;
	line-height: 1.3;
	vertical-align: middle;
}

@media screen and (max-width: 560px) {
  .table_slide { 
    overflow-x: auto;
  }
  .tbl-size {
    min-width: 560px;
  }

	
.table_slide table th.sp_boder{
	border-top: 1px #dba556 solid!important;
}
	
	
}



.daykome{
	font-size: 60%!important;
	color: #F00;
}


.btn_en a:hover img{ 
	opacity: 0.7; /* Opera・Safari */
	-moz-opacity:0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE */
	zoom: 1; /* IE */
	filter: alpha(opacity=70);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=70)";/* ie 8 */
}

.parts_center {
	padding:0px;
	margin:0px auto;
	text-align: center;    
}

.parts_right {
	padding:0px;
	margin:0px 0px 0px;
	text-align: right;    
}

.parts_left {
	text-align: left;
	margin: auto;
}

.pc_right {text-align: right; }

@media screen and (max-width: 650px){	
	
.pc_right {text-align: left;padding:0 10px; }
	
 }

.kome{
padding-left:1em;
text-indent:-1em;
font-size:90%;
}
.kome2{
padding-left:17px;
text-indent:-17px;
font-size:90%;
}

.font-sise_b{
	font-size: 1.5em;
}

.red{
	color: #F00;
}

.teisei { text-decoration: line-through; }

.Sub_h{
font-size:130%;
}

.back_base{
	margin:10px 0px;
	padding:10px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	background-color: #ffffff;
}

.spase20{margin:20px 0px; }
.spase_top20{margin:20px 0px 0px !important; }
.spase_top10{margin-top:10px!important; }
.spase_top5{margin-top:5px!important; }
.spase_bottom5{margin-bottom:5px!important; }


.spase_l20{margin-left:20px; }

.spase-20{margin-top:-20px; }

.font-ss{font-size:80% !important;}
.font-s{font-size:90% !important;}
.font-b{font-size:120% !important;}

.font-bold{font-weight: bold;}

.ph_size70{
	width: 100%;
	height: auto;
	max-width: 400px;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clears{clear:both;}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1000px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.display-pc { display: block !important; }
.display-sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 560px) {
.display-pc { display: none !important; }
.display-sp { display: block !important; }
}

/* 改行設定 */
/* パソコン改行  <br class="br-pc"> */
/* スマホ改行     <br class="br-sp"> */
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

	
/*-----------------------------------------------
ページリターン☆追加
----------------------------------------------- */		
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 150%;
}
#page-top a {
	background: #d9b6d4;
	text-decoration: none;
	color: #f0e2ee;
	width: 50px;
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 50px;
	line-height: 50px;
}
#page-top a:hover {
	text-decoration: none;
	background: #b979b0;
}



/*-----------------------------------------------
ヘッダ共通部分☆追加
----------------------------------------------- */
.navi_line{
margin:0 auto;
width:960px;
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#map_canvas { width: 100%; height: 100%; }

/*-----------------------------------------------
トップ☆追加
----------------------------------------------- */
.top_l{
	margin:0px 50px 0px 0px;
	padding:0px 0px;
	float: left;
	width: 320px;
}
.top_r{
	margin:0;
	padding:0px;
	float: right;
	width: 320px;
}


.top_greeting_l{
	margin:0px 15px 0px 0px;
	padding:0px 0px;
	float: left;
	width: 195px;
}
.top_greeting_r{
	margin:0;
	padding:0px;
	float: right;
	width: 480px;
}

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



/*-----------------------------------------------
ごあいさつ＆診療時間☆追加
----------------------------------------------- */
.message_set{
	margin:0px 0px 20px 0px;
	padding:20px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	background-color: #faefd6;
}

.thumbWrap{
width:720px;
margin:20px -30px 20px 0;
}

.thumbWrap li{
float:left;
width: 210px;
margin:0 30px 0 0;
padding:2px 0 40px;
background:none;
}


.alignleft{float: left;margin:0 30px 0 0;}

.train dl {
	
	margin-top: 10px;
	text-align: left;
	/*
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	padding:15px 10px 10px;
	color: black;
	*/
}
.train dt {
	width: 80px;
	padding:0px 0px; margin: 0px 0px 5px;
}
.train dd {
	padding:0px 0px 0px;margin: -30px 0px 0px 80px;
}

/*-----------------------------------------------
診療について☆追加
----------------------------------------------- */
.medical_set{
	margin:0px 0px 20px 0px;
	padding:20px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	background-color: #faefd6;
}			
			
.medical_l{
	margin:0px 0px 0px 0px;
	padding:0px 0px;
	float: left;
	width: 160px;
	font-size: 130%;
	color: #f19ca7;
}
.medical_r{
	margin:0;
	padding:0px;
	float: right;
	width: 490px;
}	
.medical_set li{
float:left;
width: 210px;
margin:0 0px 0px 35px;
padding:0px;
background:none;
}


.medical_set2{
	margin:10px 0px 0px 0px;
	padding:0px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	background-color: #faefd6;
}	


.medical_set2 ul li{
	margin:0px 0px 0px;
	padding:0px 0px 0px 20px;
	background-image: url(images/list_point.png);
	background-repeat: no-repeat;
	background-position: left 5px;	
}


.medical_consultations{
width:700px;
margin:0px -10px 20px 0;
}
.medical_consultations dl {
	margin:0px 10px 30px 0px;
	padding:0px;
	float:left;
	width: 335px;
}
.medical_consultations dt {
	width: 120px;
	padding:0px 0px; margin: 0px 0px;
}
.medical_consultations dd {
	padding:0px 0px 0px;margin: -70pt 0px 0px 120px;
}


/*-----------------------------------------------
オンライン予約について☆追加
----------------------------------------------- */
.reservation_l{
float:left;
width:320px;
margin:0px 20px 30px 0px;
	}
	
	
	
.reservation_flow{
	}
	
.reservation_flow dl {
	margin:10px 0px 10px;
	padding:10px 20px 20px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	background-color: #faefd6;
}
.reservation_flow dt {
	width: 40px;
	padding:0px 0px; margin: 0px 0px;
}
.reservation_flow dd {
	padding:0px 0px 0px;margin: -30pt 0px 0px 45px;
}


/*-----------------------------------------------
ギャラリー☆追加
----------------------------------------------- */
.galleryWrap{
width:699px;
margin:0px -9px 10px 0;
}

.galleryWrap li{
float:left;
width: 215px;
margin:0 18px 18px 0;
padding:10px 0px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	background-color: #faefd6;
}

/*-----------------------------------------------
お知らせ☆追加
----------------------------------------------- */
.news_set{
	margin:0px 0px 20px 0px;
	padding:20px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	background-color: #faefd6;
}

.news_set img{
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
}


/*-----------------------------------------------
求人☆追加
----------------------------------------------- */
.recruit_set{
	margin:0px 0px 20px 0px;
	padding:20px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	background-color: #faefd6;
}
.recruit_no dl{
	padding:0px 0px; margin:10px 0px;
}
.recruit_no dt {
	width: 40px;
	padding:0px 0px; margin: 0px 0px;
}
.recruit_no dd {
	padding:0px 0px 0px;margin: -30pt 0px 0px 45px;
}

.recruit_catch{
	font-size: 1.7em;
	line-height: 1.4em;
	color: #5c4000;
	margin-bottom: 1em;
}

.recruit_ph{
	flex: 1;
	width: 30%;
}

.recruit_ph img{
	width: 100%;
}

.recruit_tex{
	flex: 2;

}

@media only screen and (max-width:560px){

.recruit_ph{
	width: 80%;
	margin: auto;
}
	
}

/*-----------------------------------------------
舌下免疫療法開始☆追加
----------------------------------------------- */
.allergy_l{
float:left;
width:330px;
margin:20px 10px 20px 0px;
	}
	
.allergy_r{
float: right;
width:330px;
margin:20px 0px 20px 0px;
	}
	
.allergy_set{
	margin:0px 0px 20px 0px;
	padding:20px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	background-color: #faefd6;
}	


.allergy_set ul li{
	margin:0px 0px 10px;
	padding:0px 0px 0px 20px;
	background-image: url(images/list_point.png);
	background-repeat: no-repeat;
	background-position: left 5px;	
}




/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 959px){
nav div.panel{
display:block !important;
float:left;
}

a#menu{display:none;}		
	
nav#mainNav{
clear:both;
position:relative;
z-index:200;
}

nav#mainNav ul li{
float: left;
position: relative;
/*border-right:1px dotted #ccc;*/
}

nav#mainNav ul li:first-child{
	margin:0px 0px 0px 30px;
	/*border-left:1px dotted #ccc;*/}

nav#mainNav ul li a{
display: block;
text-align: center;
_float:left;
color:#333;
height:45px;
line-height:34px;
padding:5px 20px 0px;
margin:0px 5px;
}

/*
nav#mainNav ul li a span,nav#mainNav ul li a strong{
display:block;
font-size:90%;
line-height:1.4;
}

nav#mainNav ul li a span{
font-size:70%;
color:#b3963c;
}
*/

nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a{
background:#fff1dd;
}

/*
nav#mainNav ul ul{width:160px;}

nav#mainNav ul li ul{display: none;}


nav#mainNav ul li:hover ul{
display: block;
position: absolute;
top:50px;
left:-2px;
z-index:500;
}
*/

/*
nav#mainNav ul li li{
padding:0 0 0 10px;
margin:0;
float: none;
height:40px;
line-height:40px;
width:160px;
background:#fff1dd;
border:0;
border-bottom:1px dotted #ccc;
}


nav#mainNav ul li li:first-child{border-left:0;}

nav#mainNav ul li li a{
width:100%;
height:40px;
padding:0;
line-height:40px;
font-size:95%;
text-align:left;
}

nav#mainNav ul li li a span{padding:0 10px;}

nav#mainNav ul li li a:hover,nav#mainNav ul li li.current-menu-item a{color:#b3963c;}


nav#mainNav ul li:hover ul li:last-child{border:0;}
*/

/*該当ページ*/	
	body.home nav#mainNav ul li.menu01 a, nav#mainNav ul li.menu01 a:hover{background: #fff1dd;}
	body.message nav#mainNav ul li.menu02 a, nav#mainNav ul li.menu02 a:hover{background: #fff1dd;}
	body.medical nav#mainNav ul li.menu03 a, nav#mainNav ul li.menu03 a:hover{background: #fff1dd;}
	body.message nav#mainNav ul li.menu04 a, nav#mainNav ul li.menu04 a:hover{background: #fff1dd;}
	body.reservation nav#mainNav ul li.menu05 a, nav#mainNav ul li.menu05 a:hover{background: #fff1dd;}
	body.doctor nav#mainNav ul li.menu06 a, nav#mainNav ul li.menu06 a:hover{background: #fff1dd;}
}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:959px){
	nav#mainNav{
	clear:both;
	width:100%;
	margin:10px auto;
	background:#fff1dd;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:37px;
	line-height:37px;
	font-weight: bold;
	text-align:left;
  background: url(images/menuOpen.png) no-repeat 5px 8px;
	}
	
	nav#mainNav a#menu span{padding-left:35px;}
	
	nav#mainNav a.menuOpen{
	background: url(images/menuOpen.png) no-repeat 5px -34px;
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul{margin:0;padding:0;}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li:first-child{border-top:1px solid #d5d5d5;}
	nav#mainNav ul li li:first-child{border-top:0;}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	background:#fef6ea;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	nav#mainNav ul li li:last-child a{border:0;}
	nav#mainNav ul li li:last-child a{border-bottom:1px dashed #ccc;}

 	nav#mainNav ul li a span{display:none;}
 
	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	background:#fff1dd;
	}

	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
  padding-left:40px;
	background:#fef6ea url(images/sub1.png) no-repeat 20px 18px;}

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
		background:#fff1dd url(images/sub1.png) no-repeat 20px -62px;}
	
	nav#mainNav ul li li:last-child a{background:#fef6ea url(images/subLast.png) no-repeat 20px 20px;}
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#fff1dd url(images/subLast.png) no-repeat 20px -65px;}
	
	nav div.panel{float:none;}
	
	#mainImg{margin-bottom:20px;}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, #header, .inner{width:100%;}

	#header h1, #header p{padding:5px 10px;}
	#header h2{padding:20px 10px 0;}
	#header ul{padding:20px 10px 10px;}


	nav#mainNav ul, .thumbWrap{margin:0 auto;}
	nav#mainNav ul ul{padding:0;}

	nav div.panel{float:none;}
	
	#mainImg img{width:98%;height:auto;}

	#content, #sidebar{
	clear:both;
	width:95%;
	float:none;
	margin:0 auto;
	padding:10px 0;
	}
	
	#banners{width:100%;margin:0 auto;text-align:center;}
	#banners p{display:inline;margin:0 10px;}
  #banners p img{width:100%;height:auto;}
	
	section.widget_search{text-align:center;}

	#footer{margin:0;border:0;text-align:center;}
	
	#footer ul{	text-align:center;	}
	#footer ul li{margin-right:20px;}
	
	.thumbWrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	margin:0 auto;
	padding-top:20px;
	overflow:auto;
  border:1px solid #dadada;
	}
	.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
  .thumbWrap img{width:100%;height:auto;}

/*-----------------------------------------------
☆追加
----------------------------------------------- */
#header h2 img{width:100%;height:auto}
.navi_line{width:100%;}
.widgetInfo{clear:both;width:225px;text-align:center;margin:0 auto 20px;}
.banners_s{text-align:center;margin:0 auto;}

/*#footer ul li:first-child{margin:0px;}*/
#footer ul li{display:block;}

#header ul li:first-child{display:block;}

.top_l{float:none;width:100%;height:auto;margin:0 auto 20px;}
.top_r{float:none;width:100%;height:auto;margin:0 auto 0px;}
.top_greeting_l{float:none;width:100%;height:auto;text-align:center;}
.top_greeting_r{float:none;width:100%;height:auto;}

.parts_690 img{max-width:320px;width:100%;height:auto}

.medical_l{float:none;width:100%;height:auto;text-align:center;}
.medical_r{float:none;width:100%;height:auto;}
.medical_set li{float:none;width:100%;height:auto;margin:0;}

.galleryWrap{width:100%;height:auto;}
.galleryWrap li{width:40%; float:left;margin:0 10px 10px 0;}
.galleryWrap li img{width:auto;height:80px;}

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

.allergy_l{float:none;width:100%;height:auto;text-align:center;}
.allergy_r{float:none;width:100%;height:auto;text-align:center;}
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	#header{text-align:center;}
	#header h1,#header p,#header h2,#header ul{float:none;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	#footer ul{text-align:left;padding:15px;}
	#footer ul ul{padding:0;}
	
	.post table th,.post table td.recruit_list1,.post table td.recruit_list2{width: auto;display: block;border: none;}
	
	
}


/*-----------------------------------------------
プライバシーポリシー☆追加
----------------------------------------------- */
.privacy_post{
margin:0 0 10px 0;
padding:10px 0 50px;
/*border-bottom: 1px solid #d0d0d0;*/
}
.privacy_post dl {
	padding:0px;
	margin: 0px 0px 30px;
	text-align: left;

}
.privacy_post dt {
	/*width: 150px;*/
	padding:0px 0px; margin: 0px 0px 10px;
}
.privacy_post dd {
	padding:0px 0px 0px;margin: 0px 0px 0px 20px;
}

/*-----------------------------------------------
箇条書き追加☆追加
----------------------------------------------- */

.post2 ul li{
	margin:0px 0px 0px 30px;
	padding:0px 0px;
	list-style:disc;
}



/*-----------------------------------------------
ポップアップ追加☆追加
----------------------------------------------- */
.message_text a{color: red !important;}

.message_text {
    position: relative;
}
.message_text span.remark {
    display: none;

}
.message_text a:hover span.remark {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #CCCCCC;
    color: #000000;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 0.5em;
    position: absolute;
    top: 20px;
    width: 18em;
}


/*---------------------------------
アコーディオンボックス
--------------------------------*/
.acbox{
  width: auto;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin:10px 0px; /* ボックス全体の位置調整 */
}

.acbox label{
  width: auto;
  font-size: 16px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: center;
  background-color: #B877AF; /* ラベルの背景色 */
  position: relative;
  display: block;
  padding:8px;
  border-radius: 10px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #fff;
width: 200px;	
	
}

.acbox label:hover{
  opacity: 0.5; /* ラベルにマウスを乗せた時の背景色 */
}

.acbox input{
  display: none;
}

.acbox label:after{
  color: #fff;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}

.acbox input:checked ~ label::after {
color: #A5539A;	
  content:"▲"; /* ラベルをクリックした後のアイコン */
}

.acbox div.acbox-under{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s; /* 開閉スピードの設定 */
}

.acbox input:checked ~ div.acbox-under{
  height: auto;
  padding: 0px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  opacity: 1;
}

.acbox input:checked ~ label {
  background: #D9B6D4; /* クリック後のラベルの背景色 */
}

.acbox-under{
  font-size: 15px; /* 開いた部分の文字サイズ */
  color: #5c4000; /* 開いた部分の文字色 */
}


/*---------------------------------
ビタミン、にんにく、プラセンタ注射
--------------------------------*/
dl.injection_list {
    overflow: hidden;
    zoom: 1;
}
dl.injection_list dt {
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100px;
    float: left;
    clear: both;
}
dl.injection_list dd {
    margin-bottom: 20px;
    padding: 0 0 20px 120px;
    border-bottom: solid 1px #dba556;
}

/*---------------------------------
「ユーブロック」
--------------------------------*/
.uv p{
width: 48%;	
}

@media screen and (max-width:560px) {
.uv p{
width: 100%;	
}
}



/*  flexbox　共通
-------------------------*/

.flexbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexbox-w {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexbox-sp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.s-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


@media screen and (max-width:560px) {

  /*=================================
     common (sp)
    =================================*/
  /*  flexbox
  -------------------------*/
  .flexbox {
    display: block;
  }
	
.break-box {
   display: flex;           /* flexコンテナ化 */
   flex-direction: column; /* 縦向きに配置 */
}
.box1 { order: 1; }   /* 配置順を1番目に */
.box2 { order: 2; }   /* 配置順を2番目に */
	
	
}

/* 電話リンク非表示
----------------------------------*/

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a[href^="tel:"] {
  text-decoration: none;
}



/* ボタン
----------------------------------*/
a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 80%;
	max-width: 340px;
	margin: auto;
	padding: 0.5rem 2rem;
	font-weight: bold;
	border: 2px solid #dba556;
	background: #dba556;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
	font-size: 1.1rem;
}
a.btn_01:hover {
	color: #dba556;
	background: #fff;
}

/*-----------------------------------------------
ボタン☆追加１
----------------------------------------------- */

.button1{
    display:inline-block;
    padding:10px 50px 10px 20px;
    text-align:center;
    margin:5px;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	border-radius:30px;
	font-size: 1.2em;
	border:2px solid #5C4000;
	background: #fff;
}
.button1::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 20px;
    height: 5px;
    border: none;
    transform: skew(45deg);
    transition: .3s;
	border-right: 2px solid #5C4000;
    border-bottom: 1px solid #5C4000;
}
.button1:hover::after{
    right: 10px;
    width: 30px;
}

@media screen and (max-width:560px) {
	
.button1{
    display:inline-block;
    padding:10px 50px 10px 20px;
    text-align:center;
    margin:5px;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	border-radius:30px;
	font-size: 1em;
	border:2px solid #5C4000;
	background: #fff;
}
	
}	

