@charset "utf-8";
/* CSS Document */
.f_28 {
  font-size: 28px;
}
.f_32 {
  font-size: 32px;
}
.f_40 {
  font-size: 40px;
}
.mb_32 {
  margin-bottom: 32px;
}
/*-------------------------------------
共通　下層ナビゲーション
--------------------------------------*/
.under_header {
  height: auto;
  background: url("../images/bg_library.jpg") no-repeat center top -110px;
  background-size: cover;
  border: 1px solid #B4AC87;
}
@media screen and (max-width:767px) {
  .under_header {
    padding: 30px 0;
    background-position: center top -50px;
  }
}
.under_header .global_nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 80px;
}
@media screen and (max-width:767px) {
  .under_header .global_nav {
    height: auto;
    justify-content: center;
    gap: 20px;
    padding: 0;
  }
  .under_header .global_nav ul {
    height: auto;
  }
}
.under_logo {
  width: 223px;
  height: 60px;
  background: url("../svg/logo2.svg") no-repeat;
}
.under_logo:hover {
  background: none;
}
.under_logo_top {
  width: 223px;
  height: 60px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  background: url("../svg/logo2_hover.svg") no-repeat;
  opacity: 0;
  transition: 0.7s;
}
.under_logo_top:hover {
  opacity: 1;
}
/*-------------------------------------
共通　メイン
--------------------------------------*/
.under_main {
  padding: 96px 0 144px;
}
.heading_dec {
  width: 250px;
  height: 34px;
  margin: 0 auto 16px;
  background: url("../svg/dec_title.svg") no-repeat;
  background-size: contain;
}
.under_h {
  text-align: center;
  margin-bottom: 48px;
}
.under_h span:nth-of-type(1) {
  font-size: 32px;
  margin-bottom: 8px;
}
.ticket_section li::before, .access_section li::before {
  content: url("../svg/dec_arrow.svg");
  display: inline-block;
  width: 17px;
  height: 20px;
  margin-right: 4px;
}
.visitor_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
/*style.cssで四隅の設定一緒にしてる　中身の上下用*/
.under_content {
  padding: 88px 0;
}
@media screen and (max-width:767px) {
  .under_content {
    padding: 64px 0;
  }
}
.under_wrap {
  margin: 0 auto;
  max-width: 1136px;
}
@media screen and (max-width:767px) {
  .visitor_list {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/*-------------------------------------
開催概要
--------------------------------------*/
.access_section h3, .ticket_section h3 {
  text-align: center;
  font-size: 28px;
}
/*列の間隔用*/
.flex_gap64 {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width:767px) {
  .flex_gap64 {
    gap: 48px;
  }
}
/*開催概要h2からfigureまでのsectionのクラス*/
.event_section_top {
  text-align: center;
}
/*figure要素の設定*/
.floorMap {
  margin: 0 auto 88px;
  max-width: 700px;
  text-align: left;
}
.floorMap img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width:767px) {
  .floorMap {
    margin-bottom: 48px;
  }
  .floorMap {
    width: 90%;
  }
}
/*チケットの特典画像二枚*/
.special_img {
  width: 520px;
  min-height: 395px;
  background: url("../images/img_goods_visualbook.jpg") no-repeat right bottom, url("../images/img_goods_postcard.jpg") no-repeat left top;
  background-size: 345px 259px, 345px 259px;
}
@media screen and (max-width:767px) {
  .special_img {
    min-height: 480px;
  }
}
/*来場者得点のリスト ul*/
.visitor_list {
  margin-bottom: 40px;
}
/*チケットテーブと画像のflex div*/
.ticket_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .ticket_flex {
    gap: 40px;
  }
}
/*チケットテーブル大枠 div*/
.table_container {
  width: 560px;
  padding: 0 24px;
}
@media screen and (max-width:767px) {
  .table_container {
    padding: 0 5%;
  }
}
/*テーブルそのもの フォントサイズ.f_24の方が場所も優先度も上*/
.ticket_flex table {
  width: 100%;
  table-layout: fixed;
  font-size: 18px;
}
/*チケット金額の右寄せ*/
.ticket_flex .tr1 td, .ticket_flex .tr2 td, .ticket_flex .tr4 td {
  text-align: right;
}
/*チケット金額trのみ*/
.ticket_flex .tr1, .ticket_flex .tr2, .ticket_flex .tr4 {
  border-bottom: 1px solid #B4AC87;
}
/*テーブルの間隔*/
.ticket_flex table .tr2 td, .ticket_flex .tr4 td {
  padding-top: 32px;
}
/*テーブル内のリストと金額の間隔*/
td[colspan="2"] li:first-of-type {
  margin-top: 8px;
}
/*チケットのお早めにお買い求めください*/
.ticket_note {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .ticket_note {
    padding: 0 5%;
  }
}
.dec_line_x {
  max-width: 800px;
  margin: 0 auto;
  padding: 88px 0;
  background: url("../svg/dec_line_x.svg") no-repeat center;
  background-size: contain;
}
@media screen and (max-width:767px) {
  .dec_line_x {
    padding: 64px 0;
    width: 80%;
  }
}
.access_grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width:767px) {
  .access_grid {
    grid-template-columns: 80%;
    gap: 24px;
    justify-content: center;
  }
}
.access_flex_left, .access_flex_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.event_map {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .event_map {
    width: 80%;
  }
}
.access_section .under_content {
  margin-bottom: 88px;
}
/*-------------------------------------
関連商品
--------------------------------------*/
.goods_sentence_top {
  width: 35em;
  margin: 0 auto 64px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .goods_sentence_top {
    width: 80%;
    margin-bottom: 24px;
  }
}
.goods_container {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}
.goods_container .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center;
  z-index: -10;
}
.goods_content {
  max-width: 1136px;
  margin: 0 auto;
  padding: 144px 0;
}
@media screen and (max-width:767px) {
  .goods_content {
    width: 90%;
    padding: 64px 0;
  }
  .goods_container .bg_img {
    display: none;
  }
}
.goods_sentence {
  margin-bottom: 40px;
  text-align: center;
}
.goods_sentence h3 {
  font-size: 24px;
  margin-bottom: 8px;
}
.under_main .goods_list {
  max-width: 1136px;
}
/*-------------------------------------
お問い合わせ
--------------------------------------*/
input[type="text"], input[type="email"] {
  width: 100%;
  height: 30px;
  padding: 0 4px;
  background-color: #F5F2E7;
  border: 1px solid #4A4737;
  border-radius: 3px;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.25);
}
input[type="radio"], input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  position: relative; /* ←基準にする */
  width: 15px;
  height: 15px;
  background-color: #F5F2E7;
  border: 1px solid #4A4737;
  vertical-align: middle; /* baselineズレ防止 */
  top: -2px;
  cursor: pointer;
}
input[type="radio"] {
  border-radius: 50%;
}
input[type="radio"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 中央に配置 */
  width: 8px;
  height: 8px;
  border-radius: 50%;
  color: transparent; /* 未チェック時は透明 */
}
input[type="radio"]:checked::after {
  background-color: #4A4737;
}
input[type="checkbox"]::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 中央に配置 */
  font-size: 13px;
  color: transparent; /* 未チェック時は透明 */
}
input[type="checkbox"]:checked::after {
  color: #4A4737;
}
textarea {
  width: 100%;
  height: 150px;
	padding: 4px;
  background-color: #F5F2E7;
  border: 1px solid #4A4737;
  border-radius: 5px;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.25);
}
input[type="submit"] {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 40px;
  text-align: center;
  background: #B4AC87;
  border: 1px solid #4A4737;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: 0.5s;
}
input[type="submit"]:active {
  box-shadow: none;
  transform: translateY(2px);
}
label {
  cursor: pointer;
}
/*中見出しの下のテキスト*/
.contact_sentence {
  max-width: 36em;
  margin: 0 auto 32px;
  font-size: 18px;
  text-align: center;
}
.form_container {
  max-width: 1012px;
  height: 1079.47px;
  margin: 0 auto;
  padding-top: 180px;
  background: url("../images/bg_contact.png") no-repeat center;
  background-size: cover;
}
.form_content {
  max-width: 460px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .form_content {
    width: 80%;
  }
  .form_container {
    height: 1000px;
    padding-top: 160px;
  }
}
.form_content h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 56px;
}
.form_content li {
  margin-bottom: 32px;
}
.form_content li:not(:last-child) p span {
  display: inline-block;
  text-align: center;
  padding: 0 4px;
  margin-left: 8px;
  color: #F5F2E7;
  background: #4A4737;
  border-radius: 2px;
}
.form_content li:not(:last-child) p {
  margin-bottom: 4px;
}
label[for="privacy"] a {
  transition: 0.3s;
}
label[for="privacy"] a:hover {
  color: #D1FAF6;
}
label[for="privacy"] span {
  display: inline;
  text-decoration: underline;
}
.contact_sentence_bottom {
  max-width: 40em;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  margin-bottom: 72px;
}