@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem !important;
  line-height: 1.75;
  word-break: break-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  position: relative;
  text-align: justify;
}

.hidden_box {
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
}

p {
  font-size: 1.6rem;
  line-height: 1.75;
  word-break: break-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  text-align: justify;
  margin: 0 auto;
  position: relative;
}

section {
  padding: 5rem 0;
}

.layout {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  width: 90%;
}

.df_row {
  display: flex;
  flex-flow: row wrap;
}

.detail {
  font-size: 1rem;
  text-align: right;
}

strong {
  font-weight: bold;
}

/*---------共通---------*/
body {
  font-family: "Hiragino UD Sans W3 JIS2004";
}

#menu {
  padding: 0;
}
#menu .layout {
  width: 100%;
}
#menu ul {
  background-color: #000;
  justify-content: space-between;
}
#menu ul li {
  color: #fff;
  padding: 0rem 2rem;
  border-right: 1px solid #fff;
}
#menu ul li:nth-last-of-type(1) {
  border-right: none;
}

.h2_box{
  position: relative;
}

.h2_box h2 {
  font-family: Avenir, san-serif;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0.3rem;
}
.h2_box p {
  position: relative;
}
.h2_box p::after {
  content: "";
  width: 200px;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  margin-left: 1rem;
}
.h2_box::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: absolute;
}
#event .h2_box::before {
  background-color: #a7ce73;
  top: -20px;
  left: -30px;
}
#banner_artist .h2_box::before {
  background-color: #da4a74;
top: -18px;
    left: 122px;
}
#banner_hall_gallery .h2_box::before {
  background-color: #eabb00;
    top: -20px;
    right: -22px;
}
#information .h2_box::before {
  background-color: #86d6ff;
top: -15px;
    left: -20px;
}
#page_artist #page_banner .h2_box::before {
  background-color: #da4a74;
    top: -22px;
    right: -20%;
}
#page_hall_gallery #page_banner .h2_box::before {
  background-color: #eabb00;
  top: 22px;
  right: 32%;
}
#page_event #page_banner .h2_box::before {
  background-color: #a7ce73;
  top: 25px;
  right: 40%;
}
.h2_box.center_h2 h2,
.h2_box.center_h2 p {
  text-align: center;
  color: #fff;
}
.h2_box.center_h2 p {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
width:100%;
}
.h2_box.center_h2 p::after, .h2_box.center_h2 p::before {
  content: "";
  width: 50px;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
}
.h2_box.center_h2 p::before {
  left: -55px;
}
.h2_box.center_h2 p::after {
  right: -55px;
}

#main_img {
  padding-top: 0;
}
#main_img .layout {
  width: 100%;
}

.event_layout {
  gap: 3rem;
  margin-top: 3rem;
}
.event_layout .item {
  width: calc((100% - 6rem) / 3);
}
.event_layout .event_img {
  background-color: #dbeaec;
  height: 250px;
  padding: 1.5rem;
}
.event_layout .event_img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.event_layout .event_title {
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.5rem;
}
.event_layout .event_title p {
  border-left: 3px solid #a7ce73;
  padding-left: 1rem;
}
.event_layout .date_venue {
  font-size: 1.4rem;
}
.event_layout .date_venue p {
  display: flex;
  align-items: center;
}
.event_layout .content {
  font-size: 1.4rem;
}

.icon {
  width: 10px;
  margin-right: 3px;
}

#about .layout {
  background-color: #dbeaec;
  padding: 2rem 5rem;
}
#about .layout .left {
  width: 65%;
}
#about .layout .right {
  flex: 1;
  padding: 3rem 0rem 3rem 3rem;
}
#about .big {
  font-family: Avenir, san-serif;
  font-size: 6.5rem;
  letter-spacing: 0.5rem;
}
#about .big span {
  font-size: 3rem;
}
#about .big span.i {
  font-size: 7.7rem;
}

[id^=banner_] .h2_box p::after {
  border-bottom: 1px solid #fff;
  width: 150px;
}
[id^=banner_] .layout {
  background-image: url(/file/html/5386160.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
  color: #fff;
  padding: 2rem 5rem;
  display: flex;
  align-items: center;
}
[id^=banner_] .txt_box {
  width: 35%;
}

#banner_hall_gallery .layout {
  background-image: url(/file/html/5385692.jpg);
}
#banner_hall_gallery .txt_box {
  width: 40%;
  margin-left: auto;
}

.more_btn {
  border-bottom: 1px solid #000;
  padding: 0.5rem 2rem 0.5rem 1rem;
  display: block;
  width: 80px;
  margin-left: auto;
  position: relative;
}
.more_btn::before {
  content: "";
  background-image: url(images/more_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.more_btn.white {
  border-bottom: 1px solid #fff;
}
.more_btn.white::before {
  background-image: url(images/more_arrow_wh.png);
}

#link_btn .layout {
  gap: 2rem;
}
#link_btn .item {
  width: calc((100% - 2rem) / 2);
  background-color: #000;
  color: #fff;
  height: 50px;
  align-items: center;
}
#link_btn .arrow {
  height: 100%;
}
#link_btn .arrow img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
#link_btn p {
  border-bottom: 1px solid #fff;
  width: calc(100% - 50px - 15px);
  text-align: center;
  height: 35px;
font-size: 1.6rem;
}

#information .layout {
  background-color: #e7e7e8;
  padding: 5rem;
}
#information .news_tag {
  background-color: #86d6ff;
  padding: 0 1rem;
  font-size: 1.4rem;
  color: #fff;
  margin-right: 2rem;
}

dl.news {
  display: flex;
  flex-flow: row wrap;
  margin-top: 4rem;
  width: 100%;
}
dl.news dt, dl.news dd {
  font-weight: normal;
  height: 60px;
  border-bottom: 1px solid #fff;
  display: flex;
}
dl.news dt {
  width: 200px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-right: 1px solid #fff;
}
dl.news dd {
  width: calc(100% - 200px);
  align-items: center;
  padding-left: 2rem;
}

/*下層ページ*/
.gray_back {
  background-color: #e7e7e8;
  max-width: 1000px;
  margin: 0 auto;
}

#page_banner {
  padding: 0;
}
#page_banner .layout {
  background-repeat: no-repeat;
  background-size: contain;
  height: 153px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#page_artist #page_banner .layout {
  background-image: url(/file/html/5385098.png);
}
#page_hall_gallery #page_banner .layout {
  background-image: url(/file/html/5385123.png);
}
#page_event #page_banner .layout {
  background-image: url(/file/html/5385153.png);
}

#page_artist #anchor_link .layout {
  gap: 3rem 2rem;
  max-width: 680px;
}
#page_artist #anchor_link a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-image: url(/file/html/5383845.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: calc((100% - 6rem) / 4);
  height: 80px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-bottom: 1rem;
}
#page_artist #anchor_link a span {
  font-size: 1.2rem;
  font-family: Avenir, san-serif;
}
#page_artist [id^=column_] .layout {
  gap: 6rem 4rem;
}
#page_artist .category {
  width: 100%;
  background-color: #da4a74;
  color: #fff;
  font-size: 1.8rem;
  padding-left: 2rem;
}
#page_artist .category span {
  font-size: 1.4rem;
  font-family: Avenir, san-serif;
  padding-left: 1rem;
}
#page_artist [id^=column_] .item {
  width: calc((100% - 16rem) / 5);
}
#page_artist [id^=column_] .item p {
  text-align: center;
}
#page_artist [id^=column_] .item .name {
  font-size: 2rem;
  margin-top: 1rem;
  border-bottom: 1px solid #000;
}
#page_artist [id^=column_] .item .name_en {
  font-family: Avenir, san-serif;
  font-size: 1.4rem;
}
#page_artist .ph_box {
  justify-content: space-between;
  margin-bottom: 2rem;
width:100%;
}
#page_artist .ph_box .ph_01,#page_artist .ph_box .ph_02 {
  height: 350px;
}
#page_artist .ph_box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#page_artist .ph_box .ph_01 {
  width: 70%;
}
#page_artist .ph_box .ph_02 {
  width: 28%;
}
#page_artist .txt_box01 .category{
  background-color: #da4a74;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 0.5rem;
}
#page_artist .txt_box01 .category span {
  display: block;
  font-size: 1.4rem;
  font-family: Avenir, san-serif;
}
#page_artist .txt_box01 .name_box {
  background-color: #babbbb;
  padding: 1rem;
}
#page_artist .txt_box01 .name_box .name {
  font-size: 2.4rem;
  margin-top: 1rem;
  border-bottom: 1px solid #000;
  margin-top: 0;
  width: 200px;
  text-align: center;
}
#page_artist .txt_box01 .name_box .name_en {
  font-family: Avenir, san-serif;
  font-size: 1.4rem;
  width: 200px;
  text-align: center;
}
#page_artist .txt_box02 {
  background-color: #fff;
  padding: 1.5rem 2rem;
}
#page_artist .txt_box02 p:nth-of-type(2n) {
  margin-bottom: 2rem;
}
#page_artist [class^=txt_box] {
  margin-bottom: 2rem;
}
#page_artist .headline {
  display: inline-block;
  border-bottom: 3px solid #da4a74;
  margin-bottom: 1rem;
  font-family: "Hiragino UD Sans W6 JIS2004";
font-weight:bold;
}
#page_artist .info_box {
  gap: 8px;
  justify-content: end;
}
#page_artist .info_box a {
  display: block;
}
#page_artist .info_box a.web {
  background-color: #8d8d8d;
  font-size: 1.4rem;
  padding: 0 3rem 0 2rem;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
#page_artist .info_box a.web::after {
  content: "";
  background-image: url(/file/html/5383995.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#page_artist .info_box a:nth-of-type(n + 2) {
  width: 20px;
}
#page_artist .info_box a img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.otsu {
  background-color: #ef8d9f;
}

.koka {
  background-color: #77af68;
}

.higashiomi {
  background-color: #3286c3;
}

.koto {
  background-color: #efb43f;
}

.kohoku {
  background-color: #eb6e35;
}

.takashima {
  background-color: #a674b0;
}

#page_hall_gallery #anchor_link .layout {
  max-width: 800px;
}
#page_hall_gallery #anchor_link .layout .area_map {
  width: 250px;
}
#page_hall_gallery #anchor_link .layout .df_row {
  flex: 1;
  padding: 6rem 0 6rem 3rem;
  gap: 3rem 2rem;
  align-items: center;
  justify-content: center;
}
#page_hall_gallery #anchor_link a.item {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: calc((100% - 7rem) / 3);
  height: 80px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-bottom: 1rem;
}
#page_hall_gallery #anchor_link a.item.otsu_area {
  background-image: url(images/anchor_back_otsu.png);
}
#page_hall_gallery #anchor_link a.item.koka_area {
  background-image: url(images/anchor_back_koka.png);
}
#page_hall_gallery #anchor_link a.item.higashiomi_area {
  background-image: url(images/anchor_back_higashiomi.png);
}
#page_hall_gallery #anchor_link a.item.koto_area {
  background-image: url(images/anchor_back_koto.png);
}
#page_hall_gallery #anchor_link a.item.kohoku_area {
  background-image: url(images/anchor_back_kohoku.png);
}
#page_hall_gallery #anchor_link a.item.takashima_area {
  background-image: url(images/anchor_back_takashima.png);
}
#page_hall_gallery #anchor_link a.item span {
  font-size: 1.2rem;
  font-family: Avenir, san-serif;
}
#page_hall_gallery [id^=column_] .layout {
  gap: 6rem 4rem;
}
#page_hall_gallery [id^=column_] .category {
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  padding-left: 2rem;
}
#page_hall_gallery [id^=column_] .category span {
  font-size: 1.4rem;
  font-family: Avenir, san-serif;
  padding-left: 1rem;
}
#page_hall_gallery [id^=column_] .item {
  width: calc((100% - 12rem) / 4);
}
#page_hall_gallery [id^=column_] .item .outline {
  font-size: 1.4rem;
  margin-top: 1rem;
  border-bottom: 1px solid #000;
}
#page_hall_gallery [id^=column_] .item .address {
  font-size: 1.2rem;
  margin: 1rem 0;
  text-align: center;
}
#page_hall_gallery [id^=column_] .item .address .icon {
  margin-bottom: 3px;
  mix-blend-mode: multiply;
}
#page_hall_gallery [id^=column_] .item .detail_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  width: 100%;
  background-color: #000;
  color: #fff;
}
#page_hall_gallery [id^=column_] .item .detail_btn p {
  width: 100%;
  height: 100%;
  text-align: center;
}
#page_hall_gallery [id^=column_] .item .detail_btn .arrow {
  width: 30px;
  margin-left: auto;
}
#page_hall_gallery .ph_box {
  justify-content: space-between;
  margin-bottom: 2rem;
}
#page_hall_gallery .ph_box figure {
  height: 350px;
}
#page_hall_gallery .ph_box figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#page_hall_gallery .txt_box01 .category {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 0.5rem;
}
#page_hall_gallery .txt_box01 .category span {
  display: block;
  font-size: 1.4rem;
  font-family: Avenir, san-serif;
}
#page_hall_gallery .txt_box01 .name_box {
  padding: 1rem;
  color: #fff;
}
#page_hall_gallery .txt_box01 .name_box .name {
  font-size: 2.4rem;
  margin-top: 1rem;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  width: 90%;
  text-align: center;
}
#page_hall_gallery .txt_box01 .name_box .name_en {
  font-family: Avenir, san-serif;
  font-size: 1.4rem;
  width: 200px;
  text-align: center;
}
#page_hall_gallery .txt_box02 {
  background-color: #fff;
  padding: 1.5rem 2rem;
}
#page_hall_gallery .txt_box02 p:nth-of-type(2) {
  display: flex;
  align-items: center;
}
#page_hall_gallery .txt_box02 p:nth-of-type(2n) {
  margin-bottom: 2rem;
}
#page_hall_gallery [class^=txt_box] {
  margin-bottom: 2rem;
}
#page_hall_gallery .headline {
  display: inline-block;
  border-bottom: 3px solid #ef8d9f;
  margin-bottom: 1rem;
  font-family: "Hiragino UD Sans W6 JIS2004";
font-weight:bold;
}
#page_hall_gallery .info_box {
  gap: 8px;
  justify-content: end;
}
#page_hall_gallery .info_box a {
  display: block;
}
#page_hall_gallery .info_box a.web {
  background-color: #8d8d8d;
  font-size: 1.4rem;
  padding: 0 3rem 0 2rem;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
#page_hall_gallery .info_box a.web::after {
  content: "";
  background-image: url(images/white_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#page_hall_gallery .info_box a:nth-of-type(n + 2) {
  width: 20px;
}
#page_hall_gallery .info_box a img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

#page_event #anchor_link .layout .df_row {
  gap: 1rem;
}
#page_event #anchor_link .year {
  font-size: 6rem;
  margin-bottom: 2rem;
  font-family: Avenir, san-serif;
}
#page_event #anchor_link a.item {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: calc((100% - 3rem) / 4);
  height: 40px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-left: 2rem;
  background-color: #a7ce73;
}
#page_event #anchor_link a.item span {
  font-size: 1.2rem;
  padding-left: 2rem;
  font-family: Avenir, san-serif;
}
#page_event [id^=column_] .layout {
  gap: 6rem 4rem;
}
#page_event [id^=column_] .category {
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  padding-left: 2rem;
  background-color: #a7ce73;
}
#page_event [id^=column_] .category span {
  font-size: 1.4rem;
  font-family: Avenir, san-serif;
  padding-left: 1rem;
}
#page_event [id^=column_] .item {
  width: calc((100% - 8rem) / 3);
}
#page_event [id^=column_] .item .outline {
  font-size: 1.4rem;
  margin-top: 1rem;
  border-bottom: 1px solid #000;
}
#page_event [id^=column_] .item .address {
  font-size: 1.2rem;
  margin: 1rem 0;
  text-align: center;
}
#page_event [id^=column_] .item .address .icon {
  margin-bottom: 3px;
  mix-blend-mode: multiply;
}
#page_event [id^=column_] .item .detail_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  width: 100%;
  background-color: #000;
  color: #fff;
}
#page_event [id^=column_] .item .detail_btn p {
  width: 100%;
  height: 100%;
  text-align: center;
}
#page_event [id^=column_] .item .detail_btn .arrow {
  width: 30px;
  margin-left: auto;
}
#page_event .ph_box {
  justify-content: space-between;
  margin-bottom: 2rem;
}
#page_event .ph_box figure {
  height: 350px;
}
#page_event .ph_box figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#page_event .txt_box01 .category {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 0.5rem;
}
#page_event .txt_box01 .category span {
  display: block;
  font-size: 1.4rem;
  font-family: Avenir, san-serif;
}
#page_event .txt_box01 .name_box {
  padding: 1rem;
  color: #fff;
  background-color: #a7ce73;
}
#page_event .txt_box01 .name_box .name {
  font-size: 2.4rem;
  margin-top: 1rem;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  width: 90%;
  text-align: center;
}
#page_event .txt_box01 .name_box .name_en {
  font-family: Avenir, san-serif;
  font-size: 1.4rem;
  width: 200px;
  text-align: center;
}
#page_event .txt_box02 {
  background-color: #fff;
  padding: 1.5rem 2rem;
}
#page_event .txt_box02 p:nth-of-type(2), #page_event .txt_box02 p:nth-of-type(4) {
  display: flex;
  align-items: center;
}
#page_event .txt_box02 p:nth-of-type(2n) {
  margin-bottom: 2rem;
}
#page_event [class^=txt_box] {
  margin-bottom: 2rem;
}
#page_event .headline {
  display: inline-block;
  border-bottom: 3px solid #ef8d9f;
  margin-bottom: 1rem;
  font-family: "Hiragino UD Sans W6 JIS2004";
font-weight:bold;
}
#page_event .info_box {
  gap: 8px;
  justify-content: end;
}
#page_event .info_box a {
  display: block;
}
#page_event .info_box a.web {
  background-color: #8d8d8d;
  font-size: 1.4rem;
  padding: 0 3rem 0 2rem;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
#page_event .info_box a.web::after {
  content: "";
  background-image: url(images/white_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#page_event .info_box a:nth-of-type(n + 2) {
  width: 20px;
}
#page_event .info_box a img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

/*footer*/
/*レスポンシブ*//*# sourceMappingURL=style.css.map */