@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : event.css
Description : イベント関連
===================================================================== */
/* =====================================================================
    contents
======================================================================*/
.contents {
  padding: 13.4rem 0;
}
.contents h2 {
  text-align: center;
  margin: 0 auto 14rem;
  padding: 3rem 0;
  width: calc(500 / 680 * 100%);
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  background: url(../images/common/bg_frame03.png) no-repeat center/100% 100%;
}

.contents_list li {
  margin-bottom: 12rem;
}
.contents_list li h3 {
  position: relative;
  display: block;
  padding: 2.6rem 1.7rem;
  font-size: 3.4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  background: linear-gradient(to right, #804f22, #c39a37);
}
.contents_list li h3.sp-stg {
  border-top: 4px solid;
  border-bottom: 4px solid;
  border-image: linear-gradient(to right, #927903, #d0ab00) 1;
  background: rgba(172, 151, 32, 0.75);
}
.contents_list li figure {
  margin-top: 0;
}
.contents_list_txt {
  margin-top: 0.6em;
  line-height: 1.666;
}
.contents_list_txt > *:not(:last-child) {
  margin-bottom: 0.6em;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #b99f8e;
}
.contents_list_txt h4 {
  color: #9d241f;
  font-weight: 500;
}
.contents_list_txt a {
  display: inline;
  word-wrap: break-word;
}
.contents_list_txt dl dt {
  color: #9d241f;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .contents {
    padding: 14rem 0;
  }
  .contents h2 {
    padding: 2.5rem 0;
    width: calc(477 / 1280 * 100%);
  }
  .contents_list {
    display: flex;
    flex-wrap: wrap;
  }
  .contents_list li {
    margin: 0 calc(13 / 1280 * 100%) 9rem;
    width: calc(400 / 1280 * 100%);
  }
  .contents_list li h3 {
    padding: 2rem;
    font-size: max(2.2rem, 17px);
  }
  .contents_list_txt {
    line-height: 1.727;
  }
  .contents_list_txt a:hover {
    color: #9d241f;
  }
}
@media screen and (min-width: 1920px) {
  .contents_list {
    margin-left: calc(-280 / 1280 * 100%);
    width: calc(1840 / 1280 * 100%);
  }
  .contents_list li {
    margin-right: 4.347826087%;
    margin-left: 0;
    width: 21.7391304348%;
  }
  .contents_list li:nth-child(4n) {
    margin-right: 0;
  }
}
/* =====================================================================
    background
======================================================================*/
.wrapper {
  background-image: url(../images/common/bg_check_bottom-sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/bg_check_middle_01.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: 7.3rem 8.3rem;
  z-index: -1;
}

.contents {
  background-image: url(../images/common/bg_check_top-sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

@media screen and (min-width: 768px) {
  .wrapper {
    background-image: url(../images/common/bg_check_bottom-pc.png);
  }
  .contents {
    background-image: url(../images/common/bg_check_top-pc.png);
  }
}/*# sourceMappingURL=event.css.map */