/* common - 基礎設定
-------------------------------------------------- */
a {
	color: #333;
	text-decoration: none;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

/* flex - フレキシブルボックス
-------------------------------------------------- */
.dp_f {
	display: flex;
	display: flex;
}

.flex_column {
	justify-content: space-between;
}

/* life_mv - メインビジュアル
-------------------------------------------------- */
#life_mv .box {
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 90vh;
	background-image: url('../../image/life/life_mv.jpg');
	background-position: center bottom 20%;
	background-size: cover;
}

#life_mv .box::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #333;
	opacity: 0.2;
}

#life_mv p {
	position: relative;
	font-size: 5.2rem;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	text-shadow: 2px 2px 3px #333;
}

#life_mv p > span:first-child {
	display: block;
}

#life_mv p > span:last-child {
	position: relative;
	display: block;
}

#life_mv p > span:last-child::after {
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 3.6rem;
	content: '';
	background: linear-gradient(transparent 80%, #fec1fe 50%);
	opacity: 0.8;
}

#life_mv p span span {
	position: relative;
	z-index: 1;
	display: block;
	font-size: 3.6rem;
}

#life_mv p span br {
	display: none;
}

/* about - アバウト
-------------------------------------------------- */
#about {
	max-width: 1200px;
	margin: 5rem auto 0;
}

#about .box {
	padding: 0 1rem;
	text-align: center;
}

#about .box h2 {
	margin-bottom: 3rem;
}

#about .box p {
	font-size: 1.8rem;
}

/* plan_standard - スタンダードプラン
-------------------------------------------------- */
#plan_standard .box {
	max-width: 1200px;
	margin: 5rem auto 0;
}

#plan_standard .plan01 {
	margin-top: 5rem;
}

.plan_subttl {
	position: relative;
	margin-top: 5rem;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}

.lifephotoselect_ttl {
	text-align: center;
}

.lifephotoselect_ttl strong {
	position: relative;
	display: block;
	padding-bottom: 0.8rem;
	font-family:
		'游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝',
		'MS PMincho', serif;
	font-size: 2.8rem;
	letter-spacing: 0.2em;
}

.lifephotoselect_ttl strong::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 35px;
	height: 3px;
	content: '';
	background-color: #8c6450;
	transform: translateX(-50%);
}

.lifephotoselect_ttl span {
	display: block;
	margin-top: 1rem;
	font-size: 1.6rem;
}

.all_plan_block {
	flex-wrap: wrap;
}

.all_plan_block .banner_img {
	display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 150px;
	outline: 1px solid #fff;
	outline-offset: -15px;
}

.bnr_01 {
	background-color: #3993b1;
}

.bnr_02 {
	background-color: #d36f99;
}

.all_plan_block .banner_img p {
	font-family:
		'游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝',
		'MS PMincho', serif;
	font-size: 4.2rem;
	color: #fff;
	text-align: center;
}

.all_plan_block .banner_img p span {
	display: block;
	padding-bottom: 0.5rem;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #fff;
}

.plan_included {
	width: 100%;
}

.plan_included_price {
	flex-wrap: wrap;
	margin-top: 5rem;
}

.included_ttl {
	position: relative;
	font-family:
		'游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝',
		'MS PMincho', serif;
	font-size: 2.6rem;
	font-weight: bold;
	color: #ae7c58;
	text-align: center;
}

.included_ttl::before,
.included_ttl::after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 176px;
	height: 30px;
	margin: auto;
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
}

.included_ttl::before {
	left: 100px;
	background-image: url('../../image/life/flower_line_left.svg');
}

.included_ttl::after {
	right: 100px;
	background-image: url('../../image/life/flower_line_right.svg');
}

.list_plan_included {
	justify-content: space-between;
	margin-top: 5rem;
}

.list_plan_included li {
	width: 30%;
}

.list_plan_included li p {
	display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #ae7c58;
	text-align: center;
}

/* plan_various - 様々なプラン
-------------------------------------------------- */
#plan_various {
	overflow: hidden;
}

#plan_various .box {
	max-width: 1200px;
	margin: 5rem auto 0;
}

.plan_subttl figure {
	margin-bottom: 2rem;
}

.plan_subttl strong {
	font-weight: bold;
	letter-spacing: 0.2em;
}

.plan_subttl span {
	display: block;
	font-size: 1.6rem;
}

.plan_info {
	align-items: center;
	justify-content: space-between;
	padding-top: 8rem;
}

.list_plan > li {
	padding: 8rem calc(50vw - 50%);
	margin: 0 calc(50% - 50vw);
}

.list_plan .plan_subttl {
	margin-top: 0;
	font-size: 2.1rem;
}

.list_plan li > .plan_subttl::before,
.list_plan li > .plan_subttl::after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 175px;
	height: 178px;
	margin: auto;
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
}

.list_plan li > .plan_subttl::before {
	left: 0;
	background-image: url('../../image/life/flower_kazari_left.svg');
}

.list_plan li > .plan_subttl::after {
	right: 0;
	background-image: url('../../image/life/flower_kazari_right.svg');
}

.list_plan .plan_subttl strong {
	font-size: 2.6rem;
}

.plan_imgs {
	position: relative;
	width: 48%;
	height: 380px;
	overflow: hidden;
}

.plan_imgs img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	transform: translateY(-50%) translateX(-50%);
}

.plan_data {
	width: 48%;
}

.list_plan > li:nth-child(odd) {
	background-color: #fffff0;
}

.list_plan > li:nth-child(even) .plan_info {
	flex-flow: row-reverse;
}

.list_plan .plan_info .list_plan_details {
	justify-content: space-around;
	margin: 0;
}

.list_plan .plan_info .list_plan_details li {
	display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 140px;
	background-color: #ae7c58;
	border-radius: 50%;
}

.list_plan .plan_info .list_plan_details li span {
	margin-top: 0;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.plan_data .plan_subttl {
	margin: 5rem 0 3rem;
	font-family:
		'游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝',
		'MS PMincho', serif;
}

.plan_data .plan_subttl::before,
.plan_data .plan_subttl::after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 176px;
	height: 30px;
	margin: auto;
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
}

.plan_data .plan_subttl::before {
	left: 0;
	background-image: url('../../image/life/flower_line_left.svg');
}

.plan_data .plan_subttl::after {
	right: 0;
	background-image: url('../../image/life/flower_line_right.svg');
}

.plan_price {
	justify-content: space-around;
}

.plan_price p {
	width: 42%;
	font-family:
		'游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝',
		'MS PMincho', serif;
	font-size: 2.1rem;
	font-weight: bold;
	color: #8c6450;
	text-align: center;
}

.plan_price p span {
	display: block;
}

.price_jpy {
	font-size: 3.6rem;
}

.price_jpy i {
	margin-left: 1rem;
	font-size: 2.1rem;
	font-style: normal;
}

.tax_inc {
	padding-top: 1rem;
	font-size: 1.8rem;
	border-top: 1px solid #8c6450;
}

.tax_inc i {
	margin-left: 0.5rem;
	font-size: 1.6rem;
	font-style: normal;
}

.plan_tokuten {
	position: relative;
	margin-top: 13rem;
	text-align: center;
}

.plan_tokuten::before {
	position: absolute;
	top: -65px;
	right: 0;
	left: 0;
	width: 40px;
	height: 55px;
	margin: auto;
	content: '';
	background-image: url('../../image/life/plan_benefits.svg');
	background-repeat: no-repeat;
}

.list_plan > li:nth-child(even) .plan_tokuten::before {
	top: -65px;
	width: 50px;
	height: 57px;
	background-image: url('../../image/life/plan_benefits_blue.svg');
}

.plan_tokuten p:first-child {
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	color: #ae7c58;
}

.plan_tokuten p:first-child::before {
	position: absolute;
	right: 0;
	bottom: -1.5rem;
	left: 0;
	width: 120px;
	height: 1px;
	margin: auto;
	content: '';
	border-top: 1px solid #ae7c58;
}

.plan_tokuten > p:first-child span {
	display: block;
	font-family:
		'游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝',
		'MS PMincho', serif;
	font-size: 3rem;
	color: #ae7c58;
}

.plan_tokuten p:last-child {
	margin-top: 5rem;
	font-size: 1.8rem;
	color: #ae7c58;
}

.plan_tokuten p:last-child span {
	padding: 1rem 3rem;
	margin: 0 1.5rem;
	font-size: 1.6rem;
	font-weight: bold;
	border: 1px solid #ae7c58;
}

/* wedding_photo - ウェディングフォト
-------------------------------------------------- */
img {
	max-width: 100%;
	vertical-align: bottom;
}

#wedding_photo .box {
	max-width: 1200px;
	margin: 5rem auto;
}

.plan_included_img {
	position: relative;
	width: 100%;
	min-height: 600px;
	margin-top: 5rem;
	overflow: hidden;
}

.plan_included_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	transform: translateY(-50%) translateX(-50%);
}

.plan_included_txt {
	text-align: center;
}

.plan_included_txt p {
	display: inline-block;
	padding: 1rem 5rem;
	margin-top: 5rem;
	font-size: 1.8rem;
	color: #fff;
	background-color: #ae7c58;
	border-radius: 30px;
}
