@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");
.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-regular {
  font-family: "Zen Old Mincho", 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: 470px;
}

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

main section .page_title {
  position: absolute;
  top: calc(50%);
  left: calc((100% - 1200px) / 2);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #333;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

@media screen and (max-width: 1280px) {
  main section .page_title {
    left: 5%;
  }
}

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: #fff;
  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: #fff;
}

@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: #957803;
  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: #419498;
}

.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;
  }
}

/******************************/
/* コンセプト */
/******************************/
.concept .sec01 {
  padding: 0 0 80px;
}

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

.concept .sec02 {
  padding: 0 0 80px;
}

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

.concept .sec03 {
  padding: 0 0 80px;
}

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

.concept .sec04 {
  padding: 0 0 80px;
}

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

/******************************/
/* 永代供養 */
/******************************/
/******************************/
/* ご挨拶 */
/******************************/
.greeting .sec01 {
  position: relative;
  padding: 0 0 80px;
}

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

.greeting .sec01 .named .b_txt {
  font-size: 24px;
  line-height: 1;
  margin-top: 5px;
}

.greeting .sec01 .named .s_txt {
  color: #957803;
  font-size: 18px;
}

.greeting .lead {
  width: 100%;
  height: 600px;
  background-color: #000;
  background-image: url(../images/greeting/lead_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 1024px) {
  .greeting .lead {
    aspect-ratio: 1920/600;
    height: auto;
  }
}

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

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

.greeting .sec02 .ttl10 {
  font-size: 28px;
}

@media screen and (max-width: 1024px) {
  .greeting .sec02 .ttl10 {
    font-size: 18px;
  }
}

.greeting .sec02 .layout_a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.greeting .sec02 .layout_a .imgbox {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .greeting .sec02 .layout_a .imgbox {
    width: 100%;
  }
  .greeting .sec02 .layout_a .imgbox figure {
    text-align: center;
  }
}

/******************************/
/* ヘアーメニュー */
/******************************/
.bg_left:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F8F6F2;
  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-color: #F8F6F2;
  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;
  }
}

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

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