@charset "utf-8";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Q&Aブログ h2/h3 見出し装飾用(2025-10-28)ah
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.single-faq .article_inner h2:not(.h2b) {
	position: relative;
	font-size: 2.8rem;
	font-family: "my_mincho", serif;
	font-weight: normal;
	line-height: 1.4;
	clear: both;
	color: #695009;
	padding: 14px 0px;
	margin-top: 2em;
	margin-bottom: 1em;
	border-color: #7c6a2b;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.single-faq .article_inner h3:not(.h3b) {
	position: relative;
	font-size: 2.0rem;
	font-family: "my_mincho", serif;
	font-weight: normal;
	line-height: 1.4;
	clear: both;
	color: #695009;
	padding: 10px 0 10px 15px;
	margin-top: 2em;
	margin-bottom: 1em;
	border-color: #7c6a2b;
	border-left: 8px solid;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
H4スタイル
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
h4{
    font-size:18px;
    font-weight:bold;
	margin-bottom: 0.6em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
よくある質問　＞　詳細　＞　コンタクトエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
dl.faq_contact {
    margin: 2em auto;
}

dl.faq_contact dt {
    font-family: "my_mincho", serif;
    background-color: #61743f;
    color: #fff;
    text-align: center;
    padding: 17px 15px;
    font-size: 2.2rem;
    line-height: 1.5;
}

dl.faq_contact dd {
    background-color: #f4f0e8;
    padding: 30px 30px;
}

dl.faq_contact h2 {
    font-family: "my_mincho", serif;
    background-color: #fff;
    color: #695009;
    font-size: 1.6rem;
    padding: 14px 15px;
    text-align: center;
    margin-bottom: 30px;
}

dl.faq_contact ul.items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -30px;
}

dl.faq_contact ul.items li {
    width: calc(50% - 20px);
    padding-left: 80px;
    position: relative;
    min-height: 70px;
    margin: 0 10px 30px;
}

dl.faq_contact ul.items li .img {
    position: absolute;
    left: 0;
}

dl.faq_contact ul.items li .sub {
    font-size: 1.5rem;
}

dl.faq_contact ul.items li .ttl a {
    font-family: "my_mincho", serif;
    font-size: 1.8rem;
    color: inherit;
    text-underline-offset: 5px;
    font-weight: bold;
}

dl.faq_contact ul.items li .ttl::after {
    font-family: "icomoon";
    content: '\e917';
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1;
    vertical-align: -4px;
}

dl.faq_contact ul.items li .sub2 {
    font-family: "my_mincho", serif;
    font-size: 1.2rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
電話番号のフォントファミリーを指定
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tel_font,.tel_font a {
    font-family: "my_mincho", serif;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Aタグの「青色下線」の除外をTOP系に限定（通常ページは開放させる）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.home_group h2 > a:not([class]), .home_group h3 > a:not([class]), .home_group h4 > a:not([class]), .home_group li > a:not([class]) {
    /* color: inherit; */
    /* text-decoration: none; */
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
reset.cssの上書き
リスト内のAに青下線をつけたい場面があったため
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.basic_list01 > li a:hover {
    text-decoration: underline;
}

body:not(.home_group) #main_area ul:not([class]) a:not([class]) {
    color: #09f;
    text-decoration: underline;
}

/* TOC（目次プラグイン）は除外 */
body:not(.home_group) #main_area ul.toc_list a:not([class]) {
    color: inherit;
    text-decoration: none;
}

body:not(.home_group) #main_area ul:not([class]) a:not([class]):hover {
    text-decoration: none;
}

/* TOC（目次プラグイン）は除外 */
body:not(.home_group) #main_area ul.toc_list a:not([class]):hover {
    text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
各霊園ごとにカラー変更
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* bg-color */
[class*='page-makino'] .cmn_color_bg, [class*='page-makino'] .cmn_color_bg_bf::before {
    background: #b3781c!important;
}

[class*='page-katano'] .cmn_color_bg, [class*='page-katano'] .cmn_color_bg_bf::before {
    background: #6a1b31!important;
}

[class*='page-1000-olive'] .cmn_color_bg, [class*='page-1000-olive'] .cmn_color_bg_bf::before {
    background: #1d5f1c!important;
}

[class*='page-sakai-izumi'] .cmn_color_bg, [class*='page-sakai-izumi'] .cmn_color_bg_bf::before {
    background: #0d3750!important;
}

[class*='page-1000-olive-makino'] .cmn_color_bg, [class*='page-1000-olive-makino'] .cmn_color_bg_bf::before {
    background: #646d3e!important;
}

/* font */
[class*='page-makino'] .cmn_color_font {
    color: #b3781c!important;
}

[class*='page-katano'] .cmn_color_font {
    color: #6a1b31!important;
}

[class*='page-1000-olive'] .cmn_color_font {
    color: #63516b!important;
}

[class*='page-sakai-izumi'] .cmn_color_font {
    color: #0d3750!important;
}

[class*='page-1000-olive-makino'] .cmn_color_font {
    color: #646d3e!important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
リニューアル(R4.4)以前の過去ブログ用CSS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.old_blog .editor_area *+h1, .old_blog .editor_area *+h2, .old_blog .editor_area *+h3, .old_blog .editor_area *+h4 {
    margin-top: 1em;
}

.old_blog .editor_area h1, .old_blog .editor_area h2, .old_blog .editor_area h3, .old_blog .editor_area h4 {
    margin-bottom: .5em;
    font-weight: bold;
}

.old_blog .editor_area h1 {
    font-size: 2.4rem;
}

.old_blog .editor_area h2 {
    font-size: 2.2rem;
}

.old_blog .editor_area h3 {
    font-size: 1.8rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
TOC（目次プラグイン）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#toc_container {
    padding: 20px 30px;
    background: none;
    border-radius: 10px;
    border: 3px solid #ddd;
}

#toc_container li {
    margin: 8px 0;
    font-size: 14px;
}

#toc_container li a {
    display: block;
    padding: 2px 0;
}

#toc_container li a span {
    color: #333;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ローカルナビ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.child_navi_wrap {
    background-color: #a1843a;
    width: 100%;
    z-index: 99;
}

body.type_reien .child_navi_wrap {
    background-color: #f7f7f7;
}

body.logged-in .child_navi_wrap.isStuck {
    top: 32px!important;
}

ul.child_navi {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.cnw2 ul.child_navi {
    margin: 25px auto;
    border-radius: 10px;
    overflow: hidden;
}

/* グロナビとハンバーガーの接触を回避（グロナビ固定時のみ） */
@media screen and (max-width: 1366px) {
    body.pc_hamburger .isStuck ul.child_navi {
        padding-right: 70px;
    }
}

ul.child_navi li {
    flex-grow: 1;
}

.cnw2 ul.child_navi li {
}

.cnw2 ul.child_navi li:not(:last-child) {
    margin-right: 1px;
}

ul.child_navi a {
    color: #fff;
    /* font-size: 1.8rem; */
    font-size: 1.5rem;
    font-family: "my_mincho", serif;
    /* padding: 10px; */
    padding: 10px 5px;
    height: 90px;
    transition: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cnw2 ul.child_navi a {
    background-color: #ecefe0;
    padding: 16px 5px 18px;
    font-size: 18px;
    height: auto;
    color: #1d5f1c!important;
}

.cnw2 ul.child_navi [class*=current] a, .cnw2 ul.child_navi a:hover {
    background-color: #1d5f1c;
    color: white!important;
}

body.type_reien ul.child_navi a {
    color: #353535;
}

/* （PCのみ）霊園系ページの子ナビの項目が多すぎるため、調整(2022-07-25)mk */
body.pc.type_reien ul.child_navi a[href*='/news/'] {
    display: none;
}

.isStuck ul.child_navi a {
    height: 70px;
}

ul.child_navi a:hover {
    text-decoration: none;
}

ul.child_navi a:before {
    opacity: 0;
    margin-right: 5px;
    transition: opacity .2s;
    font-family: "icomoon";
    content: '\e90b';
    color: #1d5f1c!important;
}

.cnw2 ul.child_navi a:before {
    display: none;
}

/* 各霊園ごとにカラー変更 */
[class*='page-makino'] ul.child_navi a::before {
    color: #b3781c;
}

[class*='page-katano'] ul.child_navi a::before {
    color: #6a1b31;
}

[class*='page-1000-olive'] ul.child_navi a::before {
    color: #63516b;
}

[class*='page-sakai-izumi'] ul.child_navi a::before {
    color: #0d3750;
}

[class*='page-1000-olive-makino'] ul.child_navi a::before {
    color: #646d3e;
}

ul.child_navi li[class*='current'] a::before, ul.child_navi li a:hover::before, body[class*="faq_khn"] ul.child_navi a[href*="faq_khn"]::before {
    opacity: 1;
}

ul.child_navi li ul.sub-menu {
    display: none!important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カスタムメニュー　＞　孫ナビは非表示（全画面ナビ等）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.sub-menu ul.sub-menu {
    display: none!important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用スタイル　＞　画像がない場合の汎用スタイル（一覧ページ／ショートコード／関連記事…などで共有）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.noimage {
    background-color: #fcf7ed;
    background-size: auto 30%;
}

body.home .noimage {
    background-size: auto 20%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ハンバーガーMENU
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*==================================================
　5-2-4 MENUがCLOSEに
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn4 {
    position: relative;
    /* background-color: #121212; */
    cursor: pointer;
    width: 90px;
    height: 90px;
    background-color: #1d5f1c;
    /*
    background-image: linear-gradient(135deg, #9a8330 0%,#6a5714 100%);
	*/
    /* transition:width .5s,height .5s; */
}

.gnavi_is_stuck .openbtn4 {
    width: 70px;
    height: 70px;
}

.openbtn4::after {
    content: "Menu";
    /*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    bottom: 14px;
    left: 23px;
    color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase;
    word-break: normal;
    font-family: 'EB Garamond', serif;
}

.gnavi_is_stuck .openbtn4::after {
    display: none;
}

.openbtn4.active::after {
    content: "Close";
}

/*ボタン内側*/
.openbtn4 span {
    display: inline-block;
    transition: transform .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 25px;
    height: 2px;
    border-radius: 5px;
    background-color: #fff;
    width: 40px;
}

.gnavi_is_stuck .openbtn4 span {
    left: 15px;
}

.openbtn4 span:nth-of-type(1) {
    top: 24px;
}

.openbtn4 span:nth-of-type(2) {
    top: 35px;
}

.openbtn4 span:nth-of-type(3) {
    top: 46px;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openbtn4.active span:nth-of-type(1) {
    top: 33px;
    transform: translateY(0px) rotate(-45deg);
}

.openbtn4.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn4.active span:nth-of-type(3) {
    top: 33px;
    transform: translateY(0px) rotate(45deg);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ハンバーガーボタン（固定ヘッダー内／ドロワー内）※PCでも使用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cmn_hamburger2 {
    right: 0;
    top: 0;
}

body.active:not(.tablet):not(.sp) .cmn_hamburger2 {
    right: 17px;
}

/* adminバー */
body.logged-in .cmn_hamburger2 {
    top: 32px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
全画面ナビ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#fixed_navi {
    color: #695009;
    font-family: "my_mincho", serif;
}

#fixed_navi .bg {
    background-color: #fff;
}

#fixed_navi .box {
    scrollbar-gutter: stable;
}

#fixed_navi .inner {
/*    padding-top: 80px;*/
    align-items: center;
}

#fixed_navi .inner .area_a {
    width: 33%;
    height: 100%;
    padding: 0 45px 50px 0;
    z-index: 0;
    position: relative;
}

#fixed_navi .inner .area_a::after {
    content: '';
    width: 1000px;
    height: calc(100% + 100px);
    background-color: #f7f6f7;
    position: absolute;
    top: -100px;
    right: 0;
    z-index: -1;
}

#fixed_navi .inner .logo_wrap {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#fixed_navi .inner p.menu_logo {
    margin-bottom: 0;
}

#fixed_navi .inner p.menu_logo img {
    width: 300px;
}

#fixed_navi .inner p.txt {
    font-size: 1.7rem;
}

#fixed_navi .inner .area_a .ttl_btn {
    margin-bottom: 15px;
}

#fixed_navi .inner .area_a .ttl_btn a {
    font-size: 1.7rem;
    color: #695009;
    background-color: #fff;
    border: 1px solid #b49531;
    width: 100%;
    padding: 12px;
    border-radius: 30px;
}

#fixed_navi .inner .area_b {
    width: 67%;
    padding: 0 0 0 80px;
    border-left: none;
}

#fixed_navi .inner .area_b .menu_wrap {
    padding: 0;
}

#fixed_navi .inner .menu_wrap nav > ul {
    display: flex;
    flex-wrap: wrap;
}

#fixed_navi .inner .menu_wrap nav > ul > li {
    font-size: 1.7rem;
    /* margin-bottom: 50px; */
    font-weight: normal;
    position: relative;
    width: 100%;
}

#fixed_navi .inner .area_b .menu_wrap nav > ul > li:not([class*="has-children"]) {
    width: calc(33.333% - 15px);
    margin-right: 15px;
}

/* JSアコーディオン適用時に「toggle]クラスが付与される */
#fixed_navi .inner .menu_wrap nav > ul > li[class*="has-children"] >a.toggle {
    cursor: pointer;
}

#fixed_navi .inner .menu_wrap nav > ul > li[class*="has-children"] >a .arrow {
    float: right;
    font-size: 2.0rem;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 27px;
    margin-top: -.5em;
}

#fixed_navi .inner .menu_wrap nav > ul > li[class*="has-children"] >a .arrow:before {
    font-family: "icomoon";
    content: '\e915';
}

#fixed_navi .inner .menu_wrap nav > ul > li[class*="has-children"] >a.open .arrow:before {
    font-family: "icomoon";
    content: '\e918';
}

#fixed_navi .inner .area_b .menu_wrap nav > ul > li.contact {
    display: none;
}

#fixed_navi .inner .menu_wrap nav > ul > li::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #b49531;
    position: absolute;
    top: 53px;
}

#fixed_navi .inner .area_b .menu_wrap nav > ul > li:not([class*="has-children"])::before {
    height: 0;
}

#fixed_navi .inner .menu_wrap nav > ul > li > a {
    padding: 15px 0;
    display: block;
    margin-bottom: 10px;
    color: inherit;
    text-decoration: none;
}

#fixed_navi .inner .area_a .menu_wrap nav > ul > li > a {
    text-align: center;
}

#fixed_navi .inner .area_a .menu_wrap nav > ul > li[class*="current"] > a::before {
    content: '';
    width: 19px;
    height: 21px;
    background: url(../images/icon_leaf.svg) no-repeat 50%/contain;
    display: inline-block;
    vertical-align: -5px;
    margin: 0 10px 0 -20px;
}

#fixed_navi .inner .area_b .menu_wrap nav > ul > li > a::before {
    /* content: '■'; */
}

#fixed_navi .inner .menu_wrap nav > ul > li ul.sub-menu {
    font-size: 1.6rem;
    font-weight: normal;
    padding-left: 0;
}

#fixed_navi .inner .area_a .menu_wrap nav > ul > li ul.sub-menu {
    margin: 0 10px;
}

#fixed_navi .inner .area_a .menu_wrap nav > ul > li ul.sub-menu li {
    width: 50%;
}

/* お問い合わせはタイトルが長いため、拡張(2022-07-25)mk */
#fixed_navi .inner .area_a .menu_wrap nav > ul > li ul.sub-menu li:last-child {
    width: 100%;
}

#fixed_navi .inner .area_b .menu_wrap nav > ul > li ul.sub-menu li {
    width: 33.333%;
}

#fixed_navi .inner .menu_wrap nav > ul > li ul.sub-menu li a {
    text-decoration: none;
    color: inherit;
}

body[class*="talk"] #fixed_navi .inner .menu_wrap nav > ul > li ul.sub-menu li a[href*="/talk/"], body[class*="movie"] #fixed_navi .inner .menu_wrap nav > ul > li ul.sub-menu li a[href*="/movie/"], body.category-media #fixed_navi .inner .menu_wrap nav > ul > li ul.sub-menu li a[href*="category/media"], #fixed_navi .inner .menu_wrap nav > ul > li ul.sub-menu li[class*="current"] a {
    /* カレント表現どうする？要相談 */
    color: #b49531;
}

/* コンタクトバナー */
#fixed_navi .inner .area_b p.contact_btn {
    width: 100%;
    height: 110px;
    border: 1px solid #b49531;
    margin-bottom: 70px;
}

#fixed_navi .inner .area_b p.contact_btn a {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 30px 90px 15px;
    color: #695009;
}

#fixed_navi .inner .area_b p.contact_btn a::after {
    font-family: "icomoon";
    content: '\e91f';
    position: absolute;
    right: .8em;
    top: calc(50% - .5em);
    font-size: 2.3em;
    line-height: 1;
    color: #b49531;
}

#fixed_navi .inner .area_b p.contact_btn span.a1 {
    font-size: 1.7rem;
}

#fixed_navi .inner .area_b p.contact_btn span.a2 {
    color: #b49531;
    font-size: 1.5rem;
    display: block;
    border-top: 1px solid;
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
}

/* ログインアイコン */
#fixed_navi ul.other_link2 a {
    border: none;
    padding: 0;
    font-size: 1.5rem;
}

#fixed_navi ul.other_link2 li:not(:first-child) {
    margin-left: 1.5em;
    padding-left: 1.5em;
    border-left: 1px solid #c2bbac;
}

#fixed_navi ul.other_link2 a:hover {
    background-color: inherit;
    color: inherit;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
swiper（ページャー）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.swiper-pagination {
    position: static;
}

.swiper-pagination-bullet {
    background-color: #e0ddc2;
    opacity: 1;
    margin: 0 8px!important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #a3a096;
    transform: scale(1.3);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
親テーマへの実装を要検討
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.home [class~="biggerlink"]:hover, .home [class~="bl"]:hover {
    opacity: 1;
}

.home ol[class*="list"] > li:before {
    content: '';
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用スタイル　＞　サイトのテーマ色を一括指定する
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 文字色 */
body.sp dl.type01 [class*="current"] > a, body.sp dl.type01 dt, a.basic_btn02, .basic_list01 li:before, ol.basic_list02 > li:after, a.basic_color_font, [class*="current"] .basic_color_font_cur, [class*="current"] .basic_color_font_cur:hover, .basic_color_font_bf:before, .basic_color_font_af:after, .cmn_kadomaru {
    color: #a1843a;
}

/* ボーダー色 */
body.sp dl.type01 > dt .arrow, h3[class*="h3a"], h2[class*="h2a"], .basic_box02, .basic_list02 > li, .basic_color_border, .basic_color_border_bg:before, .basic_color_border_af:after, .cmn_kadomaru {
    border-color: #a1843a;
}

/* 背景色 */
a.basic_btn01, h3[class*="h3b"], ol.basic_list02 > li:before, .basic_color_bg, .basic_color_bg_bf:before, .basic_color_bg_af:after, #h_navi_main ul:not(.sub-menu) > li > a:after {
    background-color: #a1843a;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プロモ　メッセージ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#promo_frame .msg {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    right: 15px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgb(0 0 0);
}

.home #promo_frame .msg {
    right: auto;
    left: 15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
見学会バナー設置　2025-02-06re
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tour_bnr a img:hover {
    opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
下層ページ　＞　プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_promo .img_wrap {
    height: 350px;
    min-height: 200px;
}

.page_promo .txt_box {
    color: #fff;
    font-family: "my_mincho", serif;
}

.page_promo .txt_box.sub_ari {
    margin-top: -40px;
}

.page_promo .sub_ttl {
    font-weight: normal;
    margin-bottom: 15px;
}

/* main_ttlと重複するため隠す */
body.page-corporate-child.page-index .page_promo .sub_ttl {
    display: none;
}

.page_promo .ttl {
    font-size: 3.4rem;
    font-weight: normal;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プロモ内Youtube動画／vegasスライド
※　後でreien.cssに移動
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#promo_frame .reien > .area_a {
    /* youtubeの上に表示させる（スマホ時）ために指定が必要 */
    z-index: 1;
}

div#promo_frame .reien > .area_b {
    /* vegasのスライド幅の基準にするために指定が必要 */
    position: relative;
}

#fixed_ratio_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Youtube APIだけでは、HOVER時の制御が出来なかったため、透明な疑似要素を上に配置してHOVER禁止 */
#fixed_ratio_wrap::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#fixed_ratio {
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　汎用見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
h2[class*="h2"] {
    color: #695009;
    font-family: "my_mincho", serif;
}

h2[class*="h2a"] {
    padding: 14px 0px;
    border-bottom-width: 1px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #7c6a2b;
}

h2[class*="h2b"] {
    padding: 0 0 25px;
}

h2[class*="h2b"]:before {
    height: 8px;
    top: auto;
    bottom: 0;
    right: calc(50% - 35px);
    background-image: linear-gradient(to right, #9a8330 0%,#6a5714 100%);
}

/* [.h3a][.h3b]共通のスタイル */
h3[class*="h3"] {
    font-family: "my_mincho", serif;
}

/* [.h3a]のスタイル */
h3[class*="h3a"] {
    color: #695009;
    border-color: #7c6a2b;
}

/* [.h3b]のスタイル */
h3[class*="h3b"] {
    background-color: #7c6a2b;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　汎用ボタン01
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.basic_btn01 {
    font-family: "my_mincho", serif;
    padding: 25px 30px;
    font-size: 1.7rem;
    border-radius: 3px;
    background-color: #b49531;
}

a.basic_btn01:after {
    content: '\e917';
    font-size: 1.2em;
    right: 15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　汎用ボックス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.basic_box01 {
    background-color: #f4f0e8;
    color: #695009;
}

.basic_box02 {
    border-color: #695009;
    border-width: 1px;
    color: #695009;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　テーブル01
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.basic_table01 th, .basic_table01 td {
    border-color: #695009;
    padding: 15px;
}

.basic_table01 th {
    background-color: #f4f0e8;
    font-family: "my_mincho", serif;
    color: #695009;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　テーブル02
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.basic_table02 th {
    border-color: #695009;
    font-family: "my_mincho", serif;
    font-weight: normal;
    color: #695009;
}

.basic_table02 td {
    border-bottom-color: #f4f0e8;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ポストスニペット　＞　電話番号
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
[class*="cmn_tel-"] {
    font-size: 2.8rem;
    line-height: 1;
    color: #59603d;
    font-family: "my_mincho", serif;
    text-decoration: none;
}

[class*="cmn_tel-"]::before {
    font-family: "icomoon";
    line-height: 1;
    color: #b49531;
    margin-right: 5px;
}

[class*="cmn_tel-free"]::before {
    content: '\e900';
    font-size: .75em;
}

[class*="cmn_tel-normal"]::before {
    content: '\f095';
    font-size: .9em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　汎用スタイル
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
h2.cmn_ttl {
    font-family: "my_mincho", serif;
    color: #695009;
}

h2.cmn_ttl .en {
    font-family: 'EB Garamond', serif;
    font-size: 3.8rem;
}

p.cmn_lead {
    text-align: center;
    /* 途中で仕様変更(2022-03-25)mk */
    /* font-family: "my_mincho", serif; */
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.post_archive li .meta {
    display: flex;
}

ul.post_archive li .meta .reien_name::before {
    content: '｜';
}

ul.post_archive li .meta .post_tags {
    display: none;
}

ul.post_archive li .cat_wrap > * {
    min-width: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用　日付
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_area {
    position: relative;
}

p.cmn_post_date {
    /* color: #a6a6a6; */
    color: #555;
    font-size: 1.6rem;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用　霊園ロゴ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cmn_reien_logo {
    text-align: center;
    margin-bottom: 30px;
}

.cmn_reien_logo img {
    height: 50px;
}

body[class*="1000-olive"] .cmn_reien_logo img {
    height: 35px;
}

body[class*="sakai-izumi"] .cmn_reien_logo img, body[class*="1000-olive-makino"] .cmn_reien_logo img {
    height: 30px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　よくある質問
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
dl.faq {
    border-bottom: 0;
}

dl.faq > dt {
    background-color: #fffdf5;
    font-weight: normal;
    padding: 18px 20px 18px 65px;
    font-size: 1.7rem;
    border: 5px solid #fcf7e7;
    font-family: "my_mincho", serif;
    color: #695009;
}

dl.faq > dt:before {
    /*content: 'Q'; */
    /*font-family: 'EB Garamond', serif; */
    font-style: italic;
    /*color: #b49531; */
    content: 'Q. ';
    color: #695009;
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 3rem;
    line-height: 1;
}

/*
dl.faq > dt:after {
    content: '：';
    position: absolute;
    left: 57px;
    top: 25px;
    line-height: 1;
}
*/
dl.faq > dd {
    padding: 20px 0 35px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
スニペット　＞　写真・タイトル・テキスト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul[class*="cmn_items_list_box"] .ttl {
    font-family: "my_mincho", serif;
    font-weight: normal;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
スタッフ紹介用　汎用パーツ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cmn_staff_box+.cmn_staff_box {
    margin-top: 70px;
}

.cmn_staff_box .katagaki {
    border-top: 1px solid #695009;
    font-family: "my_mincho", serif;
    padding: 2px 10px;
    margin-bottom: 5px;
    background-color: #f4f0e8;
}

.cmn_staff_box h2 {
    color: #695009;
    font-size: 2.8rem;
    font-family: "my_mincho", serif;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    padding-left: 10px;
}

.cmn_staff_box h2 .yomi {
    font-size: 1.4rem;
    color: #c2ac5e;
    margin-left: 30px;
    font-weight: normal;
}

.cmn_staff_box .basic_table01 {
    /* font-size: 1.4rem; */
}

.pc .cmn_staff_box .basic_table01 tr>* {
    padding: 10px 15px;
}

.cmn_staff_box .msg_area {
    margin-top: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ol.cmn_reien_list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ol.cmn_reien_list {
    margin: 0 -15px -30px;
    counter-reset: my_cnt;
}

ol.cmn_reien_list li {
    width: calc(33.33333% - 30px);
    margin: 0 15px 30px;
    /* box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07); */
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

ol.cmn_reien_list .area_a {
    position: relative;
    margin: 10px 10px 0;
}

ol.cmn_reien_list .area_a::before, ol.cmn_reien_list .area_a::after {
    position: absolute;
    left: calc(50% - 50px);
    z-index: 2;
    color: #fff;
    line-height: 1;
    width: 100px;
    text-align: center;
}

ol.cmn_reien_list .area_a::before {
    content: 'cemetery';
    bottom: 11px;
    font-size: 2.5rem;
    font-family: 'Monsieur La Doulaise', serif;
}

ol.cmn_reien_list .area_a::after {
    content: counter(my_cnt, decimal-leading-zero);
    counter-increment: my_cnt;
    font-size: 7.7rem;
    bottom: 2px;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    opacity: .5;
}

ol.cmn_reien_list li .area_a .img_container {
    padding-top: 230px;
}

ol.cmn_reien_list li .area_a .img_container::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(161,132,58,.4);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity .2s;
}

ol.cmn_reien_list li:hover .area_a .img_container::before {
    opacity: 1;
}

ol.cmn_reien_list li .area_a .img_container::after {
    content: 'MORE';
    z-index: 1;
    position: absolute;
    top: calc(50% - 17px);
    left: calc(50% - 50px);
    font-family: 'Cinzel', serif;
    font-size: 1.8rem;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    min-width: 100px;
    text-align: center;
    opacity: 0;
    transition: opacity .5s;
}

ol.cmn_reien_list li:hover .area_a .img_container::after {
    /* opacity: 1; */
}

ol.cmn_reien_list .area_a .open {
    background-image: linear-gradient(to right, #9a8330 0%,#6a5714 100%);
    color: #fff;
    font-family: "my_mincho", serif;
    text-align: center;
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 8px 10px;
    z-index: 1;
}

ol.cmn_reien_list .area_b {
    display: flex;
    /* height: 160px; */
    align-items: center;
    justify-content: center;
    /* padding: 10px 50px; */
    padding: 10px 15px;
    flex-direction: column;
}

ol.cmn_reien_list li:not(.comingsoon) .area_b::before {
    content: '';
    border-top: 1px solid #b2a26e;
    align-self: stretch;
    /* margin: 20px 0; */
    margin: 20px 0px;
}

ol.cmn_reien_list .area_b .ttl {
    order: -1;
    margin: 0 35px;
}

ol.cmn_reien_list .area_b img {
    max-width: 350px;
}

ol.cmn_reien_list .area_b.logo_tatenaga img {
    height: 50px;
}

ol.cmn_reien_list .area_b.logo_middle img {
    width: 260px;
}

ol.cmn_reien_list .area_b .meta {
    line-height: 1.2;
    color: #695009;
    font-size: 1.6rem;
    font-family: "my_mincho", serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ol.cmn_reien_list .area_b .meta .area {
    border: 1px solid;
    padding: 3px 10px;
    margin-right: 1em;
    display: inline-block;
}

ol.cmn_reien_list .area_b .meta .tag {
    display: inline-block;
    background-color: #f9eed7;
    padding: 5px 5px;
    margin-bottom: 10px;
}

ol.cmn_reien_list .area_b .meta .tag:not(:last-child) {
    margin-right: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ol.cmn_reien_list「comingsoon」
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ol.cmn_reien_list .comingsoon .area_a .img_container::before, ol.cmn_reien_list .comingsoon .area_a .img_container::after {
    display: none;
}

ol.cmn_reien_list .comingsoon .area_b .ttl {
    font-size: 2.2rem;
    color: #695009;
    font-family: 'EB Garamond', serif;
}

ol.cmn_reien_list .comingsoon .area_a::before, ol.cmn_reien_list .comingsoon .area_a::after {
    content: '';
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
.cmn_slide_wrap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cmn_slide_wrap .inner {
    justify-content: space-between;
    height: 390px;
}

.cmn_slide_wrap .inner>.area_a {
    position: relative;
    width: 250px;
}

.cmn_slide_wrap .inner>.area_a .cmn_ttl {
    margin-bottom: 20px;
    line-height: 1.2;
}

.cmn_slide_wrap .inner>.area_a .more {
    margin-bottom: 40px;
}

.cmn_slide_wrap .inner>.area_a .more a {
    color: #695009;
    font-family: "my_mincho", serif;
}

.cmn_slide_wrap .inner>.area_a .more a::after {
    font-family: "icomoon";
    content: '\e917';
    position: absolute;
    margin-left: .2em;
}

.cmn_slide_wrap .inner>.area_b {
    width: calc(100% - 250px);
    position: relative;
}

body:not(.editor_only) .cmn_slide_wrap .inner>.area_b::before {
    content: '';
    width: 1650px;
    height: 450px;
    background-color: #ccc;
    position: absolute;
    top: -50px;
    left: -50px;
}

.cmn_slide_wrap .inner>.area_b .hide_box {
    width: 1600px;
    position: absolute;
    left: 0;
    top: 0;
    padding-right: calc(1600px - 420px);
    overflow: hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
.cmn_slide_wrap　＞　swiper
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cmn_slide_wrap .swiper-container {
    overflow: visible;
}

.cmn_slide_wrap .swiper-button-next, .cmn_slide_wrap .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: no-repeat 50% #b49531 ;
    color: #fff;
    position: static;
    margin: 0;
    display: inline-block;
}

.cmn_slide_wrap .swiper-button-prev {
    background-image: url(../images/arrow_l.svg);
}

.cmn_slide_wrap .swiper-button-next {
    background-image: url(../images/arrow_r.svg);
    margin-left: -3px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ul.cmn_swipe_list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body:not(.home) ul.cmn_swipe_list {
    margin: 0 -10px -50px;
}

ul.cmn_swipe_list li {
    width: 420px;
}

body:not(.home) ul.cmn_swipe_list li {
    width: calc(33.333% - 20px);
    margin: 0 10px 50px;
}

ul.cmn_swipe_list .area_a {
    position: relative;
    margin-bottom: 20px;
    background: #fff;
}

ul.cmn_swipe_list .area_a .img_container {
    padding-top: 66.6666%;
}

ul.cmn_swipe_list li .area_a .img {
    transition: .2s;
}

ul.cmn_swipe_list li:hover .area_a .img {
    opacity: .6;
}

ul.cmn_swipe_list .area_a .cat {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: rgba(255,255,255,.85);
    padding: 10px 65px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.cmn_swipe_list .area_a .cat.logo_middle {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* IE対策 */
/*
ul.cmn_swipe_list .area_a .cat .ie {
    overflow: hidden;
    line-height: 1;
    height: 40px;
    display: flex;
    align-items: center;
}
*/
@media all and (-ms-high-contrast: none) {
    ul.cmn_swipe_list .area_a .cat:not(.logo_tatenaga) img {
        width: 100%;
    }
}

ul.cmn_swipe_list .area_a .cat img {
    max-height: 100%;
}

ul.cmn_swipe_list .area_b .meta, ul.cmn_swipe_list .area_b .ttl2 {
    font-size: 1.5rem;
    color: #7c6a2b;
    font-weight: bold;
    margin-bottom: 5px;
}

ul.cmn_swipe_list .area_b .meta .place::before {
    content: '｜';
}

ul.cmn_swipe_list .area_b .ttl, ul.cmn_swipe_list .area_b .catch {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.6;
}

ul.cmn_swipe_list .area_b .date {
    color: #9f9f9f;
    font-family: 'EB Garamond', serif;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ul.cmn_movie_list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.cmn_movie_list li .img {
    margin-bottom: 15px;
    position: relative;
    padding-top: 56.25%;
}

ul.cmn_movie_list li .img a span.mekakushi {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient( -52deg, rgb(154,131,48) 0%, rgb(106,87,20) 100%);
    top: 0;
    transition: opacity .2s;
    opacity: .05;
    z-index: 1;
}

ul.cmn_movie_list li .img a:hover span.mekakushi {
    opacity: .4;
}

/* ▼IE用 */
ul.cmn_movie_list li .img a:not([class]) {
    text-decoration: none;
    font-size: 1.7rem;
}

ul.cmn_movie_list li .img a::before {
    font-family: "icomoon";
    content: '';
    content: '\e925';
    color: #fff;
    position: absolute;
    top: calc(50% - 37.5px);
    left: calc(50% - 37.5px);
    border: 2px solid #fff;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 3.5em;
    z-index: 2;
}

ul.cmn_movie_list li .img a::after {
    content: 'play';
    color: #fff;
    position: absolute;
    top: calc(50% + 48px);
    left: calc(50% - 34.5px);
    font-size: 3.6rem;
    font-family: 'EB Garamond', serif;
    line-height: 1;
    width: 75px;
    text-align: center;
    z-index: 2;
}

ul.cmn_movie_list li .img img:hover {
    opacity: 1;
}

ul.cmn_movie_list li .txt {
    text-align: center;
    /* overflow: hidden; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
}

ul.cmn_movie_list li .txt a {
    color: inherit;
    text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ol.cmn_point_list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ol.cmn_point_list {
    counter-reset: my_cnt;
}

ol.cmn_point_list li {
    width: 100%;
}

ol.cmn_point_list .inner {
    padding: 100px 115px 70px;
    margin: 30px 50px 15px;
    background-color: #fff;
    position: relative;
    box-shadow: 15px 15px 30px 0 rgba(0,0,0,.07);
}

ol.cmn_point_list .inner .count {
    font-size: 5rem;
    font-family: 'EB Garamond', serif;
    color: #695009;
    position: absolute;
    line-height: 0;
    top: 0;
    left: 30px;
    background: url(../images/naname_line.svg) no-repeat 100% 0%;
    width: 270px;
    height: 90px;
}

ol.cmn_point_list .inner .count::before {
    content: counter(my_cnt, decimal-leading-zero);
    counter-increment: my_cnt;
    font-size: 9.4rem;
    position: absolute;
    right: 50px;
}

ol.cmn_point_list .inner .count::after {
    content: '05';
    font-size: 4rem;
    position: absolute;
    right: 0px;
    bottom: 25px;
}

ol.cmn_point_list .inner h2.ttl {
    font-family: "my_mincho", serif;
    font-size: 3.2rem;
    border-bottom: 1px solid #b49531;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: center;
}

ol.cmn_point_list .inner .lead {
    font-family: "my_mincho", serif;
    font-size: 2.4rem;
    line-height: 1.4;
    color: #695009;
    margin-bottom: 10px;
}

ol.cmn_point_list .inner .txt {
    margin-bottom: 10px;
}

ol.cmn_point_list .inner .more {
    text-align: right;
}

ol.cmn_point_list .inner .more a {
    font-family: "my_mincho", serif;
    text-decoration: none;
    color: #7c6a2b;
}

ol.cmn_point_list .inner .more a::after {
    content: '';
    background-image: url(../images/arrow_r3.svg);
    width: 37px;
    height: 5px;
    display: inline-block;
    margin-left: .5em;
    vertical-align: 5px;
    transition: transform .2s;
}

ol.cmn_point_list .inner .more a:hover::after {
    transform: translateX(7px);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ol.cmn_point_list　＞　swiper
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ol.cmn_point_list+*+.swiper-button-next, ol.cmn_point_list+.swiper-button-prev {
    background-image: url(../images/arrow_l2.svg);
    margin-top: -2.5em;
    width: 18px;
    height: 33px;
    background-size: contain;
}

ol.cmn_point_list+.swiper-button-prev.swiper-button-disabled, ol.cmn_point_list+*+.swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

ol.cmn_point_list+.swiper-button-prev {
    left: 70px;
}

ol.cmn_point_list+*+.swiper-button-next {
    transform: rotate(180deg);
    right: 70px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ul.cmn_talk_list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.cmn_talk_list {
    margin: 0 -10px;
    text-align: center;
}

ul.cmn_talk_list li {
    margin: 0 10px;
    position: relative;
    width: calc(33.333% - 20px);
    flex-direction: column;
}

ul.cmn_talk_list li .area_a {
    width: 100%;
}

ul.cmn_talk_list li .area_a .img_container {
    padding-top: 66.666%;
}

ul.cmn_talk_list li .area_b {
    padding-top: 15px;
    position: relative;
}

ul.cmn_talk_list li .area_b .num {
    font-size: 1.8rem;
    color: #7c6a2b;
    font-family: 'EB Garamond', serif;
    position: absolute;
    top: -40px;
    background-color: rgba(255,255,255,.8);
    width: 125px;
    padding: 4px;
}

ul.cmn_talk_list li .area_b .num .big {
    font-size: 2.6rem;
    line-height: 1;
}

ul.cmn_talk_list li .area_b h3.ttl {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

ul.cmn_talk_list li .area_b .txt {
    font-size: 1.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* ◆1番目の要素のみ　li:first-child */
body.home ul.cmn_talk_list li:first-child {
    width: 100%;
    background-color: #fff;
    padding: 50px;
    margin-bottom: 40px;
    flex-direction: row;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}

body.home ul.cmn_talk_list li:first-child::before {
    content: 'NEW';
    font-family: 'EB Garamond', serif;
    background-color: #151515;
    color: #fff;
    width: 84px;
    height: 84px;
    line-height: 84px;
    border-radius: 50%;
    position: absolute;
    right: 50px;
    top: 50px;
}

body.home ul.cmn_talk_list li:first-child .area_a {
    width: 550px;
}

body.home ul.cmn_talk_list li:first-child .area_b {
    width: calc(100% - 550px - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    padding-top: 0;
}

body.home ul.cmn_talk_list li:first-child .area_b .num {
    margin-bottom: 24px;
    position: static;
    background-color: transparent;
    width: auto;
    padding: 4px;
}

body.home ul.cmn_talk_list li:first-child .area_b h3.ttl {
    margin-bottom: 30px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ul.cmn_post_list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.cmn_post_list .biggerlink:hover a {
    color: #a1843a;
}

body.page-column ul.cmn_post_list {
    /*表示形式変更のため修正(2022-11-14)og*/
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

body.page-column ul.cmn_post_list li {
    width: calc(50% - 11px);
}

ul.cmn_post_list li:not(:last-child), body.page-column ul.cmn_post_list li {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

ul.cmn_post_list .area_a {
    width: 180px;
}

ul.cmn_post_list .area_a .img_container {
    padding-top: 56.25%;
}

ul.cmn_post_list .area_b {
    /*表示形式変更のため修正(2022-11-14)og*/
    width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

ul.cmn_post_list .area_b .date {
    color: #9f9f9f;
    font-size: 1.8rem;
    font-family: 'EB Garamond', serif;
}

body.page-column ul.cmn_post_list .date {
    display: none;
}

ul.cmn_post_list .area_b .ttl {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*レイアウト変更のため追加(2022-11-14)og*/
ul.cmn_post_list.basic_list01 li:before {
    top: unset;
}

ul.cmn_post_list.basic_list01 li {
    align-items: center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　一言コメント
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tweet_area {
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップPVボタン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.video_btn {
    position: relative;
}
/*暑さ対策バナーを追加するため修正(2023-08-10)og*/
/*
.video_btn .inner {
    position: absolute;
    top: -320px;
    right: 30px;
    background-color: rgba(255,255,255,.9);
    padding: 5px 12px 12px;
    text-align: center;
    z-index: 2;
    font-size: 18px;
    font-family: "my_mincho", serif;
}
*/

.video_btn .inner_wrap{
	width:306px;
	position: absolute;
	bottom:130px;
	right: 30px;
}

.video_btn .inner_wrap figure{
	margin:0 auto;
}

.video_btn .inner {
	background-color: rgba(255,255,255,.9);
	padding: 5px 12px 12px;
	text-align: center;
	z-index: 2;
	font-size: 18px;
	font-family: "my_mincho", serif;
}

.video_btn .inner_wrap .pop_area{
	margin-bottom:20px;
}

.video_btn .txt {
    margin-bottom: 3px;
}

.video_btn .txt::before, .video_btn .txt::after {
    content: '';
    height: 1px;
    width: 40px;
    display: inline-block;
    background-color: #121212;
    vertical-align: 5px;
}

.video_btn .txt::before {
    margin-right: .5em;
}

.video_btn .txt::after {
    margin-left: .5em;
}

.video_btn .txt .small {
    font-size: 1.5rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　冒頭の2セクション
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.home .grad {
    background: url(../images/bg01.jpg) repeat-x 50% 0 #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　インフォメーション
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_info a {
    text-decoration: underline;
}

#home_info a:hover {
    text-decoration: none;
}

#home_info.kugiri_m {
    padding-bottom: 0;
}

#home_info .inner {
    /*レイアウト変更のため修正(2022-11-10)og*/
    justify-content: center;
}

#home_info p.anniv {
    width: 200px;
    height: 200px;
    background: url(../images/bnr_anniv.jpg?date=20220726) no-repeat 50%/contain;
    color: #695009;
    font-size: 6rem;
    font-family: 'EB Garamond', serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.editor_only #home_info p.anniv {
    font-size: inherit;
}

#home_info p.anniv .num {
    margin-left: 8px;
}

#home_info .txt_area {
    width: 900px;
}

#home_info .txt_area .ttl_wrap {
    align-items: center;
    justify-content: space-between;
}

#home_info .txt_area h2.cmn_ttl {
    display: flex;
    align-items: center;
}

#home_info .txt_area h2.cmn_ttl .en {
    line-height: 1;
}

#home_info .txt_area h2.cmn_ttl .ja {
    margin-left: 1em;
    font-size: 1.5rem;
}

#home_info .txt_area .txt {
    font-size: 1.5rem;
    color: #575757;
}

#home_info .txt_area .message {
    border-top: 1px solid #b49531;
    border-bottom: 1px solid #b49531;
    padding: 25px 0;
    margin-top: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　5つの霊園一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_list.kugiri_m {
    padding-bottom: 40px;
}

#home_list .cmn_ttl {
    font-size: 3.2rem;
    color: #151515;
    text-align: center;
    margin-bottom: 15px;
}

#home_list .cmn_ttl .big {
    font-size: 5rem;
    color: #695009;
    font-family: 'EB Garamond', serif;
}

#home_list .cmn_lead {
    margin-bottom: 35px;
    font-family: "my_mincho", serif;
    font-size: 2rem;
}

#home_list .cmn_lead .kasen {
    text-decoration-line: underline;
    text-decoration-style: double;
    text-decoration-color: #604b14;
    text-underline-offset: 7px;
    text-decoration-thickness: 1px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　ピックアップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_pickup.kugiri_m {
    padding-top: 120px;
}

#home_pickup .inner>.area_b::before {
    background-color: #f5f3ee;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　動画（汎用見出しはアーカイブでも使用）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_movie.kugiri_m {
    /* padding-bottom: 0; */
    padding-bottom: 50px;
    /* padding-top: 0; */
}

#home_movie .base_width {
    width: 980px;
}

#home_movie .swiper_next_prev_wrap {
    display: none;
}

/* ▼▼▼ movie_area ▼▼▼ */
[class*=archive-movie] #main_area .cmn_ttl, #home_movie .movie_area .cmn_ttl {
    text-align: center;
    border-top: 1px solid #b49531;
    border-bottom: 1px solid #b49531;
    font-size: 3.8rem;
    margin-bottom: 15px;
    padding: 7px 0 10px;
}

[class*=archive-movie] #main_area .cmn_lead, #home_movie .movie_area .cmn_lead {
    margin-bottom: 25px;
}

#home_movie .movie_area .swiper-container {
    overflow: visible;
}

#home_movie .movie_area .btn {
    text-align: center;
    margin-top: 30px;
}

/* ▼▼▼ park_area ▼▼▼ */
#home_movie .park_area {
    margin-top: -400px;
    background: no-repeat 50% 100%/100% auto #e8f1f9;
    padding: 520px 0 100px;
}

#home_movie.lazyloaded .park_area {
    background-image: url(../images/bg02.jpg);
}

#home_movie .park_area .cmn_ttl {
    background: url(../images/logomark.svg?date=20220726) no-repeat 50% 0/60px 67px;
    text-align: center;
    padding-top: 62px;
    margin-bottom: 20px;
}

#home_movie .park_area .cmn_ttl .en {
    font-size: 7rem;
}

#home_movie .park_area .cmn_lead {
    font-size: 2.8rem;
    margin-bottom: 30px;
    font-family: "my_mincho", serif;
}

#home_movie .park_area .main_txt {
    text-align: center;
    margin-bottom: 50px;
    line-height: 2.2;
}

#home_movie .park_area .btn {
    text-align: center;
}

#home_movie .park_area .btn .basic_btn01 {
    background-color: #fff;
    border: 1px solid #b19e5d;
    color: #695009;
}

#home_movie .park_area .btn .basic_btn01:hover {
    opacity: 1;
    background-color: #b19e5d;
    color: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　ポイント
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_point {
    min-height: 690px;
    position: relative;
    padding: 80px 0 0;
}

#home_point .swiper-container {
    width: 850px;
    margin-right: 0;
    margin-top: 45px;
}

#home_point .cmn_point_list_bg {
    position: absolute;
    top: 80px;
    left: calc(50% - 1000px);
    height: 610px;
    width: 1622px;
}

#home_point .cmn_point_list_bg [class*="no"] {
    position: absolute;
    height: 610px;
    width: 1264px;
    background: no-repeat 50% / cover;
}

#home_point.lazyloaded .cmn_point_list_bg .no1 {
    background-image: url(../images/point01.jpg);
}

#home_point.lazyloaded .cmn_point_list_bg .no2 {
    background-image: url(../images/point02.jpg);
}

#home_point.lazyloaded .cmn_point_list_bg .no3 {
    background-image: url(../images/point03.jpg?ver=20220629);
}

#home_point.lazyloaded .cmn_point_list_bg .no4 {
    background-image: url(../images/point04.jpg?ver=20220629);
}

#home_point.lazyloaded .cmn_point_list_bg .no5 {
    background-image: url(../images/point05.jpg?date=20220518);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　取り組み
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_attack {
    background-color: #fcf7ed;
}

#home_attack.kugiri_m {
    padding: 75px 0;
}

#home_attack .ttl_wrap {
    width: 770px;
    height: 125px;
    background: url(../images/attack.svg) no-repeat 50% 50%/contain;
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
}

#home_attack .cmn_ttl {
    text-align: center;
    margin-bottom: 10px;
}

#home_attack .cmn_ttl .ja {
    font-size: 3.2rem;
}

#home_attack .cmn_lead {
    color: #695009;
}

#home_attack .ul_wrap {
    width: 796px;
    margin: 0 auto;
}

#home_attack ul.items {
    margin: 0 -6px 48px;
    margin: 0 -6px -12px;
    /*レイアウト変更のため追加(2022-11-14)og*/
    justify-content: center;
}

#home_attack ul.items li {
    background-color: #fff;
    padding: 23px;
    margin: 0 6px;
    margin: 0 6px 12px;
    position: relative;
    width: 190px;
    text-align: center;
}

#home_attack ul.items li .img {
    margin: 0 auto 20px;
}

#home_attack ul.items li .txt {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

#home_attack .bnr_wrap {
    margin: 0 auto -30px;
    justify-content: center;
}

#home_attack .bnr_wrap >* {
    margin: 0 15px 30px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　お客様の声
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_voice {
    position: relative;
}

#home_voice.kugiri_m {
    padding-top: 120px;
}

#home_voice .inner>.area_b::before {
    background-color: #ededed;
}

#home_voice.cmn_slide_wrap .swiper-button-next, #home_voice.cmn_slide_wrap .swiper-button-prev {
    background-color: #897d57;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　著名人との対談
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_talk {
    background: no-repeat 50% 100%/cover;
    padding-top: 80px;
}

#home_talk.lazyloaded {
    background-image: url(../images/bg03.jpg);
}

#home_talk h2.cmn_ttl {
    text-align: center;
}

#home_talk h2.cmn_ttl .en {
    font-size: 5rem;
}

#home_talk h2.cmn_ttl .ja {
    display: block;
    margin-bottom: 20px;
}

#home_talk .cmn_lead {
    margin-bottom: 35px;
}

#home_talk .btn {
    text-align: center;
    margin-top: 50px;
}

#home_talk .btn a {
    background-color: #7c6a2b;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　ブログ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_blog.kugiri_m {
    padding: 100px 0 70px;
}

#home_blog h2.cmn_ttl {
    text-align: center;
    margin-bottom: 40px;
}

#home_blog h2.cmn_ttl .en {
    font-size: 5rem;
}

#home_blog h2.cmn_ttl .ja {
    display: block;
    margin-bottom: 20px;
}

#home_blog .f_wrap {
    justify-content: space-between;
    /*レイアウト修正のため変更(2022-11-10)og*/
    gap: 30px 0px;
}

#home_blog .inner {
    margin-bottom: 70px;
}

#home_blog .inner>* {
    width: calc(50% - 20px);
    position: relative;
}

#home_blog h3.ttl {
    border-top: 1px solid #d3c79c;
    border-bottom: 1px solid #d3c79c;
    color: #695009;
    font-size: 2rem;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 15px;
    font-family: "my_mincho", serif;
}

#home_blog .btn {
    position: absolute;
    top: 20px;
    right: 0;
}

#home_blog .btn a {
    font-size: 1.5rem;
    color: #7c6a2b;
    font-family: "my_mincho", serif;
}

#home_blog .btn a::after {
    font-family: "icomoon";
    content: '\e917';
    font-size: 1.8rem;
    background-color: #7c6a2b;
    color: #fff;
    border-radius: 50%;
    vertical-align: -3px;
    margin-left: 8px;
    line-height: 1;
}

/* IE */
@media all and (-ms-high-contrast: none) {
    #home_blog .btn a::after {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
    }
}

#home_blog ul.items {
    margin-bottom: 50px;
}

#home_blog .bnr_wrap > * {
    width: 386px;
    height: 100px;
}

#home_blog .bnr_wrap > *.bnr a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 2.7rem;
    font-family: 'EB Garamond', serif;
    outline: 1px solid #fff;
    outline-offset: -5px;
}

#home_blog .bnr_wrap > *.twitter a {
    background-color: #af963e;
}

#home_blog .bnr_wrap > *.insta a {
    background-color: #7c6a2b;
}

#home_blog .bnr_wrap > *.bnr a:hover {
    opacity: .7;
}

#home_blog .bnr_wrap > *.bnr a::before {
    font-family: "icomoon";
    margin-right: .5em;
    margin-left: -.5em;
}

#home_blog .bnr_wrap > *.twitter a::before {
    content: '\ea96';
}

#home_blog .bnr_wrap > *.insta a::before {
    content: '\ea92';
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　採用情報
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_recruit {
    background-color: #fbf7ec;
}

#home_recruit .inner {
    position: relative;
    min-height: 350px;
    padding-left: calc(580px + 75px);
    text-align: center;
}

#home_recruit h2.cmn_ttl {
    margin-bottom: 30px;
    line-height: 1;
}

#home_recruit h2.cmn_ttl .en {
    font-size: 5rem;
    margin-bottom: 20px;
    display: block;
}

#home_recruit h2.cmn_ttl .ja {
    display: block;
}

#home_recruit .main_img {
    position: absolute;
    left: 0;
    top: 0;
}

#home_recruit .main_lead {
    font-size: 2rem;
    font-family: "my_mincho", serif;
    margin-bottom: 20px;
}

#home_recruit .main_lead::before, #home_recruit .main_lead::after {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #787878;
    display: inline-block;
    vertical-align: 7px;
}

#home_recruit .main_lead::before {
    margin-right: .5em;
}

#home_recruit .main_lead::after {
    margin-left: .5em;
}

#home_recruit .main_txt {
    line-height: 2.2;
    margin-bottom: 30px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　パララックス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body:not(.editor_only) #home_visual {
    background: no-repeat 50% / cover #ccc;
    background-attachment: fixed;
    padding: 200px 0;
}

body:not(.editor_only) #home_visual.lazyloaded {
    background-image: url(../images/bg04.jpg);
}

@media screen and (orientation: landscape) {
    /* 横向きの場合のスタイル */ #home_visual {
        background-position: 50% calc(50vh - 640px);
        background-size: 1920px auto;
    }
}

#home_visual.lazyloaded {
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ページ送り(シングルページ用[次のページは〇〇])
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.next_pickup a {
    color: #695009;
    border-color: #ded5b8;
    font-family: "my_mincho", serif;
}

.next_pickup a:hover {
    color: #695009;
    border-color: #ded5b8;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ページ送り(シングルページ用[次へ][前へ])
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.next_prev_wrap > p.single > a {
    color: #695009;
    font-family: "my_mincho", serif;
}

.next_prev_wrap > p.single > a:before {
    background: #7c6a2b;
}

.next_prev_wrap > p.single > * {
    color: #bdb5a4;
}

.next_prev_wrap > p.single > *:after {
    color: #b4a784;
}

.next_prev_wrap > p.single > a:after {
    color: #695009;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
コンタクトエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact_area {
    background-color: #fff;
    padding: 60px 0 70px;
}

body:not(.home) #contact_area {
    border-top: 1px solid #ccc;
}

#contact_area .base_width {
    width: 980px;
}

#contact_area h2.cmn_ttl {
    text-align: center;
    border-bottom: 1px solid #b49531;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#contact_area h2.cmn_ttl .en {
    font-size: 3.8rem;
    display: block;
    margin-bottom: 5px;
}

#contact_area h2.cmn_ttl .ja {
    display: block;
}

#contact_area .main_txt {
    text-align: center;
    font-family: "my_mincho", serif;
    margin-bottom: 25px;
}

#contact_area .f_wrap {
    justify-content: space-between;
    margin: 0 -5px;
}

#contact_area .btn_wrap>* {
    width: calc(33.333% - 10px);
    margin: 0 5px;
}

#contact_area .btn_wrap a {
    background-color: #151515;
    color: #fff;
    width: 100%;
    font-family: "my_mincho", serif;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
}

#contact_area .btn_wrap .tel a {
    background-color: #c43340;
}

#contact_area .btn_wrap .mail a {
    background-image: linear-gradient( 52deg, rgb(154,131,48) 0%, rgb(106,87,20) 100%);
}

#contact_area .btn_wrap .line a {
    background-color: #5f9e1c;
}

#contact_area .btn_wrap a::before {
    font-family: "icomoon";
    content: '';
    margin-right: 1em;
    margin-left: -1em;
}

#contact_area .btn_wrap .tel a::before {
    content: '\f095';
    /* font-size: 1.3em; */
    font-size: 2em;
    margin-right: .5em;
}

#contact_area .btn_wrap .mail a::before {
    content: '\e90d';
}

#contact_area .btn_wrap .line a::before {
    content: '\e902';
    /* font-size: 1.4em; */
    font-size: 1.8em;
    margin-right: .5em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
お問合せフォーム WPForms
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.wpforms-container-full .wpforms-form a.basic_btn02 {
    position: relative;
}

div.wpforms-container-full .wpforms-form a.basic_btn02::before {
    top: -2px;
    left: -25px;
}

div.wpforms-container-full .wpforms-form .wpforms-field:not(.wpforms-field-pagebreak) {
    padding: 15px 10px!important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: flex!important;
    flex-direction: row-reverse!important;
    justify-content: flex-end!important;
    align-items: center!important;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: #fff!important;
    font-size: 1.3rem!important;
    border-radius: 5px!important;
    padding: 3px 0!important;
    font-weight: normal!important;
    background: #d9534f!important;
    margin-right: 10px!important;
    min-width: 3em;
    text-align: center;
}
}

.wpforms-field input[type="text"], .wpforms-field input[type="url"], .wpforms-field input[type="email"], .wpforms-field input[type="tel"], .wpforms-field textarea, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-radio ul {
    background: #f5f5f5 !important;
    border: none !important;
    border-radius: 4px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-radio ul {
    padding: 5px 10px!important;
}

div.wpforms-container-full .wpforms-form [class*="wpforms-field-required"], div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox ul[class*="wpforms-field-required"], div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-radio ul[class*="wpforms-field-required"] {
    background: #fdf2f2 !important;
}

.wpforms-field input.wpforms-valid {
    background: #f5f5f5 !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error.mailcheck-error {
    display: none!important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-divider {
    padding-top: 50px!important;
    padding-left: 0 !important;
    border-top: 1px solid #ccc !important;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left {
    text-align: center!important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
お問合せフォーム WPForms　>　確認画面
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
[id*="wpforms-form"] em {
    display: none;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: center!important;
}

.wpforms-entry-preview-basic .wpforms-entry-preview-value, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-basic .wpforms-entry-preview-value {
    border-bottom: 1px solid #ddd!important;
}

.wpforms-entry-preview-basic .wpforms-entry-preview-value:last-child, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-basic .wpforms-entry-preview-value:last-child {
    margin-bottom: 15px!important;
}

.wpforms-entry-preview-basic, .wpforms-entry-preview-compact, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-basic, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-compact {
    border-bottom: none!important;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button {
    margin: 0!important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
WPForm
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*　確認ボタン・戻るボタン共通　*/
.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button{
	margin: 0!important;
    font-weight: bold;
    font-size: 15px;
    border-radius: 4px;
    padding: 10px 24px;
}

/*　確認ボタン　*/
.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-next,
.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-next:hover{
    background: #1d5f1c!important;
    color: #fff;
    border: none;
}

/*　戻るボタン　*/
.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-prev {
    background: #fff!important;
    color: #6e6e6e!important;

}

/*　送信ボタン　*/
.wpforms-form input[type=submit], 
.wpforms-form button[type=submit] {
	background: #1d5f1c!important;
    min-width: 260px;
    padding: 12px 10px!important;
    font-weight: bold;
    border: none!important;
    color: #fff!important;
    border-radius: 4px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
霊園の特長 > 私たちについて > スタッフ紹介　見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.stuff-katagaki {
    border-top: 1px solid #695009;
    padding: 2px 10px;
    margin-bottom: 5px;
    background-color: #f4f0e8;
}

.stuff-name {
    padding-left: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
お墓じまい 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*　割引　*/
.waribiki .waribiki_p{
    color:#fff;
    background-color:#695009;
    padding:10px;
}

.waribiki .container01{
    align-items: center;
}

.waribiki div.column01{
    width: 15%;
    padding-left: 20px;
}

.waribiki div.column01 p{
    background-color: #d12727;
    width:100px;
    height:100px;
    border-radius:50px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.waribiki div.column02{
    width: 53%;
    padding-left: 10px;
}

.waribiki div.column03{
    width: 31%;
    display: flex;
    justify-content: center;
}

.waribiki div.column03 p{
    padding: 0 30px;
    background-color: #f4f0e8;
    border-radius: 10px;
    color: #695009;
    letter-spacing: 5em;
}

/*　お客様の声　*/
.voice > div > div {
    background-color: #fff;
    padding: 20px;
}