@charset "UTF-8";
/* CSS Document */


/* トップページ
===============================*/
#contents {
  padding-top: 6em;
}
/* トップ汎用
===============================*/
.textbox {
  text-align: center;
}

.textbox h2 {
  font-size: 200%;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  letter-spacing: .3em;
  padding-left: .3em;
  margin-bottom: 2.5em;
  font-weight: normal;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #f3f0e4 50%, #f3f0e4 100%);
}

.textbox h2 span {
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  margin: auto;
  color: #222;
  font-weight: normal;
  font-size: 40%;
  letter-spacing: .2em;
}

.h2_line_blue {
  font-size: 150%;
  padding-bottom: .8em;
  background: url(../img/line_blue.png) no-repeat center bottom / auto 11px;
  margin-bottom: 1em;
}

.for_more {
  margin-top: 3em;
  padding-bottom: 1em;
  text-align: right;
}

.for_more a {
  padding-left: 1.5em;
  background: url(../img/arw_blue.png) no-repeat left .4em;
  border-bottom: 1px solid #274da7;
  padding-bottom: 1em;
  color: #222;
}

.box_link_ul {
  margin-bottom: 3em;
}

.box_link_ul li:not(:last-child) {
  margin-bottom: 1em;
}

.index_detail {
  width: 92%;
  margin: 0 auto 2em;
  font-size: 90%;
}

/* スライド
---------------------------------*/
#mv_slide {
  margin-bottom: 3em;
}
.carousel__stage {
  margin-bottom: 1em;
}

.carousel__item {
  width: 100%;
}

.carousel__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carousel__item .carousel_img {
  margin-bottom: 1.5em;
  border-radius: 50px 0 50px 0;
  overflow: hidden;
  width: 100%;
  height: 60vw;
}

.carousel_img img {
  object-fit: cover;
  object-position: top;
  font-family: 'object-fit: cover;';
  height: 60vw;
}

.carousel__item .carousel_ttl,
.carousel__item .carousel_day {
  width: 92%;
  white-space: normal;
  line-height: 2;
  font-size: 90%;
  color: #222;
}

.carousel__item .carousel_ttl {
  font-weight: bold;
  text-decoration: underline;
}

.carousel__control {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.carousel__control li {
  display: inline-flex;
  height: 1.8em;
  align-items: center;
}

.carousel__pager--number button {
  width: .5em;
  height: .5em;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 3em;
  border-radius: 50%;
}

.carousel__pager--number button:disabled {
  border-color: #274da7;
  background-color: #274da7;
}

.carousel__pager--number button:not(:disabled) {
  border-color: #222;
  opacity: 1;
}

.carousel__control__right {
  display: flex;
  width: 4em;
  justify-content: space-between;
}

.carousel__prevButton,
.carousel__nextButton {
  top: calc(100% + 2.2em);
}

.carousel__prevButton {
  left: auto;
  right: 9em;
}

.carousel__nextButton {
  right: 6em;
}

.carousel__prevButton:disabled,
.carousel__nextButton:disabled,
.carousel__control__right > button:disabled {
  opacity: .3;
}

.carousel__prevButton,
.carousel__nextButton,
.carousel__control__right > button {
  width: .8em;
  height: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 5em;
  border: none;
  padding: 0;
}

.carousel__prevButton {
  background: url(../img/carousel_prevbtn.png) no-repeat center center / contain transparent;
}

.carousel__nextButton {
  background: url(../img/carousel_nextbtn.png) no-repeat center center / contain transparent;
}

.carousel__control__right .carousel__autoPlayOnButton {
  background: url(../img/carousel_playonbtn.png) no-repeat center center / contain;
  order: 1;
}

.carousel__control__right .carousel__autoPlayOffButton {
  background: url(../img/carousel_playoffbtn.png) no-repeat center center / contain;
}

/* カレンダー
---------------------------------*/
#calender_h2 {
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  letter-spacing: .2em;
  margin-bottom: .8em;
}

.calender_month {
  position: relative;
  text-align: center;
  margin-bottom: 1em;
}

.calender_month h3 {
  font-size: 200%;
  color: #274da7;
}

.calender_month span {
  height: 1px;
  width: 1px;
  font-size: 0;
  position: absolute;
  overflow: hidden;
  top: -10px;
}

.month_prev_next {
  position: absolute;
  top: .8em;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}

.month_prev_next a {
  color: #222;
  font-size: 90%;
  text-decoration: underline;
  display: flex;
  align-items: center;
}

.month_prev::before,
.month_next::after {
  content: "";
  background: url(../img/arw_black.png) no-repeat right center / 13px;
  width: 13px;
  height: 1em;
  display: inline-block;
  padding-left: .5em;
}

.month_prev::before {
  transform: scale(-1, 1);
}

.calender table {
  width: 100%;
  text-align: center;
  margin-bottom: .5em;
}

.calender td {
  padding: .5em 0;
  vertical-align: middle;
}

.calender tr:not([class]) td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.calender tr:not([class]) td:last-child {
  border-right: 1px solid #ccc;
}

.calender tr:last-child td {
  border-bottom: 1px solid #ccc;
}

.calender td a {
  text-decoration: underline;
  color: #222;
}

.calender .table .close_day {
  background-color: #e5e5e5;
}

.calender .today {
  background-color: #274da7;
}

.calender .today a {
  color: #fff;
}

.calender > .close_day {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.calender .close_day_box {
  width: 1em;
  height: 1em;
  background-color: #e5e5e5;
  border: 1px solid #ccc;
  text-indent: 3em;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

.calender .for_detail a {
  color: #274da7;
  background-image: url(../img/arw_blue.png);
  background-size: .8em
}

.calender_link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.calender_link a {
  font-size: 90%;
  color: #222;
  text-decoration: underline;
  display: flex;
  align-items: center;
}

.calender_link a:first-child {
  margin-right: 2em;
}

.calender_link a::before {
  content: "";
  background: url(../img/arw_blue.png) no-repeat center center / .8em;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: .5em;
}

/* 重要なお知らせ
---------------------------------*/
#notice {
  background-image: url(../img/line_notice.png),url(../img/line_notice.png);
  background-position: left top , left bottom;
  background-repeat: no-repeat;
  padding: 2.5em 0 2em;
  margin: 2em auto;
}

#notice h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B30000;
  font-size: 120%;
  border-bottom: 1px dashed #B30000;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}

#notice li {
  margin: 0.5em;
}

#notice li a {
  color: #222222;
  text-decoration: underline;
}

#notice li a:before {
  background-image: url(../img/arw_red.png);
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-size: contain;
  padding-left: 0.5em;
}

#topnav {
  border-top: 1px solid #f0f0f0;
  display: flex;
  flex-wrap: wrap;
}

#topnav li {
  border-bottom: 1px solid #f0f0f0;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 1em 0;
}

#topnav li:nth-child(2n+1) {
  padding-left: 3.5%;
  border-right: 1px solid #f0f0f0;
}

#topnav li:nth-child(2n) {
  padding-right: 3.5%;
}

#topnav a {
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 35%;
  font-size: 90%;
  font-weight: bold;
  color: #222;
  min-width: 5em;
  text-align: center;
}

/* 検索
---------------------------------*/
#search_box {
  text-align: center;
  margin: 2em auto;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 2em;
  font-size: 90%;
}

#search_box form {
  margin: .5em auto 1.5em;
}

#search_box div{
  height: 3.4em;
  background-color: #f0f0f0;
  border-radius: 1.7em;
  overflow: hidden;
  padding-left: .5em;
}

#search_box input[type="text"] {
  background-color: transparent;
  border: none;
  height: 98%;
  width: calc(100% - 7.2em);
  padding: 0;
}

#search_box input[type="submit"] {
  height: calc(3.4em - 4px);
  border: none;
  background: url(../img/search_sp.png) no-repeat .7em center / 1.8em #274DA7;
  border-radius: 1.7em;
  color: #fff;
  font-size: 100%;
  padding: 0 1em 0 2.3em;
  overflow: hidden;
  width: 6em;
  margin: 2px 0;
}

.to_faq a {
  color: #222;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
}

.to_faq a::before {
  content: "";
  background: url(../img/to_faq_ico.png) no-repeat center bottom / contain;
  display: inline-block;
  margin-right: .5em;
  width: 1.2em;
  height: 1.2em;
}

#info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  margin-bottom: 4em;
  position: relative;
  justify-content: flex-end;
}

#event h2 {
  color: #9F2560;
}

.todays {
  background-color: #f3f0e4;
  background-image: linear-gradient(45deg, #fff 10px, transparent 0), linear-gradient(-45deg, #fff 10px, transparent 0), linear-gradient(135deg, #fff 10px, transparent 0), linear-gradient(-135deg, #fff 10px, transparent 0);
  padding-bottom: 1.5em;
  margin-bottom: 3em;
}

.todays_h3 {
  text-align: center;
  padding: 1em 0;
  border-bottom: 2px dashed #fff;
  margin-bottom: 1.5em;
}

.todays_day_wrap {
  width: 11em;
  max-width: 100%;
  border-bottom: 2px solid #000;
  display: inline-block;
  margin-bottom: .5em;
}

.todays_month,
.todays_day {
  color: #9F2560;
  font-size: 200%;
  font-weight: 800;

}

.todays_h3 h3 {
  font-weight: normal;
  font-size: 100%;
  letter-spacing: .1em;
}

.todays ul {
  width: 92%;
  margin: 0 auto;
}

.todays li {
  background-color: #fff;
  padding: 1em;
}

.todays li:not(:last-child) {
  margin-bottom: .5em
}

.todays li a {
  display: inline-flex;
  flex-direction: column;
  padding-right: 2em;
  background: url(../img/arw_purple.png) no-repeat right center / 1em;
}

.todays_place {
  color: #9f2560;
  font-size: 95%;
  margin-bottom: .5em;
}

.todays_ttl {
  color: #222;
}

.event_h3 {
  font-weight: normal;
  text-align: center;
  font-size: 90%;
  padding: .3em 0 1.5em;
  margin-bottom: 2em;
  background: url(../img/event_h3_bg_l.png) no-repeat calc(50% - 8.5em) center / auto 100%, url(../img/event_h3_bg_r.png) no-repeat calc(50% + 8.5em) center / auto 100%;
}

.event_grid {
  display: flex;
  flex-direction: column;
  width: 92%;
  margin: 0 auto;
}

.event_box {
  margin-bottom: 2.5em;
}

.event_box a {
  display: block;
}

.event_box img {
  display: block;
  width: 69vw;
  border-radius: 25px 0 25px 0;
  margin: 0 auto 10px;
  height: 45vw;
  object-fit: cover;
  object-position: 50% 30%;
  font-family: 'object-fit: cover;';
}


#event .for_detail a {
  background-image: url(../img/arw_purple.png);
  background-size: .8em
}

#event .for_detail a,
#event .for_detail a:visited {
  color: #9f2560;
}

.magazine_wrap {
  display: flex;
  width: calc(150px + 4em);
  margin: 0 auto 3em;
  justify-content: space-between;
}

.magazine_cover {
  transform: rotate(5deg);
  width: 150px;
  position: relative;
  margin-top: 3em;
}

.magazine_cover::before {
  content: "";
  background-color: #9f2560;
  display: block;
  width: 100%;
  height: 92%;
  position: absolute;
  left: .5em;
  top: .5em;
}

.magazine_cover img {
  position: relative;
}

.magazine_copy {
  width: 2.5em;
  display: flex;
  transform: rotate(5deg);
  justify-content: space-around;
  background: url(../img/mgzn_copy_bg_top.png) no-repeat center top / contain, url(../img/mgzn_copy_bg_btm.png) no-repeat center bottom / contain;
  padding: 2.5em 0;
}

.magazine_copy span {
  width: 1em;
  font-size: 70%;
}

.magazine_copy01 {
  order: 2;
}

/* お知らせ
---------------------------------*/
#news {
  background: #f3f0e4;
  padding: 5em 0;
  margin-bottom: 5em;
}

#news h2 {
  color: #274da7;
  background: linear-gradient(180deg, #f3f0e4 0%, #f3f0e4 50%, #fff 50%, #fff 100%);
}

#news .news_list dl {
  border-bottom: 1px solid #ccc;
  background-image: url(../img/arw_blue.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 4%) center;
  padding: 1em 4%;
}

#news .news_list dt {
  clear: both;
  width: 9em;
  font-size: 90%;
  padding-top: 0.2em;
}

#news .news_list dt,
#news .news_list dd {
  float: left;
}

#news .news_list .category {
  background: #ffffff;
  padding: .2em 0;
  text-align: center;
  width: 8em;
  font-size: 80%;
}
#news .news_list .text {
  width: 90%;
  margin-top: 1em;
}

#news .news_list a {
  color: #222;
}

/* 施設利用案内
---------------------------------*/
.use_guide h2 {
  color: #206256;
}

.use_guide01 a {
  background-image: url(../img/use_guide_ico01.png);
}
.use_guide02 a {
  background-image: url(../img/use_guide_ico02.png);
}
.use_guide03 a {
  background-image: url(../img/use_guide_ico03.png);
}

.faci_detail {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}

.faci_detail h3 {
  order: 1;
  text-align: center;
  margin-bottom: 1em;
}

.faci_img {
  margin-bottom: 1em;
  min-height: 0%;
}

.faci_img img {
  margin: 0 auto;
  display: block;
  width: 69vw;
  height: 45vw;
  border-radius: 25px 0 25px 0;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover;';
}

.faci_over {
  order: 2;
  font-size: 90%;
  margin-bottom: 1.5em;
}

.faci_detail .for_detail02 {
  order: 3;
}

.faci_detail .for_detail02 a {
  color: #206256;
  background-image: url(../img/arw_green.png);
}

/* アーティストバンクこだいら
---------------------------------*/
.pu_h3 {
  color: #274da7;
}

.pu_h3::before,
.pu_h3::after {
  background-color: #274da7;
}

.pu_artist {
  width: 92%;
  margin: 0 auto 2em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pu_artist li {
  width: 46%;
  font-size: 78%;
  text-align: center;
  margin-bottom: 3em;
}

.pu_artist a {
  color: #222;
  text-align: center;
}

.pu_artist .pu_img {
/*  border-radius: 50%; */
  overflow: hidden;
  width: 30vw;
  height: 30vw;
  margin: 0 auto .5em;
}

.pu_artist .pu_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
/*  border-radius: 50%; */
}

.pu_name {
  font-weight: bold;
  text-decoration: underline;
}

.artist_wrap {
  margin-bottom: 4em;
}

.artist_wrap .for_detail02 a {
  color: #274da7;
  background-image: url(../img/arw_blue.png);
  width: 10em;
  max-width: 100%;
}

/* シリーズ企画
---------------------------------*/
.plannning {
  margin-bottom: 4em;
}

.pu_plan li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pu_plan li:not(:last-child) {
  margin-bottom: 1.5em;
}

.pu_plan a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
}


.pu_plan .pu_img {
  margin: 0 auto 1.5em;
  min-height: 0%;
}

.pu_plan .pu_img img {
  width: 69vw;
  height: 45vw;
  display: block;
  border-radius: 25px 0 25px 0;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}

.plan_ttl {
  order: 1;
  font-size: 90%;
  margin-bottom: 1em;
}

.plan_dtl {
  order: 2;
  font-size: 78%;
}

/* リンク
---------------------------------*/
.links01 a {
  background-image: url(../img/links_ico01.png)
}
.links02 a {
  background-image: url(../img/links_ico02.png)
}
.links03 a {
  background-image: url(../img/links_ico03.png)
}

/* SNS
---------------------------------*/
.sns_list div {
  margin-bottom: 4em;
}

.sns_twi > div,
.sns_fb > div {
  height: 500px;
}

.sns_twi iframe {
  height: 100%;
  width: 100%;
}

.sns_list h2 {
  font-weight: normal;
  font-size: 110%;
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}

.sns_list h2::after {
  content: "";
  width: 60%;
  height: 11px;
  display: inline-block;
  margin-left: auto;
}

.sns_twi h2::after,
.sns_fb h2::after {
  background: url(../img/line_sns.png) no-repeat left center / cover;
}

.sns_ins h2::after {
  background: url(../img/line_ins.png) no-repeat left center / cover;
}

.twitter-timeline {
  height: 100% !important;
  min-height: 500px !important;
  margin-top: 2.5em!important;
}

.youTube h2::after {
  background: url(../img/line_youtube.png) no-repeat left center / cover;
}

.movie_wrap {
  padding-top: 56%;
  position: relative;
}

.movie_wrap:not(:last-child) {
  margin-bottom: 1em;
}

.movie_wrap iframe {
  border: none;
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* ふるさと村
---------------------------------*/
.furusatomura {
  position: relative;
  background: linear-gradient(180deg, transparent 0%, transparent 80px, #f3f0e4 80px, #f3f0e4 calc(100% - 25px), transparent calc(100% - 25px), transparent 100%), url(../img/furusatomura_bg_btm.png) no-repeat left bottom / auto 50px;
  padding-bottom: 4em;
}

.furusatomura::before {
  content: "";
  background: url(../img/furusatomura_bg_top.png) no-repeat left top / auto 50px;
  position: absolute;
  width: 100%;
  height: 50px;
  top: 39px;
  left: 0;
  z-index: 0;
}

.furusatomura h2 {
  text-align: center;
  z-index: 2;
  position: relative;
  padding-bottom: 1em;
}

.furusatomura h2 img {
  width: 245px;
}

.furusatomura .containar {
  background-color: #f3f0e4;
}

.furusatomura .containar p {
  margin-bottom: 1.5em;
}

.furusatomura_img img {
  border-radius: 25px 0 25px 0;
  height: 62vw;
  width: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}

.furusatomura_dtl {
  width: 92%;
  font-size: 90%;
  margin: 0 auto 1.5em;
}

.furusatomura .for_detail a {
  background-color: #75412a;
  color: #fff;
  background-image: url(../img/arw_white.png);
  background-size: .8em;
}

/* focusが視認できない問題の調整 */
.carousel__item a:focus, .pu_artist a:focus {
  outline: none;
  border: 2px dotted #006ad5;
}

/*----------------------------------------------------
 tab表示
------------------------------------------------------*/
@media screen and (min-width:768px) {
  #contents {
    padding-top: 8em;
  }

  #topnav {
    width: 80%;
    margin: 0 auto;
    border-top: none;
  }

  #topnav li {
    width: 33%;
    border-right: 1px solid #f0f0f0;
  }

  #topnav li:nth-child(2n+1) {
    padding-left: 0;
  }

  #topnav li:nth-child(2n) {
    padding-right: 0;
  }

  #topnav li:nth-child(3n+1) {
    border-left: 1px solid #f0f0f0;
  }

  #topnav li:nth-child(-n+3) {
    border-top: 1px solid #f0f0f0;
  }

  .carousel__item .carousel_img {
    height: 50vw
  }

  .carousel_img img {
    height: 50vw;
  }

  .event_grid {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .event_box {
    width: 48%;
  }

  .event_box img {
    height: 25vw
  }

  .faci_detail_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .faci_detail {
    width: 48%;
  }

  .faci_img img {
    height: auto;
  }

  .pu_artist li {
    width: 30%;
  }

  .pu_artist .pu_img {
    width: 12vw;
    height: 12vw;
  }

  .artist_link_wrap {
    display: flex;
    justify-content: space-between;
  }

  .artist_link_wrap .for_detail02 {
    width: 46%;
    margin-bottom: 0;
  }

  .artist_wrap .for_detail02 a {
    width: 100%;
    box-sizing: border-box;
  }

  .pu_plan {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .pu_plan li {
    width: 48%;
  }

  .pu_plan .pu_img img {
    height: auto;
  }

  .sns_list,
  .youTube {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .sns_twi,
  .sns_fb {
    width: 48%;
  }

  .sns_ins,
  .youTube {
    width: 100%;
  }

  .youTube h2 {
    width: 100%;
  }

  .movie_wrap {
    width: 48%;
    padding-top: 35%;
  }

  .furusatomura::before {
    background-size: 100% auto;
    top: 0;
  }

  .furusatomura{
    background: linear-gradient(180deg, transparent 0%, transparent 1%, #f3f0e4 1%, #f3f0e4 100%);
    background: linear-gradient(180deg, transparent 0%, transparent 1%, #f3f0e4 1%, #f3f0e4 98%, transparent 98%, transparent 100%), url(../img/furusatomura_bg_btm.png) no-repeat left bottom / 100% auto;
    padding: 10em 0 2em;
    margin-top: 8em;
  }

  .furusatomura h2 {
    position: absolute;
    top: -58px;
    left: 10%;
  }

  .furusatomura::after {
    content: "";
    display: block;
    height: 96%;
    width: 35%;
    background-color: #e7e1cc;
    position: absolute;
    top: 2%;
    right: 0;
  }

  .furusatomura .containar {
    position: relative;
    z-index: 1;
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .furusatomura_dtl {
    width: 44%;
    font-size: 100%;
    margin: 0;
  }

  .furusatomura_img {
    width: 52%;
    order: 1;
    margin-top: -3.5em;
  }

  .furusatomura_img img {
    height: auto;
  }

  .furusatomura .for_detail {
    width: 100%;
    order: 2;
    text-align: left;
  }
}

/*----------------------------------------------------
 tab-pc_min中間調整
------------------------------------------------------*/
@media screen and (min-width:850px) {
  .carousel__item .carousel_img {
    height: 46vw
  }

  .carousel_img img {
    height: 46vw;
  }
}

/*----------------------------------------------------
 pc_min表示
------------------------------------------------------*/
@media screen and (min-width:1024px) {
  #contents {
    padding-top: 14em;
  }

  .box_link_ul {
    display: flex;
    justify-content: space-between;
  }

  .box_link_ul li {
    width: 30%;
  }

  .box_link_ul li:not(:last-child) {
    margin-bottom: 0;
  }

  #top_frame {
    display: flex;
    justify-content: space-between;
  }

  #mv_slide {
    width: 60%;
  }

  .carousel__item .carousel_img {
    height: 376px;
  }

  .carousel_img img {
    height: 376px;
  }
  .calender {
    width: 35%;
  }

  /* 重要なお知らせ
  ---------------------------------*/
  #notice {
    display: flex;
    flex-wrap: wrap;
  }

  #notice h2 {
    width: 25%;
    border-right: 1px dashed #B30000;
    border-bottom: none;
    margin-right: 1em;
    margin-bottom: 0;
    font-size: 150%;
    text-align: center;
    padding: .8em 0;
  }

  #topnav {
  /*  width: 85%; */
  display: none;
  }

  #topnav a {
    padding-top: 20%;
  }

  #search_box {
    position: relative;
    padding-top: 4em;
    border-bottom: none;
  }

  #search_box form {
    width: 420px;
  }

  .to_faq {
    position: absolute;
    width: 10em;
    height: 9.5em;
    bottom: 3.5em;
    left: calc(50% + 260px);
    background: url(../img/to_faq_bg.png) no-repeat center center / contain;
  }

  .to_faq a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding-top: 1em;
    box-sizing: border-box;
    position: relative;
  }

  .to_faq a::before {
    width: 1.5em;
    height: 2.5em;
    margin-right: 0;
    margin-bottom: .8em;
  }

  .to_faq a::after {
    content: "";
    width: 10px;
    height: 30px;
    display: block;
    position: absolute;
    background-color:
  }

  /* 公演情報
  ---------------------------------*/
  .todays {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    margin-bottom: 4em;
  }

  .todays_h3 {
    width: 30%;
    margin-bottom: 0;
    border-bottom: none;
    border-right: 2px dashed #fff;
    padding: 2em 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .todays_day_wrap {
    width: 92%;
  }

  .todays ul {
    width: 69%;
    padding: 1.5em;
  }

  .todays li a {
    /* flex-direction: row; */
    display: flex;
    width: 100%;
    box-sizing: border-box;
    /* align-items: center; */
  }

  .todays_place {
    margin-bottom: 0;
    margin-right: 1em;
    /* width: 4.5em; */
  }

  .todays_ttl {
    width: calc(100% - 5em);
  }

  #news .news_list .category {
    float: left;
  }

  #news .news_list .text {
    width: calc(100% - 17em);
    margin-top: 0;
    padding-left: 1em;
  }

  .event_grid {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .event_box {
    width: 30%;
    margin-bottom: 60px;
  }

  .event_box:not(:nth-child(3n)) {
    margin-right: 5%;
  }

  .event_box img {
    height: 16vw
  }



  .projects {
    display: flex;
    justify-content: space-between;
  }

  .artist_wrap,
  .plannning {
    width: 48%;
    display: flex;
    flex-direction: column;
  }

  .pu_artist {
    justify-content: space-around;
  }

  .pu_artist li {
    width: 46%;
  }

  .pu_artist .pu_img {
    width: 90px;
    height: 90px;
  }

  .artist_link_wrap {
    display: block;
  }

  .artist_link_wrap .for_detail02 {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 1.5em;
  }

  .pu_plan {
    display: block;
    margin-bottom: 1.5em;
    min-height: 0%;
  }

  .pu_plan li {
    width: 80%;
    margin: 0 auto;
  }

  .pu_plan .pu_img {
    width: 80%;
  }

  .pu_plan .pu_img img {
    width: 100%;
  }

  .projects .for_more {
    margin-top: auto;
  }

  .sns_list {
    justify-content: center;
  }

  .sns_twi,
  .sns_fb,
  .sns_ins {
    width: 30%;
  }

  .sns_twi,
  .sns_fb {
    margin-right: 5%;
  }

  .youTube {
    width: 70%;
  }

  .furusatomura h2 {
    top: -58px;
  }
}

/*----------------------------------------------------
 pc表示
------------------------------------------------------*/
@media screen and (min-width:1250px) {
  #contents {
    padding-top: 11em;
  }
  /* トップ汎用 */
  .textbox {
    width: 20%;
    text-align: center;
  }
  .textbox h2 {
    width: 1.5em;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    background: linear-gradient(90deg, #fff 0%, #fff 50%, #f3f0e4 50%, #f3f0e4 100%);
    line-height: 1.5;
    padding-bottom: 3em;
  }

  .textbox h2 span {
    width: 5em;
    transform: rotate(90deg);
    top: auto;
    bottom: 3em;
    right: auto;
    left: -1em;
  }

  .content_box {
    width:75%;
  }

  /* 公演情報
  ---------------------------------*/
  #event {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }

  #event .content_box {
    position: relative;
    padding-bottom: 3em;
  }

  .event_box img {
    height: 12vw
  }

  .magazine_wrap {
    /* position: absolute; */
    bottom: 0;
    right: 1em;
    width: calc(140px + 3.5em);
  }

  .magazine_cover {
    width: 140px;
  }

  .magazine_cover::before {
    height: 85%;
  }

  #news .containar {
    display: flex;
    justify-content: space-between;
  }

  #news .textbox {
    order: 1;
  }

  #news h2 {
    background: linear-gradient(90deg, #f3f0e4 0%, #f3f0e4 50%, #fff 50%, #fff 100%)
  }

  #news .news_list .text {
    width: calc(100% - 15em);
  }

  .use_guide {
    display: flex;
    justify-content: space-between;
  }

  .use_guide h2 span {
    width: 10em;
    left: -3.5em;
    bottom: 5.5em;
  }

  .use_guide h2 {
    padding-bottom: 5em;
  }

  .faci_detail {
    width: 30%;
  }

  .faci_detail .for_detail02 {
    margin-top: auto;
  }

  .faci_img img {
    height: 12vw;
  }

  .pu_artist {
    width: 100%;
    justify-content: space-between;
  }

  .pu_artist li,
  .pu_artist a {
    text-align: left;
  }

  .pu_artist .pu_img {
    float: left;
    margin-right: 1em;
  }

  .pu_category {
    margin-top: 25px;
  }

  .artist_link_wrap {
    display: flex;
  }

  .artist_link_wrap .for_detail02 {
    width: 47%;
  }

  .pu_plan {
    display: flex;
  }

  .pu_plan li {
    width: 44%;
  }

  .pu_plan .pu_img {
    width: 100%;
  }

  .furusatomura {
    background: linear-gradient(180deg, transparent 0%, transparent 1%, #f3f0e4 1%, #f3f0e4 97%, transparent 97%, transparent 100%), url(../img/furusatomura_bg_btm.png) no-repeat left bottom / 100% auto;
  }

  .furusatomura::after {
    height: 95%;
  }

  .furusatomura .containar {
    padding-bottom: 2em;
  }

  .furusatomura h2 {
    top: -52px;
  }

  .furusatomura .containar p {
    margin-bottom: 0;
  }

  .furusatomura_dtl {
    width: 45%;
    padding-bottom: 3.5em;
  }

  .furusatomura_img {
    width: 50%;
    margin-top: -14em;
  }

  .furusatomura .for_detail {
    margin-top: -3.5em;
  }

}
