body {
  background: url(../img/back.jpg) repeat;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 1.8; }

a {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  a img {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
    a img:hover {
      opacity: 0.8; }

p {
  margin-bottom: 0; }

ul {
  padding-left: 0; }
  ul li {
    list-style: none; }

header .top_copy {
  background: #62997a;
  color: #fff;
  font-size: 12px;
  padding: 3px 0; }
header h1 {
  margin-top: 15px; }
header .info_area {
  padding: 10px 0; }
  header .info_area .left {
    float: left; }
    header .info_area .left a {
      color: #333; }
      header .info_area .left a h1 {
        font-size: 14px; }
        header .info_area .left a h1 span {
          margin-left: 20px;
          vertical-align: bottom;
          letter-spacing: 0.1em; }
      header .info_area .left a:hover {
        text-decoration: none; }
  header .info_area .right {
    float: right; }
    header .info_area .right::after {
      content: "";
      display: block;
      clear: both; }
    header .info_area .right .tel {
      float: right;
      margin: 10px 50px 0 0; }
    header .info_area .right .contact {
      float: right;
      text-shadow: 1px 1px 1px #000;
      background: linear-gradient(rgba(114, 36, 61, 0.9), rgba(54, 10, 24, 0.9)), url(../img/back2.jpg);
      color: #fff;
      text-align: center;
      padding: 10px 30px;
      line-height: 1.3;
      border-radius: 5px;
      border: 1px solid #BE8B09;
      box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
      letter-spacing: 0.25em; }
      header .info_area .right .contact:hover {
        background: linear-gradient(rgba(54, 10, 24, 0.9), rgba(114, 36, 61, 0.9)), url(../img/back2.jpg);
        text-decoration: none;
        color: #e5c73c;
        border-color: #e5c73c;
        box-shadow: 0 0 10px #e5c73c; }
header .navbar {
  margin-bottom: 0;
  background: linear-gradient(rgba(98, 153, 122, 0.9), rgba(49, 76, 61, 0.9)), url(../img/nav_back.jpg);
  border: none;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-radius: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); }
  header .navbar .navbar-collapse {
    padding: 0; }
  header .navbar ul.navbar-nav {
    display: table;
    width: 100%; }
    header .navbar ul.navbar-nav li {
      float: none;
      display: table-cell;
      text-align: center; }
      header .navbar ul.navbar-nav li.current-menu-item a {
        color: #fff;
        background: rgba(255, 255, 255, 0.3); }
        header .navbar ul.navbar-nav li.current-menu-item a:hover {
          color: #fff;
          background: rgba(255, 255, 255, 0.3); }
      header .navbar ul.navbar-nav li a {
        color: #fff;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6); }
        header .navbar ul.navbar-nav li a:hover {
          color: #fff;
          background: rgba(255, 255, 255, 0.3); }

main #slider .slickslider {
  margin-top: 20px;
  margin-bottom: 20px; }
  main #slider .slickslider img {
    max-width: 100%; }
  main #slider .slickslider .slick-dots {
    bottom: 0; }
main #bnr_area .bnr img {
  display: block;
  margin: auto; }
main #contents {
  padding-top: 20px; }
  main #contents #home_contents {
    margin-bottom: 100px; }
    main #contents #home_contents a {
      color: #1a0dab;
      background: url(../img/icon_arrow.png) left center no-repeat;
      background-size: 1em;
      padding-left: 1.5em;
      font-size: 16px; }
    main #contents #home_contents .page-enkou {
      display: block;
      background: none;
      padding: 0;
      margin-top: 2em; }
      main #contents #home_contents .page-enkou img {
        max-width: 100%;
        display: block; }
    main #contents #home_contents .bread a {
      background: none;
      padding-left: 0; }
    main #contents #home_contents #bus {
      border: 2px solid #72243d;
      margin-bottom: 20px; }
      main #contents #home_contents #bus h2 {
        background: #72243d;
        color: #fff;
        margin: 0; }
      main #contents #home_contents #bus dl {
        padding: 10px 10px 0;
        margin: 0; }
        main #contents #home_contents #bus dl::after {
          content: "";
          display: block;
          clear: both; }
        main #contents #home_contents #bus dl dt {
          float: left; }
        main #contents #home_contents #bus dl dd {
          float: left;
          margin-left: 10px;
          font-size: 18px;
          font-weight: bold; }
      main #contents #home_contents #bus .table-responsive {
        padding: 10px 10px 0; }
        main #contents #home_contents #bus .table-responsive table {
          width: 100%; }
          main #contents #home_contents #bus .table-responsive table tr th {
            text-align: center;
            border: 1px solid #000;
            background: #ccc;
            vertical-align: middle; }
          main #contents #home_contents #bus .table-responsive table tr td {
            text-align: center;
            vertical-align: middle;
            border: 1px solid #000; }
    main #contents #home_contents h1 {
      margin: 0; }
    main #contents #home_contents h2 {
      border-bottom: 1px solid #72243d;
      font-size: 16px;
      color: #333;
      line-height: 2;
      padding-left: 10px;
      margin-bottom: 15px; }
      main #contents #home_contents h2 strong {
        color: #72243d;
        font-size: 20px;
        margin-right: 15px; }
    main #contents #home_contents address {
      margin-top: 15px;
      line-height: 1.7; }
  main #contents .youtube_box {
    position: relative;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-top: 69px;
    padding-bottom: 50%;
    overflow: hidden; }
    main #contents .youtube_box iframe {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
main #sidebar dl {
  margin: 0; }
  main #sidebar dl dt {
    font-size: 10px; }
  main #sidebar dl dd a {
    color: #1a0dab;
    background: url(../img/icon_arrow.png) left center no-repeat;
    background-size: 1em;
    padding-left: 1.5em;
    font-size: 12px; }
main #sidebar .topside_bnr {
  display: block;
  margin-bottom: 10px; }
main #sidebar .side_bnr li {
  margin-bottom: 10px; }
main #sidebar .widget {
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 20px;
  padding: 0 20px 20px; }
  main #sidebar .widget h2 {
    background: linear-gradient(rgba(67, 80, 69, 0.9), rgba(67, 80, 69, 0.9)), url(../img/nav_back.jpg);
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    margin: 0 -20px 20px;
    padding: 10px 0; }
main #sidebar #news {
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 20px; }
  main #sidebar #news h2 {
    background: linear-gradient(rgba(67, 80, 69, 0.9), rgba(67, 80, 69, 0.9)), url(../img/nav_back.jpg);
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    margin: 0;
    padding: 10px 0; }
  main #sidebar #news .news_contents {
    padding: 20px; }
main #sidebar #bus {
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 20px; }
  main #sidebar #bus h2 {
    background: linear-gradient(rgba(67, 80, 69, 0.9), rgba(67, 80, 69, 0.9)), url(../img/nav_back.jpg);
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    margin: 0;
    padding: 10px 0; }
  main #sidebar #bus .bus_contents {
    padding: 20px; }

footer {
  background: linear-gradient(rgba(67, 80, 69, 0.8), #435045), url(../img/nav_back.jpg);
  color: #fff;
  padding: 30px 0 0; }
  footer h2 {
    font-size: 20px;
    margin: 0 0 5px; }
  footer .footer_link ul li a {
    color: #fff;
    background: url(../img/footer_arrow.png) left center no-repeat;
    padding-left: 15px; }
  footer .copyright {
    margin-top: 30px;
    background: #333;
    color: #fff;
    padding: 10px 0; }

/*-- 固定ページ、記事ページ --*/
body.page .page_contents .page_title, body.single .page_contents .page_title {
  height: 0;
  padding-top: 280px;
  overflow: hidden; }
body.page .page_contents .page_contents_body, body.single .page_contents .page_contents_body {
  background: #fff;
  margin: 0;
  padding: 20px;
  border: 1px solid #62997a; }
  body.page .page_contents .page_contents_body .widget-title, body.single .page_contents .page_contents_body .widget-title {
    display: block;
    line-height: 2;
    padding-left: 2.3em;
    color: #62997a;
    position: relative;
    border-top: 1px solid #62997a;
    border-bottom: 1px solid #62997a; }
    body.page .page_contents .page_contents_body .widget-title::before, body.single .page_contents .page_contents_body .widget-title::before {
      content: "";
      display: block;
      width: 1.8em;
      height: 1.8em;
      background: url(../img/icon_tsutsuzi.png) left center no-repeat;
      background-size: 1.8em;
      position: absolute;
      left: 3px;
      top: 50%;
      margin-top: -0.9em; }
body.page .page_contents .bread, body.single .page_contents .bread {
  margin: 10px 0 0; }

/*-- ペットページ --*/
body.page-id-26 .page_contents .page_title {
	/*   background: url(../img/img_pagetit_pet.jpg) left center no-repeat; */
background: url(https://www.hirarei.jp/wp-content/uploads/2024/05/bnr_pet-2.png) left center no-repeat;
}
body.page-id-26 .page_contents .page_contents_body .widget-title {
  line-height: 1.3;
  padding-left: 2.3em;
  position: relative;
  display: inline-block;
  background: linear-gradient(transparent 80%, #fff21b 80%);
  border: none; }
  body.page-id-26 .page_contents .page_contents_body .widget-title::before {
    content: "";
    display: block;
    width: 2em;
    height: 2em;
    background: url(../img/icon_pet.png) left center no-repeat;
    background-size: 2em;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1em; }

/*-- イベントページ --*/
body.page-id-46 .page_contents .page_title {
  background: url(../img/img_pagetit_event.jpg) left center no-repeat; }
body.page-id-46 .page_contents .page_contents_body .textwidget h3 {
  font-weight: bold;
  font-size: 18px;
  color: #72243d;
  border: 1px solid #72243d;
  display: inline-block;
  padding: 5px 7px;
  margin-bottom: 5px;
  margin-top: 10px;
  border-radius: 3px; }

/*-- 永久供養ページ --*/
body.page-id-12 .page_contents .page_title {
  background: url(../img/img_pagetit_permanence.jpg) left center no-repeat; }
body.page-id-12 .page_contents .page_contents_body strong {
  font-weight: bold;
  color: #72243d;
  font-size: 16px; }
body.page-id-12 .page_contents .page_contents_body dl dt {
  color: #72243d;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7; }
body.page-id-12 .page_contents .page_contents_body dl dd {
  margin-bottom: 10px;
  line-height: 1.7; }
body.page-id-12 .page_contents .page_contents_body ul li {
  background: url(../img/icon_check.png) 10px center no-repeat;
  background-size: 18px;
  font-size: 22px;
  padding-left: 2em; }
body.page-id-12 .page_contents .page_contents_body .permanence ul li {
  font-size: 14px;
  background-position: left top;
  margin-bottom: 10px; }

/*-- お知らせーページ --*/
body.single-post .page_contents .page_title {
  background: url(../img/img_pagetit_single.jpg) left center no-repeat; }
body.single-post .page_contents .page_contents_body h1 {
  display: block;
  line-height: 2;
  font-size: 24px;
  padding-left: 2.3em;
  color: #62997a;
  position: relative;
  border-top: 1px solid #62997a;
  border-bottom: 1px solid #62997a; }
  body.single-post .page_contents .page_contents_body h1::before {
    content: "";
    display: block;
    width: 1.8em;
    height: 1.8em;
    background: url(../img/icon_tsutsuzi.png) left center no-repeat;
    background-size: 1.8em;
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -0.9em; }
body.single-post .page_contents .page_contents_body .single_contents {
  margin-top: 10px; }

/*-- 特徴ページ --*/
body.page-id-4 .page_contents .page_title {
  background: url(../img/img_pagetit_feature.jpg) left center no-repeat; }

/*-- 見学会ページ --*/
body.page-id-70 .page_contents .page_title {
  background: url(../img/img_pagetit_observation.jpg) left center no-repeat; }

/*-- お問い合わせページ --*/
body.page-id-23 .page_contents .page_title {
  background: url(../img/img_pagetit_contact.jpg) left center no-repeat; }

/*-- 苑内紹介ページ --*/
body.page-id-6 .page_contents .page_title {
  background: url(../img/img_pagetit_introduction.jpg) left center no-repeat; }
body.page-id-6 .page_contents .page_contents_body .seihouji h3, body.page-id-6 .page_contents .page_contents_body .other h3 {
  font-weight: bold;
  font-size: 18px;
  color: #72243d;
  border: 1px solid #72243d;
  display: inline-block;
  padding: 5px 7px;
  margin-top: 10px;
  border-radius: 3px;
  line-height: 1;
  margin: 0; }
  body.page-id-6 .page_contents .page_contents_body .seihouji h3:before, body.page-id-6 .page_contents .page_contents_body .other h3:before {
    content: "";
    background: none; }

/*-- プライバシーポリシーページ --*/
body.page-id-78 .page_contents .page_title {
  background: url(../img/img_pagetit_policy.jpg) left center no-repeat; }

/*-- 聖法寺にてーページ --*/
body.page-id-140 .page_contents .page_title {
  background: url(../img/img_pagetit_seihouji.jpg) left center no-repeat; }
body.page-id-140 .page_contents .page_contents_body table {
  border: 1px solid #ccc; }
  body.page-id-140 .page_contents .page_contents_body table tr th {
    background: #ccc;
    padding: 10px; }
  body.page-id-140 .page_contents .page_contents_body table tr td {
    border: 1px solid #ccc;
    padding: 10px; }
body.page-id-140 .page_contents .page_contents_body ul li {
  position: relative;
  padding-left: 12px; }
  body.page-id-140 .page_contents .page_contents_body ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #62997a;
    border-right: 2px solid #62997a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px; }

/*-- お墓の話ページ --*/
body.page-id-163 .page_contents .page_title {
  background: url(../img/img_pagetit_knowledge.jpg) left center no-repeat; }

/*-- 供養の種類ページ --*/
body.page-id-184 .page_contents .page_title {
  background: url(../img/img_pagetit_kuyo.jpg) left center no-repeat; }
body.page-id-184 .page_contents .page_contents_body dl dt {
  color: #72243d;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7; }
body.page-id-184 .page_contents .page_contents_body dl dd {
  margin-bottom: 10px; }

/*-- 石碑・石材の種類ページ --*/
body.page-id-170 .page_contents .page_title {
  background: url(../img/img_pagetit_gravestone.jpg) left center no-repeat; }
body.page-id-170 .page_contents .page_contents_body .stone {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  body.page-id-170 .page_contents .page_contents_body .stone h3 {
    font-weight: bold;
    font-size: 18px;
    color: #72243d;
    border: 1px solid #72243d;
    display: inline-block;
    padding: 5px 7px;
    margin-top: 10px;
    border-radius: 3px;
    line-height: 1;
    margin: 0 0 10px; }
    body.page-id-170 .page_contents .page_contents_body .stone h3:before {
      content: "";
      background: none; }
body.page-id-170 .page_contents .page_contents_body .stone.last {
  border-bottom: none; }
body.page-id-170 .page_contents .page_contents_body dl dt {
  color: #72243d;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7; }
body.page-id-170 .page_contents .page_contents_body dl dd {
  margin-bottom: 10px; }

/*-- アクセスページ --*/
body.page-id-189 .page_contents .page_title {
  background: url(../img/img_pagetit_access.jpg) left center no-repeat; }
body.page-id-189 .page_contents .page_contents_body dl dt {
  color: #72243d;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7; }
body.page-id-189 .page_contents .page_contents_body dl dd {
  margin-bottom: 10px;
  line-height: 1.7; }

/*-- サイトマップページ --*/
body.page-id-115 .page_contents .page_title {
  background: url(../img/img_pagetit_sitemap.jpg) left center no-repeat; }

/*-- 霊地・墓地・墓石のご案内ページ --*/
body.page-id-8 .page_contents .page_title {
  background: url(../img/img_pagetit_guide.jpg) left center no-repeat; }
body.page-id-8 .page_contents .page_contents_body h4 {
  font-weight: bold;
  font-size: 18px;
  color: #72243d;
  border: 1px solid #72243d;
  display: inline-block;
  padding: 5px 7px;
  margin-bottom: 5px;
  margin-top: 10px;
  border-radius: 3px; }
body.page-id-8 .page_contents .page_contents_body .panel-grid .price {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  body.page-id-8 .page_contents .page_contents_body .panel-grid .price h3 {
    border: none;
    padding: 0;
    line-height: 1.7;
    font-size: 18px;
    color: #72243d;
    font-weight: bold;
    margin: 0; }
    body.page-id-8 .page_contents .page_contents_body .panel-grid .price h3:before {
      content: "";
      background: none; }
body.page-id-8 .page_contents .page_contents_body .panel-grid .price.last {
  border-bottom: none; }
body.page-id-8 .page_contents .page_contents_body dl dt {
  color: #72243d;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7; }
body.page-id-8 .page_contents .page_contents_body dl dd {
  margin-bottom: 10px; }

/*-- 年忌表ページ --*/
body.page-id-150 .page_contents .page_title {
  background: url(../img/img_pagetit_anniversary.jpg) left center no-repeat; }
body.page-id-150 .page_contents .page_contents_body table {
  border: 1px solid #ccc; }
  body.page-id-150 .page_contents .page_contents_body table tr th {
    background: #ccc;
    padding: 10px;
    text-align: center;
    vertical-align: middle; }
  body.page-id-150 .page_contents .page_contents_body table tr td {
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 11px;
    text-align: center;
    vertical-align: middle; }

/*-- よくある質問ページ --*/
body.page-id-10 .page_contents .page_title {
  background: url(../img/img_pagetit_qa.jpg) left center no-repeat; }
body.page-id-10 .page_contents .page_contents_body #pg-10-1 a {
  color: #72243d;
  text-decoration: underline;
  position: relative;
  padding-left: 12px; }
  body.page-id-10 .page_contents .page_contents_body #pg-10-1 a:hover {
    text-decoration: none; }
  body.page-id-10 .page_contents .page_contents_body #pg-10-1 a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #72243d;
    border-right: 2px solid #72243d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px; }
body.page-id-10 .page_contents .page_contents_body .textwidget dl dt {
  background: url(../img/icon_qa_q.png) left center no-repeat;
  background-size: 1.3em;
  line-height: 2;
  font-size: 18px;
  color: #446a55;
  font-weight: bold;
  padding-left: 1.5em; }
body.page-id-10 .page_contents .page_contents_body .textwidget dl dd {
  background: url(../img/icon_qa_a.png) left top no-repeat;
  background-size: 1.5em;
  padding-left: 2em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #62997a;
  line-height: 1.8; }
  body.page-id-10 .page_contents .page_contents_body .textwidget dl dd:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0; }
