
/*////////////////////////////////////
price
////////////////////////////////////*/

@media screen and (min-width: 768px) {

#price_area{
	position: relative;
	width: 100%;
	padding: 100px 0;
	background-color: #ebf6f7;
	overflow: hidden;
}

#price_place{
	position: relative;
	width: 90%;
	min-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.price_word{
	position: relative;;
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
	font-size: clamp(1.6rem,1.6vw,1.8rem);
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.08em;
	line-height: 2;
}

.price_red_word{
	position: relative;;
	width: 100%;
	margin-bottom: 10px;
	font-size: clamp(1.6rem,1.6vw,1.8rem);
	font-weight: 600;
	color:rgba(204,1,5,1.00);
	letter-spacing: 0.08em;
	line-height: 2;
}

.price_list_area{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

.price_list_title{
	position: relative;;
	width: 100%;
	margin-bottom: 5px;
	font-size: clamp(2rem,2vw,2.4rem);
	font-weight: 600;
	color: #777777;
	letter-spacing: 0.08em;
}

.price_list_place{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.price_list_koumoku{
	position: relative;
	width: 49.5%;
	margin-right: 0.5%;
	margin-bottom: 5px;
	background: rgba(91,123,136,0.5);
	font-size: clamp(1.6rem,1.4vw,1.8rem);
	font-weight: 600;
	color: #333333;
	letter-spacing: 0.08em;
	padding: 10px 20px;	
}

.price_list_kakaku{
	position: relative;
	width: 50%;
	margin-bottom: 5px;
	background: #FEFEFE;
	text-align: right;
	font-size: clamp(1.6rem,1.4vw,1.8rem);
	font-weight: 600;
	color: #333333;
	letter-spacing: 0.08em;
	padding: 10px 20px;
}

}

@media screen and (min-width: 0px) and (max-width: 767px) {
#price_area{
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: #ebf6f7;
	overflow: hidden;
	
}

#price_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.price_word{
	position: relative;;
	width: 100%;
	margin-bottom: 40px;
	font-size: clamp(1.6rem,1.4vw,1.8rem);
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.08em;
	line-height: 2;
}

.price_red_word{
	position: relative;;
	width: 100%;
	margin-bottom: 10px;
	font-size: clamp(1.6rem,1.4vw,1.8rem);
	font-weight: 600;
	color:rgba(204,1,5,1.00);
	letter-spacing: 0.08em;
	line-height: 2;
}

.price_list_area{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

.price_list_title{
	position: relative;;
	width: 100%;
	margin-bottom: 5px;
	font-size: clamp(2rem,2vw,2.4rem);
	font-weight: 600;
	color: #777777;
	letter-spacing: 0.08em;
}

.price_list_place{
	position: relative;
	width: 100%;
}

.price_list_koumoku{
	position: relative;
	width: 100%;
	background: rgba(91,123,136,0.5);
	font-size: clamp(1.6rem,1.4vw,1.8rem);
	font-weight: 600;
	color: #333333;
	letter-spacing: 0.08em;
	padding: 10px 20px;	
}

.price_list_kakaku{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	background: #FEFEFE;
	text-align: right;
	font-size: clamp(1.6rem,1.4vw,1.8rem);
	font-weight: 600;
	color: #333333;
	letter-spacing: 0.08em;
	padding: 10px 20px;
}

}

/*////////////////////////////////////
 
////////////////////////////////////*/

@media screen and (min-width: 768px){

}

@media screen and (min-width: 0px) and (max-width: 767px){


}

