/*--------------------------------------------------------
トップページ共通CSS
----------------------------------------------------------*/
/* チラシ仮 */
.section-chirashi {
  background-image: url(../../img/AdobeStock_385009297.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: bottom;
  position: relative;
}
.section-chirashi::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 1;
}
.section-chirashi .inner {
  position: relative;
  z-index: 2;
  width: 70%;
  padding: 50px 0;
}
.section-chirashi .inner .white-bg {
  background-color: var(--color-white);
  border-radius: 30px;
  padding: 50px;
}
.section-chirashi .inner .white-bg .chirashi img {
  vertical-align: bottom;
}
.section-chirashi .inner .white-bg h2 {
  text-align: center;
  font-family: var(--font-sub3);
  font-size: 2rem;
  letter-spacing: 0.3rem;
  margin: 40px auto;
}

/* 盆ダンスとは */
.section-about {
  background-color: var(--color-main);
}
.about-flex {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
.about-flex .item-left {
  width: 45%;
}
.about-flex .item-right {
  width: 55%;
  color: var(--color-white);
}
.about-flex .item-right h3 {
  font-size: 1.8rem;
}
.about-flex .item-right p {
  line-height: 2;
  margin-top: 30px;
}

/* イベント情報 */
.section-event {
  background-color: var(--color-black);
}
.section-event .default-big-title .title-content .small-title {
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
}
.event-flex {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}
.event-flex .item-left {
  width: 55%;
}
.event-flex .item-left table {
  width: 100%;
}
.event-flex .item-left table th,
.event-flex .item-left table td {
  border-bottom: 1px solid var(--color-white);
  color: var(--color-white);
  padding: 20px 0;
}
.event-flex .item-left table th {
  text-align: left;
  width: 100px;
  vertical-align: baseline;
}
.event-flex .item-left table thead th {
  text-align: center;
  font-size: 1.6rem;
  font-family: var(--font-sub3);
  letter-spacing: 0.3rem;
  padding: 0 0 10px;
}
.event-flex .item-left table td .defalt-btn {
  text-align: left;
  margin-top: 10px;
}
.event-flex .item-left table td .defalt-btn .square-button {
  min-width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0.9rem;
}
.event-flex .item-left .attention {
  color: var(--color-white);
  font-size: 0.9rem;
}
.event-flex .item-right {
  width: 45%;
  padding-top: 48px;
}
.event-flex .item-right .attention-right {
  text-align: right;
  color: var(--color-white);
  font-size: 0.9rem;
  margin-top: 10px;
}

/* 出演アーティスト */
.section-artist {
  background-color: var(--color-main);
}
.artist-flex {
  display: flex;
  gap: 100px 50px;
  flex-wrap: wrap;
  padding: 180px 0;
}
.artist-flex .item {
  width: calc((100% - 50px) / 2);
  position: relative;
}
.artist-flex .item-left {
  transform: translateY(-25%);
}
.artist-flex .item-right {
  transform: translateY(25%);
}
.artist-flex .item .artist-name {
  font-size: 2rem;
  color: var(--color-white);
  font-weight: bold;
  font-family: var(--font-sub3);
  letter-spacing: 0.3rem;
  background-color: var(--color-black);
  text-align: center;
  padding: 10px 20px;
  width: 80%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.artist-flex .item .artist-name span {
  font-weight: bold;
  font-family: var(--font-sub3);
  font-size: 1.1rem;
  letter-spacing: 0;
  margin-left: 10px;
}

/* アクセス情報 */
.section-access {
  background-image: url(../../img/22371478_m.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section-access::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 0;
}
.section-access .inner {
  position: relative;
  z-index: 1;
}
.access-flex {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}
.access-flex .item-left {
  width: 60%;
}
.access-flex .item-left table {
  width: 100%;
  margin-bottom: 0;
}
.access-flex .item-left table th,
.access-flex .item-left table td {
  border-bottom: 1px solid var(--color-white);
  color: var(--color-white);
  padding: 20px 0;
}
.access-flex .item-left table tr:first-child th,
.access-flex .item-left table tr:first-child td {
  border-top: 1px solid var(--color-white);
}
.access-flex .item-left table th {
  text-align: left;
  width: 150px;
  vertical-align: baseline;
}
.access-flex .item-left table td span {
  font-size: 1.1rem;
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}
.access-flex .item-left table td span:nth-of-type(2) {
  margin-top: 20px;
}
.access-flex .item-right {
  width: 40%;
}
.access-flex .item-right iframe {
  height: 380px;
}

/* お問い合わせ　start */
.section-contact {
  background-color: var(--color-black);
}
.section-contact .inner {
  padding: 60px 0;
  width: 70%;
}
.section-contact .contact-wrap {
  border: 2px solid var(--color-white);
  padding: 50px;
}
.section-contact .contact-wrap h2 {
  color: var(--color-white);
  font-family: var(--font-sub3);
  letter-spacing: 0.8rem;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 20px;
}

input[type=text],
input[type=password],
input[type=datetime],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: var(--color-white);
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
.inquiry {
  margin-bottom: 1.5rem;
  border-collapse: collapse;
}
.inquiry th {
  text-align: left;
  font-size: 14px;
  color: var(--color-white);
  padding-right: 5px;
  width: 30%;
}
.inquiry td {
  font-size: 13px;
}
.entry-content .inquiry tr,
.entry-content table {
  border: solid 1px #d7d7d7;
}
.haveto {
  font-size: 12px;
  padding: 3px 10px;
  background: var(--color-sub);
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
  bottom: 1px;
}
.any {
  font-size: 12px;
  padding: 3px 10px;
  background: var(--color-main);
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
  bottom: 1px;
}
.verticallist .wpcf7-list-item {
  display: block;
}
#formbtn {
  display: block;
  padding: 18px 20px;
  color: var(--color-white);
  background-color: var(--color-black);
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  margin: 50px auto 0;
  line-height: 1;
  transition: 0.4s;
  border: 2px solid var(--color-white);
  min-width: 300px;
}
#formbtn:hover {
  background: var(--color-sub);
  color: #fff;
  border: 2px solid var(--color-sub);
}
th {
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px;
}
td {
  padding: 12px;
}
input,
select,
textarea {
  border: 1px solid #dfdfdf;
  letter-spacing: 1px;
  margin: 0;
  max-width: 100%;
  resize: none;
}
.husei {
  padding-left: calc(30% + 10px);
}
.husei label span.husei-text {
  color: var(--color-white);
}
.husei label span {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}
.husei br {
  display: none;
}
.husei label img {
  max-width: 80px;
}
.husei input {
  max-width: 320px;
}

@media only screen and (max-width: 1080px) {
  /* チラシ仮 */
  .section-chirashi .inner {
    width: 90%;
    padding: 40px 0;
  }

  /* 盆ダンスとは */
  .about-flex {
    gap: 20px;
    margin-top: 40px;
  }
  .about-flex .item-right h3 {
    font-size: 1.5rem;
  }
  .about-flex .item-right p {
    line-height: 1.8;
    margin-top: 15px;
    font-size: 0.9rem;
  }

  /* イベント情報 */
  .section-event .default-big-title .title-content .small-title {
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
  }
  .event-flex {
    gap: 20px;
    margin-top: 40px;
  }
  .event-flex .item-left table {
    margin-bottom: 10px;
  }
  .event-flex .item-left table thead th {
    font-size: 1.4rem;
  }
  .event-flex .item-left table th {
    width: 85px;
  }
  .event-flex .item-left table th, 
  .event-flex .item-left table td {
    font-size: 0.9rem;
    padding: 15px 0;
  }
  .event-flex .item-left .attention {
    font-size: 0.8rem;
  }
  .event-flex .item-right .attention-right {
    font-size: 0.8rem;
  }
  .event-flex .item-right {
    padding-top: 44px;
  }

  /* 出演アーティスト */
  .artist-flex {
    gap: 80px 50px;
    padding: 120px 0;
  }
  .artist-flex .item .artist-name {
    font-size: 1.6rem;
  }
  .artist-flex .item .artist-name span {
    font-size: 1rem;
    margin-left: 8px;
  }

  /* アクセス情報 */
  .access-flex {
    gap: 30px;
    margin-top: 40px;
    flex-direction: column;
  }
  .access-flex .item-left {
    width: 100%;
  }
  .access-flex .item-right {
    width: 100%;
  }
  .access-flex .item-right iframe {
    width: 100%;
    height: 350px;
  }

  /* お問い合わせ */
  .section-contact .inner {
    width: 90%;
  }
  .section-contact .contact-wrap {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 767px) {
  /* チラシ仮 */
  .section-chirashi .inner {
    padding: 20px 0;
  }

  /* 盆ダンスとは */
  .about-flex {
    gap: 15px;
    margin-top: 30px;
    flex-direction: column;
  }
  .about-flex .item-left {
    width: 100%;
  }
  .about-flex .item-right {
    width: 100%;
  }
  .about-flex .item-right h3 {
    font-size: 1.6rem;
  }

  /* イベント情報 */
  .event-flex {
    margin-top: 30px;
    flex-direction: column;
  }
  .event-flex .item-left {
    width: 100%;
  }
  .event-flex .item-right {
    padding-top: 0;
    width: 100%;
  }

  /* 出演アーティスト */
  .artist-flex {
    gap: 40px 0;
    padding: 17vw 0;
  }
  .artist-flex .item {
    width: calc(100% / 2);
  }
  .artist-flex .item .artist-name {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    width: 100%;
    padding: 7px;
    max-width: 220px;
  }
  .artist-flex .item .artist-name span {
    font-size: 0.9rem;
    margin-left: 5px;
  }

  /* アクセス情報 */
  .access-flex {
    gap: 20px;
    margin-top: 30px;
  }
  .access-flex .item-left table th, 
  .access-flex .item-left table td {
    padding: 15px 0;
    font-size: 0.9rem;
  }
  .access-flex .item-left table th {
    width: 115px;
  }
  .access-flex .item-left table td span {
    font-size: 0.9rem;
  }
  .access-flex .item-right iframe {
    height: 300px;
  }

  /* お問い合わせ */
  .inquiry td,
  .inquiry th {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    box-sizing: border-box !important;
  }
  .inquiry .any,
  .inquiry .haveto {
    font-size: 10px;
  }
  .section-contact .contact-wrap h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .inquiry th {
    padding: 20px 0 0;
  }
  .inquiry td {
    padding: 8px 0 0;
  }
  .husei {
    padding-left: 0;
  }
  #formbtn {
    margin: 30px auto 0;
    min-width: 290px;
  }
  .section-contact .contact-wrap {
    padding: 30px 20px 20px;
  }
  .section-contact .inner {
    padding: 20px 0 60px;
  }

  .section-chirashi .inner .white-bg {
    border-radius: 20px;
    padding: 20px;
  }
  .section-chirashi .inner .white-bg h2 {
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    margin: 15px auto;
  }
}
