@charset "utf-8";
/*----------------------------------------------------
    共通css
----------------------------------------------------*/
.linkarea {
    background: #f4f9e4;
    margin: 5rem auto;
    padding: 2rem 4rem;
    width: 75%;
}
.linkarea .btn-internal {
    margin: 2rem auto;
}
/* oki_20220509 */

.kanren {
  /* border: 3px solid #ff5252; */
  /* padding: 20px 30px ; */
  margin: 30px auto;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}

.midasi {
  font-size: 16px;
  font-weight: bold;
  /* text-align: center; */
  margin-bottom: 15px;
}

.kanren br {
  display: none;
}

.kanren ul li {
  margin: 0 0 1em 0;
  padding: 0 0 0 25px;
  background: url(img/icon_li.svg) no-repeat 5px 10px;
  background-size: 7px auto;
}


/* アコーディオンのときに下記追加 */

.readmore-content {
  position: relative;
  overflow: hidden;
  height: 100px;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 50px;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}


/* 続きを読むボタン */

.readmore-label {
  display: table;
  bottom: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 5px auto;
  z-index: 2;
  padding: 6px 15px;
  /* background-color: #ff7777; */
  background-color: #86b91c;
  border-radius: 20px;
  color: #FFF;
}

.readmore-label:before {
  content: "\7D9A\304D\3092\8AAD\3080";
}

.readmore-check {
  display: none;
}


/*チェック時にボタンを非表示*/

.readmore-check:checked~.readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
}

.readmore-check:checked~.readmore-label:before {
  content: "\9589\3058\308B";
}


/*チェック時に高さを自動に戻す*/

.readmore-check:checked~.readmore-content {
  height: auto;
}


/*チェック時グラデーション等を削除*/

.readmore-check:checked~.readmore-content::before {
  display: none;
}


/* oki_20220509 */

.captionsan {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 1em 0;
  word-break: break-all;
  color: #666;
}

.ct {
  text-align: center;
}

.caption1 {
  font-size: 1rem;
  line-height: 1.4;
  margin: 1em 0;
  word-break: break-all;
  color: #999;
  text-align: center;
}

.sokyu-p {
  text-align: center;
}

.category_links {
  margin: 7rem 0 3rem;
  padding: 1.8rem 5rem;
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 3px solid #86b91c;
  line-height: 1.4;
  position: relative;
  z-index: 5;
  background: #f4f9e4;
}


/*2023.07.28*/

.is-fixed {
  display: none!important;
}
.caption_scroll {
  margin: 10px 0;
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #C0C0C0 #eee;
  /*一つ目はスクロールバーのつまみ、二つ目はトラックに適用される。 */
}
/* for chrome, safari */

.caption_scroll::-webkit-scrollbar {
  height: 5px;
}
.caption_scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #C0C0C0;
}
.caption_scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #eee;
}

















/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
  .float-wrap .float-img.fr-top {
    width: 400px;
    margin: 0 0 10px 20px;
    float: right;
  }
  .float-wrap .float-img.ct {
    width: 100%;
  }
  div.namae {
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: -9px;
  }
  .caption_scroll {
    margin: 10px 0;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 #eee;
    /*一つ目はスクロールバーのつまみ、二つ目はトラックに適用される。 */
  }
  /* for chrome, safari */
  .caption_scroll::-webkit-scrollbar {
    height: 5px;
  }
  .caption_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
  }
  .caption_scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
  }
  .l-mv__person-balloon {
    margin-top: -18px;
  }
  /*2023.07.28*/
  .fix-menu {
	  position: fixed;
	  bottom: 16rem;
	  right: 0;
	  width: 280px;
    z-index: 50;
    display: none;
  }
  .fix-menu-sp {
    display: none;
  }
  .fix-menu img {
    max-width: 100%;
  }

	
	
	
	
	
	
	
	
	

}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .float-wrap .float-img.fr-top {
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }
  .category_links {
    text-align: center;
    font-size: 2.2rem;
    padding: 1.4rem 2rem;
    margin: 5rem 0 2rem;
  }
  /*2023.07.28*/
  .fix-menu {
    position: fixed;
    bottom: 43px;
    z-index: 999;
    width: 100%;
  }
  .fix-menu-pc {
    display: none!important;
  }
	
.linkarea {
    margin: 4rem auto;
    padding: 2rem 2rem;
    width: 95%;
}

.linkarea .btn-internal {
    margin: 2rem auto;
}
.btn-tel a {
    padding: 1.6rem 1.6rem 1.6rem 3.6rem;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

}