html {
  font-family: 'YuMincho, Yu Mincho', serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border-width: 0;
}

abbr,
acronym {
  border-width: 0;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}

br {
  letter-spacing: normal;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  outline: none;
}

a:focus {
  -moz-outline-style: none;
}

a img {
  border-width: 0;
}

a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=60);
}

.cf {
  /*min-height: 1px;*/
  min-height: 0;
}

.cf:after {
  height: 0;
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

.clr {
  line-height: 0;
  height: 0;
  margin: 0;
  padding: 0;
  clear: both;
  visibility: hidden;
}

.cont {
  width: 1218px;
  margin: 0 auto;
}

.s {
  position: relative;
}

.s::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 24px solid #b9c3c9;
  border-right: 24px solid transparent;
}

#breadcrumbs {
  margin-bottom: 30px;
}

/* 
header */
header h1 {
  float: left;
  padding-left: 40px;
}

/* h2{
font-size: 24px;
    font-weight: bold;
    color: rgb(37,23,20);
    margin-bottom: 24px;
    padding: 0 20px;
    border-left: 4px solid rgb(37,23,20);
    text-align: left;
} */

.logo {
  padding: 20px;
}

.logo img {
  height: 41px;
}

@media (max-width: 768px) {
  .logo img {
    height: auto;
  }
}

.r_head {
  float: right;
}

.head_area {
  background: rgb(254, 230, 174);
  height: 80px;
}

.head_link {
  float: left;
  padding: 0 40px 0 80px;

  height: 80px;
}

@media (min-width: 1024px) {
  .drawer-toggle {
    display: none;
  }
}

/* 
@media (max-width: 1300px) {
.head_link {
    float: left;
    padding: 0 20px 0 20px;
    background: rgb(37,23,20);
    height: 80px;
}
} */
.head_sns {}

.head_sns ul {
  display: table;
  padding: 13px 0;
}

.head_link ul li {
  display: table-cell;
  text-align: center;
  padding: 17px 26px;
}

.head_link ul li a {
  color: #000;
  text-align: center;
  text-decoration: none;
}

.head_link ul li a p {
  margin-top: 13px;
  line-height: 1;
}

.head_tel {
  float: left;
  position: relative;
  margin-right: -80px;
}

.head_sns {
  float: left;
}

.head_sns ul {
  display: table;
}

.head_sns ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-left: 18px;
}

@media screen and (min-width:1024px) and (max-width:1300px) {
  header h1 {
    padding-left: 0;
    text-align: center;
  }

  .logo {
    padding: 20px 0;
  }

  img {
    max-width: 100%;
  }

  .logo img {
    width: 235px;
    height: auto;

  }

  .head_link ul li {
    display: table-cell;
    text-align: center;
    padding: 17px 5px;
  }

  .head_tel {
    margin-right: -100px;
  }

  .head_sns ul li {
    padding-left: 10px;
  }
}

@media (max-width: 1024px) {

  .head_sns,
  .r_head {
    display: none;
  }
}

@media screen and (min-width:0) and (max-width:1024px) {
  .sp_head_sns {
    padding: 0 20px;
    background: #007a66;
  }

  .sp_head_sns ul {
    display: table;
  }

  .sp_head_sns ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 5px;
  }

  .sp_head_sns ul li:nth-of-type(2),
  .sp_head_sns ul li:nth-of-type(3),
  .sp_head_sns ul li:nth-of-type(4) {
    padding: 2px 5px 8px;
  }

  .sp_head_link {
    padding: 10px;
    background: #ffe6a6;
  }

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

  .sp_head_link ul li {
    display: block;
    vertical-align: middle;
    padding: 10px;
    width: 50%;
  }

  .sp_head_link ul li a {
    color: #fff;
    font-size: 10px;
    text-align: center;
    display: block;
  }

  .sp_head_link ul li a p {
    color: #000;
    margin-top: 10px;
  }
}

/* 
gNav */
.gNav {
  background: #007a66;
  margin-top: -1px;
}

.gNav ul {
  display: table;
  margin: 0 auto;
}

.gNav ul li {
  display: table-cell;
  line-height: 1;
  padding: 0 20px;
}

.gNav ul li a {
  font-size: 16px;
  color: #fff;
  padding: 24px 5px;
  display: block;
}

.gNav ul li a:hover {
  border-bottom: 2px solid #fff;
  padding: 24px 5px 22px;
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width:0) and (max-width:1024px) {
  .gNav {
    display: none;
  }

  .sp_gNav ul li {
    border-bottom: 1px solid #ccc;
  }

  .sp_gNav ul li a {
    color: #000;
    display: block;
    padding: 10px 20px;
  }

  .sp_gNav ul li a i {
    margin-right: 10px;
  }

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

/* 
main */
.main {
  background: url(../img/main_bg.png) no-repeat center;
  height: 620px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.main h2 {
  text-align: center;
  padding: 175px 0;
}

.main img {
  padding-top: 40px;
}

.main_syoukai {
  position: absolute;
  bottom: 50px;
  right: 100px;
}

/* 
top_house */
.top_house {
  background: url(../img/bg_top_house.png) no-repeat center;
  padding: 50px 0 50px;
  height: 722px;
}
.top_house ul {
  display: flex;
  flex-wrap: wrap;
}
.top_house ul li {
  width: 350px;
  background: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  margin-right: 25px;
  position: relative;
}

.top_house ul li:last-child {
  margin-right: 0;
}

.top_house ul li a {
  text-decoration: none;
  color: #000;
}

.top_house ul li h2 {
  font-size: 26px;
  line-height: 1;
  padding: 24px 27px;
}

.top_house ul li h2 span {
  font-size: 18px;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}

.top_house ul li dl,
.top_house_read {
  padding: 22px 17px 0;
}
.top_house_read {
  margin: 0;
}

.top_house ul li dl dt,
.top_house_read {
  color: rgb(37, 23, 20);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.8;
}

.top_house .house_arrow {
  position: absolute;
  right: 30px;
  top: 40px;
}

/* 
top_estate */
.top_estate {
  background: url(../img/bg_estimate.png) no-repeat center bottom;
  padding: 50px 0 50px;
  margin-top: -110px;
}

.top_estate h2 {
  font-size: 32px;
  text-align: center;
}

.top_estate h2 span {
  font-size: 20px;
  display: block;
  color: rgb(37, 23, 20);
  font-weight: bold;
}

.estate_counter {
  background: url(../img/estate_counter.png) no-repeat center bottom;
  width: 1100px;
  height: 195px;
  margin: 24px auto 54px;
  position: relative;
}

.estate_counter p {
  font-size: 108px;
  position: absolute;
  right: 140px;
  letter-spacing: 13px;
}

.top_estate ul li {
  float: left;
}

.top_estate ul li:last-child {
  margin-left: 24px;
}

.sp_bg_numarea {
  display: none;
}

/* 
top_point */
.top_point {
  padding: 110px 0 0;
}

.top_point h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 60px;
}

.top_point h2 span {
  font-size: 20px;
  display: block;
  color: rgb(37, 23, 20);
  font-weight: bold;
}

.top_point_box {
  display: table;
  width: 100%;
}

.top_point .movie {
  display: table-cell;
  width: 50%;
}

.top_point .movie img {
  width: 100%;
}

.point_txt {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  background: #d4dade;
  padding: 0 12%;
}

.point_txt h3 {
  color: rgb(37, 23, 20);
  font-size: 26px;
}

/* 
top_model */
.top_model {
  background: #fff;
  padding: 90px 0 80px;
}

.top_model h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}

.top_model p {
  text-align: center;
  margin-bottom: 60px;
}

/* 
top_venue */
.top_venue {
  margin: 110px 0 0;
}
.top_venue ul li {
  height: 350px;
  position: relative;
  text-align: center;
  border-bottom: 7px solid #007a66;
  margin-bottom: 4px;
}

.top_venue ul li:nth-child(1) {
  background: url(../img/model_house_bg_1.jpg) no-repeat center;
}

.top_venue ul li:nth-child(2) {
  background: url(../img/model_house_bg_4.jpg) no-repeat center;
}

.top_venue ul li:nth-child(3) {
  background: url(../img/model_house_bg_3.jpg) no-repeat center;
}

.top_venue ul li a {
  display: block;
  height: 350px;
  text-decoration: none;
}

.top_venue ul li a span.model_area {
  color: #000;
  background: #fee6ae;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 140px;
  line-height: 1;
}

.top_venue ul li a h3 {
  color: #fff;
  font-size: 22px;
  margin-top: 20px;
}

/* 
campaign-bnr */
.campaign-bnr-ceiling {
  text-align: center;
  margin: 20px auto -50px;
}

.campaign-bnr {
  width: 500px;
}

@media screen and (max-width: 768px) {
  .campaign-bnr-ceiling {
    margin: 20px auto 20px;
  }

  .campaign-bnr {
    width: 90%;
  }
}

.campaign-bnr-bottom {
  text-align: center;
  margin: 0px auto 30px;
}

/* 
top_topics */
.top_topics {
  padding: 70px 0;
}

.top_topics_ti {
  float: left;
  width: 260px;
  padding-right: 60px;
  padding: 36px 0 20px;
  text-align: center;
}

.top_topics_ti a.btn {
  display: inline-block;
  width: 244px;
  background: #fee6ae;
  color: #000;
  padding: 10px;
  margin: 30px auto 0;

}

.top_topics_list {
  width: 780px;
  float: right;
}

.top_topics_list ul li {
  padding: 10px 24px;
}

.top_topics_list ul li:nth-child(odd) {
  background: #fdf9f0;
}

.top_topics_list ul li {
  display: flex;
  justify-content: space-between;
}

.top_topics_list ul li div:first-child {
  width: 40%;
}

.top_topics_list ul li div:last-child {
  width: 60%;
}

.top_topics_list ul li .date {
  color: #757373;
  width: 110px;
  display: inline-block;
  font-size: 16px;
}

.top_topics_list ul li .cat {
  width: 108px;
  background: #fff;
  border: 1px solid #000;
  line-height: 1;
  padding: 5px;
  text-align: center;
  font-size: 14px;
}

.top_topics_list ul li .topics_txt {
  display: block;
  font-size: 16px;
  background: url(../img/topics_arrow.png) no-repeat left 7px;
  padding-left: 20px;
  margin-left: 0;
}

@media (max-width: 768px) {
  .sp-thumb {
    display: none;
  }

  .top_topics_list ul {
    margin-bottom: 24px;
  }

  .top_topics_list ul li {
    display: block;
    justify-content: space-between;
  }

  .top_topics_list ul li div:first-child {
    width: 100%;
    margin-bottom: 5px;
  }

  .top_topics_list ul li div:last-child {
    width: 100%;
  }

  .top_topics_list a.btn {
    display: block;
    width: 90%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 16px;
    text-align: center;
    background: #333;
    color: #fff;
    padding: 10px 0;

  }

  .top_topics_list a span {
    position: absolute;
    right: 10px;
    top: 9px;
  }
}

/* top_advaice */
.top_advaice {
  margin: 85px auto 0;
  text-align: center;
}

/* 
top_voice */
.top_voice {
  margin-top: 90px;
  padding: 70px 0;
  background: #f4f4f4;
}

.top_voice h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 60px;
}

.top_voice h2 span {
  font-size: 20px;
  display: block;
  color: rgb(37, 23, 20);
  font-weight: bold;
}

.top_voice p.subti {
  text-align: center;
  font-size: 22px;
}

.top_voice ul li {
  position: relative;
  float: left;
  margin-right: 32px;
}

.top_voice ul li:last-child {
  margin-right: 0;
}

.top_voice ul li p.voice_txt {
  background: rgba(0, 0, 0, 0.4);
  padding: 14px;
  position: absolute;
  bottom: 0;
  /* width: 222px; */
  color: #fff;
  font-size: 14px;
}

.top_voice_btn_area {
  text-align: center;
  margin-top: 40px;
}

.top_voice_btn {
  color: #000;
  font-size: 16px;
  padding: 24px 92px 24px 70px;
  display: inline-block;
  line-height: 1;
  background: #fee6ae url(../img/top_voice_btn_arrow.png) no-repeat right 20px bottom 22px;
}

.btn-wrap p:nth-of-type(1) .top_voice_btn {
  background: #fee6ae url(../img/top_voice_btn_arrow.png) no-repeat right 20px bottom 22px;

}

/* 
top_example */
.top_example {
  padding: 0 0 80px;
}

.top_example h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 60px;
}

.top_example h2 span {
  font-size: 20px;
  display: block;
  color: rgb(37, 23, 20);
  font-weight: bold;
}

.top_example p.subti {
  text-align: center;
  font-size: 22px;
}

.top_example ul li {
  float: left;
  margin-right: 32px;
  margin-bottom: 32px;
  width: 250px;
  height: 188px;
  overflow: hidden;
}

.top_example ul li:nth-child(4),
.top_example ul li:nth-child(8),
.top_example ul li:nth-child(12) {
  margin-right: 0;
}

/*バーチャルモデルハウス*/
.top_movie {
  margin: 110px 0 0;
}
.top_movie h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 24px;
}

.top_movie h2 span {
  font-size: 20px;
  display: block;
  color: rgb(37, 23, 20);
  font-weight: bold;
}

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

.top_movie .wrap .box a {
  display: flex;
  align-items: center;
  width: 250px;
  height: 140px;
  overflow: hidden;
  position: relative;
}

.top_movie .wrap .box a .m-data {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  opacity: 0;
  transition: 0.3s;

}

.top_movie .wrap .box a:hover {
  background: rgba(0, 0, 0, 0.9);
}

.top_movie .wrap .box a:hover img {
  opacity: 0.3
}

.top_movie .wrap .box a:hover .m-data {
  opacity: 1;
}

.top_movie .wrap .box a .m-data dl {
  display: flex;
  justify-content: center;
  width: 250px;
}

.top_movie .wrap .box a .m-data dl dt {
  padding: 8px 0 8px 10px;
  color: #fff;
  font-size: 12px;
}

.top_movie .wrap .box a .m-data dl dd {
  padding: 8px 10px 10px 0;
  color: #fff;
  font-size: 12px;
}

.youtube iframe {
  width: 848px;
  height: 477px;

}

.youtube-m-data {
  margin: 40px auto;
  display: flex;
  justify-content: center;
}

.youtube-m-data dl {
  display: flex;
  justify-content: center;
  margin: 0 24px;
}

.youtube-m-data dl dt {
  padding: 8px 16px;
  font-weight: bold;
  color: #fff;
  background: #000;
  font-size: 18px;
}

.youtube-m-data dl dd {
  padding: 8px 16px;
  font-size: 18px;
}

.movie-list h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 60px;
}

.movie-list h2 span {
  font-size: 20px;
  display: block;
  color: rgb(37, 23, 20);
  font-weight: bold;
}

.movie-wrap {
  display: flex;
  flex-wrap: wrap;
}

.movie-wrap .box {
  width: 250px;
  margin-right: calc(100px / 3);
  margin-bottom: 40px;
}

.movie-wrap .box:nth-of-type(4n) {
  margin-right: 0;
}

.movie-wrap .box a {
  display: block;
  position: relative;
  color: inherit;
}

.movie-wrap .box a .image {
  width: 250px;
  height: 140px;
  overflow: hidden;
}

.movie-wrap .m-data dl {
  display: flex;
  border-bottom: 1px dotted #aaa;
}

.movie-wrap .m-data dt {
  width: 35%;
  padding: 8px;
  background: #e4e4e4;
  font-weight: bold;
  text-align: center;
}

.movie-wrap .m-data dd {
  width: 65%;
  padding: 8px;
  border-right: 1px dotted #aaa;
}

.movie-cat {
  display: flex;
  justify-content: center;
  margin: 40px auto 24px;
}

.movie-cat a {
  text-decoration: none;
  display: inline-block;
  color: #555;
  border: 1px solid #555;
  padding: 6px 24px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-right: 16px;
}

.movie-cat a:hover {
  background: #555;
  color: #fff;
}

.movie-cat a:nth-last-of-type(1) {
  margin-right: 0;
}

/* 
top_after */
.top_after {
  background: url(../img/after_bg.png) no-repeat;
  padding: 75px 0;
}

.top_after ul {
  display: table;
  margin: 20px auto;
}

.top_after ul li {
  display: table-cell;
  padding: 0 10px;
}

/*注文住宅施工例*/
p.date {
  text-align: right;
  font-weight: bold;
  margin-bottom: 8px;
}

.order-image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.order-image .image {
  width: 530px;
}

.order-image .image img {
  width: 100%;
  height: auto;
}

.data {
  width: 300px;
}

.data dl {
  display: flex;
  border-top: 1px solid #ccc;
  width: 300px;
}

.data dl dt {
  width: 120px;
  text-align: center;
  padding: 10px 0;
  background: #e4e4e4;
  font-weight: bold;
  border-left: 1px solid #ccc;
}

.data dl dd {
  width: 180px;
  text-align: center;
  padding: 10px 0;
  border-right: 1px solid #ccc;
}

.data dl:last-child {
  border-bottom: 1px solid #ccc;
}

/*
#single h2{
  text-align: center;
  margin: 40px auto 30px;
  font-weight: bold;
  font-size: 24px;
  
}
*/

.example-list {
  padding: 0 0 80px;
}

.example-list h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 60px;
}

.example-list h2 span {
  font-size: 20px;
  display: block;
  color: rgb(37, 23, 20);
  font-weight: bold;
}

.example-list p.subti {
  text-align: center;
  font-size: 22px;
}

.example-list ul {
  display: flex;
  flex-wrap: wrap;
}

.example-list ul li {
  width: 251px;
  height: 188px;
  overflow: hidden;
  margin-right: 32px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}

.example-list ul li img {
  width: 100%;
  height: auto;
}

.example-list ul li:nth-child(4),
.example-list ul li:nth-child(8),
.example-list ul li:nth-child(12) {
  margin-right: 0;
}

.sp {
  display: none;
}

@media screen and (max-width:767px) {
  .sp {
    display: block;
  }

  .example-list h2 {
    font-size: 22px;
  }

  .example-list h2 span {
    font-size: 17px;
  }

  .example-list ul li {
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
    display: block;
    overflow: auto;
  }

  .order-image {
    display: block;
    justify-content: center;
    margin-bottom: 40px;
  }

  .order-image .image {
    width: 100%;
    height: auto;
  }

  .data {
    width: 100%;
  }

  .data dl {
    display: flex;
    border-top: 1px solid #ccc;
    width: 100%;
  }

  .data dl dt {
    width: 50%;
    text-align: center;
    padding: 10px 0;
    background: #e4e4e4;
    font-weight: bold;
    border-left: 1px solid #ccc;
  }

  .data dl dd {
    width: 50%;
    text-align: center;
    padding: 10px 0;
    border-right: 1px solid #ccc;
  }

  #single h2 {
    font-size: 20px;
  }

  .data-table dl {
    display: flex;
    border-bottom: 1px solid #ccc;


  }

  .data-table dl dt {
    padding: 10px;
    text-align: center;
    background: #e4e4e4;
    border-left: 1px solid #ccc;
    width: 40%;
  }

  .data-table dl dd {
    padding: 10px;
    width: 60%;
    border-right: 1px solid #ccc;
  }

  .data-table dl:nth-of-type(1) {
    border-top: 1px solid #ccc;
  }


}

/*なかやしきの家づくり*/
.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-wrap p {
  text-align: center;
  margin-bottom: 60px;
  margin: 0 10px 60px;
}

.btn-wrap p a {
  line-height: 1.5;
}

@media screen and (max-width:767px) {
  .btn-wrap {
    display: block;
  }
}

/*リフォーム施工例*/
.example-list .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
  background: #f4f4f4;
  padding: 10px;
}

.example-list .box .image {
  width: 300px;
  height: auto;
}

.example-list .box .image img {
  width: 100%;
  height: auto;
}

.example-list .box .txt {
  width: 740px;
  padding: 20px 0;
}

.example-list .box .txt .add-wrap {
  display: flex;
  margin-bottom: 8px;
  justify-content: space-between;
}

.example-list .box .txt .add-wrap p.date {
  font-size: 12px;
}

.example-list .box .txt .add-wrap p.adress {
  font-size: 16px;
}

.example-list .box p.title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

.example-list .box .txt a.for-detail {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 200px;
  text-align: center;
  padding: 10px 0;
  background: rgb(37, 23, 20);
  color: #fff;
  float: right;
}

.example-list .box .txt::after {
  content: "";
  clear: both;
  font-size: 0;
}

.wp-block-gallery {
  margin-top: 24px;
}

.other-sample .wrap {
  display: flex;
}

.other-sample .wrap .box {
  width: 260px;
  margin-right: 20px;
  border: 2px solid #ccc;

}

.other-sample .wrap .box:nth-of-type(4) {
  margin-right: 0;
}

.other-sample .wrap .box .image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  margin-bottom: 8px;
  position: relative;
}

.other-sample .wrap .box .image img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single .other-sample .wrap .box p.date {
  font-size: 12px;
  padding: 0 10px;
  text-align: left;
  margin-bottom: 0;
}

.other-sample .wrap .box p.title {
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
  color: #002f80;
  margin-bottom: 8px;
}

@media screen and (max-width:767px) {
  .example-list .box {
    display: block;
  }

  .example-list .box .image {
    width: 100%;
    height: auto;
  }

  .example-list .box .image img {
    width: 100%;
    height: auto;
  }

  .example-list .box .txt {
    width: 96%;
    padding: 2%;
  }

  .example-list .box .txt a.for-detail {
    position: static;
    margin: 20px auto;
    float: none;
  }

  .other-sample .wrap {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }

  .other-sample .wrap a {
    display: block;
    width: 48%;
    margin: 0 4% 4% 0;
    border: 2px solid #ccc;
  }

  .other-sample .wrap a .box {
    width: 100%;
    height: 46vw;
  }

  .other-sample .wrap a:nth-of-type(2n) {
    margin-right: 0;
  }

  .other-sample .wrap .box .image {
    width: 100%;
    height: 25vw;
    overflow: hidden;
    margin-bottom: 2vw !important;
    position: relative;
  }

  .other-sample .wrap .box .image img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .single .other-sample .wrap .box p.date {
    width: 100%;
    margin: 0 auto !important;
    font-size: 10px;
    padding: 0 10px;
    text-align: left;
  }

  .other-sample .wrap .box p.title {
    font-size: 3.5vw;
    line-height: 1.5;
    font-weight: bold;
    padding: 0 10px;
    color: #002f80;
    margin-bottom: 8px;
  }

  /*バーチャルモデルハウス*/
  .top_movie .wrap {
    display: block;
  }

  .top_movie .wrap .box {
    width: 92%;
    margin: 0 auto 40px
  }

  .top_movie .wrap .box a {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
  }

  .top_movie .wrap .box a img {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }

  .top_movie .wrap .box a .m-data {
    display: block;
    position: inherit;
    opacity: 1;
  }

  .top_movie .wrap .box a .m-data dl {
    width: 100%;
  }

  .top_movie .wrap .box a .m-data dl dt {
    padding: 6px 0 0 0px;
    color: #333;
    font-weight: bold;
  }

  .top_movie .wrap .box a .m-data dl dd {
    color: #333;
    padding: 6px 10px 0 0;
  }

  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .youtube-m-data {
    display: block;
    margin: 24px auto 40px;
  }

  .youtube-m-data dl {
    margin: 0 2% 8px;
  }

  .youtube-m-data dl dt {
    padding: 1% 4%;
    font-size: 14px;
  }

  .youtube-m-data dl dd {
    padding: 1% 4%;
    font-size: 14px;
  }

  .movie-cat a {
    padding: 1%;
    font-size: 14px;
    margin-right: 2%;
  }

  .movie-wrap .box {
    margin: 0 auto 40px !important;
  }
}

/*お客様の声*/
.voice_list {
  padding: 0;
}

.voice_list h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 60px;
}

.voice_list h2 span {
  font-size: 20px;
  display: block;
  color: rgb(37, 23, 20);
  font-weight: bold;
}

.voice_list p.subti {
  text-align: center;
  font-size: 22px;
}

.voice_list ul li {
  position: relative;
  float: left;
  margin-right: 32px;
  margin-bottom: 32px;
}

.voice_list ul li:nth-of-type(4n) {
  margin-right: 0;
}

.voice_list ul li p.voice_txt {
  background: rgba(0, 0, 0, 0.4);
  padding: 14px;
  position: absolute;
  bottom: 0;
  /* width: 222px; */
  color: #fff;
  font-size: 14px;
}

#single p.address {
  color: rgb(37, 23, 20);
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width:767px) {
  .voice_list h2 {
    font-size: 22px;
  }

  .voice_list h2 span {
    font-size: 17px;
  }

  .voice_list ul li {
    position: relative;
    float: none;
    margin-right: 0;
    width: 250px;
    margin: 0 auto 20px;
  }

  .voice_list ul li:nth-of-type(4n) {
    margin: 0 auto 20px;
  }
}

/*イベント・トピックス*/
#news,
#single {
  padding: 30px 0 90px;
}

#news .r_col,
#single .r_col {
  width: 280px;
  float: right;
}

#news .contaigner,
#single .contaigner {
  width: 1100px;
  margin: 0 auto;
}

#single .single-wrap {
  width: 850px;
  margin: 0 auto;
}

#single .single-wrap .image {
  margin-bottom: 24px;
}

#single .single-wrap .blocks-gallery-item .image {
  margin-bottom: 0px;
}

#single .single-wrap .l-main-image {
  margin-bottom: 24px;
}

#single .single-wrap .l-main-image img {
  max-width: 100%;
  height: auto;
}

#single .single-wrap h2 {
  margin-top: 32px;
}

#single .single-wrap h2:nth-of-type(1) {
  margin-top: 0;
}

#news h1,
#single p.page-title {
  font-size: 32px;
  padding: 40px;
  background: #eff0f1;
  margin-bottom: 8px;
}

#single h1 {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  background: #007a66;
  padding: 13px 15px;
  margin-bottom: 16px;
  line-height: 1.5;
  /*       display: flex; */
  align-items: center;
}

.single-land #single h1 span,
.single-selling_lots h1 span,
.single-selling h1 span,
.single-sales h1 span {
  padding: 3px 5px;
  background: #fff;
  color: #666;
  font-size: 13px;
  text-align: center;
  margin-right: 16px;
}

#single h1 svg,
#page h2 svg {
  color: #fff;
}

.single h2 {
  font-size: 24px;
  font-weight: bold;
  color: rgb(37, 23, 20);
  margin-bottom: 24px;
  padding: 0 20px;
  border-left: 4px solid rgb(37, 23, 20);
  text-align: left;
}

@media screen and (max-width:767px) {
  h2 {
    font-size: 20px;
  }

  .single h2 {
    /*     width: 90%; */
    font-size: 24px;
    font-weight: bold;
    color: rgb(37, 23, 20);
    margin: 0 auto 24px;
    padding: 0 20px;
    border-left: 4px solid rgb(37, 23, 20);
    text-align: left;
  }
}

.news-list .box a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  text-decoration: none;
  color: #333;
}

.news-list .box .image {
  width: 30%;
}

.news-list .box .image img {
  width: 100%;
  height: auto;
}

.news-list .box .txt {
  width: 68%;
}

.news-list .box .txt p.title,
.news-list .box p.title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #007a66;
  padding: 8px 10px;
  margin-bottom: 16px;
  line-height: 1.5;
}

.news-list .box .txt p {
  line-height: 1.8;
}

#single p.date {
  margin-bottom: 8px;
}

#single p.roomtour_link {
  text-align: center;
  margin: 10px auto;
  font-size: 16px;
}

/*
#single .image {
  margin-bottom: 16px;
}
*/

#single .image img {
  max-width: 100%;
  height: auto;
}

.selling-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

#single .for-list a,
#single .for-request a {
  display: block;
  width: 290px;
  margin: 30px auto;
  text-align: center;
  color: #000;
  border: 1px solid #007a66;
  background: #fee6ae;
  padding: 15px 0;
  border-radius: 10px;
  box-shadow: 3px 6px 0px 0px #007a66;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}

.side-request a {
  display: block;
  width: 250px;
  margin: 0 auto 40px;
  text-align: center;
  color: #fff;
  border: 1px solid rgb(37, 23, 20);
  background: rgb(37, 23, 20);
  padding: 15px 0;
  border-radius: 10px;
  box-shadow: 3px 6px 0px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}

#single .selling-btn .for-request a {
  margin: 0 10px;
  width: 256px;
  padding: 15px 0;
}

#single .for-list a:hover,
#single .for-request a:hover,
.side-request a:hover {
  background: #fff;
  color: rgb(37, 23, 20);
}

.paging {
  margin: 60px auto 20px;
}

.paging a {
  text-decoration: none;
  color: rgb(37, 23, 20);
}

.paging .next {
  border: 1px solid #007a66;
  padding: 10px;
  border-radius: 10px;
  float: right;
}

.paging .prev {
  border: 1px solid rgb(37, 23, 20);
  padding: 10px;
  border-radius: 10px;
  float: left;
}

.paging .next a::after {
  content: ">";
  margin-left: 10px;
  padding-top: 6px;
}

.paging .prev a::before {
  content: "<";
  margin-right: 10px;
  padding-top: 6px;
}

.paging .prev:hover,
.paging .next:hover {
  background: #fee6ae;
  color: #fff;
}

.paging .prev:hover a,
.paging .next:hover a {
  color: #000;
}

.paging::after {
  content: "";
  clear: both;
  display: block;
  font-size: 0;
}

.wp-pagenavi span.current {
  background: rgb(37, 23, 20);
  color: #fff;
}

@media screen and (max-width:767px) {
  #breadcrumbs {
    margin-bottom: 30px;
  }

  #breadcrumbs a,
  #breadcrumbs span {
    font-size: 12px;
  }

  /*イベント・トピックス*/
  #news,
  #single {
    /*margin-top: 120px;*/
    margin-top: 0;
    padding: 0 0 90px;
  }

  #single .single-wrap {
    width: 100%;
    margin: 0 auto;
  }

  #news .contaigner,
  #single .contaigner {
    width: 90%;
    margin: 0 auto;
  }

  #news h1,
  #single p.page-title {
    font-size: 24px;
    padding: 4%;
  }

  #single h1 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #007a66;
    padding: 8px 10px;
    margin-bottom: 16px;
    line-height: 1.5;
  }

  .news-list .box a {
    display: block;
    margin-bottom: 40px;
    text-decoration: none;
    color: #333;
  }

  .news-list .box .image {
    width: 100%;
    margin-bottom: 16px;
  }

  .news-list .box .image img {
    width: 100%;
    height: auto;
  }

  .news-list .box .txt {
    width: 100%;
  }

  .news-list .box .txt p.date {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
  }

  .paging {
    display: flex;
    justify-content: space-between;
    margin: 40px auto 20px;
  }

  .paging .next {
    border: 1px solid rgb(37, 23, 20);
    padding: 2%;
    border-radius: 10px;
    font-size: 12px;
    width: 44%;
    margin-right: 1%;
  }

  .paging .prev {
    border: 1px solid rgb(37, 23, 20);
    width: 44%;
    padding: 2%;
    border-radius: 10px;
    font-size: 12px;
    margin-left: 1%;

  }

  /* .paging .next a::before {
  content: "<";
  margin-right: 6px;
  padding-top: 6px;
} */

  /* .paging .prev a::after {
  content: ">";
  margin-left: 6px;
  padding-top: 6px;
} */
  #single .selling-btn .for-request a {
    margin: 0 auto;
  }

}

/*土地*/
.land-intro {
  text-align: center;
  margin-bottom: 40px;
}

.land-intro p.title {
  font-size: 28px;
  margin-bottom: 32px;
}

.land-intro p {
  font-size: 16px;
  line-height: 2.5;

}

.land-check {
  margin-bottom: 40px;
}

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

.land-check .wrap .box:nth-of-type(1) {
  width: 30%;
  text-align: center;
  border: 10px solid rgb(37, 23, 20);
  padding: 20px;
  display: flex;
  align-items: center;
}

.land-check .wrap .box:nth-of-type(1) p.title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
  background: none;
}

.land-check .wrap .box:nth-of-type(1) p span {
  background: #ffd800;
  display: block;
  padding: 10px;
  color: #333;
  font-size: 13px;
}

.land-check .wrap .box:nth-of-type(2) {
  width: 68%;
  padding: 10px;
}

.land-check .wrap .box:nth-of-type(2) li {
  background: #e4e4e4;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.land-check .wrap .box:nth-of-type(2) li i {
  color: #e86d00;
  font-size: 28px;
  vertical-align: middle;
}

#single .land-contents {
  display: flex;
  justify-content: space-between;
}

#single .land-contents .single-wrap {
  width: 810px;
  margin: 0;
}

.single-land .blocks-gallery-item {
  height: 160px;
  overflow: hidden;
}

.point {
  display: flex;
  margin-bottom: 32px;
  border: 2px solid #e4e4e4;
}

.point p {
  padding: 10px;
  font-size: 15px;
  line-height: 1.5;
}

.point p:nth-of-type(1) {
  background: #e00;
  color: #fff;
  font-weight: bold;
  width: 20%;
  text-align: center;
}

section#after-service-system .point p:nth-of-type(1) {
  background: none;
  color: #fff;
  font-weight: bold;
  width: auto;
  text-align: center;
}

.point .tablearea p:nth-of-type(1) {
  background: #e00;
  color: #fff;
  font-weight: bold;
  width: auto;
  text-align: center;
}

.point p:nth-of-type(2) {
  width: 80%;
}

.land_price,
.sales-price {
  padding: 5px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 24px;
}

.land_price p,
.sales-price p {
  font-size: 30px;
  font-weight: bold;
  color: #e00;
}

.land_price p a,
.sales-price p a {
  float: right;
  text-align: center;
  padding: 10px 20px;
  background: rgb(37, 23, 20);
  color: #fff;
  font-size: 14px;

}

.land-data li,
.sales-data li {
  font-size: 15px;
  padding: 8px 0;

}

.land-data li img,
.sales-data li img {
  margin-right: 8px;
  vertical-align: middle;
}

.wp-block-gallery {
  margin-bottom: 40px;
}

.land-map,
.sales-map {
  margin-bottom: 60px;
}

.land-map iframe,
.sales-map iframe {
  width: 100%;
  height: 350px;
}

.land-map a.big-map,
.sales-map a.big-map {
  display: block;
  width: 280px;
  margin: 24px auto 0;
  background: #002f80;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
}

.land-data,
.selling-data,
.sales-data {
  margin-bottom: 40px;
}

.land-data dl,
.selling-data dl,
.sales-data dl {
  display: flex;
  border-bottom: 1px dotted #ccc;
}

.land-data dl:first-child,
.selling-data dl:first-child,
.selling-data dl:nth-of-type(1),
.sales-data dl:first-child {
  border-top: 1px dotted #ccc;
}

.land-data dt,
.selling-data dt,
.sales-data dt {
  background: #f4f4f4;
  padding: 10px;
  font-weight: bold;
  width: 20%;
}

.land-data dd,
.selling-data dd,
.sales-data dd {
  padding: 10px;
  width: 80%;
}

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

.land-wrap .box {
  width: 48%;
}

.land-wrap .box:nth-of-type(1) table {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
}

.land-wrap .box:nth-of-type(1) table tr {
  border-bottom: 1px solid #ccc;
}

.land-wrap .box:nth-of-type(1) table tr th {
  border-right: 1px solid #ccc;
  padding: 10px;
}

.land-wrap .box:nth-of-type(1) table tr td {
  padding: 10px;
}

.land-wrap .box:nth-of-type(1) table tr th {
  background: #333;
  color: #fff;

}

.land-wrap .box:nth-of-type(1) table tr:nth-of-type(1) td {
  color: #e00;
  font-size: 20px;
}

.land-wrap .box:nth-of-type(2) table {
  width: 100%;
  border-collapse: collapse;
}

.land-wrap .box:nth-of-type(2) table tr {
  border-bottom: 1px dotted #ccc;
}

.land-wrap .box:nth-of-type(2) table tr:first-child {
  border-top: 1px dotted #ccc;
}

.land-wrap .box:nth-of-type(2) th {
  width: 30%;
  padding: 10px;
  background: #f4f4f4;

}

.land-wrap .box:nth-of-type(2) td {
  width: 70%;
  padding: 10px;
  border-right: 1px dotted #ccc;

}

.land_plan,
.land_simulation {
  width: 100%;
  margin-bottom: 60px;
}

.land_plan dl,
.land_simulation dl {
  border-bottom: 1px dotted #ccc;
  display: flex;
}

.land_plan dl:first-child,
.land_simulation dl:first-child {
  border-top: 1px dotted #ccc;
}

.land_plan dl dt,
.land_simulation dl dt {
  width: 25%;
  padding: 10px;
  background: #f4f4f4;
  font-weight: bold;

}

.land_plan dl dd,
.land_simulation dl dd {
  width: 85%;
  padding: 10px;

}

.single-wrap .wp_social_bookmarking_light {
  display: none;
}

.link-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 40px;

}

.link-wrap a {
  display: block;
  width: 17%;
  margin-right: 3%;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #666;
  margin-bottom: 24px;

}

.term-24 a.karita,
.term-25 a.onga,
.term-26 a.wakamatsu,
.term-27 a.tobata,
.term-28 a.moji,
.term-29 a.yahata_west,
.term-30 a.yahata_east,
.term-31 a.kokura_south,
.term-32 a.kokura_north {
  pointer-events: none;
  background: rgb(37, 23, 20);
}

.link-wrap a.active {
  background: rgb(37, 23, 20);
  pointer-events: none;
}

.link-wrap a:hover {
  background: rgb(37, 23, 20);
  text-decoration: none;
}

.link-wrap a:nth-of-type(5n) {
  margin-right: 0;
}

.area-image {
  text-align: center;
}

.area-image img {
  width: 50%;
  height: auto;
}

.land-list-wrap,
.land-randlist-wrap {
  display: flex;
  flex-wrap: wrap;

}

.land-list-wrap .box {
  width: 350px;
  margin-right: 25px;
  margin-bottom: 32px;
  padding: 8px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.land-list-wrap .box:nth-of-type(3n) {
  margin-right: 0;
}

.land-list-wrap .box .image,
.land-randlist-wrap .box .image {
  width: 100%;
  height: 188px;
  overflow: hidden;
}

.land-list-wrap .box .sopition-rel img,
.land-randlist-wrap .box .sopition-rel img {
  width: 100% !important;
  height: auto !important;
}

.land-list-wrap .box p.title,
.land-randlist-wrap .box p.title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #007a66;
  margin-bottom: 16px;
  padding: 5px 10px;
}

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

  .land-list-wrap .box .image,
  .land-randlist-wrap .box .image {
    height: auto;
  }

  .land-list-wrap .box .image img,
  .land-randlist-wrap .box .image img {
    object-fit: contain;
  }
}

.land-list-wrap .box p.title a {
  color: #fff;
  text-decoration: none;
}

.land-list-wrap .box p.title span,
.land-randlist-wrap .box p.title span {
  padding: 3px 5px;
  background: #fff;
  color: #666;
  font-size: 12px;
  text-align: center;
  margin-right: 16px;
}

.land-list-wrap .point,
.land-randlist-wrap .point {
  display: flex;
  margin: 10px 0;
  border: 2px solid #e4e4e4;
}

.land-list-wrap .point p,
.land-randlist-wrap .point p {
  font-size: 12px;
  line-height: 1.5;
}

.land-list-wrap .point p:nth-of-type(1),
.land-randlist-wrap .point p:nth-of-type(1) {
  background: #fee6ae;
  color: #000;
  font-weight: bold;
  width: 30%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.land-list-wrap .point p:nth-of-type(2),
.land-randlist-wrap .point p:nth-of-type(2) {
  width: 70%;
}

.land-list-wrap .comment,
.land-randlist-wrap .comment {
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0 16px;
  color: rgb(37, 23, 20);
}

.land-list-wrap .land_price,
.land-randlist-wrap .land_price,
.land-list-wrap .sales-price,
.land-randlist-wrap .sales-price {
  margin-bottom: 16px;
}

.land-list-wrap .land_price p,
.land-randlist-wrap .land_price p,
.land-list-wrap .sales-price p {
  font-size: 24px;
  text-align: right;
  font-weight: bold;
  color: #e00;
  border-bottom: none;
  border-bottom: 1px solid #ccc;

}

.land-list-wrap .land_price p a,
.land-randlist-wrap .land_price p a,
.land-list-wrap .sales-price p a {
  float: right;
  text-align: center;
  padding: 10px 20px;
  background: rgb(37, 23, 20);
  color: #fff;
  font-size: 12px;

}

.land-list-wrap .land-data,
.land-randlist-wrap .land-data,
.land-list-wrap .sales-data {
  margin-bottom: 0;
  padding: 5px;
}

.land-list-wrap .land-data li,
.land-randlist-wrap .land-data li,
.land-list-wrap .sales-data li {
  font-size: 15px;
  padding: 5px;
  font-size: 13px;

}

.land-list-wrap .land-data li img,
.land-randlist-wrap .land-data li img,
.land-list-wrap .sales-data li img {
  width: 20px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
}

.land-randlist-wrap .box {
  width: 390px;
  margin-right: 30px;
  margin-bottom: 32px;
  padding: 8px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.land-randlist-wrap .box:nth-of-type(2n) {
  margin-right: 0;
}

.btn-area {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.btn-area a {
  display: block;
  width: 46%;
  margin: 0 2%;
  text-align: center;
  background: #545555;
  color: #fff;
  font-size: 13px;
  padding: 10px 0;
  border-radius: 5px;
}

.btn-area a:hover {
  background: #666;
  text-decoration: none;
}

@media screen and (max-width:767px) {
  #single .land-contents {
    display: block;
  }

  #single .land-contents .single-wrap {
    width: 100%;
    margin: 0 auto;
  }

  .land_price {
    border-bottom: none;
  }

  .land_price p a {
    display: block;
    float: inherit;
    text-align: center;
    margin-top: 10px;
  }

  .land_price p {
    text-align: right;
  }

  .land-list-wrap .land_price p,
  .land-randlist-wrap .land_price p,
  .land-list-wrap .sales-price p {
    font-size: 20px;
    text-align: right;
    font-weight: bold;
    color: #e00;
    border-bottom: none;
    border-bottom: 1px solid #ccc;

  }

  .land-data, .selling-data {
    margin-bottom: 24px;
  }

  .point {
    margin-bottom: 8px;
  }

  .single-wrap .point p {
    font-size: 12px;
    line-height: 1.5;
  }

  .single-wrap .point p:nth-of-type(1) {
    background: #e00;
    color: #fff;
    font-weight: bold;
    width: 30%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .single-wrap .point p:nth-of-type(2) {
    width: 70%;
  }

  .single-land .blocks-gallery-item {
    height: auto;
  }

  .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    padding: 0 10px 0 0;
  }

  .land-data dt,
  .selling-data dt,
  .sales-data dt {
    width: 45%;
  }

  .land-data dd,
  .selling-data dd,
  .sales-data dd {
    width: 55%;
  }

  .land-wrap {
    display: block;
  }

  .land-wrap .box {
    width: 100%;
    margin-bottom: 24px;
  }

  .land_plan dl dt, .land_simulation dl dt {
    width: 30%;
  }

  .land_plan dl dd, .land_simulation dl dd {
    width: 70%;
  }

  .land-intro p.title {
    font-size: 20px;
  }

  .land-intro p {
    text-align: left;
    line-height: 2;
    font-size: 14px;
  }

  .land-check .wrap {
    display: block;

  }

  .land-check .wrap .box:nth-of-type(1) {
    width: 100%;
  }

  .land-check .wrap .box:nth-of-type(1) p.title {
    margin-bottom: 0;
    width: 100%;
  }

  .land-check .wrap .box:nth-of-type(2) {
    width: 100%;
    padding: 10px 0;
  }

  .land-check .wrap .box:nth-of-type(2) {
    font-size: 16px;
  }

  .land-check .wrap .box:nth-of-type(2) li i {
    font-size: 20px;
  }

  .area-image img {
    width: 100%;
    height: auto;
  }

  .link-wrap a {
    width: 48%;
    margin-right: 4%;
  }

  .link-wrap a:nth-of-type(2n) {
    margin-right: 0;
  }

  .link-wrap a:nth-of-type(5n) {
    margin-right: 4%;
  }

  .link-wrap a:nth-of-type(10) {
    margin-right: 4%;
  }

  .land-list-wrap .box {
    width: 100%;
    margin-right: 0;
  }

  .land-randlist-wrap .box {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 32px;
    padding: 8px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
  }

  .land-randlist-wrap .box:nth-of-type(2n) {
    margin-right: auto;
  }
}

.wp-pagenavi {
  text-align: center;
}

/*分譲地*/
/*
.wp-block-gallery{
  margin: 0;
  padding: 0;
}
.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure{
  height:auto !important;
  line-height: 0;
}
.blocks-gallery-item{
  height: 200px;
  overflow: hidden;
}
*/
.selling_table {
  width: 100%;
  margin-bottom: 40px;
}

.selling_table thead th {
  border-bottom: 1px dotted #ccc;
  background: #f4f4f4;
  border-right: 1px dotted #ccc;
  text-align: center;
  padding: 8px 0;
}

.selling_table thead td {
  background: #f4f4f4;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  border-right: 1px dotted #ccc;
  font-weight: bold;
}

.selling_table tbody {
  border: 1px solid #ccc;
}

.selling_table tbody td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}

.selling_table tbody tr:last-child td {
  border-bottom: none;
}

.selling_table tbody tr:last-child {
  border-right: none;
}

.selling_table tbody tr th {
  font-weight: bold;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}

.selling_table tbody tr td.remarks {
  color: #e00;
}

.selling_table tbody tr td.sale {
  color: green;
}

.selling_table tbody tr td.application {
  color: blue;
}

.selling_table tbody tr td.picture img {
  width: 120px;
  height: auto;

}

@media screen and (max-width:767px) {
  .table-area {
    width: 100%;
    overflow-x: scroll;
  }

  .table-area table {
    width: 810px;
  }
}

.selling_map {
  margin-bottom: 24px;
}

.selling_map iframe {
  width: 100%;
  height: 350px;
}

.bythe_car {
  text-align: center;
  padding: 0 0 30px;
  border: 10px solid rgb(37, 23, 20);
  margin-bottom: 40px;
}

.bythe_car p.title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
  background: rgb(37, 23, 20);
  padding: 15px 0;
  color: #ffd800;
}

.bythe_car p {
  font-size: 16px;
  font-weight: bold;
  padding: 2%;
}

@media screen and (max-width:767px) {
  .selling-btn {
    display: block;
  }

  .for-request {
    margin-bottom: 32px;
  }
}

/*建売住宅*/
.facility ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.facility li {
  width: 52px;
  height: 51.3px;
  margin-bottom: 8px;
  background-size: cover;
  margin-right: 11px;
}

.facility li:nth-of-type(13n) {
  margin-right: 0;
}

.facility li.alldenka {
  background-image: url(../img/icon1.png);
}

.facility li.eco-cute {
  background-image: url(../img/icon2.png);
}

.facility li.floor_heating {
  background-image: url(../img/icon3.png);
}

.facility li.shoes_closet {
  background-image: url(../img/icon4.png);
}

.facility li.walkin {
  background-image: url(../img/icon5.png);
}

.facility li.wood_deck {
  background-image: url(../img/icon6.png);
}

.facility li.tile_terrace {
  background-image: url(../img/icon7.png);
}

.facility li.ih {
  background-image: url(../img/icon8.png);
}

.facility li.dishwasher {
  background-image: url(../img/icon9.png);
}

.facility li.w2550 {
  background-image: url(../img/icon10.png);
}

.facility li.water-purifier {
  background-image: url(../img/icon11.png);
}

.facility li.enamel {
  background-image: url(../img/icon12.png);
}

.facility li.tubo_bathroom {
  background-image: url(../img/icon13.png);
}

.facility li.micro_bubble {
  background-image: url(../img/icon14.png);
}

.facility li.heat_bath {
  background-image: url(../img/icon15.png);
}

.facility li.bathroom_dryer {
  background-image: url(../img/icon16.png);
}

.facility li.three-sided_mirror {
  background-image: url(../img/icon17.png);
}

.facility li.two_toilets {
  background-image: url(../img/icon18.png);
}

.facility li.eco_shower {
  background-image: url(../img/icon19.png);
}

.facility li.media_niche {
  background-image: url(../img/icon20.png);
}

.facility li.home_delivery_box {
  background-image: url(../img/icon21.png);
}

.facility li.low-e {
  background-image: url(../img/icon22.png);
}

.facility li.security_shutter {
  background-image: url(../img/icon23.png);
}

.facility li.intercom {
  background-image: url(../img/icon24.png);
}

.facility li.micro_siding {
  background-image: url(../img/icon25.png);
}

.facility li.sixteen_siding {
  background-image: url(../img/icon26.png);
}

.facility li.entrance_door {
  background-image: url(../img/icon27.png);
}

.facility li.outlet_plug {
  background-image: url(../img/icon28.png);
}

.facility li.water_tap {
  background-image: url(../img/icon29.png);
}

.facility li.royal_sss {
  background-image: url(../img/icon30.png);
}

.facility li.thermal_insulation {
  background-image: url(../img/icon31.png);
}

.facility li.fireproof {
  background-image: url(../img/icon32.png);
}

.facility li.flat35 {
  background-image: url(../img/icon33.png);
}

.facility li.sixtyth_warranty {
  background-image: url(../img/icon34.png);
}

.single-sales .comment {
  font-size: 16px;
  font-weight: bold;
  color: rgb(37, 23, 20);
  margin-bottom: 24px;
}

.sales_point {
  text-align: center;
  border: 10px solid rgb(37, 23, 20);
  padding: 20px 0;
  margin-bottom: 40px;
}

.sales_point p.title {
  font-size: 24px;
  font-weight: bold;
  color: #e00;
  margin-bottom: 0;
}

.sales_point p {
  font-size: 16px;
  line-height: 2;
}

.single-sales h4 {
  padding: 10px 20px;
  border: 4px solid #555d66;
  font-size: 16px;
  font-weight: bold;
  margin: 24px auto 16px;

}

@media screen and (max-width:767px) {
  .facility li {
    width: 18%;
    height: 16vw;
    margin-bottom: 8px;
    background-size: cover;
    margin-right: 2.5%;
  }

  .facility li:nth-of-type(13n) {
    margin-right: 2.5%;
  }

  .facility li:nth-of-type(5n) {
    margin-right: 0;
  }

  .sales_point p {
    font-size: 14px;
  }
}

/*サイドバー*/
.single aside {
  width: 250px;
}

aside p.title {
  padding: 10px 0;
  text-align: center;
  background: #333;
  color: #fff;
  margin-bottom: 16px;

}

aside ul li {
  padding: 10px;
  border-bottom: 1px dotted #ccc;
}

aside ul li a {
  color: #333;
}

@media screen and (max-width:767px) {
  .single aside {
    width: 100%;
    margin: 40px auto 24px;
    text-align: center;
  }

  .side-request {
    display: none;
  }
}

/*暮らしのコラム*/
.column-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column-link a, .column-link2 a {
  display: block;
  width: 22%;
  padding: 10px 5px;
  color: #000;
  font-size: 15px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 16px;
  background: #fee6ae;
  border: 1px solid #fee6ae;
  text-decoration: none;
}

.column-link a:hover, .column-link2 a:hover {
  color: rgb(37, 23, 20);
  background: #fff;
  border: 1px solid #fee6ae;
}

.column-link2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom: 40px;
}

.column-link2 a:nth-of-type(1) {
  margin-right: 44px;
}

@media (max-width: 768px) {
  .column-link2 {
    justify-content: space-between;
  }

  .column-link2 a:nth-of-type(1) {
    margin-right: 0px;
  }
}

.column-list .box a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  text-decoration: none;
  color: #333;
}

.column-list .box .image {
  width: 30%;
}

.column-list .box .image img {
  width: 100%;
  height: auto;
}

.column-list .box .txt {
  width: 68%;
}

.column-list .box .wrap,
#single .wrap {
  display: flex;
  justify-content: space-between;
}

.single-sales #single .wrap {
  justify-content: flex-start;
}

@media screen and (max-width:767px) {
  .single-sales #single .wrap {
    justify-content: space-between;
  }
}


.column-list .box .wrap span.category,
#single .wrap span.category {
  padding: 2px 10px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 12px;
}

#single .wrap span.category a {
  color: #000;
}

.column-list .box .wrap span.date,
#single .wrap span.date {
  font-weight: bold;
}


/*.column-link a.plan,*/
.column-list .box .wrap span.plan,
#single .wrap span.plan {
  background: #228b22;
}

/*.column-link a.comparison,*/
.column-list .box .wrap span.comparison,
#single .wrap span.comparison {
  background: #ea9e38;
}

/*.column-link a.interior,*/
.column-list .box .wrap span.interior,
#single .wrap span.interior {
  background: #dc143c;
}

/*.column-link a.loan,*/
.column-list .box .wrap span.loan,
#single .wrap span.loan {
  background: #b19500;
}

/*.column-link a.land,*/
.column-list .box .wrap span.land,
#single .wrap span.land {
  background: #0000cd;
}

/*.column-link a.event,*/
.column-list .box .wrap span.event,
#single .wrap span.event {
  background: #800000;
}

/*column-link a.housemake,*/
.column-list .box .wrap span.housemake,
#single .wrap span.housemake {
  background: #5f9ea0;
}

/*  .column-link a.setsubi,*/
.column-list .box .wrap span.setsubi,
#single .wrap span.setsubi {
  background: #8a2be2;
}


.column-list .box .txt p.title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #007a66;
  padding: 8px 10px;
  margin-bottom: 16px;
  line-height: 1.5;
}

.column-list .box .txt p {
  line-height: 1.8;
}

.relation-column {
  margin: 120px auto 0;
}

.relation-column h3 {
  font-size: 20px;
  font-weight: bold;
  color: rgb(37, 23, 20);
  border-left: 4px solid rgb(37, 23, 20);
  padding: 5px 14px;
  margin-bottom: 20px;
}

@media screen and (max-width:767px) {
  .column-link a, .column-link2 a {
    width: 46%;
  }

  .column-list .box a {
    display: block;
    margin-bottom: 60px;
  }

  .column-list .box .image {
    width: 100%;
  }

  .column-list .box .image img {
    width: 100%;
    height: auto;
  }

  .column-list .box .txt {
    width: 100%;
  }

  .relation-column {
    width: 90%;
  }
}

/*@media END*/
/*よくあるご質問*/
.qa-list .box {
  margin-bottom: 120px;
  position: relative;
}

.qa-list p.question {
  font-size: 22px;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 3px solid rgb(37, 23, 20);
  font-weight: bold;

}

.qa-list p.answer {
  font-size: 18px;
  margin-bottom: 8px;
}

.qa-list .box a.for-detail {
  display: block;
  width: 200px;
  margin: 16px auto;
  text-align: center;
  color: #fff;
  border: 1px solid #007a66;
  background: #007a66;
  padding: 8px 0;
  border-radius: 10px;
  box-shadow: 3px 6px 0px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  right: 0;
}

.qa-list .box a.read_btn {
  display: block;
  width: 200px;
  margin: 16px auto;
  text-align: center;
  color: #fff;
  border: 1px solid rgb(37, 23, 20);
  background: rgb(37, 23, 20);
  padding: 8px 0;
  border-radius: 10px;
  box-shadow: 3px 6px 0px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  right: 0;
}

.qa-list .box a.for-detail:hover {
  background: #fff;
  color: rgb(37, 23, 20);
}

#single .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  font-size: 12px;
}

.qa-list .box .category,
#single .wrap .category {
  display: block;
  width: 140px;
  padding: 5px 0;
  text-align: center;
  background: #fee6ae;
  color: #fff;
  border-radius: 10px;
  font-size: 13px;
  margin: 8px 0 0;
}

.qa-list .box .category a,
#single .wrap .category a {
  color: #000;
}

#single .answer {
  display: flex;
}

img.question-icon {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

img.answer-icon {
  width: auto;
  height: 60px;
  margin-bottom: 8px;
  margin-right: 16px;
}

@media screen and (max-width:767px) {
  .qa-list .ansewer {
    margin-bottom: 16px;
  }

  .qa-list .box a {
    position: static;
    margin-top: 24px;
  }

  .answer {
    align-items: flex-start;
  }
}

/*スタッフ紹介*/
.tab-group {
  display: flex;
  justify-content: center;
}

.tab {
  padding: 15px 0;
  width: 280px;
  margin: 40px 20px 80px;
  list-style: none;
  border: solid 1px #fee6ae;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}

.panel {
  display: none;
}

.tab.is-active {
  background: #fee6ae;
  color: #000;
  transition: all 0.2s ease-out;
}

.panel.is-show {
  display: block;
}

.staff-list {
  display: flex;
  flex-wrap: wrap;
}

.staff-list .box {
  width: 254px;
  margin-right: 28px;
  margin-bottom: 4%;
}

.staff-list .box:nth-of-type(4n) {
  margin-right: 0;
}

.staff-list .box a {
  color: inherit;
  display: block;
}

.staff-list .box a .image {
  width: 254px;
  height: 254px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-bottom: 8px;
}

.staff-list .box a .image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.staff-list .box a p.job {
  text-align: center;
  font-size: 13px;
}

.staff-list .box a p.name {
  text-align: center;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}

h2.staff {
  font-size: 32px;
  text-align: center;
  margin-bottom: 60px;
}

h2.staff span {
  font-size: 20px;
  display: block;
  color: rgb(37, 23, 20);
  font-weight: bold;
}

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

.staff-wrap .image {
  width: 300px;
}

.staff-wrap .txt {
  width: 780px;
}

.staff-contents {
  margin-bottom: 120px;
}

#single .staff-contents h2 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 16px;
  padding-left: 14px;
  border-left: 4px solid rgb(37, 23, 20);
  margin-top: 40px;
}

@media screen and (max-width:767px) {
  h2.staff {
    font-size: 22px;
  }

  h2.staff span {
    font-size: 17px;
  }

  .staff-list .box {
    width: 90vw;
    height: auto;
    margin: 0 auto 20px;
  }

  .staff-list .box a .image {
    width: 90vw;
    height: 90vw;
    border-radius: 50%;
  }

  .staff-wrap {
    display: block;
  }

  .staff-wrap .image {
    width: 100%;
  }

  .staff-wrap .txt {
    width: 100%;
  }

  .pc {
    display: none !important;
  }
}

/*サイトマップ*/
.sitemap-wrap {
  margin-bottom: 40px;
}

.sitemap-wrap ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.sitemap-wrap li {
  width: 23.5%;
  margin-right: 2%;
  font-size: 15px;
  font-weight: bold;
  color: rgb(37, 23, 20);
}

.sitemap-wrap li a {
  display: block;
  padding: 8px 10px;
  border-left: 4px solid rgb(37, 23, 20);
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 16px;
  color: rgb(37, 23, 20) !important;
}

.sitemap-wrap li:nth-of-type(4n) {
  margin-right: 0;
}

.sitemap-wrap li a::after {
  position: absolute;
  content: ">";
  top: 8px;
  right: 2%;
}

p.tech {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 2px solid rgb(37, 23, 20);
  margin-bottom: 16px;
  padding-bottom: 8px;
  padding-left: 20px;
  margin: 32px auto 8px;
  border-left: 4px solid rgb(37, 23, 20);
}

.sitemap-wrap ul:nth-of-type(2) {
  padding: 20px;
  margin-bottom: 32px;
}

.sitemap-wrap ul:nth-of-type(2) a {
  display: block;
  padding: 8px 10px;
  border-left: none;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 8px;
  background: #fee6ae;
  color: rgb(37, 23, 20) !important;
}

.sitemap-wrap li a:hover {
  color: #c4c400 !important;
  text-decoration: none;
}

.sitemap-wrap li.foot_child {
  font-size: 13px;
  color: #999;
}

@media screen and (max-width:767px) {
  .sitemap-wrap li {
    width: 100%;
    margin: 0 auto;
  }

  .sitemap-wrap ul:nth-of-type(2) {
    padding: 0;
  }
}

/* 
foot_bnr */
.foot_bnr {
  background: #f4f4f4;
  padding: 80px 0 70px;
}

section.foot_bnr ul li {
  float: left;
  margin-right: 13px;
  margin-bottom: 20px;
}

section.foot_bnr ul li:nth-child(3),
section.foot_bnr ul li:nth-child(6) {
  margin-right: 0;
}

.bottom_pc_bnr {
  text-align: center;
}
.bottom_pc_bnr p {
  margin-bottom: 60px;
}
.bottom_sp_bnr {
  text-align: center;
  display: none;
}
.bottom_sp_bnr p {
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .bottom_pc_bnr {
    display: none;
  }
  .bottom_sp_bnr {
    display: block;
  }
}

/* 
foot_contact */
.foot_contact {
  background: #007a66;
  /*background:url("../img/bg.jpg");*/
  padding: 56px 0 45px;
}

.foot_contact h2 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
}

@media screen and (max-width:767px) {
  .foot_contact h2 {
    width: 90%;
    margin: 0 auto 20px;
    font-size: 22px;
  }
}

.cv_bnr {
  margin: 30px auto 0;
  border: 2px solid #fff;
  padding: 20px 50px;
  position: relative;
  height: 180px;
}

.cv_request {
  top: 20px;
  right: 395px;
  position: absolute;
}

.cv_tel {
  top: 55px;
  left: 100px;
}

.cv_message {
  bottom: 15px;
  right: 50px;
}

.cv_contact {
  right: 44px;
  top: 20px;
}

.cv_consultation {
  top: 20px;
  right: 278px;
}

.cv_reserve {
  top: 20px;
  right: 158px;
}

.cv_consultation,
.cv_contact,
.cv_message,
.cv_request,
.cv_reserve,
.cv_tel {
  position: absolute;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .cv_bnr {
    margin: 30px auto 0;
    border: 1px solid #fff;
    padding: 20px 10px;
    position: relative;
    height: 180px;
  }

  .cv_tel {
    left: 10px;
  }

  .cv_contact {
    right: 4px;
  }

  .cv_consultation {
    right: 238px;
  }

  .cv_reserve {
    right: 118px;
  }

  .cv_request {
    right: 355px;
    position: absolute;
  }

  .cv_consultation img,
  .cv_contact img,
  .cv_message img,
  .cv_request img,
  .cv_reserve img,
  .cv_tel img {
    width: 80%;
  }
}

/* 
footer */
#footer {
  background: #fee6ae;
  padding: 50px 0;
  font-size: 12px;
}

footer {
  color: #000;
}

.foot_info p {
  font-size: 15px;
}

.foot_info p span {
  font-size: 13px;
}

.foot_tel {
  text-align: center;
  margin-top: 20px;
}

.foot_sns ul {
  display: table;
  margin-top: 20px;
}

.foot_sns ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 4px 4px 4px;
}

.foot_sns ul li:nth-of-type(1) {
  padding: 0 5px 0 10px;
}

.foot_logo {
  margin-bottom: 10px;
  padding: 30px;
}

.foot_info {
  width: 167px;
  float: left;
}

.foot_info .foot_logo img {
  width: 250px;
}

nav.foot_link {
  float: right;
}

nav.foot_link ul {
  float: left;
  margin-left: 34px;
}

nav.foot_link ul li {
  background: url(./../img/foot_icon_arrow.png)no-repeat left center;
  padding-left: 14px;
}

nav.foot_link ul li.foot_child {
  margin-left: 20px;
}

nav.foot_link ul li a {
  color: #000;
  font-size: 13px;
}

.copy {
  background: #007a66;
  padding: 24px 0;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

@media screen and (min-width:1600px) {

  .main,
  .top_house,
  .top_estate,
  .top_venue ul li:nth-child(1),
  .top_venue ul li:nth-child(2),
  .top_venue ul li:nth-child(3),
  .top_after {
    background-size: 100%;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .head_area {
    position: fixed;
    z-index: 99;
    width: 100%;
  }

  .top_house ul li {
    width: 32%;
    margin-right: 2%;
    height: auto;
    padding-bottom: 20px;
  }

  .cont {
    width: auto;
    margin: 0 auto;
  }

  img {
    max-width: 100%;
  }

  .estate_counter {
    background: url(../img/estate_counter.png) no-repeat center bottom;
    background-size: 100%;
    width: 100%;
    height: 195px;
    margin: 24px auto 54px;
    position: relative;
  }

  .estate_counter p {
    font-size: 9vw;
    right: 13%;
    letter-spacing: 0.18em;
    bottom: 5%;
  }

  .top_estate ul li {
    float: left;
    width: 49%;
  }

  .top_estate ul li:last-child {
    margin-left: 2%;
  }

  .point_txt {
    padding: 0 3%;
  }

  .top_topics_list {
    width: 70%;
  }

  .top_topics_ti {
    width: 26%;
    padding-right: 2%;
    padding: 36px 0 20px;
    text-align: center;
  }

  .top_voice ul li {
    margin-right: 2.5%;
    width: 23%;
  }

  .top_example ul li {
    float: left;
    margin-right: 2%;
    margin-bottom: 32px;
    width: 23.5%;
  }

  .example_list ul li {
    float: left;
    margin-right: 2%;
    margin-bottom: 32px;
    width: 23.5%;
  }

  section.foot_bnr ul li {
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    width: 32%;
  }

  .foot_info {
    float: none;
    text-align: center;
  }

  nav.foot_link {
    float: none;
  }

  .foot_sns ul {
    display: table;
    margin: 20px auto;
  }
}

@media (max-width: 767px) {
  .cont {
    width: auto;
    margin: 0 auto;
  }

  img {
    max-width: 100%;
  }

  .head_area {
    background: #fee6ae;
    height: 80px;
    position: fixed;
    width: 100%;
    z-index: 999;
  }

  .heder-request p,
  .header-contact p {
    color: #007a66;
    font-size: 10px;
  }

  .estate_counter {
    width: auto;
    background: url(../img/estate_counter.png) no-repeat center top;
    background-size: 100%;
  }

  .estate_counter p {
    font-size: 9vw;
    position: absolute;
    right: 13.5%;
    letter-spacing: 8px;
    top: 0;
  }

  .top_topics_ti {
    float: none;
    width: 260px;
    padding-right: 0;
    padding: 36px 0 20px;
    margin: 0 auto;
    text-align: center;
  }

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

  .top_house {
    background: #f4f4f4;
    padding: 50px 20px 50px;
    height: auto;
    text-align: center;
  }

  .top_house ul li {
    float: none;
    max-width: 350px;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    height: auto;
    padding-bottom: 40px;
    margin: 0 0 25px;
    position: relative;
  }

  .top_estate {
    background: url(../img/bg_estimate.png) no-repeat center bottom;
    padding: 50px 20px 50px;
    margin-top: 0;
    background-size: 100%;
  }
}

.sp_main {
  display: none;
}

.top_model_img {
  display: none;
}

.sp_top_advaice {
  display: none;
}

.sp_top_after_ti {
  display: none;
}

.sp_cv_bnr {
  display: none;
}

.sp_foot_link {
  display: none;
}

.sp_foot_info {
  display: none;
}

@media screen and (max-width:767px) {
  .main {
    display: none;
  }

  .sp_main {
    display: block;
    margin-top: 80px;
  }

  .sp_main img {
    width: 100%;
  }

  .top_house ul li dl,
  .top_house_read {
    text-align: left;
  }

  .top_house ul li {
    float: none;
    width: 100%;
    max-width: 100%;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    height: auto;
    padding-bottom: 40px;
    margin: 0 0 25px;
    position: relative;
  }

  .top_house_img img {
    width: 100%;
  }

  .estate_counter {
    background: none;
    height: auto;
  }

  .sp_bg_numarea {
    display: block;
  }

  .sp_bg_numarea img {
    width: 100%;
  }

  .estate_counter p {
    font-size: 14vw;
    position: relative;
    right: 0;
    letter-spacing: 0.15em;
    top: 0;
    text-align: center;
  }

  .estate_counter p:after {
    content: "件";
    font-size: 8vw;
  }

  .top_after ul {
    display: table;
    margin: 20px auto;
  }

  .top_after ul li {
    display: inline-block;
    padding: 0;
    margin-bottom: 20px;
    width: 50%;
    text-align: center;
  }

  .top_estate ul li {
    float: none;
    margin-bottom: 20px;
  }

  .top_estate ul li:last-child {
    margin-left: 0;
  }

  .top_estate ul li a img {
    width: 100%;
  }

  .top_point .movie {
    display: block;
    width: auto;
    margin-bottom: 20px;
  }

  .point_txt {
    display: block;
    width: auto;
    vertical-align: middle;
    background: #ebeff5;
    padding: 20px;
  }

  .top_model {
    padding: 20px 0;
  }

  .top_model h2,
  .top_model p {
    padding: 0 20px;
  }

  .top_point {
    padding: 40px 0 0;
  }

  .top_point h2 {
    font-size: 6vw;
    text-align: center;
    margin-bottom: 30px;
  }

  .point_txt h3 {
    color: rgb(37, 23, 20);
    font-size: 5vw;
    margin-bottom: 20px;
  }

  .top_model h2 {
    font-size: 5vw;
    text-align: left;
    margin-bottom: 20px;
  }

  .top_model p {
    text-align: left;
    margin-bottom: 30px;
  }

  /* 
  top_venue */
  .top_venue ul li {
    height: auto;
    position: relative;
    margin-bottom: 20px;
  }

  .top_venue ul li:nth-child(1),
  .top_venue ul li:nth-child(2),
  .top_venue ul li:nth-child(3) {
    background: none;
  }

  .top_venue ul li a {
    width: 100%;
    height: auto;
  }

  .top_venue ul li a span.model_area {
    position: absolute;
    margin: 0 auto;
    top: 11vh;
    display: block;
    text-align: center;
    width: 100px;
    left: 50%;
    margin-left: -50px;
  }

  .top_venue ul li a h3 {
    font-size: 4vw;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    top: 18vh;
    display: block;
    width: 100%;
  }

  .top_model_img {
    display: block;
  }

  .top_topics {
    padding: 0 0 40px;
  }

  .top_topics_ti {
    margin-bottom: 40px;
  }

  .top_topics_list ul li .topics_txt {
    display: block;
    margin-left: 0;
  }

  .top_topics_list ul li {
    padding: 14px 24px;
  }

  .top_advaice {
    display: none;
  }

  .sp_top_advaice {
    display: block;
    padding: 0 20px;
    margin-top: 40px;
    margin-bottom: -40px;
  }

  .top_voice p.subti {
    text-align: center;
    font-size: 4vw;
  }

  .top_voice ul li {
    position: relative;
    float: none;
    margin-right: 0;
    width: 250px;
    margin: 0 auto 20px;
  }

  .top_voice ul li:last-child {
    margin: 0 auto 20px;
  }

  .top_example p.subti,
  .example_list p.subti {
    text-align: center;
    font-size: 4vw;
  }

  .top_example h2,
  .example_list h2 {
    font-size: 7vw;
    text-align: center;
    margin-bottom: 60px;
  }

  .top_voice h2 {
    font-size: 7vw;
  }

  .top_voice h2 span {
    font-size: 4vw;
  }

  .top_example ul li,
  .example_list ul li {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
    width: 250px;
    height: auto;
  }

  .top_example ul li:nth-child(4),
  .top_example ul li:nth-child(8),
  .top_example ul li:nth-child(12),
  .example_list ul li:nth-child(4),
  .example_list ul li:nth-child(8),
  .example_list ul li:nth-child(12) {
    margin: 0 auto 20px;
  }

  .top_example h2 span,
  .example_list h2 span {
    font-size: 4vw;
    display: block;
    color: rgb(37, 23, 20);
    font-weight: bold;
  }


  .top_after_ti {
    display: none;
  }

  .sp_top_after_ti {
    display: block;
  }

  .top_after {
    background: url(../img/after_bg.png) no-repeat;
    padding: 45px 20px;
  }

  .top_after .top_voice_btn_area ul {
    display: block;
  }

  .top_after .top_voice_btn_area ul li {
    width: auto;
    display: block;
    padding: 0;
  }

  .top_voice_btn {
    font-size: 3vw;
    padding: 20px;
    display: block;
    background: #fee6ae url(../img/top_voice_btn_arrow.png) no-repeat right 20px bottom 16px;
  }

  .btn-wrap p:nth-of-type(1) .top_voice_btn {
    background: #303031 url(../img/top_voice_btn_arrow.png) no-repeat right 20px bottom 26px;

  }

  section.foot_bnr ul li {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .cv_bnr {
    display: none;
  }

  .sp_cv_bnr {
    display: block;
  }

  .sp_cv_bnr {
    border: 1px solid #fff;
    padding: 40px 20px;
    text-align: center;
  }

  .sp_cv_bnr ul {
    margin-top: 40px;
  }

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

  .sp_cv_bnr ul li {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
  }

  .foot_info {
    display: none;
  }

  nav.foot_link {
    float: none;
  }

  .foot_link {
    display: none;
  }

  .sp_foot_link {
    display: flex;
    padding: 0;
  }

  .sp_foot_link ul {
    padding: 2% 4%;

  }

  .sp_foot_link ul li {
    margin-bottom: 8px;
  }

  .sp_foot_link ul li a {
    color: #000;
    font-size: 12px;
  }

  .foot_child {
    margin-left: 20px;
  }

  .sp_foot_info {
    display: block;
    text-align: center;
    margin-top: 40px;
  }

  .foot_sns ul {
    display: table;
    margin: 20px auto 0;
  }

  .top_voice_btn_area {
    width: 90%;
    margin: 40px auto 0;
  }

}

/*樹脂サッシ*/
.page h2 {
  margin-bottom: 24px;
}

.page figure img {
  max-width: 100%;
  height: auto;
}

.resinFeature-listArea {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.resinFeature-listArea li {
  background: #007a66;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
}

.resinFeature-listArea_text01 {
  font-size: 26px;
  font-size: 2.6rem;
}

.resinFeature-text01 {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Noto Serif";
  margin: 60px 0;
  text-align: center;
}

.resinDiff-listArea {
  margin: 40px 0;
}

.resinDiff-guard01 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.resinDiff-guard01 figure {
  width: 375px;
}

.resinDiff-guard01 p {
  width: 700px;
}

.resinDiff-guard02 {
  background: #F5F4F4;
  position: relative;
}

.resinDiff-guard02 figure {
  position: absolute;
  top: -30px;
  left: 50px;
}

.resinDiff-guard02 p {
  font-weight: bold;
  margin-top: 40px;
  padding: 20px 20px 20px 310px;
  font-size: 28px;
}

.list-checkmark li {
  position: relative;
  padding: 30px 0 20px 100px;
  font-size: 22px;
  background: #F5F4F4;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}

.list-checkmark li::before {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  content: '';
  width: 50px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/wpcms/wp-content/themes/nakayashiki/img/icon-check.png);
}

@media (max-width: 768px) {
  .resinFeature-listArea li {
    font-size: 13px;
    padding: 0.8em;
    line-height: 1.5;

    justify-content: flex-start;
  }

  .resinDiff p {
    margin-bottom: 16px;
  }

  .resinFeature-listArea li span {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 8px;
  }

  .resinFeature-text01 {
    font-size: 20px;
  }

  .resinDiff-guard01 {
    flex-direction: column;
  }

  .resinDiff-guard01 figure,
  .resinDiff-guard01 p {
    width: 100%;
    margin-bottom: 16px;
  }

  .resinDiff-guard01 figure img {
    width: 100%;
    height: auto;
  }

  .resinDiff-guard02 {
    margin: 20px 0;
    padding: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .resinDiff-guard02 figure {
    width: 20%;
    left: 0;
    top: 0;
    position: relative;
  }

  .resinDiff-guard02 p {
    font-size: 13px;
    width: 76%;
    padding: 0;
    margin: 0;
  }

  .list-checkmark li {
    padding: 20px 15px 20px 40px;
    font-size: 16px;
  }

  .list-checkmark li::before {
    left: 10px;
    width: 25px;
    height: 26px;
  }
}

.top-cont-ul {
  padding: 20px;
}

.top-cont-ul p a {
  text-decoration: underline !important;
}

@media (max-width: 768px) {
  .logo {
    width: 100%;
    height: auto;
    padding: 24px 15px;
    float: right;
  }

  .header-flex-cont {
    width: 80%;
    margin-left: 20%;
    overflow: hidden;
  }

  header h1 {
    width: 60%;
    float: left;
    padding-left: 0;
    text-align: center;
  }

  .heder-request {
    display: block;
    width: 20%;
    padding: 20px 0 0;
    float: left;
    font-size: 3vw;
    text-align: center;
    color: rgba(255, 255, 255, 1.00);
  }

  .header-contact {
    display: block;
    width: 20%;
    padding: 20px 0 0;
    float: left;
    font-size: 3vw;
    text-align: center;
    color: rgba(255, 255, 255, 1.00);
  }

  .bx-wrapper {
    margin-bottom: 20px !important;
  }

  .top_topics_ti {
    float: none;
    width: 260px;
    padding-right: 0;
    padding: 0;
    margin: 0 auto 24px;
    text-align: center;
  }

  .top_topics_ti h2 {
    margin-bottom: 0;
  }

  .top_topics_ti h2 img {
    max-width: 90%;
  }

  .top-cont-ul {
    padding-bottom: 0;
    text-align: left;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

.column-list {
  display: flex;
  flex-wrap: wrap;
}

.column-list .box {
  width: calc(100% / 4 - 20px);
  margin: 0 10px;
}

.column-list .box a {
  display: block;
  justify-content: space-between;
  margin-bottom: 40px;
  text-decoration: none;
  color: #333;
}

.column-list .box .image {
  width: 100%;
}

.column-list .box .txt {
  width: 100%;
}

.column-list .box .wrap span.category, #single .wrap span.category {
  padding: 2px 10px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .column-list {
    display: flex;
    flex-wrap: wrap;
  }

  .column-list .box {
    width: 100%;
    margin: 0 10px;
  }

  .column-list .box a {
    display: block;
    justify-content: space-between;
    margin-bottom: 40px;
    text-decoration: none;
    color: #333;
  }

  .column-list .box .image {
    width: 100%;
  }

  .column-list .box .txt {
    width: 100%;
  }

  .column-list .box .wrap span.category, #single .wrap span.category {
    padding: 2px 10px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 12px;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }
}

/* 20200225 */
.page-exhibition .bx-viewport,
.page-model-kokuraminami .bx-viewport,
.page-model-yukuhashi .bx-viewport {
  height: 720px !important;
}

@media (max-width: 768px) {

  .page-exhibition .bx-viewport,
  .page-model-kokuraminami .bx-viewport,
  .page-model-yukuhashi .bx-viewport {
    height: 240px !important;
  }

  .custom-thumb {
    display: none;
  }
}

.online_img {
  text-align: center;
  margin: 0 auto 30px;
  display: block;
  padding: 0 10px;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

/* attention */
.sec-attention {
  display: block;
  width: 960px;
  margin: 80px auto 0;
}

.sec-attention p {
  margin-bottom: 10px;
  text-align: left;
}

.sec-attention .attention-title {
  padding: 30px 0;
  font-size: 24px;
  text-align: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.covid19-attention-cont {
  padding: 40px 40px 0;
  border: 2px solid #000;
}

.covid19-attention-cont h4 {
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
  font-size: 24px;
}

.covid19-attention-cont .list-cont {
  margin: 24px 0 32px;
}

/**/
.sec-attention-reserve {
  display: block;
  width: 100%;
  margin: 80px auto;
}

.sec-attention-reserve p {
  margin-bottom: 10px;
  text-align: left;
}

.sec-attention-reserve .attention-title {
  padding: 30px 0;
  font-size: 24px;
  text-align: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.sec-attention-reserve .covid19-attention-cont {
  padding: 40px 40px 0;
  border: 2px solid #000;
}

.sec-attention-reserve .covid19-attention-cont h4 {
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
  font-size: 24px;
}

.sec-attention-reserve .covid19-attention-cont .list-cont {
  margin: 24px 0 32px 20px;
}

.sec-attention-reserve .covid19-attention-cont .list-cont li {
  margin: 10px 0;
  list-style-position: outside;
  list-style: disc;
}

@media (max-width: 768px) {

  /* attention */
  .sec-attention {
    display: block;
    width: 96%;
    margin: 80px auto 0;
  }

  .sec-attention p {
    margin-bottom: 10px;
    padding: 0 !important;
    text-align: left;
  }

  .sec-attention .attention-title {
    padding: 30px 0;
    font-size: 24px;
    text-align: center;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }

  .covid19-attention-cont {
    padding: 8vw 8vw 0;
    border: 2px solid #000;
  }

  .covid19-attention-cont h4 {
    margin-bottom: 24px;
    border-bottom: 1px solid #000;
    font-size: 5vw;
  }

  .covid19-attention-cont .list-cont {
    margin: 24px 0 32px;
  }

  /**/
  .sec-attention-reserve {
    display: block;
    width: 100%;
    margin: 80px auto;
  }

  .sec-attention-reserve p {
    margin-bottom: 10px;
    text-align: left;
  }

  .sec-attention-reserve .attention-title {
    padding: 30px 0;
    font-size: 5vw;
    text-align: center;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }

  .sec-attention-reserve .covid19-attention-cont {
    padding: 6vw 6vw 0;
    border: 2px solid #000;
  }

  .sec-attention-reserve .covid19-attention-cont h4 {
    margin-bottom: 24px;
    border-bottom: 1px solid #000;
    font-size: 5vw;
  }

  .sec-attention-reserve .covid19-attention-cont .list-cont {
    margin: 24px 0 32px 20px;
  }

  .sec-attention-reserve .covid19-attention-cont .list-cont li {
    margin: 10px 0;
    list-style-position: outside;
    list-style: disc;
  }
}

.bik a {
  padding: 20px;
  border-radius: 3px;
  background-color: #D8D8DA;
  margin-top: 81px;
  display: block;
  text-align: center;
  width: 70%;
  margin: 81px auto 0;
  color: #000;
}

/*
.box .image img {
width: 255px!important;
height: 159px!important;
object-fit: cover;
 }
 @media (max-width: 768px) {
  .box .image img {
width: auto!important;
height: auto!important;
object-fit: none;
 }
 }*/
.movie_center {
  width: 960px;
  margin: 50px auto 10px;
  text-align: center;
}

.movie_center video {
  display: block;
  width: 100%;

}

@media screen and (max-width: 499px) {
  .movie_center {
    width: 100%;
    margin: 0 auto 50px;
  }

}

.mb50 {
  margin-bottom: 50px;
}

.foot_link {
  width: 1051px;
}

/* ルームツアー */
.roomtour-wrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
	flex-wrap:wrap;
}

.top_roomtour .roomtour-wrap{
	flex-wrap:nowrap;
}

.roomtour-wrap .box {
  width: calc(50% - 50px);
  margin-right: 50px;
  margin-top: 24px;
}

.roomtour-wrap .box:nth-child(n + 3){
	margin-top:80px;
}

@media (max-width: 768px) {
  .roomtour-wrap {
    display: block;
  }

  .roomtour-wrap .box {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.top_roomtour {
  padding: 70px 0 0;
}

.top_roomtour h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 24px;
}

.top_roomtour h2 span {
  font-size: 20px;
  display: block;
  color: rgb(37, 23, 20);
  font-weight: bold;
}

.top_roomtour .roomtour-wrap .box{
  margin-top: 0;
  width: 100%;
  text-align: center;
  margin-right: 40px;
}

.top_roomtour .roomtour-wrap .box:last-child{
  margin-right: 0;
}

@media screen and (max-width: 767px){
  .top_roomtour .roomtour-wrap .box:not(:first-child){
    margin-top: 40px;
  }
}
.top-main_slide-wrap {
  overflow: hidden;
}
.top-main_slide-wrap #slide_03 {
  position: relative;
}
.top-main_slide-wrap #slide_03 > li + li {
  opacity: 0;
  position: absolute;
  top: 0;
}
.slide_thumbnail {
  margin: 30px auto 0;
  width: 1100px;
}
.slide_thumbnail_list {
  margin: 0 -8px;
}
.slide_thumbnail_list::after {
  clear: both;
  content: '';
  display: block;
}
.slide_thumbnail_list li {
  float: left;
  padding: 0 5px;
  width: 20%;
}
.slide_thumbnail_list button {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  background: none;
  border: 3px solid #fff;
  border-radius: 0;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  transition: border 0.2s ease-in;
}
.slide_thumbnail_list .slick-current button {
  border: 3px solid #007a66;
}
.slide_thumbnail_list .slick-slide img{
  opacity: 0.5;
}
.slide_thumbnail_list .slick-slide.slick-active img{
  opacity: 1; 
}
.slide_thumbnail_list.slick-slider .slick-list {
  padding: 0 !important;
  overflow: inherit !important;
}
@media screen and (max-width: 767px){
  .top-main_slide-wrap #main_slide01 {
    padding-top: 78px;
    width: 100%;
    height: auto;
  }
  .slide_thumbnail {
    margin-bottom: 20px;
    padding: 0 15px;
    width: 100%;
  }
  .slide_thumbnail_list {
    position: relative;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .slide_thumbnail_list > li {
    margin-top: 8px;
    width: 33.33%;
  }
  .slide_thumbnail_list > li:nth-child(n+4) {
    position: absolute;
    top: 0;
    opacity: 0;
  }
}