/*----------------------------------------------------
   共通css
----------------------------------------------------*/
.date p {
  font-size: .8em;
}

/*2022.03.28*/
.t-o-contents {
  width: 90%;
  margin: 2em auto;
  display: block;
  position: relative;
  background: #ffeaea;
  box-shadow: 0px 0px 0px 10px #ffeaea;
  border: dashed 2px #ffc3c3;
  border-radius: 5px;
}

.t-o-contents p {
  text-align: center;
  font-weight: bold;
}

.thBoxArea {
  margin: 10px 0 0;
}

.sBox {
  border: solid 4px #402b0c;
  padding: 10px 20px 20px;
  margin: 0 0 40px;
  width: auto;
}

.catch {
  color: #402b0c;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 30px 0 0;
  text-align: center;
}

.catch .yellow {
  background: linear-gradient(transparent 60%, #fcda2a 60%);
  font-size: 24px;
}

.comName {
  border-bottom: solid 3px #402b0c;
  color: #402b0c;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 5px 0 10px;
  padding: 10px;
  text-align: center;
}

.ph {
  text-align: center;
}

.whiteArea {
  background: #f7f4da;
  padding: 4px 10px;
}

/*2022.04.27*/
.selection-info ul {
  display: flex;
  flex-wrap: wrap;
}

.l-main-area .selection-info ul {
  margin: 2rem auto;
}

.l-main-area .selection-info ul li {
  margin: 2px;
  padding: 0 0 0 2rem;
  background-image: none;
  background-color: #27949a;
  width: 48%;
  padding: 2px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
}

.l-main-area .selection-info ul li.off {
  background-color: #8d8d8d;
}

.l-main-area .selection-info ul li:nth-child(2n) {
  margin-right: 0;
}
.selection-catch{
    color: #402b0c;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 5px 0 10px;
    padding: 10px;
    text-align: center;
}

#common-parts .thBoxArea .sBox {
    margin: 0 auto;
	background: #fcfaed;
}

.knrn {
    border: solid #f7d211 5px;
    padding: 20px;
    margin: 70px auto;
    width: 90%;
}

p.kanren {
    font-size: 18px;
    font-weight: bold;
}

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

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

  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .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;
  }

  /*20210601*/
  .official {
    width: 80%;
    padding: 20px 50px;
  }

  .img-wrap {
    display: flex;
  }

  .img-box {
    margin: 0 5rem;
    text-align: center;
  }

  .img2 {
    display: flex;
    width: 100%;
  }

  .img2 img {
    max-width: 50%;
    margin-right: 1rem;
    height: max-content;
  }

  .thBoxArea {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin: 10px 0 0;
  }

  .thBoxArea .sBox {
    width: 24%;
  }

  .thBoxArea .catch {
    font-size: 12px;
    line-height: 1.6;
  }

  .thBoxArea .comName {
    font-size: 18px;
  }

  .thBoxArea .whiteArea ul li {
    font-size: 14px;
  }

  .thBoxArea .btn-web a {
    font-size: 14px;
    width: auto;
  }

  .thBoxArea .btn-internal a {
    font-size: 14px;
    width: auto;
  }

}



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

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

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .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;
  }

  /*20210601*/
  .official {
    width: 100%;
    background: #f5f5f559;
    border-radius: 30px;
    padding: 15%;
    margin-top: 50px;
  }

  .official ul {
    width: 100%;
    padding: 15px;
  }

  /*20210916*/
  blockquote.instagram-media {
    min-width: initial !important;
  }

  .img-box .flame {
    text-align: center;
  }

  .official center iframe {
    min-width: initial !important;
    max-width: 200px !important;
    width: 100% !important;
  }

/*2022.04.27*/	
#common-parts .thBoxArea .sBox {
    margin: 0 auto 1.5em;
}
}



/*----------------------------------------------------
    PC・SP共通css
----------------------------------------------------*/
/*20210601*/
.official {
  margin: 0 auto;
  margin-top: 50px;
  background: #f5f5f559;
  border-radius: 30px 30px 30px 30px;
}

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

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

.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-main-area .official ul li {
  background: none;
}
