@charset "UTF-8";
/*
Theme Name: AlnetHome
Author: Alnethome
Description: アルネットホーム 3展示場
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
/*---------------------------
リセット
----------------------------*/
body {
 background: #ffffff;
}
a {
 color: #333;
 text-decoration: none;
 overflow: hidden;
 outline: none;
 font-size: 1em;
}
a:hover {
 text-decoration: underline;
}
a:focus {
 outline: none;
}
a:hover, a:active {
 outline: 0;
}
h1, h2, h3, h4, h5, h6 {
 font-weight: 700;
 margin: 0;
 padding: 0;
 line-height: 1.4;
}
h1 {
 font-size: 22px;
 font-size: 2.2rem;
}
h2 {
 font-size: 20px;
 font-size: 2rem;
}
h3 {
 font-size: 18px;
 font-size: 1.8rem;
}
h4, h5, h6 {
 font-size: 16px;
 font-size: 1.6rem;
}
address {
 font-style: normal;
}
abbr[title] {
 border-bottom: 1px dotted #2b2b2b;
 cursor: help;
}
sup, sub {
 font-size: 75%;
 height: 0;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
}
sup {
 bottom: 1ex;
}
sub {
 top: .5ex;
}
dl {
 margin-bottom: 24px;
}
dt {
 font-weight: bold;
}
dd {
 margin-bottom: 24px;
}
/*ul, ol {
  list-style: none;
  margin: 0;
}*/
img {
 -ms-interpolation-mode: bicubic;
 border: 0;
}
figure {
 margin: 0;
}
fieldset {
 border: 1px solid rgba(0, 0, 0, 0.1);
 margin: 0 0 24px;
 padding: 11px 12px 0;
}
legend {
 white-space: normal;
}
button, input, select, textarea {
 box-sizing: border-box;
 font-size: 100%;
 margin: 0;
 max-width: 100%;
 vertical-align: baseline;
}
button, input {
 line-height: normal;
}
input, textarea {
 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
 -webkit-appearance: button;
 cursor: pointer;
}
button[disabled], input[disabled] {
 cursor: default;
}
input[type="checkbox"], input[type="radio"] {
 padding: 0;
}
input[type="search"] {
 -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
 overflow: auto;
 vertical-align: top;
}
table, th, td {
 border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
 border-collapse: collapse;
 border-spacing: 0;
 border-width: 1px 0 0 1px;
 margin-bottom: 24px;
 width: 100%;
}
caption, th, td {
 font-weight: normal;
 text-align: left;
}
th {
 border-width: 0 1px 1px 0;
 font-weight: bold;
}
td {
 border-width: 0 1px 1px 0;
}
del {
 color: #767676;
}
hr {
 background-color: rgba(0, 0, 0, 0.1);
 border: 0;
 height: 1px;
}
/*---------------------------
Clearfix
----------------------------*/
.clearfix:after {
 content: " ";
 display: block;
 visibility: hidden;
 clear: both;
 height: 0.1px;
 font-size: 0.1em;
 line-height: 0;
}
.clearfix {
 min-height: 1px;
 zoom: 1;
}
* html .clearfix {
 height: 1px;
}
@media screen and (max-width: 640px) {
 .w-90 {
  width: 90% !important;
 }
}
.w-90 {
 max-width: 1120px !important;
 margin: auto;
 text-align: center;
}
/*---------------------------
Cleartext
----------------------------*/
.cleartext {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
}
/*---------------------------
共通設定
----------------------------*/
/* font-awesome */
i.fa {
 display: inline-block;
 font-family: FontAwesome;
 font-style: normal;
 font-weight: normal;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
img {
 max-width: 100%;
 height: auto;
}
div.index-box {
 background: #fff;
 line-height: 0;
}
.breadcrumbs span {
 font-size: 12px;
 font-size: 1.2rem;
}
span.hide {
 display: none !important;
}
.text-green {
 color: #2FAC81;
}
.shadow-lg {
 box-shadow: 0 0.5rem 0.9rem rgba(0, 0, 0, .5) !important;
}
a.card, a.card:hover {
 text-decoration: none;
}
a.card .card-title, a.card .card-text {
 font-family: 'Open Sans', sans-serif;
 font-weight: 600;
}
a.card .card-title {
 letter-spacing: 0.1rem;
}
b.click {
 position: relative;
 border-radius: 20px;
 border: 3px solid #444;
 padding: 0px 25px;
}
b.click:after {
 display: block;
 content: "\f30c";
 font-family: "Font Awesome 5 Free";
 position: absolute;
 top: 10%;
 right: -5%;
 font-weight: 900;
 font-size: 3rem;
 transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
 .h1 {
  font-size: 1.8rem;
 }
 .h2 {
  font-size: 1.6rem;
 }
 b.click {
  position: relative;
  border-radius: 20px;
  border: 2px solid #444;
  padding: 0px 15px;
  letter-spacing: 0;
 }
 b.click:after {
  display: block;
  content: "\f30c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 10%;
  right: -5%;
  font-weight: 900;
  font-size: 2rem;
  transform: rotate(-45deg);
 }
 .card-deck {
  width: 100% !important;
  margin: 0 auto;
  text-align: center;
 }
 .card {
  padding: 0 !important;
 }
 .card-body {
  text-align: center;
  margin: auto;
  width: 100%;
 }
 .card-img img {
  width: 100% !important;
  height: auto;
  display: block;
  text-align: center;
  margin: 0 auto !important;
 }
}
.card-deck {
 max-width: 1200px;
 width: 90%;
 margin: 0 auto;
 text-align: center;
}
.card-body {
 text-align: center;
 margin: auto;
}
.card-img img {
 max-width: 100%;
 height: auto;
 display: block;
 text-align: center;
 margin: 0 auto !important;
}
@media screen and (min-width: 1081px) {
 /* PCレイアウト */
 .sp-only {
  display: none !important;
 }
 .tab-only {
  display: none !important;
 }
 .tab-sp-only {
  display: none !important;
 }
 /* グリッド */
 .grid_1 {
  width: 11.33%;
  max-width: 136px;
 }
 .grid_2 {
  width: 24%;
  max-width: 288px;
 }
 .grid_3 {
  width: 36.66%;
  max-width: 440px;
 }
 .grid_4 {
  width: 49.33%;
  max-width: 592px;
 }
 /* ヘッダーフッター共通 */
 div.hf-common {
  height: 53px;
 }
 div.hf-common #hfLogo {
  width: 230px;
  height: auto;
  position: relative;
  top: 30px;
  left: 2px;
 }
 /*変更*/
 .header_link_area {
  position: absolute;
  top: 2px;
  right: 0;
 }
 .header_link_area li {
  line-height: 1.3;
 }
 .header_link_area ul li a {
  font-size: 10px;
  position: relative;
 }
 .header_link_area ul li a::before {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #000;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -4px;
 }
 /*ここまで*/
 #footerInner div.contact-tel-wrap {
  width: 206px;
  min-height: 50px;
  position: absolute;
  right: 160px;
  bottom: 45px;
  font-weight: 700;
  font-size: 28px;
  font-size: 3.0rem;
  line-height: 1;
  letter-spacing: 0.05em;
  background: url("../images/common/tel.png") no-repeat 0 5px;
  padding-left: 30px;
 }
 #footerInner p.contact-information {
  width: 170px;
  font-size: 10px;
  font-size: 1rem;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 46px;
 }
 #headerInner div.contact-tel-wrap {
  display: none;
 }
 /*変更*/
 #headerInner p.contact-information {
  font-size: 11px;
  width: auto;
  font-size: 1.1rem;
  text-align: center;
  position: absolute;
  left: 260px;
  top: 30px;
 }
 #headerInner p.contact-information span {
  font-size: 11px;
 }
 /*ここまで*/
 /* ヘッダー */
 /*  header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }*/
 div#headerInner {
  position: relative;
 }
 /*  header nav {
    width: 100%;
    height: 30px;
  }*/
 /* フッター */
 /*  footer {
    background: #fff;
  }
  div#footerInner {
    position: relative;
    padding: 30px 0 20px;
  }
  footer div.house-area-btn {
    top: 32px;
    right: 0;
  }
  footer div.request-btn {
    top: 32px;
  }
  footer div.contact-tel-wrap {
    top: 425px;
  }
  footer p.contact-information {
    right: 0;
    top: 424px;
  }
*/ div.hf-common #hfLogo {
  top: 10px;
 }
 div.max-only div#hfLogo img {
  float: left;
  margin-right: 25px;
  margin-top: 22px;
 }
 div.max-only p.caption {
  float: left;
  margin-top: 42px;
  font-size: 11px;
 }
 /* footer nav ul {
    list-style-image: url("../images/common/list_mark.gif");
    float: left;
    margin-right: 3.8%;
    line-height: 34px;
    font-size: 11px;
  }
  footer nav ul.first {
    margin-left: 20px;
  }
  footer nav ul.second li {
    width: 99px;
  }
  footer nav ul.third li {
    width: 121px;
  }
  footer nav ul.fourth li {
    width: 99px;
  }
  footer nav ul.fifth li {
    width: 99px;
  }
  footer nav ul.sixth li {
    width: 110px;
  }
  footer nav ul.last {
    float: left;
    margin-right: 0px;
  }
  footer nav ul li.marknone {
    list-style-image: none;
  }
  footer nav ul li {
    font-size: 11px;
  }
  p.footer-copy {
    text-align: right;
    font-size: 11px;
    font-size: 1.1rem;
  }
  p.footer-copy small {
    font-size: 1em;
  }*/
 /* 共通コンテンツ */
 div#contentWrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 0;
 }
 div#mainContainer, div#headerInner, div#footerInner {
  width: 93.75%;
  max-width: 1200px;
  margin: 0 auto;
 }
 div#headline {
  width: 100%;
  height: 17px;
  line-height: 30px;
  margin-bottom: 20px;
  position: relative;
 }
 div#headline .share-box {
  position: absolute;
  top: 0;
  right: 0;
 }
 div#headline .share-box .wp_social_bookmarking_light div.wsbl_facebook_like {
  min-width: 105px;
 }
 .wp_social_bookmarking_light {
  padding: 0px 0 20px !important;
 }
 div#headline p {
  margin: 0;
 }
 div#headline p span {
  width: 49px;
  display: inline-block;
  margin: 0 12px;
 }
 div#headline p span img {
  width: 100%;
  height: auto;
 }
 div#wrapper {
  width: 100%;
  background: url("../images/common/pc_bg.png") repeat;
  /*  padding: 104px 0 0;*/
 }
 /* For new h1h2 */
 div#box_h2 {
  clear: both;
  width: 1080px;
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 40px;
 }
 div#box_h2 p {
  margin-left: 40px;
  margin-right: 40px;
  text-align: center;
 }
 /* お役立ちコンテンツ */
 #housingNews {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 40px;
 }
 #housingNews h2 {
  text-align: center;
  padding-bottom: 15px;
  font-size: 13px;
 }
 #housingNews ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
 }
 #housingNews ul li {
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  /*	float: left;*/
 }
 #housingNews ul li:first-child, #housingNews ul li:nth-child(2n+1) {
  margin-right: 25px;
  /*	clear: left;*/
 }
 .nav02 ul.menu__second-level {
  width: 200px !important;
 }
 .nav04 ul.menu__second-level {
  width: 420px !important;
 }
 .nav06 ul.menu__second-level {
  width: 200px !important;
 }
 ul.menu__second-level {
  overflow: hidden;
  height: 0;
  transition: .2s;
  opacity: 0;
 }
 ul.menu__second-level li ul {
  margin-top: -1px;
  border-right: 1px solid #ec4141;
  border-left: 1px solid #ec4141;
 }
 ul.menu__second-level li.ttl {
  background-color: #db413f;
  line-height: 40px;
 }
 ul.menu__second-level li.ttl span {
  padding-left: 10px;
  color: #fff;
  display: block;
  border-bottom: 1px solid #fff;
 }
 .menu__second-level li a {
  background-color: #db413f;
  color: #fff;
  display: block;
  transition: all .3s ease;
  padding-left: 10px;
  font-size: 90%;
  border-bottom: 1px solid #fff !important;
  line-height: 40px;
  height: 40px;
 }
 .menu__second-level > li:last-child a {
  border-bottom: none;
 }
 .menu__second-level > li > a:hover {
  text-decoration: none;
  background-color: #e83334;
 }
 .nav04 .menu__second-level li ul li {
  width: 50%;
  float: left;
 }
 .menu__second-level li ul li a {
  padding-left: 20px;
  background: #fff;
  color: #666;
  border-bottom: 1px solid #ec4141 !important;
 }
 .menu__second-level li ul li a:hover {
  text-decoration: none;
  color: #ec4141;
 }
 .menu__second-level li ul li:last-child a {
  border-bottom: 1px solid #fff;
 }
 .nav04 ul.menu__second-level * {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
 }
 .nav04 ul.menu__second-level li ul li a {
  padding-left: 10px !important;
  height: 40px;
  border-bottom: 1px solid #ec4141 !important;
 }
 .nav04 ul.menu__second-level li ul li:nth-child(even) a {
  border-left: 1px solid #ec4141 !important;
 }
 .nav04 ul.menu__second-level li ul.clearfix li a span {
  font-size: 87%;
  color: #666;
  display: inline-block;
  margin-left: 7px;
  transition: .2s;
  letter-spacing: 0.02em;
 }
 .nav04 ul.menu__second-level li ul.clearfix li a:hover span {
  color: #ec4141;
 }
 .menu__second-level li ul li a span {
  font-size: 10px;
  display: inline !important;
  border-bottom: none !important;
  padding-left: 0 !important;
 }
 .menu:before, .menu:after {
  content: " ";
  display: table;
 }
 .menu:after {
  clear: both;
 }
 .menu {
  *zoom: 1;
 }
 /*.hf-common .header_heading {
	position:absolute;
	top:30px;
	left:250px;
}*/
 .top_heading {
  background: #1b1d44;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  font-weight: bold;
  margin-top: 10px;
 }
 .header_heading {
  position: absolute;
  top: 14px !important;
  font-size: 11px !important;
  left: 240px;
 }
 /*---街のなか展示場---*/
 .cgirl {
  width: 70%;
  margin: 20px 15% 0;
  display: inline-block;
 }
 .cgirl .cgimg {
  float: left;
  margin: 0 30px 0 0;
 }
 .cgirl p {
  text-align: left;
  font-size: 1.8rem;
  font-family: "KozGoPro-Regular";
  line-height: 4rem;
  margin: 0;
  padding: 60px 0 0;
 }
 .merit2 {
  margin: 120px 0 0 0;
 }
 .merit2 .point1 {
  margin: 50px 0 0 0;
 }
 .merit2 .point1 .catch1 {
  margin: 50px 0 0 0;
 }
 .merit2 .point1 .catch1 .catcbox {
  text-align: center;
  margin: 10px auto 40px auto;
  display: block;
  width: 80%;
  max-width: 800px;
  /*	width: 80%;
    margin: 0 10% 50px;
	display: inline-block;
*/
 }
 .merit2 .point1 .catch1 .lphoto {
  float: left;
  padding: 35px 0 0 0;
 }
 .merit2 .point1 .catch1 .rphoto {
  float: right;
 }
 .merit2 .point1 ul {
  width: 90%;
  margin: 0 5%;
  display: inline-block;
 }
 .merit2 .point1 ul li {
  float: left;
  margin: 0 21px 0 0;
  display: block;
 }
 .merit2 .point1 ul li:last-child {
  margin: 0 0 0 0;
 }
 .merit2 .point1 p {
  text-align: center;
  font-size: 1.8rem;
  font-family: "KozGoPro-Regular";
  line-height: 4rem;
  margin: 0;
  padding: 80px 0 0;
 }
 .merit2 .point2 {
  margin: 120px 0 0 0;
  padding-bottom: 80px;
  border-bottom: 28px solid #94D0C2;
 }
 .merit2 .point2 .btimg1 {
  margin: 0 0 50px 0;
 }
 .merit2 .point2 .btimg2 {
  margin: 0 0 80px 0;
 }
 .merit2 .point2 ul {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  display: block;
  ext-align: center;
 }
 .merit2 .point2 ul li {
  float: left;
  margin: 0 54px 0 0;
  display: block;
 }
 .merit2 .point2 ul li:last-child {
  margin: 0 0 0 0;
 }
 .merit2 .point2 p {
  text-align: center;
  font-size: 1.8rem;
  font-family: "KozGoPro-Regular";
  line-height: 4rem;
  margin: 0;
  padding: 80px 0 0;
 }
 .release {
  margin: 70px 0 0 0;
 }
 .release .btimg1 {
  margin: 0 0 50px 0;
 }
 .release .btimg2 {
  margin: 0 20% 50px;
  width: 60%;
 }
 /*  .release ul{
	width: 90%;
    margin: auto;
     text-align: center;
    display: block;
      max-width: 1200px;

    }*/
 .release ul, .cont {
  width: 90%;
  margin: auto;
  text-align: center;
  display: block;
  max-width: 880px;
 }
 .release ul li {
  float: left;
  margin: 0 25px 0 0;
  display: block;
 }
 .release ul li.rim {
  margin: 0 0 0 0;
 }
 .release ul li img {
  width: 100%;
 }
 .release ul:nth-of-type(1) li {
  margin:0 auto;
 }
 .release ul.nowopen {
  width: 90%;
  margin: auto;
  text-align: center;
  display: block;
  max-width: 1200px;
 }
 .release ul.nowopen li {
  float: left;
  margin: 0 30px 0 0;
  display: block;
  width: 48%;
 }
 .release ul.nowopen li.rim {
  margin: 0 0 0 0;
 }
 .release ul.nowopen li img {
  width: 100%;
 }
 .release ul.nowopen li:last-child {
  margin: 0 0 0 0;
 }
}
@media screen and (min-width: 641px) and (max-width: 1080px) {
 /* タブレットレイアウト */
 .sp-only {
  display: none !important;
 }
 .max-only {
  display: none !important;
 }
 /* グリッド */
 .grid_1 {
  width: 15.17%;
  max-width: 136px;
 }
 .grid_2 {
  width: 32.14%;
  max-width: 288px;
 }
 .grid_3 {
  width: 49.1%;
  max-width: 440px;
 }
 .grid_4 {
  width: 66.07%;
  max-width: 592px;
 }
 /*20170920*/
 /* For new h1h2 */
 div#box_h2 {
  clear: both;
  width: 82.96%;
  max-width: 896px;
  margin: 0 auto;
  padding-top: 10px;
 }
 div#box_h2 p {
  text-align: left;
  font-size: 10px;
 }
 /* グローバルナビゲーション */
 /* お役立ちコンテンツ */
 #housingNews {
  width: 82.96%;
  max-width: 896px;
  margin: 4% auto;
  padding-bottom: 10px;
 }
 #housingNews h2 {
  text-align: center;
  padding-bottom: 15px;
  font-size: 13px;
 }
 #housingNews ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
 }
 #housingNews ul li {
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  /*	float: left;*/
 }
 /*---街のなか展示場---*/
 .cgirl {
  width: 92%;
  margin: 20px 4%;
  display: inline-block;
 }
 .cgirl .cgimg {
  float: left;
  width: 38%;
  margin: 0 30px 0 0;
 }
 .cgirl .cgimg img {
  width: 100%;
 }
 .cgirl p {
  text-align: left;
  font-size: 1.4rem;
  font-family: "KozGoPro-Regular";
  line-height: 3rem;
  margin: 0;
  padding: 60px 0 0;
 }
 .merit2 {
  margin: 60px 0 0 0;
 }
 .merit2 .point1 {
  margin: 50px 0 0 0;
 }
 .merit2 .point1 .catch1 {
  margin: 50px 0 0 0;
 }
 .merit2 .point1 .catch1 .catcbox {
  width: 90%;
  margin: 0 5% 50px;
  display: inline-block;
 }
 .merit2 .point1 .catch1 .lphoto {
  float: right;
  width: 80%;
  margin: 30px 10% 0;
  padding: 30px 0 0 0;
 }
 .merit2 .point1 .catch1 .rphoto {
  float: right;
  width: 100%;
  margin: 0 0 0 0;
 }
 .merit2 .point1 .catch1 .lphoto img, .merit2 .point1 .catch1 .rphoto img {
  width: 100%;
 }
 .merit2 .point1 ul {
  width: 90%;
  margin: 0 5%;
  display: inline-block;
 }
 .merit2 .point1 ul li {
  float: left;
  width: 100%;
  margin: 0 0 0 0;
  display: block;
 }
 .merit2 .point1 ul li:last-child {
  margin: 0 0 0 0;
 }
 .merit2 .point1 ul li img {
  width: 100%;
 }
 .merit2 .point1 p {
  text-align: center;
  font-size: 1.4rem;
  font-family: "KozGoPro-Regular";
  line-height: 3rem;
  margin: 0;
  padding: 50px 0 0;
 }
 .merit2 .point2 {
  margin: 100px 0 0 0;
  padding-bottom: 70px;
  border-bottom: 28px solid #94D0C2;
 }
 .merit2 .point2 .btimg1 {
  margin: 0 auto 50px;
 }
 .merit2 .point2 .btimg2 {
  margin: 0 auto 50px;
 }
 .merit2 .point2 ul {
  width: 90%;
  margin: 0 5%;
  display: inline-block;
 }
 .merit2 .point2 ul li {
  float: left;
  width: 100%;
  margin: 0 0 0 0;
  display: block;
 }
 .merit2 .point2 ul li:last-child {
  margin: 0 0 0 0;
 }
 .merit2 .point2 ul li img {
  width: 100%;
 }
 .merit2 .point2 p {
  text-align: center;
  font-size: 1.4rem;
  font-family: "KozGoPro-Regular";
  line-height: 3rem;
  margin: 0;
  padding: 30px 0 0;
 }
 .release {
  margin: 70px 0 0 0;
 }
 .release .btimg1 {
  margin: 0 auto 50px;
 }
 .release .btimg2 {
  margin: 0 auto 50px;
 }
 .release ul {
  width: 89%;
  margin: 0 5.5% 30px;
  display: inline-block;
 }
 .release ul li {
  float: left;
  width: 100%;
  margin: 0 0 0 0;
  display: block;
 }
 .release ul li.rim {
  margin: 0 0 0 0;
 }
 .release ul li img {
  width: 100%;
 }
 .release ul li:last-child {}
}
/*20170920*/
@media screen and (max-width: 640px) {
 /* スマートフォンレイアウト */
 .pc-only {
  display: none !important;
 }
 .tab-only {
  display: none !important;
 }
 .max-only {
  display: none;
 }
 /* グリッド */
 .grid_sp_full {
  width: 100%;
  margin: 0 auto 2.5%;
 }
 .grid_sp_2 {
  width: 95%;
  max-width: 608px;
  margin: 0 auto 2.5%;
 }
 .grid_sp_1 {
  width: 46.35%;
  max-width: 296px;
 }
 /* ヘッダー */
 /* フッター */
 footer {
  background: #fff;
 }
 div#footerInner {
  position: relative;
  background: #f1f1f1;
  width: 100%;
  padding: 0;
 }
 /*footer nav ul {margin-bottom:9.6785%;}*/
 footer nav ul li {
  width: 100%;
  padding: 0;
  margin: 0;
 }
 footer nav ul li a {
  display: block;
  position: relative;
  width: 90.625%;
  margin: 0 auto;
  padding: 6.4% 0;
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: 1px solid #dcdcdc;
 }
 footer nav ul li a span {
  display: block;
  position: absolute;
  top: 40%;
  right: 0;
  width: 5%;
  padding: 5% 0 0;
  background: url("../images/sp/footer_link_arrow.png") no-repeat;
  background-size: contain;
 }
 footer .sp_footer_modelhouse {
  margin-bottom: 9.6785%;
 }
 p.footer-copy {
  text-align: center;
  margin: 0 auto 9.6785%;
 }
 p.footer-copy small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #767676;
 }
 p.footer-copy small span {
  font-size: 16px;
  font-size: 1.6rem;
  color: #767676;
 }
 div#spFooterLink {
  position: relative;
  margin: 0;
  padding: 0 0 18.25%;
 }
 div#spFooterLink img {
  width: 100%;
 }
 div#spFooterLink ul {
  margin-bottom: 4.6875%;
 }
 div#spFooterLink ul li {
  line-height: 0;
 }
 .sp-share {
  width: 90.625%;
  margin: 0 auto;
  margin-bottom: 4.6875%;
  cursor: pointer;
 }
 .sp-page-top {
  width: 13.125%;
  height: auto;
  position: absolute;
  bottom: 3.6875%;
  right: 4.6875%;
  cursor: pointer;
 }
 /* コンテンツ */
 div#headline {
  width: 84.375%;
  line-height: 1.4;
  margin: 0 auto 4.6%;
  height: auto;
  padding-top: 4.6%;
 }
 div#headline p {
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
 }
 div#headline p a {
  font-size: 15px;
  font-size: 1.5rem;
 }
 div#headline p span {
  width: 15.37%;
  max-width: 83px;
  display: block;
  margin-bottom: 1%;
 }
 div#wrapper {
  width: 100%;
  background: url("../images/common/pc_bg.png") repeat;
  padding: 15.625% 0 10px;
 }
 /* For new h1h2 */
 div#box_h2 {
  width: 90%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 0;
 }
 div#box_h2 p {
  text-align: left;
  font-size: 10px;
 }
 /* グローバルナビゲーション */
 /* 変更 */
 /* お役立ちコンテンツ */
 #housingNews {
  width: 95%;
  margin: 0 auto;
  padding: 20px 0;
 }
 #housingNews h2 {
  text-align: center;
  padding-bottom: 15px;
  font-size: 13px;
 }
 #housingNews ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
 }
 #housingNews ul li {
  margin: 0 0 8px;
  padding: 0;
  display: inline-block;
  /*	float: left;*/
 }
 /*---街のなか展示場---*/
 .cgirl {
  width: 92%;
  margin: 20px 4%;
  display: inline-block;
 }
 .cgirl .cgimg {
  float: left;
  width: 25%;
  margin: 0 5% 0 0;
 }
 .cgirl .cgimg img {
  width: 100%;
 }
 .cgirl p {
  text-align: left;
  font-size: 1.3rem;
  font-family: "KozGoPro-Regular";
  line-height: 2.5rem;
  margin: 0;
  padding: 0px 0 0;
  width: 70%;
  float: left;
 }
 .merit2 {
  width: 92%;
  margin: 60px 4% 0;
 }
 .merit2 .m2img {
  width: 70%;
  margin: 0 15%;
 }
 .merit2 .point1 {
  margin: 50px 0 0 0;
 }
 .merit2 .point1 .catch1 {
  margin: 50px 0 0 0;
 }
 .merit2 .point1 .catch1 .catcbox {
  width: 100%;
  margin: 0 0 12px;
  display: inline-block;
 }
 .merit2 .point1 .catch1 .lphoto {
  float: right;
  width: 100%;
  margin: 30px 0 60px;
  padding: 0px 0 0 0;
 }
 .merit2 .point1 .catch1 .rphoto {
  float: right;
  width: 100%;
  margin: 0 0 0 0;
 }
 .merit2 .point1 .catch1 .lphoto img, .merit2 .point1 .catch1 .rphoto img {
  width: 100%;
 }
 .merit2 .point1 ul {
  width: 100%;
  margin: 0 0;
  display: inline-block;
 }
 .merit2 .point1 ul li {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  display: block;
  vertical-align: bottom;
 }
 .merit2 .point1 ul li:last-child {
  margin: 0 0 0 0;
 }
 .merit2 .point1 ul li img {
  width: 100%;
 }
 .merit2 .point1 p {
  text-align: left;
  font-size: 1.8rem;
  font-family: "KozGoPro-Regular";
  line-height: 3.0rem;
  margin: 0 5%;
  padding: 30px 0 0;
  width: 90%;
 }
 .merit2 .point2 {
  margin: 100px 0 0 0;
  padding-bottom: 0;
  border-bottom: none;
 }
 .merit2 .point2 .btimg1 {
  margin: 0 auto 50px;
 }
 .merit2 .point2 .btimg2 {
  margin: 0 auto 50px;
 }
 .merit2 .point2 ul {
  width: 100%;
  margin: 0;
  display: inline-block;
 }
 .merit2 .point2 ul li {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  display: block;
 }
 .merit2 .point2 ul li:last-child {
  margin: 0 0 0 0;
 }
 .merit2 .point2 ul li img {
  width: 100%;
 }
 .merit2 .point2 p {
  text-align: left;
  font-size: 1.8rem;
  font-family: "KozGoPro-Regular";
  line-height: 3.0rem;
  margin: 0 5%;
  padding: 30px 0 0;
  width: 90%;
 }
 .release {
  margin: 70px 0 0 0;
  padding-top: 70px;
  border-top: 28px solid #94D0C2;
 }
 .release .btimg1 {
  margin: 0 auto 50px;
 }
 .release .btimg2 {
  margin: 0 auto 30px;
  width: 92%;
 }
 .release ul {
  width: 90%;
  margin: 10px auto 0 auto;
  display: block;
 }
 .release ul li {
  float: left;
  width: 100%;
  margin: 0 0 0 0;
  display: block;
 }
 .release ul li.rim {
  margin: 0 0 0 0;
 }
 .release ul li img {
  width: 100%;
 }
 .release ul li:last-child {}
}
/*!
*  - v1.3
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
 position: relative;
 margin: 0 auto;
 box-sizing: content-box;
}
.slider-pro img {
 width: 100%;
 height: auto;
 text-align: center;
 margin: auto;
 display: block;
}
.sp-slides-container {
 position: relative;
}
.sp-mask {
 position: relative;
 overflow: hidden;
}
.sp-slides {
 position: relative;
 -webkit-backface-visibility: hidden;
 -webkit-perspective: 1000;
}
.sp-slide {
 position: absolute;
}
.sp-image-container {
 overflow: hidden;
}
.sp-image {
 position: relative;
 display: block;
 border: none;
}
.sp-no-js {
 overflow: hidden;
 max-width: 100%;
}
/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
 position: relative;
 overflow: hidden;
 direction: ltr;
}
.sp-top-thumbnails, .sp-bottom-thumbnails {
 left: 0;
 margin: 0 auto;
}
.sp-top-thumbnails {
 position: absolute;
 top: 0;
 margin-bottom: 4px;
}
.sp-bottom-thumbnails {
 margin-top: 4px;
}
.sp-left-thumbnails, .sp-right-thumbnails {
 position: absolute;
 top: 0;
}
.sp-right-thumbnails {
 right: 0;
 margin-left: 4px;
}
.sp-left-thumbnails {
 left: 0;
 margin-right: 4px;
}
.sp-thumbnails {
 position: relative;
}
.sp-thumbnail {
 border: none;
}
.sp-thumbnail-container {
 position: relative;
 display: block;
 overflow: hidden;
 float: left;
 box-sizing: border-box;
}
.sp-rtl .sp-thumbnail-container {
 float: right;
}
/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container, .sp-bottom-thumbnails .sp-thumbnail-container {
 margin-left: 2px;
 margin-right: 2px;
}
.sp-top-thumbnails .sp-thumbnail-container:first-child, .sp-bottom-thumbnails .sp-thumbnail-container:first-child {
 margin-left: 0;
}
.sp-top-thumbnails .sp-thumbnail-container:last-child, .sp-bottom-thumbnails .sp-thumbnail-container:last-child {
 margin-right: 0;
}
/* Vertical thumbnails
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container, .sp-right-thumbnails .sp-thumbnail-container {
 margin-top: 2px;
 margin-bottom: 2px;
}
.sp-left-thumbnails .sp-thumbnail-container:first-child, .sp-right-thumbnails .sp-thumbnail-container:first-child {
 margin-top: 0;
}
.sp-left-thumbnails .sp-thumbnail-container:last-child, .sp-right-thumbnails .sp-thumbnail-container:last-child {
 margin-bottom: 0;
}
/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
 margin-left: -13px;
}
.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
 position: absolute;
 left: 18px;
 margin-left: 0 !important;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
 content: '';
 position: absolute;
 height: 100%;
 border-left: 5px solid #F00;
 left: 0;
 top: 0;
 margin-left: 13px;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
 content: '';
 position: absolute;
 width: 0;
 height: 0;
 left: 0;
 top: 50%;
 margin-top: -8px;
 border-right: 13px solid #F00;
 border-top: 8px solid transparent;
 border-bottom: 8px solid transparent;
}
/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
 margin-right: -13px;
}
.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
 position: absolute;
 right: 18px;
}
.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
 content: '';
 position: absolute;
 height: 100%;
 border-left: 5px solid #F00;
 right: 0;
 top: 0;
 margin-right: 13px;
}
.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
 content: '';
 position: absolute;
 width: 0;
 height: 0;
 right: 0;
 top: 50%;
 margin-top: -8px;
 border-left: 13px solid #F00;
 border-top: 8px solid transparent;
 border-bottom: 8px solid transparent;
}
/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
 margin-top: -13px;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
 position: absolute;
 top: 18px;
 margin-top: 0 !important;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
 content: '';
 position: absolute;
 width: 100%;
 border-bottom: 5px solid #F00;
 top: 0;
 margin-top: 13px;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
 content: '';
 position: absolute;
 width: 0;
 height: 0;
 left: 50%;
 top: 0;
 margin-left: -8px;
 border-bottom: 13px solid #F00;
 border-left: 8px solid transparent;
 border-right: 8px solid transparent;
}
/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
 margin-bottom: -13px;
}
.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
 position: absolute;
 bottom: 18px;
}
.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
 content: '';
 position: absolute;
 width: 100%;
 border-bottom: 5px solid #F00;
 bottom: 0;
 margin-bottom: 13px;
}
.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
 content: '';
 position: absolute;
 width: 0;
 height: 0;
 left: 50%;
 bottom: 0;
 margin-left: -8px;
 border-top: 13px solid #F00;
 border-left: 8px solid transparent;
 border-right: 8px solid transparent;
}
/* Layers
--------------------------------------------------*/
.sp-layer {
 position: absolute;
 margin: 0;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -webkit-font-smoothing: subpixel-antialiased;
 -webkit-backface-visibility: hidden;
}
.sp-black {
 color: #FFF;
 background: black;
 background: rgba(0, 0, 0, 0.7);
}
.sp-white {
 color: #000;
 background: white;
 background: rgba(255, 255, 255, 0.7);
}
.sp-rounded {
 border-radius: 10px;
}
.sp-padding {
 padding: 10px;
}
/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
 cursor: url(images/openhand.cur), move;
}
.sp-grabbing {
 cursor: url(images/closedhand.cur), move;
}
.sp-selectable {
 cursor: default;
}
/* Caption
--------------------------------------------------*/
.sp-caption-container {
 text-align: center;
 margin-top: 10px;
}
/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
 margin: 0 !important;
 background-color: #000;
}
.sp-full-screen-button {
 position: absolute;
 top: 5px;
 right: 10px;
 font-size: 30px;
 line-height: 1;
 cursor: pointer;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.sp-full-screen-button:before {
 content: '\2195';
}
.sp-fade-full-screen {
 opacity: 0;
 transition: opacity 0.5s;
}
.slider-pro:hover .sp-fade-full-screen {
 opacity: 1;
}
/* Buttons
--------------------------------------------------*/
.sp-buttons {
 position: relative;
 width: 100%;
 text-align: center;
 padding-top: 10px;
}
.sp-rtl .sp-buttons {
 direction: rtl;
}
.sp-full-screen .sp-buttons {
 display: none;
}
.sp-button {
 width: 10px;
 height: 10px;
 border: 2px solid #000;
 border-radius: 50%;
 margin: 4px;
 display: inline-block;
 box-sizing: border-box;
 cursor: pointer;
}
.sp-selected-button {
 background-color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
 .sp-button {
  width: 14px;
  height: 14px;
 }
}
@media only screen and (min-width: 568px) and (max-width: 768px) {
 .sp-button {
  width: 16px;
  height: 16px;
 }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
 .sp-button {
  width: 18px;
  height: 18px;
 }
}
/* Arrows
--------------------------------------------------*/
.sp-arrows {
 position: absolute;
}
.sp-fade-arrows {
 opacity: 0;
 transition: opacity 0.5s;
}
.sp-slides-container:hover .sp-fade-arrows {
 opacity: 1;
}
.sp-horizontal .sp-arrows {
 width: 100%;
 left: 0;
 top: 50%;
 margin-top: -15px;
}
.sp-vertical .sp-arrows {
 height: 100%;
 left: 50%;
 top: 0;
 margin-left: -10px;
}
.sp-arrow {
 position: absolute;
 display: block;
 width: 20px;
 height: 30px;
 cursor: pointer;
}
.sp-vertical .sp-arrow {
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
}
.sp-horizontal .sp-previous-arrow {
 left: 20px;
 right: auto;
}
.sp-horizontal.sp-rtl .sp-previous-arrow {
 right: 20px;
 left: auto;
}
.sp-horizontal .sp-next-arrow {
 right: 20px;
 left: auto;
}
.sp-horizontal.sp-rtl .sp-next-arrow {
 left: 20px;
 right: auto;
}
.sp-vertical .sp-previous-arrow {
 top: 20px;
}
.sp-vertical .sp-next-arrow {
 bottom: 20px;
 -webkit-transform: rotate(270deg);
 transform: rotate(270deg);
}
.sp-previous-arrow:before, .sp-previous-arrow:after, .sp-next-arrow:before, .sp-next-arrow:after {
 content: '';
 position: absolute;
 width: 50%;
 height: 50%;
 background-color: #FFF;
}
.sp-arrow:before {
 left: 30%;
 top: 0;
 -webkit-transform: skew(145deg, 0deg);
 transform: skew(145deg, 0deg);
}
.sp-arrow:after {
 left: 30%;
 top: 50%;
 -webkit-transform: skew(-145deg, 0deg);
 transform: skew(-145deg, 0deg);
}
.sp-next-arrow {
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}
.sp-horizontal.sp-rtl .sp-previous-arrow {
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}
.sp-horizontal.sp-rtl .sp-next-arrow {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
.ie8 .sp-arrow, .ie7 .sp-arrow {
 width: 0;
 height: 0;
}
.ie8 .sp-arrow:before, .ie8 .sp-arrow:after, .ie7 .sp-arrow:before, .ie7 .sp-arrow:after {
 content: none;
}
.ie8.sp-horizontal .sp-previous-arrow, .ie7.sp-horizontal .sp-previous-arrow {
 border-right: 20px solid #FFF;
 border-top: 20px solid transparent;
 border-bottom: 20px solid transparent;
}
.ie8.sp-horizontal .sp-next-arrow, .ie7.sp-horizontal .sp-next-arrow {
 border-left: 20px solid #FFF;
 border-top: 20px solid transparent;
 border-bottom: 20px solid transparent;
}
.ie8.sp-vertical .sp-previous-arrow, .ie7.sp-vertical .sp-previous-arrow {
 border-bottom: 20px solid #FFF;
 border-left: 20px solid transparent;
 border-right: 20px solid transparent;
}
.ie8.sp-vertical .sp-next-arrow, .ie7.sp-vertical .sp-next-arrow {
 border-top: 20px solid #FFF;
 border-left: 20px solid transparent;
 border-right: 20px solid transparent;
}
/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
 position: absolute;
}
.sp-fade-thumbnail-arrows {
 opacity: 0;
 transition: opacity 0.5s;
}
.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
 opacity: 1;
}
.sp-top-thumbnails .sp-thumbnail-arrows, .sp-bottom-thumbnails .sp-thumbnail-arrows {
 width: 100%;
 top: 50%;
 left: 0;
 margin-top: -12px;
}
.sp-left-thumbnails .sp-thumbnail-arrows, .sp-right-thumbnails .sp-thumbnail-arrows {
 height: 100%;
 top: 0;
 left: 50%;
 margin-left: -7px;
}
.sp-thumbnail-arrow {
 position: absolute;
 display: block;
 width: 15px;
 height: 25px;
 cursor: pointer;
}
.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow, .sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
}
.sp-top-thumbnails .sp-previous-thumbnail-arrow, .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
 left: 0px;
}
.sp-top-thumbnails .sp-next-thumbnail-arrow, .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
 right: 0px;
}
.sp-left-thumbnails .sp-previous-thumbnail-arrow, .sp-right-thumbnails .sp-previous-thumbnail-arrow {
 top: 0px;
}
.sp-left-thumbnails .sp-next-thumbnail-arrow, .sp-right-thumbnails .sp-next-thumbnail-arrow {
 bottom: 0px;
}
.sp-previous-thumbnail-arrow:before, .sp-previous-thumbnail-arrow:after, .sp-next-thumbnail-arrow:before, .sp-next-thumbnail-arrow:after {
 content: '';
 position: absolute;
 width: 50%;
 height: 50%;
 background-color: #FFF;
}
.sp-previous-thumbnail-arrow:before {
 left: 30%;
 top: 0;
 -webkit-transform: skew(145deg, 0deg);
 transform: skew(145deg, 0deg);
}
.sp-previous-thumbnail-arrow:after {
 left: 30%;
 top: 50%;
 -webkit-transform: skew(-145deg, 0deg);
 transform: skew(-145deg, 0deg);
}
.sp-next-thumbnail-arrow:before {
 right: 30%;
 top: 0;
 -webkit-transform: skew(35deg, 0deg);
 transform: skew(35deg, 0deg);
}
.sp-next-thumbnail-arrow:after {
 right: 30%;
 top: 50%;
 -webkit-transform: skew(-35deg, 0deg);
 transform: skew(-35deg, 0deg);
}
.ie8 .sp-thumbnail-arrow, .ie7 .sp-thumbnail-arrow {
 width: 0;
 height: 0;
}
.ie8 .sp-thumbnail-arrow:before, .ie8 .sp-thumbnail-arrow:after, .ie7 .sp-thumbnail-arrow:before, .ie7 .sp-thumbnail-arrow:after {
 content: none;
}
.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
 border-right: 12px solid #FFF;
 border-top: 12px solid transparent;
 border-bottom: 12px solid transparent;
}
.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
 border-left: 12px solid #FFF;
 border-top: 12px solid transparent;
 border-bottom: 12px solid transparent;
}
.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
 border-bottom: 12px solid #FFF;
 border-left: 12px solid transparent;
 border-right: 12px solid transparent;
}
.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
 border-top: 12px solid #FFF;
 border-left: 12px solid transparent;
 border-right: 12px solid transparent;
}
/* Video
--------------------------------------------------*/
a.sp-video {
 text-decoration: none;
}
a.sp-video img {
 -webkit-backface-visibility: hidden;
 border: none;
}
a.sp-video:after {
 content: '\25B6';
 position: absolute;
 width: 45px;
 padding-left: 5px;
 height: 50px;
 border: 2px solid #FFF;
 text-align: center;
 font-size: 30px;
 border-radius: 30px;
 top: 0;
 color: #FFF;
 bottom: 0;
 left: 0;
 right: 0;
 background-color: rgba(0, 0, 0, 0.2);
 margin: auto;
 line-height: 52px;
}
/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
 max-width: none;
 max-height: none;
 border: none !important;
 border-radius: 0 !important;
 padding: 0 !important;
 -mox-box-shadow: none !important;
 box-shadow: none !important;
 transition: none;
 -moz-transition: none;
 -webkit-transition: none;
 -o-transition: none;
}
.slider-pro a {
 position: static;
 transition: none !important;
 -moz-transition: none !important;
 -webkit-transition: none !important;
 -o-transition: none !important;
}
.slider-pro iframe, .slider-pro object, .slider-pro video, .slider-pro embed, .slider-pro canvas {
 max-width: none;
 max-height: none;
}
.slider-pro p.sp-layer {
 font-size: 14px;
 line-height: 1.4;
 margin: 0;
}
.slider-pro h1.sp-layer {
 font-size: 32px;
 line-height: 1.4;
 margin: 0;
}
.slider-pro h2.sp-layer {
 font-size: 24px;
 line-height: 1.4;
 margin: 0;
}
.slider-pro h3.sp-layer {
 font-size: 19px;
 line-height: 1.4;
 margin: 0;
}
.slider-pro h4.sp-layer {
 font-size: 16px;
 line-height: 1.4;
 margin: 0;
}
.slider-pro h5.sp-layer {
 font-size: 13px;
 line-height: 1.4;
 margin: 0;
}
.slider-pro h6.sp-layer {
 font-size: 11px;
 line-height: 1.4;
 margin: 0;
}
.slider-pro img.sp-layer {
 border: none;
}
@font-face {
 font-family: "KozGoPro-Medium";
 src: url("/model/fonts/KozGoPro-Medium.otf");
}
@font-face {
 font-family: "KozMinPro-Medium";
 src: url("/model/fonts/KozMinPro-Medium.otf");
}
@font-face {
 font-family: "KozMinPro-Regular";
 src: url("/model/fonts/KozMinPro-Regular.otf");
}
@font-face {
 font-family: "KozMinPro-Light";
 src: url("/model/fonts/KozMinPro-Light.otf");
}
/* マップ内 */
#modelhouseContainer #allMap img {
 max-width: none !important;
}
#areaContainer #areaMap img {
 max-width: none !important;
}
/* 展示場 県別 */
.event_list_content {
 width: 912px;
 margin: 0 auto 30px;
 border: 4px solid #ddd;
}
.event_list_content h3 {
 height: 40px;
 line-height: 40px;
 padding-left: 18px;
 background: #ddd;
 font-size: 16px;
 font-weight: bold;
}
.event_list_content ul {
 display: none;
 padding: 15px 20px 10px;
}
.event_list_content ul li {
 margin-bottom: 10px;
 font-size: 14px;
}
.event_list_content ul li a {
 font-weight: bold;
 text-decoration: underline;
}
.event_list_content ul li a:hover {
 text-decoration: none;
}
/* 通常アーカイブ：カテゴリ一覧 */
#entryContainer .entryCats {
 margin: 40px 0 0;
}
#entryContainer .entryCats .cat_hd {
 width: 100%;
 height: 48px;
 line-height: 48px;
 margin: 0;
 background: #997508;
 color: #fff;
 font-weight: normal;
 text-align: center;
}
#entryContainer .entryCats ul {
 display: block;
 margin: 30px 0;
 padding: 20px;
}
#entryContainer .entryCats ul ul {
 display: inline-block;
 margin: 0;
 padding: 0;
}
#entryContainer .entryCats li {
 display: inline-block;
 margin-bottom: 5px;
}
#entryContainer .entryCats li a {
 display: inline-block;
 font-size: 13px;
 font-size: 1.3rem;
 color: #fff;
 border-radius: 24px;
 -webkit-border-radius: 24px;
 -moz-border-radius: 24px;
 background: #ff7314 url(../img/common/arrow1.png) no-repeat 15px 50%;
 padding: 10px 40px;
}
@media screen and (min-width: 1080px) {
 /* PCレイアウト */
 /* --------------------------------------
通常投稿（ブログ）
-------------------------------------- */
 #entryContainer {
  background: #fff;
  border-top: 10px solid #eb1c1a;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.03);
  max-width: 1000px;
  padding: 40px 0;
 }
 #entryContainer .entry-cat-title {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  border-left: 8px solid #eb1c1a;
  height: 26px;
  line-height: 26px;
  padding-left: 8px;
  margin-bottom: 32px;
  width: 920px;
  margin: 0 auto 40px;
  box-sizing: border-box;
 }
 #entryContainer #mainCont {
  width: 920px;
  margin: 0 auto 30px;
 }
 #entryContainer #mainCont .post-box {
  width: 286px;
  min-height: 400px !important;
  padding-bottom: 44px;
  box-sizing: border-box;
  border: 4px solid #ebebeb;
  float: left;
  position: relative;
  margin: 0 30px 30px 0;
 }
 #entryContainer #mainCont .post-box:nth-child(3n) {
  margin: 0 0 16px 0;
 }
 #entryContainer article.post-box .post-inner h2.post-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  width: 236px;
  height: 80px;
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf;
  text-overflow: ellipsis;
  margin: 0 auto;
 }
 #entryContainer .post-box .post-pict {
  width: 100%;
  height: 192px;
  overflow: hidden;
  margin-bottom: 18px;
 }
 #entryContainer .post-box .post-pict img {
  max-width: 100%;
 }
 #entryContainer .post-box .post-info {
  width: 236px;
  margin: 0 auto;
 }
 #entryContainer .post-box .post-info .desc {
  margin: 0;
  padding: 10px 0;
 }
 #entryContainer .post-box p.view-btn {
  width: 236px;
  height: 25px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  font-weight: bold;
  background: #e51718;
  margin: 0;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 21px;
  left: 21px;
  border-radius: 14px;
 }
 #entryContainer a:hover .post-box p.view-btn {
  text-decoration: none;
 }
 #entryContainer .post-box p.view-btn i {
  font-size: 1.2em;
  margin-right: 5px;
  margin-bottom: -2px;
 }
 /* --------------------------------------
下層ページ共通
-------------------------------------- */
 .content-inner {
  margin: 0 auto 50px;
 }
 /* --------------------------------------
お知らせ一覧
-------------------------------------- */
 #newContainer {
  background: #fff;
  border-top: 10px solid #eb1c1a;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.03);
  max-width: 1000px;
  padding: 40px 0;
 }
 #newContainer p.new-catch {
  font-size: 24px;
  font-size: 2.4rem;
  border-left: 8px solid #eb1c1a;
  height: 26px;
  line-height: 26px;
  padding-left: 8px;
  margin-bottom: 32px;
  width: 920px;
  margin: 0 auto 40px;
  box-sizing: border-box;
 }
 #newContainer #newInner {
  width: 92%;
  margin: 0 auto;
 }
 #newContainer article.new-post {
  padding: 15px 5px;
  border-bottom: 1px dotted #ddd;
 }
 #newContainer h3.new-year {
  font-size: 24px;
  font-size: 2.4rem;
 }
 #newContainer article.new-post .post-inner h4.post-title {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 110px;
 }
 #newContainer article.new-post .post-inner time {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 18px;
  float: left;
 }
 /* --------------------------------------
イベント情報一覧
-------------------------------------- */
 #eventContainer {
  background: #fff;
  border-top: 10px solid #eb1c1a;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.03);
  max-width: 1000px;
  padding: 40px 0 60px;
 }
 #eventContainer p.event-catch {
  font-size: 24px;
  font-size: 2.4rem;
  border-left: 8px solid #eb1c1a;
  height: 26px;
  line-height: 26px;
  padding-left: 8px;
  margin-bottom: 32px;
  width: 920px;
  margin: 0 auto 40px;
  box-sizing: border-box;
 }
 #eventContainer #eventCont {
  width: 920px;
  margin: 0 auto 30px;
 }
 #eventContainer #eventCont .event-box {
  width: 286px;
  min-height: 500px !important;
  padding-bottom: 44px;
  box-sizing: border-box;
  border: 4px solid #ebebeb;
  float: left;
  position: relative;
  margin: 0 30px 30px 0;
 }
 #eventContainer #eventCont .event-box:nth-child(3n) {
  margin: 0 0 16px 0;
 }
 #eventContainer article.event-box .event-inner h2.event-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  width: 236px;
  height: 80px;
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf;
  text-overflow: ellipsis;
  margin: 0 auto;
 }
 #eventContainer .event-box .event-pict {
  width: 100%;
  height: 192px;
  overflow: hidden;
  margin-bottom: 18px;
 }
 #eventContainer .event-box .event-pict img {
  max-width: 100%;
 }
 #eventContainer .event-box .event-info {
  width: 236px;
  margin: 0 auto;
 }
 #eventContainer .event-box .event-info dl {
  margin-bottom: 0;
 }
 #eventContainer .event-box .event-info dl dt {
  float: left;
  clear: both;
  width: 20%;
  padding-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
 }
 #eventContainer .event-box .event-info dl dd {
  margin-bottom: 0;
  padding: 10px 0 10px 55px;
  border-bottom: 1px dotted #dfdfdf;
  font-size: 12px;
  font-size: 1.2rem;
 }
 #eventContainer .event-box .event-info dl dd:last-child {
  border: none;
 }
 #eventContainer .event-box p.view-btn {
  width: 236px;
  height: 25px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  font-weight: bold;
  background: #e51718;
  margin: 0;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 21px;
  left: 21px;
  border-radius: 14px;
 }
 #eventContainer .event-box p.view-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
 }
 #eventContainer .event-box p.view-btn a:hover {
  text-decoration: none;
 }
 #eventContainer .event-box p.view-btn a i {
  font-size: 1.2em;
  margin-right: 5px;
  margin-bottom: -2px;
 }
 /* ページャー */
 .pager {
  text-align: center;
 }
 .pager .wp-pagenavi a.page, .pager .wp-pagenavi a.first, .pager .wp-pagenavi a.last, .pager .wp-pagenavi span {
  border: none;
  background: #ff7414;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  font-size: 12px;
  width: 26px;
  height: 26px;
  display: inline-block;
  padding: 0;
  text-align: center;
  line-height: 26px;
  vertical-align: bottom;
 }
 .pager .wp-pagenavi a.page:hover {
  text-decoration: none;
 }
 .pager .wp-pagenavi span.current {
  box-sizing: border-box;
  border: 1px solid #ff7414;
  background: #fff;
  color: #ff7414;
 }
 .pager .wp-pagenavi a.previouspostslink, .pager .wp-pagenavi a.nextpostslink {
  color: #ff7414;
  border: none;
  font-size: 2em;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 5px;
  line-height: 26px;
 }
 .pager p.page-result {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
 }
 /* --------------------------------------
建築事例一覧
-------------------------------------- */
 #jireiContainer {
  background: #fff;
  border-top: 10px solid #e81919;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.03);
  max-width: 1000px;
  padding: 40px 0;
 }
 #jireiContainer p.jirei-catch {
  width: 700px;
  height: auto;
  margin: 0 auto 50px;
 }
 #jireiContainer p.jirei-catch img {
  width: 100%;
 }
 /*タブ*/
 #jireiContainer #jireiHorizontalTab ul.jirei-tab {
  width: 920px;
  margin: 0 auto;
 }
 #jireiContainer #jireiHorizontalTab ul.jirei-tab li {
  width: 294px;
  height: 68px;
  box-sizing: border-box;
  background: #ff9fae !important;
  margin-right: 15px;
  text-align: center;
  text-indent: 15px;
  z-index: 1;
  position: relative;
 }
 #jireiContainer #jireiHorizontalTab ul.jirei-tab li.resp-tab-active {
  background: #e81919 !important;
  margin-right: 15px;
  text-align: center;
  text-indent: 15px;
  z-index: 3;
  position: relative;
 }
 #jireiContainer #jireiHorizontalTab ul.jirei-tab li:last-child {
  margin: 0;
 }
 #jireiContainer #jireiHorizontalTab ul.jirei-tab li span {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 70px;
 }
 #jireiContainer #jireiHorizontalTab ul.jirei-tab li.resp-tab-active span {
  color: #fff;
 }
 #jireiContainer #jireiHorizontalTab ul.jirei-tab li span i {
  font-size: 2.0rem;
  text-indent: -25px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -4px;
 }
 #jireiContainer #jireiHorizontalTab .resp-tab-content {
  background: #fff;
  z-index: 2;
  position: relative;
  border-top: 4px solid #e81919;
  /*box-shadow: 0 -3px 3px rgba(0,0,0,0.05)*/
 }
 #jireiContainer #jireiControl {
  margin-bottom: 20px;
 }
 #jireiContainer #jireiControl li {
  float: left;
  display: block;
  width: 15%;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  margin-right: 2%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
 }
 #jireiContainer #jireiControl li:last-child {
  margin-right: 0;
 }
 #jireiContainer #jireiControl li.active {
  background: #ec1c1a;
  color: #fff;
 }
 #jireiContainer #jireiCont {
  width: 920px;
  margin: 0 auto;
  padding: 8px 0;
 }
 #jireiContainer #jireiCont .jirei-box {
  width: 286px;
  height: 368px;
  padding-bottom: 48px;
  float: left;
  position: relative;
  margin: 0 30px 30px 0;
  display: none;
  border: 4px solid #e8e8e8;
  box-sizing: border-box;
 }
 #jireiContainer #jireiCont .jirei-box.col3-no-margin {
  margin: 0 0 30px 0;
 }
 #jireiContainer #jireiCont .jirei-box .jirei-pict {
  width: 100%;
  height: 200px;
  margin: 0;
  background: #fff;
  overflow: hidden;
 }
 #jireiContainer #jireiCont .jirei-box .jirei-detail {
  padding: 25px;
  position: relative;
 }
 #jireiContainer #jireiCont .jirei-box .jirei-detail h2 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
 }
 #jireiContainer #jireiCont .jirei-box .jirei-detail h4 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 10px;
 }
 #jireiContainer #jireiCont .jirei-box p.view-btn {
  width: 236px;
  height: 25px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  font-weight: bold;
  background: #e51718;
  margin: 0;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 21px;
  left: 21px;
  border-radius: 14px;
 }
 #jireiContainer #jireiCont .jirei-box p.view-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
 }
 #jireiContainer #jireiCont .jirei-box p.view-btn a:hover {
  text-decoration: none;
 }
 #jireiContainer #jireiCont .jirei-box p.view-btn a i {
  font-size: 1.2em;
  margin-right: 5px;
  margin-bottom: -2px;
 }
 /*#jireiContainer #jireiWrapper {max-height:790px; overflow-y:scroll;}*/
 #jireiContainer #other_point {
  margin-top: -189px;
  padding-top: 189px;
 }
 /* --------------------------------------
展示場一覧
-------------------------------------- */
 #modelhouseContainer {
  padding: 40px 0 0;
 }
 #modelhouseContainer p.mh-catch {
  font-size: 24px;
  font-size: 2.4rem;
  border-left: 8px solid #eb1c1a;
  height: 26px;
  line-height: 26px;
  padding-left: 8px;
  margin-bottom: 32px;
  width: 920px;
  margin: 0 auto 40px;
  box-sizing: border-box;
  font-weight: 700;
 }
 #modelhouseContainer #mhCont {
  width: 100%;
  margin: 0 auto;
 }
 /*タブ*/
 #modelhouseContainer #mhHorizontalTab ul.modelhouse-tab {
  width: 920px;
  margin: 0 auto;
 }
 #modelhouseContainer #mhHorizontalTab ul.modelhouse-tab li {
  width: 288px;
  height: 66px;
  box-sizing: border-box;
  border: 5px solid #fff !important;
  background: #ff9fae !important;
  box-shadow: 0 0 8px rgba(32, 32, 32, 0.12);
  margin-right: 23px;
  text-align: center;
  text-indent: 15px;
  z-index: 1;
  position: relative;
 }
 #modelhouseContainer #mhHorizontalTab ul.modelhouse-tab li.resp-tab-active {
  border: 5px solid #fff !important;
  background: #ff2e3a !important;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.08);
  margin-right: 23px;
  text-align: center;
  text-indent: 15px;
  z-index: 3;
  position: relative;
 }
 #modelhouseContainer #mhHorizontalTab ul.modelhouse-tab li:last-child {
  margin: 0;
 }
 #modelhouseContainer #mhHorizontalTab ul.modelhouse-tab li span {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 59px;
 }
 #modelhouseContainer #mhHorizontalTab ul.modelhouse-tab li.resp-tab-active span {
  color: #fff;
 }
 #modelhouseContainer #mhHorizontalTab ul.modelhouse-tab li span i {
  font-size: 1.3em;
  text-indent: -25px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -4px;
 }
 #modelhouseContainer #mhHorizontalTab .resp-tabs-container {
  background: none;
  z-index: 2;
  position: relative;
  box-shadow: 0px -5px 3px -3px rgba(0, 0, 0, 0.05);
  padding: 0;
  border-top: 5px solid #fff !important;
 }
 #modelhouseContainer #mhHorizontalTab .resp-tab-content {
  padding: 0;
 }
 #modelhouseContainer #mhHorizontalTab .resp-tab-content ul {
  width: 92%;
  margin: auto;
 }
 /* 共通 */
 #modelhouseContainer .select-box p {
  margin: 30px auto;
 }
 /* らくまま提案から探す */
 #modelhouseContainer #searchLaqmama {
  text-align: center;
 }
 #modelhouseContainer #laqmamaTab {
  text-align: center;
  margin-bottom: 15px !important;
 }
 #modelhouseContainer #laqmamaTab li {
  width: 140px;
  height: 64px;
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
  position: relative;
 }
 #modelhouseContainer #laqmamaTab li span {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 103px;
  font-size: 0;
 }
 #modelhouseContainer #laqmamaTab li.select span {
  display: block;
 }
 /*らくままタブ画像*/
 #modelhouseContainer #laqmamaTab li.family {
  background: url("../img/laqmama/factab01.png") no-repeat;
 }
 #modelhouseContainer #laqmamaTab li.self {
  background: url("../img/laqmama/factab02.png") no-repeat;
 }
 #modelhouseContainer #laqmamaTab li.receipt {
  background: url("../img/laqmama/factab03.png") no-repeat;
 }
 #modelhouseContainer #laqmamaTab li.grow {
  background: url("../img/laqmama/factab04.png") no-repeat;
 }
 #modelhouseContainer #laqmamaTab li.housework {
  background: url("../img/laqmama/factab05.png") no-repeat;
 }
 /*らくままタブセレクト画像*/
 #modelhouseContainer #laqmamaTab li.family span {
  background: url("../img/laqmama/factab01_select.png") no-repeat;
 }
 #modelhouseContainer #laqmamaTab li.self span {
  background: url("../img/laqmama/factab02_select.png") no-repeat;
 }
 #modelhouseContainer #laqmamaTab li.receipt span {
  background: url("../img/laqmama/factab03_select.png") no-repeat;
 }
 #modelhouseContainer #laqmamaTab li.grow span {
  background: url("../img/laqmama/factab04_select.png") no-repeat;
 }
 #modelhouseContainer #laqmamaTab li.housework span {
  background: url("../img/laqmama/factab05_select.png") no-repeat;
 }
 #modelhouseContainer .laqmama-filter {
  margin-bottom: 20px !important;
  text-align: center;
  background: #f5f2e9;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(32, 32, 32, 0.04);
  padding: 40px 0;
 }
 #modelhouseContainer .laqmama-filter .fac-box {
  width: 196px;
  height: 160px;
  display: inline-block;
  background: #fff;
  margin: 0 10px 0 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  position: relative;
  cursor: pointer;
 }
 #modelhouseContainer .laqmama-filter .fac-box.active {
  background: #9b8228;
 }
 #modelhouseContainer .laqmama-filter .fac-box .fac-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
 }
 #modelhouseContainer .laqmama-filter .fac-box:last-child {
  margin: 0;
 }
 #modelhouseContainer .laqmama-filter .fac-box .fac-pict {
  width: 100%;
  height: 105px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
 }
 #modelhouseContainer .laqmama-filter .fac-box .fac-title {
  padding: 113px 0 0 35px;
  color: #9b8228;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  width: 140px;
  text-align: left;
 }
 #modelhouseContainer .laqmama-filter .fac-box.active .fac-title {
  color: #fff;
 }
 #modelhouseContainer .laqmama-filter .fac-box .fac-title i {
  text-indent: -18px;
 }
 /*らくまま提案画像*/
 #modelhouseContainer .laqmama-filter .fac-box.fac-openliving .fac-pict {
  background: url("../img/modelhouse/fac_openliving.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-kitchen .fac-pict {
  background: url("../img/modelhouse/fac_kitchen.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-fukinuke .fac-pict {
  background: url("../img/modelhouse/fac_fukinuke.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-tatami .fac-pict {
  background: url("../img/modelhouse/fac_tatami.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-suite .fac-pict {
  background: url("../img/modelhouse/fac_suite.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-function .fac-pict {
  background: url("../img/modelhouse/fac_function.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-powder .fac-pict {
  background: url("../img/modelhouse/fac_powder.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-styling .fac-pict {
  background: url("../img/modelhouse/fac_styling.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-walkcloset .fac-pict {
  background: url("../img/modelhouse/fac_walkcloset.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-sidecloset .fac-pict {
  background: url("../img/modelhouse/fac_sidecloset.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-stock .fac-pict {
  background: url("../img/modelhouse/fac_stock.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-pantry .fac-pict {
  background: url("../img/modelhouse/fac_pantry.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-attic .fac-pict {
  background: url("../img/modelhouse/fac_attic.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-pit .fac-pict {
  background: url("../img/modelhouse/fac_pit.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-terrace .fac-pict {
  background: url("../img/modelhouse/fac_terrace.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-work .fac-pict {
  background: url("../img/modelhouse/fac_work.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-study .fac-pict {
  background: url("../img/modelhouse/fac_study.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-step .fac-pict {
  background: url("../img/modelhouse/fac_step.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-childroom .fac-pict {
  background: url("../img/modelhouse/fac_childroom.jpg") no-repeat;
 }
 /*エリアから探す*/
 #modelhouseContainer .searchArea {
  width: 920px !important;
  margin: 30px auto !important;
 }
 #modelhouseContainer .searchArea h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 15px;
 }
 #modelhouseContainer .searchArea h3 i {
  color: #ff6914;
 }
 #modelhouseContainer .searchArea p {
  margin: 0 auto 15px;
 }
 #modelhouseContainer .searchArea ul.search-area {
  margin-bottom: 40px !important;
  padding-left: 0;
  margin: 0;
 }
 #modelhouseContainer .searchArea ul.search-area li {
  width: 350px;
  height: 56px;
  line-height: 52px;
  border: 3px solid #fc4e02;
  box-sizing: border-box;
  margin: 0 0 14px 0;
  cursor: pointer;
  display: block;
  text-align: center;
 }
 #modelhouseContainer .searchArea ul.search-area li a {
  display: block;
  width: 100%;
  height: 100%;
 }
 #modelhouseContainer .searchArea ul.search-area li a:hover {
  text-decoration: none;
 }
 #modelhouseContainer .searchArea ul.search-area li a span {
  font-size: 120%;
  color: inherit;
 }
 #modelhouseContainer .searchArea ul.search-area li.current {
  background: #fc4e02;
  color: #fff;
 }
 #modelhouseContainer .searchArea ul.search-area li.current a {
  color: #fff;
 }
 #modelhouseContainer .searchArea .search-left {
  width: 380px;
  float: left;
  margin-right: 50px;
 }
 #modelhouseContainer .searchArea #allMap {
  width: 445px;
  height: 445px;
  float: right;
 }
 /* ラヴィングコンテナ */
 #modelhouseContainer #searchLaving p, #modelhouseContainer #searchLaving .search-area li {
  text-align: center;
 }
 .laving-container {
  width: 840px;
  padding: 40px;
  margin: 0 auto 20px;
  background: #f5f2e9;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(32, 32, 32, 0.04);
 }
 #modelhouseContainer #searchLaving ul.search-area {
  margin-bottom: 40px !important;
  padding-left: 30px;
 }
 #modelhouseContainer #searchLaving ul.search-area li {
  width: 122px;
  height: 56px;
  line-height: 52px;
  border: 3px solid #fc4e02;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer;
  display: block;
  float: left;
 }
 #modelhouseContainer #searchLaving ul.search-area li a {
  display: block;
  width: 100%;
  height: 100%;
 }
 #modelhouseContainer #searchLaving ul.search-area li a:hover {
  text-decoration: none;
 }
 #modelhouseContainer #searchLaving ul.search-area li.current {
  background: #fc4e02;
  color: #fff;
 }
 #modelhouseContainer #searchLaving ul.search-area li.current a {
  color: #fff;
 }
 /* 展示場コンテンツ */
 #modelhouseContainer .modelhouse {
  width: 1120px;
  margin: 0 auto 20px;
 }
 #modelhouseContainer .modelhouse .area-box {
  display: none;
  width: 100%;
 }
 #modelhouseContainer .modelhouse-box {
  display: none;
  width: 260px;
  min-height: 350px;
  padding-bottom: 70px;
  position: relative;
  float: left;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(32, 32, 32, 0.12);
  margin: 0 30px 30px 0;
 }
 #modelhouseContainer .laving-container .modelhouse-box.laving {
  display: block !important;
  min-height: 380px;
 }
 #modelhouseContainer .modelhouse-box.laving:nth-of-type(3n) {
  margin: 0 0 30px 0;
 }
 #modelhouseContainer .modelhouse-box.col3-no-margin {
  margin: 0 0 30px 0;
 }
 #modelhouseContainer .modelhouse-box .mh-pict {
  width: 100%;
  height: 175px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 18px;
 }
 #modelhouseContainer .modelhouse-box.laving .mh-pict {
  height: 140px;
 }
 #modelhouseContainer .modelhouse-box .mh-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  width: 220px;
  height: 34px;
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf;
  text-overflow: ellipsis;
  margin: 0 auto;
 }
 #modelhouseContainer .modelhouse-box .mh-detail {
  width: 220px;
  margin: 0 auto;
 }
 #modelhouseContainer .modelhouse-box dl {
  margin-bottom: 0;
 }
 #modelhouseContainer .modelhouse-box dl dt {
  float: left;
  clear: both;
  width: 60px;
  padding-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
 }
 #modelhouseContainer .modelhouse-box dl dd {
  margin-bottom: 0;
  padding: 10px 0 10px 65px;
  border-bottom: 1px dotted #dfdfdf;
  font-size: 12px;
  font-size: 1.2rem;
 }
 /* #modelhouseContainer .modelhouse-box dl dd.tel-line{text-decoration: underline;} */
 #modelhouseContainer .modelhouse-box dl dd:last-child {
  border: none;
 }
 #modelhouseContainer .modelhouse-box p.view-btn {
  width: 220px;
  height: 25px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  font-weight: bold;
  background: #e51718;
  margin: 0;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 20px;
  border-radius: 14px;
 }
 #modelhouseContainer .modelhouse-box p.view-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
 }
 #modelhouseContainer .modelhouse-box p.view-btn a:hover {
  text-decoration: none;
 }
 #modelhouseContainer .modelhouse-box p.view-btn a i {
  font-size: 1.2em;
  margin-right: 5px;
  margin-bottom: -2px;
 }
 #modelhouseContainer h4.result {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 35px;
  text-align: left;
 }
 #modelhouseContainer .select-box {
  width: 100%;
  height: auto;
 }
 #modelhouseContainer .mhall .all-col3-no-margin {
  margin: 0 0 30px 0;
 }
 #modelhouseContainer .modelhouse-list {
  width: 920px;
  clear: both;
  position: relative;
  top: 30px;
 }
 /* --------------------------------------
各県の展示場一覧
-------------------------------------- */
 #areaContainer {
  background: #fff;
  border-top: 10px solid #eb1c1a;
  /*box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.03);*/
  max-width: 1000px;
 }
 #areaContainer #modelhouseContainer {
  box-shadow: none;
  border: none;
 }
 #areaContainer .searchArea {
  padding: 0;
 }
 #areaContainer #areaMap {
  width: 445px;
  height: 445px;
  margin: 0 auto;
 }
 .laving .contents-inner-1 .media {
  position: relative;
  padding-bottom: 15px;
 }
 .laving .media-content .planer-text {
  text-align: center;
  line-height: 2em;
  margin-top: 30px;
 }
 .laving .media-content .planer-name {
  position: absolute;
  bottom: 3px;
  left: 110px;
 }
}
@media screen and (min-width: 641px) and (max-width: 1080px) {
 /* タブレットレイアウト */
 /* --------------------------------------
通常投稿（ブログ）
-------------------------------------- */
 #entryContainer {
  background: #fff;
  border-top: 10px solid #eb1c1a;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.03);
  max-width: 640px;
  padding: 40px 0 60px;
 }
 #entryContainer .entry-cat-title {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  border-left: 8px solid #eb1c1a;
  height: 26px;
  line-height: 26px;
  padding-left: 8px;
  margin-bottom: 32px;
  width: 87.5%;
  margin: 0 auto 40px;
  box-sizing: border-box;
 }
 #entryContainer #mainCont {
  width: 590px;
  margin: 0 auto 30px;
 }
 #entryContainer #mainCont .post-box {
  width: 286px;
  min-height: 408px !important;
  padding-bottom: 48px;
  float: left;
  position: relative;
  margin: 0 16px 16px 0;
  border: 4px solid #e8e8e8;
  box-sizing: border-box;
 }
 #entryContainer #mainCont .post-box:nth-child(2n) {
  margin: 0 0 16px 0;
 }
 #entryContainer article.post-box .post-inner h2.post-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  width: 236px;
  height: 80px;
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf;
  text-overflow: ellipsis;
  margin: 0 auto;
 }
 #entryContainer .post-box .post-pict {
  width: 100%;
  height: 180px;
  background: #f2f2f2;
  overflow: hidden;
  margin-bottom: 18px;
 }
 #entryContainer .post-box .post-info {
  width: 90%;
  margin: 0 auto;
 }
 #entryContainer .post-box .post-info .desc {
  margin: 0;
  padding: 10px 0;
 }
 #entryContainer .post-box p.view-btn {
  width: 236px;
  height: 25px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  font-weight: bold;
  background: #e51718;
  margin: 0;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 21px;
  left: 21px;
  border-radius: 14px;
 }
 #entryContainer a:hover .post-box p.view-btn {
  text-decoration: none;
 }
 #entryContainer .post-box p.view-btn i {
  font-size: 1.2em;
  margin-right: 5px;
  margin-bottom: -2px;
 }
 /* --------------------------------------
下層ページ共通
-------------------------------------- */
 .content-inner {
  margin: 0 auto 50px;
 }
 /* --------------------------------------
お知らせ一覧
-------------------------------------- */
 #newContainer {
  background: #fff;
  border-top: 10px solid #eb1c1a;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.03);
  max-width: 640px;
  padding: 40px 0;
 }
 #newContainer p.new-catch {
  font-size: 24px;
  font-size: 2.4rem;
  border-left: 8px solid #eb1c1a;
  height: 26px;
  line-height: 26px;
  padding-left: 8px;
  margin-bottom: 32px;
  width: 87.5%;
  margin: 0 auto 40px;
  box-sizing: border-box;
 }
 #newContainer #newInner {
  width: 87.5%;
  margin: 0 auto;
 }
 #newContainer article.new-post {
  padding: 10px 5px;
  border-bottom: 1px dotted #ddd;
 }
 #newContainer h3.new-year {
  font-size: 24px;
  font-size: 2.4rem;
 }
 #newContainer article.new-post .post-inner h4.post-title {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 110px;
 }
 #newContainer article.new-post .post-inner time {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 18px;
  float: left;
 }
 /* --------------------------------------
各県の展示場一覧
-------------------------------------- */
 #areaContainer {
  background: #fff;
  border-top: 10px solid #008836;
  /*box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.03);*/
  max-width: 640px;
 }
 #areaContainer #modelhouseContainer {
  box-shadow: none;
 }
 #areaContainer .searchArea {
  padding: 0;
 }
 #areaContainer #areaMap {
  width: 100%;
  height: 280px;
  margin: 0 auto;
 }
 #areaContainer #areaMap img {
  max-width: none !important;
 }
 /* --------------------------------------
イベント情報一覧
-------------------------------------- */
 #eventContainer {
  background: #fff;
  border-top: 10px solid #eb1c1a;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.03);
  max-width: 640px;
  padding: 40px 0 60px;
 }
 #eventContainer p.event-catch {
  font-size: 24px;
  font-size: 2.4rem;
  border-left: 8px solid #eb1c1a;
  height: 26px;
  line-height: 26px;
  padding-left: 8px;
  margin-bottom: 32px;
  width: 87.5%;
  margin: 0 auto 40px;
  box-sizing: border-box;
 }
 #eventContainer #eventCont {
  width: 590px;
  margin: 0 auto 30px;
 }
 #eventContainer #eventCont .event-box {
  width: 286px;
  min-height: 508px !important;
  padding-bottom: 48px;
  float: left;
  position: relative;
  margin: 0 16px 16px 0;
  border: 4px solid #e8e8e8;
  box-sizing: border-box;
 }
 #eventContainer #eventCont .event-box:nth-child(2n) {
  margin: 0 0 16px 0;
 }
 #eventContainer article.event-box .event-inner h2.event-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  width: 236px;
  height: 80px;
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf;
  text-overflow: ellipsis;
  margin: 0 auto;
 }
 #eventContainer .event-box .event-pict {
  width: 100%;
  height: 180px;
  background: #f2f2f2;
  overflow: hidden;
  margin-bottom: 18px;
 }
 #eventContainer .event-box .event-info {
  width: 90%;
  margin: 0 auto;
 }
 #eventContainer .event-box .event-info dl dt {
  float: left;
  clear: both;
  width: 20%;
  padding-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
 }
 #eventContainer .event-box .event-info dl dd {
  margin-bottom: 0;
  padding: 10px 0 10px 55px;
  border-bottom: 1px dotted #dfdfdf;
  font-size: 12px;
  font-size: 1.2rem;
 }
 #eventContainer .event-box .event-info dl dd:last-child {
  border: none;
 }
 #eventContainer .event-box p.view-btn {
  width: 236px;
  height: 25px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  font-weight: bold;
  background: #e51718;
  margin: 0;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 21px;
  left: 21px;
  border-radius: 14px;
 }
 #eventContainer .event-box p.view-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
 }
 #eventContainer .event-box p.view-btn a:hover {
  text-decoration: none;
 }
 #eventContainer .event-box p.view-btn a i {
  font-size: 1.2em;
  margin-right: 5px;
  margin-bottom: -2px;
 }
 /* ページャー */
 .pager {
  text-align: center;
 }
 .pager .wp-pagenavi a.page, .pager .wp-pagenavi a.first, .pager .wp-pagenavi a.last, .pager .wp-pagenavi span {
  border: none;
  background: #ff7414;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  font-size: 12px;
  width: 26px;
  height: 26px;
  display: inline-block;
  padding: 0;
  text-align: center;
  line-height: 26px;
  vertical-align: bottom;
 }
 .pager .wp-pagenavi a.page:hover {
  text-decoration: none;
 }
 .pager .wp-pagenavi span.current {
  box-sizing: border-box;
  border: 1px solid #ff7414;
  background: #fff;
  color: #ff7414;
 }
 .pager .wp-pagenavi a.previouspostslink, .pager .wp-pagenavi a.nextpostslink {
  color: #ff7414;
  border: none;
  font-size: 2em;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 5px;
  line-height: 26px;
 }
 .pager p.page-result {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
 }
 /* --------------------------------------
建築事例一覧
-------------------------------------- */
 #jireiContainer {
  background: #fff;
  border-top: 10px solid #e81919;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.03);
  max-width: 640px;
  padding: 0 0 30px;
 }
 #jireiContainer p.jirei-catch {
  width: 100%;
  margin: 0 auto 10px;
 }
 #jireiContainer p.jirei-catch img {
  width: 100%;
 }
 /*タブ*/
 #jireiContainer #jireiHorizontalTab ul.jirei-tab {
  width: 590px;
  margin: 0 auto;
 }
 #jireiContainer #jireiHorizontalTab ul.jirei-tab li {
  width: 202px;
  height: 45px;
  box-sizing: border-box;
  background: #ff9fae !important;
  margin-right: 5px;
  text-align: center;
  text-indent: 5px;
  z-index: 1;
  position: relative;
 }
 #jireiContainer #jireiHorizontalTab ul.jirei-tab li.resp-tab-active {
  background: #e81919 !important;
  margin-right: 5px;
  text-align: center;
  text-indent: 5px;
  z-index: 3;
  position: relative;
 }
 #jireiContainer #jireiHorizontalTab ul.jirei-tab li:last-child {
  margin: 0;
 }
 #jireiContainer #jireiHorizontalTab ul.jirei-tab li span {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 47px;
 }
 #jireiContainer #jireiHorizontalTab ul.jirei-tab li span i {
  font-size: 1.2em;
  text-indent: -25px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -4px;
 }
 #jireiContainer #jireiHorizontalTab .resp-tab-content {
  background: #fff;
  z-index: 2;
  position: relative;
  border-top: 4px solid #e81919;
 }
 #jireiContainer #jireiControl {
  margin-bottom: 20px;
 }
 #jireiContainer #jireiControl li {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  margin-right: 2%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  padding: 0 10px;
 }
 #jireiContainer #jireiControl li:last-child {
  margin-right: 0;
 }
 #jireiContainer #jireiControl li.active {
  background: #ec1c1a;
  color: #fff;
 }
 #jireiContainer #jireiCont {
  width: 590px;
  margin: 0 auto;
  padding: 8px 0;
 }
 #jireiContainer #jireiCont .jirei-box {
  width: 286px;
  height: 368px;
  padding-bottom: 48px;
  float: left;
  position: relative;
  margin: 0 16px 16px 0;
  display: none;
  border: 4px solid #e8e8e8;
  box-sizing: border-box;
 }
 #jireiContainer #jireiCont .jirei-box.col2-no-margin {
  margin: 0 0 2% 0;
 }
 #jireiContainer #jireiCont .jirei-box .jirei-pict {
  width: 100%;
  height: 200px;
  margin: 0;
  background: #fff;
  overflow: hidden;
 }
 #jireiContainer #jireiCont .jirei-box .jirei-detail {
  padding: 25px;
  position: relative;
 }
 #jireiContainer #jireiCont .jirei-box .jirei-detail h2 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
 }
 #jireiContainer #jireiCont .jirei-box .jirei-detail h4 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 10px;
  position: absolute;
  top: 80px;
  left: 25px;
 }
 #jireiContainer #jireiCont .jirei-box p.view-btn {
  width: 238px;
  height: 25px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  font-weight: bold;
  background: #e51718;
  margin: 0;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 20px;
  border-radius: 14px;
 }
 #jireiContainer #jireiCont .jirei-box p.view-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
 }
 #jireiContainer #jireiCont .jirei-box p.view-btn a:hover {
  text-decoration: none;
 }
 #jireiContainer #jireiCont .jirei-box p.view-btn a i {
  font-size: 1.2em;
  margin-right: 5px;
  margin-bottom: -2px;
 }
 /*#jireiContainer #jireiWrapper {max-height:1155px; overflow-y:scroll;}*/
 #jireiContainer #other_point {
  margin-top: -189px;
  padding-top: 189px;
 }
 /* --------------------------------------
展示場一覧
-------------------------------------- */
 #modelhouseContainer {
  background: #fff;
  border-top: 10px solid #eb1c1a;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.03);
  max-width: 640px;
  padding: 40px 0 0;
 }
 #modelhouseContainer p.mh-catch {
  font-size: 24px;
  font-size: 2.4rem;
  border-left: 8px solid #eb1c1a;
  height: 26px;
  line-height: 26px;
  padding-left: 8px;
  margin-bottom: 32px;
  width: 90.625%;
  margin: 0 auto 40px;
  box-sizing: border-box;
  font-weight: 700;
 }
 #modelhouseContainer #mhCont {
  width: 100%;
  margin: 0 auto;
 }
 /*タブ*/
 #modelhouseContainer #mhHorizontalTab ul.modelhouse-tab {
  width: 590px;
  margin: 0 auto;
 }
 #modelhouseContainer #mhHorizontalTab ul.modelhouse-tab li {
  width: 192px;
  height: 40px;
  box-sizing: border-box;
  border: 5px solid #fff !important;
  background: #e81919 !important;
  box-shadow: 0 0 8px rgba(32, 32, 32, 0.12);
  margin-right: 5px;
  text-align: center;
  text-indent: 5px;
  z-index: 1;
  position: relative;
 }
 #modelhouseContainer #mhHorizontalTab ul.modelhouse-tab li.resp-tab-active {
  border: 5px solid #fff !important;
  background: #fff !important;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.08);
  margin-right: 5px;
  text-align: center;
  text-indent: 5px;
  z-index: 3;
  position: relative;
 }
 #modelhouseContainer #mhHorizontalTab ul.modelhouse-tab li:last-child {
  margin: 0;
 }
 #modelhouseContainer #mhHorizontalTab ul.modelhouse-tab li span {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 36px;
 }
 #modelhouseContainer #mhHorizontalTab ul.modelhouse-tab li.resp-tab-active span {
  color: #333;
 }
 #modelhouseContainer #mhHorizontalTab ul.modelhouse-tab li span i {
  font-size: 1.3em;
  text-indent: -25px;
  margin-right: 0;
  vertical-align: middle;
  margin-top: -4px;
 }
 #modelhouseContainer #mhHorizontalTab .resp-tabs-container {
  background: none;
  z-index: 2;
  position: relative;
  box-shadow: 0px -5px 3px -3px rgba(0, 0, 0, 0.05);
  padding: 0;
  border-top: 5px solid #fff !important;
 }
 #modelhouseContainer #mhHorizontalTab .resp-tab-content {
  padding: 0;
 }
 #modelhouseContainer #mhHorizontalTab .resp-tab-content ul {
  width: 92%;
  margin: auto;
 }
 /* 共通 */
 #modelhouseContainer .select-box p {
  margin: 30px auto;
 }
 /* らくまま提案から探す */
 #modelhouseContainer #searchLaqmama {
  text-align: center;
 }
 #modelhouseContainer #laqmamaTab {
  text-align: center;
  margin-bottom: 15px !important;
 }
 #modelhouseContainer #laqmamaTab li {
  width: 140px;
  height: 64px;
  margin: 0 10px 10px 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
 }
 #modelhouseContainer #laqmamaTab li span {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 103px;
  font-size: 0;
 }
 #modelhouseContainer #laqmamaTab li.select span {
  display: block;
 }
 /*らくままタブ画像*/
 #modelhouseContainer #laqmamaTab li.family {
  background: url("../img/laqmama/factab01.png") no-repeat;
 }
 #modelhouseContainer #laqmamaTab li.self {
  background: url("../img/laqmama/factab02.png") no-repeat;
 }
 #modelhouseContainer #laqmamaTab li.receipt {
  background: url("../img/laqmama/factab03.png") no-repeat;
 }
 #modelhouseContainer #laqmamaTab li.grow {
  background: url("../img/laqmama/factab04.png") no-repeat;
 }
 #modelhouseContainer #laqmamaTab li.housework {
  background: url("../img/laqmama/factab05.png") no-repeat;
 }
 /*らくままタブセレクト画像*/
 #modelhouseContainer #laqmamaTab li.family span {
  background: url("../img/laqmama/factab01_select.png") no-repeat;
 }
 #modelhouseContainer #laqmamaTab li.self span {
  background: url("../img/laqmama/factab02_select.png") no-repeat;
 }
 #modelhouseContainer #laqmamaTab li.receipt span {
  background: url("../img/laqmama/factab03_select.png") no-repeat;
 }
 #modelhouseContainer #laqmamaTab li.grow span {
  background: url("../img/laqmama/factab04_select.png") no-repeat;
 }
 #modelhouseContainer #laqmamaTab li.housework span {
  background: url("../img/laqmama/factab05_select.png") no-repeat;
 }
 #modelhouseContainer .laqmama-filter {
  margin-bottom: 20px !important;
  text-align: center;
  background: #f5f2e9;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(32, 32, 32, 0.04);
  padding: 40px 0;
 }
 #modelhouseContainer .laqmama-filter .fac-box {
  width: 196px;
  height: 160px;
  display: inline-block;
  background: #fff;
  margin: 0 10px 10px 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  position: relative;
  cursor: pointer;
 }
 #modelhouseContainer .laqmama-filter .fac-box:nth-of-type(2n) {
  margin: 0 0 10px 0;
 }
 #modelhouseContainer .laqmama-filter .fac-box:last-child {
  margin: 0 0 10px 0;
 }
 #modelhouseContainer .laqmama-filter .fac-box.active {
  background: #9b8228;
 }
 #modelhouseContainer .laqmama-filter .fac-box .fac-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
 }
 #modelhouseContainer .laqmama-filter .fac-box .fac-pict {
  width: 100%;
  height: 105px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
 }
 #modelhouseContainer .laqmama-filter .fac-box .fac-title {
  padding: 113px 0 0 35px;
  color: #9b8228;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  width: 140px;
  text-align: left;
 }
 #modelhouseContainer .laqmama-filter .fac-box.active .fac-title {
  color: #fff;
 }
 #modelhouseContainer .laqmama-filter .fac-box .fac-title i {
  text-indent: -18px;
 }
 /*らくまま提案画像*/
 #modelhouseContainer .laqmama-filter .fac-box.fac-openliving .fac-pict {
  background: url("../img/modelhouse/fac_openliving.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-kitchen .fac-pict {
  background: url("../img/modelhouse/fac_kitchen.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-fukinuke .fac-pict {
  background: url("../img/modelhouse/fac_fukinuke.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-tatami .fac-pict {
  background: url("../img/modelhouse/fac_tatami.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-suite .fac-pict {
  background: url("../img/modelhouse/fac_suite.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-function .fac-pict {
  background: url("../img/modelhouse/fac_function.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-powder .fac-pict {
  background: url("../img/modelhouse/fac_powder.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-styling .fac-pict {
  background: url("../img/modelhouse/fac_styling.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-walkcloset .fac-pict {
  background: url("../img/modelhouse/fac_walkcloset.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-sidecloset .fac-pict {
  background: url("../img/modelhouse/fac_sidecloset.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-stock .fac-pict {
  background: url("../img/modelhouse/fac_stock.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-pantry .fac-pict {
  background: url("../img/modelhouse/fac_pantry.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-attic .fac-pict {
  background: url("../img/modelhouse/fac_attic.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-pit .fac-pict {
  background: url("../img/modelhouse/fac_pit.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-terrace .fac-pict {
  background: url("../img/modelhouse/fac_terrace.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-work .fac-pict {
  background: url("../img/modelhouse/fac_work.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-study .fac-pict {
  background: url("../img/modelhouse/fac_study.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-step .fac-pict {
  background: url("../img/modelhouse/fac_step.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-childroom .fac-pict {
  background: url("../img/modelhouse/fac_childroom.jpg") no-repeat;
 }
 /*エリアから探す*/
 #modelhouseContainer .searchArea {
  width: 100%;
  margin: 30px auto !important;
  text-align: center;
 }
 #modelhouseContainer .searchArea h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 15px;
 }
 #modelhouseContainer .searchArea h3 i {
  color: #ff6914;
 }
 #modelhouseContainer .searchArea p {
  margin: 0 auto 15px;
 }
 #modelhouseContainer .searchArea ul.search-area {
  margin-bottom: 40px !important;
  padding-left: 0;
  margin: 0;
  width: 100%;
 }
 #modelhouseContainer .searchArea ul.search-area li {
  width: 120px;
  height: 56px;
  line-height: 52px;
  border: 3px solid #fc4e02;
  box-sizing: border-box;
  margin: 0 12px 0 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 10px;
 }
 #modelhouseContainer .searchArea ul.search-area li a {
  display: inline-block;
  width: 100%;
  height: 100%;
 }
 #modelhouseContainer .searchArea ul.search-area li a:hover {
  text-decoration: none;
 }
 #modelhouseContainer .searchArea ul.search-area li a span {
  font-size: 130%;
  color: inherit;
 }
 #modelhouseContainer .searchArea ul.search-area li.current {
  background: #fc4e02;
  color: #fff;
 }
 #modelhouseContainer .searchArea ul.search-area li.current a {
  color: #fff;
 }
 #modelhouseContainer .searchArea .search-left {
  width: 100%;
 }
 #modelhouseContainer .searchArea #allMap {
  width: 445px;
  height: 445px;
  margin: 0 auto;
 }
 /* ラヴィングコンテナ */
 #modelhouseContainer #searchLaving p, #modelhouseContainer #searchLaving .search-area li {
  text-align: center;
 }
 .laving-container {
  width: 590px;
  padding: 25px;
  box-sizing: border-box;
  margin: 0 auto 20px;
  background: #f5f2e9;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(32, 32, 32, 0.04);
 }
 #modelhouseContainer #searchLaving ul.search-area {
  margin-bottom: 40px !important;
  padding-left: 30px;
 }
 #modelhouseContainer #searchLaving ul.search-area li {
  width: 122px;
  height: 56px;
  line-height: 52px;
  border: 3px solid #fc4e02;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer;
  display: block;
  float: left;
 }
 #modelhouseContainer #searchLaving ul.search-area li a {
  display: block;
  width: 100%;
  height: 100%;
 }
 #modelhouseContainer #searchLaving ul.search-area li a:hover {
  text-decoration: none;
 }
 #modelhouseContainer #searchLaving ul.search-area li.current {
  background: #fc4e02;
  color: #fff;
 }
 #modelhouseContainer #searchLaving ul.search-area li.current a {
  color: #fff;
 }
 /* 展示場コンテンツ */
 #modelhouseContainer .modelhouse {
  padding: 25px;
  margin: 0 auto 20px;
 }
 #modelhouseContainer .modelhouse .area-box {
  display: none;
  width: 100%;
 }
 #modelhouseContainer .modelhouse-box {
  display: none;
  width: 260px;
  min-height: 520px;
  padding-bottom: 70px;
  position: relative;
  float: left;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(32, 32, 32, 0.12);
  margin: 0 20px 20px 0;
 }
 #modelhouseContainer .laving-container .modelhouse-box.laving {
  display: block !important;
  min-height: 380px;
 }
 #modelhouseContainer .modelhouse-box.laving:nth-of-type(2n) {
  margin: 0 0 20px 0;
 }
 #modelhouseContainer .modelhouse-box.col2-no-margin {
  margin: 0 0 20px 0;
 }
 #modelhouseContainer .modelhouse-box .mh-pict {
  width: 100%;
  height: 175px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 18px;
 }
 #modelhouseContainer .modelhouse-box.laving .mh-pict {
  height: 140px;
 }
 #modelhouseContainer .modelhouse-box .mh-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  width: 220px;
  height: 34px;
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf;
  text-overflow: ellipsis;
  margin: 0 auto;
 }
 #modelhouseContainer .modelhouse-box .mh-detail {
  width: 220px;
  margin: 0 auto;
 }
 #modelhouseContainer .modelhouse-box dl {
  margin-bottom: 0;
 }
 #modelhouseContainer .modelhouse-box dl dt {
  float: left;
  clear: both;
  width: 60px;
  padding-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
 }
 #modelhouseContainer .modelhouse-box dl dd {
  margin-bottom: 0;
  padding: 10px 0 10px 65px;
  border-bottom: 1px dotted #dfdfdf;
  font-size: 12px;
  font-size: 1.2rem;
 }
 #modelhouseContainer .modelhouse-box dl dd:last-child {
  border: none;
 }
 /* #modelhouseContainer .modelhouse-box dl dd.tel-line{text-decoration: underline;} */
 #modelhouseContainer .modelhouse-box p.view-btn {
  width: 220px;
  height: 25px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  font-weight: bold;
  background: #e51718;
  margin: 0;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 20px;
  border-radius: 14px;
 }
 #modelhouseContainer .modelhouse-box p.view-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
 }
 #modelhouseContainer .modelhouse-box p.view-btn a:hover {
  text-decoration: none;
 }
 #modelhouseContainer .modelhouse-box p.view-btn a i {
  font-size: 1.2em;
  margin-right: 5px;
  margin-bottom: -2px;
 }
 #modelhouseContainer h4.result {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 35px;
  text-align: left;
 }
 #modelhouseContainer .select-box {
  width: 100%;
  height: auto;
 }
 #modelhouseContainer .mhall .all-col2-no-margin {
  margin: 0 0 20px 0;
 }
 #modelhouseContainer .modelhouse-list {
  width: 590px;
  margin: 0 auto;
  clear: both;
  position: relative;
  top: 30px;
 }
 /* --------------------------------------
各県の展示場一覧
-------------------------------------- */
 #areaContainer {
  background: #fff;
  border-top: 10px solid #eb1c1a;
  /*box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.03);*/
  max-width: 640px;
 }
 #areaContainer #modelhouseContainer {
  box-shadow: none;
  border: none;
 }
 #areaContainer .searchArea {
  padding: 0;
 }
 #areaContainer #areaMap {
  width: 445px;
  height: 445px;
  margin: 0 auto;
 }
 .event_list_content {
  width: 586px;
 }
}
@media screen and (max-width: 640px) {
 /* スマートフォンレイアウト */
 /* --------------------------------------
通常投稿（ブログ）
-------------------------------------- */
 #entryContainer {
  background: #fff;
  border-top: 10px solid #eb1c1a;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.03);
  max-width: 640px;
  padding: 40px 0 60px;
 }
 #entryContainer .entry-cat-title {
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  border-left: 8px solid #eb1c1a;
  height: 26px;
  line-height: 26px;
  padding-left: 8px;
  margin-bottom: 32px;
  width: 87.5%;
  margin: 0 auto 40px;
  box-sizing: border-box;
 }
 #entryContainer #mainCont {
  width: 81.25%;
  margin: 0 auto 6%;
 }
 #entryContainer #mainCont .post-box {
  width: 100%;
  min-height: auto !important;
  padding-bottom: 48px;
  float: left;
  position: relative;
  margin: 0 16px 16px 0;
  border: 4px solid #e8e8e8;
  box-sizing: border-box;
 }
 #entryContainer #mainCont .post-box:nth-child(2n) {
  margin: 0 0 16px 0;
 }
 #entryContainer article.post-box .post-inner h2.post-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  width: 90%;
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 2% 0;
 }
 #entryContainer .post-box .post-pict {
  width: 100%;
  padding-top: 65.38%;
  overflow: hidden;
  position: relative;
 }
 #entryContainer .post-box .post-pict img {
  position: absolute;
  top: 0;
  left: 0;
 }
 #entryContainer .post-box .post-info {
  width: 90%;
  margin: 0 auto;
 }
 #entryContainer .post-box .post-info .desc {
  margin: 0;
  padding: 10px 0;
 }
 #entryContainer .post-box p.view-btn {
  width: 90%;
  height: 32px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 32px;
  font-weight: bold;
  background: #e51718;
  margin: 0;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 4%;
  left: 5%;
  border-radius: 16px;
 }
 #entryContainer a:hover .post-box p.view-btn {
  text-decoration: none;
 }
 #entryContainer .post-box p.view-btn i {
  font-size: 1.2em;
  margin-right: 5px;
  margin-bottom: -2px;
 }
 /* --------------------------------------
お知らせ一覧
-------------------------------------- */
 #newContainer {
  background: #fff;
  border-top: 10px solid #eb1c1a;
  width: 100%;
  padding: 6.25% 0;
 }
 #newContainer p.new-catch {
  font-size: 24px;
  font-size: 2.4rem;
  border-left: 8px solid #eb1c1a;
  height: 26px;
  line-height: 26px;
  padding-left: 8px;
  width: 90.625%;
  margin: 0 auto 5.5%;
  box-sizing: border-box;
 }
 #newContainer #newInner {
  width: 90.625%;
  margin: 0 auto;
 }
 #newContainer article.new-post {
  padding: 2.7% 0;
  border-bottom: 1px dotted #ddd;
 }
 #newContainer h3.new-year {
  font-size: 24px;
  font-size: 2.4rem;
 }
 #newContainer article.new-post .post-inner h4.post-title {
  font-size: 16px;
  font-size: 1.6rem;
 }
 #newContainer article.new-post .post-inner time {
  font-size: 16px;
  font-size: 1.6rem;
 }
 /* --------------------------------------
各県の展示場一覧
-------------------------------------- */
 #areaContainer {
  background: #fff;
  border-top: 10px solid #008836;
  /*box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.03);*/
  max-width: 640px;
 }
 #areaContainer #modelhouseContainer {
  box-shadow: none;
 }
 #areaContainer .searchArea {
  padding: 0;
 }
 #areaContainer #areaMap {
  width: 100%;
  height: 280px;
  margin: 0 auto;
 }
 #areaContainer #areaMap img {
  max-width: none !important;
 }
 /* --------------------------------------
イベント情報一覧
-------------------------------------- */
 #eventContainer {
  background: #fff;
  border-top: 10px solid #eb1c1a;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.03);
  max-width: 640px;
  padding: 40px 0 60px;
 }
 #eventContainer p.event-catch {
  font-size: 24px;
  font-size: 2.4rem;
  border-left: 8px solid #eb1c1a;
  height: 26px;
  line-height: 26px;
  padding-left: 8px;
  margin-bottom: 32px;
  width: 87.5%;
  margin: 0 auto 40px;
  box-sizing: border-box;
 }
 #eventContainer #eventCont {
  width: 81.25%;
  margin: 0 auto 6%;
 }
 #eventContainer #eventCont .event-box {
  width: 100%;
  min-height: auto !important;
  padding-bottom: 48px;
  float: left;
  position: relative;
  margin: 0 16px 16px 0;
  border: 4px solid #e8e8e8;
  box-sizing: border-box;
 }
 #eventContainer #eventCont .event-box:nth-child(2n) {
  margin: 0 0 16px 0;
 }
 #eventContainer article.event-box .event-inner h2.event-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  width: 90%;
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 2% 0;
 }
 #eventContainer .event-box .event-pict {
  width: 100%;
  padding-top: 65.38%;
  overflow: hidden;
  position: relative;
 }
 #eventContainer .event-box .event-pict a {
  position: absolute;
  top: 0;
  left: 0;
 }
 #eventContainer .event-box .event-pict img {
  position: absolute;
  top: 0;
  left: 0;
 }
 #eventContainer .event-box .event-info {
  width: 90%;
  margin: 0 auto;
 }
 #eventContainer .event-box .event-info dl dt {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 2% 0 0;
 }
 #eventContainer .event-box .event-info dl dd {
  margin-bottom: 0;
  padding: 2% 0;
  border-bottom: 1px dotted #dfdfdf;
  font-size: 13px;
  font-size: 1.3rem;
 }
 #eventContainer .event-box .event-info dl dd:last-child {
  border: none;
 }
 #eventContainer .event-box p.view-btn {
  width: 90%;
  height: 32px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 32px;
  font-weight: bold;
  background: #e51718;
  margin: 0;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 4%;
  left: 5%;
  border-radius: 16px;
 }
 #eventContainer .event-box p.view-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
 }
 #eventContainer .event-box p.view-btn a:hover {
  text-decoration: none;
 }
 #eventContainer .event-box p.view-btn a i {
  font-size: 1.2em;
  margin-right: 5px;
  margin-bottom: -2px;
 }
 /* ページャー */
 .pager {
  text-align: center;
 }
 .pager .wp-pagenavi a.page, .pager .wp-pagenavi a.first, .pager .wp-pagenavi a.last, .pager .wp-pagenavi span {
  border: none;
  background: #ff7414;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  font-size: 14px;
  width: 32px;
  height: 32px;
  display: inline-block;
  padding: 0;
  text-align: center;
  line-height: 32px;
  vertical-align: bottom;
 }
 .pager .wp-pagenavi a.page:hover {
  text-decoration: none;
 }
 .pager .wp-pagenavi span.current {
  box-sizing: border-box;
  border: 1px solid #ff7414;
  background: #fff;
  color: #ff7414;
 }
 .pager .wp-pagenavi a.previouspostslink, .pager .wp-pagenavi a.nextpostslink {
  color: #ff7414;
  border: none;
  font-size: 2.5em;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 5px;
  line-height: 26px;
 }
 .pager p.page-result {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
 }
 /* --------------------------------------
建築事例一覧
-------------------------------------- */
 #jireiContainer {
  background: #fff;
  border-top: 10px solid #e81919;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.03);
  max-width: 640px;
  padding: 3% 0 6.75%;
 }
 #jireiContainer p.jirei-catch {
  width: 100%;
  margin: 0 auto;
 }
 #jireiContainer p.jirei-catch img {
  width: 100%;
 }
 /*タブ*/
 #jireiContainer #jireiHorizontalTab {
  margin-bottom: 6% !important;
 }
 #jireiContainer #jireiHorizontalTab .jirei-tab h2.jirei-tab {
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 3;
  padding: 5% 4% !important;
  background: url("../img/home/btn_close.png") no-repeat 100% 50% #f1f1f1 !important;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
 }
 #jireiContainer #jireiHorizontalTab .jirei-tab h2.resp-tab-active {
  background: url("../img/home/btn_active.png") no-repeat 100% 60% #f1f1f1 !important;
 }
 #jireiContainer #jireiHorizontalTab .jirei-tab h2.jirei-tab:last-child {
  margin: 0;
 }
 #jireiContainer #jireiHorizontalTab .jirei-tab h2.jirei-tab span {
  font-size: 14px !important;
  font-size: 1.4rem !important;
  color: #535353;
 }
 #jireiContainer #jireiHorizontalTab .jirei-tab h2.jirei-tab span i {
  display: none;
 }
 #jireiContainer #jireiHorizontalTab .resp-tab-content {
  background: #fff;
  z-index: 2;
  position: relative;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.05);
 }
 #jireiContainer #jireiControl {
  margin-bottom: 0px;
 }
 #jireiContainer #jireiControl li {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  background: #fff;
  text-align: center;
  margin-right: 2%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  padding: 0 3%;
 }
 #jireiContainer #jireiControl li.active {
  background: #ec1c1a;
  color: #fff;
 }
 #jireiContainer #jireiCont {
  width: 100%;
  margin: 0 auto;
  padding: 8px 0;
 }
 #jireiContainer #jireiCont .jirei-box {
  width: 100%;
  min-height: auto !important;
  padding-bottom: 15%;
  float: left;
  position: relative;
  margin: 0 0 5.7% 0;
  display: none;
  box-sizing: border-box;
  border: 4px solid #e8e8e8;
 }
 #jireiContainer #jireiCont .jirei-box .jirei-pict {
  width: 100%;
  padding-top: 65.38%;
  margin: 0;
  background: #fff;
  overflow: hidden;
 }
 #jireiContainer #jireiCont .jirei-box .jirei-pict a {
  position: absolute;
  top: 0;
  left: 0;
 }
 #jireiContainer #jireiCont .jirei-box .jirei-detail {
  padding: 25px;
  position: relative;
 }
 #jireiContainer #jireiCont .jirei-box .jirei-detail h2 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
 }
 #jireiContainer #jireiCont .jirei-box .jirei-detail h4 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 10px;
 }
 #jireiContainer #jireiCont .jirei-box p.view-btn {
  width: 86%;
  height: 32px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 32px;
  font-weight: bold;
  background: #e51718;
  margin: 0;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 7%;
  border-radius: 16px;
 }
 #jireiContainer #jireiCont .jirei-box p.view-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
 }
 #jireiContainer #jireiCont .jirei-box p.view-btn a i {
  font-size: 1.2em;
  margin-right: 5px;
  margin-bottom: -2px;
 }
 #jireiContainer #jireiCont .jirei-box p.view-btn a:hover {
  text-decoration: none;
 }
 #jireiContainer #jireiWrapper {
  /*max-height:1680px; overflow-y:scroll;*/
  width: 84.375%;
  margin: 0 auto;
 }
 #jireiContainer #other_point {
  margin-top: -75px;
  padding-top: 75px;
 }
 /* --------------------------------------
展示場一覧
-------------------------------------- */
 #modelhouseContainer {
  background: #fff;
  border-top: 10px solid #eb1c1a;
  width: 100%;
  padding: 6.75% 0 0;
 }
 #modelhouseContainer p.mh-catch {
  font-size: 20px;
  font-size: 2.0rem;
  border-left: 8px solid #eb1c1a;
  padding-left: 8px;
  margin-bottom: 32px;
  width: 90.625%;
  margin: 0 auto 40px;
  box-sizing: border-box;
  font-weight: 700;
 }
 #modelhouseContainer #mhCont {
  width: 100%;
  margin: 0 auto;
 }
 /*タブ*/
 #modelhouseContainer #mhHorizontalTab .modelhouse-tab h2.resp-accordion.modelhouse-tab {
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 3;
  margin: 0 4.65% 10px;
  padding: 14px 4% !important;
  background: url("../img/home/btn_close.png") no-repeat 100% 50% #dddddd !important;
 }
 #modelhouseContainer #mhHorizontalTab .modelhouse-tab h2.resp-accordion.modelhouse-tab {
  background-color: #dddddd !important;
 }
 #modelhouseContainer #mhHorizontalTab .modelhouse-tab h2.resp-accordion.modelhouse-tab.resp-tab-active {
  background: url("../img/home/btn_active.png") no-repeat 100% 60% #dddddd !important;
 }
 #modelhouseContainer #mhHorizontalTab .modelhouse-tab h2.modelhouse-tab:last-child {
  margin: 0;
 }
 #modelhouseContainer #mhHorizontalTab .modelhouse-tab h2.modelhouse-tab span {
  font-size: 16px !important;
  font-size: 1.6rem !important;
  color: #1f1f1f;
 }
 #modelhouseContainer #mhHorizontalTab .modelhouse-tab h2.modelhouse-tab span i {
  display: none;
 }
 #modelhouseContainer #mhHorizontalTab .resp-tabs-container {
  background: none;
  z-index: 2;
  position: relative;
  padding: 0;
  margin-bottom: 6.75%;
 }
 #modelhouseContainer #mhHorizontalTab .resp-tab-content {
  padding: 0;
 }
 #modelhouseContainer #mhHorizontalTab .resp-tab-content ul {
  width: 92%;
  margin: auto;
 }
 .resp-arrow {
  display: none !important;
 }
 /* 共通 */
 #modelhouseContainer .select-box p {
  margin: 30px auto;
 }
 /* らくまま提案から探す */
 #modelhouseContainer #searchLaqmama {
  text-align: center;
 }
 #modelhouseContainer #laqmamaTab {
  text-align: center;
  margin-bottom: 15px !important;
  width: 78% !important;
 }
 #modelhouseContainer #laqmamaTab li {
  width: 30.7%;
  padding-top: 14%;
  margin: 0 2% 2% 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 3;
  overflow: hidden;
  float: none !important;
  background-size: contain !important;
 }
 #modelhouseContainer #laqmamaTab li:nth-child(3) {
  margin: 0 0 2% 0;
 }
 #modelhouseContainer #laqmamaTab li span {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 73.57%;
  font-size: 0;
  background-size: contain !important;
 }
 #modelhouseContainer #laqmamaTab li.select span {
  display: block;
 }
 /*らくままタブ画像*/
 #modelhouseContainer #laqmamaTab li.family {
  background: url("../img/laqmama/factab01.png") no-repeat;
 }
 #modelhouseContainer #laqmamaTab li.self {
  background: url("../img/laqmama/factab02.png") no-repeat;
 }
 #modelhouseContainer #laqmamaTab li.receipt {
  background: url("../img/laqmama/factab03.png") no-repeat;
 }
 #modelhouseContainer #laqmamaTab li.grow {
  background: url("../img/laqmama/factab04.png") no-repeat;
 }
 #modelhouseContainer #laqmamaTab li.housework {
  background: url("../img/laqmama/factab05.png") no-repeat;
 }
 /*らくままタブセレクト画像*/
 #modelhouseContainer #laqmamaTab li.family span {
  background: url("../img/laqmama/factab01_select.png") no-repeat;
 }
 #modelhouseContainer #laqmamaTab li.self span {
  background: url("../img/laqmama/factab02_select.png") no-repeat;
 }
 #modelhouseContainer #laqmamaTab li.receipt span {
  background: url("../img/laqmama/factab03_select.png") no-repeat;
 }
 #modelhouseContainer #laqmamaTab li.grow span {
  background: url("../img/laqmama/factab04_select.png") no-repeat;
 }
 #modelhouseContainer #laqmamaTab li.housework span {
  background: url("../img/laqmama/factab05_select.png") no-repeat;
 }
 #modelhouseContainer .laqmama-filter {
  margin-bottom: 4% !important;
  text-align: center;
  background: #f5f2e9;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(32, 32, 32, 0.04);
  padding: 8% 0;
 }
 #modelhouseContainer .laqmama-filter .fac-box {
  width: 89.65%;
  padding-top: 14.13%;
  display: inline-block;
  background: #fff;
  margin: 0 auto 2%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  position: relative;
  cursor: pointer;
 }
 #modelhouseContainer .laqmama-filter .fac-box:last-child {
  margin: 0;
 }
 #modelhouseContainer .laqmama-filter .fac-box.active {
  background: #9b8228;
 }
 #modelhouseContainer .laqmama-filter .fac-box .fac-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
 }
 #modelhouseContainer .laqmama-filter .fac-box .fac-pict {
  width: 30.76%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain !important;
 }
 #modelhouseContainer .laqmama-filter .fac-box .fac-title {
  padding: 0 0 0 37%;
  color: #9b8228;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
 }
 #modelhouseContainer .laqmama-filter .fac-box.active .fac-title {
  color: #fff;
 }
 #modelhouseContainer .laqmama-filter .fac-box .fac-title i {
  text-indent: -18px;
 }
 /*らくまま提案画像*/
 #modelhouseContainer .laqmama-filter .fac-box.fac-openliving .fac-pict {
  background: url("../img/modelhouse/fac_openliving.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-kitchen .fac-pict {
  background: url("../img/modelhouse/fac_kitchen.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-fukinuke .fac-pict {
  background: url("../img/modelhouse/fac_fukinuke.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-tatami .fac-pict {
  background: url("../img/modelhouse/fac_tatami.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-suite .fac-pict {
  background: url("../img/modelhouse/fac_suite.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-function .fac-pict {
  background: url("../img/modelhouse/fac_function.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-powder .fac-pict {
  background: url("../img/modelhouse/fac_powder.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-styling .fac-pict {
  background: url("../img/modelhouse/fac_styling.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-walkcloset .fac-pict {
  background: url("../img/modelhouse/fac_walkcloset.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-sidecloset .fac-pict {
  background: url("../img/modelhouse/fac_sidecloset.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-stock .fac-pict {
  background: url("../img/modelhouse/fac_stock.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-pantry .fac-pict {
  background: url("../img/modelhouse/fac_pantry.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-attic .fac-pict {
  background: url("../img/modelhouse/fac_attic.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-pit .fac-pict {
  background: url("../img/modelhouse/fac_pit.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-terrace .fac-pict {
  background: url("../img/modelhouse/fac_terrace.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-work .fac-pict {
  background: url("../img/modelhouse/fac_work.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-study .fac-pict {
  background: url("../img/modelhouse/fac_study.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-step .fac-pict {
  background: url("../img/modelhouse/fac_step.jpg") no-repeat;
 }
 #modelhouseContainer .laqmama-filter .fac-box.fac-childroom .fac-pict {
  background: url("../img/modelhouse/fac_childroom.jpg") no-repeat;
 }
 /*エリアから探す*/
 #modelhouseContainer .searchArea {
  width: 100%;
  margin: 30px auto !important;
  text-align: center;
 }
 #modelhouseContainer .searchArea h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 15px;
 }
 #modelhouseContainer .searchArea h3 i {
  color: #ff6914;
 }
 #modelhouseContainer .searchArea p {
  margin: 0 auto 15px;
 }
 #modelhouseContainer .searchArea ul.search-area {
  margin-bottom: 6.75% !important;
  padding-left: 0;
  margin: 0 auto;
  width: 90.625%;
 }
 #modelhouseContainer .searchArea ul.search-area li {
  width: 23.27%;
  height: 56px;
  line-height: 52px;
  border: 3px solid #fc4e02;
  box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
 }
 #modelhouseContainer .searchArea ul.search-area li a {
  display: inline-block;
  width: 100%;
  height: 100%;
 }
 #modelhouseContainer .searchArea ul.search-area li a:hover {
  text-decoration: none;
 }
 #modelhouseContainer .searchArea ul.search-area li a span {
  font-size: 120%;
  color: inherit;
 }
 #modelhouseContainer .searchArea ul.search-area li.current {
  background: #fc4e02;
  color: #fff;
 }
 #modelhouseContainer .searchArea ul.search-area li.current a {
  color: #fff;
 }
 #modelhouseContainer .searchArea .search-left {
  width: 100%;
 }
 #modelhouseContainer .searchArea #allMap {
  width: 90.625%;
  height: 385px;
  margin: 0 auto;
 }
 /* ラヴィングコンテナ */
 #modelhouseContainer #searchLaving p, #modelhouseContainer #searchLaving .search-area li {
  text-align: center;
 }
 .laving-container {
  width: 90.625%;
  padding: 4.6%;
  box-sizing: border-box;
  margin: 0 auto 20px;
  background: #f5f2e9;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(32, 32, 32, 0.04);
 }
 #modelhouseContainer #searchLaving ul.search-area {
  margin-bottom: 7% !important;
 }
 #modelhouseContainer #searchLaving ul.search-area li {
  width: 23.27%;
  height: 56px;
  line-height: 52px;
  border: 3px solid #fc4e02;
  box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
 }
 #modelhouseContainer #searchLaving ul.search-area li a {
  display: inline-block;
  width: 100%;
  height: 100%;
 }
 #modelhouseContainer #searchLaving ul.search-area li a:hover {
  text-decoration: none;
 }
 #modelhouseContainer #searchLaving ul.search-area li.current {
  background: #fc4e02;
  color: #fff;
 }
 #modelhouseContainer #searchLaving ul.search-area li.current a {
  color: #fff;
 }
 /* 展示場コンテンツ */
 #modelhouseContainer .modelhouse {
  width: 90.625%;
  margin: 0 auto 20px;
 }
 #modelhouseContainer .modelhouse .area-box {
  display: none;
  width: 100%;
 }
}
#modelhouseContainer .modelhouse-box {
 width: 100%;
 min-height: auto !important;
 padding-bottom: 24%;
 position: relative;
 background: #fff;
 overflow: hidden;
 box-shadow: 0 0 8px rgba(32, 32, 32, 0.12);
 margin: 0 0 6% 0;
}
#modelhouseContainer .laving-container .modelhouse-box.laving {
 display: block !important;
}
#modelhouseContainer .modelhouse-box .mh-pict {
 width: 100%;
 padding-top: 66%;
 background: #fff;
 overflow: hidden;
 margin-bottom: 2%;
 position: relative;
}
#modelhouseContainer .modelhouse-box .mh-pict a {
 position: absolute;
 top: 0;
 left: 0;
}
#modelhouseContainer .modelhouse-box .mh-title {
 font-size: 16px;
 font-size: 1.6rem;
 margin-bottom: 4%;
 padding: 2% 0;
 width: 86%;
 overflow: hidden;
 border-bottom: 1px solid #dfdfdf;
 text-overflow: ellipsis;
 margin: 0 auto;
}
#modelhouseContainer .modelhouse-box .mh-detail {
 width: 86%;
 margin: 0 auto;
}
#modelhouseContainer .modelhouse-box dl {
 margin-bottom: 0;
}
#modelhouseContainer .modelhouse-box dl dt {
 font-size: 14px;
 font-size: 1.4rem;
 padding-top: 2%;
}
#modelhouseContainer .modelhouse-box dl dd {
 margin-bottom: 0;
 padding: 2% 0;
 border-bottom: 1px dotted #dfdfdf;
 font-size: 14px;
 font-size: 1.4rem;
}
#modelhouseContainer .modelhouse-box dl dd.tel-line {
 text-decoration: underline;
}
#modelhouseContainer .modelhouse-box dl dd:last-child {
 border: none;
}
#modelhouseContainer .modelhouse-box p.view-btn {
 width: 86%;
 height: 32px;
 font-size: 13px;
 font-size: 1.3rem;
 line-height: 32px;
 font-weight: bold;
 background: #e51718;
 margin: 0;
 color: #fff;
 text-align: center;
 position: absolute;
 bottom: 3%;
 left: 7%;
 border-radius: 16px;
}
#modelhouseContainer .modelhouse-box p.view-btn a {
 display: block;
 width: 100%;
 height: 100%;
 color: #fff;
}
#modelhouseContainer .modelhouse-box p.view-btn a:hover {
 text-decoration: none;
}
#modelhouseContainer .modelhouse-box p.view-btn a i {
 font-size: 1.2em;
 margin-right: 5px;
 margin-bottom: -2px;
}
#modelhouseContainer h4.result {
 font-size: 18px;
 font-size: 1.8rem;
 margin-bottom: 6%;
 text-align: left;
}
#modelhouseContainer .select-box {
 width: 100%;
 height: auto;
}
#modelhouseContainer .mhall .all-col2-no-margin {
 margin: 0 0 20px 0;
}
#modelhouseContainer .modelhouse-list {
 width: 90%;
 margin: 0 auto;
 clear: both;
 position: relative;
 top: 30px;
}
/* --------------------------------------
各県の展示場一覧
-------------------------------------- */
#areaContainer {
 background: #fff;
 border-top: 10px solid #eb1c1a;
 /*box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.03);*/
 max-width: 640px;
}
#areaContainer #modelhouseContainer {
 box-shadow: none;
 border: none;
}
#areaContainer .searchArea {
 padding: 0;
}
#areaContainer #areaMap {
 width: 90.625%;
 height: 385px;
 margin: 0 auto;
}
.event_list_content {
 width: 90.625%;
 margin: 10px auto;
 border: 2px solid #ddd;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}
.event_list_content h3 {
 height: 25px;
 line-height: 25px;
 padding-left: 0;
 font-size: 12px;
 text-align: center;
}
.event_list_content ul {
 padding: 15px 15px 10px;
}
.event_list_content ul li {
 font-size: 11px;
}
#areaContainer {
 background: #fff;
 border-top: 10px solid #eb1c1a;
 border-top: 0px;
 /*box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.03);*/
}
#areaContainer #modelhouseContainer {
 box-shadow: none;
 border: none;
 padding-top: 40px;
 background: #fff;
}
.page-alnethone {
 margin: 3rem 2rem 0;
}
.laving .page-alnethone .contents-inner-10 .okosama-title {
 width: 80%;
}
.laving .page-alnethone .contents-inner-10 .okosama-title2 {
 width: 100%;
}
.laving .page-alnethone .contents-inner-10 .okosama-desc {
 margin-top: 35px;
 margin-bottom: 35px;
}
@media screen and (min-width: 641px) and (min-width: 1081px) {
 .pc-hidden {
  display: none;
 }
}
@media screen and (min-width: 641px) {
 .content-inner {
  margin: 0 auto;
 }
 /* タブレット・pc */
 #modelhouseContainer, #areaContainer {
  max-width: 1200px;
  margin: 0 auto 15px auto;
 }
 #areaContainer #modelhouseContainer {
  box-shadow: none;
  border: none;
  padding-top: 88px;
 }
 .laving-tab {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 1rem auto;
  padding: 0 40px;
 }
 .laving-tab-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
 }
 .laving-tab-list {
  box-sizing: border-box;
  width: calc(100% / 3);
  padding: 15px 10px 10px 10px;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 }
 .laving-tab-list.is-active-1 {
  border-top: 5px solid #e61874;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: none;
 }
 .laving-tab-list.is-active-2 {
  border-top: 5px solid #090763;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: none;
 }
 .laving-tab-list.is-active-3 {
  border-top: 5px solid #339966;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: none;
 }
 /* タブにマスク
  .laving-tab-list.is-nolink,
  .laving-tabbtm-list.is-nolink {background:#ddd;}
  .laving-tab-list.is-nolink img,
  .laving-tabbtm-list.is-nolink img {opacity:0.4 !important;} */
 .laving-tabbtm {
  box-sizing: border-box;
  width: 100%;
  margin: 6% auto 1rem auto;
  /* padding: 0 40px;*/
 }
 .laving-tabbtm-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
 }
 .laving-tabbtm-list {
  box-sizing: border-box;
  width: calc(100% / 3);
  padding: 15px 10px 10px 10px;
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 }
 .laving-tabbtm-list.is-active-1 {
  border-top: none;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 5px solid #e61874;
 }
 .laving-tabbtm-list.is-active-2 {
  border-top: none;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 5px solid #090763;
 }
 .laving-tabbtm-list.is-active-3 {
  border-top: none;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 5px solid #339966;
 }
 .contents-inner-1 .block-1-title {
  font-size: 2.5rem;
  line-height: 1.6em;
  letter-spacing: 1px;
  font-weight: bold;
 }
 .contents-inner-2.layout-tab .block-3-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
 }
 .contents-inner-2.layout-tab .block-3-box-in {
  width: calc(98% / 2);
 }
 .contents-inner-2.layout-tab .block-4-desc {
  text-align: center;
 }
 .contents-inner-2 {
  padding-top: 3rem;
  margin: 0 auto;
  letter-spacing: -0.5px;
 }
 .contents-inner-2 .block {
  margin-top: -8px;
 }
 .contents-inner-2 .block .block-text {
  padding-left: 1.6rem;
  font-size: 1.8rem;
 }
 .contents-inner-2 .block .block-2-text {
  margin-top: -1200px;
  right: 2rem;
  bottom: 6rem;
 }
 .contents-inner-2 .block .block-1-text {
  bottom: 6rem;
  margin-left: 2rem;
 }
 .contents-inner-2 .block-3-text {
  margin-left: 2rem;
  font-size: 1.8rem;
  margin-top: -10px;
 }
 .contents-inner-2 .block-4 {
  margin-top: 4rem;
 }
 .contents-inner-2 .block-4-title .title {
  font-size: 2.5rem;
  padding: 0 2rem;
 }
 .contents-inner-2 .block-4-desc {
  font-size: 1.3rem;
  line-height: 2.5rem;
 }
 .contents-inner-3 {
  margin-top: 3rem;
 }
 .contents-inner-3 .label {
  font-size: 2rem;
  background: #6c582f;
  font-family: "KozMinPro-Medium";
  color: #fff;
  text-align: center;
  line-height: 3.2rem;
  padding: 2rem 0;
  letter-spacing: 1px;
 }
 .contents-inner-5 .block-1 {
  margin: 0 auto;
  padding: 0.8rem 1.5rem;
  background: #f2f2f2;
  box-sizing: border-box;
  width: 920px;
 }
 .contents-inner-5 .block-1-image {
  margin-top: 0.3rem;
 }
 .contents-inner-5 .block-1 .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 }
 .contents-inner-5 .block-1 .media .media-left {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-height: 38px;
  height: 2rem;
 }
 .contents-inner-5 .block-1 .media .media-left img {
  height: 2rem;
 }
 .contents-inner-5 .block-1 .media .media-content {
  margin: 0.21rem;
 }
 .contents-inner-5 .block-1 .media .media-content .block-1-desc, .contents-inner-5 .block-1 .media .media-content .block-1-go {
  font-size: 0.7rem;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-weight: bold;
 }
 .contents-inner-5 .block-1 .media .media-content .block-1-go {
  position: relative;
 }
 .contents-inner-5 .block-1 .media .media-content .block-1-go:after {
  content: "";
  display: inline-block;
  background-image: url("../../laving/img/pc_laving/arrow.png");
  background-repeat: no-repeat;
  background-size: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  bottom: -0.1rem;
  margin-left: 3px;
 }
 .contents-inner-5 .block-1-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
 }
 .contents-inner-5 .block-1-inner-in {
  display: inline-block;
 }
 .contents-inner-6 .block-1-box {
  height: 380px;
 }
}
@media screen and (min-width: 641px) and (max-width: 1080px) {
 #areaContainer #modelhouseContainer {
  padding-top: 40px;
 }
 .tab-hidden {
  display: none;
 }
 .layout-tab {
  width: 590px;
  margin: 0 auto;
 }
 .layout-tab .block-1 {
  padding-right: 0.6rem;
 }
 .layout-tab .block-2, .layout-tab .block-3 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
 }
 .laving-tabbtm-list.is-active-1 {
  padding-top: 17px;
 }
 .laving-tabbtm-list.is-active-2 {
  padding-top: 17px;
 }
 .contents-inner-5 .block-1 {
  margin: 0;
  background: #f2f2f2;
  padding: 0rem;
  width: 100%;
 }
 .contents-inner-5 .block-1 .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 }
 .contents-inner-5 .block-1 .media .media-left {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-height: 38px;
  height: 2rem;
 }
 .contents-inner-5 .block-1 .media .media-left img {
  height: 2rem;
 }
 .contents-inner-5 .block-1 .media .media-content {
  margin: 0.21rem;
 }
 .contents-inner-5 .block-1 .media .media-content .block-1-desc, .contents-inner-5 .block-1 .media .media-content .block-1-go {
  font-size: 0.6rem;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-weight: bold;
 }
 .contents-inner-5 .block-1 .media .media-content .block-1-go {
  position: relative;
 }
 .contents-inner-5 .block-1 .media .media-content .block-1-go:after {
  content: "";
  display: inline-block;
  background-image: url("../../laving/img/pc_laving/arrow.png");
  background-repeat: no-repeat;
  background-size: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  bottom: -0.1rem;
 }
 .contents-inner-5 .block-1-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
 }
 .contents-inner-5 .block-1-inner-in {
  padding: 0.3rem;
  display: block;
 }
 .contents-inner-5 .block-1-button img {
  height: 2rem;
  margin-right: 0.2rem;
 }
}
@media screen and (max-width: 640px) {
 /* スマートフォンレイアウト */
 #areaContainer #modelhouseContainer {
  box-shadow: none;
  border: none;
  padding-top: 20px;
  background: #fff;
 }
 .laving-tab {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 2rem auto;
 }
 .laving-tab-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 }
 .laving-tab-list {
  min-height: 70px;
  max-height: 100px;
  box-sizing: border-box;
  width: calc(100% / 3);
  padding: 3% 3% 3% 3%;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 }
 .laving-tab-list.is-active-1 {
  border-top: 5px solid #e61874;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: none;
  padding-bottom: 2%;
 }
 .laving-tab-list.is-active-2 {
  border-top: 5px solid #090763;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: none;
  padding-bottom: 2%;
 }
 .laving-tab-list.is-active-3 {
  border-top: 5px solid #339966;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: none;
  padding-bottom: 2%;
 }
 /* タブにマスク
  .laving-tab-list.is-nolink,
  .laving-tabbtm-list.is-nolink {background:#ddd;}
  .laving-tab-list.is-nolink img,
  .laving-tabbtm-list.is-nolink img {opacity:0.4 !important;} */
 .laving-tabbtm {
  box-sizing: border-box;
  width: 100%;
  margin: 100px auto 2rem auto;
 }
 .laving-tabbtm-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 }
 .laving-tabbtm-list {
  min-height: 70px;
  max-height: 100px;
  box-sizing: border-box;
  width: calc(100% / 3);
  padding: 3% 3% 3% 3%;
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 }
 .laving-tabbtm-list.is-active-1 {
  border-top: none;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 5px solid #e61874;
  padding-top: 2%;
 }
 .laving-tabbtm-list.is-active-2 {
  border-top: none;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 5px solid #090763;
  padding-top: 2%;
 }
 .laving-tabbtm-list.is-active-3 {
  border-top: none;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 5px solid #339966;
  padding-top: 2%;
 }
 .laving .sp-hidden {
  display: none;
 }
 .laving .sp-layout {
  margin: 0 2rem;
 }
 .laving .sp-layout .title {
  letter-spacing: -1px;
 }
 .laving .contents-inner-1 .block-1-title {
  font-size: 2rem;
  line-height: 1.8em;
  letter-spacing: 1px;
  font-weight: bold;
 }
 .laving .contents-inner-2 {
  padding-top: 3rem;
  margin: 0 auto;
  letter-spacing: -0.5px;
 }
 .laving .contents-inner-2 .block {
  margin-top: -8px;
 }
 .laving .contents-inner-2 .block .block-text {
  padding-left: 1.6rem;
  font-size: 1rem;
 }
 .laving .contents-inner-2 .block .block-2-text {
  margin-top: -65px;
  right: 1rem;
 }
 .laving .contents-inner-2 .block .block-1-text {
  bottom: 45px;
  margin-top: -58px;
 }
 .laving .contents-inner-2 .block-3-text {
  margin-left: 2rem;
  font-size: 1rem;
  margin-top: -10px;
 }
 .laving .contents-inner-2 .block-4 {
  margin-top: 4rem;
 }
 .laving .contents-inner-2 .block-4-title .title {
  font-size: 1.5rem;
  padding: 0 2rem;
 }
 .laving .contents-inner-2 .block-4-desc {
  font-size: 0.7rem;
  line-height: 2rem;
 }
 .laving .contents-inner-3 {
  margin-top: 3rem;
 }
 .laving .contents-inner-3 .label {
  font-size: 1.2rem;
  background: #6c582f;
  font-family: "KozMinPro-Medium";
  color: #fff;
  text-align: center;
  line-height: 1.8rem;
  padding: 2rem 0;
  letter-spacing: 1px;
 }
 .laving .contents-inner-5 .block-1 {
  background: #f2f2f2;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1rem 1rem 1rem;
 }
 .laving .contents-inner-5 .block-1-image {
  margin-top: 0.7rem;
 }
 .laving .contents-inner-5 .block-1-button img {
  margin-top: 0.8rem;
  height: 3rem;
 }
 .laving .contents-inner-5 .block-1 .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 }
 .laving .contents-inner-5 .block-1 .media .media-left {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-height: 38px;
  height: 3rem;
 }
 .laving .contents-inner-5 .block-1 .media .media-left img {
  height: 3rem;
 }
 .laving .contents-inner-5 .block-1 .media .media-content {
  margin: 0.21rem;
 }
 .laving .contents-inner-5 .block-1 .media .media-content .block-1-desc, .laving .contents-inner-5 .block-1 .media .media-content .block-1-go {
  font-size: 1.2rem;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-weight: bold;
 }
 .laving .contents-inner-5 .block-1 .media .media-content .block-1-go {
  position: relative;
 }
 .laving .contents-inner-5 .block-1 .media .media-content .block-1-go:after {
  content: "";
  display: inline-block;
  background-image: url("../../laving/img/pc_laving/arrow.png");
  background-repeat: no-repeat;
  background-size: 1rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  bottom: 0rem;
 }
 .laving .contents-inner-5 .block-1-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 }
 .laving .contents-inner-5 .block-1-inner-in {
  padding-top: 2rem;
  display: block;
  box-sizing: border-box;
  width: calc(50% - 0.4rem);
 }
 .laving .contents-inner-6 .block-1-box {
  height: 218px;
 }
}
.laving picture, .laving img {
 line-height: 0;
 margin: 0;
 padding: 0;
     max-width: 100%;
    height: auto;
}
.laving .text-align-right {
 text-align: right;
}
.laving .media {
 /*display: -webkit-box;
 display: -ms-flexbox;*/
 display: block;
}
.laving .back-contents {
 background-image: url("../../laving/img/pc_laving/background.png");
 background-repeat: no-repeat;
 background-size: contain;
}
.laving .contents-inner-1 .block-1 {
 background-image: url("../../laving/img/pc_laving/illust.png");
 background-size: contain;
 background-repeat: no-repeat;
 padding: 0 2rem;
 text-align: center;
 margin: auto;
 color: #000;
}
.laving .contents-inner-1 .block-1-title {
 padding: 3rem 0 2rem 0;
 font-family: "KozMinPro-Medium";
 font-weight: bold;
}
.laving .contents-inner-1 .block-1-hr {
 width: 5rem;
 background-color: #000;
}
.laving .contents-inner-1 .block-1-desc {
 padding: 2rem 0 0 0;
 margin: 0 -1rem;
 font-family: "KozMinPro-Medium";
 font-size: 1.3rem;
 letter-spacing: 1px;
 line-height: 2.5em;
 font-weight: bold;
}
.laving .contents-inner-1 .block-2 {
 padding: 2rem 1rem 0;
 margin: 0 auto;
 max-width: 750px;
 min-width: 300px;
 width: 90%;
}
.laving .contents-inner-1 .block-2 .media-left {
 -webkit-box-flex: 0;
 -ms-flex: none;
 flex: none;
 max-width: 40%;
 width: 229px;
}
.laving .contents-inner-1 .block-2 .media-content {
 font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
 color: #595757;
 margin: 10px;
 line-height: 2rem;
 text-align: center;
}
.laving .contents-inner-1 .block-2 .media-content .planer-text {
 font-size: 1.4rem;
 word-wrap: break-word;
 font-weight: bold;
}
.laving .contents-inner-1 .block-2 .media-content .planer-name {
 font-family: "KozGoPro-Medium";
 margin-top: 2rem;
 font-weight: bold;
}
.laving .contents-inner-2 {
 max-width: 750px;
 font-family: "KozMinPro-Medium";
}
.laving .contents-inner-2 .block {
 margin-top: -8px;
 position: relative;
}
.laving .contents-inner-2 .block .block-text {
 position: absolute;
 font-weight: bold;
}
.laving .contents-inner-2 .block .block-2-text {
 text-align: right;
}
.laving .contents-inner-2 .block-3 {
 padding-top: 3rem;
 max-width: 880px;
 margin: 0 auto;
}
.laving .contents-inner-2 .block-3-text {
 font-weight: bold;
}
.laving .contents-inner-2 .block-3-title .title {
 font-size: 1.4rem;
 font-family: "KozMinPro-Medium";
 font-weight: bold;
 border-bottom: 1px solid #d2ccbf;
 position: relative;
}
.laving .contents-inner-2 .block-3-title .title:after {
 content: "";
 width: 10rem;
 height: 1px;
 background: #6c582f;
 display: block;
 position: absolute;
}
.laving .contents-inner-2 .block-3-box-in {
 margin-top: 2rem;
}
.laving .contents-inner-2 .block-4 {
 margin-top: 4rem;
}
.laving .contents-inner-2 .block-4-title {
 font-family: "KozGoPro-Regular";
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}
.laving .contents-inner-2 .block-4-title .title {
 color: #fc4e02;
 text-align: center;
 -webkit-box-flex: 0;
 -ms-flex: none;
 flex: none;
 padding: 0 2rem;
}
.laving .contents-inner-2 .block-4-title:before, .laving .contents-inner-2 .block-4-title:after {
 content: "";
 display: inline-block;
 width: 100%;
 height: 0.4rem;
 background: rgba(255, 237, 228, 0.8);
}
.laving .contents-inner-2 .block-4-desc {
 margin-top: 2rem;
 color: #333333;
 font-family: "KozGoPro-Light";
}
.laving .contents-inner-2 .block-4-image {
 padding-top: 3rem;
 width: 90%;
 max-width: 675px;
 margin: 0 auto;
}
.laving .contents-inner-4 {
 margin: 3rem 2rem 0;
}
.laving .contents-inner-4 .vv-title {
 padding: 0 1rem;
 margin: 0 auto;
 max-width: 756px;
}
.laving .contents-inner-4 .vv-title p {
 display: block;
 text-align: left;
 font-size: 0.9rem;
}
.laving .contents-inner-4 .vv-mv {
 margin-top: 2rem;
}
.laving .contents-inner-6 {
 padding: 2rem 2rem 0 2rem;
}
.laving .contents-inner-6 .block-1 {
 margin-bottom: 6rem;
 max-width: 920px;
 margin-right: auto;
 margin-left: auto;
}
.laving .contents-inner-6 .block-1-title {
 font-weight: bold;
 border-bottom: 1px dotted #000;
 margin-bottom: 0.8rem;
}
.laving .contents-inner-6 .block-1-box {
 background: #ccc;
 width: 100%;
}
.laving .laving-mv {
 text-align: center;
}
.laving .contents-title {
 font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 color: #d47020;
 font-size: 2.3rem;
 line-height: 2.3rem;
 padding: 3rem 0;
}
.laving .contents-inner-10 .okosama-title {
 text-align: center;
 max-width: 539px;
 width: 70%;
 margin: 2rem auto;
}
.laving .contents-inner-10 .okosama-title2 {
 text-align: center;
 max-width: 100%;
 width: 100%;
 margin: 2rem auto;
}
.laving .contents-inner-10 .image-box-3 {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
.laving .contents-inner-10 .image-box-3-in {
 /* max-width: 405px;*/
}
.laving .contents-inner-7 .laving-title {
 font-family: "KozGoPro-Regular";
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 max-width: 920px;
}
.laving .contents-inner-7 .laving-title .title {
 color: #fc4e02;
 text-align: center;
 -webkit-box-flex: 0;
 -ms-flex: none;
 flex: none;
 padding: 0 1rem;
}
.laving .contents-inner-7 .laving-title:before, .laving .contents-inner-7 .laving-title:after {
 content: "";
 display: inline-block;
 width: 100%;
 height: 0.4rem;
 background: rgba(255, 237, 228, 0.8);
}
.laving .contents-inner-7 .laving-desc {
 text-align: center;
 font-family: "KozGoPro-Regular";
}
.laving .contents-inner-7 .laving-desc .is-strong {
 color: #de4343;
 font-weight: bold;
}
.laving .contents-inner-10 {
 margin: 0 auto;
 max-width: 850px;
}
.laving .contents-inner-10 .image-box-3 {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
}
.laving .contents-inner-10 .image-box-3-in {
 /* max-width: 405px;*/
}
.laving .contents-inner-10 .okosama-desc {
 margin-top: 3rem;
 text-align: center;
 font-size: 1.8rem;
 font-family: "KozGoPro-Regular";
 line-height: 4rem;
}
.laving .contents-inner-10 .okosama-image {
 margin: 3rem 0;
 text-align: center;
 font-size: 1.8rem;
}
.laving .contents-inner-8 {
 text-align: center;
}
.laving .contents-inner-9 .block-1 {
 background: #fffef8;
 max-width: 877px;
 margin: 0 auto;
}
.laving .contents-inner-9 .block-2 {
 background: #fffde5;
 max-width: 877px;
 margin: 0 auto;
}
.laving .contents-inner-9 .block-3 {
 padding: 2rem 0 3rem 0;
 background: #fffef8;
 max-width: 877px;
 margin: 0 auto;
 text-align: center;
}
.laving .contents-inner-9 .block-inner {
 max-width: 825px;
 margin: 0 auto;
}
.laving .contents-inner-9 .block-inner-in {
 max-width: 825px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
}
.laving .contents-inner-9 .image-box {
 max-width: 260px;
 margin-bottom: 3rem;
}
.laving .contents-inner-9 .image-box .title {
 margin: 1rem 0;
}
.laving .contents-inner-9 .image-box .title-number {
 background: #ff7d36;
 border-radius: 50%;
 width: 3rem;
 height: 3rem;
 color: #fff;
 margin: 0;
 display: inline-block;
 padding: 0;
 text-align: center;
 line-height: 3rem;
 font-family: "メイリオ", sans-serif;
 font-weight: bold;
 margin-right: 0.7rem;
}
.laving .contents-inner-9 .image-box .title-text {
 color: #ff7d36;
 font-family: "メイリオ", sans-serif;
 font-weight: bold;
 line-height: 3rem;
 font-size: 1.5rem;
}
.laving .contents-inner-9 .image-box .image-description {
 max-width: 260px;
 font-size: 1.5rem;
 font-family: "メイリオ", sans-serif;
 word-wrap: break-word;
}
@media screen and (min-width: 641px) {
 .laving .contents-inner-7 .laving-title {
  margin: 6rem auto 2rem auto;
 }
 .laving .contents-inner-7 .laving-title .title {
  font-size: 3rem;
 }
 .laving .contents-inner-7 .laving-desc {
  line-height: 4rem;
  margin-bottom: 3rem;
  font-size: 2rem;
 }
 .laving .contents-inner-7 .laving-desc .is-strong {
  font-size: 2.3rem;
 }
 .laving .contents-inner-9 .block-1 {
  max-width: 877px;
 }
 .laving .contents-inner-9 .block-3 {
  background: #fffef8;
  max-width: 877px;
  margin: 0 auto;
 }
 .laving .contents-inner-9 .block-inner {
  max-width: 825px;
 }
 .laving .contents-inner-9 .block-inner-in {
  max-width: 825px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
 }
 .laving .contents-inner-9 .image-box {
  max-width: 260px;
  margin-bottom: 3rem;
 }
 .laving .contents-inner-9 .image-box .title {
  margin: 1rem 0;
 }
 .laving .contents-inner-9 .image-box .title-number {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  margin-right: 0.7rem;
 }
 .laving .contents-inner-9 .image-box .title-text {
  line-height: 3rem;
  font-size: 1.5rem;
 }
 .laving .contents-inner-9 .image-box .image-description {
  max-width: 260px;
  font-size: 1.5rem;
 }
 .laving .contents-inner-9 .image-box-2 {
  max-width: 825px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
 }
 .laving .contents-inner-9 .image-box-2 .title {
  margin: 0;
 }
 .laving .contents-inner-9 .image-box-2 .image-box-image {
  max-width: 411px;
 }
 .laving .contents-inner-9 .image-box-2 .image-description {
  max-width: 390px;
 }
 .laving .contents-inner-9 .image-box-2 .u-p {
  padding: 1rem 0;
  text-align: center;
  margin: 0 auto;
 }
}
@media screen and (min-width: 641px) and (max-width: 1080px) {
 .laving .contents-inner-7 {
  width: 590px;
  margin: 0 auto;
 }
 .laving .contents-inner-7 .laving-title {
  margin: 4rem 0 2rem 0;
 }
 .laving .contents-inner-7 .laving-title .title {
  font-size: 2.5rem;
 }
 .laving .contents-inner-7 .laving-desc {
  line-height: 3.6rem;
  font-size: 1.8rem;
  margin-bottom: 1rem;
 }
 .laving .contents-inner-7 .laving-desc .is-strong {
  font-size: 1.8rem;
 }
 .laving .contents-inner-10 {
  margin: 0 auto;
  max-width: 590px;
 }
 .laving .contents-inner-10 .image-box-3-in {
  max-width: 48%;
 }
 .laving .contents-inner-10 .okosama-desc {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 3rem;
 }
 .laving .contents-inner-10 .okosama-image {
  margin: 2rem auto;
  font-size: 1.4rem;
  width: 80%;
 }
 .laving .contents-inner-8 {
  width: 590px;
  margin: 0 auto;
 }
 .laving .contents-inner-9 .block-1 {
  width: 590px;
 }
 .laving .contents-inner-9 .block-2 {
  width: 590px;
  margin: 0 auto;
 }
 .laving .contents-inner-9 .block-3 {
  max-width: 590px;
  margin: 0 auto;
 }
 .laving .contents-inner-9 .block-inner {
  max-width: 560px;
 }
 .laving .contents-inner-9 .block-inner-in {
  max-width: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
 }
 .laving .contents-inner-9 .image-box {
  max-width: 260px;
  margin-bottom: 3rem;
 }
 .laving .contents-inner-9 .image-box .title {
  margin: 1rem 0;
 }
 .laving .contents-inner-9 .image-box .title-number {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-right: 0.7rem;
  font-size: 1rem;
 }
 .laving .contents-inner-9 .image-box .title-text {
  line-height: 3rem;
  font-size: 1.5rem;
 }
 .laving .contents-inner-9 .image-box .image-description {
  max-width: 260px;
  font-size: 1.5rem;
 }
 .laving .contents-inner-9 .image-box-2 {
  max-width: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
 }
 .laving .contents-inner-9 .image-box-2 .title {
  margin: 0;
 }
 .laving .contents-inner-9 .image-box-2 .image-box-image {
  max-width: 270px;
 }
 .laving .contents-inner-9 .image-box-2 .image-description {
  max-width: 270px;
 }
 .laving .contents-inner-9 .image-box-2 .u-p {
  padding: 1rem 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
 }
}
@media screen and (max-width: 640px) {
 .laving {
  /* スマートフォン */
 }
 .laving .contents-inner-7 {
  padding: 0 1rem;
 }
 .laving .contents-inner-7 .laving-title {
  margin: 4rem 0 1rem 0;
 }
 .laving .contents-inner-7 .laving-title .title {
  font-size: 1.7rem;
 }
 .laving .contents-inner-7 .laving-desc {
  font-size: 1.3rem;
  line-height: 2.6rem;
 }
 .laving .contents-inner-7 .laving-desc .is-strong {
  font-size: 1.4rem;
 }
 .laving .contents-title {
  font-size: 1.7rem;
  padding: 2rem 0;
  font-weight: bold;
  text-align: center;
 }
 .laving .contents-inner-10 {
  margin: 0 auto;
  max-width: 590px;
 }
 .laving .contents-inner-10 .image-box-3 {
  display: block;
 }
 .laving .contents-inner-10 .image-box-3-in {
  max-width: 90%;
  margin: 0 auto 2rem auto;
 }
 .laving .contents-inner-10 .image-box-3-in:last-child {
  margin-bottom: 0;
 }
 .laving .contents-inner-10 .okosama-desc {
  max-width: 95%;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 2.5rem;
  text-align: left;
 }
 .laving .contents-inner-10 .okosama-image {
  margin: 2rem auto;
  font-size: 1.3rem;
  width: 90%;
 }
 .laving .contents-inner-9 .block-1 {
  width: 100%;
 }
 .laving .contents-inner-9 .block-3 {
  width: 90%;
 }
 .laving .contents-inner-9 .block-inner {
  width: 90%;
 }
 .laving .contents-inner-9 .block-inner-in {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
 }
 .laving .contents-inner-9 .image-box {
  width: 48%;
  margin-bottom: 2rem;
 }
 .laving .contents-inner-9 .image-box-wrap {
  width: 48%;
 }
 .laving .contents-inner-9 .image-box-wrap .image-box {
  width: 100%;
 }
 .laving .contents-inner-9 .image-box .title {
  position: relative;
  margin: 0 0 5px;
 }
 .laving .contents-inner-9 .image-box .title-number {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1rem;
 }
 .laving .contents-inner-9 .image-box .title-number.noposition {
  position: relative;
  top: 0;
  margin-top: 0;
 }
 .laving .contents-inner-9 .image-box .title-text {
  display: block;
  padding-left: 25px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-top: 10px
 }
 .laving .contents-inner-9 .image-box .title-text.nopadding {
  padding-left: 0;
 }
 .laving .contents-inner-9 .image-box .title-text:first-line {
  line-height: 1.4em;
 }
 .laving .contents-inner-9 .image-box .image-description {
  max-width: 260px;
  font-size: 1.2rem;
 }
 .laving .contents-inner-9 .image-box-2 {
  max-width: 411px;
  width: 100%;
 }
 .laving .contents-inner-9 .image-box-2 .image-box-image {
  max-width: 411px;
 }
 .laving .contents-inner-9 .image-box-2 .image-description {
  max-width: 411px;
  font-size: 1.2rem;
 }
 .laving .contents-inner-9 .image-box-2 .u-p {
  padding: 1rem 0;
 }
}
.lb-data .lb-caption {
 color: #fff;
 font-weight: normal;
 line-height: 1.2rem;
}
.lb-data {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
.lb-data .lb-close {
 width: 20px;
 height: 20px;
 background-size: 20px;
}
.lb-data .lb-caption {
 font-size: 1rem;
}
@-webkit-keyframes blink {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
@keyframes blink {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
@media screen and (min-width: 641px) and (max-width: 1080px) {
 .laving .block-lightbox .block-click {
  -webkit-animation: blink 1.2s ease-in-out infinite alternate;
  animation: blink 1.2s ease-in-out infinite alternate;
  position: absolute;
 }
 .laving .block-lightbox .block-click img {
  width: 70px;
 }
 .laving .block-lightbox .block-1-1 {
  top: 180px;
  left: 200px;
 }
 .laving .block-lightbox .block-1-2 {
  top: 80px;
  left: 392px;
 }
 .laving .block-lightbox .block-1-3 {
  top: 330px;
  left: 506px;
 }
 .laving .block-lightbox .block-2-1 {
  top: 240px;
  left: 60px;
 }
 .laving .block-lightbox .block-2-2 {
  top: 90px;
  left: 92px;
 }
 .laving .block-lightbox .block-2-3 {
  top: 275px;
  left: 295px;
 }
 .laving .block-lightbox .block-3-1 {
  top: 100px;
  left: 150px;
 }
 .laving .block-lightbox .block-3-2 {
  top: 90px;
  left: 292px;
 }
 .laving .block-lightbox .block-3-3 {
  top: 30px;
  left: 385px;
 }
}
@media screen and (min-width: 1081px) {
 .laving .block-lightbox .block-click {
  -webkit-animation: blink 1.2s ease-in-out infinite alternate;
  animation: blink 1.2s ease-in-out infinite alternate;
  position: absolute;
 }
 .laving .block-lightbox .block-click img {
  width: 80px;
 }
 .laving .block-lightbox .block-1-1 {
  top: 240px;
  left: 250px;
 }
 .laving .block-lightbox .block-1-2 {
  top: 112px;
  left: 507px;
 }
 .laving .block-lightbox .block-1-3 {
  top: 415px;
  right: 20px;
 }
 .laving .block-lightbox .block-2-1 {
  top: 320px;
  left: 65px;
 }
 .laving .block-lightbox .block-2-2 {
  top: 140px;
  left: 92px;
 }
 .laving .block-lightbox .block-2-3 {
  top: 365px;
  left: 365px;
 }
 .laving .block-lightbox .block-3-1 {
  top: 130px;
  left: 190px;
 }
 .laving .block-lightbox .block-3-2 {
  top: 120px;
  left: 380px;
 }
 .laving .block-lightbox .block-3-3 {
  top: 43px;
  left: 495px;
 }
}
@media screen and (max-width: 640px) {
 .laving .block-lightbox .block-click {
  -webkit-animation: blink 1.2s ease-in-out infinite alternate;
  animation: blink 1.2s ease-in-out infinite alternate;
  position: absolute;
 }
 .laving .block-lightbox .block-click img {
  width: 50px;
 }
 .laving .block-lightbox .block-1-1 {
  top: 30%;
  left: 32%;
 }
 .laving .block-lightbox .block-1-2 {
  top: 15%;
  left: 65%;
 }
 .laving .block-lightbox .block-1-3 {
  top: 55%;
  right: 2%;
 }
 .laving .block-lightbox .block-2-1 {
  top: 42%;
  left: 10%;
 }
 .laving .block-lightbox .block-2-2 {
  top: 20%;
  left: 15%;
 }
 .laving .block-lightbox .block-2-3 {
  top: 49%;
  left: 50%;
 }
 .laving .block-lightbox .block-3-1 {
  top: 17%;
  left: 25%;
 }
 .laving .block-lightbox .block-3-2 {
  top: 15%;
  left: 50%;
 }
 .laving .block-lightbox .block-3-3 {
  top: 3%;
  left: 65%;
 }
}
/* =============================================================================
   360バーチャル展示場 ここから
================================================================================ */
@media screen and (min-width: 1081px) /*パソコン*/ {
 .section_virtual .tab-only {
  display: none !important;
 }
 .section_virtual .sp-only {
  display: none !important;
 }
}
@media screen and (max-width: 1080px) and (min-width: 641px) /*タブレット*/ {
 .section_virtual .pc-only {
  display: none !important;
 }
 .section_virtual .sp-only {
  display: none !important;
 }
}
@media screen and (max-width: 640px) /*スマホ*/ {
 .section_virtual .pc-only {
  display: none !important;
 }
 .section_virtual .tab-only {
  display: none !important;
 }
}
@media screen and (min-width: 1081px) {
 /* PCレイアウト */
 .section_virtual {
  margin: 0 auto;
  width: 920px;
 }
 .section_virtual_header {
  margin-bottom: 20px;
 }
 .section_virtual_imgmap {
  width: 90%;
  margin: 0 auto 30px auto;
 }
 .section_virtual_gmapban {
  margin-bottom: 30px;
  /*padding: 8px 0 0 19px;*/
  padding: 8px 0 0 20px;
  background-color: #f2f2f2;
 }
 .section_virtual_gmaparea {}
 .section_virtual_gmapban .box {
  float: left;
 /* width: 210px;*/
  
  width: calc( 33% - 14px );
  margin: 0 14px 10px 0;
 }
 .section_virtual_gmapban .box_ttl {
  display: table;
 /* width: 210px;*/
  padding-bottom: 8px;
 }
 .section_virtual_gmapban .box_ttl p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 34px;
  font-size: 14px;
  line-height: 1.2;
  height: 3.6em;
  font-weight: bold;
 }
 .section_virtual_gmapban .box_ttl p span {
  padding-right: 16px;
  font-size: 14px;
  background: url(/wp-content/themes/alnethome/css/img/virtual/arrow.png) no-repeat right center;
  background-size: 14px auto;
 }
 .section_virtual_gmapban .box_ttl p.t01 {
  background: url(/wp-content/themes/alnethome/css/img/virtual/mark1.png) no-repeat left center;
  background-size: 30px auto;
 }
 .section_virtual_gmapban .box_ttl p.t02 {
  background: url(/wp-content/themes/alnethome/css/img/virtual/mark2.png) no-repeat left center;
  background-size: 30px auto;
 }
 .section_virtual_gmapban .box_ttl p.t03 {
  background: url(/wp-content/themes/alnethome/css/img/virtual/mark3.png) no-repeat left center;
  background-size: 30px auto;
 }
 .section_virtual_gmapban .box_ttl p.t04 {
  background: url(/wp-content/themes/alnethome/css/img/virtual/mark4.png) no-repeat left center;
  background-size: 30px auto;
 }
 .section_virtual_gmapban .box_ttl a:link, .section_virtual_gmapban .box_ttl a:visited {
  text-decoration: none;
  color: #000;
 }
 .section_virtual_gmapban .bottom {
  clear: both;
 }
 .section_virtual_gmapban .bottom .l_box {
  float: left;
 }
 .section_virtual_gmapban .bottom .btn_entrance {
  float: right;
  padding-right: 19px;
  padding-bottom: 12px;
  text-align: right;
 }
 .section_virtual_gmaparea .gmaparea_ttl1 {
  margin-bottom: 10px;
  padding-bottom: 3px;
  font-size: 18px;
  border-bottom: 1px dotted #000;
 }
 .section_virtual_gmaparea .gmaparea_ttl1 br {
  display: none; /*改行を無効に*/
 }
}
/* ============================================================================= */
@media screen and (min-width: 641px) and (max-width: 1080px) {
 /* タブレットレイアウト */
 .section_virtual { /*margin: 0px -20px 0px -20px; width: 640px;*/
 }
 .section_virtual_header {
  margin-bottom: 10px;
  margin-left: 40px;
  margin-right: 40px;
 }
 .section_virtual_imgmap {
  width: 90%;
  margin: 0px auto 20px auto;
 }
 .section_virtual_gmapban {
  margin-bottom: 30px;
  padding: 8px 0 0 12px;
  background-color: #f2f2f2;
 }
 .section_virtual_gmaparea {
  margin-left: 40px;
  margin-right: 40px;
 }
 .section_virtual_header .ttl img, .section_virtual_imgmap img {
  width: 100%;
  height: auto;
 }
 .section_virtual_gmapban .box {
  float: left;
  /*width: 146px;*/ 
  width: calc( 33% - 10px );
  margin: 0 10px 10px 0;
  text-align: center;
  
 }
 .section_virtual_gmapban .box_ttl {
  display: table;
  width: 146px;
  padding-bottom: 8px;
 }
 .section_virtual_gmapban .box_ttl p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 22px;
  font-size: 10px;
  line-height: 1.2;
  height: 3.6em;
  font-weight: bold;
 }
 .section_virtual_gmapban .box_ttl p span {
  padding-right: 12px;
  font-size: 10px;
  background: url(/wp-content/themes/alnethome/css/img/virtual/arrow.png) no-repeat right center;
  background-size: 10px auto;
 }
 .section_virtual_gmapban .box_ttl p.t01 {
  background: url(/wp-content/themes/alnethome/css/img/virtual/mark1.png) no-repeat left center;
  background-size: 21px auto;
 }
 .section_virtual_gmapban .box_ttl p.t02 {
  background: url(/wp-content/themes/alnethome/css/img/virtual/mark2.png) no-repeat left center;
  background-size: 21px auto;
 }
 .section_virtual_gmapban .box_ttl p.t03 {
  background: url(/wp-content/themes/alnethome/css/img/virtual/mark3.png) no-repeat left center;
  background-size: 21px auto;
 }
 .section_virtual_gmapban .box_ttl p.t04 {
  background: url(/wp-content/themes/alnethome/css/img/virtual/mark4.png) no-repeat left center;
  background-size: 21px auto;
 }
 .section_virtual_gmapban .box_ttl a:link, .section_virtual_gmapban .box_ttl a:visited {
  text-decoration: none;
  color: #000;
 }
 .section_virtual_gmapban .bottom {
  clear: both;
 }
 .section_virtual_gmapban .bottom .l_box {
  text-align: right;
  padding-right: 19px;
 }
 .section_virtual_gmapban .bottom .btn_entrance {
  float: right;
  padding-right: 19px;
  padding-bottom: 12px;
 }
 .section_virtual_gmaparea .gmaparea_ttl {
  margin-bottom: 10px;
  padding-bottom: 3px;
  font-size: 18px;
  border-bottom: 1px dotted #000;
 }
 .section_virtual_gmaparea .gmaparea_ttl br {
  display: none; /*改行を無効に*/
 }
}
/* ============================================================================= */
@media screen and (max-width: 640px) {
 /* スマートフォンレイアウト */
 .section_virtual {
  margin: 0px auto 0px auto;
 }
 .section_virtual_header {
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
 }
 .section_virtual_imgmap {
  margin-top: 0px;
  margin-bottom: 20px;
 }
 .section_virtual_gmapban {
  margin-bottom: 30px;
  padding: 8px 0 0 5.2%;
  background-color: #f2f2f2;
 }
 .section_virtual_gmaparea {
  margin-left: 5.2%;
  margin-right: 5.2%;
 }
 .section_virtual_header .ttl img, .section_virtual_imgmap img {
  width: 100%;
  height: auto;
 }
 .section_virtual_gmapban .box {
  float: left;
  width: 46.2295%;
  margin: 10px 2.3437% 10px 0;
 }
 .section_virtual_gmapban .box_ttl {
  display: table;
  width: 100%;
 }
 .section_virtual_gmapban .box_ttl p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 21px;
  font-size: 12px;
  line-height: 1.2;
  height: 3.6em;
  font-weight: bold;
 }
 .section_virtual_gmapban .box_ttl p span {
  padding-right: 15px;
  font-size: 12px;
  background: url(/wp-content/themes/alnethome/css/img/virtual/arrow.png) no-repeat right center;
  background-size: 13px auto;
 }
 .section_virtual_gmapban .box_ttl p.t01 {
  background: url(/wp-content/themes/alnethome/css/img/virtual/mark1.png) no-repeat left center;
  background-size: 20px auto;
 }
 .section_virtual_gmapban .box_ttl p.t02 {
  background: url(/wp-content/themes/alnethome/css/img/virtual/mark2.png) no-repeat left center;
  background-size: 20px auto;
 }
 .section_virtual_gmapban .box_ttl p.t03 {
  background: url(/wp-content/themes/alnethome/css/img/virtual/mark3.png) no-repeat left center;
  background-size: 20px auto;
 }
 .section_virtual_gmapban .box_ttl p.t04 {
  background: url(/wp-content/themes/alnethome/css/img/virtual/mark4.png) no-repeat left center;
  background-size: 20px auto;
 }
 .section_virtual_gmapban .box_ttl a:link, .section_virtual_gmapban .box_ttl a:visited {
  text-decoration: none;
  color: #000;
 }
 .section_virtual_gmapban .box_img {
  width: 100%;
  height: auto;
 }
 .section_virtual_gmapban .bottom {
  clear: both;
 }
 .section_virtual_gmapban .bottom .l_box {
  text-align: left;
  padding-right: 5%;
  margin-bottom: 10px;
 }
 .section_virtual_gmapban .bottom .btn_entrance {
  text-align: right;
  padding-bottom: 12px;
  width: 95%;
 }
 .section_virtual_gmapban .bottom .btn_entrance img {
  width: 180px;
 }
 .section_virtual_gmaparea .gmaparea_ttl {
  margin-bottom: 10px;
  padding-bottom: 3px;
  font-size: 18px;
  border-bottom: 1px dotted #000;
 }
 .section_virtual_gmaparea .gmaparea_ttl br {
  display: none; /*改行を無効に*/
 }
} /*360バーチャル展示場 ここまで*/
#baby {
 margin-top: -100px;
 padding-top: 100px;
}
@media screen and (max-width: 414px) {
 .m_box {
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center;
 }
}
@media screen and (max-width: 414px) {
 .note {
  font-size: 16px;
  margin: auto 20px 70px 20px;
 }
}
.note {
 text-align: center;
 margin: auto auto 70px auto;
 font-size: 18px;
}