@charset "utf-8";



/*=============================================
	
	メインビジュアル
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#main_img {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

@media print, screen and (min-width: 769px) {
	#main_img {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

/*=============================================
	
	タイトル枠
	
==============================================*/
@media print, screen and (max-width: 768px) {
	.top_title_wrap {
		padding: 3.2em 0;
		text-align: center;
	}
	.top_title_wrap .name {
		font-size: 3.6em;
		margin: 0 0 0.6em;
		line-height: 1.0em;
	}
	.top_title_wrap h2 {
		font-size: 1.1em;
		margin: 0 0 1.6em;
		line-height: 1.0em;
	}
	.top_title_wrap p.lead {
		font-size: 1.2em;
		margin: 0 0 0;
	}

}

@media print, screen and (min-width: 769px) {
	.top_title_wrap {
		padding: 60px 0;
		text-align: center;
	}
	.top_title_wrap .name {
		font-size: 56px;
		margin: 0 0 30px;
		line-height: 1.0em;
	}
	.top_title_wrap h2 {
		font-size: 16px;
		margin: 0 0 30px;
		line-height: 1.0em;
	}
	.top_title_wrap p.lead {
		font-size: 18px;
		margin: 0 0 0;
	}
}


/*=============================================
	
	リニューアル訴求
	
==============================================*/
.renewal_wrap {
	padding: 3em 0;
	background: url(/img/common/bg_paper.jpg) no-repeat center center;
	background-size: cover;
}
.renewal_wrap .box {
	border: 3px double #333;
	padding: 20px;
	background-color: rgba(255,255,255,0.6);
}
.renewal_wrap .box {
	position: relative;
}
.renewal_wrap .box dt {
	margin-bottom: 1em;
}
.renewal_wrap .box dt .attention{
	font-size: 0.8em;
	text-align: right;
	color: #999;
}
.renewal_wrap .box dd {
	
}
.renewal_wrap .box dd .title {
	text-align: center;
	font-size: 1.8em;
	color: #b38924;
	margin-bottom: 0.3em;
}
.renewal_wrap .box dd .lead {
	text-align: center;
	font-size: 1.4em;
	color: #b38924;
	margin-bottom: 1em;
}
.renewal_wrap .box dd .body {

}

.renewal_wrap .box .midashi {
	font-family: "Parisienne", serif;
    font-weight: 400;
    font-style: normal;
    color: #b38924;
    font-size: 3.5em;
    position: absolute;
    left: 1%;
    top: 5px;
    transform: rotate(-15deg);
}
@media print, screen and (max-width: 768px) {
}

@media print, screen and (min-width: 769px) {
	.renewal_wrap {
		padding: 30px 0;
		
	}
	.renewal_wrap .box {
		border: 3px double #333;
		padding: 30px 30px 20px;
	}
	.renewal_wrap .box {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.renewal_wrap .box dt {
		margin-bottom: 0;
		width: 40%;
	}
	.renewal_wrap .box dt .attention{
		font-size: 0.8em;
		text-align: right;
		color: #999;
	}
	.renewal_wrap .box dd {
		width: 55%;	
	}
	.renewal_wrap .box dd .title {
		font-size: 35px;
		margin-bottom: 10px;
	}
	.renewal_wrap .box dd .lead {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.renewal_wrap .box dd .body {
		font-size: 14px;
	}
	
	.renewal_wrap .box .midashi {
	    font-size: 50px;
	    position: absolute;
	    left: 0;
	    top: 5px;
	    transform: rotate(-15deg);
	}

}


/*=============================================
	
	1段目 レイアウト
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#detail01_wrap {
		background: url(/img/chapel/detail01_bg.jpg) repeat center center;
		background-size: 50% auto;
		padding: 3.6em 0;
	}
	#detail01_wrap ul.container {
		width: 90%;
		margin: 0 auto;
	}
	#detail01_wrap ul.container li {
		margin: 0 0 1.0em;
	}
	#detail01_wrap ul.container li:last-child {
		margin: 0 0 0;
	}
	#detail01_wrap ul.container li.pic01 {

	}
	#detail01_wrap ul.container li.pic02 {
		float: left;
		width: 48%;
	}
	#detail01_wrap ul.container li.pic03 {
		float: right;
		width: 48%;
	}
	#detail01_wrap ul.container li.pic04 {

	}
}

@media print, screen and (min-width: 769px) {
	#detail01_wrap {
		background: url(/img/chapel/detail01_bg.jpg) repeat center center;
		padding: 70px 0;
	}
	#detail01_wrap ul.container {
		width: 100%;
		min-height: 1080px;
	}
	#detail01_wrap ul.container li {
		position: absolute;
		left: 50%;
	}
	#detail01_wrap ul.container li.pic01 {
		width: 716px;
		top: 0px;
		margin-left: -540px;
	}
	#detail01_wrap ul.container li.pic02 {
		width: 330px;
		top: 145px;
		margin-left: 230px;
	}
	#detail01_wrap ul.container li.pic03 {
		width: 400px;
		top: 536px;
		margin-left: -610px;
	}
	#detail01_wrap ul.container li.pic04 {
		width: 720px;
		top: 536px;
		margin-left: -160px;
	}

}


/*=============================================
	
	2段目 レイアウト
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#detail02_wrap {
		background: #FFF;
		padding: 3.6em 0;
	}
	#detail02_wrap h3 {
		text-align: center;
		font-size: 1.3em;
		line-height: 2.0em;
		margin: 0 auto 1.8em;
	}
	#detail02_wrap ul.container {
		width: 90%;
		margin: 0 auto;
	}
	#detail02_wrap ul.container li {
		margin: 0 auto 1.0em;
	}
	#detail02_wrap ul.container li.pic01 {
	}
	#detail02_wrap ul.container li.pic02 {
		width: 80%;
	}
	#detail02_wrap ul.container li.pic03 {
		float: left;
		width: 48%;
	}
	#detail02_wrap ul.container li.pic04 {
		float: right;
		width: 48%;
	}
	#detail02_wrap ul.container li.pic05 {
	}
}

@media print, screen and (min-width: 769px) {
	#detail02_wrap {
		background: #FFF;
		padding: 70px 0;
	}
	#detail02_wrap h3 {
		text-align: center;
		font-size: 21px;
		line-height: 2.0em;
		margin: 0 0 70px;
	}
	#detail02_wrap ul.container {
		width: 100%;
		min-height: 620px;
	}
	#detail02_wrap ul.container li {
		position: absolute;
		left: 50%;
	}
	#detail02_wrap ul.container li.pic01 {
		width: 640px;
		top: 0px;
		margin-left: -608px;
	}
	#detail02_wrap ul.container li.pic02 {
		width: 262px;
		top: 79px;
		margin-left: 63px;
	}
	#detail02_wrap ul.container li.pic03 {
		width: 200px;
		top: 197px;
		margin-left: 287px;
	}
	#detail02_wrap ul.container li.pic04 {
        width: 211px;
        top: 368px;
        margin-left: 0;
	}
	#detail02_wrap ul.container li.pic05 {
		width: 640px;
		top: 0px;
		margin-left: -608px;
	}

}


/*=============================================
	
	おすすめポイント 3段目
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#detail03_wrap {
		padding: 1.6em 0 0;
	}
	#detail03_wrap h3 {
		width: 70%;
		margin: 0 auto 0;
	}
	
	#detail03_wrap .rec_point {
		padding: 3.2em 0;
	}
	#detail03_wrap .rec_point dl {
		margin: 0 0 1.0em;
		position: relative;
	}
	#detail03_wrap .rec_point dl dt {
		width: 80%;
		margin: 0 auto 1.6em;
		text-align: center;
	}
	#detail03_wrap .rec_point:nth-of-type(even) {
		background-color:rgba(238,239,229,1.0);
	}	
	#detail03_wrap .rec_point dl dd {
		width: 90%;
		margin: 0 auto;
	}

	#detail03_wrap .rec_point dl dt h4 {
		padding: 30px 0 16px;
		background: url(/img/chapel/no01.png) no-repeat center bottom;
		background-size: 25% auto;
		font-size: 2.1em;
		line-height: 1.0em;
		margin: 0 0 0.6em;
	}
	#detail03_wrap .rec_point:nth-of-type(2) dl dt h4 {
		background: url(/img/chapel/no02.png) no-repeat center bottom;
		background-size: 25% auto;
	}
	#detail03_wrap .rec_point:nth-of-type(3) dl dt h4 {
		background: url(/img/chapel/no03.png) no-repeat center bottom;
		background-size: 25% auto;
	}
	#detail03_wrap .rec_point dl dt p.text {
		font-size: 1.0em;
		line-height: 2.2em;	
	}
	#detail03_wrap .rec_point ul.pics {
		text-align: center;
		width: 90%;
		margin: 0 auto;
	}
	#detail03_wrap .rec_point ul.pics li {
		display: inline-block;
		width: 31%;
		margin: 0 0.5% 0;
	}
	#detail03_wrap .rec_point_other {
		padding: 3.2em 0;
		background-color:rgba(238,239,229,1.0);
	}
	#detail03_wrap .rec_point_other h4 {
		padding: 50px 0 16px;
		background: url(/img/chapel/no04.png) no-repeat center bottom;
		background-size: 25% auto;
		font-size: 2.1em;
		line-height: 1.0em;
		margin: 0 auto 0.6em;
		text-align: center;
	}
	#detail03_wrap .rec_point_other p.text {
		font-size: 1.0em;
		line-height: 2.2em;	
		text-align: center;
		margin: 0 auto 1.6em;
	}
	
	#detail03_wrap .rec_point_other .twobox {
		text-align: center;
	}
	#detail03_wrap .rec_point_other .twobox li {
		margin: 0 0 2.8em;
	}
	#detail03_wrap .rec_point_other .twobox li .pic {
		margin: 0 0 1.0em;
	}
	#detail03_wrap .rec_point_other .twobox li h5 {
		text-align: center;
		font-size: 2.0em;
		margin: 0 0 0.6em;
	}
	#detail03_wrap .rec_point_other .twobox li p.text {
		font-size: 1.0em;
		text-align: left;
		line-height: 2.0em;
	}
}

@media print, screen and (min-width: 769px) {
	#detail03_wrap {
		padding: 30px 0 0;
	}
	#detail03_wrap h3 {
		width: 420px;
		margin: 0 auto 0;
	}
	
	#detail03_wrap .rec_point {
		padding: 50px 0;
	}
	#detail03_wrap .rec_point dl {
		margin: 0 0 30px;
		position: relative;
	}
	#detail03_wrap .rec_point dl dt {
		position: absolute;
		left: 50%;
		top: 60px;
		margin-left: -480px;
		width: 600px;
		background-color:rgba(255,255,255,0.7);
		padding: 50px 30px 50px 0;		
	}
	#detail03_wrap .rec_point:nth-of-type(even) {
		background-color:rgba(238,239,229,1.0);
	}	
	#detail03_wrap .rec_point:nth-of-type(even) dl dt {
		background-color:rgba(238,239,229,0.7);
	}	
	#detail03_wrap .rec_point dl dd {
		float: right;
		width: 50%;
	}
	#detail03_wrap .rec_point dl dd.height {
		width: 25%;
		padding-right: 20%;
	}
	#detail03_wrap .rec_point dl dt h4 {
		padding: 40px 0 40px 50px;
		background: url(/img/chapel/no01.png) no-repeat left center;
		background-size: 120px auto;
		font-size: 32px;
		line-height: 1.0em;
		margin: 0 0 20px;
	}
	#detail03_wrap .rec_point:nth-of-type(2) dl dt h4 {
		background: url(/img/chapel/no02.png) no-repeat left center;
		background-size: 120px auto;
	}
	#detail03_wrap .rec_point:nth-of-type(3) dl dt h4 {
		background: url(/img/chapel/no03.png) no-repeat left center;
		background-size: 120px auto;
	}
	#detail03_wrap .rec_point dl dt p.text {
		font-size: 14px;	
	}
	#detail03_wrap .rec_point ul.pics {
		text-align: center;
	}
	#detail03_wrap .rec_point ul.pics li {
		display: inline-block;
		width: 300px;
		margin: 0 8px 0;
	}
	#detail03_wrap .rec_point_other {
		padding: 50px 0;
		background-color:rgba(238,239,229,1.0);
	}
	#detail03_wrap .rec_point_other h4 {
		padding: 40px 0 40px 0;
		background: url(/img/chapel/no04.png) no-repeat left center;
		background-size: 120px auto;
		font-size: 32px;
		line-height: 1.0em;
		margin: 0 auto 20px;
		text-align: center;
		width: 420px;
	}
	#detail03_wrap .rec_point_other p.text {
		font-size: 14px;
		text-align: center;
		margin: 0 0 50px;
	}
	
	#detail03_wrap .rec_point_other .twobox {
		text-align: center;
	}
	#detail03_wrap .rec_point_other .twobox li {
		display: inline-block;
		width: 460px;
		margin: 0 8px 0;
	}
	#detail03_wrap .rec_point_other .twobox li .pic {
		margin: 0 0 15px;
	}
	#detail03_wrap .rec_point_other .twobox li h5 {
		text-align: center;
		font-size: 32px;
		margin: 0 0 10px;
	}
	#detail03_wrap .rec_point_other .twobox li p.text {
		font-size: 14px;
		text-align: left;
		line-height: 2.0em;
	}
}

/*=============================================
	
	スペックリスト
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#spec_wrap {
		padding: 3.2em 0;
		background: #FFF;
	}
	#spec_wrap .container {
		width: 80%;
		margin: 0 auto;
		padding: 2.8em 0;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	#spec_wrap .container li {
	}
	#spec_wrap .container li:first-child {
		font-size: 2.6em;
		text-align: center;
		margin: 0 0 1.0em;
	}
	#spec_wrap .container li.detail {
		width: 90%;
		margin: 0 auto;
	}
	#spec_wrap .container li.detail dl {
		margin: 0 0 1.0em;
	}
	#spec_wrap .container li.detail dl dt {
		float: left;
		width: 40%;
		background: #D1CBB2;
		padding: 0.3em 0;
		color: #FFF;
		font-size: 1.0em;
		text-align: center;
	}
	#spec_wrap .container li.detail dl dd {
		float: right;
		width: 55%;
		font-size: 1.1em;
		color: #333;
		padding: 0.3em 0;
	}
}

@media print, screen and (min-width: 769px) {
	#spec_wrap {
		padding: 60px 0;
		background: #FFF;
	}
	#spec_wrap .container {
		width: 640px;
		margin: 0 auto;
		padding: 30px 0 30px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	#spec_wrap .container li {
		float: left;
	}
	#spec_wrap .container li:first-child {
		width: 230px;
		font-size: 36px;
		text-align: center;
		padding: 40px 0 0;
	}
	#spec_wrap .container li.detail {
		float: right;
		width: 320px;
		border-left: 1px solid #000;
		padding: 0 30px 0 50px;
	}
	#spec_wrap .container li.detail dl {
		margin: 0 0 8px;
	}
	#spec_wrap .container li.detail dl dt {
		float: left;
		width: 134px;
		background: #D1CBB2;
		padding: 4px 0;
		color: #FFF;
		font-size: 13px;
		text-align: center;
	}
	#spec_wrap .container li.detail dl dd {
		float: right;
		width: 170px;
		font-size: 14px;
		color: #333;
		padding: 4px 0;
	}
}

/*=============================================
	
	写真の並び
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#detail04_wrap {
		margin: 0;
	}
	#detail04_wrap ul {
		margin: 0;
	}
	#detail04_wrap ul li {
		float: left;
		width: 50%;
	}
}

@media print, screen and (min-width: 769px) {
	#detail04_wrap {
		margin: 0;
	}
	#detail04_wrap ul {
		margin: 0 auto;
		max-width: 1280px;
	}
	#detail04_wrap ul li {
		float: left;
		width: 25%;
	}
}

/*=============================================
	
	オリジナルセレモニー
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#detail05_wrap {
		background: url(/img/chapel/detail05_bg01.jpg) no-repeat left top #EEEFE5;
		background-size: cover auto;
		padding: 3.2em 0;
		position: relative;
	}
	#detail05_wrap .bg_white {
		display: none;	
	}
	#detail05_wrap .container {
		padding: 3.2em 0;
		background: #FFF;
	}
	#detail05_wrap .container h3 {
		width: 90%;
		margin: 0 auto 2.4em;
	}
	#detail05_wrap .container h4 {
		font-size: 2.0em;
		text-align: center;
		margin: 0 0 0.8em;
		color: #D1CBB2;
	}
	#detail05_wrap .container .lead {
		font-size: 1.0em;
		text-align: center;
		margin: 0 0 3.2em;
	}
	#detail05_wrap .container dl {
		width: 90%;
		margin: 0 auto 3.2em;
	}
	#detail05_wrap .container dl:last-of-type {
		margin: 0 auto 0;
	}
	#detail05_wrap .container dl dt {
		width: 80%;
		margin: 0 auto 1.6em;
	}
	#detail05_wrap .container dl dd {
		width: 90%;
		margin: 0 auto;
	}

	#detail05_wrap .container dl dd h5 {
		font-size: 1.8em;
		color: #D1CBB2;
		margin: 0 0 0.8em;
	}
	#detail05_wrap .container dl dd p.text {
		font-size: 1.0em;
	}

}

@media print, screen and (min-width: 769px) {
	#detail05_wrap {
		background: url(/img/chapel/detail05_bg01.jpg) no-repeat left top #EEEFE5;
		padding: 60px 0;
		position: relative;
	}
	#detail05_wrap .bg_white {
		position: absolute;
		left: 50%;
		top: 60px;
		margin-left: -240px;
		width: 480px;
		height: 1080px;
		background: #FFF;
	}
	#detail05_wrap .container {
		padding: 60px 0 0;
	}
	#detail05_wrap .container h3 {
		width: 560px;
		margin: 0 auto 40px;
	}
	#detail05_wrap .container h4 {
		font-size: 42px;
		text-align: center;
		margin: 0 0 30px;
		color: #D1CBB2;
	}
	#detail05_wrap .container .lead {
		font-size: 12px;
		text-align: center;
		margin: 0 0 50px;
	}
	#detail05_wrap .container dl {
		width: 760px;
		margin: 0 auto 10px;
	}
	#detail05_wrap .container dl dt {
		float: left;
		width: 40%;
	}
	#detail05_wrap .container dl dd {
		float: right;
		width: 55%;
		padding: 80px 0 0;
	}
	#detail05_wrap .container dl:nth-of-type(2) dt {
		float: right;
	}
	#detail05_wrap .container dl:nth-of-type(2) dd {
		float: left;
	}
	

	#detail05_wrap .container dl dd h5 {
		font-size: 20px;
		color: #D1CBB2;
		margin: 0 0 10px;
	}
	#detail05_wrap .container dl dd p.text {
		font-size: 13px;
	}
}

/*=============================================
	
	タイトル
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#detail06_wrap {
		padding: 3.2em 0;
		background: #FFF;
	}
	#detail06_wrap dl {
		width: 90%;
		margin: 0 auto 2.4em;
		position: relative;
		text-align: center;
	}
	#detail06_wrap dl dt {
		margin: 0 0 1.6em;
	}
	#detail06_wrap dl dt h3 {
		font-size: 2.6em;
		margin: 0 0 0.6em;
	}
	#detail06_wrap dl dt h4 {
		font-size: 1.6em;
		margin: 0 0 1.0em;
	}
	#detail06_wrap dl dt p.lead {
		font-size: 0.9em;
		margin: 0 0 0;
	}
	#detail06_wrap dl dd {
		width: 100%;
	}
	#detail06_wrap ul {
		
	}
	#detail06_wrap ul li {
		margin: 0 0 0.8em;
	}
	#detail06_wrap ul li.text {
		font-size: 1.1em;
		margin: 0 0 1.6em;
		text-align: center;
	}
	#detail06_wrap ul li.pic01 {
		width: 100%;
	}
	#detail06_wrap ul li.pic02 {
		float: left;
		width: 49%;
	}
	#detail06_wrap ul li.pic03 {
		float: right;
		width: 49%;
	}
}

@media print, screen and (min-width: 769px) {
	#detail06_wrap {
		padding: 60px 0;
		background: #FFF;
	}
	#detail06_wrap dl {
		margin: 0 0 40px;
		position: relative;
	}
	#detail06_wrap dl dt {
		position: absolute;
		left: 50%;
		top: 30px;
		margin-left: -480px;
		width: 400px;
	}
	#detail06_wrap dl dt h3 {
		font-size: 48px;
		margin: 0 0 20px;
	}
	#detail06_wrap dl dt h4 {
		font-size: 20px;
		margin: 0 0 20px;
	}
	#detail06_wrap dl dt p.lead {
		font-size: 13px;
		margin: 0 0 0;
	}
	#detail06_wrap dl dd {
		float: right;
		width: 50%;
	}
	#detail06_wrap ul {
		height: 588px;
	}
	#detail06_wrap ul li {
		position: absolute;
		left: 50%;
	}
	#detail06_wrap ul li.text {
		top: 42px;
		margin-left: 36px;
		font-size: 14px;
	}
	#detail06_wrap ul li.pic01 {
		top: 0;
		margin-left: -480px;
		width: 480px;
	}
	#detail06_wrap ul li.pic02 {
		top: 268px;
		margin-left: -76px;
		width: 320px;
	}
	#detail06_wrap ul li.pic03 {
		top: 146px;
		margin-left: 220px;
		width: 320px;
	}
}

