@charset "utf-8";



/* sw-PageIntro
-----------------------------------*/
.sw-PageIntro .image{
	background-image: url("../img/bg_pageintro_01.jpg");
}
.sw-PageIntro .text img{
	width: 160px;
	height: auto;
}
@media only screen and (min-width: 768px){
	.sw-PageIntro .text img{
		width: 220px;
	}
}
@media only screen and (min-width: 1024px){
	.sw-PageIntro .text img{
		width: 300px;
	}
}



/* chapel-Intro
-----------------------------------*/
.chapel-Intro{
	background-image: url("../../asset/img/bg_common_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 20px 0 80px;
	margin-top: 30px;
}
.chapel-Intro .pc{
	display: none;
}
.chapel-Intro .image img{
	width: 100%;
	height: auto;
}
.chapel-Intro h3{
	color: #222e53;
	font-size: 123.1%;
	line-height: 1.8;
	letter-spacing: .1em;
	text-align: center;
	margin-top: 45px;
}
.chapel-Intro p{
	line-height: 2.6;
	text-align: center;
	margin-top: 15px;
}
.chapel-Intro ul{
	padding: 0 20px;
	margin: 30px auto 0;
}
.chapel-Intro ul li{
	list-style: none;
}
.chapel-Intro ul li + li{
	margin-top: 20px;
}
.chapel-Intro ul li img{
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 768px){
	.chapel-Intro{
		padding: 30px 0 120px;
		margin-top: 40px;
	}
	.chapel-Intro .sp{
		display: none;
	}
	.chapel-Intro .pc{
		display: block;
	}
	.chapel-Intro h3{
		font-size: 184%;
		margin-top: 60px;
	}
	.chapel-Intro ul{
		max-width: 1280px;
		margin-top: 60px;
	}
	.chapel-Intro ul li{
		width: 31.66%;
		float: left;
	}
	.chapel-Intro ul li + li{
		margin: 0 0 0 2.5%;
	}
}
@media only screen and (min-width: 1024px){
	.chapel-Intro{
		margin-top: 50px;
	}
	.chapel-Intro h3{
		font-size: 215%;
		margin-top: 75px;
	}
	.chapel-Intro ul{
		margin-top: 75px;
	}
}



/* chapel-Natural
-----------------------------------*/
.chapel-Natural{
	background-image: url("../../asset/img/bg_common_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 80px;
}
.chapel-Natural .pc{
	display: none;
}
.chapel-Natural .image img{
	width: 100%;
	height: auto;
}
.chapel-Natural .height{
	background-color: #222e53;
	background-image: url("../../asset/img/bg_common_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px 0;
	margin: -30px 20px 0;
	position: relative;
}
.chapel-Natural .height:before{
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 10px;
	left: 10px;
}
.chapel-Natural .height h3{
	color: #fff;
	font-size: 123.1%;
	line-height: 1.8;
	letter-spacing: .1em;
	text-align: center;
}
.chapel-Natural .height p{
	color: #fff;
	line-height: 2.6;
	text-align: center;
	margin-top: 15px;
}
.chapel-Natural .water{
	margin: 30px auto 0;
}
.chapel-Natural .water h3{
	color: #222e53;
	font-size: 123.1%;
	line-height: 1.8;
	letter-spacing: .1em;
	text-align: center;
}
.chapel-Natural .water p{
	line-height: 2.6;
	text-align: center;
	margin-top: 15px;
}
.chapel-Natural .sw-Btn{
	margin-top: 25px;
}
@media only screen and (min-width: 768px){
	.chapel-Natural{
		padding-bottom: 120px;
	}
	.chapel-Natural .sp{
		display: none;
	}
	.chapel-Natural .pc{
		display: block;
	}
	.chapel-Natural .box{
		width: 50%;
		float: left;
	}
	.chapel-Natural .image{
		background-image: url("../img/img_chapel_02.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.chapel-Natural .image img{
		display: none;
	}
	.chapel-Natural .height{
		min-height: 500px;
		margin: 0;
		display: table;
	}
	.chapel-Natural .height h3{
		font-size: 184%;
	}
	.chapel-Natural .comment{
		display: table-cell;
		vertical-align: middle;
	}
	.chapel-Natural .water{
		margin: 60px auto 0;
	}
	.chapel-Natural .water h3{
		font-size: 184%;
	}
}
@media only screen and (min-width: 1024px){
	.chapel-Natural{
		padding-bottom: 0;
	}
	.chapel-Natural .height h3{
		font-size: 215%;
	}
	.chapel-Natural .water{
		margin: 100px auto 0;
	}
	.chapel-Natural .water h3{
		font-size: 215%;
	}
}



/* chapel-Flower
-----------------------------------*/
.chapel-Flower .pc{
	display: none;
}
.chapel-Flower .image img{
	width: 100%;
	height: auto;
}
.chapel-Flower h3{
	color: #222e53;
	font-size: 123.1%;
	line-height: 1.8;
	letter-spacing: .1em;
	text-align: center;
	margin-top: 45px;
}
.chapel-Flower p{
	line-height: 2.6;
	text-align: center;
	margin-top: 15px;
}
.chapel-Flower .image02{
	margin-top: 80px;
	margin: 30px 20px 0;
}
.chapel-Flower .image02 img{
	margin-top: 20px;
}
.chapel-Flower .image02 img:nth-child(4){
	width: 80%;
}
@media only screen and (min-width: 768px){
	.chapel-Flower .sp{
		display: none;
	}
	.chapel-Flower .pc{
		display: block;
	}
	.chapel-Flower h3{
		font-size: 184%;
		margin-top: 60px;
	}
	.chapel-Flower .image02{
		padding: 0 40px;
		max-width: 1280px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media only screen and (min-width: 1024px){
	.chapel-Flower h3{
		font-size: 215%;
		margin-top: 75px;
	}
}