@charset "utf-8";

#mainTitleWrap.teibanBg {
	background: url("../image/commitment/main_pcbg.jpg") center center no-repeat;
	background-size: cover;
} 

@media screen and (max-width: 767px){
	
	#mainTitleWrap.teibanBg {
		background: url("../image/commitment/main_spbg.jpg") center center no-repeat;
		background-size: cover;
	}
	
}

.mainVisual {
	margin-bottom: 60px;
}


/*-------------------------------------------------------------------
	検索関連
-------------------------------------------------------------------*/

.searchNumberBox{
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	margin: 0 0 70px;
}

.search_item01{
	background: url("../image/exclusive/back_bg_ex01.jpg")no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding: 20px 50px 10px;
}

.search_item01 .item_01{
	font-size: 1.6rem;
}

.search_item01 .item_02{
	font-size: 2.5rem;
	background: #fff;
	color: #a25740;
	margin: 10px 0 0;
}

.search_item01 .item_03{
	font-size: 2.5rem;
}

.search_item02{
	background: url("../image/exclusive/sum.jpg")no-repeat;
	background-size: cover;
	text-align: center;
	border: 3px solid #a25740;
	padding: 20px 30px;
}

.search_item02 .item_04{
	font-size: 2.0rem;
	line-height: 1.2;
	margin-bottom: 10px;
}

.search_item02 .item_05{
	font-size: 2.5rem;
}
.siFlex {
	position: relative;
}

.srh_txt{
	width: 100%;
	border: 1px solid #a25740;
}

.srh_btn{
	width: 20%;
	background: #a25740;
	color: #fff;
	position: absolute;
	top: 1px;
	right: 1px;
}
.ex_flex {
	display: flex;
	width: 80%;
	margin: 70px auto;
	background: url("../image/teiban/sum.jpg")no-repeat;
	background-size: cover;
	background-position: bottom -68px right 153px;
	align-items: center;
	flex-direction: row-reverse;
	text-decoration: none;
	color: #3b3533;
}


.ex_flex:hover {
	opacity: 0.7;
}

.ex_flex .ex_back{
	width: 55%;
	font-family: 'Noto Serif JP', serif;
}

.ex_flex .ex_photo {
	width: 45%;
}


.ex_flex .ex_item_01{
font-size: clamp(2rem, -2rem + 5.33vw, 4rem);
line-height: 1.2;
padding-bottom: 15px;
margin-bottom: 30px;
border-bottom: 2px solid #a25740;
width:90%;
margin: 0 auto;
}


.ex_flex .ex_item_02{
	font-size: clamp(1.3rem, 1.032rem + 0.77vw, 1.8rem);
	color: #3b3533;
	display: inline-block;
	padding: 0 10px;
	margin-top: 15px;
	font-weight: 500;
}

.ex_center{
	padding: 0 10px 20px 10px;
	text-align: center;
}


@media screen and (max-width: 1400px){
	
	.ex_flex{
		width: 90%;
	}
}

@media screen and (max-width: 767px){
	
	.searchNumberBox{
		display: block;
	}
	
	.ex_flex{
		display: block;
		width: 100%;
		background-position: 0;
	}
	
	.ex_flex .ex_photo {
		width: 100%;
	}
	
	.ex_flex .ex_back{
		width: 100%;
	}
	
	.ex_flex img{
		width: 100%;
	}
	
	.ex_center{
		padding: 30px 40px;
	}
}


/*-------------------------------------------------------------------
	冠婚葬祭
-------------------------------------------------------------------*/

.ceremonyFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}


.ceremonyFlex li {
	max-width: 32%;
}
.ceremonyFlex li a {
	overflow: hidden;
	position: relative;
	display: block;
}


.ceremonyFlex li a .whTtl {
	color: #fff;
	text-decoration: none;
	font-size: 2.0rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
	pointer-events: none;
	width: 100%;
	text-align: center;
}

