span.br {
  display: inline-block;
}

.p-corpsLists .p-modal_container {
  padding-top: 50px;
}

p.exp-text {
  margin: auto;
  text-align: center;
  width: fit-content;
  margin-bottom: 13px;
}

/* .p-modal_hp {
 display: none;
} */

iframe {
  margin-bottom: 30px;
  max-width: 100%;
}

dialog .c-card_item.none::after {
  display: none;
}

.sectionWeap {
  display: block;
  width: 100%;
  padding: 12px 30px 9px 30px;
  background: #ec8401;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
}

.sectionWeap h1 {
  margin: 0 0 3px 0;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #b3b3b3;
  font-size: 20.5px;
  line-height: 1;
}

.sectionWeap p {
  width: 100%;
  padding: 1px 0 0 13px;
  box-sizing: border-box;
  font-size: 15.15px;
  line-height: 1.2;
}

@media screen and (min-width: 300px) {
  .sp-br {
    display: block;
  }

  .p-flyer {
    display: block !important;
    /* padding: 12px; */
    background: #ffece6;
    box-sizing: border-box !important;
  }

  .p-footerNavi {
    background: #803339;
  }

  .p-footerNavi_btn a {
    height: 66px;
    font-size: 13px;
  }

  .l-one {
    border-right: 1px solid #5d252a;
    box-sizing: border-box;
  }

  .l-two {
    border-left: 1px solid #b38588;
    border-right: 1px solid #5d252a;
    box-sizing: border-box;
  }

  .l-three {
    border-left: 1px solid #b38588;
    box-sizing: border-box;
  }

  .p-footerNavi_btn {
    width: 25%;
  }

  .p-banner {
    bottom: 66px;
  }

  .mb-15 {
    margin-bottom: 15px;
  }
}

/* ////////////////////////////////////////////////////////////////////////// 300px */

@media screen and (min-width: 1020px) {
  article .p-banner {
    width: 22% !important;
  }

  .sp-br {
    display: none;
  }

  article {
    max-width: 33%;
    margin: 0 22% 0 auto;
    border: 4px solid #752a30;
  }

  .p-hero {
    background: none;
    background-position: 0 78px;
  }

  .p-firstChoice {
    width: 22% !important;
  }

  .p-flyer {
    position: relative;
    width: 45% !important;
    background: #ffece6 !important;
    box-sizing: border-box !important;
    /* padding: 15px !important; */
  }

  .p-flyer img {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100% !important;
    height: auto !important;
    max-width: 630px;
    border: 2px solid #555; */
    box-sizing: border-box;
  }

  .box-menu {
    padding: 12px 8% 18px 8%;
    background: #c39296;
    border-radius: 15px;
    box-sizing: border-box;
  }

  .p-firstChoice_p {
    text-shadow: none !important;
  }

  article .p-firstChoice_btn a {
    display: inline-block;
    width: 100%;
    margin: 8px 0 0;
    padding: 15px 0;
    border: 1px solid #752a30;
    background: #fff !important;
    color: #752a30;
    font-size: 16px;
    text-align: center;
    height: 60px !important;
  }

  article .p-firstChoice_btn a:hover {
    background: #eb8f41 !important;
    color: #fff;
  }

  .c_h2 {
    margin: 10px 0;
    padding: 5px 0;
    border-radius: 10px;
    background: #2ec981;
    color: #fff;
  }
}

@media screen and (min-width: 1450px) {
  .box-menu {
    padding: 12px 6% 18px 6%;
  }
}

@media screen and (min-width: 1020px) {
  .p-flyer .back {
    transform: rotateY(180deg);
  }

  .p-flyer div {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    transition: transform 0.5s;
    left: 0;
    /* cursor: pointer; */
  }

  .p-flyer.flipped .front {
    transform: rotateY(180deg);
  }

  .p-flyer.flipped .back {
    transform: rotateY(0deg);
  }

  .p-flyer::after {
    position: absolute;
    /* content: "クリックでチラシの裏面を表示"; */
    top: 50%;
    left: 0;
    width: 450px;
    height: 50px;
    background: #00000082;
    transform: translateX(-50%);
    left: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid red;
  }

  .p-flyer.flipped::after,
  .p-flyer:hover::after {
    content: none;
  }
}

/* ////////////////////////////////////////////////////////////////////////// */

.sectionWrap {
  width: 90%;
  min-width: 300px;
  max-width: 550px;
  margin: auto;
  border: 5px solid;
  padding-bottom: 50px;
}

.c-card_box.gacha {
  position: relative;
}

.c-card_box.gacha::before {
  content: "";
  background-image: url("../image/23053997.png");
  position: absolute;
  bottom: 0;
  right: 0;
  width: 85px;
  height: 70px;
  z-index: 9;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.jumpMapbtn a {
  background: red;
  border-radius: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  color: white;
  font-weight: bold;
  font-size: 15px;
}
.jumpMapbtn {
  width: 80px;
  position: fixed;
  bottom: 220px;
  right: 5px;
}
.p-onodaMap {
  margin-bottom: 45px;
}

dialog .c-card_item:has(.event)::after {
  content: none;
}
/* dialog .c-card_item:has(.play)::after {
	content: none;
} */

.print_btn_p {
  width: 90%;
  margin: auto;
  text-align: center;
  background: orangered;
  color: white;
  padding: 20px 5px;
  border-radius: 50px;
}

.print_btn_p:hover {
  color: orangered;
  background-color: white;
  transition: 0.3s;
  border: 1px solid black;
}

.sp_print_text {
  position: absolute;
  bottom: 66px;
  width: 100%;
  background: #424242;
  color: #ffffff;
  text-align: center;
  padding: 9px;
  line-height: 1.2;
  font-size: 12px;
}
@media screen and (min-width: 1020px) {
  .sp_print_text {
    display: none;
  }
}
.p-banner {
  bottom: 127px;
}

.p-banner_close {
  position: absolute;
  top: -60px;
  right: 0;
  background: #555;
  height: 60px;
  color: white;
  border-top-left-radius: 15px;
}

@media screen and (max-width: 1020px) {
  .c-card_where {
    font-size: 12px;
  }
}

@media screen and (min-width: 1020px) {
  article .p-firstChoice_btn a {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border: 1px solid #752a30;
    background: #fff !important;
    color: #752a30;
    font-size: 16px;
    text-align: center;
    height: 50px !important;
  }
}
.exp_open_area .c-card_item {
  padding-bottom: 20px;
  position: relative;
}
.exp_open_area .c-card_item::after {
  content: "詳細をみる";
  position: absolute;
  bottom: 14px;
  font-size: 18px;
  display: flex;
  white-space: nowrap;
  width: auto;
  left: 50%;
  justify-content: center;
  padding: 3px 20px;
  border-radius: 10px;
  color: white;
  transform: translateX(-50%);
  background: #e70d45;
}
.p-modal_hp {
  overflow-wrap: break-word;
  line-height: 1;
}
.c-card_details th {
  white-space: nowrap;
  vertical-align: top;
  border-right: groove;
}

dialog .p-modal_itemlists.exp_info::before {
  content: "企業PR";
}

.p-modal_where span {
  writing-mode: initial;
  line-height: 1;
  display: flex;
  width: 47px;
  height: auto;
  aspect-ratio: 1;
  background: white;
  color: rgb(23, 23, 121);
  align-items: center;
  justify-content: center;
  border-radius: 5405%;
  margin-top: 6px;
  border: 2px solid;
  font-size: 1.8rem;
}

.c-btn {
  padding: 5px;
  justify-content: space-between;
}
.c-cat_btn a {
  justify-content: space-between;
  padding: 5px;
}
i {
  margin: 0;
}
@media screen and (min-width: 1450px) {
  .box-menu {
    margin-bottom: 15px;
  }
}
