@charset "UTF-8";

footer .left_box .foot_company p.comp_tel {
  background: url(../images/icon_tel2.png) left center no-repeat;
  font-size: 1.8rem;
  padding-left: 45px;
}
footer .left_box .foot_company p.comp_tel span.supp{
  font-size: 1.4rem;
  font-weight: 500;
}

/* こだわりの家造り */
/* article.particular section.category_menu ul li a {
  font-size: 1.2rem;
  padding: 10px 25px;
} */

article.particular section.detail .btn a {
    background-color: #000;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 5px 40px;
    margin-bottom: 60px;
}
article.particular section.detail .btn a:hover {
  opacity:0.7;
  filter: alpha(opacity=70);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */
  text-decoration: none;
}

article.particular .box img.par_top2 {
  width: 100%;
  height: auto;
}

article.top section.plan_price .btn a {
    font-size: 1.6rem;
}
article.top section.event .btn {
  text-align: center;
  margin: 50px 0 20px 0;
}
article.top section.event .btn a {
    background-color: #000;
    display: inline-block;
    width: 500px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  article.top section.event .btn a {
      width: 90%;
  }
}
article.top section.event .btn a:hover {
  text-decoration: none;
  opacity:0.7;
  filter: alpha(opacity=70);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */
}

article.top section.online_exh {
  background: url(../images/voice/bk_online_exh.jpg) center no-repeat;
  background-size: cover;
  padding: 40px 0 65px;
  margin-bottom: 50px;
}

article.top section.online_exh h2 {
  color: #fff;
  margin-bottom: 20px;
}

article.top section.online_exh h2::before, article.top section.online_exh h2::after {
  content: none;
}

article.top section.online_exh h2 .icon {
  margin-bottom: 10px;
  display: inline-block;
}

article.top section.online_exh .list {
  width: 100%;
  margin: auto;
  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;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  article.top section.online_exh .list {
    width: 680px;
  }
  article.top section.online_exh .list::after {
    content: "";
    display: block;
    width: 316px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

article.top section.online_exh .list a.box {
  display: block;
  position: relative;
}

article.top section.online_exh .list a.box:nth-child(2){
  display: none;
}
article.top section.online_exh .list a.box:first-child{
  width: 100%;
}

@media only screen and (max-width: 767px) {
  article.top section.online_exh .list a.box {
    width: 100%;
    background-color: #fff;
  }
  article.top section.online_exh .list a.box:nth-child(2){
    display: block;
    margin-top: 15px;
  }
}
article.top section.online_exh .list a.box:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

article.top section.online_exh .list a.box .thumb {
  width: 100%;
  height: 320px;
  background-color: #dcdbdb;
}

@media only screen and (max-width: 767px) {
  article.top section.online_exh .list a.box .thumb {
    float: none;
    width: 100%;
    height: auto;
  }
}

article.top section.online_exh .list a.box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  article.top section.online_exh .list a.box .thumb img {
    width: 100%;
    height: auto;
  }
}

article.top section.online_exh .list a.box .textbox {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
  padding: 15px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  article.top section.online_exh .list a.box .textbox {
    position: static;
    background-color: #000;
    font-size: 1.2rem;
    padding: 8px;
  }
  article.top section.online_exh .list a.box .textbox .tit {
    font-size: 1.1rem;
  }
}

article.top section.online_exh .btn {
  text-align: center;
}

article.top section.online_exh .btn a {
  background-color: #66725f;
  display: inline-block;
  width: 500px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 5px 0;
}

article.top section.online_exh .btn a:hover {
  text-decoration: none;
  opacity:0.7;
  filter: alpha(opacity=70);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */
}

@media only screen and (max-width: 767px) {
  article.top section.online_exh .btn a {
    width: 90%;
  }
}

article.top section.event-online {
  background: #000000;
  padding: 40px 0 65px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  article.top section.event-online {
    padding: 30px 0 30px 0;
  }
}

article.top section.event-online h2 {
  color: #fff;
  margin-bottom: 20px;
}

article.top section.event-online h2::before, article.top section.event-online h2::after {
  content: none;
}

article.top section.event-online h2 .icon {
  margin-bottom: 10px;
  display: inline-block;
}

article.top section.event-online .event_box {
  width: 980px;
  margin: auto;
  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;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  article.top section.event-online .event_box {
    display: block;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

article.top section.event-online .event_box::after {
  content: "";
  display: block;
  width: 33%;
}

article.top section.event-online .event_box a.list {
  display: block;
  width: 290px;
}

@media only screen and (max-width: 767px) {
  article.top section.event-online .event_box a.list {
    margin: 0 auto 20px auto;
  }
}

article.top section.event-online .event_box a.list .img_area {
  width: 290px;
  height: 200px;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  article.top section.event-online .event_box a.list .img_area {
    margin-bottom: 10px;
  }
}

article.top section.event-online .event_box a.list .img_area.on .end {
  display: none;
}

article.top section.event-online .event_box a.list .img_area.off .end {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  font-size: 2.0rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-top: 70px;
}

@media only screen and (max-width: 767px) {
  article.top section.event-online .event_box a.list .img_area.off .end {
    font-size: 1.8rem;
  }
}

article.top section.event-online .event_box a.list .date_cate {
  font-size: 1.2rem;
  margin-bottom: 0;
  color: #fff;
}
article.top section.event-online .event_box a.list .date_cate span+span::before{
  content: "・";
}
@media only screen and (max-width: 767px) {
  article.top section.event-online .event_box a.list .date_cate {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}

article.top section.event-online .event_box a.list .title {
  font-size: 1.7rem;
  margin-bottom: 0;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  article.top section.event-online .event_box a.list .title {
    font-size: 1.5rem;
  }
}

article.top section.event-online .btn {
  text-align: center;
}

article.top section.event-online .btn a {
  background-color: #66725f;
  display: inline-block;
  width: 500px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 5px 0;
}

article.top section.event-online .btn a:hover {
  text-decoration: none;
  opacity:0.7;
  filter: alpha(opacity=70);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */
}

@media only screen and (max-width: 767px) {
  article.top section.event-online .btn a {
    width: 90%;
  }
}




/* ▼20221215追記 */
article.particular section.category_menu ul li a{
	white-space: nowrap;
}

/* ログハウス追加 */
article.housingNew .loghouse{
	margin-top: 200px;
	padding-bottom: 60px;
	border-top: 1px solid #000;
	background: #c19646;
}
article.housingNew .loghouse .secHeader{
	margin-top: -76px;

	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-ms-flex-flow: row-reverse;
	    flex-flow: row-reverse;
}
article.housingNew .loghouse .secHeader h2{
	margin: 20px 0 0 0;
}
article.housingNew .loghouse .secHeader h2::before{
	width: 133px;
	height: 110px;
	background: url('../images/housing/loghouse_text.png') no-repeat center center;
	margin: 0 auto 20px;
}
article.housingNew .loghouse .secHeader .img{
	margin: -50px auto 0 0;
}
article.housingNew .loghouse .item_list{
	margin-top: 95px;
}

@media only screen and (max-width: 767px){
  article.housingNew .loghouse{
    margin-top: 41.6vw;
    padding-bottom: 10.6666666667vw;
    border-top: .2666666667vw solid #000;
  }
  article.housingNew .loghouse .secHeader{
    margin-top: -26.6666666667vw;

    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
  }
  article.housingNew .loghouse .secHeader h2{
    margin: 8vw 0 0 0;
  }
  article.housingNew .loghouse .secHeader h2::before{
    width: 28.8vw;
    height: 24vw;
    background: url('../images/housing/sp_loghouse_text.png') no-repeat center center/contain;
  }
  article.housingNew .loghouse .secHeader .img{
    width: 69.8666666667vw;
    margin: 0;
  }
  article.housingNew .loghouse .item_list{
    margin-top: 11.2vw;
  }
}

/* ページ内リンク */
@media only screen and (min-width: 768px){
	article.housingNew .menu li{
		-webkit-box-flex: 0;
		-ms-flex: 0 1 190px;
			flex: 0 1 190px;
	}
}
@media only screen and (max-width: 767px){
	article.housingNew .menu li{
		margin-bottom: 6.1333333333vw;
	}
}




/* 20230704_資料請求フォーム修正 */
section.form_area .shiryo_block .shiryo_type span.wpcf7-checkbox.shiryo_type{
	gap:20px;
	justify-content: center;
}

section.form_area .shiryo_block .shiryo_type span.wpcf7-checkbox.shiryo_type .wpcf7-list-item:nth-child(1) label{
	background: url(../images/contact/book_brandbook.png) center top no-repeat;
	background-size: contain;
}

section.form_area .shiryo_block .shiryo_type span.wpcf7-checkbox.shiryo_type .wpcf7-list-item:nth-child(2) label{
	background: url(../images/contact/book_stylebook.png) center top no-repeat;
	background-size: contain;
}

