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

h1, h2, h3, h4, h5, h6 {
  font-size: medium;
  font-weight: normal;
}

li {
  list-style-type: none;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

img {
  max-width: 100%;
  vertical-align: top;
  /* 1. ロングタップ時のメニュー表示を禁止 (iOS Safari) */
  -webkit-touch-callout: none;
  /* 2. ドラッグを禁止 (Chrome / Safari / Edge) */
  -webkit-user-drag: none;
  /* 3. テキストや画像の選択を禁止 */
  -webkit-user-select: none;
  user-select: none;
}

.swiper-slide img {
  width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  cursor: pointer;
  display: inline-block;
  transition: 0.25s;
}
a:link, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

body {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #000;
}

@media screen and (min-width: 950px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 950px) {
  .pc-only {
    display: none !important;
  }
}

h1.layer_title {
  font-size: 32px;
  font-size: 2rem;
  color: #B48967;
  font-weight: 700;
  max-width: 980px;
  width: 90%;
  margin: 32px auto 48px;
  text-align: center;
}

h2.l_title {
  border-top: 5px solid #B48967;
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  color: #B48967;
  padding-top: 30px;
  margin-bottom: 24px;
}
@media screen and (max-width: 950px) {
  h2.l_title {
    font-size: 32px;
    font-size: 2rem;
  }
}

h3.s_title {
  background-color: #F5EEE8;
  color: #000;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 72px;
  margin-bottom: 24px;
  padding: 8px 0;
}
@media screen and (max-width: 950px) {
  h3.s_title {
    margin-top: 48px;
    margin-bottom: 16px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.border {
  text-decoration: underline;
  -webkit-text-decoration: underline;
}

.button {
  text-align: center;
  margin-top: 32px;
}
.button a {
  min-width: 400px;
  padding: 15px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  background-color: #AF851E;
}
.button a .btn-text {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #000;
  margin: initial;
  font-weight: 700;
}
.button a .btn-text span img {
  height: 32px;
  transform: translateY(1px);
}
@media screen and (max-width: 950px) {
  .button a .btn-text span img {
    height: 25px;
    transform: translateY(2px);
  }
}
.button a .btn-text p {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media screen and (max-width: 950px) {
  .button a .btn-text p {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
}
.button a .btn-text .outside_link {
  width: 17px;
}
.button a span {
  flex-shrink: 0;
}
.button a span img {
  transform: translateY(2px);
}
@media screen and (max-width: 950px) {
  .button a span img {
    width: 23px;
    transform: translateY(5px);
  }
}
.button a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 950px) {
  .button a {
    min-width: 195px;
  }
}

.tx_s {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 950px) {
  .tx_s {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.tx_l {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 950px) {
  .tx_l {
    font-size: 16px;
    font-size: 1rem;
  }
}

.tx_ll {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 950px) {
  .tx_ll {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.l_line:link, .l_line:visited, .l_line:active {
  text-decoration: underline 1px solid;
  -webkit-text-decoration: underline;
}
@media screen and (min-width: 950px) {
  .l_line:hover {
    text-decoration: none;
  }
}

.held-date {
  background-color: #B48967;
  color: #fff;
  max-width: 980px;
  width: 90%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .held-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.f_mincho {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.f_zengothic {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}

.f_bold {
  font-weight: 700;
}

.ruby_s {
  font-size: 7px;
  font-size: 0.4375rem;
}

.tab_target > li {
  display: none;
}

.tab_target > li.is-show {
  display: block;
}

header.exh_header {
  border-top: 5px solid #B48967;
  background-color: #fff;
  display: flex;
  position: relative;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
header.exh_header .h-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
header.exh_header .h-header .h_logo {
  padding: 15px 50px;
  text-align: center;
}
header.exh_header .h-header .h_logo img {
  width: 260px;
}
@media screen and (max-width: 950px) {
  header.exh_header .h-header .h_logo img {
    width: 200px;
  }
}
@media screen and (max-width: 950px) {
  header.exh_header .h-header .h_logo {
    padding: 17px 16px;
    text-align: left;
  }
}
header.exh_header .h-header .menu_btn {
  cursor: pointer;
}
header.exh_header .h-header .menu_btn .close_btn {
  display: none;
}
header.exh_header .h-header.active {
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
}
header.exh_header .h-header.active .h_logo {
  display: none;
}
header.exh_header .h-header.active .menu_btn .close_btn {
  display: block;
}
header.exh_header .h-header.active .menu_btn .open_btn {
  display: none;
}
@media screen and (max-width: 950px) {
  header.exh_header .h-header.active {
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
  }
}
@media screen and (max-width: 950px) {
  header.exh_header .h-header {
    position: fixed;
    width: 100%;
    z-index: 18;
    background-color: #fff;
    border-top: 5px solid #B48967;
  }
}
header.exh_header .h-exh_link {
  width: 50%;
  display: flex;
  gap: 10px;
}
header.exh_header .h-exh_link .exh_btn {
  width: 100%;
  border-left: 1px solid #B48967;
  background-color: #F5EEE8;
}
header.exh_header .h-exh_link .exh_btn .sub {
  display: flex;
}
header.exh_header .h-exh_link .exh_btn .sub .number {
  color: #fff;
  background-color: #B48967;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 2px 5px;
  border-right: 1px solid #B48967;
  border-bottom: 1px solid #B48967;
}
header.exh_header .h-exh_link .exh_btn .sub .title {
  background-color: #fff;
  color: #000;
  font-weight: 700;
  padding: 4px 5px;
  border-right: 1px solid #B48967;
  border-bottom: 1px solid #B48967;
}
header.exh_header .h-exh_link .exh_btn .main {
  padding: 8px 10px;
}
header.exh_header .h-exh_link .exh_btn .main .title {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  header.exh_header .h-exh_link .exh_btn {
    border-top: 3px solid #B48967;
  }
}
header.exh_header .h-exh_link .exh_btn_sp {
  width: 100%;
  border-top: 3px solid #B48967;
  border-bottom: 1px solid #B48967;
  background-color: #F5EEE8;
}
header.exh_header .h-exh_link .exh_btn_sp .site-title {
  display: flex;
}
header.exh_header .h-exh_link .exh_btn_sp .site-title .number {
  color: #fff;
  background-color: #B48967;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 1px 5px;
}
header.exh_header .h-exh_link .exh_btn_sp .site-title .sub-title {
  background-color: #fff;
  color: #000;
  font-weight: 700;
  padding: 2px 5px 0 5px;
  border-right: 1px solid #B48967;
}
header.exh_header .h-exh_link .exh_btn_sp .site-title .main-title {
  color: #000;
  font-weight: 700;
  padding-top: 2px;
  padding-left: 8px;
}
@media screen and (max-width: 950px) {
  header.exh_header .h-exh_link {
    width: 100%;
    margin-top: 75px;
  }
}
@media screen and (min-width: 950px) {
  header.exh_header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
  }
}
@media screen and (max-width: 950px) {
  header.exh_header {
    flex-direction: column;
    gap: 0;
    border-top: none;
    margin-bottom: 0;
  }
}

.mv {
  width: 100%;
}

.in-mv {
  margin-bottom: 48px;
}

.menu-pc {
  margin-top: 32px;
  margin-bottom: 48px;
  padding-bottom: 16px;
  border-bottom: 1px solid #efefef;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2);
  display: block;
}
.menu-pc .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-pc .inner .menu-list {
  display: flex;
  justify-content: center;
}
.menu-pc .inner .menu-list li {
  border-right: 1px solid #B48967;
  padding: 4px 16px;
}
.menu-pc .inner .menu-list li a,
.menu-pc .inner .menu-list li span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.menu-pc .inner .menu-list li a:hover, .menu-pc .inner .menu-list li a.is-active {
  color: #B48967;
}
.menu-pc .inner .menu-list li .pas-menu {
  color: #9c9c9c;
}
.menu-pc .inner .menu-list .menu_en {
  background-color: #B48967;
  color: #fff;
}
.menu-pc .inner .menu-list .menu_en a:hover {
  color: #fff;
  opacity: 0.5;
}
.menu-pc .inner .h-sns {
  margin-left: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.menu-pc .inner .h-sns .btn {
  background-color: #AF851E;
  border-radius: 50%;
  padding: 8px;
  margin-right: 5px;
}
.menu-pc .inner .h-sns .btn img {
  width: 25px;
  height: 25px;
}
.menu-pc .inner .h-sns .btn:hover {
  opacity: 0.5;
}

@media screen and (max-width: 950px) {
  .menu-sp {
    display: none;
    z-index: 12;
    top: 0;
    width: 100%;
    background-color: #fff;
    position: fixed;
    margin: 0;
    height: 100vh;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    display: flex;
    align-items: stretch;
    background: linear-gradient(to bottom, #EDBBD0, #B18765) no-repeat left top/30% 100%, #ffffff;
  }
  .menu-sp.hide {
    display: none;
  }
  .menu-sp .title-band {
    width: 30%;
    text-align: center;
  }
  .menu-sp .title-band img {
    margin-top: 75px;
    padding: 0 8px;
  }
  .menu-sp .inner {
    position: absolute;
    top: 75px;
    right: 0;
    flex-direction: column;
    display: flex;
    box-sizing: border-box;
    width: 70%;
    padding-bottom: 100px;
    height: calc(100vh - 75px);
    overflow-y: auto;
  }
  .menu-sp .inner .menu-list {
    flex-direction: column;
    width: 100%;
  }
  .menu-sp .inner .menu-list li {
    border-bottom: 1px solid #B48967;
    border-right: none;
    padding: 16px 24px;
  }
  .menu-sp .inner .menu-list li a,
  .menu-sp .inner .menu-list li span {
    width: 100%;
    font-weight: 700;
  }
  .menu-sp .inner .menu-list li .pas-menu {
    color: #9c9c9c;
  }
  .menu-sp .inner .menu-list li a.is-active {
    color: #B48967;
  }
  .menu-sp .inner .h-sns_sp {
    width: 100%;
  }
  .menu-sp .inner .h-sns_sp li {
    background-color: #AF851E;
    border-right: none;
    padding: 16px 24px;
    border-top: 1px solid #fff;
  }
  .menu-sp .inner .h-sns_sp li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu-sp .inner .h-sns_sp li a .text {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .menu-sp .inner .h-sns_sp li a .text span img {
    transform: translateY(1px);
    height: 25px;
  }
  .menu-sp .inner .h-sns_sp li a .text p {
    color: #000;
    font-weight: 700;
  }
  .menu-sp .inner .h-sns_sp li a span img {
    transform: translateY(4px);
    width: 23px;
  }
  .menu-sp .inner .h-exh_sp {
    width: 100%;
  }
  .menu-sp .inner .h-exh_sp li {
    border-top: 3px solid #B48967;
  }
  .menu-sp .inner .h-exh_sp li:last-child {
    border-bottom: 1px solid #B48967;
  }
  .menu-sp .inner .h-exh_sp li .sub {
    display: flex;
    align-items: center;
  }
  .menu-sp .inner .h-exh_sp li .sub .number {
    background-color: #B48967;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 5px;
  }
  .menu-sp .inner .h-exh_sp li .sub .title {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 2px;
    border-right: 1px solid #B48967;
    border-bottom: 1px solid #B48967;
    font-weight: 700;
  }
  .menu-sp .inner .h-exh_sp li .main .title {
    padding: 8px;
    font-weight: 700;
  }
  .menu-sp .inner .h-exh_sp .active {
    background-color: #F5EEE8;
  }
  .menu-sp .inner .h-exh_sp .active .sub .title {
    background-color: #fff;
  }
  .menu-sp .inner .h-exh_sp .passive .sub .title {
    color: #000;
  }
  .menu-sp .inner .h-exh_sp .passive .main .title {
    color: #000;
  }
  .menu-sp.full-menu {
    background: #fff;
  }
  .menu-sp.full-menu .title-band {
    display: none;
  }
  .menu-sp.full-menu .inner {
    left: 0;
    width: 100%;
  }
}
.tickets-btn {
  position: fixed;
  z-index: 11;
  bottom: 40px;
  left: 24px;
}
.tickets-btn a:hover {
  opacity: 0.5;
}

footer {
  margin-top: 120px;
}
footer .f-sns {
  max-width: 980px;
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
footer .f-sns .button {
  margin-top: 0;
}
footer .f-sns .button a {
  background: #AF851E;
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  footer .f-sns .button a {
    width: 300px;
    min-width: initial;
  }
}
@media screen and (max-width: 950px) {
  footer .f-sns {
    flex-direction: column;
    gap: 24px;
  }
}
footer .tumugu {
  max-width: 980px;
  width: 90%;
  margin: auto;
  text-align: center;
  padding: 72px 0;
}
footer .tumugu .img {
  width: 250px;
  margin: 0 auto;
}
footer .tumugu .text {
  margin-top: 24px;
}
@media screen and (max-width: 950px) {
  footer .tumugu .text p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 950px) {
  footer .tumugu {
    padding: 48px 0;
  }
}
footer .f-exh_link {
  display: flex;
}
footer .f-exh_link .f-exh_a,
footer .f-exh_link .f-exh_b,
footer .f-exh_link .f-exh_c {
  width: 100%;
  height: auto;
  border-top: 5px solid #B48967;
  border-left: 1px solid #B48967;
  border-bottom: 1px solid #B48967;
  background-color: #fff;
}
footer .f-exh_link .f-exh_a a,
footer .f-exh_link .f-exh_a span,
footer .f-exh_link .f-exh_b a,
footer .f-exh_link .f-exh_b span,
footer .f-exh_link .f-exh_c a,
footer .f-exh_link .f-exh_c span {
  width: 100%;
  height: auto;
}
footer .f-exh_link .f-exh_a a .inner .sub,
footer .f-exh_link .f-exh_a span .inner .sub,
footer .f-exh_link .f-exh_b a .inner .sub,
footer .f-exh_link .f-exh_b span .inner .sub,
footer .f-exh_link .f-exh_c a .inner .sub,
footer .f-exh_link .f-exh_c span .inner .sub {
  display: flex;
  width: fit-content;
  align-items: center;
  border: 1px solid #B48967;
  border-top: none;
}
footer .f-exh_link .f-exh_a a .inner .sub .number,
footer .f-exh_link .f-exh_a span .inner .sub .number,
footer .f-exh_link .f-exh_b a .inner .sub .number,
footer .f-exh_link .f-exh_b span .inner .sub .number,
footer .f-exh_link .f-exh_c a .inner .sub .number,
footer .f-exh_link .f-exh_c span .inner .sub .number {
  font-size: 26px;
  font-size: 1.625rem;
  padding: 0 5px;
  background-color: #B48967;
  color: #fff;
  font-weight: 700;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media screen and (max-width: 950px) {
  footer .f-exh_link .f-exh_a a .inner .sub .number,
  footer .f-exh_link .f-exh_a span .inner .sub .number,
  footer .f-exh_link .f-exh_b a .inner .sub .number,
  footer .f-exh_link .f-exh_b span .inner .sub .number,
  footer .f-exh_link .f-exh_c a .inner .sub .number,
  footer .f-exh_link .f-exh_c span .inner .sub .number {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
footer .f-exh_link .f-exh_a a .inner .sub .title,
footer .f-exh_link .f-exh_a span .inner .sub .title,
footer .f-exh_link .f-exh_b a .inner .sub .title,
footer .f-exh_link .f-exh_b span .inner .sub .title,
footer .f-exh_link .f-exh_c a .inner .sub .title,
footer .f-exh_link .f-exh_c span .inner .sub .title {
  margin: 0 8px;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 950px) {
  footer .f-exh_link .f-exh_a a .inner .sub .title,
  footer .f-exh_link .f-exh_a span .inner .sub .title,
  footer .f-exh_link .f-exh_b a .inner .sub .title,
  footer .f-exh_link .f-exh_b span .inner .sub .title,
  footer .f-exh_link .f-exh_c a .inner .sub .title,
  footer .f-exh_link .f-exh_c span .inner .sub .title {
    font-size: 16px;
    font-size: 1rem;
  }
}
footer .f-exh_link .f-exh_a a .inner .main,
footer .f-exh_link .f-exh_a span .inner .main,
footer .f-exh_link .f-exh_b a .inner .main,
footer .f-exh_link .f-exh_b span .inner .main,
footer .f-exh_link .f-exh_c a .inner .main,
footer .f-exh_link .f-exh_c span .inner .main {
  padding: 20px 32px;
}
footer .f-exh_link .f-exh_a a .inner .main p,
footer .f-exh_link .f-exh_a span .inner .main p,
footer .f-exh_link .f-exh_b a .inner .main p,
footer .f-exh_link .f-exh_b span .inner .main p,
footer .f-exh_link .f-exh_c a .inner .main p,
footer .f-exh_link .f-exh_c span .inner .main p {
  color: #000;
}
footer .f-exh_link .f-exh_a a .inner .main .tx_ll,
footer .f-exh_link .f-exh_a span .inner .main .tx_ll,
footer .f-exh_link .f-exh_b a .inner .main .tx_ll,
footer .f-exh_link .f-exh_b span .inner .main .tx_ll,
footer .f-exh_link .f-exh_c a .inner .main .tx_ll,
footer .f-exh_link .f-exh_c span .inner .main .tx_ll {
  margin-bottom: 10px;
}
@media screen and (max-width: 950px) {
  footer .f-exh_link .f-exh_a a .inner .main .main-p,
  footer .f-exh_link .f-exh_a span .inner .main .main-p,
  footer .f-exh_link .f-exh_b a .inner .main .main-p,
  footer .f-exh_link .f-exh_b span .inner .main .main-p,
  footer .f-exh_link .f-exh_c a .inner .main .main-p,
  footer .f-exh_link .f-exh_c span .inner .main .main-p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
footer .f-exh_link .f-exh_a a:hover,
footer .f-exh_link .f-exh_b a:hover,
footer .f-exh_link .f-exh_c a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 950px) {
  footer .f-exh_link {
    flex-direction: column;
    gap: 16px;
  }
}
footer .index-btn {
  max-width: 980px;
  width: 90%;
  margin: auto;
}
footer .f-bottom {
  background-image: url(../images/f-bk.png);
  background-size: cover;
  background-repeat: repeat-y;
  margin-top: 32px;
  padding: 32px 0;
}
footer .f-bottom .site-link {
  text-align: center;
  margin-bottom: 32px;
}
footer .f-bottom .site-link a {
  padding-right: 16px;
  font-size: 14px;
  font-size: 0.875rem;
}
footer .f-bottom .site-link a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 950px) {
  footer .f-bottom .site-link a {
    display: block;
    padding-right: 0;
    padding-top: 16px;
  }
}
@media screen and (max-width: 950px) {
  footer .f-bottom .site-link {
    margin-bottom: 24px;
  }
}
footer .f-bottom .copyright {
  border-top: 1px solid #B48967;
  padding-top: 32px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 950px) {
  footer .f-bottom .copyright {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 950px) {
  footer .f-bottom {
    padding: 24px 0;
  }
}
@media screen and (max-width: 950px) {
  footer {
    margin-top: 40px;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

header.in_header {
  background-color: #fff;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
header.in_header .i_h-logo {
  grid-column: 2;
}
@media screen and (max-width: 950px) {
  header.in_header .i_h-logo {
    max-width: 200px;
  }
}
header.in_header .in_switch {
  grid-column: 3;
  justify-self: end;
  margin-right: 80px;
}
header.in_header .in_switch ul {
  display: flex;
  align-items: center;
  justify-content: right;
}
header.in_header .in_switch ul li {
  border-right: 1px solid #000;
  font-weight: 500;
  padding: 0 16px;
  color: #C3C3C3;
}
header.in_header .in_switch ul li:last-child {
  border-right: none;
}
header.in_header .in_switch ul li .sw_active {
  color: #000;
}
header.in_header .in_switch ul li a:hover {
  text-decoration: underline;
  -webkit-text-decoration: underline;
}
@media screen and (max-width: 950px) {
  header.in_header .in_switch {
    margin-right: 0;
    margin-left: 8px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 950px) {
  header.in_header {
    display: flex;
    justify-content: space-between;
    padding: 20px 8px 20px 20px;
  }
}

.in_title {
  font-size: 32px;
  font-size: 2rem;
  color: #AF851E;
  font-weight: 500;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .in_title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

hr {
  margin-top: 40px;
  margin-bottom: 16px;
  border: none;
  height: 1px;
  background-color: #AF851E;
}

footer.in_footer {
  margin-top: 0;
}
footer.in_footer .f-bottom {
  background-image: none;
  padding-top: 0;
  margin-top: 0;
}
@media screen and (max-width: 950px) {
  footer.in_footer .f-bottom .copyright {
    width: fit-content;
    margin: 0 auto;
  }
}
footer.in_footer .index-btn .button a {
  background: #AF851E;
  font-weight: 700;
}

section {
  background-color: #fff;
}

main .grid-wrapper {
  background-image: url(../images/index/bg/grid_block.svg);
  background-repeat: repeat;
  background-position: center top;
  background-size: 8.3333333333% auto;
  padding-bottom: var(--grid-h, 4.2vw);
  padding-top: var(--grid-h, 4.2vw);
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  row-gap: var(--grid-h, 4.2vw);
  grid-auto-rows: auto;
  position: relative;
}
main .grid-wrapper > section {
  grid-column: 4/22;
  background-color: #fff;
  box-sizing: border-box;
  padding: var(--grid-h) calc(var(--grid-h) * 1.5);
}
main .grid-wrapper .grid-dummy {
  position: absolute;
  visibility: hidden;
  width: 4.1666666667%;
  aspect-ratio: 1/1;
}
main .grid-wrapper {
  /* 1440px 以上 */
}
@media screen and (min-width: 1440px) {
  main .grid-wrapper {
    background-size: 120px auto;
    grid-template-columns: repeat(24, 60px);
    justify-content: center;
  }
  main .grid-wrapper .grid-dummy {
    width: 60px;
  }
}
main .grid-wrapper {
  /* 951px ~ 1280px */
}
@media screen and (max-width: 1280px) and (min-width: 951px) {
  main .grid-wrapper > section {
    grid-column: 3/23;
  }
}
main .grid-wrapper {
  /* 950px 以下 (SP / Tab) */
}
@media screen and (max-width: 950px) {
  main .grid-wrapper {
    grid-template-columns: repeat(12, 1fr);
    background-image: none;
    padding-bottom: 0;
  }
  main .grid-wrapper > section {
    grid-column: 1/13;
    position: relative;
    padding: var(--grid-h) calc(var(--grid-h) * 0.8);
  }
  main .grid-wrapper > section::before {
    content: "";
    position: absolute;
    top: calc(var(--grid-h) * -1);
    left: 0;
    width: 100%;
    height: var(--grid-h);
    background-image: url(../images/index/bg/grid_block.svg);
    background-repeat: repeat;
    background-position: center top;
    background-size: 16.6666666667% auto;
  }
  main .grid-wrapper .grid-dummy {
    width: 8.3333333333%;
  }
}
main .grid-wrapper {
  /* =========================================
     各セクション内のスタイル
  ========================================= */
}
main .grid-wrapper .statement .text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-top: 24px;
}
main .grid-wrapper .statement .text:first-child {
  margin-top: 0;
  margin-bottom: 32px;
}
main .grid-wrapper .statement .text .statement-b {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 950px) {
  main .grid-wrapper .statement .text .statement-b {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 950px) {
  main .grid-wrapper .statement .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
main .grid-wrapper .move .move-item {
  width: 100%;
  aspect-ratio: 16/9;
  text-align: center;
}
main .grid-wrapper .move .move-item iframe {
  width: 100%;
  height: 100%;
}
main .grid-wrapper .exh-intro .exh_title {
  margin-bottom: var(--grid-h);
  text-align: center;
}
main .grid-wrapper .exh-intro .exh_title .sub {
  font-size: 24px;
  font-size: 1.5rem;
  color: #AF851E;
  font-weight: 500;
  margin-right: 16px;
}
@media screen and (max-width: 950px) {
  main .grid-wrapper .exh-intro .exh_title .sub {
    font-size: 20px;
    font-size: 1.25rem;
    margin-right: 5px;
  }
}
main .grid-wrapper .exh-intro .exh_title .main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
main .grid-wrapper .exh-intro .exh_title .main p {
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 950px) {
  main .grid-wrapper .exh-intro .exh_title .main p {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
main .grid-wrapper .exh-intro .exh_title .main span {
  position: relative;
  top: 4px;
  width: 30px;
  height: 20px;
  background-color: #AF851E;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
@media screen and (max-width: 950px) {
  main .grid-wrapper .exh-intro .exh_title .main span {
    width: 20px;
    height: 12px;
    top: 2px;
  }
}
@media screen and (max-width: 950px) {
  main .grid-wrapper .exh-intro .exh_title .main {
    gap: 16px;
  }
}
@media screen and (max-width: 950px) {
  main .grid-wrapper .exh-intro .exh_title .sub_en {
    font-size: 18px;
    font-size: 1.125rem;
    margin-right: 5px;
  }
}
main .grid-wrapper .exh-intro .exh_title .main_en p {
  letter-spacing: 0;
}
@media screen and (max-width: 950px) {
  main .grid-wrapper .exh-intro .exh_title .main_en p {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
main .grid-wrapper .exh-intro .exh-list {
  margin-bottom: var(--grid-h);
}
main .grid-wrapper .exh-intro .exh-list:last-child {
  margin-bottom: 0;
}
main .grid-wrapper .exh-intro .exh-list a .item .title,
main .grid-wrapper .exh-intro .exh-list span .item .title {
  border: 1px solid #AF851E;
  display: flex;
}
main .grid-wrapper .exh-intro .exh-list a .item .title .num,
main .grid-wrapper .exh-intro .exh-list span .item .title .num {
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #AF851E;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .grid-wrapper .exh-intro .exh-list a .item .title .num p,
main .grid-wrapper .exh-intro .exh-list span .item .title .num p {
  font-size: 100px;
  font-size: 6.25rem;
  color: #AF851E;
  line-height: 1.15;
}
@media screen and (max-width: 950px) {
  main .grid-wrapper .exh-intro .exh-list a .item .title .num p,
  main .grid-wrapper .exh-intro .exh-list span .item .title .num p {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 950px) {
  main .grid-wrapper .exh-intro .exh-list a .item .title .num,
  main .grid-wrapper .exh-intro .exh-list span .item .title .num {
    padding-right: 5px;
    padding-left: 5px;
  }
}
main .grid-wrapper .exh-intro .exh-list a .item .title .detail,
main .grid-wrapper .exh-intro .exh-list span .item .title .detail {
  width: 100%;
}
main .grid-wrapper .exh-intro .exh-list a .item .title .detail .dt-title,
main .grid-wrapper .exh-intro .exh-list span .item .title .detail .dt-title {
  border-bottom: 1px solid #AF851E;
  padding-left: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 500;
}
main .grid-wrapper .exh-intro .exh-list a .item .title .detail .dt-title p,
main .grid-wrapper .exh-intro .exh-list span .item .title .detail .dt-title p {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 950px) {
  main .grid-wrapper .exh-intro .exh-list a .item .title .detail .dt-title p,
  main .grid-wrapper .exh-intro .exh-list span .item .title .detail .dt-title p {
    font-size: 16px;
    font-size: 1rem;
  }
}
main .grid-wrapper .exh-intro .exh-list a .item .title .detail .dt-title p span,
main .grid-wrapper .exh-intro .exh-list span .item .title .detail .dt-title p span {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 950px) {
  main .grid-wrapper .exh-intro .exh-list a .item .title .detail .dt-title,
  main .grid-wrapper .exh-intro .exh-list span .item .title .detail .dt-title {
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
main .grid-wrapper .exh-intro .exh-list a .item .title .detail .dt-date,
main .grid-wrapper .exh-intro .exh-list span .item .title .detail .dt-date {
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
}
@media screen and (max-width: 950px) {
  main .grid-wrapper .exh-intro .exh-list a .item .title .detail .dt-date,
  main .grid-wrapper .exh-intro .exh-list span .item .title .detail .dt-date {
    font-size: 11px;
    font-size: 0.6875rem;
    padding-left: 12px;
  }
}
main .grid-wrapper .exh-intro .exh-list a:hover {
  opacity: 0.5;
}
main .grid-wrapper .exh-intro .exh-list .exh-text {
  margin-top: 24px;
  margin-bottom: 48px;
}
main .grid-wrapper .exh-intro .exh-list .exh-text p {
  line-height: 1.75;
}
@media screen and (max-width: 950px) {
  main .grid-wrapper .exh-intro .exh-list .exh-text p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 950px) {
  main .grid-wrapper .exh-intro .exh-list .exh-text {
    margin-top: 16px;
    margin-bottom: 32px;
  }
}
main .grid-wrapper .exh-access .inner {
  display: flex;
  justify-content: space-between;
}
main .grid-wrapper .exh-access .inner .img {
  width: calc((100% - 48px) / 2);
}
@media screen and (max-width: 950px) {
  main .grid-wrapper .exh-access .inner .img {
    width: 100%;
  }
}
main .grid-wrapper .exh-access .inner .text {
  width: calc((100% - 48px) / 2);
}
main .grid-wrapper .exh-access .inner .text .ac-title {
  font-size: 20px;
  font-size: 1.25rem;
}
main .grid-wrapper .exh-access .inner .text .ac-address {
  margin-bottom: 16px;
}
main .grid-wrapper .exh-access .inner .text .ac-color {
  font-weight: 500;
  border-bottom: 1px solid #AF851E;
  margin-bottom: 8px;
}
main .grid-wrapper .exh-access .inner .text .ac-detail {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 950px) {
  main .grid-wrapper .exh-access .inner .text {
    width: 100%;
    margin-top: 32px;
  }
}
@media screen and (max-width: 950px) {
  main .grid-wrapper .exh-access .inner {
    flex-direction: column;
  }
}
main .grid-wrapper .exh-access .nav_text {
  text-align: center;
}
@media screen and (max-width: 950px) {
  main .grid-wrapper .exh-access .nav_text {
    text-align: left;
  }
}
main .grid-wrapper .f-sns {
  padding: 32px 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
main .grid-wrapper .f-sns .button {
  margin-top: 0;
}
main .grid-wrapper .f-sns .button a {
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  main .grid-wrapper .f-sns .button a {
    width: 300px;
    min-width: initial;
  }
}
@media screen and (max-width: 950px) {
  main .grid-wrapper .f-sns {
    flex-direction: column;
    gap: 24px;
  }
}/*# sourceMappingURL=index.css.map */