@charset "UTF-8";
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700&display=swap");
/*****************************************************

 SCSS用
 
*****************************************************/
/* flexbox */
/* メディアクエリ */
/*****************************************************

 Telリンク制御　※レスポンシブ
 
*****************************************************/
@media (min-width: 767.98px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*****************************************************

 404
 
*****************************************************/
.not_found_container {
  width: 100%;
  padding: 80px 0; }
  .not_found_container > p {
    font-size: 16px;
    color: #333;
    padding: 30px 0; }
    .not_found_container > p span {
      color: #de0515;
      display: block; }

/*****************************************************

 リセット
 
*****************************************************/
fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

q:before, q:after {
  content: ''; }

main, article, aside, figure, footer, header, hgroup, nav, section, main {
  display: block;
  margin: 0;
  padding: 0; }

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: none;
  outline: none; }

a:focus, *:focus {
  outline: none; }

input[type="button"], input[type="submit"] {
  -webkit-appearance: none; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img, a, figure {
  margin: 0;
  padding: 0; }

/* フォームのリセット */
html {
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }

/* フロートクリア */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 16px;
  scroll-behavior: smooth; }

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  color: #333333;
  font-size: 1rem;
  font-family: 'Zen Kaku Gothic New', sans-serif , 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 1px;
  overflow-x: hidden; }

.inner {
  width: 1120px;
  margin: 0 auto;
  position: relative; }

.inner_narrow {
  width: 1080px;
  margin: 0 auto;
  position: relative; }

.inner_s_n {
  width: 880px;
  margin: 0 auto;
  position: relative; }

.sp_nav {
  visibility: hidden; }

h1:not(#top_h1) {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  color: #212121;
  font-weight: 600; }

h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 31px;
  color: #212121;
  font-weight: 600;
  margin-bottom: 40px; }

h2.vertical_w_line {
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  margin: 0 auto 80px;
  position: relative; }
  h2.vertical_w_line::before, h2.vertical_w_line::after {
    content: '';
    width: 40px;
    height: 1px;
    background: #9b0000;
    position: absolute;
    top: 50%; }
  h2.vertical_w_line::before {
    left: -50px; }
  h2.vertical_w_line::after {
    right: -50px; }

h2.vertical_w_box {
  writing-mode: vertical-rl;
  position: relative;
  border: 1px solid #000000;
  padding: 22px 12px;
  background: #fff; }
  h2.vertical_w_box::before {
    display: block;
    content: '';
    width: 84.2%;
    height: 95.2%;
    border: 1px solid #000000;
    margin: auto;
    position: absolute;
    top: 2%;
    left: 7%; }

h2 + p {
  margin-bottom: 40px; }

h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 21px;
  color: #212121;
  font-weight: 600;
  margin-bottom: 30px; }

section {
  padding: 80px 0; }
  section:last-of-type {
    padding: 80px 0 120px; }
  section:nth-of-type(even) {
    background: #F7F7F7; }

img {
  width: 100%;
  height: auto;
  max-width: 100%; }

.ofcimage {
  object-fit: cover; }

.txt_indent {
  padding-left: 16px;
  text-indent: -16px; }

* {
  box-sizing: border-box; }

.link_btn {
  display: inline-block;
  width: auto;
  margin: 40px auto;
  border: 1px solid #000000;
  background: #fff;
  padding: 8px 20px;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  color: #212121;
  text-align: center;
  text-decoration: none;
  transition: .2s; }
  .link_btn:hover i {
    transform: translateX(6px); }
  .link_btn i {
    font-size: 21px;
    color: #9b0000;
    margin-left: 8px;
    transition: .2s; }

.link_btn_container {
  text-align: center; }

/* リロード直後一瞬mmenuの中身が表示されるのを非表示 */
.sp_nav {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease; }

/* 初期化後に表示 */
.sp_nav.mm-menu {
  visibility: visible;
  opacity: 1; }

#event, #funeral, #grave, #information, #contact, #map {
  margin-top: -100px;
  padding-top: 100px; }

@media screen and (min-width: 767.98px) {
  .pc_none {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .inner, .inner_narrow, .inner_s_n {
    width: 90%;
    margin: 0 auto;
    padding: 0; } }
@media (max-height: 480px) and (orientation: landscape) {
  .pc_none {
    display: block !important; }

  .sp_none {
    display: none !important; }

  .inner, .inner_narrow, .inner_s_n {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  .sp_menu {
    position: absolute;
    top: 12px;
    right: 16px; }
    .sp_menu i {
      font-size: 30px;
      color: #9b0000; }

  .sp_nav {
    visibility: visible; }

  .link_btn {
    width: 100%; }

  .mm-listitem > a, .mm-listitem > span {
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #333 !important; }

  #mm-1 > ul > li:nth-child(6) > a {
    color: #9b0000 !important;
    border: 1px solid #9b0000;
    width: 80%;
    margin: 0 auto; }

  #mm-1 > ul > li:nth-child(6) {
    margin-top: 20px; }

  #mm-1 > ul > li:nth-child(6)::after {
    border: none; }

  #mm-1 > ul > li:nth-child(7) > a {
    background: #9b0000;
    color: #FFF !important;
    width: 80%;
    margin: 10px auto 0; } }
@media screen and (max-width: 767.98px) {
  h1:not(#top_h1) {
    font-size: 31px; }

  h2 {
    font-size: 28px; }

  section {
    padding: 60px 0; }
    section:last-of-type {
      padding: 60px 0 100px; }

  .sp_none {
    display: none !important; }

  .inner, .inner_narrow, .inner_s_n {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  .sp_menu {
    position: absolute;
    top: 16px;
    right: 16px; }
    .sp_menu i {
      font-size: 30px;
      color: #9b0000; }

  .sp_nav {
    visibility: visible; }

  .link_btn {
    width: 100%; }

  .mm-listitem > a, .mm-listitem > span {
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #333 !important; }

  #mm-1 > ul > li:nth-child(6) > a {
    color: #9b0000 !important;
    border: 1px solid #9b0000;
    width: 80%;
    margin: 0 auto; }

  #mm-1 > ul > li:nth-child(6) {
    margin-top: 20px; }

  #mm-1 > ul > li:nth-child(6)::after {
    border: none; }

  #mm-1 > ul > li:nth-child(7) > a {
    background: #9b0000;
    color: #FFF !important;
    width: 80%;
    margin: 10px auto 0; } }
@media print {
  .pc_none {
    display: none !important; }

  .sp_none {
    display: none !important; } }
/*****************************************************

 Animation
 
*****************************************************/
.fadein {
  opacity: 0;
  transition: opacity .8s; }

.scrollin {
  opacity: 1; }

/*****************************************************

 Header
 
*****************************************************/
.global_header {
  width: 100%;
  height: 100px;
  padding: 0 2%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /*nav {
  	@include flexbox($wide:60%,$justify:flex-end,$alignitem:center);
  	a {
  		font-family: 'Noto Serif JP', serif;font-size:16px;font-weight: 500;color:#003f84;margin-left:50px;transition:.2s;text-decoration: none;
  		&:first-of-type {margin-left:0;}
  		&:last-of-type {background:#007fff;padding:4px 40px;color:#fff;border:1px solid #007fff;}
  		&:hover {
  			//color:#005bac;transition:.2s;
  			&:last-of-type {background:#fff;color:#007fff;transition:.2s;}
  		}
  	}
  }*/ }
  .global_header .header_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: 0 auto;
    min-width: 1120px; }
  .global_header .logo_container {
    width: 150px;
    max-width: 150px;
    height: 390px;
    background: rgba(255, 255, 255, 0.6);
    padding: 30px 36px; }
    .global_header .logo_container img {
      vertical-align: -20%;
      width: auto; }

.lv1_header {
  position: static;
  background: #fff; }
  .lv1_header .header_container {
    justify-content: space-between; }
  .lv1_header .logo_container {
    width: 322px;
    max-width: 322px;
    height: 100%;
    padding: 15px 0; }

.lv1_nav_container {
  width: 26%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0;
  min-width: 364px; }
  .lv1_nav_container > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .lv1_nav_container > div a {
      text-decoration: none;
      font-family: 'Noto Serif JP', serif;
      font-size: 16px;
      color: #9b0000;
      font-weight: 600; }
      .lv1_nav_container > div a::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 1px;
        background: #9b0000;
        margin-right: 8px;
        vertical-align: 20%; }
      .lv1_nav_container > div a i {
        margin-right: 8px;
        font-size: 18px; }
  .lv1_nav_container > a {
    text-decoration: none;
    font-size: 28px;
    color: #212121;
    font-weight: 600; }
    .lv1_nav_container > a i {
      margin-right: 12px;
      font-size: 24px; }

.cover_header {
  position: fixed;
  top: -100px;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  min-width: 1160px; }
  .cover_header .cover_header_logo_container {
    width: 260px;
    margin-top: 8px; }
  .cover_header .cover_nav_container {
    width: 700px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .cover_header .cover_nav_container a {
      font-family: 'Noto Serif JP', serif;
      text-decoration: none;
      font-size: 16px;
      font-weight: 600;
      color: #212121;
      position: relative;
      transition: .3s; }
      .cover_header .cover_nav_container a:hover::after {
        content: '';
        display: block;
        width: 60px;
        height: 1px;
        background: #9b0000;
        border-radius: 1px;
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        margin: 0 auto;
        transition: .3s; }
      .cover_header .cover_nav_container a:nth-of-type(3):hover::after {
        width: 20px; }
      .cover_header .cover_nav_container a:last-of-type {
        width: auto;
        padding: 0 8px;
        height: 38px;
        line-height: 38px;
        border: 1px solid #212121;
        text-align: center; }
        .cover_header .cover_nav_container a:last-of-type:hover {
          color: #9b0000;
          border: 1px solid #9b0000;
          transition: .2s; }
          .cover_header .cover_nav_container a:last-of-type:hover::after {
            display: none; }

@media (min-width: 768px) and (max-width: 1024px) {
  .global_header .header_container {
    min-width: 100%; }

  .cover_header {
    min-width: 100%; } }
@media (max-height: 480px) and (orientation: landscape) {
  .global_header {
    height: 60px; }

  .global_header .header_container {
    min-width: 100%; }

  .header_logo_vertical {
    display: block !important; }

  .header_logo_horizontal {
    display: none !important; }

  .lv1_header .logo_container {
    width: 200px;
    margin-top: 8px;
    padding: 0; } }
@media screen and (max-width: 767.98px) {
  .global_header {
    height: 60px;
    background: rgba(255, 255, 255, 0.6); }

  .global_header .header_container {
    min-width: 100%; }

  .global_header .logo_container {
    width: 200px;
    margin-top: 4px;
    max-width: 350px;
    background: none;
    height: auto;
    padding: 0; }

  .cover_header {
    min-width: 100%; }

  .cover_header {
    height: 60px;
    padding: 0 10px; }

  .cover_header .cover_header_logo_container {
    width: 200px;
    margin-top: 4px; }

  .cover_header > .sp_menu {
    top: 10px; } }
/*****************************************************

 Footer
 
*****************************************************/
.footer_content_wrap {
  background: url("../images/common/bk_ptn.png");
  width: 100%;
  padding: 80px 0; }

.footer_content_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 1%; }
  .footer_content_container .footer_contact_item {
    width: 46%; }
  .footer_content_container .footer_information_item {
    width: 46%; }
    .footer_content_container .footer_information_item figure {
      width: 322px;
      max-width: 322px;
      margin-bottom: 20px; }
    .footer_content_container .footer_information_item address {
      color: #212121;
      margin-bottom: 20px; }
      .footer_content_container .footer_information_item address span {
        display: block;
        margin: 16px 0; }
        .footer_content_container .footer_information_item address span a {
          font-size: 24px;
          color: #212121;
          text-decoration: none;
          font-weight: bold; }
          .footer_content_container .footer_information_item address span a i {
            margin-right: 8px; }

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  .page-top p {
    text-align: center;
    display: block;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #9b0000;
    color: #FFF;
    opacity: 0.5;
    transition: all  0.5s ease; }
  .page-top a {
    text-decoration: none;
    background: #9b0000;
    color: #FFF; }
    .page-top a:hover {
      text-decoration: none; }
    .page-top a p:hover {
      opacity: 1;
      transition: all  0.5s ease; }
    .page-top a i {
      margin-top: 13px;
      font-size: 35px; }

.copyright_container {
  width: 100%;
  text-align: center;
  background: #000;
  font-size: 14px;
  color: #FFF;
  padding: 14px 0; }

@media screen and (max-width: 767.98px) {
  .footer_content_wrap {
    padding: 40px 0 80px; }

  .footer_content_container .footer_contact_item {
    width: 100%; }

  .footer_content_container .footer_information_item {
    width: 100%; } }
/*****************************************************

 アーカイブページ
 
*****************************************************/
.info_container {
  margin-bottom: 40px; }

.pager {
  padding: 0;
  width: 100%;
  position: relative;
  text-align: center; }
  .pager .page-numbers {
    display: inline-block;
    margin: 12px 0 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    font-size: 16px;
    border: 2px #9b0000 solid;
    color: #9b0000;
    background: #fff;
    transition: .3s; }
    .pager .page-numbers:hover {
      background: #FFF;
      border: 2px #9b0000 solid;
      color: #9b0000;
      opacity: 1;
      transition: .3s; }
  .pager a {
    text-decoration: none; }
  .pager .current {
    background: #9b0000;
    border: 2px #9b0000 solid;
    color: #FFF; }

/*****************************************************

 シングルページ
 
*****************************************************/
/* エディター内装飾
----------------------------------------------------*/
.editor_area {
  width: 100%;
  margin: 20px 0; }
  .editor_area img {
    max-width: 100%;
    margin: 20px 0;
    border: none !important;
    width: auto;
    height: auto;
    /*min-width:50%;*/ }
  .editor_area .size-thumbnail {
    width: 32% !important;
    margin-right: 16px !important; }
    .editor_area .size-thumbnail:nth-of-type(3n) {
      margin-right: 0 !important; }
  .editor_area .size-medium {
    width: 49% !important;
    margin-right: 15px !important; }
    .editor_area .size-medium:nth-of-type(2n) {
      margin-right: 0 !important; }
  .editor_area .size-large {
    width: 100% !important; }
  .editor_area p {
    margin-top: 16px;
    font-size: 16px;
    color: #444;
    word-break: break-all; }
  .editor_area strong {
    font-weight: 700; }
  .editor_area em {
    font-style: italic; }
  .editor_area ul {
    margin-top: 24px;
    list-style: disc;
    padding-left: 4.2rem; }
    .editor_area ul li {
      margin-top: 8px; }
      .editor_area ul li:first-child {
        margin-top: 0; }
  .editor_area ol {
    margin-top: 24px;
    list-style: decimal;
    padding-left: 4.2rem; }
    .editor_area ol li {
      margin-top: 8px; }
      .editor_area ol li:first-child {
        margin-top: 0; }
  .editor_area hr {
    border-top: 1px #cccccc dotted;
    margin-top: 32px;
    margin-bottom: 32px; }
  .editor_area > h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 21px;
    color: #212121;
    font-weight: 600;
    margin: 40px 0 30px; }
    .editor_area > h3::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 1px;
      background: #9b0000;
      margin-right: 8px;
      vertical-align: 20%; }
  .editor_area > h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    color: #212121;
    font-weight: bold;
    margin: 30px 0 20px; }
  .editor_area h3 + p, .editor_area h3 + ul, .editor_area h3 + ol {
    margin-top: 10px; }
  .editor_area h4 + p, .editor_area h4 + ul, .editor_area h4 + ol {
    margin-top: 10px; }
  .editor_area a {
    /*text-decoration: none;*/
    color: #DE0515;
    font-size: 16px;
    margin: 10px 0; }
  .editor_area blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
    width: 80%;
    margin: 30px auto; }
    .editor_area blockquote:before {
      display: inline-block;
      position: absolute;
      top: 13px;
      left: 15px;
      content: "\f10d";
      font-family: FontAwesome;
      color: #cfcfcf;
      font-size: 28px;
      line-height: 1;
      font-weight: 900; }
    .editor_area blockquote p {
      padding: 0;
      margin: 10px 0;
      line-height: 1.7; }
    .editor_area blockquote cite {
      display: block;
      text-align: right;
      color: #888888;
      font-size: 0.9em; }
  .editor_area table {
    border: 1px solid #333;
    max-width: 100%;
    padding: 4px;
    box-sizing: border-box;
    border-collapse: collapse; }
    .editor_area table tr {
      border-bottom: 1px solid #333; }
    .editor_area table td {
      border-right: 1px solid #333;
      padding: 6px;
      box-sizing: border-box;
      /*&:last-of-type {border:none;}*/ }

@media screen and (max-width: 767.98px) {
  .editor_area .size-thumbnail {
    display: block;
    width: 80% !important;
    margin: 0 auto 10px !important; }

  .editor_area .size-thumbnail:nth-of-type(3n) {
    margin: 0 auto 10px !important; }

  .editor_area .size-medium {
    display: block;
    width: 100% !important;
    margin: 0 0 10px !important; }

  .editor_area {
    padding-bottom: 40px; } }
/*****************************************************

 フォーム
 
*****************************************************/
.contact_notice_wrap a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 29px;
  color: #003f84;
  font-weight: bold;
  text-decoration: none; }
  .contact_notice_wrap a i {
    font-size: 21px;
    margin-right: 20px; }

.contact_wrap ul {
  width: 80%;
  margin: 0 auto; }
.contact_wrap li {
  list-style: disc;
  font-size: 16px;
  color: #333;
  margin: 6px 0 6px 20px; }

.contactform_container {
  width: 100%;
  margin: 0 auto; }
  .contactform_container table {
    width: 100%;
    margin-top: 50px;
    table-layout: fixed;
    /*tr {
    	&:last-child th {border-bottom:none;vertical-align: top;}
    	&:last-child td {border-bottom:none;}
    }*/
    /*.optionalicon {font-size:14px;color:#2D4675;text-align:center;padding:2px 15px;background: #ABD8FF;border-radius: 12px;margin-right:30px;}*/ }
    .contactform_container table th {
      width: 100%;
      display: block;
      font-size: 16px;
      color: #212121;
      font-weight: bold;
      padding: 0;
      /*border-bottom:1px solid #2ca6e0;*/ }
      .contactform_container table th span {
        font-size: 14px;
        color: #fff;
        background: #d63317;
        padding: 0 10px;
        float: right;
        border-radius: 2px;
        float: right; }
    .contactform_container table td {
      width: 100%;
      display: block;
      font-size: 16px;
      color: #333;
      padding: 10px 0 20px;
      /*width:70%;border-bottom:1px solid #eee;*/ }

.agreement_container {
  text-align: center; }
  .agreement_container a {
    text-decoration: underline;
    color: #d63317; }

.agreementicon {
  font-size: 14px;
  color: #fff;
  background: #d63317;
  padding: 0 10px; }

/*.policy_title {font-size:18px;padding:10px 0 0;text-align: center;}
.privacypolicy {
	box-sizing: border-box;position: relative;width:100%;height: 300px;margin: 24px auto;padding: 24px;border: 1px #CCCCCC solid;background: #efefef;overflow-y: scroll;text-align: left !important;	
	p {text-align: left !important;&:first-of-type {font-size:18px;color:#333;font-weight:bold;}}
	h4 {
		margin: 20px 0 5px;font-size: 16px;font-weight: bold;font-family: 'Noto Sans JP', sans-serif;color:#666;
	}
}
.privacypolicy_checkbox_container {text-align:center;}
.privacypolicy::-webkit-scrollbar {width: 8px;}
.privacypolicy::-webkit-scrollbar-track {background: #ccc;}
.privacypolicy::-webkit-scrollbar-thumb {background: #999;}*/
.grecaptcha-badge {
  visibility: hidden; }

.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #888 !important; }

.recaptcha_policy a {
  font-size: 11px !important;
  color: #666 !important; }

.thanks_container {
  text-align: center; }
  .thanks_container .link_btn {
    margin: 40px auto 0; }

@media screen and (max-width: 767.98px) {
  .contact_wrap ul {
    width: 100%; }

  .contactform_wrap {
    padding: 40px 0; }

  .contactform_container {
    width: 90%;
    margin: 0 auto; }

  .contact_phone_container span {
    font-size: 24px; }

  .thanks_container .link_btn {
    margin: 40px auto 0;
    width: 80%; } }
/* フォーム装飾
----------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea, select {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 15px;
  background: #FFF;
  border-radius: 8px;
  transition: all .3s;
  border: 1px solid #ccc; }
  input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 100%; }
  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 80%; }
  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 60%; }
  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 40%; }
  input[type="text"].w30, input[type="tel"].w30, input[type="email"].w30, textarea.w30, select.w30 {
    width: 30%; }

/*input[type="checkbox"]{padding: 10px 12px;background: #efefef;transition: all .3s;width: 25px;height: 25px;vertical-align: bottom;}
*/
input[type='checkbox'] {
  appearance: none;
  outline: none;
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  vertical-align: middle; }
  input[type='checkbox']::before {
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border: solid 1px #add8d5;
    margin-top: -2px; }
  input[type='checkbox']:checked::before {
    background-color: #26A69A; }
  input[type='checkbox']::after {
    display: block;
    content: '';
    position: absolute;
    left: 8px;
    top: 2px;
    width: 4px;
    height: 12px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    opacity: 0; }
  input[type='checkbox']:checked::after {
    opacity: 1; }

input[type="file"] {
  padding: 10px 0;
  transition: all .3s; }

/*input[type="text"]:focus , input[type="tel"]:focus , input[type="email"]:focus , textarea:focus {
  box-shadow: 0 0 4px #86BBCD;
  border: 1px solid #86BBCD;
}*/
input[type="radio"] {
  width: 18px;
  height: 18px;
  vertical-align: middle; }

textarea {
  height: 160px;
  margin-bottom: 20px; }

::-webkit-input-placeholder {
  color: #cccccc; }

::-moz-placeholder {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

input[type="submit"] {
  display: block;
  width: 320px;
  margin: 40px auto 0;
  background: #f4cb00;
  padding: 14px;
  font-size: 18px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  cursor: pointer; }
  input[type="submit"]:hover {
    background: #9b0000;
    color: #fff;
    transition: .3s; }

input[type="button"] {
  display: block;
  width: 320px;
  margin: 40px auto;
  border: 1px solid #a4a4a5;
  background: #a4a4a5;
  padding: 14px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  cursor: pointer; }

@media screen and (max-width: 767.98px) {
  input[type="button"] {
    width: 80%;
    margin: -10px auto 0; }

  input[type="submit"] {
    width: 80%; }

  input[type="text"], input[type="tel"], input[type="email"], textarea, select {
    background: #fff; }

  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 100%;
    margin: 0; }

  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 100%;
    margin: 0; }

  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 100%;
    margin: 0; }

  input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 100%;
    margin: 0; }

  textarea {
    margin-left: 0; } }
/*****************************************************

 HOME
 
*****************************************************/
.main_cover {
  width: 100%;
  height: 860px;
  background: url("../images/home/main_cover01.jpg") center/cover no-repeat;
  padding: 150px 0;
  position: relative;
  z-index: 0; }
  .main_cover p {
    margin: 0 20% 0 auto;
    font-family: 'Noto Serif JP', serif;
    font-size: 46px;
    color: #fff;
    font-weight: 600;
    writing-mode: vertical-rl;
    line-height: 110px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8); }

.topGgreeting_wrap {
  width: 100%;
  height: 800px;
  background: url("../images/common/bk02.png") center/cover no-repeat;
  padding: 80px 0; }
  .topGgreeting_wrap h2 + p {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    color: #212121;
    font-weight: 600;
    writing-mode: vertical-rl;
    line-height: 60px;
    margin: 0 auto; }

.topAbout_wrap {
  background: url("../images/common/bk_ptn.png");
  width: 100%;
  overflow: hidden; }

.topEvent_container, .topFuneral_container {
  width: 100%;
  position: relative;
  padding: 60px 0;
  height: 600px;
  max-width: 960px;
  margin: 0 auto;
  z-index: 0;
  min-width: 1120px; }
  .topEvent_container::after, .topFuneral_container::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -10; }

.topEvent_item, .topFuneral_item {
  width: 50%;
  display: flex; }
  .topEvent_item h2 + p, .topFuneral_item h2 + p {
    height: 450px;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    color: #212121;
    font-weight: 600;
    writing-mode: vertical-rl;
    line-height: 60px;
    margin: 0 auto; }

.topEvent_container::after {
  background: url("../images/home/content_ph01.jpg?20260319") center/cover no-repeat;
  transform: translateX(-50%); }

.topFuneral_container::after {
  background: url("../images/home/content_ph02.jpg?20260319") center/cover no-repeat;
  transform: translateX(50%); }

.topEvent_item {
  margin-left: 43%;
  justify-content: flex-end; }
  .topEvent_item h2.vertical_w_box {
    height: 300px;
    margin-right: 100px; }

.topFuneral_item {
  margin-left: 11%;
  justify-content: flex-start;
  flex-direction: row-reverse; }
  .topFuneral_item h2.vertical_w_box {
    height: 260px;
    margin-left: 100px; }

@media (min-width: 821px) and (max-width: 1024px) {
  .topGgreeting_wrap h2 + p {
    line-height: 45px; }

  .topGrave_detail_item {
    height: 426px; } }
@media (min-width: 768px) and (max-width: 820px) {
  .topGgreeting_wrap h2 + p {
    line-height: 45px; }

  .topEvent_container::after {
    transform: translateX(-80%); }

  #main_content > div.topAbout_wrap > div.topEvent_container > div > div {
    margin-left: 13%; }

  .topGrave_detail_item {
    height: 426px; } }
@media (max-height: 480px) and (orientation: landscape) {
  .topEvent_container, .topFuneral_container {
    min-width: 100%; }

  .topEvent_item h2 + p, .topFuneral_item h2 + p {
    line-height: 40px; }

  .topFuneral_item {
    width: 60%; } }
@media screen and (max-width: 767.98px) {
  .main_cover {
    height: 600px;
    padding: 120px 0; }

  .main_cover p {
    margin: 0 auto;
    font-size: 31px;
    line-height: 70px; }

  .topGgreeting_wrap {
    padding: 60px 0 20px;
    height: auto;
    background-size: 120%;
    background-position: top; }

  .topGgreeting_wrap h2 + p {
    line-height: 1.65; }

  .topEvent_container, .topFuneral_container {
    min-width: 100%;
    height: auto; }

  .topEvent_item, .topFuneral_item {
    width: 100%;
    display: block;
    margin-left: 0; }

  .topEvent_item h2 + p, .topFuneral_item h2 + p {
    line-height: 1.65; }

  .topEvent_container::after {
    transform: translateX(0);
    height: 300px; }

  .topFuneral_container::after {
    transform: translateX(0);
    height: 300px; }

  .topEvent_item h2.vertical_w_box, .topFuneral_item h2.vertical_w_box {
    margin: 0 auto 40px; }

  .topEvent_item h2 + p, .topFuneral_item h2 + p {
    line-height: 2; } }
.topGrave_wrap {
  width: 100%;
  height: 580px;
  background: url("../images/common/bk03.png") center/cover no-repeat;
  padding: 80px 0 0; }
  .topGrave_wrap h2.vertical_w_line {
    margin: 0 120px 80px; }
  .topGrave_wrap h2 + p {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    color: #212121;
    font-weight: 600;
    writing-mode: vertical-rl;
    line-height: 60px;
    margin: 0; }

.topGrave_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse; }

.topGrave_detail_container {
  padding: 40px 0 80px; }

.topGrave_detail_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 1%;
  margin-bottom: 40px; }
  .topGrave_detail_item figure {
    width: 48.21%;
    position: relative; }
    .topGrave_detail_item figure > span {
      display: block;
      position: absolute;
      bottom: 20px;
      right: 20px;
      background: #9B0000;
      width: 160px;
      height: 160px;
      border-radius: 50%;
      text-align: center;
      z-index: 0;
      transition: .2s; }
      .topGrave_detail_item figure > span > a {
        text-decoration: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .topGrave_detail_item figure > span:hover {
        opacity: .7; }
      .topGrave_detail_item figure > span img {
        width: 80px; }
      .topGrave_detail_item figure > span span {
        display: block;
        color: #fff;
        font-weight: bold; }
  .topGrave_detail_item div {
    width: 48.21%;
    height: 346px;
    border-left: 1px solid #9b0000;
    padding: 16px 30px; }
  .topGrave_detail_item .link_btn {
    margin: 20px auto; }
  .topGrave_detail_item:last-of-type {
    margin-bottom: 0; }

@media screen and (max-width: 767.98px) {
  .topGrave_wrap {
    padding: 60px 0 0;
    height: auto;
    background-size: 120%;
    background-position: top; }

  .topGrave_wrap h2 + p {
    line-height: 12vw; }

  .topGrave_wrap h2.vertical_w_line {
    margin: 0 auto 80px; }

  .topGrave_wrap h2 + p {
    margin: 0 auto; }

  .topGrave_container {
    flex-direction: column; }

  .topGrave_detail_container {
    padding: 40px 0; } }
.topFuture_wrap {
  width: 100%;
  height: 600px;
  background: url("../images/common/bk04.png") center/cover no-repeat;
  padding: 80px 0 0; }

.topFuture_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 1%; }
  .topFuture_container div {
    width: 70%; }

@media screen and (max-width: 767.98px) {
  .topGrave_detail_item {
    flex-direction: column-reverse; }

  .topGrave_detail_item figure {
    width: 100%; }

  .topGrave_detail_item div {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }

  .topFuture_wrap {
    padding: 60px 0;
    height: auto;
    background-size: 100%;
    background-position: bottom; }

  .topFuture_container {
    flex-direction: column; }

  .topFuture_container div {
    width: 100%; } }
.topInfo_wrap {
  width: 100%;
  height: auto;
  background: url("../images/common/bk05.png") center/cover no-repeat;
  padding: 80px 0; }

.topInfo_container article, .info_container article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 1%;
  position: relative;
  z-index: 0;
  transition: .2s;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e7e7e7; }
  .topInfo_container article:last-of-type, .info_container article:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
  .topInfo_container article a, .info_container article a {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .topInfo_container article:hover, .info_container article:hover {
    opacity: .7; }
  .topInfo_container article time, .info_container article time {
    width: 10%; }
  .topInfo_container article p, .info_container article p {
    width: 70%; }
  .topInfo_container article i, .info_container article i {
    border: 1px solid #9b0000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #9b0000;
    font-size: 18px; }

@media (max-height: 480px) and (orientation: landscape) {
  .topInfo_container article time, .info_container article time {
    width: 20%; } }
@media screen and (max-width: 767.98px) {
  .topInfo_wrap {
    padding: 40px 0; }

  .topInfo_container article time, .info_container article time {
    width: 100%; }

  .topInfo_container article p, .info_container article p {
    width: 80%; } }
/*****************************************************

 共通パーツ
 
*****************************************************/
.lv1_cover {
  width: 100%;
  height: 400px;
  background: url("../images/common/lv1_cover.png") center/cover no-repeat;
  padding: 140px 0; }
  .lv1_cover h1 {
    text-align: center;
    position: relative;
    padding-bottom: 40px; }
    .lv1_cover h1::after {
      content: '';
      width: 40px;
      height: 1px;
      background: #9b0000;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }

.lv1_cover + section {
  padding: 80px 0; }

@media screen and (max-width: 767.98px) {
  .lv1_cover + section {
    padding: 40px 0; }

  .lv1_cover {
    height: 220px;
    padding: 60px 0; } }
/*****************************************************

 個人情報保護方針
 
*****************************************************/
.privacy_container h2 {
  margin-bottom: 20px; }
