@charset "utf-8";
/* 要素リセット */
body {
  margin: 0 auto;
  padding: 0;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  color: #333; /* 標準文字色 */
}
img {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#contents {
  display: flex;
  flex-direction: row-reverse;
}
#hpb-container, #hpb-header, #hpb-inner, #hpb-footer {
  /*min-width: 900px;*/
	min-width: 900px;
  max-width: 1024px;
  margin: 0 auto;
}
#hpb-title {
  /* height: 260px;*/
  margin: 0px;
  padding: 0;
}
#hpb-main {
  /*max-width: 770px;*/
  overflow: hidden;
  padding-left: 2em;
	flex-basis: 780px;
	flex-shrink: 1;

}
#hpb-nav, #hpb-aside {
	width: 250px;/*225px*/
	overflow: hidden;
}
#hpb-aside {
  flex-shrink: 0;
}
#hpb-aside p {
  text-align: center;
  padding-bottom: 1em;

}
#ooyainfo p {
  text-align: left;
}
#hpb-footer {
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  color: #fff;
  line-height: 2;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
/* コンテンツ配置領域 */
/* ナビゲーション */
#hpb-nav ul {
  display: block;
  margin-top: -1px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  overflow: hidden;
}
#hpb-nav li {
  display: block;
  overflow: hidden;
}
#hpb-nav li a {
  display: block;
  height: 52px;
  text-align: left;
  overflow: hidden;
  line-height: 1;
  padding-left: 20px;
}
#hpb-nav li span.en {
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  line-height: 52px;
}
#hpb-nav a:link {
	background-image: url(../imges202002/menuBg_6Bb_01.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#hpb-nav a:visited {
  background-image: url(../imges202002/menuBg_6Bb_01.png);
  background-position: top left;
  background-repeat: no-repeat;
}
#hpb-nav a:hover {
	background-image: url(../imges202002/menuBg_6Bb_01_on.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#hpb-nav a:active {
  background-image: url(../imges202002/menuBg_6Bb_01_on.png);
  background-position: top left;
  background-repeat: no-repeat;
}
#hpb-nav a:hover span.en {
  color: #8FC5FA;
}
#hpb-nav a:active span.en {
  color: #8FC5FA;
}
/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
#toppage h1 {
  margin-top: 10px;
}
#hpb-aside h1 {
  font-weight: normal;
  font-size: 80%;
  margin-top: 2em;
  margin-bottom: 1em;
  background-color: #4494F3;
  line-height: 3;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px #0B56AF;
}
/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
ul {
  margin-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  margin-left: 0;
  padding-left: 0;
}
li {
  line-height: 2.5;
}
/* ヘッダー内パーツ */
/*--------------------------------------------------------
  ナビゲーション設定
--------------------------------------------------------*/
#hpb-nav a:link {
  text-decoration: none;
}
#hpb-nav a:visited {
  text-decoration: none;
}
#hpb-nav a:hover {
  text-decoration: none;
}
#hpb-nav a:active {
  text-decoration: none;
}
/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/
/* リンク文字色 */
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #4494F3;
  text-decoration: underline;
}
.price {
  color: #ff0000;
}
.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;
}
#hpb-wrapper h3 span.en {
  display: none;
}
/* フォームパーツ設定 */
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;
}
/* メインコンテンツ内基本パーツ */
#pagetop a {
  margin-top: 15px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  text-align: right;
}
#pagetop a {
	/* ページの先頭へのリンク設定 */
	display: block;
	margin-left: auto;
	margin-right: 0;
	width: 125px;
	height: 21px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../imges202002/returnTop_6Bb.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0.25em 1em 0.25em 0.75em;
	background-color: #156CDB;
	position: fixed;
	bottom: 3em;
	right: 0;
}
#pagetop a:link {
  color: #073E81;
  text-decoration: none;
}
#pagetop a:visited {
  color: #073E81;
  text-decoration: none;
}
#pagetop a:hover {
  color: #4494F3;
  text-decoration: none;
}
#pagetop a:active {
  color: #4494F3;
  text-decoration: none;
}
/* トップページ デザイン定義 */
/*.hpb-layoutset-01 #hpb-title h2
{
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    text-indent: -9999px;
    height: 260px;
    background-image : url(../img/mainimg_7.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

#toppage-news h3
{
    height: 25px;
    overflow: hidden;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 15px;
    padding-bottom: 0;
    font-size: 1.1em;
    line-height: 19px;
    text-align: left;
    background-image : url(../img/top_info_6Bb.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#toppage-news
{
    padding-bottom: 15px;
}
#toppage-news span.ja
{
    display: none;
}*/
/* 店舗情報 */
/*#toppage-info
{
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    zoom: 1;
    background-color: #ffffff;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #DDDDDD;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #DDDDDD;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #DDDDDD;
}

#toppage-info img.shopinfo
{
    background-color: #EEEEEE;
    margin-left: 10px;
    margin-right: 0;
    margin-bottom: 0;
    float: right;
}

#toppage-info h3
{
    height: 25px;
    overflow: hidden;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 15px;
    padding-bottom: 0;
    font-size: 1.1em;
    line-height: 13px;
    text-align: left;
    background-image : url(../img/shop_info_6Bb.png);
    background-position: top left;
    background-repeat: no-repeat;
    color: #ffffff;
}

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

#toppage-info h4
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: bold;
    font-size: 1.15em;
    padding-top: 0px;
}

#toppage-info h4 span.en
{
    color: #000000;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-top: 0px;
}

#toppage-info p
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

#toppage-info p.access
{
    background-image : url(../img/access_6Bb.png);
    background-position: top left;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 0;
}

#toppage-info p.access a
{
    line-height: 19px;
    width: 75px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

#toppage-info p.access a:link
{
    color: #ffffff;
    text-decoration: none;
}
#toppage-info p.access a:visited
{
    color: #ffffff;
    text-decoration: none;
}
#toppage-info p.access a:hover
{
    color: #4494F3;
    text-decoration: none;
}
#toppage-info p.access a:active
{
    color: #4494F3;
    text-decoration: none;
}

#toppage-info hr
{
    margin-bottom: 0;
    margin-top: 0;
    height: 10px;
}
*/
/* 物件詳細 デザイン定義 */
#detail h3 {
  color: #4494F3;
  background-image: none;
  padding-left: 5px;
  font-size: 1.2em;
  font-weight: bold;
}
#detail-imgbox {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #CCCCCC;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #CCCCCC;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #CCCCCC;
  background-image: url(../img/shopinfoBg_6Bb.png);
  background-position: bottom left;
  background-repeat: repeat-x;
}
#detail-imgbox img {
  margin-right: 15px;
  margin-left: 15px;
}