@charset "utf-8";
/* CSS Document */
/*-----------------初期---------------------*/
@charset "utf-8";
/* CSS Document */
/*-----------------斎場詳細ページに表示させるCSS---------------------*/
/*ファミーユの安置追加  20210518追加*/
.freespace2 .search_detail .sub_title {
  margin-bottom: 20px;
}
/*.anchibox {
  box-sizing: border-box;
  border: 3px solid #d86d97;
  margin: 40px 0;
}
.anchi_flex {
  display: flex;
  display: -webkit-flex;
justify-content: space-between;
  align-items: flex-start
}
.anchibox .anchibimgbox {
  width: 20%;
  border-right: 1px solid #d86d97;
}
.anchibox .anchibimgbox img {
  width: 100%;
}
.anchibox .anchitext {
  width: 80%;
}
.anchibox h4 {
  color: #fff;
  background-color: #d86d97;
  font-size: 140%;
  padding: 10px 0px 10px 20px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}
.anchibox .anchitext p {
  margin-top: 15px;
  padding: 0 10px;
  font-size: 1.2em
}*/

/*ファミーユの安置追加  20210518追加*/
/*
@media screen and (max-width: 767px) {
  .anchibox {
    display: flex;
    display: -webkit-flex; 
justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    box-sizing: border-box;
    flex-direction: column;
    margin-top: 40px;
  }

  .anchibox .anchibimgbox {
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
  }
  .anchibox .anchibimgbox img {
    width: 40%;
  }
  .anchibox .anchitext {
    width: 100%;
    padding: 20px 10px 20px;
    box-sizing: border-box;
  }
  .anchibox h4 {
    color: #fff;
    padding: 10px 0;
    font-size: 160%;
    background-color: #d86d97;
    width: 100%;
    text-align: center;
    line-height: 1.2;
  }
  .anchibox .anchitext p {
    margin-top: 0px;
    font-size: 1.1em;
  }
  .anchi_flex {
    flex-direction: column;
  }
}*/
/*ファミーユの斎場詳細安置追加  20211202追加*/
.anchibox2 {
  display: flex;
  display: -webkit-flex; /* safari */ justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  /*border: 3px solid #fb808e;*/
  margin-top: 0px;
  /*background: #fcf3f4;*/
  margin-bottom: 40px;
}
.anchibox2 .anchibimgbox {
  width: 30%; margin-bottom: 0.5em; margin-top: 0;
}
.anchibox2 .anchibimgbox img {
  width: 100%;
}
.anchibox2 .anchitext {
  width: 70%;
}
.anchibox2 .anchitext h2 {
  color: #fff;
  background-color: #d86d97;
  font-size: 140%;
  padding: 10px 0px;
  text-align: center;
  width: 100.1%;
}
.anchibox2 .anchitext p {
  margin-top: 10px !important;
  margin-left: 20px;
  font-size: 1.3em;
}
/*.search_detail	.freespace.freespace10{  margin-top: 0.5em;}*/

/*ファミーユの斎場詳細安置追加  20211202追加*/
@media screen and (max-width: 767px) {
	.anchiroom_box_inner{    width: 93%;
    margin: 0 auto;}	
  .anchibox2 {
    display: flex;
    display: -webkit-flex; /* safari */ justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    box-sizing: border-box;
    /*border: 1px solid #d86d97;*/
    flex-direction: column;
    margin-top: 20px;
    width: 96%;
    margin: 20px auto 1.5em;
  }
  .anchibox2 .anchibimgbox {
    width: 100%;
    margin-bottom: 0.5em;
    margin-top: 0;
    text-align: center;
  }
  .anchibox2 .anchibimgbox img {
    width: 75%;
    margin: auto;
  }
  .anchibox2 .anchitext {
    width: 100%;
    padding: 0 10px 20px;
    box-sizing: border-box;
  }
  .anchibox2 h2 {
    color: #fff;
    padding: 5px 0;
    font-size: 160%;
    background-color: #d86d97;
    width: 100%;
    text-align: center;
  }
  .anchibox2 .anchitext p {
    margin-top: 0px;
    font-size: 1.1em;
  }
}

/*20241105安置室SP文章調整*/
@media screen and (max-width: 767px) {
	.search_detail .main_txt .anchibox2.sp{   margin-bottom: 1.5em;}
  .search_detail .main_txt .anchibox2.sp p {
    font-size: 4vw;
  }

}
/*あんしん文章箇所の修正 20221018*/
#aichi_anshin_txt {
  margin-top: 40px;
	margin-bottom: 20px;
}
#aichi_anshin_txt dd.float_l {
  float: left;
  width: 42% !important;
}
#aichi_anshin_txt p.linkBox.inBox {
  float: right;
  width: 40% !important;
  margin-top: 12px;
}
/*p.linkBox {
  text-align: right !important;
}*/
/*p.linkBox a.icon {
  float: right !important;
  text-align: right !important;
}*/
@media screen and (max-width: 767px) {
  dl.anshin_sp {
    clear: both !important;
    overflow: hidden !important;
  }
  #aichi_anshin_txt_sp {
    margin-bottom: 0px;
    clear: both;
    overflow: hidden;
  }
  #aichi_anshin_txt_sp p.linkBox.inBox {
    float: right;
    width: 95%;
    margin-bottom: 20px;
  }
  .regular_btn {
    width: 90%;
    margin: 0 auto;
  }
}
/*上場項目*/
h3.sub_title_joujou {
  font-size: 24px;
  ;
}
.joujoubox {
  display: flex;
  display: -webkit-flex; /* safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
  background: #FFFED9;
  padding: 20px;
  border-radius: 5px;
  /*border: solid 2px #b63864;*/
  margin-bottom: 30px;
}
.joujou_text {
  width: 85.5%;
}
.search_detail .freespace .joujou_text p {
  margin-top: 10px
}
.joujou_text .linkBox a.icon {
  float: right;
  font-size: 18px;
}
.joujou_text .linkBox a.icon::after {
  content: "";
  clear: both;
}
.joujou_img {
  width: 12%;
}
.joujou_img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  h3.sub_title_joujou {
    font-size: 110%;
    margin-top: 0px;
  }
  .joujoubox {
    width: 95%;
    margin: 30px auto;
    padding: 10px;
  }
  .search_detail .freespace .joujou_text p {
    margin-top: 0;
    font-size: 100%;
  }
  .joujou_text .linkBox a.icon {
    float: right;
    font-size: 100%;
  }
  .joujou_text {
    width: 75%;
  }
  .joujou_img {
    width: 20%;
  }
  .joujou_text .inBox {
    padding: 0;
    margin-top: 5px;
  }
}
/*aichi上場関連マージントップ30*/
@media screen and (min-width: 767px) {
  .joujoubox.aichi_mt30 {
    margin-top: 30px !important;
  }
}
/*安城古井斎場詳細ページのイベント部分に背景を入れる*/
.aichi_event {
  font-size: 20px;
  padding: 15px;
  background: #fcf3f4;
  border-radius: 5px;
}
/*知立ホールのみ*/
.aichi_event_feature {
  font-size: 20px;
  padding: 15px;
  background: #fcf3f4;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .aichi_event {
    font-size: 4.8vw;
  }
  /*知立ホールのみ*/
  .aichi_event_feature {
    font-size: 4.8vw;
    margin-left: -5.5%;
    width: 112.5%;
  }
}
@media screen and (max-width: 767px) {
  .aichi_event {
    font-size: 4.8vw;
  }
}
/*メダル画像ありのあんしんプランのタイトル*/
.anshin_copy {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 50px;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .anshin_copy {
    font-size: 5vw;
    margin-bottom: -10px;
    margin-top: -20px;
  }
}
img.medal {
  width: 11%;
  position: relative;
  top: 65px;
  left: 0;
  z-index: 98;
}
@media screen and (max-width: 767px) {
  img.medal {
    width: 15%;
    top: 40px;
    left: 0;
  }
}
/*ちりゅうっぴ下部のリンク*/
h2.sub_title.support_title {
  margin: 20px 0 -20px;
}
a.aichi_support {
  background-image: url(/search_area/img/templates/linkArrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px 15px;
  display: inline-block;
  color: #347EB0;
  padding-left: 20px;
  text-decoration: underline;
  font-size: 16px;
  margin-bottom: 5px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  h2.sub_title.support_title {
    margin: 20px 0 20px;
  }
  a.aichi_support {
    background-position: left top 7px;
  }
}
@media screen and (max-width: 767px) {
  .saijouiconbox.spb20 {
    margin-bottom: 25px;
  }
  .freespace2, .freespace4 {
    padding: 0 ;
  }
}
/*公営斎場ページの近隣斎場の住所のインデント調整　20240202*/
@media screen and (max-width: 767px) {
  .saijouiconbox02 .iconbox02 span {
    text-indent: 3% !important;
    padding-left: 9% !important;
  }
}
/*グーグルスライダーSPの余白調整　20240226*/
@media screen and (max-width:769px), print {
  .g_review_copy {
    padding: 0 3%;
  }
  section.g_review.slider {
	margin: 0 auto;
	  width: 100%;
  }
}
/*冒頭Gレビュー記載*/
.flex_greview {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
  -webkit-box-pack: center;
  width: auto;
  margin: 0px 0 0 0;
}
.flex_greview a {
  display:inline-flex;
}
.flex_greview a.g_img {
  width: 20%;
  margin-right: 10px;
}
.flex_greview a.g_text {
  text-decoration: underline;
  font-size: 18px;
  color: #4184f3;
  font-weight: bold;
  padding: 5px 0 0 0;
}
.flex_greview::after {
  content: "";
  clear: both;
}
@media screen and (max-width: 767px) {
  .flex_greview {
    padding: 0 15px;
  }
  .flex_greview a.g_img {
    width: 44%;
  }
  .flex_greview a.g_text {
    font-size: 3.8vw;
	 padding: 0px 0 0 0; 
  }
}
/*　ホール名下のGクチコミ評価の箇所にスペースが入っているので削る*/
@media screen and (max-width: 1024px) {
  #search.search_detail .title_head {
    margin-bottom: 0em ;
  }
  .search_detail div.sub_info.plan {
    margin-top: 0em!important;
  }
}

/*旧テンプレート（公営斎場のプランの横余白を入れる）*/
@media screen and (max-width: 767px) {
  .search_detail div.sub_info.plan {
	  padding-right:15px!important;
	  padding-left: 15px!important;	
  }	
}


/*5つのポイント*/
.fivepoint_box {
  background: #fbddd7;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 40px 0;
}
.fivepoint_inner {
  width: 960px;
  margin: 0 auto;
}
.point_box_flex {
  display: flex;
  display: -webkit-flex; /* safari */
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-box-pack: center;
}
.point_box {
  width: 31.7%;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
  min-height: 248px;
  box-shadow: 0px 0px 15px -5px #777777;
}
a.point_box:hover {
  opacity: 1.0
}
.point_box:nth-child(4){
  margin-bottom: 0;
}

.point_box:nth-child(5){
  margin-bottom: 0;
	background: #FFFED9;
	width: 627px;
}

.point_box h4 {
	font-size: 19px;
    color: #333 !important;
    text-decoration: none !important;
    border-bottom: solid 1px #333;
    margin: 10px;
    padding-bottom: 10px;
    position: relative;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    text-align: center;
    padding-left: 50px;
}
div#aichi .point_box h4 span.num {
  color: #f3a2a2;
  font-size: 31px;
  position: absolute;
  left: 0;
  top: -10px;
}

div#aichi .point_box .big {
	font-weight: bold;
	font-size: 110%;
	color: #c2185b;
}


div#aichi .point_box h4 .big span {
	font-size: 190%;
    position: static;
	color: #c2185b;
}


.point_box:nth-child(6) {
  position: relative;
}
.fivepoint_box .point_box img,.fivepoint_box .point_box:nth-child(4) img  {
  width: 90%;
}
.fivepoint_box .point_box:nth-child(1) img {
  margin: 40px 0 0 0;
  width: 70%;
}
.fivepoint_box .point_box:nth-child(2) img {
  margin: 10px 0 0 0;
  width: 80%;
}
.fivepoint_box .point_box:nth-child(3) img {
  margin: 0px 0 0 0;
  width: 65%;
}

  .point_box:nth-child(5) h4 {
    width: 50%;
    float: left;
	border-bottom: none;
    margin: 10px 0 0 10px;
	  font-size: 26px;
  }

  .fivepoint_box .point_box:nth-child(5) img {
    width: 42%;
    margin-top: 40px;
    float: right;
    margin-right: 25px
	}

   .point_box:nth-child(5) h4 div.inside {
	   margin-top: 20%; 
  }


.point_box .linkBox a.icon {
  float: right;
  text-align: right;
  /*margin-top: 20px;*/
}
@media screen and (max-width: 767px) {
	
div#aichi.fivepoint_box .sub_title {
    font-size: 5.2vw;
	margin-bottom: 15px
	}
	
  .fivepoint_box {
    padding: 30px 0;
  }
  .fivepoint_inner {
    width: 100%;
    padding: 0 6%;
  }
  .point_box {
    width: 47.5%;
    min-height: 150px;
    padding: 1.5% 1.5% 10px;
  }
  .point_box:nth-child(5) {
    min-height: 145px;
	width: 100%;  
  }
div#aichi .point_box h4 span.num {
    font-size: 4.2vw;
    top: -10px;
    left: -10px;
  }
	
div#aichi .point_box:nth-child(5) h4 span.num {
	margin-bottom: 30px;
	display: block;
  }
	
  .point_box h4 {
    font-size: 4.2vw;
    padding-left: 0px;
    text-align: center;
    padding-bottom: 0;
  }
	
  .point_box:nth-child(5) h4 {
	  font-size: 5vw;
	  margin: 10px 0 0 10px;
	  width: 53%;
	  line-height: 1.3;
  }
	
   .point_box:nth-child(5) h4 div.inside {
	   margin-top: 15%; 
	}
	
  .fivepoint_box .point_box:nth-child(1) img {
    	margin: 10px 0 0 0!important;
    	width: 70%!important;
	}	
 	.fivepoint_box .point_box:nth-child(2) img {
  		width: 70%!important;
		margin-top: 0px;
	}
	
	.fivepoint_box .point_box:nth-child(4) img {
		margin-top: 10px;
    	width: 90%;
	}	
  .fivepoint_box .point_box:nth-child(5) img {
     margin-top: 25px;
	 margin-right: 5px; 
	  
	}
	.point_box .linkBox a.icon {
    margin-top: 10px;
    font-size: 3.7vw;
  }
	div#aichi .point_box .big {
	font-size: 100%;
	}	
	
}


@media screen and (max-width: 320px) {
	
    .point_box .linkBox a.icon {
        font-size: 3.5vw;
	}	
  .point_box {
    min-height: 140px;
	}
}

@media screen and (max-width: 320px) {
  .point_box:nth-child(5){
    min-height: 140px;
  }
}




/*上場項目*/
.search_detail .main_txt .joujou_text p {
  font-size: 21px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .search_detail .main_txt .joujou_text p {
    font-size: 3.7vw;
    margin-top: 5px;
  }
}
/*Gレビュー星評価cssで*/
.search_detail .freespace.freespace9{margin-bottom: 1em;}
.search_detail .freespace p.greview_star {
  position: relative;
  margin-right: 10px;
  margin-top: 0px;
  display: flex;
  display: -webkit-flex; /* safari */
  display: -ms-flexbox;
}
p.greview_star::before {
  position: absolute;
  content: '';
  /* top: -22px; */
  left: 0;
  display: block;
  width: 80%;
  height: 36px;
  background-image: url(/search_area/voice/img/g_logo.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.num_greview {
  font-weight: bold;
  font-size: 25px;
  margin-left: 46px;
}
.star5_rating {
  font-size: 24px;
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC; /* グレーカラー 自由に設定化 */
  /*font-size: 30px; フォントサイズ 自由に設定化 */
  margin-left: 6px;
  margin-top: 1px;
}
.star5_rating:before, .star5_rating:after {
  content: '★★★★★';
}
.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32; /* イエローカラー 自由に設定化 */
}
.flex_greview span.pc{display: inline-block!important;text-decoration: underline;}
@media screen and (max-width: 767px) {
  .search_detail .freespace p.greview_star {
    margin-right: 10%;
	  letter-spacing: -1px;
	  margin-top: 0;
  }
	.inner .search_detail .freespace p.greview_star	{margin-top: 0;}
  p.greview_star::before {
    width: 80%;
    height: 65%;
    margin-top: 5px;
  }
  .num_greview {
    font-weight: bold;
    font-size: 5.8vw;
    margin-left: 18%;
  }
  .star5_rating {
    font-size: 5.8vw;
    margin-left: 3%;
	  letter-spacing: -3px;
  }
	.flex_greview span.pc{display: none !important;}	
}

.search_detail .sub_info.plan.aichi_plan_bnr_space{
	padding-top: 0px; 
}
/*@media screen and (min-width: 767px) {
.search_detail .sub_info.plan.aichi_plan_bnr_space{
	 margin-top: -30px !important;
}	
}*/


/********************愛知スタッフスライダー**************************/
/*----------------------------------------
  ここからスタッフcss(高浜市に適用)
----------------------------------------*/

/*.float_r{float: right; margin-left: 30px;}
.float_l{float:left; margin-right: 30px;}*/

.staff_contents {
  border: solid 3px #f4cddb;
  padding: 20px 30px 30px;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
  margin: 0 3% 20px;	
}

.orinal_content {
	background-image: url(../img/promise_start_bg_pc.png), url(../img/promise_end_bg_pc.png);
	background-position: center top 0%, center bottom;	
	background-size: 100% auto, 100% auto;
	background-repeat: no-repeat, no-repeat;
    padding-top: 20px;
    padding-bottom: 150px;
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
    margin-top: 20px;
	height: auto;
	position: relative;			
}

.originalstory_box h2 {
    font-size: 36px;
	margin-bottom: 30px;
	color: #d34376;	
	margin-top: 160px;
	
}

.originalstory_box h3 {
	font-size: 24px;
	color: #d34376;	
	text-align: center;
	margin-bottom: 30px;

}

.originalstory_box .sub_ti {
    font-size: 22px;
    color: #e2398c;
    margin-top: 10px;
	text-align: center;
	display: block;
}

.originalstory_box img.story_img {
    width: 270px;
	position: absolute;
	top:220px;
	right: 10px;	
}

.originalstory_box div.story_txt {
    font-size: 18px;
	line-height: 2.0;
	width: 70%;
	padding-top: 20px;

}

.originalstory_box p {
    font-size: 18px;
}

.orinal_margin.stmt {
	margin-top: 60px;
	clear: both;
}

.staff_contents h3 {
    font-size: 24px;
    color: #333;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 5px dotted #d34376;
	border-radius: 1px; 
	box-shadow: 0 0 0 12px #ffffff; 
	margin: 10px auto 20px;
	box-sizing: border-box;
	width: 100%;
}

/* PCのスライダーの見出しのみ適用*/
@media screen and (min-width:769px),print {
.staff_contents h3 {
	height: 100px;}	
	
.staff_contents h3.oneline {
	line-height: 70px;}	
	
}	

/* PCのスライダーの見出しのみ適用 ここまで*/



.staff_imgs {
	text-align: center;
}

.staff_imgs img {
	width: 100%;
	max-width: 400px;
	margin: auto;
}


.staff_imgs p.name {
    margin-top: 0.8em;
    margin-bottom: 0.3em;
	font-size: 18px;
	font-weight: bold;
	color: #d34376;
}

.staff_messages p{
	clear: both;
	padding-top: 2px;
	font-size: 20px;
	line-height: 38px;
}

.staff_info {
	margin-top: 10px;
	color: #d34376;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  /*transform: translateY(-50%);/* 近隣斎場のスライダーにPCに影響があるため外してます20250123 */
  z-index: 1;
  cursor: pointer;
}

.slide-prev {
  left: 0;
}

.slide-next {
  right: 0px;
}





/* スマホ表示 */

@media screen and (max-width:769px), print {


.staff_contents h3 {
    font-size: 5.33vw;
	margin: 20px 0;
}
	
.staff_contents h3.oneline {
	line-height: 9.6vh;
	}		
	
.staff_contents {
	margin-bottom: 20px;
	padding: 0 10px 1.5em;
	height: auto;	
}


.staff_imgs p.name {
	    text-align: center;
        vertical-align: middle;
        float: none;
        display: inline-table;
	font-size: 5vw;	
}


.staff_imgs img {
    width: 100%;
    max-width: 400px;
	float: none;
	display: block;
	margin: 0 auto;
}

.staff_imgs dd {
	font-size: 4vw;
}

.staff_messages p {
	font-size: 4.3vw;
	line-height: 1.8em;
	text-align: justify;
}

.slide-prev {
  left: 10px;
}

.slide-next {
  right: 10px;
}

	}


/* スマホ375px以下の機種 */
@media screen and (min-width:376px)and (max-width:390px) {

/*.staff_contents {
	height: 75vh;
	}*/
	
}	
	



/* スマホ375px以下の機種 */
@media screen and (max-width:375px), print {

/*.staff_contents {
	height: 90vh;
	}*/
	
}	
	
.bg_pink_staff{
	    margin: 0 calc(50% - 50vw);
    width: 100vw;
	background-color: #FFDEE7;
    padding: 40px 0;
}
.bg_pink_staff .main_tit_2{
	position: relative;

    font-weight: bold;
    border-bottom: 3px solid #9fa0a0;
    padding-bottom: 0px;
    margin-bottom: 30px;
    margin-top: 0px;
}
.bg_pink_staff .main_tit_2 span{
    font-size: 32px;
	background: none;
	padding-left: 0 !important;
}
.bg_pink_staff .main_tit_2 :after {
    background: #ef859b;
    position: absolute;
    content: "";
    left: 0;
    bottom: -3px;
    width: 50px;
    height: 3px;
}
.serif {
    font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 767px) {
	.bg_pink_staff{
		margin-top: 40px; padding:0 0px 20px;
	}
	.bg_pink_staff .inner{padding-top:20px;}
	.bg_pink_staff .main_tit_2 {
    margin: 0 20px 10px;
}
}



/* ーーーーーーーーーーーーーーーーーーー愛知斎場詳細ページのctaボタンを修正＋追加ーーーーーーーーーーーーーーーーーーー20250226 ここから*/

/* 宮崎＆PCページ用フローティングボタン */
@media screen and (min-width: 767px) {
.raikan_pc {
  position: fixed;
  line-height: 20px;	
  right: 200px;
  bottom: 280px;
  text-align: center;
  width: 85px;
  z-index: 99999;
  padding-top: 12px;
  font-weight: bold;
	}
}

/*宮崎だけ共通のフッター電話ボタンを非表示*/
.footer_bot #fixed .sp_fixcall{
	display: none!important;
}


/*２カラムのフッターボタン SPのみ*/
#fixed_dual {
  /*border-top: 1px solid #ccc;*/
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99999;
}


#fixed_dual .sp_fixcall img{
	width: 58.6%;
	float: left;
	position: fixed;
	bottom: 0;
}

#fixed_dual img.raikan_sp{
	width: 39.3%;
	float: right;
}

/*宮崎だけページトップボタンをずらす 一時的な対応*/


@media (max-width: 767px) {
#page_top_renew {
        bottom: 120px!important;
		right: -7%!important;
    }
#wrapper #fixed_dual.fade_cta {
    background: none !important;
    }	
}


		

/* ーーーーーーーーーーーーーーーーーーー愛知のみ斎場詳細ページのctaボタンを修正＋追加ーーーーーーーーーーーーーーーーーーー20250226 ここまで*/




/*20250415　愛知プラン*/
.center.regular_btn.w330{margin: 20px auto 0;}
.setplan-tbl{margin-top: 0px;}
@media (max-width: 767px) {
    h2.title_sec.aichi_plantitle {
        margin: 40px 15px 20px;
    }
	.sub_info.plan img.aichi_plan_bnr:last-child{margin-bottom: 10px;}	
.sub_info.plan img.aichi_plan_bnr{width: 100%;}	
}


/* sp表記 あんしんサポート*/

dl.anshin_sp{clear: both;overflow: hidden;font-size: 1.1em;border-bottom: 1px dashed #ccc;margin:0px 10px 0px;}dl.anshin_sp .cap{font-size: 3.47vw;}dl.anshin_sp img{width: 40%;}dl.anshin_sp dt{float: none;}dl.anshin_sp dd{margin-left: 0;padding-top: 5px;}.bold{font-weight: bold;}



/*フリースペース6　pd15打ち消し*/
.freespace.freespace6 p{margin-top: 0;}
.freespace.freespace6 h3.main_tit.pd15{padding: 0}
@media (max-width: 767px) {
.freespace6 .sp.nobg_arrow{margin: 0;}
}

