@charset "UTF-8";
/* ▼▼▼▼他のscssで呼び出す時の記述▼▼▼▼
@include set.pc() {}
@include set.sp(){}
▲▲▲▲他のscssで呼び出す時の記述▲▲▲▲ */
/* ▼▼▼▼他のscssで呼び出す時の記述▼▼▼▼
例）width:vw_pc(00);
例）width:vw_sp(00);
▲▲▲▲他のscssで呼び出す時の記述▲▲▲▲ */
/* ▼▼▼▼他のscssで呼び出す時の記述▼▼▼▼
例）font-size:font_rem(14); //14pxを指定したい時
▲▲▲▲他のscssで呼び出す時の記述▲▲▲▲ */
/* ▼▼▼▼他のscssで呼び出す時の記述▼▼▼▼
@include animation(anime-opening_face 4s ease 0.5s);
@include keyframes(anime-opening_face){
    0%  { transform: translate(-50%,100%); }
    30% { transform: translate(-50%,0); }
    70% { transform: translate(-50%,0); }
    100%{ transform: translate(-50%,100%); }
}
▲▲▲▲他のscssで呼び出す時の記述▲▲▲▲ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&display=swap");
/*================================

font

================================*/
.extend-font-mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.p-profile__text {
  margin-bottom: 1em;
}
.p-profile__table {
  display: flex;
  flex-wrap: wrap;
  gap: 0 60px;
  margin-bottom: 1em;
}
.p-profile__table > dl {
  width: 100%;
  display: table;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .p-profile__table > dl {
    width: 100%;
  }
}
.p-profile__table > dl + dl dt,
.p-profile__table > dl + dl dd {
  border-top: none;
}
.p-profile__table > dl > dt,
.p-profile__table > dl > dd {
  display: table-cell;
  border-collapse: collapse;
  border: 1px solid #333333;
  padding: 1em;
}
.p-profile__table > dl > dt {
  width: 14em;
}
@media (max-width: 767px) {
  .p-profile__table > dl > dt {
    width: 5em;
    text-align: center;
  }
}
.p-profile__table > dl > dd {
  gap: 0 1em;
}

.p-images__list {
  display: flex;
  flex-direction: column;
  gap: var(--margin_m);
}
.p-images .m-btn {
  margin: 0 auto;
  margin-top: var(--margin_xl);
}

[data-page_form=confirm] .p-main,
[data-page_form=confirm] .m-form__confirm_hide,
[data-page_form=confirm] .p-profile {
  display: none;
}/*# sourceMappingURL=p-event_detail.css.map */