@charset "UTF-8";
.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}
/* common */
html, body, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, dl, dt, dd, a, ul, ol {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
html {
  font-size: 62.5%;
  line-height: 1.6;
}
body {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  color: #000000;
  background-color: #ffffff;
  text-align: left;
  min-width: 1200px;
  position: relative;
  font-size: 14px;
}
body * {
  box-sizing: border-box;
}
@media screen and (min-width: 0px) {
  body {
    font-size: 13px;
  }
}
@media screen and (min-width: 365px) {
  body {
    font-size: 15px;
  }
}
@media screen and (min-width: 365px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 411px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 457px) {
  body {
    font-size: 20px;
  }
}
@media screen and (min-width: 502px) {
  body {
    font-size: 22px;
  }
}
@media screen and (min-width: 548px) {
  body {
    font-size: 24px;
  }
}
@media screen and (min-width: 594px) {
  body {
    font-size: 26px;
  }
}
@media screen and (min-width: 641px) {
  body {
    font-size: 13px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-size: 120%;
  margin: 0px;
  padding: 0px;
}
ul, ol {
  list-style: none;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#section20 .inner p {
  font: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 120%;
}
img {
  max-width: 100%;
  height: auto;
}
.white_box {
  background-color: #FFFFFF;
  border-radius: 1em;
}
.pc {
  display: block;
}
img.pc {
  display: inline;
}
.sp, img.sp {
  display: none;
}
div.youtube {
  width: 600px;
  height: 338px;
  margin: 60px auto;
  margin-top: 30px;
}
p.sns_bar {
  position: relative;
  height: 60px;
  width: 120px;
  margin: 0px auto 10px;
}
#section2 p.sns_bar {
  top: 0px;
  position: relative;
}
a.sns_tw, a.sns_fb {
  position: relative;
  display: block;
  background-image: url(../img/2024yosyun/icon_tw.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  float: left;
  text-indent: -9999px;
}
a.sns_tw:hover, a.sns_fb:hover {
  opacity: 0.7; /*要素の透明度を指定*/
  filter: alpha(opacity=70); /*ie6、7の透明度指定*/
}
a.sns_fb {
  position: absolute;
  background-image: url(../img/2024yosyun/icon_fb.png);
  right: 0px;
}
/* SP版 */
@media screen and (max-width: 640px) {
  body {
    min-width: inherit;
    padding: 0;
  }
  .white_box {
    border-radius: 0.7em;
  }
  .pc, img.pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img.sp {
    display: inline;
  }
  div.youtube {
    width: 100%;
    max-height: 180px;
    margin: 0px auto;
    margin-top: 0px;
    top: -20px;
  }
  p.sns_bar {
    width: 110px;
    margin: 0px auto 10px;
  }
}
@media screen and (min-width: 641px) {
  #section4 .cf {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap
  }
  #section4 .cf li {
    flex: 1;
  }
  #section4 .cf.nidan {
    padding-top: 4rem
  }
	#section4 .cf.nidan.kinsyu2024 {
    width: 400px;
    margin: auto;
	}	
}
@media screen and (max-width: 640px) {
  #section4 .cf.nidan {
    padding-top: 2rem
  }
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/*IE6,7対策 （haslayout対策）*/
.cf {
  *zoom: 1;
}
.cf a {
  color: rgb(250, 190, 30);
  text-decoration: underline;
}
.cf a:hover {
  color: rgb(220, 160, 20);
}
.cf .caption {
  font-size: 85%;
  line-height: 1.2;
  color: #DDDDDD;
}
/* SP版ここまで */
/* header */
header {
  position: absolute;
  top: 0;
  text-align: center;
  width: 1100px;
  margin: auto;
  left: 50%;
  margin-left: -600px;
  z-index: 99;
}
header p {
  float: left;
  padding: 9px 12px;
}
header p img {
  width: 260px;
}
header nav {
  float: right;
  padding-top: 6px;
}
header nav ul li {
  float: left;
  padding-right: 9px;
}
header nav ul li a {
  display: block;
  padding: 2px 18px;
  border-radius: 3px;
  background: #faeba5;
  color: #000;
  border: 1px solid #c0b482;
  font-weight: 600;
	opacity: 1;
}
header nav ul li a:hover {
	text-decoration: none;
}
@media screen and (min-width: 641px) {
header nav ul li a:hover {
	opacity: 0.9;
}
}
@media screen and (max-width: 640px) {
  header {
    position: fixed;
    top: 0;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    left: 0;
    margin-left: 0;
    z-index: 99;
  }
  header .sp {
    display: flex
  }
  header p {
    float: left;
    padding: 0;
    width: 10%;
    margin-left: 2.8125%;
    line-height: 1;
  }
  header p img {
    width: 28px;
    padding: 5px 0;
    float: left;
  }
  header nav {
    float: right;
    width: 90%;
    padding-top: 0;
  }
  header nav ul {
    padding-top: 8px;
  }
  header nav ul li {
    float: left;
    font-size: 12px;
    padding-right: 0;
    margin-left: 2px;
  }
  header nav ul li a {
    display: block;
    padding: 5px 0;
    line-height: 1;
    margin: 0 2px
  }
  header nav ul li a:active {
    background-color: rgba(0, 0, 0, 0.1);
  }
  header nav ul li:nth-child(1) {
    width: 20.8589%;
  }
  /*  header nav ul li:nth-child(1) a {
    padding-top: 0.96429em;
    padding-bottom: 0.96429em;
    padding-left: 14.70588%;
    padding-right: 14.70588%;
  }*/
  header nav ul li:nth-child(2) {
    width: 28%;
  }
  /*  header nav ul li:nth-child(2) a {
    padding-top: 0.96429em;
    padding-bottom: 0.96429em;
    padding-left: 9.90099%;
    padding-right: 9.90099%;
  }*/
  header nav ul li:nth-child(3) {
    width: 45.93252%;
  }
  /*  header nav ul li:nth-child(3) a {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 6.53595%;
    padding-right: 6.53595%;
  }*/
}
footer {
  padding: 40px 0;
  background-color: #ffffff;
  color: #ffffff;
  padding: 24px 32px;
  text-align: center;
  background-image: url(../img/2024yosyun/s1_bg01_ume_bk.png);
  background-repeat: repeat;
  background-position: center 0;
}
@media screen and (max-width: 640px) {
  footer {
    padding: 1.66667em 5%;
    font-size: 0.85714em;
  }
}
/* pages */
section > .inner {
  max-width: 1200px;
  margin: auto;
}
#section1 {}
#section1 .inner {
  max-width: 100%;
  margin: 0px;
}
#section1 h1 {
  margin: 0;
  padding: 0;
  line-height: 0;
}
@media screen and (max-width: 640px) {
  #section1 .bg {
    height: auto;
  }
  #section1 h1 {
    margin: 0px;
    padding: 0px;
    position: relative;
  }
  #section1 h1 img {
    width: 100%;
    margin: 0px;
  }
}
#section2 {
  background-color: #FC6;
  background-image: -webkit-linear-gradient(top, #fffded 73%, #fde2b6 100%);
  background-image: linear-gradient(to top, #fffded 73%, #fde2b6 100%);
  /* padding: 50px 5% 40px; */
  background-repeat: repeat;
  padding: 40px 5% 40px;
  color: #000;
}
#section2 .inner {
  position: relative;
}
#section2 .inner .subtitle {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 600;
}
#section2 .inner .text_sc {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-weight: 600;
}
#section2 .inner .text_sc span {
  font-size: 1.5rem;
}
#section2 .inner .icon {
  position: absolute;
  display: block;
  top: -160px;
  right: 120px;
  width: 141px;
}
#section2 .inner h2 {
  text-align: center;
  font-size: 2.7rem;
  line-height: 1.2;
  padding-bottom: 1.2rem;
}
#section2 .inner h2 small {
  font-size: 1.7rem;
}
#section2 .inner h1 {
  text-align: center;
  font-size: 20px;
}
#section2 .inner dl {
  border-top: 1px solid #dddddd;
}
#section2 .inner dl {
  max-width: 590px;
  color: #666;
  margin: 0 auto;
  border-bottom: 1px solid #dddddd;
  padding: 14px 0;
}
#section2 .inner dl dt {
  clear: both;
  float: left;
  width: 20.33898%;
  padding: 0 0 0 14px;
}
#section2 .inner dl dd {
  float: left;
  max-width: 79.66102%;
  padding: 0 14px 0 0;
}
#section2 .inner dl:last-child {
  /*border-bottom: 0;*/
}
#section2 .line {
  width: 300px;
  height: 1px;
  background: #000;
  margin: 0 auto 5rem;
}
#section2 .text {
  text-align: justify;
}
#section2 .summary {
  background: #fff;
  border: solid 2px #cb303f;
  padding: 5rem;
  margin: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 96%, #cb303f 100%);
  background-image: linear-gradient(to top, #ffffff 98%, #cb303f 100%);
}
#section2 .summary h2 {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
}
#section20 {
  background-color: #fcfcfc;
  /*background-image: url(../img/2024yosyun/s1_bg01_ume.png);*/
  /* padding: 50px 5% 40px; */
  background-repeat: repeat;
  padding: 40px 5% 40px;
  color: #666;
}
#section20 .inner {
  position: relative;
}
#section20 .inner p {
  font: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#section20 .inner .icon {
  position: absolute;
  display: block;
  top: -160px;
  right: 120px;
  width: 141px;
}
#section20 .inner h2 {
  text-align: center;
}
#section20 .inner dl {
  border-top: 1px solid #dddddd;
}
#section20 .inner dl {
  max-width: 590px;
  color: #666;
  margin: 0 auto;
  border-bottom: 1px solid #dddddd;
  padding: 14px 0;
}
#section20 .inner dl dt {
  clear: both;
  float: left;
  width: 20.33898%;
  padding: 0 0 0 14px;
}
#section20 .inner dl dd {
  float: left;
  max-width: 79.66102%;
  padding: 0 14px 0 0;
}
#section20 .inner dl:last-child {
  /*border-bottom: 0;*/
}
@media screen and (min-width: 641px) {
  .accordion-box input {
    display: none
  }
}
@media screen and (max-width: 640px) {
  #section2 {
    /* padding: 1.78571em 5% 1.42857em; */
    padding: 1.4em 5% 1.42857em;
  }
  #section2 .inner {
    /*background-image: url(../img/2024yosyun/s2_line01_sp.gif);
    background-size: contain;*/
  }
  #section2 .inner .icon {
    position: absolute;
    display: block;
    top: -50px;
    right: -8px;
    width: 28%;
  }
  #section2 .inner dl {
    font-size: 0.85714em;
  }
  #section2 .inner dl dt {
    padding: 0;
    width: 27.77778%;
  }
  #section2 .inner dl dd {
    padding: 0;
    width: 71.18056%;
  }
  #section2 .inner h2 {
    font-size: 1.7rem;
  }
  #section2 .inner .subtitle {
    font-size: 1.6rem;
  }
  #section2 .inner .text_sc {
    font-size: 1.4rem;
  }
  #section2 .inner .text_sc span {
    font-size: 1.1rem;
  }
  #section20 {
    /* padding: 1.78571em 5% 1.42857em; */
    padding: 1.4em 5% 1.42857em;
  }
  #section20 .inner {
    /*background-image: url(../img/2024yosyun/s2_line01_sp.gif);
    background-size: contain;*/
  }
  #section20 .inner .icon {
    position: absolute;
    display: block;
    top: -50px;
    right: -8px;
    width: 28%;
  }
  #section20 .inner dl {
    font-size: 0.85714em;
  }
  #section20 .inner dl dt {
    padding: 0;
    width: 27.77778%;
  }
  #section20 .inner dl dd {
    padding: 0;
    width: 71.18056%;
  }
  #section2 .summary {
    padding: 2.9rem 2.1rem;
    background-image: linear-gradient(to top, #ffffff 98%, #cb303f 100%);
    margin-top: 0
  }
  #section2 .summary p {
    font-size: 14px;
    line-height: 1.5
  }
  #section2 .summary .accordion-box label {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255 255 255) 80%);
  }
  #section2 .summary .accordion-box label:after {
    background-color: #fff;
  }
  #section2 .summary .accordion-box .accordion-container {
    height: 300px;
  }
  #section2 .summary .accordion-box label:after {
    bottom: 0;
  }
  #section2 .summary .accordion-box input:checked ~ .accordion-container {
    height: auto;
    padding-bottom: 33px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }
  #section2 .summary .accordion-box input:checked + label {
    background: none
  }
}
/*演目*/
#section3 {
  text-align: center;
  padding: 80px 5%;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #fcbaa7 60%, #c3ecb6 100%);
  background-image: linear-gradient(to top, #ffffff 0%, #fcbaa7 60%, #c3ecb6 100%);
}
#section3 h2 {
  margin-bottom: 30px;
}
#section3 .text {
  max-width: 660px;
  margin: 0 auto 60px;
  text-align: left;
}
#section3 .text.outline {
  max-width: 660px;
  line-height: 2em;
}
#section3 h3 {
  margin-bottom: 3rem;
  font-size: 3rem
}
#section3 h3 img {
  width: 442px;
  margin-bottom: 18px;
}
#section3 ol {
  max-width: 1000px;
  margin: 0 auto;
}
#section3 ol li {
  width: 31%;
  margin-right: 2.5%;
  float: left;
  border: 2px solid #46488a;
}
#section3 ol li p {
  padding: 0.5rem 3rem 3rem;
  background-color: #ffffff;
}
#section3 ol li p.nobg {
  padding: 8px 0px 12px;
  ;
  background: none;
  text-align: right;
}
#section3 ol li.end {
  margin-right: 0;
}
#section3 ol li h4, #section3b ol li h4 {
  font-size: 2rem;
  padding: 3.8rem 0 0.5rem 0;
}
#section3 ol li h4 {
  background-image: -webkit-linear-gradient(top, #ffffff 73%, #46488a 100%);
  background-image: linear-gradient(to top, #ffffff 73%, #46488a 100%);
}
#section3b ol li h4 {
  background-image: -webkit-linear-gradient(top, #ffffff 73%, #cb303f 100%);
  background-image: linear-gradient(to top, #ffffff 73%, #cb303f 100%);
}
#section3 ol li h4 small, #section3b ol li h4 small {
  font-size: 1.3rem;
  padding-left: 0.6rem;
  vertical-align: 0.2rem;
}
#section3 ol li h4:before {
  top: 0;
}
#section3 ol li h4:after {
  bottom: 0;
}
#section3 ol li h4 rt {
  font-size: 12px;
  font-weight: 500;
}
#section3 ol li .li_text {
  text-align: left;
  text-align: justify;
}
#section3 ol li:nth-child(1) img {
  width: 330px;
}
#section3 ol li:nth-child(2) img {
  width: 330px;
}
#section3 ol li:nth-child(3) img {
  width: 330px;
}
#section3 ol li:nth-child(4) img {
  width: 250px;
}
#section3 .end h4, #section3b .end h4 {
  position: relative
}
#section3 .end h4::before, #section3b .end h4::before {
  content: "萩原雪夫 作";
  position: absolute;
  font-size: 1.3rem;
  top: 1.4rem;
  left: 2.8rem;
}
/* IE10以上の対応。乗算が使えないので無効化する */
/*
@media all and (-ms-high-contrast: none){  
	#section3 {
	  text-align: center;
	  background-image: url(../img/2024yosyun/s3new_bg.jpg);
	  background-repeat: repeat;
	  background-position: top center;
	}
}
*/
/*演目*/
#section3 ol li .li_text small, #section3b ol li .li_text small {
  font-size: 1.1rem
}
#section3 ol li.end .li_text {
  padding: 0 3rem 1.8rem
}
#section3b {
  text-align: center;
  padding: 80px 5%;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0e8d4 73%, #c1ace2 100%);
  background-image: linear-gradient(to top, #ffffff 0%, #f0e8d4 73%, #c1ace2 100%);
}
#section3b h2 {
  margin-bottom: 30px;
}
#section3b .text {
  max-width: 660px;
  margin: 0 auto 60px;
  text-align: left;
}
#section3b .text.outline {
  max-width: 660px;
  line-height: 2em;
}
#section3b h3 {
  margin-bottom: 3rem;
  font-size: 3rem
}
#section3b h3 img {
  width: 442px;
  margin-bottom: 18px;
}
#section3b ol {
  max-width: 1000px;
  margin: 0 auto;
}
#section3b ol li {
  width: 31%;
  margin-right: 2.5%;
  float: left;
  border: 2px solid #cb303f;
}
#section3b ol li p {
  padding: 0 3rem 2.8rem;
  background-color: #ffffff;
}
#section3b ol li p.nobg {
  padding: 8px 0px 12px;
  ;
  background: none;
  text-align: right;
}
#section3b ol li.end {
  margin-right: 0;
}
#section3b ol li h4:before {
  top: 0;
}
#section3b ol li h4:after {
  bottom: 0;
}
#section3b ol li h4 rt {
  font-size: 0.8rem;
  font-weight: 500;
}
#section3b ol li .li_text {
  text-align: left;
  text-align: justify;
}
#section3 ol li .composer, #section3b ol li .composer {
  line-height: 1;
  text-align: left;
  padding: 0 0 1rem 2.8rem
}
#section3b ol li:nth-child(1) img {
  width: 330px;
}
#section3b ol li:nth-child(2) img {
  width: 330px;
}
#section3b ol li:nth-child(3) img {
  width: 330px;
}
#section3b ol li:nth-child(4) img {
  width: 250px;
}
/* IE10以上の対応。乗算が使えないので無効化する */
/*
@media all and (-ms-high-contrast: none){  
	#section3 {
	  text-align: center;
	  background-image: url(../img/2024yosyun/s3new_bg.jpg);
	  background-repeat: repeat;
	  background-position: top center;
	}
}
*/
/*ニュース追加*/
#section0 {
  position: relative;
  /*  background-color: #fffded;*/
  /*  background: #fde2b6;*/
  text-align: center;
  color: #222;
}
#section0 .bg {
  height: 100%;
  position: absolute;
  width: 100%;
}
#section0 .bg1 {
  background-image: url(../img/2024yosyun/s1_bg01_ume_bk.png);
  background-repeat: repeat;
  background-position: center 0;
}
#section0 .inner {
  position: relative;
  height: 100%;
  padding: 60px 5% 80px;
}
#section0 .inner h2 {
  margin-bottom: 27px;
}
#section0 .inner h2 img {
  width: 442px;
}
#section0 .inner ul {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
  background-color: #fff;
}
#section0 .inner ul li {
  width: 48%;
  margin-right: 4%;
  float: left;
  color: #222;
  background-color: #fff;
}
#section0 .inner ul li.end {
  width: 48%;
  margin-right: 0;
}
#section0 .inner ul li h3 {
  margin-bottom: 16px;
}
#section0 .inner ul li h3 img {
  width: 262px;
}
#section0 .inner ul li p {
  text-align: left;
}
/** **/
#section0 .inner dl {
  border-top: 1px solid #dddddd;
  text-align: left;
}
#section0 .inner dl {
  max-width: 590px;
  color: #fff;
  margin: 0 auto;
  border-bottom: 1px solid #dddddd;
  padding: 14px 0;
}
#section0 .inner dl dt {
  clear: both;
  float: left;
  width: 20.33898%;
  padding: 0 0 0 14px;
}
#section0 .inner dl dd {
  float: left;
  max-width: 79.66102%;
  padding: 0 14px 0 0;
  text-align: left;
}
#section0 .inner dl:last-child {
  /*border-bottom: 0;*/
}
@media screen and (max-width: 640px) {
  #section0 {
    background: none;
    /*    background-color: #fcfcfc;*/
    background-repeat: repeat;
    padding: 0;
    color: #222;
    font-size: 15px;
  }
  #section0 .bg {
    background: none;
    height: auto;
    position: static;
    width: auto;
  }
  #section0 .inner {
    padding: 0;
    background-color: #fff;
  }
  #section0 .inner h2 {
    margin-bottom: 0.71429em;
  }
  #section0 .inner h2 img {
    width: 100%;
  }
  #section0 .inner ul li {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 1.42857em;
  }
  #section0 .inner ul li.end {
    width: 100%;
  }
  #section0 .inner ul li h3 {
    margin-bottom: 0.57143em;
  }
  #section0 .inner ul li h3 img {
    width: 44.81481%;
  }
  #section0 .inner ul li p {
    text-align: left;
    color: #222;
  }
  #section0 .inner ul li:last-child {
    margin-bottom: 0;
  }
  /** **/
  #section0 .inner dl {
    border-top: 1px solid #dddddd;
  }
  #section0 .inner dl {
    max-width: 590px;
    color: #fff;
    margin: 0 auto;
    border-bottom: 1px solid #dddddd;
    padding: 14px 0;
  }
  #section0 .inner dl dt {
    clear: both;
    float: left;
    width: 20.33898%;
    padding: 0 0 0 14px;
  }
  #section0 .inner dl dd {
    float: left;
    max-width: 69.66102%;
    padding: 0 0px 0 45px;
  }
  #section0 .inner dl:last-child {
    /*border-bottom: 0;*/
  }
}
@media screen and (max-width: 640px) {
  #section3 {
    padding: 4rem 2rem;
  }
  #section3 h2, #section3b h2 {
    margin-bottom: 2.14286em;
  }
  #section3 h2 img {
    width: 100%;
  }
  #section3 .text, #section3b .text {
    margin-bottom: 2.14286em;
  }
  #section3 h3, #section3b h3 {
    margin-bottom: 0.8rem;
    font-size: 2.3rem;
    line-height: 1.3;
  }
  #section3 h3 img {
    width: 98%;
  }
  #section3 ol li {
    width: auto;
    margin-right: 0;
    float: none;
    margin-bottom: 1.42857em;
  }
  #section3 ol li.end, #section3b ol li.end {
    margin-right: 0;
  }
  #section3 ol li:last-of-type, #section3b ol li:last-of-type {
    margin-bottom: 0;
  }
  #section3 ol li .li_text, #section3b ol li .li_text {
    padding: 0rem 2rem 1.4rem;
    font-size: 14px;
    line-height: 1.4;
	 text-align: left;
  }
  #section3 ol li h4, #section3b ol li h4 {
    font-size: 2.1rem;
    padding: 3.2rem 0 0.6rem;
  }
  #section3 ol li h4 rt {
    vertical-align: bottom;
  }
  #section3 ol li:first-of-type h4, #section3b ol li:first-of-type h4 {
    padding: 1.6rem 0 0.6rem;
  }
  #section3 ol li:last-of-type h4, #section3b ol li:last-of-type h4 {
    padding: 5.4rem 0 0.6rem;
  }
  #section3 ol li:nth-child(1) img {
    width: 300px;
  }
  #section3 ol li:nth-child(2) img {
    width: 300px;
  }
  #section3 ol li:nth-child(3) img {
    width: 300px;
  }
  #section3 ol li:nth-child(4) img {
    width: 300px;
  }
  #section3 ol li:nth-child(4) {
    margin-bottom: 0;
  }
  #section3b {
    padding: 2.75em 7.8125% 2.85714em;
  }
  #section3b h2 img {
    width: 100%;
  }
  #section3b h3 img {
    width: 98%;
  }
  #section3b ol li {
    width: auto;
    margin-right: 0;
    float: none;
    margin-bottom: 1.42857em;
  }
  #section3b ol li:nth-child(1) img {
    width: 300px;
  }
  #section3b ol li:nth-child(2) img {
    width: 300px;
  }
  #section3b ol li:nth-child(3) img {
    width: 300px;
  }
  #section3b ol li:nth-child(4) img {
    width: 300px;
  }
  #section3b ol li:nth-child(4) {
    margin-bottom: 0;
  }
}
/*出演者*/
#section4 {
  position: relative;
  background-color: #ffffff;
  background-image: url("../img/2024yosyun/s1_bg01_ume2.png");
  text-align: center;
}
#section4 .bg {
  height: 100%;
  position: absolute;
  width: 100%;
}
#section4 .bg1 {
  background-image: url("../img/2024yosyun/s1_bg01_ume2.png");
  background-repeat: repeat;
  background-position: center 0;
}
#section4 .inner {
  position: relative;
  height: 100%;
  padding: 60px 5% 80px;
}
#section4 .inner h2 {
  margin-bottom: 27px;
  text-align: center;
  margin-bottom: 44px;
  font-size: 3rem;
}
#section4 .inner h2 img {
  width: 442px;
}
#section4 .inner ul {
  max-width: 1000px;
  margin: 0 auto;
}
#section4 .inner ul li {
  width: 30.66667%;
  margin-right: 4%;
  float: left;
  color: #000000;
}
#section4 .inner ul li.first {
  margin-left: 170px;
}
#section4 .inner ul li.end {
  margin-right: 0;
}
#section4 .inner ul li h3 {
  margin-bottom: 16px;
}
#section4 .inner ul li h3 img {
  width: 262px;
}
#section4 .inner ul li p {
  text-align: left;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  #section4 {
    background: none;
    background-color: #f0bd64;
    background-image: url("../img/2024yosyun/s1_bg01_ume2.png");
    background-repeat: repeat;
    padding: 2rem;
  }
  #section4 .bg {
    background: none;
    height: auto;
    position: static;
    width: auto;
  }
  #section4 .inner {
    padding: 0;
  }
  #section4 .inner h2 {
    margin-bottom: 0.71429em;
  }
  #section4 .inner h2 img {
    width: 100%;
  }
  #section4 .inner ul li {
    width: auto;
    margin-right: 0;
    float: none;
    margin-bottom: 1.42857em;
  }
  #section4 .inner ul li h3 {
    margin-bottom: 0.57143em;
  }
  #section4 .inner ul li h3 img {
    width: 64.81481%;
  }
  #section4 .inner ul li p {
    font-size: 14px;
    line-height: 1.5;
  }
  #section4 .inner ul li:last-child {
    margin-bottom: 0;
  }
}
/*公演スケジュール*/
#section5 {
  padding: 60px 5% 80px;
  background-image: -webkit-linear-gradient(top, #fffded 73%, #fde2b6 100%);
  background-image: linear-gradient(to top, #fffded 73%, #fde2b6 100%);
  background-repeat: repeat;
  background-position: center 0;
}
#section5 .subtitle {
  text-align: center;
  font-size: 1.6rem;
  padding: 4rem 0 2rem;
}
#section5 h2 {
  text-align: center;
  margin-bottom: 44px;
  font-size: 3rem;
}
#section5 .schedule {
  max-width: 884px;
  margin: 0 auto 10px;
  border-radius: 5px;
  padding: 0 24px 0;
  /*  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
*/ background: #fff;
  /*  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #e6e6e6), color-stop(0.48, #fff), color-stop(0, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 48%, #f9f9f9 100%);
  background: -moz-linear-gradient(top, #fff 0%, #fff 48%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #fff 0%, #fff 48%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #fff 0%, #fff 48%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 48%, #f9f9f9 100%);
*/ position: relative;
  border: 1px solid #cdcdcd;
}
#section5 .schedule::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 26px;
  border: 0;
  border-bottom: solid 2px #b2b2b2;
  border-right: solid 2px #b2b2b2;
  display: inline-block;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
#section5 .schedule.open::after {
  border-bottom: none;
  border-top: solid 2px #b2b2b2;
  border-right: solid 2px #b2b2b2;
  display: inline-block;
  transform: rotate(-45deg);
}
#section5 .schedule h3 {
  background-image: url(../img/2024yosyun/s5_bg02.gif);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding: 14px 0 12px;
  font-size: 1.28571em;
  font-weight: normal;
}
#section5 .schedule .schedule_body {
  display: none;
  padding: 30px 18px 40px;
  text-align: center;
}
#section5 .schedule .schedule_body h4 {
  font-size: 1.28571em;
  color: #a9935a;
  text-align: center;
  line-height: 1;
  margin-bottom: 12px;
}
#section5 .schedule .schedule_body table {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  width: 100%;
  font-size: 1.14286em;
}
#section5 .schedule .schedule_body table th {
  width: 22.5%;
  background-color: rgba(244, 230, 194, 0.5);
  font-weight: normal;
  border-top: 1px solid #969696;
  padding: 10px;
  text-align: left;
}
#section5 .schedule .schedule_body table td {
  border-top: 1px solid #969696;
  padding: 10px;
  text-align: justify;
}
#section5 .schedule .schedule_body table td a {
  color: #0a6eff;
  text-decoration: underline;
}
#section5 .schedule .schedule_body table td a:hover {
  text-decoration: none;
}
#section5 .schedule .schedule_body table td a.tel {
  color: #000000;
  text-decoration: none;
  cursor: text;
}
#section5 .schedule .schedule_body table tr:first-child th, #section5 .schedule .schedule_body table tr:first-child td {
  border-top: 0;
}
#section5 .schedule .schedule_body table small {
  font-size: 0.9em;
}
#section5 .schedule .schedule_body table.table1 {
  margin-bottom: 30px;
}
#section5 .schedule .schedule_body table.table1 th {
  text-align: right;
}
#section5 .schedule .schedule_body table.table2 {
  margin-bottom: 8px;
}
#section5 .schedule .schedule_body table.table2 th, #section5 .schedule .schedule_body table.table2 td {
  text-align: center;
  border-right: 1px solid #969696;
}
#section5 .schedule .schedule_body table.table2 th {
  background-color: #f2e4c0;
}
#section5 .schedule .schedule_body table.table2 tr :last-child {
  border-right: 0;
}
#section5 .schedule .schedule_body table.table3 {
  margin-bottom: 30px;
}
#section5 .schedule .schedule_body .tac {
  text-align: center;
}
#section5 .schedule .schedule_body .tac th, #section5 .schedule .schedule_body .tac td {
  text-align: center;
}
#section5 .schedule .schedule_body .bgc {
  background-color: #f2e4c0;
}
#section5 .schedule .schedule_body .bt {
  border-top: 1px solid #000000;
}
#section5 .schedule .schedule_body .mb8 {
  margin-bottom: 8px;
}
#section5 .schedule .schedule_body .mb30 {
  margin-bottom: 30px;
}
#section5 .schedule .schedule_body .tel {
  font-size: 1.28571em;
  color: #000000;
  text-decoration: none;
  cursor: text;
}
#section5 .schedule .schedule_body .tel.takujisho {
  font-size: 1em;
}
#section5 .schedule .schedule_body .big {
  font-size: 1.14286em;
}
#section5 .schedule.open {
  background: #ffffff;
}
#section5 .schedule.open h3 {
  background-image: url(../img/2024yosyun/s5_bg03.gif);
  border-bottom: 1px solid #d1d1d1;
}
@media screen and (max-width: 640px) {
  #section5 {
    padding: 1.42857em 3.125% 2.85714em;
  }
  #section5 h2 {
    margin: 1rem 0 0;
  }
  #section5 h2 img {
    width: 100%;
    display: block;
    margin: auto;
  }
  #section5 .schedule {
    margin: 0 auto 0.46429em;
    padding: 0 0.85714em 0;
  }
  #section5 .schedule::after {
    width: 6px;
    height: 6px;
    top: 16px;
  }
  #section5 .schedule h3 {
    padding: 1rem 3.2rem 1rem 0.2rem;
    font-size: 0.85714em;
    background-size: 3.83142%;
    text-align: justify;
  }
  #section5 .schedule .schedule_body {
    padding: 1.07143em 0 1.42857em;
  }
  #section5 .schedule .schedule_body h4 {
    font-size: 1em;
    margin-bottom: 0.42857em;
  }
  #section5 .schedule .schedule_body table {
    font-size: 0.9em;
  }
  #section5 .schedule .schedule_body table th {
    width: 22.5%;
    vertical-align: top;
    text-align: center;
  }
  #section5 .schedule .schedule_body table td {
    border-top: 1px solid #969696;
    padding: 10px;
    text-align: left;
  }
  #section5 .schedule .schedule_body table td a {
    color: #0a6eff;
    text-decoration: underline;
  }
  #section5 .schedule .schedule_body table td a:hover {
    text-decoration: none;
  }
  #section5 .schedule .schedule_body table td a.tel {
    color: #0a6eff;
    text-decoration: underline;
  }
  #section5 .schedule .schedule_body table tr:first-child th, #section5 .schedule .schedule_body table tr:first-child td {
    border-top: 0;
  }
  #section5 .schedule .schedule_body table small {
    font-size: 0.78571em;
  }
  #section5 .schedule .schedule_body table.table1 {
    margin-bottom: 1.78571em;
  }
  #section5 .schedule .schedule_body table.table2 {
    margin-bottom: 8px;
  }
  #section5 .schedule .schedule_body table.table2 th, #section5 .schedule .schedule_body table.table2 td {
    text-align: center;
    border-right: 1px solid #969696;
  }
  #section5 .schedule .schedule_body table.table2 th {
    background-color: #f2e4c0;
  }
  #section5 .schedule .schedule_body table.table2 tr :last-child {
    border-right: 0;
  }
  #section5 .schedule .schedule_body table.table3 {
    margin-bottom: 1.78571em;
  }
  #section5 .schedule .schedule_body table.table3 th, #section5 .schedule .schedule_body table.table3 td {
    text-align: left;
  }
  #section5 .schedule .schedule_body table.table3 .tac {
    text-align: center;
  }
  #section5 .schedule .schedule_body table.table3 th {
    width: 30.7971%;
  }
  #section5 .schedule .schedule_body table.table3 th.tac {
    font-weight: bold;
  }
  #section5 .schedule .schedule_body .tel {
    font-size: 1em;
    color: #0a6eff;
    text-decoration: underline;
  }
  #section5 .schedule .schedule_body .big {
    font-size: 1em;
  }
  #section5 .schedule .schedule_body .mb30 {
    font-size: smaller;
    margin-bottom: 1.78571em;
  }
}

/*# sourceMappingURL=style.css.map */
.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8; /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: none; /*線を消す*/
}
.btn--orange, a.btn--orange {
  color: #fff;
  background-color: #d72942;
  font-size: 1.8rem;
  padding: 0.7rem 5.5rem 0.7rem 4.1rem;
  margin: 0 auto 5rem;
  display: table;
  text-align: center;
  position: relative;
  opacity: 1
}
.btn--orange:hover, a.btn--orange:hover {
  color: #fff;
  background: #f56500;
  text-decoration: none;
  opacity: 0.9
}
a.btn--orange::after {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #fff;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
a.btn--radius {
  border-radius: 100vh;
}
@media screen and (max-width: 640px) {
  .btn--orange, a.btn--orange {
    margin: 0 auto 3.2rem;
  }
  #section2 .line {
    margin: 0 auto 3rem;
  }
}
#section0 .l-sectionPrimary {
  padding: 1.9rem
}
#section0 .l-sectionPrimary h2 {
  font-size: 1.7rem;
}
#section0 .l-sectionPrimary .l-container #js-getNewsList {
  background: #fff;
  margin: 1rem auto;
  padding: 0.7rem 1.8rem;
  text-align: left;
  height: auto;
  max-height: 300px;
  overflow-y: scroll;
  width: 800px;
  border-radius: 5px;
}
#section0 .l-sectionPrimary .l-container .c-newsList__item {
  border-bottom: 1px dotted #dedddd;
  padding: 0.8rem 0;
}
#section0 .l-sectionPrimary .l-container li:last-of-type {
  border-bottom: none;
}
#section0 .l-sectionPrimary .l-container a.c-newsList__contents dd {
  color: #144790;
  text-decoration: underline;
}
#section0 .l-sectionPrimary .c-newsList__contents dl {
  display: flex;
  border-top: none;
  border-bottom: none;
  background: #fff;
  padding: 0;
}
#section0 .l-sectionPrimary .c-newsList__contents dd {
  padding-left: 1rem;
  float: none;
	text-align: justify;
}
#section0 .l-sectionPrimary .l-container dt {
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #section0 .l-sectionPrimary .l-container {
    padding: 1.9rem 0.5rem
  }
  #section0 .l-sectionPrimary .l-container {
    font-size: 1.3rem
  }
  #section0 .l-sectionPrimary .l-container #js-getNewsList {
    width: 100%;
    margin-bottom: 0
  }
  #section0 .l-sectionPrimary .l-container .c-newsList__contents dl {
    display: block;
  }
  #section0 .l-sectionPrimary .l-container .c-newsList__contents dd {
    padding-left: 0;
    font-size: 1.3rem;
	  max-width: none;
	  width: 100%;
  }
  #section0 .l-sectionPrimary .l-container dt {
    font-size: 1.2rem;
    float: none
  }
  #section0 .l-sectionPrimary {
    padding: 0 0 1.9rem;
  }
}
@media screen and (max-width: 640px) {
  .accordion-box {
    position: relative;
  }
  .accordion-box label {
    height: 100px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* 以下グラデーションは「背景が白」に併せて設定しています */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(251 249 218) 40%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(251 249 218) 60%);
  }
  .accordion-box input:checked + label {
    background: inherit; /* 開いた時には背景グラデーションを消す */
  }
  .accordion-box label:after {
    content: "続きをよむ"; /* ラベルの文字 */
    letter-spacing: .05em;
    line-height: 2.5rem;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #000;
    background-color: #fbf9da;
    width: 18.75rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .accordion-box input {
    display: none;
  }
  .accordion-box .accordion-container {
    overflow: hidden;
    height: 140px; /* 開く前に見えている部分の高さ */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }
  .accordion-box input:checked + label:after {
    content: "閉じる";
  }
  .accordion-box input:checked ~ .accordion-container {
    height: auto;
    padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }
}
/*錦秋*/ 
.kinsyu2024#section3b, .kinsyu2024 #section5 {
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #fbf4e0 73%, #e08734 100%);
    background-image: linear-gradient(to top, #ffffff 0%, #fbf4e0 73%, #e08734 100%);
}
.kinsyu2024 #section2 .btn--orange, .kinsyu2024 #section2 a.btn--orange{
background-color:#b92d40;
}
.kinsyu2024 header nav ul li a {
	background: #ecd380; 
}
.kinsyu2024#section3b ol li {
	border: 2px solid #f0d266;
}
.kinsyu2024#section3b ol li h4 {
	background-image: -webkit-linear-gradient(top, #ffffff 73%, #f0d266 100%); 
    background-image: linear-gradient(to top, #ffffff 73%, #f0d266 100%);
}
/*#section5.teaser .subtitle {
    padding: 0rem 0 2rem;
}*/
#section5 .teaser.schedule {
	pointer-events: none;
	    border-radius: 0;
}
#section5 .teaser.schedule::after {
	display: none;
}
header nav ul li.header_kinshu a {
	background:#e08734;
	color: #fff;
}
header nav ul li.header_shinryoku a {
	background:#1d7118;
	color: #fff;
}
/*新緑2025*/
#section2.sinryoku2025 {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #72b9b0 100%);
    background-image: linear-gradient(to top, #ffffff 0%, #72b9b0 100%);
}
#section2 .summary.sinryoku2025 {
	border:	solid 1px #006041;
	background-image: -webkit-linear-gradient(top, #ffffff 96%, #006041 100%);
    background-image: linear-gradient(to top, #ffffff 96%, #006041 100%);
}
#section3b.sinryoku2025 .end h4::before {
	content: "岡村柿紅 作";	
}
#section3b.sinryoku2025 ol li h4 {
	background-image: -webkit-linear-gradient(top, #ffffff 73%, #E28900 100%);
    background-image: linear-gradient(to top, #ffffff 73%, #E28900 100%);
}
#section3b.sinryoku2025 ol li {
	border:2px solid #E28900;
}
#section3b.sinryoku2025  {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #E5F0C0 73%, #D3E6B5 100%);
    background-image: linear-gradient(to top, #ffffff 0%, #E5F0C0 73%, #D3E6B5 100%);
}
#section4.sinryoku2025 {
	background: none;
	background-color: #E5F0D9;
}
#section5.sinryoku2025 {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #72b9b0 100%);
    background-image: linear-gradient(to top, #ffffff 0%, #72b9b0 100%);
}
@media screen and (max-width: 640px) {
	header nav ul li.header_kinshu, header nav ul li.header_shinryoku {
		float: right;
				padding:3px 10px 3px 2px;
	}
	header nav ul li.header_kinshu a, header nav ul li.header_shinryoku a  {
		padding:3px 8px 3px 8px
	}
	.hedaer_archive a {
		padding: 9px 4px;
		margin-top: 3px;		
	}
}