@charset "utf-8";
/*----------------------------------------------------
  サービス案内
----------------------------------------------------*/
/*-- ヘッダー画像 --*/
.page-photo {
  background: #eee url("../images/pho_page-image.jpg") center center no-repeat;
  background-size: cover;
}
/*-- フロアのご案内 --*/
.icon-area {
  align-items: center;
  text-align: left;
}
.icon-area img {
  margin: 0 15px 20px 0;
  vertical-align: middle;
}
/*-- 概要 --*/
.facility-wrap {
  margin-bottom: 3em;
  text-align: center;
}
.facility-wrap h3 {
  margin-bottom: 0;
  padding-left: 0.5em;
  border-left: 5px solid #c3c900;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.4;
  text-align: left;
}
.facility-wrap img.heimenzu {
  margin-bottom: 1em;
}
.room-area {
  margin-bottom: 3em;
}
.room-area img.madori {
  margin-bottom: 0.2em;
}
.room-area .vr-caption {
  margin-bottom: 1em;
  font-size: 0.9em;
}
.facility-wrap .table01 td span{
  color: #999;
  text-decoration: line-through;
}
.room-photo-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.room-photo {
  position: relative;
  width: 24%;
  margin-bottom: 1em;
  overflow: hidden;
}
.room-photo.learge {
  width: 100%;
}
.room-photo img.photo {
  width: 100%;
}
.room-photo figcaption.hover-mask {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 23px);
  background: rgba(0,0,0,0.5);
  opacity: 0;
  transition:all 0.6s ease;
}
.room-photo:hover figcaption.hover-mask {
  opacity: 1;
  transition:all 0.6s ease;
}
.room-photo p.room-caption {
  font-size: 0.9em;
}
.outline-wrap {
  margin-bottom: 6em;
}
.outline-wrap h3 {
  margin-bottom: 0;
  padding-left: 0.5em;
  border-left: 5px solid #c3c900;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.4;
}
.outline-wrap h4 {
  margin-bottom: 10px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.5em;
  line-height: 1.4;
}
.outline-wrap .detail {
  margin: 0;
  font-size: 1.1em;
  line-height: 1.4
}
.outline-wrap .detail .heading {
  margin: 0;
  padding: 8px 10px 5px;
  background: #4ca535;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.0
}
.outline-wrap .detail span {
  padding-left: 4px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.5em;
  line-height: 1.6;
}
.outline-wrap ul {
  margin-top: 0;
  margin-bottom: 2em;
}
.price-wrap {
  margin-bottom: 6em;
}
/*-- デイサービス --*/
.dayservice .main-image {
  margin-bottom: 30px;
}
.dayservice h3 {
  margin-bottom: 20px;
  padding-left: 0;
  border-left: none;
  color: #333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.2;
}
.dayservice .text-area {
  margin-bottom: 10px;
}
.dayservice .img-area-left,
.dayservice .img-area-right {
  position: relative;
  margin-bottom: 3em;
}
.dayservice .img-area-left img {
  padding: 0 20px 20px 0; 
}
.dayservice .img-area-right img {
  padding: 0 0 20px 20px; 
}
.dayservice .img-area-left:after {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  z-index: -9;
  background-color: #eef7d4;
}
.dayservice .img-area-right:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "";
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  z-index: -9;
  background-color: #eef7d4;
}
.dayservice ul {
  margin-bottom: 0;
  padding: 20px 1.0em 20px 1.0em;
  border-top: 1px dotted #ccc;
  list-style: none;
}
.dayservice ul li {
  margin-bottom: 0;
  padding-left: 1.0em;
  font-size: 1.0em;
  line-height: 1.7;
  text-indent: -1.8em;
}
.dayservice ul li:before {
  font-family: "FontAwesome";
  content: "\f0c8";
  margin-right: 0.8em;
  color: #ffc400;
  font-size: 1.0em;
  font-weight: 900;
}
.facility-photo {
  margin-bottom: 30px;
}

.btn-area a span {
  position: relative;
  padding-left: 1.6em;
}
a.btn-normal span::before {
  content: "\f1c1";
  font-family: FontAwesome;
  color: #f00;
  position: absolute;
  font-size: 1.8rem;
  line-height: 1;
  top: 50%;
  margin-top: -0.9rem;
  left: 0;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .room-photo {
    width: 49%;
  }
}
/*-- magnific-popup --*/
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; 
  -o-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}