@charset "utf-8"; 

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
TOP　＞　「6つの霊園一覧」（2025-07-31）wi
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 地域 */
ol.cmn_reien_list .area_a .city_area {
    font-size: clamp(12px, 0.4vw + 7px, 15px);
    font-weight: bold;
    color: #fff;
    background-image: linear-gradient(to right, #25704F 0%,#39936D 100%);
    padding: 7px .4vw;
    display: flex;
    column-gap: .2vw;
    align-items: center;
    position: absolute;
    z-index: 2;
    min-height: 46px;
}

ol.cmn_reien_list .area_a .city_area img {
    margin-bottom: 0;
    height: clamp(22px, 1.3vw + 5.3px, 32px);
}

/* 墓 */
ol.cmn_reien_list .area_a.haka .city_area {
    background-image: linear-gradient(to right, #BD5258 0%,#6D1917 100%);
}

/* 樹木葬 */
ol.cmn_reien_list .area_a.jumokuso .city_area {
    background-image: linear-gradient(to right, #3E6D11 0%,#49942D 100%);
}

/* 樹木葬 */
ol.cmn_reien_list .area_a.kaiyo .city_area {
    background-image: linear-gradient(to right, #0E315B 0%,#3D55AD 100%);
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿詳細　＞　「この記事を書いた人」（2025-04-14）wi
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#author_area {
    margin: 80px auto 25px;
    border: 2px solid #af963e;
    padding: 0 30px 30px 30px;
}

#author_area .wrap {
    display: flex;
    gap: 4%;
    align-items: center;
}

#author_area .area_a {
    width: 15%;
}

#author_area .area_b {
    width: 85%;
}

#author_area p {
    margin-bottom: 0;
}

#author_area .main_ttl {
	font-family: "my_mincho", serif;
	font-size: 18px;
	color: #fff;
	background: #af963e;
	width: fit-content;
	min-width: 200px;
	text-align: center;
	padding: 7px 10px;
	margin: -40px 0 30px -32px;
}

#author_area .katagaki {
	font-family: "my_mincho", serif;
    font-size: 14px;
    color: #0f0f0f;
	margin-bottom: .3em;
}

#author_area .name_wrap .item_wrap {
	display: flex;
	align-items: end;
	gap: 15px;
}

#author_area .name,
#author_area .name_en {
	font-family: "my_mincho", serif;
}

#author_area .name {
	font-size: 30px;
	color: #6c5a11;
}

#author_area .name_en {
	font-size: 14px;
	color: #af963e;
	letter-spacing: .1em;
}

#author_area .txt {
    font-size: 15px;
}

/* 保有資格追加（2025-04-14 wi） */
#author_area .license {
	border-top: 1px solid #af963e;
	padding-top: 15px;
	margin-top: 10px;
	display: flex;
	align-items: center;
	gap: 20px;
}

#author_area .license .ttl {
	font-family: "my_mincho", serif;
	font-size: 15px;
	color: #6c5a11;
	background-color: #f4f0e8;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 80px;
	min-height: 34px;
	text-align: center;
}

#author_area .license:has(.txt:empty) {
	display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
パンくずリスト（Yoast）2025-03-19mk
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#breadcrumbs {
    padding: 20px 10px;
    font-size: 1.5rem;
    font-weight: bold;
}

#breadcrumbs a{
    text-decoration:none;
    color: inherit;
}

#breadcrumbs .kugiri::before{
    font-family: "icomoon";
    content: '\e917';
    font-size: 1.3em;
    vertical-align: middle;
    color: #826514;
}

#breadcrumbs span.breadcrumb_last {
    color: #9b9b9b;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿詳細＞記事下SNSエリア（2025-01-28）mk
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#post_btm_info{
    font-family: "my_mincho", serif;
	margin-top:50px;
}
#post_btm_info h2{
    background-color: #647200;
    color: #fff;
    text-align: center;
    padding: 17px 15px;
    font-size: 2.2rem;
    line-height: 1.5;
}
#post_btm_info .lead{
    text-align: center;
}
#post_btm_info .outer_box{
	padding: 30px 30px;
	background-color: #e3e5d8;
}
#post_btm_info .outer_box > .items{
	display: flex;
	justify-content: center;
	margin-top: 20px;
	gap: 40px;
}
#post_btm_info .outer_box > .items li a{
    background-color: #151515;
    color: #fff;
    width: 100%;
    font-family: "my_mincho", serif;
    font-size: 1.8rem;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
}
#post_btm_info .outer_box > .items li.mail a{
    background-image: linear-gradient( 52deg, rgb(154,131,48) 0%, rgb(106,87,20) 100%);
}
#post_btm_info .outer_box > .items li.line a{
    background-color: #5f9e1c;
}
#post_btm_info .outer_box > .items li a::before{
    font-family: "icomoon";
    content: '';
    margin-right: 1em;
    vertical-align: middle;
}
#post_btm_info .outer_box > .items li.mail a::before{
    content: '\e90d';
}
#post_btm_info .outer_box > .items li.line a::before{
    content: '\e902';
    font-size: 1.8em;
    margin-right: .5em;
}
#post_btm_info .inner_box{
	background-color: #fff;
	padding: 15px 15px 20px;
	margin-top: 30px;
}
#post_btm_info .inner_box h3{
    text-align: center;
    font-size: 3.6rem;
    color: #4c5700;
}
#post_btm_info .inner_box > .items{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 50px;
	margin-top: 25px;
}
#post_btm_info .inner_box > .items li a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-size: 2.7rem;
    font-family: 'EB Garamond', serif;
    color: #4c5700;
    position: relative;
    padding-right: 30px;
}
#post_btm_info .inner_box > .items li a::before{
	content:'';
	width: 50px;
	height: 50px;
	background: no-repeat 50% 50% / contain;
	margin-right:.5em;
	position:relative;
}
#post_btm_info .inner_box > .items li.youtube a::before{
	background-image: url(../images/reien/icon_yt.svg);
}
#post_btm_info .inner_box > .items li.tiktok a::before{
	background-image: url(../images/reien/icon_tt.png);
}
#post_btm_info .inner_box > .items li.twitter a::before{
	background-image: url(../images/reien/icon_tw.svg);
}
#post_btm_info .inner_box > .items li.insta a::before{
	background-image: url(../images/reien/icon_in.png);
}
#post_btm_info .inner_box > .items li.googlemap a::before{
	background-image: url(../images/reien/icon_gm.png);
}
#post_btm_info .inner_box > .items li a::after{
    font-family: "icomoon";
    content: '\e917';
    font-size: 1em;
    position:absolute;
    right: 0px;
    top: 3px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
全霊園トップ　＞　「かまいたちのミライサロン」放送予告表示（2024-12-20）wi
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.movie_contents_kugiri.kansai_tv div.cmn_lead{
    margin-bottom: 10px
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
暑さ対策バナーの下　テキスト表示（2024-08-05）mkw
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.pop_area p.pop_txt{
    text-align: center;
    background-color: rgba(255, 255, 255, .9);
    font-family: "my_mincho", serif;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
全幅　写真のレイアウトを差し替えれる仕組みに変更　（2024-10-25）san
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.container_4column {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
	display: flex;
	gap:5px;
	
}
.container-columns-4{
	width: 25%;
}
.container-columns-3{
	width: 33.33%;
}
/*余白なしバージョン*/
.container_4column_nomargin{
	margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
	display: flex;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
全霊園トップ　「もしマネ」動画コンテンツ表示（2024-06-04）mk
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.movie_contents {
	border: 1px solid #e3e2e2;
	background-color: #ffffff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
div.movie_contents img.movie{
	margin-bottom: 0;
}
div.movie_contents h2.cmn_ttl a{
	text-decoration: underline;
}
div.movie_contents_kugiri,
div.movie_contents{
    margin: 0 auto;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
「ユニバーサルマナー」・「健康経営優良法人」バナー削除（2024-10-10）san
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_attack2 p.img:nth-child(3),
#home_attack2 p.img:nth-child(4){
	display: none;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
堺和泉トップ　代表挨拶下「もっと見る」コンテンツ追加（2024-05-23）mk
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.hide{
	display: none!important;
}

/* 「もっと見る」を押すとコンテンツが表示される仕組み2024-05-20mk */
body:not(.editor_only) .js_more_content{
	display: none;
}

/*見出し　h3bのレイアウトで新規h2c作成(2024-05-23)mkw*/
.uwagaki h2[class*="h2c"] {
	background-color: #7c6a2b;
	color: #ffffff!important;
    padding: 10px 15px!important;
	font-size: 2.0rem!important;
    margin-bottom: 1em;
    clear: both;
    position: relative;
    line-height: 1.4;
    font-weight: normal;
}

/*樹木葬の歴史　table(2024-05-24)mkw*/
.uwagaki .basic_table01 th{
	background-color: #ebdfc5;
}

.uwagaki .basic_table01 td{
	background-color: #ffffff;
}

.uwagaki .basic_table01 td.ohaka_variation{
	background-color: #ebdfc5;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ　＞　プロモ　＞　CM　スライダー(2023-03-22mk)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.swiper-container.v5 :is(.swiper-button-next,.swiper-button-prev) {
    width: 13px;
    height: 30px;
    background: no-repeat 50%/contain;
    top: calc(50% - 8px);
}

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

.swiper-container.v5 .swiper-button-next {
    background-image: url(../images/arrow_r.svg);
}

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

dl.faq_contact dt {
    font-family: "my_mincho", serif;
    background-color: #a1843a;
    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: #63516b!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;
}

[class*='page-olive-oita-higashi'] .cmn_color_bg,
[class*='page-olive-oita-higashi'] .cmn_color_bg_bf::before{
    background: #1d5f1c!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 {
	margin-top:2em;
}

#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;*//*各霊園メニューバー色変更（2024-02-02）mkw*/
	background-color: #303030;
	/*padding: 10px;*/
}

body[class*="oita-higashi"] [class*="child_navi_wrap"],
body[class*="oita-higashi"].pc .fix_area_nukegara{
    display: none;
	/* border:1px solid red; */
}

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

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

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

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

/* 「墓じまい」「終活」はナビに表示したくない（2025-01-17）mk */
ul.child_navi > li:has([href*=syukatsu],[href*=hakajimai]) {
	display:none;
}

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

body.type_reien ul.child_navi a {
    /*color: #353535;*//*各霊園メニューバー色変更（2024-02-02）mkw*/
	color: #fff;
}

/* （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';
}

/* 各霊園ごとにカラー変更 */
[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 {
    opacity: 1;
}

ul.child_navi li ul.children {
    display: none;
}

/*年間行事・推薦コメントは優先度が低いため、各霊園のローカルナビからは削除 (2024-01-30)fuji*/
ul.child_navi li:has(:is(a[href*="events"],a[href*="comment"])) {
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カスタムメニュー　＞　孫ナビは非表示（全画面ナビ等）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
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-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;
}

#fixed_navi .inner .area_a {
    width: 33%;
    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;
}

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


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
周年バナー追加 2024-06-03 mk
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#promo_frame p.anniv {
    width: 200px;
    height: 200px;
    background: url(../images/pop_anniv.png?ver=20240603) no-repeat 50%/contain;
    color: #695009;
    font-size: 6rem;
    font-family: 'EB Garamond', serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プロモ　メッセージ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#promo_frame .msg {
    position: absolute;
    z-index: 1;
    bottom: 10px;
	/*暑さ対策バナーと位置を揃えるため修正(2023-08-10)og*/
	/*
    right: 15px;
	*/
	right: 30px;
    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;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
下層ページ　＞　プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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-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.5rem;
}

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;
	justify-content: center;
}

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; */
}

/*6つの霊園に地名を表示する　一部記述変更（2025-08-01）wi*/
ol.cmn_reien_list .area_a .open {
    /*background-image: linear-gradient(to right, #9a8330 0%,#6a5714 100%);*/
    background-color: rgba(255, 255, 255, .6);
    /*color: #fff;*/
    color: #695009;
    font-family: "my_mincho", serif;
    /*text-align: center;*/
    /*font-size: 1.6rem;*/
    font-size: clamp(13px, 0.4vw + 8px, 16px);
    /*font-size: clamp(14px, 0.27vw + 10.6px, 16px);*/
    position: absolute;
    top: 0;
    width: 100%;
    /*padding: 8px 10px;*/
    /*padding-left: 80px;*/
	padding-left: 70px;
    z-index: 1;
    min-height: 46px;
    display: flex;
    align-items: center;
	justify-content: center;
}

ol.cmn_reien_list .area_a.oita .open {
    padding-left: 125px;
}

/* 地域（2024-02-05追加mk） */
ol.cmn_reien_list .area_a .city {
	font-family: "my_mincho", serif;
    font-size: clamp(14px, 0.13vw + 12.3px, 15px);
    color: #fff;
    min-height: 38px;
    background-image: linear-gradient(to right, #917d33 0%,#6a5714 100%);
    padding: 0 10px 0 6px;
    clip-path: polygon(calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%, 0 0);
    display: flex;
    align-items: center;
	position: absolute;
    top: 4px;
    left: 3px;
    z-index: 2;
}

ol.cmn_reien_list .area_a .city::before {
    content: '\f041';
    font-family: 'icomoon';
    font-size: 1.4rem;
    margin-right: 3px;
}

ol.cmn_reien_list .area_a.hirakata .city {
    background-image: linear-gradient(to right, #9a8330 0%,#6a5714 100%);
}

ol.cmn_reien_list .area_a.katano .city {
    background-image: linear-gradient(to right, #c38370 0%,#a64926 100%);
}

ol.cmn_reien_list .area_a.izumi .city {
    background-image: linear-gradient(to right, #699a30 0%,#4c6a14 100%);
}

ol.cmn_reien_list .area_a.oita .city {
    background-image: linear-gradient(to right, #579b78 0%,#21684b 100%);
}

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 :is(.comingsoon,.num_hide) .area_a::before, 
ol.cmn_reien_list :is(.comingsoon,.num_hide) .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: 455px;
    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 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

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 {
    width: calc(100% - 180px - 30px);
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップPVボタン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.video_btn {
    position: relative;
}

/*暑さ対策バナーを追加するため修正(2023-08-10)og*/
/*
.video_btn .inner {
	width:306px;
    position: absolute;
    top: calc(-320px + -32px);
    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;
	/*width:450px;*//*年末年始ポップ表示に伴う幅変更。年末年始ポップ非表示の際に↑の幅に変更すること（2023-12-11）mkw*/
	position: absolute;
    /*bottom:130px;*/ /*霊園マップ追加にともない位置変更（2025-08-01）wi*/
    bottom:900px;
	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;
	width: 306px;
	margin-left: auto;
}

.video_btn .inner_wrap > div:not(:last-child){
	margin-bottom:20px;
}

/*大分東ページのみ*/
body[class*="home"][class*="oita-higashi"] .video_btn .inner_wrap{
	bottom:50px;
}


body:not(.home) .video_btn .inner {
    top: -320px;
}

.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 {
    justify-content: space-between;
}
.page-makino-child #home_info .inner,
.page-katano-child  #home_info .inner,
.page-1000-olive-child #home_info .inner,
.page-sakai-izumi-child #home_info .inner,
.page-1000-olive-makino-child #home_info .inner{
    justify-content: center;
}

/*バナーを変更にともないコメントアウト（2024-06-03）mkw*/
/*
#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;
}
*/

/*バナーを変更にともない追記（2024-06-03）mkw*/
#home_info p.naming_rights img{
	width: 312px;
    height: 208px;
}

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

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

#home_info .txt_area {
/*    width: 900px;*/
/*バナーを変更（2024-06-03）mkw*/
    width: 840px;
}

#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 60px;
    margin: 0 -6px 48px;
}

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　取り組み【バナー部分の分割】2023-11-22mk
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_attack2 {
    background-color: #fcf7ed;
}
#home_attack2 .bnr_wrap {
    margin: 0 auto -30px;
    justify-content: center;
}

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　お客様の声2（2024-11-26）mk
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_voice2 {
    background-color: #f5f3ee;
}

#home_voice2 h2 {
    font-size: 28px;
    color: #614f0f;
    text-align: center;
    font-family: "my_mincho", serif;
}

#home_voice2 .num {
    background: #ccc;
    font-size: 15px;
    font-weight: bold;
    background-color: #af963e;
    color: #fff;
    padding: 0 15px;
    margin-top: 10px;
	/* ↓「display: inline-block」指定すると、Android端末の文字サイズ「大」指定を無効化できる→inlineblockは「margin: 0 auto」が効かないため、position等で中央揃えする（2024-12-12）mk  */
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#home_voice2 ul.items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px auto 15px;
}

#home_voice2 ul.items li {
}

#home_voice2 ul.items li a {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
    text-align: center;
    padding: 15px 40px 10px 110px;
    border: 1px solid #af963e;
    border-radius: 3px;
    position: relative;
    background-color: #fff;
    line-height: 1.2;
    height: 90px;
}

#home_voice2 ul.items li a::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 70px;
    left: 10px;
    top: 10px;
    background: no-repeat 50% 50% / contain;
}

#home_voice2 ul.items li.seizen a::before {
    background-image: url(../images/reien/voice_icon01a.png);
}

#home_voice2 ul.items li.pass-away a::before {
    background-image: url(../images/reien/voice_icon01b.png);
}

#home_voice2 ul.items li.hikkoshi a::before {
    background-image: url(../images/reien/voice_icon01c.png);
}

#home_voice2 ul.items li a::after {
    font-family: "icomoon";
    content: '\e917';
    font-size: 1.3em;
    position: absolute;
    top: 50%;
    margin-top: -.48em;
    line-height: 1;
    right: 0;
    color: #7c6a2a;
}

#home_voice2 ul.items li a .sub {
    display: block;
    font-size: 18px;
    color: #695009;
    font-weight: bold;
}

#home_voice2 ul.items li a .main {
    font-family: "my_mincho", serif;
    font-size: 23px;
}

#home_voice2 .more {
    text-align:center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　著名人との対談
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#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;
}

#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;
    row-gap: 30px;
}

#home_blog ul.items > * {
	width:570px;
}

#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 {
	column-gap: 30px;
	justify-content: center;
}

#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: '';
	/* position: absolute; */
	/* left: 46.5%; */
	background: url("../images/x-logo.svg");
	width: 20px;
	height: 30px;
	object-fit: contain;
}

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

#home_blog .bnr_wrap2 {
	gap: 10px;
	justify-content: center;
}

#home_blog .bnr_wrap2 > * {
	width: calc((100% - 30px) / 4);
}

#home_blog .bnr_wrap2 > *.bnr a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 2.7rem;
    font-family: 'EB Garamond', serif;
    border: 2px solid #af963e;
    color: #614f0f;
    height: 100px;
	position: relative;
}

#home_blog .bnr_wrap2 > *.bnr a::before {
	content:'';
	width: 60px;
	height: 60px;
	position: absolute;
	left: 16px;
	top: calc(50% - 1.1em);
	background: no-repeat 50% 50% / contain;
}
#home_blog .bnr_wrap2 > *.youtube a::before {
	background-image: url(../images/reien/icon_yt.svg);
}
#home_blog .bnr_wrap2 > *.tiktok a::before {
	background-image: url(../images/reien/icon_tt.png);
}
#home_blog .bnr_wrap2 > *.twitter a::before {
	background-image: url(../images/reien/icon_tw.svg);
}
#home_blog .bnr_wrap2 > *.insta a::before {
	background-image: url(../images/reien/icon_in.png);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　採用情報
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#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: 1200px;
}

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

/*コンタクトエリア内の霊園開発相談 2024-01-22re*/
.consult_contact {
    text-align: center;
    margin: 40px auto 0;
}

.consult_contact h3 {
    font-size: 28px;
	font-family: "my_mincho", serif;
    color: #695009;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.consult_contact p.consult_btn {
    display: inline-block;
    background-color: #b49531;
    padding: 15px 50px;
    margin-top: 15px;
    border-radius: 2px;
}

.consult_contact p.consult_btn a{
    color: #fff;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
お問合せフォーム 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 8px!important;
    font-weight: normal!important;
    background: #d9534f!important;
    margin-right: 10px!important;
}

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
下層　＞　霊園開発相談
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.consult > div {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.consult img.logo {
    padding: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿　＞　施工実績追加に伴う修正　2024-04-16re
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*施工実績ページタイトル*/
.category-work .page_promo .ttl {
    font-size: 0px;
}

.category-work .page_promo .ttl::before {
    white-space: pre-wrap;
    content: "墓石以外でご縁をいただいた\aお仕事の紹介";
    font-size: 3.4rem;
}

/*全画面メニュー等間隔*/
#fixed_navi .inner .area_b .menu_wrap nav > ul > li:not([class*="has-children"]) {
    width: auto;
    margin-right: 15px;
}

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