/* ▼▼CSS -Document▼▼ */
/* ▼▼CSS -Document▼▼ */
/*--コンセプトカラー■
#5554a0（あさひロゴカラーコード紫）
#d40000（お急ぎ電話赤）
#365b8f（資料請求青）
#287227（FAQ緑）
#ffea01（事前相談黄色）
#dc8d30（相談室完備橙）

■各プラン
#de600c（直葬9.5）オレンジ
#4b763e（お別れ葬14）グリーン
#66422a（1日葬25）ブラウン
#5b3e76（家族葬30）パープル
#832c59（家族葬40）槐色
#d6286e（家族葬50）ダークピンク
#3b4398（一般葬60）ブルー
#896823（一般葬70）ゴールド
■--*/
.bg_green{
	background-color:#1a6b18;
	color:#ffffff;
}
.bg_red{
	background-color:#a81b1b;
	color:#ffffff;
}
.bg_blue{
	background-color:#1a3e7d;
	color:#ffffff;
}
.bg_gray{
	background-color:#333333;
	color:#ffffff;
}
.bodrbtm_green{
	border-bottom:1px solid #1a6b18;
}
.bodrbtm_red{
	border-bottom:1px solid #a81b1b;
}
.bodrbtm_blue{
	border-bottom:1px solid #1a3e7d;
}

.text_green{
	color:#1a6b18;
}
.text_red{
	color:#a81b1b;
}
.text_blue{
	color:#1a3e7d;
}

.phone_btn a{
	display:block;
	color:#ffffff;
	background-color:#5554a0;
	width:70%;
	padding:5px 0;
	margin:50px auto 0 auto;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	font-size:38px;
	font-weight:bold;
	line-height:1.5;
	position:relative;
}

.phone_btn span{
	font-size:12px;
	font-weight:normal;
	display:block;
	padding:5px 0;
	border-top: 1px solid #ffffff;
}

.phone_btn_ceo{
	display:block;
	position:absolute;
	bottom:-10px;
	left:50px;
	width:100px;
}

#fukushisou_link{
	width:70%;
	margin:50px auto 0 auto;
}

#fukushisou_link_top{
	margin:50px auto 0 auto;
}


@media screen and (max-width:979px) {
	.phone_btn a{
		display:block;
		color:#ffffff;
		background-color:#5554a0;
		width:70%;
		padding:5px 15px;
		margin:20px auto 0 auto;
		font-size:14px;
		font-weight:normal;
		text-align:center;
		font-size:28px;
		font-weight:bold;
		line-height:1.5;
	}

	.phone_btn span{
	font-size:12px;
	font-weight:normal;
	display:block;
		padding:5px 0;
	border-top: 1px solid #ffffff;
	}
	
	.phone_btn_ceo{
		display:block;
		position:absolute;
		bottom:-10px;
		left:10px;
		width:100px;
	}
	
#fukushisou_link{
	width:90%;
	margin:50px auto 0 auto;
}

#fukushisou_link{
	margin:50px auto 0 auto;
}

	
}

@media screen and (max-width:500px) {
	.phone_btn_ceo{
		display:none;
	}
}

/* リンク用右矢印----------*/
.dli-chevron-right-wht {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(50%) rotate(45deg);
  position:absolute;
  left:-16px;
  top:2px;
}

.dli-chevron-right-gray {
	display: inline-block;
	vertical-align: middle;
	color: #333333;
	line-height: 1;
	width: 10px;
	height: 10px;
	border: 1px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(50%) rotate(45deg);
	position:absolute;
	right:10px;
	top:16px;
  }

/* リンク用下矢印----------*/
.dli-chevron-down-wht {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(50%) rotate(135deg);
  position:absolute;
  right:14px;
  top:10px;
}

/*--仮コンテンツ--*/
#test-contents p{
line-height:10;
}

.contents_link{
	background-color:#006cb8;
	padding:20px;
	box-sizing: border-box;
	width:100%;
	text-align:right;
	/*float:left;*/
	line-height:1.4;
}

.contents_link a{
	color:#ffffff;
	text-decoration: none;
}

.contents_link a:hover{
	color:#cccccc;
	text-decoration: underline;
}

/*--フロート用アウトラインボックス--*/
.outline{
	overflow:hidden;
}

/*共通タイトル*/
.title_h2{
font-size:24px;
color:#666666;
text-align:center;
line-height:2;
font-weight:bold;
margin:70px 20px 50px 20px;
}

.title_h2_sub{
font-size:14px;
display:block;
color:#888888;
line-height:2.4;
font-weight:normal;
}


.color_h2{
width:80px;
height:5px;
display:block;
margin:0 auto;
background-color:#5554a0;
}

@media screen and (max-width:530px) { 
	.title_h2{
	font-size:20px;
	line-height:1.5;
	margin:70px 20px 50px 20px;
	}

	.title_h2_sub{
	line-height:1.5;
	padding:5px 0 0 0;
	}


	.color_h2{
	margin:5px auto 0 auto;
	}
}

.title_h3{
font-size:20px;
color:#5554a0;
text-align:left;
line-height:2;
font-weight:bold;
text-indent:5px;
border-bottom:1px solid #888888;
margin:0 0 15px 0;
}

@media screen and (max-width:419px) { 
	.title_h3{
	font-size:16px;
	line-height:1.5;
	}
}


/*リンクボタン---------
.btn-a{TOP下新着情報を見る
}*/

.btn-a a{
display:block;
text-align:center;
border:1px solid #999999;
padding:25px 80px;
width:300px;
position:relative;
margin:50px auto 20px auto;
background-color:#ffffff;
}


/*スマホタブレット用メニューレイアウト*/
@media screen and (max-width:930px) { 

	/*.sp_none{
	display:none;
	}*/

}

/*コンテンツ幅1000px*/
.contents_inner{
width:1000px;
margin:60px auto;
}
@media screen and (max-width:1124px) { 
	.contents_inner{
	width:90%;
	margin:70px auto;
	}
}
@media screen and (max-width:800px) { 
	.contents_inner{
	width:94%;
	}
}

/*白背景*/
.bg_wht{
	background-color:#ffffff;
	padding:80px 0;
}


/* Google Map */
#map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%; /* 比率変更 */
}

/* Google Mapのiframe */
#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 50%; /* 比率変更 */
  }
  
  /* Google Mapのiframe */
 .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

/* Google Mapのボタン */
.btn_map li{
	margin:0px 0 50px 0;
	/*background-color:#ff0000;
	要素確認用に置いておく*/
}


.btn_map a{
	display:block;
	width:100%;
	/*padding:20px 0 20px 0;*/
	background-color:#000000;
	text-align:center;
	color:#ffffff;
}

.btn_map a:hover{
	opacity:0.6;
}
/*
.btn_map a:hover{
	text-decoration:underline;
}*/

.company address{
  padding:20px;
  text-align:center;
  line-height:1.5;
}

.company address span{
  padding-left:14px;
  display:inline;
}

@media screen and (max-width:420px) {

	/* Google Map */
	#map {
	  position: relative;
	  width: 100%;
	  height: 0;
	  padding-top: 80%; /* 比率変更 */
	}


	.company address span{
	  display:block;
	  padding-left:0px;
	}

}
@media screen and (max-width:750px) {

	/* Google Map */
	#map {
	  position: relative;
	  width: 100%;
	  height: 0;
	  padding-top: 90%; /* 比率変更 */
	}

	    .sp-company{
	    display:none;
	}
	/*
	.company p{
	    width:80%;
	    margin:50px auto;
	}*/
}

.banner_4column{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin:70px auto;
}

.banner_4column li{
	width:24%;
	margin:5px 0px;
}

@media screen and (max-width:979px) {

	.banner_4column li{
		width:45%;
		margin:15px 0px;
	}
}

@media screen and (max-width:744px) {

	.banner_4column li{
		width:70%;
		margin:15px auto;
	}
}

/*「大阪市旭区の地元に寄り添うお葬式屋さん」*/
#top_promotion{
margin:60px 0;
}

#top_promotion h2{
color:#5554a0;
font-weight:bold;
font-size:32px;
text-align:center;
line-height:1.3;
}

#top_promotion_txt{
color:#666666;
/*font-weight:bold;*/
font-size:18px;
text-align:center;
margin:30px 0;
line-height:1.3;
}

#top_promotion_txt span{
display:inline-block;
font-weight:bold;
border-bottom:4px solid #ff0000;
}

#top_promotion_flex{
display:flex;
}

#top_indexceo{
width:35%;
margin:0 20px 0 0;
}

#top_promotion_flex p{
line-height:1.5;
font-size:18px;
padding:30px 0;
font-weight:bold;
color:#666666;
}

#sub_indexceo{
width:45%;
margin:0px 20px 0 0;
}

#sub_promotion{
margin:60px 0;
}

.strong_h2 span{
border-top:1px dotted #ebebeb;
font-weight:normal;
font-size:14px;
display:block;
}

#sub_promotion h2{
color:#5554a0;
font-weight:bold;
font-size:26px;
text-align:center;
line-height:1.3;
}

.strong_h2{
margin:20px 0;
color:#ebebeb!important;
font-weight:bold;
font-size:26px;
text-align:center;
line-height:1.5;
border-radius:6px;
border:1px solid #ebebeb;
background:#96363b;
padding:12px 0;
}


#sub_promotion_txt{
color:#666666;
font-weight:bold;
font-size:18px;
text-align:center;
margin:0 0 50px 0;
line-height:1.3;
}

#sub_promotion_txt span{
display:inline-block;
border-bottom:4px solid #ff0000;
}

#sub_promotion_flex{
display:flex;
}

#sub_indexceo{
width:50%;
margin:0 20px 0 0;
}

#sub_promotion_flex p{
line-height:1.5;
font-size:18px;
padding:30px 0;
font-weight:bold;
color:#666666;
}


@media screen and (max-width:1000px) {

	#sub_indexceo{
	width:55%;
	margin:0 auto;
	}
	
	#top_indexceo{
	width:50%;
	margin:0 auto;
	}
	
}

@media screen and (max-width:1090px) {

	#sub_indexceo{
	width:56%;
	margin:0 auto 10px auto;
	}	
}

/*
@media screen and (max-width:979px) {

}*/

@media screen and (max-width:916px) {

	#sub_indexceo{
	width:72%;
	margin:0 auto 10px auto;
	}	
}

@media screen and (max-width:832px) {

	#sub_indexceo{
	width:92%;
	margin:0 auto 10px auto;
	}	
}

@media screen and (max-width:770px) {
	#sub_promotion h2{
	font-size:20px;
	}

	#top_promotion h2{
	font-size:26px;
	}
	
	#sub_indexceo{
	width:100%;
	margin:20px auto 10px auto;
	}
	
	#top_indexceo{
	width:80%;
	margin:0 auto;
	}
	
	#top_promotion_txt{
	color:#666666;
	/*font-weight:bold;*/
	font-size:16px;
	text-align:center;
	margin:30px 0;
	line-height:1.5;
	}
	
}

@media screen and (max-width:680px) {
	#sub_indexceo{
	width:100%;
	margin:20px auto 10px auto;
	}
}


@media screen and (max-width:600px) {
	#top_promotion h2{
	font-size:24px;
	}
	
	#sub_indexceo{
	width:100%;
	margin:20px auto 10px auto;
	}
	
	#top_indexceo{
	width:100%;
	margin:0 auto;
	}
}


@media screen and (max-width:560px) {
	#sub_promotion h2{
	font-size:18px;
	}
	
	.sp560block{
	display:block;
	}

	#top_promotion h2{
	font-size:20px;
	line-height:1.3;
	padding:0 0 15px 0;
	}
	
	#top_promotion h2 span{
	display:block;
	}

	#top_promotion_txt{
	font-size:18px;
	line-height:1.5;
	}

	#top_promotion_flex{
	display:block;
	}

	#top_indexceo{
	width:30%;
	margin:0 auto;
	}
	

	#top_promotion_flex p{
	line-height:1.4;
	font-size:16px;
	padding:18px 0;
	}
	
	#sub_indexceo{
	width:30%;
	margin:0 auto;
	}
	
	.strong_h2{
	font-size:20px;
	line-height:1.3;
	padding:10px 8px;
	}

	#sub_promotion_txt{
	font-size:18px;
	line-height:1.5;
	}

	#sub_promotion_flex{
	display:block;
	}

	#sub_indexceo{
	width:30%;
	margin:0 auto;
	}
	

	#sub_promotion_flex p{
	line-height:1.4;
	font-size:16px;
	padding:18px 0;
	}
	
	#fukushisou_link{
		width:100%;
		margin:30px auto 0 auto;
	}
	
	#fukushisou_link_top{
		width:100%;
		margin:30px auto 0 auto;
	}
}

@media screen and (max-width:430px) {
	#sub_promotion h2{
	font-size:16px;
	}
}


/*/「大阪市旭区の地元に寄り添うお葬式屋さん」*/

/*あさひの3つの安心*/
.top_safe3{
display:flex;
margin:0 0px 40px 0;
}

.top_safe3 h2{
font-weight:bold;
color:#666666;
font-size:20px;
padding:20px 0;
}

.top_safe3 p{
color:#666666;
font-size:18px;
line-height:1.5;
}

.top_safe3 figure{
width:25%;
margin:0 40px 0px 0;
}

.top_safe3 div{
width:70%;
margin:40px 0 0 0;
}

@media screen and (max-width:1023px) {

	.top_safe3{
	display:block;
	margin:0 0px 40px 0;
	}

	.top_safe3 h2{
	font-size:20px;
	padding:0px 0 20px 0;
	text-align:center;
	}

	.top_safe3 p{
	font-size:18px;
	line-height:1.5;
	}

	.top_safe3 figure{
	width:32%;
	margin:0 auto;
	}

	.top_safe3 div{
	width:90%;
	margin:40px auto 60px auto;
	}

}

@media screen and (max-width:650px) {

	.top_safe3 h2{
	font-size:18px;
	line-height:1.5;
	}

	.top_safe3 p{
	font-size:16px;
	}

	.top_safe3 figure{
	width:60%;
	}

	.top_safe3 div{
	width:96%;
	}

}

/*/あさひの3つの安心*/


/*斎場エリアマップ*/
#areamap{
background:url(../images/top_map_bg.png) no-repeat;
width:740px;
height:740px;
margin:0 auto;
position:relative;
}

#area_asahi{
position:absolute;
    top: 72px;
    right: 75px;
}

#area_kita{
position:absolute;
    top: 28px;
    left: 252px;
}

#area_an{
position:absolute;
    top: 48px;
    left: 252px;
}

#area_kobayashi{
position:absolute;
    bottom: 152px;
    left: 49px;
}

#area_tsurumi{
position:absolute;
    top: 140px;
    right: 15px;
}

#area_uriwari{
position:absolute;
    bottom: 132px;
    right: 42px;
}

#area_yasuragi{
position:absolute;
    bottom: 78px;
    left: 46px;
}

#area_tsukuda{
position:absolute;
    top: 109px;
    left: 9px;
}

#areamap_sp{
display:none;
}

.area_links span{
display:none;
}

@media screen and (max-width:980px) {
	#areamap_sp{
	display:block;
	}
	
	.area_links{
	/*width:98%;*/
	margin:20px auto;
	border-top:1px dotted #ffffff;
	}
	
	.area_links li{
	border-bottom:1px dotted #ffffff;
	}
	
	.area_links li a{
	display:block;
	padding:18px 0px;
	background-color:#ebebeb;
	text-indent:14px;
	}
	
	.area_links span{
	display:inline-block;
	color:#888888;
	font-size:90%;
	}

	#areamap{
	background:none;
	width:96%;
	height:auto;
	margin:50px auto;
	position:static;
	}

	#area_asahi{
	position:static;
	}

	#area_kita{
	position:static;
	}

	#area_an{
	position:static;
	}

	#area_kobayashi{
	position:static;
	}

	#area_tsurumi{
	position:static;
	}

	#area_uriwari{
	position:static;
	}

	#area_yasuragi{
	position:static;
	}

	#area_tsukuda{
	position:static;
	}
}
/*/斎場エリアマップ*/

/*代表者メッセージ(お問い合わせの際は…)*/

#top_ceomsg{
	background-color:#333333;
	color:#ffffff;
	padding:20px 0;
	display:flex;
	justify-content:center;
	background:url(../images/ceomeseg_bg.png) repeat-x;
	background-size: cover;
	position:relative;
}

#top_ceomsg h3{
	width:12%;
    position:absolute;
    bottom:0;
    left:12%;
    z-index:1;
}

#top_ceomsg p{
	width:50%;
	margin:1% 0 1% 0;
	padding:23px 40px 26px 42px;
	line-height:1.3;
	position:relative;
    height:auto;
    background:#FFFFFF;
    text-align:left;
    color:#333333;
    font-size:18px;
    font-weight:normal;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
#top_ceomsg p:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:18px;
    border-right-width:18px;
    margin-top: -10px;
    border-right-color:#FFFFFF;
    right:100%;
    top:50%;	
}

.top_ceomsg_tel_area{
display:block;
border-top:1px dotted #cccccc;
padding:3px 0 0 0;
margin:5px 0 0 0;
font-weight:bold;
font-size:16px;
color:#ff0000;
}

.top_ceomsg_tel a{
font-size:28px;
}

@media screen and (max-width:900px) {
.top_ceomsg_tel{
display:block;
}
}

@media screen and (max-width:1280px) {
	#top_ceomsg h3{
		width:14%;
	}
	#top_ceomsg p{
		width:50%;
		line-height:1.3;
		margin:1% 0 0 70px;
		padding:20px 25px;
	    height:auto;
	}

}


@media screen and (max-width:1024px) {
	#top_ceomsg h3{
		width:16%;
	}
	#top_ceomsg p{
		width:50%;
		line-height:1.3;
		margin:1% 0 0 138px;
		padding:20px 25px;
	    height:auto;
	}

}

@media screen and (max-width:979px) {
#top_ceomsg{
	display:flex-end;
}

	#top_ceomsg h3{
	    left:15%;
		width:20%;
	}

	#top_ceomsg p{
		width:50%;
		line-height:1.3;
		margin:1% 0 0 185px;
		padding:20px 25px;
	    height:auto;
	}
}


@media screen and (max-width:834px) {
	#top_ceomsg h3{
	    left:10%;
		width:24%;
	}
	#top_ceomsg p{
		width:50%;
		line-height:1.3;
		margin:1% 0 0 146px;
		padding:20px 25px;
	    height:auto;
	}

}

@media screen and (max-width:700px) {
	#top_ceomsg h3{
		width:28%;
	}
}


@media screen and (max-width:499px) {
#top_ceomsg{
	background-color:#333333;
	color:#ffffff;
	padding:20px 0;
	display:block;
	background:url(../images/ceomeseg_bg.png) repeat-x;
	background-size: cover;
	position:static;
}

	#top_ceomsg h3{
		width:50%;
		margin:0 0 0 30px;
		position:static;
	}

	#top_ceomsg p{
		width:80%;
		line-height:1.3;
		margin:0 auto;
		padding:30px 25px;
	    height:auto;
	}
	
#top_ceomsg p:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:2px;
	border-bottom-width: 17px;
    border-left-width: 0px;
    border-right-width: 50px;
    margin-left: 15px;
    margin-top: -107px;
    border-bottom-color: #FFFFFF;
    bottom: 100%;
    left: 50%;}	
	
}
/*--------/代表者のメッセージ*/
/*あさひ葬祭の地元密着真心家族葬プラン_ブログコラムカラム*/
.top_3column{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin:50px 0;
}

.top_3column::after{
  content:"";
  display: block;
  width:30%;
  margin:14px;
}


.top_3column div{
	width:31%;
	background-color:#ffffff;
	padding:2px 0 0 0;
	position:relative;
}

.top_plan_inner{
	margin:0 auto!important;
	width:96%!important;
}

.top_planindex_btn a{
background-color:#5554a0;
	width:320px;
	color:#ffffff;
	display:block;
	padding:24px 0;
	text-align:center;
	margin:0 auto;
}

@media screen and (max-width:979px) {
	.top_3column{
		display:block;
		flex-direction:column;
		margin:70px 0;
	}

	.top_3column div{
		width:86%;
		margin:50px auto;
	}
}

.top_3column p{
	padding:5px 0 45px 0;
	line-height:1.4;
	text-align: justify;
}

.top_3column h3{
	font-size:23px;
	font-weight:bold;
	line-height:1.4;
	padding:0 0 5px 10px;
	margin:5px 0 4px 0;
	position:relative;
	background-color:#ffffff;
}

.top-cath{
	font-size:10px;
	font-weight:normal;
	display:block;
}
.plan_price{
	margin:6px 0;
}

.plan_detail{
	position:absolute;
	bottom:0;
	width:100%;
	/*margin:10px 0;*/
}


.top_14title{
border-left:10px solid #4b763e;
color:#4b763e;
}

.top_30title{
border-left:10px solid #5b3e76;
color:#5b3e76;
}

.top_50title{
border-left:10px solid #d6286e;
color:#d6286e;
}

.top_14plan a{
background-color:#4b763e;
}

.top_30plan a{
background-color:#5b3e76;
}

.top_50plan a{
background-color:#d6286e;
}


.top-pickup{
background-color:#e8ce58;
border:2px solid #cfb959;
padding:2px 10px;
position:absolute;
right:4px;
bottom:8px;
color:#ffffff;
font-size:12px;
border-radius:5px;
}

@media screen and (max-width:389px) {

	.top-pickup{
	padding:4px 5px;
	right:3px;
	color:#ffffff;
	font-size:8px;
	border-radius:3px;
	}


}

.top_planBtn a{
font-size:14px;
color:#ffffff;
text-align:right;
padding:8px;
display:block;
}

.top_consul_btn{
background-color:#5554a0!important;
padding:5px!important;
display:flex;
width:96%!important;
}

.top_consul_btn h2{
background-color:#ffffff;
padding:20px 0;
color:#5554a0;
font-weight:bold;
text-align:center;
line-height:1.4;
width:34%!important;
margin:0 8px 0 0;
font-size:18px;
}

.top_consul_btn li{
color:#ffffff;
font-weight:bold;
text-align:center;
line-height:1.4;
}

.top_consul_tel a{
color:#ffffff;
font-size:25px;
display:block;
border-bottom:1px dotted #ffffff;
}

.top_consul_tel a:hover{
color:#cccccc;
}

.top_plan_prace{
color:#a3002e;
font-weight:bold;
text-align:right;
font-size:40px;
}

.top_plan_prace_sub{
color:#cf7b15;
font-weight:bold;
text-align:right;
font-size:20px;
}

.top_detail_list{
margin:4px 0;
}

.top_detail_list li{
display:flex;
justify-content:space-between;
align-items:center;
border-bottom:1px dotted #cccccc;
height:36px;
}

.top_consul_tel_sub{
	font-size:12px;
	font-weight:normal;
}

.top_detail_list span{
display:block;
}

@media screen and (max-width:1024px) {

	.top_consul_btn{
	padding:5px 0;
	width:100%!important;
	}

	.top_consul_btn h2{
	background-color:#ffffff;
	padding:20px 0;
	color:#5554a0;
	font-weight:bold;
	text-align:center;
	line-height:1.4;
	width:30%!important;
	margin:0 8px 0 0;
	font-size:16px;
	}

	.top_consul_btn li{
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	line-height:1.4;
	}
	
	.top_consul_tel a{
	color:#ffffff;
	font-size:16px;
	display:block;
	border-bottom:1px dotted #ffffff;
	}

	.top_consul_tel a:hover{
	color:#cccccc;
	}

}

@media screen and (max-width:834px) {

	.top_3column ul{
	width:100%;
		margin:10px 0;
	}
	
	.top_consul_btn{
	padding:5px 0;
	width:96%!important;
	}

	.top_consul_btn h2{
	background-color:#ffffff;
	padding:29px 2px;
	color:#5554a0;
	font-weight:bold;
	text-align:center;
	line-height:1.4;
	width:30%!important;
	margin:0 8px 0 0;
	font-size:16px;
	}

	.top_consul_tel a{
	color:#ffffff;
	font-size:36px;
	display:block;
	border-bottom:1px dotted #ffffff;
	}


}

@media screen and (max-width:489px) {

	.top_3column ul{
	width:100%;
		margin:10px 0 0 0;
	}
	
	.top_consul_btn{
	padding:5px 0;
	width:96%!important;
	}

	.top_consul_btn h2{
	background-color:#ffffff;
	padding:29px 2px;
	color:#5554a0;
	font-weight:bold;
	text-align:center;
	line-height:1.4;
	width:30%!important;
	margin:0 8px 0 0;
	font-size:16px;
	}

	.top_consul_tel a{
	color:#ffffff;
	font-size:36px;
	display:block;
	border-bottom:1px dotted #ffffff;
	}
}
/*/あさひ葬祭の地元密着真心家族葬プラン_ブログコラムカラム*/
/*--------/ご遺族様の声*/
.innnarpadding{
padding:1px 0;
}

.top_voice{
background-color:#ffffff;
padding:20px 0;
margin:30px 0;
display:flex;
align-items:center;
}

.top_voice dt{
border-right: 1px solid #666666;
text-align:left;
padding:20px 40px;
width:20%;
font-size:14px;
line-height:1.5;
color:#5554a0;
}

.top_voice dd{
padding:0 50px;
width:65%;
line-height:1.5;
}

.top_voicedt_title{
display:block;
border-bottom: 1px solid #5554a0;
font-size:20px;
font-weight:bold;
color:#5554a0;
}

.top_voicedd_title{
color:#5554a0;
font-weight:bold;
font-size:14px;
display:block;
}

/*--コンセプトカラー■
#5554a0（あさひロゴカラーコード紫）
#d40000（お急ぎ電話赤）
#365b8f（資料請求青）
#287227（FAQ緑）
#ffea01（事前相談黄色）
#dc8d30（相談室完備橙）

■各プラン
#de600c（直葬9.5）オレンジ
#4b763e（お別れ葬14）グリーン
#66422a（1日葬25）ブラウン
#5b3e76（家族葬30）パープル
#832c59（家族葬40）槐色
#d6286e（家族葬50）ダークピンク
#3b4398（一般葬60）ブルー
#896823（一般葬70）ゴールド
■--*/


@media screen and (max-width:1023px) {

	.innnarpadding{
	padding:1px 0;
	}

	.top_voice{
	background-color:#ffffff;
	padding:20px;
	margin:30px 0;
	display:block;
	align-items:center;
	}

	.top_voice dt{
	border-right: none;
	border-bottom: 1px solid #666666;
	text-align:center;
	padding:20px 0 10px 0;
	width:100%;
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
	}

	.top_voice dd{
	padding:20px 0px;
	width:100%;
	line-height:1.8;
	}

	.top_voicedt_title{
	display:block;
	border-bottom: none;
	text-decoration:under-line;
	font-size:16px;
	font-weight:normal;
	}

	.top_voicedd_title{
	color:#f57c0a;
	font-weight:bold;
	font-size:20px;
	display:block;
	text-align:center;
	}
}
/*--------/ご遺族様の声*/

/*あさひ葬祭TV*/
.youtube {
	margin:20px 0;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/* お花の注文SPヘッダーに目立つように */
@media screen and (min-width:951px) {
	.sp_orderBtn a{
	display:none;
	}
}

@media screen and (max-width:950px) {
	.sp_orderBtn a{
	width:100%;
	display:block;
	background-color:#c25e00!important;
	padding:4px;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	font-size:12px;
	}
}