@charset "UTF-8";
/*
Theme Name: frc24
Theme URI: http://theme.o2gp.com/
Description: smart054
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/

    o2 Group v1.0
     http://theme.o2gp.com/

    This theme was designed and built by o2 Group,
    whose blog you will find at http://theme.o2gp.com/

    The CSS, XHTML and design is released under GPL:
    http://www.opensource.org/licenses/gpl-license.php
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font: 13px/1.5;
  font-family: 'Cinzel', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  color: white;
  background: #491f04;
  -webkit-text-size-adjust: none;
  height: 100%;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  color: white;
}
a:visited {
  color: white;
}
a:focus {
  color: #cccccc;
}
a:hover {
  color: rgba(255, 255, 255, 0.8);
}
a:active {
  color: #cccccc;
}

.sans {
  font-family: "'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif";
}

.selif {
  font-family: "'游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', serif";
}

.img-responsive {
  /*display: block;*/
/*  max-width: 100%;
  height: auto;*/
}

/**** Clearfix ****/
.nav .panel:before, nav .panel:after, nav#mainNav:before, nav#mainNav:after, .newsTitle:before, .newsTitle:after {
  content: "";
  display: table;
}

nav .panel:after, nav#mainNav:after, .newsTitle:after {
  clear: both;
}

nav .panel, nav#mainNav, .newsTitle {
  zoom: 1;
}

/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea {
  vertical-align: middle;
  max-width: 90%;
  line-height: 30px;
  height: 30px;
  padding: 1px 5px;
  border: 1px solid #d4d4d7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 100%;
  color: #555;
  background: #fcfcfc;


}
input, textarea {
  width: 70%;
}
textarea {
  height: auto;
  line-height: 1.5;
}

input[type="submit"], input[type="reset"], input[type="button"] {
  padding: 3px 10px;
  background: #4f4d4d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #2e2c2c));
  background-image: -webkit-linear-gradient(#000000, #2e2c2c);
  background-image: -moz-linear-gradient(#000000, #2e2c2c);
  background-image: -o-linear-gradient(#000000, #2e2c2c);
  background-image: linear-gradient(#000000, #2e2c2c);
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.5;
  font-size: 100%;
  color: #fff;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background: #4f4d4d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e2c2c), color-stop(100%, #4f4d4d));
  background-image: -webkit-linear-gradient(#2e2c2c, #4f4d4d);
  background-image: -moz-linear-gradient(#2e2c2c, #4f4d4d);
  background-image: -o-linear-gradient(#2e2c2c, #4f4d4d);
  background-image: linear-gradient(#2e2c2c, #4f4d4d);
}

*:first-child + html input[type="submit"] {
  padding: 3px;
}

/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner {
/*  margin: 0 10px 0 230px;*/
  margin: 0 20px 0 240px;
  position: relative;
}
#wrapper:after, .inner:after {
  content: "";
  display: table;
  clear: both;
}

#header {
  overflow: hidden;
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
#header #hgroup {
  background: #000;
  padding: 10px 0 10px 10px;
  margin: 0 0 0 220px;
}
#header #news-wrap {
  padding: 10px 0 10px 10px;
  margin: 0 0 0 220px;
}
#header #news-wrap:after {
  content: "";
  display: table;
  clear: both;
}
#header #news-wrap img {
  float: left;
}
#header #news-wrap .news-category {
  float: left;
}
#header #news-wrap .news-category a {
  width: 65px;
  height: 0px;
  padding-top: 25px;
  overflow: hidden;
  display: block;
}
#header #news-wrap .news-category a:hover {
  opacity: 0.5;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
#header #news-wrap .news-item {
  float: left;
  font-size: 87%;
  padding: 0 0 0 20px;
  line-height: 25px;
}

#frontWrap {
  position: relative;
  padding-left: 230px;
}
#frontWrap h2 {
  font-size: 500%;
}
#frontWrap p {
  font-size: 200%;
}

.right-bg {
  height: 100%;
  width: 50%;
  background-repeat: no-repeat;
  right: 0px;
  position: absolute;
  top: 0px;
  background-position: right top;
}

.left-bg {
  height: 100%;
  width: 50%;
  background-repeat: no-repeat;
  left: 0px;
  position: absolute;
  top: 0px;
}

#box_a {
  width: 100%;
  margin: 0;
  position: relative;
}

#box_Tel {
  width: 100%;
  position: static;
  left: 0;
  bottom: 0;
  margin-left: 0px;
  text-align: center;
  padding: 5px 0 5px 0;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
#box_Tel p {
  display: inline;
  padding: 0 10px;
}

#box_Tel {
  width: 940px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -470px;
  text-align: center;
  padding: 10px 0 5px 0;
}

.top_line {
  width: 100%;
  padding: 0 1%;
}

#content {
  float: right;
  width: 625px;
  padding: 0;
}

#sidebar {
  float: left;
  width: 265px;
  padding: 0;
}

#footer {
  clear: both;
}

/* ヘッダー
*****************************************************/
/* サイト説明文
----------------------------------*/
#header h1 {
  color: #888;
  font-size: 84%;
  font-weight: normal;
  text-align: left;
}

#header {
  width: 100%;
}

/* ヘッダーレフト
----------------------------------*/
.header-inner-left {
  float: left;
}

/* パンくず
----------------------------------*/
.breadcrumbs {
/*  max-width: 940px;*/
  padding: 5px 0;
  margin: 0 auto;
}

/* コンタクトインフォメーション
----------------------------------*/
#headerInfo {
  float: right;
  text-align: left;
  padding-top: 40px;
}

#headerInfo p {
  padding: 2px 0 2px 80px;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
}

#headerInfo p.tel {
  font-size: 16px;
}

/* メイン画像
----------------------------------*/
#mainImgHome {
  background-size: cover !important;
  background-position: center top !important;
  position: relative;
}

/* 下層ページ　メイン画像
----------------------------------*/
#mainImg {
  z-index: 0;
  height: 250px;
  width: 100%;
  background-size: cover;
}
#mainImg div {
  width: 940px;
  height: 100%;
  margin: 0 auto;
  display: table;
}
#mainImg div h2 {
  display: table-cell;
  vertical-align: middle;
}

/* タイポグラフィ
*****************************************************/
h2.title, h2.toptitle {
  font-size: 180%;
  margin: 10px 0 30px 0;
}

h2.first {
  margin-top: 0;
  text-align: center;
}

.dateLabel {
  margin: -10px 0 10px;
  text-align: right;
  font: italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p {
  padding-bottom: 15px;
}

.post ul {
  margin: 0 0 10px 10px;
}

.post ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  background: url(images/bullet.png) no-repeat 0 8px;
}

.post ol {
  margin: 0 0 10px 30px;
}

.post ol li {
  list-style: decimal;
}

.post h1 {
  margin: 20px 0;
  padding: 7px 0 5px 25px;
  font-size: 150%;
  color: white;
  border-bottom: 1px solid #ccc;
  background: url(images/headingBg.png) no-repeat 0 50%;
}

/*.post h2 {
  clear: both;
  margin: 30px 0 20px;
  padding: 5px 0 5px 8px;
  font-size: 110%;
}*/
/*.post h3 {
  margin: 10px 0;
  font-size: 120%;
  font-weight: normal;
  color: #333333;
  border-bottom: 1px solid #515151;
}*/
.post h2 {
/*  border-left: 5px solid #FF0000;
  padding-left: 10px;*/
  font-size: 20px;
  background-color: #000;
  padding: 7px 10px;
  border-bottom: 1px solid #CCC;
}
.post h3 {
/*  border-left: 5px solid #FF0000;
  padding-left: 10px;*/
  font-size: 20px;
  border-bottom: 1px solid #CCC;
}


.post blockquote {
  clear: both;
  padding: 10px 0 10px 15px;
  margin: 10px 0 25px 30px;
  border-left: 5px solid #ccc;
}

.post blockquote p {
  padding: 5px 0;
}

.post table {
/*  border: 1px #2e2c2c solid;*/
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0 20px;
/*  background: black;*/
}
.post table tr {
/*  background: black;*/
}
.post table th {
  padding: 7px 10px 7px 5px;
/*  border: #2e2c2c solid;
  border-width: 0 0 1px 1px;*/
/*  font-weight: bold;*/
}

.post table td {
  padding: 7px 5px;
/*  border: 1px #2e2c2c solid;
  border-width: 0 0 1px 1px;*/
/*  background: white;*/
}

.post dt {
  font-weight: bold;
}

.post dd {
  padding-bottom: 10px;
}

.post img {
  max-width: 100%;
  height: auto;
}

img.aligncenter {
  display: block;
  margin: 5px auto;
}

img.alignright, img.alignleft {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  margin: 0 7px 2px 0;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/* サイドバー　ウィジェット
*****************************************************/
section.widget {
  padding-bottom: 5px;
  margin-bottom: 5px;
}

section.widget h3 {
  clear: both;
  margin: 15px 0 10px;
  padding: 3px;
  font-size: 100%;
  font-weight: normal;
}

section.widget li {
  margin: 0 10px 10px 5px;
  border-bottom: 1px dashed #333333;
  font-size: 82%;
}

section.widget a {
  display: block;
  padding: 3px 0 3px 20px;
  background: url(images/icon_01.png) no-repeat 0 50%;
}

section.widget a:hover {
  background-position: 3px 50%;
}

p.banner {
  padding-bottom: 7px;
}

#contactBanner {
  width: 265px;
  height: 70px;
  padding-top: 70px;
  background: url(images/banners/bannerTel.png) no-repeat;
}

#contactBanner p.tel {
  display: inline;
  padding-left: 80px;
  margin-left: 30px;
  text-align: center;
  font-weight: bold;
  background: url(images/tel.png) no-repeat;
}

#searchform input[type="text"] {
  line-height: 1.7;
  height: 24px;
  width: 130px;
  vertical-align: bottom;
}

/* 更新情報
-------------*/
.newsTitle {
  clear: both;
  margin: 15px 0 20px;
  padding: 7px 0 5px 20px;
  font-size: 100%;
  color: white;
  border-bottom: 1px solid #ccc;
  background: url(images/heading2Bg.png) no-repeat 0 50%;
}

.newsTitle h3 {
  float: left;
  font-weight: normal;
}

.newsTitle p {
  float: right;
  padding: 0 0 0 10px;
  font-size: .8em;
  background: url(images/arrow.png) no-repeat 0 50%;
}

.news {
  padding-bottom: 40px;
}

.news p {
  clear: both;
  padding-bottom: 2px;
  border-bottom: 1px solid #ccc;
}

.news p a {
  display: block;
  padding: 5px 0;
  font-style: italic;
  font: italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span {
  background: url(images/bg_noise.png) repeat;
  font: normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span {
  padding-left: 10px;
}

/* フッター
*****************************************************/
#footer-inner {
  padding: 10px 0;
}

#footerLogo {
  float: left;
  width: 265px;
  margin: 20px 0 0;
}
#footerLogo img {
  width: 100%;
  max-width: 260px;
}

.footer-info-wrap {
  width: 940px;
  margin: 0 auto 0;
  overflow: hidden;
  padding: 20px  0 20px 0;
}
.footer-info-wrap #footer-info {
  width: 66%;
  float: right;
  text-align: left;
  margin: 20px 0 0;
}
.footer-info-wrap #footer-info h2 {
  font-size: 100%;
  margin: 0 0 5px;
  border: none;
}
.footer-info-wrap #footer-info p {
  font-size: 76%;
  display: inline;
}
.footer-info-wrap #footer-info p.message {
  display: block;
}

#footer ul {
  float: left;
  font-size: 76%;
}

#footer ul li {
  display: block;
  text-align: left;
  margin: 0 20px 0;
}

#footer ul li a {
  display: block;
  overflow: hidden;
}

#footer ul li a:hover {
  text-decoration: underline;
}

#footer ul li li {
  display: block;
  padding: 0;
  margin-left: 5px;
}

#footer ul li li a {
  padding: 0 0 0 8px;
}

*:first-child + html #footer ul li {
  display: inline;
}

*:first-child + html #footer ul ul, *:first-child + html #footer ul li li a, *:first-child + html #footer ul li li {
  display: none;
}

#footer ul ul {
  padding-bottom: 0;
  width: auto;
}

#copyright {
  text-align: center;
  font-style: normal;
  font-size: 76%;
  zoom: 1;
}

#footer-partial-wrap {
  padding: 55px 0;
}
#footer-partial-wrap:after {
  content: "";
  display: table;
  clear: both;
}
#footer-partial-wrap .footer-partial {
  width: 33.3%;
  display: block;
  border-right: 1px solid #888;
  padding: 0 2%;
  float: left;
}
#footer-partial-wrap .footer-partial li {
  position: relative;
}
#footer-partial-wrap .footer-partial li span {
  display: block;
  padding: 0 0 0 40px;
  line-height: 30px;
}
#footer-partial-wrap .footer-partial li img {
  position: absolute;
  top: 0;
  left: 0;
}
#footer-partial-wrap .footer-partial .btn-footer-01 {
  margin: 0 0 15px;
}
#footer-partial-wrap .last {
  border: none !important;
}

/* page navigation
------------------------------------------------------------*/
.pagenav {
  clear: both;
  width: 100%;
  height: 30px;
  margin: 5px 0 20px;
}

.prev {
  float: left;
}

.next {
  float: right;
}

#pageLinks {
  clear: both;
  color: white;
  text-align: center;
}

/* トップページ ご挨拶
------------------------------------------------------------*/
#top-greeting-wrap {
  padding: 30px 0;
  background-repeat: repeat;
}
#top-greeting-wrap p {
  margin: 30px 0 0 0;
}
#top-greeting-wrap h3 {
  font-size: 24px;
}

/* トップページ お勧め商品
------------------------------------------------------------*/
#top-btn-wrap {
  padding: 20px 0;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.thumbWrap {
  width: 100%;
}
.thumbWrap .thumb li {
  float: left;
  width: 33.3%;
}
.thumbWrap .thumb li img {
  max-width: 94%;
  margin: 0 3%;
}

/* トップページ 最新記事3件
------------------------------------------------------------*/
.thumbWrap-news {
  width: 100%;
}

.thumb-news li {
  border-bottom: 1px dashed #fff;
}
.thumb-news li a {
  display: block;
  padding: 10px 0;
}
.thumb-news li a .news-li-time {
  float: left;
  width: 100px;
}
.thumb-news li a .news-li-title {
  padding: 0 0 0 100px;
  font-weight: normal;
  display: block;
}

#news-btn-wrap {
  margin: 20px 0 0 0;
  text-align: center;
}

/* 不動産最新記事
------------------------------------------------------------*/
#fudo_top_r-2_1 li {
  float: left;
  width: 23%;
  margin: 10px 1%;
  position: relative;
  background: url("/frc_theme24/wp-content/uploads/bg_fudo_li.jpg");
}
#fudo_top_r-2_1 li img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
#fudo_top_r-2_1 li span {
  margin: 0 15px;
  display: block;
}
#fudo_top_r-2_1 li span br {
  height: 0;
}
#fudo_top_r-2_1 li .new_mark {
  text-indent: -9999px;
  width: 82px;
  height: 82px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/frc_theme24/wp-content/uploads/icon_fudo_new.png") no-repeat left top;
}

#modelhouse, #links, #news, #free_space {
  width: 100%;
  margin: 0;
  padding: 35px 0;
}





#btn-modelhouse img {
  display: block;
/*  max-width: 100%;*/
/*  max-width: 500px;*/
  height: auto;
}



/* 物件詳細
------------------------------------------------------------*/
#list_simplepage2 table {
  margin: 0 0 20px;
}
#list_simplepage2 table th, #list_simplepage2 table td {
  padding: 3px;
}
#list_simplepage2 .list_detail_bottom_info {
  clear: both;
}
#list_simplepage2 .entry-title {
  font-size: 180%;
  margin: 30px 0;
  position: relative;
  padding: 0 0 0 40px;
}
#list_simplepage2 .entry-title .new_mark {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 2px 4px 2px 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 30%;
  border: none;
  color: #fff;
  margin: 3px 3px 7px 3px;
}
#list_simplepage2 .entry-excerpt {
  margin: 0 0 30px;
}
#list_simplepage2 .list_picsam {
  float: left;
  width: 320px;
  margin: 0 0 30px;
}
#list_simplepage2 .list_picsam img {
  width: 150px;
  margin: 5px;
  float: left;
}
#list_simplepage2 .list_price {
  padding: 0 0 0 350px;
  margin: 0 0 30px;
}
#list_simplepage2 .list_price table, #list_simplepage2 .list_price td, #list_simplepage2 .list_price th, #list_simplepage2 .list_price tr {
  border: none;
  background: none;
}
#list_simplepage2 .list_price dt {
  width: 200px;
  float: left;
  padding: 7px 4px 7px 4px;
}
#list_simplepage2 .list_price dd {
  padding: 7px 4px 7px 204px;
}
#list_simplepage2 #list_other, #list_simplepage2 .entry-content {
  margin: 0 0 30px;
}

/* トップページリンク 6個
------------------------------------------------------------*/
#btn-links-wrap {
  width: 764px;
  margin-left: auto;
  margin-right: auto;
}
#btn-links-wrap li {
  float: left;
  width: 250px;
  margin-right: 7px;
  text-align: center;
}
#btn-links-wrap li img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  #btn-links-wrap {
    width: 500px;
  }
  #btn-links-wrap li {
    width: 160px;
    margin-right: 10px
  }

}
@media only screen and (max-width: 550px) {
  #btn-links-wrap {
    width: 100%;
  }
  #btn-links-wrap li {
    width: 100%;
    float: none;
    margin: 0px; padding: 0px;
    text-align: center;
 }
  #btn-links-wrap li img {
    max-width: 250px;
  }
}


/* pagetop
------------------------------------------------------------*/
body a#scroll-to-top {
  right: -999px;
}

#pagetop {
  height: 50px;
  padding: 0 0 0 220px;
  width: 100%;
  display: block;
  text-align: center;
}
#pagetop span {
  display: inline-block;
  text-indent: -9999px;
  background-position: center top;
  background-repeat: no-repeat;
  height: 50px;
  width: 80px;
}

/* コンテンツ　タブレット用
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
  #header {
    display: none;
  }

  #navInfo {
    text-align: center;
  }

  .list_picsam {
    float: none;
    width: 100%;
  }

  #sp-navWrap {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  #sp-navWrap nav#mainNav {
    margin: 0;
    position: relative;
  }
  #sp-navWrap nav#mainNav .inner {
    margin: 0;
    z-index: 2;
    width: 100%;
  }
  #sp-navWrap nav#mainNav .inner img {
    display: none;
  }
  #sp-navWrap nav#mainNav #Logo {
    margin: 15px 0;
  }
  #sp-navWrap nav#mainNav #Logo img {
    position: absolute;
    z-index: 1;
    top: 60px;
    left: 50%;
  }

  #frontWrap {
    padding-top: 30%;
    padding-left: 0;
  }
  #frontWrap h2 {
    text-align: center;
  }
  #frontWrap p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  #frontWrap p img {
    margin: 0 auto;
  }

  #pagetop {
    padding: 0;
  }
}
/* コンテンツ　幅648px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 648px) {
/*  #btn-links-wrap li {
    width: 25.3%;
    margin: 10px 4%;
  }*/

  #frontWrap {
    padding-top: 30%;
    padding-left: 0;
  }
  #frontWrap h2 {
    font-size: 250%;
  }
  #frontWrap p {
    font-size: 124%;
    margin: 0 auto 10px;
  }

  #fudo_top_r-2_1 li {
    width: 31.3%;
    margin: 10px 1%;
  }



  table#list_add td, table#list_add th {
    display: block;
    min-height: 27px;
    padding-top: 2px;
  }

  table#list_other td, table#list_other th {
    display: block;
    min-height: 27px;
    padding-top: 2px;
  }

  .list_detail {
    width: 100%;
    float: left;
  }
  .list_detail .list_price {
    padding: 0px !important;
  }
}
/* コンテンツ　959px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
  #footer-partial-wrap .footer-partial {
    width: 98%;
    border-right: none;
    padding: 20px 1%;
  }
  #footer-partial-wrap .footer-partial ul {
    padding: 0;
  }
  #footer-partial-wrap .footer-partial .btn-footer-01, #footer-partial-wrap .footer-partial .btn-footer-02 {
    margin: 0 auto 15px auto;
  }
}
/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px) {
  #sp-navWrap {
    display: none;
  }

  #pc-navWrap {
    display: block;
  }

  #navInfo {
    padding: 15px;
  }

  #pc-navWrap {
    position: fixed;
    width: 220px;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
  }
  #pc-navWrap #Logo {
    margin: 60px 30px;
    border: none;
  }

  nav#mainNav {
    padding: 0;
  }

  .panel ul {
    width: 100%;
    border-top: 1px solid #333;
  }
  .panel ul li {
    position: relative;
    border-bottom: 1px solid #333;
  }
  .panel ul li a {
    height: 70px;
    display: block;
    font-size: 100%;
    padding: 10px 0 10px 30px;
  }
  .panel ul li a img {
    position: absolute;
  }
  .panel ul li a span {
    display: inline-block;
    line-height: 50px;
    padding: 0 0 0 60px;
  }

  nav div.panel {
    display: block !important;
  }

  a#menu {
    display: none;
  }

  /* 親メニュー */
  .panel ul li.current-menu-item a, .panel ul li a:hover, .panel ul li a:active {
    color: #333333;
  }
  .panel ul li.menu-item-has-children {
    cursor: pointer;
  }

  .panel ul ul {
    width: 220px;
  }

  .panel ul li ul {
    display: none;
  }

  .panel ul li:hover ul {
    display: block;
    position: absolute;
    top: 0px;
    left: 220px;
  }
  .panel ul li:hover ul li {
    position: relative;
    border-bottom: 1px solid #333;
    background: #000;
  }
  .panel ul li:hover ul li a {
    height: 70px;
    display: block;
    font-size: 80%;
    padding: 10px 0 10px 20px;
  }
  .panel ul li:hover ul li a img {
    position: absolute;
  }
  .panel ul li:hover ul li a span {
    display: inline-block;
    line-height: 50px;
    padding: 0 0 0 50px;
  }

  .panel ul li:hover ul li:last-child {
    border: 0;
  }
}
/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
  nav#mainNav {
    clear: both;
    width: 100%;
    margin: 0 auto;
  }

  nav#mainNav .inner {
    width: 98%;
    margin: 10px auto 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
  }

  nav#mainNav a.menu {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-align: left;
    color: white;
    background: url(images/menuOpen.png) no-repeat 5px 10px;
  }

  nav#mainNav a#menu span {
    padding-left: 2.5em;
  }

  nav#mainNav a.menuOpen {
    border-bottom: 0;
    color: white;
    background: #777777 url(images/menuOpen.png) no-repeat 5px -32px;
  }

  nav#mainNav a#menu:hover {
    cursor: pointer;
  }

  nav .panel {
    display: none;
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
    font-size: 76%;
  }

  .panel ul {
    margin: 0;
    padding: 0;
  }

  .panel ul li {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
    line-height: 1.2;
  }

  .panel ul li a, .panel ul li.current-menu-item li a {
    display: block;
    width: 100%;
    padding: 1em 0;
    text-align: left;
/*    color: #333333;*/
  }

  .panel ul li a span {
    padding-left: 1em;
  }

  .panel ul li.current-menu-item a, .panel ul li a:hover, .panel ul li.current-menu-item a, .panel ul li a:active, .panel ul li li.current-menu-item a, .panel ul li.current-menu-item li a:hover, .panel ul li.current-menu-item li a:active {
    color: #333333 !important;
  }

  .panel ul li li {
    float: left;
  }

  .panel ul li li a, .panel ul li.current-menu-item li a, .panel ul li li.current-menu-item a {
    background: url(images/sub1.png) no-repeat 20px 50%;
  }

  .panel ul li li.current-menu-item a {
    background: url(images/sub1.png) no-repeat 20px 50%;
  }

  .panel ul li li:last-child a {
    background: url(images/subLast.png) no-repeat 20px 50%;
  }

  .panel ul li li:last-child.current-menu-item a {
    background: url(images/subLast.png) no-repeat 20px 50%;
  }

  .panel ul li li a span {
    padding-left: 35px;
  }

  nav div.panel {
    float: none;
  }

  #mainImg {
    margin-bottom: 0;
  }

  .thumb-news li {
    float: none;
    width: 100%;
/*    font-size: 82%;*/
  }

  #box_Tel {
    width: 98%;
    margin: 5px 1% 0 1%;
    position: static;
    text-align: center;
    padding: 5px 0 5px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  #box_Tel p.sp-none {
    display: none;
  }
}
/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
  #sp-navWrap {
    display: block;
  }

  #pc-navWrap {
    display: none;
  }

  #wrapper, #header, .inner {
    width: 100%;
    margin: 0;
  }

  #header h1 {
    padding: 5px 0 0;
    text-align: center;
  }

  #header h2 {
    padding: 0px;
  }

  #header #Logo {
    width: 100%;
    position: static;
    top: 0;
    margin: 20px 0 0 0;
  }

  #headerInfo {
    padding-right: 10px;
  }

  .right-bg {
    background: none;
    background-repeat: no-repeat;
  }

  .left-bg {
    background: none;
    background-repeat: no-repeat;
  }

  nav#mainNav {
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .breadcrumbs {
    padding-right: 10px;
    padding-left: 10px;
  }

  .panel ul, .thumbWrap {
    margin: 0 auto;
  }

  .panel ul ul {
    padding: 0;
  }

  nav div.panel {
    float: none;
  }

  #mainImg {
    width: 100%;
    height: 250px;
  }
  #mainImg div {
    width: 100%;
  }
  #mainImg div h2 {
    margin: 0 0 0 15px;
  }

  #content, #sidebar {
    clear: both;
    width: 95%;
    float: none;
    margin: 0 auto;
    padding: 10px 0;
  }

  #banners {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #banners p {
    width: 100%;
    float: none;
    text-align: center;
  }
  #banners p img {
    max-width: 70%;
    height: auto;
  }

  section.widget_search {
    text-align: center;
  }

  #contactBanner {
    margin: 0 auto;
  }

  #footer {
    margin: 0;
    border: 0;
    text-align: center;
    position: relative;
  }
  #footer:after {
    content: "";
    display: table;
    clear: both;
  }

  #footerLogo {
    float: none;
    width: auto;
    padding-bottom: 20px;
    text-align: center;
  }

  .footer-info-wrap {
    width: 100%;
  }
  .footer-info-wrap #footer-info {
    width: 100%;
    float: none;
    text-align: center;
  }

  #footer ul, #footer ul ul {
    float: none;
    display: block;
    text-align: center;
    padding: 20px 0;
  }

  #copyright {
    float: none;
    text-align: center;
  }

  .home #hgroup, #hgroup {
    position: static;
    margin: 0 auto;
    text-align: center;
    left: 0;
    top: auto;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  .home #hgroup img, #hgroup img {
    max-width: 100%;
    height: auto;
  }

  #top-greeting-wrap h3, #top-greeting-wrap ul, #top-greeting-wrap ol, #top-greeting-wrap p {
    width: 94%;
    margin: 0 3%;
  }

  .right-bg, .left-bg {
    background: none !important;
  }
}
/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px) {
  #Logo img {
    width: 100%;
    max-width: 297px;
  }

  #mainImg {
    width: 100%;
    height: 250px;
  }

  .thumbWrap .thumb li {
    float: none;
    width: 94%;
    text-align: center;
    margin: 0 3% 20px 3%;
  }
  .thumbWrap .thumb li img {
    max-width: 70%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
  }
  .thumbWrap .thumb li p {
    width: 100%;
  }

  #top-btn-wrap {
    padding: 0px 0;
  }

  #box_Tel p {
    display: block;
    padding: 0px;
  }

  .metaslider {
    border: none !important;
  }

  #footer-info p {
    display: block !important;
  }

  h2.toptitle {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
}
/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
  #header {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .header-inner-left, #footerLogo, #headerInfo {
    float: none;
    padding: 0;
  }

  #headerInfo {
    width: 250px;
    margin: 0 auto;
  }
  #headerInfo p {
    padding: 0;
    text-align: center;
  }

  img.alignright, img.alignleft {
    display: block;
    margin: 5px auto;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  .alignright, .alignleft {
    float: none;
  }

  #footer ul {
    text-align: center;
    padding: 15px;
  }

  #footer ul ul {
    padding: 0;
  }

  #top-greeting-wrap {
    padding: 20px 0;
  }
}
/* 追加
------------------------------------------------------------*/
.h3-product {
  text-align: center;
  font-size: 150%;
}

.des-product {
  width: 80%;
  margin: 0 auto;
}

.metaslider {
  margin-left: auto;
  margin-right: auto;
}

.home #content,
.home #sidebar {
  padding-top: 5px;
}

#sidebar span {
  display: block;
  padding: 2px 3px 0 3px;
}

h2.toptitle {
  margin-top: 0px;
  font-size: 25px;
}

.content {
  margin-bottom: 0;
}

.scqrcode {
  text-align: center;
}

.textwidget {
  padding: 10px;
}

.textwidget > iframe {
  width: 100% !important;
}

.content-bottom {
  margin-top: 10px;
}

.only-top-content-bottom {
  margin-top: 10px;
}

section.widget > .textwidget {
  padding: 0;
}

section.widget > .textwidget a {
  padding: 0;
  background: none;
}

section.widget > .textwidget img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* フェイスブックのタイムラインをレスポンシブに
------------------------------------------------------------*/
.only-top-content-bottom .fb-like-box,
.only-top-content-bottom .fb-like-box span,
.only-top-content-bottom .fb-like-box iframe {
  width: 100% !important;
}



.bukken_cfield {

}
.bukken_cfield dt span {
  border-left: 1px solid #4f0909;
  padding-left: 10px;
}

.bukken_list {

  padding: 20px;
  background-image: url(images/black_opacity.png);
  background-repeat: repeat;
}



.bukken_list_left,
.bukken_list_right {
  float: left;
}
.bukken_list_left {
  text-align: center;
}
.bukken_list_right {
  text-align: left;
}


/* 物件・賃貸の一覧・詳細
********************************************/

.bukken_cfield dl {
  position: relative;
  border-bottom: 1px dashed #CCC;
  padding: 8px 0 8px 0;
}
.bukken_cfield dt,
.bukken_cfield dd {
  padding-top: 2px;
  padding-bottom: 2px;
}
.bukken_cfield dt {
  position: absolute;
}
.bukken_cfield dd {
  padding-left: 75px;
}




.bukken_list {
  position: relative;
}

.bukken_list_left {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 210px;
  /* width: 25%; */
  text-align: left;

}
.bukken_list_right {
  padding-left: 210px;
  width: 100%;

}
.bukken_list_left img {
  width: 90%;
}
/* 768以下の場合 */
@media only screen and (max-width: 600px) {

  .bukken_list_right {
    width: 100%;
    padding-left:0px;
  }
  .bukken_list_left {
    position: inherit;
    text-align: center;
    top: inherit; left: inherit;
    width: 100%;
    margin-bottom: 10px;
  }
  .bukken_list_left img {
    width: 100%;
  }
}




.point_icon {
  margin-top: 15px;
}
.point_icon a {
  font-size: 13px;
  background-color:#005b3c;
  width: auto;
  padding: 3px 8px;
  border-bottom: 2px solid #222222;
  color: #FFF;
}
a.bukken_link {
  color: #FFF;
  font-size: 16px;
  margin-left: 20px;
  color: #FFF;
}

#Pagenavi {
  text-align: center;
  margin-bottom: 50px;
}



.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: none!important;
  padding: 3px 10px!important;
  margin: 2px;
  background-color: #000;
  color: #FFF;
}
.wp-pagenavi span.current {
  background-color: #808080;
  color: #000;
}


/*.bukken_cfield {
  padding-bottom: 15px;
  margin-bottom:  15px;
}
.bukken_cfield dl {
  border-bottom: 1px dashed #7F7F7F;

}

.bukken_cfield dt,
.bukken_cfield dd {

  padding-bottom: 35px;
  margin-bottom:  10px;
}
.bukken_cfield dt {
  float: left;
  width: 20%;
  padding-left: 5px;

}

.bukken_cfield dd {

  float: left;
  width: 80%;
}*/




dl.dl-xsw {

}
dl.dl-xsw dt,
dl.dl-xsw dd {
  float: none;
  border-bottom: none;
  padding: 0px; margin: 0px;
  width: 100%;
}
dl.dl-xsw dt {
  border-bottom: 1px dashed #CCC;
/*  border-left: 3px solid #FF0000;*/
  margin-bottom: 5px;
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}
dl.dl-xsw dd {
  margin-bottom: 10px;
  text-align: right;
}

.tabname {
  display: none;
}
.tabname-xsw {
  display: inherit;
  margin-bottom: 20px;
  background-color: #000;
  color: #CCC;
  padding: 5px;
  border-bottom: 3px solid #555;
  border-left: 3px solid #4F0909;
  padding-left: 10px;
  position: relative;
  margin-top: 30px;
}
.tabname-xsw a {
  position: absolute;
  font-size: 10px;
  right: 10px;
  top:10px;
  color: #CCC;
}



#Bukken-single {
  /*position: relative;*/
}
#Bukken-single-left {
  float: left;
  /*width: 400px;*/
  width: 40%;

}
#Bukken-single-right {
  float: left;
  padding-left: 15px;
  width: 60%;
}

#Bukken-single-right ._inner {
  background-image: url(images/black_opacity.png);
  background-repeat: repeat;
  padding: 30px;
  width: 100%;
/*  height: 430px;*/
}


/*.bukken_cfield3 dl {
  border-bottom: 1px dashed #7F7F7F;
  padding-bottom: 15px;
  margin-bottom:  15px;
}*/
.bukken_cfield3 dt,
.bukken_cfield3 dd {

}
.bukken_cfield3 dt {
  float: left;
  width: 100px;
}
.bukken_cfield3 dd {
  float: left;
}
#Gmap-wrapper {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
/*  margin-left: 2%;
  margin-right: 2%;*/
  width: 100%;
}
#gmap {
  margin-left: auto;
  margin-right: auto;
}
#map_address {
  width: 96%;
  margin: 0 auto 20px auto;
}
/* 768以下の場合 */
@media only screen and (max-width: 768px) {
  #Bukken-single-left, #Bukken-single-right {
    float: none;
    width: 100%;
  }
  #Bukken-single-right {
    padding-left:0px;
  }
/*  #Gmap-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }*/
}

.rg-image-wrapper {
  margin-bottom: 5px;
}
.rg-view {
  display: none;
}

/*h2.title {
  border-bottom: 3px solid #9d9d9d;
  background-color: #000;
  font-size: 20px;
  padding: 7px 10px;
  margin-bottom: 15px;
  text-align: left;
}
h2.title span {
  border-left: 5px solid #FF0000;
  padding-left: 10px;
}*/


/*h3.subttl_1 {
  background-color: #000;
  border-bottom: none;
  padding: 7px;
  padding-left: 10px;
  border-left: 1px solid #FF0000;
  margin-bottom: 20px;
  border-bottom: 2px solid #555;
}*/

.wp-pagenavi {
  text-align: center;
  margin-bottom: 30px;
}

#feas-0 {
  background-image: url(images/black_opacity.png);
  background-repeat: repeat;
/*  border-radius:10px;*/
  padding: 20px;

}
#search-result {
  background-image: url(images/black_opacity.png);
  background-repeat: repeat;
  border-radius:10px;
  padding: 20px;
  margin-bottom: 10px;
}

#feas-0 select {
  display: block;
}
#feas-0 input {
  width: inherit;
  text-align: left;
}
#feas-0 div {
  margin: 10px 10px 10px 0;
  margin-bottom: 15px;
}


input[type="checkbox"] {
  margin-right: 10px;
  margin-bottom: 10px;
}
.stitle {
  border-bottom: 1px solid #CCC;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
}
div.s-select {
  display: inline;
}
.search_element_0 {

}

div.s-box {
/*  margin-bottom: 50px!important;*/
}

#s-button {
  text-align: center;
}
#feas-submit-button-0 {
  margin-left: auto;
  margin-right: auto;
}

#search-mess {
/*  margin-bottom: 10px;*/
}

#top-btn-wrap, #top-greeting-wrap, #news, #box_a, .list_simple_box {
  border-bottom: 1px solid #FFF;
}

.noimg {
/*  background-image: url(images/noimg.jpg);*/
  background-position: center center;
  background-repeat: no-repeat;
  height: 340px;
  text-align: center;
  padding-top: 150px;
  font-size: 34px;
  color: #555;
  font-family: "MS 明朝", serif;
}
.noimg2 {
  width: 190px;
  height: 190px;
/*  background-image: url(images/noimg.jpg);*/
  background-position: center center;
  background-repeat: no-repeat;
/*  background-size: 190px 190px;*/
  text-align: center;
  padding-top: 85px;
  font-size: 26px;
  color: #555;
  font-family: "MS 明朝", serif;
}
@media only screen and (max-width: 768px) {
  .single-noimg2 {
    width: 100%;
  }
  .single-noimg {
    margin: 2%;
    width: 96%;
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;   
  }
  #Bukken-single-right, .tab-content {
/*    margin: 2%;*/
/*    width: 96%;*/
  }
}

/*.class_fclear1 {
  display: none;
}
#Bukken-single-right.class_fclear2 {
  float: none;
  width: 100%;
}*/

/*#feas-sort-menu a {
  display: block;
  height: 100px;
  width: 30px;
}*/

#free_space ._inner,
#free_space .only-top-content-bottom {
  margin:0px; padding:0px;
}



/*.bukken_cfield4 dl {
  border-bottom: 1px dashed #F7F7F7;
  position: relative;
  padding-bottom: 15px;
  margin-bottom:  15px;
}
.bukken_cfield4 dt,
.bukken_cfield4 dd {

}
.bukken_cfield4 dt {
  text-align: left;
  width: 150px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.bukken_cfield4 dd {
  text-align: left;
  padding-left: 150px;
}*/
@media only screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
/*  .bukken_cfield4 dl {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .bukken_cfield4 dt {
    position: inherit;
    width: 100%;
  }
  .bukken_cfield4 dd {
    padding-left: 0px;
  }*/

}



ul.ultab {
  border-bottom: 1px solid #4F0909;
/*  padding-left: 5px;*/
  margin-bottom: 10px;
}

ul.ultab li {
  float: left;
}
ul.ultab li a {
  color: #CCC;
  display: block;
  padding: 7px 15px;
  background-color: #000;
  margin-right: 2px;

  border-radius: 2px 2px 0px 0px;

}

ul.ultab li.active a {
  background-color: #4F0909;
  color: #ccc;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: inherit;
}
#tab-content-0 {
  display: inherit;
}

#navInfo2 {
  padding: 10px;
  text-align: left;
}


#Contact-form-wrapper {
  margin-top: 50px;
}
#Contact-form-wrapper table th,
#Contact-form-wrapper table td {
  padding: 7px;
}

#sendBT {
  text-align: center;
}





/* メインメニュー　PC用
------------------------------------------------------------*/
/*@media only screen and (min-width: 649px) {*/
@media only screen and (min-width: 770px) {
  #sp_tab_content {
    display: none;
  }

  #pc_tab_content {
    margin-bottom: 20px;
  }
  #pc_tab_content dl {
    border-bottom: 1px dashed #CCC;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #pc_tab_content dt {
    position: absolute;
    width: 150px;
  }
  #pc_tab_content dd {
    margin-left: 150px;
  }
}

/* コンテンツ　幅648px以下から
------------------------------------------------------------*/
/*@media only screen and (max-width: 648px) {*/
@media only screen and (max-width: 769px) {
  #pc_tab_content {
    display: none;
  }
  ul.ultab {
    display: none;
  }
  #sp_tab_content h3.sp_tab_title {
    background-color: #000;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 7px;
    border-bottom: 3px solid #555555;
    border-left: 3px solid #4F0909;
    margin-bottom: 20px;
    position: relative;
  }
  #sp_tab_content h3.sp_tab_title a {
    color: #FFF;
    font-size: 12px;
    right: 10px;
    top: 8px;
    position: absolute;
    display: block;

  }
  #sp_tab_content dl {
    margin-bottom: 10px;
  }
  #sp_tab_content dt {
    border-bottom: 1px dashed #CCC;
    padding-bottom: 7px;
    margin-bottom: 7px;
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
  }
  #sp_tab_content dd {
/*    padding-left: 12px;*/
    text-align: right;
  }
  #container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bukken_cfield5 ul.ultab {
    display: none;
  }


}

/* コンテンツ　タブレット用
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
  #news {
    padding: 20px;
  }
}



/*#btn-modelhouse {}
#btn-modelhouse-left {
  width: 49%;
  float: left;
  padding-right: 1%;
}
#btn-modelhouse-right {
  width: 49%;
  float: left;
  padding-left: 1%;
}

#btn-modelhouse-left img,
#btn-modelhouse-right img {
}
#btn-modelhouse-left img {
  margin-left: auto;
}
#btn-modelhouse-right img {
  margin-right: auto;
}

@media only screen and (max-width: 1000px) {
  #btn-modelhouse-left img,
  #btn-modelhouse-right img {
    width: 100%;
  }
}

@media only screen and (max-width: 648px) {
  #btn-modelhouse-left,
  #btn-modelhouse-right {
    float: none;
    width: 350px;
    padding-left: 0%;
    padding-right: 0%;
    margin: 0 auto;
  }
  #btn-modelhouse-left {
    padding-bottom: 10px;
  }
}*/

#modelhouse .inner {
  padding-left: 20px;
  padding-right: 20px;
}

#btn-modelhouse {
  width: 764px;
  margin-left: auto;
  margin-right: auto;
}
#btn-modelhouse-left {
  width: 375px;
  float: left;
  padding-right: 7px;
}
#btn-modelhouse-right {
  width: 375px;
  float: left;
  padding-left: 7px;
}

/*#btn-modelhouse-left img,
#btn-modelhouse-right img {
}
#btn-modelhouse-left img {
  margin-left: auto;
}
#btn-modelhouse-right img {
  margin-right: auto;
}*/

@media only screen and (max-width: 1020px) {
  #btn-modelhouse {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  #btn-modelhouse-left {
    width: 345px;
    padding-right: 5px;
  }
  #btn-modelhouse-right {
    width: 345px;
    padding-left: 5px;
  }
}

@media only screen and (max-width: 730px) {
  #btn-modelhouse {
    width: 100%;
  }
  #btn-modelhouse-left,
  #btn-modelhouse-right {
    width: 100%;
    float: none;
    padding: 0px;
    text-align: center;
  }
  #btn-modelhouse-left img,
  #btn-modelhouse-right img {
    display: inline;
  }
}


#only-top-content-bottom ._2p3a {
  text-align: center;
  margin-left: auto!important;
  margin-right: auto!important;
}

#mainImg {
  position: relative;
}


/* 下層ページ　メイン画像　のスタイル */
#mainImg .main_img_text {
  position: absolute;
  left: 280px;
  top: 120px;
  font-size: 24px;
  color: #000;
}
@media only screen and (max-width: 959px) {
  #mainImg .main_img_text {
    position: inherit;
    left: inherit;
    top: inherit;
    text-align: center;
    padding-top: 100px;
/*    font-size: 20px;*/
  }
}
@media only screen and (max-width: 648px) {
  #mainImg .main_img_text {
/*    font-size: 24px;*/
  }
}

@media only screen and (max-width: 648px) {
  #frontWrapBanner img {
    width: 100%;
  }
}



/* 不動産の画像フェード処理 */
.mainimg {
  background-color: #FFF;
}
.mainimg img {
  vertical-align: bottom;
}
ul.subimgs li {
  cursor: pointer;
  margin-bottom: 5px;
}
ul.subimgs li img {
  width: 19%;
  padding-right: 1.15%;
  float: left;
  margin-bottom: 5px;
  

}
ul.subimgs li.last-line img {
  padding-right: 0px;
}


#contact-info {
border: dashed 1px #FF4715;
background-color: #fff;
max-width: 630px;
margin: 25px auto;
padding: 20px 20px 5px;
}