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

body {
  font-family: "century-gothic", "noto-sans", "游ゴシック", "Yu Gothic", "century-gothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Roboto, futura-pt, "Helvetica Neue",
    Helvetica, Arial, Verdana, sans-serif;

  line-height: 1.5;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  letter-spacing: 0.06em;
}


img {
  width: 100%;
}


.p-other_event {
  max-width: 1000px;
  margin: 0 auto;
  padding: 250px 20px;
}

@media only screen and (max-width: 640px) {
  .p-other_event {
    padding: 150px 0;
  }
}

.p-other_event__titlewarp {
  text-align: center;
}

.p-other_event__title {
  font-size: 24px;
  font-weight: bold;
  color: #232323;
  line-height: 1.5em;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 640px) {
  .p-other_event__title {
    font-size: 24px;
  }
}



.p-other_event__titleSub {
  font-size: 16px;
  font-weight: bold;
  color: #232323;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  position: relative;
  display: inline-block;
  padding: 0 30px;
}

.p-other_event__titleSub:before,
.p-other_event__titleSub:after {
  content: "";
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #ef7c1c;
}

.p-other_event__titleSub:before {
  left: 0;
}

.p-other_event__titleSub:after {
  right: 0;
}

.p-other_event__list {
  margin: 100px auto 50px;
}

@media only screen and (max-width: 640px) {
  .p-other_event__list {
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.p-other_event__list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  line-height: 1;
  background-color: #fff;
  justify-content: space-around;
}

@media only screen and (max-width: 640px) {
  .p-other_event__list li {
    width: 100%;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0;
    margin: 0 0 20px 0;
  }
}

/* @media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-other_event__list li {
    padding: 10px;
  }
} */

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

@media only screen and (max-width: 640px) {
  .p-other_event__icon span {
    font-size: 8px;
  }
}

.p-other_event__name {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 0.5em;
  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;
}

.p-other_event__name span::after {
  content: " / ";
}

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

@media only screen and (max-width: 640px) {
  .p-other_event__name {
    margin: 0.5em 0 1em;
    font-size: 10px;
    line-height: 1.25;
    height: 3.5rem;
  }
}


@media only screen and (max-width: 640px) {
  .p-other_event__name span{
    display: block;
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
.p-other_event__name span::after {
  content: "";
}
}



.p-other_event__link {
  margin: 2.5em 0 0 0;
}

.p-other_event__link a {
  display: inline-block;
  color: #fff;
  border: 1px solid #969693;
  border-radius: 50px;
  background: #232323;
  padding: 1em 4em;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease-in-out;
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  .p-other_event__link a {
    font-size: 14px;
    padding: 1em 0.5em;
    display: block;
    margin: 1.5em auto;
  }
}

.p-other_event__link a:hover {
  color: #232323;
  border: 1px solid #969693;
  border-radius: 50px;
  background: #f6f6f6;
}


.p-text {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 1em;
  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;
  line-height: 1.5;
  margin: 50px auto;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .p-text {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-text-emphasis {
  border: 1px dotted #232322;
  padding: 20px;
  margin: 50px auto;
}

@media only screen and (max-width: 640px) {
  .p-text-emphasis {
    font-size: 16px;
  }
}

.p-text span {
  font-weight: bold;
}




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

/* ---------------------------------------------------------------
修正
--------------------------------------------------------------- */

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: 50px 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__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__concept {
  max-width: 820px;
  margin: 0 auto;
  font-weight: 500;
  padding: 0 0 70px;
  line-height: 1.75;
  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__concept span {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  line-height: 2;
  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;
  /* border-bottom: 1px solid #ddd; */
}

.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;
}

.Attention {
  margin: 10px 0 0;
}

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

.p-other_event {
  max-width: 1000%;
  background-color: #f6f6f6;
  padding: 100px 20px;
}

.p-other_event__inner {
  max-width: 820px;
  margin: 0 auto;
}

.p-other_event__list {
  margin: 50px auto;
}

.p-other_event__img {
  width: 250px;
}

.p-other_event__info {
  width: 500px;
  padding: 20px;
}

@media only screen and (max-width: 640px) {
  .p-other_event__info {
    padding: 20px 20px 0;
    background-color: #fff;
    height: 350px;
    border-top: 0.5px solid #ddd;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-other_event__info {
    width: 390px;
    padding: 0 20px;
  }
}

.p-other_event__comment {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 1em;
  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;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .p-other_event__comment {
    display: none;
  }
}

.p-other_event__contents {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 0.5em;
  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;
}

@media only screen and (max-width: 640px) {
  .p-other_event__contents {
    margin: 0.5em 0;
    font-size: 14px;
    line-height: 1.25;
    height: 1.5rem;
  }
}

.p-other_event__day {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 1em;
  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;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .p-other_event__day {
    font-size: 10px;
  }
}

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

.p-other_event__venue {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 1em;
  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;
}

@media only screen and (max-width: 640px) {
  .p-other_event__venue {
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-other_event__venue span {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0.75em 0 0;
  padding: 0.4em 0.75em;
  border: 1px solid #232323;
  border-radius: 2px;
  display: inline-block;
  margin: 1em 1em 1em 0;
  text-align: center;
  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;
}

@media only screen and (max-width: 640px) {
  .p-other_event__venue span {
    font-size: 12px;
    margin: 1.5em 0 0.5em;
    padding: 0 50em 0 0 0;
    display: block;
  }
}

.p-other_event__content {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 1em;
  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;
}

@media only screen and (max-width: 640px) {
  .p-other_event__content {
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-other_event__content span {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0.75em 0 0;
  padding: 0.4em 0.75em;
  border: 1px solid #232323;
  border-radius: 2px;
  display: inline-block;
  margin: 1em 1em 1em 0;
  text-align: center;
  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;
}

@media only screen and (max-width: 640px) {
  .p-other_event__content span {
    font-size: 12px;
    margin: 1.5em 0 0.5em;
    display: block;
  }
}


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


@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-other_event {
    padding: 50px;
  }

}
































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

  .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-other_event__img {
    width: 100%;
  }

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

  @media only screen and (min-width: 640px) and (max-width: 1024px) {
    .p-other_event__img {
    }
  }


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

/* loading要素 */

.loading {
  width: 100vw;
  height: 100vh;
  transition: all 0.75s;
  background-color: #f6f6f6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 0.75s;
  background-color: #f6f6f6;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

.loading-animation {
  width: 300px;
  margin: 0 auto;
}







.p-event-028__allflex {
  display: flex;
  width: 60%;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-evenly;
}

.p-event-028__allflex li {
  display: flex;
  width: 50%;
  display: inline-block;
}

.p-event-028__img {
  width: 50%;
  margin: 0 auto;
  padding: 20px;
  background-color: #fafafa;
  border-radius: 2px;
}

@media only screen and (max-width: 640px) {
  .p-event-028__img {
    width: 100%;
    padding: 10px;
  }
}


.p-event-gyoza__allWarp {
  background-color: #f6f6f6;
  margin: 0 auto;
}

.p-event-gyoza__inner {
  margin: 0 auto;
  max-width: 820px;
  padding: 100px 20px;
}

.p-event-gyoza__titlewarp {
  text-align: center;
}

.p-event-gyoza__title {
  font-size: 24px;
  font-weight: bold;
  color: #232323;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.025em;
}

.p-event-gyoza__titleSub {
  font-size: 16px;
  font-weight: bold;
  color: #232323;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  position: relative;
  display: inline-block;
  padding: 0 30px;
}

.p-event-gyoza__titleSub:before,
.p-event-gyoza__titleSub:after {
  content: "";
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #e02e3b;
}

.p-event-gyoza__titleSub:before {
  left: 0;
}

.p-event-gyoza__titleSub:after {
  right: 0;
}

.p-event-gyoza__list {
  margin: 50px auto;
}

.p-event-gyoza__img {
  width: 200px;
}

.p-event-gyoza__info {
  width: 620px;
  padding: 5px 0 5px 50px;
}

.p-event-gyoza__day {
  font-size: 14px;
}

.p-event-gyoza__icon {
  margin: 0 0 1em 0;
}

.p-event-gyoza__venue {
  font-size: 14px;
}

.p-event-gyoza__venue span {
  margin: 0 1em 0 0;
}

.p-event-gyoza__link {
  margin: 1em 0 0 0;
}

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

.p-event-gyoza__all {
  width: 60%;
  margin: 0 auto;
  padding: 20px;
  background-color: #fafafa;
  border-radius: 2px;
}

@media only screen and (max-width: 640px) {
  .p-event-gyoza__all {
    width: 100%;
  }
}