@charset "utf-8";
/* CSS Document */

body {
  background: #fff;
}

/* メインスライド */
#main_slide {
  width: 100%;
  min-width: 1366px;
  height: 780px;
  background: url(../images/top/top_slide01.jpg) no-repeat center 50%;
  background-size: cover;
  animation: fadeIn 1s cubic-bezier(0.25, 0.1, 0.81, 0.25) 0s 1 normal;
  -webkit-animation: fadeIn 1s cubic-bezier(0.25, 0.1, 0.81, 0.25) 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#main_slide02 {
  width: 100%;
  height: 700px;
  background: url(../images/top/top_slide02.jpg) no-repeat center 50%;
  background-size: cover;
  padding: 80px 0 0 0;
}
.fadebox {
  opacity: 0;
  transition: 1.5s;
}
.animated {
  opacity: 1;
}

.top_main {
}

.top_main_slide {
  width: 980px;
  margin: 0 auto;
}
.top_main_slide .slick-track {
  width: 980px;
}
.top_main_slide li {
  width: 980px;
  height: 558px;
  background-color: #fff;
}
/* メインスライドのサムネイル */
.top_main_slide .slick-dots {
  position: static;
  margin: 20px auto 0;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.top_main_slide .slick-dots li {
  width: 140px;
  margin: 0 5px 15px;
  padding: 0;
  position: relative;
  display: block;
  transition: all 0.3s;
  height: auto;
}
.top_main_slide .slick-dots li.slick-active {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.top_main_slide .slick-dots li:after {
  content: "";
  z-index: 1;
  display: block;
  box-sizing: border-box;
  border: 3px solid #f00;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.3s;
  opacity: 0;
}
.top_main_slide .slick-dots li.slick-active:after {
  opacity: 1;
}

.top_main_slide .slick-dots li img {
  width: 140px;
  height: auto;
  vertical-align: middle;
}
.top_main_slide_nav img:hover {
  cursor: pointer;
}

/* イベント情報 */
.top_event {
  width: 100%;
  margin: 60px 0;
}
.top_event h2 {
  margin: 0 auto;
  width: 1010px;
  height: 109px;
  background: url(../images/top/event_title.png) no-repeat;
  text-indent: -9999px;
  /*	margin-left:66px;*/
}
.top_event_list {
  width: 1158px;
  margin: 20px auto 0;
}
.top_event_list li {
  width: 354px;
  height: 330px;
  margin: 0 15px;
  border: solid 1px #ccc;
  background: url(../images/top/corner_arrow.png) right bottom no-repeat;
  box-shadow: 0px 0px 3px 0px #cfcfcf;
  -moz-box-shadow: 0px 0px 3px 0px #cfcfcf;
  -webkit-box-shadow: 0px 0px 3px 0px #cfcfcf;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  transition: 0.3s;
  background-color: #fff;
}
.top_event_list li p {
  padding: 15px 20px;
  line-height: 1.5;
}
.top_event_list li p span {
  font-weight: bold;
}
.top_event_list li:hover {
  opacity: 0.8;
}

.slick-prev::before,
.slick-next::before {
  color: #000;
}
.top_event_list li img {
  width: 100%;
  height: auto;
}
.event_link {
  width: 1126px;
  margin: 10px auto 0;
  padding: 0 120px;
  overflow: hidden;
}
.event_link a {
  display: block;
  width: 170px;
  padding: 1px 0 0 44px;
  line-height: 40px;
  border: solid 1px #ccc;
  float: right;
  transition: 0.3s;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: url(../images/top/link01.png) 12px 50% no-repeat #fff;
}
.event_link a:hover {
  background: url(../images/top/link01.png) 12px 50% no-repeat #65ab5b;
  color: #fff;
}

/* お知らせ */
.info {
  width: 1364px;
  height: 227px;
  margin: 30px auto 0;
  /*border-top:solid 1px #d8e2d6;
	border-bottom:solid 1px #d8e2d6;*/
  border: solid 1px #d8e2d6;
  background: url(../images/top/info_back.jpg) left top no-repeat;
  position: relative;
}
.info h2 {
  width: 341px;
  height: 25px;
  position: absolute;
  top: 44px;
  left: 45px;
  background: url(../images/top/info.png) left top no-repeat;
  text-indent: -9999px;
}
.info a.link {
  width: 83px;
  line-height: 25px;
  padding: 2px 0 0 32px;
  display: block;
  border: solid 1px #ccc;
  font-size: 12px;
  position: absolute;
  top: 86px;
  left: 169px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: url(../images/top/link_info.png) 11px 50% no-repeat #fff;
  transition: 0.3s;
}
.info a.link:hover {
  background: url(../images/top/link_info.png) 11px 50% no-repeat #65ab5b;
  color: #fff;
}
.info .info_list {
  width: 850px;
  height: 170px;
  position: absolute;
  left: 470px;
  top: 28px;
  overflow: auto;
  padding-left: 18px;
}
.info .info_list li {
  padding-bottom: 16px;
  line-height: 1.3;
}
.info .info_list a {
  color: #000;
  text-decoration: underline;
}
.info .info_list a:hover {
  color: #8b5b1b;
}
.info .info_list .date {
  color: #999;
  font-size: 12px;
  float: left;
  margin: 2px 10px 6px 0;
}

/* ピックアップコンテンツ */
.pickup {
  background: url(../images/top/pickup_back.jpg);
  padding: 20px 0 100px;
  margin-top: 60px;
}
.pickup .pickup_area {
  width: 1366px;
  margin: 0 auto;
}
.pickup .pickup_area h2 {
  width: 1010px;
  height: 130px;
  text-indent: -9999px;
  margin: 0 auto;
}

.pickup .pickup_area h2.pickup_title {
  background: url(../images/top/pickup_title.png);
}
.pickup .pickup_area h2.newproducts_title {
  background: url(../images/top/top_newproducts_title.png);
}
.pickup .pickup_area h2.campaign_title {
  background: url(../images/top/top_campaign_title.png);
}
.pickup .pickup_area h2.event_title {
  background: url(../images/top/top_event_title.png?20200806);
}

.pickup .pickup_area .pickup_banner {
  margin-top: 20px;
  margin-left: -17px;
  text-align: center;
}
.pickup .pickup_area .pickup_banner a {
  transition: 0.3s;
}
.pickup .pickup_area .pickup_banner a:hover {
  opacity: 0.7;
}

.pickup .pickup_area .pickup_banner02 {
  margin-top: 20px;
  margin-left: -17px;
  overflow: hidden;
}
.pickup .pickup_area .pickup_banner02 a {
  transition: 0.3s;
  display: block;
  width: 50%;
  float: left;
  text-align: center;
}
.pickup .pickup_area .pickup_banner02 a:hover {
  opacity: 0.7;
}

/* まちかど展示場 */
.pickup .pickup_machikado {
  width: 1366px;
  margin: 20px auto 0;
  position: relative;
  padding: 100px 0 0 0;
}
.pickup .pickup_machikado h2 {
  width: 793px;
  height: 88px;
  background: url(../images/top/pickup_machikado_title.png);
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 211px;
}
.pickup .pickup_machikado .pickup_machikado_image {
  transition: 0.3s;
}
.pickup .pickup_machikado .pickup_machikado_image:hover {
  opacity: 0.8;
}
.pickup .pickup_machikado a.machikado_list {
  display: block;
  width: 84px;
  line-height: 33px;
  position: absolute;
  top: 50px;
  left: 1031px;
  font-size: 14px;
  border: solid 1px #ccc;
  background: url(../images/top/link01.png) 12px 50% no-repeat #fff;
  padding: 2px 0 0 36px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: 0.3s;
  color: #000;
}
.pickup .pickup_machikado a.machikado_list:hover {
  background: url(../images/top/link01.png) 12px 50% no-repeat #65ab5b;
  color: #fff;
}
.pickup .pickup_machikado p {
  margin-bottom: 25px;
}
.pickup .pickup_machikado p.machikado_btn_multi {
  position: relative;
}
.pickup .pickup_machikado p.machikado_btn_multi img {
  display: block;
}
.pickup .pickup_machikado p.machikado_btn_multi a {
  display: block;
  width: 455px;
  height: 306px;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 0;
}
.pickup .pickup_machikado p.machikado_btn_multi a:hover {
  opacity: 0.2;
}

.pickup .pickup_machikado p.machikado_btn_multi a.left {
  left: 0;
}
.pickup .pickup_machikado p.machikado_btn_multi a.right {
  right: 0;
}
.pickup .pickup_machikado p.machikado_btn_multi a span {
  display: none;
}

.pickup .pickup_machikado .pickup_banner02 {
  margin-top: 0px;
  margin-left: -17px;
  overflow: hidden;
}
.pickup .pickup_machikado .pickup_banner02 a {
  transition: 0.3s;
  display: block;
  width: 50%;
  float: left;
  text-align: center;
}
.pickup .pickup_machikado .pickup_banner02 a:hover {
  opacity: 0.7;
}

.machikado_dropshadow {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}

/* 商品ラインナップ */
.top_lineup {
  width: 1366px;
  margin: 50px auto 0;
}
.top_lineup h2 {
  width: 989px;
  height: 139px;
  margin-left: 185px;
  background: url(../images/top/lineup_title.png?20200806) left top no-repeat;
  text-indent: -9999px;
}

.top_lineup .lineup_menu {
  margin-top: 20px;
  overflow: hidden;
}
.top_lineup .lineup_menu .lineup01,
.top_lineup .lineup_menu .lineup02,
.top_lineup .lineup_menu .lineup03 {
  width: calc(1366px / 3);
  height: 350px;
  float: left;
  overflow: hidden;
}
.top_lineup .lineup_menu .lineup01 a,
.top_lineup .lineup_menu .lineup02 a,
.top_lineup .lineup_menu .lineup03 a {
  display: block;
  width: calc(1366px / 3);
  height: 350px;
  position: relative;
  text-indent: -9999px;
}

.top_lineup .lineup_menu .lineup01 a {
  background: url(../images/top/lineup01.jpg);
  transition: 0.3s;
}
.top_lineup .lineup_menu .lineup02 a {
  background: url(../images/top/lineup02.jpg) center top;
  transition: 0.3s;
}
.top_lineup .lineup_menu .lineup03 a {
  background: url(../images/top/lineup03.jpg) center top;
  transition: 0.3s;
}
.top_lineup .lineup_menu .lineup01 a:hover,
.top_lineup .lineup_menu .lineup02 a:hover,
.top_lineup .lineup_menu .lineup03 a:hover {
  opacity: 0.8;
}
.top_lineup .lineup_menu .lineup01 .lineup_link01,
.top_lineup .lineup_menu .lineup02 .lineup_link02,
.top_lineup .lineup_menu .lineup03 .lineup_link03 {
  width: 306px;
  height: 146px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.top_lineup .lineup_menu .lineup01 .lineup_link01 {
  background: url(../images/top/lineup_link01.png);
}
.top_lineup .lineup_menu .lineup02 .lineup_link02 {
  background: url(../images/top/lineup_link02.png);
}
.top_lineup .lineup_menu .lineup03 .lineup_link03 {
  background: url(../images/top/lineup_link03.png);
}

/* 　施工実例 */
.top_works_wrap {
  padding: 40px 0;
  background: url(../images/top/pickup_back.jpg);
  margin: 60px 0;
}
.top_works {
  width: 1366px;
  margin: 0 auto;
}
.top_works h2 {
  width: 998px;
  height: 135px;
  background: url(../images/top/works_title.png);
  margin-left: 177px;
  text-indent: -9999px;
}

.top_works_list {
  margin: 20px auto 0;
  /*width:100%;
	min-width:1366px;*/
  width: 1366px;
}
.top_works_list li {
  display: block;
  width: 500px;
  height: 340px;
  margin: 0 15px;
  text-align: center;
}
.top_works_list li.new {
  position: relative;
}
.top_works_list li.new:after {
  content: "NEW";
  position: absolute;
  top: 10px;
  right: 20px;
  background-color: #c1272d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.top_works_list li img {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  max-width: 500px;
  height: auto;
  transition: 0.3s;
  display: block;
  margin: 0 auto;
}
.top_works_list li img:hover {
  opacity: 0.8;
}

.top_works_list .slick-slide {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.top_works_list .slick-slide:not(.slick-center) {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.works_link {
  width: 1366px;
  margin: 10px auto 0;
  overflow: hidden;
}
.works_link a {
  display: block;
  width: 170px;
  padding: 1px 0 0 44px;
  line-height: 40px;
  border: solid 1px #ccc;
  float: right;
  transition: 0.3s;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: url(../images/top/link01.png) 12px 50% no-repeat #fff;
}
.works_link a:hover {
  background: url(../images/top/link01.png) 12px 50% no-repeat #65ab5b;
  color: #fff;
}

/* 分譲住宅・土地 */
.bunjo_area {
  overflow: hidden;
  width: 1366px;
  height: 524px;
  margin: 30px auto 0;
  overflow: hidden;
}
.bunjo_area .bunjo {
  width: 1013px;
  height: 524px;
  background: url(../images/top/bunjo_back.jpg) no-repeat;
  position: relative;
  float: left;
  transition: 0.3s;
}
.bunjo_area .bunjo h2 {
  width: 791px;
  height: 181px;
  text-indent: -9999px;
  background: url(../images/top/bunjo_title.png) no-repeat;
  position: absolute;
  left: 105px;
  top: 46px;
}
.bunjo_area .bunjo span {
  display: block;
  width: 244px;
  padding: 3px 0 0 42px;
  line-height: 37px;
  border: solid 2px #fff;
  transition: 0.3s;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: url(../images/top/bunjo_link.png) 13px 50% no-repeat #fff;
  position: absolute;
  left: 361px;
  bottom: 27px;
}
.bunjo_area .bunjo:hover {
  opacity: 0.8;
}
.bunjo_area .bunjo:hover span {
  background: url(../images/top/bunjo_link.png) 13px 50% no-repeat #79ab4a;
  color: #fff;
}

.bunjo_area .tochi {
  background-color: #7aac4a;
  width: 353px;
  height: 524px;
  float: right;
  position: relative;
  transition: 0.3s;
}
.bunjo_area .tochi h2 {
  width: 258px;
  height: 96px;
  background: url(../images/top/tochi_title.png) no-repeat;
  text-indent: -9999px;
  position: absolute;
  left: 48px;
  top: 45px;
}
.bunjo_area .tochi img {
  position: absolute;
  left: 48px;
  top: 156px;
}
.bunjo_area .tochi span {
  display: block;
  width: 210px;
  padding: 3px 0 0 46px;
  line-height: 37px;
  border: solid 2px #fff;
  transition: 0.3s;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: url(../images/top/bunjo_link.png) 13px 50% no-repeat #fff;
  position: absolute;
  left: 48px;
  bottom: 27px;
}
.bunjo_area .tochi:hover {
  opacity: 0.8;
}
.bunjo_area .tochi:hover span {
  background: url(../images/top/bunjo_link.png) 13px 50% no-repeat #79ab4a;
  color: #fff;
}


/* ワンストップサービス */
.about_area {
  width: 100%;
  height: 200px;
  margin-top: 10px;
  background: #fff;
}
.about_area dl dt span {
  font-size: 14px;
  margin-right: 10px;
}

.about {
  display: block;
  width: 1366px;
  height: 200px;
  margin: 0 auto;
  background: url(../images/top/about_back.jpg) no-repeat right top;
  position: relative;
  background-size: 65%;
  transition: 0.5s;
  background-color: #fff;
}
.about:hover {
  opacity: 0.7;
}
.about:hover .about_button {
  background: #fff;
  color: #876028;
}
.about:hover .about_button:before {
  border: solid 2px #876028;
  background: #876028;
}
.about:hover .about_button:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.about dl {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  width: 500px;
  margin: auto;
  padding: 20px;
}
.about dt {
  font-size: 50px;
  color: #876028;
  border-bottom: solid 1px #876028;
  line-height: 46px;
  text-align: center;
}
.about dd {
  width: 500px;
  margin: 8px auto 0;
  font-size: 28px;
  line-height: 1.3;
  color: #876028;
  text-align: center;
}
.about .about_button {
  display: block;
  width: 165px;
  position: relative;
  line-height: 39px;
  padding: 2px 20px 0 51px;
  margin: 15px auto 0;
  background: #876028;
  color: #fff;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: solid 2px #876028;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: 0.3s;
}

.about .about_button:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 10%;
  top: 26%;
  border: solid 2px #fff;
  border-radius: 20px;
  background: #fff;
}
.about .about_button:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 12%;
  top: 40%;
  border-top: solid 2px #876028;
  border-right: solid 2px #876028;
  transform: rotate(45deg);
}

/* その他事業 */
.other {
  overflow: hidden;
  width: 100%;
  margin: 16px auto 0;
  /*
	padding:16px 233px;
	border-top:dotted 1px #ddd;
	border-bottom:dotted 1px #ddd;
*/
  font-size: 0;
  text-align: center;
  padding: 40px 0;
  background: url(../images/top/pickup_back.jpg);
  margin: 60px 0;
}
.other li {
  display: inline-block;
  width: 414px;
  height: 160px;
  margin: 0 41px 0 0;
  text-indent: -9999px;
  transition: 0.3s;
}
.other li:last-child {
  margin-right: 0;
}
.other a {
  display: block;
  width: 414px;
  height: 160px;
}
.other li:hover {
  opacity: 0.8;
}
.other li.reform {
  background: url(../images/top/other01.png);
}
.other li.after {
  background: url(../images/top/other03.png);
}
.other li.nhl {
  background: url(../images/top/other04.jpg);
}

/* 展示場 */
.tenjijo {
  width: 1366px;
  height: 420px;
  margin: 10px auto 0;
  padding-bottom: 10px;
  background-image: url(../images/top/tenjijo_back_map2.png),
    url(../images/top/tenjijo_back.png);
  background-position: left top, right center;
  background-repeat: no-repeat, no-repeat;
  position: relative;
}
.tenjijo h2 {
  width: 513px;
  height: 144px;
  background: url(../images/top/tenjijo_title.png) no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: 63px;
  left: 340px;
}
.tenjijo .icon {
  display: table;
  position: absolute;
  width: 466px;
  height: 40px;
  top: 220px;
  left: 383px;
}
.tenjijo .icon li {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2em;
  text-align: center;
  width: 8em;
  background-color: #cee3c4;
  border-left: solid 4px #fff;
  padding: 4px 0;
  color: #5c9b3b;
}
.tenjijo a.tenjijo_list {
  display: block;
  width: 204px;
  padding: 1px 0 0 54px;
  line-height: 40px;
  border: solid 1px #ccc;
  transition: 0.3s;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: url(../images/top/link01.png) 18px 50% no-repeat #fff;
  position: absolute;
  left: 591px;
  bottom: 37px;
}
.tenjijo a.tenjijo_list:hover {
  background: url(../images/top/link01.png) 18px 50% no-repeat #65ab5b;
  color: #fff;
}

.tenjijo .tenjijo_map {
  width: 366px;
  height: 420px;
  position: relative;
  top: 46px;
  left: -14px;
}

.tenjijo .tenjijo_map li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tenjijo .tenjijo_map a {
  display: block;
  position: absolute;
  -moz-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  padding: 0;
  transition: 0.3s;
  pointer-events: none;
}
.tenjijo .tenjijo_map a:hover {
}
.tenjijo .tenjijo_map a span {
  display: none;
}
/*
.tenjijo .tenjijo_map a span{
  position: absolute;
  opacity: 0;
  top: -36px;
  left: -70px;
z-index:1000;
  white-space: nowrap;
  padding:10px 10px 10px 24px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  transition: .3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(90deg);
	background:url(../images/top/tenjijo_arrow.png) 8px 50% no-repeat #005d38;
}
.tenjijo .tenjijo_map a span:after{
  position: absolute;
  top: 100%;
  left: 70px;
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-top: 4px solid #005d38;
  content: "";
}
.tenjijo .tenjijo_map a:hover span{
	opacity: 1;
	top: -33px;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
*/
.tenjijo .tenjijo_map a.map01 {
  left: 240px;
  top: 148px;
}
.tenjijo .tenjijo_map a.map02 {
  left: 233px;
  top: 160px;
}
.tenjijo .tenjijo_map a.map03 {
  left: 228px;
  top: 151px;
}
.tenjijo .tenjijo_map a.map04 {
  left: 207px;
  top: 167px;
}
.tenjijo .tenjijo_map a.map05 {
  left: 270px;
  top: 91px;
}
.tenjijo .tenjijo_map a.map06 {
  left: 280px;
  top: 88px;
}
.tenjijo .tenjijo_map a.map07 {
  left: 245px;
  top: 127px;
}
.tenjijo .tenjijo_map a.map08 {
  left: 258px;
  top: 143px;
}
.tenjijo .tenjijo_map a.map09 {
  left: 271px;
  top: 142px;
}
.tenjijo .tenjijo_map a.map10 {
  left: 140px;
  top: 180px;
}
.tenjijo .tenjijo_map a.map11 {
  left: 298px;
  top: 280px;
}
.tenjijo .tenjijo_map a.map12 {
  left: 173px;
  top: 251px;
}
.tenjijo .tenjijo_map a.map13 {
  left: 173px;
  top: 283px;
}
.tenjijo .tenjijo_map a.map14 {
  left: 194px;
  top: 242px;
}
.tenjijo .tenjijo_map a.map18 {
  left: 200px;
  top: 244px;
}
.tenjijo .tenjijo_map a.map15 {
  left: 201px;
  top: 256px;
}
.tenjijo .tenjijo_map a.map16 {
  left: 244px;
  top: 158px;
}
.tenjijo .tenjijo_map a.map17 {
  left: 128px;
  top: 114px;
}
.tenjijo .tenjijo_map a.map19 {
  left: 162px;
  bottom: 100px;
}

/* ノーブルホームのデザイナーズブランド */
.brand_box {
  width: 1366px;
  height: 366px;
  background: url(../images/top/brand_back.jpg) no-repeat;
  margin: 0 auto 40px;
  padding-top: 10px;
}
.brand_box h2 {
  width: 800px;
  height: 100px;
  background: url(../images/top/brand_title.png) no-repeat;
  margin: 0 auto;
  text-indent: -9999px;
}
.brand_box ul {
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
.brand_box li {
  width: 623px;
  height: 220px;
  text-indent: -9999px;
  background: #fff;
}
.brand_box li a {
  display: block;
  width: 623px;
  height: 220px;
  transition: 0.3s;
}
.brand_sh {
  float: left;
}
.brand_lq {
  float: right;
}
.brand_sh a {
  background: url(../images/top/brand_sh.png) no-repeat;
}
.brand_sh a:hover {
  opacity: 0.7;
}
.brand_lq a {
  background: url(../images/top/brand_lq.png) no-repeat;
}
.brand_lq a:hover {
  opacity: 0.9;
}

.pickup_link {
  max-width: 216px;
  margin: 20px auto 20px;
}

.pickup_link a {
  display: block;
  width: 170px;
  padding: 1px 0 0 44px;
  line-height: 40px;
  border: solid 1px #ccc;
  float: right;
  transition: 0.3s;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: url(../images/top/link01.png) 12px 50% no-repeat #fff;
}

.pickup_link a:hover {
  background: url(../images/top/link01.png) 12px 50% no-repeat #65ab5b;
  color: #fff;
}

.comment {
  display: block;
  width: 94%;
  max-width: 900px;
  margin: 60px auto;
  padding: 2em;
  border: 1px solid #f00;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.comment h2 {
  margin-bottom: 1em;
  padding: 0.2em 0;
  font-size: 18px;
  font-weight: bold;
  color: #f00;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.comment p {
  margin-bottom: 1em;
  text-align: center;
}

.top_comment {
  max-width: 900px;
  margin: 40px auto;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.top_comment p {
  padding: 1em;
}

/* .pickup_nav */
.pickup_nav {
  max-width: 900px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pickup_nav a {
  position: relative;
  padding: 15px 10px;
  width: 30%;
  display: block;
  border: 1px solid #2c926a;
  background-color: #edf9f5;
  text-align: center;
  transition: 0.6s;
}
.pickup_nav a:hover {
  background-color: #fff;
}
.pickup_nav a::after {
  content: url(../images/top/ico_next.svg);
  position: absolute;
  height: 20px;
  width: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}
.pickup_nav a span {
  display: block;
  font-size: 11px;
}
section > .tochisuma{
  background-color: #ececec;
  padding: 80px 0;
  text-align: center;
}
section > .tochisuma a{
  display: block;
  max-width: 940px;
  margin: auto;
  transition: .4s;
}
section > .tochisuma a:hover{
  opacity: .6;
}
section > .tochisuma a img{
  width: 100%;
}


.bg_w{
  background: url(../images/top/pickup_back.jpg);
  padding: 40px 0;
}