@charset "UTF-8";
#Ticket img {
	max-width: 100%;
}
#Ticket .btn_p{
	border:5px solid #de3273;
	font-size:6rem;
	font-weight:bold;
	text-align:center;
	padding: 2.4rem 1.6rem;
	margin-bottom: 1.6rem;
}
#Ticket .btn_p a{
	color:#de3273;
}

#Ticket ul.labels{
	margin: 0 10rem 4rem;
	font-size: 2rem;
}
#Ticket .caution,
#Ticket .bottom_arrow .caution{
	background: rgba(235,176,206,0.25);
	padding:4rem;
	margin-bottom:4rem;
	width:100%;
	margin-top:4rem;
}
#Ticket .caution h4,
#Ticket .bottom_arrow .caution h4{
	font-size:4.8rem;
	color:#1a1311;
	text-align:center;
	margin-bottom: 2.4rem;
}

#Ticket .p_bold{
	text-align:center;
	font-weight:bold;
	font-size:3.2rem;
}

#Ticket h2{
	background: #de3273;
	color: #FFF;
	text-align: center;
	margin: 3.2rem 0;
	font-size: 4rem;
	padding: 1.6rem 0;
	position:relative;
}
#Ticket h2:before{
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: #FFF;
	position: absolute;
	left: -30px;
	top: -30px;
	transform: rotate(-45deg);
}
#Ticket h2:after{
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: #FFF;
	position: absolute;
	right: -30px;
	bottom: -30px;
	transform: rotate(-45deg);
}
#Ticket .bottom_arrow{
	position:relative;
	border: 2px solid #e73273;
	box-sizing: border-box;
	padding: 4rem;
	position:relative;
	margin-bottom: 8rem !important;
}
#Ticket .bottom_arrow.last{
	margin-bottom:4rem;
}

#Ticket .bottom_arrow:after{
	content: "";
	display:block;
	position: absolute;
	right: 0;
	bottom: -4rem;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #de3273 transparent transparent transparent;
	border-width: 20px 40px 0 40px;
}
#Ticket .bottom_arrow.last:after{
	display:none;
}

#Ticket .bottom_arrow > div {
	border:none;
	width:300px;
	margin:0 auto;
	padding: 0;
}
#Ticket .bottom_arrow > div:after {
	border-color: #1a1311 transparent transparent transparent;
	border-width: 20px 20px 0 20px;
}
#Ticket .bottom_arrow .img {
	text-align:center;
	margin: 1em 0;
}
#Ticket .bottom_arrow h3{
	background: #FFF;
	position: absolute;
	margin: 0;
	top: -1em;
	left: 50%;
	transform: translateX(-50%);
	padding: 0.8rem 2.4rem;
	border-bottom: 0;
}

#Ticket #block01{
	margin-bottom:8rem;
}
#Ticket #block02{
	width: 720px;
	margin: 0 auto;
}
#Ticket #block03{
	width: 720px;
	margin: 0 auto;
}
#Ticket #block03 h2{
	background:#0060a6;
}
#Ticket #block03 .bottom_arrow{
	border: 2px solid #0060a6;
}
#Ticket #block03 .bottom_arrow h3 {
	color: #0060a6;
}
#Ticket #block03 .bottom_arrow.last h3 {
	width:400px;
	text-align:center;
}
#Ticket #block03 .bottom_arrow > div {
	width:100%;
}

#Ticket #block03 .bottom_arrow::after {
    border-color: #0060a6 transparent transparent transparent;
}
#block04{
margin-bottom:8rem;
}
#block04 h3{
margin-bottom:2.0rem;
}
#block04 .zaseki_table{
width:100%;
font-weight:bold;
}
#block04 .zaseki_table th{
font-size:20px;
}
#block04 .zaseki_table th , .zaseki_table td{
width:20%;;
text-align:left;
padding:10px 0;
border-bottom:1px solid #000;
}
#block04 .zaseki_table .zaseki_syurui{
width:40%;
}
#block04 .zaseki_name{
color:#de3273;
}
@media screen and (max-width: 1080px) {

}
@media screen and (max-width: 767px) {
	#Ticket .btn_p {
		font-size:2rem;
	}
	#Ticket ul.labels {
		margin: 0 2.4rem 4rem;
		font-size: 1.6rem;
	}
	#Ticket .caution, 
	#Ticket .bottom_arrow .caution {
		padding:1.6rem;
	}
	#Ticket .caution h4,
	#Ticket .bottom_arrow .caution h4 {
	    font-size: 2.4rem;
	}
	#Ticket .p_bold {
	    font-size: 1.6rem;
	}
	#Ticket h2 {
	    font-size: 2.4rem;
	}
	#Ticket .bottom_arrow {
		padding:3.2rem 1.6rem;
	}
	#Ticket .bottom_arrow h3 {
		width: 80%!important;
		text-align: center;
	}
	#Ticket .bottom_arrow > div {
		width:100%;
	}
	#Ticket .bottom_arrow .img {
	    margin: 2em 0;
	}
	#Ticket #block02 ,
	#Ticket #block03 {
		width:100%;
		overflow: hidden;
	}
}