@charset "UTF-8";
/*--------------- ▽ header ▽ ---------------*/
.header {
	box-sizing: border-box;
	padding: 15px 40px;
  position: relative;
  z-index: 50;
}
.header h1 span {
	display: block;
}
.header-logo {
	display: block;
	width: fit-content;
}
.header-logo:hover {
	opacity: 0.7;
}
.header-info {
	gap: 30px;
	margin-bottom: 30px;
}

#entrance-header .header-info {
	margin: 0;
}
/*-------------------
header-nav
--------------------*/
.header-nav {
	margin: 0 0 0 auto;

}
.header-nav-list {
	gap: 25px;
}
.header-nav-link {
	font-family: var(--font-ttl-ja);
	font-weight: 600;
}
.header-nav-link:hover {
	color: var(--col-main);
}

.header-sns-btn {
	font-family: var(--font-ttl-ja);
}
/*-------------------
現在の表示ページ
--------------------*/
.header-nav-link.current {
	color: var(--col-main);
}

.drawer-link.current {
	color: var(--col-main);
}

/*--------------- △ header △ ---------------*/
/*--------------- ▽ footer ▽ ---------------*/
#pagetop {
	position: fixed;
	right: 2.5%;
	bottom: 5%;
	z-index: 100;
}

.footer {
	position: relative;
	box-sizing: border-box;
	padding: 0 0 150px;
}
.footer-logo {
	display: block;
	width: fit-content;
	margin: 0 auto 50px;
}
.footer-logo:hover {
	opacity: 0.7;
}

.footer-nav {
	gap: 20px;
	margin: 0 auto 70px;
	flex-direction: column;
}

.footer-nav-list {
	gap: 25px;
}
.footer-nav-link:hover {
	opacity: 0.7;
}
.footer #copyright {
	text-align: center;
}
.footer #copyright small {
	color: var(--col-text);
	font-size: 1.4rem;
}
.footer #copyright small a {
	color: var(--col-text);
}
.footer #copyright small a:hover {
	opacity: 0.7;
}

/*--------------- △ footer △ ---------------*/
/*--------------- ▽ 共通 ▽ ---------------*/
/*--------------- △ 共通 △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
.top-section {
	box-sizing: border-box;
	margin: 0 auto 150px;
}

.top-body {
	background: url(../img/top/top-bg.jpg) no-repeat top center/cover;
}

/*--------------- ▼ main-visual ▼ ---------------*/
.mv {
	position: relative;
	width: 100%;
	height: 830px;
}
.mv-wrap {
	position: relative;
	max-width: 1450px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.mv-img {
	position: absolute;
	right: 0;
	z-index: 0;
	top: 50px;
}
.mv-catch {
	position: absolute;
	top: 110px;
	left: 0;
	box-sizing: border-box;
	padding: 0 0 0 50px;
	margin: auto;
	height: fit-content;
	z-index: 5;
	flex-direction: column;
	gap: 40px;
}
.mv-catch::before {
	position: absolute;
	content: '';
	background: url(../img/mv/mv-catch-bg.png) no-repeat center center/contain;
	width: 1010px;
	height: 784px;
	left: -250px;
	margin: auto;
	top: -250px;
	background-size: contain;
	transition: all 0.3s ease;
}
.mv-catch::after {
	position: absolute;
	content: '';
	background: url(../img/mv/mv-feather01.png) no-repeat;
	width: 645px;
	height: 330px;
	bottom: -260px;
	left: -200px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: 6;
}
.mv-catch .main-text {
	position: relative;
	display: inline-grid;
	font-size: 6rem;
	font-weight: 600;
	line-height: 1.5;
	height: fit-content;
	box-sizing: border-box;
	margin: 0 auto 30px;
}
.mv-catch .main-text::before {
	position: absolute;
	content: '';
	background: url(../img/mv/mv-feather02.png) no-repeat;
	width: 175px;
	height: 297px;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.mv-catch .main-text-glow,
.mv-catch .main-text-grad {
	grid-area: 1/1;
}
.mv-catch .main-text-glow {
	color: #fff;
	text-shadow:
		0 0 4px rgb(255, 255, 255),
		0 0 8px rgba(255, 255, 255, 0.95),
		0 0 16px rgba(255, 255, 255, 0.9),
		0 0 28px rgba(255, 255, 255, 0.75),
		0 0 40px rgba(255, 255, 255, 0.55);
}
.mv-catch .main-text-grad {
	position: relative;
	z-index: 1;
}
.mv-catch .main-text .large {
	font-size: 1.15em;
	font-weight: 700;
}
.mv-catch .sub-text {
	position: relative;
	display: block;
	background: var(--gradation-sub03);
	width: 620px;
	box-sizing: border-box;
	padding: 25px 30px;
	text-align: center;
	z-index: 5;
	color: var(--col-wh);
	font-size: 2.5rem;
	font-weight: 600;
	text-shadow: 5px 5px 10px rgba(var(--col-sub-dark-rgb), 0.6);
	line-height: 1.8;
}

.mv-catch .sub-text::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco01.png) no-repeat;
	width: 120px;
	height: 50px;
	top: -7px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	background-size: contain;
}

@media screen and (max-width: 1700px) {
	.mv-wrap {
		max-width: 1280px;
	}
	.mv-img {
		width: 950px;
	}
}
/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ entrance ▼ ---------------*/
.entrance-wrap {
	width: 100%;
	height: clamp(700px, 60vw, 830px);
	box-sizing: border-box;
	padding: 10px;
	background: var(--gradation-main02);
}
.entrance-main {
	width: 50%;
	background: url(../img/entrance/entrance-main-img01.jpg) no-repeat center center/cover;
	border: 5px solid var(--col-wh);
}
.entrance-main:hover .entrance-main-ttl {
	bottom: 8px;
}
.entrance-main-ttl {
	background: rgba(var(--col-wh-rgb), 0.85);
	box-sizing: border-box;
	padding: 30px;
	z-index: 50;
	bottom: 0;
	transition: all 0.3s ease;
}
.entrance-sub-list {
	width: 50%;
	flex-direction: column;
}
.entrance-sub-item {
	width: 100%;
	height: 33.3333333333%;
}
.entrance-sub-item-link {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	position: relative;
	border: 5px solid var(--col-wh);
}
.entrance-sub-item-link:hover .entrance-sub-item-ttl {
	bottom: 8px;
}
.entrance-sub-item-ttl {
	height: fit-content;
	background: rgba(var(--col-wh-rgb), 0.85);
	box-sizing: border-box;
	padding: 30px;
	display: block;
	width: 320px;
	z-index: 50;
	bottom: 0;
	transition: all 0.3s ease;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	letter-spacing: 0.02em;
}
.entrance-sub-item-ttl .ttl-ja .text02 {
	font-size: 2.5rem;
}
.entrance-sub-item:nth-child(1) {
	background: url(../img/entrance/entrance-sub-img01.jpg) no-repeat center center/cover;
}
.entrance-sub-item:nth-child(2) {
	background: url(../img/entrance/entrance-sub-img02.jpg) no-repeat center center/cover;
}
.entrance-sub-item:nth-child(3) {
	background: url(../img/entrance/entrance-sub-img03.jpg) no-repeat center center/cover;
}

.entrance-footer {
	background: var(--gradation-main02);
}

#entrance-copyright {
	color: var(--col-wh);
	text-align: center;
	box-sizing: border-box;
	padding: 0px 0 10px;
}

/*--------------- ▼ entrance ▼ ---------------*/
/*--------------------
top-worries
---------------------*/
.top-worries-list {
	gap: 57px;
	position: relative;
}
.top-worries-item {
	position: relative;
	width: 320px;
	height: 320px;
	background: rgba(var(--col-wh-rgb), 0.8);
	border-radius: 50%;
	border: 5px solid rgba(var(--col-main-light-rgb), 0.6);
	box-shadow:
		0 0 15px rgba(255, 255, 255, 0.8),
		0 0 35px rgba(255, 255, 255, 0.6),
		0 0 70px rgba(255, 255, 255, 0.35),
		0 0 120px rgba(255, 255, 255, 0.2);
	text-align: center;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.8;
	font-family: var(--font-ttl-ja);
}
.top-worries-item::before {
	position: absolute;
	content: '';
	background: url(../img/common/icon-check.png) no-repeat;
	width: 29px;
	height: 32px;
	left: 0;
	margin: auto;
	right: 0;
	top: 50px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-worries-item-text {
	box-sizing: border-box;
	padding: 35px 0 0 0;
	position: relative;
}

/*--------------------
top-about
---------------------*/
.top-about .inbox {
	position: relative;
}
.top-about .inbox::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco-feather02.png) no-repeat;
	width: 538px;
	height: 847px;
	margin: auto;
	right: -150px;
	top: -250px;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
}
.top-about .inbox::after {
	position: absolute;
	content: '';
	background: url(../img/common/deco-feather01.png) no-repeat;
	width: 499px;
	height: 538px;
	bottom: -280px;
	left: -280px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
}
.top-about-text {
	margin: 0 auto 70px;
}
.top-about-btn {
	margin: 0 auto;
}

/*--------------------
top-memorial
---------------------*/
.top-memorial-list {
	position: relative;
	gap: 30px;
}
.top-memorial-item {
	width: 340px;
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 90px 30px;
	position: relative;
}
.top-memorial-item::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco04.png) no-repeat;
	width: 214px;
	height: 30px;
	left: 0;
	margin: auto;
	right: 0;
	top: 30px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-memorial-item::after {
	position: absolute;
	content: '';
	background: url(../img/common/deco04.png) no-repeat;
	width: 214px;
	height: 30px;
	left: 0;
	margin: auto;
	right: 0;
	bottom: 30px;
	background-size: contain;
	transition: all 0.3s ease;
	transform: scale(-1, -1);
}
.top-memorial-item-ttl {
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 20px;
}
.top-memorial-item-img {
	aspect-ratio: 280/200;
	width: 280px;
	height: 200px;
	margin: 0 auto 20px;
}
.top-memorial-item-text {
	margin: 0 auto 30px;
	min-height: 170px;
}
.top-memorial-item-btn {
	min-width: 250px !important;
	margin: 0 auto;
	padding: 20px 30px;
}

/*--------------------
top-links
---------------------*/
.top-links-list {
	position: relative;
	gap: 40px;
}
.top-links-item {
	width: 520px;
}
.top-links-item-btn {
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	background: var(--gradation-main03);
	position: relative;
	display: block;
	bottom: 0;
	border: 2px solid var(--col-wh);
}
.top-links-item-btn:after {
	position: absolute;
	content: '';
	background: url(../img/common/deco05.png) no-repeat;
	width: 149px;
	height: 20px;
	left: 0;
	margin: auto;
	right: 0;
	top: -6px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-links-item-btn::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco06.png) no-repeat;
	width: 20px;
	height: 21px;
	bottom: 0;
	margin: auto;
	right: 20px;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-links-item-btn:hover {
	opacity: 0.7;
	bottom: 5px;
}
.top-links-item-btn .ttl {
	text-align: center;
}
.top-links-item-btn .ttl .ttl-en {
	font-size: 2rem;
	font-weight: 800;
	margin: 0 auto 15px;
}
.top-links-item-btn .ttl .ttl-ja {
	font-size: 3rem;
	font-weight: 700;
}
.top-links-item-btn .icon {
	position: absolute;
	left: 25px;
	bottom: 0;
	top: 0;
	margin: auto;
	height: fit-content;
}

/*--------------------
top-news
---------------------*/
.top-news .inbox {
	position: relative;
}
.top-news-ttl {
	width: 300px;
	margin: 0;
}
.top-news .news-list {
	width: 720px;
}
.top-news-btn {
	min-width: 300px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.top-news .news-item {
	position: relative;
	padding: 50px 0 0 0;
	box-sizing: border-box;
}

.top-news .news-tag {
	position: absolute;
	top: 0;
	min-height: 45px;
	gap: 5px;
}

.top-news .news-tag .tag:nth-of-type(n + 3) {
	display: none;
}
/*--------------------
com-contact
---------------------*/
.com-contact-text {
	margin: 0 auto 50px;
}
.com-contact-wrap {
	gap: 120px;
	position: relative;
	width: fit-content;
	margin: 0 auto;
}
.com-contact-wrap::before {
	position: absolute;
	content: '';
	background: var(--col-text);
	width: 1px;
	height: 100px;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}

/*--------------- ▲ top ▲ ---------------*/
/*--------------- ▽ sub-page ▽ ---------------*/
.sub-section {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto 140px;
}

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
	position: relative;
	width: 100%;
	height: 400px;
	margin: 0 auto 150px;
}
.sv-ttl {
	width: 100%;
	max-width: 1700px;
	box-sizing: border-box;
	padding: 20px 250px;
	text-align: center;
	margin: auto;
	font-size: 4.5rem;
	font-weight: 700;
	background: linear-gradient(
		90deg,
		rgba(var(--col-wh-rgb), 0) 0%,
		rgba(var(--col-wh-rgb), 0.7) 30%,
		rgba(var(--col-wh-rgb), 0.8) 50%,
		rgba(var(--col-wh-rgb), 0.7) 70%,
		rgba(var(--col-wh-rgb), 0) 100%
	);
	text-shadow: var(--text-shadow-wh);
}
.sv-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco07.png) no-repeat;
	width: 168px;
	height: 38px;
	left: 0;
	margin: auto;
	right: 0;
	top: -20px;
	background-size: contain;
	transition: all 0.3s ease;
}

/*---------------------
各ページの画像設定
-----------------------*/
.sv-about {
	background: url(../img/sv/sv-about-bg.jpg) no-repeat center center/cover;
}

.sv-memorial {
	background: url(../img/sv/sv-memorial-bg.jpg) no-repeat center center/cover;
}

.sv-tamayura {
	background: url(../img/sv/sv-tamayura-bg.jpg) no-repeat center center/cover;
}

.sv-monument {
	background: url(../img/sv/sv-monument-bg.jpg) no-repeat center center/cover;
}

.sv-news {
	background: url(../img/sv/sv-news-bg.jpg) no-repeat center center/cover;
}

.sv-contact {
	background: url(../img/sv/sv-contact-bg.jpg) no-repeat center center/cover;
}

.sv-complete {
	background: url(../img/sv/sv-complete-bg.jpg) no-repeat center center/cover;
}

.sv-privacy {
	background: url(../img/sv/sv-privacy-bg.jpg) no-repeat center center/cover;
}

.sv-site {
	background: url(../img/sv/sv-site-bg.jpg) no-repeat center center/cover;
}

.sv-notfound {
	background: url(../img/sv/sv-notfound-bg.jpg) no-repeat center center/cover;
}

/*--------------- ▼ 下層共通タイトル ▼ ---------------*/
/*--------------- ▲ 下層共通タイトル ▲ ---------------*/
/*--------------- ▼ ぱんくず ▼ ---------------*/
#bread-clumb {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 10px 0;
	z-index: 1;
	min-width: 1280px;
	top: -120px;
}
#bread-clumb ul {
	display: flex;
	overflow: hidden;
	white-space: nowrap;
}
#bread-clumb li {
	position: relative;
	color: var(--col-text);
	font-size: 14px;
	float: left;
	margin-right: 20px;
}
#bread-clumb li:after {
	content: '>';
	position: absolute;
	display: block;
	right: -15px;
	top: 0;
}
#bread-clumb li:last-child {
	margin-right: 0;
}
#bread-clumb li:last-child:after {
	display: none;
}
#bread-clumb li a {
	color: var(--col-text);
	border-bottom: 1px solid;
	display: block;
}
#bread-clumb li a:hover {
	opacity: 0.7;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ sub02_about ▼ ---------------*/
.about-body {
	background: url(../img/about/about-bg.jpg) no-repeat center top/cover;
}
.about-body-text {
	width: 455px;
}

/*-----------------------
about-lead
-------------------------*/
.about-lead-container::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco-feather01.png) no-repeat;
	width: 499px;
	height: 538px;
	left: -190px;
	bottom: 110px;
	z-index: 1;
	margin: auto;
	background-size: contain;
}
/*-----------------------
about-service
-------------------------*/
.about-service-lead-wrap {
	margin: 0 auto 80px;
}
.about-service-lead-img {
	aspect-ratio: 540/300;
	width: 540px;
	height: 300px;
}
.about-service-links-list {
	gap: 30px;
	margin: 0 auto 80px;
}
.about-service-links-item {
	width: 340px;
	position: relative;
	font-size: 2.5rem;
	font-weight: 700;
}
.about-service-links-item .item-btn {
	width: 100%;
	height: 150px;
	bottom: 0;
}
.about-service-links-item .item-btn::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco05.png) no-repeat;
	width: 149px;
	height: 20px;
	left: 0;
	margin: auto;
	right: 0;
	top: -10px;
	background-size: contain;
	transition: all 0.3s ease;
}
.about-service-links-item .item-btn::after {
	position: absolute;
	content: '';
	background: url(../img/common/deco06.png);
	width: 20px;
	height: 21px;
	bottom: 0;
	margin: auto;
	right: 10px;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.about-service-links-item .item-btn:hover {
	opacity: 0.7;
	bottom: 10px;
}
.about-service-links-item:nth-child(1) .item-btn {
	background: url(../img/about/service-links-bg01.jpg) no-repeat center center/cover;
}
.about-service-links-item:nth-child(2) .item-btn {
	background: url(../img/about/service-links-bg02.jpg) no-repeat center center/cover;
}
.about-service-links-item:nth-child(3) .item-btn {
	background: url(../img/about/service-links-bg03.jpg) no-repeat center center/cover;
}
.about-service-list {
	flex-direction: column;
	gap: 70px;
}
.about-service-item .item-text-wrap {
	width: 640px;
}
.about-service-item .item-img {
	aspect-ratio: 400/300;
	width: 400px;
	height: 300px;
}
.about-service-item .item-btn {
	margin-top: 35px;
	padding: 18px;
	min-width: 250px;
}

/*-----------------------
about-ash
-------------------------*/
.about-ash .inbox {
	position: relative;
}
.about-ash .inbox::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco-feather04.png) no-repeat;
	width: 375px;
	height: 325px;
	left: -250px;
	margin: auto;
	top: -70px;
	background-size: contain;
	transition: all 0.3s ease;
}
.about-ash-wrap {
	margin: 0 auto 40px;
}
.about-ash-text-wrap {
	margin: 0 auto;
}
.about-ash-text {
	margin-bottom: 50px;
}
.about-ash-img {
	aspect-ratio: 400/300;
	width: 400px;
	height: 300px;
}
.about-ash-price {
	position: relative;
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 20px 25px;
	font-family: var(--font-ttl-ja);
}
.about-ash-price-ttl {
	font-size: 2.5rem;
	color: var(--col-main);
	font-weight: 700;
}
.about-ash-price-text {
	font-weight: 700;
	font-size: 2.5rem;
	background: var(--col-main-light);
	display: block;
	box-sizing: border-box;
	padding: 5px 5px 5px 10px;
}
.about-ash-price-text .small {
	font-size: 2rem;
}
.about-ash-pendant-text-wrap {
	width: 600px;
}
.about-ash-pendant-img {
	aspect-ratio: 250/200;
	width: 250px;
	height: 200px;
}


.about-ash-container{
	margin-bottom: 40px;
}
.about-ash-container-ttl{
	margin: 0 auto 20px;
}
.about-ash-container-text-box{
	background: var(--col-wh);
	padding:35px 50px;
	box-sizing: border-box;
}
/*-----------------------
about-movie
-------------------------*/
.about-movie-text {
	position: relative;
	margin: 0 auto 70px;
}
.about-movie-text::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco-feather02.png) no-repeat;
	width: 538px;
	height: 847px;
	bottom: -120px;
	margin: auto;
	right: -60px;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: 5;
}
.about-movie-list {
	gap: 80px;
	flex-direction: column;
}
.about-movie-item {
	position: relative;
	width: 100%;
}
.about-movie-item-ttl {
	gap: 20px;
}
.about-movie-item-ttl .price {
	font-size: 2.5rem;
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 5px 0 5px 8px;
	color: var(--col-text);
	line-height: 1.2;
	font-weight: 600;
}
.about-movie-item-ttl .price .small {
	font-size: 2rem;
}
.about-movie-item-text {
	margin: 0 auto 50px;
}
.about-movie-item-wrap {
	gap: 60px;
}
.about-movie-item::before {
	content: none;
}
.about-movie-item-contents {
	width: 510px;
	background: var(--col-main-light);
	box-sizing: border-box;
	padding: 30px;
}
.about-movie-item-contents .contents-ttl {
	background: var(--col-text);
	color: var(--col-wh);
	text-align: center;
	font-size: 2.5rem;
	box-sizing: border-box;
	padding: 12px;
	margin: 0 auto 20px;
}

/*-----------------------
about-flow
-------------------------*/
.about-flow-list {
	gap: 40px;
}
.about-flow-item {
	width: 240px;
	position: relative;
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 25px 20px;
	text-align: center;
}
.about-flow-item::before {
	position: absolute;
	content: '';
	background: var(--col-text);
	width: 14px;
	height: 24px;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	bottom: 0;
	margin: auto;
	right: -30px;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.about-flow-item:last-child::before {
	content: none;
}
.about-flow-item-wrap {
	flex-direction: column;
}
.about-flow-item-text {
	line-height: 1.6;
	margin-bottom: 15px;
	min-height: 60px;
}
.about-flow-item-icon {
	margin: 0 auto 15px;
}
.about-flow-item-num {
	font-size: 2rem;
	font-family: var(--font-ttl-ja);
	font-weight: 700;
	position: absolute;
	left: 20px;
	top: -20px;
}
.about-flow-item-num .large {
	font-size: 2.5rem;
}

/*-----------------------
about-photograph
-------------------------*/
.about-photograph-text {
	margin: 0 auto 40px;
	position: relative;
}
.about-photograph-text::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco-feather04.png) no-repeat;
	width: 375px;
	height: 325px;
	margin: auto;
	left: -220px;
	top: -250px;
	background-size: contain;
	transition: all 0.3s ease;
}

/*-----------------------
about-info
-------------------------*/
.about-info-table {
	width: 620px;
}
.about-info-map {
	width: 400px;
	height: 340px;
}

/*-----------------------

-------------------------*/
/*--------------- ▲ sub02_about ▲ ---------------*/
/*--------------- ▼ 共通 ▼ ---------------*/
/*-----------------------
com-about
-------------------------*/
.com-about-container::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco-feather01.png) no-repeat;
	width: 499px;
	height: 538px;
	margin: auto;
	left: -150px;
	bottom: 100px;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
}
.com-about-img {
	aspect-ratio: 500/300;
	width: 500px;
	height: 300px;
	margin: 0 auto 60px;
}

/*-----------------------
com-features
-------------------------*/
.com-features-list {
	gap: 60px;
}
.com-features-item {
	position: relative;
	width: 510px;
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 60px 30px 50px;
}
.com-features-item::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco08.png) no-repeat;
	width: 127px;
	height: 23px;
	left: 0;
	margin: auto;
	right: 0;
	top: -15px;
	background-size: contain;
	transition: all 0.3s ease;
}
.com-features-item-num {
	position: absolute;
	font-size: 6rem;
	top: -35px;
	left: 15px;
	font-family: var(--font-ttl-ja);
	font-weight: 700;
}
.com-features-item-ttl {
	width: calc(100% - 10px);
}

/*-----------------------
com-price
-------------------------*/
.com-price-list {
	flex-direction: column;
	gap: 50px;
	position: relative;
}
.com-price-list::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco-feather04.png) no-repeat;
	width: 375px;
	height: 325px;
	top: -200px;
	left: -300px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
}

/*-----------------------

-------------------------*/
/*--------------- ▲ 共通 ▲ ---------------*/
/*--------------- ▼ sub03_memorial ▼ ---------------*/
.memorial-body {
	background: url(../img/memorial/memorial-bg.jpg) no-repeat center top/cover;
}

/*--------------- ▲ sub03_memorial ▲ ---------------*/
/*--------------- ▼ sub04_tamayura ▼ ---------------*/
.tamayura-body {
	background: url(../img/tamayura/tamayura-bg.jpg) no-repeat center top/cover;
}

/*-----------------------
tamayura-movie
-------------------------*/
.tamayura-movie-wrap {
	max-width: 800px;
	margin: 0 auto;
	aspect-ratio: 800/450;
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
	position: relative;
}
.tamayura-movie-wrap::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco-feather05.png) no-repeat;
	width: 271px;
	height: 327px;
	bottom: -70px;
	margin: auto;
	right: -320px;
	background-size: contain;
	transition: all 0.3s ease;
}
.tamayura-movie-wrap video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*--------------- ▲ sub04_tamayura ▲ ---------------*/
/*--------------- ▼ sub05_monument ▼ ---------------*/
.monument-body {
	background: url(../img/monument/monument-bg.jpg) no-repeat center top/cover;
}

/*-----------------------

-------------------------*/
/*-----------------------

-------------------------*/
/*-----------------------

-------------------------*/
/*--------------- ▲ sub05_monument ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.post-wrp .tag-change {
	margin-bottom: 50px;
}
.post-wrp .tag-change li {
	text-align: center;
	width: 19%;
	margin: 2% 1% 0 0;
}
.post-wrp .tag-change li a {
	border: solid 1px --col-main;
	padding: 10px 0;
	display: block;
	color: var(--col-main);
	background: var(--col-base);
}
.post-wrp .tag-change .current a {
	background: var(--col-main);
}
.post-wrp .tag-change .current a span {
	color: var(--col-base);
}

/*タグ一覧
-------------------------------*/
.tag-select-box {
	position: relative;
	width: 40%;
	margin: 0 0 20px auto;
	max-width: 230px;
}
.tag-select-box:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid var(--col-text);
	pointer-events: none;
}
.tag-select-box #tag-select {
	width: 100%;
	padding: 5% 20% 5% 5%;
	box-sizing: border-box;
	font-size: 1.2rem;
	margin-left: auto;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	border: none;
	border-bottom: 2px solid var(--col-text);
	cursor: pointer;
	border-radius: 0;
	background: none;
	color: var(--col-text);
	font-weight: 700;
	-webkit-appearance: none;
	appearance: none;
}
.tag-select-box #tag-select option {
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
	box-sizing: border-box;
}

.post-wrp .tag-change {
	margin-bottom: 50px;
}
.post-wrp .tag-change li {
	text-align: center;
	margin: 10px 10px 0 0;
	min-width: 190px;
	display: inline-block;
	vertical-align: middle;
}
.post-wrp .tag-change li a {
	border: solid 1px var(--col-main);
	color: var(--col-main);
	background: var(--col-base);
	padding: 10px 15px;
	display: block;
}
.post-wrp .tag-change .current a {
	background: var(--col-main);
}
.post-wrp .tag-change .current a span {
	color: var(--col-base);
}

/*詳細
-------------------------------*/
.s-post .news-tag {
	margin-bottom: 20px;
}

.s-post time {
	margin-bottom: 10px;
}

.s-time-tag {
	margin-bottom: 20px;
}

.sb-post-body {
	line-height: 2;
}

/*--------------- ▲ お知らせ ▲ ---------------*/
