@charset "utf-8";

.linkarea {
  background: #fff3f1;
  margin: 3rem auto;
  padding: 3rem 4rem 3rem;
  width: 95%;
  border: 2px dashed #f98e78;
  border-radius: 20px;
}

.linkarea a img {
  margin: 0 auto;
  display: block;
}

.linkarea p.bnr a {
  width: 300px;
  height: 225px;
  display: block;
  margin: 0 auto;
  border: solid 2px #fd5125;
  text-decoration: none;
  padding: 30px 15px;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  line-height: 1.6;
  background: #ffffff5e;
  text-align: center;
}

.linkarea p.bnr a span {
  display: block;
}

.linkarea p.bnr a span.s01 {
  font-size: 16px;
  /* color: #e46228; */
  background: linear-gradient(transparent 60%, #ff4f005c 60%);
  display: block;
  width: fit-content;
  margin: 0 auto 5px;
}

.linkarea p.bnr a span.s03 {
  color: #fd5125;
  line-height: 1.45;
  /* margin: 8px 0; */
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
  font-size: 26px;
  background: unset;
}

.linkarea p.bnr a span.s02 {
  font-size: 28px;
  /* color: #e46228; */
  background: unset;
}

.linkarea p.bnr a:hover {
  opacity: 0.5;
}

.linkarea p.bnr {
  background: url(https://www.shizubunbun.com/wp/wp-content/uploads/bg.jpg);
  background-size: 160%;
  background-position: 40% -45%;
  width: fit-content;
  margin: 0 auto;
}

.imgarea.caption {
  text-align: center;
}

.imgarea.caption img {
  display: block;
  margin: 0 auto 0.5rem;
  border: solid 1px #eee;
  width: auto;
  max-width: 600px;
}

.grad-wrap {
  position: relative;
  margin-bottom: 7rem;
}

.grad-wrap+.grad-wrap {
  margin-top: 40px;
}

.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 150px;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  background: #333333;
  color: #fff;
  /* font-size: 1.3rem; */
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.grad-btn::after {
  content: "もっと見る"
}

.grad-btn:hover {
  background: #fff;
  color: #41413f;
}

.grad-btn .fa {
  /* margin-right: .5em; */
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 72rem;
}

.grad-item p+p {
  margin-top: 1em;
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px;
  /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  z-index: 1;
}

.grad-trigger {
  display: none;
}

.grad-trigger:checked~.grad-btn {
  bottom: -2em;
}

.grad-trigger:checked~.grad-btn::after {
  content: "閉じる"
}

.grad-trigger:checked~.grad-btn .fa {
  /* transform: rotate(180deg); */
}

.grad-trigger:checked~.grad-item {
  height: auto;
}

.grad-trigger:checked~.grad-item::before {
  display: none;
}

/* oki_20220509 */

.l-siteinfo__sitename::before {
  background: #000;
  color: #fff;
  content: "PR";
  display: block;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 auto;
  padding: 0 1rem;
  width: 4rem;
}

.l-footer-copy p a::before {
  content: "【PR】";
}

.l-footer-copy .sitemap a {
  content: none;
}



@media screen and (max-width: 480px) {
  .kanren {
    padding: 4rem 2rem !important;
  }
}

h2 a {
  text-decoration: none;
}

.kanren {
  margin: 0;
  padding: 4rem 6rem;
  border: 5px solid #f5f5f5;
  border-radius: 0.8rem;
  background: #fff;
  /* border: 3px solid #ff5252; */
  /* padding: 20px 30px ; */
  /* margin: 30px 0; */
  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;
}

/* アコーディオンのときに下記追加 */
.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: #fd5125;
  /* border-radius: 20px; */
  color: #FFF;
  font-weight: bold;
}

.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 */






.float-wrap .under-photo {
  text-align: center;
  margin: 15px auto 0px;
  font-size: 95%;
  font-weight: bold;
  line-height: 1.3;
}

span.shacho {
  background: none;
  color: #fd5125;
}

.l-mv-title {
  line-height: 1.7;
}

iframe {
  width: 500px;
  height: 300px;
  margin: auto;
}

.float-img {
  text-align: center;
}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 480px) {

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .grad-item {
    height: 67rem;
  }

  .imgarea.caption img {
    max-width: 90%;
  }

  .linkarea {
    width: unset;
    padding: 2rem;
  }

  .linkarea p.bnr a {
    width: 100%;
    height: 20rem;
  }

  iframe {
    width: 100%;
    height: auto;
    margin: auto;
  }

  .l-footer-copy-wrapper {
    padding: 0 0 60px;
  }

}
