@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

img {
  width: 100%;
}

/* --------------------------------------------------------------- */

footer {
  background-color: #232323;
  padding: 1em 0;
  color: #f6f6f6;
  text-align: center;
  font-size: 10px;
}

/* --------------------------------------------------------------- */

.event {
  width: 100%;
  max-width: 820px;
  height: auto;
  margin: 0 auto;
  padding: 100px 0 0;
  text-align: center;
  line-height: 1.8;
}

.event__icon {
  padding: 0 0 25px;
}

.event__icon span {
  font-size: 14px;
  font-weight: 600;
  padding: 0.5em 1em;
  margin: 0 0.5em;
  /* border: 1px solid #232323; */
  background-color: #232323;
  color: #f6f6f6;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.05em;
}

.event__titlewarp {
  font-size: 24px;
  font-weight: 600;
  margin: 0 auto;
  padding: 0 0 25px;
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
}

.event__title {
  line-height: 1.5;
}

.event__img {
  max-width: 492px;
  margin: 0 auto;
}

.event__infowarp {
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
  /* background-color: #f6f6f6; */
}

.event__info {
  max-width: 820px;
  margin: 0 auto;
  font-weight: 500;
  padding: 25px 0 70px;
  line-height: 1.5;
  font-family: "游ゴシック", "Yu Gothic", 
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;
}

.event__text {
  padding: 25px 0 50px;
  /* border-bottom: 1px solid #ddd; */
}

.event__text span {
  font-size: 0.8rem;
}

.event__text-sub {
  display: flex;
  padding: 15px;
  background-color: #f6f6f6;
}

@media only screen and (max-width: 640px) {
  .event__text-sub {
    display: block;
  }
}

.event__text-subImg {
  width: 30%;
}

@media only screen and (max-width: 640px) {
  .event__text-subImg {
    width: 100%;
  }
}

.event__text-subTxt {
  width: 70%;
  padding: 1.5rem;
}
@media only screen and (max-width: 640px) {
  .event__text-subTxt {
    width: 100%;
    display: block;
    padding: 1.5rem 0;
  }
}

.event__detail {
  display: flex;
  flex-wrap: wrap;
  /* display: table; */
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
}

.event__detail dt:first-child {
  border-top: 1px #232323 solid;
}

.event__detail dt {
  /* display: table-cell; */
  width: 200px;
  padding: 30px 20px;
  border-top: 1px #232323 solid;
  vertical-align: top;
}

.event__detail dd {
  /* width: calc(100% - 238px);
  padding: 25px 0;
  border-bottom: 1px solid #ddd; */
  /* display: table-cell; */
  width: 620px;
  padding: 30px 20px;
  border-top: 1px #e0e0e0 solid;
  vertical-align: middle;
  font-size: 15px;
}

.event__detail dd a {
  color: #6b95c4;
  transition: 0.3s;
  /* padding: 0  0.5em; */
}

.event__detail dd a:hover {
  opacity: 0.7;
}

.Attention {
  margin: 10px 0 0;
}

.Attention li {
  list-style: disc;
  line-height: 150%;
  margin: 0 0 15px 1em;
  font-size: 12px;
}

.Attention li a {
  color: #6b95c4;
  transition: 0.3s;
}

.Attention li a:hover {
  opacity: 0.6;
}

.p-event {
  border-top: 1px solid #f6f6f6;
  background-color: #f6f6f6;
}
.p-event__inner {
  background-color: #f6f6f6;
}

.p-list_brand {
  border-top: 1px solid #f6f6f6;
  background-color: #fff;
}

.p-access {
  background-color: #f6f6f6;
}

.p-access {
  background-color: #f6f6f6;
}

.p-event__link {
  margin: 1em 0 0 0;
}

.p-map {
  padding: 100px 20px;
  max-width: 820px;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .event {
    padding: 50px 50px 0;
  }

  .event__info {
    padding: 25px 50px;
  }

  .event__detail {
    padding: 0 20px;
  }

  .event__text {
    padding: 0 20px 45px;
  }

  .event__detail dt {
    width: 100%;
    padding: 15px 0 0;
    border-bottom: 0px;
    border-top: 1px #e0e0e0 solid;
  }

  .event__detail dt:first-child {
    border-top: 1px #e0e0e0 solid;
  }

  .event__detail dd {
    width: 100%;
    padding: 10px 0 15px;
    border-top: 0px;
  }

  .p-event {
    padding: 50px;
  }

  .p-event__info {
    width: 60%;
  }
  .p-map {
    padding: 50px 50px 0;
  }
}

@media only screen and (max-width: 640px) {
  .event {
    padding: 50px 20px 0;
  }

  .event__detail {
    padding: 0;
  }

  .event__text {
    padding: 0 0 45px;
  }

  .event__detail dt {
    width: 100%;
    padding: 15px 0 0;
    border-bottom: 0px;
    border-top: 1px #e0e0e0 solid;
  }

  .event__detail dt:first-child {
    border-top: 1px #e0e0e0 solid;
  }

  .event__detail dd {
    width: 100%;
    padding: 10px 0 15px;
    border-top: 0px;
  }

  .p-event__img {
    width: 100%;
  }

  /* .p-event__info {
    width: 100%;
    padding: 20px 0 0;
  } */

  .p-event__contents {
    font-size: 16px;
  }

  .p-event__day {
    font-weight: 600;
  }
}

.block-page-block--youtube {
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
  padding-top: calc(315 / 560 * 100%);
}
.block-page-block--youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.NewsContainer [class^="icn-"] {
  color: white;
  font-size: 10px;
  line-height: 1em;
  padding: 3px 5px;
  border-radius: 2px;
  margin: 0 0 0 8px;
}

.NewsContainer [class^="icn-"] + [class^="icn-"] {
  margin: 0 0 0 8px;
}

.NewsContainer .icn-men {
  background: #6b95c4;
}

.NewsContainer .icn-women {
  background: #f08cb7;
}
