@charset "Shift_JIS";

/* 要素リセット */
body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	color: #000000; /* 標準文字色 */
	background-position: center top;
	background-repeat: repeat;
	min-width: 900px;
	background-image : url(bodyBg_3La.png);
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
	margin-top: -1px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding-bottom: 0;
	background-image : url(headerBg_3La.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#hpb-header{
	height: 85px;
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
}

#hpb-inner{
	position: relative;
	width: 1000px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:0px;
	padding-right:0px;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    height: 25px;
    overflow: hidden;
}

#hpb-headerMain h1{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0px;
    text-align: left;
    font-weight: normal;
    line-height: 15px;
    font-size: 12px;
    color: #339900;
}

#hpb-headerLogo{
    width: 350px;
    float: left;
}

#hpb-headerLogo a{
	display: block;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-indent: -9999px;
	overflow: hidden;
	height: 40px;
	background-image : url(logo_3La.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#hpb-headerExtra1{
	width: 260px;
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	float: right;
}

#hpb-headerExtra1 p.tel{
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0;
	line-height: 1.6;
	text-align: center;
	color: #339900;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0;
}

#hpb-headerExtra1 p.tel span{
	/* 電話番号の「TEL」文字設定 */
    font-size: 12px;
	font-weight: normal;
	display: block;
	padding-bottom: 0;
}

#hpb-headerExtra1 p.address{
	/* 住所文字設定 */
    margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: center;
	font-size: 1em;
}

#hpb-headerExtra2 {
}

/* フッター内パーツ */
#hpb-footerMain {
}

#hpb-footerMain p{
	/* コピーライト文字設定 */
    margin-top: 0;
	margin-bottom: 0;
	padding-top: 45px;
	padding-bottom: 45px;
	padding-right: 0;
	font-size: 1em;
	line-height: 1.8;
	padding-left: 0;
	text-align:center;
	font-weight: bold;
	color: #FFFFFF;
}

#hpb-footerLogo {
}

#hpb-footerExtra1 {
}

#hpb-footerExtra2 {
}

/* サイドブロック内パーツ */

/* バナー */
#banner{
    overflow: hidden;
}

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

#banner li{
	display: block;
	width: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

#banner li a{
	display: block;
	height: 75px;
	line-height:75px;
	overflow: hidden;
    color: #006699;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	text-indent:13px;
}
#banner li a#banner-time{
    background-image : url(banner_3La_01.png);
    background-position: center center;
    background-repeat: no-repeat;
	text-indent:-9999px;
}
#banner li a#banner-access{
    background-image : url(banner_3La_02.png);
    background-position: center center;
    background-repeat: no-repeat;
	text-indent:-9999px;
}

/* 店舗情報 */
#shopinfo{
	padding-top: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top:0;
	background-image : url(shopinfoBg_3La.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fbd5ec;
	border-radius:10px;
}

#shopinfo h3{
	color:#993366;
	font-size: 1.2em;
	text-align: left;
	margin-top: 0;
	padding-top: 10px;
	margin-bottom: 0;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#shopinfo span.ja{
    display: none;
}

#shopinfo p{
	padding-top: 0px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 1.5;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav ul{
	list-style-type: none;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#hpb-nav ul::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-nav li{
	display: block;
	width: 165px;
	float: left;
	height: 103px;
	overflow: hidden;
}


#hpb-nav li a{
	display: block;
	height: 103px;
	width:135px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	text-decoration:none;
}
#hpb-nav li a:hover{
	background-image : url(nav_3La_on.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#hpb-nav li span.en{
	color:#83d600;
	display: block;
	font-weight:bold;
	font-size:0.9em;
	text-transform:capitalize;
}

#hpb-nav li span.ja{
	display: block;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight:bold;
	padding-top:68px;
	background-image : url(nav05_3La.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#hpb-nav li#nav-toppage a span.ja{
	background-image : url(nav01_3La.png);
}
#hpb-nav li#nav-guide a span.ja{
	background-image : url(nav05_3La.png);
}
#hpb-nav li#nav-info a span.ja{
	background-image : url(nav05_3La.png);
}
#hpb-nav li#nav-policy a span.ja{
	background-image : url(nav05_3La.png);
}
#hpb-nav li#nav-facilities a span.ja{
	background-image : url(nav05_3La.png);
}
#hpb-nav li#nav-access a span.ja{
	background-image : url(nav06_3La.png);
}


/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
    color: #339900;
    text-decoration: underline;
}
a:visited{
    color: #339900;
    text-decoration: underline;
}
a:hover{
	color: #339900;
	text-decoration: none;
}
a:active{
	color: #339900;
    text-decoration: none;
}

#hpb-skip{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p{
	margin-top: 1em;
	margin-bottom: 2em;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1.8;
	text-align: left;
}

p.large{
    margin-bottom: -0.5em;
	font-size:1.4em;
	font-weight:bold;
	color:#339900;
}
p.indent{
    padding-left: 15px;
    background-image : url(point_3La.gif);
    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{
	display:none;
}


.hpb-layoutset-02 h2 span.ja{
    font-size: 1.2em;
    color: #83d600;
    padding-right: 0;
    padding-left: 80px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.hpb-layoutset-02 h2 span.en{
	font-size: 1em;
	color: #87df52;
	font-weight: normal;
	padding-left: 15px;
	text-transform: capitalize;
	font-weight: normal;
}

#hpb-wrapper h3{
	background-image : url(indexBg_3La.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	font-size: 1.4em;
	font-weight: bold;
	color: #339900;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 27px;
	clear:both;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #83d600;
}
#hpb-wrapper h3:first-child{
	margin-top:0;
}

#hpb-wrapper h3 span.en{
    text-transform: capitalize;
    font-family: Arial,Helvetica,Verdana,sans-serif;
}

#hpb-wrapper h3 span.ja {
}

h3.hpb-c-index{
    height: 1px;
    margin: 0;
    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;
    padding-left: 12px;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: bold;
	color: #339900;
}

h5{
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    text-align: left;
    background-image : url(point_3La.png);
    background-position: 3px 7px;
    background-repeat: no-repeat;
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: normal;
}

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: #bbc8b3;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #bbc8b3;
}

table th{
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
	background-color: #ddf8cc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbc8b3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bbc8b3;
	color: #339900;
}

table td{
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    text-align: left;
	background-color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #bbc8b3;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #bbc8b3;
}

/* フォームパーツ設定 */
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: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    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.4;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 18px;
    background-image : url(point_3La.png);
    background-position: 3px 8px;
    background-repeat: no-repeat;
}

#hpb-main dl{
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    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.6;
    font-weight: normal;
    width: 9em !important;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 2px;
    padding-left: 15px;
    background-image : url(point_3La.png);
    background-position: 3px 13px;
    background-repeat: no-repeat;
}

#hpb-main dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    text-align: left;
    line-height: 1.6;
    padding-left: 11em;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #bbc8b3;
}

#hpb-main img.left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 15px;
    float: left;
}

#hpb-main img.right{
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}


/* トップページ デザイン定義 */
#toppage-news{
	margin-top:-25px;
}

#toppage-news h3{
	background-image : url(titleTopinfo_3La.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top:45px;
	padding-left:15px;
	margin-top:0;
	margin-bottom:0;
	border-bottom-style:none;
}

#toppage-news h3 span.en{
	font-size:1.3em;
	color:#FFFFFF;
}

#toppage-news h3 span.ja{
	display: none;
}

#toppage-news h4{
    padding-top: 10px;
	padding-left:0;
	font-size:1.2em;
}

#toppage-news ul{
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-left:0;
	margin-right:0;
	background-color:#FFFFFF;
	border-radius:0 0 10px 10px;
}
#toppage-news ul li{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #bbc8b3;
	margin-bottom: 10px;
	padding-top:10px;
	padding-bottom: 10px;
	line-height:1.6;
	padding-left:25px;
	background-image : url(pointTopinfo_3La.png);
	background-repeat: no-repeat;
	background-position: 0px 11px;
}
#toppage-news ul li:first-child{
	border-top-style:none;
}


/* 治療方針ページ デザイン定義 */
#flow{
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

#flow li{
    display: block;
    background-image : url(arrow_3La.png);
    background-position: 7px 0;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 15px;
    padding-left: 150px;
    list-style-type: none;
    line-height: 1.5;
	margin-bottom:0px;
}

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

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	/* 要素リセット */
	body{
		min-width: 100%;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		margin-right: auto;
		margin-left: auto;
		background-image : none;
	}
	#hpb-header{
		height: auto;
		width: 100%;
		padding-bottom: 10px;
	}
	#hpb-inner{
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	/*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
	/* ヘッダー内パーツ */
	#hpb-headerMain{
		height: auto;
	}
	#hpb-headerMain h1{
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
	}
	#hpb-headerLogo{
		width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#hpb-headerLogo a{
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		background-size: contain;
		background-position: top center;
	}
	#hpb-headerExtra1{
		width: 98%;
		margin-top: 10px;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}
	#hpb-headerExtra1 p.tel{
		/* 電話番号の文字設定 */
		padding-top: 0;
		text-align: right;
		line-height: 1.4;
	}
	#hpb-headerExtra1 p.address{
		text-align: right;
	}

	/* フッター内パーツ */
	#hpb-footerMain p{
		/* コピーライト文字設定 */
		padding-right: 5px;
		padding-left: 5px;
		line-height: 1.4;
		word-break: break-all;
	}

	/* サイドブロック内パーツ */
	/* バナー */
	#banner li{
		max-width: 100%;
	}
	#banner a#banner-time{
		/* 診療時間バナー */
		background-size: contain;
	}
	#banner a#banner-access{
		/* アクセスバナー */
		background-size: contain;
	}

	/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
	#hpb-nav h3.hpb-c-index{
		width: 27px;
		height: 20px;
		background-image : url(btn_menu.png);
		background-position: top left;
		background-repeat: no-repeat;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		overflow: hidden;
		text-indent: -9999px;
		cursor: pointer;
	}
	#hpb-nav ul{
		display: none;
	}
	#hpb-nav ul.toggled-on{
		display: block;
	}
	#hpb-nav li{
		width: 100%;
		float: none;
		height: auto;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #339900;
	}
	#hpb-nav li a{
		display: block;
		height: auto;
		width: auto;
		text-align: center;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	#hpb-nav li a:hover{
		background-image : none;
		background-color: #b8fda5;
	}
	#hpb-nav li span.ja{
		padding-top: 0;
		background-image : none;
	}
	#hpb-nav li#nav-toppage a span.ja{
		background-image : none;
	}
	#hpb-nav li#nav-guide a span.ja{
		background-image : none;
	}
	#hpb-nav li#nav-info a span.ja{
		background-image : none;
	}
	#hpb-nav li#nav-policy a span.ja{
		background-image : none;
	}
	#hpb-nav li#nav-facilities a span.ja{
		background-image : none;
	}
	#hpb-nav li#nav-access a span.ja{
		background-image : none;
	}

	/*--------------------------------------------------------
	  基本パーツデザイン設定
	--------------------------------------------------------*/
	p{
		padding-right: 0;
		padding-left: 0;
	}
	.hpb-layoutset-02 h2 span.ja{
		display: inline-block;
		padding-left: 15px;
	}
	.hpb-layoutset-02 h2 span.en{
		display: inline-block;
		padding-left: 15px;
	}
	#hpb-wrapper h3{
	padding-right: 0;
	}
	#hpb-wrapper h3 span.en{
		padding-right: 10px;
	}
	table{
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		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%;
		padding-bottom: 0;
		box-sizing: border-box;
	}
	#hpb-main dd{
		padding-left: 15px;
	}
	#hpb-main img.left{
		margin-right: 0;
		margin-left: 0;
		float: none;
	}
	#hpb-main img.right{
		margin-right: 0;
		margin-left: 0;
		float: none;
	}

	/* トップページ デザイン定義 */
	#toppage-news{
		margin-top: 0;
	}
	#toppage-news h3{
		background-image : none;
		background-color: #87df52;
		padding-top: 15px;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-topright: 8px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}

	/* 治療方針ページ デザイン定義 */
	#flow li h4{
		max-width: 100%;
	}



}