@charset "shift-jis";
.col {
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contentsHeader {
	top: 0;
	left: 0;
	z-index: 4;
	background: url(../images/kv_index01.png)no-repeat 0 18px;
	padding: 18px 0 32px 0;
}
.mainTitle {
  margin: 5px 0;
  text-align: right;
  font-size: 13px;
}
.kv {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 50px;
	text-align: center;
}
.kv_subText {
	position: absolute;
	top: 0;
	left: 64%;
	z-index: -1;
}
.contentsHeaderText {
	margin: 20px 70px 0 310px;
	color: #fff;
	font-size: 14px;
	line-height: 1.7;
	text-shadow: 1px 1px rgba(0,0,0,0.3);
}


.Area {
	position: relative;
	top: 0;
	left: 0;
}
.AreaTitle {
	text-align: center;
}
.planArea .planTitle.AreaTitle {
	margin-top: -10px;
  position: relative;
  top: 0;
  left: 0;
}
.planInner  {
	width: 740px;
	margin: 0 auto;
	color: #fff;
}
.titleSubPink {
	background: #faaec7;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	display: inline-block;
	margin-top: 40px;
	padding: 5px 10px;
	font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
}
.planTitle {
	margin-top: 15px;
	font-weight: bold;
	font-size: 26px;
	font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
}
.priceText {
	margin-top: 20px;
	line-height: 1.7;
	font-size: 14px;
}

.planArea  {
	z-index: 3;
  margin-top: -90px;
	padding: 90px 0 250px 0;
	background: url(../images/kv_index02.png)no-repeat 0 0;
}
.recommendedArea  {
	z-index: 2;
	margin-top: -64px;
	padding: 95px 0 60px 0;
	background: url(../images/kv_index03.png)no-repeat 0 0;
}
.recommendedInner  {
	width: 890px;
	margin: 0 auto;
}
.recommendedList {
	position: relative;
	margin-top: 40px;
	height: 400px;
}
.recommendedList li {
	position: absolute;
	width: 297px;
	height: 297px;
	padding-top: 160px;
	box-sizing: border-box;
}

.recommendedList li:first-child {
	top: 0;
	left: 0;
	background: url(../images/recommended_01.png)no-repeat 0 0;
}
.recommendedList li:nth-child(2) {
	top: 104px;
	left: 294px;
	background: url(../images/recommended_02.png)no-repeat 0 0;
}
.recommendedList li:nth-child(3) {
	top: 0;
	left: 590px;
	background: url(../images/recommended_03.png)no-repeat 0 0;
}
.recommendedList li::before {
	position: absolute;
	top: -40px;
	left: calc(50% - 39px);
	content: "";
	width: 78px;
	height: 78px;
}
.recommendedList li:first-child::before {
	background: url(../images/recommended_icon_01.png)no-repeat 0 0;
}
.recommendedList li:nth-child(2)::before {
	background: url(../images/recommended_icon_02.png)no-repeat 0 0;
}
.recommendedList li:nth-child(3)::before {
	background: url(../images/recommended_icon_03.png)no-repeat 0 0;
}
.recommendedListTitle {
	font-weight: bold;
	color: #f84481;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 8px;
}
.recommendedListTitle span {
	font-size: 14px;
	color: #f84481;
	text-decoration: underline;
	margin-right: 10px;
	display: inline-block;
}
.recommendedListText {
	color: #2e2e2e;
	font-size: 12px;
	line-height: 1.58;
	padding: 0 30px;
	text-align: center;
}
.pamphArea {
	z-index: 1;
	margin-top: -65px;
	padding: 102px 0 110px 0;
	background: url(../images/kv_index04.jpg)no-repeat 0 0;
}
.pamphInner {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto 30px;
	width: 630px;
}
.pamphDetail {
	order: 2;
	width: 325px;
	padding-left: 30px;
	box-sizing: border-box;
}
.pamphDetail .pamphDetailText {
	margin: 85px 0 0 0;
	font-weight: bold;
	font-size: 16px;
	color: #313131;
	line-height: 1.5;
}
.pamphDetailTitle {
	display: block;
	margin-top: 35px;
	color: #f84481;
	font-size: 14px;
}
.pamphDetailChurch {
	margin-top: 10px;
}
.pamphDetailChurch a {
	line-height: 1.4;
	font-size: 14px;
	color: #373737;
	text-decoration: underline;
}
.pamphDetailChurch a:hover {
	opacity: 0.8;
}
.AreaPinkBtn {
	position: absolute;
	bottom: -20px;
	left: 167px;
	width: 420px;
	box-sizing: border-box;
}
.AreaPinkBtn a {
	display: block;
	padding: 14px 20px 10px 160px;
	line-height: 1.4;
	color: #fff;
	text-decoration: underline;
	background: url(../images/pink_btn01.jpg)no-repeat 0 0;
}
.AreaPinkBtn a:hover {
	opacity: 0.8;
}
.pamphPhoto {
	position: relative;
	order: 1;
	width: 305px;
	z-index: 50;
}
.pamphPhotoSubText {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	top: 30px;
	left: -14px;
	z-index: 1;
}

.pamphPhotoImg {
	margin: 60px 0 0 140px;
}
.bottomText {
	margin: 20px auto 40px;
	width: 740px;
	line-height: 1.71;
}
