@charset "utf-8";


/*common*/
.page-main {
	background: url("../images/reform_renovation/main.jpg") no-repeat center center;
	background-size: 100% auto;
}
@media screen and (max-width: 1040px) {
	.page-main {
		background: url("../images/reform_renovation/main.jpg") no-repeat center center;
		background-size: auto 100%;
	}
}
@media screen and (max-width: 768px) {
	.page-main {
		background: url("../images/reform_renovation/main.jpg") no-repeat center center;
		background-size: cover;
	}
}


/*リフォームプラン*/

.reform-plan-list {
	width: 1000px;
	margin: 0 auto;
 padding: 80px 0;
	position: relative;
}



.side-nav-reform{
	position: absolute;
	top: 80px;
	left: 0;
	width: 250px;
	text-align: left;}

.side-nav-ttl{
	font-size: 22px;
	background: url("../images/reform-plan/ic_search.svg") no-repeat left center;
	background-size: 24px auto;
	padding: 7px 0 13px 35px;
	border-bottom: #333 2px solid;
	margin-bottom: 30px;
}

.side-cat-ttl{
	font-size: 16px;
	font-weight: 700;
	background: #F2F2F2;
	padding: 10px;
}

.side-cat-menu li{border-bottom:#F2F2F2 1px solid;}

.side-cat-menu li a{
	font-size: 14px;
	color: #8F8A68;
	padding: 15px 0 15px 10px;
	display: block;
	position: relative;
	transition: all .2s linear;
}

.side-cat-menu li a:hover{
	background: #8F8A68;
	color: #fff;
}

.side-cat-menu li a::before {
 content: "";
 position: absolute;
 top: 56%;
 right: 9px;
 width: 16px;
 height: 1px;
 background: #8F8A68;
 transition: all .2s linear;
}
.side-cat-menu li a::after {
 content: "";
 position: absolute;
 top: 48%;
 right: 13px;
 width: 2px;
 height: 4px;
 background: #8F8A68;
 transform: skewX(60deg);
 transition: all .2s linear;
}
.side-cat-menu li:hover a::before {
 background: #fff;
}
.side-cat-menu li:hover a::after {
 background: #fff;
}

.l-reform-plan-list{
	overflow: hidden;
	min-height: 940px;
	width: 660px;
	float: right;
	margin-bottom: 170px;
}

.l-reform-plan-list-inner{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
	align-content: flex-start;
	margin-bottom: 50px;
}

.cattit{font-size: 24px;
font-weight: 700;
margin-bottom: 30px;}

.l-reform-plan-list article{width: 315px;
margin-bottom: 30px;
position: relative;}

.l-reform-plan-list article a:hover{
	opacity: 0.7;
	display: block;
}

.l-reform-plan-list article .m-reform-plan{
	padding: 20px 20px 40px 20px;
	background: #f5f5f5;
	text-align: left;
	position: relative;
}

.l-reform-plan-list article .m-reform-plan{
	padding: 20px 20px 45px 20px;
	background: #f5f5f5;
	text-align: left;
	position: relative;
}

.m-reform-name{
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.2;
}

.m-reform-box{
}



.m-reform-price{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.2;
	color: #D70519;
}

.m-reform-price + .m-reform-price{
	margin-top: -10px;
}


.m-reform-data{
		display: flex;
	justify-content: space-between;
	
}

.m-reform-data dl{
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	display: flex;
	justify-content: space-between;
}

.m-reform-data dt{
	margin-right: 1em;
	margin-bottom: 15px;
}

.m-reform-data dd{
	margin-bottom: 15px;
text-align: left;
}

.m-reform-price-new{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.m-reform-price-old{
	font-size: 11px;
	color: #000;
		display: flex;
	justify-content: flex-start;
	align-items: center;
}

.newprice{
	font-size: 10px;
	color: #fff;
	background: #C52B27;
	padding: 2px 2px;
	border-radius: 3px;
	margin-right: 5px;
	line-height: 1.4;
	display: inline-block;
}
.oldprice{
	font-size: 10px;
	color: #fff;
	background: #989898;
	padding: 2px 2px;
	border-radius: 3px;
	margin-right: 5px;
	line-height: 1.4;
	display: inline-block;
}

.m-reform-price-at{
	font-size: 10px;
	font-weight: 400;
	color: #000000;
	padding-left: 0.5em;
}

.m-reform-cat{
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.m-reform-cat ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.m-reform-cat li{
	font-size: 13px;
	background: #fff;
	color: #656565;
	padding: 6px;
	margin-right: 5px;
	display: inline-block;
}

.post-type-archive-plan .page_navi{
	clear: both;
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
}

.post-type-archive-plan .page_navi ul{
	display: inline-block;
}

.post-type-archive-plan .page_navi a {
  background: #f5f5f5;
}

.post-type-archive-plan .page_navi a:hover{
  background: #000;
  display: block;
}


.m-reform-detail{
	width: 560px;
	display: flex;
	justify-content: space-between;
	margin: 30px auto 0 auto ;border: #ccc 1px solid;
	padding: 20px;
	box-sizing: border-box;
}

.m-reform-detail .m-reform-price {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
	margin: 0;
}

.m-reform-detail .m-reform-price-old {
  margin-bottom: 0px;
}

.m-reform-detail .m-reform-price-at{
	font-size: 11px;
}




@media screen and (max-width: 768px) {
	
	
.reform-plan-list {
	width: auto;
	margin: 0 auto;
 padding: 40px 0 0 0;
	position: relative;
}

.side-nav-reform{
	position: inherit;
	top: auto;
	left: auto;
	width: auto;
	text-align: left;
	padding: 0 20px 50px 20px;}

.side-nav-ttl{
	font-size: 22px;
	background: url("../images/reform-plan/ic_search.svg") no-repeat left center;
	background-size: 24px auto;
	padding: 7px 0 13px 35px;
	border-bottom: #333 2px solid;
	margin-bottom: 30px;
}

.side-cat-ttl{
	font-size: 16px;
	font-weight: 700;
	background: #F2F2F2;
	padding: 10px;
}

.side-cat-menu li{border-bottom:#F2F2F2 1px solid;}

.side-cat-menu li a{
	font-size: 14px;
	color: #8F8A68;
	padding: 15px 0 15px 10px;
	display: block;
	position: relative;
	transition: all .2s linear;
}

.side-cat-menu li a:hover{
	background: #8F8A68;
	color: #fff;
}

.side-cat-menu li a::before {
 content: "";
 position: absolute;
 top: 56%;
 right: 9px;
 width: 16px;
 height: 1px;
 background: #8F8A68;
 transition: all .2s linear;
}
.side-cat-menu li a::after {
 content: "";
 position: absolute;
 top: 48%;
 right: 13px;
 width: 2px;
 height: 4px;
 background: #8F8A68;
 transform: skewX(60deg);
 transition: all .2s linear;
}
.side-cat-menu li:hover a::before {
 background: #fff;
}
.side-cat-menu li:hover a::after {
 background: #fff;
}

.l-reform-plan-list{
	overflow: hidden;
	min-height: auto;
	width: auto;
	float: none;
	margin: 0 20px 50px 20px;
}

.l-reform-plan-list-inner{
display: block;
justify-content: space-between;
flex-wrap: wrap;
	align-content: flex-start;
}
	
	.cattit{font-size: 5vw;
font-weight: 700;
margin-bottom: 5vw;}

.l-reform-plan-list article{width: auto;
margin-bottom: 20px;}

.l-reform-plan-list article a:hover{
	opacity: 0.7;
	display: block;
}

.l-reform-plan-list article .m-reform-plan{
	padding: 20px 20px 40px 20px;
	background: #f5f5f5;
	text-align: left;
	position: relative;
}

.l-reform-plan-list article .m-reform-plan{
	padding: 20px 20px 45px 20px;
	background: #f5f5f5;
	text-align: left;
	position: relative;
}

.m-reform-name{
	font-size: 4vw;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.2;
}

.m-reform-box{

}

.m-reform-price{
	font-size: 4.5vw;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.2;
	color: #D70519;
}

.m-reform-data dl{
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	width: 140px;
	display: flex;
	justify-content: flex-start;
}

.m-reform-data dt{
	margin-bottom: 15px;
	margin-right: 1em;
}

.m-reform-data dd{
	margin-bottom: 15px;
	text-align: left;
}
.m-reform-price-old{
	font-size: 12px;
	color: #000;
		display: flex;
	justify-content: flex-start;
	align-items: center;
}

.m-reform-cat{
	position: absolute;
	left: 15px;
	bottom: 15px;
}

.m-reform-cat ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.m-reform-cat li{
	font-size: 13px;
	background: #fff;
	color: #656565;
	padding: 6px;
	margin-right: 5px;
	display: inline-block;
}

.post-type-archive-plan .page_navi{
	clear: both;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
}
	
		
	.m-reform-detail{
		display: block;
	width: 300px;
	margin: 30px auto 20px auto ;
		border: #ccc 1px solid;
	padding: 15px;
	box-sizing: border-box;
}

.m-reform-detail .m-reform-price {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
	margin-bottom: 10px;
}

.m-reform-detail .m-reform-price-old {
  margin-bottom: 0px;
}

	
}








/* ------ リフォームプラン　下層 ------ */
.landw a:hover, .landw .hv a:hover img, .landw #page-top:hover {
 opacity: .7;
 -webkit-opacity: .7;
 -moz-opacity: .7;
 filter: alpha(opacity=70); /* IE lt 8 */
 -ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
.landw a, .landw .hv a img, .landw #page-top {
 -webkit-transition: all .3s ease-out;
 -moz-transition: all .3s ease-out;
 -ms-transition: all .3s ease-out;
 transition: all .3s ease-out;
}
.content {
 text-align: left;
}
.content .inner {
 width: 1000px;
 padding: 80px 0;
 margin: 0 auto;
 overflow: hidden;
}
.title {
 text-align: center;
}
.tit {
 font-size: 26px;
 text-align: center;
 margin-bottom: 60px;
 line-height: 30px;
 padding: 5px 0 10px 0;
 color: #000;
 width: 100%;
	font-weight: 700;
}

.land_contact .tit,.land_detail .tit{
 border-bottom: 2px solid #000;
 display: inline-block;
 width: auto;
	vertical-align: middle;
}


.tit img {
	width: 30px;
 margin-right: 10px;
 vertical-align: top;
}



.reform-plan-detail .m-reform-cat{
	position: inherit;
	left: auto;
	bottom: auto;
	margin: 0 auto;
	text-align: center;
}

.reform-plan-detail .m-reform-cat ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.reform-plan-detail .m-reform-cat li{
	font-size: 13px;
	background: #f5f5f5;
	color: #656565;
	padding: 6px 10px;
	margin-right: 5px;
	display: inline-block;
}


.reform-plan-detail .m-reform-cat li.changeprice{
	font-size: 13px;
	background: #908A64;
	color: #000;
	padding: 6px 10px;
	margin-right: 5px;
	display: inline-block;
	border: 1px #000 solid;
}




.before_after{
	clear: both;
	margin-bottom: 100px;
}

.ba_box{margin: 30px 0 30px 0;}

.before_after p{
line-height: 1.8;
font-size: 18px;}



@media screen and (max-width: 768px) {
 .landw a:hover, .landw .hv a:hover img, .landw #page-top:hover {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100); /* IE lt 8 */
  -ms-filter: "alpha(opacity=100)"; /* IE 8 */
 }
 .content .inner {
  width: auto;
  padding: 40px 0;
  margin: 0 auto;
  overflow: hidden;
 }
 .tit {
  font-size: 5vw;
  text-align: center;
  margin-bottom: 20px;
  line-height: 26px;
 }
 .tit img {
  margin-right: 15px;
  vertical-align: top;
 }
	
	.before_after{
	clear: both;
	margin-bottom: 50px;
}

.ba_box{margin: 30px 0 30px 0;}

.before_after p{
line-height: 1.8;
font-size: 4vw;}

}



.reform-plan-detail .tit {
 font-size: 30px;
 text-align: center;
 margin-bottom: 30px;
 line-height: 30px;
}
.reform-plan-detail .swiper-button-prev.swiper-button-white, .reform-plan-detail .swiper-container-rtl .swiper-button-next.swiper-button-white {
 background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.reform-plan-detail .swiper-button-next.swiper-button-white, .reform-plan-detail .swiper-container-rtl .swiper-button-prev.swiper-button-white {
 background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.slide {
 width: 740px;
 height: 480px;
 margin-bottom: 60px;
}
.land_data .data table {
 width: 100%;
 border-top: #D6D6D6 1px solid;
 margin-bottom: 20px;
}
.land_data .data th {
 font-size: 14px;
 font-weight: bold;
 padding: 10px 15px;
 background: #EAE8E8;
 border-bottom: #D6D6D6 1px solid;
 width: 20%;
}
.land_data .data td {
 width: 80%;
 font-size: 14px;
 padding: 10px 15px;
 border-bottom: #D6D6D6 1px solid;
}
.land_contact_link a {
 background: #F8B62A;
 text-align: center;
 padding: 20px 0;
 display: block;
 line-height: 20px;
 font-size: 16px;
 font-weight: bold;
 color: #fff;
}
.land_contact_link a img {
 vertical-align: middle;
 margin-right: 15px;
}
.land_point {
 width: 354px;
 background: #fff;
 position: absolute;
 top: 0;
 right: 0;
}
.land_data_point {
 padding: 30px;
 overflow: hidden;
}
.land_data_point dt {
 font-size: 16px;
 font-weight: bold;
 float: left;
 width: 85px;
 margin-bottom: 15px;
}
.land_data_point dd {
 font-size: 16px;
 float: left;
 width: 208px;
 margin-bottom: 15px;
}
.land_data_point dd.tprice strong {
 font-size: 20px;
 color: #F8B62B;
 margin-right: 5px;
}
.land_data_point dd.tprice strong span {
 font-size: 28px;
 color: #F8B62B;
}
.land_point .point {
 padding: 0 0 30px 0;
 margin: 0 30px 30px 30px;
 border-bottom: #55BC8C 1px solid;
}
.land_point .point dt {
 border-bottom: #55BC8C 1px solid;
 margin-bottom: 20px;
}
.land_point .point dd {
 font-size: 14px;
 line-height: 1.8;
}
.land_point .address {
 padding: 0 0 30px 0;
 margin: 0 30px 30px 30px;
}
.land_point .address dt {
 margin-bottom: 10px;
 font-size: 14px;
 font-weight: bold;
 list-style: disc;
 display: list-item;
 margin-left: 1em;
}
.land_point .address dd {
 font-size: 14px;
 margin-bottom: 20px;
 margin-left: 1em;
}
.acf-map {
 width: 100%;
 height: 200px;
 border: #ccc solid 1px;
 margin: 20px 0;
}
/* fixes potential theme css conflict */
.acf-map img {
 max-width: inherit !important;
}
.land_point .areaguide {
 padding: 0 0 30px 0;
 margin: 0 30px 30px 30px;
}
.land_point .areaguide p {
 border-bottom: #848484 1px solid;
 margin-bottom: 20px;
}
.land_point .areaguide dt {
 font-size: 14px;
 line-height: 1.8;
 font-weight: bold;
 list-style: disc;
 display: list-item;
 margin-left: 1em;
}
.land_point .areaguide dd {
 font-size: 14px;
 line-height: 1.8;
 margin-left: 1em;
 margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {

 .reform-plan-detail .tit img {
  vertical-align: middle;
  margin-right: 0px;
  display: block;
  margin-bottom: 10px;
 }
	
	.reform-plan-detail .m-reform-cat {
  margin: 0 auto 8vw;
}

 .land_data .data {
  width: auto;
  overflow: hidden;
  float: none;
  margin-bottom: 0px;
 }
 .slide {
  width: auto;
  height: 64vw;
  margin-bottom: 20px;
 }
 #pointslide.slider-pro p.sp-layer {
  font-size: 40px !important;
 }
 .land_data .data table {
  width: 100%;
  border-top: #D6D6D6 1px solid;
  margin-bottom: 20px;
 }
 .land_data .data th {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  background: #EAE8E8;
  border-bottom: #D6D6D6 1px solid;
  width: 40%;
  vertical-align: top;
 }
 .land_data .data td {
  width: 60%;
  font-size: 14px;
  padding: 10px 15px;
  border-bottom: #D6D6D6 1px solid;
 }
 .land_contact_link a {
  background: #F8B62A;
  text-align: center;
  padding: 20px 0;
  display: block;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 0 20px;
 }
 .land_contact_link a img {
  vertical-align: middle;
  margin-right: 15px;
 }
 .land_point {
  width: auto;
  background: none;
  position: inherit;
  top: auto;
  right: auto;
 }
 .land_data_point {
  padding: 2px 20px 20px 20px;
  overflow: hidden;
 }
 .land_data_point dt {
  font-size: 16px;
  font-weight: bold;
  float: left;
  width: 80px;
  margin-bottom: 15px;
  clear: left;
 }
 .land_data_point dd {
  font-size: 16px;
  float: left;
  width: 208px;
  margin-bottom: 15px;
 }
 .land_data_point dd.tprice strong {
  font-size: 20px;
  color: #F8B62B;
  margin-right: 5px;
 }
 .land_data_point dd.tprice strong span {
  font-size: 28px;
  color: #F8B62B;
 }
 .land_point .point {
  padding: 0 0 20px 0;
  margin: 0 20px 20px 20px;
  border-bottom: #55BC8C 1px solid;
 }
 .land_point .point dt {
  border-bottom: #55BC8C 1px solid;
  margin-bottom: 20px;
 }
 .land_point .point dd {
  font-size: 14px;
  line-height: 1.8;
 }
 .land_point .address {
  padding: 0 0 20px 0;
  margin: 0 20px 20px 20px;
 }
 .land_point .address dt {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  list-style: disc;
  display: list-item;
  margin-left: 1em;
 }
 .land_point .address dd {
  font-size: 14px;
  margin-bottom: 20px;
  margin-left: 1em;
 }
 .land_point .areaguide {
  padding: 0 0 20px 0;
  margin: 0 20px 20px 20px;
 }
 .land_point .areaguide p {
  border-bottom: #848484 1px solid;
  margin-bottom: 20px;
 }
 .land_point .areaguide dt {
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
  list-style: disc;
  display: list-item;
  margin-left: 1em;
 }
 .land_point .areaguide dd {
  font-size: 14px;
  line-height: 1.8;
  margin-left: 1em;
  margin-bottom: 0.5em;
 }
}
/*reform-plan-detail*/
.reform-plan-detail {
 padding-top: 80px;
}
.reform-plan-detail.gry {
 background: #f5f5f5;
 padding-top: 60px;
	padding-bottom: 0;
}


.reform-plan-detail .inner {
 overflow: hidden;
 margin-top: 0px;
}

.reform-plan-detail.terms_off .tit .cd {
 display: none;
}
.reform-plan-detail.terms_off .pricebox h4 .terms_l {
 display: none;
}
.reform-plan-detail .stit img {
 margin-right: 15px;
	width: 25px;
}
.reform-plan-detail .stit {
 font-size: 26px;
 text-align: center;
 margin-bottom: 30px;
 line-height: 30px;
}

.planpoint {
 width: 1124px;
 padding: 20px 0;
 margin: 0 auto 50px auto;
 overflow: hidden;
}
.planpoint p {
 font-size: 16px;
 line-height: 1.8;
 margin-bottom: 1em;
}
.planpoint .at {
 font-size: 13px;
 color: #666;
 margin-bottom: 20px;
 clear: both;
 text-align: right;
}
.plifo {
 overflow: hidden;
 padding-bottom: 20px;
}
.plifo .tit {
 font-size: 30px;
 text-align: center;
 margin-bottom: 40px;
 line-height: 30px;
 padding: 5px 0;
}
.plifo ul {
 text-align: center;
 width: 1124px;
 margin: 0 auto;
 padding-bottom: 30px;
 border-bottom: #ccc 1px solid;
}
.plifo li {
 display: inline-block;
 margin-right: 2%;
 width: 23%;
}
.plifo li:last-child {
 display: inline-block;
 margin-right: 0;
 width: 23%;
}
.plifo li .pname {
 font-weight: normal;
 font-size: 16px;
 padding-top: 10px;
 display: block;
}

.swipe {
 width: 1124px;
 height: 800px;
 text-align: center;
 margin: 0 auto;
}
.plan_detail {
 width: 735px;
 float: left;
}
.pname {
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 20px;
}
.pdata {
 font-size: 16px;
 line-height: 1.8;
 margin-bottom: 10px;
 float: left;
}
.pprice {
 font-size: 16px;
 font-weight: bold;
 float: right;
}
.pprice strong {
 font-size: 22px;
 font-weight: bold;
 color: #F8B62B;
 margin-left: 20px;
}
.pprice strong span {
 font-size: 30px;
 font-weight: bold;
}
.at {
 font-size: 12px;
 color: #707070;
 margin-bottom: 20px;
 clear: both;
}
.arc {
 overflow: hidden;
}
.arc .arctit {
 margin-bottom: 20px;
}
.arc figure {
 width: 113px;
 float: left;
}
.arc .staff_data {
 width: 600px;
 float: right;
}
.arc .staff_data .job {
 font-size: 18px;
 font-weight: bold;
 color: #55BC8C;
 margin-bottom: 1em;
}
.arc .staff_data .staffmname {
 font-size: 17px;
 font-weight: bold;
 margin-bottom: 0.5em;
}
.arc .staff_data .msg {
 font-size: 14px;
 margin-bottom: 20px;
}
.arc .staff_data a {
 text-align: right;
 background: url(../images/reform-plan/ic_cursor_b.png) no-repeat right center;
 padding-right: 30px;
 display: block;
 font-size: 14px;
 font-weight: bold;
 color: #9B8D77;
}
.loan {
 width: 354px;
 float: right;
 border: #DBDBDB 3px solid;
 padding: 20px;
 box-sizing: border-box;
}
.loan h3 {
 font-size: 18px;
 line-height: 30px;
 margin-bottom: 30px;
}
.loan h3 img {
 vertical-align: middle;
 margin-right: 10px;
}
.loan table {
 width: 100%;
 margin-bottom: 20px;
}
.loan th {
 width: 40%;
 text-align: right;
 font-size: 14px;
 padding-bottom: 6px;
 padding-right: 15px;
}
.loan td {
 width: 60%;
 font-size: 14px;
 padding-bottom: 6px;
}
.loan .payment {
 font-size: 16px;
 font-weight: bold;
 border-bottom: #B1B1B1 1px solid;
 padding-bottom: 10px;
 padding-top: 5px;
 margin-bottom: 15px;
 overflow: hidden;
}
.loan .payment span.r {
 display: inline-block;
 float: left;
}
.loan .payment strong {
 font-size: 20px;
 color: #8F8A68;
 font-weight: bold;
 display: inline-block;
 float: right;
}
.loan .payment strong span {
 font-size: 30px;
 font-weight: bold;
}
input[type=number] {
 text-align: right;
 padding: 5px 0;
 font-size: 14px;
 width: 130px;
 border: none;
 margin-right: 10px;
}
.loan .at2 {
 font-size: 12px;
 color: #707070;
}
@media screen and (max-width: 768px) {
 .reform-plan-detail.gry {
  background: #f5f5f5;
  padding-top: 30px;
 }
 .reform-plan-detail {
  background: #fff;
  padding-top: 30px;
 }
 .reform-plan-detail .inner {
  overflow: hidden;
  padding-bottom: 0;
  margin-top: 0px;
 }

 .planpoint {
  width: auto;
  padding: 20px 15px;
  margin: 0 auto 0px auto;
  overflow: hidden;
 }
 .planpoint p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 1em;
 }
 .planpoint .at {
  font-size: 12px;
  color: #666;
  margin-bottom: 20px;
  clear: both;
  text-align: center;
 }
 .plifo {
  overflow: hidden;
  padding-bottom: 20px;
 }
 .plifo .tit {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 30px;
 }
	
 .plifo ul {
  text-align: center;
  width: auto;
  margin: 0 15px;
  padding-bottom: 10px;
  border-bottom: #ccc 1px solid;
 }
 .plifo li {
  display: inline-block;
  margin-right: 4%;
  width: 46%;
 }
 .plifo li:nth-of-type(2n+0) {
  display: inline-block;
  margin-right: 0;
  width: 46%;
 }
 .plifo li:last-child {
  display: inline-block;
  margin-right: 0;
  width: 46%;
 }
 .plifo li .pname {
  font-weight: normal;
  font-size: 14px;
  padding-top: 5px;
  display: block;
 }
 .land_contact .inner {
  padding: 30px 0;
 }
 .swipe {
  width: auto;
  height: auto;
  text-align: center;
 }
 #slide {
  width: auto;
  height: 64vw;
  margin-bottom: 20px;
 }
 #slide2 {
  width: auto;
  height: 64vw;
  margin-bottom: 20px;
 }
 .plan_detail {
  width: auto;
  float: none;
  margin: 0 20px;
 }
 .pname {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
 }
 .pdata {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
  float: left;
 }
 .pprice {
  font-size: 16px;
  font-weight: bold;
  float: right;
  margin-bottom: 10px;
 }
 .pprice strong {
  font-size: 22px;
  font-weight: bold;
  color: #F8B62B;
  margin-left: 20px;
 }
 .pprice strong span {
  font-size: 30px;
  font-weight: bold;
 }
 .at {
  font-size: 12px;
  color: #707070;
  margin-bottom: 20px;
  clear: both;
  line-height: 1.4;
 }
 .arc {
  overflow: hidden;
  margin-bottom: 40px;
 }
 .arc .arctit {
  border-top: #9B8D77 1px solid;
  margin-bottom: 20px;
 }
 .arc figure {
  width: 113px;
  float: left;
 }
 .arc .staff_data {
  width: auto;
  float: none;
  margin-left: 125px;
 }
 .arc .staff_data .job {
  font-size: 14px;
  font-weight: bold;
  color: #55BC8C;
  margin-bottom: 0.3em;
 }
 .arc .staff_data .staffmname {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
 }
 .arc .staff_data .msg {
  font-size: 13px;
  margin-bottom: 20px;
 }
 .arc .staff_data a {
  text-align: right;
  background: url(../images/reform-plan/ic_cursor_b.png) no-repeat right center;
  padding-right: 30px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #9B8D77;
 }
 .loan {
  width: auto;
  float: none;
  border: #DBDBDB 3px solid;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 10px;
 }
 .loan h3 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
 }
 .loan h3 img {
  vertical-align: middle;
  margin-right: 10px;
 }
 .loan table {
  width: 100%;
  margin-bottom: 30px;
 }
 .loan th {
  width: 40%;
  text-align: right;
  font-size: 14px;
  padding-bottom: 6px;
  padding-right: 15px;
 }
 .loan td {
  width: 60%;
  font-size: 14px;
  padding-bottom: 6px;
 }
 .loan .payment {
  font-size: 16px;
  font-weight: bold;
  border-bottom: #B1B1B1 1px solid;
  padding-bottom: 10px;
  padding-top: 5px;
  margin-bottom: 15px;
  overflow: hidden;
 }
 .loan .payment span.r {
  display: inline-block;
  float: left;
 }
 .loan .payment strong {
  font-size: 20px;
  color: #8F8A68;
  font-weight: bold;
  display: inline-block;
  float: right;
 }
 .loan .payment strong span {
  font-size: 30px;
  font-weight: bold;
 }
 input[type=number] {
  text-align: right;
  padding: 5px 0;
  font-size: 14px;
  width: 130px;
  border: none;
  margin-right: 10px;
 }
 .loan .at2 {
  font-size: 12px;
  color: #707070;
  line-height: 1.4;
 }
}

/*land_contact*/
.land_contact {
 background: #F5F5F5;
}
.land_contact .inner {
 overflow: hidden;
 width: 900px;
}
/*
.land_contact table {
 width: 100%;
 margin-bottom: 60px;
}
.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/reform-plan/ic_mail_w.png) no-repeat 20px center #F8B62A;
 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;
}
.contact_tel2 {
 width: 400px;
 margin: 0 auto;
 text-align: center;
}
.contact_tel2 li:nth-of-type(1) {
 display: inline-block;
 width: 183px;
}
.contact_tel2 li:nth-of-type(1) a {
 font-size: 22px;
 color: #F18205;
 background: url(../images/reform-plan/ic_tel_l.png) no-repeat 0 5px;
 padding: 5px 0 5px 25px;
}
.contact_tel2 li:nth-of-type(2) {
 font-size: 16px;
 padding: 0 0 0 0px;
 display: inline-block;
 width: 135px;
}
.back_list {
 padding: 30px 0;
 text-align: center;
 margin: 0 auto;
}
*/
.single-renovation_housing .contact_c1 .thk_tit {
 font-size: 18px;
 font-weight: bold;
 text-align: center;
 margin-bottom: 20px;
}
.single-renovation_housing .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;
		margin: 0 20px;
  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/reform-plan/ic_mail_w.png) no-repeat 20px center #F8B62A;
  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;
 }
 .contact_tel2 {
  width: 300px;
  margin: 0 auto;
  text-align: center;
 }
 .contact_tel2 li:nth-of-type(1) {
  display: block;
  width: auto;
  margin-bottom: 5px;
 }
 .contact_tel2 li:nth-of-type(1) a {
  font-size: 22px;
  color: #F18205;
  background: url(../images/reform-plan/ic_tel_l.png) no-repeat 0 5px;
  padding: 5px 0 5px 25px;
 }
 .contact_tel2 li:nth-of-type(2) {
  font-size: 16px;
  padding: 0 0 0 0px;
  display: -block;
  width: auto;
 }
 .back_list {
 padding: 3vw 5vw;
 text-align: center;
 margin: 0 auto;
}
 .land_contact input, .land_contact button {
  margin: 0;
  color: inherit;
  vertical-align: baseline;
  font: inherit;
  border: 0;
  outline: 0;
 }
}*/
/*フォーム設定*/
.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;
 }
}
/*ポイントスライド*/
.swiper-container {
 width: 100%;
 height: 300px;
 margin-left: auto;
 margin-right: auto;
}
.swiper-slide {
 background-size: cover;
 background-position: center;
 position: relative;
}
.swiper-slide p {
 position: absolute;
 left: 0;
 bottom: 0;
 background: rgba(0, 0, 0, 0.6);
 font-size: 14px;
 color: #fff;
 padding: 10px;
 display: block;
 width: 100%;
}




@media screen and (max-width: 768px) {
 .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
 }

 .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0 5px 0;
 }
 .gallery-thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.4;
 }
 .gallery-thumbs .swiper-slide-active {
  opacity: 1;
 }
}
@media screen and (max-width: 480px) {
 


 #slide2 {
  width: auto;
  height: 64vw;
  margin-bottom: 20px;
 }
}
/*land_detail land_list*/
.salelink {
 padding: 0 30px 30px 30px;
 clear: both;
}
.salelink a {
 background: #F8B62A;
 padding: 15px;
 display: block;
 text-align: center;
 color: #fff;
}

/*house*/
.land_list article .buyhend {
 position: absolute;
 left: 0;
 top: 0;
 width: 230px;
 height: 230px;
}
.land_list article .buyhend .m-new {
 width: 59px;
 height: 35px;
 display: none;
}
.land_list article .buyhend .m-new.m-new-on {
 background: url("../images/reform-plan/tag_new.svg") no-repeat;
 width: 59px;
 height: 35px;
 background-size: auto 35px;
 display: inline-block;
 margin: 5px 0 0 5px;
}
.land_list article .buyhend .m-other {
 /*display: none;*/
}

.land_list article .buyhend.tag1 .m-other {
 background: url("../images/reform-plan/tag_change.svg") no-repeat;
 width: 97px;
 height: 35px;
 background-size: auto 35px;
 display: inline-block;
 margin: 5px 0 0 5px;
}
.land_list article .buyhend.tag2 .m-other {
 background: url("../images/reform-plan/tag_future.svg") no-repeat;
 width: 134px;
 height: 35px;
 background-size: auto 35px;
 display: inline-block;
 margin: 5px 0 0 5px;
}
.land_list article .buyhend.tag3 .m-other {
 background: url("../images/reform-plan/tag_end.svg") no-repeat;
 width: 160px;
 height: 160px;
 background-size: auto 160px;
 display: block;
}

@media screen and (max-width: 768px) {
 .salelink {
  padding: 0 20px 30px 20px;
 }
 .salelink a {
  background: #F8B62A;
  padding: 15px;
  display: block;
  text-align: center;
  color: #fff;
 }
}
.parent-pageid-59 .article-thumbnail {
 display: none;
}
@media screen and (max-width: 768px) {
 .btn-sm {
  width: 32%;
  font-size: 16px;
  font-size: 1.4rem;
 }
 .btn a {
  display: block;
  padding: 6px 10px;
 }
}
.commonBnr {
 position: fixed;
 bottom: 30px;
 right: 30px;
 z-index: 9999;
}
.commonBnr img {
 vertical-align: bottom;
}
.commonBnr a:hover {
 opacity: 0.8;
}
.commonBnr .ffb {
 text-align: center;
 margin-bottom: 10px;
}
.commonBnr .fis {
 text-align: center;
 margin-bottom: 5px;
}
.commonBnr .ffb img {
 width: 30px;
 height: auto;
 padding-right: 2px;
}
.commonBnr .fis img {
 width: 30px;
 height: auto;
 padding-right: 2px;
}
@media screen and (max-width: 992px) {
 .commonBnr {
  display: none;
 }
}
.fotorama__caption {
 text-align: right;
}
/*地図から探す*/
.mmap {
 width: 900px;
 height: 500px;
 margin: 0 auto 80px auto;
 overflow: hidden;
}
.mmap iframe {
 width: 100%;
 height: 500px;
}
.mmap .mtit {
 font-size: 20px;
 font-weight: bold;
 text-align: center;
 margin-bottom: 20px;
}
.mmap .mtxt {
 font-size: 16px;
 text-align: center;
 margin-bottom: 30px;
}
.mmap .fas {
 color: #E17D2A;
 font-size: 20px;
 display: inline-block;
 margin-right: 5px;
}
@media screen and (max-width: 768px) {
 .mmap {
  width: 90%;
  height: 90vw;
  margin: 0 auto 50px auto;
 }
 .mmap iframe {
  width: 100%;
  height: 100vw;
 }
 .mmap .mtit {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
 }
 .mmap .mtxt {
  font-size: 14px;
  text-align: center;
  margin-bottom: 15px;
 }
 .mmap .fas {
  color: #E17D2A;
  font-size: 20px;
  display: inline-block;
  margin-right: 5px;
 }
}

/*-----------------------------------------------------	*/
/*	下層					*/
/*-----------------------------------------------------	*/
/* ベース*/
.sbox {
 width: 1000px;
 margin: 0 auto;
 background: #fff;
 padding: 80px 0;
}
.sbox .inner {
 padding: 0px 0 0px 0;
 box-sizing: border-box;
}
.sbox .stit {
 margin-bottom: 40px;
 padding-bottom: 10px;
 border-bottom: 2px solid #000;
 display: inline-block;
 width: auto;
 font-weight: bold;
}
.land_data_box .stit {
 color: #000;
 border-bottom: 2px solid #000;
}
.fotorama {
 margin-bottom: 80px;
}
.fotorama__stage {
 margin-bottom: 10px;
 background: #fff;
}
.fotorama__nav__frame {
 padding: 2px 8px;
}
.pricebox {
 width: 486px;
 float: left;
 margin-right: 20px;
}
.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: 70px;
 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: #D70519;
 font-size: 22px;
	line-height: 1.3;
}
.pricebox dd.pprice strong {
 color: #D70519;
 font-size: 30px;
 display: inline-block;
 margin-left: 0;
	margin-top: -0.5em;
}

.pricebox .newprice{
	font-size: 10px;
}
.pricebox .oldprice{
	font-size: 10px;
}

.pricebox .m-reform-price-at{
	font-size: 10px;
}

.pricebox .m-reform-price {
  font-size: 22px;
	color: #D70519;
}

.pricebox .m-reform-price strong {
  font-size: 30px;
	margin-top: auto!important;
	line-height: 1;
}

.pricebox .m-reform-price-old{
	font-size: 16px;
  color: #000;
	margin-bottom: 0px;
}




.pointbox {
 width: 486px;
 float: right;
}
.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;
	letter-spacing: 2px;
}
.pointbox ul {
 background: #F5F5F5;
 padding: 25px 25px 25px 35px;
 text-align: left;
 overflow: hidden;
}
.pointbox li {
 list-style: disc outside;
	line-height: 1.8;
	font-weight: 700;
}
.plan_data_box .stit {
 color: #000;
}
.plan_data_box .pricebox h4 {
 background: #F8B62A;
}
.plan_data_box .pprice strong {
 margin-left: 0;
}
.land_data_box {
 border: none;
 margin-bottom: 0;
 position: relative;
}

/*house*/
.land_data_box .buyhend {
 display: none;
}
.land_data_box .buyhend.tag1 {
 position: absolute;
 left: 0;
 top: 0;
 display: inline-block;
	 background: url("../images/reform-plan/tag_change2.svg") no-repeat;
 width: 200px;
 height: 200px;
 background-size: auto 200px;
}
.land_data_box .buyhend.tag3 {
 position: absolute;
 left: 0;
 top: 0;
 display: inline-block;
	 background: url("../images/reform-plan/tag_end.svg") no-repeat;
 width: 200px;
 height: 200px;
 background-size: auto 200px;
}


.land_data_box .salelink {
 padding: 50px 0 0 0;
 clear: both;
 width: auto;
 margin: 0 0;
}
.land_data_box .salelink 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 0 0 180px;
 border-radius: 10px;
}
.classe_land {
 text-align: center;
 margin-bottom: 50px;
}
.classe_land li {
 display: inline-block;
 line-height: 1;
}
.classe_land li:nth-of-type(1) {
 margin-right: 20px;
	width: 130px;
	vertical-align: middle;
}
.classe_land li:nth-of-type(2) {
 background: #000;
 font-size: 19px;
 color: #fff;
 padding: 10px 10px 15px 10px;
 margin-bottom: 3px;
}
.plan_data_box {
 border: #F8B62B 1px solid;
 margin-bottom: 50px;
}
.classe_plan {
 text-align: center;
 margin-bottom: 50px;
}
.classe_plan li {
 display: inline-block;
 line-height: 1;
}
.classe_plan li:nth-of-type(1) {
 margin-right: 20px;
 vertical-align: bottom;
}
.classe_plan li:nth-of-type(2) {
 background: #F8B62B;
 font-size: 19px;
 color: #fff;
 padding: 20px 10px 0 10px;
 margin-bottom: 3px;
 height: 60px;
 box-sizing: border-box;
}
.plan_data_box .fotorama__thumb-border {
 border-color: #F8B62A;
}
.sl_plan {
 margin-bottom: 0px;
}
.slidetit {
 background: #f5f5f5;
 padding: 15px;
 font-size: 19px;
 font-weight: bold;
 box-sizing: border-box;
 line-height: 1;
}
.plan_data_box .planpoint {
 width: 740px;
 padding: 30px 0;
 overflow: hidden;
 margin: 0 0 50px 0;
 font-size: 14px;
}
.plan_data_box .pointbox {
 margin-bottom: 50px;
}
.plan_data_box .arc {
 clear: both;
 background: #EFEEE7;
 width: 740px;
 padding: 0 20px 20px 20px;
 box-sizing: border-box;
}
.arc .staff_data {
 width: 550px;
 float: right;
}


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

 .sbox {
  width: auto;
  margin: 0 10px;
  background: #fff;
  padding: 25px 10px;
 }
 .sbox .sptit {
  background: url(../images/reform-plan/bar_sp.png) no-repeat 0 center #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 15px 25px;
  margin-bottom: 10px;
  line-height: 1;
 }
 .sbox .inner {
  padding: 0px 0 0px 0;
  box-sizing: border-box;
 }
 .sbox .stit {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  display: inline-block;
  width: auto;
  font-size: 20px;
 }
 .sbox .stit img {
  margin-right: 10px;
  width: 25px;
  height: auto;
 }
 .land_data_box .stit {
  color: #000;
  border-bottom: 1px solid #000;
 }
 .land_data_box .salelink {
  padding: 30px 0 0 0;
  clear: both;
  width: auto;
  margin: 0 0;
 }
 .land_data_box .salelink a {
  background: #F8B62A;
  text-align: center;
  width: 280px;
  padding: 15px 0;
  display: block;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto 0 auto;
  border-radius: 10px;
 }
 .fotorama {
  margin-bottom: 30px;
 }
 .fotorama__stage {
  margin-bottom: 10px;
 }
 .fotorama__nav__frame {
  padding: 2px 8px;
 }
 .pricebox {
  width: auto;
  float: none;
  margin-right: 0px;
  margin-bottom: 20px;
 }
 .pricebox h4 {
  font-size: 4vw;
  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: 20vw;
  font-size: 4vw;
  font-weight: bold;
  float: left;
  clear: left;
  margin: 0 20px 15px 0;
 }
 .pricebox dd {
  width: 50vw;
  font-size: 4vw;
  float: left;
  margin: 0 0 15px 0;
 }
 .pricebox dd.pprice {
  color: #D70519;
  font-size: 4vw;
 }
 .pricebox dd.pprice strong {
  color: #D70519;
  font-size: 4.4vw;
  display: inline-block;
 }
	
	.pricebox .newprice{
	font-size: 10px;
}
.pricebox .oldprice{
	font-size: 10px;
}

.pricebox .m-reform-price-at{
	font-size: 3vw;
}

.pricebox .m-reform-price {
  font-size: 4vw;
	color: #D70519;
	display: block;
}

.pricebox .m-reform-price strong {
	margin-top: auto!important;
	line-height: 1;
}

.pricebox .m-reform-price-old{
	font-size: 3.8vw;
  color: #000;
}
	
 .pointbox {
  width: auto;
  float: none;
 }
 .pointbox h4 {
  font-size: 4vw;
  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 25px;
  text-align: left;
  overflow: hidden;
 }
 .pointbox li {
  font-size: 4vw;
  list-style: disc outside;
 }
 .plan_data_box .stit {
  color: #000;
 }
 .plan_data_box .pricebox h4 {
  background: #F8B62A;
 }
 .plan_data_box .pprice strong {
  margin-left: 0;
 }
 .land_data_box {
  border:none;
  margin-bottom: 50px;
 }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/*house*/
	

	
	
	
	
	
	
.classe_land {
 text-align: center;
 margin-bottom: 50px;
}
.classe_land li {
 display: inline-block;
 line-height: 1;
}
.classe_land li:nth-of-type(1) {
 margin-right: 20px;
	width: 130px;
	vertical-align: middle;
}
.classe_land li:nth-of-type(2) {
 background: #000;
 font-size: 3.6vw;
 color: #fff;
 padding: 10px 10px 15px 10px;
 margin-bottom: 3px;
}
 .plan_data_box {
  border: #F8B62B 1px solid;
  margin-bottom: 50px;
 }
 .classe_plan {
  text-align: center;
  margin-bottom: 30px;
 }
 .classe_plan li {
  display: block;
  line-height: 1;
 }
 .classe_plan li img {
  width: auto;
  height: 30px;
 }
 .classe_plan li:nth-of-type(1) {
  margin-right: 0px;
  vertical-align: bottom;
  margin-bottom: 10px;
 }
 .classe_plan li:nth-of-type(2) {
  background: #F8B62B;
  font-size: 13px;
  color: #fff;
  padding: 8px 10px 10px 10px;
  margin-bottom: 0px;
  display: inline-block;
  height: auto;
  box-sizing: border-box;
 }
 .plan_data_box .fotorama__thumb-border {
  border-color: #F8B62A;
 }
 .sl_plan {
  margin-bottom: 0px;
 }
 .slidetit {
  background: #f5f5f5;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1;
 }
 .plan_data_box .planpoint {
  width: auto;
  padding: 20px 0;
  overflow: hidden;
  margin: 0 0 10px 0;
  font-size: 13px;
 }
 .plan_data_box .pointbox {
  margin-bottom: 50px;
 }
 .plan_data_box .arc {
  clear: both;
  background: #EFEEE7;
  width: auto;
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
 }
 .plan_data_box .arc .arctit {
  border-top: none;
  margin-bottom: 20px;
 }
 .plan_data_box .arc figure {
  width: 113px;
  float: none;
  margin: 0 auto 10px auto;
 }
 .plan_data_box .arc .staff_data {
  width: auto;
  float: none;
  margin: 0;
  text-align: center;
 }
}
/* 土地+建物セット価格*/
.set_box {
 margin: 0 auto;
 background: #fff;
 padding: 50px 0 0 0;
}
.set_box .inner {
 width: 1000px;
 box-sizing: border-box;
 margin: 0 auto;
 padding-top: 0;
}
.set_box .stit {
 margin-bottom: 50px;
 padding-bottom: 10px;
 border-bottom: 2px solid #000;
 display: inline-block;
 width: auto;
 font-weight: bold;
}
.set_box .readarea {
 margin: 0 auto 60px auto;
}
.set_read {
 font-size: 19px;
 line-height: 1.7;
 margin-bottom: 50px;
 text-align: center;
}
.sodan_btn {
 clear: both;
 text-align: right;
 margin-bottom: 50px;
}
.sodan_btn a {
 background: #55BC8C;
 padding: 15px;
 display: inline-block;
 text-align: center;
 color: #fff;
 font-size: 16px;
 font-weight: bold;
 border-radius: 5px;
 line-height: 1;
}
.data_box {
 clear: both;
 padding-top: 50px;
 margin-bottom: 100px;
 overflow: hidden;
	text-align: left;
}
.data_box h4 {
	text-align: left;
 margin-bottom: 25px;
}
.data_box h4 span {
 font-size: 17px;
 font-weight: bold;
 border-bottom: #000 1px solid;
 display: inline-block;
 color: #000;
}

.plan_data_detail h4 {
}

.plan_data_detail .rh_data_price{font-size: 18px;
font-weight: 700;}


.land_data_detail {
 width: 480px;
 float: left;
	margin-bottom: 80px;
}


.cat-btn a {
	font-size: 13px;
		background: #8F8A68;
	color: #fff;
	padding: 5px 30px 5px 8px;
 display: inline-block;
 position: relative;
 -webkit-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
	margin-right: 10px;
}
/*矢印と下線の形状*/
.cat-btn a span::before {
 content: "";
 position: absolute;
 top: 52%;
 right: 9px;
 width: 14px;
 height: 1px;
 background: #fff;
 transition: all .2s linear;
}
.cat-btn a span::after {
 content: "";
 position: absolute;
 top: 40%;
 right: 13px;
 width: 2px;
 height: 4px;
 background: #fff;
 transform: skewX(60deg);
 transition: all .2s linear;
}




.plan_data_detail {
 width: 480px;
 float: right;
	margin-bottom: 80px;
}
.data_box table {
 width: 100%;
}
.data_box th {
 width: 160px;
 background: #EAE8E8;
 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: #EAE8E8;
 border-bottom: #D6D6D6 1px solid;
}
.data_box td {
 font-size: 14px;
 padding: 15px;
 box-sizing: border-box;
 border-bottom: #D6D6D6 1px solid;
}
.plan_data_detail td {
 border-bottom: #D6D6D6 1px solid;
}
.area_data {
 width: 100%;
 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;
}
/*googlemap*/
.gmap {
 width: 1000px;
 margin: 0 auto 80px auto;
	clear: both;
}
.gmap {
 height: 0;
 overflow: hidden;
 padding-bottom: 56.25%;
 position: relative;
}
.gmap iframe {
 position: absolute;
 left: 0;
 top: 0;
 height: 100%;
 width: 100%;
}
@media screen and (max-width: 768px) {
	
	
 .set_box {
  margin: 0 auto;
  background: #fff;
  padding: 30px 0 0 0;
 }
 .set_box .inner {
  width: auto;
  box-sizing: border-box;
  margin: 0 ;
  padding-top: 0;
 }
 .set_box .stit {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  display: inline-block;
  width: auto;
  font-size: 20px;
 }
 .set_box .readarea {
  margin: 0 auto 30px auto;
 }
 .set_read {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 35px;
  text-align: center;
 }
 .sodan_btn {
  clear: both;
  text-align: center;
  margin-bottom: 30px;
 }
 .sodan_btn a {
  background: #55BC8C;
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
  line-height: 1;
 }
 .data_box {
  margin-bottom: 50px;
  overflow: hidden;
  padding-top: 30px;
 }
 .data_box h4 {
	text-align: left;
 margin-bottom: 15px;
 }
	.data_box h4 span {
 font-size: 4vw;
 font-weight: bold;
 border-bottom: #000 1px solid;
 display: inline-block;
 color: #000;
}
.plan_data_detail{
		margin-bottom: 30px;
	}
 .plan_data_detail h4 {

 }
	
	.plan_data_detail .rh_data_price{font-size: 5vw;
font-weight: 700;}
 .land_data_detail {
  width: auto;
  float: none;
  margin-bottom: 0;
 }
	
	
.cat-btn a {
	font-size: 3.5vw;
		background: #8F8A68;
	color: #fff;
	padding: 5px 30px 5px 8px;
 display: inline-block;
 position: relative;
 -webkit-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
	margin-right: 10px;
}
/*矢印と下線の形状*/
.cat-btn a span::before {
 content: "";
 position: absolute;
 top: 52%;
 right: 9px;
 width: 14px;
 height: 1px;
 background: #fff;
 transition: all .2s linear;
}
.cat-btn a span::after {
 content: "";
 position: absolute;
 top: 40%;
 right: 13px;
 width: 2px;
 height: 4px;
 background: #fff;
 transform: skewX(60deg);
 transition: all .2s linear;
}
	
	
	
 .plan_data_detail {
  width: auto;
  float: none;
 }
 .data_box table {
  width: 100%;
 }
 .data_box th {
  width: 100%;
  display: block;
  background: #EAE8E8;
  font-size: 4vw;
  font-weight: bold;
  padding: 2vw 4vw;
  box-sizing: border-box;
  border-bottom: none;
  vertical-align: top;
 }
 .plan_data_detail th {
  background: #EAE8E8;
  border-bottom: none;
 }
 .data_box td {
  width: 100%;
  display: block;
  font-size: 4vw;
  padding: 3vw 4vw 6vw 0;
  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;
 }

 .set_box .stit {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  display: inline-block;
  width: auto;
  font-size: 20px;
 }
 /*googlemap*/
 .gmap {
  width: auto;
  margin: 0 auto 40px auto;
 }
 .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
 }
 .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
 }
}
/*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: 3.2vw;
		padding: 0 20px;
 }
	.privacyAgreement .include .wrapper h3 {
 font-size: 3.6vw;
}
}
/*20200914*/
.remarks {
 width: 100%;
 margin: 0 0 50px 0;
	padding-top: 0;
	clear: both;
}
.remarks h4 {
 font-size: 15px;
 height: 40px;
 color: #fff;
 font-weight: bold;
 padding: 10px 15px;
 background: #696969;
 display: inline-block;
 line-height: 1;
 box-sizing: border-box;
	margin-bottom: 0;
	letter-spacing: 2px;
}
.remarks .rtxt {
 font-size: 14px;
	line-height: 1.8;
 padding: 20px;
 background: #f5f5f5;
}

.remarks ul {
 background: #F5F5F5;
 padding: 25px 25px 25px 35px;
 text-align: left;
 overflow: hidden;
}
.remarks li {
 list-style: disc outside;
	line-height: 1.8;
}


@media screen and (max-width: 768px) {
 .remarks {
  clear: both;
  width: auto;
  margin: 0 0 50px 0;
 }
 .remarks h4 {
  font-size: 4vw;
  height: 34px;
  color: #fff;
  font-weight: bold;
  padding: 8px 10px 4px 10px;
  background: #333;
  display: inline-block;
  line-height: 1;
  box-sizing: border-box;
 }
 .remarks .rtxt {
  font-size: 3.5vw;
  padding: 15px;
  background: #f5f5f5;
 }

	.privacyAgreement p, .privacyAgreement ul {
 margin-bottom: 2em;
	font-size: 3vw;
}
}
/*詳細*/


.reform-plan-detail .tit {
 font-size: 30px;
 text-align: center;
 margin-bottom: 30px;
 line-height: 30px;
	
	font-weight: 700;
}
.reform-plan-detail .swiper-button-prev.swiper-button-white, .reform-plan-detail .swiper-container-rtl .swiper-button-next.swiper-button-white {
 background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.reform-plan-detail .swiper-button-next.swiper-button-white, .reform-plan-detail .swiper-container-rtl .swiper-button-prev.swiper-button-white {
 background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}


.slide {
 width: 740px;
 height: 480px;
 margin-bottom: 60px;
}

.acf-map {
 width: 100%;
 height: 200px;
 border: #ccc solid 1px;
 margin: 20px 0;
}
/* fixes potential theme css conflict */
.acf-map img {
 max-width: inherit !important;
}
@media screen and (max-width: 768px) {

.reform-plan-detail .tit {
 font-size: 5vw;
 text-align: center;
	padding: 0 5vw;
 margin-bottom: 5vw;
 line-height: 30px;
	box-sizing: border-box;
	
	font-weight: 700;
}
 .land_data .data {
  width: auto;
  overflow: hidden;
  float: none;
  margin-bottom: 0px;
 }
 .slide {
  width: auto;
  height: 64vw;
  margin-bottom: 20px;
 }
 #pointslide.slider-pro p.sp-layer {
  font-size: 40px !important;
 }
 .land_data .data table {
  width: 100%;
  border-top: #D6D6D6 1px solid;
  margin-bottom: 20px;
 }
 .land_data .data th {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  background: #EAE8E8;
  border-bottom: #D6D6D6 1px solid;
  width: 40%;
  vertical-align: top;
 }
 .land_data .data td {
  width: 60%;
  font-size: 14px;
  padding: 10px 15px;
  border-bottom: #D6D6D6 1px solid;
 }

}
.plifo {
 overflow: hidden;
 padding-bottom: 20px;
}
.plifo .tit {
 font-size: 30px;
 text-align: center;
 margin-bottom: 40px;
 line-height: 30px;
 padding: 5px 0;
}
.plifo ul {
 text-align: center;
 width: 1124px;
 margin: 0 auto;
 padding-bottom: 30px;
 border-bottom: #ccc 1px solid;
}
.plifo li {
 display: inline-block;
 margin-right: 2%;
 width: 23%;
}
.plifo li:last-child {
 display: inline-block;
 margin-right: 0;
 width: 23%;
}
.plifo li .pname {
 font-weight: normal;
 font-size: 16px;
 padding-top: 10px;
 display: block;
}

.swipe {
 width: 1124px;
 height: 800px;
 text-align: center;
 margin: 0 auto;
}
.plan_detail {
 width: 735px;
 float: left;
}
.pname {
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 20px;
}
.pdata {
 font-size: 16px;
 line-height: 1.8;
 margin-bottom: 10px;
 float: left;
}
.pprice {
 font-size: 16px;
 font-weight: bold;
 float: right;
}
.pprice strong {
 font-size: 22px;
 font-weight: bold;
 color: #F8B62B;
 margin-left: 20px;
}
.pprice strong span {
 font-size: 30px;
 font-weight: bold;
}
.at {
 font-size: 12px;
 color: #707070;
 margin-bottom: 20px;
 clear: both;
}
.arc {
 overflow: hidden;
	background: #EFEEE7;
	padding: 0 20px 20px 20px;
}
.arc + .arc {
	margin-top: 30px;
}
.arc .arctit {
 margin-bottom: 20px;
}
.arc .arctit img {
	width: 90px;
	height: auto;
}
.arc.ia .arctit {
 margin-bottom: 20px;
}
.arc.ia .arctit img {
	width: 133px;
	height: auto;
}
.arc figure {
 width: 113px;
 float: left;
}
.arc .staff_data {
 width:810px;
 float: right;
}
.arc .staff_data .job {
 font-size: 18px;
 font-weight: bold;
 color: #8F8A68;
 margin-bottom: 5px;
}
.arc .staff_data .staffmname {
 font-size: 17px;
 font-weight: bold;
 margin-bottom: 10px
}
.arc .staff_data .msg {
 font-size: 16px;
 margin-bottom: 20px;
}
.arc .staff_data a {
 text-align: right;
 background: url(../images/reform-plan/ic_cursor_b.png) no-repeat right center;
 padding-right: 30px;
 display: block;
 font-size: 14px;
 font-weight: bold;
 color: #9B8D77;
}
.loan {
 width: 354px;
 float: right;
 border: #DBDBDB 3px solid;
 padding: 20px;
 box-sizing: border-box;
}
.loan h3 {
 font-size: 18px;
 line-height: 30px;
 margin-bottom: 30px;
	line-height: 1;
}
.loan h3 img {
 vertical-align: middle;
 margin-right: 10px;
	width: 30px;
	height: auto;
}
.loan table {
 width: 100%;
 margin-bottom: 30px;
}
.loan th {
 width: 40%;
 text-align: right;
 font-size: 14px;
 padding-bottom: 6px;
 padding-right: 15px;
	line-height: 1.2;
}
.loan td {
 width: 60%;
 font-size: 14px;
 padding-bottom: 6px;
	line-height: 1.2;
}
.loan .payment {
 font-size: 16px;
 font-weight: bold;
 border-bottom: #B1B1B1 1px solid;
 padding-bottom: 15px;
 padding-top: 5px;
 margin-bottom: 20px;
 overflow: hidden;
	line-height: 1.2;
}
.loan .payment span.r {
 display: inline-block;
 float: left;
}
.loan .payment strong {
 font-size: 20px;
 color: #8F8A68;
 font-weight: bold;
 display: inline-block;
 float: right;
}
.loan .payment strong span {
 font-size: 30px;
 font-weight: bold;
}
input[type=number] {
 text-align: right;
 padding: 5px 0;
 font-size: 14px;
 width: 130px;
 border: none;
 margin-right: 10px;
}
.loan .at2 {
 font-size: 12px;
 color: #707070;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {


 .plifo {
  overflow: hidden;
  padding-bottom: 20px;
 }
 .plifo .tit {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 30px;
 }
 .plifo ul {
  text-align: center;
  width: auto;
  margin: 0 15px;
  padding-bottom: 10px;
  border-bottom: #ccc 1px solid;
 }
 .plifo li {
  display: inline-block;
  margin-right: 4%;
  width: 46%;
 }
 .plifo li:nth-of-type(2n+0) {
  display: inline-block;
  margin-right: 0;
  width: 46%;
 }
 .plifo li:last-child {
  display: inline-block;
  margin-right: 0;
  width: 46%;
 }
 .plifo li .pname {
  font-weight: normal;
  font-size: 14px;
  padding-top: 5px;
  display: block;
 }

 .swipe {
  width: auto;
  height: auto;
  text-align: center;
 }
 #slide {
  width: auto;
  height: 64vw;
  margin-bottom: 20px;
 }
 #slide2 {
  width: auto;
  height: 64vw;
  margin-bottom: 20px;
 }
 .plan_detail {
  width: auto;
  float: none;
  margin: 0 20px;
 }
 .pname {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
 }
 .pdata {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
  float: left;
 }
 .pprice {
  font-size: 16px;
  font-weight: bold;
  float: right;
  margin-bottom: 10px;
 }
 .pprice strong {
  font-size: 22px;
  font-weight: bold;
  color: #F8B62B;
  margin-left: 20px;
 }
 .pprice strong span {
  font-size: 30px;
  font-weight: bold;
 }
 .at {
  font-size: 12px;
  color: #707070;
  margin-bottom: 20px;
  clear: both;
  line-height: 1.4;
 }

	.arc {
  margin-bottom: 0px;
 overflow: hidden;
	background: #EFEEE7;
	padding: 0 15px 20px 15px;
}
 .arc .arctit {
  border-top: #9B8D77 1px solid;
  margin-bottom: 20px;
 }
 .arc figure {
  width: 113px;
  float: none;
		margin: 0 auto 10px auto;
 }
 .arc .staff_data {
  width: auto;
  float: none;
		margin: 0;
		text-align: center;
 }
 .arc .staff_data .job {
  font-size: 3.8vw;
  font-weight: bold;
  color: #55BC8C;
  margin-bottom: 0.3em;
 }
 .arc .staff_data .staffmname {
  font-size: 4.5vw;
  font-weight: bold;
  margin-bottom: 0.6em;
 }
 .arc .staff_data .msg {
  font-size: 3.5vw;
		line-height: 1.7;
  margin-bottom: 20px;
		text-align: left;
 }
 .arc .staff_data a {
  text-align: right;
  background: url(../images/reform-plan/ic_cursor_b.png) no-repeat right center;
  padding-right: 30px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #9B8D77;
 }
 .loan {
  width: auto;
  float: none;
  border: #DBDBDB 3px solid;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 ;
 }
 .loan h3 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
 }
 .loan h3 img {
  vertical-align: middle;
  margin-right: 10px;
 }
 .loan table {
  width: 100%;
  margin-bottom: 30px;
 }
 .loan th {
  width: 40%;
  text-align: right;
  font-size: 14px;
  padding-bottom: 6px;
  padding-right: 15px;
 }
 .loan td {
  width: 60%;
  font-size: 14px;
  padding-bottom: 6px;
 }
 .loan .payment {
  font-size: 16px;
  font-weight: bold;
  border-bottom: #B1B1B1 1px solid;
  padding-bottom: 15px;
  padding-top: 5px;
  margin-bottom: 20px;
  overflow: hidden;
 }
 .loan .payment span.r {
  display: inline-block;
  float: left;
 }
 .loan .payment strong {
  font-size: 20px;
  color: #8F8A68;
  font-weight: bold;
  display: inline-block;
  float: right;
 }
 .loan .payment strong span {
  font-size: 30px;
  font-weight: bold;
 }
 input[type=number] {
  text-align: right;
  padding: 5px 0;
  font-size: 14px;
  width: 130px;
  border: none;
  margin-right: 10px;
 }
 .loan .at2 {
  font-size: 12px;
  color: #707070;
  line-height: 1.4;
 }
}
/*land_contact
.land_contact {
 background: #F5F5F5;
}
.land_contact.content {
	padding-bottom: 0;
}

.land_contact .inner {
 overflow: hidden;
 width: 900px;
}
.land_contact table {
 width: 100%;
 margin-bottom: 60px;
}
.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/reform-plan/ic_cursor_w.svg") no-repeat 95% center #908A64;
	background-size: 22px auto;
 border: none;
 border-radius: 0;
 display: block;
 padding: 20px 0 20px 0;
 box-sizing: border-box;
 cursor: pointer;
 line-height: 1;
	text-align: center;
	position: relative;
}

.btn_kakunin .bt {
 display: inline-block;
 position: relative;
 overflow: hidden;
 -webkit-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}




.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 0;
 box-sizing: border-box;
 cursor: pointer;
 line-height: 1;
	text-align: center
}
.contact_tel2 {
 width: 400px;
 margin: 0 auto;
 text-align: center;
}
.contact_tel2 li:nth-of-type(1) {
 display: inline-block;
 width: 183px;
}
.contact_tel2 li:nth-of-type(1) a {
 font-size: 22px;
 color: #F18205;
 background: url(../images/reform-plan/ic_tel_l.png) no-repeat 0 5px;
 padding: 5px 0 5px 25px;
}
.contact_tel2 li:nth-of-type(2) {
 font-size: 16px;
 padding: 0 0 0 0px;
 display: inline-block;
 width: 135px;
}


@media screen and (max-width: 768px) {
	
	.land_contact .inner {
 overflow: hidden;
 width: auto;
		padding: 0 5vw;
}
	
	.land_contact {
  background: #F5F5F5;
 }
 .land_contact .inner {
  overflow: hidden;
  width: auto;
		padding-top: 8vw;
  padding-bottom: 8vw;
 }
 .land_contact table {
  width: 100%;
  margin-bottom: 30px;
 }
 .spbg {
  background: #EBEAE1;
  padding-bottom: 30px;
 }
 .land_contact .pb {}
 .land_contact th {
  font-size: 3.8vw;
  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: 3.8vw;
  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/reform-plan/ic_mail_w.png) no-repeat 20px center #F8B62A;
  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;
 }
 .contact_tel2 {
  width: 300px;
  margin: 0 auto;
  text-align: center;
 }
 .contact_tel2 li:nth-of-type(1) {
  display: block;
  width: auto;
  margin-bottom: 5px;
 }
 .contact_tel2 li:nth-of-type(1) a {
  font-size: 22px;
  color: #F18205;
  background: url(../images/reform-plan/ic_tel_l.png) no-repeat 0 5px;
  padding: 5px 0 5px 25px;
 }
 .contact_tel2 li:nth-of-type(2) {
  font-size: 16px;
  padding: 0 0 0 0px;
  display: -block;
  width: auto;
 }

 .land_contact input, .land_contact button {
  margin: 0;
  color: inherit;
  vertical-align: baseline;
  font: inherit;
  border: 0;
  outline: 0;
 }
 .btn_kakunin {
  width: 80%;
  margin: 0 auto 20px auto;
 }

	
.btn_kakunin .bt {
 width: 320px;
 height: 60px;
 font-size: 18px;
 font-weight: bold;
 color: #fff;
	background: url("../images/reform-plan/ic_cursor_w.svg") no-repeat 95% center #908A64;
	background-size: 22px auto;
 border: none;
 border-radius: 0;
 display: block;
 padding: 20px 0 20px 0;
 box-sizing: border-box;
 cursor: pointer;
 line-height: 1;
	text-align: center;
	position: relative;
}

.btn_kakunin .bt {
 display: inline-block;
 position: relative;
 overflow: hidden;
 -webkit-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
	
	
 .bt_back {
  padding-top: 20px;
  margin-bottom: 30px;
 }
 .btn_kakunin .bt2 {
  width: 100%;
  height: 50px;
  font-size: 4vw;
  font-weight: bold;
  color: #fff;
  background: #999999;
  border: none;
  border-radius: 10px;
  display: block;
  padding: 16px 0 20px 0;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 1;
 }
 .contact_tel2 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
 }
 .contact_tel2 li:nth-of-type(1) {
  display: block;
  width: auto;
  margin-bottom: 5px;
 }
 .contact_tel2 li:nth-of-type(1) a {
  font-size: 22px;
  color: #F18205;
  background: url(../images/reform-plan/ic_tel_l.png) no-repeat 0 5px;
  padding: 5px 0 5px 25px;
 }
 .contact_tel2 li:nth-of-type(2) {
  font-size: 4vw;
  padding: 0 0 0 0px;
  display: -block;
  width: auto;
 }

}
*/

.mySwiper .swiper-slide {
 width: 25%;
 height: 100%;
 opacity: 0.4;
}
.mySwiper .swiper-slide-thumb-active {
 opacity: 1;
}

.wp-pagenavi{
	padding-bottom: 80px;
	text-align: center;
 clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #777;
  background-color: #f5f5f5;
  border-color: #fff;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi span.current {
	color: #fff;
  background-color: #1C181A;
  border: 1px solid #1C181A;
  font-weight: bold;
}
/*

.wp-pagenavi {
 margin-bottom: 80px;
 text-align: center;
 clear: both;
}
.post-type-archive-media .wp-pagenavi {
 margin: 50px 0;
 text-align: center;
 clear: both;
}
.wp-pagenavi a {
 color: #b5b5b5;
 text-decoration: none;
 color: #333;
}
.wp-pagenavi a:hover {
 opacity: 0.7;
}
.wp-pagenavi .page {
 display: inline-block;
 margin-right: 8px;
 min-width: 32px;
 padding: 6px 4px;
 background-color: #fff;
 border-radius: 4px;
 border: solid 1px #ebedf0;
 text-align: center;
 font-size: 14px;
 line-height: 1.2;
}
.nextpostslink, .previouspostslink {
 display: inline-block;
 margin-right: 8px;
 min-width: 32px;
 padding: 6px 4px;
 background-color: #fff;
 border-radius: 4px;
 border: solid 1px #ebedf0;
 text-align: center;
 font-size: 14px;
 line-height: 1.2;
}
.wp-pagenavi .current {
 background-color: #F5F5F5;
 color: #000;
 border-color: #000;
 display: inline-block;
 font-weight: bold;
 margin-right: 8px;
 min-width: 32px;
 padding: 6px 4px;
 border-radius: 4px;
 border: solid 1px #ebedf0;
 text-align: center;
 font-size: 14px;
 line-height: 1.2;
}
/*
.m_select_outer select {
    display: block;
    position: relative;
    width:400px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
		-webkit-appearance: none;
  appearance: none;
	box-sizing: border-box;
}


.m_select_outer{position: relative;
width:400px;}
	.m_select_outer::before {
  border-bottom: 4.5px solid #908A64;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 9px;
  top: 10px;
  width: 0;
		z-index: 10;
}
	.m_select_outer::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #908A64;
  content: "";
  position: absolute;
  right: 9px;
  top: 25px;
  width: 0;
		z-index: 10;
}



.recptha_txt{
	font-size: 11px;
	color: #BBBBBB;
	text-align: center;
}
.recptha_txt a{
	font-size: 11px;
	color: #BBBBBB;
}

.recptha_txt .fa {
    margin: 0 5px 0 4px;
    width: 12px;
    color: #BBB;
}*/
@media screen and (max-width: 768px) {
	.wp-pagenavi{
	padding-bottom: 10vw;
}
	
	.nav-previous a, .nav-next a {
		font-size: 3.2vw;
}
	.regalcheck{
	margin-bottom: 10px!important;
}
	.recptha_txt{
	font-size: 10px;
		padding: 0 15px;
}
	
	.m_select_outer{position: relative;
width:100%;}
	
.m_select_outer select {
    display: block;
    position: relative;
    width:100%;
}
	
}



/*land_detail land_list*/
.land_detail.land_list {
 background: #ffffff;
 overflow: hidden;
 padding: 60px 0 0 0;
}
.land_detail.land_list .inner {
 width: 1000px;
 margin: 0 auto;
 overflow: hidden;
}

.land_detail.land_list .inner  {
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
}

.land_detail.land_list article {
  width: 315px;
  margin-bottom: 30px;
	background: #f5f5f5;
	position: relative;
}

.land_detail.land_list article + article{
	margin-left: 27px;
}

.land_detail.land_list article .m-reform-plan {
  padding: 20px 20px 45px 20px;
  background: #f5f5f5;
  text-align: left;
  position: relative;
}

.single-renovation_housing .link_detail_outer{margin-bottom: 50px;}

.noentry{
	width: 100%;
	margin-bottom: 50px;
	font-size: 16px;
	color: #888;
	margin-top: 20px;
}

.tax-plan_tag .link_detail_outer{
	width: 100%;
	margin-bottom: 50px;
	text-align: center;}
@media screen and (max-width: 768px) {
 .land_detail .inner {
  padding: 40px 0;
 }
 .land_detail.land_list {
  margin: 0 20px 0 20px;
 }
 .land_detail.land_list .inner {
  width: auto;
  padding: 10px 0;
  margin: 0 auto;
  overflow: hidden;
 }
	
	.land_detail.land_list article + article{
	margin-left: 0;
}
 .land_detail.land_list article {
  width: auto;
	background: url("../images/land/btn_more.png") no-repeat 10px 97% #F5F5F5;
 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;
 }
 .land_detail.land_list article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
 }
 .land_detail.land_list article:nth-of-type(3n+0) {
  margin-right: 0;
 }
 .land_detail.land_list article a {
  display: block;
  position: relative;
 }
 .land_detail.land_list article figure {
  width: auto;
 }
 .land_detail.land_list article .detail {
  padding: 15px;
  box-sizing: border-box;
  overflow: hidden;
 }
 .land_detail.land_list article .detail ul {
  margin-bottom: 10px;
 }
 .land_detail.land_list article .detail li {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #F8B62B;
  line-height: 30px;
 }
 .land_detail.land_list article .detail p.name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
 }
 .land_detail.land_list article .detail p.price {
  font-size: 18px;
  font-weight: bold;
  color: #F8B62B;
  float: left;
 }
 .land_detail.land_list article .detail dl {
  float: right;
  overflow: hidden;
  width: 150px;
  font-size: 15px;
 }
 .land_detail.land_list article .detail dt {
  float: left;
  width: 85px;
  margin-bottom: 5px;
 }
 .land_detail.land_list article .detail dd {
  float: right;
  width: 65px;
  margin-bottom: 5px;
 }
 .land_detail.land_list article .cd {
  position: absolute;
  top: 0;
  left: 0;
 }
 .salelink {
  padding: 0 20px 30px 20px;
 }
 .salelink a {
  background: #F8B62A;
  padding: 15px;
  display: block;
  text-align: center;
  color: #fff;
 }
	
	.single-renovation_housing .link_detail_outer{margin:0 20px 50px 20px;}
	
.noentry{
	width: 100%;
	margin-top: 10vw;
	margin-bottom: 10vw;
	font-size: 4vw;
	color: #888;
}
}





/* -------------------------------- 

Primary style

-------------------------------- */


.cd-image-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 50px auto;
}
.cd-image-container img {
  display: block;
	width: 100%;
	height: auto;
}

.cd-image-label {
	display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #dc717d url("/images/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #445b7c;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}








/*ステータスタグ　202303*/

.l-reform-plan-list article .buyend {
 position: absolute;
 left: 0;
 top: 0;
 width: 315px;
 height: 230px;
	text-align: left;
}
.l-reform-plan-list article .buyend .m-new {
 width: 59px;
 height: 35px;
 display: none;
}
.l-reform-plan-list article .buyend .m-new.m-new-on {
 background: url("../images/renovation_housing/tag_new.svg") no-repeat;
 /*width: 107px;*/
	width: 60px;
 height: 35px;
 background-size: auto 35px;
 display: inline-block;
 margin: 5px 0 0 5px;
	position: absolute;
 left: 0;
 top: 0;
}


.l-reform-plan-list article .buyend.tag_seiyaku .m-other {
 background: url("../images/common/tag_end.svg") no-repeat;
 width: 160px;
 height: 160px;
 background-size: auto 160px;
 display: block;
	 position: absolute;
 left: 0;
 top: 0;
 width: 315px;
 height: 230px;
}

.l-reform-plan-list article .buyend.tag_osusume .m-other {
 background: url("../images/renovation_housing/tag_future.svg") no-repeat;
 width: 160px;
 height: 160px;
 background-size:  160px auto;
 display: block;
	 position: absolute;
 left: 0;
 top: 0;
	
	width: 134px;
  height: 35px;
  background-size: auto 35px;
  display: inline-block;
  margin: 5px 0 0 5px;
}

.l-reform-plan-list article .buyend .changeprice {
 background: url("../images/renovation_housing/tag_change.svg") no-repeat;
 width: 97px;
 height: 35px;
 background-size: auto 35px;
 display: block;
 margin: 5px 0 0 5px;
}


.l-reform-plan-list article .buyend.now .changeprice {
 background: url("../images/renovation_housing/tag_change.svg") no-repeat;
 width: 97px;
 height: 35px;
 background-size: auto 35px;
 display: inline-block;
 margin: 5px 0 0 -10px;
	position: absolute;
  left: 80px;
  top: 0;
}

.l-reform-plan-list article .buyend.now .changeprice.left2 {
 background: url("../images/renovation_housing/tag_change.svg") no-repeat;
 width: 97px;
 height: 35px;
 background-size: auto 35px;
 display: inline-block;
 margin: 5px 0 0 0px;
	position: absolute;
  left: 5px;
  top: 0;
}




.l-reform-plan-list article .buyend.tag_osusume .changeprice {
 background: url("../images/renovation_housing/tag_change.svg") no-repeat;
 width: 97px;
 height: 35px;
 background-size: auto 35px;
 display: inline-block;
 margin: 5px 0 0 0px;
	position: absolute;
  left: 145px;
  top: 0;
}

.l-reform-plan-list article .buyend.tag_seiyaku .changeprice {
	display: none;
}


/*下層*/
.reform-plan-detail .status_tag {
	margin: 50px 0 50px 0;
	padding: 0 50px;
 /*height: 40px;*/
	text-align: center;
}
.reform-plan-detail .status_tag.m-new {
 width: 59px;
 height: 40px;
 display: none;
}

.reform-plan-detail .status_tag .m-new.m-new-on {
 background: url("../images/reform-plan/tag_new.svg") no-repeat;
 width: 68px;
 height: 40px;
 background-size: auto 40px;
 display: inline-block;
 margin: 0 10px 0 0 ;
}


.reform-plan-detail .status_tag.tag_seiyaku .m-other {
 background: url("../images/common/tag_end2.svg") no-repeat;
 width: 127px;
 height: 40px;
 background-size: auto 40px;
 display: inline-block;
}

.reform-plan-detail .status_tag.tag_seiyaku .m-new {
	display: none;
}






@media screen and (max-width: 768px) {
	
	.l-reform-plan-list article .buyend.tag_seiyaku .m-other {
 background: url("../images/common/tag_end.svg") no-repeat;
 width: 160px;
 height: 160px;
 background-size: auto 160px;
 display: block;
}
	
	
	/*タグ設定下層SP*/
	
	.reform-plan-detail .status_tag {
	margin: 25px 0 30px 0;
	padding: 0 0;
 /*height: 32px;*/
	text-align: center;
}
.reform-plan-detail .status_tag.m-new {
 width: 59px;
 height: 32px;
 display: none;
}
.reform-plan-detail .status_tag .m-new.m-new-on {
 background: url("../images/common/tag_new.svg") no-repeat;
 width: 100px;
 height: 32px;
 background-size: auto 32px;
 display: inline-block;
 margin: 0 5px 0 0 ;
}

.reform-plan-detail .status_tag.tag_seiyaku .m-other {
 background: url("../images/common/tag_end2.svg") no-repeat;
 width: 102px;
 height: 32px;
 background-size: auto 32px;
 display: inline-block;
}
	
}

/*202311　追加*/

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

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


.status_tag.tag_osusume .m-other {
 background: url("../images/renovation_housing/tag_future.svg") no-repeat;
 width: 155px;
 height: 40px;
 background-size: auto 40px;
 display: inline-block;
}


.status_tag.tag_seiyaku .m-other {
 background: url("../images/renovation_housing/tag_end2.svg") no-repeat;
 width: 127px;
 height: 40px;
 background-size: auto 40px;
 display: inline-block;
}

/*資金*/
.plan_box{
	margin-bottom: 80px;
	clear: both;
	overflow: hidden;
}
.shikin_plan {
 width: 600px;
 float: left;
}
.shikin_plan h4 {
 font-size: 17px;
 font-weight: bold;
 border-bottom: #000 1px solid;
 margin-bottom: 25px;
 display: inline-block;
}
.shikin_plan_date {
 padding: 20px;
 border: #DBDBDB 3px solid;
}
.shikin_plan_date table {
 margin-bottom: 15px;
 width: 100%;
}
.shikin_plan_date th {
 border-bottom: #DBDBDB 1px solid;
 padding: 8px 5px;
 font-size: 16px;
 width: 240px;
}
.shikin_plan_date td {
 border-bottom: #DBDBDB 1px solid;
 padding: 8px 5px;
 font-size: 16px;
 font-weight: bold;
}
.shikin_plan_date .tochi {
 font-size: 16px;
 font-weight: bold;
}
.shikin_plan_date .tatemono {
 font-size: 16px;
 font-weight: bold;
}
.shikin_plan_date dl {
 overflow: hidden;
 background: #f5f5f5;
 padding: 5px 8px;
 margin-bottom: 10px;
}
.shikin_plan_date dt {
 font-size: 16px;
 font-weight: bold;
 float: left;
 width: 250px;
}
.shikin_plan_date dd {
 font-size: 16px;
 font-weight: bold;
 float: left;
}


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

/*タグ設定下層SP*/
	
	.status_tag {
	margin: 30px 0 30px 0;
	padding: 0 0;
 /*height: 32px;*/
	text-align: center;
}
.status_tag.m-new {
 width: 59px;
 height: 32px;
 display: none;
}
.status_tag .m-new.m-new-on {
 background: url("../images/renovation_housing/tag_new.svg") no-repeat;
 width: 54px;
 height: 32px;
 background-size: auto 32px;
 display: inline-block;
 margin: 0 5px 0 0 ;
}

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

.status_tag.tag_osusume .m-other {
 /*background: url("../images/renovation_housing/tag_future.svg") no-repeat;*/
background: url("../images/renovation_housing/tag_future_b.svg") no-repeat;
 width: 124px;
 height: 32px;
 background-size: auto 32px;
 display: inline-block;
 margin: 0 5px 0 0 ;
}
	
.status_tag.tag_osusume .m-other {
 background: url("../images/renovation_housing/tag_future.svg") no-repeat;
 width: 124px;
 height: 32px;
 background-size: auto 32px;
 display: inline-block;
}
.status_tag.tag_seiyaku .m-other {
 background: url("../images/renovation_housing/tag_end2.svg") no-repeat;
 width: 102px;
 height: 32px;
 background-size: auto 32px;
 display: inline-block;
}
	
	/*資金*/
	.shikin_plan {
  width: auto;
  float: none;
 }
 .shikin_plan h4 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: #000 1px solid;
  margin-bottom: 15px;
  display: inline-block;
  text-align: center;
 }
 .shikin_plan_date {
  padding: 10px;
  border: #DBDBDB 2px solid;
  margin-bottom: 30px;
 }
 .shikin_plan_date table {
  margin-bottom: 15px;
  width: 100%;
 }
 .shikin_plan_date th {
  border-bottom: #DBDBDB 1px solid;
  padding: 5px 5px;
  font-size: 14px;
  width: auto;
 }
 .shikin_plan_date td {
  border-bottom: #DBDBDB 1px solid;
  padding: 5px 5px;
  font-size: 14px;
  font-weight: bold;
 }
 .shikin_plan_date .tochi {
  font-size: 15px;
  font-weight: bold;
 }
 .shikin_plan_date .tatemono {
  font-size: 15px;
  font-weight: bold;
 }
 .shikin_plan_date dl {
  overflow: hidden;
  background: #f5f5f5;
  padding: 5px 8px;
  margin-bottom: 10px;
 }
 .shikin_plan_date dt {
  font-size: 14px;
  font-weight: bold;
  float: left;
  width: 50%;
  line-height: 1.4;
 }
 .shikin_plan_date dd {
  font-size: 14px;
  font-weight: bold;
  float: left;
  width: 50%;
  text-align: right;
 }
 .shikin_plan_date p {
  font-size: 13px;
 }

	

	
	/*タグ設定下層SP*/
	
	.reform-plan-detail .status_tag {
	margin: 25px 0 30px 0;
	padding: 0 0;
 /*height: 32px;*/
	text-align: center;
}
.reform-plan-detail .status_tag.m-new {
 width: 59px;
 height: 32px;
 display: none;
}
.reform-plan-detail .status_tag .m-new.m-new-on {
 background: url("../images/reform-plan/tag_new.svg") no-repeat;
 width: 55px;
 height: 32px;
 background-size: auto 32px;
 display: inline-block;
 margin: 0 5px 0 0 ;
}

.reform-plan-detail .status_tag.tag_seiyaku .m-other {
 background: url("../images/common/tag_end2.svg") no-repeat;
 width: 102px;
 height: 32px;
 background-size: auto 32px;
 display: inline-block;
}
	
	.reform-plan-detail .status_tag.tag_seiyaku .m-new {
	display: none;
}
	
}


/*202410　動画追加*/


.l_rh_yt {
 width: 750px;
 margin: 0 auto 80px auto;
}
.l_rh_yt {
 width: 1000px;
 height: 562.5px;
 position: relative;
 overflow: hidden;
 margin: 0 auto 100px auto;
}
.l_rh_yt iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}



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


.l_rh_yt {
  width: 94vw;
  position: relative;
  padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 auto 10vw auto;
 }
 .l_rh_yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 }

}


























