@charset "Shift_JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* フッター内パーツ */
/* 店舗情報 */
#shopinfo-hukujyu{
    width: 180px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #22B684;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #22B684;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #22B684;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #22B684;
		background-color: #F1FBF4;
}

#shopinfo-hukujyu h3{
    color: #22B684;
    font-size: 1.0em;
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
}

#shopinfo-hukujyu span.ja{
    display: none;
}

#shopinfo-hukujyu p{
    padding-top: 0;
    margin-top: 0.1em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.2em;
    line-height: 1.5;
}

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

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

	/*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
	/* フッター内パーツ */
	/* 店舗情報 */
	#shopinfo-hukujyu{
		max-width: 100%;
	}
	
	/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/

	#hpb-nav h3.hpb-hukujyu-c-index{
		width: 27px;
		height: 20px;
		background-image : url(images/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;
	}
}