@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,800&display=swap');
body {
  color: #10112d;
  font-family: 'Noto Sans JP', sans-serif;
}
#main {
  padding-top: 55px;
  text-align: center;
  margin: 0;
}
#main h2 {
  margin: 0;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
a[target="_blank"]:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f35d';
  font-size: 0.8em;
  margin: 0px 5px;
  font-weight: 900;
}
.navbar h1.navbar-header {
  /* [disabled]max-width: 300px; */
  /* [disabled]width: 21%; */
  margin-bottom: 0px;
  padding-top: 0px;
}
.navbar-nav li.child {
  position: relative;
}
.navbar-nav a {
  transition: 0.2s;
  min-width: 100px;
  text-align: center;
	font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: italic;
  font-variation-settings:
    "wdth" 100;
}
#sitetop .navbar-nav li > a:hover,
#sitetop .navbar-nav li.active > a,
#sitetop .navbar-nav li.force-active > a,
#sitetop .smooth-scroll-scrolling .navbar-nav li.force-active.active > a,
#sitetop .smooth-scroll-scrolling .navbar-nav li > a:focus,
#sitetop .smooth-scroll-scrolling .navbar-nav li.active > a:focus {
    color: #fff;
}
.navbar {
    border-bottom-width: 0;
}
.navbar-header.navbar-scroll .brand img {
  height: 50px;
}
.navbar-nav li.child:hover .child_box {
  visibility: visible;
  opacity: 1;
}
.navbar-nav li .child_box {
  width: 100%;
  max-width: 200px;
  position: absolute;
  top: 50px;
  background-color: hsla(238, 48%, 12%, 0.80);
  padding: 0;
  list-style-type: none;
  left: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.navbar-nav li .child_box li {
  border-bottom: 1px dotted hsla(0, 0%, 100%, 0.40);
}
.navbar-nav li .child_box li:last-child {
  border-bottom-width: 0;
}
.navbar-nav li .child_box a {
  padding: 5px;
  color: #fff;
  display: block;
}
.navbar-nav li .child_box a:hover {
  text-decoration: none;
}
.navbar-nav li.x img{
	width: 20px;
}
.navbar-nav li.x a::after{
	display: none;
}
.mainvisual-lower {
  background-image: none;
}
.webpages {
  background-color: #fbf7f8;
  border-bottom-width: 0;
}
.webpages a {
  text-decoration: underline;
  color: #062874;
  transition: 0.2s;
  word-break: break-all;
}
.webpages a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.webpages h3 {
	display: block;
	color: #fff;
	font-size: 100px;
	margin-bottom: 50px;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: italic;
	font-variation-settings: "wdth" 100;
}
.webpages h3 span {
    font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    position: relative;
    line-height: 2;
    border-top-left-radius: 0px;
    color: #FFF;
}

.webpages h4 {
  padding: 5px;
  color: #df4c7b;
  font-size: 30px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.webpages h4::before, .webpages h4::after {
  content: '';
  width: 10px;
  height: 50px;
  display: inline-block;
  margin: 0 10px;
}
.webpages h4::before {
  border-left: solid 1px #df4c7b;
  border-top: solid 1px #df4c7b;
  border-bottom: solid 1px #df4c7b;
}
.webpages h4::after {
  border-right: solid 1px #df4c7b;
  border-top: solid 1px #df4c7b;
  border-bottom: solid 1px #df4c7b;
}
.webpages h5 {
  color: #000000;
}
.webpages .ticket_wrap h4 {
  background-color: #964bc3;
  font-size: 23px;
  display: inline-block;
}
.top-news,#goods {
    margin: 0;
    background-color: #606060;
    background-image: url(../images/bg_img01.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.top-news h3 {
    display: inline-block;
    color: #fff;
    font-size: 40px;
      font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: italic;
    text-align: left;
    background-color: #df4c7b;
    border-top-left-radius: 10px;
    padding: 5px 20px;
    border-top-right-radius: 10px;
    margin-bottom: 0px;
    letter-spacing: 2px;
    -webkit-box-shadow: 10px 10px 10px hsla(0,0%,21%,0.70);
    z-index: 1;
    box-shadow: 10px 10px 10px hsla(0,0%,21%,0.70);
}
.top-news h3 span {
  font-size: 21px;
  padding-left: 20px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
/*.top-news a {
    background-color: #fff;
    padding: 3%;
    -webkit-box-shadow: 1px 1px 8px hsla(348,5%,80%,0.60);
    box-shadow: 1px 1px 8px hsla(348,5%,80%,0.60);
    margin-bottom: 50px;
}*/
.top-news ul, .top-news ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
.top-news .row {
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 10px hsla(0,0%,21%,0.70);
    box-shadow: 10px 10px 10px hsla(0,0%,21%,0.70);
    padding: 20px 0;
    margin: 0 auto;
    border-radius: 0px 10px 10px;
    width: 100%;
    z-index: 2;
    position: relative;
}
.top-news a {
  background-color: transparent;
  -webkit-box-shadow: 1px 1px 8px hsl(348deg 5% 80% / 60%);
  box-shadow: 0 0 0;
  margin: 0;
  text-decoration: none;
  width: 100%;
  color: #231817;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
.top-news dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.top-news a:hover {
    background-color: #E3E3E3;
    color: #231716;
}
dt.newsentry__date {
  width: 18%;
  text-align: center;
  padding: 5px;
  color: #df4c7b;
}
dd.newsentry__text {
  width: 80%;
  font-weight: bold;
  font-size: 18px;
}
p.news_btn {
  text-align: right;
}
p.news_btn a {
  padding-right: 20px;
  color: #062874;
}
#schedule {
	padding-bottom: 100px;
	background-image: -webkit-linear-gradient(190deg,rgba(0,172,168,1.00) 0%,rgba(0,150,147,1.00) 100%);
	background-image: -moz-linear-gradient(190deg,rgba(0,172,168,1.00) 0%,rgba(0,150,147,1.00) 100%);
	background-image: -o-linear-gradient(190deg,rgba(0,172,168,1.00) 0%,rgba(0,150,147,1.00) 100%);
	background-image: linear-gradient(260deg,rgba(0,172,168,1.00) 0%,rgba(0,150,147,1.00) 100%);
}
#schedule h3, #goods h3,#history h3 {
	/* [disabled]color: hsla(0,0%,100%,0.70); */
}
#schedule .sch_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 30px;
  padding: 0;
  justify-content: center;
}
#schedule .sch_nav li {
  list-style-type: none;
  margin: 0 0.5% 10px;
  display: block;
  min-width: 15%;
}
#schedule .sch_nav li a {
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #fff;
    border-radius: 10px;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    border: 2px solid #fff;
}
#schedule .sch_nav li a::after {
  content: "";
  display: inline-block;
  color: #fff;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 10px;
}
.schedule_list {
  margin-bottom: 30px;
}
.schedule_list th {
	width: 20%;
	padding: 10px 5px;
	text-align: center;
	color: #094166;
	font-size: 18px;
}
.schedule_list .td_area {
  width: 15%;
  text-align: center;
}
.schedule_list .td_area span {
  padding: 10px;
  display: inline-block;
  color: #062874;
  border: 1px solid #062874;
}
.schedule_list .td_area span.new {
  /* [disabled]background-color: #f0000a; */
  /* [disabled]color: #fff; */
  /* [disabled]border-width: 0; */
  position: relative;
}
.schedule_list .td_area span.new::before {
  background-color: #f0000a;
  color: #fff;
  content: "NEW!";
  font-size: 12px;
  position: relative;
  padding: 1px 3px;
  display: block;
  width: 100%;
  left: 0px;
  top: 0px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  text-align: center;
}
.schedule_list .td_date {
  width: 35%;
}
.schedule_list .code {
  color: #6C7681;
}
.schedule_list .td_place {
  width: 40%;
}
.schedule_list tr {
  border-bottom: 1px solid #cccccc;
}
.schedule_list td {
  padding: 10px 5px;
  vertical-align: middle;
  width: 80%;
}
.schedule_list .ticket_data {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}
.schedule_list .ticket_wrap .playguide {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.schedule_list .ticket_wrap .playguide::before {
  content: "●";
  display: inline;
  margin-right: 10px;
  color: #a64d99;
}
.schedule_list .days {
  font-weight: bold;
}
.schedule_list .days span {
  font-size: 3rem;
}
.schedule_list .place span {
  font-weight: bold;
  font-size: 1.8rem;
}
.schedule_list .price span {
  font-weight: bold;
  font-size: 2rem;
}
.schedule_list .place a {
  text-decoration: none;
  color: #10112d;
}
.sch_wrap h5 {
    padding-top: 0px;
    text-align: center;
    margin: 0 0 20px;
    font-size: 25px;
    line-height: 1.5;
}
.sch_wrap {
	background-color: #fff;
	-webkit-box-shadow: 10px 10px 10px hsla(0,0%,40%,0.60);
	padding: 20px 40px;
	box-shadow: 10px 10px 10px hsla(0,0%,40%,0.60);
	border-radius: 10px;
	margin-bottom: 30px;
}
.sch_wrap .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.sch_wrap .data {
  width: 43%;
}
.sch_wrap dl dt {
  color: #f0000a;
  margin-bottom: 10px;
}
.sch_wrap dl dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #cccccc;
}
.sch_wrap dl .days {
  font-weight: bold;
}
.sch_wrap dl .days span {
  font-size: 3rem;
}
.sch_wrap dl .place span {
  font-weight: bold;
  font-size: 2rem;
}
.sch_wrap dl .price span {
  font-weight: bold;
  font-size: 2rem;
}
.sch_wrap dl .place a {
  text-decoration: none;
  color: #10112d;
}
.sch_wrap .ticket_wrap {
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sch_wrap .ticket_wrap .txt_box {
  width: 50%;
}
.sch_wrap .ticket_wrap .btn_box {
  width: 49%;
  text-align: center;
}
.sch_wrap .ticket_btn a {
	text-align: center;
	background-color: #a64d99;
	color: #fff;
	display: block;
	border-radius: 10px;
	position: relative;
	padding: 10px 20px;
	text-decoration: none;
	margin: 0 auto;
	max-width: 400px;
	font-weight: bold;
	font-size: 1.8rem;
	-webkit-box-shadow: 0px 5px #7A3870;
	box-shadow: 0px 5px #7A3870;
}
.sch_wrap .ticket_btn a span {
  font-size: 1.3rem;
}
.sch_wrap h4 {}
.play_guide {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.play_guide .item {
  width: 32%;
  padding: 10px;
  border: 1px solid #cccccc;
}
.play_guide .item .title {
  background-color: #EFEFEF;
  text-align: center;
  padding: 5px;
  font-weight: bold;
}
#profile {
	background-color: #009693;
}
.prof_bg {
    width: 100%;
    margin: 0;
    padding: 0 0 50px;
    position: relative;
    z-index: 1;
}

.prof_bg::before {
    content: '';
    position: absolute;
    top: -60px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #df4c7b;
    transform: skewY(-6deg);
    z-index: -1;
}

#profile .prof_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
#profile .prof_wrap {
    width: 48%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    /* [disabled]height: 100%; */
    position: relative;
    justify-content: center;
}
#profile .prof_wrap .prof_img {
    max-width: 272px;
    margin: 0 auto 30px;
    width: 80%;
    filter: drop-shadow(5px 10px 15px hsla(0,0%,21%,0.70));
    text-align: center;
}
#profile .prof_wrap .prof_txt {
    /* [disabled]display: flex; */
    background-color: #fff;
    flex-wrap: wrap;
    padding: 10px;
    align-items: center;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 5px 10px 15px hsla(0,0%,21%,0.70);
    box-shadow: 5px 10px 15px hsla(0,0%,21%,0.70);
    z-index: 3;
    width: 100%;
}
#profile .prof_wrap .comment {
  width: 100%;
  border-top: 1px dotted #C4C4C4;
}
#profile .prof_wrap .name {
	width: 30%;
	background-color: #094166;
	line-height: 2.5;
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 20px;
	vertical-align: top;
	color: #fff;
	text-align: center;
}
#profile .prof_wrap .prof_detail {
  padding: 0px 0px 10px 10px;
  line-height: 1.5;
  display: inline-block;
  width: 65%;
}
#profile .prof_wrap .prof_txt > * {
  position: relative;
  z-index: 3;
}
#profile .prof_wrap .prof_txt::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
}
#profile .prof_wrap .prof_txt::before {
  content: '';
  position: absolute;
  background-color: #fff;
  z-index: 1;
  width: 20px;
  height: 20px; /* 吹き出しサイズ */
  top: -10px;
  left: 50%; /* 位置 */
  transform: translateX(-50%) rotate(45deg) skew(20deg, 20deg); /* 傾斜角(skew) */
  -webkit-box-shadow: 5px 10px 15px hsla(202, 55%, 38%, 0.60);
  box-shadow: 5px 10px 15px hsla(202, 55%, 38%, 0.60);
}
#goods{
	margin-top: -110px;
    padding: 150px 0 50px;
}
#attention, #history {
	background-color: #a64d99;
}
#attention h4, #history h4 {
  font-size: 2rem;
}
#book {
  margin: 0;
  background-color: #9FCAEE;
}
#book .book_wrap {
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 5px 10px 15px hsla(202, 55%, 38%, 0.60);
  box-shadow: 5px 10px 15px hsla(202, 55%, 38%, 0.60);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
  position: relative;
}
#book .book_wrap .book_img {
  width: 37%;
  text-align: center;
}
#book .book_wrap .book_img img {
  border: 1px solid #E1E1E1;
  -webkit-box-shadow: 2px 2px 5px #F2F2F2;
  box-shadow: 2px 2px 5px #F2F2F2;
}
#book .book_wrap .book_txt h4 {
  /* [disabled]background-color: #231716; */
  text-align: left;
  font-size: 2.5rem;
}
#book .book_wrap .book_txt {
  width: 62%;
}
#book .book_wrap .book_txt .outline {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#book .book_wrap .book_txt .outline li {
  padding: 0 0 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #DEDDDD;
}
#book .btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#book .btn_wrap p {
  margin: 0 0 10px;
  padding: 0;
  width: 49%;
}
#book .btn_amazon a {
  text-align: center;
  background-color: #2C93EC;
  border-radius: 10px;
  color: #fff;
  padding: 20px;
  display: block;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  max-width: 400px;
  font-weight: bold;
  font-size: 1.8rem;
  -webkit-box-shadow: 0px 5px #2077C3;
  box-shadow: 0px 5px #2077C3;
}
#book .btn a {
  text-align: center;
  background-color: #0a357f;
  color: #fff;
  border-radius: 10px;
  display: block;
  padding: 20px;
  position: relative;
  margin: 0 auto;
  text-decoration: none;
  max-width: 400px;
  font-weight: bold;
  font-size: 1.8rem;
  -webkit-box-shadow: 0px 5px #05265F;
  box-shadow: 0px 5px #05265F;
}
#goods .btn a {
  text-align: center;
  border-radius: 10px;
  background-color: #F0000A;
  padding: 20px;
  color: #fff;
  margin: 0 auto;
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 400px;
  font-weight: bold;
  font-size: 1.8rem;
  -webkit-box-shadow: 0px 5px #B80A11;
  box-shadow: 0px 5px #B80A11;
}
#goods .goods_wrap {
  border: 5px solid #10112d;
  padding: 20px 40px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px #10112d;
  box-shadow: 10px 10px #10112d;
  margin-bottom: 30px;
  justify-content: space-between;
  text-align: center;
}
#history .history_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
#history .history_wrap .history_item {
  width: 24%;
  margin: 0 1% 10px 0;
}
#history .history_wrap .history_item a {
  display: block;
}
#history .history_wrap .history_item img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
#history .history_wrap .history_item:nth-child(4n) {
  margin-right: 0;
}
.archive {
  margin-bottom: 30px;
  padding: 10px;
  border-bottom: 1px dotted #8F8F8F;
  text-align: center;
}
.archive h4 {
  padding: 30px 0;
}
.archive_wrap {
	padding: 0;
	list-style-type: none;
	display: flex;
	column-gap: 1%;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
footer .box {
  margin: 30px auto;
}
footer .logo {
	margin: 0 auto 30px;
	padding: 0;
	max-width: 300px;
}
footer .sponsor {
    padding: 40px 0;
    border-top: 1px dotted #DCDCDC;
    border-bottom: 1px dotted #DCDCDC;
}
footer .sponsor a {
    width: 230px;
	margin: 0 auto;
    display: block;
}
footer .sponsor a[target="_blank"]:after {
	display: none;
}
.archive_wrap li {
  width: 24%;
	margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .navbar h1 a {
    font-size: 1.5rem;
  }
  dt.newsentry__date {
    width: auto;
    padding: 0;
    margin-bottom: 5px;
  }
  dd.newsentry__text {
    width: 100%;
    font-size: 14px;
  }
#main {
	padding-top: 60px;
}
  .webpages h3 {
    padding: 10px;
    font-size: 50px;
    margin-bottom: 30px;
  }
  .webpages h4 {
    font-size: 20px;
  }
  .webpages ul {
    padding-left: 20px;
    font-size: 1.3rem;
  }
  .webpages h5 {
    line-height: 1.8;
    font-size: 17px;
  }
  .webpages p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .top-news {
    padding: 0;
  }
  .top-news .row {
    padding: 10px;
  }
  .sch_wrap {
    padding: 10px;
  }
  .sch_wrap h4 {
    padding-left: 15px;
    padding-bottom: 10px;
    font-size: 2rem;
    padding-right: 15px;
  }
  .sch_wrap .data {
    width: 100%;
  }
  .sch_wrap .ticket_wrap {
    padding: 10px;
    width: 100%;
  }
  .top-news h3 {
    padding: 10px;
    font-size: 30px;
    margin-bottom: 0px;
  }
  #profile .prof_wrap {
    display: block;
    padding: 10px;
    width: 100%;
  }
  #profile .prof_wrap .prof_img {
    text-align: center;
  }
  #profile .prof_wrap .prof_txt {
    margin: 0;
  }
  #profile .prof_wrap .prof_txt h5 {
    font-size: 1.5rem;
  }
#profile .prof_bg {
    /* [disabled]width: 95%; */
}
  .webpages h3 span, .top-news h3 span {
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    /* [disabled]display: block; */
    padding: 0;
  }
  #attention h4 {
    font-size: 1.8rem;
  }
  .navbar-nav li .child_box {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    visibility: visible;
    width: 100%;
    max-width: none;
    font-size: 1.3rem;
  }
  #book .book_wrap {
    padding: 10px;
  }
  #goods .goods_wrap {
    padding: 10px;
    -webkit-box-shadow: 5px 5px;
    box-shadow: 5px 5px;
  }
  #book .book_wrap .book_img {
    width: 100%;
    margin-bottom: 20px;
  }
  #book .book_wrap .book_txt {
    width: 100%;
    margin-bottom: 10px;
  }
  #book .book_wrap .book_txt h4 {
    font-size: 1.7rem;
  }
  #book .btn_wrap p {
    width: 100%;
    margin-bottom: 20px;
  }
  .sch_wrap .add span {
    font-size: 1.8rem;
    padding-left: 20px;
    display: block;
    line-height: 2;
  }
  .schedule_list th.td_area, .schedule_list th.td_date, .schedule_list th.td_place {
    display: none;
  }
  .schedule_list .td_area {
    width: 100%;
    display: block;
    text-align: left;
    padding: 10px 0 0 10px;
  }
  .schedule_list .td_area.none {
    display: none;
  }
  .schedule_list .td_area span {
    padding: 5px 10px;
      
    }
    .schedule_list tr{
        display: block;
        margin: 0 0 10px;
    }
    .schedule_list th,
    .schedule_list td{
        display: block;
        width: 100%;
    }
    .schedule_list th{
        text-align: left;
        padding: 0 10px;
    }
    .schedule_list td{
        
    }
  .schedule_list .td_date {
    width: 100%;
    display: block;
    position: relative;
    padding: 0 10px 10px;
  }
  .schedule_list .td_place {
    width: 100%;
    display: block;
    position: relative;
  }
  .schedule_list .place span, .schedule_list .place {
    font-size: 1.4rem;
  }
  .schedule_list .days span {
    font-size: 2rem;
  }
  .play_guide .item {
    width: 100%;
    margin-bottom: 20px;
  }
.sch_wrap .ticket_wrap .txt_box {
    width: 100%;
}
    .sch_wrap .ticket_wrap .btn_box {
    width: 100%;
}
  #history .history_wrap .history_item, #history .history_wrap .history_item:nth-child(4n) {
    width: 32%;
    margin: 0 1% 1% 0;
  }
  #history .history_wrap .history_item:nth-child(4n) {
    margin-right: 0;
  }
  #history .history_wrap .history_item img {
    height: 80px;
  }
  .archive_wrap li {
    width: 48%;
    margin-bottom: 20px;
  }
}
