@charset "utf-8";

/* -------------------------------------------------- */
/* 梱包について */
/* -------------------------------------------------- */
/* メインイメージ */
.fv {
	background-image: url(../img/fv_bg_package.png);
}

#package1 {
	width: 1000px;
	margin: 0 auto 100px;
}

#package1 h2 {
	text-align: center;
	font-size: 4.2rem;
	line-height: 1.4;
	letter-spacing: 0.060em;
	color: #dac495;
	text-shadow: 0px 0px 15px rgba(255, 220, 154, 1);
	padding-bottom: 35px;
}

#package1 h2 span {
	font-size: 2.6rem;
}

#instapakTit {
	text-align: center;
	padding-bottom: 40px;
}

#instapakDesc {
	width: 720px;
	padding-bottom: 40px;
	font-size: 1.9rem;
	line-height: 1.526;
	letter-spacing: 0;
}

#instaFlow {
	position: relative;
}

#instaFlow:after {
	content: "";
	position: absolute;
	top: -100px;
	right: 0;
	width: 251px;
	height: 298px;
	background: url(../img/package_img4.webp) 0 0 no-repeat;
}

#instaFlow li {
	width: 233px;
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
}

#instaFlow li:first-child {
	margin-left: 0px;
}

#package2 {
	width: 1000px;
	margin: 0 auto 100px;
}

#package2 h2 {
	margin-bottom: 10px;
	line-height: 28px;
	font-size: 1.9rem;
	vertical-align: middle;
	padding-left: 50px;
	background: url(../img/icon7.png) left center no-repeat;
}