@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : event.css
Description : イベント関連
===================================================================== */
/* =====================================================================
    contents
======================================================================*/
.contents {
  padding: 13.4rem 0;
}
.contents h2 {
  text-align: center;
  margin: 0 auto 8%;
  padding: 3rem 0;
  width: calc(500 / 680 * 100%);
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 3.2rem;
  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-color: #d5006b;
}
.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 #f0a4a9;
}
.contents_list_txt h4 {
  color: #d5006b;
  font-weight: 500;
}
.contents_list_txt a {
  display: inline;
  word-wrap: break-word;
}
.contents_list_txt dl dt {
  color: #d5006b;
  font-weight: 500;
}

.ch-txt {
  font-size: 2.6rem;
  padding: 0.25rem 1rem;
  color: #fff;
  background-color: #01a3ae;
}
@media screen and (min-width: 768px) {
  .ch-txt {
    font-size: 1.8rem;
  }
}

.btn_download {
  width: 79.7333333333%;
  margin: 0 auto 5rem;
}

@media screen and (min-width: 768px) {
  .contents {
    padding: 14rem 0;
  }
  .contents h2 {
    font-size: 3rem;
    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: #d5006b;
  }
  .btn_download {
    width: calc(400 / 1280 * 100%);
  }
}
@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_pattern2.jpg);
  background-repeat: repeat;
  background-position: center top;
  background-size: 12.1rem auto, 4.5rem auto;
  z-index: -1;
  opacity: 0.5;
}

.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);
  }
}
/* =====================================================================
    MAP
======================================================================*/
.area-map {
  width: 100%;
  margin: 0 auto;
}
.area-map img {
  width: 100%;
}

.icon-info {
  width: 100%;
  margin: 6rem auto;
}
.icon-info img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .icon-info {
    width: max-content;
    max-width: 500px;
  }
}/*# sourceMappingURL=event.css.map */