@charset "UTF-8";
/* === Crear-fix =============================== */
/* =　MV
----------------------------------------------- */
#cemetery {
  /* maru add 20150208 */ }
  #cemetery #mv {
    background: url(../img/banner.jpg) no-repeat center center; }
  #cemetery ruby {
    ruby-position: before; }
  #cemetery .cmt {
    width: 50%;
    float: left;
    padding-right: 10px; }
  #cemetery .size {
    text-align: center; }
    #cemetery .size img {
      width: 30%; }
  #cemetery .section strong {
    color: #581414;
    display: block;
    font-weight: bold; }
  #cemetery .cmt_table {
    width: 100%;
    table-layout: fixed;
    border: 1px solid #ddd;
    margin: 0; }
    #cemetery .cmt_table.fixed {
      table-layout: fixed; }
    #cemetery .cmt_table.full {
      width: 100%; }
    #cemetery .cmt_table th, #cemetery .cmt_table td {
      border: 1px solid #ccc;
      padding: 8px 10px;
      vertical-align: middle;
      text-align: center; }
      #cemetery .cmt_table th.num, #cemetery .cmt_table td.num {
        text-align: right; }
    #cemetery .cmt_table thead th {
      background: #ddd;
      white-space: nowrap;
      text-align: center; }
    #cemetery .cmt_table tbody th {
      background: #f0f0f0;
      white-space: nowrap;
      text-align: center; }
  #cemetery .map_wrap {
    position: relative; }
    #cemetery .map_wrap .kouiki_map {
      width: 80%;
      margin: 0 auto 20px; }
    #cemetery .map_wrap .reien_map {
      width: 50%;
      margin: 0 auto 80px !important; }
    #cemetery .map_wrap .sp-reien_map {
      display: none; }
    #cemetery .map_wrap .map_item_wrap span {
      display: none; }
    #cemetery .map_wrap .map_item_wrap .ph06-1 {
      position: absolute;
      top: 204px;
      left: 163px; }
    #cemetery .map_wrap .map_item_wrap .ph06-2 {
      position: absolute;
      top: 204px;
      left: 245px; }
    #cemetery .map_wrap .map_item_wrap .ph06-3 {
      position: absolute;
      top: 325px;
      left: 191px; }
    #cemetery .map_wrap .map_item_wrap .ph06-4 {
      position: absolute;
      top: 364px;
      left: 167px; }
    #cemetery .map_wrap .map_item_wrap .ph06-1 img, #cemetery .map_wrap .map_item_wrap .ph06-2 img, #cemetery .map_wrap .map_item_wrap .ph06-3 img, #cemetery .map_wrap .map_item_wrap .ph06-4 img {
      width: 60%; }
  #cemetery .cemetery_item h2 {
    border-left: 3px solid #581414;
    padding: 15px 0 8px 10px;
    background: #f0f0f0; }
  #cemetery .inline_content {
    width: 300px;
    overflow: hidden;
    text-align: left; }
    #cemetery .inline_content p {
      background: #581414;
      color: #fff;
      text-align: center;
      margin-bottom: 10px; }
    #cemetery .inline_content .list li {
      vertical-align: middle; }
      #cemetery .inline_content .list li::before {
        content: '';
        width: 0.5em;
        height: 0.5em;
        border-radius: 100%;
        background: #581414;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.25em; }
  #cemetery .num {
    text-align: right; }
  #cemetery #cmt-kakaku {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto 35px auto; }
    #cemetery #cmt-kakaku h2 {
      font-size: 24px;
      font-weight: normal;
      margin-bottom: 25px;
      margin-top: 35px;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      color: #581414;
      clear: both; }
    #cemetery #cmt-kakaku .cmt_table {
      text-align: left; }

/*　これ以降、20241017追加*/

.grave {
    border: 1px #ddd solid;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 30px;
    background: #fffcf7;
    padding: 0 15px;
}

.grave  h3{
    margin-top: 20px !important;
}

.catch li:before {
    content: '';
    border: 6px solid #581414;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.catch li, .catch span{
	font-weight: 500;
}

.grave .label{
	background: #581414;
	width: fit-content;
	padding: 0px 5px;
	color: #ffffff;
	float: left;
}
.grave .label2{
	background: #581414;
	width: fit-content;
	padding: 0px 5px;
	color: #ffffff;
}
.grave .type{
}

.small {
	font-size: 80%;
}
.large {
	font-size: 120%;
}

.right {
    width: 50%;
    float: right;
    padding-left: 10px;
}
ul.second-list {
	margin-top: -10px;
}
ul.second-list>li {
    background: url(../img/icon-arrow-gray-ss.svg) no-repeat 18px 5px;
    padding-left: 36px;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
