.tokokugiri {
  border: none;
  border-top: 1px dashed #e4e4e4;
}

.jisage {
  text-indent: 1em;
}

#keireki table {
  text-align: left;
  width: 80%;
}

#keireki td {
  white-space: nowrap;
  text-align: left;
}

.clearText {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#mark {
  border-left-width: 10px;
  border-left-color: #dadada;
  border-left-style: solid;
  padding-left: 5px;
}

#gaiyo table {
  text-align: left;
  width: 80%;
}

#gaiyo td {
  white-space: nowrap;
  text-align: left;
}

.waku {
  border: 3px solid #787878;
  padding: 5px 10px 0px;
  width: 80%;
  border-radius: 10px;
  background-color: white;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-align: left;
}

.waku dt {
  font-weight: bold;
  text-align: left;
}

.waku dd {
  text-align: left;
  padding-left: 10px;
}

button.okyakub {
  text-align: center;
  padding: 3px 10px;
  background: none 0% 0% / auto auto repeat scroll padding-box border-box #ffbb77;
  border-radius: 5px;
  border: 1px solid #ff8000;
  font-size: 14px;
}

button.nishimurab {
  text-align: center;
  padding: 3px 10px;
  background: none 0% 0% / auto auto repeat scroll padding-box border-box #b4f2ae;
  border-radius: 5px;
  border: 1px solid green;
  font-size: 14px;
}

button.sekkeib {
  text-align: center;
  padding: 3px 10px;
  background: none 0% 0% / auto auto repeat scroll padding-box border-box #e1e7eb;
  border-radius: 5px;
  border: 1px solid #9ea7ab;
  font-size: 14px;
}

.waku2 {
  border: 3px solid #6699CC;
  padding: 5px 10px 0px;
  width: 80%;
  border-radius: 10px;
  background-color: #E3F1FF;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-align: left;
}

.waku2 dt {
  font-weight: bold;
  text-align: left;
  font-size: x-large;
  line-height: 1.7;
}

.waku2 dd {
  text-align: left;
  padding-left: 10px;
}

/* TOP Category */

.sale-box {
  margin: 0px 0;
  padding: 20px 0 10px;
  width: 100%;
  text-align: center;
  background: linear-gradient(100deg, #666666, #cccccc);
}

.sale-box img {
  margin: 3px 0px;
  padding: 0px 0px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.sale-box a {
  margin: 3px 3px;
}

@media screen and (min-width: 1150px) {
  .sale-box p {
    text-align: center;
    width: 1150px;
  }
}

/* Grow */

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* pickupスマホ */

@media screen and (max-width: 600px) {
  .pickup-box {
    min-height: 53vh;
    padding: 10px 10px 30px 10px;
    box-sizing: border-box;
  }

  .pickup-box2 {
    min-height: 75vh;
    padding: 10px 10px 30px 10px;
    box-sizing: border-box;
  }

  .pickup-box3 {
    min-height: 70vh;
    padding: 10px 10px 30px 10px;
    box-sizing: border-box;
  }
}

/* pickup */

.pickup-box {
  border: 1px solid #d0d0d0;
  padding: 10px;
  width: 100%;
  background: #ffffff;
  vertical-align: top;
  position: relative;
}

.pickup-box2 {
  border: 1px solid #d0d0d0;
  padding: 10px 10px 0px 10px;
  width: 100%;
  background: #ffffff;
  vertical-align: top;
  margin-bottom: 10px;
  position: relative;
}

.pickup-box3 {
  border: 1px solid #d0d0d0;
  padding: 10px 10px 0px 10px;
  width: 100%;
  background: #ffffff;
  vertical-align: top;
  margin-bottom: 10px;
  position: relative;
}

.prow {
  width: 98%;
  margin: -20px 0% 0% 0%;
}

.p-thumbnail {
  position: relative;
  overflow: hidden;
  font-size: 0;
  padding-bottom: 0px;
}

.p-thumbnail img {
  width: 100%;
  height: 100%;
}

.p-thumbnail a img {
  transition: transform 0.5s ease-in;
}

.p-thumbnail a:hover img {
  transform: scale(1.03);
}

/* 反転するボタン */

.my-parts1 {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.my-parts {
  display: inline-block;
  padding: .3em 1em .3em 1em;
  margin: 30px 0px 0px;
  background: #fff;
  border: 1px solid #999;
  color: #999;
  cursor: pointer;
  position: relative;
}
.my-parts:hover {
  background: #999;
  color: #fff;
}
.my-parts3 {
  display: inline-block;
  padding: .6em 1em .6em 1em;
  margin: 30px 0px 0px;
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  position: relative;
}
.my-parts3:hover {
  background: #ffffff;
  color: #999999;
}
.my-parts3:a {
  color: #ffffff;
}


/* PICKUP H2 */

.pubox {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
}

/* 最近の作品 */

.saikin1 {
  align-content: center;
  margin-top: -180px;
}

.saikin {
  position: relative;
  background-color: #fff;
  padding: 15px 10px;
  margin-bottom: 10px;
  width: 95%;
  text-align: left;
}

@media screen and (max-width: 600px) {
  .saikin1 {
    margin-top: -125px;
  }
}
/* TOPパララックス */
.paratop {
  background-image: url('https://nishimurakensetsu.com/wp/wp-content/uploads/2017/12/honsha_top1.jpg');
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  position: relative;
  padding-top:40px;
  padding-bottom:40px;
  padding-left:5px;
  padding-right:5px;
}
.paratopbox {
  margin:  0 auto;
  width:550px;
  padding:10px;
  background-color: rgba(102, 102, 102, 0.5);
  position:relative;
}
@media screen and (max-width: 600px) {
  .paratopbox {
  width:90%;
  }
}
.paratopborder {
  border:1px solid #ffffff;
  padding-top:20px;
  padding-bottom:20px;
}
.paratopbox p {
 color:#ffffff;
 white-space: nowrap;
  line-height:14px;
}
.palla .uwagaki1{
  margin:  0 auto;
  top:40px;
  left:-10px;
}

/* 住宅を建てたい */
.aricle-readmore2{width:100%;text-align:right}
.aricle-readmore2 a{background-color:rgba(39,39,39,1.00);color:#fff;margin:20px auto;display:inline-block;padding:10px;text-align:center;border:rgba(39,39,39,0.30) 1px solid}
.aricle-readmore2 a:hover{background-color:#fff;color:rgba(111,99,100,1.00)}
.mm-listview .menu_description{display:none}
div.tatekata{
  padding-top:3%;
  padding-bottom:1%;
  padding-left:3%;
  padding-right:3%;
  background-color: #ffffff;
}
div.tatekata img{
 text-align:center;
}

/* 親要素をはみ出す */

div.child-full {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: -65px;
  padding-bottom: 0px;
}
@media screen and (min-width: 768px) {
  div.child-full p {
  margin: 0px 7px;
  padding: 0px;
  border: none;
}
}

/* Contact form　修正 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 95%;
}
input.wpcf7c-btn-back, 
input.wpcf7-submit,
input.wpcf7-confirm {
  margin-top: 80px !important;
  margin-bottom: 30px !important;
}
input.wpcf7-submit,
input.wpcf7-confirm {
  width: 140px !important;
}

/* 社長あいさつ */
.shacho_left{
  padding-left: 10px;
	padding-right: 10px;
}
.shacho_right{
  text-align: center;
}