@charset "UTF-8";

/* メイン */
.ken-text {
}
.ken-left-box {
}
.ken-right-box {
}
.ken-content-pic {
}
.ken-content-pic img {
	width: 100%;
}
.ken-content-pic-text {
	font-size: 12px;
}

span.tujyo {
	border-radius: 5px;
}
span.waribiki {
	border-radius: 5px;
}

.ken-tokuten-box {
	background: #FFD9D9;
}
.ken-tokuten-title {
	border-bottom: dotted 1px #FF5D5D;
}

.ken-chuki-box {
	background: #E3E3E3;
}

.ken-plan-link {
}
.ken-plan-link a {
	display: block;
	padding: 15px 15px 15px 15px;
	background: #222222;
	color: #FFFFFF;
	text-align: center;
}
.ken-plan-link a:hover {
	background: #AF8F71;
	text-decoration: none;
}

.ken-ticket-title {
	background: #EEA661;
}
.ken-ticket-box {
}
.ken-ticket-naiyo {
	background: #E3E3E3;
}
.ken-ticket-plus {
}

@media (max-width: 999px) {
	.ken-chuki-box {
		width: 98%;
	}
}

	/* tablet */
@media (max-width: 840px) {
}

	/* mobile */
@media (max-width: 640px) {
	.ken-tokuten-box {
		float: none;
		width: 100%;
	}
	.ken-ticket-naiyo {
		float: none;
		width: 100%;
		margin: 0 0 0 0;
	}
	.ken-ticket-plus {
		float: none;
		width: 100%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
}
/* メイン */
