@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;
  }
}

.news {
  margin-top: 64px;
}
.news .inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
}
.news ul.scroll-box {
  max-height: 250px;
  overflow-y: auto;
}
.news ul.scroll-box li {
  border-bottom: 1px solid #FCEBF3;
  display: flex;
  padding: 8px 0;
  gap: 32px;
}
.news ul.scroll-box li:first-child {
  border-top: 1px solid #FCEBF3;
}
.news ul.scroll-box li .day {
  width: 12em;
}
.news ul.scroll-box li .text {
  width: calc(100% - 12em);
}
@media screen and (max-width: 950px) {
  .news ul.scroll-box li {
    font-size: 14px;
    font-size: 0.875rem;
    gap: 8px;
  }
}
.news .band {
  margin-top: 32px;
  background: linear-gradient(to right, #B18765, #EDBBD0);
  padding: 5px 0;
}
.news .band p {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
}
@media screen and (max-width: 950px) {
  .news .band p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 950px) {
  .news {
    margin-top: 32px;
  }
}

.intro {
  position: relative;
  margin-top: 120px;
}
.intro .inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
}
.intro .inner p {
  line-height: 1.7;
}
@media screen and (max-width: 950px) {
  .intro .inner p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.intro .inner::after {
  content: "";
  position: absolute;
  top: 75%;
  transform: translateY(-25%);
  -webkit-transform: translateY(-25%);
  width: 40em;
  height: 40em;
  margin: auto;
  left: 0;
  right: 0;
  display: inline-block;
  background-image: url(../images/bk_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -2;
}
@media screen and (max-width: 950px) {
  .intro .inner::after {
    width: 25em;
    height: 25em;
    top: 50%;
  }
}
@media screen and (max-width: 425px) {
  .intro .inner::after {
    width: 20em;
    height: 20em;
    top: 35%;
  }
}
@media screen and (max-width: 375px) {
  .intro .inner::after {
    width: 90vw;
    height: 90vw;
  }
}
@media screen and (max-width: 950px) {
  .intro {
    margin-top: 72px;
  }
}

.overview {
  margin-top: 120px;
  margin-bottom: 120px;
  background-color: #fff;
}
.overview .inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
}
.overview .inner dl {
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.overview .inner dl dt {
  text-align: center;
  width: 175px;
  font-weight: 700;
  border-bottom: 1px solid #FCEBF3;
  padding: 20px 0;
}
@media screen and (max-width: 950px) {
  .overview .inner dl dt {
    font-size: 14px;
    font-size: 0.875rem;
    width: 90px;
    padding: 12px 0;
  }
}
.overview .inner dl dd {
  width: calc(100% - 175px);
  border-bottom: 1px solid #FCEBF3;
  padding: 20px 10px 20px 0;
}
@media screen and (max-width: 950px) {
  .overview .inner dl dd {
    font-size: 14px;
    font-size: 0.875rem;
    width: calc(100% - 90px);
    padding: 8px 12px;
  }
}
@media screen and (max-width: 950px) {
  .overview {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}

.about {
  max-width: 980px;
  width: 90%;
  margin: auto;
}
.about .about_title {
  background-color: #B48967;
  padding: 5px 0;
}
.about .about_title p {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
}
.about .inner {
  border: 3px solid #B48967;
  padding: 24px 16px;
}
.about .inner .text {
  margin-bottom: 16px;
}
@media screen and (max-width: 950px) {
  .about .inner .text p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.about .inner .img {
  width: 420px;
  text-align: center;
  margin: auto;
}
.about .inner .img p {
  margin-top: 8px;
}
@media screen and (max-width: 950px) {
  .about .inner .img {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .about .inner {
    padding: 16px 8px;
  }
}

@media screen and (max-width: 950px) {
  .button.invent a {
    text-align: center;
  }
  .button.invent a .btn-text {
    display: block;
    width: 100%;
  }
  .button.invent a .btn-text p {
    text-align: center;
  }
  .button.invent a span {
    display: none;
  }
}

.event-list {
  margin-bottom: 120px;
}
.event-list .event-info-title .info-title_title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  background-color: #AF851E;
  text-align: center;
  padding: 8px;
  margin-bottom: 24px;
}
@media screen and (max-width: 950px) {
  .event-list .event-info-title .info-title_title {
    font-size: 32px;
    font-size: 2rem;
  }
}
.event-list .event-info-title .event-info-text {
  max-width: 980px;
  width: 90%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .event-list .event-info-title .event-info-text {
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.event-list .inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
  background-color: #fff;
}
.event-list .inner .event-item {
  border: 3px solid #B48967;
  margin-top: 72px;
}
.event-list .inner .event-item:first-child {
  margin-top: 48px;
}
@media screen and (max-width: 950px) {
  .event-list .inner .event-item:first-child {
    margin-top: 24px;
  }
}
.event-list .inner .event-item .event-item_title {
  text-align: center;
  background-color: #B48967;
  padding: 5px 0;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
}
.event-list .inner .event-item .text {
  margin-top: 24px;
}
@media screen and (max-width: 950px) {
  .event-list .inner .event-item .text {
    margin: 16px 8px;
  }
}
@media screen and (max-width: 950px) {
  .event-list .inner .event-item .img {
    max-width: 90%;
  }
}
@media screen and (max-width: 950px) {
  .event-list .inner .event-item {
    margin-top: 48px;
  }
}
.event-list .inner .text {
  text-align: center;
}
@media screen and (max-width: 950px) {
  .event-list .inner .text {
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.event-list .inner .table {
  margin-top: 32px;
  width: 100%;
}
.event-list .inner .table dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #B48967;
}
.event-list .inner .table dl:first-child {
  border-top: 1px solid #B48967;
}
.event-list .inner .table dl dt {
  text-align: center;
  width: 235px;
  font-weight: 700;
  padding: 20px 0;
}
@media screen and (max-width: 950px) {
  .event-list .inner .table dl dt {
    font-size: 14px;
    font-size: 0.875rem;
    width: 120px;
  }
}
.event-list .inner .table dl dd {
  width: calc(100% - 235px);
  padding: 20px 10px 20px 0;
}
.event-list .inner .table dl dd .event-border {
  text-decoration: underline;
  -webkit-text-decoration: underline;
}
@media screen and (max-width: 950px) {
  .event-list .inner .table dl dd {
    width: calc(100% - 120px);
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.event-list .inner .img {
  width: 400px;
  margin: 32px auto;
}
.event-list .inner .img p {
  margin-top: 8px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 950px) {
  .event-list .inner .img p {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 950px) {
  .event-list .inner .img {
    max-width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .event-list {
    margin-bottom: 72px;
  }
}

.access .inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.access .inner .img {
  width: calc((100% - 48px) / 2);
}
@media screen and (max-width: 950px) {
  .access .inner .img {
    width: 100%;
  }
}
.access .inner .text {
  width: calc((100% - 48px) / 2);
}
.access .inner .text .ac-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-style: 500;
}
.access .inner .text .ac-address {
  margin-bottom: 16px;
}
.access .inner .text .ac-color {
  font-weight: 700;
  border-bottom: 1px solid #B48967;
  margin-bottom: 8px;
}
.access .inner .text .ac-detail {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 950px) {
  .access .inner .text {
    width: 100%;
    margin-top: 32px;
  }
}
@media screen and (max-width: 950px) {
  .access .inner {
    flex-direction: column;
  }
}
.access .ac_info {
  text-align: center;
}
@media screen and (max-width: 950px) {
  .access .ac_info {
    padding: 0 16px;
    text-align: left;
  }
}

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

.guide-title h1.guide-layer_title {
  margin-bottom: 24px;
}
@media screen and (max-width: 950px) {
  .guide-title h1.guide-layer_title {
    margin-bottom: 16px;
  }
}
.guide-title p {
  max-width: 980px;
  width: 90%;
  margin: auto;
  text-align: center;
}

.guide-info {
  margin-bottom: 120px;
}
.guide-info .guide-flex {
  max-width: 980px;
  width: 90%;
  margin: auto;
  display: flex;
  gap: 48px;
}
.guide-info .guide-flex .img {
  width: 245px;
}
.guide-info .guide-flex .img p {
  font-size: 10px;
  font-size: 0.625rem;
  text-align: right;
  margin-top: 8px;
}
.guide-info .guide-flex .text {
  width: calc(100% - 245px);
}
.guide-info .guide-flex .text .name {
  font-size: 24px;
  font-size: 1.5rem;
  color: #B48967;
  font-weight: 700;
}
.guide-info .guide-flex .text .text-info {
  margin-top: 24px;
}
.guide-info .guide-flex .text .text-info .title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #B48967;
  margin-bottom: 8px;
}
@media screen and (max-width: 950px) {
  .guide-info .guide-flex {
    flex-direction: column;
    gap: 16px;
  }
  .guide-info .guide-flex .img {
    width: 100%;
    text-align: center;
  }
  .guide-info .guide-flex .text {
    width: 100%;
  }
  .guide-info .guide-flex .text .name {
    text-align: center;
  }
  .guide-info .guide-flex .text .text-info {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 950px) {
  .guide-info {
    margin-bottom: 72px;
  }
}

.guide-overview .inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
}
.guide-overview .inner .table {
  margin-top: 32px;
  width: 100%;
}
.guide-overview .inner .table dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #B48967;
}
.guide-overview .inner .table dl:first-child {
  border-top: 1px solid #B48967;
}
.guide-overview .inner .table dl dt {
  text-align: center;
  width: 235px;
  font-weight: 700;
  padding: 20px 0;
}
@media screen and (max-width: 950px) {
  .guide-overview .inner .table dl dt {
    width: 200px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.guide-overview .inner .table dl dd {
  width: calc(100% - 235px);
  padding: 20px 10px 20px 0;
}
@media screen and (max-width: 950px) {
  .guide-overview .inner .table dl dd {
    width: calc(100% - 200px);
    font-size: 14px;
    font-size: 0.875rem;
  }
}

h3.s_title-guide {
  max-width: 980px;
  width: 90%;
  margin: 72px auto 24px;
}
@media screen and (max-width: 950px) {
  h3.s_title-guide {
    margin: 48px auto 16px;
  }
}

.item-title {
  margin-bottom: 48px;
}
.item-title h1.item-layer_title {
  margin-bottom: 24px;
}
.item-title .item-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-title .item-menu ul li {
  padding: 0 16px;
  border-right: 1px solid #B48967;
}
.item-title .item-menu ul li:last-child {
  border-right: none;
}
.item-title .item-menu ul li a {
  font-size: 18px;
  font-size: 1.125rem;
}
.item-title .item-menu ul li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 950px) {
  .item-title {
    margin-bottom: 32px;
  }
}

#item .inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
}
#item .inner .item_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
#item .inner .item_flex .item_list {
  width: calc((100% - 48px) / 2);
}
#item .inner .item_flex .item_list .item_item .img {
  aspect-ratio: 1/1;
  border: 1px solid #B48967;
}
#item .inner .item_flex .item_list .item_item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#item .inner .item_flex .item_list .item_item .detail {
  margin-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #B48967;
}
#item .inner .item_flex .item_list .item_item .detail .title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  #item .inner .item_flex .item_list .item_item .detail .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#item .inner .item_flex .item_list .item_item .detail .price {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 8px;
}
@media screen and (max-width: 950px) {
  #item .inner .item_flex .item_list .item_item .detail .price {
    font-size: 16px;
    font-size: 1rem;
  }
}
#item .inner .item_flex .item_list .item_item .text {
  margin-top: 16px;
}
@media screen and (max-width: 950px) {
  #item .inner .item_flex .item_list .item_item .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 950px) {
  #item .inner .item_flex .item_list {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  #item .inner .item_flex {
    flex-direction: column;
    gap: 48px;
  }
}
@media screen and (max-width: 950px) {
  #item .inner .item_flex {
    margin-bottom: 48px;
  }
}
#item .item-info {
  max-width: 980px;
  width: 90%;
  margin: auto;
  padding: 16px 0;
  border: 1px solid #B48967;
  text-align: center;
}
#item .item-info p {
  font-size: 24px;
  font-size: 1.5rem;
  color: #B48967;
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  #item .item-info p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.highlights-title h1.hi-layer_title {
  margin-bottom: 24px;
}
@media screen and (max-width: 950px) {
  .highlights-title h1.hi-layer_title {
    margin-bottom: 16px;
  }
}
.highlights-title p {
  max-width: 980px;
  width: 90%;
  margin: auto;
  text-align: center;
}

.highlights-intro {
  max-width: 980px;
  width: 90%;
  margin: auto;
  text-align: center;
  margin-bottom: 72px;
}
.highlights-intro .hi-intro_title {
  margin-top: 32px;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
}
.highlights-intro .hi-intro_title .sub-head {
  background-color: #B48967;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 2px 4px;
}
@media screen and (max-width: 950px) {
  .highlights-intro .hi-intro_title .sub-head {
    font-size: 16px;
    font-size: 1rem;
  }
}
.highlights-intro .hi-intro_title .text {
  border-bottom: 3px solid #000;
}
@media screen and (max-width: 950px) {
  .highlights-intro .hi-intro_title {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 24px;
  }
}
.highlights-intro .hi-intro_text {
  margin-top: 24px;
}
@media screen and (max-width: 950px) {
  .highlights-intro .hi-intro_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 950px) {
  .highlights-intro {
    margin-bottom: 48px;
  }
}

.hi-first .inner,
.hi-middle .inner,
.hi-third .inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
  text-align: center;
}
.hi-first .inner .hi-heading,
.hi-middle .inner .hi-heading,
.hi-third .inner .hi-heading {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  color: #B48967;
  margin: 24px 0;
}
@media screen and (max-width: 950px) {
  .hi-first .inner .hi-heading,
  .hi-middle .inner .hi-heading,
  .hi-third .inner .hi-heading {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.hi-first .inner .hi-heading_intro,
.hi-middle .inner .hi-heading_intro,
.hi-third .inner .hi-heading_intro {
  margin-bottom: 48px;
}
@media screen and (max-width: 950px) {
  .hi-first .inner .hi-heading_intro,
  .hi-middle .inner .hi-heading_intro,
  .hi-third .inner .hi-heading_intro {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
    margin-bottom: 32px;
  }
}
.hi-first .inner .hi-item_wide,
.hi-middle .inner .hi-item_wide,
.hi-third .inner .hi-item_wide {
  width: 100%;
  margin-bottom: 56px;
}
.hi-first .inner .hi-item_wide .detail,
.hi-middle .inner .hi-item_wide .detail,
.hi-third .inner .hi-item_wide .detail {
  margin-top: 8px;
  font-weight: 700;
}
.hi-first .inner .hi-item_wide .detail .detail_tag,
.hi-middle .inner .hi-item_wide .detail .detail_tag,
.hi-third .inner .hi-item_wide .detail .detail_tag {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #F5EEE8;
  border: 1px solid #B48967;
  padding: 2px 4px;
}
.hi-first .inner .hi-item_wide .detail .detail_s,
.hi-middle .inner .hi-item_wide .detail .detail_s,
.hi-third .inner .hi-item_wide .detail .detail_s {
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}
.hi-first .inner .hi-item_2,
.hi-middle .inner .hi-item_2,
.hi-third .inner .hi-item_2 {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.hi-first .inner .hi-item_2 .hi-item_item,
.hi-middle .inner .hi-item_2 .hi-item_item,
.hi-third .inner .hi-item_2 .hi-item_item {
  width: calc((100% - 24px) / 2);
}
.hi-first .inner .hi-item_2 .hi-item_item .img img,
.hi-middle .inner .hi-item_2 .hi-item_item .img img,
.hi-third .inner .hi-item_2 .hi-item_item .img img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
}
.hi-first .inner .hi-item_2 .hi-item_item .detail,
.hi-middle .inner .hi-item_2 .hi-item_item .detail,
.hi-third .inner .hi-item_2 .hi-item_item .detail {
  margin-top: 8px;
  font-weight: 700;
}
.hi-first .inner .hi-item_2 .hi-item_item .detail .detail_tag,
.hi-middle .inner .hi-item_2 .hi-item_item .detail .detail_tag,
.hi-third .inner .hi-item_2 .hi-item_item .detail .detail_tag {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #F5EEE8;
  border: 1px solid #B48967;
  padding: 2px 4px;
}
.hi-first .inner .hi-item_2 .hi-item_item .detail .detail_s,
.hi-middle .inner .hi-item_2 .hi-item_item .detail .detail_s,
.hi-third .inner .hi-item_2 .hi-item_item .detail .detail_s {
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .hi-first .inner .hi-item_2 .hi-item_item,
  .hi-middle .inner .hi-item_2 .hi-item_item,
  .hi-third .inner .hi-item_2 .hi-item_item {
    width: 100%;
    margin-bottom: 56px;
  }
}
.hi-first .inner .hi-item_2 > .hi-item_item-col .hi-col_item,
.hi-middle .inner .hi-item_2 > .hi-item_item-col .hi-col_item,
.hi-third .inner .hi-item_2 > .hi-item_item-col .hi-col_item {
  margin-bottom: 24px;
}
.hi-first .inner .hi-item_2 > .hi-item_item-col .hi-col_item:last-child,
.hi-middle .inner .hi-item_2 > .hi-item_item-col .hi-col_item:last-child,
.hi-third .inner .hi-item_2 > .hi-item_item-col .hi-col_item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 950px) {
  .hi-first .inner .hi-item_2 > .hi-item_item-col .hi-col_item,
  .hi-middle .inner .hi-item_2 > .hi-item_item-col .hi-col_item,
  .hi-third .inner .hi-item_2 > .hi-item_item-col .hi-col_item {
    margin-bottom: 56px;
  }
}
.hi-first .inner .hi-item_2 > .hi-item_item-col:nth-child(1),
.hi-middle .inner .hi-item_2 > .hi-item_item-col:nth-child(1),
.hi-third .inner .hi-item_2 > .hi-item_item-col:nth-child(1) {
  flex: 2;
}
.hi-first .inner .hi-item_2 > .hi-item_item-col:nth-child(2),
.hi-middle .inner .hi-item_2 > .hi-item_item-col:nth-child(2),
.hi-third .inner .hi-item_2 > .hi-item_item-col:nth-child(2) {
  flex: 1;
}
.hi-first .inner .hi-item_2 > .hi-item_item-col .detail,
.hi-middle .inner .hi-item_2 > .hi-item_item-col .detail,
.hi-third .inner .hi-item_2 > .hi-item_item-col .detail {
  margin-top: 8px;
  font-weight: 700;
}
.hi-first .inner .hi-item_2 > .hi-item_item-col .detail .detail_tag,
.hi-middle .inner .hi-item_2 > .hi-item_item-col .detail .detail_tag,
.hi-third .inner .hi-item_2 > .hi-item_item-col .detail .detail_tag {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #F5EEE8;
  border: 1px solid #B48967;
  padding: 2px 4px;
}
.hi-first .inner .hi-item_2 > .hi-item_item-col .detail .detail_s,
.hi-middle .inner .hi-item_2 > .hi-item_item-col .detail .detail_s,
.hi-third .inner .hi-item_2 > .hi-item_item-col .detail .detail_s {
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .hi-first .inner .hi-item_2 > .hi-item_item-col,
  .hi-middle .inner .hi-item_2 > .hi-item_item-col,
  .hi-third .inner .hi-item_2 > .hi-item_item-col {
    width: 100%;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 950px) {
  .hi-first .inner .hi-item_2,
  .hi-middle .inner .hi-item_2,
  .hi-third .inner .hi-item_2 {
    flex-direction: column;
    gap: 0;
  }
}
.hi-first .inner .hi-item_3,
.hi-middle .inner .hi-item_3,
.hi-third .inner .hi-item_3 {
  display: flex;
  justify-content: space-between;
}
.hi-first .inner .hi-item_3 .hi-item_item,
.hi-middle .inner .hi-item_3 .hi-item_item,
.hi-third .inner .hi-item_3 .hi-item_item {
  width: calc((100% - 24px) / 3);
}
.hi-first .inner .hi-item_3 .hi-item_item .img img,
.hi-middle .inner .hi-item_3 .hi-item_item .img img,
.hi-third .inner .hi-item_3 .hi-item_item .img img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
}
.hi-first .inner .hi-item_3 .hi-item_item .detail,
.hi-middle .inner .hi-item_3 .hi-item_item .detail,
.hi-third .inner .hi-item_3 .hi-item_item .detail {
  margin-top: 8px;
  font-weight: 700;
}
.hi-first .inner .hi-item_3 .hi-item_item .detail .detail_tag,
.hi-middle .inner .hi-item_3 .hi-item_item .detail .detail_tag,
.hi-third .inner .hi-item_3 .hi-item_item .detail .detail_tag {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #F5EEE8;
  border: 1px solid #B48967;
  padding: 2px 4px;
}
.hi-first .inner .hi-item_3 .hi-item_item .detail .detail_s,
.hi-middle .inner .hi-item_3 .hi-item_item .detail .detail_s,
.hi-third .inner .hi-item_3 .hi-item_item .detail .detail_s {
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .hi-first .inner .hi-item_3 .hi-item_item,
  .hi-middle .inner .hi-item_3 .hi-item_item,
  .hi-third .inner .hi-item_3 .hi-item_item {
    width: 100%;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 950px) {
  .hi-first .inner .hi-item_3,
  .hi-middle .inner .hi-item_3,
  .hi-third .inner .hi-item_3 {
    flex-direction: column;
  }
}

.hi-first,
.hi-middle {
  margin-bottom: 120px;
}
@media screen and (max-width: 950px) {
  .hi-first,
  .hi-middle {
    margin-bottom: 72px;
  }
}

.highlights-item_tx {
  text-align: center;
  margin-top: 48px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 950px) {
  .highlights-item_tx {
    margin: 0 16px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.tickets-title {
  margin-bottom: 48px;
}
.tickets-title h1.tickets-layer_title {
  margin-bottom: 24px;
}
.tickets-title .tickets-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tickets-title .tickets-menu ul li {
  padding: 0 16px;
  border-right: 1px solid #B48967;
}
.tickets-title .tickets-menu ul li:last-child {
  border-right: none;
}
.tickets-title .tickets-menu ul li a {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}
.tickets-title .tickets-menu ul li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 950px) {
  .tickets-title .tickets-menu ul li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 950px) {
  .tickets-title {
    margin-bottom: 32px;
  }
}

#attending {
  margin-bottom: 120px;
}
#attending .inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
}
#attending .inner .band {
  margin-top: 32px;
  background: linear-gradient(to right, #B18765, #EDBBD0);
  padding: 5px 0;
}
#attending .inner .band p {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
}
@media screen and (max-width: 950px) {
  #attending .inner .band p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#attending .inner .all-note {
  line-height: 2;
  margin-top: 16px;
}
#attending .inner .all-note .point {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #B48967;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 950px) {
  #attending .inner .all-note .point {
    width: 10px;
    height: 10px;
  }
}
#attending .inner .all-note a {
  color: #B48967;
  font-weight: 700;
}
#attending .inner .all-note a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 950px) {
  #attending .inner .all-note {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
#attending .inner .all-note_bor {
  border: 3px solid #B48967;
  padding: 24px 16px;
}
@media screen and (max-width: 950px) {
  #attending .inner .all-note_bor {
    padding: 16px 8px;
  }
}
#attending .inner .b-note {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #B48967;
  text-align: center;
  margin-top: 72px;
}
@media screen and (max-width: 950px) {
  #attending .inner .b-note {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 48px;
  }
}
#attending .inner .note-text {
  line-height: 2;
}
#attending .inner .note-text .dat-box {
  border: 1px solid #B48967;
  padding: 16px;
  margin: 8px 0;
}
@media screen and (max-width: 950px) {
  #attending .inner .note-text .dat-box {
    font-size: 16px;
    font-size: 1rem;
  }
}
#attending .inner .note-text ul li {
  padding-bottom: 10px;
}
#attending .inner .note-text ul li p {
  line-height: 1.5;
}
#attending .inner .note-text a {
  color: #B48967;
  font-weight: 700;
}
#attending .inner .note-text a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 950px) {
  #attending .inner .note-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 950px) {
  #attending {
    margin-bottom: 72px;
  }
}

#reserve {
  margin-bottom: 120px;
}
#reserve .inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
}
#reserve .inner .reserve-list .general_table {
  margin-bottom: 24px;
}
#reserve .inner .reserve-list .general_table ul {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#reserve .inner .reserve-list .general_table ul li {
  display: grid;
  min-width: 980px;
  border-bottom: 1px solid #B48967;
  grid-template-columns: 200px 1fr 1fr;
  align-items: center;
  padding: 20px 0;
}
#reserve .inner .reserve-list .general_table ul li span {
  width: 100%;
  text-align: center;
}
#reserve .inner .reserve-list .general_table ul li span:nth-child(1) {
  width: 200px;
}
@media screen and (max-width: 950px) {
  #reserve .inner .reserve-list .general_table ul li span:nth-child(1) {
    width: 100px;
  }
}
#reserve .inner .reserve-list .general_table ul li .general_title {
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  #reserve .inner .reserve-list .general_table ul li {
    min-width: 300px;
    grid-template-columns: 100px 1fr 1fr;
  }
}
#reserve .inner .reserve-list .reserve-detail {
  margin-bottom: 48px;
}
#reserve .inner .reserve-list .reserve-detail ul {
  margin-top: 8px;
}
#reserve .inner .reserve-list .reserve-detail .reserve-btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 950px) {
  #reserve .inner .reserve-list .reserve-detail .reserve-btn {
    flex-direction: column;
  }
}
@media screen and (max-width: 950px) {
  #reserve .inner .reserve-list .reserve-detail {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#reserve .inner .reserve-list .table {
  margin-top: 32px;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#reserve .inner .reserve-list .table dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #B48967;
  min-width: 980px;
}
#reserve .inner .reserve-list .table dl:first-child {
  border-top: 1px solid #B48967;
}
#reserve .inner .reserve-list .table dl dt {
  text-align: center;
  width: 400px;
  font-weight: 700;
  padding: 20px 0;
}
@media screen and (max-width: 950px) {
  #reserve .inner .reserve-list .table dl dt {
    width: 240px;
  }
}
#reserve .inner .reserve-list .table dl dd {
  width: calc(100% - 400px);
  padding: 20px 10px 20px 0;
}
#reserve .inner .reserve-list .table dl dd .table_bl {
  font-weight: 700;
}
#reserve .inner .reserve-list .table dl dd .at_border {
  border: 1px solid #B48967;
  padding: 2px;
}
@media screen and (max-width: 950px) {
  #reserve .inner .reserve-list .table dl dd {
    width: calc(100% - 240px);
  }
}
#reserve .inner .reserve-list .table dl .dd_title {
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  #reserve .inner .reserve-list .table dl {
    min-width: 700px;
  }
}
#reserve .inner .reserve-list .table .table_note {
  margin-top: 8px;
}
#reserve .inner .reserve-list .reserve-detail {
  margin-top: 24px;
}
@media screen and (max-width: 950px) {
  #reserve {
    margin-bottom: 72px;
  }
}

#schedule {
  margin-bottom: 120px;
}
#schedule .inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
}
#schedule .inner .table {
  margin-top: 32px;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#schedule .inner .table dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #B48967;
  min-width: 980px;
}
#schedule .inner .table dl:first-child {
  border-top: 1px solid #B48967;
}
#schedule .inner .table dl dt {
  text-align: center;
  width: 550px;
  font-weight: 700;
  padding: 20px 0;
}
@media screen and (max-width: 950px) {
  #schedule .inner .table dl dt {
    width: 300px;
  }
}
#schedule .inner .table dl .schedule_dt {
  font-weight: 400;
}
#schedule .inner .table dl dd {
  width: calc(100% - 550px);
  padding: 20px 10px 20px 0;
  text-align: center;
}
@media screen and (max-width: 950px) {
  #schedule .inner .table dl dd {
    width: calc(100% - 300px);
  }
}
#schedule .inner .table dl .dd_title {
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  #schedule .inner .table dl {
    min-width: 550px;
  }
}
#schedule .inner .schedule-detail {
  margin-top: 24px;
}
@media screen and (max-width: 950px) {
  #schedule .inner .schedule-detail {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 950px) {
  #schedule {
    margin-bottom: 72px;
  }
}

#special .inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
}
#special .inner .special-info .special-info_detail p {
  text-align: center;
}
@media screen and (max-width: 950px) {
  #special .inner .special-info .special-info_detail p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#special .inner .special-note ul li {
  padding-bottom: 10px;
}
#special .inner .special-note ul li p {
  line-height: 1.5;
}
@media screen and (max-width: 950px) {
  #special .inner .special-note ul li p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#special .inner .special-event_list {
  margin-top: 72px;
}
#special .inner .special-event_list .special-event_title {
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #F5EEE8;
  border: 1px solid #B48967;
  width: fit-content;
  padding: 8px;
}
#special .inner .special-event_list .special-event_p {
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  #special .inner .special-event_list .special-event_p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#special .inner .special-event_list .table {
  margin-top: 32px;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#special .inner .special-event_list .table dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #B48967;
  min-width: 980px;
}
#special .inner .special-event_list .table dl:first-child {
  border-top: 1px solid #B48967;
}
#special .inner .special-event_list .table dl dt {
  text-align: center;
  width: 400px;
  font-weight: 700;
  padding: 20px 0;
}
@media screen and (max-width: 950px) {
  #special .inner .special-event_list .table dl dt {
    width: 200px;
  }
}
#special .inner .special-event_list .table dl dd {
  width: calc(100% - 100px);
  padding: 20px 10px 20px 0;
}
#special .inner .special-event_list .table dl dd .event-border {
  text-decoration: underline;
  -webkit-text-decoration: underline;
}
@media screen and (max-width: 950px) {
  #special .inner .special-event_list .table dl dd {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 950px) {
  #special .inner .special-event_list .table dl {
    min-width: 300px;
  }
}
@media screen and (max-width: 950px) {
  #special .inner .special-event_list {
    margin-top: 48px;
  }
}
#special .inner .special-detail {
  margin-top: 24px;
}
#special .inner .special-detail ul li p a {
  color: #B48967;
  font-weight: 700;
}
#special .inner .special-detail ul li p a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 950px) {
  #special .inner .special-detail ul li p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.reserve-detail ul li,
.schedule-detail ul li,
.special-detail ul li {
  padding-bottom: 10px;
}
.reserve-detail ul li p,
.schedule-detail ul li p,
.special-detail ul li p {
  line-height: 1.5;
}
.reserve-detail ul li p a,
.schedule-detail ul li p a,
.special-detail ul li p a {
  color: #B48967;
  font-weight: 700;
}
.reserve-detail ul li p a:hover,
.schedule-detail ul li p a:hover,
.special-detail ul li p a:hover {
  opacity: 0.5;
}

.target-title {
  scroll-margin-top: 100px;
}

.button.special-btn {
  text-align: left;
}

h1.composition-layer_title {
  margin-bottom: 24px;
}

.composition-menu {
  margin-bottom: 48px;
}
.composition-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.composition-menu ul li {
  padding: 0 16px;
  border-right: 1px solid #B48967;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
}
.composition-menu ul li:last-child {
  border-right: none;
}
.composition-menu ul li.active {
  color: #B48967;
}

#com-first .inner,
#com-middle .inner,
#com-third .inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
}
#com-first .inner .headline,
#com-middle .inner .headline,
#com-third .inner .headline {
  color: #B48967;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 950px) {
  #com-first .inner .headline,
  #com-middle .inner .headline,
  #com-third .inner .headline {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#com-first .inner .composition-list,
#com-middle .inner .composition-list,
#com-third .inner .composition-list {
  margin-top: 48px;
  margin-bottom: 120px;
}
#com-first .inner .composition-list:last-child,
#com-middle .inner .composition-list:last-child,
#com-third .inner .composition-list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 950px) {
  #com-first .inner .composition-list:last-child,
  #com-middle .inner .composition-list:last-child,
  #com-third .inner .composition-list:last-child {
    margin-bottom: 24px;
  }
}
#com-first .inner .composition-list .crosshead,
#com-middle .inner .composition-list .crosshead,
#com-third .inner .composition-list .crosshead {
  color: #B48967;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 32px;
}
#com-first .inner .composition-list .crosshead span,
#com-middle .inner .composition-list .crosshead span,
#com-third .inner .composition-list .crosshead span {
  border: 1px solid #B48967;
  display: inline-block;
}
#com-first .inner .composition-list .crosshead .sb-top,
#com-middle .inner .composition-list .crosshead .sb-top,
#com-third .inner .composition-list .crosshead .sb-top {
  border-top: none;
}
#com-first .inner .composition-list .crosshead .sb-bottom,
#com-middle .inner .composition-list .crosshead .sb-bottom,
#com-third .inner .composition-list .crosshead .sb-bottom {
  border-bottom: none;
}
@media screen and (max-width: 950px) {
  #com-first .inner .composition-list .crosshead,
  #com-middle .inner .composition-list .crosshead,
  #com-third .inner .composition-list .crosshead {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 24px;
  }
}
#com-first .inner .composition-list .composition-flex,
#com-middle .inner .composition-list .composition-flex,
#com-third .inner .composition-list .composition-flex {
  display: flex;
  justify-content: space-between;
}
#com-first .inner .composition-list .composition-flex .com-item_item,
#com-middle .inner .composition-list .composition-flex .com-item_item,
#com-third .inner .composition-list .composition-flex .com-item_item {
  width: calc((100% - 48px) / 2);
}
#com-first .inner .composition-list .composition-flex .com-item_item .img img,
#com-middle .inner .composition-list .composition-flex .com-item_item .img img,
#com-third .inner .composition-list .composition-flex .com-item_item .img img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
}
#com-first .inner .composition-list .composition-flex .com-item_item .detail,
#com-middle .inner .composition-list .composition-flex .com-item_item .detail,
#com-third .inner .composition-list .composition-flex .com-item_item .detail {
  margin-top: 8px;
  font-weight: 700;
  text-align: center;
}
#com-first .inner .composition-list .composition-flex .com-item_item .detail .detail_tag,
#com-middle .inner .composition-list .composition-flex .com-item_item .detail .detail_tag,
#com-third .inner .composition-list .composition-flex .com-item_item .detail .detail_tag {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #F5EEE8;
  border: 1px solid #B48967;
  padding: 2px 4px;
}
#com-first .inner .composition-list .composition-flex .com-item_item .detail .detail_s,
#com-middle .inner .composition-list .composition-flex .com-item_item .detail .detail_s,
#com-third .inner .composition-list .composition-flex .com-item_item .detail .detail_s {
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  #com-first .inner .composition-list .composition-flex .com-item_item,
  #com-middle .inner .composition-list .composition-flex .com-item_item,
  #com-third .inner .composition-list .composition-flex .com-item_item {
    width: 100%;
    margin-bottom: 56px;
  }
  #com-first .inner .composition-list .composition-flex .com-item_item:last-child,
  #com-middle .inner .composition-list .composition-flex .com-item_item:last-child,
  #com-third .inner .composition-list .composition-flex .com-item_item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 950px) {
  #com-first .inner .composition-list .composition-flex,
  #com-middle .inner .composition-list .composition-flex,
  #com-third .inner .composition-list .composition-flex {
    flex-direction: column;
  }
}
#com-first .inner .composition-list .composition-wide,
#com-middle .inner .composition-list .composition-wide,
#com-third .inner .composition-list .composition-wide {
  display: flex;
  justify-content: center;
}
#com-first .inner .composition-list .composition-wide .com-item_item,
#com-middle .inner .composition-list .composition-wide .com-item_item,
#com-third .inner .composition-list .composition-wide .com-item_item {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
#com-first .inner .composition-list .composition-wide .com-item_item .img,
#com-middle .inner .composition-list .composition-wide .com-item_item .img,
#com-third .inner .composition-list .composition-wide .com-item_item .img {
  margin: 0 auto;
}
#com-first .inner .composition-list .composition-wide .com-item_item .img img,
#com-middle .inner .composition-list .composition-wide .com-item_item .img img,
#com-third .inner .composition-list .composition-wide .com-item_item .img img {
  display: block;
  width: 100%;
  max-width: 600px;
  max-height: 400px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
#com-first .inner .composition-list .composition-wide .com-item_item .img-them,
#com-middle .inner .composition-list .composition-wide .com-item_item .img-them,
#com-third .inner .composition-list .composition-wide .com-item_item .img-them {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 950px) {
  #com-first .inner .composition-list .composition-wide .com-item_item .img-them,
  #com-middle .inner .composition-list .composition-wide .com-item_item .img-them,
  #com-third .inner .composition-list .composition-wide .com-item_item .img-them {
    flex-direction: column;
  }
}
@media screen and (max-width: 950px) {
  #com-first .inner .composition-list .composition-wide .com-item_item .img-sp_reverse,
  #com-middle .inner .composition-list .composition-wide .com-item_item .img-sp_reverse,
  #com-third .inner .composition-list .composition-wide .com-item_item .img-sp_reverse {
    flex-direction: column-reverse;
  }
}
#com-first .inner .composition-list .composition-wide .com-item_item .detail,
#com-middle .inner .composition-list .composition-wide .com-item_item .detail,
#com-third .inner .composition-list .composition-wide .com-item_item .detail {
  margin-top: 8px;
  font-weight: 700;
  text-align: center;
}
#com-first .inner .composition-list .composition-wide .com-item_item .detail .detail_tag,
#com-middle .inner .composition-list .composition-wide .com-item_item .detail .detail_tag,
#com-third .inner .composition-list .composition-wide .com-item_item .detail .detail_tag {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #F5EEE8;
  border: 1px solid #B48967;
  padding: 2px 4px;
}
#com-first .inner .composition-list .composition-wide .com-item_item .detail .detail_s,
#com-middle .inner .composition-list .composition-wide .com-item_item .detail .detail_s,
#com-third .inner .composition-list .composition-wide .com-item_item .detail .detail_s {
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}
#com-first .inner .composition-list .composition-wide.wide-100 .com-item_item .img img,
#com-middle .inner .composition-list .composition-wide.wide-100 .com-item_item .img img,
#com-third .inner .composition-list .composition-wide.wide-100 .com-item_item .img img {
  max-width: 100%;
}
#com-first .inner .composition-list .composition-flex-th,
#com-middle .inner .composition-list .composition-flex-th,
#com-third .inner .composition-list .composition-flex-th {
  display: flex;
  justify-content: space-between;
}
#com-first .inner .composition-list .composition-flex-th .com-item_item,
#com-middle .inner .composition-list .composition-flex-th .com-item_item,
#com-third .inner .composition-list .composition-flex-th .com-item_item {
  width: calc((100% - 120px) / 3);
}
#com-first .inner .composition-list .composition-flex-th .com-item_item .img img,
#com-middle .inner .composition-list .composition-flex-th .com-item_item .img img,
#com-third .inner .composition-list .composition-flex-th .com-item_item .img img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
}
#com-first .inner .composition-list .composition-flex-th .com-item_item .detail,
#com-middle .inner .composition-list .composition-flex-th .com-item_item .detail,
#com-third .inner .composition-list .composition-flex-th .com-item_item .detail {
  margin-top: 8px;
  font-weight: 700;
  text-align: center;
}
#com-first .inner .composition-list .composition-flex-th .com-item_item .detail .detail_tag,
#com-middle .inner .composition-list .composition-flex-th .com-item_item .detail .detail_tag,
#com-third .inner .composition-list .composition-flex-th .com-item_item .detail .detail_tag {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #F5EEE8;
  border: 1px solid #B48967;
  padding: 2px 4px;
}
#com-first .inner .composition-list .composition-flex-th .com-item_item .detail .detail_s,
#com-middle .inner .composition-list .composition-flex-th .com-item_item .detail .detail_s,
#com-third .inner .composition-list .composition-flex-th .com-item_item .detail .detail_s {
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  #com-first .inner .composition-list .composition-flex-th .com-item_item,
  #com-middle .inner .composition-list .composition-flex-th .com-item_item,
  #com-third .inner .composition-list .composition-flex-th .com-item_item {
    width: 100%;
    margin-bottom: 56px;
  }
  #com-first .inner .composition-list .composition-flex-th .com-item_item:last-child,
  #com-middle .inner .composition-list .composition-flex-th .com-item_item:last-child,
  #com-third .inner .composition-list .composition-flex-th .com-item_item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 950px) {
  #com-first .inner .composition-list .composition-flex-th,
  #com-middle .inner .composition-list .composition-flex-th,
  #com-third .inner .composition-list .composition-flex-th {
    flex-direction: column;
  }
}
#com-first .inner .composition-list .composition-text,
#com-middle .inner .composition-list .composition-text,
#com-third .inner .composition-list .composition-text {
  margin-top: 32px;
}
#com-first .inner .composition-list .composition-text p,
#com-middle .inner .composition-list .composition-text p,
#com-third .inner .composition-list .composition-text p {
  line-height: 1.75;
}
@media screen and (max-width: 950px) {
  #com-first .inner .composition-list .composition-text p,
  #com-middle .inner .composition-list .composition-text p,
  #com-third .inner .composition-list .composition-text p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 950px) {
  #com-first .inner .composition-list .composition-text,
  #com-middle .inner .composition-list .composition-text,
  #com-third .inner .composition-list .composition-text {
    margin-top: 24px;
  }
}
@media screen and (max-width: 950px) {
  #com-first .inner .composition-list,
  #com-middle .inner .composition-list,
  #com-third .inner .composition-list {
    margin-bottom: 72px;
  }
}

.composition-item_tx {
  text-align: center;
  margin-top: 48px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 950px) {
  .composition-item_tx {
    margin: 0 16px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.e_intro {
  margin-top: 64px;
}

#sec_visit {
  margin-bottom: 120px;
}
#sec_visit .inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
}
#sec_visit .inner .band {
  margin-top: 32px;
  background: linear-gradient(to right, #B18765, #EDBBD0);
  padding: 5px 0;
}
#sec_visit .inner .band p {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
}
@media screen and (max-width: 950px) {
  #sec_visit .inner .band p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#sec_visit .inner .all-note {
  line-height: 2;
  margin-top: 16px;
}
#sec_visit .inner .all-note .point {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #B48967;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 950px) {
  #sec_visit .inner .all-note .point {
    width: 10px;
    height: 10px;
  }
}
#sec_visit .inner .all-note a {
  color: #B48967;
  font-weight: 700;
}
#sec_visit .inner .all-note a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 950px) {
  #sec_visit .inner .all-note {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
#sec_visit .inner .all-note_bor {
  border: 3px solid #B48967;
  padding: 24px 16px;
}
@media screen and (max-width: 950px) {
  #sec_visit .inner .all-note_bor {
    padding: 16px 8px;
  }
}
#sec_visit .inner .b-note {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #B48967;
  text-align: center;
  margin-top: 72px;
}
@media screen and (max-width: 950px) {
  #sec_visit .inner .b-note {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 48px;
  }
}
#sec_visit .inner .note-text {
  line-height: 2;
}
#sec_visit .inner .note-text .dat-box {
  border: 1px solid #B48967;
  padding: 16px;
  margin: 8px 0;
}
@media screen and (max-width: 950px) {
  #sec_visit .inner .note-text .dat-box {
    font-size: 16px;
    font-size: 1rem;
  }
}
#sec_visit .inner .note-text ul li {
  padding-bottom: 10px;
}
#sec_visit .inner .note-text ul li p {
  line-height: 1.5;
}
#sec_visit .inner .note-text a {
  color: #B48967;
  font-weight: 700;
}
#sec_visit .inner .note-text a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 950px) {
  #sec_visit .inner .note-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 950px) {
  #sec_visit {
    margin-bottom: 72px;
  }
}

#sec_admissions {
  margin-bottom: 120px;
}
#sec_admissions .inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
}
#sec_admissions .inner .reserve-list .general_table {
  margin-bottom: 24px;
}
#sec_admissions .inner .reserve-list .general_table ul {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#sec_admissions .inner .reserve-list .general_table ul li {
  display: grid;
  min-width: 980px;
  border-bottom: 1px solid #B48967;
  grid-template-columns: 200px 1fr 1fr;
  align-items: center;
  padding: 20px 0;
}
#sec_admissions .inner .reserve-list .general_table ul li span {
  width: 100%;
  text-align: center;
}
#sec_admissions .inner .reserve-list .general_table ul li span:nth-child(1) {
  width: 200px;
}
@media screen and (max-width: 950px) {
  #sec_admissions .inner .reserve-list .general_table ul li span:nth-child(1) {
    width: 100px;
  }
}
#sec_admissions .inner .reserve-list .general_table ul li .general_title {
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  #sec_admissions .inner .reserve-list .general_table ul li {
    min-width: 300px;
    grid-template-columns: 100px 1fr 1fr;
  }
}
#sec_admissions .inner .reserve-list .reserve-detail {
  margin-bottom: 48px;
}
#sec_admissions .inner .reserve-list .reserve-detail ul {
  margin-top: 8px;
}
#sec_admissions .inner .reserve-list .reserve-detail .reserve-btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 950px) {
  #sec_admissions .inner .reserve-list .reserve-detail .reserve-btn {
    flex-direction: column;
  }
}
@media screen and (max-width: 950px) {
  #sec_admissions .inner .reserve-list .reserve-detail {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#sec_admissions .inner .reserve-list .table {
  margin-top: 32px;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#sec_admissions .inner .reserve-list .table dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #B48967;
  min-width: 980px;
}
#sec_admissions .inner .reserve-list .table dl:first-child {
  border-top: 1px solid #B48967;
}
#sec_admissions .inner .reserve-list .table dl dt {
  text-align: center;
  width: 400px;
  font-weight: 700;
  padding: 20px 0;
}
@media screen and (max-width: 950px) {
  #sec_admissions .inner .reserve-list .table dl dt {
    width: 240px;
  }
}
#sec_admissions .inner .reserve-list .table dl dd {
  width: calc(100% - 400px);
  padding: 20px 10px 20px 0;
}
#sec_admissions .inner .reserve-list .table dl dd .table_bl {
  font-weight: 700;
}
#sec_admissions .inner .reserve-list .table dl dd .at_border {
  border: 1px solid #B48967;
  padding: 2px;
}
@media screen and (max-width: 950px) {
  #sec_admissions .inner .reserve-list .table dl dd {
    width: calc(100% - 240px);
  }
}
#sec_admissions .inner .reserve-list .table dl .dd_title {
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  #sec_admissions .inner .reserve-list .table dl {
    min-width: 700px;
  }
}
#sec_admissions .inner .reserve-list .table .table_note {
  margin-top: 8px;
}
#sec_admissions .inner .reserve-list .reserve-detail {
  margin-top: 24px;
}
@media screen and (max-width: 950px) {
  #sec_admissions {
    margin-bottom: 72px;
  }
}

#sec_schedule {
  margin-bottom: 120px;
}
#sec_schedule .inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
}
#sec_schedule .inner .table {
  margin-top: 32px;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#sec_schedule .inner .table dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #B48967;
  min-width: 980px;
}
#sec_schedule .inner .table dl:first-child {
  border-top: 1px solid #B48967;
}
#sec_schedule .inner .table dl dt {
  text-align: center;
  width: 550px;
  font-weight: 700;
  padding: 20px 0;
}
@media screen and (max-width: 950px) {
  #sec_schedule .inner .table dl dt {
    width: 300px;
  }
}
#sec_schedule .inner .table dl .schedule_dt {
  font-weight: 400;
}
#sec_schedule .inner .table dl dd {
  width: calc(100% - 550px);
  padding: 20px 10px 20px 0;
  text-align: center;
}
@media screen and (max-width: 950px) {
  #sec_schedule .inner .table dl dd {
    width: calc(100% - 300px);
  }
}
#sec_schedule .inner .table dl .dd_title {
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  #sec_schedule .inner .table dl {
    min-width: 550px;
  }
}
#sec_schedule .inner .schedule-detail {
  margin-top: 24px;
}
@media screen and (max-width: 950px) {
  #sec_schedule .inner .schedule-detail {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 950px) {
  #sec_schedule {
    margin-bottom: 72px;
  }
}

.e_access {
  margin-top: 120px;
}
.e_access .inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.e_access .inner .img {
  width: calc((100% - 48px) / 2);
}
@media screen and (max-width: 950px) {
  .e_access .inner .img {
    width: 100%;
  }
}
.e_access .inner .text {
  width: calc((100% - 48px) / 2);
}
.e_access .inner .text .ac-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
.e_access .inner .text .ac-address {
  margin-bottom: 16px;
}
.e_access .inner .text .ac-color {
  font-weight: 700;
  border-bottom: 1px solid #B48967;
  margin-bottom: 8px;
}
.e_access .inner .text .ac-detail {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 950px) {
  .e_access .inner .text {
    width: 100%;
    margin-top: 32px;
  }
}
@media screen and (max-width: 950px) {
  .e_access .inner {
    flex-direction: column;
  }
}
.e_access .ac_info {
  text-align: center;
}
@media screen and (max-width: 950px) {
  .e_access .ac_info {
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 950px) {
  .e_access {
    margin-top: 72px;
  }
}/*# sourceMappingURL=beauty.css.map */