@charset "utf-8";
/****************************************

summer ticket

****************************************/
/*リセット*/
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, header, hgroup, menu, nav, section, summary {
  color: #333;
}
/*マウスオーバー*/
a img:hover, .mover:hover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.5;
  filter: alpha(opacity=50); /* ie lt 8 */
  -ms-filter: "alpha(opacity=50)"; /* ie 8 */
  -moz-opacity: 0.5; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.5; /* Safari 1.x */
}
section {
  margin-bottom: 0;
}
section a {
  display: inline;
}
/*コンテンツ
----------------------------------------------------*/
#container {
  width: 100%;
  margin: 0 auto;
}
.contents_wrap {
  width: 100%;
}
.contents_wrap h2{
	margin-bottom: 5px;
}
#container #contents {
  float: none;
  width: 100%;
  padding: 0 0 50px;
  margin: auto;
}
#contents .button{
	width: 250px;
	border: 1px #871D08 solid;
	border-radius: 10px;
	color: #871D08;
	padding: 20px 10px;
	display: inline-block;
	background: #fff;
	text-align: center;
	margin: 10px auto;
	text-decoration: none;
}
#contents p{
	text-align: left;
}
/*タイトル*/
h1.main_ttl{
  width: 100%;
  background: #005410;
  margin-bottom: 20px;
  padding:20px 8px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 23px;
}
h2.sub_ttl{
  width: 100%;
  background: #FF6600;
  margin-top:70px;
  margin-bottom: 20px;
  padding:20px 8px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 23px;
}
.inner {
  padding: 0 20px;
}
/*コンテンツ*/
h3, h4 {
  margin-bottom: 5px;
}
.sec:nth-of-type(n+2) {
  margin-top:20px;
}
.sec h2 {
  padding: 10px 0;
  font-weight: bold;
  font-size: 18px;
  color: #871D08;
  border-bottom: 1px solid #871D08;
}
.sec dl {
  margin: 20px 0 15px;
}
.sec dt, .sec dd {
  padding: 10px 0;
}

/*営業について*/
.about_info dt {
  text-align: center;
/*  font-weight: bold;*/
  background: #871D08;
  color: #fff;
}
.about_info dd {
  text-align: left;
  padding:10px 0 30px;
  box-sizing: border-box;
}

/*営業時間*/

table{
  width:100%;
  border-collapse:collapse;
  border-spacing:0;
  font-size: 12px;
}
table th {
  background:#eeebe4;
 font-weight:bold;
 text-align: center;
 border:1px solid #B6B6B6;
 padding:3px;
}

table td{
background: #fff;
border:1px solid #B6B6B6;
padding:5px 6px;
text-align: center;
line-height: 1.8;
color: #000;
}
.about_info table td:first-of-type{
  white-space: nowrap;
}
.about_info table td:nth-of-type(n+2){
  width:25%;
}


/*202301注意事項*/
.padding_top00{
    padding-top: 10px;
}

/*202104GWページ*/
.padding_top{
  padding-top: 10px;
}
.about_info{
  padding-bottom: 10px;
}
/*.about_info h3{
  background-color: #3fa8f4;
  padding: 10px;
  color: #fff;
}
.about_info h3 span{
  color: #fff;
  text-decoration: underline;
}
.about_info ul{
  padding-top: 5px;
}
.about_info ul li{
  list-style: disc;
  text-align: left;
  margin-left:15px;
}
.sec.about_info ul li{
text-indent: 0rem;
padding-left: 0rem;
}
.about_info ul li span{
  color: #ff1d25;
}*/
.about_ticket{
  padding-bottom: 10px;
}

.about_ticket h2{
  margin-bottom: 10px;
}
.about_ticket .ticket{
  padding-top: 5px;
}
.about_ticket .ticket span{
  color: #ff1d25;
  font-weight: bold;
}
/*#main_ttl .about_ticket .ticket p{
  width: 90%;
  color: #006633;
  font-weight: bold;
  background-color: #fff;
  border: #006633 1px solid;
  padding: 10px;
  margin-top: 10px;
}*/
.table_info,.txt_info{
  margin-top: 10px;
}
.table_info a,.qanda a{
  color: #0071bb;
}
.table_info a{
word-break:break-all;
}
.table_info table{
  border-collapse:collapse;
  width: 100%;
}
.table_info .last_dd{
  border-bottom: #4b5659 1px solid;
}
.table_info .none_dd{
  display: none;
}
.table_info th,.table_info td{
  width: 90%;
  display: block;
  text-align: left;
  padding: 20px 12px;
  border: #4b5659 1px solid;
 border-bottom: none;
  margin: 0 auto;
}
.table_info th{
  background-color: #e2e0d9;
}
.txt_info p{
  margin: 0;
}
.txt_info span{
  color: #ff1d25;
}
.qa dl{
  width: 90%;
  margin: 0 auto;
}
.qa dt,.qa dd{
  text-align: left;
  width: 100%;
  display: block;
  background-color: transparent;
  margin: 0 auto;
}
.qa dt{
  color: #005410;
  padding-bottom: 0;
  font-weight: bold;
}
.qa dd{
  padding-top: 5px;
}
.qa .link a{
  display: inline;
}

/*2022.6*/

#main_ttl h1 {
  width: 100%;
  background: #005410;
  margin-bottom: 20px;
  padding-bottom: 30px;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  font-size: 23px;
}

.about_ticket h3 {
  text-align: center;
}

.font-weight {
  font-weight: bold;
  width: 40% !important;
}

.padding_top {
  padding-top: 30px;
}

.margin_bottom {
margin-bottom: 25px !important;
}

.padding_bottom_dd {
padding-bottom: 0px !important;
}

.text_left {
text-align: left;
}
.text_right {
  text-align: right;
  }


.red {
color: #FF0000;
}

.advance{
  font-weight: bold;
  /*color: #FF0004;*/
  font-size: 120%;
  width: 40% !important;
}

img.logoimg01{
  width:70px;
}
img.logoimg02{
  width: initial;
  height:40px;
}
/*2022.10*/
/*.event_price caption{
  font-weight: bold;
  padding: 6px 0;

}

table tr.discount th,table tr.discount td{
  background:#f0f8ff;
  color:#0000AA;
  font-weight: bold;
  font-size: 120%;
}
.dprice.eventwari td:nth-of-type(n+2){
  background:#f0f8ff;
  color:#0000AA;
  font-weight: bold;
  font-size: 120%;
  }*/
  table.dprice {
    margin-bottom: 5px;
  }

table.dprice th {
	font-weight: bold;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	background:#eeebe4;
	width:100px;
}

table.dprice td {
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	/*background:#fff;*/
}
table.dprice td.dprice_txt{
	border-bottom:none;
}
table.dprice caption{
	font-size: 16px;
	font-weight: bold;
	padding:8px;
	text-align: left;
	color: #42210b;
}

table.dprice td.pattern_a a,table.dprice td.pattern_b a{
	display: inline;

}
table.dprice td.pattern_a{
	color: #008c00;
	background:#e9ed78;
	font-weight: bold;
	text-align: center;
}
table.dprice td.pattern_a a{
	color: #008c00;
	text-decoration: underline;
}
table.dprice td.pattern_b{
	color: #de4d5b;
	background:#fcdce0;
	font-weight: bold;
	text-align: center;
}
table.dprice td.pattern_b a{
	color: #de4d5b;
	text-decoration: underline;
}

table.dprice td.pattern_c{
	color: #359b91;
	background:#dbf8f5;
	font-weight: bold;
	text-align: center;
}
table.dprice td.pattern_c a{
	color:  #359b91;
	text-decoration: underline;
}

table.dprice td.pattern_d{
	color: #F44F12;
	background:#FFDEAA;
	font-weight: bold;
	text-align: center;
}
table.dprice td.pattern_d a{
	color: #F44F12;
	text-decoration: underline;
}

p.saletxt{
  background:#fff;
  border: 1px solid #D3292C;
  padding: 5px;
  margin-top: 10px;
  text-align: center;
  color: #D3292C;
  font-size: 18px;
}
table.dprice td.eprice{
	background:#f0f8ff;
	color:#0000AA;
	font-weight: bold;
	font-size: 120%;
	}
	.dprice td.eprice span{
	font-weight: normal;
	font-size: 14px;
	}

/*汎用
----------------------------------------------------*/
.btn {
  margin: 20px auto;
  text-align: center;
}
.closed {
  width: 100%;
  margin: 20px auto;
  padding: 20px 0;
  text-align: center;
  background: #F2F2F2;
  border: 1px solid #9A9A9A;
  color: #9A9A9A;
  font-size: 16px;
}
.box {
  margin-bottom: 20px;
}
.l-box {
  float: left;
}
.r-box {
  float: left;
}

.movie{
  padding-top: 20px;
}
.sec ul li{
    text-indent: -0.8rem;
    padding-left: 0.8rem;
    line-height: 1.4;
  }
.sec .endcopy{
  color: #FF0004;
  font-size:18px;
  font-weight: bold;
}
