@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-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: 14px/1.6 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#333;
	-webkit-text-size-adjust: none;
	background:#fdfdfd;
}

/* リンク設定
---------------------*/
a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 1.4rem;
	font-size:14px;
	color: #313131;
}
a:hover, a:active{
	text-decoration:none;
	color:#34B794;
}
/*おすすめメニューアンダーライン*/
.post a{
	text-decoration:underline;
}

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

/* レイアウト
----------------------*/
#wrapper,.inner{
	margin:0 auto;
	width:980px;
}
#header{
	width:980px;
	margin:0 auto;
	height:auto;
	overflow-y:hidden;
}
#content{
	float:right;
	width:727px;
	padding:22px 0 50px;
}
#sidebar{
	float:left;
	width:233px;
	padding:22px 0 50px;
}
#footer{
	clear:both;
} 

/***********************
 ヘッダー
************************/
#header h1{
	padding:5px 0;
	font-size:1.0rem;
	font-size:10px;
	font-weight:normal;
}

/* ロゴ  院名画像
-------------------------*/
#header h2{
	/*float:left;*/
	padding:0 10px;
}

/* TEL番号　住所
-------------------------*/
.contact{
/*	float:right;*/
	padding:0 10px;
	text-align:right;
	margin-bottom:10px;
}
.tel{
	display:block;
	color:#000;
	font-size:1.4rem;
	font-size:14px;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
}
/*ロゴ、TEL横並び*/
.headerinner{
	display:flex;
	justify-content:space-between;
}

/* TOPメイン画像
-------------------------*/
#mainImg{
	display:block;
	line-height:0;
	margin:0 auto;
	z-index:0;
	background: #eafaec;/*TOP画面背景色*/
	text-align:center;/*画像固定の場合追記*/
}
.post{
	margin: 0 0 20px 0;
	padding: 25px 10px 20px 20px;
}
.toppage{
	padding:10px;
	overflow: hidden;	
}
.toppage p {
	overflow: auto;
	zoom: 1;
}

/*　グーグルマップ
-----------------------------*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmapr object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*----------------------------------
お問い合わせフォームレスポンシブ設定
-----------------------------------*/
.inquiry {
  position: relative;
  width: 100%;
  padding-top: 150%;　/*表示する範囲*/
  margin: 0 auto;
  overflow: hidden;
}
.inquiry iframe {
  position: absolute;
  top: 0;  /*上部隠れる範囲調整*/
  left: 0;
  height: 100%;
  width: 100%;
}
/* youtube
-----------------------------*/
/*.move{
position:relative;
width:100%;
padding-top:56.25%;
}
.move iframe{
position:absolute;
top:0;
right:0;
width:90%;
height:90%;
}*/

/*　
　画像入りタイトル
-----------------------------*/
#in_main{
	width:936px;
	margin:0 auto;
	background-color:#eafaec;/*背景色*/
	border:7px solid #fff;
	-moz-box-shadow:0px 1px 4px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 1px 4px rgba(0,0,0,0.15);
	box-shadow:0px 1px 4px rgba(0,0,0,0.15);
	position:relative;
	behavior: url(“css/PIE.htc”);
	background-image:url(../images/in_bg.jpg);
	background-position:100% 50%; 
	background-repeat:no-repeat; 
	padding:25px 0 25px 30px;
}
#main_title{
	border-left:8px solid #009966;/*頭ボーダー色*/
	padding:15px; 
	line-height:110%; 
	font-size:26px; 
	font-weight:bold; 
	letter-spacing:3px;
}
/*リスト設定*/
.post p{padding-bottom:1em;}

.post ul{
	list-style:none;
	margin: 10px 0 10px 10px;}
.post ul li{
	display:block; 
	font-size:16px; 
	font-weight:bold;
	line-height:1.4em;
}
/*チェックリスト*/
.check li{
	background:url(../images/check.jpg) no-repeat;
	margin:5px 0;
	padding:0 5px 10px 28px; 
}
/*GoogleFont数字*/
.numberfont{
	font-family: 'Candal', sans-serif;
	color:rgb(255,102,0);
	font-size:40px;
	line-height:1.2em;
	font-weight:bold;
	position:relative;
	top:3px;
	left:-10px;
}
/*GoogleFont 数字小*/
.numberfont_small{
	font-family: 'Candal', sans-serif;
	color:#f6461a;
	font-size:24px;
	line-height:1.2em;
	font-weight:bold;
	padding-left:0;
	margin-right:5px;
	position:relative;
	top:3px;
}
.neko li{
	padding:5px 0;
}
/*2行目を1.5文字分下げる行頭なし*/
.indentcircle{
	display:block;
	width:auto;
	margin-left:-1em;
}	
.indentcircle:before{
	content:"　";
	margin-left:-1.5em;
	color:rgb(255,102,0);
}

/*-------------------------
　タイトル文字設定
--------------------------*/
.post h1{
	margin:20px 0;
	padding:5px 0;
	font-size:200%;
	color: #000;
	border-bottom:3px solid #000;
}
/*.post h2{
	margin:10px 0;
	padding-bottom:2px;
	font-size:130%;
	font-weight:normal;
	color: #333;
	border-bottom:2px solid #515151;
}*/
/*h2 グラデと装飾*/ 
.title_first{
	font-size:16px;
 	font-weight:bold;
 	line-height:1.1em;
 	padding:13px 3px 13px 28px;
	margin-bottom:10px; 
 	letter-spacing:2px; 
	position: relative;
	border: 1px solid #c4f5d0;/*ケイ線色指定*/
    /*↓グラデ色指定*/
   background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #b9f8c9), color-stop(0.00, #f0fff4));
	background: -webkit-linear-gradient(#f0fff4, #b9f8c9);
	background: -moz-linear-gradient(#f0fff4, #b9f8c9);
	background: -o-linear-gradient(#f0fff4, #b9f8c9);
	background: -ms-linear-gradient(#f0fff4, #b9f8c9);
	background: linear-gradient(#eafaec, #bcf2ca);}
.title_first::after {
	position: absolute;
	top: 9px;
	left: 10px;
	z-index: 2;
	content: '';
	border: 3px solid #ff8000;/*頭ボーダー色指定*/
	padding:9px 0;}
	
.post h3{
	margin: 5px 0 15px 0;
	font-size: 130%;
	font-weight: bold;
	color: #009966;
	border-bottom: 1px dotted #717071;}
	
/*アクセス・料金*/
h3.sub{
	border-left:#009966 6px solid;/*グリーン*/
	padding:2px 0 2px 13px; 
	margin-bottom:20px; 
	font-size:16px;
	color:#333; 
	letter-spacing:2px;
	border-bottom:none;
	margin: 0;
	margin-bottom:20px;}
		
/*4つの特徴*/	
ul.post li h3{
	font-size: 130%;
	font-weight: bold;
	color: #009966;/*グリーン*/
	border-bottom:none;
	margin-bottom:0;}
	
/*TOP患者さんの声h3*/
.gridWrapper h3.voice{
	margin:5px 0 ;
	font-size: 115%;
	font-weight: bold;
	color: #009966;/*グリーン*/
	border-bottom:none;}
		
.post h4{font-weight: bold;}

.post h5{font-weight: bold;}

/*h3下線入り*/
h3.sub_tit{ 
	color: #009966;
	border-left:#009966 6px solid;/*グリーン*/
	padding:2px 0 2px 13px; 
	margin-bottom:20px; 
	font-size:130%; 
	letter-spacing:2px;
	border-bottom: 1px dotted #717071;}
			
/*h3 h4 h5設定*/
.sub_tit{ 
	border-left:#009966 6px solid;/*ブルー*/
	padding:2px 0 2px 13px; 
	margin-bottom:20px; 
	font-size:16px; 
	letter-spacing:2px;}
	
.bolderfont{
	/*margin:5px 0 ;*/
	/*padding:7px 10px 7px 10px;*/
	font-size: 16px;
	font-weight: bold;
	/*color: #009966;*/}
/*　文字の色　
--------------------------*/
/*.red { color: #f00; }*/
.pink{color:#FF3366;}
.orange{
	font-size: 130%;
	font-weight: bold;
	color: #f6461a;}
.green{
	font-size: 130%;
	font-weight: bold;
	color: #009966;}
.greenvoice{
	font-size: 105%;
	font-weight: bold;
	color: #009966;}

/*----------------------------------
　photo 
------------------------------------*/
.photo_img,.photo_left,.photo_right,.photo_imgacss{ 
	max-width:100%;
	height:auto; 
	padding: 6px; 
	border: #E8E8E8 1px solid; 
	background: #FFFFFF; }
/*▽院のようす写真*/
.photo_imgacss { margin:5px;}
.post_acss{text-align:center;}

/*△院のようす*/
.photo_img { margin: 0 4px 8px 0; }
.photo_left/*,.alignleft*/ { 
	margin: 0 8px 8px 0; 
	float: left; }
.photo_right/*,.alignright*/ { 
	margin: 0 0 8px 8px; 
	float: right; }
.img_photo { margin: 0 0px 8px 0; }
.img_left { 
	margin: 0 8px 8px 0; 
	float: left; }
.img_right { 
	margin: 0 0 8px 8px; 
	float: right; }
.post img{
	max-width:100%;
	height:auto;}
img.aligncenter {
	display: block;
	margin:5px auto;}
.alignright{
	display:inline;
	float:right;
	margin: 10px 10px 15px 15px;}
	
/*院長写真*/
.alignleft{
	display:inline;
	float:left;
	margin:10px 15px 15px 10px;
	box-shadow:2px 2px 2px -1px #dadada;
	-moz-box-shadow:2px 2px 2px -1px #dadada;
	-webkit-box-shadow:2px 2px 2px -1px #dadada;}

/*--------------------------
　TOP 当院の特徴4つ
---------------------------*/
ul.post{
	list-style:none;
	padding:0;}
ul.post li{
	margin:0 10px;
	padding:20px 0 15px;
	border-bottom:1px dashed #dcdcdc;}
ul.post li:last-child{border:0;}

ul.post img{
	float:left;
	margin:0 15px 5px 10px;}
ul.post h3{
	margin:0 0 10px 10px;
	font-size:14px;
	font-weight:normal;
	color:#333;
	border:0;}
.post li p{
	overflow:hidden;
	zoom:1;	}

/*--------------------------
　TOP 患者さんの声
----------------------------*/
.post .gridWrapper{
	width:100%;
	display:flex;
	justify-content:center;
	margin-bottom:20px;}	
.grid{
	width:40%;
	text-align:center;
	align-self:stretch;
	margin:5px 10px;
	padding:10px 20px;
	border:1px solid #dbdbdb;
	border-radius:5px;}
.grid img{
	max-width:100%;
	height:auto;
	border:1px solid #f1f1f1;
	box-shadow:2px 2px 2px -1px #dadada;
	-moz-box-shadow:2px 2px 2px -1px #dadada;
	-webkit-box-shadow:2px 2px 2px -1px #dadada;}
.grid h3{padding:10px 0 5px;}

.grid h3,.grid p{text-align:left;}

.grid p.readmore{
	padding:10px 5px 5px;
	text-align:right;}
/*----------------------------------
　施術内容・料金/料金表　
-----------------------------------*/
#pricelist{
    width: 100%;
    height: 100%;
/*    border: 1px #ccc solid;*/
    border-collapse: collapse;
}
#pricerist table{
	width:100%!important;
}
#pricelist th{
	width:40%;
    padding:5px;
    border: 1px #ddd solid;
    background:#f4f4f4;
}

#pricelist td{
	width:60%;
    padding:10px;
    border: 1px #ddd solid;
}

/*-------------------------------
　患者さんの声
--------------------------------*/
.voice{
	padding:10px 6px 5px;
}
/*h2 タイトル装飾*/
.voice h2{
	margin: 5px 0 25px ;
	padding:7px 10px 7px 10px;
	font-size: 120%;
	font-weight: bold;
	color: #fbfbfb;
	background-color:#ff8000;/*色*/
	border-radius:8px;
	position:relative;
}
/*吹き出し三角の色*/
.voice h2:after {
	border-color:#ff8000 transparent transparent;
	border-style:solid;
	border-width:16px 16px 0;
	bottom:-16px;
	content:"";
	display:block;
	left:32px;
	position:absolute;
	width:0;
}
/*画像とテキストレイアウト*/
.boxWrapper{
	width:100%;
	display:flex;
	/*justify-content:space-between;*/
}
.leftbox{
	flex-basis:25%;
	margin:0 10px 10px 0;
}
.rightbox{
	flex-basis:70%;
}
.rightbox h3{
	font-weight: bold;
	font-size: 17px;
	line-height:2em;
}
/*※施術効果には個人差があります*/
.kojinsa{
	 text-align: right; 
	 font-size: 12px;
}

/*********************************** 
　サイドエリア　ウィジェット
************************************/
.widget{
	margin-bottom:20px;
}
.widget ul{
	list-style:none;
	margin:0 0 20px 0;
	padding:10px 10px 10px 17px;
	border:1px solid #d5d5d5;
	background: #fff;
}

/*サイドメニューh3グラデ*/ 
.widget h3{
	font-size:16px;
 	font-weight:bold;
	color:#fff;
 	line-height:1.2em;
 	padding:10px 3px 10px 25px;
	margin-bottom:5px; 
 	letter-spacing:2px; 
	position: relative;
	border: 1px solid #5cc38a;/*枠線の色*/
    /*グラデ色指定*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #6cdd9f), color-stop(0.00, #009966));
    background: -webkit-linear-gradient(top, #009966 0%, #6cdd9f 100%);
    background: -moz-linear-gradient(top, #009966 0%, #6cdd9f 100%);
    background: -ms-linear-gradient(top, #009966 0%, #6cdd9f 100%);
    background: linear-gradient(to bottom, #009966 0%, #6cdd9f 100%);
    /*/グラデ色指定*/
}
.widget h3::after {
	position: absolute;
	top: 9px;
	left: 10px;
	z-index: 2;
	content: '';
	border: 3px solid #ffd065;/*頭ボーダー色*/
	padding:6px 0;
}
/*△サイドメニューh3グラデ*/
.widget li a{
	display:block;
	padding:7px 0 7px 12px;
	background:url(../images/arrow.gif) no-repeat 0 12px;
	border-bottom:1px dashed #dcdcdc;
}
.widget li:last-child a{
	border:0;}

/*サイドエリア　バナー設定*/
.banner{margin-bottom:15px;}

.banner img{
	width:232px;
	height:auto;
}
.banner img:hover{
	cursor:pointer;
	opacity:.8;
}

/*---------------------
　受付時間　
-----------------------*/
.uketuke{
	font-family: "メイリオ","Meiryo";
	background-color:#fff;
	border-collapse: collapse;
	width:100%;
	border:1px /*solid #CCC*/;
	margin-bottom:8px;
}
.uketuke th{
	font-size:1em;
	font-weight:bold;
	background-color:#E6F7DB;
	text-align:center;
	line-height:100%;
	padding:3px 0px;
}
.uketuke td{
	font-size:1em;
	text-align:center;
	line-height:100%;
	padding:3px 0px;	
}
.orange_circle{
	font-size:1.2em;
	text-align:center;
	line-height:100%;
	color:#fda63e;	
}
.green_circle{
	font-size:1.2em;
	text-align:center;
	line-height:100%;
	color:#66CC66;	
}

/*------------------------
 お知らせ 
-------------------------*/
.ifrm-container {
  position: relative;
  width:100%;
  height:250px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  display: inline-block;
}
.ifrm {
	position: absolute;
	top: 1px;
	left: 0;
	width: 100% !important;
	height: 245px !important;
	border: none;
	display: block;
}
.ifrm-form {
  position: relative;
  width:100%;
  height:100%;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  display: inline-block;
}
/*　Facebookの設定　*/
.fb-box{
	display:block;
	width:230px;
	text-align:center;
	margin:0 auto;
	margin-bottom:20px;	
}

/*****************************
　フッター
******************************/
#footer {
	background: #eeeeee
}
#footer ul{
	padding:15px 0 25px;
	text-align:center;
}
#footer li{
	display:inline-block;
	padding: 5px 16px;
	border-left:1px dotted #d5d5d5;
}

#footer li:first-child{border:0;}

#footer li a{
	text-decoration:none;
	color:#000;
}
#footer li a:hover{color:#999;}

#copyright{
	background: #3cb371;/*背景色*/
	clear:both;
	padding:10px 0 37px;
	text-align:center;
	color:#000;/*Copyrightの文字色*/
	font-size:10px;
}

/*トップに戻るボタンの装飾*/
#pagetop_inner {
  position: fixed;
  bottom: 24px;
  right: 24px;
  /*margin: 0 auto;*/
  z-index: 200;
}
#pagetop_inner a {
  display: table-cell;
  width: 5em;
  height: 5em;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
  border-radius: 50%;
  background-color: rgba(153,153,153,0.5);
  behavior: url(PIE.htc); 
}
/**************************************
　補足
***************************************/
/*タイトル・本文画像を内包*/
.menu_col{
	max-width:100%;
	height:auto;
	margin:15px 0 40px;
	overflow:hidden;
}

/*---------------------------------------
 メインメニュー　PC用
-----------------------------------------*/
@media only screen and (min-width: 1025px){
	#mainNav{
		box-sizing: border-box;
		display:block;
		position:relative;
		z-index:200;
		width:100%;
		height:auto;
		margin:0 auto;
		background:#009966;/*naviカラー*/
	}
/* メニュー縦ライン左*/
	#mainNav .inner{
		display:block;
		max-width:100%;
		margin:0 auto;
	}
	#mainNav .inner ul {
		display:flex;
		justify-content:space-around;
		border-left:1px solid #66CC99;
	}
/* メニュー縦ライン右*/
	#mainNav .inner ul li{
		flex-basis: auto;
		width:100%;
		margin:0 auto;
		padding:8px 21px;
		border-right:1px solid #66CC99;
		box-sizing: border-box;
	}
/*naviメニュー調整*/
	#mainNav .inner ul li a{
		text-align: center;
		color:#fff;
		height:35px;
	}
	#mainNav .inner ul li a strong{
		display:block;
		font-size:1.4rem;
		font-size:14px;
		line-height:1.6em;
	}
	#mainNav .inner ul li a span{
		display:block;
		font-size:1.0rem;
		font-size:10px;
		line-height:1.6em;
	}
/* メニュー hover */
	#mainNav ul li :hover{
		opacity:0.7;
	}
	.panel{
		display:block !important;
		width:100%;
		margin:0 auto;
	}
	
	a#menu{display:none;}	  
/*TOP4つの特徴 文章画像下に回り込まない*/
	.post li p{
		overflow:hidden;
		zoom: 1;
	}
}

/*--------------------------- 
メインメニュー iPadサイズ以下から
-----------------------------*/
@media only screen and (max-width:1024px){
    img { 
        height: auto; 
        max-width: 100%; 
    }
/*スライダー画面*/
	#mainImg{
		clear:both;
		line-height:0;
		margin:0 auto;
		z-index:0;
		background: #EAFAEC;
		width:96%;
		height:100%;
	}	
	#mainImg img{
		width:100%;
		height:auto;
	}
	/*メインメニュー折り畳み*/	
	#mainNav{
		width:96%;
		margin:0 auto;
		border:1px solid #e8e5e0;
		border-radius:6px;
		margin-bottom:10px;
		}
	#mainNav a.menu{
		width:96%;
		display:block;
		height:37px;
		line-height:37px;
		font-weight: bold;
		text-align:left;
	    background: url(../images/menuOpen.png) no-repeat 5px 8px;
	    }	
	#mainNav a#menu span{padding-left:37px;}	
	#mainNav a.menuOpen{
		border-radius:6px 6px 0 0;
		background: url(../images/menuOpen.png) no-repeat 5px -34px;
	   }	
	#mainNav a#menu:hover{cursor:pointer;}	
	.panel{
		display: none;
		width:100%;
		position: relative;
		right: 0;
		top:0;
		z-index: 1;
	   }
	#mainNav ul{margin:0;padding:0;}
	#mainNav ul li{
		float: none;
		clear:both;
		width:100%;
		height:auto;
		line-height:1.2em;
	}
	#mainNav ul li a,#mainNav ul li.current-menu-item li a{
		display: block;
		width:auto;
		padding:15px 10px;
		text-align:left;
		border-bottom:1px dashed #e5e5e5;
		background:#f3f3f3;
	}	
	#mainNav ul li:last-child a{
		border:0;border-radius:0 0 6px 6px;}
	#mainNav ul li:last-child a{
		border:0;border-radius:0;}
	#mainNav ul li:last-child a{
		border-bottom:1px dashed #e5e5e5;}
 	#mainNav ul li a span{display:none;} 
	#mainNav ul li.current-menu-item a,#mainNav ul li a:hover,#mainNav ul li.current-menu-item a,#mainNav ul li a:active, #mainNav ul li.current-menu-item a, #mainNav ul li.current-menu-item li a:hover, #mainNav ul li.current-menu-item li a:active{
		background:#fff;
	}	
	#mainNav ul li.current-menu-item li a{
		color:#777}
	#mainNav ul li{
		float:left;
		border:0;
	}
	#mainNav ul li a, #mainNav ul li.current-menu-item li a, #mainNav ul li.current-menu-item a{
	 	padding-left:40px;
		background:#f3f3f3 20px 18px;}

	#mainNav ul li .current-menu-item a,#mainNav ul li a:hover, #mainNav ul li.current-menu-item li a:hover{
		background:#fff 20px -62px;}
	
	#mainNav ul li/:last-child a{
		background:#f3f3f3 20px 20px;}
	#mainNav ul li:last-child.current-menu-item a,#mainNav ul li:last-child a:hover,#mainNav ul li.current-menu-item li:last-child a:hover{
		background:#fff 20px -65px;}	
	.panel{float:none;}
}

/*--------------------------------------------
 959px以下から 1カラム表示
---------------------------------------------*/
@media only screen and (max-width: 959px){
	html{
		width:100%;
		overflow-x:hidden;
	}
	body{
		width:100%;
		margin:0 auto;
		font-size:1.4rem;
		font-size:14px;
	}
	#wrapper, .inner{width:100%;}
	
    h1{text-align: center;}
    img { 
		display:block; 
        max-width: 100%;
        height: auto;
		text-align:center;
		margin:0 auto; 
    }
	.photo_imgacss {
		max-width:100%;
		height:auto;
		margin:0 auto;
		margin-bottom:8px;
	}
	#header{
		display:block;
		width:96%;
		padding:0 10px;
		margin:0 auto;
		}
/*ヘッダーTEL住所中央揃え*/
	h2{
		display:block;
		max-width:100%;
		margin-bottom:10px;
	}
	.headerinner{
		display:block;
		margin:0 auto;
	}
	.contact{
		text-align:center;
	}
/*画像入りタイトル*/
	#in_main { 
		background-image:none; 
		width:90%;
		margin:0 auto;
		padding:15px;
	}
	#main_title{
		border-left:none;/*頭ボーダー*/
		padding:15px; 
}
/*メインメニュー*/	
	#mainNav{width:96%;}
	#mainNav ul{margin:0 auto;}
	#mainNav ul {padding:0;}
	.panel{float:none;}

/*スライダー・メイン画像
----------------------------*/	
	#mainImg{
		width:98%;
		height:auto;
	}	
	#content, #sidebar{
		clear:both;
		width:95%;
		float:none;
		margin:0 auto;
		padding:10px 0;
	}	
}
/*-------------------------------------------- 
幅693px以下から 微調節
---------------------------------------------*/
@media only screen and (max-width: 693px){
	/*問い合わせフォーム*/
/*	.inquiry iframe {
	 	 top: 0;  	}*//*上部隠れる範囲調整*/

}
/*-------------------------------------------- 
幅644px以下から 微調節
---------------------------------------------*/
@media only screen and (max-width: 644px){
	body{
		width:100%;
		margin:0 auto;}
	#in_main { 
		width:85%;}
	#main_title{
		font-size:22px; 
		text-align:left; 
		padding: 5px;}
	#header h2 img{
		max-width:100%;
		height:auto;}
/*h3 h4 h5設定*/
	.sub_tit{  
		letter-spacing:0.1em;
		line-height:1.4em;}	
	#mainNav{width:96%;}
	#header{text-align:center;}
	#header h2,.contact{float:none;}
	.contact img{margin-bottom:5px;}
	.contact p{text-align:center;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{
		display: block;	
		margin:5px auto;}
	.alignright,.alignleft{float:none;}
	.photo_img, .photo_left, .photo_right, .img_photo, .img_left, .img_right { 
		float:none !important; 
		display:block; 
		margin:0 auto; 
		margin-bottom:8px;}
	/*h2タイトル2行の時の行間*/	
	.title_first{
 		line-height:1.4em;
	}
	/*改行位置の指定*/
	.breaks{
		display:inline-block;
	}
/*TOP4つの特徴
-------------------------------*/
/*overflow:hidden;不要 はみ出す領域表示*/	
	.post li p{
		overflow: visible !important;
		zoom: 1;}	
/*TOP患者さんの声調整
---------------------------*/	
	.gridWrapper{
		flex-direction:column;
		width:100%;
		margin:0 auto;}
	.grid{
		width:80%;
		margin:5px auto;}
/*患者さんの声
------------------------------*/	
	.boxWrapper{
		display:block;}
	.leftbox{
		float:left;
		width:150px;}
/*overflow:hidden;不要 はみ出す領域表示*/	
	.rightbox{
		overflow: visible !important;
		zoom: 1;}
/*お問い合わせフォーム*/
	.inquiry {
		padding-top: 320%;
	}
	.inquiry iframe{
		top:0;
		height:100%;
	}
/*サイドエリア
----------------------------*/
	.banner{
		width:100%;
		margin:0 auto;
		text-align:center;
		margin-bottom:20px;}
	p.banner img{
		max-width:100%;
		height:auto;}
/*フッター
----------------------------*/		
	#footer li{margin-bottom:10px;}
		
/*料金表縦並び*/
	#pricelist{
		max-width:96%;
		border-collapse:collapse !important;
	}
	#pricelist th{
		font-size:14px;
		line-height:1.4em;
		display:block;
		width:auto;
	}
	#pricelist td{
		font-size:14px;
		line-height:1.4em;
		display:block;
		width:auto;
	}
	#pricelist caption{
		font-size:14px;
		line-height:1.8em;
	}
/*院のようすの写真*/
	.post_acss{
		padding:20px;
		margin-bottom:20px;
		text-align:center;
	}
/*Facebookの設定*/
	.fb-box{	
		text-align:center;
	}
}

