@charset "UTF-8";
* {
  box-sizing: border-box;
}

/* -----------------------------Title------------------------------- */
.eventHead {
  margin: 50px 0;
  font-size: 20px;
}
.eventHead .spH2Imag {
  display: none;
}
.eventHead h2 {
  margin-bottom: 50px;
}
.eventHead p {
  text-align: center;
  padding-bottom: 20px;
}

.howToH2 {
  text-align: center;
  margin: 50px auto;
  font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
  border-bottom: 3px solid #121212;
  padding-bottom: 20px;
}

.eventInfo {
  max-width: 65%;
  margin: 0 auto 50px auto;
  display: grid;
  grid-template-rows: 40vh 45vh 45vh;
  grid-template-columns: 50% 50%;
  row-gap: 100px;
  /* grid1 */
  /* grid2 */
}
.eventInfo .h3 {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  z-index: 1;
  background-color: coral;
  text-align: center;
  padding: 10px;
  opacity: 0.5;
  width: 40%;
}
.eventInfo .infoItem01,
.eventInfo .infoItem02,
.eventInfo .infoItem03,
.eventInfo .infoItem04,
.eventInfo .infoItem05,
.eventInfo .infoItem06 {
  position: relative;
  font-family: "Kosugi Maru", sans-serif;
}
.eventInfo .infoItem01 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-family: "Kosugi Maru", sans-serif;
}
.eventInfo .infoItem01 .dateText {
  margin: 10%;
  width: 80%;
}
.eventInfo .infoItem01 .dateText .dateWord2,
.eventInfo .infoItem01 .dateText .dateWord3-1,
.eventInfo .infoItem01 .dateText .dateWord4 {
  display: block;
  font-weight: 400;
}
.eventInfo .infoItem01 .dateText .dateWord2 {
  font-size: clamp(1.875rem, 1.723rem + 0.65vw, 2.5rem);
}
.eventInfo .infoItem01 .dateText .dateWord3-1 {
  width: 100%;
  font-size: clamp(2.5rem, 2.045rem + 1.94vw, 4.375rem);
}
.eventInfo .infoItem01 .dateText .dateWord3-1 .dateWord3-2 {
  font-size: clamp(1.563rem, 1.183rem + 1.62vw, 3.125rem);
}
.eventInfo .infoItem01 .dateText .dateWord3-1 .dateWord3-3 {
  color: #fff;
  font-weight: bold;
  font-size: clamp(2.188rem, 1.808rem + 1.62vw, 3.75rem);
  margin-left: 3%;
  position: relative;
  z-index: 2;
}
.eventInfo .infoItem01 .dateText .dateWord3-1 .dateWord3-3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  border-radius: 50%;
  background-color: rgba(244, 98, 7, 0.4);
  z-index: -1;
}
.eventInfo .infoItem01 .dateText .dateWord4 {
  margin-top: 15px;
  font-size: clamp(2.188rem, 1.96rem + 0.97vw, 3.125rem);
  display: block;
}
.eventInfo .recWord {
  border-collapse: separate;
  border-spacing: 8px 10px;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}
.eventInfo .recWord th {
  width: 30%;
  border-radius: 10px;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
  color: rgb(125, 51, 4);
  background-color: rgba(224, 99, 21, 0.2);
}
.eventInfo .recWord td {
  width: 25%;
  border-radius: 10px;
  font-size: 23px;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}
.eventInfo .recWord tbody tr:first-child {
  border-collapse: collapse;
}
.eventInfo .tdOn {
  background-color: rgba(244, 98, 7, 0.4);
  font-weight: bold;
  color: rgb(151, 60, 3);
}
.eventInfo .tdOff {
  background-color: rgba(242, 216, 199, 0.4);
  color: #ffffff;
}
.eventInfo .infoItem03 {
  grid-row: 2/3;
  grid-column: 1/2;
}
.eventInfo .infoItem03 .subjectText {
  margin: 5%;
  width: 80%;
}
.eventInfo .infoItem03 .subjectText P {
  margin: 20px 0;
  line-height: 1.3;
  padding: 10px 0 10px 60px;
  background: url(../imeges/checkicon.png) no-repeat left center/15%;
  font-size: 28px;
}
.eventInfo .infoItem04 {
  grid-row: 2/3;
  grid-column: 2/3;
  background-color: rgba(255, 189, 164, 0.5);
  border-radius: 35px;
  text-align: center;
  position: relative;
}
.eventInfo .infoItem04::before {
  content: "";
  position: absolute;
  top: -90px;
  left: 50%;
  margin-left: -17px;
  border: 30px solid transparent;
  border-bottom: 60px solid rgba(255, 189, 164, 0.5);
  z-index: 1;
}
.eventInfo .infoItem04 .appH3 {
  font-size: 40px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  padding: 5px;
  border-bottom: 5px solid #ffffff;
  width: 80%;
  margin: 15px auto 25px auto;
}
.eventInfo .infoItem04 .appWord {
  font-size: 18px;
  margin: 15px;
}
.eventInfo .infoItem04 .appWord .eventInfoHowTo {
  font-weight: bold;
  font-size: 25px;
}
.eventInfo .infoItem04 .appQr {
  width: 90%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}
.eventInfo .infoItem04 .appQr .appQrImg {
  flex-basis: 40%;
  text-align: right;
}
.eventInfo .infoItem04 .appQr .appQrImg .appQrImgP {
  padding-top: 22px;
  line-height: 1.3;
  font-size: 18px;
  transform: rotate(-15deg);
  font-weight: bold;
  text-align: center;
  position: relative;
}
.eventInfo .infoItem04 .appQr .appQrImg .appQrImgP img {
  width: 55%;
  position: absolute;
  top: 80%;
  right: 0;
  transform: rotate(40deg);
}
.eventInfo .infoItem04 .appQr .appQrIn {
  flex-basis: 50%;
}
.eventInfo .infoItem05 {
  grid-row: 3/4;
  grid-column: 1/2;
}
.eventInfo .infoItem05 .subjectText {
  margin: 5%;
  width: 80%;
}
.eventInfo .infoItem05 .subjectText P {
  margin: 20px 0;
  line-height: 1.3;
  padding: 10px 0 10px 60px;
  background: url(../imeges/mappin.png) no-repeat left center/13%;
  font-size: 28px;
}
.eventInfo .infoItem06 {
  grid-row: 3/4;
  grid-column: 2/3;
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
}
.eventInfo .infoItem06 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

#eventInfoHowTo {
  font-family: "Kosugi Maru", sans-serif;
  margin: 200px auto 20px auto;
  width: 60%;
}
#eventInfoHowTo .howToP {
  text-align: center;
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  line-height: 1.8;
}

.eventInfoHowToList {
  width: 60%;
  margin: 100px auto;
  /* tabの形状 */
  /* エリアの表示非表示と形状 */
  /* ふわっと表示させるアニメーション */
}
.eventInfoHowToList .tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.eventInfoHowToList .tab li {
  flex-basis: 23%;
}
.eventInfoHowToList .tab li a {
  display: block;
  text-align: center;
  padding: 30px 20px 10px 20px;
  transition: all 0.5s ease-in 0ms;
  opacity: 0.5;
}
.eventInfoHowToList .tab li a img {
  transition: all 0.3s ease-in 0ms;
}
.eventInfoHowToList .tab li.active a {
  opacity: 1;
  background-color: rgba(251, 223, 213, 0.306);
  border-radius: 20px 20px 0px 0px;
}
.eventInfoHowToList .tab li.active a img {
  transform: scale(1.1);
}
.eventInfoHowToList .area {
  display: none;
  opacity: 0;
  background-color: rgba(251, 223, 213, 0.306);
  border-radius: 0px 0px 20px 20px;
  padding: 50px 0;
}
.eventInfoHowToList .area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.eventInfoHowToList .area .howWordBr {
  display: none;
}
.eventInfoHowToList .area .howToList {
  display: grid;
  grid-template-rows: 4vw 4vw;
  grid-template-columns: 35% 30% 30%;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
.eventInfoHowToList .area .howToList .howToList1,
.eventInfoHowToList .area .howToList .howToList2,
.eventInfoHowToList .area .howToList .howToList3,
.eventInfoHowToList .area .howToList .howToList4,
.eventInfoHowToList .area .howToList .howToList5 {
  padding: 15px 0;
  border-radius: 10px;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  background-color: rgb(254, 179, 160);
}
.eventInfoHowToList .area .howToList .howToList1 {
  grid-row: 1/2;
  grid-column: 1/2;
}
.eventInfoHowToList .area .howToList .howToList2 {
  grid-row: 1/2;
  grid-column: 2/3;
}
.eventInfoHowToList .area .howToList .howToList5 {
  grid-row: 2/3;
  grid-column: 2/4;
}
.eventInfoHowToList .area .howToP2 {
  margin: 40px 0 20px 0;
  font-size: 20px;
  text-align: center;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.eventInfoHowToList .how01 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px 50px;
  font-size: 30px;
}
.eventInfoHowToList .how01::before {
  content: url(../imeges/how01.png);
  position: absolute;
  top: 30%;
  right: 10%;
  transform: scale(2.5);
  opacity: 0.1;
  z-index: -1;
}
.eventInfoHowToList .how01 li .howToP {
  font-weight: bold;
}
.eventInfoHowToList .how01 li .howToP .word01 {
  background-color: burlywood;
  padding: 10px 20px;
  margin: 10px;
  border-radius: 10px;
}
.eventInfoHowToList .how01 li .howToP .word03 {
  font-size: 0.7em;
  margin-top: 20px;
}
.eventInfoHowToList .how02 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 25px 50px;
  font-size: 30px;
}
.eventInfoHowToList .how02::before {
  content: url(../imeges/how02.png);
  position: absolute;
  top: 30%;
  right: 10%;
  transform: scale(2.5);
  opacity: 0.1;
  z-index: -1;
}
.eventInfoHowToList .how02 li .howToP {
  font-weight: bold;
  margin-top: 20px;
}
.eventInfoHowToList .how02 li .howToP .word01 {
  background-color: burlywood;
  padding: 10px 20px;
  margin: 10px;
  border-radius: 10px;
  font-size: 30px;
}
.eventInfoHowToList .how02 li .faxInfo {
  display: flex;
  align-items: end;
  justify-content: space-around;
}
.eventInfoHowToList .how02 li .faxInfo .howToListFax {
  display: grid;
  grid-template-rows: 4vw 4vw 4vw;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-basis: 70%;
  height: 100%;
}
.eventInfoHowToList .how02 li .faxInfo .howToListFax .howToList1,
.eventInfoHowToList .how02 li .faxInfo .howToListFax .howToList2,
.eventInfoHowToList .how02 li .faxInfo .howToListFax .howToList3,
.eventInfoHowToList .how02 li .faxInfo .howToListFax .howToList4,
.eventInfoHowToList .how02 li .faxInfo .howToListFax .howToList5 {
  padding: 15px 0;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  background-color: rgb(254, 179, 160);
}
.eventInfoHowToList .how02 li .faxInfo .howToListFax .howToList1 {
  grid-row: 1/2;
  grid-column: 1/2;
}
.eventInfoHowToList .how02 li .faxInfo .howToListFax .howToList2 {
  grid-row: 1/2;
  grid-column: 2/3;
}
.eventInfoHowToList .how02 li .faxInfo .howToListFax .howToList3 {
  grid-row: 2/3;
  grid-column: 1/2;
}
.eventInfoHowToList .how02 li .faxInfo .howToListFax .howToList4 {
  grid-row: 2/3;
  grid-column: 2/3;
}
.eventInfoHowToList .how02 li .faxInfo .howToListFax .howToList5 {
  grid-row: 3/4;
  grid-column: 1/3;
}
.eventInfoHowToList .how02 li .faxInfo .faxPdf {
  flex-basis: 25%;
  filter: drop-shadow(2px 2px 5px #121212);
}
.eventInfoHowToList .how02 li .faxInfo .faxPdf a {
  /*テキストの基点となる位置を定義*/
  position: relative;
  display: block;
}
.eventInfoHowToList .how02 li .faxInfo .faxPdf a img {
  transition: all 0.7s ease;
  /* 速さは変えたいならここでOK */
  backface-visibility: hidden;
}
.eventInfoHowToList .how02 li .faxInfo .faxPdf a .cap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
  transform: rotateY(90deg);
  transform-origin: 50% 0%;
  opacity: 0;
  font-size: 17px;
  background: #333;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.8;
  font-family: "Kosugi Maru", sans-serif;
}
.eventInfoHowToList .how02 li .faxInfo .faxPdf a:hover img {
  transform: rotateY(-180deg);
  opacity: 0;
}
.eventInfoHowToList .how02 li .faxInfo .faxPdf a:hover .cap {
  transform: rotateY(0);
  opacity: 1;
  transition-delay: 0s;
  /* ここで遅延もOK */
}
.eventInfoHowToList .how03 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 25px 50px;
  font-size: 30px;
}
.eventInfoHowToList .how03::before {
  content: url(../imeges/how03.png);
  position: absolute;
  top: 30%;
  right: 10%;
  transform: scale(2.5);
  opacity: 0.1;
  z-index: -1;
}
.eventInfoHowToList .how03 li .howToP {
  font-weight: bold;
  margin-top: 20px;
}
.eventInfoHowToList .how03 li .howToP .word01 {
  background-color: burlywood;
  padding: 10px 20px;
  margin: 10px;
  border-radius: 10px;
  font-size: 30px;
}
.eventInfoHowToList .how03 li .howToP .word03 {
  font-size: 16px;
  margin-top: 30px;
  display: block;
  text-align: center;
}
.eventInfoHowToList .how04 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 25px 50px;
  font-size: 30px;
}
.eventInfoHowToList .how04::before {
  content: url(../imeges/how04.png);
  position: absolute;
  top: 30%;
  right: 10%;
  transform: scale(2.5);
  opacity: 0.1;
  z-index: -1;
}
.eventInfoHowToList .how04 li .howToP {
  font-weight: bold;
  margin-top: 20px;
}
.eventInfoHowToList .how04 li .howToP .word01 {
  background-color: burlywood;
  padding: 10px 20px;
  margin: 10px;
  border-radius: 10px;
  font-size: 30px;
}
.eventInfoHowToList .how04 li .howToP .word04 {
  font-size: 0.7em;
  line-height: 1.5;
  margin-top: 20px;
  display: block;
  padding-left: 20px;
}

/* formここから */
.map {
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

#formWrap {
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.formTable select {
  padding: 20px;
}
.formTable tr th {
  /* display: flex;
  align-items: center; */
  padding: 20px;
  border-bottom: 20px solid #ffffff;
  width: 30%;
  font-weight: normal;
  background: #f0f0f0;
}
.formTable td {
  padding-left: 20px;
  border-bottom: 20px solid #ffffff;
}

.require {
  border: solid 1px #df4440;
  color: #df4440;
  font-size: 10px;
  font-weight: 500;
  padding: 2px 5px;
  margin-left: 20px;
}

.formWrapP {
  margin-bottom: 30px;
}

form input[type=tel],
form input[type=text],
form input[type=email],
form textarea,
form select {
  border: 1px solid #cecece;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}
form input[type=submit],
form input[type=reset] {
  border: 1px solid #1f1f1f;
  background-color: #fff;
  color: #1f1f1f;
  margin-left: 20px;
  padding: 10px 30px;
  transition: 0.31s ease-in;
}
form input[placeholder],
form textarea[placeholder] {
  padding: 20px;
}
form input[type=submit]:hover,
form input[type=reset]:hover {
  background-color: #1f1f1f;
  color: #fff;
}

.submit {
  text-align: center;
}

/* 簡易版レスポンシブ用CSS */
@media screen and (max-width: 572px) {
  .map .howToH2 {
    font-size: 22px;
  }
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable td {
    padding: 0;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  form input[type=tel],
  form input[type=text],
  form input[type=email],
  form textarea,
  form select {
    border: none;
    border-bottom: 1px solid #cecece;
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 110%;
  }
  form input[type=submit],
  form input[type=reset],
  form input[type=button] {
    display: inline-block;
    width: 80%;
    height: 40px;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #cecece;
  }
}/*# sourceMappingURL=event.css.map */