@charset "UTF-8";
/********** メディアクエリー定義**************************************/
/* プライバシーポリシー--------------------------------------------------*/
.contact_box {
  padding: 4% 8%;
  margin-bottom: 55px;
  background-color: #f9f8f4;
}

.policy_area dl dd {
  margin-bottom: 40px;
}

.policy_area dl dd ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 10px;
}

@media screen and (max-width: 960px) {
  .gmap_area {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 20px;
    height: 0;
    overflow: hidden;
    margin: 0 auto 30px auto;
    text-align: center;
  }
}

@media screen and (max-width: 960px) {
  .gmap_area iframe, .gmap_area object, .gmap_area embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.gmap_area iframe {
  filter: grayscale(50%);
  -webkit-filter: grayscale(50%);
}

/* 家が完成するまで--------------------------------------------------*/
.triangle {
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 20px solid #fde500;
  margin: 10px auto;
  text-align: center;
}

.flow_box {
  background-color: #f7f5e7;
  padding: 30px 150px 40px;
  position: relative;
  border-radius: 8px;
}

.flow_number {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fde500;
  padding: 12px 20px;
  text-align: center;
  line-height: 1.1;
  font-weight: bold;
}

.flow_number span {
  font-size: 3rem;
  font-weight: bold;
}

.flow_free {
  position: absolute;
  right: -10px;
  top: -10px;
}

.flow_title {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 15px;
}

.flow_txt {
  letter-spacing: 0.1em;
  line-height: 2em;
}

.flow_time {
  letter-spacing: 0.1em;
  line-height: 2em;
  padding-top: 15px;
}

.flow_cau_box {
  letter-spacing: 0.1em;
  line-height: 2em;
  padding-top: 15px;
}

.flow_cau_title {
  color: #fff;
  background: #000;
  padding: 10px 20px;
  margin-top: 20px;
  font-size: 18px;
}

.flow_cau_txt {
  border: solid 1px #ddd;
  background: #fff;
  padding: 20px;
}

/* 会社概要ページ--------------------------------------------------*/
.corporate_table {
  width: 100%;
  margin: 30px auto 30px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-collapse: collapse;
}

@media screen and (min-width: 480px) {
  .corporate_table {
    margin: 15px auto 80px;
  }
}

.corporate_table th, .corporate_table td {
  padding: 5px 8px;
  font-size: 12px;
  vertical-align: middle;
}

@media screen and (min-width: 480px) {
  .corporate_table th, .corporate_table td {
    padding: 18px 25px;
    font-size: 15px;
  }
}

.corporate_table th {
  text-align: left;
  width: 26%;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

@media screen and (min-width: 480px) {
  .corporate_table th {
    width: 23%;
  }
}

.corporate_table td {
  border-bottom: 1px solid #ddd;
  line-height: 1.6em;
}

.corporate_table tr:nth-child(odd) {
  background: #f9f9f9;
}

.corporate_table ul li {
  padding-bottom: 10px;
}

.corporate_table ul li a {
  font-size: 12px;
  text-decoration: underline !important;
}

@media screen and (min-width: 480px) {
  .corporate_table ul li a {
    font-size: 14px;
  }
}

/* **	よくある質問 ************************************************* */
.single-faq {
  margin-bottom: 15px;
  border-radius: 8px;
  background-color: #f7f5e7;
  padding: 20px 20px;
}

@media screen and (min-width: 600px) {
  .single-faq {
    padding: 20px 25px;
  }
}

.faq-question {
  background: url(images/faq_question_icon.png) 2px 5px no-repeat;
  font-size: 16px;
  padding: 10px 0 10px 50px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .faq-question {
    font-size: 18px;
    padding: 10px 0 10px 60px;
  }
}

.faq-answer {
  background: url(images/faq_answer_icon.png) 15px 10px no-repeat;
  padding: 15px 15px 25px 50px;
}

@media screen and (min-width: 600px) {
  .faq-answer {
    font-weight: bold;
    padding: 15px 15px 25px 65px;
  }
}

/* **カレンダーご予約 ************************************************* */
.show-room_box {
  border: solid 1px #ddd;
  background: #fff;
  padding: 25px 40px;
  margin: 0 15px 50px;
  border-radius: 6px;
  font-size: 14px;
}

@media screen and (min-width: 960px) {
  .show-room_box {
    font-size: 16px;
    margin: 0 0 50px;
  }
}

.show-room_box ul {
  border-top: solid 1px #ddd;
  padding-top: 10px;
  margin-top: 10px;
}

.monthly-calendar table {
  width: 98%;
  margin: 30px auto 50px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #fff;
}

@media screen and (min-width: 960px) {
  .monthly-calendar table {
    width: 100%;
  }
}

.monthly-calendar table caption {
  font-size: 18px;
  padding-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .monthly-calendar table caption {
    font-size: 20px;
  }
}

.monthly-calendar table th, .monthly-calendar table td {
  padding: 5px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

@media screen and (min-width: 960px) {
  .monthly-calendar table th, .monthly-calendar table td {
    padding: 15px;
  }
}

.monthly-calendar th {
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.monthly-calendar td {
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-weight: bold;
}

.monthly-prev-next div a {
  text-decoration: underline;
}

.content-form select {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 14px;
  height: 15px;
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  margin: 0px 0px;
  height: 27px;
}

.cal_cou_txt {
  margin: 20px 15px;
  padding: 20px;
  text-align: left;
  font-weight: bold;
  background-color: #f9f9f9;
  border-radius: 4px;
}

@media screen and (min-width: 960px) {
  .cal_cou_txt {
    text-align: center;
    margin: 20px 0;
  }
}

/* **	予約時間******* */
.day-calendar h3 {
  font-size: 22px !important;
  margin-bottom: 25px;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 3em;
  border-bottom: solid 1px #ccc;
}

.day-calendar p {
  font-weight: bold;
  padding-left: 10px;
}

.day-calendar table {
  margin: 30px auto 50px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.day-calendar table caption {
  font-size: 20px;
  padding-bottom: 20px;
}

.day-calendar th, .day-calendar table td {
  padding: 10px;
  background: #fff;
  font-size: 18px !important;
  font-weight: bold;
  text-align: center;
}

.day-calendar th a, .day-calendar table td a {
  padding: 10px;
  background: #fff;
  font-size: 18px !important;
  font-weight: bold;
  text-align: center;
}

.day-calendar th {
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.calendar-mark {
  text-align: center !important;
}

/* **	カレンダー申し込みフォーム******* */
.content-formtable {
  margin: 30px auto 50px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #fff;
}

.content-form table caption {
  font-size: 20px;
  padding-bottom: 20px;
}

.content-form table th, .content-form table td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.content-form th {
  background: #fff;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 13px !important;
  width: 8% !important;
}

@media screen and (min-width: 960px) {
  .content-form th {
    width: 20% !important;
    font-size: 14px !important;
  }
}

.content-form td {
  background: #fff;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-weight: bold;
  font-size: 13px !important;
}

@media screen and (min-width: 960px) {
  .content-form td {
    text-align: left;
    font-size: 14px !important;
  }
}

span.required {
  font-size: 13px;
  font-weight: normal;
  color: #d40000;
}

.content-form input[type="tel"], .content-form input[type="email"], .content-form input[type="text"], .content-form textarea {
  padding: 8px 8px;
  border: 1px solid #cccccc;
  margin-bottom: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 14px;
}

.content-form select {
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
  line-height: 50px;
  text-align: left;
  text-indent: 5px;
  margin: 0 0 10px 0;
  width: 30%;
}

@media screen and (min-width: 960px) {
  .content-form select {
    height: 50px;
    margin: 0 0 10px 0;
    width: 10%;
    padding: 0 15px;
  }
}

#action-button button[type="submit"] {
  padding: 10px 80px;
  margin: 0px auto;
  background: #fde500;
  border-radius: 3px;
  font-family: Arial;
  font-size: 14px;
  padding: 15px 80px;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}

#action-button button[type="submit"]:hover {
  background: #fde500;
  text-decoration: none;
}

/* ラインナップページ--------------------------------------------------*/
.bufe_title {
  padding-bottom: 15px;
  letter-spacing: 0.1em;
  font-size: 32px;
  border-bottom: solid 2px #b4a983;
  margin-bottom: 20px;
  text-align: center;
}

.bufe_box {
  background-color: #f7f5e7;
  padding: 20px 25px;
  margin: 0 10px 20px;
  border-radius: 4px;
}

@media screen and (min-width: 960px) {
  .bufe_box {
    padding: 60px;
    margin: 0 10px 40px;
    border-radius: 6px;
  }
}

.bufe_txt {
  text-align: center;
  padding-bottom: 20px;
  font-size: 14px;
}

.bufe_box dl dt {
  font-size: 18px;
  border-bottom: solid 1px #b4a983;
  padding: 5px;
  margin-bottom: 10px;
}

@media screen and (min-width: 960px) {
  .bufe_box dl dt {
    font-size: 26px;
  }
}

.bufe_box dl dd {
  padding: 0 15px 20px 15px;
  font-size: 16px;
}

.yoyaku_list {
  padding-bottom: 45px;
  font-size: 20px;
  list-style: disc;
  padding-right: 20px;
  margin-left: 20px;
}

.yoyaku_list li {
  padding-bottom: 20px;
  font-size: 18px;
  list-style: disc;
  padding-right: 20px;
  margin-left: 20px;
}

.cl_txt {
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8em;
}

/* 代表あいさつぺージ--------------------------------------------------*/
.greeting_area p {
  font-size: 16px;
  line-height: 2.3;
}

.greeting_area p strong {
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .greeting_area p strong {
    font-size: 1.8rem;
  }
}

.greeting_box {
  background-color: #f7f5e7;
  padding: 50px 20px 20px 40px;
  position: relative;
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .greeting_box {
    padding: 30px 40px 30px 190px;
  }
}

.greeting_number {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fde500;
  padding: 5px 15px;
  text-align: center;
  line-height: 1.1;
}

@media screen and (min-width: 600px) {
  .greeting_number {
    padding: 12px 20px;
  }
}

.greeting_number span {
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .greeting_number span {
    font-size: 2.4rem;
  }
}

.greeting_txt {
  letter-spacing: 0.1em;
  line-height: 1.8em;
}

@media screen and (min-width: 600px) {
  .greeting_txt {
    line-height: 2.5em;
  }
}

.eposode_img_flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.eposode_img_flex02 figure {
  width: 48%;
}

.eposode_img_flex02 figure img {
  display: block;
  height: auto;
}

/*  リフォームページ*/
.reform_wrapper {
  background-color: #F7F5E7;
  padding: 55px 0 0 10px;
  margin-bottom: 5%;
}

.reform_area01, .reform_area02 {
  padding-bottom: 100px;
}

.reform_area01 h2, .reform_area02 h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  line-height: 1.7;
}

@media screen and (min-width: 600px) {
  .reform_area01 h2, .reform_area02 h2 {
    font-size: 46px;
  }
}

.reform_sub {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 80px;
}

@media screen and (min-width: 600px) {
  .reform_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.reform_box figure {
  z-index: 5;
}

.reform_box figure img {
  width: 100%;
}

.reform_area01 figure {
  margin: 0 auto;
  width: 80%;
}

@media screen and (min-width: 600px) {
  .reform_area01 figure {
    margin: 0 0 0 auto;
    width: 50%;
  }
}

.reform_area02 figure {
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .reform_area02 figure {
    margin: 0 auto 0 0;
  }
}

@media screen and (min-width: 600px) {
  .reform_flex01 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.reform_txt {
  margin-top: 15px;
  text-align: left;
}

@media screen and (min-width: 600px) {
  .reform_txt {
    width: 35%;
  }
}

.reform_txt .text {
  width: 85%;
  font-size: 16px;
  line-height: 2.3;
  font-weight: bold;
  padding-left: 20px;
}

.reform_flex01 .reform_txt {
  margin: 0 0 0 10%;
  z-index: 10;
}

.reform_flex02 .reform_txt {
  z-index: 10;
  margin: 0 12% 0 3%;
}

.reform_flex01 .reform_txt ul {
  padding: 60px;
  margin-bottom: 40px;
  background-color: #F7F5E7;
  border-radius: 6px;
}

.reform_flex02 .reform_txt ul {
  margin-left: -5%;
  padding: 60px;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 6px;
}

.reform_txt ul li {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
  list-style-type: disc;
}

.reform_area {
  background-color: #F7F5E7;
  padding: 60px 15px 50px;
  margin-bottom: 80px;
}

.reform_area p {
  font-size: 18px;
  line-height: 2.3;
  font-weight: bold;
}

.reform_area p strong {
  font-size: 1.2rem;
  font-weight: bold;
}

/* クワホームの家づくり*/
.concept_title_big {
  text-align: center;
  font-size: 30px;
  line-height: 1.7;
  margin-bottom: 20px;
  letter-spacing: 0.2;
  padding-top: 5%;
}

@media screen and (min-width: 600px) {
  .concept_title_big {
    font-size: 54px;
  }
}

.concept_txt_big {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10%;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .concept_txt_big {
    font-size: 22px;
  }
}

.about_flex, .buffet_flex {
  padding-bottom: 20%;
}

@media screen and (min-width: 600px) {
  .about_flex, .buffet_flex {
    padding-bottom: 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.buffet_flex {
  padding-bottom: 4%;
}

@media screen and (min-width: 600px) {
  .about_box {
    width: 50%;
  }
}

@media screen and (min-width: 600px) {
  .about_flex figure {
    width: 45%;
  }
}

@media screen and (min-width: 600px) {
  .buffet_box {
    width: 57%;
  }
}

@media screen and (min-width: 600px) {
  .buffet_flex figure {
    width: 40%;
  }
}

.about_title {
  font-size: 28px;
  margin-bottom: 40px;
  line-height: 1.7;
}

@media screen and (min-width: 600px) {
  .about_title {
    font-size: 48px;
  }
}

.about_txt {
  margin-bottom: 10px;
  font-weight: bold;
}

.about_number {
  margin-bottom: 20px;
}

.about_number span {
  font-size: 1.3rem;
  background-color: #fde500;
  padding: 10px 20px;
  text-align: center;
  line-height: 1.1;
}

@media screen and (min-width: 600px) {
  .about_number span {
    font-size: 1.6rem;
  }
}

/* ビュッフェスタイル注文住宅*/
.buffet_title_wrapper {
  background: linear-gradient(135deg, rgba(255, 221, 40, 0.3), rgba(230, 55, 20, 0.7)), url(images/buffet-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 8% 25px;
  margin-bottom: 5%;
}

.buffet_title_big {
  text-align: center;
  font-size: 26px !important;
  margin-bottom: 20px;
  letter-spacing: 0.2;
  color: #fff;
  line-height: 1.6;
  text-shadow: 1px 1px 6px #000;
}

@media screen and (min-width: 600px) {
  .buffet_title_big {
    font-size: 54px !important;
  }
}

.buffet_txt_big {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

@media screen and (min-width: 600px) {
  .buffet_txt_big {
    font-size: 22px;
  }
}

.bufe_title_s {
  font-size: 30px;
  text-align: center;
  margin-bottom: 4%;
  line-height: 1.6;
}

@media screen and (min-width: 600px) {
  .bufe_title_s {
    font-size: 48px;
  }
}

.buffet_number span {
  font-size: 3rem;
  font-weight: bold;
  background-color: #fde500;
  padding: 12px 20px;
  text-align: center;
  line-height: 1.1;
}

.buffet_txt {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (min-width: 480px) {
  .buffet_txt {
    font-size: 18px;
  }
}

/* シンプルノート*/
.simplenote_title_wrapper {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(images/simplenote-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 8% 25px;
  margin-bottom: 5%;
}

.top_main_txt p {
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 2.0;
  font-size: 14px;
}

@media screen and (min-width: 960px) {
  .top_main_txt p {
    line-height: 2.7;
    font-size: 16px;
    text-align: center;
  }
}

.top_img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 10%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.top_img_box img {
  width: 33.33333%;
  display: block;
}

.top_img_box img:nth-child(1) {
  margin-top: -8%;
}

.top_img_box img:nth-child(2) {
  margin-top: -4%;
}

.top_reason_box {
  margin-bottom: 8%;
}

@media screen and (min-width: 960px) {
  .top_reason_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 960px) {
  .top_reason_box .top_reason_img {
    width: 35%;
  }
}

@media screen and (min-width: 1400px) {
  .top_reason_box .top_reason_img {
    width: 50%;
  }
}

.top_reason_box .top_reason_txt {
  margin-top: 20px;
  letter-spacing: 0.1em;
  line-height: 2.1;
  font-size: 14px;
}

@media screen and (min-width: 960px) {
  .top_reason_box .top_reason_txt {
    margin-top: 10px;
    width: 50%;
    line-height: 2.0;
    margin-left: 3%;
  }
}

@media screen and (min-width: 960px) and (min-width: 1400px) {
  .top_reason_box .top_reason_txt {
    margin-top: 50px;
    font-size: 16px;
    width: 34%;
    line-height: 2.7;
  }
}

.top_reason_box .top_reason_txt p {
  margin-bottom: 10px;
  text-align: left;
}

.top_reason_box02 {
  margin-bottom: 8%;
}

@media screen and (min-width: 960px) {
  .top_reason_box02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 960px) {
  .top_reason_box02 .top_reason_img {
    width: 35%;
  }
}

@media screen and (min-width: 1400px) {
  .top_reason_box02 .top_reason_img {
    width: 50%;
  }
}

.top_reason_box02 .top_reason_txt {
  margin-top: 20px;
  letter-spacing: 0.1em;
  line-height: 2.1;
  font-size: 14px;
}

@media screen and (min-width: 960px) {
  .top_reason_box02 .top_reason_txt {
    margin-top: 10px;
    width: 50%;
    line-height: 2.0;
    margin-right: 3%;
  }
}

@media screen and (min-width: 960px) and (min-width: 1400px) {
  .top_reason_box02 .top_reason_txt {
    margin-top: 50px;
    font-size: 16px;
    width: 34%;
    line-height: 2.7;
  }
}

.top_reason_box02 .top_reason_txt p {
  margin-bottom: 10px;
  text-align: left;
}

.top_bottom_wrapper {
  background-color: #f9f9f9;
  padding: 8% 0;
  margin-bottom: 10%;
}

@media screen and (min-width: 960px) {
  .top_bottom_wrapper {
    padding: 3% 0;
  }
}

.top_bottom_wrapper h2 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .top_bottom_wrapper h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
}

.top_bottom_wrapper p {
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 2.0;
  font-size: 14px;
}

@media screen and (min-width: 960px) {
  .top_bottom_wrapper p {
    font-size: 16px;
    line-height: 2.7;
    text-align: center;
  }
}
/*# sourceMappingURL=page.css.map */