@charset "UTF-8";
div.entry_info .closed {
  background-color: red;
  color: #fff;
  font-size: 1.35em;
  font-weight: bold;
  padding: 1em;
  margin: 0 auto 2em;
  letter-spacing: 2px;
  line-height: 2em;
}
div.entry_info .info {
  background-color: #82bad9;
  padding: 3em;
  border-radius: 10px;
  color: #FFF;
}
div.entry_info .info p {
  font-size: 1.5em;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-weight: 500;
}
div.entry_info .info ul.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.entry_info .info ul.flex li {
  padding: 0 0 1em 0;
  text-align: center;
  text-indent: -1em;
  padding-left: 1em;
}
div.entry_info .info ol li {
  text-indent: -1em;
  padding-left: 1em;
}
div.entry_info .info p.font-small {
  font-size: smaller;
  text-align: center;
  margin: 2em 0 0 0;
}
div.entry_info .conversion {
  margin: 2em 0;
  text-align: center;
}
div.entry_info .conversion a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #b58db0 !important;
  font-size: 24px;
  border-radius: 0px;
  width: 18em;
  font-weight: 700;
  border: 3px solid #b58db0;
  transition: 0.3s;
  box-shadow: 7px 7px 0px 0px rgb(181, 141, 176);
  background-color: #fff;
  padding: 1em 0;
  margin: 0 auto;
  font-weight: 700;
}
div.entry_info .conversion a:hover {
  box-shadow: 0 0 #b58db0;
  color: #fff !important;
  background-color: #b58db0;
  opacity: 1;
  /* border: 3px solid #fff100; */
}
div.entry_info .conversion span {
  display: block;
  margin: 1em 0 0;
}
div.entry_info #floating_bnr {
  position: fixed;
  /* width: 150px; */
  right: 30px;
  bottom: 120px;
  opacity: 0;
  z-index: 100;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 14em;
}
div.entry_info #floating_bnr a {
  position: relative;
  display: block;
  text-decoration: none;
  background: #b58db0;
  padding: 1em 0;
  width: 12em;
  border-radius: 100vh;
  color: #fff !important;
  font-weight: 700;
}
div.entry_info #floating_bnr span {
  font-size: 10px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 0 0.25em;
  margin: 0.25em 0 0;
}

div.item_sup p {
  padding: 0 0 0 1.3em;
}

@media screen and (min-width: 900px) {
  .item.clearfix .title {
    width: 24%;
    margin: 0 1% 0 0;
    border-bottom: solid 2px #007db8;
    color: #007db8;
    padding: 15px 15px 30px 15px;
    font-weight: 600;
    font-size: 16px;
  }
  .item.clearfix .contents {
    width: 75%;
    border-bottom: solid 2px #f5b0c4;
    padding: 15px 15px 30px 15px;
  }
  .item.clearfix .contents .item_dtl .img-size {
    width: 50%;
  }
}
@media screen and (max-width: 899px) {
  div.entry_info .info {
    padding: 2em;
  }
  div.entry_info .info p {
    font-size: 1.25em;
  }
  div.entry_info .conversion a {
    font-size: 4.5vw;
    width: 90%;
  }
  #floating_bnr {
    right: 2%;
    bottom: 150px;
    z-index: 3;
    width: 17em;
  }
  #floating_bnr a {
    margin: 0 0 0 auto;
    width: 10em;
  }
  .eventWebpage .item.clearfix:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 50%;
    height: inherit;
    border-top: 2px solid #007db8;
  }
  .eventWebpage .item.clearfix {
    display: block;
    position: relative;
    width: 100%;
    border-top: solid 2px #f5b0c4;
    margin: 0 0 1.5em;
  }
  div.item_sup {
    font-size: 1em;
  }
  .item.clearfix .contents .item_dtl .img-size {
    width: 100%;
  }
}/*# sourceMappingURL=2024chagall.css.map */