@charset "UTF-8";

/*--------------------------------------------------------------
  home top
---------------------------------------------------------------*/
#home_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 58.142857% /* 814/1400 */;
  min-height: 814px;
  /*
  background-image: url(../images/kaigo_top_header_img.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  */
}

/* BxSlider - overwrite */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fdbfdb;
}

/*--------------------------------------------------------------
  パーソナル情報エリア
---------------------------------------------------------------*/
#home_infoarea {
  height: 0;
  padding-bottom: 50.714286% /* 710/1400 */;
  max-height: 710px;
  margin-bottom: -104px;
}
.home_catch {
  position: relative;
  top: 35px;
  width: 542px;
  height: 210px;
  background: -moz-linear-gradient(left, rgba(204,68,129,1) 0%, rgba(245,245,245,0) 100%);
  background: -webkit-linear-gradient(left, rgba(204,68,129,1) 0%,rgba(245,245,245,0) 100%);
  background: linear-gradient(to right, rgba(204,68,129,1) 0%,rgba(245,245,245,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc4481', endColorstr='#00f5f5f5',GradientType=1 );
  padding: 55px 0 0 40px;
  box-sizing: border-box;
}
.home_catch h2 {
  font-size: 48px;
}
.home_catch span {
  font-size: 16px;
  line-height: 1.4;
  display: block;
  margin: 55px 0 0 0.125em;
}
#home_infoarea p {
  position: relative;
  top: 80px;
  left: 35px;
}
/* パンくず - 201809 */
.breadcrumb-list {
  color: #000000;
  margin-top: 0;
  padding-top: 15px;
  /*
  text-shadow: 1px 1px 1px rgba(89,87,87,1);
  */
}
.breadcrumb-list a {
  color: #000000;
}

/*--------------------------------------------------------------
  メインエリア
---------------------------------------------------------------*/
/* Add 201809 */
#home_mainarea {
  top: 0;
  width: 100%;
}

/*-------------------------------------------------------------
  直営実績25年以上のミサワホームが、
  介護・福祉事業をトータルにお手伝いします。 - 201809
-------------------------------------------------------------*/
#intro {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 58%;
  background: url(../images/kaigo_top_intro_bg_img.jpg) no-repeat 0 0;
  background-size: cover;
}
#intro > .inner {
  padding-top: 120px;
}
.intro-heading {
  width: 815px;
  float: left;
}

/* ページ見出し */
.page-heading {
  margin-bottom: 35px;
}

.intro-heading p {
  font-size: 16px;
  line-height: 1.8;
}
ul.intro-nav {
  width: 340px;
  float: right;
}
ul.intro-nav li {
  width: 100%;
  height: 76px;
  font-size: 16px;
  border: solid 1px #e5e5e5;
  background-color: #ffffff;
}
ul.intro-nav li:not(:first-of-type) {
  margin-top: 10px;
}
ul.intro-nav li a {
  color: #000000;
  display: block;
}
ul.intro-nav li img, ul.intro-nav li span {
  display: inline-block;
  vertical-align: middle;
}
ul.intro-nav li span {
  padding-left: 1em;
  line-height: 25px;  
}

/*--------------------------------------------------
  検索結果・最新実例 - 201809
--------------------------------------------------*/

/*--------------------------------------------------
  サービス付高齢者住宅 - 201809
--------------------------------------------------*/
.ehws-summary {
  padding: 50px 0;
}
.ehws-summary .quarter {
  width: 288px;
  float: left;
  margin: 0 16px 0 0;
  text-align: center;
}
.ehws-summary .quarter:last-child {
  margin-right: 0;
}
.ehws-summary .quarter dl dt {
  font-size: 18px;
  font-weight: bold;
  margin: 1.25em 0 0.5em;
  line-height: 1.3;
  color: #1c3b6a;
}
.ehws-summary .quarter dl dt a {
  color: #1c3b6a;
}
.ehws-summary .quarter dl dd {
  width: 80%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.4;
}
