@charset "UTF-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}
* {
	/*color: #666;*/
  }
body {
	font-family: "Noto Sans Japanese","メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	margin: 0px;
	color: #333;
	font-size: 100%;
}

.home {
	background-image: url(../images/common/bg.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}


a:link    {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover   {
	color: #66CC99;
	text-decoration: none;
}
a:active  {
	color: #66CC99;
	text-decoration: none;
}
a:focus { outline:none;}
a img {
    border-style:none;
}
p {
	line-height: 1.5em;
	margin: 0px;
	color: #333;
	font-weight: normal;
}
.relative	{
	position: relative;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	
	background-color: #FFF;
	overflow: hidden;
	clear: both;
	margin-top: 10px;
}




a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}
.mobile{
	display:block;
}
.mobile-tablet{
	display:block;
}
.pc {
	display:none;
}
.tablet-pc {
	display:none;
}
/*ヘッダーSP*/
.header_logo {
	width: 100%;
	margin-top: 10px;
	padding-bottom: 5px;
}
.header_logo h2 {
	margin: 0px;
	padding: 0px;
}

.header_title {
	display: block;
	position: relative;
	margin-top: 0px;
	height: 1em;
	z-index: 1001;
	padding-bottom: 0px;
	background-image: none;
	top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
.header_title h1 {
	font-size: 12px;
	line-height: 1em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}


#header{
	top: 60px;
	position: relative;
	width: 100%;
	line-height: 1.0em;
	box-shadow: rgba(68, 68, 68, 0.65) 0px 5px 5px -1px;
	-webkit-box-shadow: rgba(68, 68, 68, 0.65) 0px 5px 5px -1px;
	-moz-box-shadow: rgba(68, 68, 68, 0.65) 0px 5px 5px -1px;
	behavior: url(PIE-1.0.0/PIE.htc);/* --- IE用影と角丸 --- */
	z-index:100;
}


.line_word01 {
	display:none;
}
.line_word02 {
	display:none;
}
.header_contact {
	display:none;
}

#menu-box {
	display:none;
}

/*フッターSP*/
#footer {
	overflow: hidden;
	clear: both;
	width: 90%;	/*margin-left: auto;
	margin-right: auto;
	width: 100%;*/
	background-color: #FFFFFF;
	-moz-background-size: 100% auto;
	/*background-size: 100% auto;*/
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	background-image: url(../images/common/menu_bg06.jpg);
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 20%;
	padding-left: 5%;
}
.footer_in {
	overflow:hidden;
}


.footer_number{
	text-align: left;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	line-height: normal;
	clear: both;
}
.footer_number p{
	line-height: normal;
}
.footer_title01 {
	margin-top: 20px;
}
.footer_tel {
	padding-top: 5px;
}
.footer_tel_font {
	font-size: x-large;
	font-weight: bold;
	padding: 0px;
	text-shadow: 1px 1px 0px #eee,
  2px 2px 0px #707070;
	color: #489262;
}
.navi_box{
	width: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}
.navi_box02{
	width: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.font_line {
	margin: 0px;
	padding: 0px;
}
ul.footer_navi {
	margin-left: 30px;
	display: inline;
	margin-top: 0px;
	width: 100%;
	padding-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.footer_navi li {
	margin-bottom: 2px;
	list-style-image: url(../images/common/yaji002.gif);
	list-style-type: none;
	margin-left: 30px;
	padding: 0px;
	margin-top: 0px;
}
/*pc用メニュー*/
.header_menu_all {
	/*width: 100%;
	background: rgba(255,255,255,0.7);*/
	
}
.header_menu {
	display:none;
	
}
/*スマフォ用メニュー*/
.s_navi {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 3000;
	margin: 0px;
	padding: 0px;
	left: 0px;
	right: 0px;
	background-image: url(../images/common/menu_bg06.jpg);
	/*background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto;*/
}
.menu_boxsita{
	background-image: linear-gradient(to bottom, #D1EED0, #C3EFBF);
	/*background-color: #C3EFBF;*/
	width: 100%;
	padding-top: 8px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	overflow:hidden;
}
.menu_boxsita02{
	background-image: linear-gradient(to bottom, #D1EED0, #C3EFBF);
	/*background-color: #C3EFBF;*/
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	overflow:hidden;
}

.sm-sita-navi a {
	background-color: #FFF;
	display: block;
	float: left;
	margin-left: 5px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	text-decoration: none;
	margin-top: 3px;
	border: 1px solid #0C9;
	text-align: center;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.sm-sita-navi hover {
	background-color: #FFF;
}
/*ul.sm-sita-navi li {
	border-bottom: 1px solid #d2d2d2;
	background-position: bottom;
	background-color: #FFF;
	width: 20%;
}
ul.sm-sita-navi li a {
	display: block;
	width: 20%;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 5%;
	padding-bottom: 12px;
	padding-left: 5%;
	background-color: #FFF;
}
ul.sm-sita-navi li a:hover {
	width: 90%;
	padding-top: 15px;
	padding-right: 6%;
	padding-bottom: 12px;
	padding-left: 5%;
	background-color: #FFFFFF;
	background-image: url(../images/common/menu_bg07.jpg);
}*/
/*スマフォメニューその2*/

.header_menu_all02 {
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
}
.header_menu02 {
	display:block;
	background-color: #AFD4BB;	
	/*width: 95%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5 em;*/
}
.header_menu03 {
	display: block;
	background-color: #AFD4BB;
		/*width: 95%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5 em;*/
	background-image: url(../images/common/menu_bg06.jpg);
}

/*スマフォメニュー初回の相談予約ボタン*/
.syokai-sm {
	float: right;
	
}
.syokai-sm a {
	font-size: large;
	font-weight: 300;
	color: #54AC74;
	margin: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	text-decoration: none;
	background-color: #66CC99;
	background-image: linear-gradient(to bottom, #FFCCCC, #FF6666);
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	cursor: pointer;
	text-align: center;
	transform: translate(0);
	-o-transform: translate(0);
	-ms-transform: translate(0);
	-moz-transform: translate(0);
	-webkit-transform: translate(0);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.syokai-sm a:hover {
	background-color: #FFCCCC;
	background-image: linear-gradient(to bottom, #FFCCCC, #FFCCCC);
}
/*google map　レスポンシブ*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*アンカーポイントのずれータブレットーPC*/
#type {
padding-top: 80px !important; 
margin-top: -80px !important;
}

#ort01 {
	padding-top: 80px !important; 
margin-top: -80px !important;
}
#ort02 {
	padding-top: 80px !important; 
margin-top: -80px !important;
}
#ort03 {
	padding-top: 80px !important; 
margin-top: -80px !important;
}
#accessall {
	padding-top: 80px !important; 
margin-top: -80px !important;
}


/*サブコンテンツ（左ブロック）
---------------------------------------------------------------------------*/
#sub {
	/*float: left;	サブコンテンツを左(left)に回り込み*/
	width: 100%;	/*サブコンテンツ幅*/
	padding-top: 15px;
	padding-bottom: 15px;
	overflow:hidden;
}


/*facebook*/
.fb-like{
	background-color: #9F6;
	height: 50px;
	width: 100px;
}

/*テーブル受付時間*/


table.sets2{
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;	
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
}
.sets2 th{
	border-bottom: 1px solid #CCCCCC;
	background-color: #FBE9E6;
	background-position: left top;
	padding: 0.3em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
.sets2 td{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 0.3em;
	text-align: center;
	vertical-align: middle;
}


#hero1{
	background-size: cover;
	background-position: center center;
	/*background-attachment: fixed;*/
	background-image: url(../images/top/fotolia_141588529.jpg);
	position: absolute;
	top: 0px;
	background-repeat: no-repeat;
}

.hero, .content{
  text-align:center; 
  position:relative;
  width: 100%;
}
 
.inner{
  min-height:500px;
  position: relative;
}
/*.innerbox{
	height: 500px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #9C3;
}
.copy {
	position:relative;
	display: block;
	height: 200px;
	width: 200px;
	background: rgba(195,239,191,0.5);
	top: 200px;
	left: 200px;
}*/
 
/*.hero .inner{
  background: rgba(0,0,0,0.7) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;}/*


/*トップガイド1列*/
#top_box_in {
	overflow: hidden;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}

.top_ranktitle {
	font-weight: normal;
	background-image: url(../images/common/arrow_02.jpg);
	background-repeat: no-repeat;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 3px;
	background-position: 2px;
	padding-top: 3px;
	line-height: 1.8ex;
}
.top_rankbox01 {
	width: 97%;
	margin-right: 3%;
	padding-right: 5px;
	margin-bottom: 10px;
}
.top_photobox01 {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
.top_rank_border {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 5px;
}

/*トップページニュース*/
.top_news {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

/*サイドナビ店舗*/


.subshop01 {
	margin-right: 3%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-right: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.subshop_photo01 {
	float: left;
	display: block;
	width: 25%;
}

.subshop_title01 {
	font-weight: normal;
	padding-left: 10px;
	margin-top: 3px;
	background-position: 2px;
	padding-top: 3px;
	float: right;
	width: 100%;
	text-align: left;
}
.subshop_txt01 {
	font-weight: normal;
	padding-bottom: 3px;
	padding-left: 35px;
	margin-top: 2px;
	padding-top: 2px;
	width: 100%;
}

.teltapp {
	padding-bottom: 5px;
}

/*共通*/
.sage {
	clear: both;
	padding-left: 15px;
	padding-top: 15px;
}
/*サブメニュー
---------------------------------------------------------------------------*/
/*サブメニューブロック全体の設定*/

.title_sub {
	border-bottom: 1px solid #d2d2d2;
	padding-top: 15px;
	padding-bottom: 15px;
	/*background-color: #6ACE9C;*/
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	background-image: url(../images/common/menu_bg09.jpg);
}
.title_sub h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: medium;
	color: #396;
}
.title_sub h3 a {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: medium;
	text-decoration: none;
	color: #396;
}
.title_sub h3 a:hover {
	color: #9C9;
}

ul.sm-osusume-navi {
	margin-bottom: 1em;
	margin: 0px;
	padding: 0px;
	font-size: medium;
	list-style-type: none;
}
/*サブメニュー*/
ul.sm-osusume-navi li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d2d2d2;
}
ul.sm-osusume-navi li a {
	display: block;
	width: 90%;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 5%;
	padding-bottom: 12px;
	padding-left: 5%;
}
ul.sm-osusume-navi li a:hover {
	width: 90%;
	padding-top: 15px;
	padding-right: 6%;
	padding-bottom: 12px;
	padding-left: 5%;
	background-color: #54AC74;
	color: #FFF;
}





/*spスライダー*/
#main_bn {
	display: block;
	width: 100%;
	padding-top: 60px;
	clear: both;
	margin-bottom: 20px;
	
}

.main_bn_in {
	display: block;
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	
}
/*パンくず*/
#pan-kuzu {
	display: block;
	width: 100%;
	padding-top: 60px;
	clear: both;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.pan-kuzu_in {
	display: block;
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-left: 10px;
}
/*メイン-blog*/
#main {
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 92%;	/*font-size: medium;*/
	font-weight: normal;
	line-height: 1.4em;
	padding-right: 5px;
	padding-left: 5px;
}
#main_single {
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 92%;	/*font-size: medium;*/
	font-weight: normal;
	line-height: 1.4em;
	padding-right: 10px;
	padding-left: 10px;
}


#main-toppage {
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 92%;	/*font-size: medium;*/
	font-weight: normal;
	line-height: 1.4em;
}


#taitoru_all {
	display: block;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	/*	background-image: url(../images/common/info_bg05.png);	background-image: url(../images/common/info_bg07.png);
	background-image: linear-gradient(to bottom, #ffffff, #e8ffe8);*/
	background-image: url(../images/common/info_bg07.png);
	padding-bottom: 0px;
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	overflow: hidden;
	margin-top: 60px;
}
.taitoru_in {
	display: block;
	
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	
}
.taitoru_in_all {
	display: block;
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/info_bg08.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 20px;
	padding-bottom: 20px;
}

.taitorumain {
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.taitorumain h2 {
	font-size: x-large;
	clear: both;
	overflow: hidden;
	float: none;
	margin: 0px;
	font-weight: normal;
	color: #4B9D69;
	padding: 0px;
	text-shadow: 1px 1px 0px #fff,
  2px 2px 0px #acbfac;
}

.taitorumain02 {
	display: block;
	width: 100%;
	clear: both;
	background-image: url(../images/common/info_bg07.png);
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	margin-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom: 30px;
}
.taitorumain02 h3 {
	font-size: large;
	clear: both;
	overflow: hidden;
	float: none;
	margin: 0px;
	font-weight: normal;
	color: #4B9D69;
	text-shadow: 1px 1px 0px #fff,
  2px 2px 0px #acbfac;
	line-height: 1.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.article {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	clear: both;
}

.article_archive {
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #E4EDFF;
	overflow:hidden;
}
.article-title {
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-size: large;
	overflow:hidden;
	clear:both
}
.article-title h3 {
	margin: 0px;
	padding: 0px;
}


.article-data {
	font-size: 12px;
	line-height: 16px;
	color: #333;
	margin-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 5px;
	margin-bottom: 14px;
	text-align: right;
	clear: both;
}
.article_blog {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
.article-txt {
	padding-bottom: 2px;
	overflow: hidden;
	clear: both;
	margin-top: 4px;
	margin-bottom: 2px;
	padding-left: 10px;
}
.article-txt p {
	clear: both;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	
}
.article-txt img {
	margin: 4px;
	border: 0;
}

.article-txtall {
	padding-bottom: 8px;
	overflow: hidden;
	clear: both;
	margin-top: 8px;
	margin-bottom: 8px;
}
.article-txtall p {
	clear: both;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	
}
.article-txtall img {
	margin: 6px;
	border: 0;
}


.article-category {
	width: 580px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5d3200;
	color: #5d3200;
	font-size: 10px;
	line-height: 16px;
}
.article-category a:link {
	color: #333333;
	text-decoration: underline;
}
.article-category a:visited {
	color: #333333;
	text-decoration: underline;
}
.article-category a:hover {
	color: #F63;
	text-decoration: underline;
}

img.article_all {
    border-style:none;
}




.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
    border-style:none;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
    border-style:none;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
    border-style:none;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
	margin-top: 12px;
}
.wp-caption {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

.wp-caption-dt {
	margin: 0;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
	color: #220e10;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 24px;
	padding: 0;
}

.article-to-top {
	padding-bottom: 8px;
	overflow: hidden;
	clear: both;
	margin-top: 2px;
	margin-bottom: 8px;
}
.article-to-top p {
	clear: both;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	
}


.alignl_01,
img.alignl_01 {
	display: block;
	float: none;
	border-style: none;
	clear: both;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

/* archive用 */

.page_title_archive {
	background-color: #359DD8;
	padding-top: 10px;
	padding-bottom: 20px;
}
.page_title_archive h3{
	font-size: x-large;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #FFF;
}

.title_all_blog {
	color: #333;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	background-image: url(../images/bg_gray06.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 10px;
}

/* WordPressブログsingleページ前へ、次へ */

.navi_blog_box {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-color: #349BD5;
	height: 20px;
	padding: 8px;
}
.navi_blog_box a:link {
	color: #FFF;
}
.navi_blog_box a:visited {
	color: #FFF;
}
.navi_blog_box a:hover {
	color: #CFF;
}
.navi_blog_box a:active {
	color: #CFF;
}


.navi_mae {
	float: left;
	width: 280px;	
}
.navi_tugi {
	width: 280px;
	float: right;
	text-align: right;
}

/* WordPressお問い合わせフォーム */
.asterisk {
	margin: 0 0 0 0.2em;
	color: #f5637a;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}

.wpcf7 input[type="submit"] {
	font-size: 100%;
	padding: 0.2em 0.4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}

/*共通*/
.title_all04 {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	background-image: url(../images/common/main_title_bg.jpg);
	background-position: left top;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #ccc;	/*-moz-box-shadow: 1px 1px 0 #fff, inset 1px 1px 0 #fff;
	-webkit-box-shadow: 1px 1px 0 #fff, inset 1px 1px 0 #fff;
	box-shadow: 1px 1px 0 #fff, inset 1px 1px 0 #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;*/
}
.title_all04 h2 {
	font-size: xx-large;
	font-weight: bold;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
	line-height: 1.2em;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.title_all04 h3 {
	font-size: 100%;
	font-weight: bold;
}

.title_all09 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 16px;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 15px;
	overflow: hidden;
	margin-bottom: 0px;
	background-image: url(../images/common/menu_bg01.jpg);
	background-position: bottom;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DADCDC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #DADCDC;
	border-right-color: #666;
}
.title_all09 h2 {
	font-weight: bold;
	font-size: x-large;
	line-height: normal;
}
.title_all09 h3 {
	font-weight: bold;
	font-size: large;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}


.font_ao_title {
	color: #06F;
	background-color: #F93;
	background-image: url(../images/common/bg_orenji.jpg);
	background-position: bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.font_ao_title h3 {
	margin: 0px;
	padding: 0px;
}


.title_all {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
	overflow: hidden;
}
.title_all h3 {
	color: #333333;
	padding-left: 5px;
	margin-bottom: 0;
	margin-top: 0;
	font-size: large;
	padding-top: 10px;
	padding-bottom: 10px;
}
.title_all02 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../images/common/yaji_you.png);
	background-repeat: no-repeat;
	clear: both;
	overflow: hidden;
	background-position: left 10px;
	width: 100%;
}
.title_all02 h3 {
	color: #333333;
	padding-left: 30px;
	margin-bottom: 0;
	margin-top: 0;
	font-size: x-large;
	padding-top: 10px;
	padding-bottom: 0px;
	line-height: 1.1em;
}
.title_all02 p {
	color: #FF6666;
	padding-left: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: x-large;
	padding-top: 0px;
	padding-bottom: 10px;
}
.title_all02_sage {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../images/common/yaji_you.png);
	background-repeat: no-repeat;
	clear: both;
	overflow: hidden;
	background-position: left center;
}
.title_all02_sage h3 {
	color: #333333;
	padding-left: 30px;
	margin-bottom: 0;
	margin-top: 0;
	font-size: large;
	padding-top: 10px;
	padding-bottom: 10px;
}


/*TOPランキング人気*/
#img_top_box {
	display:none;
}

.top_ranking_list {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	clear: both;
	overflow:hidden;
}
.top_ranking_img01 {
	float: left;
	width: 20%;
}
.top_ranking_img02 {
	float: left;
	width: 20%;
	margin-right: 10px;
	padding-top: 5px;
}
.top_ranking_txt {
	float: left;
	padding-top: 10px;
	width: 40%;
}
.top_ranking_txt02 {
	float: left;
	padding-top: 5px;
	width: 40%;
	padding-left: 45%;
}

/* --- ページトップのボタン --- */
#page-top {
    position: fixed;
    bottom: 24px;
    right: 20px;
    font-size: 68%;
	z-index: 1000;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding: 25px 0;
	text-align: center;
	display: block;
	border-radius: 50%;
	background-color: #54AC74;
	border: 2px solid #FFF;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #66CC99;
}

/*追従ボタン、予約*/
a#tel {
	/*position: fixed;
  width: 200px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  left:50%;
  bottom: 10px;
  margin-left:-100px;
  display: block;
  background: rgba(0,102,204,.7);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size:12px;
  border-radius: 10px;*/
	position: fixed;
	width: 100%;
	height: 50px;
	text-align: center;
	bottom: 0px;
	line-height: 50px;
	display: block;
	/*background: rgba(102,205,170,.7);緑*/
	background: rgba(0,102,204,.7);
	/*background: rgba(255,130,178,.7);ピンク*/
	/*background: rgba(0,204,204,.7);青緑*/
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: large;
}

a#tel:hover{
  background: rgba(0,102,204,.5);
}

/*グーグルカレンダーGoogle*/
.cal_wrapper {
max-width: 960px; /* 最大幅 */
min-width: 300px; /* 最小幅 */
margin: 2.0833% auto;
}
.googlecal {
position: relative;
padding-bottom: 100%; /* 縦横比 */
height: 0;
}
.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/*一覧ページ*/
/*一覧スマフォ*/

.ichiran_boxbig {
	overflow: hidden;
	padding-left: 1%;
	padding-top: 20px;
}

.ichiran_box01 {
	width: 32%;
	float: left;
	display: block;
	margin-right: 1%;
	text-align: center;
	height: 145px;
	margin-bottom: 15px;
}
.ichiran_box01 p {
	margin: 0px;
	padding: 0px;
	
	font-size: small;
}

table.sets1{
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
	width: 99%;
	table-layout: fixed;
}
.sets1 th{
	background-color: #FBE9E6;
	background-position: left top;
	padding: 0.5em;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
.sets1 td{
	text-align: center;
	vertical-align: middle;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
}

/*テーブル3*/
table.sets3{
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	border: 1px solid #CCC;
}
.sets3 th{
	background-color: #C3FFCC;
	background-position: left top;
	padding: 0.3em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.sets3 td{
	padding: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

/*テーブル3*/
table.sets4{
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.sets4 th{
	background-color: #99CCFF;
	background-position: left top;
	padding: 0.3em;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.sets4 td{
	padding: 0.3em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/*テーブル5*/
table.sets5{
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.sets5 th{
	background-color: #99CCFF;
	background-position: left top;
	padding: 0.3em;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.sets5 td{
	padding: 0.3em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/*矯正歯科について*/

ul.list01 {
	padding-right: 30px;
	margin-left: 20px;
	display: inline;
	margin-top: 5px;
	padding-left: 10px;
}

.list01 li {
	/*list-style-image: url(../images/common/yaji05.jpg);*/
	list-style-type: none;
	padding-left: 30px;
	margin-left: 30px;
	background-image: url(../images/common/yaji05.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.kado_maru {
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	background-color: #6ACE9C;
	color: #FFF;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear:both;
 } 
 .kado_maru h4 {
	color: #FFF;
	font-size: medium;
	padding: 10px;
 }  
.kado_maru p {
	color: #FFF;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
 } 
/*費用ー治療費*/
.mitumori01 {
	margin-right: 2%;
	margin-left: 2%;
	padding: 10px;
	border: 1px solid #666;
	margin-top: 10px;
	margin-bottom: 20px;
}
.space_02 {
	margin-left: 30px;
}
/*治療の種類ー治療例*/

.link-cace-type a {
	display: block;
	padding: 10px;
	width: 80%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: hidden;
	background-color: #54AC74;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.link-cace-type a:hover {
	background-color: #90F1C8;
}

/*患者様の声*/
.voice_box{
	clear: both;
	width: 85%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #666;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	padding: 10px;
}
.voice_box02{
	clear: both;
	width: 95%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
}
.voice_att {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.voice_att02 {
  padding-left: 1.2em;
  text-indent: -1.2em;
}



/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media print, screen and (min-width: 481px) {



.gridContainer {
	/*width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;*/
	width: 94.675%;
	padding-left: 0%;
	padding-right: 0%;
	margin-top: 20px;
	/*border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: rgba(68, 68, 68, 0.65) 0px 0px 2px;
	-webkit-box-shadow: rgba(68, 68, 68, 0.65) 0px 0px 2px;
	-moz-box-shadow: rgba(68, 68, 68, 0.65) 0px 0px 2px;
	behavior: url(PIE-1.0.0/PIE.htc);/* --- IE用影と角丸 --- */
}


.mobile{
	display:none;
}
.mobile-tablet{
	display:block;
}
.tablet-pc {
	display: block;
}
#header {
	/*width: 768px;*/
	/*min-width: 481px;*/
	display: block;
	/*overflow: hidden;*/
	/*position: fixed;
	
	left: 0;上部固定*/
	top: 0;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	z-index: 1000;
	/*height: 140px;*/
	margin-bottom: 0px;
	/*position: relative;
	background-image: url(../images/common/header_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: 100% auto;*/
	background-size: 100% auto;
	box-shadow: rgba(68, 68, 68, 0.65) 0px 5px 5px -1px;
	-webkit-box-shadow: rgba(68, 68, 68, 0.65) 0px 5px 5px -1px;
	-moz-box-shadow: rgba(68, 68, 68, 0.65) 0px 5px 5px -1px;
	behavior: url(PIE-1.0.0/PIE.htc);/* --- IE用影と角丸 --- */
	background-color: rgba(255,255,255,0.5);
}
#header_in {
	/*width: 768px;*/
	display: block;
	/*overflow: hidden;*/
	padding-bottom: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 1px;
	z-index: 100;
	
}



/*追従ボタン、予約*/
a#tel {
	/*position: fixed;
  width: 200px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  left:50%;
  bottom: 10px;
  margin-left:-100px;
  display: block;
  background: rgba(0,102,204,.7);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size:12px;
  border-radius: 10px;*/
	position: fixed;
	width: 200px;
	height: 50px;
	text-align: center;
	margin-left:-10px;
	left:0%;
	bottom: 20px;
	line-height: 50px;
	display: block;
	/*background: rgba(102,205,170,.7);*/
	background: rgba(0,102,204,.7);
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: large;
	border-radius: 10px;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}

a#tel:hover{
  background: rgba(0,102,204,.5);
}

/*メニュー上部固定用*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	box-shadow: rgba(68, 68, 68, 0.65) 0px 5px 5px -1px;
	-webkit-box-shadow: rgba(68, 68, 68, 0.65) 0px 5px 5px -1px;
	-moz-box-shadow: rgba(68, 68, 68, 0.65) 0px 5px 5px -1px;
	behavior: url(PIE-1.0.0/PIE.htc);/* --- IE用影と角丸 --- */
}


.header_up {
	display: block;
	width: 100％;
	clear: both;
	overflow: hidden;
	height: 80px;	/*height: 80px;*/
}
.header_logo {
	display: block;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	height: 37px;
	width: 273px;
	z-index: 1001;
	top: 16px;
	left: 9px;
	padding-bottom: 0px;
	background-image: none;
}
.line_word01 {
	display: block;
	position: absolute;
	margin-top: -5px;
	margin-left: 0px;
	height: 69px;
	width: 355px;
	z-index: 1001;
	top: -15px;
	left: 387px;
	padding-bottom: 0px;
	background-image: none;
	padding-top: 0px;
	float: right;
}

.line_word02 {
	display:block;
	margin-top:30px;
	margin-left: 15%;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: medium;
	text-align: right;
}
.header_navi_s {
	font-size: 12px;
}
.header_navi_s ul{
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


.header_navi_s li{
	background-image: url(../images/common/yaji006.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-right: 15px;
	padding-top: 2px;
}
.header_navi_s li a{
	text-decoration: none;
}
/*sp用メニュー*/
.s_navi {
	display:none;
	
}
/*pc・タブレット用メニュー*/
.header_menu_all {
	width: 100%;
	/*background-image: url(../images/common/menu_bg06.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #996;
	background: rgba(255,255,255,0.6);*/
	
	position: relative;
	background-image: url(../images/common/menu_bg06.jpg);
}
.header_menu {
	display:block;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5 em;
}


#main_bn {
	display: block;
	width: 100%;
	padding-top: 0px;
	clear: both;
	padding-bottom: 0px;
}

.main_bn_in {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/*スマフォメニューその2ータブレット*/

.header_menu_all02 {
	display:none;
}

/*パンくず*/
#pan-kuzu {
	display: block;
	width: 100%;
	padding-top: 0px;
	clear: both;
	padding-bottom: 0px;
}

.pan-kuzu_in {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}


/*メニューNew*/
/*メニュー・スマフォ固定解除
.naver {
	display:block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}*/

#menu-box {
	display: block;
	/*overflow: hidden;*/
	border-top-width: 1px;
	border-top-style: solid;
	background-image: url(../images/common/header_bg.jpg);
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	clear: both;
	margin-top: 10px;
	box-shadow: rgba(68, 68, 68, 0.65) 0px 0px 5px;
	-webkit-box-shadow: rgba(68, 68, 68, 0.65) 0px 0px 5px;
	-moz-box-shadow: rgba(68, 68, 68, 0.65) 0px 0px 5px;
	behavior: url(PIE-1.0.0/PIE.htc);/* --- IE用影と角丸 --- */
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
	padding-top: 5px;
}
#menu-box-in {
	
	/*overflow: hidden;*/
	margin: 0 auto;
	padding: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;	
}


.title_all {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../images/titile_all_bg.png);
	background-repeat: no-repeat;
	clear: both;
	overflow: hidden;
}
.title_all h3 {
	color: #333333;
	padding-left: 5px;
	margin-bottom: 0;
	margin-top: 0;
	font-size: large;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contents {
	clear: left;
	width: 98%;	/*コンテンツ幅*/
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 30px;
}

/*サブコンテンツ（左ブロック）
---------------------------------------------------------------------------*/
/*#sub {
	float: right;	サブコンテンツを左(left)に回り込み
	width: 25%;	
	padding-top: 0px;
	padding-bottom: 30px;
	margin-right: 1%;
}*/

.sidenavi_box03 {
	padding-bottom: 15px;
	width: 100%;
}
.teltapp {
	display:none;
}
/*サブメニュー
---------------------------------------------------------------------------*/
/*サブメニューブロック全体の設定*/
ul.submenu {
	margin-bottom: 1em;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/*サブメニュー１個あたりの設定*/
ul.submenu li {
	border-bottom: 1px solid #d2d2d2;	/*メニュー間の線幅、線種、色*/
}
ul.submenu li a {
	display: block;
	width: 94%;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 5%;
}
ul.submenu li a:hover {
	background: #e5e4e0;	/*マウスオン時の背景色*/
	color: #524831;			/*マウスオン時の文字色*/
	border-left: 3px solid #524831;	/*マウスオン時に左側に出る線の幅、線種、色*/
	width: 94%;
	padding-right: 0px;
}
/*トップページ*/

.inner{
  min-height:760px;
  position: relative;
}

#top_main_navi {
	width: 680px;
	margin-top: 10px;
	margin-left: 5px;
	clear: both;
}

.main_top_box {
	padding-left: 10px;
	margin-bottom: 10px;
	margin-right: 35px;
}
#top_box {
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #999;
}
#top_box_in {
	overflow: hidden;
	width: 97%;
}
/*TOPガイド2列*/
/*.top_ranktitle {
	font-weight: normal;
	background-image: url(../images/common/arrow_02.jpg);
	background-repeat: no-repeat;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-top: 3px;
	background-position: 2px;
	padding-top: 3px;
	line-height: 1.8ex;
}*/
.top_rankbox01 {
	
}
.top_photobox01 {
	width: 45%;
	float: left;
}
.top_rankbox01_photo {
	width: 65%;
	float: left;
}
.top_ranking_box {
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;	
}
.top_ranktitle {
	float: right;
	width: 50%;
}
/*TOPランキング人気*/
#img_top_box {
}

.top_ranking_list {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	clear: both;
	overflow:hidden;
}
.top_ranking_img01 {
	float: left;
	width: 18%;
	margin-right: 10px;
}
.top_ranking_img02 {
	float: left;
	width: 18%;
	margin-right: 10px;
	padding-top: 5px;
}
.top_ranking_txt {
	float: left;
	padding-top: 10px;
	width: 25%;
}
.top_ranking_txt02 {
	float: left;
	padding-top: 10px;
	padding-left: 0px;
	width: 30%;
}




/*メインコンテンツ（右ブロック）
---------------------------------------------------------------------------*/
/*#main {
	float: right;	メインコンテンツを右(right)に回り込み
	width: 94%;
	padding-top: 0px;
	padding-bottom: 30px;
	margin-top: 0px;
	line-height: 1.8em;
	padding-left: 1%;
}
*/

/*h2タグ設定（背景白タイプ）*/
#main h2.midashi2 {
	color: #524831;	/*文字色*/
	background: url(../images/midashi_bg2.gif) no-repeat;	/*背景画像の読み込み*/
}
/*段落タグの余白設定*/
#main p {
	/*background: #FFF;
	padding-top: 0.1em;
	padding-bottom: 0.1em;*/
}




.taitoru_in {
	display: block;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#taitoru_all {
	display: block;
	width: 100%;
	padding-top: 0px;
	clear: both;
	padding-bottom: 0px;
	margin-top: 0px;	
}

.taitoru_in_all {
	display: block;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 140px;
	background-image: url(../images/common/info_bg06.png);
	background-repeat: no-repeat;
	background-position: 90% bottom;
	padding: 0px;
}
.taitorumain {
	margin: 0px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.taitorumain h2 {
	font-size: xx-large;
	font-weight: bold;
}


/*フッター*/
#footer {
	width: 97%;
	padding-top: 20px;
	padding-right: 1.5%;
	padding-bottom: 15%;
	padding-left: 1.5%;
}
.footer_in {
	overflow:hidden;
}

.footer_number{
	text-align: left;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	line-height: normal;
	clear: both;
}
.footer_number p{
	line-height: normal;
}
.navi_box{
	width: 80%;
}
.navi_box02{
	width: 80%;
}
.font_line {
	margin: 0px;
	padding: 0px;
}
ul.footer_navi {
	padding-right: 30px;
	margin-left: 15px;
	display: inline;
	margin-top: 5px;
}
.footer_navi li {
	margin-bottom: 2px;
	list-style-image: url(../images/common/yaji002.gif);
	list-style-type: none;
}


/*TOP-Tablet*/
.top_box01 {
	width: 45%;
	float: left;
	padding-right: 5px;
	display: block;
}


/*一覧ページ*/
/*一覧タブレット*/

.ichiran_boxbig {
	overflow: hidden;
	padding-left: 1%;
}

.ichiran_box01 {
	width: 32%;
	float: left;
	display: block;
	margin-right: 1%;
	text-align: center;
	height: 145px;
	margin-bottom: 15px;
}
.ichiran_box01 p {
	margin: 0px;
	padding: 0px;
	
	font-size: small;
}

/*その他ページ*/
/*その他ー2ブロック*/
.sonota_box01 {
	width: 45%;
	float: left;
	padding-right: 1%;
	display: block;
	margin-right: 1%;
}
/*.sonota_box01 {
	width: 45%;
	float: left;
	padding-right: 1%;
	display: block;
	margin-right: 1%;
}*/

/*その他ー3ブロック*/
.sonota_box03 {
	width: 30%;
	float: left;
	padding-right: 1%;
	display: block;
	margin-right: 1%;
}

.alignl_01,
img.alignl_01 {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
    border-style:none;
}

/*アンカーポイントのずれータブレットーPC*/
#type {
padding-top: 105px !important; 
margin-top: -105px !important;
}



#ort01 {
	padding-top: 120px !important; 
margin-top: -120px !important;
}
#ort02 {
	padding-top: 120px !important; 
margin-top: -120px !important;
}
#ort03 {
	padding-top: 120px !important; 
margin-top: -120px !important;
}

#voice01 {
	padding-top: 150px !important; 
margin-top: -150px !important;
}
#voice02 {
	padding-top: 150px !important; 
margin-top: -150px !important;
}
#voice03 {
	padding-top: 150px !important; 
margin-top: -150px !important;
}
#voice04 {
	padding-top: 150px !important; 
margin-top: -150px !important;
}


/*費用ー治療費*/
.mitumori01 {
	margin-right: 10%;
	margin-left: 10%;
	padding: 10px;
	border: 1px solid #666;
}

}

/* デスクトップレイアウト・パソコン : 769 px ～最大 1000 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media print, screen and (min-width: 769px) {

.gridContainer {
	width: 1000px;
	padding-left: 0%;
	padding-right: 0%;
	background-color: #FFF;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 20px;
}

/*#header {
	clear: both;
	float: left;
	margin-left: 4.5%;
	width: 91%;
	display: block;
	background-color: #ffcc00;
	overflow: hidden;
}*/
.home {
	background-image: url(../images/top/fotolia_141588527_02.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}
.mobile{
	display:none;
}
.mobile-tablet{
	display:none;
}
.pc {
	display:block;
}
#header {
	width: 100%;
	/*min-width: 980px;*/
	display: block;
	/*overflow: hidden;*/
	/*position: fixed;
	
	left: 0;上部固定*/
	top: 0;
	margin-top: 0;
	z-index: 999;
	/*height: 140px;*/
	margin-bottom: 0px;
	position: relative;
}




#header_in {
	width: 1000px;
	/*height: 90px;*/
	display: block;
	/*overflow: hidden;*/
	padding-bottom: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 1px;
	z-index: 1000;
}
.header_logo {
	display: block;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	height: 49px;
	width: 328px;
	z-index: 1001;
	top: 19px;
	left: 7px;
	padding-bottom: 0px;
	background-image: none;
}


.line_word01 {
	/*width: 45%;
	margin-top: 0px;
	margin-left: 50%;
	color: #FFF;
	padding-top: 30px;*/
	display: block;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	height: 63px;
	width: 293px;
	z-index: 1001;
	top: -18px;
	left: 695px;
	padding-bottom: 0px;
	background-image: none;
	padding-top: 5px;
}

.line_word02 {
	display:block;
	width: 45%;
	margin-top: 30px;
	margin-left: 50%;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: medium;
}
.header_navi_s {
	font-size: 14px;
}
.header_navi_s ul{
	width: 550px;
	float: none;
	/*display: inline;
	list-style-type: none;*/
}
.header_navi_s li{
	float: left;
	margin: 0px;
	padding: 0px;
	
}
.header_navi_s li a{
	/*display: inline;
	background-image: url(../images/common/yaji_you02.png);
	background-repeat: no-repeat;
	background-position: left center;*/
	padding-left: 18px;
	margin-right: 5px;
	display: inline-block;
	padding-right: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}


/*pc・タブレット用メニュー*/
.header_menu {
	display: block;
	margin-left: auto;
	width: 1000px;
	clear: both;
	margin-right: auto;
}




/*メニューNew*/
#menu-box {
	display: block;
	/*overflow: hidden;*/
	border-top-width: 1px;
	border-top-style: solid;
	background-image: url(../images/common/header_bg.jpg);
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	clear: both;
	margin-top: 10px;
	box-shadow: rgba(68, 68, 68, 0.65) 0px 0px 5px;
	-webkit-box-shadow: rgba(68, 68, 68, 0.65) 0px 0px 5px;
	-moz-box-shadow: rgba(68, 68, 68, 0.65) 0px 0px 5px;
	behavior: url(PIE-1.0.0/PIE.htc);/* --- IE用影と角丸 --- */
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
	padding-top: 5px;
}
#menu-box-in {
	width: 1000px;
	/*overflow: hidden;*/
	margin: 0 auto;
	padding: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;	
}



.header_contact {
	position: absolute;
	left: 538px;
	top: 56px;
	width: 454px;
	height: 22px;
	z-index: 2000;
	display: block;
}
#main_bn {
	display: block;
	width: 100%;
	padding-top: 0px;
	clear: both;
	padding-bottom: 0px;
}

.main_bn_in {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
/*パンくず*/
#pan-kuzu {
	display: block;
	width: 100%;
	padding-top: 0px;
	clear: both;
	padding-bottom: 0px;
}

.pan-kuzu_in {
	display: block;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


#content {
	clear: both;
	width: 100%;
	min-width: 1280px;
	overflow: hidden;
	padding-top: 20px;
}

#contents {
	clear: left;
	width: 1000px;	/*コンテンツ幅*/
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 30px;
}
/*TOP-pc*/
/*クーポン等ナビ*/

.main_sm_navi {
	display:none;
}

/*サブコンテンツ（左ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*サブコンテンツを左(left)に回り込み*/
	width: 250px;	/*サブコンテンツ幅*/
	padding-top: 0px;
	padding-bottom: 30px;
	margin-right: 5px;
}


/*サブメニュー
---------------------------------------------------------------------------*/
/*サブメニューブロック全体の設定*/
ul.submenu {
	margin-bottom: 1em;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/*サブメニュー１個あたりの設定*/
ul.submenu li {
	border-bottom: 1px solid #d2d2d2;	/*メニュー間の線幅、線種、色*/
}
ul.submenu li a {
	display: block;
	width: 205px;
	padding: 10px 5px 5px 10px;
	text-decoration: none;
}
ul.submenu li a:hover {
	background: #e5e4e0;	/*マウスオン時の背景色*/
	color: #524831;			/*マウスオン時の文字色*/
	border-left: 3px solid #524831;	/*マウスオン時に左側に出る線の幅、線種、色*/
	width: 202px;
	padding-right: 6px;
}












/*メインコンテンツ（右ブロック）
---------------------------------------------------------------------------*/
#main {
	float: left;	/*メインコンテンツを右(right)に回り込み*/
	width: 695px;	/*メインコンテンツ幅*/
	padding-top: 0px;
	padding-bottom: 30px;
	margin-left: 10px;
}
#main_single {
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 100%;	/*font-size: medium;*/
	font-weight: normal;
	line-height: 1.4em;
	padding-right: 10px;
	padding-left: 10px;
}
#main-toppage {
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 92%;	/*font-size: medium;*/
	font-weight: normal;
	line-height: 1.4em;
}


/*h2タグ設定
#main h2 {
	font-size: 120%;
	color: #FFFFFF;
	clear: both;
	width: 670px;
	padding-left: 30px;
	line-height: 40px;
	height: 45px;
	overflow: hidden;
	background: url(../images/midashi_bg1.gif) no-repeat;	
}*/
/*h2タグ設定（背景白タイプ）*/
#main h2.midashi2 {
	color: #524831;	/*文字色*/
	background: url(../images/midashi_bg2.gif) no-repeat;	/*背景画像の読み込み*/
}
/*段落タグの余白設定*/
#main p {
	/*background: #FFF;*/
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	line-height: 1.8em;
}




.taitoru_in {
	display: block;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#taitoru_all {
	display: block;
	width: 100%;
	padding-top: 0px;
	clear: both;
	padding-bottom: 0px;
}

.taitoru_in_all {
	display: block;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.taitorumain02 {
	margin-top: 0px;
	margin-bottom: 30px;
}
.taitorumain02 h3 {
	font-size: x-large;
	clear: both;
	overflow: hidden;
	float: none;
	margin: 0px;
	font-weight: normal;
	color: #4B9D69;
	text-shadow: 1px 1px 0px #fff,
  2px 2px 0px #acbfac;
	line-height: 1.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#top_box_in {
	overflow: hidden;
	width: 93%;
}
.top_rankbox01 {
	overflow: hidden;
}
.top_photobox01 {
	width: 35%;
	float: left;
}
.top_ranktitle {
	float: right;
	width: 60%;
}
.subbox {
	display:block;
	padding-bottom: 30px;
	padding-right: 0px;
	padding-left: 0px;
}

/*TOP-PC*/
.top_box01 {
	width: 340px;
	float: left;
	padding-right: 0px;
	display: block;
}
/*その他ページ*/
/*その他ー2ブロック*/
.sonota_box01 {
	width: 47%;
	float: left;
	padding-right: 1%;
	display: block;
	padding-left: 1px;
}




/*店舗-sp*/
/*店舗*/
.layout_box {
	width: 100%;
}
.layout_box_txt {
	float: left;
	width: 55%;
}
.layout_box_photo {
	float: right;
	width: 42%;
}




/* --- footer --- */

#footer {
	width: 98%;
	padding-top: 20px;
	padding-right: 1%;
	padding-bottom: 75px;
	padding-left: 1%;
}
.footer_in {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
.footer_number{
	text-align: right;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	line-height: normal;
	clear: both;
}
.footer_number p{
	line-height: normal;
}
.navi_box{
	width: 450px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	display: block;
}






.navi_box02{
	width: 380px;
	margin-top: 0px;
	padding-top: 0px;
	float: right;
}






.font_line {
	margin: 0px;
	padding: 0px;
}
ul.footer_navi {
	padding-right: 30px;
	/*float: left;*/
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
}
.footer_navi li {
	margin-bottom: 2px;
	list-style-image: url(../images/common/yaji002.gif);
	list-style-type: none;
}





/*一覧ページ*/
/*一覧PC*/

.ichiran_boxbig {
	overflow: hidden;
	padding-left: 1%;
}

.ichiran_box01 {
	width: 15.5%;
	float: left;
	display: block;
	margin-right: 1%;
	text-align: center;
	height: 145px;
	margin-bottom: 30px;
}
/*お問い合わせフォームdldt*/
blockquote { width:50%; margin:0 auto; }

dl.form{
border-top: none;
width: 99%;
}
dl.form dt {
	clear: left;
	float: left;
	width: 26%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

dl.form dd {
	margin-left: 28%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #FFFFFF;
}
.space_01 {
	padding-top: 5px;
}






}
