@charset "utf-8";
body {
  line-height: 1.6;
}
.text {
  margin-top: 20px;
}
.is_height_high {
  line-height: 1.94;
}
@media screen and (min-width: 751px) {
  .text {
    margin-top: 30px;
  }
  .text.min {
    font-size: 16px;
  }
  .text.mid {
    font-size: 20px;
  }
  .box {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1081px) {
  .box {
    padding-bottom: 60px;
  }
}
/*----------------------------------------------------
赤背景ボックス
----------------------------------------------------*/
.box_red {
  padding: 20px 3.3333%;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: rgba(191,35,21,0.8);
  border: 1px solid #fff;
  line-height: 1.6;
}
.box_red .underline {
  color: #fff;
  text-decoration: underline;
}
@media screen and (min-width: 751px) {
  .box_red {
    font-size: 20px;
    border-width: 2px;
    padding: 30px 3.3333%;
  }
}
/*----------------------------------------------------
日時指定予約
----------------------------------------------------*/
#ticket_info .lead {
  margin-top: 10px;
}
@media screen and (min-width: 751px) {
  #ticket_info {
    margin-top: 65px;
  }
  #ticket_info .lead {
    margin-top: 45px;
    font-size: 24px;
  }
}
/*----------------------------------------------------
観覧料
----------------------------------------------------*/
.prices {
  margin-top: 25px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
}
.prices li {
  display: flex;
  justify-content: center;
  max-width: 250px;
  margin: 0 auto;
}
.prices span {
  display: block;
  font-weight: bold;
}
.prices .label {
  width: 70%;
  max-width: 350px;
  text-align: left;
}
.prices .data {
  width: 30%;
  max-width: 150px;
  text-align: right;
}
.prices li+li {
  padding-top: 10px;
}
@media screen and (min-width: 751px) {
  .prices {
    margin: 45px auto 0;
    padding: 15px 0;
    max-width: 600px;
  }
  .prices li {
    
  }
  .prices li+li {
    padding-top: 10px;
  }
  .prices span {
    font-size: 18px;
  }
}
/*----------------------------------------------------
ボタン
----------------------------------------------------*/
.official_ticket {
  display: block;
  position: relative;
  background: rgb(126,0,0);
  background: linear-gradient(0deg, rgba(126,0,0,1) 0%, rgba(223,128,79,1) 100%);
  max-width: 360px;
  border: 2px solid #fff;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  padding: 5px 50px 5px 3.3333%;
  text-decoration: none;
}
.official_ticket span {
  display: block;
  font-weight: bold;
  color: #fff;
}
.official_ticket .arrow {
  position: absolute;
  width: 19px;
  height: 13px;
  background: url(../img/ticket/arrow_sp.png) no-repeat;
  background-size: contain;
  background-position: center center;
  right: 20px;
  top: calc(50% - 6.5px);
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .official_ticket {
    border: 3px solid #fff;
  }
  .official_ticket span {
    font-size: 20px;
  }
  .official_ticket .arrow {
    width: 36px;
    height: 19px;
    right: 10px;
    top: calc(50% - 9.5px);
    background: url(../img/ticket/arrow_pc.png) no-repeat;
    background-size: contain;
    background-position: center center;
  }
}
@media screen and (min-width: 1201px) {
  .official_ticket:hover {
    opacity: 0.8;
  }
}
/*----------------------------------------------------
購入の詳細セクション
----------------------------------------------------*/
.buy_article {
  margin-top: 25px;
  border-left: 2.5px solid #BF1920; 
}
.buy_article+.buy_article {
  margin-top: 50px;
}

.buy_title {
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
.buy_content {
  padding: 15px 0 15px;
}
.buy_title,
.buy_content {
  padding-left: 3.3333%;
}
@media screen and (min-width: 751px) {
  .buy_article {
    margin-top: 70px;
    border-left-width: 5px;
  }
  .buy_article+.buy_article {
    margin-top: 80px;
  }
  .buy_title {
    font-size: 25px;
  }
  .buy_content {
    padding: 30px 0;
  }
  .buy_title,
  .buy_content {
    padding-left: 6%;
  }
}
@media screen and (min-width: 1081px) {
  .buy_article+.buy_article {
    margin-top: 135px;
  }
}
/*----------------------------------------------------
アコーディオン
----------------------------------------------------*/
.accordions_plus {
  margin-top: 20px;
}
.ac_header,
.ac_content {
  background: #fff;
  padding: 15px 30px 15px 3.3333%;
}
.ac_box.min {
  font-size: 13px;
}
.ac_header {
  display: block;
  position: relative;
  font-weight: bold;
}
.ac_header::before,
.ac_header::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 2px;
  background: #000;
  transition: all 0.3s;
  top: calc(50% - 1px);
  right: 15px;
  
}
.ac_header::before {
}
.ac_header::after {
  transform: rotate(90deg);
}
.accordions_plus.brown>.ac_box>.ac_header {
  background: #674800;
  color: #fff;
  line-height: 1.5;
}
.accordions_plus.brown>.ac_box>.ac_content {
  padding-bottom: 30px;
}
.accordions_plus.brown>.ac_box>.ac_header::before,
.accordions_plus.brown>.ac_box>.ac_header::after {
  background: #fff;
}
.accordions_plus>.ac_box.expand .ac_header::after {
  transform: rotate(0deg);
}
.accordions_arrow>.ac_box>.ac_header {
  background: #fff;
  border: 1px solid #000;
  font-size: 16px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  transition: all 0.3s;
}
.accordions_arrow>.ac_box.expand>.ac_header {
  background: #F0DFAE;
  border: 1px solid #fff;
}
.accordions_arrow>.ac_box>.ac_content {
  background: transparent;
  padding-right: 0;
}
.accordions_arrow>.ac_box>.ac_header::before {
  width: 16px;
  height: 16px;
  right: 15px;
  top: calc(50% - 8px);
  background: #000;
  border-radius: 50%;
}
.accordions_arrow>.ac_box>.ac_header::after {
  width: 6px;
  height: 6px;
  top: calc(50% - 5px);
  right: 19px;
  background: transparent;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.accordions_arrow>.ac_box.expand>.ac_header::after {
  transform: rotate(-135deg);
  top: calc(50% - 2px);
}


@media screen and (min-width: 751px) {
  .ac_header {
    transition: all 0.3s;
  }
  .ac_header,
  .ac_content {
    background: #fff;
    padding: 20px 60px 20px 40px;
  }
  .ac_box.min {
    font-size: 16px;
  }
  .ac_header::before,
  .ac_header::after {
    height: 3px;
    right: 25px;
  }
  .accordions_plus.brown>.ac_box>.ac_header {
    font-size: 20px;
    padding: 5px 60px 5px 40px;
  }
  .accordions_plus.brown>.ac_box>.ac_content {
    padding-bottom: 50px;
  }
  .accordions_plus+.accordions_plus {
    margin-top: 40px;
  }
  .accordions_arrow>.ac_box>.ac_header {
    font-size: 20px;
    line-height: 1.3;
    padding: 15px 60px 15px 30px;
  }
  .accordions_arrow>.ac_box>.ac_header::before {
    width: 28px;
    height: 28px;
    top: calc(50% - 14px);
    right: 17px;
  }
  .accordions_arrow>.ac_box>.ac_header::after {
    width: 8px;
    height: 8px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    right: 25px;
    top: calc(50% - 7px);
  }
  .accordions_arrow>.ac_box.expand>.ac_header {
    border-width: 2px;
  }
  .accordions_arrow>.ac_box.expand>.ac_header::after {
    top: calc(50% - 4px);
  }
}
@media screen and (min-width: 1201px) {
  .ac_header:hover {
    opacity: 0.8;
    cursor: pointer;
  }
  .accordions_arrow>.ac_box>.ac_header:hover {
    background: #F0DFAE;
  }
}
/*----------------------------------------------------
ドットリスト
----------------------------------------------------*/
.list_dot {
  margin-top: 20px;
}
.list_dot li {
  padding: 15px 0;
  position: relative;
}
.list_dot li::before {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #000, #000 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.list_dot .cols .col {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .list_dot .cols .col:last-child {
    margin-top: 1em;;
  }
}
@media screen and (min-width: 751px) {
  .list_dot .cols {
    display: flex;
    justify-content: space-between; 
  }
  .list_dot.vcenter .cols {
    align-items: center;
  }
  .list_dot .cols .col:first-child {
    width: 340px;
  }
  .list_dot .cols .col:last-child {
    width: calc(100% - 340px);
  }
}
/*----------------------------------------------------
ボタン
----------------------------------------------------*/
.btn_black,
.btn_grad_red {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0 40px 0 20px;
  line-height: 40px;
  border-radius: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.btn_black {
  background: #000;
  border: 1px solid #fff;
  min-width: 250px;
}
.btn_grad_red {
  width: 100%;
  text-align: center;
  max-width: 450px;
  line-height: 50px;
  border-radius: 25px;
  background: rgb(126,0,0);
  background: linear-gradient(0deg, rgba(126,0,0,1) 0%, rgba(223,128,79,1) 100%);
  border: 1px solid #fff;
}
.btn_black::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 9px;
  height: 9px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  right: 20px;
  top: calc(50% - 6px);
  transform: rotate(45deg);
}
@media screen and (min-width: 751px) {
  .btn_black,
  .btn_grad_red {
    line-height: 46px;
    min-width: 270px;
    padding: 0 50px 0 30px;
    border-radius: 30px;
    border-width: 2px;
    transition: all 0.3s;
  }
  .btn_black::after {
    border-top-width: 3px;
    border-right-width: 3px;
    right: 30px;
  }
  .btn_black{
    font-size: 20px;
  }
  .btn_grad_red {
    font-size: 17px;
    width: 300px;
  }
}
@media screen and (min-width: 1201px) {
  .btn_black:hover,
  .btn_grad_red:hover {
    opacity: 0.8;
  }
}
/*----------------------------------------------------
チケット購入
----------------------------------------------------*/
.howtobuy li:last-child::before {
  background: none;
} 
/*----------------------------------------------------
購入ガイド
----------------------------------------------------*/
#guide .accordions_arrow,
#faq .accordions_arrow {
  margin-top: 40px;
}
#guide .underline {
  color: #000;
  transition: all 0.3s;
}
@media screen and (min-width: 751px) {
  #guide .accordions_arrow,
  #faq .accordions_arrow {
    /*margin-top: 65px;*/
  }
}
@media screen and (min-width: 1201px) {
  #guide a.underline:hover {
    color: #BF1920;

  }
}
/*----------------------------------------------------
よくある質問
----------------------------------------------------*/
#faq {
  margin-bottom: 0;
}
#faq .accordions_arrow+.bar_title {
  margin-top: 80px;
}
#faq .bar_title+.text {
  margin-top: 40px;
}
@media screen and (min-width: 751px) {
  #faq .accordions_arrow+.bar_title {
    margin-top: 120px;
  }
}
/*----------------------------------------------------
ボーダー付きBOX
----------------------------------------------------*/
.box_border {
  margin-top: 20px;
  border: 1px solid #000;
  padding: 15px 3.333%;
  box-sizing: border-box;
}
.box_border .text {
  margin-top: 1em;
}
@media screen and (min-width: 751px) {
  .how_text {
    font-weight: bold;
    font-size: 18px;
  }
  .box_border {
    margin-top: 20px;
    border: 1px solid #000;
    padding: 20px 3.3333%;
  }
}


