@charset "UTF-8";
/* custom Colors
_____________________________________________________________________ */
/*文字色*/
/*メインカラー*/
/*背景*/
/*table背景等*/
/*=======================================================================
  Header-sub
=======================================================================*/
header h1 {
  background: #5bc2dc;
  color: #fff;
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.1em;
  margin: 0;
  font-weight: bold;
  padding: 30px 10px;
}
@media (min-width: 768px) {
  header h1 {
    letter-spacing: 0.5em;
  }
}
header .breadcrumb {
  margin-top: 5px;
  margin-bottom: 0;
  background: #fff;
}
header .breadcrumb li a {
  color: #5bc2dc;
  padding-right: 8px;
}
header .breadcrumb > li + li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #000;
  font-weight: normal;
}

.main-img {
  background-image: url("css_images/img-about-zaisohouse.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 150px;
  width: 100%;
  background-size: cover;
}
@media (min-width: 768px) {
  .main-img {
    height: 400px;
  }
}

/*=======================================================================
  Box
=======================================================================*/
.box-1 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 768px) {
  .box-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .box-1 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.box-1 .item {
  display: block;
  position: relative;
  padding-bottom: 5rem;
  border: 3px solid #fff;
  display: block;
  background: #f2f2f2;
  width: 100%;
  margin: 0 auto 20px auto;
}
@media (min-width: 768px) {
  .box-1 .item {
    width: 48%;
    margin: 0 0 20px 0;
  }
}
.box-1 .item .ph {
  height: 250px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-bottom: 10px;
}
.box-1 .item .img-chumon {
  background-image: url("css_images/about-chumon.jpg");
}
.box-1 .item .img-bunjo {
  background-image: url("css_images/about-bunjo.jpg");
}
.box-1 .item .img-ki {
  background-image: url("css_images/about-ki.jpg");
}
.box-1 .item .img-kagu {
  background-image: url("css_images/about-kagu.jpg");
}
.box-1 .item .bottom {
  padding: 20px;
}
.box-1 .item .icon img {
  width: 42px;
  height: auto;
}
.box-1 .item .btn-box {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.box-1 .item .btn-box .btn-inner {
  width: 50%;
  margin: 0 auto;
}

#SA .box-1 h1 {
  font-weight: bold;
  color: #39b54a;
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 10px;
  margin-bottom: 20px;
}

.box-2 {
  margin-bottom: 40px;
}
.box-2 .box-inner {
  background: #f2f2f2;
  height: auto;
  margin-bottom: 20px;
  border: 3px solid #fff;
}
@media (min-width: 768px) {
  .box-2 .box-inner {
    min-height: 350px;
  }
}
.box-2 .box-inner a:hover, .box-2 .box-inner a:focus {
  text-decoration: none;
}
.box-2 .box-inner:hover, .box-2 .box-inner:focus {
  border: 3px solid #39b54a;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.box-2 .bottom {
  padding: 20px;
}
.box-2 .img {
  height: 150px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-bottom: 0;
}
.box-2 .img-chumon {
  background-image: url("css_images/about-chumon.jpg");
}
.box-2 .img-bunjo {
  background-image: url("css_images/about-bunjo.jpg");
}
.box-2 .img-ki {
  background-image: url("css_images/about-ki.jpg");
}
.box-2 .img-kagu {
  background-image: url("css_images/about-kagu.jpg");
}
.box-2 .icon img {
  width: 42px;
  height: auto;
}
.box-2 h1 {
  color: #39b54a;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px !important;
}
.box-2 p {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  /* 高さ揃え */
  .row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/*=======================================================================
  Pages
=======================================================================*/
#main-sub .contact2 {
  margin-bottom: 50px;
  width: 100%;
  background: #def3f8;
  text-align: center;
  padding: 30px;
  font-weight: bold;
}
#main-sub .contact2 p {
  margin-bottom: 0;
  font-size: 16px;
}
#main-sub .contact2 .title {
  margin-bottom: 20px;
}
#main-sub .contact2 .tel {
  font-size: 30px;
}

/* concept */
#DA .concept-img {
  background-image: url("css_images/bg-concept.jpg");
  background-repeat: no-repeat;
  background-position: 50% 45%;
  background-size: cover;
  height: 400px;
}
@media (min-width: 992px) {
  #DA .concept-img {
    height: 500px;
  }
}

/* bukken list */
.bukken-sec1 {
  margin-bottom: 20px;
}
.bukken-sec1 a.item {
  display: block;
  background: #def3f8;
  text-align: center;
  margin-bottom: 20px;
  border: 3px solid #fff;
}
.bukken-sec1 a.item:hover, .bukken-sec1 a.item:focus {
  text-decoration: none;
  border: 3px solid #5bc2dc;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.bukken-sec1 a.item img {
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bukken-sec1 .text {
  padding: 20px;
}
.bukken-sec1 .text p {
  font-weight: bold;
  margin-bottom: 0 !important;
}

/* bukken concept */
#main-sub .concept-img {
  margin-bottom: 40px;
  text-align: center;
}
#main-sub .concept-img img {
  width: 100%;
  height: auto;
}
#main-sub .concept-info {
  background: #def3f8;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}
#main-sub .concept-info h1 {
  margin-top: 0;
}
#main-sub .concept-info p {
  margin-bottom: 10px;
}

/*# sourceMappingURL=sub.css.map */

.box-nav1{
	z-index: 1;
	position: relative;
	}	

@media (min-width: 768px){
	#main-sub h1 {
	margin-bottom: 40px;
	z-index: 0;
	position: relative;
	}

}

	#main-sub h1 span#sale,
	#main-sub h1 span#plan,
	#main-sub h1 span#performance,
	#main-sub h1 span#park {
	margin-top: -100px;/* ヘッダの高さ = 50px */
	padding-top: 100px;/* ヘッダの高さ = 50px */
	z-index: 0;
	position: relative;
	}


#main-sub form {
    margin-bottom: 0!important;
}

#main-sub form input.btn-blue {
    width: 100%;
}

input.btn-blue:hover,
input.btn-blue:focus {
    text-decoration: none;
    background: rgba(91, 194, 220, 0.8);
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
}

.button_left{
	float: left;
	width: 48%;
}

.button_right{
	float: right;
	width: 48%;
}

.form-control-1{
	width: 150px;
	display: inline-block;
}


.slider-link{
	padding-left: 0;
}



.active table a,
.active .madori-box a {
    border: none;
}


.ta-type1 .img-closeup img{
	width: 400px;
	height: auto;
}


@media (max-width: 768px) {
.ta-type1 .img-closeup img{
	width: 100%;
	height: auto;
}

}


#s2-5 img{
	width: 220px;
	height: 180px;
}

