@charset "UTF-8";

/*------------------撮影プラン------------------*/

#self{
	text-align: center;
	background: #fff;
	border-radius: 15px;
	padding: 65px 50px;
	box-sizing: border-box;
}
#self h1{
	background: var(--i_main_color);
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	padding: 5px 10px 4px;
	min-width: 300px;
}
#self h1 span{
	font-size: 3rem;
	padding-right: 5px;
}
#self h1+p{
	font-size: 2.2rem;
}
#self h1+p span{
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	font-family: 'Josefin Sans', sans-serif;
	padding: 0 15px;
}
#self>p:last-of-type{
	border: 1px solid var(--i_main_color);
	border-radius: 50px;
	display: inline-block;
	padding: 5px 50px;
	font-size: 1.8rem;
	background-color: #A3DBD1;
}
#self small{
	font-size: 1.35rem;
}
#self ul li{
	list-style-type: none;
	padding-left: 0;
	line-height: 1.5;
}
#self ul li:not(:last-of-type){
	margin-bottom: 5px;
}
#self ul{
	text-align: left;
	padding: 35px 0 0;
}
#self .flex{
	display: flex;
	justify-content: center;
}
#self .flex p{
	width: 33.3%;
	border-left: 1px solid var(--i_main_color);
}
#self .flex p:last-of-type{
	border-right: 1px solid var(--i_main_color);
}
#self.s2>p:first-of-type{
	font-size: 2.2rem;
}
#self.s2>p:first-of-type .big{
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	font-family: 'Josefin Sans', sans-serif;
	padding: 0 5px;
}
#self.s3 h2{
	text-align: left;
	font-size: 1.8rem;
	margin-top: 25px;
}
#self.s3 h2 span{
	font-weight: 500;
	font-size: 1.55rem;
}
#self.s3 .flex{
	justify-content: space-between;
	align-items: center;
	line-height: 1.2;
}
#self.s3 .flex p{
	width: auto;
	border: none !important;
}
#self.s3 p span{
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	font-family: 'Josefin Sans', sans-serif;
	padding: 0 5px;
}
#self.s3 ul{
	padding: 0;
	margin-bottom: 15px;
}
#self img{
	max-width: 25%;
	padding-bottom: 3%;
}
@media screen and (min-width: 651px){
	br.sp{
		display: none;
	}
	#self.s3 h2 span{
		padding-left: 10px;
	}
}
@media screen and (max-width: 650px){
	#self{
		padding: 45px 20px;
	}
	#self h1{
		min-width: 250px;
		padding: 5px 10px 3px;
	}
	#self h1 span{
		font-size: 2.8rem;
	}
	#self h1 + p{
		font-size: 2rem;
		line-height: 1.2;
		margin: 20px 0;
	}
	#self h1 + p span{
		font-size: 4rem;
		padding: 0 5px;
	}
	#self > p:last-of-type{
		padding: 5px 25px;
	}
	#self .flex{
		flex-direction: column;
	}
	#self .flex p,
	#self .flex p:last-of-type{
		border-left: 0;
		border-right: 0;
	}
	#self .flex p{
		line-height: 3.5;
		width: 100%;
		border-bottom: 1px solid var(--i_border_color);
	}
	#self .flex p:first-of-type{
		border-top: 1px solid var(--i_border_color);
	}
	#self.s2 > p:first-of-type{
		line-height: 1.3;
		margin-bottom: 10px;
	}
	#self.s3 h2{
		border-bottom: 1px solid var(--i_main_color);
		padding-bottom: 10px;
		margin-bottom: 15px;
		line-height: 1.5;
	}
	#self.s3 .flex{
		align-items: baseline;
	}
	#self.s3 .flex p{
		line-height: 1.5;
	}
}

/*------------------全プラン共通------------------*/

#common{
	text-align: center;
	background: #fff;
	border-radius: 15px;
	padding: 65px 50px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#common:before{
	position: absolute;
	display: block;
	content: "";
	bottom: -40px;
	left: calc(50% - 50px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 50px;
	border-color: #fff transparent transparent transparent;
	pointer-events: none;
}
#common p,
#common ul{
	width: 50%;
}
#common p{
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	background: var(--i_main_color);
	border-radius: 15px;
	padding: 50px 20px;
}
#common ul li{
	list-style-type: none;
	padding-left: 30px;
	text-align: left;
	width: 70%;
	margin: auto;
	font-size: 1.7rem;
	position: relative;
}
#common ul li:before{
	position: absolute;
	display: block;
	content: "☑";
	left: 0;
	top: -0.8rem;
	font-size: 2.5rem;
	pointer-events: none;
}
@media screen and (max-width: 760px){
	#common{
		flex-direction: column;
	}
	#common p,
	#common ul {
		width: 100%;
	}
	#common p{
		padding: 10px 15px 6px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 780px){
	#common ul li{
		width: 100%;
	}
}





