@charset "utf-8";
/* CSS Document */
/* ===============================
	common
 =============================== */
#header-block {
  height: 560px;
  background-size: cover !important;
}
#header-block .container {
  position: relative;
  height: 100%;
  overflow: initial;
}
#header-block h2 {
  position: absolute;
  left: 0;
  z-index: 9;
}
#items-block {
  overflow: inherit;
}
#items-block section {
  align-items: center;
  position: relative;
}
.item-position-left {
  flex-flow: row;
}
.item-position-right {
  flex-flow: row-reverse;
}
#items-block section div {
  width: 250px;
}
#items-block section div h3 {
  font-size: 3.2rem;
  font-weight: 600;
}
#items-block section div dl {
  background-color: #fff;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 5px;
}
#items-block section div dt,
#items-block section div dd {
  font-size: 1.0rem;
}
#items-block section div dd {
  color: #6A3906;
}
#items-block section div p {
  font-size: 1.3rem;
  letter-spacing: normal;
}
#items-block .item-position-left div dl {
  margin-right: -40px;
  padding-right: 40px;
}
#items-block .item-position-right div dl {
  margin-left: -40px;
  padding-left: 40px;
}

.point-block {
  width: auto !important;
  min-width: 350px;
  position: absolute;
}
.point-block.point-right {
  top: 50px;
  left: 85%;
}
.point-block.point-left {
  top: 50px;
  right: 85%;
  display: grid;
}
.point-block h4 {
  font-size: 2.1rem;
}
.point-block h4 span {
  padding: 10px 0 10px;
}
.point-block.point-right h4 span {
  margin-left: 20px;
}
.point-block.point-left h4 span {
  margin-right: 20px;
}
.point-block img {
  margin-top: -10px;
}
.point-block.point-left figure {
  text-align: right;
}
/* ===============================
	peaches
 =============================== */
#peaches #header-block {
  background: url("../imgs/fruit/peaches_header_bg.jpg") no-repeat top center;
}
#peaches #header-block h2 {
  bottom: -100px;
}
#peaches #items-block section {
  margin-top: -100px;
}
/* ===============================
	grapes
 =============================== */
#grapes {
  background: rgb(192,213,131);
  background: -webkit-linear-gradient(bottom, rgba(192,213,131,1) 0%, rgba(213,203,213,1) 50%);
  background: -o-linear-gradient(bottom, rgba(192,213,131,1) 0%, rgba(213,203,213,1) 50%);
  background: linear-gradient(to top, rgba(192,213,131,1) 0%, rgba(213,203,213,1) 50%);
}
#grapes #header-block {
  background: url("../imgs/fruit/grapes_header_bg.jpg") no-repeat center;
}
#grapes #header-block h2 {
  bottom: -170px;
}
#grapes #items-block section {
  margin-top: -150px;
}
#grapes #items-block .item-position-left div dl {
  margin-right: -200px;
  padding-right: 200px;
}
#grapes #items-block .item-position-right div dl {
  margin-left: -200px;
  padding-left: 200px;
}

/* ===============================
	concept
 =============================== */
#concept {
  width: 750px;
  flex-flow: row-reverse;
  justify-content: space-between;
}
#concept h2 {
  margin-left: 100px;
}
#concept p {
  line-height: 2.5;
}
/* ===============================
	strength
 =============================== */
#strength {
  color: #fff;
}
@media screen and (max-width: 767px) {

}
/* ===============================
	model-house
 =============================== */
#model-house .flex-wrap {
  text-align: center;
  justify-content: space-between;
}
#model-house .flex-wrap div {
  width: 49%;
}
#model-house h4 {
  font-size: 2.0rem;
}
#model-house figcaption {
  font-weight: 600;
  padding: 10px 0;
}
#model-house .tag {
  padding: 0 15px;
  font-size: 1.3rem;
  padding: 0 5px;
  color: #7E7E7E;
}

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

}
/* ===============================
	WORKS
 =============================== */
#works {
  overflow: hidden;
}
#works .container {
  overflow: initial;
}
#works-slider .slick-list {
  overflow: visible;
}
#works-slider::after,
#works-slider::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background-color: rgba(255,255,255,0.5);
  z-index: 10;
}
#works-slider::after {
  right: -100%;
  margin-right: -8px;
}
#works-slider::before {
  left: -100%;
  margin-left: -8px;
}
#works-slider .slick-slide {
  padding: 0 8px;
}
#works-slider .slick-slide figure {
  background: #fff;
}
#works-slider .slick-slide figure figcaption {
  padding: 5px 10px;
  position: relative;
}
#works-slider figcaption::before {
  padding: 3px 10px 5px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  line-height: normal;
  background-color: #1A8DA8;
  display: block;
  width: 28%;
  text-align: center;
  position: absolute;
  top: -25px;
  left: 0;
}
#works-slider .newhouse figcaption::before {
  content: '新築住宅';
}
#works-slider .reform figcaption::before {
  content: 'リフォーム';
}
#works-slider .slick-arrow {
  z-index: 20;
}
#works-slider .slick-prev,
#works-slider .slick-next {
  width: 100px;
  height: 100px;
}
#works-slider .slick-prev::before,
#works-slider .slick-next::before {
  font-size: 0;
}
#works-slider .slick-prev {
  background: url("../imgs/common/prev_arrow_w.svg") no-repeat;
  background-size: contain;
}
#works-slider .slick-next {
  background: url("../imgs/common/next_arrow_w.svg") no-repeat;
  background-size: contain;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-center{
  /*margin: 0 5px;*/
}

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

}
/* ===============================
	LINEUP
 =============================== */
#lineup .flex-wrap {
  justify-content: space-between;
  margin-bottom: 3em;
}
#lineup .flex-wrap > div {
  width: 32%;
}
#lineup .flex-wrap > div dl dt {
  font-weight: 600;
}
#lineup .flex-wrap > div dl dd {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {

}

/* ===============================
	INSTAGRAM
 =============================== */

/* ===============================
	MAKING OF HOUSE
 =============================== */
#making-of-house .flex-wrap div {
  width: 33.333333%;
}

@media screen and (max-width: 767px) {
  #making-of-house .flex-wrap div {
    width: 50%;
  }
}
/* ===============================
	other-content
 =============================== */
#other-content {
  text-align: center;
}
#other-content .container div {
  margin-bottom: 2.5em;
  padding: 35px 10px 20px;
  background: #ccc;
  border: 3px solid #014380;
}
#other-content h3 {
  font-size: 2.4rem;
  letter-spacing: 0.25em;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1em;
  color: #014380;
}
#other-content h3 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
#other-content .container ul {
  display: flex;
  justify-content: space-between;
}
#other-content .container ul li {
  width: 30%;
  position: relative;
  border: 3px solid #014380;
}
#other-content .container ul li a::before {
  content: '';
  width: 35px;
  height: 35px;
  display: block;
  background: #000;
  margin: 0 auto 15px;
}
#other-content .container ul li a {
  height: 170px;
  display: block;
  padding: 30px 10px 0;
  transition: .5s;
}
#other-content .container ul li a::after {
  font-family: 'Material Icons';
  content: "navigate_next";
  font-weight: 500;
  font-size: 2rem;
  line-height: normal;
  position: absolute;
  right: -3px;
  bottom: -3px;
  background: #fff;
  color: #014380;
  padding: 3px;
  border: 3px solid #014380;
}
#other-content .container ul li a:hover {
  background: #014380;
}
#other-content .container ul li h3 {
  font-size: 2.0rem;
}
#other-content .container ul li a:hover h3 {
  color: #fff;
}
#other-content .container ul li a:hover::before {
  background: #fff;
}
@media screen and (max-width: 767px) {

}

