@charset "UTF-8";
/* =====
 * ご納骨・ご法要 レイアウト
============================================================================= */
/** hoyo 共通ヘッダー **/
.reien-menu-area {
  background-color: #cfd4c8;
}

.reien-menu-area .header-reien-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #cfd4c8;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.reien-menu-area .header-reien-menu li {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: calc((100% - 2px) / 3);
  text-align: center;
  line-height: 1.4;
}

.reien-menu-area .header-reien-menu li.-current a {
  background: #697655;
  color: #fff;
}

.reien-menu-area .header-reien-menu li a {
  display: block;
  padding: 0.425em 0;
  text-decoration: none;
  background: #b7beac;
  color: #333;
}

.tit-header {
  background-image: url("../images/hoyo/page-title_hoyo.jpg");
}

.localnavigation-reien {
  margin-top: 90px;
}

.localnavigation-reien ul {
  width: 79%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.localnavigation-reien ul li {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding: 0 2.0em;
  margin-bottom: 48px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25;
  letter-spacing: 0.075em;
}

.localnavigation-reien ul li a {
  color: #000000;
  text-decoration: none;
  transition: border 0.3s ease-in-out;
}

.localnavigation-reien ul li a:hover {
  border-bottom: 2px solid #284200;
  padding-bottom: 5px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.localnavigation-reien ul li + li {
  border-left: 0;
  border-right: 1px solid #333;
}

.localnavigation-reien ul li + li:nth-child(3) {
  border-left: 1px solid #333;
}

.localnavigation-reien ul li + li:nth-child(n + 3) {
  margin-bottom: 0;
}

.bottom-line-title {
  margin: 0 0 32px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: 0.075em;
  text-align: center;
}

.bottom-line-title span {
  display: inline-block;
  padding: 0 1em 0.2em;
  border-bottom: 2px solid #284200;
}

.lower-page-container {
  margin-top: 170px;
}

.lower-page-container:first-of-type {
  margin-top: 70px;
}

.lower-page-container h2 {
  margin-bottom: 40px;
}

.lower-page-container .lower-sub-container {
  margin-top: 40px;
}

.lower-page-container .lower-sub-container:first-child {
  margin-top: 0;
}

.lower-page-container .lower-sub-container + .lower-sub-container {
  margin-top: 80px;
}

.lower-page-container .text-content {
  line-height: 1.5;
}

.lower-page-container .text-content .service-button {
  margin-top: 35px;
  text-align: right;
}

.lower-page-container .text-content .service-button .button {
  width: 320px;
  padding-left: 18px;
  padding-right: 32px;
  font-size: 14px;
  font-size: 0.875rem;
}

.lower-page-container .text-content .service-button .button:after {
  right: 6px;
}

.lower-page-container .text-content .service-button .-large {
  width: 360px;
}

.lower-page-container .attention-list {
  padding-left: 26px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.lower-page-container .attention-list li {
  margin-top: 1em;
  padding-left: 8px;
}

.lower-page-container .attention-list li:first-child {
  margin-top: 0;
}

.lower-page-container .attention-list .check-list {
  margin: 26px 0 35px;
  padding-left: 0;
  list-style-type: none;
}

.lower-page-container .attention-list .check-list li {
  position: relative;
  margin-bottom: 22px;
  padding-left: 0;
  /* padding-left: 32px; */
}

/* .lower-page-container .attention-list .check-list li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 20px;
  background: url(../images/hoyo/check-list.png) no-repeat center center;
  background-size: contain;
} */

.lower-page-container .attention-list .indent-list {
  margin: 0;
}

.lower-page-container .attention-list .indent-list li {
  margin-top: 0;
}

.ossuary-block {
  width: 100%;
  max-width: 840px;
  margin: 35px auto;
  border: 1px solid #e3e6e0;
}

.ossuary-block dt {
  background: #e3e6e0;
  text-align: center;
  padding: 15px 0;
}

.ossuary-block dd {
  margin: 0;
}

.ossuary-block dd ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  list-style: none;
  padding: 10px 65px;
}

.ossuary-block dd li {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 205px;
  margin: 4px 5px;
}

.ossuary-block dd li:nth-child(3n) {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.table-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 67px;
}

.table-block .table-content {
  width: 50%;
  margin: 0 auto;
}

.table-block .table-content .content-adjust {
  margin: 0 auto;
}

.table-block .table-content .content-adjust .text-indent {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin: 15px 0 0 55px;
}

.hoyo-table {
  margin: 40px auto 0;
}

.hoyo-table tr:first-child th {
  background: #e3e6e0;
  border-right: 1px solid #fff;
  padding: 12px 5px;
}

.hoyo-table tr:first-child th:last-child {
  border-right-color: #e3e6e0;
}

.hoyo-table th, .hoyo-table td {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #e3e6e0;
  font-weight: normal;
  line-height: 1.5;
}

.hoyo-table th {
  width: 220px;
}

.hoyo-table th:nth-child(2) {
  width: 135px;
}

.hoyo-table td {
  padding: 9px 5px;
}

.adjust-table {
  table-layout: fixed;
}

.adjust-table th {
  width: 175px;
}

.adjust-table th:nth-child(2) {
  width: 175px;
}

.time-table tr th {
  width: 290px;
  background: #e3e6e0;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #e3e6e0;
}

.time-table tr th .table-content {
  margin-bottom: 50px;
}

.time-table tr th p {
  margin-bottom: 2em;
  line-height: 1.5;
}

.time-table tr th p:last-child {
  margin-bottom: 0;
}

.time-table tr td {
  background: #ffffff;
  border-bottom: 1px solid #e3e6e0;
}

.time-table tr td p {
  margin-bottom: 15px;
  padding-left: 15px;
  text-indent: -17px;
}

.time-table tr:last-of-type th {
  border-bottom: 1px solid #e3e6e0;
}

.card-container .card-unit {
  width: 29.183%;
}

.card-container:after {
  content: "";
  display: block;
  width: 33%;
}





@media screen and (max-width: 767px) {
  /** reien 共通ヘッダー **/
  .reien-menu-area .header-reien-menu {
    width: 94.66%;
    padding: 0;
  }
  .reien-menu-area .header-reien-menu li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 70px;
  }
  .reien-menu-area .header-reien-menu li a .text {
    display: block;
    width: 100%;
  }
  .reien-menu-area .header-reien-menu li:first-child {
    width: 100%;
    margin-bottom: 2px;
  }
  .reien-menu-area .header-reien-menu li:nth-child(n + 2) {
    width: calc(50% - 1px);
  }
  /* localnavi */
  .localnavigation-reien {
    margin-top: 39px;
  }
  .localnavigation-reien ul li {
    width: 100%;
    border: none;
    margin-bottom: 1.7em;
    text-align: center;
    white-space: nowrap;
  }
  .localnavigation-reien ul li + li {
    border-right: 0;
  }
  .localnavigation-reien ul li + li + li:nth-child(3) {
    margin-bottom: 1.7em;
  }
  .localnavigation-reien ul li + li:last-child {
    margin-bottom: 0;
  }
  .localnavigation-reien ul li + li:nth-child(3) {
    border-left: 0;
    margin-bottom: 40px;
  }
  .localnavigation-reien ul li + li:last-child {
    margin-bottom: 0;
  }
  .localnavigation-reien ul li:last-child {
    margin-bottom: 0;
  }
  .localnavigation-reien ul li a {
    font-size: 1rem;
    padding-bottom: 4px;
  }
  .reien-container h2.heading-box {
    margin-bottom: 1.7em;
  }
  .reien-container h2.heading-box + .lower-sub-container {
    margin-top: -0.5em;
  }
  .reien-container h3.heading-box {
    margin-bottom: 0.9em;
  }
  /* smart phone */
  .lower-page-container {
    margin-top: 80px;
  }
  .lower-page-container p {
    line-height: 1.7142;
  }
  .lower-page-container .lower-sub-container {
    margin-top: 2.7em;
  }
  .lower-page-container .text-content {
    line-height: 1.7;
  }
  .lower-page-container .text-content .service-button {
    margin-top: 1.1em;
  }
  .lower-page-container .text-content .service-button .button {
    width: 100%;
    padding-left: 4px;
    padding-right: 18px;
    font-size: 1rem;
  }
  .lower-page-container .attention-list {
    padding-left: 1.5em;
  }
  .lower-page-container .attention-list .check-list {
    margin: 0.5em 0;
  }
  .lower-page-container .attention-list .check-list li {
    margin-top: 0;
    margin-bottom: 0.5em;
    /* padding-left: 22px; */
  }
  .lower-page-container .attention-list .check-list li:before {
    width: 16px;
    height: 16px;
  }
  .ossuary-block {
    margin-top: 25px;
  }
  .ossuary-block dt {
    padding: 8px 0;
  }
  .ossuary-block dd ul {
    padding: 10px 15px;
  }
  .ossuary-block dd li {
    width: 100%;
    margin: 0 0 1.3em;
  }
  .ossuary-block dd li:last-child {
    margin-bottom: 0;
  }
  .charge-content .lower-sub-container:nth-child(n + 3) {
    margin: 0 0 60px;
  }
  .table-block {
    margin-top: 3.3em;
  }
  .table-block .bottom-line-title {
    margin-bottom: 20px;
    font-size: 1.143rem;
  }
  .table-block .table-content {
    width: 100%;
    margin-bottom: 57px;
  }
  .table-block .table-content .content-adjust .text-indent {
    margin: 1em 0 0;
    font-size: 1rem;
  }
  .hoyo-table {
    margin-top: 20px;
    width: 100%;
    table-layout: fixed;
  }
  .hoyo-table tr:first-child th {
    padding: 10px 5px;
  }
  .hoyo-table th, .hoyo-table td {
    font-size: 0.929rem;
  }
  .hoyo-table th {
    width: 64%;
  }
  .hoyo-table th:nth-child(2) {
    width: 36%;
  }
  .hoyo-table td {
    padding: 9px 5px;
  }
  .adjust-table th {
    width: 50%;
  }
  .adjust-table th:nth-child(2) {
    width: 50%;
  }
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  /* PC */
  .g-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  }
  .g-main {
    margin-top: 157px;
  }
}


.text-content.engraving{
  margin-top: -60px;
}

.text-content.engraving .text-indent{
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin: 15px 0 0 0;
}

@media screen and (min-width: 768px) {
  .text-content.engraving{
    margin-top: 0;
  }
  .text-content.engraving .text-indent{
    margin: 0 0 0 315px;
  }
}
