@charset "UTF-8";
@import url("global.css");
/* ------------------------------
 Index-Page
------------------------------ */
#intro {
  text-align: center;
  margin-bottom: 60px;
}
#intro .catch {
  font-size: 35px;
  font-weight: bold;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 40px;
}
#intro .catch br.mobile {
  display: none;
}
#intro .text {
  display: inline-block;
  text-align: left;
}
#intro .text p {
  margin-top: 20px;
}
#intro .eventbutton {
  margin: 60px auto 0;
  max-width: 400px;
}
#intro .eventbutton a {
  display: block;
  background-color: #F08803;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
  border: #F08803 1px solid;
  overflow: hidden;
  position: relative;
}
#intro .eventbutton a span {
  position: relative;
  z-index: 2;
}
#intro .eventbutton a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../modelhouse/img/event.jpg") no-repeat center center;
  background-size: cover;
  opacity: .3;
}
#intro .eventbutton a::after {
  content: "\f101";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: 24px;
  padding-left: 20px;
  vertical-align: -2px;
  z-index: 2;
  position: relative;
}
#intro .eventbutton a:hover {
  background-color: #fff;
  color: #F08803;
}

ul.list > li {
  position: relative;
}
ul.list > li + li {
  margin-top: 110px;
}
ul.list > li .image {
  width: 50%;
  position: absolute;
  top: 0;
  height: 560px;
  z-index: 2;
}
ul.list > li .image::before {
  content: "";
  background-color: #252122;
  position: absolute;
  z-index: -1;
  top: -15px;
  right: 0;
  bottom: 0;
  left: 0;
}
ul.list > li .image ul {
  height: 100%;
  background-color: #fff;
}
ul.list > li .image img.objectfit {
  height: 560px;
}
ul.list > li .wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
ul.list > li .mainblock {
  padding-top: 20px;
  width: 50%;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
}
ul.list > li .mainblock .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  /*				padding-right: 100px;*/
  margin-bottom: 20px;
}
ul.list > li .mainblock .title:first-letter {
  font-size: 1.6em;
}
ul.list > li .mainblock .sale {
  background-color: #F08803;
  color: #fff;
  font-weight: bold;
  width: 90px;
  padding: 3px 0;
  position: absolute;
  top: 22px;
  text-align: center;
}
ul.list > li .mainblock .text {
  font-size: 15px;
  margin-bottom: 25px;
}
ul.list > li .mainblock .logo {
  text-align: center;
  padding: 0 0 10px;
}
ul.list > li .mainblock .logo img {
  height: 70px;
  width: auto;
}
ul.list > li .mainblock dl.data {
  border-top: #a9aaaa 1px solid;
  padding-top: 25px;
}
ul.list > li .mainblock dl.data dt {
  font-weight: bold;
}
ul.list > li .mainblock dl.data dd {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 15px;
}
ul.list > li .mainblock .button {
  margin-top: 30px;
}
ul.list > li .mainblock .button a {
  display: block;
  border: #252122 1px solid;
  border-radius: 100px;
  line-height: 50px;
  height: 50px;
  position: relative;
  padding: 0 30px;
  text-align: right;
}
ul.list > li .mainblock .button a::before {
  content: "";
  width: 60px;
  height: 5px;
  background: url("../img/arrow2.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -4px;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
ul.list > li .mainblock .button a:hover {
  color: #F08803;
  border-color: #F08803;
}
ul.list > li .mainblock .button a:hover::before {
  transform: translateX(20px);
}
ul.list > li .imagearea {
  width: 50%;
  height: 560px;
  flex-shrink: 0;
}
ul.list > li:nth-of-type(odd) .image {
  right: 0;
}
ul.list > li:nth-of-type(odd) .image::before {
  clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 5% 100%);
  left: 10px;
}
ul.list > li:nth-of-type(odd) .image ul {
  clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 5% 100%);
}
ul.list > li:nth-of-type(odd) .mainblock {
  order: 1;
  padding-right: 30px;
}
ul.list > li:nth-of-type(odd) .mainblock .sale {
  right: 30px;
}
ul.list > li:nth-of-type(odd) .mainblock dl {
  margin-right: -50px;
  padding-right: 50px;
}
ul.list > li:nth-of-type(odd) .imagearea {
  order: 2;
}
ul.list > li:nth-of-type(even) .image {
  left: 0;
}
ul.list > li:nth-of-type(even) .image::before {
  clip-path: polygon(0% 0%, 100% 5%, 95% 100%, 0% 100%);
  right: 10px;
}
ul.list > li:nth-of-type(even) .image ul {
  clip-path: polygon(0% 0%, 100% 5%, 95% 100%, 0% 100%);
}
ul.list > li:nth-of-type(even) .mainblock {
  order: 2;
  padding-left: 30px;
}
ul.list > li:nth-of-type(even) .mainblock .sale {
  right: 0;
}
ul.list > li:nth-of-type(even) .mainblock dl {
  margin-left: -50px;
  padding-left: 50px;
}
ul.list > li:nth-of-type(even) .imagearea {
  order: 1;
}

/* ------------------------------
 Entry-Page
------------------------------ */
.entry .entryhead .entrytitle {
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 40px;
}
.entry .entryhead .entrytitle span {
  display: block;
}
.entry .entryhead .entrytitle .sale {
  background-color: #F08803;
  color: #fff;
  width: 120px;
  padding: 5px 0;
  margin: 0 auto 15px;
}
.entry .entryhead .entrytitle .title {
  font-size: 32px;
}
.entry .entryhead .category {
  text-align: center;
  margin: 20px 0 25px;
}
.entry .entryhead .category img {
  width: auto;
  height: 100px;
}
.entry .entryhead .lead {
  text-align: center;
  border-top: #252122 1px solid;
  border-bottom: #252122 1px solid;
  padding: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}
.entry .entryhead .price {
  color: #F08803;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: -25px;
  text-align: center;
}
.entry .entryhead .price span {
  padding-right: 5px;
  font-size: 32px;
  letter-spacing: 0;
  vertical-align: -2px;
}
.entry .entryhead .address {
  text-align: center;
  margin: 20px 0;
}
.entry .photoarea {
  padding: 60px 0;
  background-color: #252122;
  margin: 50px 0 80px;
}
.entry .photoarea .wrapper {
  margin: 0 auto;
}
.entry .fotorama__stage {
  margin-bottom: 0;
}
.entry .fotorama__caption__wrap {
  display: block;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-size: 15px;
}
.entry .fotorama__thumb-border {
  border-color: rgba(240, 136, 3, 0.8);
}
.entry #point {
  margin-top: 120px;
  border: #252122 2px solid;
  border-radius: 5px;
  padding: 65px 20px 45px;
  text-align: center;
  position: relative;
}
.entry #point dl {
  display: inline-block;
  text-align: justify;
}
.entry #point dl dt {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -100px;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-color: #fff;
  width: 200px;
  text-align: center;
}
.entry #point dl dt span {
  font-size: 52px;
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: -1px;
  display: inline-block;
  position: relative;
  padding-right: 4px;
}
.entry #point dl dt span::before {
  content: "";
  width: 60px;
  height: 44px;
  position: absolute;
  top: -25px;
  left: -30px;
  background: url("../img/lineuptitlebg.png") no-repeat left top;
}
.entry #point dl dd {
  line-height: 1.4;
  margin: 30px 0;
  font-weight: bold;
}
.entry #point dl dd span {
  padding: 0 20px 7px 45px;
  border-bottom: #252122 3px solid;
  position: relative;
}
.entry #point dl dd span::before {
  content: "";
  width: 40px;
  height: 34px;
  background: url("../modelhouse/img/check.png") no-repeat left bottom;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
.entry #point dl dd:nth-of-type(even) {
  margin-left: 20px;
}
.entry #layout {
  background-color: #eee;
  padding: 120px 0 80px;
  margin-top: 80px;
}
.entry #layout .wrapper {
  text-align: center;
}
.entry #layout .wrapper dl {
  background-color: #fff;
  border: #ccc 1px solid;
  border-radius: 3px;
  position: relative;
}
.entry #layout .wrapper dl dt {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -100px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 200px;
  text-align: center;
}
.entry #layout .wrapper dl dt span {
  font-size: 52px;
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: -1px;
}
.entry #layout .wrapper dl dd {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
.entry #layout .wrapper dl dd figure {
  max-width: 50%;
  box-sizing: border-box;
  padding: 0 20px;
}
.entry #layout .wrapper dl dd figure figcaption {
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.entry #postbody {
  text-align: center;
  margin: 80px 0;
}
.entry #postbody .postbody {
  display: inline-block;
  text-align: justify;
}
.entry .salelink {
  margin: 60px 0 60px;
}
.entry .salelink a {
  display: block;
  text-align: center;
  background-color: #eee;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  padding: 15px;
  color: #F08803;
  position: relative;
}
.entry .salelink a br {
  display: none;
}
.entry .salelink a::after {
  content: "\f101";
  font-size: 24px;
  font-weight: 900;
  font-family: "Font Awesome 5 free";
  vertical-align: -2px;
  padding-left: 10px;
}
.entry .salelink a::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #F08803;
  bottom: 14px;
  opacity: .6;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.entry .salelink a:hover::before {
  width: 400px;
}
.entry .information {
  background-color: #252122;
  padding: 60px 0;
}
.entry .information .inner {
  display: flex;
  align-items: center;
  color: #fff;
}
.entry .information .image {
  width: 50%;
  flex-shrink: 0;
  box-sizing: border-box;
  border: #fff 5px solid;
}
.entry .information .image figure {
  position: relative;
  height: 420px;
  overflow: hidden;
}
.entry .information .image figure img {
  position: absolute;
  top: 0;
  left: 0;
}
.entry .information .data {
  width: 50%;
  box-sizing: border-box;
}
.entry .information .data .title {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: right;
  margin-bottom: 30px;
}
.entry .information .data table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.5;
  border-top: #a9aaaa 1px solid;
}
.entry .information .data table tr {
  border-bottom: #a9aaaa 1px solid;
}
.entry .information .data table th {
  text-align: center;
  padding: 25px 40px;
  font-weight: bold;
  white-space: nowrap;
}
.entry .information .data table td {
  text-align: left;
  padding: 25px 0;
}
.entry .information .data table .price {
  font-weight: 900;
  font-size: 20px;
  padding-right: 5px;
}
.entry #maparea {
  margin-bottom: 80px;
}
.entry #maparea .map {
  position: relative;
  height: 480px;
}
.entry #maparea .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1300px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  /* ------------------------------
   Index
  ------------------------------ */
  #intro .catch {
    font-size: 34px;
  }

  ul.list > li .mainblock .title {
    font-size: 26px;
  }
  ul.list > li .mainblock .sale {
    top: 20px;
  }

  /* ------------------------------
   Entry
  ------------------------------ */
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  /* ------------------------------
   Index
  ------------------------------ */
  #intro {
    margin-bottom: 90px;
  }
  #intro .catch {
    font-size: 28px;
    margin-bottom: 20px;
  }
  #intro .eventbutton a:hover {
    background-color: #F08803;
    color: #fff;
  }

  ul.list > li + li {
    margin-top: 100px;
  }
  ul.list > li .image {
    width: auto;
    position: relative;
    top: auto;
    height: 0;
    padding-top: 65%;
    margin-bottom: 30px;
  }
  ul.list > li .image ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  ul.list > li .image .slick-list, ul.list > li .image .slick-track {
    height: 100%;
  }
  ul.list > li .image img.objectfit {
    height: 100%;
  }
  ul.list > li .wrapper {
    display: block;
  }
  ul.list > li .mainblock {
    padding-top: 20px;
    width: auto;
  }
  ul.list > li .mainblock .title {
    text-align: center;
    font-size: 26px;
    padding-right: 0;
    margin-bottom: 10px;
  }
  ul.list > li .mainblock .sale {
    width: 120px;
    position: static;
    margin: 10px auto;
    padding: 0;
  }
  ul.list > li .mainblock .text {
    font-size: 16px;
    margin: 20px auto 20px;
  }
  ul.list > li .mainblock .logo img {
    height: 80px;
  }
  ul.list > li .mainblock dl.data {
    padding: 25px 20px 0;
  }
  ul.list > li .mainblock dl.data dd {
    font-size: 16px;
  }
  ul.list > li .imagearea {
    display: none;
  }
  ul.list > li:nth-of-type(odd) .image {
    margin-left: 5%;
  }
  ul.list > li:nth-of-type(odd) .mainblock {
    padding: 0 30px;
  }
  ul.list > li:nth-of-type(odd) .mainblock dl {
    margin-right: 0;
    padding-right: 20px;
  }
  ul.list > li:nth-of-type(even) .image {
    margin-right: 5%;
  }
  ul.list > li:nth-of-type(even) .mainblock {
    padding: 0 30px;
  }
  ul.list > li:nth-of-type(even) .mainblock dl {
    margin-left: 0;
    padding-left: 20px;
  }

  /* ------------------------------
   Entry
  ------------------------------ */
  .entry .entryhead .entrytitle .sale {
    width: 100px;
  }
  .entry .entryhead .entrytitle .title {
    font-size: 28px;
  }
  .entry .entryhead .category img {
    height: 80px;
  }
  .entry .entryhead .lead {
    padding: 30px 10px;
  }
  .entry .photoarea {
    padding: 50px 0;
  }
  .entry .fotorama__caption__wrap {
    font-size: 14px;
  }
  .entry #point {
    margin-top: 100px;
    padding: 60px 20px 30px;
  }
  .entry #point dl dt {
    font-size: 17px;
  }
  .entry #point dl dd {
    margin: 25px 0;
    line-height: 1.8;
  }
  .entry #point dl dd span {
    padding: 0 10px 4px 35px;
    border-bottom: #252122 2px solid;
  }
  .entry #point dl dd span::before {
    width: 30px;
    height: 28px;
    bottom: auto;
  }
  .entry #layout {
    padding: 100px 0 60px;
    margin-top: 60px;
  }
  .entry #layout .wrapper dl dt {
    font-size: 17px;
  }
  .entry #layout .wrapper dl dd {
    padding: 40px 15px;
  }
  .entry #layout .wrapper dl dd figure {
    padding: 0 10px;
  }
  .entry .information {
    padding: 30px 0 30px;
  }
  .entry .information .inner {
    display: block;
  }
  .entry .information .image {
    width: auto;
    border: #fff 5px solid;
    margin-bottom: 30px;
  }
  .entry .information .image figure {
    height: 0;
    padding-top: 65%;
  }
  .entry .information .data {
    width: auto;
  }
  .entry .information .data .title {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .entry .information .data .title:first-letter {
    color: #F08803;
  }
  .entry .information .data table th {
    padding: 15px 40px;
  }
  .entry .information .data table td {
    padding: 15px 10px;
  }
  .entry #maparea {
    margin-bottom: 60px;
  }
  .entry #maparea .map {
    height: 400px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  /* ------------------------------
   Index
  ------------------------------ */
  #intro {
    margin-bottom: 80px;
  }
  #intro .catch {
    font-size: 24px;
    margin-bottom: 15px;
  }
  #intro .catch br.mobile {
    display: inline;
  }
  #intro .text {
    font-size: 15px;
    text-align: justify;
  }
  #intro .eventbutton {
    margin: 40px auto 0;
  }
  #intro .eventbutton a {
    padding: 15px;
  }

  ul.list > li + li {
    margin-top: 100px;
  }
  ul.list > li .image {
    margin-bottom: 25px;
  }
  ul.list > li .image::before {
    top: -12px;
  }
  ul.list > li .mainblock {
    padding-top: 20px;
  }
  ul.list > li .mainblock .title {
    font-size: 21px;
  }
  ul.list > li .mainblock .sale {
    padding: 2px;
  }
  ul.list > li .mainblock .text {
    font-size: 15px;
    text-align: justify;
  }
  ul.list > li .mainblock dl.data {
    padding: 25px 10px 0;
  }
  ul.list > li .mainblock dl.data dd {
    margin-bottom: 15px;
    font-size: 15px;
    text-align: justify;
  }
  ul.list > li .mainblock .button a {
    line-height: 44px;
    height: 44px;
  }
  ul.list > li .mainblock .button a:hover {
    color: #252122;
    border-color: #252122;
  }
  ul.list > li .mainblock .button a:hover::before {
    transform: none;
  }
  ul.list > li:nth-of-type(odd) .mainblock {
    padding: 0;
  }
  ul.list > li:nth-of-type(odd) .mainblock dl {
    padding-right: 10px;
  }
  ul.list > li:nth-of-type(even) .mainblock {
    padding: 0;
  }
  ul.list > li:nth-of-type(even) .mainblock dl {
    padding-left: 10px;
  }

  /* ------------------------------
   Entry
  ------------------------------ */
  .entry .entryhead .entrytitle .sale {
    width: 90px;
    font-size: 15px;
  }
  .entry .entryhead .entrytitle .title {
    font-size: 21px;
  }
  .entry .entryhead .category {
    margin: 20px 0 10px;
  }
  .entry .entryhead .lead {
    padding: 20px 10px;
  }
  .entry .entryhead .price {
    font-size: 16px;
    margin-bottom: -20px;
  }
  .entry .photoarea {
    padding: 40px 0;
    margin: 40px 0 80px;
  }
  .entry .photoarea .wrapper {
    padding: 0;
  }
  .entry .fotorama__caption__wrap {
    padding: 8px 10px;
    font-size: 13px;
  }
  .entry .fotorama__thumb-border {
    border-color: rgba(240, 136, 3, 0.9);
  }
  .entry #point {
    margin-top: 70px;
    padding: 45px 25px 15px;
  }
  .entry #point dl dt {
    top: -30px;
  }
  .entry #point dl dt span {
    font-size: 40px;
  }
  .entry #layout {
    padding: 130px 0 50px;
    margin-top: 50px;
  }
  .entry #layout .wrapper dl dt {
    top: -90px;
  }
  .entry #layout .wrapper dl dt span {
    font-size: 40px;
  }
  .entry #layout .wrapper dl dd {
    display: block;
    padding: 20px 20px;
  }
  .entry #layout .wrapper dl dd figure {
    max-width: none;
    padding: 10px 0;
  }
  .entry #postbody {
    margin: 50px 0;
  }
  .entry .salelink {
    margin-top: 50px;
  }
  .entry .salelink a {
    font-size: 16px;
    padding: 15px 0;
    line-height: 1.4;
  }
  .entry .salelink a br {
    display: inline;
  }
  .entry .salelink a::after {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .entry .salelink a::before {
    display: none;
  }
  .entry .information {
    padding: 30px 0;
  }
  .entry .information .image {
    margin-bottom: 20px;
  }
  .entry .information .data .title {
    font-size: 21px;
    padding-left: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .entry .information .data table {
    font-size: 15px;
    letter-spacing: 0;
  }
  .entry .information .data table th {
    padding: 15px 15px 15px 10px;
  }
  .entry .information .data table td {
    text-align: justify;
    padding: 15px 10px;
    font-size: 15px;
  }
  .entry #maparea {
    margin-bottom: 40px;
  }
  .entry #maparea .map {
    height: 300px;
  }
}

/*# sourceMappingURL=modelhouse.css.map */
