@charset "utf-8";
@import url("/useful/css/jiten.css");
/* ==========================================================

title : 生活施設検索
scope : コンテンツテンプレート

========================================================== */

* figure a{
  line-height: 1.8;
}

/* ------------------------------------ */
/* ▼ 見出し */
/* ------------------------------------ */
.cmn_h3_02 {
  background-color: #fff;
  border: solid 2px #9b873a;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.useful_wrap * > article#article section.con_box p.cmn_h3_02{
  margin: 0 auto 30px;
  line-height: 1.1;
}
.cmn_h3_02>span {
  background-image:
    url(../image/bg-h3-flower01.png),
    url(../image/bg-h3-flower02.png),
    url(../image/bg-h3-pattern.jpg);
  background-repeat: no-repeat, no-repeat, repeat;
  border: solid 1px #fff;
  display: block;
  font-weight: 600;
  overflow: hidden;
  width: 100%;
}

@media (min-width:768px) {
  .cmn_h3_02 {
    border-radius: 50% / 20em;
    font-size: 20px;
    line-height: 1.1;
  }
  .cmn_h3_02>span {
    background-position:
      left -27px top 30%,
      right -27px top 30%,
      0 0;
    background-size: 168px auto, 168px auto, 125px auto;
    border-radius: 50% / 20em;
    padding: .475em 5.5em;
  }
  .cmn_h3_02 {
    border-radius: 50% / 12em;
    max-width: 500px;
  }
  .cmn_h3_02>span {
    border-radius: 50% / 12em;
  }
}

@media screen and (max-width: 767px) {
  .cmn_h3_02 {
    border-radius: 50% / 14em;
    font-size: 19px;
    line-height: 1.2;
  }
  .useful_wrap * > article#article section.con_box p.cmn_h3_02{
    margin: 0 auto 30px;
    min-width: 300px;
    width: 60%;
  }
  .cmn_h3_02>span {
    background-position:
      left -47px top 18%,
      right -47px top 18%,
      0 0;
    background-size: 110px auto, 110px auto, 125px auto;
    border-radius: 50% / 14em;
    padding: .475em 1.5em;
  }
}

@media screen and (max-width: 500px) {
  .cmn_h3_02,
  .cmn_h3_02>span {
    border-radius: 50% / 10em;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .cmn_h3_02>span {
    padding: .6em 5.5em .35em;
  }
}

.wcm {
  max-width: 1000px;
  margin: auto;
  width: 100%;
}

/* ------------------------------------ */
/* ▼ cmn_youtube_wrap 
/* ------------------------------------ */
.cmn_box_item_movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.cmn_item_movie a {
  display: block;
}
.cmn_box_item_movie .cmn_item_movie_thum {
  border: 2px solid #000;
  display: block;
  position: relative;
  overflow: hidden;
}
.cmn_box_item_movie .cmn_item_movie_thum::after {
  content: '';
  background: url(../image/ico-play.png) no-repeat center;
  background-size: contain;
  display: block;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 46px;
}
.cmn_box_item_movie .cmn_item_movie_thum img {
  border: none;
  vertical-align: bottom;
}
.cmn_box_item_movie .cmn_item_movie_ttl a{
  color: #000;
  font-size: 16px;
  padding: 8px;
  text-align: center;
}
* > #content article .cmn_box_item_movie .cmn_item_movie_ttl a{
  color: #000;
  font-size: 16px!important;
} 
@media (min-width: 768px) {
  .cmn_box_item_movie.has_spacer {
    position: relative;
  }
  .cmn_box_item_movie.has_spacer::before,
  .cmn_box_item_movie.has_spacer::after {
    content: '';
    display: block;
    position: absolute;
  }
  .cmn_box_item_movie.has_spacer::before {
    background: url(../image-cmn/bgtitle/bg_cmn_video_l.png?date=20210506) no-repeat 0 0;
    background-size: contain;
    height: 243px;
    width: 266px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

  }
  .cmn_box_item_movie.has_spacer::after {
    background: url(../image-cmn/bgtitle/bg_cmn_video_r.png?date=20210506) no-repeat 0 0;
    background-size: contain;
    height: 215px;
    width: 393px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .cmn_box_item_movie.has_spacer a {
    position: relative;
    z-index: 5;
  }

  /* col02 */
  .cmn_box_item_movie.col02 {
    max-width: 630px;
  }
  .cmn_box_item_movie.col02 .cmn_item_movie {
    width: 300px;
  }
  .cmn_box_item_movie.col02 .cmn_item_movie:nth-of-type(even) {
    margin-left: 30px;
  }
  .cmn_box_item_movie.col02 .cmn_item_movie:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .cmn_box_item_movie.col02.has_spacer::before{
    left: -280px;
  }
  .cmn_box_item_movie.col02.has_spacer::after {
    right: -370px;
  }
}
@media (max-width: 767px) {
    /* スライダー用 */
  .cmn_box_item_movie.slick-slider {
    max-width: 540px;
  }
  .cmn_box_item_movie.slick-slider .cmn_item_movie {
    padding: 0 30px;
  }
  /* スライダー矢印調整 */
  .cmn_box_item_movie .prev {
    background: url(../image/ico_prev.png) no-repeat left top /100%;
    left: 0;
    z-index: 1;
  }
  .cmn_box_item_movie .next {
    background: url(../image/ico_next.png) no-repeat right top/100%;
    right: 0;
    z-index: 1;
  }
}
/* ------------------------------------ */
/*  bnr_area */
/* ------------------------------------ */

.bnr_area {
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
}
.bnr_area a {
  display: block;
}
.bnr_area img {
  vertical-align: bottom;
  margin-left: auto;
  margin-right: auto;
}

.bnr_area .roll:hover {
  opacity: 0.8;
}

@media (min-width:768px) {
  .bnr_area_wrap {
    margin-top: 25px;
  }
  .bnr_area + .bnr_area {
    margin-top: 35px;
  }
  .bnr_area.col01 {
    max-width: 420px;
  }
}
@media (max-width:767px) {
  .bnr_area_wrap {
    margin-top: 30px;
  }
  .bnr_area {
    max-width: 550px;
  }
  .bnr_area + .bnr_area {
    margin-top: 20px;
  }
}
