/* kizugawa */


.model_concept .wrapper,
.model_architect .wrapper,
.model_access .wrapper,
.model_form  .wrapper
{
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
@media screen and (max-width: 767px) {

  .model_concept .wrapper,.model_architect .wrapper ,
	.model_access .wrapper,
.model_form  .wrapper{
   width: auto;
margin: 0 20px 0px 20px;
			
  }


}


/* model 202201 */

body.single-ready_built_house .model_architect_inner.wrapper,
body.single-ready_built_house .model_concept_inner.wrapper,
body.single-ready_built_house .model_access_inner.wrapper{
  padding-top: 0;
}

.modelAbout {
	 background-image: url("../images/kizugawa/hero_back.jpg");
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
 position: relative;
 padding: 200px 0 200px 0;
 margin-bottom: 1%;
}
.modelAbout::before {
 content: '';
 background-color: rgba(0, 0, 0, .4);
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
}
.modelAbout-wrapper {
 position: relative;
 width: 100%;
}
.modelAbout-heading {
 text-align: center;
 font-size: 1.875em;
 line-height: 1.6;
	margin-bottom: 30px;
	color: #FBA518;
}


.modelDetail{
	width: 100%;
}

.modelDetail-what-catch{
	text-align: center;
	margin-bottom: 20px;
}

.modelDetail-what-catch img{
	width:500px;
	height: auto;
	margin: 0 auto;
}

.modelDetail-what-copy{
	text-align: center;
	font-weight: bold;
	color: #333;
	font-size: 20px;
	margin-bottom: 0!important;
}

.modelDetail-figure{
	width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 70px 0;
}

.model_concept{
	padding: 0 0 20px 0;
	text-align: center;
}

.model_concept_title{
	margin-bottom: 60px;
}

.model_concept_title span{
	display: inline-block;
	margin-bottom: 30px;width: 93px;
}

.model_concept_title p{
	margin-bottom: 20px;
}

.model_concept_title p img{
	height: 30px;
}

.model_concept_title h2{
	color: #898989;
	font-size: 20px;
}

.model_concept h3{
	margin-bottom: 50px;
	padding-bottom: 50px;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	color: #333;
}

.model_concept h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 50px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #666;
	
}

.model_concept .model_concept_txt{
	margin-bottom: 100px;
	font-size: 16px;
	line-height: 2;
}


.floorguide{
	margin-bottom: 100px;
}

.floormap{width: 47%;
text-align: left;
float: left;}

.floormap img{width: 100%; height: auto;}

.floormap p.floorname{
	font-size: 40px;
	color: #FBA518;
	font-weight: bold;
	line-height: 2;
}

.ac{
    width: 48%;
	float: right;
	border-radius: 10px;
	border: #ddd 1px solid;
	margin-right: 2%;
	padding: 20px 20px 10px 20px;
	box-sizing: border-box;
	text-align: left;
}
h4.open_h4{
    cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	position: relative;
}

h4.open_h4 span{ 
	position: absolute;
	top: 0px;
	left: 40px;
	
}

.open_h4:after, 
.open_h4.active:after {
    font-size: 22px;
    margin-left: 20px;
}
.open_h4.active::after {
    content: "▲";
	font-size: 13px;
	position: absolute;
	right:0;
}
.open_h4::after {
    content: "▼";
		font-size: 13px;
	position: absolute;
	right:0;
}

.btnone::after,.btnone.active::after{
	content: "";
}
.ul_open{
	padding: 0 0 20px 0;
	display: block;
}
.ul_open:after {
 content: "";
 display: block;
 clear: both;
 height: 0;
}


.ul_open figure{
	padding-top: 20px;
}

.ul_open figure img{width: 100%;
	height: auto;
}

.open_h4 img{
	width: 30px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
}

.dnone{display: none;padding: 0;}


@media (max-width: 768px) {
  .ul_open {
    padding: 10px 0;
  }

  .open_h4 img {
    width: 25px;
  }
}

@media (min-width: 769px) {
  .ul_open {
    padding: 0 0 20px 0;
  }

  .open_h4 img {
    width: 30px;
  }
}














.model_architect{
	padding: 120px 0;
	background: #F0F0F0;
	text-align: center;
}

.model_architect h2{
	background: #F0F0F0;
}

.model_architect_detail{
	overflow: hidden;
	text-align: left;
}

.model_architect_detail +.model_architect_detail{
	margin-top: 80px;
}

.model_architect_detail_img{width: 200px;
float: left;
text-align: center;}



.model_architect_detail_img img{width: 100%;
height: auto;
margin-bottom: 15px;}

.model_architect_detail_profile{
	width: 800px;
	float: right;
}

.architect_name{
	border-bottom: #666 1px solid;
	padding: 45px 0 20px 20px;
	margin-bottom: 5px;
}

.architect_name .job{
	background: #666;
	padding: 7px 15px;
	display: inline-block;
	margin-right: 25px;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
}

.architect_name .name_jp{
	display: inline-block;
	margin-right: 25px;
	font-size: 20px;
	font-weight: bold;
	color: #666;
}

.architect_name .name_en{
	display: inline-block;
	color: #989898;
	font-size: 18px;
}

.architect_job{
	font-size: 16px;
	text-align: right;
	margin-bottom: 30px;
	color: #666;
}

.architect_txt{
	font-size: 16px;
	padding-left: 20px;
	margin-bottom: 30px;
}

.architect_txt2{
	margin-bottom: 0;
}

.architect_txt a{
	color: #908A64;
	background: url("../images/ready_built_house/cursor_link.svg") no-repeat 15px center #fff;
	background-size: 10px auto;
	font-size: 14px;
	padding: 10px 20px 10px 40px;
	text-decoration: none;
	display: inline-block;
}


.page-modelhouse .pageContact {
    margin: 0 0 0 0;
}

.ctt_dtl.model_slider{
	margin-bottom: 150px;
}
/*
.ctt_dtl.model_slider .gallery_slide .bx-wrapper .bx-next, .ctt_dtl.model_slider .gallery_slide .bx-wrapper .bx-prev {
    position: absolute;
    top: -270px;
}

*/

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.fa-phone::before {
  content: "\f095";
}


@media screen and (max-width: 767px) {

 body.single-ready_built_house .model_architect_inner.wrapper,
body.single-ready_built_house .model_concept_inner.wrapper,
body.single-ready_built_house .model_access_inner.wrapper{
  padding-top: 0;
}

  .l_second_main .ttl::before {
    font-size: 4vw!important;
  }
	
 .modelAbout {
  background-image: url("../images/kizugawa/hero_back.jpg");
  background-size:  100% auto;
  background-repeat: no-repeat;
  background-position: center;
    padding: 50px 0 40px;
  height: auto;
  margin-bottom: 1%;
 }
.modelAbout-wrapper {
 position: relative;
 width: auto;
}
 .modelAbout-heading {
  font-size: 1.5em;
 }
 .modelAbout-heading {
  text-align: center;
  color: #FBA518;
  font-size: 4vw;
  margin-bottom: 4%;
  line-height: 1.6;
  display: inherit;
 }
	

	
.modelDetail{
	padding: 0;
	width: auto;
}

.modelDetail-what-catch{
	text-align: center;
	margin-bottom: 20px;
}

.modelDetail-what-catch img{
	width:75%;
	height: auto;
	margin: 0 auto;
}

.modelDetail-what-copy{
	text-align: center;
	font-weight: bold;
	color: #333;
	font-size:16px;
}

.modelDetail-figure{
	width: auto;
	text-align: center;
	padding: 30px 20px;
	box-sizing: border-box;
}

.model_concept{
	padding: 0 0 0px 0;
	text-align: center;
}

.model_concept_title{
	margin-bottom: 30px;
}

.model_concept_title span{
	display: inline-block;
	margin-bottom: 30px;
}
	
.model_concept_title span img{
	width: 80px;
	height: auto;
}

.model_concept_title p{
	margin-bottom: 10px;
}
	
	.model_concept_title p img{
		width: auto;
		height: 24px;
}

.model_concept_title h2{
	color: #666;
	font-size: 16px;
}

.model_concept h3{
	margin-bottom: 25px;
	padding-bottom: 25px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	color: #333;
}

.model_concept h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 30px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #666;
}

.model_concept .model_concept_txt{
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
}


.floorguide{
	margin-bottom: 50px;
}

.floormap{width: auto;
text-align: center;
float: none;
	margin-bottom: 30px;}

.floormap img{width: 90%; height: auto;}

.floormap p.floorname{
	font-size: 30px;
	color: #FBA518;
	font-weight: bold;margin-bottom: 20px;}

.ac{
    width: auto;
	float: none;
	border-radius: 10px;
	border: #ddd 1px solid;
	margin: 0 10px;
	padding: 10px 10px 5px 10px;
	box-sizing: border-box;
	text-align: left;
}
h4.open_h4{
    cursor: pointer;
    margin: 0;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	margin-bottom: 15px;
	width: 100%;
	position: relative;
}
	h4.open_h4 span{ 
	position: absolute;
	top: 0px;
	left: 28px;
	
}
.open_h4:after, 
.open_h4.active:after {
    font-size: 15px;
    margin-left: 13px;
}
.open_h4.active::after {
    content: "▲";
	top: 3px;
	font-size: 12px;
	position: absolute;
	right:0;
}
.open_h4::after {
    content: "▼";
		top: 3px;
		font-size: 12px;
	position: absolute;
	right:0;
}

.btnone::after,.btnone.active::after{
	content: "";
}
.ul_open{
	padding: 0 0 15px 0;
	display: block;
	font-size: 14px;
}
.ul_open:after {
 content: "";
 display: block;
 clear: both;
 height: 0;
}


.ul_open figure{
	padding-top: 15px;
}

.ul_open figure img{width: 100%;
	height: auto;
}

.open_h4 img{
	margin-right: 6px;
	display: inline-block;
	width: 22px;
	height: auto;
}

.dnone{display: none;padding: 0;}


.model_architect{
	padding: 60px 0;
}

.model_architect_detail{
	overflow: hidden;
	text-align: center;
}
	
	.model_architect_detail +.model_architect_detail{
	margin-top: 8vw;
}

.model_architect_detail_img{width: 200px;
float: none;
text-align: center;
	margin: 0 auto 30px auto;}

.model_architect_detail_img a{
	color: #033066;
	background: url("../images/ready_built_house/cursor_link.svg") no-repeat left center;
	padding: 0 0 0 15px;
	background-size: 10px auto;
	font-size: 13px;
}

.model_architect_detail_img img{width: 100%;
height: auto;
margin-bottom: 15px;}

.model_architect_detail_profile{
	width: auto;
	float: none;
}

.architect_name{
	border-bottom: #666 1px solid;
	padding: 0 0 10px 0;
	margin-bottom: 5px;
	text-align: center;
	line-height: 1.8;
}

.architect_name .job{
	background: #666;
	padding: 5px 10px;
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
}

.architect_name .name_jp{
	display: inline-block;
	margin-right: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

.architect_name .name_en{
	display: inline-block;
	color: #989898;
	font-size: 15px;
}

.architect_job{
	font-size: 14px;
	text-align: center;
	padding-top: 10px!important;
	margin-bottom: 30px!important;
	color: #666;
}

.architect_txt{
	font-size: 14px;
	padding-left: 0;
	text-align: left;
	margin-bottom: 30px!important;
}
	
	.architect_txt2{
	margin-bottom: 0;
}
	
.architect_txt a{
	color: #908A64;
	background: url("../images/ready_built_house/cursor_link.svg") no-repeat 15px center #fff;
	background-size: 10px auto;
	font-size: 14px;
	padding: 10px 20px 10px 40px;
	text-decoration: none;
	width: 200px;
	margin: 0 auto;
	display: block;
	text-align: center;
}
	.ctt_dtl.model_slider{
	margin-bottom: 80px;
}
	
}




/***スライダー****/



@media screen and (min-width: 768px) {
	
	.ctt_dtl {
    padding-top: 48px;
    width: 1000px;
    margin: 0 auto;
}

  .gallery_slide {
    position: relative;
    width: 1000px;
  }
  .gallery_slide .bx-wrapper {
    margin-bottom: 0;
  }
  .gallery_slide .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
         box-shadow: none;
    border: 0;
    left: 0;
    background: none;
    -webkit-transform: translatez(0);
       -moz-transform: translatez(0);
        -ms-transform: translatez(0);
            transform: translatez(0);
  }
  .gallery_slide .bx-wrapper .bx-controls {
    position: relative;
  }
  .gallery_slide .bx-wrapper .bx-next,
  .gallery_slide .bx-wrapper .bx-prev {
    position: absolute;
    top: -350px;
    width: 46px;
    height: 46px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: rgba(144,138,100, 0.8);
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .gallery_slide .bx-wrapper .bx-next::after,
  .gallery_slide .bx-wrapper .bx-prev::after {
    content: "";
    position: absolute;
    left: 0;
    right: 10%;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    display: block;
  }
  .gallery_slide .bx-wrapper .bx-next:hover,
  .gallery_slide .bx-wrapper .bx-prev:hover {
    background: rgba(144,138,100, 0.9);
    color: #fff;
  }
  .gallery_slide .bx-wrapper .bx-next {
    right: -25px;
  }
  .gallery_slide .bx-wrapper .bx-next::after {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .gallery_slide .bx-wrapper .bx-prev {
    left: -25px;
  }
  .gallery_slide .bx-wrapper .bx-prev::after {
    right: -10%;
    -webkit-transform: rotate(225deg);
       -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .gallery_slide .slide li {
    width: 1000px;
    height: auto;
    overflow: hidden;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
			position: relative;
  }
  .gallery_slide .slide li img {
    width: auto;
    height: auto;
    max-width: 1000px;
    max-height: 700px;
    display: inline-block;
  }
	
	  .gallery_slide .slide li .bxslider_caption {
				position: absolute;
				bottom: 0;
				right: 0;
				background-color: rgba(255,255,255,.9);
  padding: 5px 10px 10px 10px;
  line-height: 1.5;
  color: #4B4B4B;
	}
	

.bx-viewport .bxslider li{
  height: 100vh;
  display: block!important;
  position: relative;
}
	
	
	
  .gallery_slide #bx-pager {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
  }
  .gallery_slide #bx-pager a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 75px;
    height: 75px;
    overflow: hidden;
    border: 5px solid #ededed;
    display: inline-block;
			margin: 0 5px 10px 5px;

  }
  .gallery_slide #bx-pager a img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
			
			
			width: 100%;
height: 75px;
object-fit: cover;
font-family: 'object-fit: cover;';
			
			
			
			
  }
  .gallery_slide #bx-pager a.active, .gallery_slide #bx-pager a:hover {
    border: 5px solid #908A64;
  }
  .gallery_slide #bx-pager a + a {
  
  }
  .gallery_slide .photograph {
    position: absolute;
    right: 0;
    bottom: 78px;
    font-size: 1.2rem;
    color: #666666;
  }
  
}

/* ------------------------------------------------------------------------
------------------------------------------------------------------------
------------------------------------------------------------------------
@media SP
------------------------------------------------------------------------
------------------------------------------------------------------------
------------------------------------------------------------------------ */
@media screen and (max-width: 767px) {
	
	
	.ctt_dtl {
    padding-top: 30px;
    width: auto;
    margin: 0 auto;
}

  .gallery_slide {
    margin: 0 auto 50px auto;
    width: 90vw;
  }
  .gallery_slide .bx-wrapper {
    margin-bottom: 0;
  }
  .gallery_slide .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
         box-shadow: none;
    border: 0;
    left: 0;
    background: none;
    -webkit-transform: translatez(0);
       -moz-transform: translatez(0);
        -ms-transform: translatez(0);
            transform: translatez(0);
  }
  .gallery_slide .bx-wrapper .bx-controls {
    position: relative;
  }
  .gallery_slide .bx-wrapper .bx-next,
  .gallery_slide .bx-wrapper .bx-prev {
   /* display: none;*/
  }

  .gallery_slide .bx-wrapper .bx-next,
  .gallery_slide .bx-wrapper .bx-prev {
    position: absolute;
    top: -180px!important;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: rgba(144,138,100, 0.8);
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .gallery_slide .bx-wrapper .bx-next::after,
  .gallery_slide .bx-wrapper .bx-prev::after {
    content: "";
    position: absolute;
    left: 0;
    right: 10%;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    display: block;
  }
  .gallery_slide .bx-wrapper .bx-next:hover,
  .gallery_slide .bx-wrapper .bx-prev:hover {
    background: rgba(144,138,100, 0.9);
    color: #fff;
  }
  .gallery_slide .bx-wrapper .bx-next {
    right: -15px;
  }
  .gallery_slide .bx-wrapper .bx-next::after {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .gallery_slide .bx-wrapper .bx-prev {
    left: -15px;
  }
  .gallery_slide .bx-wrapper .bx-prev::after {
    right: -10%;
    -webkit-transform: rotate(225deg);
       -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
  }
	
	
	
	
	
  .gallery_slide .slide li {
    width: 100%;
    text-align: center;
  }
  .gallery_slide .slide li img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 300px;
    display: inline;
  }
		  .gallery_slide .slide li .bxslider_caption {
				position: absolute;
				bottom: 0;
				right: 0;
				background-color: rgba(255,255,255,.9);
  padding: 5px 10px 10px 10px;
  line-height: 1.5;
  color: #4B4B4B;
					font-size: 14px;
	}
  .gallery_slide #bx-pager {
    margin-top: 15px;
    overflow: hidden;
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    text-align: left;
  }
  .gallery_slide #bx-pager a {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 56px;
    height: 56px;
    display: inline-block;
    overflow: hidden;
    border: 4px solid #ededed;
			margin-bottom: 5px;
  }
  .gallery_slide #bx-pager a img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
			
				width: 100%;
height: 48px;
object-fit: cover;
font-family: 'object-fit: cover;';
			
  }
  .gallery_slide #bx-pager a.active {
    border: 5px solid #908A64;
  }
  .gallery_slide #bx-pager a + a {
    margin-left: 6px;
  }
  .gallery_slide #bx-pager a:nth-child(4n-3) {
    margin-left: 6px;
  }
  .gallery_slide .photograph {
    font-size: 1rem;
    color: #666666;
    text-align: right;
    padding-right: 3%;
    margin-top: 5px;
  }
  
}

@media screen and (max-width: 767px) and (max-width: 500px) {

}

@media screen and (max-width: 767px) {

}

/*アクセス*/
.model_access{
	padding: 100px 0 0 0;
	text-align: center;
	margin-bottom: 100px;
}

h3.company-title{
	margin-bottom: 30px;
}
.company-address{
margin-top: 30px;
}

.company-address{
	margin-bottom: 30px;
font-weight: normal;
	font-size: 16px;
}

.company-tel .fa {
  font-size: 24px;
  color: #908A64;
	margin-right: 10px;
}

a.company-tel{
	text-decoration: none;
}

a.company-tel .tell-number {
  font-size: 22px;
  color: #908A64;
	font-weight: bold;
}

.gmap2 {
 margin: 50px 0 0 0;
}

.gmap2 iframe {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.model_access{
	padding: 50px 0;
	margin-bottom: 50px;
}
	.company-address{
margin-bottom: 10px!important;
}
	.gmap2 {
 margin: 30px 0 0 0;
}
	.gmap2 iframe {
	width: 100%;
		height: 300px;
}
}



.btn_sodan {
	width: 100%;
	padding: 100px 0 0 0;
  margin-bottom: 30px;
  display: inline-block;
	text-align: center;
}

.btn_sodan a {
  background: #FBA518;
	color: #fff;
font-size: 24px;
font-weight: bold;
padding: 0 40px;
display: inline-block;
text-decoration: none;
border-radius: 10px;
	line-height: 80px;
	height: 80px
}

.btn_sodan a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -5px;
  width: 50px;
  height: 43px;
  vertical-align: middle;
  margin: 0 15px 0 0;
  background: url("../images/kizugawa/ic_home.png") no-repeat;
  background-size: auto;
  background-size: contain;
}

.btn_sodan a:hover{
	opacity: 0.6;
}

@media screen and (max-width: 767px) {
	
	
.btn_sodan {
	width: 100%;
	padding: 0px 0 0 0;
  margin-bottom: 0px;
  display: inline-block;
	text-align: center;
}

.btn_sodan a {
  background: #FBA518;
	color: #fff;
font-size: 16px;
font-weight: bold;
padding: 15px 15px 20px 15px;
display: inline-block;
text-decoration: none;
border-radius: 10px;
	line-height: 0.9;
	height: auto;
}

.btn_sodan a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 8px;
  width: 40px;
  height: 33px;
  vertical-align: middle;
  margin: 0 2px 0 0;
  background: url("../images/kizugawa/ic_home.png") no-repeat;
  background-size: auto;
  background-size: contain;
}

.btn_sodan a:hover{
	opacity: 0.6;
}

}




/*フォーム*/
.model_form{
	padding: 100px 0 0 0;
	text-align: center;
}

.model_form .tform td{
	text-align: left;
}
.model_form .model_form_read{
	font-size: 16px;
}

.form_show .model_form{
	
}

.form_hide .model_form,.form_hide .pnav{
	display: none;
}

@media screen and (max-width: 767px) {
	.model_form{
	padding: 50px 0;
}
	.model_form .model_form_read{
	font-size: 4vw;
}
}



/*木津川　土地情報*/

/*土地を探す*/
.index_list {
	background: #F5F5F5;
}

.index_list.content {
    padding: 0 0 0 0;
}.content .inner {
  width: 1124px;
  padding: 60px 0;
  margin: 0 auto;
  overflow: hidden;
}
.title {
	text-align: center;
}
.tit {
	font-size: 30px;
	text-align: center;
	margin-bottom: 60px;
	line-height: 30px;
	padding: 5px 0 10px 0;
	color: #000;
	width: 100%;
}
.index .tit, .tit2 {
	margin-bottom: 50px;
	border-bottom: 2px solid #000;
	display: inline-block;
	width: auto;
}
.tit img {
	width: 30px;
	height: auto;
  margin-right: 15px;
  vertical-align: top;
}
.land_detail .tit, .land_contact .tit, #sale_land .tit,.index_list .tit {
	border-bottom: 2px solid #000;
	display: inline-block;
	width: auto;
	font-weight: bold;
}

.fl_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fl_box::after {
  content: "";
  display: block;
  width: 353px;
  height: 0;
}
.fl_box::before {
  content: "";
  display: block;
  width: 353px;
  height: 0;
  order: 1;
}
.index_list .land_list article {
	width: 353px;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	
	background: url("../images/btn_more.svg") no-repeat 22px 94% #fff;
	background-size: 100px auto;
}
.index_list .land_list article:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	
}

.index_list .land_list article a {
	display: block;
	position: relative;
	
}
.index_list .land_list article figure {
	width: 353px;
	text-align: center;
	background: #EEEEEE;
	vertical-align: bottom;
}
.index_list .land_list article figure img {
	width: 100%;
	height: auto;
		vertical-align: bottom;
}
.index_list .land_list article .detail {
	padding: 25px;
	box-sizing: border-box;
	overflow: hidden;
}
.index_list .land_list article .detail ul {
	margin-bottom: 10px;
}
.index_list .land_list article .detail li {
	display: inline-block;
	margin-right: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #F8B62B;
	line-height: 30px;
}
.index_list .land_list article .detail p.name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.index_list .land_list article .detail p.price {
	font-size: 20px;
	font-weight: bold;
	color: #908A64;
	float: left;
}
.index_list .land_list article .detail dl {
	margin: 0;
	padding: 0;
	float: right;
	overflow: hidden;
	width: 160px;
	font-size: 16px;
}
.index_list .land_list article .detail dt {
		margin: 0;
	padding: 0;
	float: left;
	width: 85px;
	margin-bottom: 5px;
}
.index_list .land_list article .detail dd {
		margin: 0;
	padding: 0;
	float: right;
	width: 75px;
	margin-bottom: 5px;
}
.index_list .land_list article .cd {
	position: absolute;
	top: 0;
	left: 0;
}
.back_list {
	padding: 60px 0;
	text-align: center;
	width: 210px;
	margin: 0 auto;
}
.back_list a {
	width: 210px;
	height: 55px;
	font-size: 16px;
	font-weight: bold;
	color: #fff!important;
	background: #F8B62A;
	border-radius: 10px;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	line-height: 55px;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
		.index .index_list .tit {
		margin-bottom: 10px;
	}
	
	.index_list .land_list {
		margin: 0 20px 0 20px;
	}
	.content .inner {
  width: auto;
  padding: 40px 0;
  margin: 0 auto;
  overflow: hidden;
}
	.index_list .land_list article {
		width: auto;
			background: url("../images/btn_more.svg") no-repeat 10px 97% #fff;
	background-size: 100px auto;
		overflow: hidden;
		margin-bottom: 20px;
		margin-right: 0px;
		float: none;
		-webkit-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
	}
	.index_list .land_list article:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.index_list .land_list article:nth-of-type(3n+0) {
		margin-right: 0;
	}
	.index_list .land_list article a {
		display: block;
		position: relative;
	}
	.index_list .land_list article figure {
		width: auto;
	}
	.index_list .land_list article .detail {
		padding: 15px;
		box-sizing: border-box;
		overflow: hidden;
	}
	.index_list .land_list article .detail ul {
		margin-bottom: 10px;
	}
	.index_list .land_list article .detail li {
		display: inline-block;
		margin-right: 10px;
		font-size: 18px;
		font-weight: bold;
		color: #F8B62B;
		line-height: 30px;
	}
	.index_list .land_list article .detail p.name {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.index_list .land_list article .detail p.price {
		font-size: 18px;
		font-weight: bold;
		color: #F8B62B;
		float: left;
	}
	.index_list .land_list article .detail dl {
		float: right;
		overflow: hidden;
		width: 160px;
		font-size: 15px;
	}
	.index_list .land_list article .detail dt {
		float: left;
		width: 85px;
		margin-bottom: 5px;
	}
	.index_list .land_list article .detail dd {
		float: right;
		width: 75px;
		margin-bottom: 5px;
	}
	.index_list .land_list article .cd {
		position: absolute;
		top: 0;
		left: 0;
	}
		.back_list {
		padding: 10px 0 40px 0;
		text-align: center;
		width: 210px;
		margin: 0 auto;
	}
	.back_list a {
		width: 210px;
		height: 55px;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		background: #F8B62A;
		border-radius: 10px;
		display: block;
		box-sizing: border-box;
		cursor: pointer;
		line-height: 55px;
	}
}



.form-read{
	display: flex;
	margin-bottom: 50px;
}

.form-read figure{
	width: 50%;
}

.form-read .form-read-txt{
	width: 50%;
	padding: 50px;
	box-sizing: border-box;
	text-align: left;
}

.form-read .model_form_read{
	margin-bottom: 30px;
}

.mainimg{margin-bottom: 50px;
position: relative;}

.mainimg .buyhend.tag1 {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background: url("../images/ready_built_house/tag_change2.svg") no-repeat;
    background-size: auto;
  width: 200px;
  height: 200px;
  background-size: auto 200px;
}

.model_concept .buyhend.tag_seiyaku {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background: url("../images/ready_built_house/tag_end.svg") no-repeat;
    background-size: auto;
  width: 200px;
  height: 200px;
  background-size: auto 200px;
}


.model_concept .buyhend.tag_osusume {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background: url("../images/ready_built_house/tag_future2.svg") no-repeat;
    background-size: auto;
  width: 200px;
  height: 200px;
  background-size: auto 200px;
}



.btop{
	margin-top: 150px;
}


.pnav {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
	margin-bottom: 80px;
	background: none;
	padding: 0;
}
.pnav a {
 background: url("../images/ready_built_house/ic_cursor_btm.svg") no-repeat center 80% #908A64;
 background-size: 15px auto;
 color: #fff;
 padding: 15px 20px 30px 20px;
 display: inline-block;
 text-align: center;
 line-height: 1;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
	
	.mainimg{margin-bottom: 5vw;}
	
	 .mainimg .buyhend.tag1 {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background: url("../images/ready_built_house/tag_change2.svg") no-repeat;
    background-size: auto;
    width: 150px;
    height: 150px;
    background-size: auto 130px;
  }
	
	.form-read{
	display: block;
	margin-bottom: 30px;
}

.form-read figure{
	width:auto;
}

.form-read .form-read-txt{
	width: auto;
	padding: 20px 0;
	box-sizing: border-box;
	text-align: center;
}

.form-read .model_form_read{
	margin-bottom: 30px;
}
	
	.model_concept .buyhend.tag_seiyaku {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background: url("../images/ready_built_house/tag_end.svg") no-repeat;
    background-size: auto;
  width: 150px;
  height: 150px;
  background-size: auto 150px;
}


.model_concept .buyhend.tag_osusume {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background: url("../images/ready_built_house/tag_future2.svg") no-repeat;
    background-size: auto;
  width: 150px;
  height: 150px;
  background-size: auto 150px;
}

	.btop{
	margin-top: 12vw;
}
	
	.pnav {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
	margin-bottom: 8vw;
}
.pnav a {
 background: url("../images/ready_built_house/ic_cursor_btm.svg") no-repeat center 80% #908A64;
 background-size: 15px auto;
 color: #fff;
 padding: 15px 20px 30px 20px;
	font-size: 3.2vw;
	letter-spacing:1px;
}
}



/*スライダー　前後アイコン位置調整*/
/*市ノ久保*/
 .postid-54625 .gallery_slide .bx-wrapper .bx-next,
 .postid-54625 .gallery_slide .bx-wrapper .bx-prev {
    top: -300px;
  }


@media screen and (max-width: 767px) {
 .postid-54625 .gallery_slide .bx-wrapper .bx-next,
 .postid-54625 .gallery_slide .bx-wrapper .bx-prev {
    top: -130px !important;
  }
	
}


/*一覧ページ*/
.stitle {
 font-size: 19px;
 text-align: center;
 margin-bottom: 50px;
 padding: 5px 0;
}
.index_list {
 background: #F5F5F5;
}
.index_list.content {
 padding: 0 0 0 0;
}
#landlist.index_list.content {
 margin-bottom: 50px;
}
.area_select {
 background: #fff;
 overflow: hidden;
 margin-bottom: 60px;
}
.area_select p {
 background: #EAE8E8;
 text-align: center;
 width: 155px;
 float: left;
 line-height: 60px;
 font-size: 16px;
 font-weight: bold;
}
.area_select ul {
 background: #fff;
 width: 969px;
 float: right;
 box-sizing: border-box;
}
.area_select li {
 display: inline-block;
 padding: 7px 20px 0 20px;
 height: 60px;
 box-sizing: border-box;
 font-size: 16px;
 font-weight: bold;
 cursor: pointer;
 vertical-align: top;
	line-height: 1.4;
}
.area_select li.select {
 color: #fff;
 background: #F8B62A;
}
.count {
 display: block;
 line-height: 1.2;
 font-size: 12px;
 text-align: center;
 padding-top: 4px;
}
.count {
 background: #f5f5f5;
 color: #666;
 border-radius: 50px;
 padding: 2px 3px;
 display: block;
 line-height: 1;
 font-size: 11px;
 text-align: center;
 margin: 5px auto 0 auto;
 width: 30px;
}
.area_select li.select .count {
 color: #F8B62A;
 background: #fff;
}
.area-stitle {
 font-size: 25px;
 font-weight: bold;
 text-align: center;
 margin-bottom: 50px;
}
.fl_box {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
.fl_box::after {
 content: "";
 display: block;
 width: 353px;
 height: 0;
}
.fl_box::before {
 content: "";
 display: block;
 width: 353px;
 height: 0;
 order: 1;
}
.index_list .land_list article {
 width: 353px;
 overflow: hidden;
 margin-bottom: 20px;
 -webkit-transition: 0.4s ease-in-out;
 transition: 0.4s ease-in-out;
 background: url("../images/ready_built_house/btn_more.svg") no-repeat 230px 94% #fff;
 background-size: 100px auto;
}
.index_list .land_list article:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.index_list .land_list article a {
 display: block;
 position: relative;
	line-height: 1.6;
	text-align: left;
}
.index_list .land_list article figure {
 width: 353px;
 text-align: center;
 background: #EEEEEE;
}
.index_list .land_list article .detail {
 padding: 20px;
	padding-bottom: 70px;
 box-sizing: border-box;
 overflow: hidden;
}
.index_list .land_list article .detail ul {
 margin-bottom: 10px;
}
.index_list .land_list article .detail li {
 display: inline-block;
 margin-right: 10px;
 font-size: 20px;
 font-weight: bold;
 color: #908A64;
 line-height: 30px;
}
.index_list .land_list article .detail p.name {
 font-size: 17px;
 font-weight: bold;
 margin-bottom: 5;
	line-height: 1;
}
.index_list .land_list article .detail p.price {
 font-size: 20px;
 font-weight: bold;
 color: #908A64;
 float: left;
	line-height: 1.3
}

.index_list .land_list article .detail .status-complete{
	border-top: #333 1px solid;
	padding-top: 15px;
	margin-top: 15px;display: block;
}

.index_list .land_list article .detail .status-complete li {
  display: block;
  margin-right: 0;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  line-height: auto;
	background: #f5f5f5;
}



.index_list .land_list article .detail dl {
 float: none;
 overflow: hidden;
 width: auto;
 font-size: 16px;
}
.index_list .land_list article .detail dt {
 float: left;
 width: 85px;
 margin-bottom: 5px;
}
.index_list .land_list article .detail dd {
 float: right;
 width: 200px;
 margin-bottom: 5px;
}
.index_list .land_list article .cd {
 position: absolute;
 top: 0;
 left: 0;
}
/*tab切替*/
.hide {
 display: none;
}

.detailbtn{
	clear: both;
	margin: -40px 0 100px 0;
	text-align: center;
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.detailbtn a{
	background: #F0A941;
  color: #fff;
  padding: 25px 140px 25px 140px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}


@media screen and (max-width: 768px) {
	 .stitle {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
  padding: 5px 20px;
 }
 .area_select {
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
 }
 .area_select p {
  background: #EAE8E8;
  text-align: center;
  width: 100%;
  float: none;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
 }
 .area_select ul {
  background: #fff;
  width: auto;
  float: none;
  padding-left: 0;
  padding: 15px 0;
  text-align: center;
  box-sizing: border-box;
 }
 .area_select li {
  display: inline-block;
  margin-right: 0px;
  width: 30%;
  text-align: center;
  line-height: 1.5;
  font-size: 15px;
  font-weight: bold;
  background: #f5f5f5;
  padding: 6px 0 0 0;
  height: 60px;
  vertical-align: top;
  border-bottom: 3px solid #fff;
 }
 .area_select li.select {
  color: #fff;
  background: #F8B62A;
 }
 .count {
  display: block;
  line-height: 1;
  font-size: 12px;
  margin-top: 3px;
  background: #fff;
 }
 .index_list .land_list {
  margin: 0 20px 0 20px;
 }
 .index_list .land_list article {
  width: auto;
  background: url("../images/ready_built_house/btn_more.svg") no-repeat 97% 97% #fff;
 background-size: 100px auto;
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: 0px;
  float: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
 }
 .index_list .land_list article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
 }
 .index_list .land_list article:nth-of-type(3n+0) {
  margin-right: 0;
 }
 .index_list .land_list article a {
  display: block;
  position: relative;
 }
 .index_list .land_list article figure {
  width: auto;
 }
 .index_list .land_list article .detail {
  padding: 15px;
		padding-bottom: 50px;
  box-sizing: border-box;
  overflow: hidden;
 }
 .index_list .land_list article .detail ul {
  margin-bottom: 10px;
 }
 .index_list .land_list article .detail li {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #908A64;
  line-height: 30px;
 }
 .index_list .land_list article .detail p.name {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
 }
 .index_list .land_list article .detail p.price {
  font-size: 18px;
  font-weight: bold;
  color: #908A64;
  float: left;
 }
 .index_list .land_list article .detail dl {
  float: none;
  overflow: hidden;
  width: auto;
  font-size: 15px;
 }
 .index_list .land_list article .detail dt {
  float: left;
  width: 90px;
  margin-bottom: 5px;
	min-height: 25px;
 }
 .index_list .land_list article .detail dd {
  float: right;
 width:calc(100% - 90px);
  margin-bottom: 5px;
	min-height: 25px;
 }
 .index_list .land_list article .cd {
  position: absolute;
  top: 0;
  left: 0;
 }
 /*tab切替*/
 .full_content {
  max-width: 1124px;
  height: 100%;
  position: relative;
  margin: 10px auto 0;
  clear: both;
 }
 .tabmenu {
  width: 25%;
  background: #fff;
  float: left;
  list-style: none;
  padding: 10px 0 10px;
  text-align: center;
  display: block;
  cursor: pointer;
  color: #333;
  font-weight: bold;
 }
 .active, .hover {
  background: #fff;
  color: #333;
  font-weight: bold;
 }
 .tabmenu img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
 }
 .tabmenu.tabactive {
  background: #F8B62A;
  color: #fff;
  font-weight: bold;
 }
 .tabcontent {
  width: 100%;
  margin-top: 5%;
  left: 0;
  position: absolute;
 }
	.detailbtn{
	clear: both;
	margin: 0 0 50px 0;
	text-align: center;
	display: block;
}

.detailbtn a{
	background: #F0A941;
  color: #fff;
  padding: 20px 50px 20px 50px;
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 1px;
}

}


/*ステータス表示*/

.status_box{
	margin-bottom: 50px;
}
.model_concept .status_tag {
	margin: 0 0 20px 0;
	padding: 0 50px;
 /*height: 40px;*/
	text-align: center;
}
.model_concept .status_tag.m-new {
 width: 59px;
 height: 40px;
 display: none;
}
.model_concept .status_tag .m-new.m-new-on {
 background: url("../images/ready_built_house/tag_new.svg") no-repeat;
 width: 67px;
 height: 40px;
 background-size: auto 40px;
 display: inline-block;
 margin: 0 10px 0 0 ;
}

.model_concept .status_tag .m-price {
 background: url("../images/ready_built_house/tag_change.svg") no-repeat;
 width: 111px;
 height: 40px;
 background-size: auto 40px;
 display: inline-block;
 margin: 0 0 0 0 ;
}

.model_concept .status_tag.tag_osusume .m-other {
 /*background: url("../images/land/tag_future.svg") no-repeat;*/
background: url("../images/ready_built_house/tag_future_b.svg") no-repeat;
 width: 155px;
 height: 40px;
 background-size: auto 40px;
 display: inline-block;
 margin: 0 10px 0 0 ;
}
.model_concept .status_tag.tag_seiyaku .m-other {
 background: url("../images/ready_built_house/tag_end2.svg") no-repeat;
 width: 127px;
 height: 40px;
 background-size: auto 40px;
 display: inline-block;
}

.model_concept .status_tag .kind_new {
 /*background: url("../images/land/tag_future.svg") no-repeat;*/
background: url("../images/ready_built_house/tag_newh.svg") no-repeat;
 width: 68.5px;
 height: 40px;
 background-size: auto 40px;
 display: inline-block;
 margin: 0 10px 0 0 ;
}

.model_concept .status_tag .kind_used {
 /*background: url("../images/land/tag_future.svg") no-repeat;*/
background: url("../images/ready_built_house/tag_usedh.svg") no-repeat;
 width: 68.5px;
 height: 40px;
 background-size: auto 40px;
 display: inline-block;
 margin: 0 10px 0 0 ;
}

.status-complete{
	display: flex;
	justify-content: center;
}

.status-complete li{
	font-size: 13px;
  background: #f5f5f5;
  color: #333;
  padding: 6px 10px;
}

.status-complete li + li{
	margin-left: 5px;
}


/*一覧*/

.land_list article .buyend {
 position: absolute;
 left: 0;
 top: 0;
 width: 400px;
 height: 230px;
}
.land_list article .buyend .m-new {
 width: 59px;
 height: 35px;
}
.land_list article .buyend .m-new.m-new-on {
 background: url("../images/ready_built_house/tag_new.svg") no-repeat;
 width: 59px;
 height: 35px;
 background-size: auto 35px;
 display: inline-block;
 margin: 5px 0 0 5px;
}
.land_list article .buyend .m-other {
 /*display: none;*/
}
.land_list article .buyend.tag1 .m-other {
 background: none; /*
	background: url("../images/land/tag_new.svg") no-repeat;
	width: 200px;
	height: 40px;
	background-size:  auto 40px;
	display: block;*/
}
.land_list article .buyend .pricechg_tag {
 background: url("../images/ready_built_house/tag_change.svg") no-repeat;
 width: 97px;
 height: 35px;
 background-size: auto 35px;
 display: inline-block;
	margin: 5px 0 0 5px;
}
.land_list article .buyend.tag3 .m-other {
 background: url("../images/ready_built_house/tag_future.svg") no-repeat;
 width: 134px;
 height: 35px;
 background-size: auto 35px;
 display: inline-block;
 margin: 5px 0 0 5px;
}
.land_list article .buyend.tag4 .m-other {
 background: url("../images/ready_built_house/tag_end.svg") no-repeat;
 width: 160px;
 height: 160px;
 background-size: auto 160px;
 display: block;
}
.land_list article .buyend.tag4 .m-new {
 display: none !important;
}

.land_list article .m-price {
 background: url("../images/ready_built_house/tag_change.svg") no-repeat;
 width: 97px;
 height: 35px;
 background-size: auto 35px;
 display: inline-block;
 margin: 5px 0 0 5px;
}



.land_list article .buyend.tag_osusume .m-other {
 background: url("../images/ready_built_house/tag_future_b.svg") no-repeat;
 width: 134px;
 height: 35px;
 background-size: auto 35px;
 display: inline-block;
	margin: 5px 0 0 5px;
}
.land_list article .buyend.tag_seiyaku .m-other {
 background: url("../images/ready_built_house/tag_end.svg") no-repeat;
 width: 160px;
 height: 160px;
 background-size: auto 160px;
 display: block;
}

.land_list article .buyend.tag_seiyaku .pricechg_tag  {
	display: none;
}




@media screen and (max-width: 768px) {
	
	/*タグ設定下層SP*/
	.status_box{
	margin-bottom: 30px;
}
	.model_concept .status_tag {
	margin: 25px 0 15px 0;
	padding: 0 0;
 /*height: 32px;*/
	text-align: center;
}
.model_concept .status_tag.m-new {
 width: 59px;
 height: 32px;
 display: none;
}
.model_concept .status_tag .m-new.m-new-on {
 background: url("../images/ready_built_house/tag_new.svg") no-repeat;
 width: 54px;
 height: 32px;
 background-size: auto 32px;
 display: inline-block;
 margin: 0 5px 0 0 ;
}

.model_concept .status_tag .m-price {
 background: url("../images/ready_built_house/tag_change.svg") no-repeat;
 width: 89px;
 height: 32px;
 background-size: auto 32px;
 display: inline-block;
 margin: 0 5px 0 0 ;
}

.model_concept .status_tag.tag_osusume .m-other {
 /*background: url("../images/land/tag_future.svg") no-repeat;*/
background: url("../images/ready_built_house/tag_future_b.svg") no-repeat;
 width: 124px;
 height: 32px;
 background-size: auto 32px;
 display: inline-block;
 margin: 0 5px 0 0 ;
}
.model_concept .status_tag.tag_seiyaku .m-other {
 background: url("../images/ready_built_house/tag_end2.svg") no-repeat;
 width: 102px;
 height: 32px;
 background-size: auto 32px;
 display: inline-block;
}
	.model_concept .status_tag .kind_new {
 /*background: url("../images/land/tag_future.svg") no-repeat;*/
background: url("../images/ready_built_house/tag_newh.svg") no-repeat;
 width: 54.4px;
 height: 32px;
 background-size: auto 32px;
 display: inline-block;
 margin: 0 10px 0 0 ;
}

.model_concept .status_tag .kind_used {
 /*background: url("../images/land/tag_future.svg") no-repeat;*/
background: url("../images/ready_built_house/tag_usedh.svg") no-repeat;
 width: 54.4px;
 height: 32px;
 background-size: auto 32px;
 display: inline-block;
 margin: 0 10px 0 0 ;
}
	
	.status-complete{
	display: flex;
	justify-content: center;
}

.status-complete li{
	font-size: 13px;
  padding: 6px 10px;
}

.status-complete li + li{
	margin-left: 5px;
}
}


/*物件概要 202403*/

.title {
  text-align: center;
}

/*

.land_plan .stit {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 30px;
	padding-bottom: 10px;
  border-bottom: 2px solid #000;
  display: inline-block;
  width: auto;
  font-weight: bold;
}

.land_plan .stit img {
  width: 26px;
  margin-right: 15px;
}
*/
.land_plan .inner {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
    margin-top: 0px;
  padding: 60px 0;
}


.data_box {
 clear: both;
 padding-top: 50px;
 margin-bottom: 80px;
 overflow: hidden;
}
.data_box h4 {
 font-size: 17px;
 font-weight: bold;
 border-bottom: #4D2D18 1px solid;
 margin-bottom: 25px;
 display: inline-block;
 color: #4D2D18;
}
.plan_data_detail h4 {
 color: #F8B62B;
 border-bottom: #F8B62B 1px solid;
}
.land_data_detail {
 width: 480px;
 float: left;
}
.plan_data_detail {
 width: 480px;
 float: right;
}
.data_box table {
 width: 100%;
}
.data_box th {
 width: 160px;
 background: #F0EAE6;
 font-size: 14px;
 font-weight: bold;
 padding: 15px 15px;
 box-sizing: border-box;
 border-bottom: #D6D6D6 1px solid;
 vertical-align: top;
}
.plan_data_detail th {
 background: #FFF7E5;
 border-bottom: #D9C7A0 1px solid;
}
.data_box td {
 font-size: 14px;
 padding: 15px;
 box-sizing: border-box;
 border-bottom: #D6D6D6 1px solid;
	text-align: left;
}
.plan_data_detail td {
 border-bottom: #D9C7A0 1px solid;
}
.area_data {
 width: 740px;
 margin: 0 auto;
}
.area_data .land_contact_link a {
 background: #F8B62A;
 text-align: center;
 width: 370px;
 padding: 20px 0;
 display: block;
 line-height: 20px;
 font-size: 20px;
 font-weight: bold;
 color: #fff;
 margin: 0 auto;
 border-radius: 10px;
}
.area_data .land_contact_link a img {
 vertical-align: middle;
 margin-right: 15px;
}
.fotorama__caption {
 text-align: right;
}

.land_plan .data_box table {
 border-top: #000000 1px solid;
}
.land_plan .data_box {
 padding-top: 10px;
}
.land_plan .data_box th {
 background: #f5f5f5;
 border-bottom: #000000 1px solid;
}
.land_plan .data_box td {
 border-bottom: #000000 1px solid;
}

.single-ready_built_house .content {
  padding: 80px 0 0 0
}

.single-ready_built_house .tit .cd {
 display: inline-block;
 vertical-align: top;
 width: 160px;
 height: 30px;
 position: relative;
}
.single-ready_built_house .tit {}
.single-ready_built_house .tit.rbh_house .cd::after {
 content: "一戸建て";
 color: #fff;
 position: absolute;
 left: 5px;
 top: 0;
 background: #3ab3ca;
 font-size: 14px;
 padding: 0 30px;
 width: 142px;
 height: 30px;
 line-height: 30px;
 text-align: center;
	box-sizing: border-box;
}


.house_point_mov {
  margin: 50px auto 0px auto;
	text-align: center;
 }


@media screen and (max-width: 768px) {
	 .house_point_mov {
  width: 94vw;
  position: relative;
  padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
  height: 0;
  overflow: hidden;
  margin: 0 auto 10vw auto;
 }

 .house_point_mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 }

 .single-ready_built_house .tit .cd {
  display: block;
  vertical-align: top;
  width: 160px;
  height: 45px;
  position: relative;
 }
	
.single-ready_built_house .tit.rbh_house .cd::after {
  content: "一戸建て";
  color: #fff;
  position: absolute;
  left: 20px;
  top: 0;
  background: #3ab3ca;
  font-size: 14px;
  padding: 0 30px;
  width: 142px;
  height: 30px;
  line-height: 30px;
  text-align: center;
 }
 .single-ready_built_house .tit.second-hand .cd::after {
  content: "中古一戸建";
  color: #fff;
  position: absolute;
  left: 20px;
  top: 0;
  background: #3ab3ca;
  font-size: 14px;
  padding: 0 30px;
  width: 142px;
  height: 30px;
  line-height: 30px;
  text-align: center;
 }
	
	 .model_concept_inner .tit {
    font-size: 18px !important;
    line-height: 26px;
    padding: 0 0;
    margin-bottom: 20px !important;
    font-weight: bold;
  }
	/*
	 .land_plan .stit {
    font-size: 5vw;
    text-align: center;
    margin-bottom: 5vw;
    line-height: 5vw;
  }*/
	.land_plan .inner {
  width: auto;
  box-sizing: border-box;
  margin: 0 20px;
    margin-top: 0px;
  padding: 0 0 30px 0;
}
	.data_box {
  margin-bottom: 50px;
  overflow: hidden;
  padding-top: 30px;
 }
 .data_box h4 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: #000 1px solid;
  margin-bottom: 15px;
  display: inline-block;
 }
 .plan_data_detail h4 {
  color: #F8B62B;
  border-bottom: #F8B62B 1px solid;
 }
 .land_data_detail {
  width: auto;
  float: none;
  margin-bottom: 30px;
 }
 .plan_data_detail {
  width: auto;
  float: none;
 }
 .data_box table {
  width: 100%;
 }
 .data_box th {
  width: 100%;
  display: block;
  background: #F0EAE6;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
  box-sizing: border-box;
  border-bottom: none;
  vertical-align: top;
 }
 .plan_data_detail th {
  background: #FFF7E5;
  border-bottom: none;
 }
 .data_box td {
  width: 100%;
  display: block;
  font-size: 13px;
  padding: 5px 10px;
  box-sizing: border-box;
  border-bottom: none;
 }
 .area_data {
  width: auto;
  margin: 0 auto;
 }
 .area_data .land_contact_link a {
  background: #F8B62A;
  text-align: center;
  width: auto;
  padding: 10px 0;
  display: block;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  border-radius: 5px;
 }
 .area_data .land_contact_link a img {
  vertical-align: middle;
  margin-right: 15px;
 }
 .land_detail .tit, .land_contact .tit {
  border-bottom: 1px solid #000;
  display: inline-block;
  width: auto;
  margin-bottom: 30px;
  font-size: 20px;
 }
 .set_box .stit {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  display: inline-block;
  width: auto;
  font-size: 20px;
 }
	 .land_plan .data_box table {
  border-top: #000000 1px solid;
 }
 .land_plan .data_box {
  padding-top: 10px;
 }
 .land_plan .data_box th {
  background: #f5f5f5;
  border-bottom: #000000 1px solid;
 }
 .land_plan .data_box td {
  border-bottom: #000000 1px solid;
 }
}


/*物件問い合わせ フォーム　202403*/


/*land_contact*/
.land_contact {
 background: #F5F5F5;
	padding-bottom: 60px;
}
.land_contact .inner {
 overflow: hidden;
 width: 900px;
}
.land_contact table {
 width: 100%;
 margin-bottom: 60px;
	text-align: left;
}
.land_contact th {
 font-size: 16px;
 font-weight: bold;
 padding: 0 0 30px 0;
 width: 30%;
 line-height: 1.6;
 position: relative;
 vertical-align: top;
}
.land_contact th img {
 position: absolute;
 top: 5px;
 left: 170px;
	width: 53px;
}
.land_contact td {
 font-size: 16px;
 padding: 0 0 30px 0;
 width: 70%;
 line-height: 1.6;
}
.land_contact td p {
 margin-bottom: 10px;
}
.land_contact td label {
 width: 31%;
 display: inline-block;
}
.land_contact td label input {
 margin: 0 0.2em 0.5em 0;
}
.land_contact td .w1 {
 background: #fff;
 border: none;
 padding: 15px 10px;
 width: 580px;
 font-size: 16px;
}
.land_contact td .w2 {
 background: #fff;
 border: none;
 padding: 15px 10px;
 width: 110px;
 font-size: 16px;
}
.land_contact td .w3 {
 background: #fff;
 border: none;
 padding: 15px 10px;
 width: 110px;
 font-size: 16px;
}
.btn_kakunin {
 width: 400px;
 margin: 0 auto 50px auto;
}
.btn_kakunin .bt {
 width: 400px;
 height: 60px;
 font-size: 20px;
 font-weight: bold;
 color: #fff;
 background: url(../images/ready_built_house/ic_mail_w.png) no-repeat 20px center #908A64;
 border: none;
 border-radius: 10px;
 display: block;
 padding: 20px 0 20px 30px;
 box-sizing: border-box;
 cursor: pointer;
 line-height: 1;
}
.bt_back {
 padding-top: 20px;
 margin-bottom: 50px;
}
.btn_kakunin .bt2 {
 width: 400px;
 height: 60px;
 font-size: 20px;
 font-weight: bold;
 color: #fff;
 background: #999999;
 border: none;
 border-radius: 10px;
 display: block;
 padding: 20px 0 20px 30px;
 box-sizing: border-box;
 cursor: pointer;
 line-height: 1;
}

.back_list {
 padding: 60px 0;
 text-align: center;
 width: 210px;
 margin: 0 auto;
}
.back_list a {
 width: 210px;
 height: 55px;
 font-size: 16px;
 font-weight: bold;
 color: #fff !important;
 background: #F8B62A;
 border-radius: 10px;
 display: block;
 box-sizing: border-box;
 cursor: pointer;
 line-height: 55px;
 text-decoration: none;
}
.contact_c1 .thk_tit {
 font-size: 18px;
 font-weight: bold;
 text-align: center;
 margin-bottom: 20px;
}
.contact_c1 .thk_txt {
 font-size: 16px;
 text-align: center;
 margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
 .land_contact {
  background: #F5F5F5;
 }
 .land_contact .inner {
  overflow: hidden;
  width: auto;
  padding-bottom: 0;
 }
 .land_contact table {
  width: 100%;
  margin-bottom: 30px;
 }
 .spbg {
  background: #EBEAE1;
  padding-bottom: 30px;
 }
 .land_contact .pb {}
 .land_contact th {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 20px 10px 20px;
  width: 100%;
  display: block;
  line-height: 1.6;
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
 }
 .land_contact th img {
  position: absolute;
  top: 20px;
  left: auto;
  right: 20px;
 }
 .land_contact td {
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  width: 100%;
  display: block;
  line-height: 1.6;
  box-sizing: border-box;
 }
 .land_contact td label {
  width: 80%;
  display: block;
  margin-bottom: 0.5em;
 }
 .land_contact td label input {
  margin: 0 0.5em 0.5em 0;
 }
 .land_contact td .w1 {
  background: #fff;
  border: none;
  padding: 15px 10px;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
 }
 .land_contact td .w2 {
  background: #fff;
  border: none;
  padding: 15px 10px;
  width: 30%;
  font-size: 16px;
 }
 .land_contact td .w3 {
  background: #fff;
  border: none;
  padding: 15px 10px;
  width: 20% !important;
  font-size: 16px;
 }
 .btn_kakunin {
  width: 300px;
  margin: 0 auto 30px auto;
 }
 .btn_kakunin .bt {
  width: 300px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: url(../images/ready_built_house/ic_mail_w.png) no-repeat 20px center #908A64;
  border: none;
  border-radius: 10px;
  display: block;
  padding: 16px 0 20px 30px;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 1;
  background-size: 25px auto;
 }
 .bt_back {
  padding-top: 20px;
  margin-bottom: 30px;
 }
 .btn_kakunin .bt2 {
  width: 300px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #999999;
  border: none;
  border-radius: 10px;
  display: block;
  padding: 16px 0 20px 30px;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 1;
 }

 .back_list {
  padding: 10px 0 40px 0;
  text-align: center;
  width: 210px;
  margin: 0 auto;
 }
 .back_list a {
  width: 210px;
  height: 55px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #F8B62A;
  border-radius: 10px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 55px;
 }
 .land_contact input, .land_contact button {
  margin: 0;
  color: inherit;
  vertical-align: baseline;
  font: inherit;
  /*-webkit-appearance: none;
  -moz-appearance: none;*/
  border: 0;
  outline: 0;
 }
}
/*202008 プライバシーポリシー*/
.privacyAgreement .include {
 width: 80%;
 height: 300px;
 margin: 15px auto 30px auto;
 overflow-y: scroll;
 border: solid 1px #BBB;
}
.privacyAgreement .include .wrapper {
 padding: 15px 25px;
 text-align: left;
}
.privacyAgreement p, .privacyAgreement ul {
 margin-bottom: 2em;
	font-size: 14px;
}
.privacyAgreement li {
 margin-left: 1em;
 margin-bottom: 0.5em;
}
.privacyAgreement .intro {
 font-size: 15px;
}
.privacyAgreement .include .wrapper h2 {
 font-size: 17px;
 text-align: center;
 margin: 0 0 20px 0;
 padding: 10px 0 0 0;
 font-weight: bold;
 color: #000;
 background: none;
 border: none;
}
.privacyAgreement .include .wrapper h3 {
 font-size: 16px;
 background: none;
 font-weight: bold;
 padding-bottom: 0;
 margin-bottom: 15px;
}
.privacyAgreement .intro {
 text-align: center;
 margin-bottom: 30px;
}
.privacyAgreement ul.alpha li {
 list-style-type: lower-alpha !important;
}
.privacyAgreement .text_wrapper {
 margin-bottom: 3em;
}
.privacyAgreement .column {
 font-size: 86%;
 line-height: 1.6em;
 margin: 10px 0px 20px 0px;
 padding: 10px 10px 7px 10px;
 border: 1px solid #cacaca;
}
.privacyAgreement .column h4 {
 line-height: 1.6em;
 font-weight: bold !important;
 margin-bottom: 0.5em !important;
}
.privacyAgreement .column p {
 margin: 0px;
 text-indent: 0em;
}
@media screen and (max-width: 480px) {
 .privacyAgreement .include {
  width: 90%;
  height: 200px;
  margin: 15px auto 40px auto;
 }
 .privacyAgreement .include .wrapper {
  padding: 15px 20px;
 }
 .privacyAgreement .intro {
  font-size: 14px;
		padding: 0 20px;
 }
	.privacyAgreement .include .wrapper h3 {
 font-size: 3.6vw;
}
}
/*フォーム設定*/
.mw_wp_form .error {
 clear: both;
 color: #FFF !important;
 background: #C1272D;
 font-size: 90%;
 display: block;
 padding: 5px;
 margin-top: 10px;
 border-radius: 5px;
 webkit-border-radius: 5px;
 -moz-border-radius: 5px;
}
.mw_wp_form_complete p.cptit {
 font-weight: bold;
 font-size: 150%;
 line-height: 2;
}
.mw_wp_form_complete p.cptxt {
 font-size: 125%;
 line-height: 1.8;
}
/**
 * horizontal style of radio and checkbox
 */
.mw_wp_form .horizontal-item + .horizontal-item {
 margin-left: 0px !important;
}
@media screen and (max-width:767px) {
 .mw_wp_form .error {
  width: auto;
 }
}


/*202404 indexページ改修*/
.post-type-archive-ready_built_house{}

.l_ready_built_house_top{}

.l_ready_built_house_top_contents{}

.l_sttl{
	margin-bottom: 50px;
	text-align: center;
	line-height: 1;
}

.m_sttl{
	font-size: 38px;
		font-family: "century-gothic", sans-serif;
font-weight: 700;
font-style: normal;
	margin-bottom: 20px;
}

.m_sttl_s{
	font-size: 16px;
	font-weight: 700;
}

.l_four_feature{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1162px;
	margin: 0 auto;
}

.m_four_feature{
	width: 370px;
	margin-bottom: 25px;
}

.m_four_feature_bg{
	padding: 35px 20px 30px 40px;
	position: relative;
}

.feature_m1 .m_four_feature_bg{
	background: #f5f5f5 url("../images/ready_built_house/top/cat_1.svg") no-repeat;
	background-size: 38px 38px;
}

.feature_m2 .m_four_feature_bg{
	background: #f5f5f5 url("../images/ready_built_house/top/cat_2.svg") no-repeat;
	background-size: 38px 38px;
}

.feature_m3 .m_four_feature_bg{
	background: #f5f5f5 url("../images/ready_built_house/top/cat_3.svg") no-repeat;
	background-size: 38px 38px;
}

.feature_m4 .m_four_feature_bg{
	background: #f5f5f5 url("../images/ready_built_house/top/cat_2.svg") no-repeat;
	background-size: 38px 38px;
}

.m_four_feature .m_four_feature_img{position: absolute;}

.feature_m1 .m_four_feature_img{
top: 40px;
right: 20px;
width: 120px;}

.feature_m2 .m_four_feature_img{
top: 120px;
right: 50px;
width: 120px;}

.feature_m3 .m_four_feature_img{
top: 50px;
right: 20px;
width: 120px;}

.feature_m4 .m_four_feature_img{
top: 35px;
right: 20px;
width: 120px;}


.m_four_feature_ttl{font-size: 19px;
font-weight: 700;
line-height: 1.6;
height: 110px;}

.m_four_feature_txt{font-size: 14px;
line-height: 1.6;}


.m_four_feature_txt sup{font-size: 8px;
line-height: 1.6;}




.m_four_feature_at{
	margin-top: 1em;
	font-size: 10px;
	color: #b2b2b2;
}

.m_four_feature_at li{
	text-indent: -2.5em;
	margin-left: 2.5em;
	line-height: 1.4;
	margin-bottom: 0.5em;
}







.rbh_sptab{
	display: none;
}


/*tab*/
.tab_wrapper {
display: none;
}

@media only screen and (max-width: 768px) {
	
	
	.l_four_feature{
	display: none;
}
	
	.rbh_sptab{
	display: block;
}
	
	.l_sttl{
	margin-bottom: 7vw;
}

	.m_sttl{
	font-size: 6vw;
	margin-bottom: 3vw;
}

.m_sttl_s{
	font-size: 3vw;
}

	.rbh_sptab1 .toggle_title{
		background: #fba518;
	}
	
		.rbh_sptab2 .toggle_title{
		background: #6dad19;
	}
	
		.rbh_sptab3 .toggle_title{
		background: #1972ad;
	}
	
		.rbh_sptab4 .toggle_title{
		background: #6DAD19;
	}
	
	.ttlnum{
		font-size: 7.6vw;
		font-family: "century-gothic", sans-serif;
font-weight: 700;
font-style: normal;
		border-right: #fff 2px solid;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 13.33vw;
	}
	
	.ttltxt{
		padding: 0 0 0 4vw;
	}
	
		
	
	.toggle_title {
	font-weight: bold;
	line-height: 1.5;
		font-size: 3.55vw;
	margin: 0;
	padding: 2.8vw 0 2.6vw 0;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
		color: #fff;
		display: flex;
}
.toggle_title:after {
	font-size: 4.5vw;
	font-family: "Font Awesome 5 Free";
	content: "\f077";
	font-weight: 900;
	position:absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotateX(180deg);
	transition: 0.2s;
}
.toggle_title.selected:after {
	transform: translateY(-50%);
	
}
.toggle_txt {
	display: none;
}
	
	.toggle_contents{
		margin-bottom: 3.5vw;
	}
	
	.m_rbh_sp_bg{
		background: #f5f5f5;
		padding: 5vw;
	}
	
	.m_rbh_sp_feature_img{width: 49vw;
	margin: 0 auto 5vw auto;}
	
	.m_rbh_sp_feature_txt{
		font-size: 3.5vw;
	}
	
	.m_rbh_sp_feature_at{
		margin-top: 5vw;
		font-size: 2.2vw;
	}
	
	.m_rbh_sp_feature_at li+li{
		margin-top: 1em;
	}
	
	
	.tab_wrapper {
display: block;
}
	
	.tab_wrapper .content_wrapper .accordian_header {
  display: none;
  padding: 15px 20px;
		font-size: 3.5vw;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  color: #fff;
}
	
	.tab_wrapper .content_wrapper .accordian_header.tab_1_1 {
 background: #fba518;
}
.tab_wrapper .content_wrapper .accordian_header.tab_1_2 {
 background: #6dad19;
}
.tab_wrapper .content_wrapper .accordian_header.tab_1_3 {
 background: #1972ad;
}
	.tab_wrapper .content_wrapper .accordian_header.tab_1_4 {
 background: #e88121;
}
	
	.tabttl{
		display: inline-block;
	}
	
	.tab_wrapper .content_wrapper .accordian_header::before {
 content: "1";
 display: inline-block;
 width: 11.37vw;
 height:  11.37vw;
 background-image: none;
 vertical-align: middle;
 margin: -2px 18px 0 0;
		font-size: 7.6vw;
		font-family: "century-gothic", sans-serif;
font-weight: 700;
font-style: normal;
}
.tab_wrapper .content_wrapper .accordian_header.tab_1_2::before {
 content: "";
 display: inline-block;
 width: 95px;
 height: 20px;
 background-image: url("../images/lineup/ic_semiorder.svg");
 background-repeat: no-repeat;
 background-position: left top;
 background-size: contain;
 vertical-align: middle;
 margin: -2px 18px 0 0;
}
.tab_wrapper .content_wrapper .accordian_header.tab_1_3::before {
 content: "";
 display: inline-block;
 width: 95px;
 height: 20px;
 background-image: url("../images/lineup/ic_kikaku.svg");
 background-repeat: no-repeat;
 background-position: left top;
 background-size: contain;
 vertical-align: middle;
 margin: -2px 18px 0 0;
}
	
	
 .tab_wrapper > ul {
  display: none;
 }
 .tab_wrapper .content_wrapper {
  border: 0;
  margin-bottom: 10vw;
 }
 .tab_wrapper .content_wrapper .accordian_header {
  display: block;
 }
 .tab_wrapper.left_side .content_wrapper, .tab_wrapper.right_side .content_wrapper {
  width: 100%;
  border-top: 0;
 }
 .tab_wrapper .controller {
  display: none;
 }
 .tab_wrapper.show-as-dropdown > .tab_list {
  border: 0;
  box-shadow: 0 0 8px #ccc;
  position: absolute;
  z-index: 3;
  background: #fff;
  border-radius: 5px;
  margin-top: 15px;
 }
 .tab_wrapper.show-as-dropdown > .tab_list:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 14px;
  height: 14px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: -3px -4px 5px #efefef;
  margin-left: -7px;
 }
 .tab_wrapper.show-as-dropdown > .tab_list li {
  border: 0;
  border-bottom: 1px solid #ccc;
 }
 .tab_wrapper.show-as-dropdown > .tab_list li.active:after {
  display: none;
 }
 .tab_wrapper.show-as-dropdown .active_tab {
  display: block;
 }
 .tab_wrapper.show-as-dropdown > .tab_list {
  display: none;
 }
 .tab_wrapper.show-as-dropdown > .content_wrapper > .accordian_header {
  display: none;
 }
 .tab_wrapper.show-as-dropdown > .tab_list li {
  display: block;
  float: none;
  width: 100%;
 }
 .tab_wrapper .content_wrapper .tab_content h3 {
  font-size: 5.3vw;
  margin-bottom: 2vw;
  line-height: 1.3;
 }
 .tab_wrapper .content_wrapper .tab_content h4 {
  font-size: 3.7vw;
  padding-bottom: 4vw;
  margin-bottom: 4vw;
  border-bottom: #e88121 4px solid;
  line-height: 1.3;
 }
 .tab_wrapper .content_wrapper .tab_content p {
  font-size: 4vw;
  margin-bottom: 3vw;
 }
 .tab_content_txt {
  width: auto;
 }
 .tab_wrapper .content_wrapper .tab_content figure {
  width: auto;
  position: inherit;
  top: auto;
  right: auto;
  text-align: right;
  margin-top: 5vw;
 }
 .tab_wrapper .content_wrapper .tab_content figure img {
  width: 100%;
 }
 .tab_wrapper .content_wrapper .tab_content {
  display: none;
  padding: 5vw 5vw;
  border: 2vw solid #fba518;
  position: relative;
  height: auto;
 }
 .tab_wrapper .content_wrapper .tab_content.rbh1 {
  border: 2vw solid #fba518;
  height: auto;
 }
 .tab_wrapper .content_wrapper .tab_content.rbh2 {
  border: 2vw solid #6dad19;
  height: auto;
 }
 .tab_wrapper .content_wrapper .tab_content.rbh3 {
  border: 2vw solid #1972ad;
  position: inherit;
  height: auto;
 }
	 .tab_wrapper .content_wrapper .tab_content.rbh4 {
  border: 2vw solid #e88121;
  position: inherit;
  height: auto;
 }


 .btn_link {
  clear: both;
  float: none;
  background: #263D7E;
  font-size: 4vw;
  font-weight: bold;
  padding: 5px 40px 5px 15px;
  color: #fff;
  position: relative;
  margin: 5vw auto;
 }
 .tab_wrapper .content_wrapper .tab_content.rbh2 .btn_link {
  background: #242424;
 }
 .btn_link::before {
  content: url("../images/common/ic_cursor_ws.svg");
  transform: scale(1);
  position: absolute;
  top: 0;
  right: 10px;
 }
	
	.tab_wrapper .content_wrapper .tab_content h3{
		height: 35px;
	}
	.tab_wrapper .content_wrapper .tab_content.rbh1 h3 {
	background: url("../images/lineup/lineup_atelier.svg") no-repeat;
	background-size: auto 30px;
	text-indent: -9999px;
}
.tab_wrapper .content_wrapper .tab_content.rbh2 h3 {
	background: url("../images/lineup/lineup_ifactory.svg") no-repeat;
	background-size: auto 30px;
	text-indent: -9999px;
}
.tab_wrapper .content_wrapper .tab_content.rbh3 h3 {
	background: url("../images/lineup/lineup_compact+.svg") no-repeat;
	background-size: auto 30px;
	text-indent: -9999px;
}
	
}




.opdata_tbl {
 display: flex;
 flex-wrap: wrap;
 border-top: #ddd 1px solid;
 border-left: #ddd 1px solid;
}
.single-ready_built_house .opdata_tbl {
 margin-bottom: 100px;
 clear: both;
}
.opdata_tbl_blk {
 display: flex;
 width: 50%;
}
.opdata_tbl_blk p {
 width: 50%;
 border-right: #ddd 1px solid;
 border-bottom: #ddd 1px solid;
 text-align: center;
 padding: 10px 0;
 font-size: 16px;
}
.opdata_tbl_blk p.opdata_tbl_ttl {
 width: 33.3%;
 background: #F6F5F5;
 font-size: 16px;
 font-weight: bold;
}
.opdata_tbl_txt {
 width: 66.6%;
 display: flex;
}
@media screen and (max-width: 767px) {
	
	.single-ready_built_house .opdata_tbl {
  margin-bottom: 50px;
 }
 .opdata_tbl_blk {
  display: block;
  width: 50%;
 }
 .opdata_tbl_blk p {
  width: auto;
  border-right: none;
  border-bottom: none;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  display: inline-block;
 }
 .opdata_tbl_blk p:nth-child(2n+0) {
  width: auto;
  border-right: none;
  border-bottom: none;
  text-align: center;
  padding: 10px 0 10px 10px;
  font-size: 16px;
  display: inline-block;
 }
 .opdata_tbl_blk p:nth-child(2n+0)::before {
  content: "(";
 }
 .opdata_tbl_blk p:nth-child(2n+0)::after {
  content: ")";
 }
 .opdata_tbl_blk p.opdata_tbl_ttl {
  background: #F6F5F5;
  font-size: 16px;
  font-weight: bold;
  border-right: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
		width: calc(100% - 2px);
 }
 .opdata_tbl_txt {
  display: block;
  text-align: center;
  border-right: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
		width: calc(100% - 2px);
 }
}


/*周辺環境*/

/*カーソル*/

.fotorama__nav::before, .fotorama__stage::before {
  background-image: linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);
  background-position: 0 0,0 0;
  left: -10px;
}

.fotorama__nav::after, .fotorama__stage::after {
  background-image: linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);
  background-position: 100% 0,100% 0;
  right: -10px;
}


/*form*/
.tform th .hissu {
  top: 0;
}

.house_madori {
  text-align: center;
  margin-bottom: 50px;
}


.pricebox {
 width: 480px;
 float: left;
 margin-right: 20px;
	text-align: left;
}
.pricebox h4 {
 font-size: 16px;
 height: 40px;
 color: #fff;
 font-weight: bold;
 padding: 10px 15px;
 background: #000;
 display: inline-block;
 line-height: 1;
 box-sizing: border-box;
}
.pricebox dl {
 background: #F5F5F5;
 padding: 25px 25px 15px 25px;
 text-align: left;
 overflow: hidden;
	line-height: 1.4;
}
.pricebox dt {
 width: 100px;
 font-size: 16px;
 font-weight: bold;
 float: left;
 margin: 0 30px 15px 0;
	line-height: 1.4;
}
.pricebox dd {
 width: 300px;
 font-size: 16px;
 float: left;
 margin: 0 0 15px 0;
}
.pricebox dd.pprice {
 color: #908A64;
 font-size: 22px;
	line-height: 1.3;
	font-weight: 700;
}
.pricebox dd.pprice strong {
 color: #908A64;
 font-size: 30px;
 display: inline-block;
 margin-left: 0;
	margin-top: -0.5em;
	font-weight: 700;
}
.pointbox {
 width: 480px;
 float: left;
	text-align: left;
}
.pointbox h4 {
 font-size: 16px;
 color: #fff;
 font-weight: bold;
 padding: 10px 15px;
 background: #8F8A68;
 display: inline-block;
 line-height: 1;
 height: 40px;
 box-sizing: border-box;
}
.pointbox ul {
 background: #F5F5F5;
 padding: 25px 25px 25px 25px;
 text-align: left;
 overflow: hidden;
}
.pointbox li {
 font-size: 14px;
 list-style: disc outside;
	line-height: 2;
    list-style-type: none;
  position: relative;
  padding-left: 0.8em;
}
.plan_data_box .stit {
 color: #4D2D18;
}
.plan_data_box .pricebox h4 {
 background: #F8B62A;
}
.plan_data_box .pprice strong {
 margin-left: 0;
}
.land_data_box {
 border: #B79E8D 1px solid;
 margin-bottom: 50px;
 position: relative;
}

.pointbox li strong {
  background: linear-gradient(transparent 50%, #E7D9A9 50%);
	font-weight: 700;
}

.pointbox li::before {
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.8em;
  content: "";
  background: #8AAA43;
}


.bx-wrapper .bx-controls-direction a {
  z-index: 2!important;
}

@media screen and (max-width: 767px) {
.privacyAgreement .include .wrapper {
  background: none;
}
	 .tform th .hissu {
    top: 20px;
			right: 10px;
  }
	  .house_madori {
    margin: 0 0 30px 0;
    text-align: center;
  }
	

	
 .pricebox {
  width: auto;
  float: none;
  margin-right: 0px;
  margin-bottom: 20px;
 }
 .pricebox h4 {
  font-size: 14px;
  height: 34px;
  color: #fff;
  font-weight: bold;
  padding: 8px 15px;
  background: #000;
  display: inline-block;
  line-height: 1;
  box-sizing: border-box;
 }
 .pricebox dl {
  background: #F5F5F5;
  padding: 15px 15px 5px 15px;
  text-align: left;
  overflow: hidden;
 }
 .pricebox dt {
  width: 60px;
  font-size: 14px;
  font-weight: bold;
  float: left;
  clear: left;
  margin: 0 20px 15px 0;
 }
 .pricebox dd {
  width: 180px;
  font-size: 14px;
  float: left;
  margin: 0 0 15px 0;
 }
 .pricebox dd.pprice {
  color: #908A64;
  font-size: 16px;
 }
 .pricebox dd.pprice strong {
  color: #908A64;
  font-size: 24px;
  display: inline-block;
 }
 .pointbox {
  width: auto;
  float: none;
 }
 .pointbox h4 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 8px 10px 4px 10px;
  background: #8F8A68;
  display: inline-block;
  line-height: 1;
  height: 34px;
  box-sizing: border-box;
 }
 .pointbox ul {
  background: #F5F5F5;
  padding: 15px 15px 15px 15px;
  text-align: left;
  overflow: hidden;
 }
 .pointbox li {
  font-size: 13px;
  /*list-style: disc outside;*/
 }
}




