@charset "UTF-8";
/* =====
 * 墓所管理代行サービス レイアウト
============================================================================= */
.localnavigation-reien {
  margin-top: 90px;
}

.localnavigation-reien ul {
  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;
  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;
}

/** 共通パーツ **/
.tit-header {
  background-image: url("../images/service/page-title_service.jpg");
}

.bottom-line-title {
  margin: 0 0 40px;
  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: 80px;
}

.lower-page-container h2.heading-box {
  font-weight: normal;
}

.lower-page-container h3.heading-box {
  margin: 3.7em 0 1.6em;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: 0.075em;
}

.lower-page-container h3.heading-box:first-child {
  margin-top: 0;
}

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

.lower-page-container .text-content {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}

.lower-page-container .text-content p {
  margin: 2em 0;
}

.lower-page-container .text-content p:first-child {
  margin-top: 0;
}

.lower-page-container .text-content p:last-child {
  margin-bottom: 0;
}

.lower-page-container .text-content .text-bottom {
  margin-bottom: -13px;
}

.lower-page-container p {
  margin: 0;
}

/** お申し込み方法 **/
.application-container .contact-bg {
  background-color: #e3e6e0;
  padding: 40px 10px;
}

.application-container .contact-bg .text-content {
  margin-top: 0;
  text-align: center;
}

.application-container .contact-bg .text-content p {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}

.application-container .contact-bg .text-content p.name {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 15px;
}

.application-container .contact-bg .text-content span {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.5;
  display: block;
}

.application-container .contact-bg .text-content span.daiko-name {
  white-space: nowrap;
}

.application-container .contact-bg .text-content span.yokohama-text {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5;
}

.application-container .contact-bg .contact {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #333;
  margin-top: 20px;
  text-align: center;
}

.application-container .contact-bg .contact > * {
  display: inline-block;
  vertical-align: middle;
}

.application-container .contact-bg .contact .icon {
  width: 56px;
  margin-right: 5px;
}

.application-container .contact-bg .contact .num {
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

.application-container .contact-bg .sub-text {
  margin-top: 20px;
  text-align: center;
}

/** サービス紹介 **/
.service-container {
  margin-top: 162px;
}

.service-container .service-content {
  margin-top: 80px;
}

.service-container .service-content:first-child {
  margin-top: 0;
}

.service-container h3.heading-box:first-of-type {
  margin-top: 40px;
}

.service-container .card-container {
  margin: 40px 0 80px;
}

.service-container .card-container .card-unit {
  width: calc((100% - 116px) / 3);
  max-width: 380px;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

.service-container .card-container .card-unit:nth-child(n + 4) {
  margin-top: 40px;
}

.service-container .card-container .card-unit .image {
  margin-bottom: 0;
  /* max-height: 255px; */
}

.service-container .card-container .card-unit .text {
  margin: 8px 0 0;
}

.service-container .card-container .card-unit .card-list {
  padding-left: 6px;
}

.service-container .card-container .card-unit .card-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.service-container .card-container .card-unit .card-list ul .list {
  padding-left: 16px;
  padding-left: 1rem;
}

.service-container .card-container .card-unit .card-list .top-list {
  margin: -10px 0 15px;
}

.service-container .card-item {
  -ms-flex-pack: start;
      justify-content: start;
}

.service-container .card-item .card-unit:first-child {
  margin-right: 58px;
}

.service-container .new-content {
  width: 100%;
  margin: 0 auto;
  margin-top: 70px;
}

.service-container .new-content .bottom-line-title:last-of-type {
  margin-top: 80px;
}

.service-container .guide-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 40px;
}

.service-container .guide-head .image, .service-container .guide-head .text-content {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 460px;
  max-width: 100%;
}

.service-container .guide-head .text-content p {
  margin: 0;
}

.service-container .guide-head .text-content p:first-child {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.service-container .table-top {
  margin-top: 40px;
}

.service-container .only-table {
  width: 100%;
  max-width: 355px;
  margin: 20px auto 0;
}

.service-container .only-table th:first-child {
  width: 182px;
  height: 45px;
}

.service-container .-adjust {
  width: 47%;
  margin: 0 auto;
}

.service-container .-adjust th {
  width: 50%;
}

.service-container .cleaning p {
  margin: 0;
}

.service-container .cleaning .cleaning-text {
  margin-bottom: 14px;
}

.table-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.table-block .table-content .content-adjust {
  width: 100%;
}

.table-block .-left {
  margin: 80px 0 auto  0;
  width: 460px;
}

.table-block .-left .hoyo-table th:first-child {
  width: 65%;
}

.table-block .-center {
  margin: 0 auto;
}

.hoyo-table {
  width: 100%;
  max-width: 460px;
}

.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: 322px;
}

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

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

.base-table {
  max-width: 100%;
  width: 462px;
}

.base-table th {
  width: 50%;
}

.pay-table {
  width: 100%;
}

.pay-table th {
  height: 44px;
}

.pay-table th:first-child {
  width: 22%;
}

.pay-table th:nth-child(2) {
  width: 51%;
}

.pay-table td {
  vertical-align: baseline;
}

.center-table {
  width: 100%;
  margin-top: 27px;
  font-size: 16px;
  font-size: 1rem;
  table-layout: fixed;
}

.center-table tr {
  background: #e3e6e0;
}

.center-table tr:nth-child(n+2) {
  background: #fff;
  border-right: 1px solid #e3e6e0;
}

.center-table th, .center-table td {
  padding: 8px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
}

.center-table th {
  max-width: 350px;
  width: 30%;
  height: 42px;
  border-right: 1px solid #fff;
}

.center-table th:last-child {
  border: none;
}

.center-table td {
  border: 1px solid #e3e6e0;
}

.cleaning-table {
  width: 590px;
  max-width: 100%;
  margin: auto;
}

.cleaning-table th {
  height: 44px;
}

.cleaning-table th:first-child {
  width: 22%;
}

.cleaning-table th:nth-child(2) {
  width: 51%;
}

.cleaning-table td {
  vertical-align: baseline;
}

.plant-table {
  width: 460px;
}

.plant-table:first-child {
  margin-bottom: 80px;
}

.plant-table th:first-child {
  width: 72%;
}

.plant-table td {
  vertical-align: baseline;
}

.plant-table td[colspan], .plant-table [rowspan] {
  width: 22%;
  vertical-align: baseline;
}

.plant-table td {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .localnavigation-reien {
    margin-top: 39px;
  }
  .localnavigation-reien ul li {
    width: 100%;
    border: none;
    margin-bottom: 1.7em;
    text-align: center;
  }
  .localnavigation-reien ul li + li {
    border-right: 0;
  }
  .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;
  }
  .lower-page-container h2.heading-box {
    margin-bottom: 20px;
    letter-spacing: 0.075em;
  }
  .lower-page-container h3.heading-box {
    margin: 2.3em 0 0.8em;
    font-weight: 500;
    font-size: 1.143rem;
    line-height: 1.5;
  }
  .lower-page-container .text-content {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 0;
  }
  .lower-page-container .text-content p {
    font-size: 1rem;
    line-height: 1.7;
  }
  .lower-page-container .text-content span {
    line-height: 1.7;
  }
  .lower-page-container .text-content p.yokohama-text {
    font-size: 1.214rem;
    margin-bottom: 15px;
  }
  /** お申し込み方法 **/
  .lower-page-container.application-container {
    margin-top: 80px;
  }
  .application-container .contact-bg {
    padding: 15px;
  }
  .application-container .contact-bg .text-content {
    text-align: left;
  }
  .application-container .contact-bg .contact {
    font-size: 1.857rem;
    text-align: left;
    white-space: nowrap;
  }
  .application-container .contact-bg .sub-text {
    text-align: left;
  }
  /** サービス紹介 **/
  .service-container {
    margin-top: 80px;
  }
  .service-container h3.heading-box {
    margin-top: 20px;
  }
  .service-container h3.heading-box:first-of-type {
    margin-top: 20px;
  }
  .service-container .bottom-line-title {
    margin: 40px 0 20px;
    font-size: 1.143rem;
    line-height: 1.5;
  }
  .service-container .bottom-line-title span {
    padding-bottom: 0.4em;
  }
  .service-container .card-container {
    margin: 20px 0 0;
  }
  .service-container .card-container .card-unit {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto 1.5em;
  }
  .service-container .card-container .card-unit:first-child {
    margin-top: 0;
  }
  .service-container .card-container .card-unit:nth-child(n + 4) {
    margin-top: 0;
  }
  .service-container .card-container .card-unit:last-of-type {
    margin-bottom: 0;
  }
  .service-container .card-container .card-unit .image img {
    width: 100%;
  }
  .service-container .card-container .card-unit .card-list {
    padding-left: 0;
  }
  .service-container .card-container .card-unit .card-list .top-list {
    margin: 0;
  }
  .service-container .card-item .card-unit:first-child {
    margin-right: 0;
    width: 100%;
  }
  .service-container .new-content {
    margin-top: 40px;
  }
  .service-container .new-content .bottom-line-title:last-of-type {
    margin-top: 40px;
  }
  .service-container .service-content {
    margin-top: 40px;
  }
  .service-container .table-top {
    margin-top: 0;
  }
  .service-container .guide-head {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 20px 0 0;
  }
  .service-container .guide-head .image, .service-container .guide-head .text-content {
    width: 100%;
    margin-bottom: 0;
  }
  .service-container .guide-head .image {
    margin-bottom: 20px;
  }
  .service-container .guide-head .image img {
    width: 100%;
  }
  .service-container .-left {
    margin-top: 0;
  }
  .service-container .-left .hoyo-table th:first-child {
    width: 72%;
  }
  .service-container .table-block {
    margin-top: 0;
  }
  .service-container .cleaning p:nth-child(n + 2) {
    margin-bottom: 10px;
  }
  .service-container .cleaning .cleaning-text {
    margin-bottom: 30px;
  }
  .service-container table {
    font-size: 0.928rem;
  }
  .service-container .only-table {
    margin-top: 0;
  }
  .service-container .only-table th:first-child {
    height: 40px;
  }
  .service-container .-adjust {
    width: 100%;
  }
  .service-container .-adjust th:first-child {
    width: 50%;
  }
  .service-container .table-content {
    width: 100%;
  }
  .cleaning-table {
    width: 100%;
  }
  .plant-table {
    width: 100%;
  }
  .plant-table:first-child {
    margin-bottom: 0;
  }
  .center-table {
    margin-top: 0;
  }
  .center-table:nth-of-type(2) th:first-of-type {
    width: 54%;
  }
  .center-table th:first-of-type {
    width: 45%;
  }
  .hoyo-table tr:first-child th {
    padding: 10px 0;
  }
  .hoyo-table th {
    padding: 8px;
  }
  .hoyo-table th:first-child {
    width: 72%;
  }
  .table-block .table-content:last-of-type .base-table:last-child th {
    width: 56%;
  }
  .table-block .base-table {
    width: 100%;
  }
  .table-block .base-table th:first-child {
    width: 62%;
  }
  .pay-table th:first-of-type {
    width: 22%;
  }
  .cleaning-table th:first-of-type {
    width: 31%;
  }
  .cleaning-table th:nth-child(2) {
    width: 39%;
  }
}

/* -----
 * 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;
  }
}
