@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#contact {
  padding: 40px 0;
}
#contact .form_title {
  font-size: 22rem;
  margin: 30px 0 50px 0;
  text-align: center;
}
#contact .form_title .fa {
  font-size: 20rem;
  background: #eee;
  width: 2.3em;
  height: 2.3em;
  line-height: 2.3em;
  margin: 0 0 15px 0;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
  color: #333;
}
#contact .about__title {
  margin-bottom: 40px;
}
#contact #message {
  text-align: left;
  margin: 0 0px 10px 0px;
}
#contact #message .fa {
  color: #333;
  margin-right: 0.5em;
}
#contact #message ul {
  margin-bottom: 20px;
  list-style: none;
  margin: 30px 0;
  background: #f5f5f5;
  padding: 30px;
}
#contact #message ul li {
  margin-bottom: 0.3em;
  text-indent: -0.6em;
  margin-left: 20px;
}
#contact #message ul li:last-child {
  margin-bottom: 0;
}
#contact #message .message__about {
  margin-bottom: 20px;
}
#contact #message .message__direct {
  background-color: #27170a;
  color: #fff;
  padding: 10px 0 20px 0;
}
#contact #message .message__direct .direct__label {
  font-size: 18rem;
  margin: 10px 0 10px 0;
  text-align: center;
}
#contact #message .message__direct .direct__tel {
  color: #ffe200;
  font-size: 2.5em;
  margin: 15px 40px 0 240px;
  float: left;
}
#contact #message .message__direct .direct__open {
  float: left;
  line-height: 1.4em;
  margin: 5px 0 0 0;
}
#contact .form__btn-main {
  background-color: #27170a;
  border: 3px solid #f8ecdc;
  color: #fff;
  font-size: 20rem;
  padding: 0.6em 1.5em 0.6em 2em;
  letter-spacing: 0.5em;
}
#contact .form__btn-main:hover {
  background-color: #82592d;
}
#contact .form__btn-sub {
  background-color: #ffffff;
  border: 3px solid #ccc;
  font-size: 0.9em;
  padding: 0.3em 1.5em 0.3em 2em;
  letter-spacing: 0.5em;
  margin-right: 20px;
  line-height: 3em;
}
#contact .form__btn-sub:hover {
  background-color: #eee;
}
#contact #form {
  background-color: #fff;
  padding: 20px 0;
}
#contact #form .warning {
  text-align: left;
  font-weight: normal;
  margin: 0 0px 20px 20px;
}
#contact #form .warning li {
  margin-bottom: 0.3em;
}
#contact #form form {
  display: block;
}
#contact #form form input[type=checkbox] {
  margin-right: 0.5em;
}
#contact #form form table {
  width: 100%;
}
#contact #form form table tbody tr {
  border-bottom: 1px solid #e6ebf4;
}
#contact #form form table tbody th, #contact #form form table tbody td {
  padding: 15px 10px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
#contact #form form table tbody th input, #contact #form form table tbody th textarea, #contact #form form table tbody td input, #contact #form form table tbody td textarea {
  margin: 5px 0;
}
#contact #form form table tbody th .input_row, #contact #form form table tbody td .input_row {
  margin-bottom: 5px;
}
#contact #form form table tbody th .input_row .row__label, #contact #form form table tbody td .input_row .row__label {
  display: inline-block;
  width: 100px;
}
#contact #form form table tbody th .radio, #contact #form form table tbody td .radio {
  float: left;
  margin: 0 20px 0 0;
}
#contact #form form table tbody th .radio input, #contact #form form table tbody td .radio input {
  position: relative;
  margin: 0 0.2em 0 0;
}
#contact #form form table tbody th .radio label, #contact #form form table tbody td .radio label {
  padding-left: 0;
}
#contact #form form table tbody th {
  width: 190px;
  padding: 20px 10px;
}
#contact #form form table tbody .error {
  display: inline-block;
  color: #ea300b;
  margin-top: 3px;
}
#contact #form form table tbody .error:before {
  content: "\f06a";
  font-family: FontAwesome;
  margin-right: 0.3em;
}
#contact #form form table tbody .fukidashi {
  display: none;
  margin-left: 20px;
  background-color: #a00;
  font-size: 12rem;
}
#contact #form form table tbody .fukidashi:after {
  border-right-color: #a00;
}
#contact #form form table tfoot td {
  padding-top: 20px;
  text-align: center;
}
#contact #form form .need {
  float: right;
  background-color: #FF6600;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 0px 5px;
  font-size: 11rem;
  font-weight: normal;
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0.5em;
}
#contact #confirm {
  background-color: #fff;
  margin: 0 20px 50px 20px;
  padding: 20px 40px;
}
#contact #confirm .information {
  font-size: 1.6em;
  margin: 10px 0 30px 0;
}
#contact #confirm .information .fa {
  margin-right: 1em;
}
#contact #confirm .confirm__body {
  background-color: #f5f5f5;
  padding: 30px 50px;
}
#contact #confirm table {
  width: 100%;
}
#contact #confirm table tbody tr {
  border-bottom: 1px solid #ddd;
}
#contact #confirm table tbody th, #contact #confirm table tbody td {
  padding: 20px 10px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
#contact #confirm table tbody th input:nth-child(n+2), #contact #confirm table tbody td input:nth-child(n+2) {
  margin-top: 5px;
}
#contact #confirm table tbody th {
  width: 190px;
}
#contact #confirm table tfoot td {
  padding-top: 20px;
  text-align: center;
}
#contact #complete {
  margin: 0px 0 40px 0;
}
#contact #complete .text {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #contact {
    padding: 0 0 20px 0;
  }
  #contact .form__btn-main {
    font-size: 1em;
  }
  #contact .form_title {
    font-size: 16rem;
    margin-bottom: 40px;
  }
  #contact #message {
    margin: 30px 0 0 0;
  }
  #contact #message .message__direct .direct__label {
    font-size: 16rem;
    margin: 0 0 10px 0;
    text-align: center;
  }
  #contact #message .message__direct .direct__tel {
    margin: 0 0 10px 0;
    text-align: center;
    float: none;
    font-size: 2.2em;
  }
  #contact #message .message__direct .direct__open {
    text-align: center;
    float: none;
    line-height: 1.2em;
  }
  #contact #message ul {
    padding: 15px;
  }
  #contact #form {
    margin: 0;
  }
  #contact #form form {
    margin: 0;
  }
  #contact #form form .need {
    top: 0;
  }
  #contact #form form table tbody tr {
    border: none;
  }
  #contact #form form table tbody th {
    display: block;
    padding: 10px 0 5px 0;
    width: 100%;
  }
  #contact #form form table tbody td {
    display: block;
    padding: 0 0 10px 0;
  }
  #contact #form form table tbody td textarea {
    width: 100%;
  }
  #contact #form form table tfoot td {
    padding: 0 0 20px 0;
  }
  #contact #confirm {
    padding: 30px 0;
  }
  #contact #confirm .information {
    font-size: 16rem;
    margin-bottom: 20px;
  }
  #contact #confirm .confirm__body {
    padding: 20px;
  }
  #contact #confirm table.frame tbody th {
    display: block;
    padding: 10px 0 0 0;
    width: 100%;
    color: #999;
  }
  #contact #confirm table.frame tbody td {
    display: block;
    padding: 0 0 10px 0;
  }
  #contact #complete {
    padding: 30px 15px;
  }
}
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#maintitle .mt__pic {
  background-image: url(../images/modelhouse/mainvisual.jpg);
}

body#mokuan {
  text-align: center;
}
body#mokuan #about .about__title {
  margin: 10px 0 30px 0;
}
body#mokuan #about .about__text {
  font-size: 18rem;
  line-height: 1.9em;
}
body#mokuan #about .about__pic {
  margin: 50px 0;
  text-align: center;
}
body#mokuan #contact {
  padding: 0 0 100px 0;
}
body#mokuan #contact .contact__logo {
  margin-bottom: 40px;
}
body#mokuan #contact .contact__about {
  margin-bottom: 40px;
  font-size: 18rem;
  line-height: 1.7em;
}
body#mokuan #contact .contact__button {
  margin-bottom: 30px;
}
body#mokuan #contact .contact__button a {
  margin-bottom: 10px;
}
body#mokuan #contact .contact__to .to__tel .num {
  font-size: 32rem;
  margin-left: 5px;
}
body #intro .intro__title {
  text-align: center;
  margin: 20px 0 60px 0;
  font-size: 40rem;
  font-weight: normal;
}
body #intro .intro__about {
  border: 1px solid #eee;
  padding: 20px 30px;
  background: #f5f5f5;
  margin: 0 0 30px 0;
}
body #intro .intro__about th {
  width: 120px;
  text-align: left;
}
body #intro .intro__about td, body #intro .intro__about th {
  line-height: 1.4em;
  padding: 5px 0;
}
body #intro .intro__about .sub {
  margin-top: 5px;
}
body #intro .intro__pic {
  margin-bottom: 20px;
}
body #intro .intro__pic img {
  width: 100%;
}
body #intro .intro__contact {
  text-align: center;
  font-size: 16rem;
}
body #arteco .arteco__title {
  font-size: 25rem;
  margin-bottom: 30px;
}
body #arteco .arteco__text {
  margin-bottom: 30px;
}
body #arteco .arteco__pic {
  margin-bottom: 30px;
}
body #arteco .arteco__pic img {
  width: 100%;
}
body #arteco .arteco__map {
  margin-bottom: 50px;
}
body #arteco .arteco__map img {
  width: 100%;
}
body #arteco .arteco__spec .spec__title {
  font-size: 20rem;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  margin-bottom: 30px;
  width: 100%;
}
body #arteco .arteco__spec .spec__col {
  width: 48%;
}
body #arteco .arteco__spec .spec__col .spec__item {
  margin-bottom: 30px;
}
body #arteco .arteco__spec .spec__col .spec__item .item__about {
  width: 70%;
}
body #arteco .arteco__spec .spec__col .spec__item .item__about .item__label {
  font-size: 20rem;
  margin-bottom: 10px;
}
body #arteco .arteco__spec .spec__col .spec__item .item__pic {
  width: 30%;
}
body #arteco .arteco__spec .spec__col .spec__item .item__pic img {
  width: 100%;
}
body #energy .energy__title {
  font-size: 25rem;
  margin-bottom: 30px;
}
body #energy .energy__about .about__label {
  font-size: 18rem;
  margin: 20px 0;
}
body #energy .energy__about .about__text {
  margin-bottom: 40px;
}
body #energy .energy__about .about__pic {
  text-align: center;
}

@media screen and (max-width: 768px) {
  body#mokuan #about .about__title img {
    width: 50%;
  }
  body#mokuan #about .about__text {
    font-size: 17rem;
  }
  body#mokuan #about .about__pic {
    margin: 30px 0;
  }
  body#mokuan #contact {
    padding-bottom: 20px;
  }
  body#mokuan #contact #message {
    margin: 0;
  }
  body#mokuan #contact #message ul {
    margin: 0;
  }
  body#mokuan #contact .contact__logo {
    margin-bottom: 20px;
  }
  body#mokuan #contact .contact__logo img {
    width: 50%;
  }
  body#mokuan #contact .contact__about {
    font-size: 15rem;
    margin-bottom: 20px;
  }
  body#mokuan #contact .contact__button a {
    padding: 30px 0;
  }
}
