@charset "utf-8";
/* info-area
------------------------------------------------*/
.info-area {
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.info__inner {
  width: 1000px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  padding: 50px 0 30px;
  text-align: center;
}
.info__ttl {
  font-size: 18px;
  padding: 15px 0;
  margin-bottom: 0;
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
}
.info__ttl img {
  height: 14px;
}
.info__text1 {
  font-size: 20px;
  margin: 30px 0;
}
.info__text1 span {
  font-size: 0.85rem;
}
.info__text2 {
  font-size: 38px;
  margin: 0 auto;
}
.info__text2 small {
  font-size: 10px;
}
.info__text2 span {
  font-size: 32px;
}
.info__text3 {
  font-size: 32px;
  margin: 30px 0 0;
}
.info__text3 span {
  font-size: 1.6rem;
}
.info__bnts {
  width: 500px;
  max-width: calc(100% - 30px);
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .info-area {
    margin-bottom: 0;
  }
  .info__ttl {
    font-size: 14px;
  }
  .info__text1 {
    font-size: 18px;
  }
  .info__text2 {
    font-size: 22px;
    margin: 20px auto;
  }
  .info__text2 span {
    font-size: 16px;
  }
  .info__text3 {
    font-size: 20px;
  }
  .info__text3 span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .info {
    padding-top: 0px;
    background-size: calc(180 / 300 * 100%);
  }
  .info__inner {
    padding-top: 20px;
  }
}
/*オーダーシステムバナー*/
.infoBnr__ordersystem {
  margin: 0 auto 0;
  width: 886px;
  max-width: 80%;
}
.infoBnr__ordersystem a {
  transition: 0.3s;
}
.infoBnr__ordersystem a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .infoBnr__ordersystem {
    margin: 0 auto;
    width: 90%;
  }
}
/*間取り*/
.ohkarte-floor-plan__content {
  position: relative;
  overflow: hidden;
  /* padding-top: 40px;*/
  max-width: 960px; /*1280px*/
  /*max-width: 620px;*/
  margin: 100px auto 0;
}
.ohkarte-floor-plan__contentInner {
  /*overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;*/
  padding: 0 0 30px 0;
}
.ohkarte-floor-plan__contentInner::-webkit-scrollbar {
  display: none;
}
.ohkarte-floor-plan__items {
  display: flex;
  white-space: nowrap;
  margin-left: 0;
  font-size: 20px;
  justify-content: center; /*3つの時はコメントアウト*/
}
/*@media screen and (min-width: 768px) {
    .ohkarte-floor-plan__items {
        justify-content: center;
    }
}*/
.ohkarte-floor-plan__item {
  display: flex;
  box-sizing: border-box;
  width: calc(33.3333% - 12px);
  /*width: calc(50% - 12px);*/
  border: 1px solid #DDDDDD;
  margin-right: 12px;
  margin-right: 18px;
  font-size: 1rem;
  vertical-align: top;
  white-space: normal;
}
.ohkarte-floor-plan__item:last-child {
  margin-right: 0;
  position: relative;
}
.ohkarte-floor-plan__item:last-child::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 15px;
  height: 1px;
  content: '';
}
.ohkarte-floor-planTheme {
  display: block;
  width: 100%;
  padding: 10px 10px 6px;
  box-sizing: border-box;
  background: #F5F5F5;
  color: #333;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}
.ohkarte-floor-planTheme__title {
  width: 100%;
  margin-bottom: 12px;
  /*font-size: 24px;*/
  /*font-family: HiraginoSans-W6;*/
  color: #333333;
  letter-spacing: 0;
  font-family: UD Reimin Bold JIS2004, Yu Mincho, YuMincho, Hiragino Mincho ProN, "HG明朝E", serif;
}
.ohkarte-floor-planTheme__title:first-letter {
  font-size: 30px;
}
.ohkarte-floor-planTheme__image {
  width: 100%;
  height: auto;
  text-align: center;
  box-sizing: border-box;
  /*padding: 10px 25px;*/
  padding: 10px 10px;
  background-color: #fff;
  margin-bottom: 17px;
}
.ohkarte-floor-planTheme__image img {
  width: auto;
  height: 270px;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.ohkarte-floor-planTheme__description {
  overflow: hidden;
  /*font-size: 13px;*/
  line-height: 18px;
  /*font-weight: 700;*/
}
.ohkarte-floor-planDetail__list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.ohkarte-floor-planDetail__item1 {
  width: 42%;
  box-sizing: border-box;
  padding: 0 18px 0 3px;
  margin-bottom: 10px;
  /*font-family: HiraginoSans-W6;*/
  font-size: 14px;
  /*font-weight: 900;*/
  color: #333333;
  letter-spacing: 0;
}
.ohkarte-floor-planDetail__item2 {
  width: 58%;
  min-width: 100px;
  box-sizing: border-box;
  padding: 0 10px 0 3px;
  margin-bottom: 10px;
  /*font-family: HiraginoSans-W3;*/
  font-size: 15px;
  /*font-weight: 900;*/
  color: #333333;
  letter-spacing: 0;
}
.ohkarte-msds-buttonlist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.ohkarte-msds-button {
  margin: 0 auto 40px;
  width: 280px;
}
.top-btn-box {
  font-family: "UD Reimin Light", serif;
  background: #545251;
  font-size: 12px;
  text-align: center;
  /*width: 100%;
  height: 35px;*/
  width: 300px;
  display: block;
  margin-top: 16px;
  border-radius: 3px;
}
.top-btn-box:hover {
  opacity: 0.5;
}
.top-btn-box a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-size: 1.1rem;
  padding: 20px 0;
}
@media screen and (min-width: 766px) {
  .ohkarte-floor-plan__content a {
    transition: all 0.3s linear;
  }
  .ohkarte-floor-plan__content a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .ohkarte-floor-plan__content {
    max-width: none;
    margin: inherit;
    margin-top: 50px;
  }
  .ohkarte-floor-plan__contentInner {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /*padding: 0 0 30px 30px;*/
  }
  .ohkarte-floor-plan__items {
    margin-left: 15px;
    justify-content: left;
  }
  .ohkarte-floor-plan__item {
    width: 248px;
  }
  .ohkarte-floor-planTheme {
    width: 248px;
  }
  .ohkarte-floor-planTheme__title {
    font-size: 14px;
  }
  .ohkarte-floor-planTheme__title:first-letter {
    font-size: 18px;
  }
  .ohkarte-floor-planDetail__item1 {
    width: 44%;
    font-size: 12px;
    padding: 0 10px 0 0;
  }
  .ohkarte-floor-planDetail__item2 {
    width: 56%;
    font-size: 13px;
    padding: 0;
  }
  .ohkarte-msds-button {
    width: calc(100% - 50px);
  }
}
/*間取りここまで*/
sub {
  vertical-align: 4px;
  font-size: 12px;
}
.fcon__ttl .fcon__ttl-note {
  display: block;
  font-size: 12px;
  margin: -5px 0 0;
}
.info__text2 .text2-note {
  display: block;
  font-size: 12px;
  margin: -5px 0 0;
}
/*黒帯内*/
.topinfo__price {
  margin: 30px auto 0;
  color: #ff8a00;
  font-size: 3.6rem;
}
.topinfo__price span {
  font-size: 2.4rem;
}
.topinfo__price small {
  font-size: 1.0rem;
}
/*INFO内*/
.info {
  /*background: #dcdcdc;*/
  background: #ffffff;
  line-height: 1.5;
}
.info__price {
  font-size: 46px;
  margin: 0 auto;
  color: #ff4322;
}
.info__price small {
  font-size: 10px;
}
.info__price span {
  font-size: 36px;
}
.info__text-day {
  font-size: 36px;
  line-height: 1.4;
  padding: 0;
  margin: 50px auto;
}
.info__text-day small {
  font-size: 80%;
}
.info__gw {
  font-size: 2.0rem;
  padding: 30px 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .topinfo__price {
    font-size: 1.8rem;
  }
  .topinfo__price span {
    font-size: 1.4rem;
  }
  .topinfo__price small {
    font-size: 0.65rem;
  }
  .info__price {
    font-size: 32px;
    line-height: 1.2;
    margin: 20px auto 0;
  }
  .info__price span {
    font-size: 20px;
  }
  .info__text-day {
    font-size: 1.8rem;
    margin: 30px auto;
  }
  .info__gw {
    font-size: 1.4rem;
  }
}
.info .top-leadarea01__text04 {
  margin-top: 48px;
}
.info .top-leadarea01__text04__inner {
  text-align: left;
}
/*トップページ用予告広告*/
.outline-preAd {
  margin: 0 auto;
  width: 96%;
}
.outline-preAd_header {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 3px 7px;
  border: 1px solid #787878;
  font-size: 15px;
  letter-spacing: 1;
  line-height: 30px;
}
.outline-preAd_txt1 {
  font-size: 14px;
  line-height: 1.5;
}
.outline-preAd_txt1 dt {
  float: left;
}
.outline-preAd_txt1 dd {
  margin-left: 1em;
}
.outline-preAd_txt1 dl:last-child {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .outline-preAd_txt1 {
    font-size: 12px;
  }
}