@charset "UTF-8";

body {
  font-size: 14px;
  line-height: 1.75;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

header .container {
  display: block;
  padding: 0;
}

.h-intro {
  padding: 10px 0;
}

.h-intro .txt {
  font-size: 10px;
  margin-bottom: 8px;
}

.h-intro .logo {
  width: 200px;
}

.hero {
  margin-top: 54px;
}

.hero .slick-slide {
  height: auto;
  min-height: 0;
}

.hero .slick-slide::before {
  pointer-events: none;
  content: "";
  background: url(../images/hero_deco01.png) no-repeat top center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero .main01 {
  background: url(../images/main01_nomal.jpg) no-repeat top center/contain;
}

.hero .main02 {
  background: url(../images/main02.jpg) no-repeat top center/contain;
}

.hero .main03 {
  background: url(../images/main03.jpg) no-repeat top center/contain;
}

.hero .main04 {
  background: url(../images/main04.jpg) no-repeat top center/contain;
}

.hero .hero-container {
  background: #fff;
  display: block;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  padding: 20px;
  margin: 48% 0 0;
  width: 100%;
}

.hero .label {
  display: block;
  background: none;
  font-size: 22px;
  width: 100%;
  height: auto;
  margin: 0 0 5px;
}

.hero .label::before {
  top: -50px;
  width: 90px;
  height: 80px;
}

.hero .txt {
  color: #333;
  font-size: 14px;
  line-height: 1.7;
  text-shadow: none;
}

.hero .txt em {
  font-size: 20px;
}

.h-tel {
  display: none;
}

main {
  padding: 0 0 80px;
}

.t-btn, .btn-more, .u-btn {
  display: block;
  font-size: 15px;
  padding: 8px 0;
  min-width: 0;
}

.btn-more {
  padding: 8px 0;
  min-width: 0;
}

.t-ttl01 {
  font-size: 23px;
  margin-bottom: 30px;
}

.t-ttl02 {
  font-size: 20px;
  margin-bottom: 30px;
}

.t-ttl02::before {
  width: 50px;
}

.t-ttl02 em {
  font-size: 25px;
}

.sec01 {
  padding: 30px 0;
}

.sec01-ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
}

.sec01-ttl::before {
  display: block;
  width: 32px;
  height: 30px;
  margin: 0 auto 10px;
  vertical-align: 0;
}

.sec01-ttl em {
  font-size: 25px;
}

.sec01-txt {
  text-align: left;
  padding: 0;
  margin-bottom: 30px;
}

.sec01-txt p+p {
  margin-top: 15px;
}

.sec01-list {
  display: block;
  margin: 50px 0 0;
}

.sec01-list li {
  width: 100%;
}

.sec01-list li+li {
  margin-top: 30px;
}

.sec01-list .list-img {
  margin-bottom: 15px;
}

.sec02 {
  margin-bottom: 50px;
}

.sec02-layout {
  display: block;
}

.sec02-layout .l-img {
  width: 100%;
  margin: 0 0 25px;
}

.sec02-layout .l-desc {
  padding: 0 0 0 80px;
}

.sec02-layout .l-ttl {
  padding-right: 15px;
}

.sec02-layout .l-btn {
  text-align: center;
  margin: 20px 0 0 -80px;
}

.sec02-layout+.sec02-layout {
  margin-top: 50px;
}

.sec02-layout:nth-child(odd) {
  flex-direction: row;
}

.sec02-layout:nth-child(odd) .l-img {
  margin: 0 0 25px;
}

.sec03 {
  padding: 50px 0;
}

.sec03 ul {
  font-size: 15px;
  margin-bottom: 15px;
}

.sec03 ul li+li {
  margin-top: 5px;
}

.sec03 ul li:before {
  top: 10px;
}

.sec03 ul .small {
  font-size: 12px;
}

.sec03 p+p {
  margin-top: 15px;
}

.sec04 {
  padding: 50px 0;
}

.sec04-list {
  display: block;
}

.sec04-list li {
  width: 100%;
}

.sec04-list li+li {
  margin-top: 30px;
}

.sec04-list .list-img {
  margin-bottom: 15px;
}

.sec05-layout01 {
  margin-bottom: 50px;
}

.sec05-layout02 {
  display: block;
}

.sec05-layout02 .item {
  width: 100%;
}

.sec05-layout02 .item+.item {
  margin-top: 30px;
}

.sec05-btn {
  position: static;
  margin-top: 30px;
}

.list-top-blog {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -5% 0 0;
}

.list-top-blog li {
  flex: 0 0 228px;
  position: relative;
}

.list-top-blog li:last-child::after {
  content: "";
  width: 5vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: 100%;
}

.list-top-blog li:nth-child(4n) {
  margin: 0;
}

.list-top-topics {
  margin: -25px 0 0;
}

.list-top-topics time {
  display: block;
}

.pagetop {
  display: none;
}

footer {
  padding: 50px 0 10px;
}

.f-wrapper {
  display: block;
  margin-bottom: 30px;
}

.f-intro .txt {
  font-size: 13px;
  text-align: center;
}

.f-intro .logo {
  width: 250px;
  margin: 0 auto 25px;
}

.f-intro .address {
  text-align: center;
  margin: 0 0 25px;
}

.f-tel {
  font-size: 20px;
  text-align: center;
}

.site-map ul {
  justify-content: space-between;
  font-size: 14px;
}

.site-map ul li {
  border-bottom: 1px dashed #fff;
  padding: 3px 0;
  width: 48%;
}

.site-map ul li::after {
  display: none;
}

.site-map ul li:last-child::after {
  display: none;
}

.site-map a:hover {
  text-decoration: underline;
}

.copyright {
  font-family: Roboto, Arial, Helvetica, Tahoma, Verdana;
  text-align: center;
}

/*------------
下層レイアウト
--------------*/
.page-ttl {
  height: 250px;
  margin: 54px 0 15px;
}

.page-ttl h2 {
  font-size: 25px;
  padding-bottom: 25px;
}

.page-ttl:before {
  content: "";
  background: #ddd url(../images/under/bg_greeting.jpg) no-repeat center left 15%/cover;
  width: 70%;
}

.page-ttl.seiryuin::before {
  background: url(../images/under/bg_seiryuin.jpg) no-repeat center/cover;
}

.page-ttl.tokuhouin::before {
  background: url(../images/under/bg_tokuhouin.jpg) no-repeat center/cover;
}

.page-ttl.cemetery::before {
  background: url(../images/under/bg_cemetery.jpg) no-repeat center/cover;
}

.page-ttl.event::before {
  background: url(../images/under/bg_event.jpg) no-repeat center/cover;
}

.page-ttl.access::before {
  background: url(../images/under/bg_access.jpg) no-repeat center/cover;
}

.page-ttl.contact::before {
  background: url(../images/under/bg_contact.jpg) no-repeat center/cover;
}

.page-ttl.funeral::before {
  background: url(../images/under/bg_funeral.jpg) no-repeat center/cover;
}

.page-ttl.grave::before {
  background: url(../images/under/bg_grave.jpg) no-repeat center/cover;
}

.page-ttl.legal_summary::before {
  background: url(../images/under/bg_legal_summary.jpg) no-repeat center/cover;
}

.breadcrumb ul {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 13px;
  color: #051726;
  margin: 0 auto;
  max-width: 960px;
  width: 90%;
}

.breadcrumb ul li {
  display: inline;
}

.breadcrumb ul li+li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.u-contents p+p {
  margin-top: 25px;
}

main.column2 {
  display: block;
  padding: 50px 0 70px;
}

main.column2 .u-contents {
  width: 100%;
  margin-bottom: 50px;
}

main.column2 .side-navi {
  width: 100%;
}

main.column2 .tall {
  padding: 0;
}

/*------------
下層パーツ
--------------*/
.u-h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.u-h302 {
  font-size: 20px;
  margin-bottom: 20px;
}

.u-h4, .postdata h4 {
  font-size: 20px;
}

.short+.short {
  margin-top: 30px;
}

.tall {
  padding: 50px 0 0;
}

.l-imgR, .l-imgL {
  display: block;
}

.l-imgR .l-img, .l-imgL .l-img {
  margin: 0 0 15px;
  text-align: center;
  width: 100%;
}

.l-imgR .l-img {
  margin: 0 0 15px;
}

.fl-imgR,
.fl-imgL {
  float: none;
  margin: 0 0 15px;
  width: 100%;
}

.l-style01 {
  display: block;
}

.l-style01 .l-intro {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}

.l-style01 .l-desc {
  width: 100%;
}

.l-style01 .l-ttl {
  font-size: 22px;
  margin-bottom: 15px;
}

.l-style02 {
  display: block;
}

.l-style02 .l-img {
  padding: 25px;
  margin: 0 0 30px;
  width: 100%;
}

.l-style02 .l-ttl {
  font-size: 20px;
  margin-bottom: 15px;
}

.l-information {
  display: block;
}

.l-information .item:nth-of-type(1) {
  width: 100%;
  margin-bottom: 30px;
}

.l-information .item:nth-of-type(2) {
  width: 100%;
}

.l-contact-tel .l-ttl {
  font-size: 15px;
}

.l-contact-tel .l-tel {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 30px;
}

.l-contact-tel .l-tel li {
  text-align: left;
}

.l-contact-tel .l-tel li+li {
  margin: 15px 0 0;
}

.list-flow {
  padding: 15px;
}

.list-flow>li {
  padding: 5px 0 30px;
}

.list-flow>li::before {
  display: none;
}

.list-flow>li:last-child {
  padding: 5px 0 0;
}

.list-flow>li:last-child::before {
  display: none;
}

.list-flow .num {
  font-size: 20px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  left: 0;
}

.list-flow .list-ttl {
  font-size: 18px;
  margin-bottom: 15px;
  padding: 0 0 0 50px;
}

.list-gallery li+li {
  margin-top: 15px;
}

.list-gallery.column3 {
  display: block;
}

.list-gallery.column3>li {
  width: 100%;
}

.list-price {
  display: block;
}

.list-price li {
  font-size: 18px;
  width: 100%;
  position: relative;
}

.list-price li+li {
  margin-top: 40px;
}

.list-price li+li::before {
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.table-style01 th, .table-style01 td {
  font-size: 13px;
  padding: 10px;
}

.table-style01.sp-table {
  border-bottom: 1px solid #e3e3e3;
}

.table-style01.sp-table th, .table-style01.sp-table td {
  display: block;
}

.table-style01.sp-table td {
  border-width: 0 1px;
}

.table-event {
  border-top: 1px solid #e3e3e3;
}

.table-event colgroup {
  display: none;
}

.table-event th, .table-event td {
  display: block;
  padding: 5px 15px;
  border-top: none;
}

.table-event th {
  background: rgba(5, 23, 38, 0.1);
  font-size: 17px;
}

.table-event td {
  font-size: 13px;
  padding: 15px 0;
}

.table-scroll {
  overflow-x: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}

.table-scroll:before {
  content: "※横にスクロールできます。";
}

.table-scroll::-webkit-scrollbar {
  height: 5px;
}

.table-scroll::-webkit-scrollbar-track {
  margin: 0 5px;
  border-radius: 5px;
  background: #f5f6f8;
}

.table-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #333;
}

.table-scroll table {
  margin-bottom: 20px !important;
  width: 150%;
}

.box-style01 {
  padding: 25px;
}

/*Post Type01*/
.list-post-type01 {
  margin: 0 0 50px;
}

.list-post-type01 li+li {
  margin-top: 20px;
}

.list-post-type01 .list-ttl {
  font-size: 18px;
  padding: 0 0 7px;
  margin: 0 0 15px;
}

.list-post-type01 .list-img {
  float: left;
  margin: 0 15px 0 0;
  width: 40%;
}

.list-post-type01 .list-img img {
  width: 100%;
  height: 25vw;
}

.list-post-type01 .list-desc {
  margin: -5px 0 0;
}

.list-post-type01 time {
  font-size: 12px;
  margin: 0 15px 0 0;
}

.list-post-type01 .list-txt {
  font-size: 11px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 5px;
}

.list-post-type01 .list-btn {
  margin-top: 15px;
}

.list-post-type01 .list-btn a {
  font-size: 10px;
  padding: 5px 10px;
}

.list-post-type01 .list-btn a::before {
  margin-right: 10px;
  vertical-align: 0;
}

/*詳細ページ*/
.l-post-single .l-ttl {
  font-size: 22px;
  margin: 0 0 30px;
}

/*------------
お問い合わせ
--------------*/
.contact-form table {
  margin: 0 0 30px;
}

.contact-form table tr {
  border-bottom: 1px dashed #CCC;
}

.contact-form table th, .contact-form table td {
  display: block;
}

.contact-form table th {
  padding: 15px 0 10px;
}

.contact-form table td {
  padding: 0 0 15px;
}

.contact-form .preferred-date {
  overflow: hidden;
}

.contact-form .preferred-date .date {
  width: 100%;
  float: none;
  margin: 0 0 10px;
}

.contact-form .preferred-date .time {
  width: 100%;
}

.contact-form .birthday select {
  width: auto;
  padding: 15px 30px 15px 15px;
}

.contact-form .birthday .year {
  margin: 0 5px;
}

.contact-form .birthday .month {
  margin: 0 5px;
}

.contact-form .birthday .day {
  margin: 0 0 0 5px;
}

.contact-form .submit-btn [type="submit"] {
  padding: 15px;
  width: 250px;
}

.contact-form .submit-btn [type="submit"].back-btn {
  margin-right: 25px;
}

/*------------
Commmon
--------------*/
.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

.sp-tac {
  text-align: center !important;
}

.sp-tar {
  text-align: right !important;
}

.sp-tal {
  text-align: left !important;
}

.mb30-15 {
  margin-bottom: 15px !important;
}

.mb50-30 {
  margin-bottom: 30px !important;
}

.mb100-50 {
  margin-bottom: 50px !important;
}

.google-map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.google-map iframe,
.google-map object,
.google-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------
zero menu
-------------*/
/* PC用のナビを非表示 */
.pc-navi {
  display: none;
}

/* PC用のナビを非表示 */
.sp-navi {
  display: block;
}

/* ハンバーガー */
.humberger {
  cursor: pointer;
  display: block;
  position: fixed;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  transition: .5s;
  z-index: 150;
}

.humberger span {
  background: #fff;
  position: absolute;
  left: 50%;
  width: 25px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: .4s;
}

.humberger span:nth-of-type(1) {
  top: 15px;
}

.humberger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.humberger span:nth-of-type(3) {
  bottom: 15px;
}

.humberger.is-open span:nth-of-type(1) {
  -webkit-transform: translate(-50%, 9px) rotate(-45deg);
  transform: translate(-50%, 9px) rotate(-45deg);
}

.humberger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.humberger.is-open span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -9px) rotate(45deg);
  transform: translate(-50%, -9px) rotate(45deg);
}

/* 中身 */
.sp-navi-contents {
  background: #fff;
  border-left: 3px solid #051726;
  padding: 50px 0 30px 20px;
  width: calc(100vw - 60px);
  height: 100%;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: calc(-100vw - 60px);
  transition: .5s;
  overflow: scroll;
  z-index: 200;
}

.sp-navi-contents.is-open {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  right: 0px;
}

.sp-close {
  background: #051726;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}

.sp-close::before, .sp-close::after {
  content: "";
  background: #fff;
  width: 25px;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 7px;
}

.sp-close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sp-close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-navi-list {
  margin: 0 0 30px;
}

.sp-navi-list>li {
  border-bottom: 1px solid #e2e2e4;
}

.sp-navi-list>li>a {
  display: block;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 16px;
  padding: 10px 0;
  position: relative;
}

.sp-navi-list>li.sp-dropdown {
  position: relative;
}

.sp-navi-list>li.sp-dropdown::after {
  background: url(../images/share/ico_arrow_down.svg) no-repeat 50% 50%/30px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.35s;
  width: 48px;
  height: 48px;
}

.sp-navi-list>li.sp-dropdown.is-on::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-navi-list .child ul {
  padding: 0 0 15px;
}

.sp-navi-list .child ul>li+li {
  margin-top: 3px;
}

.sp-navi-list .child ul>li>a {
  display: block;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  padding: 0 0 0 15px;
  position: relative;
}

.sp-navi-list .child ul>li>a:before {
  content: "";
  background: #000;
  width: 5px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 12px;
}

.sp-navi-list .is-on::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-navi-other {
  padding: 0 20px 0 0;
}

.sp-navi-other .other-item+.other-item {
  margin: 15px 0 0;
}

.sp-tel {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 17px;
}

.sp-tel li {
  line-height: 2;
}

.sp-tel li+li {
  margin-top: 5px;
}

.sp-btn {
  background: url(../images/share/bg02.jpg);
  color: #fff;
  display: block;
  padding: 10px;
  text-align: center;
  position: relative;
}

.sp-btn::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  margin-right: 15px;
  vertical-align: 2px;
}