@charset "utf-8";

/* oki_20220509 */

.top_cate_link a {
  text-decoration: none !important;
  color: #3f2d16 !important;
}


.kanren {
  /* border: 3px solid #ff5252; */
  border: 2px solid #3f2d16;
  /* padding: 20px 30px ; */
  padding: 20px;
  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(252, 250, 243, 0) 0%, rgba(252, 250, 243, 0.8) 50%, rgba(252, 250, 243, 0.8) 50%, #fcfaf3 100%);
  background: linear-gradient(top, rgba(252, 250, 243, 0) 0%, rgba(252, 250, 243, 0.8) 50%, rgba(252, 250, 243, 0.8) 50%, #fcfaf3 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: #6a6152;
  /* border-radius: 20px; */
  border-radius: 6px;
  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 */











span.edit__txtSmall {
  font-size: 1.4rem;
}

.table-normal table tbody td {
  padding: 3px;
}

.lower_bottom .cmn-parts-box .cmn01-catch-copy {
  text-align: center;
}

.lower_bottom .cmn01-ttl,
.lower_bottom .ttl {
  text-align: center;
  padding: 0 5px;
  font-size: 18px !important;
  font-weight: bold;
  line-height: 1.4;
  color: #222222;
  margin: 0 0 8px;
}

.form a {
  color: #000;
}

/*----------------------------------------------------
    PCã‚µã‚¤ãƒˆcss
----------------------------------------------------*/
.hero .inner .hero-box .catch {
  font-size: 29px !important;
}

.hero p {
  line-height: 1.8;
}

.box-c {
  text-align: left;
}

.org-box {
  margin: 5px auto;
  width: 98%;
  padding: 5px;
  /* border: solid 1px #F6ADC1; */
}

span.txt_red {
  color: #ff0202;
  font-weight: bold;
  font-size: 1.4rem;
}

span.txt_normal {
  color: #616161;
  font-weight: normal;
  font-size: 1.6rem;
}

.lower_bottom .mainttl span.txt_s_cat {
  font-size: 85%;
}

.mini {
  margin: 0 auto;
  text-align: center;
  font-size: 85% !important;
}

.btn-internal a,
.btn-web a,
.btn-tel a {
  font-size: 17px;
}

.lower_bottom .cmn01-image {
  height: 148px;
}

.t-big {
  font-size: 175% !important;
  font-weight: bold;
}

/*20210329*/
.official {
  width: 90%;
  margin: 0 auto;
  padding: 20px 50px;
  background: #f5f5f559;
  border-radius: 30px 30px 30px 30px;
}

.official ul {
  display: block;
  width: 80%;
  margin: auto;
  padding: 20px;
  max-height: 300px;
  overflow-y: scroll;
  border: 3px double #333;
  margin-bottom: 15px;
}

.contents-left .official ul li {
  display: block;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
  padding: 0px 0px 5px 0px;
  text-align: left;
  background: none;
}

.official ul li span {
  font-size: 0.8em;
  display: block;
  background: none;
  color: #000;
  margin: 0px;
  font-weight: bold;
}

.official ul div {
  padding: 0rem 1rem;
  border-left: 6px double #333;
  font-weight: bold;
}

.official h4 {
  font-size: 1.3em;
  border-bottom: 3px double #333;
  padding-left: 10px;
}

.official h5 {
  font-size: 1.2em;
  border-bottom: 1px dashed #333;
}

.official h6 {
  font-size: 1.1em;
}

.official h4,
.official h5,
.official h6 {
  font-weight: bold;
  margin: 20px 0;
}

.official h4:before,
.official h5:before,
.official h6 {
  content: none;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.l-header__sitename::before {
  background: #000;
  color: #fff;
  content: "PR";
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  margin-right: 4px;
  padding: 0 1rem;
}

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

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



/*----------------------------------------------------
    SPã‚µã‚¤ãƒˆcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
  ul.edit__listSmall>li {
    font-size: 1.65rem;
  }

  .hero .inner .hero-box .catch {
    font-size: 22px !important;
    padding-top: 0;
  }

  .hero p {
    line-height: 1.8;
  }

  .box-c {
    text-align: center;
  }

  .image-text__image.image-left,
  .image-text__image.image-right {
    width: 100%;
  }

  .org-box {
    margin: 5px auto;
    width: 98%;
    padding: 5px;
    /* border: solid 1px #F6ADC1; */
  }

  span.txt_red {
    color: #ff0202;
    font-weight: bold;
    font-size: 1.6rem;
  }

  span.txt_normal {
    color: #616161;
    font-weight: normal;
    font-size: 1.6rem;
  }

  .lower_bottom .mainttl span.txt_s_cat {
    font-size: 85%;
  }

  .mini {
    margin: 0 auto;
    text-align: center;
    font-size: 85% !important;
  }

  .lower_bottom .cmn01-image {
    height: auto;
  }

  .t-big {
    font-size: 175% !important;
    font-weight: bold;
  }

  /*20210329*/
  .official {
    border-radius: 30px;
    padding: 5% 10%;
  }

  .official ul {
    padding: 15px;
  }

  .date {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .lower_bottom {
    border-top-width: 5px;
    margin: 3rem 0;
    padding: 1rem;
  }
}
