﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset   "UTF-8";
#sousai h2 {
	margin:				50px auto;
	font-size:			27px;
	font-weight:		bold;
}
#sousai p {
	width:				70%;
	margin:				50px auto;
	font-size:			16px;
	text-align:			left;
	line-height:		23px;
}
#sousai img {
	width:				100%;
}
#sousai section {
	width:				80%;
	max-width:			1440px;
	margin:				0 auto;
/*border:1px red solid;*/
}
#sousai h3 {
	width:				100%;
	margin:				30px auto;
	text-align:			left;
	font-size:			21px;
	font-weight:		bold;
}
@media screen and ( max-width:768px ) {
	#sousai h2 {
		font-size:			20px;
	}
	#sousai p {
		width:				80%;
		font-size:			15px;
		line-height:		23px;
	}
	#sousai h3 {
		font-size:			17px;
	}
	#sousai section {
		width:				95%;
	}
}

/****************************************************/
/* 葬儀プランエリア										*/
/****************************************************/
#plan .cont {
	width:				100%;
}
#plan .cont div {
	display:			-webkit-box;
	display:			-ms-flexbox;
	display:			flex;
	-webkit-box-orient:			vertical;
	-webkit-box-direction:			normal;
	    -ms-flex-flow:			column nowrap;
	        flex-flow:			column nowrap;
	-webkit-box-align:		center;
	    -ms-flex-align:		center;
	        align-items:		center;
	-webkit-box-pack:	center;
	    -ms-flex-pack:	center;
	        justify-content:	center;
	margin:				20px auto;
	padding:			20px 10px;
	-webkit-box-sizing: 		border-box;
	        box-sizing: 		border-box;
}
#plan .cont div h4 {
	color:				#696088;
	font-size:			25px;
	font-weight:		bold;
	margin:				0 auto;
	padding:			20px;
	-webkit-box-sizing: 		border-box;
	        box-sizing: 		border-box;
	border-bottom:		1px #909090 solid;
/*border:1px blue solid;*/
}
#plan .cont div h4 br {
	display:			none;
}
#plan .cont div p {
	font-size:			20px;
	text-align:			center;
	margin:				30px auto;
	padding:			5px;
	-webkit-box-sizing: 		border-box;
	        box-sizing: 		border-box;
/*border:1px blue solid;*/
}
#plan .cont div a {
	width:				50%;
	margin:				0 auto;
	padding:			20px;
	-webkit-box-sizing: 		border-box;
	        box-sizing: 		border-box;
/*border:1px blue solid;*/
}
@media screen and ( max-width:428px ) {
	#plan .cont div h4 br {
		display:			block;
	}
}

/****************************************************/
/* ホールご案内エリア										*/
/****************************************************/
#hall .cont {
	width:				100%;
	margin:				0 auto;
	display:			-webkit-box;
	display:			-ms-flexbox;
	display:			flex;
	-webkit-box-orient:			horizontal;
	-webkit-box-direction:			normal;
	    -ms-flex-flow:			row wrap;
	        flex-flow:			row wrap;
	-webkit-box-align:		start;
	    -ms-flex-align:		start;
	        align-items:		flex-start;
	-webkit-box-pack:	start;
	    -ms-flex-pack:	start;
	        justify-content:	flex-start;
}
#hall .hallplate {
	width:				80%;
	margin:				10px auto;
	padding:			20px;
	-webkit-box-sizing: 		border-box;
	        box-sizing: 		border-box;
	-webkit-transition:			.2s border linear 0s;
	-o-transition:			.2s border linear 0s;
	transition:			.2s border linear 0s;
	text-decoration:	none;
}
#hall .hallplate img {
	width:				90%;
	margin:				0 auto;
	border-radius:		5px;
}
#hall .hallplate p {
	width:				100%;
	margin:				10px auto;
	text-align:			center;
	font-size:			25px;
	position:			relative;
	z-index:			1;
}
#hall .hallplate p:after{
	content:			'';
	position:			absolute;
	left:				0;
	bottom:				-10px;			/*テキストからの距離*/
	width:				0%;				/*初期状態では下線非表示*/
	height:				2px;			/*下線の高さ*/
	background:			#c0bddd;		/*下線の色*/
	z-index:			-1;
	-webkit-transition:			all 0.4s;
	-o-transition:			all 0.4s;
	transition:			all 0.4s;		/*アニメーション速度*/
}
#hall .hallplate:hover p:after {

	width:				100%;			/*hover時に表示*/
}
#hall .hallplate p br {
	display:			none;
}
@media screen and ( max-width:768px ) {
	#hall .hallplate {
		padding:			0px;
	}
	#hall .hallplate img {
		width:				100%;
	}
	#hall .hallplate p {
		font-size:			19px;
	}
	#hall .hallplate p br {
		display:			block;
	}
}
@media screen and ( max-width:428px ) {
	#hall .hallplate {
		width:				95%;
	}
	#hall .hallplate p {
		font-size:			16px;
	}
}

/****************************************************/
/* やすらぎ倶楽部ご案内エリア								*/
/****************************************************/
#club .cont {
	width:				100%;
	margin:				0 auto;
	display:			-webkit-box;
	display:			-ms-flexbox;
	display:			flex;
	-webkit-box-orient:			horizontal;
	-webkit-box-direction:			normal;
	    -ms-flex-flow:			row nowrap;
	        flex-flow:			row nowrap;
	-webkit-box-align:		center;
	    -ms-flex-align:		center;
	        align-items:		center;
	-webkit-box-pack:	center;
	    -ms-flex-pack:	center;
	        justify-content:	center;
/*border:1px blue solid;*/
}
#club .cont img {
	width:				250px;
/*border:1px blue solid;*/
}
#club .cont div {
	padding:			20px 0;
/*border:1px blue solid;*/
}
#club .cont div p {
	width:				100%;
	margin:				0 auto;
	font-size:			18px;
	text-align:			left;
	line-height:		35px;
/*border:1px lime solid;*/
}
#club .cont div a {
	width:				70%;
	margin:				20px auto 0;
	padding:			20px 10px;
	-webkit-box-sizing: 		border-box;
	        box-sizing: 		border-box;
}
@media screen and ( max-width:768px ) {
	#club .cont img {
		width:				200px;
	}
	#club .cont div p {
		font-size:			16px;
		line-height:		33px;
	}
}
@media screen and ( max-width:428px ) {
	#club .cont {
		-webkit-box-orient:			horizontal;
		-webkit-box-direction:			normal;
		    -ms-flex-flow:			row wrap;
		        flex-flow:			row wrap;
	}
}


/*******************/
/*仏具カタログ＆注文書*/
/*******************/

	#sell_butugu   p {
		margin:				0 auto;
		font-size:			18px;
		text-align:			left;
		line-height:		35px;
	/*border:1px lime solid;*/
	}

#sell_butugu .item1 img {
 width:20px;
}
#sell_butugu .item2 img {
 width:20px;
}


#sell_butugu .commonBtn_P {
	width:				300px;
	padding:			40px 0;
	margin: 20px;
	-webkit-box-sizing: 		border-box;
	        box-sizing: 		border-box;
				}
@media screen and ( max-width:768px ) {
#sell_butugu  p {
font-size:			16px;
line-height:		33px;
  }
#sell_butugu .item1 img {
 width:18px;
  }
#sell_butugu .item2 img {
 width:18px;
  }
}
@media screen and ( max-width:428px ) {
	#sell_butugu .commonBtn_P {
		width:				80%;
	}
}



/****************************************************/
/* 葬儀の流れエリア										*/
/****************************************************/
#flow .cont {
	width:				100%;
	margin:				0 auto;
	display:			-webkit-box;
	display:			-ms-flexbox;
	display:			flex;
	-webkit-box-orient:			horizontal;
	-webkit-box-direction:			normal;
	    -ms-flex-flow:			row nowrap;
	        flex-flow:			row nowrap;
	-webkit-box-align:		center;
	    -ms-flex-align:		center;
	        align-items:		center;
	-ms-flex-pack:	distribute;
	    justify-content:	space-around;
}
#flow .cont .commonBtn_P {
	width:				300px;
	padding:			40px 0;
	-webkit-box-sizing: 		border-box;
	        box-sizing: 		border-box;
}
/*
#flow .cont a {
	width:				300px;
	margin:				10px;
	padding:			10px;
	box-sizing: 		border-box;
	border-radius:		50px;
	display:			flex;
	flex-flow:			column nowrap;
	align-items:		center;
	justify-content:	center;
	transition:			all 0.4s;
}
#flow .cont a:hover {
	box-shadow:			0 0 2rem hsl(200 50% 20% / 40%);
}
#flow .cont a img.god {
	width:				150px;
}
#flow .cont a img.buddha {
	width:				90px;
}
#flow .cont a p {
	text-align:			center;
	margin:				0;
	margin-top:			20px;
	font-size:			18px;
}
*/
@media screen and ( max-width:428px ) {
	#flow .cont {
		-webkit-box-orient:			horizontal;
		-webkit-box-direction:			normal;
		    -ms-flex-flow:			row wrap;
		        flex-flow:			row wrap;
	}
	#flow .cont .commonBtn_P {
		width:				80%;
	}
}
