@charset "Shift_JIS";

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

#hpb-headerMain h1 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 13px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    font-weight: normal;
    line-height: 18px;	/* 15px ★YM */
    font-size: 12px;
}

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

#hpb-headerLogo a {
    display: block;
    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-indent: -9999px;
    overflow: hidden;
    height: 35px;
    background-image: url(img/logo_3Hc.png);
    background-position: top left;
    background-repeat: no-repeat;
}

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

#hpb-headerExtra1 p {
	text-align: right;
}
#hpb-headerExtra1 p.tel {
    /* 電話番号の文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 1.1;
    text-align: right;
    color: #715c07;
    font-size: 1.7em;
}

#hpb-headerExtra1 p.tel span {
    /* 電話番号の「TEL」文字設定 */
    font-size: 0.9em;　/*★YM 0.65 変更*/
    font-weight: normal;
    color: #333333;
    padding-right: 10px;
}

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

/* フッター内パーツ */
#hpb-footer {
    clear: both;
	background-color: #e2c037;
	padding-top: 8px;
	padding-bottom: 8px;
}

#hpb-footerMain {

}

#hpb-footerMain p {
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
}



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

#banner ul {
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#banner ul li a {
    text-indent: -9999px;
    overflow: hidden;
	display: block;
	margin-bottom: 4px;
}

#banner a#banner-time {
	 /* 診療時間バナー */
	width: 242px;
	height: 104px;
	background-image: url(img/banner_3Hc_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-access {
	/* アクセスバナー */
	width: 242px;
	height: 104px;
	background-image: url(img/banner_3Hc_02.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#banner a#banner-select {/*★YM*/
	/* 整骨院の選び方バナー */
	width: 242px;
	height: 104px;
	background-image: url(img/banner_3Hc_03.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.hpb-layoutset-01 #banner ul {
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
}

#banner ul li {
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
}

#shopinfo {
    border: 3px solid #fbd34a;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #fcfecc;
}

#shopinfo h3 {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #fbd34a;
	padding-left: 4px;
	margin: 0;
	font-size: 1em;
}

#shopinfo h3 .en {
	display: none;
}

#shopinfo p {
	padding: 2px;
	margin-bottom: 10px;
}


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

#hpb-nav li a {
    /* ナビゲーション文字設定 */
	color: #333;
}

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

/* リンク文字色 */
a:link {
    color: #0000cc;
    text-decoration: underline;
}
a:visited {
    color: #0000cc;
    text-decoration: underline;
}
a:hover {
    color: #4444da;
    text-decoration: none;
}
a:active {
    color: #4444da;
    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: 0.1em;
    padding-left: 0.1em;
    line-height: 1.8;	/* 1.5 ★YM */
    text-align: left;

	font-size: 1.2em; /* ★YM 追加 */
}

p.large {
	font-weight: bold;
}
p.indent {
    padding-left: 12px;
    background-image: url(img/point_3Hc.png);
    background-position: top 5px;
    background-repeat: no-repeat;
}

.left {
    float: left;
}
.right {
    float: right;
}

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

/* 　独自に作成したのでコメント化 ★YM */
/***
#hpb-wrapper h3 {
	color: #fda100;
	background-image: url(img/indexBg_3Hc.png);
    background-position: bottom left;
    background-repeat: no-repeat;

	padding-bottom: 7px;
	padding-left: 12px;
	padding-top: 3px;

}
**/

#hpb-wrapper h3 {
color: saddlebrown; /* darkgoldenrod; /* #f47c00;  #fda100; ★YM */
padding-top: 15px;
padding-bottom: 15px;
padding-left: 20px;

/*    margin-bottom: 0px;*/

	border-left: 10px solid  #fbd34a;
	border-bottom: 3px solid #fbd34a;

/** グラデーションはブラウザーにより表示が異なるのと
	アコーデオンの上下マークが隠れるためやめた
	background: linear-gradient(to top,  #fff3da, white);
	background: -webkit-linear-gradient(bottom,  #fff3da, white);
**/

}


#hpb-wrapper h3 span.en {
    
}

#hpb-wrapper h3 span.ja {
}
h3 {
	font-size: 1.4em;　/* ★YM 追加*/
}
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: 10px;
    padding-bottom: 5px;
    padding-left: 0;
	font-size: 1.4em;/* ★YM  1em; */
	color: darkgreen;/* ★YM  追加 */
}

h5 {
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
}

table {
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 0;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ccc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #ccc;
}

table th {
    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: #ccc;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ccc;
	background-color: #fcfecc;
}

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

/* フォームパーツ設定 */
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.6;	/* 1.4 ★YM */
	margin-bottom: 7px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 7px;
    padding-left: 15px;
    background-image: url(img/point_3Hc.png);
    background-position: 4px 3px;
    background-repeat: no-repeat;
	border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #fbd34a;
}

#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: 7px;
    text-align: left;
    line-height: 1.6;	/* 1.4 ★YM */
    font-weight: normal;
    width: 11em !important; /* ★YM 変更 9em */
    padding-top: 7px;
    padding-right: 0;
    padding-bottom: 7px;
    padding-left: 15px;
    background-image: url(img/point_3Hc.png);
    background-position: center left;
    background-repeat: no-repeat;
}

#hpb-main dd {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 7px;
    margin-left: 0;
    padding-top: 7px;
    padding-right: 0;
    padding-bottom: 7px;
    text-align: left;
    line-height: 1.6;	/* 1.4 ★YM */
    padding-left: 11em;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #fbd34a;
}

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

#pagetop {
	clear: both;
    margin-top: 14px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: right;
}

#pagetop a {
    /* ページの先頭へのリンク設定 */
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
	margin-left: auto;
    background-image: url(img/returnTop_3Hc.png);
    background-position: center left;
    background-repeat: no-repeat;
    text-align: left;
	padding-left: 20px;
}


/* トップページ デザイン定義 */

#toppage-news h3 {
	color: #fda100;
	background-image: url(img/indexBg_3Hc.png);
    background-position: bottom left;
    background-repeat: no-repeat;
	padding-bottom: 7px;
	padding-left: 12px;
	padding-top: 3px;
}

#toppage-news h3 span.en {
	font-size: 1.3em;
	padding-right: 6px;
	text-transform: capitalize;
}

#toppage-news h3 span.ja {
	font-weight: normal;
}

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

#flow li {
    display: block;
    background-image: url(img/arrow_3Hc.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 45px;
    padding-bottom: 0px;
    padding-left: 4px;
    list-style-type: none;
    line-height: 1.6;	/* 1.5 ★YM */
}

#flow li:first-child {
    background-image: none;
    padding-top: 10px;
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {
	
	/*--------------------------------------------------------
		共通レイアウトパーツ設定
	--------------------------------------------------------*/
	/* ヘッダー内パーツ */
	#hpb-headerMain h1{
		padding-top: 5px;
		padding-right: 5px;
		padding-left: 5px;
	}
	
	#hpb-headerLogo{
		width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	
	#hpb-headerLogo a{
		max-width: 100%;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
		background-size: contain;
		background-position: top center;
	}
	
	#hpb-headerExtra1{
		width: 98%;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}

	#hpb-headerExtra1 p.tel span{
		display: block;
		padding-bottom: 5px;
	}
	
	/* フッター内パーツ */
	#hpb-footerMain p{
		padding-left: 5px;
		padding-right: 5px;
		word-break: break-all;
	}
	
	
	
	/* サイドブロック内パーツ */
	
	#banner ul li a{
		margin-right: auto;
		margin-left: auto;
	}
	
	#banner a#banner-time,
	#banner a#banner-access,
	#banner a#banner-select{/*★YM*/
		max-width: 100%;
		background-size: contain;
		background-position : top center;
	}
	
	/*--------------------------------------------------------
		ナビゲーションデザイン設定
	--------------------------------------------------------*/
	#hpb-nav h3.hpb-c-index{
		width: 27px;
		height: 20px;
		background-image : url(img/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;
	}
	
	/*--------------------------------------------------------
		基本パーツデザイン設定
	--------------------------------------------------------*/
	p{
		padding-right: 0;
		padding-left: 0;
    		line-height: 1.6;	/* ★YM 追加 */
		font-size: 1.6em; /* ★YM 追加 */
	}
	h4{
		padding-right: 0;
		color: darkgreen !important;　/* ★YM  追加 */
	}
	
	h5{
		padding-right: 15px;
	}
	
	table{
		width: 100%;
		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%;
		box-sizing: border-box;
	}
	#hpb-main dd{
		padding-left: 20px;
	}

	#hpb-main img.left{
		margin-right: 0;
		float: none;
	}
	
	#hpb-main img.right{
		margin-left: 0;
		float: none;
	}
	
	#pagetop{
		margin-bottom: 0;
	}
	
	/* トップページ デザイン定義 */
	
	/* 治療方針ページ デザイン定義 */
	#flow{
		padding-left: 0;
	}
	#flow li{
		padding-left: 0;
	}
}