*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
	font-family: 'Noto Sans JP', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #1d1e30;
	font-size: 1.4rem;
	line-height: 1.8;
	position: relative;
	background-color: #d0e0cd;
	background-image: url(../images/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
h1, h2, h3, h4, h5 {
  font-weight: 700;
  font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
p {
  margin: 0 0 1rem;
}
ul, li, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
figure, figcaption {
  padding: 0;
  margin: 0;
}
.sp_block {
  display: none;
}
.pc_block {
  display: block;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	font-size: medium;
}
a {
  text-decoration: none;
  color: #809C7A;
  position: relative;
}
a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #495746;
}
a[target="_blank"]:after {
  content: "";
  margin: 0px 3px;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon_window.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  display: inline-block;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fadeInTrigger, .fadeInUpTrigger {
  opacity: 0;
}
header {
  padding: 0;
  background-color: #F5F6F2;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 5px hsla(82, 3%, 55%, 0.50);
  box-shadow: 0px 0px 5px hsla(82, 3%, 55%, 0.50);
}
.inner {
  margin: 0 auto;
  max-width: 1100px;
  width: 96%;
}
section .inner {
  padding: 40px 0;
}
header .head_logo {
  width: 30%;
  margin: 0;
  padding: 5px;
  max-width: 200px;
}
header .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header #navi {
  width: 70%;
}
header #navi #g_nav ul {
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
header #navi #g_nav ul a::after {
  display: none;
}
#g_nav li {}
#g_nav li:last-child {
  border-bottom-width: 0;
}
#g_nav li a {
  display: block;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  letter-spacing: 2px;
  color: #101010;
}
#g_nav li a:hover {
  color: #5D7C5A;
}
#g_nav .twitter a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
#g_nav .twitter a img {
  width: 35px;
  margin-right: 10px;
}
.sec_title {
	text-align: center;
	font-size: 50px;
	letter-spacing: 1px;
	padding: 0;
	margin-bottom: 30px;
	color: #fff;
	/* [disabled]background-color: hsla(0,0%,100%,0.70); */
}
.red {
  color: #AE0002;
}
.slick-prev:before, .slick-next:before {
  font-size: 30px;
  color: #f16600;
}
#top {
	padding-top: 80px;
}
#top_slide .slick-dots {
  bottom: -23px;
}
#top_slide .slide_item {
  margin: 0 10px;
}
#top_slide .slide_item img {
  width: 100%;
  height: auto;
}
#top_slide {
  opacity: 0;
  transition: opacity .25s ease;
  margin-bottom: 50px;
}
#top_slide.slick-initialized {
  opacity: 1;
}
#top h2 {
  text-align: center;
  margin-bottom: 30px;
}
#top .lead {
  font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #fff; /*    text-shadow: 
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff; */
}
#top .lead_wrap {
	padding: 20px;
	background-color: hsla(136,12%,37%,0.70);
}
#top .sponsor_wrap {
	text-align: center;
	margin-top: 20px;
}
#top .sponsor_img {
	display: inline-block!important;
	padding: 10px 20px;
	background-color: #fff;
}
#top .sponsor_img img {
	max-width: 200px;
	display: inline-block!important;
	margin-bottom: 0px;
}
#news {
  padding: 100px 0;
}
#news .news_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 900px;
}
#news .news_wrap .sec_title {
	color: #2B2B2B;
	background-image: none;
}
#news .news_wrap .txt {
  max-width: 300px;
  width: 37%;
}
#news .news_wrap .x_btn a {
  color: #101010;
  text-align: center;
  padding: 10px;
  display: block;
  border: 1px solid #101010;
  background-color: hsla(0, 0%, 100%, 0.60);
}
#news .news_wrap .x_btn a:hover {
  background-color: #D0DBD0;
}
#news .news_wrap .timeline {
  max-width: 600px;
  width: 60%;
}
#news .news_list {
	/* [disabled]min-height: 196px; */
	max-height: 250px;
	overflow-y: scroll;
	padding: 10px;
	background-color: #fff;
}
#news .news_list li {
	border-bottom: 1px solid #CBCBCB;
	position: relative;
	padding: 10px 0px;
	list-style-type: none;
}
#news .news_list li:last-child {
    border-bottom: 0;
}
#news .news_list li a {
  text-decoration: underline;
}
#news .news_list li a:hover {
  opacity: 0.7;
}
#news .news_list li small {
	padding-right: 10px;
	font-size: 14px;
	display: block;
	color: #809C7A;
}
#about {
	border-bottom: 4px solid #3E3B33;
	border-top: 4px solid #3E3B33;
	background-color: hsla(99,17%,64%,0.70);
}
#program {
	border-bottom: 3px solid #231f20;
	position: relative;
	background-color: hsla(136,12%,37%,0.70);
}
#about table {
  /* [disabled]width: 100%; */
  border-collapse: collapse;
  border-top: 1px solid #C1C0C0;
}
#about table th {
  padding: 10px;
  width: 20%;
  vertical-align: middle;
  font-weight: normal;
  background-color: #F2EEEC;
  border-bottom: 1px solid #C1C0C0;
}
#about table td {
  padding: 10px;
  width: 80%;
  border-bottom: 1px solid #C1C0C0;
}
.about_wrap {
	display: flex;
	margin: 0 auto 10px;
	max-width: 660px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about_wrap .program_thum {
	width: 48%;
	text-align: center;
	display: block;
	border: 3px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 0px 1px #C1C0C0;
	box-shadow: 0px 0px 0px 1px #C1C0C0;
	margin-bottom: 10px;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #C1C0C0;
}
table th {
  padding: 10px;
  vertical-align: middle;
  font-weight: normal;
  background-color: #EAEDE4;
  border-bottom: 1px solid #C1C0C0;
}
table td {
  padding: 10px;
  border-bottom: 1px solid #C1C0C0;
}
.ticket_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.ticket_item {
  width: 48%;
}
.ticket_btn {
  display: block;
  padding: 5px;
  text-align: center;
  /* [disabled]margin-bottom: 10px; */
  border: 2px solid #BA1835;
  color: #BA1835;
  font-weight: bold;
  border-radius: 10px;
  font-size: 1.6rem;
}
a.disable {
  pointer-events: none;
  opacity: 0.2;
  filter: grayscale(100%);
}
.ticket_btn:hover {
  background-color: hsla(349, 77%, 41%, 0.50);
  color: #fff;
}
.program_wrap {
	margin-bottom: 50px;
	padding: 10px 15px;
	background-color: #FFFFFF;
	border: 3px solid #231f20;
	position: relative;
	z-index: 2;
}
.program_wrap.playguide {
	padding: 0;
}
.program_wrap h4 {
  font-size: 2rem;
  color: #231f20;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 3px solid #231f20;
}
.program_wrap.playguide h4 {
	background-color: #231f20;
	margin: 0;
	padding: 10px;
	color: #fff;
}
.program_wrap.playguide h5 {
	font-size: 1.8rem;
	margin: 20px 0 10px;
	padding: 5px 0;
	border-bottom: 1px dotted #231f20;
}
.program_wrap table th {
  width: 20%;
}
.program_wrap table td {
  width: 80%;
  background-color: #FFFFFF;
}
.program_wrap dl dt {
	font-weight: bold;
	margin-top: 10px;
	color: #968E5E;
}
.program_wrap dl dd {
  padding-left: 20px;
  /* [disabled]text-indent: -14px; */
  margin-bottom: 2px;
}
.program_wrap dl dd.sold_out span {
  opacity: 0.5;
  position: relative;
  text-decoration: line-through;
}
.program_wrap dl dd.sold_out::after {
  content: "満員御礼";
  display: inline-block;
  position: relative;
  color: #DD0B0E;
  opacity: 1;
  border: 1px solid #DD0B0E;
  padding: 1px 5px;
  margin-left: 10px;
  z-index: 2;
}
.program_wrap ul {
  padding-left: 20px;
}
.program_wrap ul li {
  list-style-type: disc;
}
.program_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.program_flex .txt {
  width: 68%;
}
.program_flex .img {
  width: 30%;
  position: relative;
}
.program_flex .img.sold_out::after {
  content: "";
  display: block;
  height: 100%;
  background-image: url(../images/icon_soldout.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 50%;
  right: 0;
  margin: auto;
}
.program_thum img {
  vertical-align: bottom;
}
.program_thum {
	position: relative;
	display: block;
	overflow: hidden;
	border: 3px solid #FFFFFF;
	text-align: center;
	-webkit-box-shadow: 0px 0px 0px 1px #C1C0C0;
	box-shadow: 0px 0px 0px 1px #C1C0C0;
}
.program_thum:hover {
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}
.program_thum img {
  height: auto;
  transition: transform .6s ease;
}
.program_thum:hover img {
  transform: scale(1.1);
}
.program_thum:after {
  content: '';
  z-index: 2;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-image: url(../images/icon_zoom.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 35px;
  background-size: auto 70%;
}
.program_flex .img .caption {
  font-size: 12px;
  margin: 10px 0;
  text-align: right;
}

.program_flex .text {
  width: 68%;
  margin: 0;
}
.program_flex .text .program_wrap {
  margin: 0 0 20px;
}
.program_flex .text table {
  width: 100%;
}

.footer {
	background-color: #fff;
}
.otanoshimi_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-align: center;
  cursor: pointer;
  z-index: 90;
}
.pagetop:hover {
  opacity: 0.7;
}
.pagetop .arrow {
  display: block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 2em;
  height: 2em;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  margin: 0 auto;
  transform: translateY(25%) rotate(-45deg);
}
.footer .inner {
  padding: 30px 0;
}
.footer p {
  font-size: 12px;
}
.taisaku {
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 2px solid #6C6C6C;
  margin-bottom: 50px;
}
.taisaku h4 {
  font-size: 18px;
  border-bottom: 1px solid #6C6C6C;
  margin-bottom: 10px;
  margin-top: 0px;
}
.taisaku p {
  font-size: 14px;
}
.taisaku ul li {
  font-size: 13px;
  list-style-type: disc;
  padding-left: 13px;
  text-indent: -13px;
}
.taisaku ul {
  padding-left: 20px;
}
.taisaku .ticket_btn {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0 0;
}
.taisaku .ticket_btn li {
  width: 32%;
  padding: 0;
  margin: 0 0.5% 20px;
  list-style-type: none;
  text-align: center;
  text-indent: 0px;
}
.taisaku .ticket_btn li a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  background-color: #9F6B6B;
  -webkit-box-shadow: 0px 5px #7C5354;
  box-shadow: 0px 5px #7C5354;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
.taisaku .ticket_btn li a[target="_blank"]::after {
  display: none;
}
.taisaku .ticket_btn li a:hover {
  opacity: 0.7;
}
@media screen and (max-width:1080px) {
  #navi {
    top: 10px;
    width: auto;
    right: 20px;
  }
  #page {
    padding: 0;
    min-width: 0;
  }
  .inner {
    width: 90%;
  }
  #g_nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background-color: hsla(0, 0%, 16%, 0.90);
    transition: all 0.6s;
  }
  #g_nav.panelactive {
    right: 0;
  }
  #g_nav.panelactive #g_nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  header #navi #g_nav ul {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    display: block;
  }
  #g_nav li {
    list-style: none;
    text-align: center;
    width: 100%;
    display: block;
    border-bottom: 1px dotted #D4D4D4;
  }
  #g_nav li a {
    color: #fff;
    text-decoration: none;
    padding: 20px 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    position: relative;
  }
  #g_nav li a::after {
    content: "";
    position: absolute;
    top: 35px;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #g_nav li a:hover {
    background-color: #5D7C5A;
    color: #fff;
  }
  .openbtn {
    position: fixed;
    z-index: 9999;
    right: 4px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 4px;
    bottom: 0px;
    background-color: #F5F6F2;
    border: 1px solid #5D7C5A;
  }
  .openbtn::after {
    content: "MENU";
    font-size: 10px;
    text-align: center;
    color: #333;
    position: absolute;
    right: 0px;
    left: 0px;
    margin: auto;
    bottom: 3px;
    font-weight: 700;
  }
  .openbtn.active::after {
    content: "CLOSE";
  }
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #333;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 10px;
  }
  .openbtn span:nth-of-type(2) {
    top: 18px;
  }
  .openbtn span:nth-of-type(3) {
    top: 26px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 25px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
@media screen and (max-width:768px) {
body {
	position: relative;
	background-image: none;
}
body::after {
	content: "";
	z-index: -1;
	position: fixed;
	display: block;
	width: 100%;
	height: 100vh;
	background-image: url(../images/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	top: 0px;
	left: 0px;
}
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
  .inner {
    width: 90%;
  }
  header {
    /* [disabled]padding: 0; */
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    position: relative;
  }
  header .head_logo {
    margin: 0 auto;
    padding: 10px 0;
    width: 40%;
  }
  .program_wrap h4 {
    font-size: 1.8rem;
  }
  .sec_title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #top .lead {
    font-size: 14px;
    text-align: left;
  }
  #top {
    height: auto;
    padding: 0;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: 70% auto;
  }
  #top .inner {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
  }
  #news .inner {
    width: 86%;
  }
  #top h2 {
    padding-top: 50px;
  }
  #news {
    padding: 50px 0;
  }
  #news .news_wrap .txt {
    width: 100%;
    margin-bottom: 20px;
    max-width: none;
  }
  #news .news_wrap .timeline {
    width: 100%;
  }
  #about {
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: repeat;
  }
  #program {
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: repeat;
  }
  #about table th {
    width: 20%;
    padding: 10px;
    vertical-align: middle;
    font-weight: normal;
    background-color: #F2EEEC;
    border-bottom: 1px solid #C1C0C0;
  }
  #about table th, #about table td, .program_wrap table th, .program_wrap table td {
    width: 100%;
    padding: 5px;
    display: block;
    text-align: left;
  }
  .taisaku {
    padding: 10px;
  }
  .taisaku .ticket_btn li {
    width: 48%;
  }
  .program_flex .img,
	.about_wrap {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 10px;
  }
  .program_flex .txt {
    width: 100%;
  }
  .program_flex .text {
    width: 100%;
  }
  .program_flex .text h5, .daikichi .program_wrap h5 {
    font-size: 18px;
  }
  .daikichi .program_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .daikichi {}
  .ticket_item {
    width: 100%;
  }
	.about_wrap .program_thum{
		width: 100%;
		margin-bottom: 10px;
	}
}
@media screen and (max-width:480px) {
  .taisaku .ticket_btn li {
    margin: 0 auto 10px;
    width: 100%;
  }
}
