@charset "UTF-8";
/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain{
  height: 120px;
  display: -webkit-box;   /* Chrome 4-20, Firefox 2-21, Safari 3.1-6.0 */
  display: -webkit-flex;  /* Chrome 21-27 */
  display: -moz-box;      /* Firefox 2-21 */
  display: -ms-flexbox;   /* IE9 */
  display: flex;
}
h1{
  padding-left: 10px;
  text-align: left;
  font-weight: normal;
  line-height : 15px;
  font-size : 12px;
  color: #666666;
  margin-bottom : 0px;
  margin-top : 5px;
}
#hpb-headerLogo{
  flex: 1;
}
#hpb-headerLogo img{
	padding-top: 20px;
	width: auto;
}
#hpb-headerright{
  flex: 1;
  display: -webkit-box;   /* Chrome 4-20, Firefox 2-21, Safari 3.1-6.0 */
  display: -webkit-flex;  /* Chrome 21-27 */
  display: -moz-box;      /* Firefox 2-21 */
  display: -ms-flexbox;   /* IE9 */
  display: flex;
}
#hpb-headerExtra1{
  flex: 6;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FFF181;
}
#hpb-headerExtra1 p.tel{
	text-align: center;
	color: #9f7a0b;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff181;
	font-size: 1.8em;
	margin-top: 0px;
	margin-bottom: 0px;
}
#hpb-headerExtra1 p.tel span{
  /* 電話番号の「TEL」文字設定 */
  font-weight: normal;
  color: #333333;
  display: block;
  font-size: 0.6em;
}
#hpb-headerExtra1 p.address{
	/* 住所文字設定 */
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	margin-top: 10px;
}
#hpb-headerExtra2{
  flex: 4;
  text-align: center;
}
#hpb-headerExtra2 img{
  width:100%;
}
#hpb-headerExtra2 img:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/* フッター内パーツ */
#hpb-footerMain
{
  }
#hpb-footerMain p{
  /* コピーライト文字設定 */
    margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 1em;
  line-height: 40px;
  padding-left: 10px;
}
#hpb-footerLogo
{
  }
#hpb-footerExtra1
{
  }
#hpb-footerExtra2
{
  }
/* サイドブロック内パーツ */

/* バナー */
#banner{
  overflow: hidden;
  margin-bottom : 10px;
}
#banner ul{
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  text-align : left;
  width : 235px;
}
#banner li{
  display: block;
  width: 235px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom : 6px;
}
#banner li a{
  display: block;
  height: 55px;
  text-indent: -9999px;
  overflow: hidden;
}
#banner li a:link, #banner li a:visited{
  display: block;
  height : 38px;
  line-height : 38px;
  overflow: hidden;
  background-image : url(banner_3Eb.png);
  background-position: center center;
  background-repeat: no-repeat;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  text-indent: 13px;
  color : #424242;
}
#banner li a:hover, #banner li a:active{
  background-image : url(banner_3Eb_on.png);
  color: #d19e00;
  text-decoration: none;
  font-weight: bold;
  text-indent: 13px;
}
/* 店舗情報 */
#shopinfo{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  background-image : url(shopinfoBg_3Eb.png);
  background-repeat: repeat;
  background-position: left top;
  width : 226px;
}
#shopinfo h3{
  color: #9f7a0b;
  font-size: 1em;
  text-align: left;
  margin-top: 0;
  padding-top: 8px;
  margin-bottom: 0;
  background-color: #FFF;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
}
#shopinfo span.ja{
  display: none;
}
#shopinfo p{
  padding-top: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  line-height: 1.5;
  background-color: #FFF;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
}
/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav li a
{
  /* ナビゲーション文字設定 */
}
/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
  color: #333;
  text-decoration: underline;
}
a:visited{
  color: #666;
  text-decoration: underline;
}
a:hover{
  color: #0F5D92;
  text-decoration: none;
}
a:active{
  color: #0F5D92;
  text-decoration: none;
}
#hpb-skip{
  /* ヘッダースキップの非表示 */
    height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
}
p{
  margin-top: 0.5em;
  margin-bottom : 1em;
  padding-right: 1em;
  padding-left: 1em;
  line-height: 1.4;
  text-align: left;
}
p.large{
  margin-bottom: -0.5em;
}
p.indent{
  padding-left: 15px;
  background-image : url(point_3Eb.png);
  background-position: 3px 4px;
  background-repeat: no-repeat;
}
.left{
  float: left;
}
.right{
  float: right;
}
img.center{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  display: block;
}
hr{
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  clear: both;
  border-top-width: 1px;
  border-top-style: none;
  border-right-width: 1px;
  border-right-style: none;
  border-left-width: 1px;
  border-left-style: none;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: none;
}
.hpb-layoutset-02 h2 span.ja{
  font-size : 1.5em;
  color : #ffffff;
  padding-right: 0;
  padding-left: 13px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.hpb-layoutset-02 h2 span.en{
  font-size: 0.8em;
  color: #B8E6FE;
  font-weight: normal;
  padding-left: 15px;
  text-transform: capitalize;
  font-weight: normal;
}
#hpb-wrapper h3{
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-top : 3px;
  padding-left: 7px;
  padding-bottom: 7px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color : white;
  padding-right: 7px;
  background-image : url(toppagenews_3Eb.png);
}
#hpb-wrapper h3 span.en{
  padding-right: 10px;
  text-transform: capitalize;
  font-family: Arial,Helvetica,Verdana,sans-serif;
}
#hpb-wrapper h3 span.ja
{
  }
h3.hpb-c-index{
  height: 1px;
  margin : 0px;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: none;
  border-bottom-style: none;
}
h4{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-right: 12px;
  padding-bottom: 5px;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: bold;
}
h5{
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  text-align: left;
  background-image : url(point_3Eb.png);
  background-position: 3px 7px;
  background-repeat: no-repeat;
  line-height: 1.5;
  font-weight: normal;
  font-size: 0.9em;
}
h6{
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 15px;
  text-align: left;
  font-weight: normal;
  font-size: 0.9em;
}
table{
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: 5px;
  border-collapse: collapse;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dddddd;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #dddddd;
}
table th{
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  text-align: left;
  background-color: #FFFDDD;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #dddddd;
  color: #9F7A0B;
}
table td{
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #dddddd;
}
/* フォームパーツ設定 */
input.button{
  margin-top: 10px;
  margin-bottom: 15px;
}
textarea{
  width: 380px;
  height: 200px;
}
input.l{
  width: 380px;
}
input.m{
  width: 250px;
}
input.s{
  width: 50px;
}
/* メインコンテンツ内基本パーツ */

#hpb-main ul{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
#hpb-main ul li{
  text-align: left;
  line-height : 1.3;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 18px;
  background-image : url(point_3Eb.png);
  background-position: 3px 12px;
  background-repeat: no-repeat;
}
#hpb-main dl{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
#hpb-main dt{
  float: left;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: left;
  line-height: 1.4;
  font-weight: normal;
  width : 15em;
  padding-top: 5px;
  padding-right: 0;
  padding-left : 5px;
  padding-bottom : 5px;
}
#hpb-main dd{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 6px;
  padding-right: 0;
  padding-bottom: 5px;
  text-align: left;
  line-height: 1.4;
  padding-left : 15px;
}
* #hpb-main dd{
  height: 1%;
/* for IE6 */
}
#hpb-main dl::after{
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#hpb-main img.left{
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}
#hpb-main img.right{
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
  float: right;
  margin-right : 10px;
}
/* トップページ デザイン定義 */
#toppage .large{
  background-image : url(toppageLead_f.png);
  background-repeat: no-repeat;
  background-position : left center;
  font-size : 1.4em;
  font-weight: bold;
  color : #9f7a0b;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 8px;
  padding-right: 0.5em;
  padding-bottom: 13px;
  padding-left: 0.5em;
}
#toppage-news{
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color : #cccccc;
  background-image : url(toppagenewsBg_3Eb.png);
  background-repeat: repeat-y;
  background-position: left top;
}
#toppage-news h3{
  border-bottom-width: 0px;
  border-bottom-style: none;
  margin-bottom: 0px;
  background-image : url(toppagenews_3Eb.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#toppage-news h3 span.ja{
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight : bold;
  color : #ffffff;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top : 3px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 15px;
}
#toppage-news h3 span.ja a{
  color: #ffffff;
  text-decoration: none;
}
#toppage-news h3 span.en{
  display: none;
}
#toppage-news h4{
  color: #333333;
  padding-top: 0px;
  padding-left: 0;
  font-size: 1.1em;
}
#toppage-news ul{
  padding-top: 0px;
  padding-right: 13px;
  padding-bottom: 10px;
  padding-left: 13px;
  height : 150px;
  overflow : scroll;
  overflow-x :hidden;
}
#toppage-news ul li{
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #CCC;
  margin-top: 10px;
  padding-top: 10px;
}
/* 治療方針ページ デザイン定義 */
#flow{
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  zoom: 1;
}
#flow li{
  display: block;
  background-image : url(arrow_3Eb.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 48px;
  padding-bottom: 15px;
  padding-left: 150px;
  list-style-type: none;
  line-height: 1.5;
  margin-bottom: 10px;
}
* html #flow li{
  padding-left: 300px;
/* for IE6 */
}
#flow li:first-child{
  background-image: none;
  padding-top: 10px;
}
#flow li h4{
  float: left;
  width: 150px;
  margin-left: -150px;
  margin-top: -3px;
  text-align: center;
  height : auto;
  color : olive;
}
/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 750px){
  /*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
	/* ヘッダー内パーツ */
#hpb-headerMain{
  display: block;
  height: auto;
  width: auto;
}
h1{
}
#hpb-headerLogo{
  margin-left: auto;
  margin-right: auto;
}
#hpb-headerLogo img{
	max-width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
}
#hpb-headerExtra1{
  width: 98%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}
#hpb-headerExtra1 p.tel{
  text-align: right;
  font-size: 1.5em;
}
#hpb-headerExtra1 p.address{
  text-align: right;
  font-size: 0.9em;
}
#hpb-headerExtra2{
  width: 98%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
/* フッター内パーツ */
	#hpb-footerMain p{
  /* コピーライト文字設定 */
		word-break:break-all;
  padding-bottom: 0;
  padding-right: 10px;
  line-height:1.4;
}
/* サイドブロック内パーツ */
	/* バナー */
	#banner li{
  max-width: 100%;
}
#banner li a:link, #banner li a:visited,
	#banner li a:hover, #banner li a:active{
  background-size: contain;
}
/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
	#hpb-nav h3.hpb-c-index{
  width: 27px;
  height : 31px;
  background-image : url(btn_menu.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom : 10px;
  cursor: pointer;
}
/*--------------------------------------------------------
	  基本パーツデザイン設定
	--------------------------------------------------------*/
	p{
  padding-right: 0;
  padding-left: 0;
}
.hpb-layoutset-02 h2 span.ja{
  padding-right: 13px;
  display: block;
}
.hpb-layoutset-02 h2 span.en{
  padding-left: 13px;
  padding-right: 13px;
  display: block;
}
#hpb-wrapper h3{
  padding-left: 0;
  padding-right: 0;
}
h4{
  padding-right: 0;
  padding-left: 0;
}
table{
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  box-sizing: border-box;
}
/* フォームパーツ設定 */
	textarea{
  width: 96%;
}
input.l{
  width: 96%;
}
input.m{
  width: 60%;
}
input.s{
  width: 30%;
}
/* メインコンテンツ内基本パーツ */
	#hpb-main dt{
  float: none;
  max-width: 100%;
}
#hpb-main dd{
  padding-left: 15px;
}
#hpb-main img.left{
  margin-right: 0;
  float: none;
}
#hpb-main img.right{
  margin-left: 0;
  float: none;
  display: inline;
}
/* トップページ デザイン定義 */
	#toppage-text .large{
  background-position: top right;
  padding-right: 0;
  padding-left: 0;
}
#toppage-news{
  background-image : none;
}
#toppage-news h3{
  background-image: none;
  background-color: blue;
}
#toppage-news h3 span.en{
  padding-right: 0;
  padding-left: 0;
}
#toppage-news ul{
  padding-right: 0;
  padding-left: 0;
}
/* 治療方針ページ デザイン定義 */
	#flow li h4{
  margin-left: -138px;
}
}
