body {
  background: #fff;
  /* font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ 明朝', 'MS Mincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN','Bodoni 72','Arial',sans-serif;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

a {
  color: #666666;
  text-decoration: none;
  transition: 0.3s;
  word-break: break-all;
}

a:hover {
  color: #083149;
  transition: 0.3s;
}

/*スマホで見ると綺麗に改行されているように見えるシステム*/
.clear {
  display: none;
}

/*追従メニューとトップへ戻るボタンの設定*/
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 100px;
}

#page-top a {
    text-decoration: none;
    padding: 20px 0;
    display: block;
}

#page-top img {
  width: 100px;
}

.clearfix {
  margin: 0 auto;
}

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
/*主なdiv設定（必要に応じて変更するところ）*/
/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

.main_box {
  width: 960px;
  height: auto;
  margin: 30px auto;
  padding: 30px 0;
}

.menu_margin {
  margin-top: -20px;
  padding-top: 20px;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  color: #444444;
  background-color: rgb(255, 255, 255);
  background-image: url("../img/back000.png");
  background-position: top center;
  /* background-repeat: repeat-y; */
  background-size: cover;
}

.qa_wrapper {
  width: 100%;
  margin: 0 auto;
  color: #444444;
  background-color: rgb(255, 255, 255);
  background-image: url("../img/back000.png");
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 200%;
}

.first_headline {
  margin: 20px;
  border-bottom: 6px solid #21bad6;
  -webkit-box-reflect: below -6px -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 10%,rgba(0, 0, 0, 0.6));
}

.second_headline {
  font-size: 28px;
  margin: 0 40px;
}

.third_headline {
  font-size: 22px;
  font-weight: bold;
}

.large_text {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: bold;
}

.nomal_text {
  margin: 0;
  padding: 0;
  font-size: 20px;
}

.small_text {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-feature-settings: "palt";
}

.ex_small_text {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-feature-settings: "palt";
}

.center_text {
  text-align: center;
}

.ttl_txt{
  display: inline-block;
  margin-bottom: 6px;
  text-decoration: underline;
  font-weight: bold;
}

.just_img {
  width: 100%;
}

.half_img {
  width: 50%;
}

.medium_img {
  width: 60%;
}

.sp_size {
  width: 90%;
  margin: 0 auto;
}

.bold_text {
  font-weight: bold;
  font-size: 1.1em;
  padding: 2px;
  margin: 5px;
}

.color_white {
  color: #ececec;
}

#top {
  padding: 0;
  margin: 0 auto;
  z-index: 0 !important;
}

#top img {
  z-index: 0 !important;
}

/*メニュー周辺*/
#menu_box {
  padding-top: 15px;
  height: 70px;
  text-align: right;
  background: #c4ae73;
  width: 100%;
  z-index: 9000;
}

.menu_text {
  margin-top: 8px;
  font-size: 26px;
}

nav ul li {
  display: inline-block;
  margin-right: 15px;
  z-index: 8000;
}

.logo {
  margin: 0;
}

.logo a {
  position: absolute;
  left: 20px;
  top: 0;
}

.logo img {
  margin-top: 25px;
  height: 30px;
  width: auto;
  overflow: hidden;
}

#menu_box a img {
  transition: 0.3s;   /*ゆっくりホバーするための指定（出る時）*/
}

#menu_box a:hover img {
  opacity: 0.5;   /*透明度の指定*/
  transition: 0.3s;   /*ゆっくりホバーするための指定（入る時）*/
}

#toggle {
  display: none;
}

/*お知らせ周辺*/
.newsList {
  list-style: none;
  padding: 0 40px;
}

.newsList li {
  padding-top: 5px;
  border-bottom: 2px dotted #999;
}

.date {
  margin-right: 20px;
}

/*キャスト周辺*/
.oya {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  width: 80%;
}

.castList {
  width: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  flex-basis: 180px;
}

.castName {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.castList img {
  width: 120px;
  height: 160px;
}

.castImage {
  margin: 0;
}
/* 
.castName {
  font-size: 14px;
} */

/*公演日程周辺*/
table{
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid rgba(114, 121, 141, 0.5);;
  padding: 0;
  margin: 20px 10px;
  background: rgba(114, 164, 190, 0.6);
}

table tr{
  border: 1px solid rgba(114, 121, 141, 0.5);;
  padding: 5px;
}

table th, table td{
  width: 10%;
  padding: 10px;
  text-align: center;
  border-right: 1px solid rgba(114, 121, 141, 0.5);
  height: 60px;
}

table th{
  font-size:14px;
  letter-spacing:1px;
}

.holiday {
  background: rgba(255, 255, 255, 0.4);
}

.holiday_time {
  background: rgba(255, 255, 255, 0.3);
}

.mark {
  margin: 5px 0;
}

.inline_mark {
  vertical-align: text-bottom;
  margin: 0 4px;
}

/*Q＆A周辺*/
#qa {
  margin-bottom: 100px;
}

dl.accordion {
  margin:0 auto;
  padding:0 40px;
}

dl.accordion dt {
    border-bottom: 2px dotted #999;
    height:40px;
    text-indent:10px;
    line-height:40px;
    color: #333333;
    font-weight:bold;
    cursor:pointer;
}

dl.accordion dd {
  padding:10px 40px 10px 10px;
  line-height:1.5;
  display:none;
}

.bannerList {
  list-style: none;
  padding: 0 40px;
  text-align: center;
}

.bannerList li {
  padding-top: 5px;
  display: inline-flex;
}

.bannerList img {
  height: 50px;
}

.add {
  width: 90%;
  margin: 0 auto;
}

.attention {
  position: relative;
  margin: 2em auto;
  padding: 0.5em 1em;
  border: solid 3px #a0b3b6;
  border-radius: 8px;
  background: rgba(160, 179, 182, 0.1);
  color: #333333;
}

.attention .box-title {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  padding: 8px 0;
  height: auto;
  width: 100%;
  line-height: 1;
  font-size: 22px;
  background: #a0b3b6;
  color: #333333;
  font-weight: bold;
  border-radius: 3px 3px 0 0;
}

.box26 {
    position: relative;
    margin: 2em auto;
    padding: 0.5em 1em;
    border: solid 3px #21bad6;
    border-radius: 8px;
    background: rgba(33, 186, 214, 0.1);
  }
  .box26 .box-title {
      position: absolute;
      display: inline-block;
      top: 0;
      left: 0;
      padding: 8px 0;
      height: 50px;
      width: 100%;
      line-height: 1;
      font-size: 22px;
      background: #21bad6;
      color: #000;
      font-weight: bold;
      border-radius: 3px 3px 0 0;
  }
  .box26 p {
      margin: 10px auto;
      padding: 0;
      text-align: left;
      color: #000;
  }

  .ticket_btn {
    margin: 5px auto;
    width:200px;
    font-size:20px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 20px 10px;
    color:#226a8b;
    background-color:#b1d9e9;
    border-radius:30px;
  }

  .line_height {
    line-height: 1.9em;
  }

  .staff {
    width: 80%;
  }

  .close {
    color:#6d6d6d;
    background-color:#a8a8a8;
  }

  .close_text {
    color:#a8a8a8;
    margin: 0;
    padding: 0;
  }

  .comment {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-feature-settings: "palt";
  }

  .paragraph {
    width: 90%;
    margin: 0 auto;
    /* font-size: 17px; */
}

.margin_box {
  margin: 5px 20px;
}

.goods_headline {
  margin: 20px;
  text-align: left;
  color: #871414;
}

.goods_img {
  width: 50%;
  margin: 0 50px;
  padding: 0;
}

.goodsList {
  width: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  flex-basis: 280px;
}

.goodsName {
  margin: 0;
  font-size: 20px;
}

.goodsList img {
  width: 200px;
}

.goods_btn {
  margin: 5px auto;
  width: 90%;
  font-size:20px;
  font-weight:bold;
  text-decoration:none;
  display:block;
  text-align: left;
  padding:6px 20px;
  color:#142d38;
  background-color:#d2e1e7;
  border-radius:30px;
}

.palt {
  font-feature-settings: "palt";
}

.pop {
  background: #21bad6;
  box-shadow: 0px 0px 0px 5px #21bad6;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
}

.pop a {
  color: #fff;
}

@media screen and (max-width:768px) {
  /*　画面サイズが480px以下の場合、ここのスタイルを読み込む　*/
  .goods_btn {
    margin: 0 auto;
    width: 80%;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 2px 14px 6px;
    color:#142d38;
    background-color:#d2e1e7;
    border-radius:30px;
    font-feature-settings: "palt";
  }

  .goodsList {
    width: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    flex-basis: 240px;
  }
  
  .goodsName {
    margin: 0;
    font-size: 20px;
  }
  
  .goodsList img {
    width: 180px;
  }

  .sp_size {
    width: 90%;
    margin: 0 auto;
  }

  .staff {
    width: 80%;
    font-size: 14px;
  }

  .main_box {
    width: 100%;
    margin: 0 auto;
  }

  #page-top {
    display: none;
  }

  .clear {
    margin: 0;
    padding: 0;
    display: flex;
  }

  .logo {
    margin: 0;
    text-align: center;
  }

  .logo a {
      position: absolute;
      left: 0;
      top: 0;
  }

  .logo img {
    height: 35px;
    width: auto;
    overflow: hidden;
    margin-top: 5px;
  }

  .margin_box {
    margin: 5px 15px;
  }

  .first_headline_sp {
    margin: 16px;
    border-bottom: 6px solid #21bad6;
    font-size: 18px;
    line-height: 1.6em;
  }
  
  .second_headline_sp {
    font-size: 16px;
    margin: 0 10px;
  }
  
  .third_headline_sp {
    font-size: 14px;
    font-weight: bold;
  }
  
  .large_text_sp {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
  }
  
  .nomal_text_sp {
    padding: 0;
    font-size: 10px;
  }

  .small_text_sp {
    padding: 0;
    font-size: 8px;
    font-feature-settings: "palt";
  }

  .ex_small_text_sp {
    padding: 0;
    font-size: 6px;
    font-feature-settings: "palt";
  }

  /*メニューのトグル周りの設定*/
  #menu_box {
    padding: 0;
  }

  #menu{
    display: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
    position: relative;
  }

  #menu img {
    margin-top: 10px;
    height: 30px;
  }

  #menu li{
    padding: 10px 0;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 20px;
    background: #c4ae73;
  }

  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #c4ae73;
  }

  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    color: #21bad6;
    text-align: center;
    text-decoration: none;
  }

  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #444444;
  }

  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 4px;
    background: #c4ae73;
  }

  #toggle a:before{
    margin-top: -6px;
  }

  #toggle a:after{
    margin-top: 2px;
  }

  /*お知らせ周辺*/
  .newsList {
    list-style: none;
    padding: 0 20px;
  }

  .date {
    margin-right: 10px;
  }

  .oya {
    display: block;
    justify-content: space-around;
    margin: 10px auto;
  }

  .just_img {
    width: 100%;
  }

  .medium_img {
    width: 80%;
  }

  /*キャスト周辺*/
/* .oya {
  display: flex;
  justify-content: center;
  margin: 10px auto;
  width: 92%;
} */

.castList {
  width: auto;
  margin: 15px auto;
  padding: 0;
  text-align: center;
  flex-basis: 180px;
}

.castName {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.castList img {
  width: 99px;
  height: 132px;
}

.castImage {
  margin: 0;
}

  /*公演日程周辺*/
  table{
		border:0;
    width: 90%;
    margin: 0 auto;
	}

  table tr {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  table tr td, table tr th {
    width: 100%;
    padding: 20px 0 0 0;
    margin: 0;
    display: block;
    height: 60px;
    letter-spacing:0;
  }
  table thead {
    display: block;
    float: left;
    width: 25%;
  }

  table thead tr {
    width: 100%;
  }
  table tbody {
    display: block;
    float: left;
    width: 75%;
  }
  table tbody tr {
    width: 49%;
  }

  /*Q＆A周辺*/
  dl.accordion {
    margin: 0 auto;
    padding: 0 30px;
  }

  dl.accordion dd {
    padding: 10px;
    line-height: 1.5;
    display: none;
    margin: 0;
  }

  dl.accordion dt {
    border-bottom: 2px dotted #999;
    /* height: 40px; */
    margin: 10px 0;
    padding: 10px 0 0 0;
    text-indent:10px;
    line-height:20px;
  }

  dl.accordion dt.add_height {
    height: 60px;
  }

  dl.accordion dt.add_padding {
    padding-bottom: 20px;
  }

#gentei {
  width: 80%;
  margin: 0 auto;
}

.add {
  width: 80%;
  margin: 0 auto;
}

.attention {
  position: relative;
  margin: 1em auto;
  padding: 0.5em 1em;
  border: solid 3px #a0b3b6;
  border-radius: 8px;
  background: rgba(160, 179, 182, 0.1);
  color: #333333;
}

.attention .box-title {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  padding: 4px 0;
  height: auto;
  width: 100%;
  line-height: 1;
  font-size: 14px;
  background: #a0b3b6;
  color: #333333;
  font-weight: bold;
  border-radius: 3px 3px 0 0;
}

  .box26 {
    position: relative;
    margin: 1em auto;
    padding: 0.5em 1em;
    border: solid 3px #21bad6;
    border-radius: 8px;
    background: rgba(33, 186, 214, 0.1);
  }
  .box26 .box-title {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    padding: 4px 0;
    height: 30px;
    width: 100%;
    line-height: 1;
    font-size: 14px;
    background: #21bad6;
    color: #000;
    font-weight: bold;
    border-radius: 3px 3px 0 0;
  }
  .box26 p {
    margin: 10px auto;
    padding: 0;
    text-align: left;
    color: #000;
  }

  .bannerList {
    list-style: none;
    padding: 0 10px;
    text-align: center;
  }
  
  .bannerList li {
    padding-top: 5px;
    display: inline-flex;
  }
  
  .bannerList img {
    height: 38px;
  }

  .sp_clear {
    display: none;
  }

  .ticket_btn {
    margin: 5px auto;
    width:200px;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 10px 8px;
    color:#226a8b;
    background-color:#b1d9e9;
    border-radius:30px;
  }

  .close {
    color:#6d6d6d;
    background-color:#a8a8a8;
  }

  .close_text {
    color:#a8a8a8;
    margin: 0;
    padding: 0;
  }

  .comment {
    margin: 0;
    padding: 0;
    font-size: 12px;
  }

  .goods_img {
    width: 50%;
    margin: 0 15px;
    padding: 0;
  }
}
