/*-----------------初期---------------------*/
@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%;
}
body {
  width: 100%;
  line-height: 1.6;
  color: #333333;
  font: 1.4rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
  vertical-align: bottom;
}
* {
  box-sizing: border-box;
}
/*-----------------初期ここまで-----------------*/
#wrapper {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
img {
  height: auto;
  max-width: 100%;
}
section, .content {
  position: relative;
  margin-bottom: 20px;
  margin-top: 0px;
}
/*.pc_view {
	display: none!important;
}*/
/*p {
	font-size: 1.6rem;
}*/
/*#header {
	padding: 10px 10px 14px;
}*/
.logo {
  margin-top: -14px;
}
#menuBtn {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 19px;
  height: 20px;
  background-image: url("/osaka/img/ic01_off.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 30;
}
#menuBtn.active {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 19px;
  height: 20px;
  background-image: url("/osaka/img/ic01_on.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 30;
}
#drawerMenu {
  width: 100%;
  top: 44px;
  left: 0;
  display: none;
  position: absolute;
  background: #e7e9ed;
  z-index: 100;
}
#drawerMenu + #header {
  margin-bottom: 0;
}
#drawerMenu li {
  border-bottom: 1px solid #fff;
}
#drawerMenu li a {
  display: block;
  padding: 12px;
  text-decoration: none;
  color: #555;
  background: url("/osaka/img/ic_link.png") right 20px center / 10px 18px no-repeat;
}
/*-----------------#headerここまで------------------*/
#chibalp #topic_path ul {
  position: relative;
  /*	top:170px;*/
}
/*-------------アコーディオン---------------------*/
.accordionBox {
  margin: 16px 0;
}
.unit {
  position: relative;
}
.unit:before, .unit.active:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background-size: contain;
  background-color: #fff;
}
/*-------------アコーディオンおわり-------------------------*/
@media screen and (min-width:480px), print {
  .contact_tel .title p {
    font-size: 2.2rem;
  }
  .contact_tel .title:before {
    left: 50px;
  }
  .contact_tel .light_tel p, .contact_tel .medium_tel p {
    font-size: 2.0rem;
  }
  .contact_tel .light_tel span {
    font-size: 1.6rem;
  }
  /*--------contact----------*/
  .contact_doc {
    width: 100%;
    padding: 10px 10px 5px;
    border-radius: 5px;
    background-color: #8bc34a;
    box-shadow: 0 6px #66a41f;
  }
  .contact_doc .rightText p {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .contact_doc.sp_flex {
    justify-content: space-between;
    -webkit-justify-content: space-evenly;
  }
  .contact_doc a {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: center;
  }
  .contact_doc .rightText p {
    font-size: 2.6rem;
  }
  .leftImg {
    width: 30%;
    padding: 10px 2px 10px 2px;
  }
  /*--------foot---------*/
  .fade_cta .rightText {
    font-size: 2.2rem;
  }
  .foot_doc a span {
    font-size: 2.0rem;
  }
}
/*-------------------CTAここまで------------------*/
/*----------------------------------------------------------*/
/* メディアクエリ PC */
/*----------------------------------------------------------*/
@media screen and (min-width:769px), print {
  #main {
    display: block;
    margin: 0 auto;
    background-color: #fff;
    width: 960px;
  }
  .inner {
    width: 960px;
    margin: 0 auto;
  }
  .inner_bg {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 50px;
  }
  .inner_bg03 {
    width: 100%;
    background: url("../img/bg_inner.gif") repeat;
    padding-top: 10px;
    padding-bottom: 60px;
    margin-bottom: 50px;
  }
  .inner_bg02 {
    width: 100%;
    background: #f9e3eb;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pc_flex {
    display: flex !important;
    display: -webkit-flex;
  }
  .inner_plan {
    width: 960px;
    margin: 0 auto 40px;
  }
  /*----------------header-----------------*/
  #header {
    padding: 0 0 20px 10px;
  }
  .pc_head {
    width: 820px;
    margin: 6px auto 16px;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
  }
  #header > .inner > .pc_flex {
    margin: 10px 0 15px;
    align-items: baseline;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .bg_nav {
    padding: 14px 0 10px;
    background-color: #f5f5f5;
    border-bottom: solid 3px #9e9e9e;
  }
  #globalNav > ul {
    display: flex;
    display: -webkit-flex;
  }
  #globalNav li {
    position: relative;
    padding: 0 60px;
  }
  #globalNav li a {
    text-decoration: none;
    font-size: 1.8rem;
    color: #555;
  }
  #globalNav li:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 0;
    width: 2px;
    height: 20px;
    background-color: #999;
  }
  #globalNav li:last-of-type:after {
    right: 0;
    width: 0;
  }
  .pc_order {
    display: flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
  .header_call {
    background-position: 160px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 0 0;
  }
  .header_call .tel_num {
    padding: 3px 0px 0 70px;
    background: url(/osaka/img/ic_free_dial.png) no-repeat 0px 8px / 62px 40px;
    color: #333;
    font-size: 4.2rem;
  }
  .header_call p:not([class]) {
    padding: 0 0 0 70px;
    font-size: 1.4rem;
  }
  .accordionBox {
    margin: 16px 0;
  }
  .unit {
    position: relative;
  }
  .unit:before {
    width: 86px;
    height: 86px;
  }
  .unit.active:before {
    width: 86px;
    height: 86px;
  }
  .tel_num {
    padding: 6px 0 0;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 5.0rem;
    font-weight: bold;
    color: #777;
  }
  #chibalp #content {
    margin-top: 0;
    padding-top: 0;
  }
  .mv_bg {
    background: url("../img/pc_mv_bg02b_200925.jpg") no-repeat center;
    height: 275px;
    border-bottom: 2px solid #ccc;
  }
  /*スライドショーにした場合のメインビジュアル*/
  .mv_bg_slide {
    height: 400px;
    width: 960px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .mv_bg_slide div.slider {
    width: 960px !important;
  }
  .mv_w960 {
    background: url("../img/pc_mv_bg01b_200925.jpg") no-repeat center;
    height: 275px;
    width: 960px;
    margin: 0 auto;
    border-bottom: 2px solid #ccc;
    padding: 24px;
  }
  /*スライドショーにした場合のメインビジュアル	
.mv_w960_slide {
	height: 275px;
	width: 960px;
	margin: 0 auto;
	}*/
  .mv_w960 h1 {
    background: #edede7;
    font-size: 26px;
    width: 320px;
    height: 54px;
    border: solid 2px #666666;
    text-align: center;
    padding: 6px 8px 6px 8px;
    border-radius: 40px;
    color: #666666;
    margin-left: 520px;
  }
  /*--　メインコピー　--*/
  .copy01 {
    width: 450px;
    padding: 20px 10px 10px 10px;
    border-radius: 5px;
    line-height: 1.3em;
    font-size: 36px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    letter-spacing: -0.01em;
    text-shadow: 0px 0px 1px #fff, 0px 0px 2px #fff, 0px 0px 3px #fff, 0px 0px 4px #fff, 0px 0px 5px #fff, 0px 0px 6px #fff;
    text-align: center;
    margin-left: 460px;
  }
  /*--　メインコピーの下--*/
  .mv_bg p.small {
    width: 450px;
    padding: 12px 10px 0 10px;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    margin-left: 460px;
  }
  /*--　サブコピー　--*/
  /*.copy02{
	margin-top: 10px;
	line-height: 2em;
	font-size: 28px;
	background: url("../img/icon_ope.png") no-repeat left bottom;
	background-size:55px 55px;
	padding-left: 65px;
	text-shadow: 2px 2px 0 #fff;	
		  }*/
  /*--　マップの説明　--*/
  ul.map_cap li {
    float: left;
    margin-bottom: 15px;
    margin-left: 20px;
    font-size: 14px;
  }
  ul.map_cap li:first-child {
    margin-left: 0px;
  }
  ul li.mapicon_f {
    padding-left: 20px;
    line-height: 1.6em;
    background: url(https://www.famille-kazokusou.com/lp/chiba/img/mappin_f.png) left 0px top 0px no-repeat;
    background-size: 15px auto;
  }
  ul li.mapicon_k {
    padding-left: 20px;
    line-height: 1.6em;
    background: url(https://www.famille-kazokusou.com/lp/chiba/img/mappin_k.png) left 0px top 0px no-repeat;
    background-size: 15px auto;
  }
  ul li.mapicon_j {
    padding-left: 20px;
    line-height: 1.6em;
    background: url(https://www.famille-kazokusou.com/lp/chiba/img/mappin_j.png) left 0px top 0px no-repeat;
    background-size: 15px auto;
  }
  ul li.mapicon_m {
    padding-left: 20px;
    line-height: 1.6em;
    background: url(https://www.famille-kazokusou.com/lp/chiba/img/mappin_m.png) left 0px top 0px no-repeat;
    background-size: 15px auto;
  }
  /*--　メイン画像下のメッセージ追加　--*/
  .mess {
    margin-bottom: 20px;
    font-size: 18px;
  }
  /*--　ファミーユのお約束　--*/
  .promise {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .promise h2 {
    padding: 0px;
    border-radius: 5px 5px 0px 0px;
    line-height: 2em;
    font-size: 42px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    letter-spacing: -0.01em;
    background: #d34376;
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0px;
  }
  .promise ul.inside {
    border: 2px solid #d34376;
    background: #fff;
    height: auto;
    border-radius: 0px 0px 5px 5px;
  }
  .promise ul.inside li {
    padding: 20px;
    border-bottom: 1px dashed;
    font-size: 28px;
    font-weight: bold;
    padding-left: 30px;
    letter-spacing: 4px;
  }
  .promise ul.inside li:last-child {
    border: none;
  }
  .promise .cap {
    font-size: 2.4rem;
    margin-left: 15px;
  }
  .promise .linkBox {
    font-weight: normal;
    letter-spacing: normal;
    margin-top: 10px;
  }
  /*--　タイトルタグ　-*/
  .map h2, .place h2, .cbox h2, .topplan_bg h2, .slideconts_bg h2, .content_company h2 {
    border-left: #d34376 3px solid;
    border-bottom: dotted 2px #666666;
    padding-left: 20px;
    padding-bottom: 5px;
    font-size: 2.4rem;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .map {
    height: 650px;
  }
  /* アニメーション */
  @keyframes Flash1 {
    50% {
      opacity: 0;
    }
  }
  .promise_l h2 {
    padding: 0px;
    line-height: 2em;
    font-size: 36px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    letter-spacing: -0.01em;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .promise_l h3 {
    padding: 10px;
    line-height: 1.5em;
    font-size: 36px;
    color: #ffffff;
    background: #d34376;
    border-radius: 40px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    letter-spacing: -0.01em;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .promise_l h4 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 28px;
    color: #d34376;
    font-weight: bold;
    line-height: 1.3;
  }
  .promise_l th {
    background: #d34376;
    color: #fff;
    vertical-align: middle;
    width: 5%;
    text-align: center;
  }
  .promise_l td.w_img {
    width: 300px;
    padding: 10px 20px 10px 10px;
    text-align: right;
  }
  /*--　cta　--*/
  .cta h2 {
    padding: 0px;
    border-radius: 10px 10px 0px 0px;
    line-height: 2em;
    font-size: 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    letter-spacing: -0.01em;
    background: #d34376;
    color: #fff;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .cta .inside {
    border: 2px solid #d34376;
    background: #fff;
    height: 220px;
    border-radius: 0px 0px 10px 10px;
    background: url("../img/bg_inner.gif") repeat;
  }
  .cta .tel {
    border: 4px solid #43a046;
    height: 88px;
    width: 45%;
    border-radius: 10px;
    background: linear-gradient(90deg, #43a046 0%, #43a046 115px, #ffffff 100px, #ffffff 100%);
    margin-top: 20px;
    float: left;
    margin-left: 20px;
    font-size: 44px;
  }
  .cta p.copy {
    margin: 7px 0 0 5px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
  }
  .cta p.telnum {
    margin: 10px;
    font-weight: bold;
    font-size: 42px;
    clor: #00000;
  }
  .cta .btn {
    height: 88px;
    width: 45%;
    border-radius: 10px;
    background: background #fff;
    margin-top: 20px;
    float: left;
    margin-left: 20px;
  }
  .cta .link.txt {
    margin: 10px 0 0 5px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
  }
  .cta ul.txt {
    clear: both;
    padding: 20px 0 0 5px;
    font-size: 16px;
    color: #333;
  }
  .cta .link {
    margin: 0 0 0 30px;
    clear: both;
    overflow: hidden;
  }
  .icon_l {
    width: 50px;
    padding-bottom: 15px;
    margin-right: 20px
  }
  .icon_r {
    width: 50px;
    padding-bottom: 15px;
    margin-left: 20px
  }
  .cap {
    margin-top: 5px;
    font-size: 1.5rem;
  }
  .txt_link02 {
    padding-left: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #347EB0;
    text-decoration: underline;
  }
}
/*----------------------------------------------------------*/
/* メディアクエリ PC  ここまで */
/*----------------------------------------------------------*/
/*--　ファミーユの5つのお約束　--*/
.promise_l table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  vertical-align: middle;
}
.promise_l table td {
  line-height: 150%;
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  font-size: 20px;
}
.promise_l ul li {
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
  font-size: 16px;
  margin-left: -10px;
}
.promise_l ul.cap {
  margin-top: 20px;
}
.promise_l ul.cap li {
  font-size: 0.8em;
  line-height: 150%;
  margin-bottom: 3px;
}
/* 装飾・共通 */
.place {
  font-size: 1.5em;
}
.yellow {
  color: #f4f664;
}
.red {
  color: #f95475;
}
.pink {
  color: #d34376;
}
.blue {
  color: #407db9;
}
.green {
  color: #339966;
}
.maplink {
  color: #0e63cc;
  text-decoration: underline;
}
.marker_yellow_hoso {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.bold {
  font-weight: bold;
}
.right {
  text-align: right;
}
.font-num {
  font-family: Oswald;
  font-size: 1.7em;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  /*	line-height: 26.4px;*/
}
p.linkicon {
  text-align: right;
  background: url(../img/link_arrow.png) no-repeat right;
  padding-right: 25px;
  margin-right: 0px;
}
a:hover {
  cursor: pointer;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  display: block; /*点滅するので消す*/
}
/*a.hall_link:hover{
    cursor:pointer;
	display: block;
	border: 2px #d34376 solid;
}*/
.linkBox {
  margin-top: -10px;
}
.mb60 {
  margin-bottom: 60px;
}
/*----------------------------------------------------------*/
/* メディアクエリ SP */
/*----------------------------------------------------------*/
@media screen and (max-width:769px), print {
  .sp_header {
    display: flex;
  }
  #wrapper {
    width: 100%;
  }
  /*#header {
	background-color: #f5f5f5;
}*/
  .sp_flex {
    display: flex;
    display: -webkit-flex;
  }
  .inner_bg {
    width: 100%;
    /*padding-top: 20px;*/
    padding-bottom: 10px;
  }
  .inner_bg03 {
    width: 100%;
    background: url("../img/bg_inner.gif") repeat;
    /*padding-top: 20px;*/
    padding-bottom: 30px;
  }
  .inner_bg02 {
    width: 100%;
    background: #f9e3eb;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mv_bg {
    background: url("../img/sp_mvb_bg_200925.jpg") no-repeat;
    background-size: cover;
    height: auto;
    border-bottom: 2px solid #ccc;
    width: 100%;
    padding-top: 10px;
    position: relative;
  }
  .mv_bg_slide {
    height: auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .t_logo img {
    position: absolute;
    top: 75%;
    left: 2%;
    width: 20%;
  }
  .mv_bg h1 {
    background: #edede7;
    font-size: 1.7rem;
    width: 58%;
    border: solid 2px #666666;
    text-align: center;
    padding: 5px;
    border-radius: 40px;
    color: #666666;
    margin-left: 40%;
  }
  /*--　漢字三文字の市　--*/
  .mv_bg h1.long {
    background: #edede7;
    font-size: 1.8rem;
    width: 55%;
    height: 40px;
    border: solid 2px #666666;
    text-align: center;
    padding: 4px 8px 10px 8px;
    border-radius: 40px;
    color: #666666;
    margin-left: 10px;
  }
  /*--　メインコピー　--*/
  .copy01 {
    padding: 10px;
    border-radius: 5px;
    line-height: 1.5em;
    font-size: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    letter-spacing: -0.01em;
    text-shadow: 0px 0px 1px #fff, 0px 0px 2px #fff, 0px 0px 3px #fff, 0px 0px 4px #fff, 0px 0px 5px #fff, 0px 0px 6px #fff;
    margin-left: 40%;
    text-align: center;
  }
  /*--　メインコピーの下--*/
  .mv_bg p.small {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    margin-left: 45%;
    margin-bottom: 2%;
  }
  /*--　サブコピー　	
.copy02{
	margin: 35px 10px 0 10px;
	line-height: 1.3em;
	font-size: 18px;
	text-shadow: 2px 2px 0 #fff;
	padding: 0 0 10px 45px;
	display: inline-block;
	}

.copy02:before {
	position: absolute;
	top: 190px;
	left: 5px;
	content: '';	
	width: 45px;
	height: 45px;
	background-image: url(../img/icon_ope.png);
	background-size: contain;
	vertical-align: middle;	
}--*/
  /*--　マップの説明　--*/
  ul.map_cap li {
    margin-bottom: 10px;
    margin-left: 10px;
  }
  ul li.mapicon_f {
    padding-left: 20px;
    line-height: 1.6em;
    background: url(https://www.famille-kazokusou.com/lp/chiba/img/mappin_f.png) left 0px top 0px no-repeat;
    background-size: 15px auto;
  }
  ul li.mapicon_k {
    padding-left: 20px;
    line-height: 1.6em;
    background: url(https://www.famille-kazokusou.com/lp/chiba/img/mappin_k.png) left 0px top 0px no-repeat;
    background-size: 15px auto;
  }
  ul li.mapicon_j {
    padding-left: 20px;
    line-height: 1.6em;
    background: url(https://www.famille-kazokusou.com/lp/chiba/img/mappin_j.png) left 0px top 0px no-repeat;
    background-size: 15px auto;
  }
  ul li.mapicon_m {
    padding-left: 20px;
    line-height: 1.6em;
    background: url(https://www.famille-kazokusou.com/lp/chiba/img/mappin_m.png) left 0px top 0px no-repeat;
    background-size: 15px auto;
  }	
  ul.map_cap li:first-child {
    /*width: 100%; spページに余分な隙間入るため*/
    float: none;
  }
  /*スマホ 公営斎場と寺院を並べる*/
  ul.map_cap li {
    float: left;
    font-size: 14px;
  }
  .accbox .regular_btn {
    text-align: center;
    width: 100%;
    margin: 20px auto;
  }
  .detail_btn {
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 3px 0 3px 3px;
    margin-right: 0;
    margin-top: 5px;
    border-radius: 30px;
    float: right;
  }
  /*--　メイン画像下のメッセージ追加　--*/
  div.mess {
    padding: 0 10px;
    margin-bottom: 20px;
    font-size: 4.8vw;
  }
  span.linkBox {
    margin-top: 10px;
  }
  /*--　ファミーユのお約束　--*/
  .promise {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .promise h2 {
    padding: 5px;
    border-radius: 5px 5px 0px 0px;
    line-height: 1.5em;
    font-size: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    letter-spacing: -0.01em;
    background: #d34376;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    width: 98%;
    margin: 0 auto;
  }
  .promise ul.inside {
    border: 2px solid #d34376;
    background: #fff;
    height: auto;
    border-radius: 0px 0px 5px 5px;
    width: 98%;
    margin: 0 auto;
  }
  .promise ul.inside li {
    border-bottom: 1px dashed;
    font-size: 17px;
    font-weight: bold;
    text-indent: -0.9em;
    padding: 20px 10px 20px 10px;
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	*/
    clear: both;
    text-align: left;
  }
  .promise ul.inside li:last-child {
    border: none;
  }
  .promise .cap {
    font-size: 1.3rem;
    margin-left: 0px;
  }
  .promise .linkBox {
    letter-spacing: normal;
    font-weight: normal !important;
    margin-top: 10px;
  }
  .promise .linkBox a {
    /*padding-left: 35px;	*/
  }
  .promise_l ul.cap li {
    padding-left: 0;
  }
  /*--　タイトルタグ　-*/
  .map h2, .place h2, .cbox h2, .topplan_bg h2, .slideconts_bg h2, .content_company h2 {
    border-left: #d34376 3px solid;
    border-bottom: dotted 2px #666666;
    padding-left: 20px;
    padding-bottom: 5px;
    font-size: 5.2vw;
    width: 95%;
    margin: 20px auto 30px auto;
  }
  .maparea{
    margin: 0 auto; 
  }
  /* アニメーション */
  @keyframes Flash1 {
    50% {
      opacity: 0;
    }
  }
  .promise_l h2 {
    padding: 0px;
    line-height: 1.6em;
    font-size: 2.5rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    letter-spacing: -0.01em;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .promise_l h3 {
    background: #d34376;
    border-radius: 40px;
    padding: 9px 7px 7px 7px;
    line-height: 1.2em;
    font-size: 2.5rem;
    color: #ffffff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    letter-spacing: -0.01em;
    text-align: center;
    width: 90%;
    margin: 10px auto 20px;
  }
  .promise_l h4 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.0rem;
    color: #d34376;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    line-height: 1.4;
  }
  .promise_l table td {
    display: block;
    line-height: 150%;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
  }
  .promise_l th {
    background: #d34376;
    color: #fff;
    vertical-align: middle;
    width: 10%;
    text-align: center;
  }
  .promise_l table img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .promise_l ul li {
    margin: 5px;
  }
  /*-----------tel sp----------*/
  .contact_tel {
    margin: 0 auto;
  }
  .contact_tel .tel_btn {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .contact_tel .title {
    position: relative;
    padding: 0px 10px 10px 28px;
    text-align: center;
    text-decoration: none;
    color: #333;
  }
  .contact_tel .title:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 12px;
    width: 30px;
    height: 42px;
    background-image: url("../../aichi/img/ic02.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .contact_tel .title p {
    font-weight: bold;
  }
  .contact_tel .title span {
    display: block;
  }
  .tel_btn {
    max-width: 320px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #43a073;
    box-shadow: 0 6px #358038;
    line-height: 1.4;
  }
  .tel_btn a {
    display: block;
    padding: 10px 10px 4px 14px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
  }
  .contact_tel .tel_btn a {
    max-width: 310px;
    margin: 0 auto;
  }
  .fade_cta .tel_btn a {
    /* width: 290px; */
    /* margin: 0 auto; */
  }
  .tel_btn .rightText {
    float: right;
  }
  .tel_btn .rightText .tel_item {
    font-size: 24px !important;
  }
  /*斎場詳細ページの電話番号の数字が大きくなってしまう*/
  /*a.sp_phone {
    font-size: inherit!important;
}
*/
  .clearBox::after {
    content: "";
    display: block;
    clear: both;
  }
  .tel_btn .leftImg {
    float: left;
    width: 32px;
    /* margin-left: 8px; */
    /* margin-right: 10px; */
    padding: 10px 0px 0 0;
  }
  .tel_btn p span {
    display: inline;
    font-size: 1.7rem;
  }
  .tel_btn .rightText span {
    font-size: 1.6rem;
    font-weight: normal;
  }
  /*--　cta　--*/
  .cta h2 {
    width: 98%;
    padding: 0px;
    border-radius: 10px 10px 0px 0px;
    line-height: 2em;
    font-size: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    letter-spacing: -0.01em;
    background: #d34376;
    color: #fff;
    text-align: center;
    margin: 40px auto 0
  }
  .cta .inside {
    width: 98%;
    margin: 0 auto;
    border: 2px solid #d34376;
    background: #fff;
    height: auto;
    border-radius: 0px 0px 10px 10px;
    background: url("../img/bg_inner.gif") repeat;
    padding: 10px;
  }
  .cta .tel {
    border: 4px solid #43a046;
    height: 88px;
    width: 45%;
    border-radius: 10px;
    background: linear-gradient(90deg, #43a046 0%, #43a046 115px, #ffffff 100px, #ffffff 100%);
    margin-top: 20px;
    float: left;
    margin-left: 20px;
    font-size: 44px;
  }
  .cta p.copy {
    margin: 10px 0 0 5px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
  }
  .cta p.telnum {
    margin: 15px;
    padding: 5px;
    font-weight: bold;
    font-size: 42px;
    clor: #00000;
  }
  .cta .btn {
    height: auto;
    width: 94%;
    border-radius: 10px;
    background: background #fff;
    margin: 0 auto;
  }
  .cta .link.txt {
    margin: 10px 0 0 5px;
    font-size: 1.4rem;
    color: #fff;
  }
  .cta ul.txt {
    padding: 20px 0 0 5px;
    font-size: 1.4rem;
    color: #333;
  }
  .cta ul.txt li {
    padding-left: 1em;
    text-indent: -1em;
  }
  a:hover {
    /*cursor:pointer;*/
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    /*display: block;*/
  }
  .icon_l {
    width: 30px;
    padding-top: 10px;
    margin-right: 20px
  }
  .icon_r {
    width: 30px;
    padding-top: 10px;
    margin-left: 20px
  }
  .cap {
    margin: 5px 0 5px 5px;
    font-size: 1.5rem;
    padding-left: 0.7em;
    text-indent: -0.7em;
  }
  /*---footer btn---*/
  .fade_cta {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
  }
  .foot_doc a, .foot_call a {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-evenly;
    align-items: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }
  .foot_call {
    width: 100%;
    margin-right: 0%;
    padding: 6px;
    border-radius: 5px;
    /*background-color: #009688;*/
    /*box-shadow: 0 4px #337b36;*/
  }
  .foot_doc {
    width: 48%;
    border-radius: 5px;
    /*background-color: #8bc34a;*/
    /*box-shadow: 0 4px #8ba13d;*/
  }
  .fade_cta .leftImg {
    padding: 0;
  }
  .foot_doc a {
    padding-top: 8px;
  }
  .foot_doc a span {
    font-size: 1.5rem;
  }
}
/*----------------------------------------------------------*/
/* メディアクエリ SP  ここまで */
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/* SP 横にしたとき */
/*----------------------------------------------------------*/
@media screen and (max-width: 896px) {
  /*--横にしたときに画像の右わきに隙間ができるのを防止--*/
  img.sp_w100 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  #wrapper {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  #main {
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .inner_plan {
    width: 100%;
    margin: 0 auto 40px;
    overflow: hidden;
  }
  .sp_view {
    width: 100%;
  }
  .outline_btn {
    margin-right: 10px;
    margin-left: 10px;
  }
}
/*----------------------------------------------------------*/
/* SP 横にしたとき ここまで */
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/* タブレット*/
/*----------------------------------------------------------*/
@media only screen and (min-width:768px) and (max-width:1024px) {
  img.sp_w100 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  #wrapper {
    width: 100%;
    margin: 0;
  }
  #main {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .inner_plan {
    width: 100%;
    margin: 0 auto 20px;
  }
}
/*----------------------------------------------------------*/
/* タブレット ここまで*/
/*----------------------------------------------------------*/
/*--------------.outline_btn---------------*/
.outline_btn {
  border: 2px solid #e999b4;
  border-radius: 5px;
}
.outline_btn a {
  display: block;
  position: relative;
  padding: 12px 30px 9px 18px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #D81B60;
  background: #fff; /*--共通のは背景白なしのためこちらに追加---*/
}
.outline_btn a:after {
  content: "";
  width: 10px;
  height: 14px;
  background: url(https://www.famille-kazokusou.com/search/img/ico-arrow.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.outline_btn:hover {
  opacity: 0.6;
}
.txt_with__outline_btn {
  padding: 5px 0;
  color: #c2185b;
  font-size: 16px;
}
/*/css/lp.jsをいれていると自動的に labelにcssが効いてしまうのではずす。ただ外すとリンクボタンが外れるのでこれを入れる*/
.linkBox a {
  float: right;
}
/*5つのポイント　ポイントアイコン*/
.point_btn {
  border-radius: 30px;
  border: 2px solid #f94987;
  background: #ffff66;
  color: #f94987;
  font-size: 24px;
  text-align: center;
  width: 170px;
  float: left;
  margin-right: 25px;
  margin-left: 50px;
  padding: 1px 8px 1px 10px;
  position: relative;
  top: -5px;
  left: 0px;
}
.point_btn span.number {
  font-size: 28px;
  margin-top: 2px;
}
.promise p.cap {
  font-size: 0.5em;
  font-weight: normal;
  position: relative;
  left: 0px;
  text-align: left;
}
.promise .linkBox {
  margin: 10px 20px 10px 0;
  position: relative;
  left: -20px;
}
.promise .linkBox a.icon {
  background-position: left 5px !important;
}
@media screen and (max-width:769px), print {
  .point_btn {
    font-size: 16px;
    width: 80px;
    margin-right: 25px;
    margin-left: 0px;
    text-align: center;
    padding: 1px 8px 1px 25px;
  }
  .point_btn span {
    font-size: 28px;
    margin-top: 2px;
  }
  .point_btn span.number {
    font-size: 22px;
    margin-top: 5px;
  }
  .promise p.cap {
    font-size: 0.7em;
    position: relative;
    left: 90px;
    top: -5px;
    text-align: left;
    clear: both;
  }
  .promise .linkBox {
    left: 0px;
  }
  #chibalp #topic_path ul {
    font-size: 0.9em;
    position: static;
  }
  /*.inner_bg #topic_path ul li{
	float: left!important;
	margin-left: 5px;
    padding-left: 10px;	
}
	
.inner_bg #topic_path ul li:first-child{
    padding-left: 4px;	
}
*/
}
p.pc_img img.pc {
  width: 100% !important;
}
/*--　テーブル --*/
.main_tit_3 {
  border-left: #d34376 solid 2px;
  padding: 5px 10px;
  margin: 0 0 10px 10px;
  font-size: 17px;
}
.place {
  clear: both;
}
/*リンクエリアが入っている、松戸・八千代・鎌ケ谷のみ*/
.place.lmenu_under {
  padding: 0px 0 0px;
}
.place .tb_inner {
  width: 97%;
  margin: 0 auto;
  background: #fff;
  border: solid 2px #ccc;
  border-radius: 5px;
  box-shadow: 2px 2px 4px #ccc;
  margin-bottom: 20px;
  padding: 5px;
}
.place table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  vertical-align: middle;
}
.place table td {
  line-height: 180%;
  padding: 5px;
  text-align: left;
  vertical-align: top;
  width: 33%;
}
.place table tr:nth-child(2) td:nth-child(2) {
  letter-spacing: 1.5px;
  font-size: 1.5rem;
  font-weight: normal;
}
.place table td.center {
  text-align: center;
}
.place table tr.border {
  border-bottom: 1px solid #ccc;
}
.place table p:first-child {
  margin-left: 0px;
}
table.plan {
  font-weight: bold;
}
img.hall_img {
  border: 2px solid #fff;
  outline: solid 2px #ccc;
  width: 100%;
}
.place .tb_tr {
  margin-bottom: 0px;
}
.hall_name {
  font-size: 17px;
  font-weight: bold;
  float: left;
  padding-top: 5px;
  color: #d34376;
}
.hall_name_k {
  font-size: 17px;
  font-weight: bold;
  float: left;
  padding-top: 5px;
  color: #3278ae;
}
.hall_name_j {
  font-size: 17px;
  font-weight: bold;
  float: left;
  padding-top: 5px;
  color: #339966;
}
.tb_inner i {
  margin-right: 5px;
  color: #d34376;
}

.tb_inner p.tag_green i {
  color: #339966;
}
.tb_inner p.tag_blue i {
  color: #3278ae;
}

.tb_inner p.tag_off i {
  color: #ccc;
}


.tb_inner .cap_red {
  margin-top: 10px;
}
/*--　タグ一覧 --*/
.tag_family {
  font-size: 1.7rem;
  background: #e76593;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
}
.tag_kouei {
  font-size: 1.5rem;
  background: #73baf1;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
}
.tag_jiin {
  font-size: 1.5rem;
  background: #339966;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
}
.tag_new {
  font-size: 1.2rem;
  background: #ff6666;
  color: #fff;
  padding: 3px;
  border-radius: 2px;
  width: 100%;
  margin-left: 5px;
  animation: Flash1 2s infinite;
}
/*--　タグボックス --*/

.tag {
  font-size: 1.6rem;
  border: 2px solid #d34376;
  padding: 2px;
  text-align: center;
  color: #d34376;
  font-weight: bold;
  height: auto;
  width: 100%;
  display: block;
  line-height: 150%;
}

.tag_blue {
  font-size: 1.6rem;
  border: 2px solid #3278ae;
  padding: 2px;
  text-align: center;
  color: #3278ae;
  font-weight: bold;
  height: auto;
  width: 100%;
  display: block;
  line-height: 150%;
}

.tag_green {
  font-size: 1.6rem;
  border: 2px solid #339966;
  padding: 2px;
  text-align: center;
  color: #339966;
  font-weight: bold;
  height: auto;
  width: 100%;
  display: block;
  line-height: 150%;
}


.tag_off {
  font-size: 1.6rem;
  border: 2px solid #ccc;
  padding: 2px;
  text-align: center;
  color: #ccc;
  font-weight: bold;
  height: auto;
  width: 100%;
  display: block;
  line-height: 150%;
}
.detail_btn {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 3px 0 3px 3px;
  margin-right: 0;
  margin-top: 5px;
  border-radius: 30px;
  float: right;
}
.detail_btn i {
  margin-right: 0;
}


/*PCのみ　ここから*/
@media screen and (min-width: 767px) {
  ul.hall_list {
    overflow: hidden;
    clear: both;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  ul.hall_list li {
    float: left;
    width: 48%;
    margin-left: 15px;
  }
/*  ul.hall_list li:nth-child(odd) {
    margin-left: 0px;
  }*/
  img.hall_img {
    width: 100%;
    height: 170px; /*公営斎場の写真サイズがまちまちなので高さをそろえる*/
  }
  img.hall_img.takasa {
    height: 160px
  }
}
/*PCのみ　ここまで*/
/*SPのみ　ここから*/
@media screen and (max-width: 767px), print {
  .main_tit_3 {
    font-size: 4.53vw;
  }

  .place table td {
    font-size: 1.3rem;
  }
  #fixed {
    bottom: 0px;
    border-top: none;
  }
  .fade_cta {
    background: none !important;
  }
  div.sp_plan_telbnr {
    margin-top: 10px;
  }
  .tb_inner img.bnr {
    margin-top: 10px;
  }
  .hall_name {
    font-size: 4.53vw;
  }
}
/*SPのみ　ここまで*/
/*galaxy*/
@media screen and (max-width: 360px) {
  .place table td {
    font-size: 1.2rem;
  }
}
/*iphone SE*/
@media screen and (max-width: 320px) {
  .place table td {
    font-size: 1.1rem;
  }
  .tag {
    font-size: 1.1rem;
  }
  .tag_off {
    font-size: 1.1rem;
  }
}
/*android*/
@media screen and (max-width: 300px) {
  .tag {
    font-size: 1.0rem;
  }
  .tag_off {
    font-size: 1.0rem;
  }
}
/*プランバナーのあんしん一日葬のテキストリンク*/
span.linkBox.inBox {
  float: right !important;
  width: auto !important;
  margin-top: 0px!important;
	margin-bottom: 20px;
}
/*あんしんプラン改修分追加 20220511*/
.copy {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0px;
  margin-top: 40px;
}
div.anshin_box {
  margin-bottom: 30px;
}
/*あんしんプランのブロックにリンクをかける*/
.anshin_box .float_none {
  position: relative;
}
.anshin_box .float_none a.pc_link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.anshin_box .float_none a.pc_link:hover { /* マウスオーバー時に色変更*/
  opacity: 0.5;
  background: #fff;
  z-index: 10;
}
.topplan_bg .float_none {
  float: none;
  padding-bottom: 10px;
  clear: both;
  overflow: hidden;
}
h3.anshinplan_top img.center_anshin {
  position: relative;
  top: 0px;
  left: 120px;
}
h3.anshinplan_top span.left {
  position: relative;
  top: -1px;
  left: 10px;
}
h3.anshinplan_top img.right {
  position: relative;
  top: -5px;
  left: 270px;
}
h3.anshinplan_top {
  /*position: relative;*/
  background: #ff7c81;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 98%;
  margin: 30px auto 0;
  /*	text-align: center;*/
  padding: 3px 10px 8px 10px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);
}
div.anshinplan_top {
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 98%;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);
  clear: both;
  overflow: hidden;
}
div.anshinplan_top .anshin_left {
  float: left;
}
div.anshinplan_top .anshin_right {
  float: right;
  width: 560px;
}
div.anshinplan_top .anshin_right .txt {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
/*@media screen and (max-width:769px), print {
  .topplan_bg h2 {
    margin-top: 10px !important;
  }*/
.copy {
  margin-top: 20px;
}
h3.anshinplan_top {
  background: #ff7c81;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 95%;
  margin: 30px auto 0;
  text-align: center;
  padding: 8px 0 5px 0;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);
}
div.anshinplan_top {
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 95%;
  height: auto;
  margin: 0 auto;
  padding: 12px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);
}
.copy {
  margin-bottom: -20px;
}
}
.anshin_box .cap02 {
  font-size: 11px !important;
  margin-top: 6px !important;
  font-weight: bold !important;
}
.anshin_box .linkBox a {
  float: right;
  font-size: 15px !important;
  line-height: 1.6;
}
/*チーバくんの配置 エリアトップの地図の上*/
div.map {
  position: relative;
}
div.map img.chara_chiba01 {
  position: absolute;
  top: -80px;
  left: 640px;
  z-index: 20;
  width: 32%;
}
div.map img.chara_chiba02 {
  position: absolute;
  top: 760px;
  left: 700px;
  z-index: 20;
  width: 25%;
}
/*チーバくんの配置 lp内の選ばれる理由の中*/
img.chara_chiba03 {
  width: 50%;
  margin: 15px auto 0;
  display: block;
}
@media screen and (max-width: 767px) {
  div.map img.chara_chiba01 {
    position: absolute;
    top: -7%;
    left: 38%;
    z-index: 20;
    width: 60%;
  }
  div.map img.chara_chiba02 {
    position: absolute;
    top: 710px;
    left: 57%;
    z-index: 20;
    width: 38%;
  }
}
/* ---------------------あんしん比較コンテンツ追加--------------------- */
section.topplan_bg .hikaku {
  padding: 10px 20px;
  border: 4px solid #fa5575;
  border-radius: 5px;
  background: #fff;
  margin-top: 40px;
  margin-bottom: 20px;
}
section.topplan_bg .hikaku p.copy {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
section.topplan_bg .hikaku p.copy02 {
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  line-height: 2.0;
}
section.topplan_bg .hikaku .hiyou {
  padding: 15px;
  background: #999999;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}
section.topplan_bg .hikaku .tasha {
  padding: 10px 20px;
  background: #d34376;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-top: 30px;
  border-radius: 5px;
}
section.topplan_bg img.anshin {
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width:769px), print {
  section.topplan_bg .hikaku p.copy {
    font-size: 4.4vw;
    margin-bottom: 20px;
    font-weight: bold;
  }
  section.topplan_bg .hikaku p.copy02 {
    font-size: 4.4vw;
    margin-bottom: 20px;
    font-weight: normal;
  }
  section.topplan_bg .hikaku {
    padding: 5px 10px;
    margin-top: 0;
  }
  section.topplan_bg .hikaku .hiyou {
    padding: 10px;
    font-size: 4.5vw;
    font-weight: bold;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 30px;
    border-radius: 5px;
  }
  section.topplan_bg .hikaku .tasha {
    padding: 10px 20px;
    font-size: 4.5vw;
    margin-top: 30px;
    border-radius: 5px;
  }
  section.topplan_bg img.anshin {
    margin-bottom: 30px;
  }
}
/*あんしんプランと県の葬儀費用の比較コンテンツのアコーディオン*/
.accordion-box {
  position: relative;
  margin-top: -20px;
  line-height: 2.0;
}
.accordion-box label {
  height: 120px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  position: absolute;
  bottom: 0px; /*変更★*/
  width: 100%;
  /* 以下グラデーションは「背景が白」に併せて設定しています */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.accordion-box input:checked + label {
  background: inherit; /* 開いた時には背景グラデーションを消す */
}
.accordion-box label:after {
  content: "続きをよむ"; /* ラベルの文字 */
  letter-spacing: .05em;
  line-height: 2.5rem;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
  background-color: #69b9e0;
  width: 30%; /*変更★*/
  font-size: 20px; /*変更★*/
  font-weight: bold;
  padding: 15px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.accordion-box label:before {
  content: "▼";
  font-weight: 700;
  position: absolute;
  bottom: 38px;
  font-size: 20px; /*変更★*/
  left: 55%;
  -webkit-transform: translate(-140px, 0);
  transform: translate(-140px, 0);
  z-index: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 20px;
  color: #fff;
}
.accordion-box input {
  display: none;
}
.accordion-box .accordion-container {
  overflow: hidden;
  height: 50px; /* 開く前に見えている部分の高さ ★変更★*/
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  margin-top: 40px;
  padding: 10px;
}
.accordion-box input:checked + label {
  /* display: none ; 閉じるボタンは要らないとき */
}
.accordion-box input:checked + label:after {
  content: "閉じる";
}
.accordion-box input:checked + label:before {
  content: "▲";
}
.accordion-box input:checked ~ .accordion-container {
  height: auto;
  padding-bottom: 90px; /* 閉じるボタンのbottomからの位置 */
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.anshin_box .float_l p.cap {
  font-size: 11px !important;
  margin-top: 6px !important;
  font-weight: bold !important;
}
@media screen and (max-width:769px), print {
  .accordion-box label:after {
    width: 80%; /*変更★*/
    font-size: 5vw;
  }
  .accordion-box label:before {
    bottom: 38px;
    font-size: 5vw;
    left: 60%;
  }
  .accordion-box .accordion-container {
    height: 60px; /* 開く前に見えている部分の高さ ★変更★*/
  }
}
@media screen and (max-width:320px), print {
  .accordion-box label:before {
    left: 75%;
  }
}


=====================*/
/*ヘッダー追尾のためページ内リンクの調整*/
#chibalp .header_mt {
  padding-top: 140px;
  margin-top: -140px;
  z-index: -10;
}
#chibalp .header_mt_rs {
  padding-top: 200px;
  margin-top: -200px;
  z-index: -10;
}
#chibalp .header_mt_com {
  padding-top: 40px;
  margin-top: -80px;
  z-index: -10;
}
@media (max-width: 767px) {
  #chibalp .header_mt {
    padding-top: 33%;
    margin-top: -30% !important;
    z-index: -10;
  }
  #chibalp .header_mt_rs {
    padding-top: 40%;
    margin-top: -35%;
    z-index: -10;
  }
  #chibalp .header_mt_com {
    padding-top: 35% !important;
    margin-top: -35% !important;
    z-index: -10;
  }
}




/*東証上場の右下のテキストリンクを非表示にする*/
#chibalp .joujoubox span.linkBox.inBox {
  display: none;
}
/*SPCTA位置移動*/
section.ctatop_box.mt0 {
  margin-top: 0;
}
section.ctatop_box p.cap {
  padding-left: 0em;
  text-indent: 0em;
}
/*ファミーユの葬儀費用  20231018追加 プランページより移植*/
.plan-price {
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
}
.plan-price h4 {
  position: relative;
  border-top: solid 3px #d86d97;
  background: #f8e4ec;
  line-height: 1.5;
  padding: 0.7em;
  margin: 70px 0 20px;
  font-size: 21px;
  text-align: center;
}
.plan-price h4:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free", 'Quicksand', 'Avenir', 'Arial', sans-serif;
  content: '\f0a7\ POINT';
  background: #d86d97;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 7px 20px;
  font-size: 0.9em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.plan-price p.txt_a {
  position: relative;
  text-align: left;
  font-size: 18px;
  padding: 0;
  margin-top: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width:769px), print {
  .plan-price {
    width: 95%;
    margin: -35px auto 20px;
  }
  .plan-price h4 {
    padding: 0.7em;
    margin: 70px 0 15px;
    font-size: 17px;
    text-align: left;
  }
  .plan-price p.txt_a {
    font-size: 18px;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    /*margin-bottom: -50px;*/
  }
}
/*注意喚起*/
.warning {
  margin: 0px 0 40px;
  width: 100%;
  max-width: 960px;
}
.warning h3 {
  background: none;
  font-size: 18px;
  color: #333;
}
.warning p {
  font-size: 18px;
  margin-top: 5px;
}
.warning_blue {
  background: #c7eaea /*#ffdddd*/ /*#FFFED9*/ ;
  padding: 20px;
  width: 100%;
  margin-top: 20px;
  border-radius: 10px;
}
.warning_blue h4 {
  background: none;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.flex_warning {
  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;
}
.flex_warning img {
  width: 32%
}
.warning .linkBox.inBox.right_fl {
  margin-top: 20px;
}
@media screen and (max-width:769px), print {
  .warning {
    width: 95%;
    margin: 0 auto 40px;
  }
  .warning_blue {
    padding: 20px 20px 10px;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
  }
  .flex_warning img {
    width: 90%;
    margin: 0 auto 10px;
  }
}
/*.search_detail.change_position {
    margin-top: -27px;
}*/
.clear {
  clear: both;
}
/*3つのページ内リンクボタン 全エリアに追加*/
.link_menu {
  width: 100%;
  max-width: 960px;
  overflow: hidden;
  height: auto;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.link_menu div.link_btn {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
.link_menu h1 span.big {
  font-size: 50px;
}
.link_btn dl {
  border-radius: 10px;
  background: #fdeef1;
  width: 180px;
  height: auto;
  float: left;
  padding: 15px 4px;
  font-weight: bold;
  margin-right: 10px !important;
  border: solid 1px #ec95a8;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all .4s ease-out;
  box-shadow: 4px 4px 6px 0px rgba(192, 66, 103, 0.4);
  /**/
}
/*PCのみ*/
@media screen and (min-width:769px), print {
  .link_btn dl {
    width: 290px;
    min-height: 140px;
    position: relative;
  }
  .link_btn dl i {
    position: absolute;
    left: 45%;
    bottom: 5%;
  }
  .link_detail {
    width: 100%;
  }
  .link_btn dl dt {
    position: absolute;
    top: -20px;
    left: 10%;
  }
  .link_btn dl dt.voice {
    top: -35px;
  }
  .link_btn dl dt.voice img {
    width: 65%;
  }
  .link_btn .inside {
    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: space-between;
    align-items: center;
  }
}
.link_btn a.btn_link {
  display: block;
}
.link_btn dl:last-child {
  margin-right: 0px;
}
.link_btn dl dt {
  width: 80%;
  margin: 0 auto;
}
.link_btn dl dd {
  color: #333 /*#f94987*/ ;
  font-weight: bold;
  font-size: 18px;
  margin-top: 50px;
}
.link_btn dl i {
  display: block;
  color: #d34376;
  font-weight: bold;
}
@media screen and (max-width:769px), print {
  .link_menu div.link_btn {
    font-size: 5.5vw;
    line-height: 1.0;
    letter-spacing: 4.0px;
  }
  .link_menu {
    margin-top: 0px;
    padding: 0px 10px 10px;
  }
  .link_menu div.link_btn {
    width: 100%;
  }
  .link_menu div.link_btn h2 {
    font-size: 24px;
    line-height: 1.0;
    margin-bottom: 20px;
  }
  .link_btn dl {
    width: 100%;
    height: 75px;
    float: none;
    padding: 2px;
    margin-right: 0px !important;
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
    /*テキストの高さ揃える*/
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .link_btn dl dt {
    float: left;
    font-size: 18px;
    margin: 5px 0 5px 5px;
    line-height: 0.9;
    width: 75px;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    letter-spacing: -0.8px;
    padding-top: 5px;
  }
  .link_btn dl dd {
    font-size: 4.5vw;
    line-height: 1.5;
    float: left;
    width: 65%;
    /** 以下高さ揃える**/
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
  }
  .link_btn dl i {
    display: inline;
    position: absolute;
    right: 10px;
    top: 35%;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 5px;
  }
}
/*20231115 白井*/
.mv_bg_slide.shiroi_mv {
  height: 568px;
  width: 960px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.inner_bgnone {
  width: 100%;
  padding-top: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width:769px), print {
  .inner_bgnone {
    margin-bottom: 20px;
  }
  .inner_bg03.pt20 {
    padding-top: 20px;
  }
  div.mess.sp_f16 {
    font-size: 16px;
  }
}
/*20231218 八千代*/
@media screen and (max-width:769px), print {
  .g_review_copy {
    margin: 10px 2%;
  }
}
#chibalp .g_review.slider a.border {
  min-height: 420px;
}
@media screen and (max-width:769px), print {
  #chibalp .g_review.slider a.border {
    min-height: 420px;
  }
}
/*1日葬プランカラー*/
h3.setplan_top {
  background: #ff7c82 !important;
}
.txt_cap {
  font-size: 16px;
}
@media screen and (max-width:769px), print {
  .txt_cap {
    font-size: 4.27vw;
  }
}
/*************************************************
20240313千葉LP全般改修
**********************************************/
/*リンクメニュー改修*/
.link_menu {
  padding-bottom: 6px;
}
@media screen and (max-width:769px), print {
  .link_btn .inside {
    margin-bottom: 0;
  }
  .link_btn a.btn_link:nth-child(3) dl {
    margin-bottom: 0;
  }
}
/*h2タイトル改修*/
.map h2, .place h2, .cbox h2, .topplan_bg h2, .slideconts_bg h2, .content_company h2 {
  border-bottom: 3px solid #d34376;
  border-top: 3px solid #d34376;
  padding: 7px 5px 5px 5px;
  text-align: center;
  border-left: none;
}
@media screen and (max-width:769px), print {
  /*白井市の未調整*/
  .map h2.shoroi_map_title {
    margin-top: 0;
  }
}
@media screen and (max-width: 769px), print {
  .map h2, .place h2, .cbox h2, .topplan_bg h2, .slideconts_bg h2, .content_company h2 {
    margin-top: 20px;/*地図隙間調整20250715*/
    padding-left: 0px !important;
    font-size: 5.0vw;
    text-align: center;
    display: block;
  }
}
/*地図改修+-ボタン位置変更*/
@media screen and (max-width:769px), print {
  .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
    bottom: 50% !important;
  }
}
/*マスコットポジション調整*/
.slideconts_bg .inner.guestvoice_inner {
  position: relative;
}
.chara_chiba02.renew_chera.pc {
  position: absolute;
  right: 10px;
  top: 0px;
}
/*sp*/
@media screen and (max-width:769px), print {
  .ctatop_box.renew_chera {
    padding-top: 20px;
  }
  .ctatop_box.renew_chera .inner {
    position: relative;
  }
  .chara_chiba02.renew_chera.sp {
    position: absolute;
    right: -3px;
    top: -40%;
    width: 35%;
  }
}
/*マップ文言改修*/
.map {
  height: auto;
}
.map_text {}
.map_icon_text {
  margin: 20px 0;
}
@media screen and (max-width:769px), print {
  .map_icon_text {
    margin: 20px 0;
  }
}
/*プラン項目との空白埋め*/
/*@media screen and (max-width:769px), print {
  section.topplan_bg {
    margin-top: -40px;
  }
}*/
/*メイン画像リニューアル*/
.mv_bg_renew {
  max-width: 960px;
  margin: 0px 0 40px; /*float: left;*/
  position: relative;
}
.mv_bg_renew::after {
  content: "";
  clear: both;
  height: 0;
  width: 0;
}
.mv_img_renew {
  margin: 0 0 0px;
  background-image: url(/lp/chiba/img/mv/mv_renew_pc.png);
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  min-height: 400px;
  background-position: top center;
  border-radius: 10px;
}
.mv_img_renew h1 {
  position: absolute;
  top: -60px;
  left: 9.5%;
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
  color: #d34376;
  font-size: 50px;
  text-align: center;
  /*font-family: "FOT-TsukuARdGothic Std", sans-serif;*/
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 6px;
  z-index: 2;
}
.mv_img_renew img.mv_flower01 {
  position: absolute;
  width: 20%;
  bottom: -12%;
  right: 4%;
  z-index: 2
}
.mv_img_renew img.mv_flower02 {
  position: absolute;
  left: 1.5%;
  width: 36%;
  bottom: -8%;
  z-index: 2
}
.mv_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: center;
  -webkit-box-pack: center;
  width: 95%;
  margin: 0 auto;
}
.mv_flex .catch_imgbox {
  width: 45%;
}
.mv_flex .catch_imgbox img {
  width: 100%;
}
.mv_flex .mv {
  width: 50%;
  margin: 0;
}
.mv_flex .mv img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (min-width:769px), print {
  .mv_bg_renew .pc {
    width: 100%;
  }
  .mv_bg_renew .pc .pc_catch {
    width: 16%;
    position: absolute;
    bottom: -2%;
    left: -1%;
    z-index: 2;
  }
  .mv_bg_renew h1 {
    margin-bottom: -40px;
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
    color: #d34376;
    font-size: 58px;
    text-align: center;
    letter-spacing: 8px;
    z-index: 2;
    position: relative;
    font-family: "M PLUS Rounded 1c", sans-serif;
  }
  .mv_bg_renew h1::before {
    content: "";
    background-image: url(/lp/chiba/img/mv_flower_01_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    width: 15%;
    height: 72px;
    position: absolute;
    left: 4%;
    bottom: -2%;
  }
  .mv_bg_renew h1::after {
    content: "";
    background-image: url(/lp/chiba/img/mv_flower_02_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    width: 15%;
    height: 72px;
    position: absolute;
    right: 1%;
    bottom: -2%;
  }
  /*.mv_bg_renew img.mv_flower01 {
  position: absolute;
  width: 20%;
  bottom: -12%;
  right: 4%;
}
.mv_bg_renew img.mv_flower02 {
  position: absolute;
  left: 1.5%;
  width: 36%;
  bottom: -8%;
}	*/
  .mv_bg_renew {
    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;
  }
  .mv_img_renew {
    width: 65%;
    height: 435.16px;
  }
  .mv_img_renew img.mv_flower01 {
    position: absolute;
    width: 24%;
    bottom: -7%;
    right: 4%;
  }
  .mv_img_renew img.mv_flower02 {
    position: absolute;
    left: 1.5%;
    width: 31%;
    bottom: -7%;
  }
  .mv_flex {
    width: 35%;
    flex-direction: column;
    align-items: flex-end;
  }
  .mv_flex .mvpc01, .mv_flex .mvpc02 {
    width: 90.5%;
    margin: 0;
  }
  .mv_flex .mvpc01 .slick-list {
    margin-bottom: 31.98px;
  }
  .mv_flex .mvpc02 .slick-list {
    margin-bottom: 0;
  }
  .mv_flex .mvpc01 img, .mv_flex .mvpc02 img {
    border-radius: 10px;
  }
  /*.mv_flex .mv::after{right: -40px;
    bottom: -4%;
    height: 82px;}*/
  .catch_imgbox.pc {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .catch_imgbox.pc img {
    width: 80%;
  }
}
@media screen and (max-width:769px), print {
  .mv_bg_renew {
    max-width: 960px;
    margin: 45px 0 10px; /*float: left;*/
  }
  .mv_img_renew {
    background-image: url(/lp/chiba/img/mv/mv_renew.jpg);
    min-height: 250px;
    background-size: cover;
    margin: 0 0 20px;
  }
  .mv_img_renew h1 {
    font-size: 8vw;
    top: -34px;
    left: 7%;
    letter-spacing: 4px;
  }
  .mv_img_renew img.mv_flower01 {
    width: 27%;
    bottom: -6%;
    right: 2%;
  }
  .mv_img_renew img.mv_flower02 {
    left: 1.5%;
    width: 35%;
    bottom: -8%;
    display: block;
  }
}

/*20240410 お客様の声とGレビューのマージン調整*/
.guestvoice_inner .g_review.slider {
  margin: 0 auto;
}
.guestvoice_inner .slick-list {
  margin-bottom: 0;
}
@media screen and (max-width:769px), print {
  main#content section.topplan_bg {
    padding-top: 0 !important
  }
}
/* スマホのプランバナー 20240423*/
@media screen and (max-width:769px), print {
  ul.plan_bnr {
    margin: 10px;
  }
  ul.plan_bnr li {
    margin-bottom: 10px;
  }
  ul.plan_bnr .cap {
    font-size: 0.9em;
    margin-left: 0 !important;
  }
}
/*20240530鎌ヶ谷mv*/
.mv_pingbg {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    background-image: url(../img/kamagaya_mv_bg.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    position: relative;
    /* padding: 20px 0; */
    background-position: center center;
	margin-bottom: 20px;
}
/*
.mv_pingbg::before {
  content: '';
  display: inline-block;
  width: 25%;
  height: 76%;
  background-image: url(../img/kamagaya_mv_bg_pc_l.png);
  background-size: contain;
  position: absolute;
  top: 10.5%;
  left: 19%;
  background-repeat: no-repeat;
	z-index: 1;
}
.mv_pingbg::after {
  content: '';
  display: inline-block;
  width: 25%;
  height: 76%;
  background-image: url(../img/kamagaya_mv_bg_pc_r.png);
  background-size: contain;
  position: absolute;
  top: 10.5%;
  right: 4.8%;
  background-repeat: no-repeat;
	z-index: 1;
}*/
.mv_pingbg .mv_bg_slide {
  width: 900px;
  margin: 0 auto;
  height: auto;position: relative; z-index: 2;
}
@media screen and (max-width:769px), print {
.mv_pingbg {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-size: cover;
    position: relative;
    /*padding: 20px 0;*/
	margin-top: 20px;
}	
	.mv_pingbg .mv_bg_slide {width: 98%;}	
  .mv_pingbg::before, .mv_pingbg::after {
    content: none;
  }
}


/*船橋MV*/
.mv_bg_slide.funabashi_mv{
	height: auto;
}


/**************************
20240724鎌ヶ谷斎場カセットをフレックスボックスに
*****************************/
@media screen and (min-width:769px), print {
ul.hall_list.flex_box{    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: center;
    -webkit-box-pack: center;}

	ul.hall_list.flex_box li{float: none; margin-left: 0; margin-right: 0;}
	.pc h3.main_tit_3,h3.main_tit_3.pc  {margin-left: 10px;
    margin-bottom: 10px;}
	.shop_cassette{width: 99.8%;}

}
@media screen and (max-width:769px), print {
	.shop_cassette .slick-prev:before, .shop_cassette .slick-next:before{ color: #999;}

}


/*鎌ヶ谷斎場カセットへのページ内リンク*/
ul.flex_link {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0px 0 30px 25px;
    align-items: flex-start; 
}
ul.flex_link li.linkBox.inBox {
    width: auto !important;
    margin-right: 20px;
    margin-left: 0;
}
.linkBox a.icon {
    margin-top: 10px;
    float: right !important;
    text-align: right !important;
}
ul.flex_link .pc,ul.flex_link .sp{ margin: -10px 20px 0 0 }


@media screen and (max-width: 769px), print {
    ul.flex_link {
        flex-direction: column; margin-left: 0;
    }
    ul.flex_link li.linkBox.inBox a {
        font-size: 5vw !important;
        letter-spacing: 3.0px; margin-top: 15px;
    }	
}

/*5つのポイントチーバ君point1に置いた修正*/
@media screen and (min-width: 769px), print {
.flex_chiba_point{
	    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:center;
    -webkit-box-pack: center;
	
}

.flex_chiba_point p.flex_chiba_p{
	width: 70%;font-size: 18px;
    line-height: 1.8;
}
.flex_chiba_point img{ width: 25%;}
}
@media screen and (max-width: 769px), print {
	.flex_chiba_point p.flex_chiba_p{  font-size: 4.8vw !important; margin-bottom: 10px;}}


/*CTAの上のコピーの文字サイズ*/

@media screen and (max-width: 769px), print {
	.sp_cta_copy{ 
		font-size: 4.8vw !important;
		margin-top: 40px;
		margin-bottom: 5px!important;
		text-align: center;
		clear: both;
	}

}





