/* Add here all your CSS customizations */



img {
    display: block;
    margin: 0 auto;
}


.buy-tickets img {
	display:inline;
	padding: 0 10px 0 0;
}


.main {
	padding: 30px 0 0 0;
}




hr.sp {
	height: 100px;
	background: url(../img/sp.png) repeat-x 0 0;
    border: 0;
}

hr.st {
	height: 6px;
	background: url(../img/hr.png) repeat-x 0 0;
    border: 0;
	padding: 0 0 0 0;
}



h1 {
font-family:"メイリオ","Meiryo","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size:12px;
color:#ADADAD;
font-weight: normal;
text-align: right;
margin: -20px 0 -10px 0;
}

b {
color:#E7311D;
font-weight: normal;
}


.rs {
font-family:"メイリオ","Meiryo","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size:12px;
color:#999;
font-weight: normal;
text-align: right;
line-height:1.8;
padding: 0 0 0 0;
}

.cs {
font-family:"メイリオ","Meiryo","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size:13px;
color:#999;
font-weight: normal;
text-align: center;
line-height:1.8;
padding: 50px 0 0 0;
}


.cb {
font-family:"メイリオ","Meiryo","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size:25px;
color:#333;
font-weight: bold;
text-align: center;
line-height:1.8;
padding: 20px 0 0 0;
}

.cb strong {
font-size:30px;
color: #E7311D;
text-shadow: 1px 1px 1px #FFF100;
}

.cn {
font-family:"メイリオ","Meiryo","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size:16px;
color:#333;
font-weight: normal;
text-align: center;
line-height:1.8;
padding: 10px 0 0 0;
}

.cn2 {
font-family:"メイリオ","Meiryo","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size:15px;
color:#333;
font-weight: normal;
text-align: left;
line-height:1.5;
padding: 20px 20px 0 20px;
}



.cr {
font-family:"メイリオ","Meiryo","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size:12px;
color:#fff;
font-weight: normal;
text-align: center;
}


.banner{
	width: 200%;
    margin: 0 -50%;
    text-align: center;
}





/*アコーディオン*/

.toggle {
	margin-bottom: -5px;
}



label{
	margin: 0 40px 0 40px;
}

label span{
	font-size: 15px;
	color: #444;
	font-weight: bold;
	padding: 0 5px 0 0;
}

.an{
	font-size: 14px;
	color: #444;
	margin: 0 70px 0 70px;
}

/*アコーディオンここまで*/











/*ポップアップここから*/
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 60px;
  margin:10px auto;
  padding: 8px 16px;
  color: #fff;
  background:#F39800;
  font-weight: bold;
	font-size: 18px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  cursor: pointer;
  transition: .3s ease;
	margin-bottom: 30px;

}
.open_btn:hover{
    background:#F8B62D;
    color:#fff;
    transition: .3s ease;
}
/*ポップアップココまで*/

