@charset "utf-8";
.ticket_gr {
		padding-bottom: 100px;
		background: #19407B url("../images/ticket_bg_pc.png") no-repeat center bottom;
		background-size: 2600px;
}
.ticket_section {
		min-height: 500px;
		padding: 30px 20px 0;
		transform: translateY(-8px);
}
.ticket_inner {
		max-width: 1100px;
		margin: 0 auto;
		position: relative;
}
.ticket_inner .ticket_fw {
		position: absolute;
		width: 300px;
		bottom: -90px;
		right: -130px;
}
.ticket_fw img {
		width: 100%;
		height: auto;
}
.ticket_lead {
		line-height: 1.8;
		margin: 0 0 2em;
}
.ticket_price {
		font-weight: 600;
		font-size: 30px;
		margin: 0 0 15px;
}
.ticket_col_wrap {
		padding-bottom: 80px;
}
.ticket_col {
		background: #fff;
		border-radius: 80px 20px 80px 20px;
		min-height: 200px;
		padding: 50px 80px;
		color: #19407B;
		position: relative;
		z-index: 5;
}
.ticket_col.dark {
		background: #102C51;
		color: #fff;
}
.passport_col {
		background: #F4F3ED;
		border-radius: 36px;
		padding: 35px 50px;
		margin-bottom: 30px;
}
.passport_col a {
		color: #DA6885;
		text-decoration: underline;
}
@media (hover: hover) {
		.passport_col a:hover {
				color: #DA6885;
				text-decoration: none;
		}
}
.ticket_col h5 {
		font-size: 22px;
		font-weight: 600;
		margin: 50px 0 15px;
}
.ticket_col h5:first-child {
		margin-top: 0;
}
.ticket_col p {
		margin-bottom: 1em;
}
.ticket_col ul {
		margin-bottom: 1em;
}
.ticket_col .passport_col ul {
		margin-bottom: 0;
}
.areamap_section {
		padding-top: 250px;
		position: relative;
}
.areamap_inner {
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 30px;
}
.areamap_img img {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		border-radius: 40px;
		border: 4px solid #DA6885;
}
@media(max-width: 840px) {
		.ticket_col {
				padding: 50px 60px;
		}
		.ticket_inner .ticket_fw {
				width: 440px;
				bottom: -230px;
				right: -80px;
		}
}
@media(max-width: 767px) {
		.ticket_col {
				border-radius: 50px 10px 50px 10px;
				padding: 30px 20px;
		}
		.ticket_inner .ticket_fw {
				width: 40vw;
				bottom: -22vw;
				right: -18vw;
		}
		.news_line {
				padding: 15px 0;
		}
		.news_date {
				margin-right: 15px;
		}
		.ticket_price {
				font-size: 5vw;
				text-align: center;
				margin: 0 0 15px;
		}
		.passport_col {
				border-radius: 20px;
				padding: 20px;
				margin-bottom: 30px;
		}
		.ticket_col h5 {
				font-size: 16px;
				margin: 30px 0 10px;
		}
		.ticket_col_wrap {
				padding-bottom: 30px;
		}
		.areamap_img img {
				border-radius: 20px;
				border: 2px solid #DA6885;
		}
		.areamap_inner {
				padding: 0 20px;
		}
		.ticket_gr {
				padding-bottom: 60px;
				background: #19407B url(../images/ticket_bg_sp.png) no-repeat center bottom;
				background-size: 100%;
		}
		.areamap_section {
				padding-top: 40vw;
		}
}