@charset "UTF-8";
/** 共通ページレイアウト **/
html {
  overflow-y: scroll !important;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #111111;
  font-feature-settings: "palt";
  letter-spacing: 0.05em; }

body {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%; }
  @media (max-width: 767px) {
    body {
      font-size: 14px; } }

/*フェードアウト*/
.fade-layer,
body:before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: #fff;
  content: ''; }

body.fade-layer-off:before {
  content: none; }

* {
  box-sizing: border-box; }

ol {
  list-style-position: inside; }

/** 基本レイアウト **/
.left {
  float: left !important; }

.right {
  float: right !important; }

a img:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

/** ページトップ **/
.pagetop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
  display: none; }

.pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-family: "fontello";
  line-height: 60px;
  opacity: 0.8; }

/**フェードイン処理**/
.fadein {
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transform: translate(0, 40px);
  transform: translate(0, 40px); }

.fade-anime {
  opacity: 1.0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

@media (min-width: 768px) {
  html,
  body {
    width: 100vw;
    height: 100%; } }

.inner {
  overflow: hidden;
  margin: auto;
  padding: 0 22px;
  padding: 0 20px;
  width: 1024px; }

/**ヘッダー**/
header {
  display: none;
  width: 278px; }
  header nav {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    header nav ul {
      width: 278px; }
      header nav ul li {
        margin-bottom: 4px; }
        header nav ul li img {
          width: 100%; }
      header nav ul li.logo img {
        display: block;
        margin: 12px auto;
        width: 80%; }

/*ヘッダー固定化*/
.clone-nav {
  position: fixed;
  right: 0;
  bottom: 70px;
  z-index: 2;
  display: block;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.is-show {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.h-inner {
  display: flex;
  box-sizing: border-box;
  margin: auto;
  padding: 0 22px;
  min-width: 768px;
  max-width: 1024px;
  width: 100%;
  height: 74px;
  border-bottom: 2px solid #00203a;
  justify-content: space-between;
  align-items: center; }

header ul#nav,
footer nav ul {
  display: flex;
  margin-left: auto;
  max-width: 100%;
  width: 270px;
  list-style: none;
  font-weight: bold;
  font-size: 16px;
  font-family: "Yu Mincho", "YuMincho", serif;
  flex-wrap: nowrap;
  justify-content: space-between; }

header ul#nav a {
  display: block;
  color: #00203a;
  text-decoration: none; }

ul#nav .facebook {
  width: 20px; }

/**スライドイメージ**/
.band {
  background-image: url(../img/toppage/slide-band.png);
  width: 17vw;
  min-width: 240px;
  height: 100%;
  position: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  right: 0;
  top: 0;
  mix-blend-mode: multiply; }
  @media (max-width: 767px) {
    .band {
      width: 40vw;
      min-width: 200px;
      height: calc(var(--vh) * 80);
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); } }

.bg-slider a {
  width: 17vw;
  min-width: 240px;
  height: 100%;
  position: fixed;
  mix-blend-mode: normal;
  display: block;
  z-index: 2;
  right: 0;
  top: 0; }
  @media (max-width: 767px) {
    .bg-slider a {
      width: auto;
      min-width: auto;
      position: fixed;
      width: auto;
      height: calc(var(--vh) * 70);
      left: 50%;
      top: 50%;
      right: auto;
      transform: translateX(-50%) translateY(-50%); } }
  .bg-slider a img {
    width: 100%; }
    @media (max-width: 767px) {
      .bg-slider a img {
        width: auto;
        height: 100%; } }
.bg-slider a:hover img {
  opacity: 1; }

.bg-slider {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  height: calc(var(--vh) * 100);
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .bg-slider {
      height: calc(var(--vh) * 100);
      background-position: center; } }
  .bg-slider a {
    display: block; }

main {
  position: relative;
  top: 100%;
  z-index: 2;
  background-color: #fff;
  margin-top: calc(var(--vh) * 100); }

section {
  margin: auto;
  margin-bottom: calc(100vh * 0.1);
  padding: calc(100vh * 0.1) 5% 0; }
  section section + a {
    display: block;
    padding-top: -30px; }
  section .background {
    max-width: 768px;
    width: 100%;
    margin: 0 auto; }

#contents {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    #contents {
      width: 100%; } }

.main-title {
  margin: min(150px, calc(100vw * 0.2)) auto 0;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    .main-title {
      max-width: 1920px;
      min-width: 768px; } }
  @media (max-width: 767px) {
    .main-title {
      height: 200px; } }

.heading-01 {
  background-image: url(../img/toppage/heading-01.webp); }

.heading-02 {
  background-image: url(../img/toppage/heading-02.webp); }

.heading-03 {
  background-image: url(../img/toppage/heading-03.webp); }

.heading-04 {
  background-image: url(../img/toppage/heading-04.webp); }

/*カテゴリータイトル*/
.detail {
  margin-bottom: calc(100vh * 0.1);
  width: 100%;
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", "serif"; }

.sub-img {
  width: 100%;
  margin-bottom: 2em; }

/*問い合わせ*/
.inquiry {
  display: flex;
  margin: 100px 0 50px;
  width: 100%;
  height: 200px;
  background-image: url(../img/toppage/inquiry-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center; }
  .inquiry img {
    display: block;
    margin: auto;
    width: 860px; }

/*見出し*/
h1 {
  width: 100%;
  margin: auto;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 32px;
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", "serif";
  text-align: center;
  text-shadow: 2px 2px 4px #333;
  font-feature-settings: "palt";
  text-align: center; }
  @media (max-width: 767px) {
    h1 {
      font-size: 24px;
      letter-spacing: 0.1em; } }

h2 {
  margin-bottom: 0.6em;
  width: 100%;
  color: #00356B;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.35;
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", "serif";
  font-feature-settings: "palt";
  text-align: center; }
  @media (max-width: 767px) {
    h2 {
      font-size: 20px;
      letter-spacing: 0.05em; }
      h2 br:not(.required) {
        display: none; } }

h3 {
  margin-bottom: 1em;
  color: #374149;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 20px;
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", "serif";
  text-align: center; }
  @media (max-width: 767px) {
    h3 {
      font-size: 18px;
      letter-spacing: 0.05em; } }

@media (max-width: 767px) {
  .detail .sub-img + h2 {
    margin-top: 0; } }
.detail .sentence {
  font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center; }
  .detail .sentence p:not(.permit_number) {
    margin-bottom: 0.75em;
    text-align: center; }
    @media (max-width: 767px) {
      .detail .sentence p:not(.permit_number) {
        text-align: justify; }
        .detail .sentence p:not(.permit_number) br {
          display: none; } }
  @media (max-width: 767px) {
    .detail .sentence {
      text-align: justify; }
      .detail .sentence br {
        display: none; } }
  .detail .sentence h2 {
    margin-top: 2em; }
    .detail .sentence h2:first-child {
      margin-top: 0; }
    @media (max-width: 767px) {
      .detail .sentence h2 {
        margin-top: 1em; } }

.section-img {
  margin-bottom: 74px;
  width: 100%; }

/**インフォメーション**/
.infomation {
  display: flex;
  width: 100%;
  letter-spacing: 0.05rem;
  font-size: 15px;
  justify-content: space-between;
  flex-wrap: wrap; }
  .infomation dt {
    margin-bottom: 1rem;
    width: 16%;
    font-weight: bold; }
  .infomation dd {
    margin-bottom: 1rem;
    width: 84%; }
  .infomation h5 {
    font-weight: bold; }
  .infomation p {
    color: #888;
    font-size: 13px; }

.button {
  display: block;
  margin-top: auto;
  margin-top: 1em;
  width: 100%;
  border: 1px solid #374149;
  color: #374149;
  text-align: center;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 40px; }

.button
 {
  background-image: url(../img/button_arrow.svg);
  background-position: 95% center;
  background-size: 1em;
  background-repeat: no-repeat; }
  .button:hover
   {
    background-color: #374149;
    color: #fff;
    transition: 0.3s; }

/*
納骨堂
*/
.permit_number {
  font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  display: block;
  max-width: 400px;
  padding: 0.25em 1em;
  border-radius: 1em;
  background-color: #2F5236;
  color: #fff;
  text-align: center;
  margin: auto;
  margin-top: 1em; }

.merit {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  gap: 1.2em; }
  .merit li {
    width: min(30%, 120px); }
    .merit li img {
      width: 100%; }

.contact-link {
  width: 100%;
  display: block; }
  @media (max-width: 767px) {
    .contact-link {
      margin-left: -10vw;
      width: calc(100% + 20vw); } }
  .contact-link img {
    width: 100%; }

/*
ポイント・料金
    */
#point {
  background-image: url(../img/toppage/bg-image.webp);
  background-position: bottom center;
  background-size: cover; }

ul.merit-point {
  width: 100%;
  display: flex;
  margin: auto;
  margin-bottom: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none; }
  ul.merit-point li {
    width: 46%;
    margin: 0 0 4em;
    text-align: center; }
    @media (max-width: 767px) {
      ul.merit-point li {
        width: 84%;
        margin: 0 auto 3em; }
        ul.merit-point li:last-of-type {
          margin-bottom: 0; } }
    ul.merit-point li img.square {
      width: 100%;
      margin-bottom: 1em;
      border-radius: 0.5em; }
    ul.merit-point li img.round {
      width: 66%;
      margin: 0 auto 1em;
      display: block; }
    ul.merit-point li img.price-count {
      width: 100%; }
    ul.merit-point li h2 {
      font-size: 20px;
      text-align: center;
      letter-spacing: 0.05em; }
    ul.merit-point li .count {
      font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", "serif";
      text-align: center;
      font-size: 25px;
      font-weight: bold; }

.price {
  padding: 30px 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center; }
  .price ul {
    display: flex;
    margin: auto;
    margin-bottom: 30px;
    padding: 0 140px;
    width: 1024px;
    list-style: none; }
    .price ul li {
      padding: 0 40px; }
      .price ul li img {
        width: 140px;
        width: 100%; }
  .price ul + p {
    display: inline-block;
    padding: 0.5em 2em;
    border-radius: 6px;
    background-color: #004078;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 13px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 1; }

.eidai {
  margin: 2.5em auto 0; }

/*
about us
*/
.profile {
  margin: auto;
  max-width: 768px;
  width: 100%;
  margin-bottom: 70px; }
  .profile h3 {
    text-align: left; }

#about article {
  background-color: #eee;
  padding: 2em;
  border-radius: 1em;
  margin-top: 2em; }
  #about article p {
    text-align: justify;
    margin-bottom: 0;
    text-indent: -0.75em;
    padding-left: 0.75em; }

.sns-button {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2em 0; }
  .sns-button li {
    width: 49%;
    display: inline-block; }
  @media (max-width: 767px) {
    .sns-button {
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
      gap: 1em; }
      .sns-button li {
        width: 100%; } }

/*
contact
*/
#contact h3 + p {
  margin-bottom: 25px; }
#contact dl {
  display: flex;
  margin: auto;
  width: 100%;
  border-top: 1px dotted;
  flex-wrap: wrap; }
#contact dt {
  padding: 1rem;
  width: 30%;
  border-bottom: 1px dotted #374149;
  background: #efefef;
  font-weight: bold; }
  #contact dt span {
    margin-left: 0.75em;
    color: darkred;
    font-weight: normal;
    font-size: 11px; }
  #contact dt span::before {
    content: "※"; }
#contact dd {
  padding: 1rem 1.5rem;
  width: 70%;
  border-bottom: 1px dotted;
  vertical-align: top;
  font-size: 14px; }
  #contact dd input {
    padding: 0.5em;
    width: 50%; }
  #contact dd textarea {
    padding: 0.5em;
    width: 100%; }
@media (max-width: 767px) {
  #contact dt,
  #contact dd {
    width: 100%; }
    #contact dt input,
    #contact dd input {
      width: 100%; } }

.submit {
  display: flex;
  -ms-flex-pack: distribute;
  margin: auto;
  margin-top: 20px;
  width: 100%;
  max-width: 400px;
  justify-content: space-around; }
  .submit input {
    margin: 0;
    padding: 0;
    outline: none;
    border-radius: 10px;
    background: none;
    appearance: none;
    padding: 0.75em;
    width: min(48%, 180px);
    border: solid 1px #374149;
    color: #374149;
    font-weight: bold; }
    .submit input:hover {
      background-color: #374149;
      color: #fff;
      -webkit-transition: 0.3s;
      transition: 0.3s; }

/* フッター */
footer {
  position: relative;
  bottom: 0;
  z-index: 3;
  margin-top: 120px;
  padding: 1rem 0;
  width: 100%;
  background-color: #00356B; }
  @media (max-width: 767px) {
    footer {
      margin-top: 0; } }
  footer .inner {
    display: flex;
    flex-wrap: wrap;
    width: 1024px;
    align-items: center;
    align-content: center;
    justify-content: space-between; }
    @media (max-width: 767px) {
      footer .inner {
        width: 100%; } }
  footer small {
    display: flex;
    color: #fff;
    letter-spacing: 0.05rem;
    font-size: 14px;
    line-height: 1;
    justify-content: center;
    align-items: center; }
    footer small::before {
      content: "c";
      font-family: "fontello"; }
  footer .logo {
    width: calc(100% - 6em);
    margin-left: 1em;
    height: 4em; }
  footer .address {
    display: flex;
    color: #fff;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px; }
    @media (max-width: 767px) {
      footer .address {
        justify-content: center; } }
  footer .tell {
    margin-left: 1rem;
    font-weight: bold;
    font-size: 38px; }
    @media (max-width: 767px) {
      footer .tell {
        font-size: 30px; } }
    footer .tell::before {
      content: "TEL.";
      font-size: 20px; }

/**テーブル**/
.table {
  width: 100%;
  border-top: 1px dotted #374149; }
  .table tr {
    border-bottom: 1px dotted #374149;
    display: flex;
    flex-wrap: wrap; }
  .table th {
    padding: 1rem 1rem;
    width: 24%; }
  .table td {
    padding: 1rem 1rem;
    width: calc(100% - 24%); }
    @media (max-width: 767px) {
      .table td {
        padding-top: 0; } }
  .table iframe {
    display: block;
    margin: 1em 0;
    width: 90%;
    height: 40vh; }
  @media (max-width: 767px) {
    .table th,
    .table td {
      width: 100%; } }

/*写真入りのテキスト*/
.pic-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .pic-content > img {
    width: 260px;
    height: auto; }
  .pic-content p {
    width: 660px;
    text-align: justify;
    line-height: 1.8; }

.sign {
  display: block;
  margin-top: 1.5rem;
  color: #444;
  text-align: right;
  font-size: 17px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; }

/*分割box*/
.flexer {
  display: flex;
  width: 100%;
  list-style: none;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .flexer h4 {
    margin-bottom: 0.3rem;
    text-align: center;
    font-weight: bold;
    font-size: 16px; }
  .flexer p {
    margin-bottom: 1rem;
    text-align: justify; }
  .flexer figure {
    /*for ie11*/
    overflow: hidden;
    margin-bottom: 1rem;
    width: 100%; }
  .flexer img {
    width: 100%;
    height: auto; }
  .flexer li {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border: 1px solid #ccc; }
  .flexer .two li {
    margin: 0 0.5% 1rem;
    width: 49%; }
  .flexer .three li {
    margin: 0 0.665% 1rem;
    width: 32%; }
  .flexer .four li {
    margin: 0 0.5% 1rem;
    width: 24%; }
  .flexer .five li {
    margin: 0 1% 1rem;
    width: 18%; }

/*youtube*/
.youtube_wrap {
  padding-top: 70.25%;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .youtube_wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
