@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Archivo+Narrow:wght@400;500;600;700&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

supercup2024.scss

------------------------------------*/
/* ==========================================================================
   eventArea
========================================================================== */
.eventArea {
  letter-spacing: 0.02em;
}
.eventArea .navArea {
  padding: 60px 5% 40px;
}
.eventArea .navArea nav {
  margin: 20px auto 0;
  min-width: 100%;
}
.eventArea .navArea nav li {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-top: 2.5%;
}
.eventArea .navArea nav li a {
  padding: 4px 20px 6px 10px;
  min-height: 44px;
}
.eventArea .navArea nav li .num {
  width: 25px;
  line-height: 25px;
  font-size: 4.2vw;
}
.eventArea .navArea nav li .txt {
  font-size: 4vw;
  line-height: 1.1;
}
.eventArea .contArea .sec__event .wrap {
  padding: 25px 20px;
  margin-top: 15px;
  border-radius: 25px;
}
.eventArea .contArea .sec__event .block {
  padding: 15px;
  margin-top: 20px;
}
.eventArea .contArea .sec__event .block:first-child {
  margin-top: 0;
}
.eventArea .contArea .sec__event h4 {
  font-size: 5.5vw;
}
.eventArea .contArea .sec__event h4 .num {
  width: 40px;
  line-height: 40px;
  font-size: 6vw;
  margin: 0 auto 10px;
}
.eventArea .contArea .sec__event h5 {
  font-size: 3.9vw;
  border-radius: 30px;
  padding: 8px 10px 10px;
  margin-top: 15px;
}
.eventArea .contArea .sec__event h5:first-child {
  margin-top: 0;
}
.eventArea .contArea .sec__event p:not(.btn_p) {
  font-size: 3.5vw;
  margin-top: 10px;
}
.eventArea .contArea .sec__event p.sub {
  font-size: 3.7vw;
  margin: 10px auto 0;
  line-height: 1.65;
}
.eventArea .contArea .sec__event p.small {
  font-size: 3vw;
}
.eventArea .contArea .sec__event .img_block {
  margin-top: 15px;
}
.eventArea .contArea .sec__event .img_block:first-child {
  margin-top: 0;
}
.eventArea .contArea .sec__event table {
  margin-top: 10px;
}
.eventArea .contArea .sec__event table.commonTable_col4 th {
  width: 20%;
}
.eventArea .contArea .sec__event table.commonTable_col4 td {
  width: 30%;
}
.eventArea .contArea .sec__event p.table_title,
.eventArea .contArea .sec__event p.img_title {
  margin-top: 15px;
}
.eventArea .contArea .sec__event p.table_title + table {
  margin-top: 5px;
}
.eventArea .contArea .sec__event .btn + table {
  margin-top: 15px;
}
.eventArea .contArea .sec__event .btn {
  margin: 15px auto 0;
}
.eventArea .contArea .sec__event__kansen img {
  max-height: 300px;
}
.eventArea .mapArea {
  padding: 60px 5% 40px;
}
.eventArea .mapArea .wrap {
  padding: 25px 20px;
  margin-top: 15px;
}
.eventArea .mapArea .timeline {
  margin-top: 25px;
}
.eventArea .mapArea .timeline table {
  min-width: 840px;
}
.eventArea .mapArea .timeline table th, .eventArea .mapArea .timeline table td {
  padding: 0.5em 0.5em;
  line-height: 1.3;
}
.eventArea .mapArea .timeline table td {
  width: 40px;
}
.eventArea .mapArea .timeline table thead td {
  font-size: 15px;
  font-size: 1.5rem;
}
.eventArea .mapArea .timeline table tbody th {
  width: 100px;
  font-size: 12px;
  font-size: 1.2rem;
}
.eventArea .mapArea .timeline table tbody th.place {
  font-size: 11px;
  font-size: 1.1rem;
}
.eventArea .mapArea .timeline table tbody td {
  font-size: 12px;
  font-size: 1.2rem;
}
.eventArea .mapArea .timeline table tbody .num {
  width: 20px;
  line-height: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.eventArea .mapArea .timeline + p {
  margin-top: 10px;
}
.eventArea .gourmet_bnr {
  margin: 30px auto 0;
}

.btn__L p span.jpn__L {
  display: inline;
  font-size: 4.6vw;
}
