@charset "utf-8";
/* ------ General Settings ------ */
/* page-top */
#page-top {
 background: #505050;
 text-align: center;
 padding: 20px 0;
 cursor: pointer;
 line-height: 0;
}
/* ------ Contents ------ */
.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: 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;
}
.land_detail .tit, .land_contact .tit, #sale_land .tit {
 border-bottom: 2px solid #000;
 display: inline-block;
 width: auto;
}
.index .index_sale .tit, .tit2 {
 padding-bottom: 0px;
 margin-bottom: 20px;
}
.index .index_list .tit {
 margin-bottom: 20px;
}
.tit img {
	width: 30px;
 margin-right: 15px;
 vertical-align: top;
}
.stitle {
 font-size: 19px;
 text-align: center;
 margin-bottom: 50px;
 padding: 5px 0;
}
@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: 26px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 26px;
 }
 .tit img {
  margin-right: 15px;
  vertical-align: top;
 }
 .index .tit {
  margin-bottom: 30px;
  border-bottom: 2px solid #000;
  display: inline-block;
  width: auto;
  line-height: 1.2;
 }
 .land_detail .tit, .land_contact .tit {
  border-bottom: 2px solid #000;
  display: inline-block;
  width: auto;
  margin-bottom: 30px;
 }
 .index .index_sale .tit {
  padding-bottom: 0px;
  margin-bottom: 10px;
 }
 .index .index_list .tit {
  margin-bottom: 10px;
 }
 .stitle {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
  padding: 5px 20px;
 }
}
/*TOP*/
/*topics*/
.index_topics {
 background: #F0EFE8;
}
.index_topics .topics_outer {
 overflow: hidden;
}
.index_topics .topics_name {
 min-width: 460px;
 max-width: 520px;
 -webkit-transition: 0.4s ease-in-out;
 transition: 0.4s ease-in-out;
 margin-left: 570px;
}
.index_topics .topics_name dl {
 margin-bottom: 30px;
}
.index_topics .topics_name dt {
 font-size: 24px;
 font-weight: bold;
 margin-bottom: 20px;
 line-height: 1.3;
}
.index_topics .topics_name dd {
 font-size: 16px;
}
.index_topics .topics_name dd strong {
 font-size: 20px;
 margin-right: 5px;
}
.index_topics .topics_name dd strong span {
 font-size: 28px;
 font-weight: bold;
}
.index_topics .point {
 width: 525px;
 -webkit-transition: 0.4s ease-in-out;
 transition: 0.4s ease-in-out;
 margin-left: 570px;
}
.index_topics .point p {
 float: left;
}
.index_topics .point ul {
 width: 490px;
 background: #fff;
 padding: 20px;
 box-sizing: border-box;
 margin-left: 36px;
}
.index_topics .point li {
 font-size: 15px;
 font-weight: bold;
 list-style: disc outside;
 line-height: 1.5;
 margin-left: 1em;
 margin-bottom: 0.3em;
}
.index_topics figure {
 width: 545px;
 float: left;
 margin-bottom: 20px;
 position: relative;
}
.index_topics figure img {
 width: 545px;
 height: auto;
}
.index_topics a {
 display: block;
}
.index_topics .cd {
 position: absolute;
 top: 0;
 left: 0px;
}
.index_topics .cd img {
 width: 229px;
 height: auto;
}
.btn_detail {
 background: #8AAA43;
 width: 220px;
 margin: 40px auto 0 auto;
 padding: 15px 20px;
 color: #fff;
 text-align: center;
 font-size: 18px;
 border-radius: 6px;
 clear: both;
}
@media screen and (max-width: 768px) {
 .index_topics .topics_outer {
  padding: 20px;
 }
 .index_topics .topics_name {
  position: inherit;
  left: auto;
  bottom: auto;
  min-width: auto;
  max-width: auto;
  margin: 0 0 20px 0;
 }
 .index_topics .topics_name dl {
  padding: 15px;
  margin-bottom: 15px;
 }
 .index_topics .topics_name dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
 }
 .index_topics .topics_name dd {
  font-size: 14px;
 }
 .index_topics .topics_name dd strong {
  font-size: 16px;
  margin-right: 5px;
 }
 .index_topics .topics_name dd strong span {
  font-size: 20px;
 }
 .index_topics .point {
  margin: 0 0 0 0;
  width: auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  margin-top: 20px;
 }
 .index_topics .point p {}
 .index_topics .point ul {
  width: auto;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
 }
 .index_topics .point li {
  font-size: 14px;
  font-weight: bold;
  list-style: disc outside;
  line-height: 1.5;
  margin-left: 1em;
  margin-bottom: 0.5em;
 }
 .index_topics .cd {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: auto;
 }
 .index_topics figure {
  width: auto;
  float: none;
  position: relative;
  margin-bottom: 20px;
 }
 .index_topics figure img {
  width: 100%;
  height: auto;
 }
 .btn_detail {
  background: #8AAA43;
  width: auto;
  margin: 30px auto 0 auto;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
 }
}
/*index_main*/
.index_main {
 text-align: center;
 color: #fff;
 width: 100%;
}
.index_main .inner {
 width: 100%;
 padding: 0;
 margin: 0 auto;
 overflow: hidden;
}
.index_main .swiper-container {
 width: 100%;
 height: auto;
 margin-left: auto;
 margin-right: auto;
}
@media screen and (max-width: 768px) {
 .index_main {
  text-align: center;
  color: #fff;
  width: 100%;
 }
 .index_main .inner {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
 }
 .index_main .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
 }
}
.index_read h2 {
 font-size: 30px;
 font-weight: bold;
 text-align: center;
 margin-bottom: 30px;
}
.index_read .tyumon {
 width: 280px;
 margin: 0 auto 50px auto;
 font-size: 19px;
 font-weight: bold;
 color: #fff;
 background: #4D2D18;
 padding: 10px 0;
 text-align: center;
 line-height: 1;
}
.index_read .read {
 font-size: 18px;
 font-weight: bold;
 text-align: center;
 line-height: 1.8;
 margin-bottom: 50px;
}
.readarea {
 overflow: hidden;
 width: 718px;
 margin: 0 auto 20px auto;
 background: #F2F2F2;
 border-radius: 10px;
 text-align: center;
 padding: 0 80px;
 box-sizing: border-box;
}
.readarea ul {
 padding: 50px 0;
}
.readarea li {
 display: inline-block;
 vertical-align: bottom;
 width: 170px;
}
.readarea li.plus {
 vertical-align: top;
 padding: 50px 10px 0 10px;
	text-align: center;
}
.readarea li.plus img {
	width: 73px;
	height: auto;
}
.readarea dl {
 padding: 0 0 50px 0;
}
.readarea dt {
 font-size: 30px;
 font-weight: bold;
 margin-bottom: 30px;
 border-bottom: #000 2px solid;
 display: inline-block;
 padding-bottom: 8px;
}
.readarea dd {
 font-size: 19px;
 line-height: 1.7;
}
@media screen and (max-width: 768px) {
 .index_read h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
 }
 .index_read .tyumon {
  width: 280px;
  margin: 0 auto 30px auto;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #4D2D18;
  padding: 10px 0;
  text-align: center;
  line-height: 1;
 }
 .index_read .read {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
 }
 .readarea {
  overflow: hidden;
  width: 93.48958vw;
  margin: 0 auto 0px auto;
  background: #F2F2F2;
  border-radius: 10px;
  text-align: center;
  padding: 0;
 }
 .readarea ul {
  padding: 6.5vw 0;
 }
 .readarea li {
  width: 26vw;
  display: inline-block;
  vertical-align: bottom;
 }
 .readarea li.plus {
  width: 9.5vw;
  vertical-align: top;
  padding: 7vw 2.6vw 0 2.6vw;
 }
	.readarea li.plus img {
	width:5.6vw;
	height: auto;
}
 .readarea dl {
  padding: 0 0 25px 0;
 }
 .readarea dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: #000 2px solid;
  display: inline-block;
  padding-bottom: 8px;
 }
 .readarea dd {
  font-size: 13px;
  line-height: 1.6;
 }
}
/*更新情報*/
.index_info .idx_news {
 width: 545px;
 float: left;
}
.index_info .idx_news article {
 border: #ddd 1px solid;
 overflow: hidden;
 margin-bottom: 19px;
 -webkit-transition: 0.4s ease-in-out;
 transition: 0.4s ease-in-out;
}
.index_info .idx_news article a {
 display: block;
}
.index_info .idx_news article figure {
 width: 170px;
 float: left;
}
.index_info .idx_news article figure img {
 width: auto;
 height: 125px;
}
.index_info .idx_news article .detail {
 width: 365px;
 float: left;
 padding: 20px;
 box-sizing: border-box;
}
.index_info .idx_news article .detail ul {
 margin-bottom: 10px;
}
.index_info .idx_news article .detail li {
 display: inline-block;
 margin-right: 10px;
 font-size: 20px;
 font-weight: bold;
 color: #40220F;
 line-height: 30px;
}
.index_info .idx_news article .detail p {
 font-size: 16px;
 font-weight: bold;
}
.index_info .idx_event {
 width: 545px;
 float: right;
}
.index_info .idx_event figure {
 width: 543px;
 border: #ddd 1px solid;
 display: block;
}
.idx_event .btn_detal_detail {
 margin-top: 20px;
}
.idx_event .btn_detal_detail a {
 background: #40220F;
 text-align: center;
 color: #fff;
 font-size: 16px;
 font-weight: bold;
 padding: 20px 0;
 width: 100%;
 display: block;
 line-height: 1;
}
@media screen and (max-width: 768px) {
 .index_info .idx_news {
  width: auto;
  float: none;
  margin: 0 20px 40px 20px;
 }
 .index_info .idx_news article {
  border: #ddd 1px solid;
  overflow: hidden;
  margin-bottom: 19px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
 }
 .index_info .idx_news article a {
  display: block;
 }
 .index_info .idx_news article figure {
  width: 100%;
  float: none;
 }
 .index_info .idx_news article figure img {
  width: 100%;
  height: auto;
 }
 .index_info .idx_news article .detail {
  width: auto;
  float: none;
  padding: 15px;
  box-sizing: border-box;
 }
 .index_info .idx_news article .detail ul {
  margin-bottom: 10px;
 }
 .index_info .idx_news article .detail li {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #40220F;
  line-height: 30px;
 }
 .index_info .idx_news article .detail p {
  font-size: 15px;
  font-weight: bold;
 }
 .index_info .idx_event {
  width: auto;
  float: none;
  margin: 0 20px 40px 20px;
 }
 .index_info .idx_event figure {
  width: auto;
 }
 .index_info .idx_event figure img {
  width: 100%;
  height: auto;
 }
 .idx_event .btn_detal_detail a {
  background: #40220F;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0;
  width: 100%;
  display: block;
  line-height: 1;
 }
}
/*土地を探す*/
.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: #40220F;
}
.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: #40220F;
 background: #fff;
}
.area-stitle {
 font-size: 19px;
 font-weight: bold;
 text-align: center;
 margin-bottom: 30px;
}
.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/land/btn_more.png") 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;
	line-height: 1.6;
}
.category {
  position: absolute;
  top: 5px;
  right: 5px;
  background:
#fff;
  color: #444;
  font-size: 13px;
  padding:
7px 8px;
  z-index: 10;
  border-radius:
2px;
  line-height: 1;
}
.index_list .land_list article figure {
 width: 353px;
 text-align: center;
 background: #EEEEEE;
}
.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: #40220F;
 line-height: 30px;
}
.index_list .land_list article .detail p.name {
 font-size: 16px;
 font-weight: bold;
 margin-bottom: 10px;
	line-height: 1;
}
.index_list .land_list article .detail p.price {
 font-size: 20px;
 font-weight: bold;
 color: #40220F;
 float: left;
	line-height: 1.3
}
.index_list .land_list article .detail dl {
 float: right;
 overflow: hidden;
 width: 160px;
 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: 75px;
 margin-bottom: 5px;
}
.index_list .land_list article .cd {
 position: absolute;
 top: 0;
 left: 0;
}
/*tab切替*/
.hide {
 display: none;
}

/*house index*/

.post-type-archive-house .index_list .land_list article {
 background: url("../images/land/btn_more.png") no-repeat 230px 94% #fff;
 background-size: 100px auto;
}

.post-type-archive-house .index_list .land_list article .detail p.name {
 font-size: 17px;
 margin-bottom: 15px;
}

.post-type-archive-house .index_list .land_list article .detail {
	padding-bottom: 70px;
}

.post-type-archive-house 
.index_list .land_list article .detail dl {
 float: none;
 width: auto;
	margin-top: 10px;
}

.post-type-archive-house .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;
}






@media screen and (max-width: 768px) {
 .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: #40220F;
 }
 .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/land/btn_more.png") 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: #40220F;
  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: #40220F;
  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;
 }
	
	
	/*house index*/

.post-type-archive-house .index_list .land_list article {
   background: url("../images/land/btn_more.png") no-repeat 97% 97% #fff;
 background-size: 100px auto;
}

.post-type-archive-house .index_list .land_list article .detail p.name {
 font-size: 17px;
 margin-bottom: 15px;
}

.post-type-archive-house .index_list .land_list article .detail {
	padding-bottom: 50px;
}

.post-type-archive-house 
.index_list .land_list article .detail dl {
 float: none;
 width: auto;
	margin-top: 10px;
}
	
	.post-type-archive-house .index_list .land_list article .detail dt {
  width: 90px;
	min-height: 25px;
 }

.post-type-archive-house .index_list .land_list article .detail dd {
 float: right;
 width:calc(100% - 90px);
 margin-bottom: 5px;
	min-height: 25px;
}


	
 /*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: #40220F;
  color: #fff;
  font-weight: bold;
 }
 .tabcontent {
  width: 100%;
  margin-top: 5%;
  left: 0;
  position: absolute;
 }
}
/*トップへ戻るボタン*/
.fixnav {
 background: #F8B629;
 width: 100%;
 position: fixed; /*固定*/
 bottom: 0px; /*場所を右下に移動*/
 z-index: 10;
}
.fixnav ul {
 overflow: hidden;
}
.fixnav li {
 width: 49%;
 display: inline-block;
 border-right: #fff 1px solid;
}
.fixnav li:nth-of-type(2) {
 border: none;
}
.fixnav a {
 padding: 34px 0 8px 0;
 display: block;
 text-align: center;
 font-size: 14px;
 color: #fff;
 box-sizing: border-box;
 position: relative;
}
.fixnav li:nth-of-type(1) a {
 background: url(../images/ic_tel_w.png) no-repeat center 10px;
 background-size: auto 18px;
}
.fixnav li:nth-of-type(2) a {
 background: url(../images/land/ic_mail_w.png) no-repeat center 10px;
 background-size: auto 20px;
}
/*分譲方法*/
.index_sale {
 background: #EFEEE7;
 margin-bottom: 50px;
}
.index_sale .content {
 padding: 0 0 0 0;
}
.index_sale .tit img {
 margin-right: 15px;
 margin-bottom: 6px;
 vertical-align: middle;
}
.sale_list article {
 width: 353px;
 background: #fff;
 overflow: hidden;
 margin-bottom: 20px;
 margin-right: 30px;
 float: left;
 -webkit-transition: 0.4s ease-in-out;
 transition: 0.4s ease-in-out;
 position: relative;
}
.sale_list article:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.sale_list article:nth-of-type(3n+0) {
 margin-right: 0;
}
.sale_list article a {
 display: block;
 padding-bottom: 60px;
}
.sale_list article figure {
 width: 353px;
 text-align: center;
 background: #EEEEEE;
}
.sale_list article .detail {
 padding: 25px;
 box-sizing: border-box;
 overflow: hidden;
}
.sale_list article .detail dl {
 overflow: hidden;
 width: 100%;
 clear: both;
}
.sale_list article .detail dt {
 width: 22%;
 float: left;
 font-size: 15px;
 clear: left;
 margin-bottom: 0.2em;
 line-height: 1.7;
}
.sale_list article .detail dd {
 width: 75%;
 margin-left: 25%;
 font-size: 15px;
 margin-bottom: 0.2em;
 line-height: 1.7;
}
.sale_list article .detail p.name {
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 20px;
}
.sale_list article .cd {
 position: absolute;
 left: 0;
 top: 0;
}
.sale_list article .btn_sale_detail {
 position: absolute;
 left: 0;
 bottom: 0;
 background: #40220F;
 text-align: center;
 color: #fff;
 font-size: 16px;
 font-weight: bold;
 padding: 20px 0;
 width: 100%;
 display: block;
 line-height: 1;
}
.sale_list article .buyend {
 display: none;
}
.sale_list article .buyend.end {
 display: inherit;
 position: absolute;
 left: 0;
 top: 0;
}
@media screen and (max-width: 768px) {
 .sale_list {
  margin: 0 20px;
 }
 .sale_list article {
  width: 100%;
  margin-right: 0px;
  float: none;
 }
 .sale_list article:nth-of-type(3n+0) {
  margin-right: 0;
 }
 .sale_list article a {
  display: block;
  position: relative;
  padding-bottom: 50px;
 }
 .sale_list article figure {
  width: auto;
  text-align: center;
 }
 .sale_list article .detail {
  padding: 20px;
 }
 .sale_list article .detail dt {
  width: 25%;
  float: left;
  font-size: 15px;
  clear: left;
  margin-bottom: 0.2em;
  line-height: 1.7;
 }
 .sale_list article .detail dd {
  width: 70%;
  margin-left: 30%;
  font-size: 15px;
  margin-bottom: 0.2em;
  line-height: 1.7;
 }
 .sale_list article .detail p.name {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
 }
 .sale_list article .cd {
  position: absolute;
  left: 0;
  top: 0;
 }
 .sale_list article .btn_sale_detail {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #40220F;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0;
  width: 100%;
  display: block;
  line-height: 1;
 }
}
/*sale_detail*/
.sale_detail {
 background: #F0EFE8;
}
.sale_detail.content {
 padding: 80px 0 0 0;
}
.sale_detail .inner {
 overflow: hidden;
}
.sale_outer {
 position: relative;
}
.sale_detail h3 {
 font-size: 30px;
 line-height: 30px;
 margin-bottom: 40px;
 font-weight: bold;
}
.sale_detail h3.end {
 font-size: 30px;
 line-height: 30px;
 margin-bottom: 40px;
 font-weight: bold;
 background: url("../images/land/tit_end.png") no-repeat left center;
 padding-left: 120px;
 background-size: auto 40px;
}
.land_data .data {
 width: 740px;
 overflow: hidden;
 float: left;
}
.sale_detail .tit img {
 margin-right: 15px;
 vertical-align: middle;
 margin-bottom: 5px;
}
.sale_main {
 margin-bottom: 50px;
}
.sale_sub {
 margin-bottom: 50px;
}
.sale_plan .tit {
 font-size: 24px;
 width: 740px;
 margin-bottom: 40px;
}


.sale_plan .tit img {
 width: 20px;
 height: auto;
}
.kukaku {
 padding: 20px 0;
 text-align: center;
}
@media screen and (max-width: 768px) {
 .sale_detail.content {
  padding: 8vw 0 5vw 0;
 }
 .sale_detail.content .inner {
  width: auto;
  padding: 40px 0 0 0;
  margin: 0 auto;
  overflow: hidden;
 }
 .sale_detail.content .land_data .data table {
  margin-bottom: 0px;
 }
 .sale_detail h3 {
  font-size: 18px;
  line-height: 30px;
  margin: 0 20px 20px 20px;
  font-weight: bold;
 }
 .sale_detail h3.end {
  font-size: 18px;
  line-height: 30px;
  margin: 0 20px 20px 20px;
  font-weight: bold;
  background: url("../images/land/tit_end.png") no-repeat left center;
  padding-left: 90px;
  background-size: auto 30px;
 }
 .land_data .data {
  width: auto;
  overflow: hidden;
  float: none;
 }
 .sale_detail .tit img {
  margin-right: 15px;
  vertical-align: middle;
  margin-bottom: 5px;
 }
 .sale_main {
  margin-bottom: 20px;
 }
 .sale_sub {
  margin: 0 20px 50px 20px;
 }
 .sale_plan .tit {
  font-size: 22px;
  width: auto;
  margin-bottom: 20px;
 }
 .sale_plan .tit img {
  width: 20px;
  height: auto;
 }
 .kukaku {
  padding: 0 20px 20px 20px;
  text-align: center;
 }
 .kukaku img {
  width: 100%;
  height: auto;
 }
 #sale_outline {
  padding-top: 20px;
 }
 #sale_land .tit {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 26px;
 }
 #sale_land .tit img {
  width: 25px;
  height: auto;
  margin-right: 10px;
  vertical-align: top;
 }
}
/*詳細*/
.sppnav {
 background: #8AAA43;
 width: 100%;
 overflow: hidden;
 margin-bottom: 20px;
}
.sppnav li {
 width: 33%;
 float: left;
}
.sppnav li a {
 display: block;
 font-size: 16px;
 font-weight: bold;
 text-align: center;
 padding: 60px 0 10px 0;
 color: #fff !important;
}
.sppnav li:nth-of-type(1) a {
 background: url(../images/land/nav_plan.png) no-repeat center 15px;
 border-right: #fff 1px solid;
 background-size: 38px auto;
}
.sppnav li:nth-of-type(2) a {
 background: url(../images/land/nav_ft.png) no-repeat center 15px;
 border-right: #fff 1px solid;
 background-size: 38px auto;
}
.sppnav li:nth-of-type(3) a {
 background: url(../images/land/nav_mail.png) no-repeat center 15px;
 background-size: 36px auto;
}
.sppnav li.saleland a {
 background: url(../images/land/nav_search.png) no-repeat center 15px;
}
.sptit {
 background: url(../images/land/bar_sp.png) no-repeat 0 center #fff;
 font-size: 18px;
 font-weight: bold;
 padding: 15px 0 15px 25px;
 margin-bottom: 20px;
 line-height: 1;
}
/*land_detail*/
.land_detail {
 background: #F5F5F5;
}
.land_detail .inner {
 overflow: hidden;
}
.land_outer {
 position: relative;
}
.land_plan .tit {
 font-size: 30px;
 text-align: center;
 margin-bottom: 30px;
 line-height: 30px;
}
.land_plan .swiper-button-prev.swiper-button-white, .land_plan .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");
}
.land_plan .swiper-button-next.swiper-button-white, .land_plan .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");
}




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

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

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














.land_detail .bname {
 font-size: 30px;
 line-height: 30px;
 margin-bottom: 40px;
 font-weight: normal;
 text-align: center;
}
.land_detail .bname img {
 vertical-align: middle;
 margin-right: 20px;
}
.land_data .data {
 width: 740px;
 overflow: hidden;
 float: left;
}
.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: #40220F;
 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: #40220F;
 margin-right: 5px;
}
.land_data_point dd.tprice strong span {
 font-size: 28px;
 color: #40220F;
}
.land_point .point {
 padding: 0 0 30px 0;
 margin: 0 30px 30px 30px;
 border-bottom: #8AAA43 1px solid;
}
.land_point .point dt {
 border-bottom: #8AAA43 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) {
 .land_plan .tit {
  font-size: 18px !important;
  line-height: 26px;
  padding: 0 20px;
  margin-bottom: 20px !important;
  font-weight: bold;
 }
 .land_plan .tit img {
  vertical-align: middle;
  margin-right: 0px;
  display: block;
  margin-bottom: 10px;
 }
 .land_detail .bname {
  font-size: 18px;
  line-height: 26px;
  padding: 0 20px;
  margin-bottom: 20px;
  font-weight: bold;
 }
 .land_detail .bname img {
  vertical-align: middle;
  margin-right: 0px;
  display: block;
  margin-bottom: 10px;
 }
 .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: #40220F;
  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: #40220F;
  margin-right: 5px;
 }
 .land_data_point dd.tprice strong span {
  font-size: 28px;
  color: #40220F;
 }
 .land_point .point {
  padding: 0 0 20px 0;
  margin: 0 20px 20px 20px;
  border-bottom: #8AAA43 1px solid;
 }
 .land_point .point dt {
  border-bottom: #8AAA43 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;
 }
	
	/*タグ設定下層SP*/
	
	.land_plan .status_tag {
	margin: 25px 0 30px 0;
	padding: 0 0;
 /*height: 32px;*/
	text-align: center;
}
.land_plan .status_tag.m-new {
 width: 59px;
 height: 32px;
 display: none;
}
.land_plan .status_tag .m-new.m-new-on {
 background: url("../images/land/tag_new.svg") no-repeat;
 width: 54px;
 height: 32px;
 background-size: auto 32px;
 display: inline-block;
 margin: 0 5px 0 0 ;
}

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

.land_plan .status_tag.tag_osusume .m-other {
 /*background: url("../images/land/tag_future.svg") no-repeat;*/
background: url("../images/land/tag_future_b.svg") no-repeat;
 width: 124px;
 height: 32px;
 background-size: auto 32px;
 display: inline-block;
 margin: 0 5px 0 0 ;
}
.land_plan .status_tag.tag_seiyaku .m-other {
 background: url("../images/land/tag_end2.svg") no-repeat;
 width: 102px;
 height: 32px;
 background-size: auto 32px;
 display: inline-block;
}
	
	
	
}
/*land_plan*/
.land_plan {
 background: #EFEEE7;
 padding-top: 60px;
}
.land_plan.gry {
 background: #f5f5f5;
 padding-top: 60px;
	padding-bottom: 0;
}


.land_plan .inner {
 overflow: hidden;
 margin-top: 0px;
}
.land_plan .tit {
 font-size: 30px;
 text-align: center;
 margin-bottom: 60px;
 line-height: 30px;
}
.land_plan.terms_off .tit .cd {
 display: none;
}
.land_plan.terms_off .pricebox h4 .terms_l {
 display: none;
}
.land_plan .stit img {
 margin-right: 15px;
}
.land_plan .stit {
 font-size: 28px;
 text-align: center;
 margin-bottom: 30px;
 line-height: 30px;
}
.planslidetop {
 height: 800px;
}
.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;
}
.plantotal {
 width: 1124px;
 background: #fff;
 padding: 20px;
 margin: 0 auto;
 box-sizing: border-box;
 position: relative;
}
.plantotal:before {
 content: "";
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -15px;
 border: 15px solid transparent;
 border-top: 15px solid #fff;
}
.plantotal ul {
 margin: 0 auto 10px auto;
 overflow: hidden;
 text-align: center;
 padding: 5px 0;
}
.plantotal li {
 display: inline-block;
 font-size: 24px;
 margin-right: 15px;
}
.plantotal li .totalp {
 font-size: 30px;
 font-weight: bold;
}
.plantotal li .lprice {
 font-size: 30px;
 font-weight: bold;
}
.plantotal li .pprice {
 display: inline-block;
 border: #333 1px solid;
 padding: 5px;
 font-size: 16px;
 line-height: 1;
 margin-right: 10px;
 float: left;
}
.plantotal li .ppriceo {
 display: inline-block;
 line-height: 1;
 color: #40220F;
}
.plantotal li .ppriceo strong {
 font-size: 30px;
 color: #40220F;
 font-weight: bold;
}
.plantotal p {
 font-size: 13px;
 color: #666;
 clear: both;
 text-align: right;
 margin-bottom: 0;
}
.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;
}
.planslidetop .swipe {
 width: 1124px;
 height: 600px;
 text-align: center;
 margin: 0 auto;
}
.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: #40220F;
 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: #8AAA43;
 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/land/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: #40220F;
 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) {
 .land_plan.gry {
  background: #f5f5f5;
  padding-top: 30px;
 }
 .land_plan {
  background: #F5F5F5;
  padding-top: 30px;
 }
 .land_plan .inner {
  overflow: hidden;
  padding-bottom: 0;
  margin-top: 0px;
 }
 .planslidetop {
  height: 65vw;
 }
 .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;
 }
 .plantotal {
  width: auto;
  background: #fff;
  padding: 15px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
 }
 .plantotal:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
 }
 .plantotal ul {
  margin: 0 auto 10px auto;
  overflow: hidden;
  text-align: center;
 }
 .plantotal li {
  display: inline-block;
  font-size: 18px;
  margin-right: 15px;
  margin-bottom: 10px;
  text-align: center;
 }
 .plantotal li .totalp {
  font-size: 24px;
  font-weight: bold;
 }
 .plantotal li .lprice {
  font-size: 18px;
  font-weight: bold;
 }
 .plantotal li .pprice {
  display: inline-block;
  border: #333 1px solid;
  padding: 3px;
  font-size: 12px;
  line-height: 1;
  margin-right: 10px;
  float: left;
 }
 .plantotal li .ppriceo {
  display: inline-block;
  line-height: 1;
  color: #40220F;
 }
 .plantotal li .ppriceo strong {
  font-size: 18px;
  color: #40220F;
  font-weight: bold;
 }
 .plantotal p {
  font-size: 12px;
  color: #666;
  clear: both;
  text-align: center;
  margin-bottom: 0;
 }
 .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: #40220F;
  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: #8AAA43;
  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/land/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: #40220F;
  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/land/ic_mail_w.png) no-repeat 20px center #40220F;
 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_tel {
 width: 400px;
 margin: 0 auto;
 text-align: center;
}
.contact_tel li:nth-of-type(1) {
 display: inline-block;
 width: 183px;
}
.contact_tel li:nth-of-type(1) a {
 font-size: 22px;
 color: #F18205;
 background: url(../images/land/ic_tel_l.png) no-repeat 0 5px;
 padding: 5px 0 5px 25px;
}
.contact_tel li:nth-of-type(2) {
 font-size: 16px;
 padding: 0 0 0 0px;
 display: inline-block;
 width: 135px;
}
.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: #40220F;
 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/land/ic_mail_w.png) no-repeat 20px center #40220F;
  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_tel {
  width: 300px;
  margin: 0 auto;
  text-align: center;
 }
 .contact_tel li:nth-of-type(1) {
  display: block;
  width: auto;
  margin-bottom: 5px;
 }
 .contact_tel li:nth-of-type(1) a {
  font-size: 22px;
  color: #F18205;
  background: url(../images/land/ic_tel_l.png) no-repeat 0 5px;
  padding: 5px 0 5px 25px;
 }
 .contact_tel li:nth-of-type(2) {
  font-size: 16px;
  padding: 0 0 0 0px;
  display: -block;
  width: auto;
 }
 .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: #40220F;
  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;
 }
}
/*フォーム設定*/
.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%;
}
.gallery-top {
 height: 80%;
 width: 100%;
}
.gallery-thumbs {
 height: 20%;
 box-sizing: border-box;
 padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
 width: 25%;
 height: 100%;
 opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
 opacity: 1;
}
/*プラン*/
.swiper-container.planslide {
 width: 1124px;
 height: 100%;
 margin-left: auto;
 margin-right: auto;
}
.planslide .swiper-slide {
 text-align: center;
 font-size: 18px;
 width: 1124px;
 /* Center slide text vertically */
 display: -webkit-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 align-items: center;
 background-size: auto 100%;
 background-repeat: no-repeat;
}
.swiper-container.planslide .swiper-pagination-bullet-active {
 opacity: 1;
 background: #40220F;
}
.swiper-container.planslide.swiper-container-horizontal > .swiper-pagination-bullets {
 bottom: -30px;
 left: 0;
 width: 100%;
}
.swiper-container.planslide.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
 margin: 10px 4px 30px 4px;
}
.swiper-container.planslide .swiper-pagination-bullet {
 width: 10px;
 height: 10px;
}
.planslide .swiper-slide img {
 height: 500px;
 width: auto;
}
.planslide {
 height: 80%;
 width: 100%;
}
.planslide-thumbs {
 height: 30%;
 box-sizing: border-box;
 padding: 10px 0;
}
.planslide-thumbs .swiper-slide {
 width: 20%;
 height: 100%;
 opacity: 0.4;
}
.planslide-thumbs .swiper-slide-active {
 opacity: 1;
}
@media screen and (max-width: 768px) {
 .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
 }
 .gallery-top {
  height: 80%;
  width: 100%;
 }
 .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;
 }
 /*プラン*/
 .swiper-container.planslide {
  height: 80%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
 }
 .planslide .swiper-slide {
  text-align: center;
  font-size: 18px;
  width: auto;
  height: auto;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
 }
 .planslide {}
 .swiper-container.planslide .swiper-pagination-bullet-active {
  opacity: 1;
  background: #40220F;
 }
 .swiper-container.planslide.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -10px;
  left: 0;
  width: 100%;
 }
 .swiper-container.planslide.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px 4px 30px 4px;
 }
 .swiper-container.planslide .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
 }
 .planslide .swiper-slide img {
  height: auto;
  width: 100%;
 }
 .planslide-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0 5px 0;
 }
 .planslide-thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.4;
 }
 .planslide-thumbs .swiper-slide-active {
  opacity: 1;
 }
}
@media screen and (max-width: 480px) {
 .planslidetop {
  height: 53vw;
 }
 #slide {
  width: auto;
  height: 64vw;
  margin-bottom: 20px;
 }
 .planslide-thumbs {
  display: none;
 }
 .gallery-top {
  height: 100%;
  width: 100%;
 }
 .gallery-thumbs {
  display: none;
 }
 #slide2 {
  width: auto;
  height: 64vw;
  margin-bottom: 20px;
 }
}
/*land_detail land_list*/
.land_detail.land_list {
 background: #ffffff;
 overflow: hidden;
 padding: 60px 0 0 0;
}
.land_detail.land_list .inner {
 width: 1124px;
 margin: 0 auto;
 overflow: hidden;
}
.land_detail.land_list article {
 width: 353px;
 background: #F5F5F5;
 overflow: hidden;
 margin-bottom: 20px;
 margin-right: 30px;
 float: left;
 -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: 353px;
 text-align: center;
 background: #EEEEEE;
}
.land_detail.land_list article .detail {
 padding: 25px;
 box-sizing: border-box;
 overflow: hidden;
 text-align: left;
}
.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: 20px;
 font-weight: bold;
 color: #40220F;
 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: 20px;
 font-weight: bold;
 color: #40220F;
 float: left;
}
.land_detail.land_list article .detail dl {
 float: right;
 overflow: hidden;
 width: 160px;
 font-size: 16px;
}
.land_detail.land_list article .detail dt {
 float: left;
 width: 85px;
 margin-bottom: 5px;
}
.land_detail.land_list article .detail dd {
 float: right;
 width: 75px;
 margin-bottom: 5px;
}
.land_detail.land_list article .cd {
 position: absolute;
 top: 0;
 left: 0;
}
.salelink {
 padding: 0 30px 30px 30px;
 clear: both;
}
.salelink a {
 background: #40220F;
 padding: 15px;
 display: block;
 text-align: center;
 color: #fff;
}
.land_list article .buyend {
 position: absolute;
 left: 0;
 top: 0;
 width: 400px;
 height: 230px;
}
.land_list article .buyend .m-new {
 width: 59px;
 height: 35px;
 display: none;
}
.land_list article .buyend .m-new.m-new-on {
 background: url("../images/land/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.tag2 .m-other {
 background: url("../images/land/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/land/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/land/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/land/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/land/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/land/tag_end.svg") no-repeat;
 width: 160px;
 height: 160px;
 background-size: auto 160px;
 display: block;
}

.land_list article .buyend.tag_seiyaku .m-price {
display: none;
}


/*house*/
.land_list article .buyhend {
 position: absolute;
 left: 0;
 top: 0;
 width: 400px;
 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/land/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/land/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/land/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/land/tag_end.svg") no-repeat;
 width: 160px;
 height: 160px;
 background-size: auto 160px;
 display: block;
}

.land_list article .buyhend.tag3 .m-price
{
display: none;
}

@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 {
  width: auto;
  background: #F5F5F5;
  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: #40220F;
  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: #40220F;
  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: #40220F;
  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;
 }
}
/*20211021ページナビ　*/
.noentry {
 font-size: 18px;
 text-align: center;
 line-height: 2;
 padding: 25px 0;
 letter-spacing: 1px;
}
.noentry a {
 text-decoration: underline !important;
}
.nav-next {
 padding: 20px 72px 20px 8px;
}
.nav-previous {
 padding: 20px 8px 20px 72px;
}
.pnav_top .post-navigation {
 margin: 0 0;
 border: solid 1px #ebedf0;
}
.pnav_bottom .post-navigation {
 margin: 0 0;
 border: solid 1px #ebedf0;
}
.nav-previous, .nav-next {
 text-align: center;
}
@media screen and (max-width: 768px) {
 .noentry {
  font-size: 14px;
  text-align: center;
  line-height: 2;
  padding: 15px 0;
  letter-spacing: inherit;
 }
 .nav-previous {
  display: table-cell;
  padding: 16px;
 }
 .nav-next {
  display: table-cell;
  padding: 16px;
 }
 .header-cta ul {
  line-height: inherit;
 }
}
/*キャンペーンバナー挿入*/
.bnr_cp {
 text-align: center;
 width: 1000px;
 margin: 0 auto 50px auto;
}
.bnr_cp li + li {
 padding-top: 25px;
}
@media screen and (max-width: 768px) {
 .bnr_cp {
  width: auto;
  margin: 0 10px 50px 10px;
 }
 .bnr_cp li + li {
  padding-top: 25px;
 }
}
/*-----------------------------------------------------	*/
/*	下層					*/
/*-----------------------------------------------------	*/
/* ベース*/
.sbox {
 width: 1000px;
 margin: 0 auto;
 background: #fff;
 padding: 50px 0;
}
.sbox .inner {
 padding: 0px 0 0px 137px;
 box-sizing: border-box;
}
.sbox .stit {
 margin-bottom: 50px;
 padding-bottom: 10px;
 border-bottom: 2px solid #000;
 display: inline-block;
 width: auto;
 font-weight: bold;
}
.land_data_box .stit {
 color: #4D2D18;
 border-bottom: 2px solid #4D2D18;
}
.fotorama {
 margin-bottom: 60px;
}
.fotorama__stage {
 margin-bottom: 10px;
 background: #fff;
}
.fotorama__nav__frame {
 padding: 2px 8px;
}
.pricebox {
 width: 360px;
 float: left;
 margin-right: 20px;
}
.pricebox h4 {
 font-size: 16px;
 height: 40px;
 color: #fff;
 font-weight: bold;
 padding: 10px 15px;
 background: #4D2D18;
 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: 180px;
 font-size: 16px;
 float: left;
 margin: 0 0 15px 0;
}
.pricebox dd.pprice {
 color: #40220F;
 font-size: 22px;
	line-height: 1.3;
}
.pricebox dd.pprice strong {
 color: #40220F;
 font-size: 30px;
 display: inline-block;
 margin-left: 0;
	margin-top: -0.5em;
}
.pointbox {
 width: 360px;
 float: left;
}
.pointbox h4 {
 font-size: 16px;
 color: #fff;
 font-weight: bold;
 padding: 10px 15px;
 background: #8AAA43;
 display: inline-block;
 line-height: 1;
 height: 40px;
 box-sizing: border-box;
}
.pointbox ul {
 background: #F5F5F5;
 padding: 25px 25px 25px 35px;
 text-align: left;
 overflow: hidden;
}
.pointbox li {
 font-size: 14px;
 list-style: disc outside;
}
.plan_data_box .stit {
 color: #4D2D18;
}
.plan_data_box .pricebox h4 {
 background: #40220F;
}
.plan_data_box .pprice strong {
 margin-left: 0;
}
.land_data_box {
 border: #B79E8D 1px solid;
 margin-bottom: 50px;
 position: relative;
}
.land_data_box .buyend {
 display: none;
}
.land_data_box .buyend.tag2 {
 position: absolute;
 left: 0;
 top: 0;
 display: inline-block;
	 background: url("../images/land/tag_change2.svg") no-repeat;
 width: 200px;
 height: 200px;
 background-size: auto 200px;
}
.land_data_box .buyend.tag3 {
 position: absolute;
 left: 0;
 top: 0;
 display: inline-block;
	 background: url("../images/land/tag_future2.svg") no-repeat;
 width: 200px;
 height: 200px;
 background-size: auto 200px;
}
.land_data_box .buyend.tag4 {
 position: absolute;
 left: 0;
 top: 0;
 display: inline-block;
	 background: url("../images/land/tag_end.svg") no-repeat;
 width: 200px;
 height: 200px;
 background-size: auto 200px;
}

/*house*/
.land_data_box .buyhend {
 display: none;
}
.land_data_box .buyhend.tag1 {
 position: absolute;
 left: 0;
 top: 0;
 display: inline-block;
	 background: url("../images/land/tag_change2.svg") no-repeat;
 width: 200px;
 height: 200px;
 background-size: auto 200px;
}
.land_data_box .buyhend.tag2 {
 position: absolute;
 left: 0;
 top: 0;
 display: inline-block;
	 background: url("../images/land/tag_future2.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/land/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: #40220F;
 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;
 vertical-align: bottom;
}
.classe_land li:nth-of-type(2) {
 background: #4D2D18;
 font-size: 19px;
 color: #fff;
 padding: 10px 10px 15px 10px;
 margin-bottom: 3px;
}
.plan_data_box {
 border: #40220F 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: #40220F;
 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: #40220F;
}
.sl_plan {
 margin-bottom: 0px;
}
.slidetit {
 background: #f5f5f5;
 padding: 15px;
 font-size: 19px;
 font-weight: bold;
 width: 740px;
 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) {
 .land_plan .tit {
  font-size: 18px !important;
  line-height: 26px;
  padding: 0 20px;
  margin-bottom: 20px !important;
  font-weight: bold;
  box-sizing: border-box;
 }
 .sbox {
  width: auto;
  margin: 0 10px;
  background: #fff;
  padding: 25px 10px;
 }
 .sbox .sptit {
  background: url(../images/land/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: #4D2D18;
  border-bottom: 1px solid #4D2D18;
 }
 .land_data_box .salelink {
  padding: 30px 0 0 0;
  clear: both;
  width: auto;
  margin: 0 0;
 }
 .land_data_box .salelink a {
  background: #40220F;
  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: 14px;
  height: 34px;
  color: #fff;
  font-weight: bold;
  padding: 8px 15px;
  background: #4D2D18;
  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: #40220F;
  font-size: 16px;
 }
 .pricebox dd.pprice strong {
  color: #40220F;
  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: #8AAA43;
  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: 13px;
  list-style: disc outside;
 }
 .plan_data_box .stit {
  color: #4D2D18;
 }
 .plan_data_box .pricebox h4 {
  background: #40220F;
 }
 .plan_data_box .pprice strong {
  margin-left: 0;
 }
 .land_data_box {
  border: #B79E8D 1px solid;
  margin-bottom: 50px;
 }
	 .land_data_box .buyend.tag2 {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
 background: url("../images/land/tag_change2.svg") no-repeat;
  width: 150px;
  height: 150px;
  background-size: auto 130px;
 }
	
	.land_data_box .buyend.tag3 {
 position: absolute;
 left: 0;
 top: 0;
 display: inline-block;
	 background: url("../images/land/tag_future2.svg") no-repeat;
  width: 150px;
  height: 150px;
 background-size: auto 130px;
}

 .land_data_box .buyend.tag4 {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background: url("../images/land/tag_end.svg") no-repeat;
  width: 150px;
  height: 150px;
  background-size: auto 130px;
 }
	
	/*house*/
	
		 .land_data_box .buyhend.tag1 {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
 background: url("../images/land/tag_change2.svg") no-repeat;
  width: 150px;
  height: 150px;
  background-size: auto 130px;
 }
	
	.land_data_box .buyhend.tag2 {
 position: absolute;
 left: 0;
 top: 0;
 display: inline-block;
	 background: url("../images/land/tag_future2.svg") no-repeat;
  width: 150px;
  height: 150px;
 background-size: auto 130px;
}

 .land_data_box .buyhend.tag3 {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background: url("../images/land/tag_end.svg") no-repeat;
  width: 150px;
  height: 150px;
  background-size: auto 130px;
 }
	
	
	
	
	
	
	
 .classe_land {
  text-align: center;
  margin-bottom: 20px;
 }
 .classe_land li {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
 }
 .classe_land li img {
  width: auto;
  height: 30px;
 }
 .classe_land li:nth-of-type(1) {
  margin-right: 0px;
  vertical-align: bottom;
 }
 .classe_land li:nth-of-type(2) {
  background: #4D2D18;
  font-size: 14px;
  color: #fff;
  padding: 8px 10px 10px 10px;
  margin-bottom: 10px;
  display: inline-block;
 }
 .plan_data_box {
  border: #40220F 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: #40220F;
  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: #40220F;
 }
 .sl_plan {
  margin-bottom: 0px;
 }
 .slidetit {
  background: #f5f5f5;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  width: 740px;
  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: 30px;
 padding-bottom: 10px;
 border-bottom: 2px solid #000;
 display: inline-block;
 width: auto;
 font-weight: bold;
}
.set_box .plantotal {
 width: 722px;
 background: #F2F2F2;
 padding: 20px;
 margin: 0 auto 50px auto;
 box-sizing: border-box;
 position: relative;
 border-radius: 5px;
}
.set_box .plantotal:before {
 content: "";
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -15px;
 border: 15px solid transparent;
 border-top: 15px solid #F2F2F2;
}
.set_box .plantotal ul {
 margin: 0 auto 10px auto;
 overflow: hidden;
 text-align: center;
 padding: 5px 0;
}
.set_box .plantotal li {
 display: inline-block;
 font-size: 15px;
 margin-right: 10px;
	letter-spacing: -1px;
}
.set_box .plantotal li .totalp {
 font-size: 28px;
 font-weight: bold;
}
.set_box .plantotal li .lprice {
 font-size: 30px;
 font-weight: bold;
}
.set_box .plantotal li .pprice {
 display: inline-block;
 border: #333 1px solid;
 padding: 5px;
 font-size: 14px;
 line-height: 1;
 margin-right: 10px;
 float: left;
}
.set_box .plantotal li .ppriceo {
 display: inline-block;
 line-height: 1;
 color: #40220F;
}
.set_box .plantotal li .ppriceo strong {
 font-size: 30px;
 color: #40220F;
 font-weight: bold;
}
.set_box .plantotal p {
 font-size: 13px;
 color: #666;
 clear: both;
 text-align: center;
 margin-bottom: 0;
}
.set_box .readarea {
 margin: 0 auto 60px auto;
}
.set_read {
 font-size: 19px;
 line-height: 1.7;
 margin-bottom: 50px;
 text-align: center;
}
.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;
 color: #4D2D18;
}
.shikin_plan_date .tatemono {
 font-size: 16px;
 font-weight: bold;
 color: #40220F;
}
.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;
}
.set_box .loan {
 height: 420px;
 margin-bottom: 20px;
}
.sodan_btn {
 clear: both;
 text-align: right;
 margin-bottom: 50px;
}
.sodan_btn a {
 background: #8AAA43;
 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: 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: #40220F;
 border-bottom: #40220F 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;
}
.plan_data_detail td {
 border-bottom: #D9C7A0 1px solid;
}
.area_data {
 width: 740px;
 margin: 0 auto;
}
.area_data .land_contact_link a {
 background: #40220F;
 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;
}
.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 10px;
  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 .plantotal {
  width: auto;
  background: #F2F2F2;
  padding: 15px;
  margin: 0 auto 30px auto;
  box-sizing: border-box;
  position: relative;
  border-radius: 5px;
 }
 .set_box .plantotal:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #F2F2F2;
 }
 .set_box .plantotal ul {
  margin: 0 auto 0px auto;
  overflow: hidden;
  text-align: center;
  padding: 5px 0;
 }
 .set_box .plantotal li {
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
  margin-bottom: 10px;
  text-align: center;
 }
 .set_box .plantotal li .totalp {
  font-size: 24px;
  font-weight: bold;
 }
 .set_box .plantotal li .lprice {
  font-size: 24px;
  font-weight: bold;
 }
 .set_box .plantotal li .pprice {
  display: inline-block;
  border: #333 1px solid;
  padding: 5px;
  font-size: 14px;
  line-height: 1;
  margin-right: 10px;
  float: left;
 }
 .set_box .plantotal li .ppriceo {
  display: inline-block;
  line-height: 1;
  color: #40220F;
 }
 .set_box .plantotal li .ppriceo strong {
  font-size: 24px;
  color: #40220F;
  font-weight: bold;
 }
 .set_box .plantotal p {
  font-size: 12px;
  color: #666;
  clear: both;
  text-align: center;
  margin-bottom: 0;
 }
 .set_box .readarea {
  margin: 0 auto 30px auto;
 }
 .set_read {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 35px;
  text-align: center;
 }
 .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;
  color: #4D2D18;
 }
 .shikin_plan_date .tatemono {
  font-size: 15px;
  font-weight: bold;
  color: #40220F;
 }
 .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;
 }
 .set_box .loan {
  height: auto;
  margin-bottom: 20px;
 }
 .set_box .loan {
  width: auto;
  float: none;
  border: #DBDBDB 2px solid;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 0px 20px 0;
 }
 .set_box .loan h3 {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 20px;
 }
 .sodan_btn {
  clear: both;
  text-align: center;
  margin-bottom: 30px;
 }
 .sodan_btn a {
  background: #8AAA43;
  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 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: #000 1px solid;
  margin-bottom: 15px;
  display: inline-block;
 }
 .plan_data_detail h4 {
  color: #40220F;
  border-bottom: #40220F 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: #40220F;
  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;
 }
 /*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: 14px;
		padding: 0 20px;
 }
	.privacyAgreement .include .wrapper h3 {
 font-size: 3.6vw;
}
}
/*20200914*/
.remarks {
 clear: both;
 width: 740px;
 margin: 0 0 50px 0;
}
.remarks h4 {
 font-size: 15px;
 height: 40px;
 color: #fff;
 font-weight: bold;
 padding: 10px 15px;
 background: #333;
 display: inline-block;
 line-height: 1;
 box-sizing: border-box;
}
.remarks .rtxt {
 font-size: 16px;
 padding: 20px;
 background: #f5f5f5;
}
/*20220419*/
.bloglink {
 clear: both;
 width: 740px;
 margin: 0 0 50px 0;
}
.bloglink h4 {
 font-size: 15px;
 height: 40px;
 color: #fff;
 font-weight: bold;
 padding: 10px 15px;
 background: #9c8d78;
 display: inline-block;
 line-height: 1;
 box-sizing: border-box;
}
.bloglink .rtxt {
 font-size: 16px;
 padding: 20px;
 background: #f5f5f5;
}
.bloglink .rtxt p {}
.bloglink .rtxt a {
 background: url(../images/land/ic_cursor_b.png) no-repeat right center;
 padding-right: 30px;
 width: 100%;
 box-sizing: border-box;
 font-size: 14px;
 font-weight: bold;
 color: #9B8D77;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
}
.bloglink .rtxt span {
 display: inline-block;
}
.bloglink .rtxt .fa-pencil {
 color: #9c8d78;
 font-size: 14px;
 float: left;
 margin: 0;
}
.bloglink .rtxt .fa-pencil::before {
 color: #9c8d78
}
.js-fix-area .js-fix-wrapper {}
.js-fix-area .js-fix-wrapper {
 position: relative;
}
.yoyakubtn {
 opacity: 0
}
.js-fix {
 top: 0;
 right: 0px;
 width: 70px;
 position: absolute;
 z-index: 10;
 transition: all 1s ease-out;
 opacity: 0.9;
}
.js-fix.is-fixed {
 position: fixed;
 top: 140px;
 right: 0px;
 width: 70px;
}
.js-fix a {
 display: block;
 margin-bottom: 14px;
}
.list_index {
 position: fixed;
 bottom: 80px;
 left: 0px;
 width: 140px;
}
@media screen and (max-width: 768px) {
 .remarks {
  clear: both;
  width: auto;
  margin: 0 0 50px 0;
 }
 .remarks h4 {
  font-size: 14px;
  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: 13px;
  padding: 15px;
  background: #f5f5f5;
 }
 .bloglink {
  clear: both;
  width: auto;
  margin: 0 0 50px 0;
 }
 .bloglink h4 {
  font-size: 14px;
  height: 34px;
  color: #fff;
  font-weight: bold;
  padding: 8px 10px 4px 10px;
  background: #9c8d78;
  display: inline-block;
  line-height: 1;
  box-sizing: border-box;
 }
 .bloglink .rtxt {
  font-size: 13px;
  padding: 15px;
  background: #f5f5f5;
  box-sizing: border-box;
 }
 .bloglink .rtxt a {
  background: url(../images/land/ic_cursor_b.png) no-repeat right center;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  color: #9B8D77;
 }
 .js-fix {
  top: auto;
  bottom: 10vw;
  right: 0px;
  width: 100%;
  position: absolute;
  z-index: 10;
  transition: all 1s ease-out;
  opacity: 0;
 }
 .js-fix.is-fixed {
  position: fixed;
  top: auto;
  bottom: 13vw;
  right: 0px;
  width: auto;
  opacity: 1;
 }
 .js-fix a {
  float: left;
  width: 49%;
 }
 .js-fix a:last-child {
  float: right;
  width: 49%;
 }
 .list_index {
  position: fixed;
  bottom: 70px;
  left: 0px;
  width: 130px;
 }
	.privacyAgreement p, .privacyAgreement ul {
 margin-bottom: 2em;
	font-size: 3vw;
}
}
/*202202 house*/
.house_single .tit .cd {
 display: inline-block;
 vertical-align: top;
 width: 160px;
 height: 30px;
 position: relative;
}
.house_single .tit {}
.house_single .tit.new .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;
}
.house_single .tit.second-hand .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;
}
.house_single .land_data_box {
 border: #cecece 1px solid;
}
.house_single .land_data_box .stit, .house_single .set_box .stit {
 border-bottom: 2px solid #3ab3ca;
}
.house_single .pricebox h4 {
 background: #40220F;
}
.house_single .pointbox h4 {
 background: #3ab3ca;
}
.house_single .pricebox dt {
 width: 100px;
}
.house_single .pricebox dd {
 width: 150px;
}
.house_single .pointbox li {
 font-size: 14px;
 list-style: none;
 list-style-type: none;
 position: relative;
 padding-left: 0.8em;
}
.house_single .pointbox ul {
 padding: 25px 25px 25px 25px;
}
.house_single .pointbox li:before {
 border-radius: 50%;
 width: 4px;
 height: 4px;
 display: block;
 position: absolute;
 left: 0;
 top: 0.8em;
 content: "";
 background: #3ab3ca;
}
.house_single .pointbox li strong {
 background: linear-gradient(transparent 50%, #edd482 50%);
}
.house_single .sbox .stit {
 border-bottom: 2px solid #3ab3ca;
 color: #000;
}
.house_single .plan_data_box {
 border: #3ab3ca 1px solid;
}
.reno_inner {
 width: 740px;
 margin: 0 auto;
}
.house_single .ba {
 margin-bottom: 50px;
}
.house_single .ba li {
 margin-bottom: 60px;
}
.outline {
 clear: both;
 width: 740px;
}
.outline h4 {
 font-size: 15px;
 height: 40px;
 color: #fff;
 font-weight: bold;
 padding: 10px 15px;
 background: #40220F;
 display: inline-block;
 line-height: 1;
 box-sizing: border-box;
}
.point_read {
 font-size: 18px;
 font-weight: bold;
 text-align: center;
 margin-bottom: 50px;
 line-height: 1.8;
}
.outline .rtxt {
 font-size: 16px;
 padding: 35px;
 background: #f5f5f5;
}
.outline p {
 font-size: 14px;
 list-style: none;
 list-style-type: none;
 position: relative;
 padding-left: 20px;
 color: #3ab3ca;
 font-weight: bold;
}
.outline p:before {
 border-radius: 0;
 width: 12px;
 height: 12px;
 display: block;
 position: absolute;
 left: 0;
 top: 0.4em;
 content: "";
 background: #3ab3ca;
}
.outline ul {
 padding: 0;
 margin-bottom: 30px;
}
.outline li {
 font-size: 14px;
 list-style: none;
 list-style-type: none;
 position: relative;
 padding-left: 20px;
}
.outline li:before {
 border-radius: 50%;
 width: 4px;
 height: 4px;
 display: block;
 position: absolute;
 left: 0.4em;
 top: 0.8em;
 content: "";
 background: #3ab3ca;
}
.outline li strong {
 background: linear-gradient(transparent 50%, #edd482 50%);
}
.house_madori {
 text-align: center;
 margin-bottom: 50px;
}
.house_madori img {
	min-width: 740px;
	max-width: 1000px;
	width:auto;
}
.house_single .data_box table {
 border-top: #000000 1px solid;
}
.house_single .data_box {
 padding-top: 10px;
}
.house_single .data_box th {
 background: #f5f5f5;
 border-bottom: #000000 1px solid;
}
.house_single .data_box td {
 border-bottom: #000000 1px solid;
}

	 .house_point_mov {
  margin: 0 auto 50px auto;
 }

@media screen and (max-width: 768px) {
 .house_single .sppnav {
  background: #3ab3ca;
 }
 .house_single .tit .cd {
  display: block;
  vertical-align: top;
  width: 160px;
  height: 45px;
  position: relative;
 }
 .house_single .tit {
  padding-left: 0;
 }
 .house_single .tit.new .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;
 }
 .house_single .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;
 }
 .house_single .land_data_box {
  border: #cecece 1px solid;
 }
 .house_single .land_data_box .stit, .house_single .set_box .stit {
  border-bottom: 2px solid #3ab3ca;
 }
 .house_single .pricebox h4 {
  background: #40220F;
 }
 .house_single .pointbox h4 {
  background: #3ab3ca;
 }
 .house_single .pricebox dt {
  width: 90px;
 }
 .house_single .pricebox dd {
  width: 160px;
 }
 .house_single .pointbox li {
  font-size: 13px;
  list-style: none;
  list-style-type: none;
  position: relative;
  padding-left: 0.8em;
 }
 .house_single .pointbox ul {
  padding: 20px 20px 20px 20px;
 }
 .house_single .pointbox li:before {
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.8em;
  content: "";
  background: #3ab3ca;
 }
 .house_single .pointbox li strong {
  background: linear-gradient(transparent 50%, #edd482 50%);
 }
 .house_single .sbox .stit {
  border-bottom: 2px solid #3ab3ca;
  color: #000;
 }
 .house_single .plan_data_box {
  border: #3ab3ca 1px solid;
 }
 .reno_inner {
  width: auto;
  margin: 0 auto;
 }
 .house_single .ba li {
  margin-bottom: 30px;
 }
 .outline {
  clear: both;
  width: auto;
 }
 .outline h4 {
  font-size: 14px;
  height: 34px;
  color: #fff;
  font-weight: bold;
  padding: 8px 10px 4px 10px;
  background: #40220F;
  display: inline-block;
  line-height: 1;
  box-sizing: border-box;
 }
 .point_read {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.8;
 }
 .outline .rtxt {
  font-size: 15px;
  padding: 20px;
  background: #f5f5f5;
 }
 .outline p {
  font-size: 14px;
  list-style: none;
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  color: #3ab3ca;
  font-weight: bold;
 }
 .outline p:before {
  border-radius: 0;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.4em;
  content: "";
  background: #3ab3ca;
 }
 .outline ul {
  padding: 0;
  margin-bottom: 30px;
 }
 .outline li {
  font-size: 14px;
  list-style: none;
  list-style-type: none;
  position: relative;
  padding-left: 20px;
 }
 .outline li:before {
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: 0.4em;
  top: 0.8em;
  content: "";
  background: #3ab3ca;
 }
 .outline li strong {
  background: linear-gradient(transparent 50%, #edd482 50%);
 }
 .house_madori {
  margin: 0 20px 30px 20px;
  text-align: center;
 }
	.house_madori img {
			min-width: auto;
	max-width: auto;
	width: 100%;
}
 .house_single .data_box table {
  border-top: #000000 1px solid;
 }
 .house_single .data_box {
  padding-top: 10px;
 }
 .house_single .data_box th {
  background: #f5f5f5;
  border-bottom: #000000 1px solid;
 }
 .house_single .data_box td {
  border-bottom: #000000 1px solid;
 }
	
	 .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%;
 }
}
/*特定ページ用 https://atelier-classe.com/house/026193-2/ */
.postid-33936 .house_single .sbox .stit.ttl_reno.reno_off{
 display: none;
}
/*分譲情報 villa-le-classe*/
/*sale_detail*/
.villa-le-classe .sale_detail h3 {
 display: none;
}
.sale_main2 {
 margin-bottom: 50px;
}
.villa-le-classe .midashi {
 font-size: 50px;
 font-weight: bold;
 text-align: center;
 border-bottom: #775e36 5px solid;
 padding-top: 30px;
 padding-bottom: 40px;
 margin-bottom: 40px;
 font-size: 24px;
}
.villa-le-classe .stxt {
 font-size: 18px;
 line-height: 36px;
 margin-bottom: 30px;
}
.villa-le-classe .sale_sub {
 width: 740px;
 margin-bottom: 150px;
}
.sale_sub2 {
 margin-bottom: 60px;
}
.villa-le-classe .land_point {
 top: 370px;
 clear: both;
}
.villa-le-classe .kukaku {
 padding: 0 0 20px 0;
}
.sale_plan {
 clear: both;
}
.sale_plan .tit {
 width: 100%;
}
.slide {
 margin: 0 auto 60px auto;
}
.land_data .data {
 float: none !important;
 margin: 0 auto 0 auto;
}
@media screen and (max-width: 768px) {
 .villa-le-classe .sale_detail h3 {
  display: none;
 }
 .sale_main2 {
  margin-bottom: 20px;
 }
 .villa-le-classe .midashi {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  border-bottom: #775e36 3px solid;
  padding: 15px 20px 20px 15px;
  margin-bottom: 20px;
 }
 .villa-le-classe .stxt {
  font-size: 16px;
  line-height: 1.7;
  padding: 0 20px;
  margin-bottom: 20px;
 }
 .villa-le-classe .sale_sub {
  width: auto;
  margin-bottom: 30px;
 }
 .sale_sub2 {
  padding: 0 20px;
  margin-bottom: 30px;
 }
 .villa-le-classe .land_point {
  top: auto;
 }
 .villa-le-classe .kukaku {
  padding: 0 0 20px 0;
 }
}
/*詳細*/
.sppnav {
 background: #8AAA43;
 width: 100%;
 overflow: hidden;
 margin-bottom: 20px;
}
.sppnav li {
 width: 33%;
 float: left;
}
.sppnav li a {
 display: block;
 font-size: 16px;
 font-weight: bold;
 text-align: center;
 padding: 60px 0 10px 0;
 color: #fff;
}
.sppnav li:nth-of-type(1) a {
 background: url(../images/land/nav_plan.png) no-repeat center 15px;
 border-right: #fff 1px solid;
 background-size: 38px auto;
}
.sppnav li:nth-of-type(2) a {
 background: url(../images/land/nav_ft.png) no-repeat center 15px;
 border-right: #fff 1px solid;
 background-size: 38px auto;
}
.sppnav li:nth-of-type(3) a {
 background: url(../images/land/nav_mail.png) no-repeat center 15px;
 background-size: 36px auto;
}
.sppnav li.saleland a {
 background: url(../images/land/nav_search.png) no-repeat center 15px;
}
.sptit {
 background: url(../images/land/bar_sp.png) no-repeat 0 center #fff;
 font-size: 18px;
 font-weight: bold;
 padding: 15px 0 15px 25px;
 margin-bottom: 20px;
 line-height: 1;
}
/*land_detail*/
.land_detail {
 background: #F5F5F5;
}
.land_detail .inner {
 overflow: hidden;
}
.land_outer {
 position: relative;
}
.land_plan .tit {
 font-size: 30px;
 text-align: center;
 margin-bottom: 30px;
 line-height: 30px;
}
.land_plan .swiper-button-prev.swiper-button-white, .land_plan .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");
}
.land_plan .swiper-button-next.swiper-button-white, .land_plan .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");
}
.land_detail .bname {
 font-size: 30px;
 line-height: 30px;
 margin-bottom: 40px;
 font-weight: normal;
 text-align: center;
}
.land_detail .bname img {
 vertical-align: middle;
 margin-right: 20px;
}
.land_data .data {
 width: 740px;
 overflow: hidden;
 float: left;
}
.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: 16px;
 font-weight: bold;
 padding: 10px 15px;
 background: #EAE8E8;
 border-bottom: #D6D6D6 1px solid;
 width: 20%;
}
.land_data .data td {
 width: 80%;
 font-size: 16px;
 padding: 10px 15px;
 border-bottom: #D6D6D6 1px solid;
}
.land_contact_link a {
 background: #40220F;
 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: #40220F;
 margin-right: 5px;
}
.land_data_point dd.tprice strong span {
 font-size: 28px;
 color: #40220F;
}
.land_point .point {
 padding: 0 0 30px 0;
 margin: 0 30px 30px 30px;
 border-bottom: #8AAA43 1px solid;
}
.land_point .point dt {
 border-bottom: #8AAA43 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 p img {
	width: 88px;
	height: auto;
}
.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) {
 .land_plan .tit {
  font-size: 18px !important;
  line-height: 26px;
  padding: 0 20px;
  margin-bottom: 20px !important;
  font-weight: bold;
 }
 .land_plan .tit img {
  vertical-align: middle;
  margin-right: 0px;
  display: block;
  margin-bottom: 10px;
 }
 .land_detail .bname {
  font-size: 18px;
  line-height: 26px;
  padding: 0 20px;
  margin-bottom: 20px;
  font-weight: bold;
 }
 .land_detail .bname img {
  vertical-align: middle;
  margin-right: 0px;
  display: block;
  margin-bottom: 10px;
 }
 .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: #40220F;
  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: #40220F;
  margin-right: 5px;
 }
 .land_data_point dd.tprice strong span {
  font-size: 28px;
  color: #40220F;
 }
 .land_point .point {
  padding: 0 0 20px 0;
  margin: 0 20px 20px 20px;
  border-bottom: #8AAA43 1px solid;
 }
 .land_point .point dt {
  border-bottom: #8AAA43 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;
 }
}
/*land_plan*/
.land_plan {
 background: #EFEEE7;
 padding-top: 60px;
}
.land_plan.gry {
 background: #f5f5f5;
 padding-top: 60px;
}
.land_plan .inner {
 overflow: hidden;
 margin-top: 0px;
}
.land_plan .tit {
 font-size: 30px;
 text-align: center;
 margin-bottom: 60px;
 line-height: 30px;
}
.land_plan .tit img{
	width: 133px;
	height: auto;
}

.land_plan.terms_off .tit .cd {
 display: none;
}
.land_plan.terms_off .pricebox h4 .terms_l {
 display: none;
}
.land_plan .stit img {
	width: 26px;
 margin-right: 15px;
}
.land_plan .stit {
 font-size: 28px;
 text-align: center;
 margin-bottom: 30px;
 line-height: 30px;
}
.planslidetop {
 height: 800px;
}
.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;
}
.plantotal {
 width: 1124px;
 background: #fff;
 padding: 20px;
 margin: 0 auto;
 box-sizing: border-box;
 position: relative;
}
.plantotal:before {
 content: "";
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -15px;
 border: 15px solid transparent;
 border-top: 15px solid #fff;
}
.plantotal ul {
 margin: 0 auto 10px auto;
 overflow: hidden;
 text-align: center;
 padding: 5px 0;
}
.plantotal li {
 display: inline-block;
 font-size: 24px;
 margin-right: 15px;
}
.plantotal li .totalp {
 font-size: 30px;
 font-weight: bold;
}
.plantotal li .lprice {
 font-size: 30px;
 font-weight: bold;
}
.plantotal li .pprice {
 display: inline-block;
 border: #333 1px solid;
 padding: 5px;
 font-size: 16px;
 line-height: 1;
 margin-right: 10px;
 float: left;
}
.plantotal li .ppriceo {
 display: inline-block;
 line-height: 1;
 color: #40220F;
}
.plantotal li .ppriceo strong {
 font-size: 30px;
 color: #40220F;
 font-weight: bold;
}
.plantotal p {
 font-size: 13px;
 color: #666;
 clear: both;
 text-align: right;
 margin-bottom: 0;
}
.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;
}
.planslidetop .swipe {
 width: 1124px;
 height: 600px;
 text-align: center;
 margin: 0 auto;
}
.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: #40220F;
 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 .arctit img {
	width: 90px;
	height: auto;
}
.arc figure {
 width: 113px;
 float: left;
}
.arc figure img {
 width: 113px;
 height: 113px;
	object-fit: cover;
font-family: 'object-fit: cover;';
}


.arc .staff_data {
 width: 550px;
 float: right;
}
.arc .staff_data .job {
 font-size: 18px;
 font-weight: bold;
 color: #8AAA43;
 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/land/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: #40220F;
 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) {
	.land_plan .stit {
 font-size: 5vw;
 text-align: center;
 margin-bottom: 5vw;
 line-height: 5vw;
}
 .land_plan.gry {
  background: #f5f5f5;
  padding-top: 30px;
 }
 .land_plan {
  background: #F5F5F5;
  padding-top: 30px;
 }
 .land_plan .inner {
  overflow: hidden;
  padding-bottom: 0;
  margin-top: 0px;
 }
 .planslidetop {
  height: 65vw;
 }
 .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;
 }
 .plantotal {
  width: auto;
  background: #fff;
  padding: 15px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
 }
 .plantotal:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
 }
 .plantotal ul {
  margin: 0 auto 10px auto;
  overflow: hidden;
  text-align: center;
 }
 .plantotal li {
  display: inline-block;
  font-size: 18px;
  margin-right: 15px;
  margin-bottom: 10px;
  text-align: center;
 }
 .plantotal li .totalp {
  font-size: 24px;
  font-weight: bold;
 }
 .plantotal li .lprice {
  font-size: 18px;
  font-weight: bold;
 }
 .plantotal li .pprice {
  display: inline-block;
  border: #333 1px solid;
  padding: 3px;
  font-size: 12px;
  line-height: 1;
  margin-right: 10px;
  float: left;
 }
 .plantotal li .ppriceo {
  display: inline-block;
  line-height: 1;
  color: #40220F;
 }
 .plantotal li .ppriceo strong {
  font-size: 18px;
  color: #40220F;
  font-weight: bold;
 }
 .plantotal p {
  font-size: 12px;
  color: #666;
  clear: both;
  text-align: center;
  margin-bottom: 0;
 }
 .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: #40220F;
  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: #8AAA43;
  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;
		text-align: left;
 }
 .arc .staff_data a {
  text-align: right;
  background: url(../images/land/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: 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: #40220F;
  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.w33 label,.land_contact td.w100 label {
 width: auto;
 display: inline-block;
}
.land_contact td.w33 .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
  width: 31%;
}

.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/land/ic_mail_w.png) no-repeat 20px center #40220F;
 border: none;
 border-radius: 10px;
 display: block;
 padding: 20px 0 20px 30px;
 box-sizing: border-box;
 cursor: pointer;
 line-height: 1;
	text-align: center;
}
.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_tel {
 width: 400px;
 margin: 0 auto;
 text-align: center;
}
.contact_tel li:nth-of-type(1) {
 display: inline-block;
 width: 183px;
}
.contact_tel li:nth-of-type(1) a {
 font-size: 22px;
 color: #F18205;
 background: url(../images/land/ic_tel_l.png) no-repeat 0 5px;
 padding: 5px 0 5px 25px;
}
.contact_tel li:nth-of-type(2) {
 font-size: 16px;
 padding: 0 0 0 0px;
 display: inline-block;
 width: 135px;
}
.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;
 background: #40220F;
 border-radius: 10px;
 display: block;
 box-sizing: border-box;
 cursor: pointer;
 line-height: 55px;
}
.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: auto;
  margin-bottom: 30px;
 }
 .spbg {
  background: #EBEAE1;
  padding-bottom: 30px;
 }
 .land_contact .pb {}
 .land_contact th {
  font-size: 4vw;
  font-weight: bold;
  padding: 20px 4vw 2vw 4vw;
  width: 100%;
  display: block;
  line-height: 1.6;
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
 }
 .land_contact th img {
  position: absolute;
  top: 4vw;
  left: auto;
  right: 4vw;
 }
 .land_contact td {
  font-size: 4vw;
  padding: 2vw 4vw 2vw 4vw;
  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.w33 label,.land_contact td.w100 label {
 width: auto;
 display: block;
}
.land_contact td.w33 .wpcf7-list-item {
  display: block;
  margin: 0 0 0 0;
  width: auto;
}
	
	
 .land_contact td .w1 {
  background: #fff;
  border: none;
  padding: 15px 2vw;
  width:100%;
  font-size: 4vw;
  box-sizing: border-box;
 }
 .land_contact td .w2 {
  background: #fff;
  border: none;
  padding: 15px 2vw;
  width: 30%;
  font-size: 4vw;
 }
 .land_contact td .w3 {
  background: #fff;
  border: none;
  padding: 15px 2vw;
  width: 20% !important;
  font-size: 4vw;
 }
 .btn_kakunin {
  width: 80%;
  margin: 0 auto 30px auto;
 }
 .btn_kakunin .bt {
  width: 100%;
  height: 50px;
  font-size: 4vw;
  font-weight: bold;
  color: #fff;
  background: url(../images/land/ic_mail_w.png) no-repeat 20px center #40220F;
  border: none;
  border-radius: 2vw;
  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: 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_tel {
  width: 80%;
  margin: 0 auto;
  text-align: center;
 }
 .contact_tel li:nth-of-type(1) {
  display: block;
  width: auto;
  margin-bottom: 5px;
 }
 .contact_tel li:nth-of-type(1) a {
  font-size: 22px;
  color: #F18205;
  background: url(../images/land/ic_tel_l.png) no-repeat 0 5px;
  padding: 5px 0 5px 25px;
 }
 .contact_tel li:nth-of-type(2) {
  font-size: 4vw;
  padding: 0 0 0 0px;
  display: -block;
  width: auto;
 }
 .back_list {
  padding: 10px 0 40px 0;
  text-align: center;
  width: 210px;
  margin: 0 auto;
 }
 .back_list a {
  width: 210px;
  height: 55px;
  font-size: 4vw;
  font-weight: bold;
  color: #fff;
  background: #40220F;
  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;
		width: 100%;
 }
}
/*フォーム設定*/
.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-repeat: no-repeat;
 background-size: auto 100%;
 background-position: center;
 position: relative;
 background-color: #000;
}
.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%;
}
.gallery-top {
 height: 80%;
 width: 100%;
}
.gallery-thumbs {
 height: 20%;
 box-sizing: border-box;
 padding: 10px 0!important;
}
.gallery-thumbs .swiper-slide {
 width: 25%;
 height: 100%;
 opacity: 0.4;
 background-size: cover;
}
.gallery-thumbs .swiper-slide-active {
 opacity: 1;
}
/*プラン*/
.swiper-container.planslide {
 width: 1124px;
 height: 100%;
 margin-left: auto;
 margin-right: auto;
}
.planslide .swiper-slide {
 text-align: center;
 font-size: 18px;
 width: 1124px;
 /* Center slide text vertically */
 display: -webkit-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 align-items: center;
 background-size: auto 100%;
 background-repeat: no-repeat;
}
.swiper-container.planslide .swiper-pagination-bullet-active {
 opacity: 1;
 background: #40220F;
}
.swiper-container.planslide.swiper-container-horizontal > .swiper-pagination-bullets {
 bottom: -30px;
 left: 0;
 width: 100%;
}
.swiper-container.planslide.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
 margin: 10px 4px 30px 4px;
}
.swiper-container.planslide .swiper-pagination-bullet {
 width: 10px;
 height: 10px;
}
.planslide .swiper-slide img {
 height: 500px;
 width: auto;
}
.planslide {
 height: 80%;
 width: 100%;
}
.planslide-thumbs {
 height: 30%;
 box-sizing: border-box;
 padding: 10px 0;
}
.planslide-thumbs .swiper-slide {
 width: 20%;
 height: 100%;
 opacity: 0.4;
}
.planslide-thumbs .swiper-slide-active {
 opacity: 1;
}
@media screen and (max-width: 768px) {
 .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
 }
 .gallery-top {
  height: 80%;
  width: 100%;
 }
 .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;
 }
 /*プラン*/
 .swiper-container.planslide {
  height: 80%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
 }
 .planslide .swiper-slide {
  text-align: center;
  font-size: 18px;
  width: auto;
  height: auto;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
 }
 .planslide {}
 .swiper-container.planslide .swiper-pagination-bullet-active {
  opacity: 1;
  background: #40220F;
 }
 .swiper-container.planslide.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -10px;
  left: 0;
  width: 100%;
 }
 .swiper-container.planslide.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px 4px 30px 4px;
 }
 .swiper-container.planslide .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
 }
 .planslide .swiper-slide img {
  height: auto;
  width: 100%;
 }
 .planslide-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0 5px 0;
 }
 .planslide-thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.4;
 }
 .planslide-thumbs .swiper-slide-active {
  opacity: 1;
 }
}
@media screen and (max-width: 480px) {
 .planslidetop {
  height: 53vw;
 }
 #slide {
  width: auto;
  height: 64vw;
  margin-bottom: 20px;
 }
 .planslide-thumbs {
  display: none;
 }
 .gallery-top {
  height: 100%;
  width: 100%;
 }
 .gallery-thumbs {
  display: none;
 }
 #slide2 {
  width: auto;
  height: 64vw;
  margin-bottom: 20px;
 }
}
/*land_detail land_list*/
.land_detail.land_list {
 background: #ffffff;
 overflow: hidden;
 padding: 60px 0 0 0;
}
.land_detail.land_list .inner {
 width: 1124px;
 margin: 0 auto;
 overflow: hidden;
}
.land_detail.land_list article {
 width: 353px;
 overflow: hidden;
 margin-bottom: 20px;
 margin-right: 30px;
 float: left;
 -webkit-transition: 0.4s ease-in-out;
 transition: 0.4s ease-in-out;
	background: url("../images/land/btn_more.png") no-repeat 22px 94% #F5F5F5;
 background-size: 100px auto;
}


.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: 353px;
 text-align: center;
 background: #EEEEEE;
}
.land_detail.land_list article .detail {
 padding: 25px;
 box-sizing: border-box;
 overflow: hidden;
 text-align: left;
}
.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: 20px;
 font-weight: bold;
 color: #40220F;
 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: 20px;
 font-weight: bold;
 color: #40220F;
 float: left;
}
.land_detail.land_list article .detail dl {
 float: right;
 overflow: hidden;
 width: 160px;
 font-size: 16px;
}
.land_detail.land_list article .detail dt {
 float: left;
 width: 85px;
 margin-bottom: 5px;
}
.land_detail.land_list article .detail dd {
 float: right;
 width: 75px;
 margin-bottom: 5px;
}
.land_detail.land_list article .cd {
 position: absolute;
 top: 0;
 left: 0;
}
.salelink {
 padding: 0 30px 30px 30px;
 clear: both;
}
.salelink a {
 background: #40220F;
 padding: 15px;
 display: block;
 text-align: center;
 color: #fff;
}
.land_list article .buyend {
 /*display: none;*/
}

.land_list article .buyend.tag1 {
 display: inherit;
 position: absolute;
 left: 0;
 top: 0;
 /*background: url("../images/land/tag_new.png") no-repeat;*/
 width: 200px;
 height: 50px;
 background-size: auto 40px;
}
.land_list article .buyend.tag2 {
 display: inherit;
 position: absolute;
 left: 0;
 top: 0;
	/*
 background: url("../images/land/tag_change.png") no-repeat;
 width: 200px;
 height: 50px;
 background-size: auto 40px;
	*/
}
.land_list article .buyend.tag3 {
 display: inherit;
 position: absolute;
 left: 0;
 top: 0;
	/*
 background: url("../images/land/tag_future.png") no-repeat;
 width: 200px;
 height: 50px;
 background-size: auto 40px;*/
}


.land_list article .buyhend {
 /*display: none;*/
}

.land_list article .buyhend.tag1 {
 display: inherit;
 position: absolute;
 left: 0;
 top: 0;
 /*background: url("../images/land/tag_new.png") no-repeat;*/
 width: 200px;
 height: 50px;
 background-size: auto 40px;
}
.land_list article .buyhend.tag1 {
 display: inherit;
 position: absolute;
 left: 0;
 top: 0;
	/*
 background: url("../images/land/tag_change.png") no-repeat;
 width: 200px;
 height: 50px;
 background-size: auto 40px;
	*/
}
.land_list article .buyhend.tag2 {
 display: inherit;
 position: absolute;
 left: 0;
 top: 0;
	/*
 background: url("../images/land/tag_future.png") no-repeat;
 width: 200px;
 height: 50px;
 background-size: auto 40px;*/
}


/*house single*/

.single-house .land_detail.land_list article {
	background: url("../images/land/btn_more.png") no-repeat 22px 94% #F5F5F5;
 background-size: 100px auto;
}

.single-house .land_detail.land_list article .detail {
 padding: 20px;
	padding-bottom: 70px;
}

.single-house .land_detail.land_list article .detail p.name {
 font-size: 17px;
 font-weight: bold;
 margin-bottom: 15px;
}

.single-house .land_detail.land_list article .detail dl {
 float: none;
 overflow: hidden;
 width: auto;
 font-size: 16px;
}
.single-house .land_detail.land_list article .detail dt {
 float: left;
 width: 85px;
 margin-bottom: 5px;
}
.single-house .land_detail.land_list article .detail dd {
 float: right;
 width: 200px;
 margin-bottom: 5px;
}



@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 {
  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: #40220F;
  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: #40220F;
  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: #40220F;
  padding: 15px;
  display: block;
  text-align: center;
  color: #fff;
 }
	
	
	/*house single*/

.single-house .land_detail.land_list article {
	background: url("../images/land/btn_more.png") no-repeat 97% 97% #fff;
 background-size: 100px auto;
}

.single-house .land_detail.land_list article .detail {
padding: 15px;
		padding-bottom: 50px;
}

.single-house .land_detail.land_list article .detail p.name {
 font-size: 17px;
 font-weight: bold;
 margin-bottom: 15px;
}

.single-house .land_detail.land_list article .detail dl {
 float: none;
 overflow: hidden;
 width: auto;
 font-size: 16px;
}
.single-house .land_detail.land_list article .detail dt {
 float: left;
 width: 90px;
 margin-bottom: 5px;
	min-height: 25px;
}
.single-house .land_detail.land_list article .detail dd {
 float: right;
 width:calc(100% - 90px);
 margin-bottom: 5px;
	min-height: 25px;
}
	
	
	
}
.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;
 }
}
/*Villa le classe 南垣内  .postid-15479*/
.postid-15479 .stxt.t1 {
 width: 730px;
 height: 680px;
}
.postid-15479 .land_point {
 top: 135px;
}
@media screen and (max-width: 768px) {
 .postid-15479 .stxt.t1 {
  width: auto;
  height: auto;
 }
 .postid-15479 .land_point {
  top: auto;
 }
}
/*Villa le classe 槇島町北内  .postid-22905*/
.postid-22905 .stxt.t1 {
 width: 730px;
 height: 250px;
}
.postid-22905 .land_point {
 top: 135px;
}
@media screen and (max-width: 768px) {
 .postid-22905 .stxt.t1 {
  width: auto;
  height: auto;
 }
 .postid-22905 .land_point {
  top: auto;
 }
}
/*Villa le classe 寺田大谷  .sale-template-single-sale_villa-le-classe2*/
.sale-template-single-sale_villa-le-classe2 .stxt.t1 {
 width: 730px;
 height: 150px;
}
.sale-template-single-sale_villa-le-classe2 .land_point {
 top: 135px;
}
.sale-template-single-sale_villa-le-classe2 .sale_sub {
 margin-bottom: 300px;
}
@media screen and (max-width: 768px) {
 .sale-template-single-sale_villa-le-classe2 .stxt.t1 {
  width: auto;
  height: auto;
 }
 .sale-template-single-sale_villa-le-classe2 .land_point {
  top: auto;
 }
 .sale-template-single-sale_villa-le-classe2 .sale_sub {
  margin-bottom: 30px;
 }
}
/*Villa le classe 寺田大谷 20220218　カスタマイズ .sale-template-single-sale_villa-le-classe2*/
.tmpb .content .inner {
 padding: 0 0 60px 0;
}
.sale_pttl {
 display: none;
}
.ppnav {
 margin-bottom: 60px;
}
.ppnav ul {
 margin-bottom: 60px;
 background: #40220F;
 display: flex;
 justify-content: space-around;
 flex-wrap: wrap;
 padding: 20px 0;
}
.ppnav li {
 display: block;
 text-align: center;
 flex: 1;
}
.ppnav li + li {
 border-left: #fff 1px solid;
}
.ppnav li a {
 display: block;
 text-align: center;
 color: #fff !important;
}
.ppnav li a:hover {
 text-decoration: none;
}
#sale_kukaku, #sale_access, #sale_plan {
 margin-top: -100px;
 padding-top: 100px;
}
@media screen and (max-width: 768px) {
 .tmpb .sale_main2 {
  margin-bottom: 0px;
 }
 .ppnav {
  margin-bottom: 30px;
 }
 .ppnav ul {
  margin-bottom: 30px;
  background: #40220F;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
  padding: 0 0 0 0;
 }
 .ppnav li {
  display: block;
  text-align: center;
  flex: none;
  width: 50%;
 }
 .ppnav li:nth-of-type(1), .ppnav li:nth-of-type(2) {
  border-bottom: #fff 1px solid;
 }
 .ppnav li:nth-of-type(2), .ppnav li:nth-of-type(4) {
  border-left: #fff 1px solid;
 }
 .ppnav li + li {
  border-left: none;
 }
 .ppnav li a {
  display: block;
  text-align: center;
  color: #fff !important;
  padding: 10px;
 }
 .ppnav li a:hover {
  text-decoration: none;
 }
 #sale_kukaku, #sale_access, #sale_plan {
  margin-top: -100px;
  padding-top: 100px;
 }
}
.sale_news {
 margin-bottom: 100px;
}
.sale_news_ttl {
 margin-bottom: 50px;
 text-align: center;
}
.sale_news_ttl span {
 font-size: 30px;
 color: #4D2D18;
 display: inline-block;
 font-weight: bold;
 padding-bottom: 5px;
 border-bottom: #4D2D18 1px solid;
}
.sale_news_list {
 border: #B9B9B9 1px solid;
 padding: 20px 30px 0 30px;
}
.sale_news_list dt {
 display: inline-block;
 width: 15%;
 margin-bottom: 20px;
}
.sale_news_list dd {
 display: inline-block;
 width: 75%;
 margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
 .sale_news {
  margin-bottom: 50px;
 }
 .sale_news_ttl {
  margin-bottom: 25px;
  text-align: center;
 }
 .sale_news_ttl span {
  font-size: 18px;
 }
 .sale_news_list {
  border: #B9B9B9 1px solid;
  padding: 15px 20px 0 20px;
  margin: 0 20px;
 }
 .sale_news_list dt {
  display: inline-block;
  width: 30%;
  margin-bottom: 15px;
  vertical-align: top;
 }
 .sale_news_list dd {
  display: inline-block;
  width: 65%;
  margin-bottom: 15px;
  vertical-align: top;
 }
}
.sale_point {
 margin-bottom: 100px;
}
.sale_point_ttl {
 text-align: center;
 font-size: 24px;
 font-weight: bold;
 border-top: #4D2D18 4px solid;
 border-bottom: #4D2D18 4px solid;
 color: #4D2D18;
 padding: 25px 0;
 margin-bottom: 50px;
}
.sale_point_txt {
 line-height: 1.8;
 margin-bottom: 60px;
 text-align: center;
}
.sale_point_img {
 margin-bottom: 100px;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
.sale_point_img img {
 width: 500px;
}
.sale_point_mov {
 margin-bottom: 50px;
}
.sale_point_mov {
 position: relative;
 padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
 padding-top: 30px;
 height: 0;
 overflow: hidden;
 margin-bottom: 2rem; /* YouTubeの下に余白をつける */
}
.sale_point_mov iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.sale_point .readarea {
 width: 100%;
 background: none;
}
@media screen and (max-width: 768px) {
 .sale_point {
  margin: 0 20px 50px 20px;
 }
 .sale_point_ttl {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  border-top: #4D2D18 2px solid;
  border-bottom: #4D2D18 2px solid;
  color: #4D2D18;
  padding: 15px 0;
  margin-bottom: 25px;
 }
 .sale_point_txt {
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: left;
 }
 .sale_point_img {
  display: inherit;
  margin: 0 0 50px 0;
 }
 .sale_point_img img {
  width: 100%;
  margin-bottom: 10px;
 }
 .sale_point_mov {
  margin-bottom: 25px;
 }
 .sale_point .readarea {
  width: 100%;
  background: none;
 }
}
.sale_kukaku {
 margin-bottom: 100px;
}
.sale_ttl {
 font-size: 30px;
 text-align: center;
 color: #4D2D18;
 padding-bottom: 20px;
 margin-bottom: 60px;
 font-weight: bold;
 border-bottom: #4D2D18 2px solid;
}
.sale_kukaku {
 margin-bottom: 100px;
}
.sale_kukaku_img {
 margin-bottom: 100px;
 text-align: center;
}
.sale_kukaku_img img {
 width: 100%;
 height: auto;
}
.kukaku_detail {
 overflow: hidden;
 margin-bottom: 100px;
}




.sale_kukaku_list {
 width: 430px!important;
 float: left;
 border-top: #391711 1px solid;
 border-left: #391711 1px solid;
 background: #fff;
}
.sale_kukaku_list th {
 width: 90px;
 background: #391711;
 color: #fff;
 padding: 10px;
 text-align: center;
 border-bottom: #391711 1px solid;
 border-right: #391711 1px solid;
 font-weight: bold;
 font-size: 14px;
}
.sale_kukaku_list th a {
 color: #fff !important;
 font-weight: bold;
 font-size: 14px;
}
.sale_kukaku_list td {
 color: #391711;
 padding: 10px;
 text-align: left;
 border-bottom: #391711 1px solid;
 border-right: #391711 1px solid;
 font-weight: bold;
 font-size: 14px;
}
.sale_kukaku_list td:nth-of-type(1) {
 width: 120px;
 text-align: center;
}
.sale_kukaku_list td:nth-of-type(2) {
 width: 210px;
 text-align: left;
}
.sale_kukaku_list td:last-child {
 width: 150px;
 text-align: left;
}
.sale_kukaku_list td.icne {
 background: url("../images/land/ic_shodan.svg") no-repeat 175px center;
 background-size: 50px auto;
}
.sale_kukaku_list td.icsold {
 background: url("../images/land/ic_buy.svg") no-repeat 175px center;
 background-size: 50px auto;
}


.sale_kukaku_tbl{
	display: flex;
	flex-wrap: wrap;
	border-top: #4D2D18 1px solid;
 border-left: #4D2D18 1px solid;
}

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

.sale_kukaku_tbl_blk{
	display: flex;
	width: 50%;
}

.sale_kukaku_tbl_blk p:nth-of-type(1) {
 width: 30%;
 text-align: center;
}
.sale_kukaku_tbl_blk p:nth-of-type(2) {
 width: 70%;
 text-align: left;
}

.sale_kukaku_tbl_blk p{
	width: 50%;
	color: #391711;
 padding: 10px;
 text-align: left;
 border-bottom: #391711 1px solid;
 border-right: #391711 1px solid;
 font-weight: bold;
 font-size: 15px;
}

.sale_kukaku_tbl_blk p.sale_kukaku_tbl_ttl {
	width: 25%;
 background: #391711;
 color: #fff;
 padding: 10px;
 text-align: center;
 border-bottom: #391711 1px solid;
 border-right: #391711 1px solid;
 font-weight: bold;
 font-size: 15px;
}

.sale_kukaku_tbl_blk p.sale_kukaku_tbl_ttl a{color: #fff;}

.sale_kukaku_tbl_txt{
	width: 75%;
	display: flex;
	background: #fff;
}

.sale_kukaku_tbl_blk p.icne {
 background: url("../images/land/ic_shodan.svg") no-repeat 230px center;
 background-size: 50px auto;
}
.sale_kukaku_tbl_blk p.icsold {
 background: url("../images/land/ic_buy.svg") no-repeat 230px center;
 background-size: 50px auto;
}


/*20260324　追加　テーブル分割*/

.sale_kukaku_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
  align-items: start;
}

.sale_kukaku_wrap .sale_kukaku_list {
  width: 550px!important;
  border-collapse: collapse;
}

.sale_kukaku_wrap .sale_kukaku_list th,
.sale_kukaku_wrap .sale_kukaku_list td {
}

.sale_kukaku_wrap .sale_kukaku_list th {
  white-space: nowrap;
}

.sale_kukaku_wrap .sale_kukaku_list td {
 color: #391711;
 padding: 10px;
 text-align: left;
 border-bottom: #391711 1px solid;
 border-right: #391711 1px solid;
 font-weight: bold;
 font-size: 14px;
}
.sale_kukaku_wrap .sale_kukaku_list td:nth-of-type(1) {
 width: 110px;
 text-align: left;
}
.sale_kukaku_wrap .sale_kukaku_list td:nth-of-type(2) {
 width: 280px;
 text-align: left;
}
.sale_kukaku_wrap .sale_kukaku_list td:last-child {
 width: 130px;
 text-align: center;
}

.detail_link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}

.detail_link::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: 6px;
}







.sale_kukaku_txt {
 margin-left: 460px;
 font-size: 16px;
 line-height: 1.8;
}
.sale_slider {
 width: 740px;
 margin: 0 auto;
}
.sale_slider .fotorama__nav::after, .fotorama__stage::after {
 background: none !important;
}
.fotorama__stage {
 background: none !important;
}
.sale_kukaku .land_data .data {
 width: 100%;
}
@media screen and (max-width: 768px) {
 .sale_kukaku {
  margin-bottom: 50px;
 }
 .sale_ttl {
  font-size: 18px;
  text-align: center;
  color: #4D2D18;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: bold;
  border-bottom: #4D2D18 1px solid;
 }
 .sale_kukaku {
  margin-bottom: 50px;
 }
 .kukaku_detail {
  overflow: hidden;
  margin: 0 20px 50px 20px;
 }
 .sale_kukaku_img {
  margin: 0 20px 30px 20px;
 }
 .sale_kukaku_list {
  width: 100%;
  float: none;
  border-top: #391711 1px solid;
  border-left: #391711 1px solid;
  background: #fff;
  margin-bottom: 30px;
 }
 .sale_kukaku_list th {
  width: auto;
  white-space: nowrap;
  background: #391711;
  color: #fff;
  padding: 5px;
  text-align: center;
  border-bottom: #391711 1px solid;
  border-right: #391711 1px solid;
  font-weight: bold;
  font-size: 15px;
 }
 .sale_kukaku_list th a {
  color: #fff !important;
  font-weight: bold;
  font-size: 15px;
 }
 .sale_kukaku_list td {
  color: #391711;
  padding: 5px;
  text-align: left;
  border-bottom: #391711 1px solid;
  border-right: #391711 1px solid;
  font-weight: bold;
  font-size: 15px;
 }
 .sale_kukaku_list td.icne {
  background: url("../images/land/ic_shodan.svg") no-repeat calc(100% - 5px) center;
  background-size: 40px auto;
 }
 .sale_kukaku_list td.icsold {
  background: url("../images/land/ic_buy.svg") no-repeat calc(100% - 5px) center;
  background-size: 40px auto;
 }
	
	
	.sale_kukaku_tbl{
	display: block;
	border-top: #4D2D18 1px solid;
 border-left: #4D2D18 1px solid;
}

.sale_kukaku_tbl{
	margin: 0 20px 60px 20px;
	clear: both;
}

.sale_kukaku_tbl_blk{
	display: flex;
	width: 100%;
}
	
	.sale_kukaku_tbl_blk p:nth-of-type(1) {
 width: 30%;
 text-align: center;
}
.sale_kukaku_tbl_blk p:nth-of-type(2) {
 width: 70%;
 text-align: left;
}

.sale_kukaku_tbl_blk p{
	width: 50%;
	color: #391711;
 padding: 5px;
 text-align: left;
 border-bottom: #391711 1px solid;
 border-right: #391711 1px solid;
 font-weight: bold;
 font-size: 15px;
}

.sale_kukaku_tbl_blk p.sale_kukaku_tbl_ttl {
	width: 20%;
 background: #391711;
 color: #fff;
 padding: 5px;
 text-align: center;
 border-bottom: #391711 1px solid;
 border-right: #391711 1px solid;
 font-weight: bold;
 font-size: 15px;
}

.sale_kukaku_tbl_blk p.sale_kukaku_tbl_ttl a{color: #fff;font-size: 15px;}

.sale_kukaku_tbl_txt{
	width: 80%;
	display: flex;
}


	.sale_kukaku_tbl_blk p.icne {
 background: url("../images/land/ic_shodan.svg") no-repeat calc(100% - 5px) center;
 background-size: 40px auto;
}
.sale_kukaku_tbl_blk p.icsold {
 background: url("../images/land/ic_buy.svg") no-repeat calc(100% - 5px) center;
 background-size: 40px auto;
}

	
	/*20260324　追加　テーブル分割*/

.sale_kukaku_wrap {
  display: block;
  gap: 0 20px;
  align-items: start;
	margin-bottom: 30px;
}

.sale_kukaku_wrap .sale_kukaku_list {
  width: 100%!important;
  border-collapse: collapse;
	margin-bottom: 0;
}
	
	.sale_kukaku_wrap .sale_kukaku_list:nth-of-type(2)  {
 border-top: none;
}
	
	.sale_kukaku_wrap .sale_kukaku_list th,
	.sale_kukaku_wrap .sale_kukaku_list td{
    padding: 1.5vw;
  }

.sale_kukaku_wrap .sale_kukaku_list th,
.sale_kukaku_wrap 	.sale_kukaku_list th a,
.sale_kukaku_wrap .sale_kukaku_list td,
.sale_kukaku_wrap 	.sale_kukaku_list td a{
	font-size: 3vw!important;
}

.sale_kukaku_wrap .sale_kukaku_list th {
  white-space: nowrap;
}


.sale_kukaku_wrap .sale_kukaku_list th {
 width: 14vw;
}
.sale_kukaku_wrap .sale_kukaku_list td:nth-of-type(1) {
  width: 22vw;
  text-align: right;
}

.sale_kukaku_wrap .sale_kukaku_list td:nth-of-type(2) {
  width: 42vw;
  text-align: left;
}

.sale_kukaku_wrap .sale_kukaku_list td:last-child {
 width: 13vw;
 text-align: center;
	font-size: 2.5vw!important;
}



  .link_text {
    display: none;
  }

  .detail_link::before {
    content: '詳細';
			font-size: 2.8vw!important;
  }
	
	.detail_link::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  margin-left: 6px;
}
	
	
 .sale_kukaku_txt {
  margin-left: 0;
  font-size: 15px;
  line-height: 1.8;
 }
 .sale_slider {
  width: auto;
  margin: 0 20px;
 }
 .sale_slider .fotorama__nav::after, .fotorama__stage::after {
  background: none !important;
 }
 .fotorama__stage {
  background: none !important;
 }
 .sale_kukaku .land_data .data {
  width: auto;
  margin: 0 20px;
  float: none;
 }
}
.sale_access {
 margin-bottom: 150px;
}
.sale_access .gmap {
 width: 100%;
 margin: 0 auto 50px auto;
}
.sale_access_img {
 margin-bottom: 50px;
 text-align: center;
}
.sale_access_img img {
 width: 100%;
 height: auto;
}
@media screen and (max-width: 768px) {
 .sale_access {
  margin-bottom: 50px;
 }
 .sale_access .gmap {
  width: auto;
  margin: 0 20px 30px 20px;
 }
 .sale_access_img {
  margin: 0 20px 30px 20px;
 }
}
.sale_plan_new {
 margin-bottom: 50px;
}
.sale_plan_img {
 margin-bottom: 100px;
 text-align: center;
}
.sale_plan_img img {
 width: 100%;
 height: auto;
}
.tmpb #sale_land.index_list.content {
 padding: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
 .sale_plan_new {
  margin-bottom: 10px;
 }
 .sale_plan_img {
  margin: 0 20px 30px 20px;
 }
 .sale_plan_new .slide {
  margin: 0 20px;
 }
 .tmpb #sale_land.index_list.content {
  padding: 100px 0 0 0 !important;
  margin-bottom: 30px;
 }
}
.mySwiper .swiper-slide {
 width: 25%;
 height: 100%;
 opacity: 0.4;
}
.mySwiper .swiper-slide-thumb-active {
 opacity: 1;
}

.wp-pagenavi{
	padding-bottom: 80px;
}

/* Post Navigation */
.nav-previous {
	display: table-cell;
	padding: 32px 8px 32px 32px;
}

.nav-next {
	display: table-cell;
	padding: 32px 32px 32px 8px;
}

.post-navigation {
	margin: 32px 0;
	border: solid 1px #ebedf0;
}

.nav-links {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.nav-previous, .nav-next {
	padding: 16px;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.nav-previous a, .nav-next a {
	display: block;
}

.post-nav {
	display: block;
	padding-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

.post-nav .fa {
	color: #b5b5b5;
}

.nav-previous .fa {
 margin: 0 4px 0 0;
}

.nav-next .fa {
 margin: 0 0 0 4px
}

.nav-title {
	font-size: 14px;
	font-size: 1.4rem;
}

.nav-previous img {
	float: left;
	margin-right: 8px;
	width: 90px;
	height: 90px;
}

.nav-next img {
	float: right;
	margin-left: 8px;
	width: 90px;
	height: 90px;
}



.m_select_outer select {
    display: block;
    position: relative;
    width:400px;
    height: 38px;
    font-size: 14px;
    font-size: 0.9rem;
    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 #40220F;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 9px;
  top: 10px;
  width: 0;
}
	.m_select_outer::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #40220F;
  content: "";
  position: absolute;
  right: 9px;
  top: 21px;
  width: 0;
}

 
	.mw_wp_form_preview .m_select_outer::before {
  border-bottom: none;
  border-left: none;
  border-right:none;
  content: "";
  position: absolute;
  right: auto;
  top: auto;
  width: 0;
}

	.mw_wp_form_preview .m_select_outer::after {
  border-bottom: none;
  border-left: none;
  border-right:none;
  content: "";
  position: absolute;
  right: auto;
  top: auto;
  width: 0;
}






.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%;
}
	
}

/*リノベーション内容　見出し非表示設定*/
.house_single .sbox .stit.ttl_reno.reno_off
{
	display: none;
}

.postid-15474 .sale_sub img,
.postid-15476 .sale_sub img{
	width: 745px;
	height: auto;
}

@media screen and (max-width: 768px) {
	
	.postid-15474 .sale_sub img,
	.postid-15476 .sale_sub img{
	width: 100%;
	height: auto;
}
	
}


/*設備、現地スライダー　202208*/

.nslide {
 width: 740px;
 height: 480px;
	margin: 0 auto 60px auto;
	overflow: hidden;
	position: relative;
}


.setsubi-thumbs .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 3);
}
.setsubi-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
/* レイアウトのためのスタイル */
.setsubi-slider {
  max-width: 500px;
  width: 100%;
}
.setsubi-slider .swiper-slide img {
  height: auto;
  width: 100%;
}

.slideNone .swiper-button-next,
.slideNone .swiper-button-prev {
    display: none;
}


.postid-15476 .sale_plan .tit,
.postid-15474 .sale_plan .tit {
 width: 740px;
}

.postid-15476 .slide,
.postid-15474 .slide {
  width: 740px;
  height: 480px;
	margin: 0 0 60px 0;
}

.postid-15476 .land_data .data,
.postid-15474 .land_data .data{
  margin: 0 ;
}

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

 .slide {
  width: auto;
  height: 64vw;
  margin-bottom: 20px;
 }
	
	.postid-15476 .sale_plan .tit,
.postid-15474 .sale_plan .tit {
 width: auto;
}

.postid-15476 .slide,
.postid-15474 .slide {
  width: auto;
}
	
	
}

/*202304 リフォームプランバナー追加*/

.bnr_reformplan{
	width: 740px;
	margin: 0 auto 50px auto;
}

@media screen and (max-width: 768px) {
	.bnr_reformplan{
	width: auto;
	margin: 0 10px 50px 10px;
}
}

/*202504 リノベーションバナー追加*/

.bnr_renoplan{
	width: 740px;
	margin: 0 auto 50px auto;
}

@media screen and (max-width: 768px) {
	.bnr_renoplan{
	width: auto;
	margin: 0 10px 50px 10px;
}
}


/*検索追加　202502*/

.search_outer{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.land_search{
	width: 350px;
	background: #fff;
	border-radius: 10px;
}

.land_search_inner{
	padding: 10px;
}


.search_outer .land_list{
	width: 740px;
}

.search_tag{
	margin-bottom: 30px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
overflow: hidden;
}

.result_num{
	width: 72px;
	color: #40220F;
	border: #40220F 2px solid;
	font-size: 14px;
	padding: 5px 5px;
	line-height: 1;
	border-radius: 10px 0 0 10px;
	text-align: center;
	
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
overflow: hidden;
}

.result_num strong{
	color: #40220F;
	font-size: 24px;
}

.land_search h3{
	font-size: 16px;
	font-weight: 700;
	padding: 20px 0 6px 6px;
}


.search_tag_ttl{
	background: #40220F;
	color: #fff;
	font-size: 13px;
	padding: 5px 6px;
	font-weight: 700;
	height: 60px;
	width: 80px;
	display: flex;
	justify-content:center;
overflow: hidden;
	
	align-items: center;
}

.search_tag_list{
	font-size: 13px;
	padding: 5px 8px;
	background: #fff;
	width: 600px;
	box-sizing: border-box;
	line-height: 1.4;
	display: flex;
	justify-content: flex-start;
	align-items: center;
overflow: hidden;
	height: 60px;
}

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

.btn_serch input{
	border: #40220F 2px solid;
	padding: 15px 0;
	width: 260px;
	color: #40220F;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

input[type="submit"] {
	border: #40220F 2px solid;
	padding: 15px 0;
	width: 320px;
	color: #40220F;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin: 20px auto 10px auto;
}

input[type="submit"]:hover {
}




.land_search ul{
	font-size: 14px;
}

.searchandfilter ul {
  display: block;
}

.land_search ul li{
	width: 100%;
	padding: 6px;
	border-top: #ddd 1px solid;
}

.land_search ul li li{
	padding: 3px 0;
	border-top: none;
	display: block;
	width: 100%;
}

.land_search ul li li + li{
	border-top: #ddd 1px dotted;
}

.land_search ul li li:first-child{
	border-bottom: none;
}

.land_search ul li li.cat-item-37{
	border-top: none;
}

.land_search ul li label input{
	margin-right: 5px;
	
}


/*タグのリストを表示*/

.taglist{
	margin: -20px 0 60px 0;
}

.land-tags{
	display: flex;
	padding: 15px;
	flex-wrap: wrap;
	column-gap: 8px;
}
.land-tags li{
	display: block;
  font-weight: normal;
  color: #fff;
	font-size: 12px;
	background: #CCC;
	padding: 5px 10px;
	line-height: 1.2;
	border-radius: 5px;
	margin-bottom: 5px;
}

.land-tags li.selected-tag {
    color: #555; /* 例: 赤色 */
    font-weight: bold;
    background-color: #ffebcd; /* 例: 薄い背景色 */
}



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

	.search_outer{
	display: block;
		argin: 0 5vw;
}

.land_search{
	width: auto;
	background: #fff;
	border-radius: 0;
	margin: 0 5vw 5vw 5vw;
}

.land_search_inner{
	padding:0;
}


.search_outer .land_list{
	width: auto;
}

.search_tag{
	margin-bottom: 30px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
overflow: hidden;
}

.search_tag_ttl{
	background: #40220F;
	color: #fff;
	font-size: 12px;
	padding: 5px 8px;
	font-weight: 700;
	line-height: 1.3;
	width: auto;
	display: none;
}

.search_tag_list{
	padding: 5px 10px;
	background: #fff;
	width: calc(100%-60vw);
	box-sizing: border-box;
	
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 1.3;
	font-size: 11px;
	height: 70px;
}

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

.btn_serch input{
	border: #40220F 2px solid;
	padding: 15px 0;
	width: 260px;
	color: #40220F;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}
	
	input[type="submit"] {
	border: #40220F 2px solid;
	padding: 15px 0;
	width: 100%;
	color: #40220F;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

input[type="submit"]:hover {
}


.result_num{
	width: 100px;
	background: #40220F;
	color: #fff;
	border: #40220F 2px solid;
	font-size: 14px;
	padding: 5px 5px;
	line-height: 1;
	border-radius: 10px 0 0 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	height: 70px;
}
.result_num p{
	padding: 0 5px;
}
.result_num strong{
	color: #fff;
	font-size: 24px;
}
.land_search h3{
	font-size: 16px;
	font-weight: 700;
	padding: 20px 0 6px 6px;
}

.land_search ul{
	font-size: 14px;
}

.land_search li{
	padding: 6px;
	border-top: #ddd 1px solid;
}
	
	
.land_search ul li li{
	font-size: 13px;
	padding: 4px 0;
	line-height: 2;
	}
	


/*タグのリストを表示*/

.taglist{
	margin: -20px 0 60px 0;
}

.land-tags{
	display: flex;
	padding: 15px;
	flex-wrap: wrap;
	column-gap: 8px;
}
.land-tags li{
	display: block;
  font-weight: normal;
  color: #fff;
	font-size: 12px;
	background: #CCC;
	padding: 5px 10px;
	line-height: 1.2;
	border-radius: 5px;
	margin-bottom: 5px;
}

.land-tags li.selected-tag {
    color: #555; /* 例: 赤色 */
    font-weight: bold;
    background-color: #ffebcd; /* 例: 薄い背景色 */
}
}




/**/
.accordion {
}

		.m_g_sttl {
			font-size: 18px;
			font-weight: 700;
			padding: 10px 10px 0 10px;
			color: #40220F;
				text-align:center;
}

@media screen and (max-width: 767px) {
	
/**/
.accordion {
 padding: 0 2.2vw 0 2.2vw;
}
.accordion_container {
 max-width: auto;
 margin: 0 ;
 padding: 0;
}
.accordion_title {
 height: 65px;
 font-size: 18px;
 font-weight: bold;
 padding: 20px 50px 25px 50px;
 position: relative;
 z-index: +1;
 cursor: pointer;
 transition-duration: 0.2s;
 line-height: 1.4;
	text-align: center;
}


	
	.m_g_ttl {
 display: inline-block;
 text-align: left;
}
.m_g_ttl strong {
 color: #d93938;
}
	
			.m_g_sttl {
 text-align: left;
			font-size: 16px;
			font-weight: 700;
			padding: 10px 10px 10px 10px;
			color: #40220F;
				text-align:center;
					background: #f5f5f5;
}


	

.accordion_title:hover {
 opacity: .8;
}
.icon_wrap {
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 top: 50%;
 right: 2%;
 width: 40px;
 height: 40px;
 margin-top: -20px;
 box-sizing: border-box;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 transform-origin: center center;
 transition-duration: 0.2s;
}

	
.accordion_title.default .icon_wrap {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
.icon {
 display: block;
 width: 18px;
 height: 18px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 transform-origin: center center;
 transition-duration: 0.2s;
 position: relative;
}
.accordion_title.default .icon_wrap .icon {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
.accordion_title.default.open .icon_wrap .icon {
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.accordion_title.open .icon_wrap {
 -webkit-transform: rotate(-360deg);
 transform: rotate(-360deg);
}
.accordion_title.default.open .icon_wrap {
 -webkit-transform: rotate(315eg);
 transform: rotate(315deg);
}
.icon:before, .icon:after {
 display: flex;
 content: '';
 background-color: #000;
 width: 18px;
 height: 1px;
 position: absolute;
 top: 9px;
 left: 0;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
 transform-origin: center center;
}
.icon:before {
 width: 1px;
 height: 18px;
 top: 0;
 left: 9px;
}
.accordion_title.default .icon_wrap .icon:before {
 content: none;
}
.accordion_title.open .icon_wrap .icon:before {
 content: none;
}
.accordion_title.default.open .icon_wrap .icon:before {
 content: "";
}
.accordion_title.open .icon_wrap .icon:after {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.accordion_title.default.open .icon_wrap .icon:after {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
.accordion_inner {
 border-top:none;
 display: none;
 padding: 0;
 box-sizing: border-box;
}
.accordion_inner.default {
 display: block;
}
.accordion_container:nth-of-type(2) .accordion_inner {}
.accordion_container:nth-of-type(3) .accordion_inner {}
.ac_inner_wraper {}
.m_merit_ct {
 font-size: 4.8vw;
 text-align: center;
 font-weight: 700;
}
}


/*20250409　パンくずの設定　分譲地タブのみ3つめの記号を非表示にする*/


.tax-land_tag .breadcrumbs_inner span:nth-of-type(6) {
    display: none!important;
}


/*チェックボックスのデザイン*/

/* チェックボックス非表示 */
label > input[type="checkbox"] {
  display: none;
}

/* ラベル全体 */
label {
  position: relative;
  padding-left: 30px;
  padding-top: 4px;       /* ← 上に2px余白追加 */
  padding-bottom: 4px;    /* ← 下に2px余白追加 */
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  color: #333;
}

/* デフォルトのチェック枠（グレー） */
label::before {
  content: '';
  position: absolute;
  top: 6px; /* ← チェック枠の位置も微調整 */
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc; /* グレー */
  background: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

/* チェックマーク（オレンジ） */
label::after {
  content: '';
  position: absolute;
  top: 9px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid #40220F;  /* オレンジ */
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* チェック時：枠とマークをオレンジに */
label:has(input[type="checkbox"]:checked)::before {
  border-color: #40220F;
}
label:has(input[type="checkbox"]:checked)::after {
  opacity: 1;
}




/*エラーチェック css*/

.wpcf7-not-valid-tip {
  clear: both;
  color: #FFF !important;
  background: #C1272D!important;
  font-size: 90%;
  display: block;
  padding: 5px 10px;
  margin-top: 10px;
  border-radius: 5px;
  webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: #46b450!important;
  color: #FFF !important;
	
	padding: 10px  !important;
  font-size: 18px !important;
  border-radius: 5px !important;
}

.btn_kakunin input.bt[type="submit"][disabled] {
  background-color: #999;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #C1272D !important;
  background: #C1272D !important;
  color: #fff !important;
  padding: 10px  !important;
  font-size: 18px !important;
  border-radius: 5px !important;
}

