@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 769px), print {
  #wrapper #content {
    margin-top: 0;
    padding-top: 0;
  }
}
/*20250620追加 ここから*/
.map h2, .place h2, .cbox h2, .topplan_bg h2, .slideconts_bg h2, .content_company h2 {
  margin-top: 50px;
}
h2.under_tit span {
  font-size: 28px !important;
}
h2.under_tit span.small {
  font-size: 28px !important;
}
h2.under_tit {
  border: none !important;
}
h2.under_tit {
  border: none !important;
  text-align: center;
  position: relative;
  margin-bottom: 7% !important;
  letter-spacing: 0.1em;
  font-size: 20px !important;
  clear: both;
}
h2.under_tit::after {
  position: absolute;
  content: "";
  background-color: #d34376;
  width: 100px;
  height: 4px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.slider_top {
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px), print {
  .slider_top {
    margin-top: 0.5em;
  }
}
.main-box {
  float: left;
  margin-top: 11%;
  margin-left: 20px;
}
.main_price {
  font-size: 48px;
  color: #cc3366;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1em;
  text-align: center;
}
.main_price img {
  vertical-align: top;
  height: auto;
  margin-top: 3px;
  margin-right: 5px;
  margin-left: 5px;
  width: 20px;
}
.main_price span.small {
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  bottom: 10px;
  right: 0;
}
.main_ttl {
  padding: 3px 30px;
  margin: 0 auto 15px;
  max-width: 370px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
.main_price-tax {
  font-size: 20px;
  color: #888;
  font-weight: normal;
  text-align: right;
}
.main_price .marker_yellow_hoso {
  background: linear-gradient(#fff 58%, #ffff66 58%, #ffff66 90%, #fff 90%) !important;
}
.selected_reason {
  overflow: hidden;
}
.selected_reason .reason_box {
  clear: both;
  margin-top: 40px;
  overflow: hidden;
}
.selected_reason .reason_box dl {
  float: left;
  width: 58%;
}
.selected_reason .reason_box dt {
  background: #fedde8;
  border-radius: 5px;
  padding: 6px 10px;
  height: auto;
  font-size: 30px;
  font-weight: bold;
  color: #cc3366;
  float: left;
}
.selected_reason .reason_box dd.ttl {
  float: left;
  margin-left: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #cc3366;
  vertical-align: middle;
  line-height: 2.2;
}
.selected_reason .reason_box dd.ttl.two {
  line-height: 1.2;
}
.selected_reason .reason_box dd.ttl span {
  font-size: 0.8em;
}
.selected_reason .reason_box dd.reason_txt {
  float: none;
  clear: both;
  font-size: 18px;
  font-weight: normal;
  padding-top: 40px;
}
.selected_reason .reason_box div.reason_txt {
  display: none;
}
.reason_cap {
  text-align: right;
  font-size: 0.8em;
  color: #333333;
  font-weight: normal;
  margin-top: 5px;
}
.selected_reason .reason_box .photo {
  float: right;
  width: 350px;
}
.selected_reason .reason_box.first {
  margin-top: 0px;
}
.selected_reason .reason_box.first .photo {
  float: right;
  width: 330px;
  margin-right: 15px
}
@media screen and (max-width: 767px) {
  #map.matsudo {
    /*	width: 90%;*/
    height: 500px;
    border: 4px solid #ccc;
    margin: 0 auto 20px;
  }
  h2.under_tit span.small {
    font-size: 4.4vw !important;
  }
  h2.under_tit span {
    font-size: 6.4vw !important;
  }
  .slider_top {
    float: none;
  }
  .main-box {
    float: none;
    margin-top: 20px;
    margin-left: 0px;
  }
  .main_ttl {
    margin: 0 auto 5px;
    max-width: 100%;
    font-size: 6.93vw;
  }
  .main_price {
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1.2em;
    text-align: center;
  }
  .main_price img {
    margin-top: 6px;
    margin-right: 5px;
    margin-left: 5px;
    width: 22px;
  }
  .main_price-tax {
    margin-top: 5px;
    font-size: 4vw;
    padding-right: 50px;
    margin-top: -5px;
  }
  .selected_reason .reason_box {
    padding: 15px;
    margin-top: 20px;
  }
  .selected_reason .reason_box dl {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .selected_reason .reason_box dt {
    border-radius: 5px;
    padding: 6px 8px;
    height: auto;
    font-size: 30px;
    font-weight: bold;
    color: #c52965;
    float: left;
    margin-bottom: 20px;
    margin-left: 30px;
  }
  .selected_reason .reason_box.fouth dt {
    margin-left: 15px;
  }
  .selected_reason .reason_box.first .photo {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .selected_reason .reason_box .photo {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .selected_reason .reason_box dd.reason_txt {
    display: none;
  }
  .selected_reason .reason_box div.reason_txt {
    display: block;
  }
  .selected_reason .reason_box .reason_txt {
    font-size: 4.8vw;
    padding-top: 20px;
  }
  .selected_reason .reason_box dd.ttl span {
    font-size: 0.7em;
  }
  .selected_reason .reason_box dd.ttl {
    margin-left: 10px;
    font-size: 6.4vw;
    line-height: 2.4;
  }
}
@media screen and (min-width: 769px), print {}
.marker_yellow_hoso {
  background: linear-gradient(transparent 75%, #ffff66 60%) !important;
}
/***********************************
プランエリア PC
************************************/
@media screen and (max-width: 769px), print {
  section#detail_plan {
    margin: 0 15px 30px !important;
  }
}
section.topplan_bg {
  width: 100%;
  padding-top: 0px !important;
  padding-bottom: 25px;
  padding-left: 5px;
  padding-right: 5px;
  background: #fff !important;
}
/*セットプラン*/
h3.setplan_top {
  background: #ee6b9a;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 305px !important;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
  padding: 6px 0 4px 0;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);
  margin-left: 15px !important;
}
div.setplan_top {
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 305px !important;
  height: 355px !important;
  padding: 17px !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);
  margin-left: 15px !important;
}
.setplan_top .cap {
  margin-bottom: 10px;
}
/*スタンダードプラン*/
h3.standardplan_top {
  background: #fd7faf !important;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 305px !important;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
  padding: 6px 0 4px 0;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);
  margin-left: 15px;
}
div.standardplan_top {
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 305px !important;
  height: 355px !important;
  padding: 12px !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);
  margin-left: 15px;
}
/*オリジナルプラン*/
h3.originalplan_top {
  background: #5ad0d7 !important;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 305px !important;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
  padding: 6px 0 4px 0;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);
  margin-left: 15px;
}
div.originalplan_top {
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 305px !important;
  height: 355px !important;
  padding: 12px !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);
  margin-left: 15px;
}
/*火葬プラン*/
h3.kasoplan_top {
  background: #fca005 !important;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 305px !important;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
  padding: 6px 0 4px 0;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);
  margin-left: 5px !important;
}
div.kasoplan_top {
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 305px !important;
  height: 355px !important;
  padding: 12px !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);
  margin-left: 5px !important;
}
.topplan_bg .float_l {
  float: left;
  padding-bottom: 10px;
  margin-top: 20px;
}
.topplan_bg .float_l p.detail {
  font-size: 12px;
  margin-top: 8px;
  font-weight: bold;
}
.topplan_bg .float_l p.cap {
  font-size: 11px;
  margin-top: 6px;
  font-weight: bold;
}
.topplan_bg span.linkBox.inBox {
  clear: both;
  margin-top: 10px;
}
.cap_red {
  clear: both;
  margin-top: 5px;
  color: #ff3333;
  border: 2px solid #ff3333;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
}
.link02 {
  text-align: right;
  clear: both;
  font-size: 16px;
  margin-top: -10px;
  text-decoration: underline;
}
.aichi_plan_bnr img {
  border: solid 1px #999999;
  box-sizing: border-box;
}
.chiba-contents {
  margin: 0 3%;
}
.aichi-contents {
  margin: 0 3%;
}
.aichi-contents p {
  font-size: 15px;
}
/***********************************
プランエリア　SP
************************************/
@media screen and (max-width: 767px) {
  h2.main_tit_2 span {
    font-size: 5vw !important;
  }
  section.topplan_bg {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px !important;
  }
  section.topplan_bg .inner {
    width: 100%;
    margin: 0 auto;
  }
  .topplan_bg h2.top_tit span {
    border-left: none !important;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding-left: 5px;
    font-size: 24px;
    text-align: center;
  }
  .topplan_bg h2.top_tit {
    margin: 20px auto;
    width: 100%;
  }
  h3.setplan_top {
    width: 95%;
    margin: 30px auto 0;
    text-align: center;
  }
  div.setplan_top {
    width: 95%;
    margin: 0 auto;
    height: auto !important;
    padding: 12px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);
  }
  h3.standardplan_top {
    width: 95%;
    margin: 30px auto 0;
    text-align: center;
  }
  div.standardplan_top {
    width: 95%;
    height: auto !important;
    margin: 0 auto;
    padding: 12px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);
  }
  h3.originalplan_top {
    width: 95%;
    margin: 30px auto 0;
    text-align: center;
  }
  div.originalplan_top {
    width: 95%;
    height: auto !important;
    margin: 0 auto;
    padding: 12px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);
  }
  h3.kasoplan_top {
    width: 95%;
    margin: 30px auto 0;
    text-align: center;
  }
  div.kasoplan_top {
    width: 95%;
    height: auto !important;
    margin: 0 auto;
    padding: 12px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);
  }
  .topplan_bg .float_l {
    float: none;
    padding-bottom: 10px;
  }
  .title_head {
    font-weight: bold !important;
    margin-bottom: 10px !important;
  }
}
/*マップ説明文*/
/*--　マップの説明　--*/
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 {
  padding-left: 20px;
  line-height: 1.6em;
  background: url(/lp/common/map/img/mappin.png) left 0px top 0px no-repeat;
  background-size: 15px auto;
}
ul li.mapicon_k {
  padding-left: 20px;
  line-height: 1.6em;
  background: url(/lp/common/map/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(/lp/common/map/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(/lp/common/map/img/mappin_m.png) left 0px top 0px no-repeat;
  background-size: 15px auto;
}
@media screen and (max-width:769px) {
  /*--　マップの説明　--*/
  ul.map_cap li {
    margin-bottom: 10px;
    margin-left: 10px;
  }
  ul li.mapicon {
    padding-left: 20px;
    line-height: 1.6em;
    background: url(/lp/common/map/img/mappin.png) left 0px top 0px no-repeat;
    background-size: 15px auto;
  }
  ul li.mapicon_k {
    padding-left: 20px;
    line-height: 1.6em;
    background: url(/lp/common/map/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(/lp/common/map/img/mappin_j.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;
  }
  p.kumamotomap_p {
    padding: 0 2%;
  }
  ul.map_cap li:first-child {
    margin-left: 10px;
  }
  ul.map_cap li {
    margin-bottom: 10px;
    margin-left: 10px;
  }
  #map,.aichilp #map_canvas {
    width: 95% !important;
    height: 350px !important;
    border: 4px solid #ccc;
    margin: 0 auto 20px;
  }
}
/***********************************
他の斎場を探すエリア
************************************/
.searchlist {
  padding-bottom: 40px;
}
.search_list_ttl {
  font-size: 32px;
  border-bottom: 3px solid #9fa0a0;
  position: relative;
  font-weight: normal;
}
h2.search_list_ttl {
  margin-bottom: 30px;
}
.search_list_ttl:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 50px;
  height: 3px;
  background: #ef859b;
}
.search_list_ttl02 {
  font-size: 24px;
  position: relative;
  padding-left: 15px;
}
h3.search_list_ttl02 {
  margin-top: 20px;
}
.search_list_ttl02:after {
  position: absolute;
  content: "";
  left: 0;
  width: 2px;
  height: 100%;
  background: #ef859b;
}
.search_list_ttl03 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid #9fa0a0;
}
.search_list_prefectures-box {
  padding: 0;
}
.search_list_prefectures-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search_list_prefectures-ul li {
  width: 8em;
  font-size: 18px;
  padding-left: 15px;
  margin-top: 15px;
  margin-right: 10px;
  position: relative;
  list-style-type: none;
}
.search_list_prefectures-ul li::after {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  width: 8px;
  height: 14px;
  content: "";
  background-image: url(/search/img/list/arrow.png);
  background-size: cover;
}
.search_list_ttl em {
  font-weight: bold;
}
@media screen and (max-width:769px) {
  .search_list_ttl {
    /* margin-left: 10px;
    margin-right: 10px;*/
    font-size: 18px;
  }
  .search_list_prefectures {
    margin: 0 auto;
    width: 95%;
  }
  .search_list_prefectures .search_list_ttl02 {
    /* margin-right: 10px;
    margin-left: 10px;*/
  }
  .search_list_prefectures-box {
    margin-right: 10px;
    /* margin-left: 10px;*/
    padding: 0 10px 0 25px;
  }
  .search_list_prefectures-ul li {
    width: 5.8em;
    font-size: 16px;
    padding-left: 15px;
    margin-top: 15px;
  }
  .searchlist.miyazaki_search .search_list_prefectures-ul li {
    width: 42%;
  }
  .search_list_prefectures-ul li::after {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0;
    width: 7px;
    height: 12px;
    background-size: cover;
  }
  .searchlist {
    padding-bottom: 40px;
    margin-top: 10px;
  }
  #main p {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .search_list_ttl em {
    font-size: 21px;
    font-weight: bold;
  }
  .search_list_ttl02 {
    margin-top: 30px;
    font-size: 16px;
    padding-left: 10px;
  }
  .search_list_ttl03 {
    margin-top: 30px;
    font-size: 16px;
  }
}
/*****************************
20250722-会社概要下のピンク枠～でご葬儀をお考えの方へcss
*****************************/
.search_list_point {
  max-width: 960px !important;
  background-color: #fedde8;
  padding: 50px 0px 20px;
  margin: 0 auto 40px;
  border-radius: 5px;
}
.search_list_point-ttl {
  text-align: center;
  font-size: 32px;
  font-weight: normal;
}
.search_list_point-ttl span {
  font-weight: bold;
}
.search_list_point-ul li {
  padding-left: 30px;
  font-size: 24px;
  position: relative;
  width: 520px;
  margin: 25px auto 0;
}
.search_list_point-ul li em {
  color: #ff0000;
  font-weight: bold;
}
.search_list_point-ul li::after {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 0;
  width: 26px;
  height: 20px;
  content: "";
  background-image: url(/search/img/list/check.png);
}
@media screen and (max-width:769px) {
  .search_list_ttl {
    /* margin-left: 10px;
    margin-right: 10px;*/
    font-size: 18px;
  }
  .search_list_prefectures {
    margin: 0 auto;
    width: 95%;
  }
  .search_list_prefectures .search_list_ttl02 {
    /* margin-right: 10px;
    margin-left: 10px;*/
  }
  .search_list_prefectures-box {
    margin-right: 10px;
    /* margin-left: 10px;*/
    padding: 0 10px 0 25px;
  }
  .search_list_prefectures-ul li {
    width: 5.8em;
    font-size: 16px;
    padding-left: 15px;
    margin-top: 15px;
  }
  .search_list_prefectures-ul li::after {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0;
    width: 7px;
    height: 12px;
    background-size: cover;
  }
  .searchlist {
    padding-bottom: 40px;
    margin-top: 10px;
  }
  #main p {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .search_list_ttl em {
    font-size: 21px;
    font-weight: bold;
  }
  .search_list_ttl02 {
    margin-top: 30px;
    font-size: 16px;
    padding-left: 10px;
  }
  .search_list_ttl03 {
    margin-top: 30px;
    font-size: 16px;
  }
  .search_list_point {
    width: auto;
    padding: 30px 0px;
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .search_list_point-ttl {
    font-size: 5.2vw;
  }
  .search_list_point-ul {
    margin: 20px 10px;
  }
  .search_list_point-ul li {
    padding-left: 30px;
    font-size: 4vw;
    width: auto;
    margin: 5px auto 0;
  }
  .search_list_point-ul li em {
    color: #ff0000;
    font-weight: bold;
  }
  .search_list_point-ul li::after {
    margin-top: -8px;
    width: 20px;
    height: 15px;
    background-size: cover;
  }
}
/****************************
家族葬ホールを探す
******************************/
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
}*/
h3.area_title {
  padding: 0.5em;
  font-weight: bold;
  font-size: 18px;
  border-left: 2px solid rgb(211, 67, 118) !important;
  margin: 20px auto;
  text-align: left;
}
@media screen and (max-width: 769px), print {
  h3.area_title {
    background: #D34376;
    color: #fff;
    border-radius: 5px;
    width: 98%;
    margin: 20px auto 10px;
    border-left: none;
    font-size: 4.8vw;
  }
}
@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;
  }
}
/*--　テーブル --*/
.main_tit_3,.main_tit_3.pc {
  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;
  margin-bottom: 40px;
}
.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: 0;
  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;
}
.kouei .tag i {
  color: #3278ae;
}
.tb_inner p.tag_off i {
  color: #ccc;
}
.tb_inner .cap_red {
  margin-top: 10px;
}
/*--　タグ一覧 --*/
.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%;
}
.kouei .tag {
  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;
  }
  .hall_list.flex_box .slick-list {
    margin-bottom: 0;
  }
}
/*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;
  }
}
/***************
地図
***************/
@media screen and (max-width: 769px) {
  section.map_contents {
    width: 95%;
    margin: 0 auto;
  }
  section.map_contents ul.map_cap li, section.map_contents ul.map_cap li:first-child {
    margin-left: 0;
  }
}
/***********************
Gレビュー
**************************/
@media screen and (max-width: 769px), print {
  .g_review_copy {
    margin: 10px 2%;
  }
}
/*************************
プランバナー調整
**************************/
@media screen and (max-width: 767px), print {
  .place.lmenu_under #detail_plan .list-plans {
    padding: 0;
  }
  .list-plans.ichiran .list-plans p.list-subttl {
    font-size: 12px !important;
  }
}
/******************
フッター
****************/
@media screen and (min-width: 769px), print {
  .footer_top {
    margin-top: 20px;
  }
}
/**********************
京田辺LP用cssここから
***********************/
@media screen and (min-width: 769px), print {
  .kyotanabelp .main_ttl {
    padding: 3px 17px;
    line-height: 1.4;
    display: inline-block;
  }
}
p.hall_name_pur {
  color: #b638f8;
  font-size: 17px;
  font-weight: bold;
  float: left;
  padding-top: 5px;
}
@media screen and (max-width: 767px), print {
  .kyotanabelp .main_ttl {
    padding: 3px 22px;
  }
  p.hall_name_pur {
    font-size: 4.53vw;
  }
}
/*プラン項目*/
/*--------------------------------可変タブ切り替え*--------------------------------*/
.hide {
  display: none;
}
.kyotanabelp .tab li.first {
  background: #fb669d;
}
.kyotanabelp .tab li.second {
  background: #a370f5;
}
.kyotanabelp .tab li {
  width: 49%;
  position: relative;
  display: inline-block;
  padding: 10px 30px 6px 30px;
  cursor: pointer;
  border-radius: 6px 6px 0 0;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  margin-left: 5px;
  text-align: center;
}
.kyotanabelp .tab_content {
  border-radius: 5px;
  height: auto;
  padding: 10px 15px 30px;
  ;
  clear: both;
  overflow: hidden;
}
.kyotanabelp .tab_content .plan_inner {
  clear: both;
  overflow: hidden;
  margin-top: 20px;
}
.kyotanabelp .tab_content .plan_inner ul li {
  float: left;
  margin-left: 15px;
  margin-bottom: 20px;
}
.kyotanabelp .tab_content .plan_inner ul li:first-child {
  margin-left: 0px;
}
.kyotanabelp .tab_content .plan_inner ul li:nth-child(4) {
  margin-left: 0px;
}
.kyotanabelp #first_tab {
  border-top: solid 6px #fb669d;
  background: #feeff3;
  border-radius: 2px;
}
.kyotanabelp #second_tab {
  border-top: solid 6px #a370f5;
  background: #f4edfe;
  border-radius: 2px;
}
/*SPのみ　ここから*/
@media screen and (max-width: 767px) {
  .kyotanabelp .tab li.first {
    margin-left: 1.5%;
  }
  .kyotanabelp .tab li {
    padding: 5px 15px 2px;
    font-size: 4.2vw;
    width: 47.5%;
    margin-left: 0px;
  }
  .kyotanabelp .tab_content .plan_inner ul li {
    float: none;
    margin-left: 0px;
  }
  .kyotanabelp .tab_content .plan_inner ul li:last-child {
    margin-bottom: 0px;
  }
  .kyotanabelp .tab_content .linkBox a {
    font-size: 1.0em !important;
  }
}
/*プランリンク*/
.kyotanabelp .tab_content .inBox {
  padding: 0;
}
.kyotanabelp .link--left-icon a {
  position: relative;
  display: inline-block;
  color: #347eb0;
  text-decoration: underline;
}
.kyotanabelp .link--left-icon a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: -20px;
  width: 12px;
  height: 12px;
  background: url(/search_area/img/templates/linkArrow.png) no-repeat;
  background-size: contain;
}
/*@media screen and (max-width: 769px), print {
 .sub_info.plan .sp{
        margin: 0 15px 30px !important;
    }
	
}*/
/*ショップカセット*/
[class^="shop_cassette"] .slick-prev:before, [class^="shop_cassette"] .slick-next:before {
  color: #999;
}
.kyotanabelp .hall_btn {
  background: #475688;
  color: #fff;
  letter-spacing: 2px;
  font-size: 15px;
  padding: 8px 10px 8px 0;
  position: relative;
  border-radius: 10px;
  display: block;
  width: 42%;
  margin: 5px auto 5px;
  text-align: center;
}
.kyotanabelp .hall_btn::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f105';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  right: 7px;
  margin: auto;
  text-align: center;
  top: 0px;
}
/*リンク2列に*/
@media screen and (max-width: 767px) {
  .kyotanabelp ul.flex_link {
    flex-direction: row;
  }
  .kyotanabelp ul.flex_link li.linkBox.inBox {
    width: 45% !important;
    margin-right: 0;
  }
  .kyotanabelp ul.flex_link li.linkBox.inBox a {
    font-size: 5vw !important;
    letter-spacing: 2px;
    margin-top: 15px;
    text-align: left !important;
    float: left !important;
  }
}
/**********************
けいはんなLP用cssここから
***********************/
/*プラン項目*/
@media screen and (min-width: 769px), print {
  .kyotanabelp.keihannalp .main_ttl {
    padding: 3px 8px;
    line-height: 1.4;
    display: inline-block;
  }
}
.kyotanabelp.keihannalp .main_ttl span {
  font-size: 43%;
}
.kyotanabelp.keihannalp .main_ttl span.small_text {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  float: right;
}
.kyotanabelp.keihannalp .main_ttl::after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 767px) {
  .kyotanabelp.keihannalp .main_ttl {
    margin: 0 auto 5px;
    max-width: 100%;
    font-size: 6.93vw;
    padding: 3px 22px;
  }
  .kyotanabelp.keihannalp .main_ttl span.small_text {
    font-size: 4.2vw;
  }
  .kyotanabelp.keihannalp .search_list_point-ttl {
    padding: 0 15px;
  }
}
/*************************
岡山LP用css
***********************/
.okayamalp .main-box .main_price p.title_small_text {
  font-size: 21px;
  line-height: 1.2;
  margin-right: 5px;
  color: #cc3366;
}
.okayamalp .main_price span.small {
  line-height: 4;
  margin-bottom: 0;
}
.okayamalp .main_price .marker_yellow_hoso {
  padding-bottom: 10px;
}
.okayamalp .main_price {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-start;
  margin-bottom: 0;
}
.okayamalp .main_price-tax {
  margin-top: -5px;
}
p.sub_price-tax {
  font-size: 18px;
  margin-top: 0px;
  color: #888;
  float: right;
}
@media screen and (max-width: 767px) {
  .okayamalp .main_price {
    width: fit-content;
    margin: 0 auto;
  }
  .okayamalp .main-box .main_price span.title_small_text {
    font-size: 4.2vw;
    line-height: 1.4;
    padding-top: 10px;
  }
  p.sub_price-tax {
    font-size: 3.5vw;
    margin: 0 auto;
    text-align: right;
    float: none;
    padding-right: 50px;
  }
}
/*プランバナー*/
.okayamalp .setplan-tbl ul {
  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;
}
.okayamalp .setplan-tbl ul li {
  width: 31%;
}
.okayamalp .setplan-tbl ul li img {
  width: 100%;
}
.link--left-icon a {
  position: relative;
  display: inline-block;
  color: #347eb0;
  text-decoration: underline;
}
.link--left-icon a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: -20px;
  width: 12px;
  height: 12px;
  background: url(/search_area/img/templates/linkArrow.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .okayamalp .setplan-tbl ul {
    flex-direction: column;
    padding: 0 15px;
  }
  .okayamalp .setplan-tbl ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .okayamalp .setplan-tbl ul li:last-child {
    margin-bottom: 0;
  }
}
.okayamalp .hall_btn {
  background: #475688;
  color: #fff;
  letter-spacing: 2px;
  font-size: 15px;
  padding: 8px 10px 8px 0;
  position: relative;
  border-radius: 10px;
  display: block;
  width: 42%;
  margin: 5px auto 5px;
  text-align: center;
}
.okayamalp .hall_btn::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f105';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  right: 7px;
  margin: auto;
  text-align: center;
  top: 0px;
}
.hall_name.org {
  color: #ef7d35;
}
.okayamalp ul.flex_link .pc, .okayamalp ul.flex_link .sp {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .okayamalp .hall_btn {
    width: 55%;
  }
  .okayamalp #map_canvas {
    width: 100% !important;
    height: 350px !important;
  }
}
/*プランバナー*/
@media screen and (min-width: 767px) {
  .okayamalp #detail_plan .list-plans h3 span.titlesmall {
    font-size: 16px !important;
}
.okayamalp #detail_plan .list-plans h3 {
    font-size: 22px;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    line-height: 1.2;
    text-align: center;
}
.okayamalp #detail_plan .list-plans h3 span {
    font-size: 32px;
    margin-right: 3px;
}
}
.okayamalp .list-plans ul.pc.box-3cols-fix li:nth-child(1) p.list-subttl/*,.list-plans ul.pc.box-3cols-fix li:nth-child(3) p.list-subttl*/
{
	margin-top: 25px;
}
/*.okayamalp #detail_plan .list-plans .pc.box-3cols-fix li:nth-child(3) img.saidan_img{
object-position: 80% 20%;
}*/
@media screen and (max-width: 767px) {
	.okayamalp #detail_plan .list-plans h3{line-height: 1.2; margin: 0;}
.okayamalp #detail_plan .list-plans h3 span.titlesmall {
    font-size: 14px !important;
}	
/*.okayamalp section#detail_plan{padding: 0 15px;}
}*/

}

/*****************************
パターン2のFV
*******************************/
.fv_p02 {
  background: url(/lp/common/img/p2_fv_pc.jpg) no-repeat right top / contain;
  width: 100%;
  height: 330px;
  position: relative;
  margin: 30px 0 60px;
  padding-top: 40px;
}
.fv_p02 .fv_textbox {
  margin-left: 15px;
  width: 55%;
  flex-direction: column;
  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;
}
.fv_p02 .fv_textbox h1 {
  position: relative;
  background: #cb0062;
  font-size: 25px;
  padding: 7px 6px 5px 6px;
  border-radius: 40px;
  color: #ffffff;
  font-weight: bold;
  width: 370px;
  text-align: center;
  margin: -40px 0 20px;
}
.fv_p02 .fv_textbox h2 {
  font-size: 27px;
  letter-spacing: 3px;
  text-align: center;
}
.fv_p02 .fv_textbox h2 span.dots {
  padding-top: 10px;
  background-position: 0px -5px;
  background-repeat: repeat-x;
  background-size: 0.9em 0.9em;
  background-image: radial-gradient(circle at center, #333 20%, transparent 20%);
}


/*スマホの場合*/
@media screen and (max-width: 767px) {
.fv_p02 .fv_textbox h2 span.dots {
  padding-top: 10px;
  background-position: 16px -5px;
  background-repeat: repeat-x;
  background-size: 0.9em 0.9em;
	}
}



.fv_p02 .fv_textbox h2 span.bigtext {
  font-size: 155%;
}
.fv_p02 .fv_textbox h2 span.bigtext span {
  font-size: 70%;
}
.marker_yellow_hoso.bigtext{background: linear-gradient(transparent 60%, #ffe566 60%) !important;}
.fv_p02 .fv_textbox .pricebox {
  width: 47%;
  margin: 0px auto;
  font-weight: bold;
}
.fv_p02 .fv_textbox .pricebox .pricebox_flex {
  width: 100%;
  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;
}
.fv_p02 .fv_textbox .pricebox .pricebox_flex p.tatetext {
  font-size: 16px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.fv_p02 .fv_textbox .pricebox .pricebox_flex p.price_text {
  color: #cb0062;
  font-size: 40px;
}
.fv_p02 .fv_textbox .pricebox .pricebox_flex p.price_text_other {
  font-size: 14px;
  line-height: 1.2;
}
.fv_p02 .fv_textbox .pricebox .pricebox_flex p.price_text_other span {
  font-size: 140%;
}
.fv_p02 .fv_textbox .pricebox p.price_text_small {
  text-align: right;
  margin-top: -10px;
	font-size: 14px;
}
.fv_p02 .fv_textbox .pricebox p.price_text_small span {
  font-size: 140%;
}
.fv_p02 img.pc.g_voicemark {
  width: 13.5%;
  top: 0%;
  right: 17%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .fv_p02 {
    background: url(/lp/common/img/p2_fv_sp.jpg) no-repeat right bottom / contain;
    width: 100%;
    height: 500px;
    padding: 0;
    margin: 0 0 40px;
    ;
  }
  .fv_p02 .fv_textbox {
    width: 100%;
	margin-left: 0px;  
  }
  .fv_p02 .fv_textbox h1 {
    width: 80%;
    font-size: 5.33vw;
    margin: 20px auto;
    padding: 5px 6px 3px 6px;
  }
  .fv_p02 .fv_textbox h2 {
    font-size: 4.8vw;
	  letter-spacing: 1.5px;
  }
  .fv_p02 .fv_textbox .pricebox {
        font-weight: bold;
        width: 38%;
        position: absolute;
        bottom: 34%;
        left: 17%;
  }
  .fv_p02 .fv_textbox .pricebox .pricebox_flex p.tatetext, .fv_p02 .fv_textbox .pricebox .pricebox_flex p.price_text_other {
    font-size: 2.5vw;
  }
  .fv_p02 .fv_textbox .pricebox p.price_text_small {
font-size: 2.2vw;
        margin-top: -5px;
  }
  .fv_p02 .fv_textbox .pricebox .pricebox_flex p.price_text {
    font-size: 6vw;
  }
  .fv_p02 img.sp.g_voicemark {
    /*width: 45%;
    position: absolute;
    bottom: 33%;
    left: 18%;*/
    width: 60%;
    margin: 10px auto;	  
  }
}


/* スマホ390px以上の機種*/
@media (min-width: 391px) and (max-width: 430px) {
	.fv_p02 {
        height: 550px!important;
    }
}
/****************************
千葉
******************************/
@media (max-width: 769px)  {
p.chibamap_p{width: 95%; margin: 0 auto;}
}

.chibalp .hall_btn {
    background: #475688;
    color: #fff;
    letter-spacing: 2px;
    font-size: 15px;
    padding: 8px 10px 8px 0;
    position: relative;
    border-radius: 10px;
    display: block;
    width: 42%;
    margin: 5px auto 5px;
    text-align: center;
}
@media (max-width: 769px)  {
.chibalp .place{margin-top: 0 !important;}
}

/****************************
愛知
******************************/
@media (max-width: 769px)  {
.aichilp p.aichi_map_p,.aichilp #map_canvas{width: 95% !important; margin: 0 auto;}
	.aichilp p.aichi_map_p{margin-bottom: 10px;}
}
