@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Tokumin&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

.kaisei-tokumin {
  font-family: "Kaisei Tokumin", serif;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.sv_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main section .page_head .sv_flex {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 470px;
}

@media screen and (max-width: 1280px) {
  main section .page_head .sv_flex {
    display: block;
    height: auto;
  }
}

main section .page_head .sv_flex .ttlarea {
  width: 40%;
}

@media screen and (max-width: 1380px) {
  main section .page_head .sv_flex .ttlarea {
    width: 30%;
  }
}

@media screen and (max-width: 1280px) {
  main section .page_head .sv_flex .ttlarea {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

main section .page_head .sv_flex .sv_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  height: 350px;
}

@media screen and (max-width: 1280px) {
  main section .page_head .sv_flex .sv_img {
    margin-right: 0;
    width: auto;
    height: 300px;
  }
}

main section .page_head {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 45dvw;
  max-height: 370px;
}

@media screen and (max-width: 1024px) {
  main section .page_head {
    max-height: inherit;
    height: 40vw;
  }
}

main section .page_title {
  position: absolute;
  top: calc(44%);
  left: calc(50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}

@media screen and (max-width: 1024px) {
  main section .page_title {
    width: 100%;
  }
}

main section .page_title.type01 {
  text-align: center;
  color: #fff;
}

main section .page_title .sv_ttl {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main section .page_title .sv_ttl .eng_ttl {
  font-size: 42px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .eng_ttl {
    font-size: 24px;
  }
}

main section .page_title .sv_ttl .jp_ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 42px;
  font-weight: 400;
  color: #333;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .jp_ttl {
    font-size: 24px;
  }
}

#news_c_content .doted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

#news_c_content .doted li {
  margin-top: 0;
  margin-right: 1em;
}

#news_c_content .doted li:last-child {
  margin-right: 0;
}

/******************************/
/* 通常固定ページ */
/******************************/
/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: dashed 1px #707070;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.single_ttl .s_date {
  margin-top: 5px;
  display: inline-block;
  font-size: 13px;
}

.news_text_block .category_c a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin-bottom: 5px;
  background-color: #DE8512;
  color: #ffff;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  padding: 5px 20px;
  line-height: 1;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
#works_content.works-single_page .contents_wrap {
  max-width: 1000px;
}

#works_content.works-single_page .works_gallery_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex {
    display: block;
  }
}

#works_content.works-single_page .works_gallery_flex .ttl {
  background-color: #000;
  color: #fff;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

#works_content.works-single_page .works_gallery_flex .works_before_gallery {
  width: 40%;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_before_gallery {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

#works_content.works-single_page .works_gallery_flex .works_after_gallery {
  width: calc(60% - 20px);
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_after_gallery {
    width: 100%;
  }
}

#works_content.works-single_page .works_gallery_flex .works_after_gallery .ttl {
  background-color: #333;
}

.page-template-tmpl_service .line01 {
  border-top: dotted 3px #333;
  margin-top: 50px;
}

.single-gallery_post .category a {
  background-color: #333;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 20px;
}

.single-gallery_post h2.jp {
  border-bottom: dotted 2px #666;
  padding-bottom: 12px;
}

/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* 納骨堂  */
/******************************/
.ossuary .bg_left:before,
.ossuary .bg_right:before {
  z-index: 1;
}

.ossuary .layout_a,
.ossuary .layout_b {
  position: relative;
  z-index: 2;
}

.ossuary .layout_a .imgbox,
.ossuary .layout_b .imgbox {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .ossuary .layout_a .imgbox,
  .ossuary .layout_b .imgbox {
    width: 100%;
  }
}

.ossuary .layout_a .imgbox img,
.ossuary .layout_b .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 69/50;
}

.ossuary .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .ossuary .sec01 {
    padding: 0 0 40px;
  }
}

.ossuary .sec02 {
  background-image: url(../images/ossuary/lead_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 120px 0;
}

.ossuary .sec03 {
  position: relative;
  padding: 80px 0;
  background-color: #F8F6F2;
}

@media screen and (max-width: 1024px) {
  .ossuary .sec03 {
    padding: 40px 0;
  }
}

.ossuary .sec04 {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .ossuary .sec04 {
    padding: 40px 0;
  }
}

.ossuary .sec05 {
  position: relative;
  padding: 80px 0;
  background-color: #F8F8F3;
}

@media screen and (max-width: 1024px) {
  .ossuary .sec05 {
    padding: 40px 0;
  }
}

.ossuary .sec06 {
  position: relative;
  padding: 80px 0 0;
}

@media screen and (max-width: 1024px) {
  .ossuary .sec06 {
    padding: 40px 0 0;
  }
}

/******************************/
/* ご挨拶 */
/******************************/
.shop .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .shop .sec01 {
    padding: 0 0 40px;
  }
}

.shop .sec01 .layout_a .imgbox {
  width: 47%;
}

@media screen and (max-width: 1024px) {
  .shop .sec01 .layout_a .imgbox {
    width: 100%;
    margin-bottom: 30px;
  }
}

.shop .lead {
  position: relative;
  width: 100%;
  background-image: url(../images/shop/lead_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .shop .lead {
    height: auto;
    aspect-ratio: 192/60;
    padding: 50px 0;
  }
}

.shop .lead figure {
  text-align: center;
}

.shop .lead figure img {
  aspect-ratio: 254/316;
  -o-object-fit: contain;
     object-fit: contain;
}

.shop .sec02 {
  position: relative;
  padding: 80px 0 0;
}

@media screen and (max-width: 1024px) {
  .shop .sec02 {
    padding: 45px 0 0px;
  }
}

/******************************/
/* ヘアーメニュー */
/******************************/
.bg_left:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/common/tp_se01_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 80%;
  height: 65%;
  z-index: -1;
}

.bg_left .layout_a {
  padding-bottom: 50px;
}

.bg_right:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../images/common/tp_se01_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 80%;
  height: 65%;
  z-index: -1;
}

.bg_right .layout_b {
  padding-bottom: 50px;
}

/******************************/
/* コンタクト */
/******************************/
.contact .tel_area {
  color: #333;
}

/******************************/
/* 歴史 */
/******************************/
.history .box.inbox .ttl10 {
  font-size: 16px;
  padding-left: 5px;
  line-height: 1.4;
  color: #583200;
}

@media screen and (max-width: 1024px) {
  .history .box.inbox .ttl10 {
    font-size: 14px;
  }
}

.history .sec01 {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .history .sec01 {
    padding: 50px 0;
  }
}

.history .sec02 {
  position: relative;
  background-color: #F8F8F3;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .history .sec02 {
    padding: 50px 0;
  }
}

.history .sec03 {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .history .sec03 {
    padding: 50px 0;
  }
}

.history .sec04 {
  position: relative;
  background-color: #F8F8F3;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .history .sec04 {
    padding: 50px 0;
  }
}

/******************************/
/* お店の雰囲気  */
/******************************/
.atmosphere .risize01,
.commitment .risize01 {
  aspect-ratio: 127/158;
  max-width: 127px;
}

.atmosphere .layout_a .imgbox img,
.atmosphere .layout_b .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 690/454;
  border-radius: 10px;
}

.atmosphere .sub_images_ul .li img {
  aspect-ratio: 38/25;
}

/******************************/
/* 特集ページ */
/******************************/
.feature_volcano-bay .page_head {
  max-height: inherit;
  height: 100dvh;
}

@media screen and (max-width: 1024px) {
  .feature_volcano-bay .page_head {
    height: 60dvh;
  }
}

.feature_volcano-bay .page_head .page_title {
  top: calc(50%);
}

.feature_volcano-bay .breadcrumbs {
  background-color: #003288;
  color: #fff;
}

.feature_volcano-bay .breadcrumbs a {
  color: #fff;
}

.feature_volcano-bay .layout_dl01 dt {
  color: #333;
}

.feature_volcano-bay .layout_dl01 dt.arrow:before {
  color: #003288;
}

.feature_volcano-bay .sec01 {
  position: relative;
  padding: 0 0 150px;
}

@media screen and (max-width: 1024px) {
  .feature_volcano-bay .sec01 {
    padding: 0 0 100px;
  }
}

.feature_volcano-bay .sec01 .layout_d .imgbox img {
  border-radius: 0px 50px 50px 0px;
}

@media screen and (max-width: 1280px) {
  .feature_volcano-bay .sec01 .layout_d .imgbox img {
    border-radius: 20px;
  }
}

.feature_volcano-bay .sec02 {
  position: relative;
  padding: 80px 0;
  background-image: url(../images/feature_volcano-bay/sec02_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .feature_volcano-bay .sec02 {
    padding: 50px 0;
  }
}

.feature_volcano-bay .sec03 {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .feature_volcano-bay .sec03 {
    padding: 50px 0;
  }
}

.feature_volcano-bay .sec04 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .feature_volcano-bay .sec04 {
    padding: 0 0 50px;
  }
}

.feature_volcano-bay .sec04 figure.full_size img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/500;
}

.feature_volcano-bay .sec04 .box {
  margin-top: -6%;
  position: relative;
}

.feature_volcano-bay .sec04 .infobox01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  border: solid 3px #003288;
  background-color: #fff;
  padding: 40px 70px;
}

@media screen and (max-width: 1024px) {
  .feature_volcano-bay .sec04 .infobox01 {
    padding: 25px 5%;
  }
}

.feature_volcano-bay .sec05 {
  position: relative;
  padding: 80px 0;
  background-image: url(../images/feature_volcano-bay/sec05_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .feature_volcano-bay .sec05 {
    padding: 50px 0;
  }
}

.feature_volcano-bay .sec06 {
  position: relative;
  padding: 80px 0 150px;
}

@media screen and (max-width: 1024px) {
  .feature_volcano-bay .sec06 {
    padding: 50px 0 100px;
  }
}

.feature_volcano-bay .sec07 {
  position: relative;
  background-color: #E8F2F3;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .feature_volcano-bay .sec07 {
    padding: 50px 0;
  }
}

.feature_volcano-bay .sec08 {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .feature_volcano-bay .sec08 {
    padding: 50px 0;
  }
}

/******************************/
/* テンプレート　商品メニュー */
/******************************/
.page-template-tmpl_item_menu .item_menu_textarea .gutenberg h2 {
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-weight: bold;
  font-size: clamp(20px, 1.341rem + 1.21vw, 36px);
}

.page-template-tmpl_item_menu .item_menu_textarea .gutenberg .text_box01 {
  margin: 25px 0;
  background-color: #583200;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  font-family: "Zen Old Mincho", serif;
}

.page-template-tmpl_item_menu .sub_images_ul.cul2 .li:last-child {
  margin-bottom: auto;
}

.page-template-tmpl_item_menu .price_txt {
  font-family: "Zen Old Mincho", serif;
  color: #7D0A1C;
  font-size: clamp(16px, 0.886rem + 0.48vw, 20px);
}

.page-template-tmpl_item_menu .layout_a,
.page-template-tmpl_item_menu .layout_b {
  gap: 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-tmpl_item_menu .layout_a .imgbox,
.page-template-tmpl_item_menu .layout_b .imgbox {
  width: 40%;
}

@media screen and (max-width: 1024px) {
  .page-template-tmpl_item_menu .layout_a .imgbox,
  .page-template-tmpl_item_menu .layout_b .imgbox {
    width: 100%;
    margin-bottom: 25px;
  }
}

.page-template-tmpl_item_menu .layout_a .txtbox,
.page-template-tmpl_item_menu .layout_b .txtbox {
  margin: 0;
}

.page-template-tmpl_item_menu .type01 img,
.page-template-tmpl_item_menu .type02 img,
.page-template-tmpl_item_menu .type03 img,
.page-template-tmpl_item_menu .type04 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 38/25;
  border-radius: 10px;
}

/******************************/
/* コース */
/******************************/
.course .infobox02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/course/infobox02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 100px;
  font-size: clamp(16px, 0.716rem + 1.21vw, 26px);
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .course .infobox02 {
    padding: 25px 5%;
  }
}

.course .infobox02 .ttl05 {
  border-color: #7D0A1C;
}

/******************************/
/* ショップガイド */
/******************************/
.shop_guide .guidebox {
  border-top: dotted 3px #7D0A1C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 0;
}

@media screen and (max-width: 1024px) {
  .shop_guide .guidebox {
    padding: 40px 0;
  }
}

.shop_guide .guidebox .box {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.shop_guide .flow_list li {
  border-color: #7D0A1C;
}

.shop_guide .flow_list li .num {
  color: #7D0A1C;
}

.shop_guide .flow_list li:before {
  border-top: 40px solid #7D0A1C;
}

@media screen and (max-width: 767px) {
  .shop_guide .flow_list li:before {
    border-top: 30px solid #7D0A1C;
  }
}

/******************************/
/* 404 */
/******************************/

/*# sourceMappingURL=css_map/style_page.css.map */
