@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/

header .rightTxt:before,
.l-header__sitename:before,
.l-header-sitename:before,
.sitename:before,
.siteName:before,
.l-siteinfo__sitename:before {
  content: "PR";
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  width: fit-content;
  margin-right: 1rem;
  font-size: 1.5rem;
  padding: 0 1rem;
}

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

/*------------------------
    関連css
-----------------------*/
.top_cate_link a {
  text-decoration: none;
}

/* oki_20220509 */
.kanren {
  /* border: 3px solid #ff5252; */
  border: 1px solid #999;
  padding: 20px 30px 0;
  margin: 30px 0;
  /* border-radius: 10px; */
  /* アコーディオンの時は下記追加 */
  position: relative;
  box-sizing: border-box;
}

.midasi {
  border-bottom: 2px solid #e6e6e6;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.kanren br {
  display: none;
}

/* アコーディオンのときに下記追加 */
.readmore-content {
  position: relative;
  overflow: hidden;
  /* height: 200px; */
  height: 160px;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 50px;
  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%);
  z-index: 1;
}

/* 続きを読むボタン */
.readmore-label {
  display: table;
  bottom: 5px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 5px auto;
  z-index: 2;
  padding: 3px 10px;
  /* background-color: #ff7777; */
  /* border-radius: 10px; */
  color: #FFF;
  background-color: #426065;
  border-radius: 20px;

}

.readmore-label:before {
  content: '続きを読む';
}

.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: '閉じる';
}

/*チェック時に高さを自動に戻す*/
.readmore-check:checked~.readmore-content {
  height: auto;
}

/*チェック時グラデーション等を削除*/
.readmore-check:checked~.readmore-content::before {
  display: none;
}

.fb_iframe_widget iframe {
  width: 300px !important;
  height: 400px !important;
}

.fb_iframe_widget {
  width: 300px !important;
  height: 400px !important;
}

.fb-container {
  width: 300px;
  height: 400px;
  margin: 0 auto;
}

/*-------------------*/

.slick-prev:before,
.slick-next:before {
  color: #000;
}

#toc {
  background: #efebdf;
  padding: 30px 8px 10px 18px;
  width: 500px;
  margin: 0px auto 20px;
  border: 2px solid #333;
}

#toc ol {
  position: relative;
}

#toc ol:before {
  position: absolute;
  content: '目次';
  font-size: 18px;
  top: -20px;
  font-weight: bold;
  left: 0;
}

#toc ol li {
  padding: 6px 0 2px 30px;
  list-style: none;
  position: relative;
  counter-increment: number;
  font-weight: bold;
  background: url(img/unorder_icon.png) no-repeat top 8px left 0.5em;
}

#toc ol li::before {
  display: block;
  background-color: #333;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  font-weight: bold;
  font-size: 1.2rem;
}

.u-rink {
  border: solid 2px #426065;
  padding: 5px 10px;
  margin-top: 25px;
  border-radius: 10px;
}

.u-rink p.u-midashi {
  font-size: 16px;
  font-weight: 700;
  color: #426065;
  margin-top: 10px;
  margin-left: 5px;
}

.sansho,
.sansho a {
  font-size: 10px;
  color: #999999;
  word-break: break-all;
  text-decoration: none;
}

.sansho a:hover {
  opacity: unset;
}

.column_record {
  display: block;
  width: 100%;
  margin: auto;
  max-height: 300px;
  overflow-y: scroll;
  padding: 10px;
  background-color: #f9f5ea;
}

.column_record ul li {
  padding-left: 22px;
  margin: 0 0 5px;
  position: relative;
  display: block;
  background: none !important;
  border-bottom: solid 1px #ff9933;
  margin-bottom: 10px;
  padding: 0px 0px 5px 0px;
}

.column_record li span {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #ffe599 0%) repeat scroll 0 0;
  font-weight: bold;
  line-height: 1.8;
}

.heading {
  font-weight: bold !important;
}

ul.column_record li {
  display: block;
  background: none !important;
  border-bottom: solid 1px #ff9933;
  margin-bottom: 10px !important;
  padding: 0px 0px 5px 0px !important;
}

.column_record li:before {
  background: none !important;
}

.center {
  text-align: center;
}

/*2021.01.19*/
.top_img_f img {
  float: right;
  margin: 5px;
}

/*2021.01.19　END*/

/*2021.01.26*/
.btn-web2 a {
  color: #fff;
  background: #426065;
}

.btn-web2 a::before {}

.btn-web2 a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn-web2 a:hover {
  opacity: 0.6;
}

.btn-web2 a {
  max-width: 400px;
  margin: 35px auto;
  padding: 15px 26px 15px 15px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  border-radius: 50px;
  position: relative;
}

.btn-web2 a::before {
  position: absolute;
  top: 4px;
  left: 4px;
  content: '';
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 5px;
}

.btn-web2 a::after {
  position: absolute;
  content: " ";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 39%;
  right: 15px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*2021.01.26　END*/
.fbbox {
  margin: 0 auto;
  display: block;
  width: 350px;
}

.fbbox.pc {
  width: 100%;
  display: block;
  text-align: center;
}

/*20221024*/
.insta_btn {
  color: #FFF;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  text-decoration: none;
  box-sizing: border-box;
  max-width: 400px;
  border-radius: 45px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto;
  padding: 15px 26px 15px 15px;
}

.insta_btn::before {
  position: absolute;
  top: 4px;
  left: 4px;
  content: '';
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 5px;
}

.insta_btn::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  content: " ";
  display: block;
  top: 39%;
  right: 15px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.insta_btn_w a:hover {
  opacity: 0.6;
}

/*20230214*/
.youtube-area {
  margin: 70px auto;
  aspect-ratio: 16 / 9;
}

.youtube-area iframe {
  width: 100%;
  height: 100%;
}

.center_sns iframe {
  margin: 10px auto 30px !important;
}

.flex0 a {
  display: flex;
  width: 90%;
  background-color: #fff;
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 0.08);
  border-radius: 3px;
  margin: 5rem auto;
  padding: 30px 20px 20px 20px;
  text-decoration: none;
}

.flex0 .flex01 {
  width: 30%;
}

.flex0 .flex02 {
  width: 70%;
  padding-left: 20px;
}

.flex02_title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 2.4rem;
}

.flex0 a:hover {
  transform: translateY(-5px);
  box-shadow: 0 2px 4px 2px rgb(0 0 0 / 0.08);
}

.slick-slide img {
  margin: 0 auto;
}

.slick-prev {
  left: -15px;
}

.slick-next {
  right: -15px;
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {

  /*2023.09.26*/
  .official {
    border: solid 1px #426065;
    display: block;
    width: 90%;
    margin: auto;
    max-height: 300px;
    overflow-y: scroll;
    padding: 10px;
    background-color: #fff;
  }

  .heading {
    padding: 0rem 1rem !important;
    border-left: 6px double #000 !important;
    font-weight: bold !important;
  }

  .right {
    text-align: right;
  }

  /*2023.09.26　END*/

  #index .box-wrap .basic-column-box .image-text__image {
    min-height: 280px;
  }

  #index .box-wrap .basic-column-box .image-text__text {
    min-height: 400px;
  }

  .lower_bottom .cmn-column2 .cmn-parts-box .paragraph-frame {
    min-height: 420px;
  }

}



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

@media screen and (max-width: 599px) {

  .column_record {
    display: block;
    width: 99%;
    margin: auto;
    max-height: 300px;
    overflow-y: scroll;
    padding: 10px;
    background-color: #f9f5ea;
  }

  ul.column_record li {
    display: block;
    background: none !important;
    border-bottom: solid 1px #ff9933;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
    padding-left: 2.2rem;
  }

  .column_record li span {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #ffe599 0%) repeat scroll 0 0;
    font-weight: bold;
    line-height: 1.8;
  }

  .heading {
    font-weight: bold !important;
  }

  .column_record li:before {
    background: none !important;
  }

  .center {
    text-align: center;
    margin-top: 20px;
  }

  /*2021.01.19*/
  .top_img_f img {
    float: none;
    margin: 5px auto;
    width: 100%;

  }

  /*2021.01.19　END*/


  /*2021.01.26*/
  .btn-web2 a {
    color: #fff;
    background: #426065;
  }

  .btn-web2 a::before {}

  .btn-web2 a::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .btn-web2 a:hover {
    opacity: 0.6;
  }

  .btn-web2 a {
    width: 85%;
    margin: 20px auto;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    position: relative;
  }

  /*2021.01.26 END*/
  .fbbox {
    width: 300px;
    margin: 20px auto;
  }

  .date p {
    font-size: 12px;
    width: 94%;
  }

  #toc {
    width: 80%;
    padding: 8px 8px 1px 8px;
  }

  #toc ol {
    padding-top: 20px;
  }

  #toc ol:before {
    font-size: 16px;
    top: 0px;
  }

  #toc ol li {
    padding: 4px 0 2px 30px;
  }

  /*20221024*/
  .insta_btn {
    color: #FFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    overflow: hidden;
    text-decoration: none;
    box-sizing: border-box;
    width: 85%;
    min-height: 90px;
    border-radius: 45px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin: 0 auto;
  }

  .insta_btn::before {
    position: absolute;
    top: 4px;
    left: 4px;
    content: '';
    display: block;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: 5px;
  }

  .insta_btn::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    content: " ";
    display: block;
    top: 39%;
    right: 15px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
  }

  header .rightTxt:before,
  .l-header__sitename:before,
  .l-header-sitename:before,
  .sitename:before,
  .siteName:before,
  .l-siteinfo__sitename:before {
    float: left;
    margin-bottom: 1rem;
  }

  /*2023.09.26*/
  .official {
    border: solid 1px #426065;
    display: block;
    width: 90%;
    margin: auto;
    max-height: 300px;
    overflow-y: scroll;
    padding: 10px;
    background-color: #fff;
  }

  .heading {
    padding: 0rem 1rem !important;
    border-left: 6px double #000 !important;
    font-weight: bold !important;
  }

  .right {
    text-align: right;
  }

  /*2023.09.26　END*/

  .flex0 a {
    display: block;
  }

  .flex0 .flex01,
  .flex0 .flex02 {
    width: 90%;
    margin: 0 auto;
  }

  .flex0 .flex02 {
    padding-left: 0px;
  }

  .flex02_title {
    margin-top: 10px;
  }

  .slick-slider {
    width: 90%;
    margin: 0 auto;
  }

}
