@charset "utf-8";
/*--------------------------
  event
--------------------------*/
.event {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}
nav.eh {
  position: fixed;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  top: 0;
  background: #FAC24D;
}
nav.eh ul {
  position: relative;
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
nav.eh ul li {
  width: 12.5%;
  border-bottom: none;
}
nav.eh ul li a {
  display: block;
  color: #222;
  text-decoration: none;
  background: none;
  font-size: 1rem;
  padding: .5rem;
}
nav.eh ul li a:hover {
  background: #3db8ae;
  color: #fff;
}
.event .head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 900px;
  margin: 0 auto 350px auto;
  left: 0;
  background: url("../img/event/main.jpg") no-repeat #333;
  background-size: cover;
  background-position: 50% 0;
}
.event .head .cf {
  position: relative;
  width: 100%;
  height: 700px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.event .head .cf .txt {
  position: absolute;
  top: 5%;
  width: 17%;
}
.event .head .cf img {
  width: 100%;
  height: auto;
}
.event .head .pnf {
  position: relative;
  width: 100%;
  height: 700px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.event .head .cf .txt {
  position: absolute;
  top: 5%;
  width: 17%;
}
.event .head .cf img {
  width: 100%;
  height: auto;
}
.event .head .obi {
  position: absolute;
  width: 120%;
  transform: rotate(-3deg);
  background: #3db8ae;
  margin: 750px auto 0 -10%;
  padding: 0 0 0 10%;
}
.event .head .obi h1 {
  position: relative;
  width: 960px;
  height: auto;
  margin: 0 auto;
  padding: 1% 0;
}
.event .head .obi h1 .mn {
  width: 85%;
  height: auto;
}
.event .head .obi h1 .tt {
  position: absolute;
  width: 50%;
  top: -25%;
  left: 20%;
}
.event .head .obi h1 .pl {
  position: absolute;
  width: 15%;
  top: -5%;
  right: -2%;
}
.event .head .obi h1 .pr {
  position: absolute;
  width: 15%;
  bottom: -5%;
  left: -2%;
}
.event .head .obi h1 .icon {
  position: absolute;
  bottom: -35%;
  right: 0;
  width: 20%;
}
.event .head .obi h1 .bjs {
  position: absolute;
  bottom: -27%;
  right: 21%;
  width: 30%;
  transform: rotate(3deg);
}
.event .head .obi h1 img {
  width: 100%;
  height: auto;
}
.event .head h2 {
  position: relative;
  width: 1000px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 390px 0 0 0;
}
.event .head h2 img {
  width: 100%;
  height: auto;
}
.event .main {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 5% 0 0 0;
  box-shadow: 0 0 0 0;
  text-align: center;
}
.event .main .sub__t {
  position: relative;
  width: aito;
  display: inline-block;
  margin: 0 auto 3rem auto;
  padding: 1rem 4rem;
  color: #fff;
  transform: skew(-15deg);
  background-image: linear-gradient(to right, #27acd9 0%, #b4e12b 100%);
  font-size: 2rem;
}
.event__ev {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 7rem auto;
  padding: 0;
}
.event__ev .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1760px;
  width: 100%;
  margin: 0 auto;
}
.event__ev .item .pt {
  position: relative;
  width: 25%;
  height: auto;
}
.event__ev .item .pt img {
  width: 100%;
  height: auto;
}
.event__ev .item .pt dl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: 2.5% 2.5% 2.5% 2.5%;
  bottom: 0;
  font-weight: 600;
  font-size: 1rem;
}
.event__ev .item .pt dl dt {
  background: #3a3a3a;
  border-radius: 1em;
  color: #fff;
  margin: 0 1rem 0 0;
  padding: .5rem 1rem;
}
.event__ev .item .pt dl dd {
  background: rgba(255, 255, 255, .8);
  padding: .5rem .5rem;
  border-radius: 1em;
}
.event__sc {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 7rem auto;
  padding: 0;
}
.event__pr {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 7rem auto;
  padding: 0;
}
.event__soon {
  position: relative;
  width: 85%;
  height: auto;
  margin: 0 auto;
  padding: 2rem;
  background: rgba(232, 232, 232, 1.00);
  border-radius: 1rem;
  text-align: center;
}
.event__prgram {
  position: relative;
  width: 85%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border-radius: 1rem;
  text-align: center;
}
.event__prgram img{
    max-width: 100%;
    height: auto;
}
.event__prgram a{
    position: relative;
    display: inline-block;
    border-radius: .5em;
    color: #fff;
    background:rgba(165,0,2,1.00);
    margin: 0 auto 1rem auto;
    padding: .5rem 1.5rem;;
    text-align: center;
    text-decoration: none;
}
.event__ks {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 7rem auto;
  padding: 0;
}
.event__ks ul {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.event__ks ul li {
	width: auto;
  border: 1px solid #ddd;
  padding: .5rem 1rem;
	margin: 0 15px 15px 15px;
}
.event__ks ul li img {
	width: auto;
	height: 42px;
}
.event__ks ul li.sq {
	width: auto;
  border: 1px solid #ddd;
  padding: .5rem 1rem;
	margin: 0 15px 15px 15px;
}
.event__ks ul li.sq img {
	width: auto;
	height: 84px;
}
.event__gr {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 7rem auto;
  padding: 0;
}
.event__gr .in {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
  line-height: 1.8;
	max-width:90%;
	margin: 0 auto;
}
.event__gr .in .pt {
  position: relative;
  width: 220px;
  line-height: 1.8;
	margin: 0 20px 0 0;
  padding: 0 0 5% 0;
  font-weight: 600;
}
.event__gr .pt p {
  margin: 0 2% 0 0;
}
.event__gr .pt img {
  max-width: 100%;
  height: auto;
}
.event__gr .pt p small {
  font-size: 0.8rem;
}
.event__gr .msg {
  position: relative;
  width: calc(100% - 240px);
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.event__gr .msg p {
  position: relative;
  width: 100%;
  margin: 0 0 2% 0;
}
footer.evt {
  position: relative;
  width: 100%;
  height: auto;
  margin: 8rem auto 0 auto;
  padding: 1.5rem 0 0 0;
  background: #FAC24D;
}
footer.evt article {
  position: relative;
  max-width:1100px;
  margin: 0 auto;
  padding: 0;
}
footer.evt article section {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 1.5rem auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer.evt article section .f__s {
  position: relative;
  width: 37%;
}
footer.evt article section .f__s h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin: 0 auto 1rem auto;
  font-size: 1.2rem;
}
footer.evt article section .f__s h4 img {
  width: 30%;
  margin-right: 1rem;
}
footer.evt article section .f__s p {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer.evt article section .f__s p a {
  color: #222;
  text-decoration: underline;
}
footer.evt article section .f__s p svg {
  margin-right: .5rem;
}
footer.evt article section .f__k {
  position: relative;
  width: 37%;
}
footer.evt article section .f__k dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .5rem;
}
footer.evt article section .f__k dl dt {
  width: 25%;
}
footer.evt article section .f__k dl dd {
  width: 75%;
  text-align: left;
}
footer.evt article section .qr__e {
  width: 25%;
}
footer.evt article section .qr__e ol {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.evt article section .qr__e ol li {
  width:32%;
  text-align: center;
	margin: 0 2% 0 0;
	font-size: .7rem;
}
footer.evt article section .qr__e ol li:last-of-type {
	margin: 0 0 0 0;
}
footer.evt article section .qr__e img {
  width: 90%;
  height: auto;
  margin: .2rem 0;
}
footer.evt article section .qr__e img.ii {
  width: 70%;
  height: auto;
  margin: .2rem 0;
}
@media screen and (max-width: 768px) {
  nav.eh {
    position: fixed;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
	  top: auto;
    bottom: 0;
    background: #FAC24D;
	  z-index: 1000;
  }
  nav.eh ul {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: none;
    text-align: center;
  }
  nav.eh ul li {
    width: 16.66%;
    border-bottom: none;
  }
  nav.eh ul li a {
    display: block;
    color: #222;
    text-decoration: none;
    background: none;
    font-size: 1.2rem;
    padding: .5rem;
  }
  nav.eh ul li a:hover {
    background: #3db8ae;
    color: #fff;
  }
  .event .head {
    background: none;
    height: auto;
    margin: 0 auto 1rem auto;
  }
  .event .head h1.sp {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .event .head h1.sp img {
    width: 100%;
    height: auto;
  }
  .event .main .sub__t {
    position: relative;
    width: aito;
    display: inline-block;
    margin: 0 auto 1.5rem auto;
    padding: .5rem 1.5rem;
    color: #fff;
    transform: skew(-15deg);
    background-image: linear-gradient(to right, #27acd9 0%, #b4e12b 100%);
    font-size: 1.3rem;
  }
  .event__ev {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 2.5rem auto;
    padding: 0;
  }
  .event__ev .item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
  }
  .event__ev .item .pt {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 4% 0;
  }
  .event__ev .item .pt img {
    width: 100%;
    height: auto;
  }
  .event__ev .item .pt dl {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin: 2.5% 2.5% 2.5% 2.5%;
    bottom: 0;
    font-weight: 600;
    font-size: 1rem;
  }
  .event__ev .item .pt dl dt {
    background: #3a3a3a;
    border-radius: 1em;
    color: #fff;
    margin: 0 1rem 0 0;
    padding: .5rem 1.5rem;
  }
  .event__ev .item .pt dl dd {
    background: rgba(255, 255, 255, .8);
    padding: .5rem 1.5rem;
    border-radius: 1em;
  }
  .event__sc {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 7rem auto;
    padding: 0;
  }
  .event__pr {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 7rem auto;
    padding: 0;
  }
  .event__soon {
    position: relative;
    width: 85%;
    height: auto;
    margin: 0 auto;
    padding: 2rem;
    background: rgba(232, 232, 232, 1.00);
    border-radius: 1rem;
    text-align: center;
  }
  .event__ks {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 5rem auto;
    padding: 0;
  }
  .event__ks ul {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .event__ks ul li {
	  width: auto;
    border: 1px solid #ddd;
    padding: .5rem 1rem;
	  margin: 0 0 2% 0; 
	  line-height: 0.1;
  }
  .event__ks ul li img {
    width: auto;
	  width: 100%;
	  height: auto;
  }
.event__gr {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 7rem auto;
  padding: 0;
}
.event__gr .in {
  position: relative;
  display: block;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
  line-height: 1.8;
	max-width:85%;
	margin: 0 auto;
}
.event__gr .in .pt {
  position: relative;
  width: 100%;
  line-height: 1.8;
	margin: 0 auto 0 auto;
  padding: 0 0 5% 0;
  font-weight: 600;
}
.event__gr .pt p {
  margin: 0 0 0 0;
}
.event__gr .pt img {
  max-width: 100%;
  height: auto;
	margin: 0 0%;
}
.event__gr .pt p small {
  font-size: 0.8rem;
}
.event__gr .msg {
  position: relative;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.event__gr .msg p {
  position: relative;
  width: 100%;
  margin: 0 0 2% 0;
}
  footer.evt {
    position: relative;
    width: 100%;
    height: auto;
    margin: 8rem auto 0 auto;
    padding: 1.5rem 0 0 0;
    background: #FAC24D;
  }
  footer.evt article {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  footer.evt article section {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto 1.5rem auto;
    display: block;
    justify-content: flex-start;
    align-items: center;
  }
  footer.evt article section .f__s {
    position: relative;
    width: 100%;
  }
  footer.evt article section .f__s h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    margin: 0 auto 1rem auto;
    font-size: 1.2rem;
  }
  footer.evt article section .f__s h4 img {
    width: 35%;
    margin-right: 1rem;
  }
  footer.evt article section .f__s p {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer.evt article section .f__s p a {
    color: #222;
    text-decoration: underline;
  }
  footer.evt article section .f__s p svg {
    margin-right: .5rem;
  }
  footer.evt article section .f__k {
    position: relative;
    width: 100%;
    padding: 2rem 0;
  }
  footer.evt article section .f__k dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: .5rem;
  }
  footer.evt article section .f__k dl dt {
    width: 25%;
  }
  footer.evt article section .f__k dl dd {
    width: 75%;
    text-align: left;
  }
  footer.evt article section .qr__e {
    width: 60%;
    margin: 0 20%;
  }
  footer.evt article section .qr__e ol {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer.evt article section .qr__e ol li {
    width: 50%;
    text-align: center;
    line-height: 1;
  }
  footer.evt article section .qr__e img {
    width: 50%;
    height: auto;
    margin: 0rem 0;
    margin-right: 0
  }
}

.event__qae{
  position: relative;
  width: 95%;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  font-size: 1rem;
}
.event__qae .in{
  position: relative;
  max-width: 1000px;;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}
.event__qae .qa {
    max-width:100%;
    margin-bottom: 15px;
    border: 1px solid #0567bd;
    border-radius: 5px;
    background: #fff;
}

.event__qae .qa summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.event__qae .qa summary::before,
.event__qae .qa p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.event__qae .qa summary::before {
    color: #75bbff;
    content: "Q";
}

.event__qae .qa summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.event__qae .qa[open] summary::after {
    transform: rotate(225deg);
}
.event__qae .qa p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
    text-align: left;
}

.event__qae .qa[open] p {
    transform: none;
    opacity: 1;
}

.event__qae p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}