@charset "utf-8";




/*================================
ページタイトル
================================*/
.page-title_wrap {
	background: url(img/page_ttl_bg.jpg)center/cover;
}

/*================================
メインビジュアル
===============================*/
.intro::before {
	background-image: url(img/intro_bg.jpg?02);
}

/*u-title*/
/*------------------------------*/
.u-title {
	margin-bottom: 10px;
	padding: 15px 10px;
	background: #fde8dd;
	font-size: 2.8rem;
	text-align: center;
	line-height: 1.8;
	color: #583c32;
}
.u-title.-color02 {
	background: #f6e6f9;
}

/*flex*/
/*------------------------------*/
.flex_item.-price_item {
	width: calc(100% - (30% + 20px));
}
.flex_item.-price_item .flex_item {
	width: calc(100%/2 - 10px);
}
.flex_item.-price_sentence {
	width: 30%;
}

/*table*/
/*------------------------------*/
.price_table {
	width: 100%;
}
.price_table th {
	padding: 0 10px;
	background: #dbcaad;
	border: 1px solid #583c32;
	font-size: 2.8rem;
	text-align: center;
	line-height: 1.8;
	color: #583c32;
}
.price_table td {
	padding: 10px 10px;
	background: #fff;
	border: 1px solid #583c32;
	font-size: 2rem;
	text-align: center;
	line-height: 1.8;
	color: #583c32;
}

/*------------------------------*/

/*section01*/
/*------------------------------*/
.section01 {
	padding-top: 0;
}
.section01 .inner {
	padding-top: 0;
}

/*section07*/
/*------------------------------*/
.section07 {
	padding-bottom: 0;
}



/*================================
TABLET横 1080px～0px
================================*/
@media (max-width: 1080px) {}


/*================================
TABLET縦 834px～0px
================================*/
@media (max-width: 834px) {}


/*================================
SP表示 480px～0px
================================*/
@media (max-width: 480px) {

	/*u-title*/
	/*------------------------------*/
	.u-title {
		padding: 10px;
		font-size: 2.5rem;
	}

	/*flex*/
	/*------------------------------*/
	.flex_item.-price_item {}
	.flex_item.-price_item .flex_item {}
	.flex_item.-price_sentence {}

	/*table*/
	/*------------------------------*/
	.price_table {}
	.price_table th {
		font-size: 2.25rem;
	}
	.price_table td {}



}
















