@charset "UTF-8";

/*ブレイクポイント*/
.main-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 46px;
}

.main-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-col2 {
  position: relative;
  width: 100%;
}

/*@media screen and (min-width: 1024px) {
  .main-col2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}*/

.main-row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--bs-gutter-y);
}

.pc-only {
  display: block !important;
}

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

.sp-only {
  display: none !important;
}

@media screen and (max-width: 1023px) {
  .sp-only {
    display: block !important;
  }
}


/*スプリット制御*/
.split {
  display: table;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .split {
    display: block;
  }
}

.split-item {
  display: table-cell;
  /*    padding: 20px;*/
  width: 50%;
}

@media screen and (max-width: 1023px) {
  .split-item {
    display: block;
    width: auto;
    padding-top: 40px;
  }
}

.split-left {
  /*    background: #ccc;*/
  color: #fff;
  position: relative;
}

.split-left__inner {
  height: 100%;
  position: fixed;
  width: 50%;
  top: 0;
}

@media screen and (min-width: 1024px) {
  .split-left__inner {
    z-index: 5;
    margin-top: 46px;
  }
}

@media screen and (max-width: 1023px) {
  .split-left__inner {
    position: inherit;
    width: auto;
  }
}

.split-right__inner {
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .split-right__inner {
    margin-top: 46px;
  }
}

.bl_header__nav_ul {
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.bl_section {
  background-color: #91ff00;
  display: block;
  padding: 50px;
  width: 100%;
  height: 600px;
}

.el_header-nav_a {
  color: black;
  text-decoration: none;
}

.active {
  color: #f15a24;
}

.bg-blue {
  background-color: cyan;
}

ul {
  list-style: none;
  padding-left: 0;
}

li {
  padding-left: 0;
}

.link-current {
  border-bottom: 2px solid #fff;
}

/*基本設定*/
body {
  font-family: "秀英角ゴシック銀 M", "Arial", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic" !important;
  font-size: 16px;
  color: #333;
  margin: 0;
  overflow-x: hidden;
}

@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}

h2 {
  font-family: "Arial", "Shuei KakuGo Gin M", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic" !important;
  font-size: 24px;
  font-weight: normal;
  color: #AAAAAA;
  margin-top: 6.25rem;
}

@media screen and (max-width: 1023px) {
  h2 {
    font-size: 21px;
  }
}

h2 span {
  font-family: "秀英角ゴシック銀 M", "Arial", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic" !important;
/*  padding-left: 20px;*/
  font-size: 24px;
}

@media screen and (max-width: 1023px) {
  h2 span {
    font-size: 21px;
  }
}

h3 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 0;
}

@media screen and (max-width: 1023px) {
  h3 {
    font-size: 21px;
  }
}

h4 {
  font-size: 48px;
  font-weight: normal;
  margin: .5rem 0px;
}

ruby rt {
  text-align: center;
}

.btn_gray {
  width: 144px;
  height: 37px;
  line-height: 37px;
}

.btn_gray a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #EEEEEE;
  text-align: center;
  border: 1px solid #333333;
  color: #333333;
  font-size: 16px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.btn_gray a:hover {
  background: linear-gradient(135deg, #4b97ad, #00465c);
  color: #FFFFFF;
  margin-left: 0px;
  margin-top: 0px;
  border: 1px solid #333333;
  box-shadow: none;
}

@media screen and (min-width: 1024px) {
  .kv_right {
    padding: 0 152px;
  }
}

@media screen and (min-width: 1024px) {
  .kv_left {
    padding: 0 50px;
  }
}

.img-responsive {
  display: block;
  width: 90%;
  height: auto;
  object-fit: contain;
}

.img-responsive2 {
  height: 90vh;
  margin: 0 auto;
}

@media screen and (max-width: 1099px) {
  .img-responsive2 {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

@media screen and (max-width: 1023px) {
  .img-responsive2 {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.img-responsive3 {
  width: 600px;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .img-responsive3 {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.img-responsive4 {
  width: 800px;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .img-responsive4 {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.box-about {
  font-size: 20px;
  padding: 50px 40px;
  line-height: 1.8;
}

@media screen and (max-width: 1023px) {
  .box-about {
        font-size: 18px;
    padding: 0 20px;
  }
}

.box-about2 ul {
  margin-top: 50px;
}

.box-about2 ul li a {
  color: #333;
  text-decoration: none;
	  font-size: 24px;
  line-height: 1.8;
	
}

.box-about2 ul li a:hover {
  color: #AAA;
}

.box-about2 {
  font-size: 24px;
  padding: 20px 40px;
  line-height: 1.8;
}

@media screen and (max-width: 1023px) {
  .box-about2 {
    padding: 0 20px;
  }
}

.box-about2 ul li {
  font-size: 16px;
  text-decoration: none;
}

.box-about2 ul li span {
  background-color: #C0A375;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 5px;
  color: #ffffff;
  margin-right: 10px;
}

.table_information {
  font-size: 16px;
  text-decoration: none;
  text-align: left;
}

.table_information th {
  padding: 10px 0;
  margin-right: 5px;
  width: 180px;
  vertical-align: top;
}

.table_information th span {
  text-align: left;
  background: linear-gradient(135deg, #4b97ad, #00465c);
  font-weight: bold;
  font-size: 14px;
  padding: 2px 5px;
  color: #ffffff;
}

.table_information td {
  vertical-align: top;
  line-height: 1.6em;
  padding: 10px 0;
}

.table_information td a {
  color: #333;
}
@media screen and (max-width: 1023px) {
  .table_information {
    width: 100%; /* 幅を親要素いっぱいに */
  }
  .table_information tr {
    display: block;
    margin-bottom: 1em; /* 各行の間隔 */
  }
  .table_information th,
  .table_information td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    /* もとの padding や背景などはそのまま活かす */
  }
}



footer p {
  font-size: 12px;
}

footer p a {
  color: #333;
}

.footer-logo {
  width: 102px;
  height: auto;
  padding-bottom: 10px;
}

.arrow_u {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}

.arrow_u:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.arrow_s {
  position: relative;
  display: inline-block;
  padding-left: 12px;
}

.arrow_s:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.event-item p span {
  font-size: 14px;
}

.event-about p span {
  font-family: "Arial", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic" !important;
  background: linear-gradient(135deg, #4b97ad, #00465c);
  font-weight: bold;
  font-size: 14px;
  padding: 2px 5px;
  color: #ffffff;
}

.event_area {
  /*		padding: 50px 0;*/
  position: relative;
}

.event_area .close {
  font-size: 16px;
  font-weight: bold;
  color: #DD5B5B;
  text-align: center;
}

.event_area:before {
  display: block;
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  background-color: #EEEEEE;
  top: 0;
  right: 0;
  margin: auto;
}

.event_area .bg_event {
  position: relative;
  z-index: 1;
}

.art p {
  line-height: 1.4rem;
}

.art p span {
  line-height: 2rem;
  font-size: 14px;
}

.art p a {
  font-size: 14px;
  color: #C0A375;
  font-family: "Arial", "Shuei KakuGo Gin M", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic" !important;
  text-decoration: none;
}

.access p span {
  font-size: 14px;
}

.access-box {
  font-size: 12px;
  padding: 0.5em 1em;
  margin: 2em 0;
  border: solid 1px #333;
}

.access-box p {
  margin: 0;
  padding: 0;
}

.ex-title {
  width: 100%;
  height: auto;
}


.ex-title3 {
  width: 150px;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .ex-title3 {
    width: 132px;
  }
}

.ex-p {
  margin-bottom: 94px;
  line-height: 1.571;
}

@media screen and (max-width: 1023px) {
  .ex-p {
    margin-bottom: 36px;
  }
}

/*@include mq(min, lg) {
  a[href^="tel:"]{
    pointer-events: none;
  }
}*/
/*========= 現在地表示のためのCSS ===============*/
#header {
  position: fixed;
  /*header固定*/
  height: 40px;
  /*Headerの高さ設定*/
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  color: #000;
  text-align: center;
  z-index: 4;
  top: 0;
}

/* 以下はレイアウトのための CSS*/
nav ul {
  font-family: "Arial", "Shuei KakuGo Gin M", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic" !important;
  list-style: none;
  display: flex;
}

nav ul li a {
  display: block;
  text-decoration: none;
  color: #333333;
  padding: 10px;
  transition: all 0.3s;
}

nav ul li.current a,
nav ul li a:hover {
  color: #AAAAAA;
}

@media screen and (max-width: 767px) {
  nav ul li a:hover {
    color: #333333;
  }

  nav ul li.current a {
    color: #AAAAAA;
  }
}

footer {
  padding: 50px 0;
}

/* CSS Document */
/*縦型固定メニュー*/
.side-menu {
  position: sticky;
  top: 50PX;
  right: 0;
  z-index: 1;
  font-size: 0;
  /* 親要素でフォントサイズを０にする */
}

.side-menu li a {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
  /*  フォントサイズ0になっているので指定する */
  color: #333333;
  text-decoration-line: overline;
  letter-spacing: .5em;
  margin: 5px 0;
  /* 以下、装飾 */
}

@media screen and (max-width: 1023px) {
.side-menu li a {
  font-size: 10px;
}
}

.side-menu li a:hover {
  color: #AAA;
}

.area-0 {
  z-index: 2;
}

.area-1 {
  z-index: 1;
}

/* ここからボタンのデザイン */
.page-top a {
  font-family: "Arial", "Shuei KakuGo Gin M", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic" !important;
  color: #4b97ad;
  position: fixed;
  bottom: 24px;
  right: 24px;
  /*  width: 80px;
    height: 80px;*/
  text-decoration: none;
  /*  background-color: #fff;*/
  text-align: center;
  /*  border-radius: 50%;*/
  opacity: 0;
  transition: opacity 0.4s ease-in;
  font-size: 14px;
  /* ③次に作る上向きの三角と、TOPの文字の位置を揃えるためのcss */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 99;
}

.page-top a::before {
  /* ④絶対必要 */
  content: "";
  display: block;
  /* ⑤三角のサイズ */
  width: 20px;
  height: 20px;
  /* ⑥三角の線と回転角度 */
  border-top: 2px solid #4b97ad;
  border-right: 2px solid #4b97ad;
  transform: rotate(-45deg);
}

/* fadeinクラスがついた時だけ表示する */
.page-top a.fadein {
  opacity: 1;
}

/* ここまでボタンのデザイン */
/*モーダルウィンドウ*/
/*infoエリアをはじめは非表示*/
#art01,
#art02,
#art03,
#art04,
#art05,
#art06,
#art07,
#art08,
#art09,
#art10,
#art11,
#art12,
#art13,
#art14,
#art15,
#art16,
#art17,
#art18,
#art19,
#art20,
#art21,
#art22 {
  display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container {
  max-width: 600px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

.modal-text {
  color: #fff;
  line-height: 2rem;
}

.profile-container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 68%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  margin-top: 68px;
}

@media screen and (min-width: 1024px) {
  .profile-container {
    max-width: 600px;
    margin-top: 78px;
  }
}

.artist {
  font-size: 16px;
  font-family: Helvetica, Arial, "sans-serif";
  font-weight: 600;
  line-height: 1.125;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .artist {
    font-size: 14px;
  }
}

.table_artist {
  font-size: 16px;
  text-decoration: none;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .table_artist {
    font-size: 14px;
  }
}

.table_artist th {
  margin-right: 5px;
  width: 70px;
  vertical-align: text-top;
  font-weight: normal;
  padding-top: 16px;
}

.table_artist td {
  vertical-align: text-top;
}

/*テキストの色変更*/
.text_red {
  color: #c34523;
}

a.text_red {
  color: #c34523;
  text-decoration: underline;
  transition: 0.3s;
}

a.text_red:hover {
  opacity: 0.5;
}