<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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%;
    border: none;}

/*　お問い合わせフォーム
------------------------------*/
.inquiry iframe{
	width:100%;
	height:1050px;}
/* 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:4px 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:15px;}

.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; }

/*リスト　黒丸*/
ul.disc{
    display: inline-block;
    margin: 1em 0;
}
ul.disc li{
    display: list-item;
    list-style: disc;
    font-weight: normal;
    font-size: 1.0em;
    line-height: 1.6em
}
/*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;}

/*2行目を1文字分下げる行頭なし*/
.indentcircle{
	display:block;
	width:auto;
	margin-left:1.0em;}	
.indentcircle:before{
	content:"　";
	margin-left:-1.0em;
	color:rgb(255,102,0);}

/*-------------------------
　タイトル文字設定
--------------------------*/
.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.0em;
 	padding:15px 3px 15px 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: 10px;
	left: 12px;
	z-index: 2;
	content: '';
	border: 3px solid #ff8000;/*頭ボーダー色指定*/
	padding:9px 0;}

.post h3{font-weight: bold;}
		
.post h4{font-weight: bold;}

.post h5{font-weight: bold;}
			
/*文字黒下線なし*/
.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;}

/*文字グリーン下線入り*/
.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;}
			
/*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 h6{
	margin: 20px 0 ;
	padding:7px 10px 7px 10px;
	font-size: 120%;
	font-weight: bold;
	color: #fbfbfb;}

/*　文字
--------------------------*/
.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;}
.uline{
    border-bottom: 1px dotted #717071;
    margin-bottom: 1em;}

/*2行目を3文字分下げる行頭　⇒　*/
.indent_arrow{
	display:block;
	width:auto;
	margin-left:3.0em;
}	
.indent_arrow:before{
	content:"　⇒　";
	margin-left:-3.0em;
}

/*----------------------------------
　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;}
	
/*院長写真影付*/
.incho{
	float:left;
	margin:10px 15px 15px 10px;
	box-shadow:4px 4px 4px #CCC;}

/*--------------------------
　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;}
	
/*---------------------------
　院長プロフィール
-----------------------------*/
.profile{
	border:none;
	cellpadding:5;
	width:100%;
	height:auto;	}
.profile tr th{
	width:20%;
	text-align:left;}
.profile td{
	width:80%;
	line-height:1.8em;}

/*プロフィール右寄せ*/
.shokai{
	width:80%;
	float:right;
	overflow:hidden;}

/*----------------------------------
　施術内容・料金/料金表　
-----------------------------------*/
#pricelist{
    width: 100%;
    height: auto;
/*    border: 1px #ccc solid;*/
    border-collapse: collapse;
    margin-bottom: 1em;}
#pricelist table{
	width:100% !important;}
#pricelist th{
	width:30%;
    padding:5px 10px;
    border: 1px #ddd solid;
    background:#f4f4f4;
	text-align:left;}

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

/*-------------------------------
　患者さんの声
--------------------------------*/
.voice{padding:10px 6px 5px;}

/*h3 タイトル装飾*/
.voice h3{
	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 h3: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;}
.leftbox{
	flex-basis:25%;
	margin:0 10px 10px 0;}
.leftbox img{
	border:1px solid #ddd;}
.leftbox img:first-child{margin-bottom:5px;}
.leftbox img{
	border:1px solid #ddd;}
.rightbox{flex-basis:70%;}
.rightbox h4{
	font-weight: bold;
	font-size: 17px;
	line-height:2em;}
/*※施術効果には個人差があります*/
.kojinsa{
	 text-align: right; 
	 font-size: 12px;}
/*文章と名前の空き*/
.voice_last{margin-bottom:20px;}

/*********************************** 
　サイドエリア　ウィジェット
************************************/
.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:100%;
 	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;
	width:100%;}
#footer .footer_nav{
	display:flex;
	width:80%;
	margin:0 auto;
	justify-content:center;}
#footer ul{
	list-style:none;
	width:30%;
	margin:20px 0;}
#footer li{
	padding: 10px 0 0 25px;
	border-left:1px dotted #d5d5d5;}
#footer li a{
	text-decoration:none;
	color:#000;}
#footer li a:hover{color:#999;}

/* copyright　
----------------------------*/
#copyright{
	background: #3cb371;/*背景色*/
	clear:both;
	padding:10px 0 37px;
	text-align:center;
	color:#000;/*文字色*/
	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:10px 0 50px;
	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;}
/*院長紹介*/	
	.shokai{width:75%;}	
	
/*フッター
----------------------------*/		
	#footer ul{width:40%;}	
}

/*-------------------------------------------- 
幅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;}
	#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;}
    .title_first{
        line-height: 1.4em;}
    .title_first::after {
        top: 14px;
        left: 12px;}
	.alignright,.alignleft{
		float:none;
		display: block;	
		margin:5px auto;}
	
	.photo_img,.photo_left,
	.photo_right,.img_photo,
	.img_left,.img_right,.incho { 
		float:none !important; 
		display:block; 
		margin:0 auto; 
		margin-bottom:8px;}
	/*h3 h4 h5設定*/
	.sub_tit{  
		letter-spacing:0.1em;
		line-height:1.4em;}		
	/*改行位置の指定*/
	.breaks{display:inline-block;}
	
/*TOP4つの特徴
-------------------------------*/
/*文章回り込み*/	
	.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;}
/*文章回り込み*/	
	.rightbox{
		overflow: visible !important;
		zoom: 1;}
/*院長プロフィールテーブル設定
-------------------------------*/
	.shokai{
		width:100%;
		display:block;
		margin:0 auto;}
	.profile{
		width:100%;
		display:block;
		margin:0 auto;}
	.profile tr th{
		width:100%;
		display:block;
		background-color:#eee;
		font-size:14px;
		line-height:1.6em;}
	.profile tr td{
		width:100%;
		font-size:14px;
		line-height:2.0em;
		display:block;}		
/*サイドエリア
----------------------------*/
	.banner{
		width:100%;
		margin:0 auto;
		text-align:center;
		margin-bottom:20px;}
	p.banner img{
		max-width:100%;
		height:auto;}
/*フッター
----------------------------*/
	#footer .footer_nav{
		display:block;
		width:100%;
		margin:0 auto;}
	#footer ul{
		width:100%;
		text-align:center;}
	#footer li{	
		border:none;
		padding:10px 0 0 0;}		
/*料金表縦並び*/
	#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;}
}

</pre></body></html>