@charset "UTF-8";

/*--------------------------------------------------------------
  home top
---------------------------------------------------------------*/
#home_top {
  top: 0;
  height: auto;
  max-height: initial;
  padding-bottom: 0;
  background-image: none;
  /*
  min-height: 1324px;
  background: url(../images/syougai_con_header_img_sp.jpg) no-repeat center top;
  */
}

/* Slider */
.bx-wrapper .bx-controls {
  width: 100% !important;
}
.bx-wrapper .bx-pager {
  padding-top: 10px;
}
ul.header-slider {
  position: relative;
  left: 0;
  overflow: hidden;
}
ul.header-slider li {
  width: 100%;
  height: auto;
}
ul.header-slider li a {
  width: 100%;
  height: 100%;
  display: block;
}

/*--------------------------------------------------------------
  パーソナル情報エリア
---------------------------------------------------------------*/
#home_infoarea {
  position: relative;
  top: -47px;
  left: 0;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  max-height: initial;
  margin-bottom: -47px;
  background: rgb(222,238,248);
  background: -moz-linear-gradient(top, rgba(222,238,248,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 61%, rgba(255,255,255,1) 79%);
  background: -webkit-linear-gradient(top, rgba(222,238,248,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 61%,rgba(255,255,255,1) 79%);
  background: linear-gradient(to bottom, rgba(222,238,248,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 61%,rgba(255,255,255,1) 79%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deeef8', endColorstr='#ffffff',GradientType=0 );
}
.home_catch {
  width: 92.1875%;
}
.home_catch h2 {
  position: relative;
  top: 70px;
  font-size: 30px;
  width: 100%;
  float: none;
}
.home_catch p {
  position: relative;
  top: 90px;
  font-size: 15px;
  width: 100%;
  float: none;
  padding-left: 0;
  margin-bottom: 50px;
}

/*--------------------------------------------------------------
  メインエリア
---------------------------------------------------------------*/

/*--------------------------------------------------------------
  障がい者施設建築スキーム - 直営実績 - 201810
---------------------------------------------------------------*/
#sc-sec01 {
  padding: 7.5% 0;
}
.sc-sec01_heading .con-heading {
  width: 100%;
  display: block;
  margin-bottom: 1.25em;
}
.sc-sec01_heading p {
  width: 100%;
  display: block;
  font-size: 15px;
  line-height: 1.7;
}
.scheme-unit {
  padding: 0;
  margin-top: 30px;
}
.scheme-intro {
  margin-bottom: 25px;
}
.scheme-diagram {
  width: 100%;
}
.scheme-diagram p {
  margin-bottom: 25px;
}

.scheme-diagram p {
	margin-bottom: 25px;
	height: auto;
	width: 100%;
	overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.scheme-diagram p img{
	width:auto !important;
    height: 230px !important;
    padding: 20px;
    border: 1px solid #ededed;;
	}
.merit {
  width: 100%;
}
.merit:last-of-type {
  margin-top: 15px;
}
.merit img {
  transform: scale(0.1);
  transform-origin: right top;
}
.merit dl dt {
  font-size: 18px;
  padding-bottom: 5px;
}
.merit dl dd {
  font-size: 15px;
}
.merit dl dd ul li {
  margin-top: 7.5px;
}
#owner-merit, #admin-merit {
  float: none;
}

/*--------------------------------------------------------------
  jQuery.fancybox Overwrite
---------------------------------------------------------------*/
.fancybox-bg {
  background: #ffffff;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
}
.fancybox-image,
.fancybox-spaceball {
  height: 96%;
  width: 96%;
  top: 2%;
  left: 2%;

}
.fancybox-button {
  background-color: #21944b;
  height: 44px;
  padding: 0;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ffffff; }

.fancybox-button--zoom {
  display: none !important;
}

/*--------------------------------------------------------------
  開発用地探し - 201901
---------------------------------------------------------------*/
#sc-sec01 .mmrd-items-inner p  { float:none; width:100%; padding:0;}
#sc-sec01 .mmrd-items-inner div{ float:none; width:100%; margin-left:0; margin-bottom:0px;}


/*--------------------------------------------------------------
  事業成功のポイント - 201810
---------------------------------------------------------------*/
#sc-sec02 {
  padding: 10% 0 50%;
  height: auto;
  background-image: url(../images/building_bg_sp.svg);
  border-bottom: none;
}
.point-unit {
  width: 100%;
  margin-top: 25px;
}
.point {
  width: 100%;
  float: none;
  background-size: 30%;
}
.point:not(:last-of-type) {
  margin: 0 0 15px 0;
}
.point dl dt {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.point dl dd {
  font-size: 14px;
  line-height: 1.6;
}
.voice-unit {
  width: 100%;
  margin: 25px 0;
}
.voice {
  width: 100%;
  background-size: 30%;
}
.voice dl dt {
  font-size: 18px;
  margin-bottom: 10px;
}
.voice dl dd {
  line-height: 1.6;
}
#owner-voice {
  float: none;
}
#admin-voice {
  float: none;
  margin-top: 15px;
}

/*--------------------------------------------------------------
  カタログ請求・お問い合わせ
---------------------------------------------------------------*/
.cri-unit {
  background: rgba(255,251,230,0.8) /* #fffbe6 */;
}