@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : event.css
Description : イベント関連
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
#subpage:not(.map) {
  background: linear-gradient(to bottom, #fff 50%, #f5b9d3 100%);
}
#subpage:not(.map) .wrapper {
  background: url(../images/common/bg_check_bottom-sp.png) no-repeat center bottom/100% auto;
}
@media screen and (min-width: 768px) {
  #subpage:not(.map) .wrapper {
    background-image: url(../images/common/bg_check_bottom-pc.png);
  }
}
#subpage:not(.map) .wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_pattern02.jpg) repeat center top/13.5rem auto;
  z-index: -1;
  opacity: 0.5;
}
#subpage:not(.map) .contents {
  background: url(../images/common/bg_check_top-sp.png) no-repeat center top/100% auto;
}
@media screen and (min-width: 768px) {
  #subpage:not(.map) .contents {
    background-image: url(../images/common/bg_check_top-pc.png);
  }
}

.contents {
  padding: 13.4rem 0;
}
@media screen and (min-width: 768px) {
  .contents {
    padding: 14rem 0;
  }
}

/* =====================================================================
    contents
======================================================================*/
.sec_ttl {
  text-align: center;
  margin: 0 auto 14rem;
  padding: 3rem 0;
  width: calc(500 / 680 * 100%);
  font-size: 3.8rem;
  font-weight: 700;
  background: url(../images/common/bg_frame03.png) no-repeat center/100% 100%;
}

.contents_list li {
  margin-bottom: 10rem;
}
.contents_list li h3 {
  position: relative;
  padding: 2.5rem 2rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background-color: #e44e87;
}
.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 #e44e87;
}
.contents_list_txt h4 {
  color: #e44e87;
}
.contents_list_txt a {
  display: inline;
  color: #881342;
}
.contents_list_txt dl dt {
  color: #e44e87;
}

@media screen and (min-width: 768px) {
  .sec_ttl {
    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 3rem 2rem 3rem;
    font-size: max(2.1rem, 17px);
  }
  .contents_list_txt {
    line-height: 1.727;
  }
  .contents_list_txt a:hover {
    color: #e44e87;
  }
}
@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;
  }
}
/* =====================================================================
    map
======================================================================*/
.map {
  background: url(../images/common/bg_pattern03.jpg) repeat center top/12.8rem auto;
}
.map-img {
  margin: 0 auto 5rem;
  filter: drop-shadow(0 0 1.5rem rgba(88, 88, 88, 0.3));
}
@media screen and (min-width: 768px) {
  .map-img {
    width: calc(1141 / 1280 * 100%);
  }
}
.map-info {
  margin: 0 auto;
  width: calc(506 / 680 * 100%);
}
@media screen and (min-width: 768px) {
  .map-info {
    width: calc(751 / 1280 * 100%);
    min-width: 520px;
  }
}
.map-info img {
  border-radius: 2rem;
  border: 1.5px solid #000;
}
.map .contents_list {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .map .contents_list {
    margin-top: 3rem;
  }
}
.map .contents_list .map-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  margin-right: 1rem;
  font-size: 3rem;
  font-weight: 700;
  color: #fff200;
  background: url(../images/map/sakura.png) no-repeat center/contain;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .map .contents_list .map-num {
    width: 4.5rem;
    height: 4.5rem;
    margin-right: 0.8rem;
    font-size: 2.4rem;
  }
}
.map .contents_list .map-num--tree {
  background-image: url(../images/map/sakura2.png);
  text-shadow: 0 1px 2px #e44e87, 0 0 4px #e44e87;
}

.map_intro {
  margin-top: 3rem;
  text-align: center;
  line-height: 2;
}

.map_note {
  text-align: center;
  line-height: 2;
  margin-bottom: 3rem;
}

/* =====================================================================
    日本語
======================================================================*/
html[lang=ja] .sec_ttl,
html[lang=ja] .sec_ttl2 {
  font-family: "BIZ UDGothic", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.2em;
}

/* =====================================================================
    英語
======================================================================*/
html[lang=en] .event .sec_ttl {
  width: 17em;
}

/* =====================================================================
    info
======================================================================*/
.info {
  background-image: url(../images/common/img_cloud2.png), url(../images/common/bg_pattern2.jpg);
  background-repeat: no-repeat, repeat;
  background-position: bottom 9.2rem left, center;
  background-size: 36.3rem auto, 13.5rem auto;
}
.info::before, .info::after {
  content: "";
  position: absolute;
  display: block;
  width: 37.1rem;
  height: 21.6rem;
  background: url(../images/common/img_cloud1.png) no-repeat center/contain;
}
.info::before {
  bottom: 132rem;
  left: 0;
}
.info::after {
  bottom: 77rem;
  right: 0;
  transform: scale(-1, 1);
}
.info .header {
  background: #2bb3e2;
}
.info_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100rem;
  background: linear-gradient(to top, #c2e9f8 30%, #77caed 100%);
}
.info_bg::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_pattern3.jpg) repeat center top/50rem auto;
  mix-blend-mode: overlay;
  opacity: 0.5;
}
.info .sec_ttl {
  margin-bottom: 8rem;
}
.info_ttl {
  text-align: center;
  margin-bottom: 12rem;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.2;
  color: #0a7dbd;
}
.info_ttl p {
  display: inline-block;
  margin-bottom: 0.6em;
  padding-bottom: 0.3em;
  border-bottom: 0.2em dotted;
  text-shadow: 0 0 0.7em #FFFFFF, 0 0 0.7em #FFFFFF, 0 0 0.7em #FFFFFF, 0 0 0.7em #FFFFFF;
}
.info_ttl h3 {
  font-size: 271%;
  text-shadow: 0 0 0.3em #FFFFFF, 0 0 0.3em #FFFFFF, 0 0 0.3em #FFFFFF, 0 0 0.3em #FFFFFF;
}
.info_ttl h3 span {
  color: #e44e87;
}
.info_list li {
  margin: 0 auto 5rem;
  padding: calc(55 / 680 * 100%) calc(35 / 680 * 100%);
  width: calc(640 / 680 * 100%);
  background-color: #fff;
  border-radius: 6rem;
}
.info_list li dl dt {
  margin: 0 auto;
  width: 29.8245614035%;
}
.info_list li dl dd {
  text-align: center;
  margin: 0.5em 0 1em;
  font-size: 153%;
  line-height: 1.521;
}
.info_list li dl dd span {
  color: #e44e87;
}
.info_list li p {
  line-height: 1.666;
}

@media screen and (min-width: 768px) {
  .info {
    background-position: bottom 14.5rem left, center;
    background-size: 26.6rem auto, 13.5rem auto;
  }
  .info::before, .info::after {
    width: 29rem;
    height: 16.6rem;
  }
  .info::before {
    display: none;
  }
  .info::after {
    bottom: 26.4rem;
  }
  .info_bg {
    height: 63rem;
  }
  .info .sec_ttl {
    margin-bottom: 5rem;
  }
  .info_ttl {
    margin-bottom: 10rem;
    font-size: 2.6rem;
  }
  .info_list {
    display: flex;
    justify-content: space-between;
  }
  .info_list li {
    margin: 0;
    padding: calc(45 / 1280 * 100%) calc(40 / 1280 * 100%);
    width: calc(407 / 1280 * 100%);
  }
  .info_list li dl dt {
    width: 43.119266055%;
  }
  .info_list li dl dd {
    font-size: 136%;
  }
  .info_list li p {
    font-size: 81%;
  }
}/*# sourceMappingURL=subpage.css.map */
