@charset "utf-8";

.price {
	width: 100%;
	padding: 85px 0;
}

.price_category_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.price_category {
	width: 48%;
	max-width: 518px;
	font-weight: bold;
	display: flex;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #db3714;
	justify-content: center;
	padding: 36px 20px;
}

.price_category_tit {
	font-size: 3rem;
	letter-spacing: 1px;
	margin-left: 15px;
}

.price_category_tit span {
	color: #db3714;
}

.price_time_list {
	margin: 40px auto;
}

.price_time_list .price_category {
	width: 50%;
	max-width: 50%;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	border-right: 1px solid #000000;
}

.price_time_list .price_category:last-of-type {
	border-right: none;
}

.price_block {
	width: 100%;
	margin-top: 55px;
}

.ttl_h2_price {
	width: 100%;
	background-color: #000000;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
	padding: 11px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ttl_h2 {
	font-size: 3rem;
}

.ttl_h2_mark {
	position: absolute;
	bottom: 10px;
	right: 30px;
	font-size: 1.6rem;
}

.price_group {
	width: 100%;
	background-color: #f5f5f5;
	padding: 50px 70px;
	font-size: 2.2rem;
	letter-spacing: 1px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.price_group_tit {
	text-align: center;
	margin-bottom: 20px;
}

.price_group_inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.price_group_inner>div {
	width: 47%;
	max-width: 445px;
}

.price_group_list {
	width: 100%;
	border-top: 1px dashed #000000;
}

.price_group_list>li {
	width: 100%;
	border-bottom: 1px dashed #000000;
	padding: 9px 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.price_group_list>li span {
	color: #db3714;
}

.price_for_experience_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.price_for_experience {
	width: 100%;
	max-width: 375px;
	border: 5px solid #db3714;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 21px;
	text-align: center;
	line-height: 1.8;
	padding: 33px 20px 23px 20px;
	position: relative;
}

.price_for_experience::before {
	content: "";
	width: 60px;
	height: 48px;
	background: url(../img/ico_ball.png) no-repeat center center #f5f5f5;
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	margin: auto;
}

.price_mark {
	font-size: 1.6rem;
	line-height: 1.875;
	margin-top: 80px;
}

.price_mark p {
	text-indent: -1em;
	padding-left: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {

	.price_group_list>li {
		padding: 9px 50px;
	}

	.ttl_h2_price {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.ttl_h2_mark {
		position: static;
		bottom: auto;
		right: auto;
		margin-top: 5px;
		text-align: right;
	}
}

@media only screen and (max-width: 768px) {
	.price {
		padding: 60px 0;
	}

	.price_category_list {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}

	.price_category {
		width: 100%;
		padding: 30px 20px;
		margin-bottom: 20px;
	}

	.price_category:last-of-type {
		margin-bottom: 0;
	}

	.price_category_tit {
		font-size: 2.4rem;
	}

	.price_time_list {
		margin: 30px auto;
	}

	.price_time_list .price_category {
		width: 100%;
		max-width: 100%;
		border-right: none;
	}

	.price_block {
		margin-top: 40px;
	}

	.ttl_h2 {
		font-size: 2.4rem;
	}

	.ttl_h2_mark {
		font-size: 1.4rem;
	}

	.price_group {
		padding: 30px;
		font-size: 2rem;
	}

	.price_group_inner {
		width: 100%;
		display: block;
		justify-content: space-between;
		max-width: 445px;
		margin: 0 auto;
	}

	.price_group_inner>div {
		width: 100%;
		max-width: 100%;
	}

	.price_group_list {
		width: 100%;
		border-top: 1px dashed #000000;
	}

	.price_group_inner>div:last-of-type .price_group_list {
		border-top: none;
	}


	.price_for_experience_wrap {
		display: block;
	}

	.price_for_experience {
		margin: 50px auto 0 auto;
	}

	.price_mark {
		font-size: 1.4rem;
		margin-top: 50px;
	}

	.price_mark p {
		padding-left: 14px;
	}
}

@media only screen and (max-width: 480px) {


	.price_category {
		border-width: 3px;
	}

	.price_category_tit {
		font-size: 2rem;
		margin-left: 10px;
	}

	.price_category_img img {
		width: 28px;
	}
	.price_time_list img {
		width: 40px;
	}



	.ttl_h2 {
		font-size: 2rem;
	}
	.price_group{
		font-size: 1.8rem;
	}
	.price_group_list>li{
		padding-left: 0;
		padding-right: 0;
	}
	.price_for_experience {
		margin-top: 40px;
		border-width: 3px;
	}


	.price_for_experience::before {
		background-size: 40px;
	}

}