@charset "Shift_JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain{
	margin: 0px;
	width: auto;
	overflow: hidden;
}

#hpb-headerMain h1{
    margin:0px;
	padding-left:525px;
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    color: #666;
	position:absolute;
	top:70px;
}

#hpb-headerLogo{
	text-align:right;
	padding-right:40px;
	font-family:"ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
}

#hpb-headerLogo a{
    display: block;
	font-size:32px;
	font-weight:bold;
	color:#2CC4BC;
	text-decoration:none;
	font-weight:bolder;
}
#hpb-headerLogo a:visited{
	color:#2CC4BC;
}

#hpb-headerLogo a:hover{
	color:#FFFFFF;
}

#hpb-headerLogo a:active{
	color:#2CC4BC;
}

#hpb-headerExtra1{
	width: 300px;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	position: relative;
	bottom:40px;
}

#hpb-headerExtra1 p.tel{
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0;
    line-height: 1.2;
    text-align: left;
    color: #666666;
    font-weight: bold;
    font-size: 1.8em;
	font-family:"メイリオボールド", "Meiryo UI Bold","Verdana","Osaka",sans-serif;
    margin: 0;
}

#hpb-headerExtra1 p.tel span{
    /* 電話番号の「TEL」文字設定*/
    font-size: 0.5em;
    font-weight: normal;
    color: #333333;
    display: block;
	margin-bottom:5px;
}

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

#hpb-headerExtra2
{
} 

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

/* バナー */
#banner{
	font-size: 20px;
}

#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: 200px;
	height: 75px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
	background:#F4F8C3;
	border-radius:4px;
}

#banner li a:link, #banner li a:visited{
    display: block;
	width:150px;
    height: 75px;
	margin-left:20px;
    line-height:75px;
    overflow: hidden;
    color: #68c5c0;
    text-align: center;
    text-decoration: none;
	text-indent:30px;
	font-weight:normal;
	background : url(3Na_icon1.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
}
#banner li a:hover,#banner li a:active{
    display: block;
	width:150px;
	margin-left:20px;
    line-height:75px;
    overflow: hidden;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
	text-indent:30px;
	font-weight:normal;
	background : url(3Na_icon1.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
}

#banner li a:active{
    display: block;
	width:150px;
	margin-left:20px;
    line-height:75px;
    overflow: hidden;
    color: ##68c5c0;
    text-align: center;
    text-decoration: none;
	text-indent:30px;
	font-weight:normal;
	background : url(3Na_icon1.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
}

/* 店舗情報 */
#shopinfo h3{
    color: #0DBEB5;
    font-size: 1.4em;
	font-weight:normal;
    text-align: left;
    margin-top: 5px;
    padding-top: 0px;
    margin-bottom: 0;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
}

#shopinfo span.ja{
    display: none;
}

#shopinfo p{
    padding-top: 0px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    line-height: 1.5;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
	font-weight:bold;
	color:#482808;
	font-size: 0.9em;
}

/* フッター内パーツ */
#hpb-footerMain{
	text-align:center;
}

#hpb-footerMain p{
    /* コピーライト文字設定 */
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 1em;
    line-height: 40px;
    padding-left: 10px;
}

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

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

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

p{
    margin-top: 0.5em;
    margin-bottom: 2em;
    padding-right: 1em;
    padding-left: 1em;
    line-height: 1.4;
    text-align: left;
}

p.large{
    margin-bottom: -0.5em;
}
p.indent{
    padding-left: 15px;
}

.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:10px 0px;
	padding:0;
    clear: both;
    border:0;
	border-bottom:2px dashed #fdd35c;
}


#hpb-wrapper h3{
	margin:10px 0px 10px 0;
	padding:5px 0 7px 7px;
    font-size: 16px;
    line-height: 18px;
	border-bottom:#CCC 1px dotted;
    text-align: left;
    color: #fcc800;
    padding-right: 7px;
}

#hpb-wrapper h3 span.en{
    padding-right: 10px;
    text-transform: capitalize;
    font-family: Arial,Helvetica,Verdana,sans-serif;
	background:#fcc800;
}

h3.hpb-c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
    border-bottom-style: none;
}

h4{
	margin:0;
	padding:10px 12px 0px 10px;
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    color: #0DBEB5;
}

h5{
    display: inline;
	margin:0;
	padding:0px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: bold;
}

strong{
	font-size:1.2em;
}

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;
	background:#BE292B;
	width:550px;
}

table tr{
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    text-align: left;
    background-color: #F4F8C3;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #333333;
    color: #555555;
	width:100%;
}

table th{
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    text-align: left;
    background-color: #F4F8C3;
    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:#555;
	width:100%;
}

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;
	background:#FFFFFF;
	color:#23C9C1;
	font-weight:normal;
}

/* フォームパーツ設定 */
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;
	list-style-position:inside;
}

#hpb-main ul li{
    text-align: left;
    line-height: 1.4;
    padding-top: 3px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 18px;
}


#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: 9em !important;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 2px;
    padding-left: 15px;
    background-image : url(point_3E.png);
    background-position: 3px 10px;
    background-repeat: no-repeat;
}

#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: 11em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
}

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

/* トップページ デザイン定義 */
#toppage-text p{
	padding: 10px;
	width: 545px;
	border:dotted 2px #FFDE80;
}


#toppage-text .large{
    font-size: 1.3em;
	font-weight: bold;
	color: #482808;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0.5em;
	padding-bottom: 0px;
	padding-left: 0.5em;
	border:none;
	border-bottom-color:#FFF;
}

#toppage-news{
    padding-bottom: 5px;
	width:570px;
}

#toppage-news h3{
    border-bottom-width: 0px;
    border-bottom-style: none;
    margin-bottom:15px;
	min-width:555px;
	background:#FFDE80;
}

#toppage-news h3 span.en{
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    color: #FFFFFF;
	margin:0px;
	padding: 5px 0px 0px 5px;
	background:#FFDE80;
}

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

#toppage-news h4{
    color: #555555;
    padding-top: 10px;
    padding-left: 20px;
    font-size: 1.1em;
	position:relative;
	right:30px;
}

#toppage-news h4::before{
	position:absolute;
	top:8px;
	left:1px;
	right:0px;
	bottom:0px;
	font-size:1.1em;
	font-weight:bold;
	color:#0DBEB5;
	content:"＋";
}

#toppage-news ul{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
	background:#f7f6f6;
	border-bottom:1px dashed #666666;
}
#toppage-news ul li{
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #000000;
    margin-top: 10px;
    padding-top: 10px;
	margin-left:13px;
}


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

#flow li{
    display: block;
    background-image : url(3Na_arrow.png);
    background-position: 2% 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: -12px;
    text-align: center;
	font-size: 1.3em;
}
/* CSS Document */

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

	/*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
	#hpb-container{
		width: 100%;
		margin-top: 0;
		background-image:none;
		position:relative;
		border:none;
	}

	/* ヘッダー内パーツ */
	#hpb-header{
		width: 100%;
		padding-bottom: 5px;
		height:auto;
		position:relative;
		background-image:none;
		/*background-color: #00af91;*/
	}
	#hpb-headerLogo{
		width: 98%;
		height:auto;
		float: none;
		padding-top:0;
		padding-left: 0;
		padding-right:0;
		padding-bottom:0;
		margin-top:0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:0;
		text-align:center;
	}
	#hpb-headerMain{
		width:auto;
		height: auto;
		padding-top:0;
		padding-left: 0;
		padding-right:0;
		padding-bottom:0;
		margin-top:-1px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:0;
		font-size:0.9em;
	}
	#hpb-headerMain h1{
		position:relative;
		top:0;
		margin-top:0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom:0;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 1.4;
		text-align:left;
		font-weight:normal;
	}
	#hpb-headerLogo a{
		display: block;
		max-width: 100%;
		height: auto;
		background-size: contain;
		background-position: top center;
		background-repeat:no-repeat;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		position:relative;
		top: 0;
		left: 0;
		line-height:1;
	}
	#hpb-headerExtra1{
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		float: none;
		position:relative;
		bottom:0;
	}
	#hpb-headerExtra1 p.tel{
		display:block;
		padding-left:0;
		padding-right:0;
		padding-bottom:5px;
		text-align:center;
	}
	#hpb-headerExtra1 p.address{
		text-align:center;
	}
	
	/* フッター内パーツ */
	#hpb-footer{
		width:100%;
	}
	#hpb-footerMain{
		margin-top:5px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left:0;
		padding-right:0;
		height:auto;
		width:100%;
		position:relative;
		top:0;
	}
	#hpb-footerMain p{
		/* コピーライト文字設定 */
		padding-top:5px;
		padding-bottom:5px;
		padding-left: 5px;
		padding-right: 5px;
		word-break: break-all;
		display: block;
		font-size: 0.9em;
		margin: 0 auto;
		position: relative;
		text-align: center;
		top: 0;
		width: auto;
	}
	#hpb-footerExtra1{
		height:auto;
		margin: 0 auto;
		padding-left: 5px;
		padding-right:5px;
		padding-top: 5px;
		padding-bottom:5px;
		position: relative;
		width: auto;
		z-index: 3;
	}
	#hpb-footerExtra1 ul{
		text-align: center;
		width: auto;
		margin-top:0px;
		margin-bottom:0;
		margin-left:0;
		margin-right:0;
		padding-top:0;
		padding-bottom:0;
		padding-left: 0;
		padding-right: 0;
	}
	#hpb-footerExtra1 li{
		/* フッターナビ設定 */
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px;
		padding-right: 0;
		padding-top: 5px;
		padding-bottom:5px;
	}
	#hpb-footer{
		overflow:visible;
		padding-left: 0px;
		padding-right:0px;
		padding-top: 5px;
		padding-bottom:5px;
		position: relative;
		height:auto;
	}
	/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
	#hpb-nav h3.hpb-c-index{
		display:block;
		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-wrapper h3,
	#hpb-main #toppage h3{
		width:auto;
		float:none;
	}
	p{
		padding-right: 0;
		padding-left: 0;
	}
	img.left{
		margin-left: 10px;
		margin-right: 10px;
	}
	img.right{
		margin-left: 10px;
		margin-right: 10px;
	}
	.hpb-layoutset-02 h2{
		width: 96%;
		padding-left: 0;
		padding-top: 25px;
		line-height: 1.4;
		margin-top: 0;
		margin-right: auto;
		margin-left: auto;
		margin-bottom:0;
		word-break: break-all;
		text-indent:10px;
	}
	table{
		width: 96%;
		margin-right: auto;
		margin-left: auto;
	}
	table th,
	table td{
		padding-left:5px;
		padding-right:5px;
	}

	/* フォームパーツ設定 */
	#contactus textarea,
	textarea{
		width: 96%;
		padding:3px;
	}

	#contactus input.l,
	input.l{
		width: 96%;
		padding:3px;
	}
	#contactus input.m,
	input.m{
		width: 60%;
		padding:3px;
	}
	#contactus input.s,
	input.s{
		width: 30%;
		padding:3px;
	}

	/* メインコンテンツ内基本パーツ */
	#hpb-main ul li{
		padding-right: 0;
	}
	dl,
	#hpb-wrapper #hpb-main #toppage-news dl{
		width:auto;
		margin-top:10px;
		margin-bottom:0;
		margin-left:0;
		margin-right:0;
		padding-top:0;
		padding-bottom:0;
		padding-left: 0;
		padding-right: 0;
	}
	#hpb-main dt,
	#hpb-wrapper #hpb-main #toppage-news dl dt{
		float: none;
		line-height: 1.4;
		margin-top:0;
		margin-bottom:0;
		margin-left:0;
		margin-right:0;
		padding-top:10px;
		padding-bottom:0;
		padding-left: 5px;
		padding-right: 5px;
		min-height:5px;
		width:auto !important;
		height:auto;
		text-align:left;
	}
	#hpb-main dd,
	#hpb-wrapper #hpb-main #toppage-news dl dd{
		line-height: 1.4;
		margin-top:0;
		margin-bottom:0;
		margin-left:0;
		margin-right:0;
		padding-top:5px;
		padding-bottom:10px;
		padding-left: 10px;
		padding-right: 10px;
		height:auto;
	}
	#hpb-main img.left{
		margin-left: 10px;
		margin-right: 10px;
		float: none;
	}
	#hpb-main img.right{
		margin-left: 10px;
		margin-right: 10px;
		float: none;
	}

	#pagetop{
		width:auto;
		float:none;
		margin:30px 0 10px 0;
		text-align:right;
	}

	/* サイドブロック内パーツ */
	#hpb-aside #banner{
		width:96%;
		padding-top:0;
		padding-left: 0;
		padding-right:0;
		padding-bottom:0;
		margin-top:0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:0;
	}
	#hpb-aside #banner ul{
		padding-top:0;
		padding-left: 0;
		padding-right:0;
		padding-bottom:0;
		margin-top:10px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:10px;
	}
	#hpb-aside #banner ul li{
		width:100%;
		padding-top:0;
		padding-left: 0;
		padding-right:0;
		padding-bottom:0;
		margin-top:0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:10px;
	}
	#hpb-aside #banner ul li a{
		width:auto;
	}

	#hpb-aside #shopinfo{
		width:100%;
		min-height:10px;
		padding-top:5px;
		padding-left: 0;
		padding-right:0;
		padding-bottom:5px;
		margin-top:0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom:0;
	}
	#hpb-aside #shopinfo h4,
	#hpb-aside #shopinfo p{
		padding-top:0;
		padding-left: 10px;
		padding-right:10px;
		padding-bottom:0;
		margin-top:10px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom:10px;
	}

	/* トップページ デザイン定義 */
	#toppage-text p{
		width:auto;
	}
	#toppage-news{
		width:100%;
	}
	#toppage-news h3{
		min-width:100px;
	}
	#toppage-news ul li{
		margin-left:0;
		padding-left:20px;
	}
	#toppage-news h4{
		right:20px;
	}
	/* アクセスページ デザイン定義 */
	#hpb-main img.center{
		width:100%;
		height:auto;
		margin:0 0 15px 0;
	}

	/* 治療方針 */
	#flow li{
		padding-left:0;
		background-position:center top;
	}
	#flow li h4{
		margin-left:0;
		float:none;
		width:auto;
	}
}
