@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "/css/common.css";
/*==================================================================*/
/* style css　*/
/*==================================================================*/
#title {
  background: url(/common_img/bg_title_orange.jpg) no-repeat center center/cover;
}

/* -------------------------------------------- */
/* 「げんきの家」説明 */
/* -------------------------------------------- */
.explain {
  position: relative;
  margin-bottom: 5em;
  padding-bottom: 3em;
}
.explain::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 80%;
  background: #fffbe8;
  z-index: -1;
}
.explain .name-box {
  background: url(/service/image/bg_stripe_orange.jpg) repeat;
  border-radius: 20px;
  padding: 10px;
  position: relative;
  width: 90%;
  margin: -3em auto 2em;
}
.explain .name-box::before {
  position: absolute;
  top: -2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 200px;
  height: 56px;
  background: url(/service/image/fig_tape.png) no-repeat center/contain;
}
.explain .name-box .name-box-in {
  background: #fff;
  border-radius: 10px;
  padding: 1.5em;
  text-align: center;
}
.explain .name-box .name-box-in h2 {
  font-size: 1.4em;
  font-weight: bold;
  color: #845032;
  margin-bottom: 0.5em;
}
.explain .name-box .name-box-in h2 span {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 1.5em;
}
.explain .name-box .name-box-in address {
  font-size: 1.1em;
}
.explain .name-box .name-box-in address p {
  margin-bottom: 0.5em;
}
.explain .name-box .name-box-in address ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.explain .name-box .name-box-in address ul li {
  font-weight: bold;
  font-size: 1.2em;
  color: #845032;
}
.explain .name-box .name-box-in address ul li a {
  color: #845032;
}
.explain .name-box .name-box-in address ul li:first-child {
  margin-right: 1em;
}
.explain .photo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.explain .photo-area li {
  width: 32%;
}
.explain .photo-area li img {
  border-radius: 20px;
}

/* -------------------------------------------- */
/* フロアマップ */
/* -------------------------------------------- */
.floormap {
  margin-bottom: 7em;
}
.floormap ul li:first-child {
  margin-bottom: 3em;
}

/* -------------------------------------------- */
/* サービス内容 */
/* -------------------------------------------- */
.service {
  padding: 5em 0;
  border-radius: 80px 80px 0 0;
  background: url(/service/image/bg_dot_white.png) repeat #ffea7e;
}
.service .inblock h2 {
  margin-bottom: 7em;
  text-align: center;
}
.service .inblock h2 span {
  display: inline-block;
  background: url(/service/image/t_service.png) no-repeat center center;
  font-size: 2.2em;
  font-weight: bold;
  color: #fff;
  padding: 0.2em 2em;
  position: relative;
}
.service .inblock h2 span::before {
  content: "";
  background: url(/service/image/fig_butterfly.png) no-repeat center center/contain;
  width: 94px;
  height: 55px;
  position: absolute;
  top: 0;
  left: -3.5em;
}
.service .inblock h2 span::after {
  content: "";
  background: url(/service/image/fig_house.png) no-repeat center center/contain;
  width: 79px;
  height: 71px;
  position: absolute;
  top: 0;
  right: -3.5em;
}
.service .inblock .service-in .s-block {
  position: relative;
  margin-bottom: 7em;
}
.service .inblock .service-in .s-block:nth-child(2n) .photo {
  left: auto;
  right: 0;
}
.service .inblock .service-in .s-block:nth-child(2n) .text {
  margin: 0 auto 0 0;
}
.service .inblock .service-in .s-block:nth-child(2n) .text .text-in {
  margin: 0 auto 0 0;
}
.service .inblock .service-in .s-block:last-child {
  margin-bottom: 0;
}
.service .inblock .service-in .s-block .photo {
  position: absolute;
  top: -3em;
  left: 0;
  z-index: 1;
  width: 47%;
}
.service .inblock .service-in .s-block .photo img {
  border-radius: 20px;
}
.service .inblock .service-in .s-block .text {
  background: #fff;
  border-radius: 20px;
  padding: 2em;
  margin: 0 0 0 auto;
  width: 85%;
}
.service .inblock .service-in .s-block .text .text-in {
  width: 58%;
  margin: 0 0 0 auto;
}
.service .inblock .service-in .s-block .text .text-in .s-title {
  margin-bottom: 0.5em;
  font-size: 1.8em;
  font-weight: bold;
  color: #845032;
  text-indent: -1.25em;
  padding-left: 1.25em;
}
.service .inblock .service-in .s-block .text .text-in .s-title::before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffa14e;
  font-size: 0.9em;
  margin-right: 10px;
}
.service .inblock .service-in .s-block .text .text-in .s-title span {
  font-size: 0.8em;
}
.service .inblock .service-in .s-block .text .text-in .read2 {
  margin-bottom: 1em;
}
.service .inblock .service-in .s-block .text .text-in ol {
  list-style: decimal;
  margin-bottom: 1em;
  padding-left: 1em;
}
.service .inblock .service-in .s-block .text .text-in ol li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service .inblock .service-in .s-block .text .text-in ol li dl dt {
  min-width: 70px;
  font-weight: bold;
}
.service .inblock .service-in .s-block .text .text-in ol li dl dd {
  padding-left: 1em;
}
.service .inblock .service-in .s-block .text .text-in .detail {
  background: #fffbe8;
  margin-bottom: 1em;
  padding: 1.5em;
  border-radius: 10px;
}
.service .inblock .service-in .s-block .text .text-in .detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #ccc;
  padding: 0.8em 0;
}
.service .inblock .service-in .s-block .text .text-in .detail dl:first-child {
  padding-top: 0;
}
.service .inblock .service-in .s-block .text .text-in .detail dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.service .inblock .service-in .s-block .text .text-in .detail dl dt {
  width: 15%;
  min-width: 70px;
  font-weight: bold;
}
.service .inblock .service-in .s-block .text .text-in .detail dl dd {
  padding-left: 1em;
}
.service .inblock .service-in .s-block .text .text-in .detail dl dd span {
  font-size: 0.9em;
}
.service .inblock .service-in .s-block .text .text-in .detail-btn {
  text-align: right;
}
.service .inblock .service-in .s-block .text .text-in .detail-btn a {
  font-weight: bold;
  color: #845032;
}
.service .inblock .service-in .s-block .text .text-in .detail-btn a span {
  padding-bottom: 3px;
  border-bottom: 1px solid #ffa14e;
}
.service .inblock .service-in .s-block .text .text-in .detail-btn a:hover {
  text-decoration: none;
}
.service .inblock .service-in .s-block .text .text-in .detail-btn a:hover::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.service .inblock .service-in .s-block .text .text-in .detail-btn a:hover span {
  border-bottom: none;
}
.service .inblock .service-in .s-block .text .text-in .detail-btn a::after {
  display: inline-block;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffa14e;
  padding-left: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  /* -------------------------------------------- */
  /* 「げんきの家」説明 */
  /* -------------------------------------------- */
  .explain {
    padding-bottom: 1em;
  }
  /* -------------------------------------------- */
  /* サービス内容 */
  /* -------------------------------------------- */
  .service .inblock h2 {
    margin-bottom: 4em;
  }
  .service .inblock h2 span {
    background-size: 290px;
    font-size: 1.8em;
  }
  .service .inblock .service-in .s-block {
    margin-bottom: 4em;
  }
  .service .inblock .service-in .s-block .photo {
    position: static;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .service .inblock .service-in .s-block .text {
    width: 100%;
    margin: -3em 0 0 0 !important;
    padding: 4em 2em 1.5em;
  }
  .service .inblock .service-in .s-block .text .text-in {
    width: 100%;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  /* -------------------------------------------- */
  /* 「げんきの家」説明 */
  /* -------------------------------------------- */
  .explain .name-box::before {
    top: -1em;
    width: 150px;
    height: 44px;
  }
  .explain .name-box .name-box-in {
    padding: 1em;
  }
  .explain .name-box .name-box-in h2 {
    font-size: 1.2em;
  }
  .floormap {
    margin-bottom: 5em;
  }
  .floormap ul li:first-child {
    margin-bottom: 1em;
  }
  /* -------------------------------------------- */
  /* サービス内容 */
  /* -------------------------------------------- */
  .service {
    border-radius: 50px 50px 0 0;
    padding: 4em 0;
  }
  .service .inblock h2 {
    margin-bottom: 3em;
  }
  .service .inblock h2 span {
    background-size: 250px;
    font-size: 1.6em;
  }
  .service .inblock h2 span::before {
    width: 75px;
  }
  .service .inblock h2 span::after {
    width: 65px;
  }
  .service .inblock .service-in .s-block {
    margin-bottom: 3em;
  }
  .service .inblock .service-in .s-block .text .text-in .s-title {
    font-size: 1.4em;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* -------------------------------------------- */
  /* 「げんきの家」説明 */
  /* -------------------------------------------- */
  .explain {
    margin-bottom: 3em;
  }
  .explain .name-box {
    border-radius: 15px;
    margin: -1em auto 1em;
    padding: 8px;
  }
  .explain .name-box::before {
    width: 120px;
  }
  .explain .name-box .name-box-in {
    padding: 1.5em 1em 1em;
  }
  .explain .name-box .name-box-in h2 {
    font-size: 1em;
    line-height: 1.4;
  }
  .explain .name-box .name-box-in h2 span {
    display: block;
    margin-left: 0;
  }
  .explain .name-box .name-box-in address {
    font-size: 1em;
  }
  .explain .name-box .name-box-in address ul {
    display: block;
  }
  .explain .name-box .name-box-in address ul li:first-child {
    margin-right: 0;
  }
  .explain .photo-area li img {
    border-radius: 10px;
  }
  /* -------------------------------------------- */
  /* サービス内容 */
  /* -------------------------------------------- */
  .service {
    border-radius: 30px 30px 0 0;
    padding: 3em 0;
  }
  .service .inblock h2 span {
    background-size: 220px;
    font-size: 1.4em;
  }
  .service .inblock h2 span::before {
    width: 60px;
    top: -1.5em;
    left: -2em;
  }
  .service .inblock h2 span::after {
    width: 50px;
    right: -2.5em;
  }
  .service .inblock .service-in .s-block .text {
    padding: 4em 1.5em 1.5em;
  }
  .service .inblock .service-in .s-block .text .text-in .s-title {
    font-size: 1.4em;
  }
  .service .inblock .service-in .s-block .text .text-in .detail {
    padding: 1em;
  }
  .service .inblock .service-in .s-block .text .text-in ol li dl {
    display: block;
  }
  .service .inblock .service-in .s-block .text .text-in ol li dl dd {
    padding-left: 0;
  }
}