@charset "Shift_JIS";

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

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/

#hpb-container{
	background-image : url(../img/headerBg_6Ja.png);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	margin-top:-1px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#hpb-header{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    height: 99px;
}

#hpb-footer{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	min-height: 95px;
	clear: both;
	background-repeat: no-repeat;
	background-position: center top;
}



/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */

#hpb-headerMain{
    height: 20px;
	width: 500px;
	float: right;
}

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

#hpb-headerLogo{
    width: 359px;
    float: left;
    z-index: 2;
	padding-top: 10px;
}

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

#hpb-headerExtra1{
    width: 350px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: right;
    z-index: 2;
}

#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;
    font-size: 1.6em;
    line-height: 29px;
    text-align: right;
    font-weight: bold;
    color: #da6b27;
	vertical-align: bottom;
}

#hpb-headerExtra1 p.tel span{
	/* 電話番号の「TEL」文字設定 */
    font-size: 12px;
	padding-right: 26px;
	color: #333333;
	font-weight: normal;
	background-image : url(../img/headerTel_6Ja.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#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;
    line-height: 12px;
    text-align: right;
    color: #333333;
}

#hpb-headerExtra2
{
}

/* フッター内パーツ */
#hpb-footerMain{
    width: 400px;
	float: right;
	padding-top: 26px;
	padding-right: 30px;
}

#hpb-footerMain p{
    /* コピーライト文字設定 */
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
	padding-right: 0;
    font-size: 12px;
    text-align: right;
	font-weight: bold;
	color: #da6b27;
}

#hpb-footerLogo
{
}

#hpb-footerExtra1{
    width: 400px;
	float: left;
	padding-top: 26px;
	height: 36px;
	overflow: hidden;
}

#hpb-footerExtra1 ul{
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
	padding-left: 30px;
    list-style-type: none;
    text-align: left;

}

#hpb-footerExtra1 li{
    /* フッターナビ設定 */
    font-size: 0.9em;
	display: inline;
	line-height: 1.8;
}

#hpb-footerExtra1 li a{
	padding-left: 20px;
	padding-right: 0px;
	padding-top:8px;
	padding-bottom: 5px;
	margin-right:10px;
	color: #333333;
	background-image : url(../img/arrow_6Ja.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#hpb-footerExtra1 a:link{
    text-decoration:underline;
}
#hpb-footerExtra1 a:visited{
    text-decoration:underline;
}
#hpb-footerExtra1 a:hover{
    text-decoration: none;
}
#hpb-footerExtra1 a:active{
    text-decoration: none;
}

#hpb-footerExtra2
{
}

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

/* バナー */
#banner
{
}

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

#banner li{
    display: block;
    margin-bottom: 10px;
    text-align: left;
}

#banner li a{
    display: block;
    height: 110px;
	width:240px;
    text-indent: -9999px;
    overflow: hidden;
}

#banner a#banner-pet{
    /* ペット物件バナー */
    background-image : url(../img/banner_6Ja_01.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#banner a#banner-resort{
    /* リゾート物件バナー */
    background-image : url(../img/banner_6Ja_02.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#banner a#banner-special{
    /* 注目物件バナー */
    background-image : url(../img/banner_6Ja_03.png);
    background-position: center center;
    background-repeat: no-repeat;
}

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

#hpb-nav ul{
    height: 52px;
	overflow: hidden;
	width: 920px;
    margin-top: -1px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
    padding-top: 7px;
    padding-right: 0;
    padding-left: 19px;
    padding-bottom: 0;
    list-style-type: none;
    text-align: left;
	background-image : url(../img/navBg_6Ja.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#hpb-nav ul::after{
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;
	}

#hpb-nav li{
    float: left;
    display: inline;
    font-size: 13px;
    height: 47px;
	border-right: 1px dotted #000000;
}
#hpb-nav li:first-child{
	border-left: 1px dotted #000000;
}

#hpb-nav li a{
    display: block;
    height: 47px;
    text-align: left;
}

#hpb-nav li span.en{
	display:none;
}

#hpb-nav li span.ja{
    display: block;
    height: 47px;
	width:179px;
    text-indent: -9999px;
    overflow: hidden;
}

#hpb-nav #nav-toppage span.ja{
	background-image : url(../img/nav01_6Ja.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#hpb-nav #nav-menu span.ja{
	background-image : url(../img/nav02_6Ja.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#hpb-nav #nav-sample span.ja{
	background-image : url(../img/nav03_6Ja.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#hpb-nav #nav-faq span.ja{
	background-image : url(../img/nav04_6Ja.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#hpb-nav #nav-access span.ja{
	background-image : url(../img/nav05_6Ja.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#hpb-nav a:hover{
    background-image : url(../img/nav_6Ja_on.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#hpb-nav a:active{
    background-image : url(../img/nav_6Ja_on.png);
    background-position: top left;
    background-repeat: no-repeat;
}

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

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

/* リンク文字色 */
a:link{
    color: #5d3800;
    text-decoration: underline;
}
a:visited{
    color: #5d3800;
    text-decoration: underline;
}
a:hover{
    color: #85540a;
    text-decoration: none;
}
a:active{
    color: #85540a;
    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: 10px;
    padding-left: 10px;
    line-height: 1.8;
    text-align: left;
}
td p{
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0px;
    padding-left: 0px;
}

p.large{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: 5px;
}
p.indent{
    padding-left: 15px;
}

.price{
    color: #ff0000;
}

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

img.center{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.right{
	padding-left:10px;
}

hr{
	width: 100%;
	height: 1px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	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: #cad1b0;
	border-bottom-width: 1px;
	border-bottom-style: none;
}

.hpb-layoutset-02 h2{
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
	text-align:left;
    height: 101px;
    background-image : url(../img/titleBg_6Ja.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.hpb-layoutset-02 h2 span.ja{
    font-size: 1.1em;
    color: #da6b27;
    padding-left: 25px;
    padding-bottom: 3px;
    padding-top: 0px;
	padding-right: 5px;
	line-height:101px;
}

.hpb-layoutset-02 h2 span.en{
    color: #e6983c;
	font-size: 0.65em;
}

#hpb-wrapper h3{
	margin-bottom: 10px;
	margin-top: 0px;
	background-image : url(../img/indexBg_6Ja.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-top: 2px solid #5d3800;
	border-bottom: 1px solid #5d3800;
	line-height: 37px;
	overflow: hidden;
	color: #5d3800;
	padding-left: 10px;
}
.hpb-layoutset-02 #hpb-wrapper h3
{
		
}
.hpb-layoutset-02 #hpb-wrapper #hpb-main div h3:first-child{
	margin-top: 0px;
}

#hpb-wrapper h3 span.en{
    display: none;
}

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

h4{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: bold;
	color: #5d3800;
	border-bottom: 1px solid #5d3800;

}

table h4{
	border: none;
}
h5{
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 1em;
    line-height: 1.5;
    font-weight: bold;
	color: #5d3800;
}

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

table th{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	background-color: #ffe0b5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5d3800;
	white-space: nowrap;
	color: #5d3800;
}

table td{
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #5d3800;
}

td p{
    margin-bottom: 0.5em;
}

/* フォームパーツ設定 */
input.button{
    margin-top: 10px;
    margin-bottom: 15px;
}

textarea{
    width: 430px;
    height: 200px;
}

input.l{
    width: 430px;
}
input.m{
    width: 250px;
}
input.s{
    width: 50px;
}


/* メインコンテンツ内基本パーツ */

#hpb-main ul{
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 20px;
    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: 12px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 14px;
    background-image : url(../img/point_6Ja.png);
    background-position: 1px 12px;
    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: 19px;
    min-height: 19px;
    width: 170px !important;
    padding-top: 12px;
    padding-right: 0;
    padding-bottom: 12px;
    padding-left: 14px;
    background-image : url(../img/point_6Ja.png);
    background-position: 1px 12px;
    background-repeat: no-repeat;
    color: #5d3800;
	font-weight: bold;
}

#hpb-main dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 12px;
    padding-right: 15px;
    padding-bottom: 12px;
    text-align: left;
    line-height: 19px;
    min-height: 19px;
    padding-left: 185px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #5d3800;
    color: #333333;
}

*:first-child + html #hpb-main dd{
    /* for IE7 */
    padding-left: 10px;
    min-height: 20px;
}

* html #hpb-main dd{
    /* for IE6 */
    padding-left: 0px;
    height: 20px;
}

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


/* トップページ デザイン定義 */
.hpb-layoutset-01 #hpb-title h2{
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    text-indent: -9999px;
    height: 379px;
    background-image : url(../img/top_mainimg_6Ja.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.hpb-layoutset-01 #toppage p.large{
	font-weight: bold;
	color: #5d3800;
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:8px;
	background-image : url(../img/largeBg_6Ja.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
}


/* 店舗情報 */
#toppage-info{
	background-image : url(../img/infoBg_6Ja.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 152px;
	padding-bottom: 10px;
	overflow: hidden;
	width: 620px;
	position: relative;
	margin-bottom: 10px;
}
#toppage-info::after{
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;
}

#toppage-info h3{
	color:#da6b27;
	border: none;
	background-image: none;
	line-height: normal;
	width: 102px;
	float: left;
	padding-top: 20px;
}
#toppage-info h3 span.ja{
	display: block;
	margin-top: -50px;
	margin-left: 10px;
}
#toppage-info h3 span.en{
	display: block;
	color: #ff8a00;
	font-size: 0.7em;
	margin-top: 50px;
	margin-left: 10px;
}
#toppage-info img.shopinfo{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 130px;
	height: auto;
}

#toppage-info h4{
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
	padding-left:0px;
	padding-right: 160px;
	padding-bottom:0px;
    font-weight: bold;
    font-size: 1.15em;
	color:#333333;
	background-image:none;
	width: 320px;
	float: right;
	border: none;
}

#toppage-info h4 span.en{
	display:none;
}

#toppage-info p{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
	padding-left:0px;
	padding-right: 160px;
    line-height: 1.8;
	width: 320px;
	float: right;
}

#toppage-info p.access{
    margin-top: 0;
    margin-bottom: 0;
}

#toppage-info p.access a{
    line-height: 19px;
    width: 148px;
	height:33px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background-image : url(../img/btn_access_6Ja.png);
    background-position: top left;
    background-repeat: no-repeat;
	margin-left: auto;
}
#toppage-info hr{
	display:none;
}


/* 物件一覧 デザイン定義 */

#estate table{
	border-top-style: none;
}
#estate table th{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style:solid;
	background-color:transparent;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #5d3800;
}
#estate table td{
	border-top-style: none;
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	padding-bottom:15px;
	border-bottom-style:solid;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #5d3800;
}
#estate table td.data{
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:0;
	border-top-style: none;
	border-bottom-style: none;
}


/* 物件詳細 デザイン定義 */

#detail-imgbox{
	width:620px;
	padding-left:5px;
}

#detail-imgbox img{
    margin-right: 10px;
	margin-bottom:10px;
	float:left;
}

#detail table{
	width:100%;
}

/* アクセス デザイン定義 */

#access h4{
	background-image:none;
	padding-bottom:0;
	border: none;
	padding-left: 10px;
}

/* お問い合わせ　デザイン定義 */

#contact table{
	width:100%;
}
#contact form{
	text-align:center;
}
#contact form h3{
	text-align: left;
}
.hpb-layoutset-02 #hpb-wrapper #contact form h3:first-child{
	margin-top:30px;
}
#contact form input.button{
	margin-left:auto;
	margin-right:auto;
}

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

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

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

	/* フッター内パーツ */
	#hpb-footerMain{
		width: 100%;
		float: none;
		padding-top: 10px;
		padding-right: 0;
		padding-bottom: 10px;
	}
	#hpb-footerMain p{
		/* コピーライト文字設定 */
		padding-right: 5px;
		padding-left: 5px;
		text-align: center;
		font-weight: bold;
		word-break: break-all;
	}
	#hpb-footerExtra1{
		width: 100%;
		float: none;
		padding-top: 15px;
		padding-bottom: 15px;
		height: auto;
	}
	#hpb-footerExtra1 ul{
		padding-left: 10px;
		text-align: center;
	}
	#hpb-footerExtra1 li{
	/* フッターナビ設定 */
		display: inline-block;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	/* サイドブロック内パーツ */
	/* バナー */
	#banner ul{
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#banner li a{
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#banner a#banner-pet,
	#banner a#banner-resort,
	#banner a#banner-special{
		background-size: contain;
	}

	/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
	#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;
	}
	#hpb-nav ul{
		display: none;
		height: auto;
		overflow: hidden;
		width: 100%;
		margin-top: 0;
		padding-top: 0;
		padding-left: 0;
		background-image : none;
	}
	#hpb-nav ul.toggled-on{
		display: block;
	}
	#hpb-nav li{
		float: none;
		display: block;
		height: auto;
		border-right: none;
		border-top-width: 1px;
		border-top-color: #000000;
		border-top-style: dotted;
	}
	#hpb-nav li:first-child{
		border-left: none;
	}
	#hpb-nav li a{
		color: #333333;
		display: block;
		height: auto;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		text-decoration: none;
	}
	#hpb-nav li span.en{
		display:none;
	}
	#hpb-nav li span.ja{
		display: block;
		height: auto;
		width: auto;
		text-indent: 0;
		overflow: hidden;
	}
	#hpb-nav #nav-toppage span.ja,
	#hpb-nav #nav-menu span.ja,
	#hpb-nav #nav-sample span.ja,
	#hpb-nav #nav-faq span.ja,
	#hpb-nav #nav-access span.ja{
		background-image : none;
	}
	#hpb-nav a:hover,
	#hpb-nav a:active{
		background-image : none;
		background-color : #f8e1d4;
	}

	/*--------------------------------------------------------
	  基本パーツデザイン設定
	--------------------------------------------------------*/
	img.left{
		margin-left: 0;
	}
	img.right{
		margin-right: 0;
	}
	.hpb-layoutset-02 h2{
		width: 96%;
		margin-right: auto;
		margin-left: auto;
		padding-top: 35px;
		padding-right: 20px;
		padding-left: 25px;
		word-break: break-all;
		box-sizing: border-box;
	}
	.hpb-layoutset-02 h2 span.ja{
		padding-left: 0;
		padding-bottom: 0;
		padding-right: 5px;
		line-height: 1.4;
	}
	.hpb-layoutset-02 h2 span.en{
		display: inline-block;
	}
	.hpb-layoutset-02 #hpb-wrapper h3{
		background-image : none;
	}
	h4{
		padding-right: 0;
		padding-left: 0;
	}
	table{
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	/* フォームパーツ設定 */
	textarea{
		width: 96%;
	}
	input.l{
		width: 96%;
	}
	input.m{
		width: 60%;
	}
	input.s{
		width: 30%;
	}

	/* メインコンテンツ内基本パーツ */
	#hpb-main ul li{
		padding-right: 0;
	}
	#hpb-main dt{
		float: none;
		max-width: 100%;
		padding-bottom: 0;
		box-sizing: border-box;
	}
	#hpb-main dd{
    padding-top: 5px;
		padding-right: 0;
		padding-left: 14px;
	}
	#hpb-main img.left{
		margin-right: 0;
		float: none;
	}
	#hpb-main img.right{
		margin-left: 0;
		float: none;
	}

	/* トップページ デザイン定義 */
	.hpb-layoutset-01 #hpb-title h2{
		width: 100%;
		height: 230px;
		margin-right: auto;
		margin-left: auto;
		background-size: contain;
	}
	.hpb-layoutset-01 #toppage p.large{
		padding-top:8px;
		padding-right:8px;
		padding-bottom:8px;
		padding-left:8px;
		background-image : none;
		background-color : #e6d2b0;
		height: auto;
		line-height: 1.4;
		border-top-width: 2px;
		border-top-color: #804d00;
		border-top-style: solid;
		border-bottom-width: 2px;
		border-bottom-color: #fff7e7;
		border-bottom-style: solid;
	}

	/* 店舗情報 */
	#toppage-info{
		background-image : none;
		background-color : #ffecc4;
		height: auto;
		padding-right:10px;
		padding-bottom:10px;
		padding-left:10px;
		width: 100%;
		border-width: 5px;
		border-color: #f3b266;
		border-style: solid;
		box-sizing: border-box;
	}
	#toppage-info h3{
		width: auto;
		float: none;
	}
	#toppage-info h3 span.ja{
		margin-top: 0;
		margin-left: 0;
	}
	#toppage-info h3 span.en{
		display: none;
		margin-top: 0;
		margin-left: 0;
	}
	#toppage-info h4{
		padding-right: 0;
		width: auto;
		float: none;
	}
	#toppage-info p{
		padding-right: 0;
		width: auto;
		float: none;
	}
	#toppage-info img.shopinfo{
		display: none;
	}
	#toppage-info p.access a{
		max-width: 100%;
	}

	/* 物件一覧 デザイン定義 */
	#estate table th{
		width: 30%;
	}
	#estate table th img{
		width: 100%;
		height: auto;
	}
	#estate table td{
		width: 70%;
	}

	/* 物件詳細 デザイン定義 */
	#detail-imgbox{
		width:100%;
		text-align: center;
		padding-right: 15px;
		padding-left: 15px;
		box-sizing: border-box;
	}
	#detail-imgbox img{
		margin-right: 0;
		margin-left: 0;
		float: none;
	}



}
