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

/*-------------------
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-nav-link.current {
	color: var(--col-main);
}

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

#entrance-header {
	background: url(../img/common/com-bg.jpg) no-repeat top center/100%;
}

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

.footer {
	position: relative;
	box-sizing: border-box;
	padding: 0 0 100px;
}
.footer-logo {
	display: block;
	width: 200px;
	margin: 0 auto 10%;
}
.footer-logo:hover {
	opacity: 0.7;
}
.footer-nav {
	gap: 20px;
}
.footer-nav-list {
	gap: 30px 20px;
	margin: 0 auto 10%;
	flex-wrap: wrap;
	margin: 0 auto;
	flex-direction: column;
	width: calc(50% - 20px);
}
.footer-nav-item {
	font-size: 1.3rem;
}
.footer-nav-link:hover {
	opacity: 0.7;
}
.footer #copyright {
	text-align: center;
	margin-top: 10%;
}
.footer #copyright small {
	color: var(--col-text);
	font-size: 1rem;
}
.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 70px;
}

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

/*--------------- ▼ main-visual ▼ ---------------*/
.mv {
	position: relative;
	width: 100%;
	height: 550px;
	overflow: hidden;
}
.mv-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.mv-img {
	position: absolute;
	right: -100px;
	z-index: 0;
	top: 50px;
}
.mv-catch {
	position: absolute;
	top: 110px;
	left: 0;
	box-sizing: border-box;
	margin: auto;
	height: fit-content;
	z-index: 5;
	flex-direction: column;
	gap: 30px;
	box-sizing: border-box;
	padding: 0 0 0 6%;
}
.mv-catch::before {
	position: absolute;
	content: '';
	background: url(../img/mv/mv-catch-bg.png) no-repeat center center/contain;
	width: 600px;
	height: 380px;
	left: -150px;
	margin: auto;
	top: -100px;
	background-size: contain;
	transition: all 0.3s ease;
}
.mv-catch::after {
	position: absolute;
	content: '';
	background: url(../img/mv/mv-feather01.png) no-repeat;
	width: 200px;
	height: 120px;
	bottom: -100px;
	left: -50px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: 6;
}
.mv-catch .main-text {
	position: relative;
	display: inline-grid;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.5;
	height: fit-content;
	box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 7%;
}
.mv-catch .main-text::before {
	position: absolute;
	content: '';
	background: url(../img/mv/mv-feather02.png) no-repeat;
	width: 120px;
	height: 200px;
	margin: auto;
	right: 0;
	top: -50px;
	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.1em;
	font-weight: 700;
}
.mv-catch .sub-text {
	display: block;
	background: var(--gradation-sub03);
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	z-index: 5;
	color: var(--col-wh);
	font-size: 1.7rem;
	font-weight: 600;
	text-shadow: 5px 5px 10px rgba(var(--col-sub-dark-rgb), 0.6);
	line-height: 1.8;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ entrance ▼ ---------------*/
.entrance-wrap {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	background: var(--gradation-main02);
	flex-direction: column;
}
.entrance-main {
	width: 100%;
	height: 320px;
	background: url(../img/entrance/entrance-main-img01.jpg) no-repeat center center/cover;
	border: 5px solid var(--col-wh);
}
.entrance-main-ttl {
	background: rgba(var(--col-wh-rgb), 0.85);
	box-sizing: border-box;
	padding: 6% 4%;
	z-index: 50;
	bottom: 0;
	transition: all 0.3s ease;
	min-width: 70%;
}
.entrance-sub-list {
	width: 100%;
	flex-direction: column;
}
.entrance-sub-item {
	width: 100%;
	height: 170px;
}
.entrance-sub-item-link {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	position: relative;
	border: 5px solid var(--col-wh);
}
.entrance-sub-item-ttl {
	height: fit-content;
	background: rgba(var(--col-wh-rgb), 0.85);
	box-sizing: border-box;
	padding: 6% 4%;
	display: block;
	min-width: 70%;
	width: fit-content;
	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: 1.9rem;
}
.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;
	font-size: 1rem;
}

/*--------------- ▼ entrance ▼ ---------------*/
/*--------------- ▼ top ▼ ---------------*/
/*--------------------
top-worries
---------------------*/
.top-worries-list {
	gap: 15px;
	position: relative;
}
.top-worries-item {
	position: relative;
	background: rgba(var(--col-wh-rgb), 0.8);
	border-radius: 15px;
	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: 1.7rem;
	font-weight: 600;
	line-height: 1.8;
	font-family: var(--font-ttl-ja);
	box-sizing: border-box;
	padding: 6%;
}
.top-worries-item::before {
	position: absolute;
	content: '';
	background: url(../img/common/icon-check.png) no-repeat;
	width: 20px;
	height: 25px;
	left: 15px;
	margin: auto;
	top: 0;
	bottom: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-worries-item-text {
	box-sizing: border-box;
	padding: 0 0 0 35px;
	position: relative;
	text-align: left;
}
.top-worries-item-text br {
	display: none;
}

/*--------------------
top-about
---------------------*/
.top-about .inbox {
	position: relative;
}
.top-about .inbox::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco-feather02.png) no-repeat;
	width: 300px;
	height: 400px;
	margin: auto;
	right: -150px;
	top: -200px;
	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: 170px;
	height: 300px;
	bottom: -200px;
	left: -50px;
	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: 100%;
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 60px 5% 70px;
	position: relative;
}
.top-memorial-item::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco04.png) no-repeat;
	width: 140px;
	height: 20px;
	left: 0;
	margin: auto;
	right: 0;
	top: 15px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-memorial-item::after {
	position: absolute;
	content: '';
	background: url(../img/common/deco04.png) no-repeat;
	width: 140px;
	height: 20px;
	left: 0;
	margin: auto;
	right: 0;
	bottom: 15px;
	background-size: contain;
	transition: all 0.3s ease;
	transform: scale(-1, -1);
}
.top-memorial-item-ttl {
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 20px;
}
.top-memorial-item-img {
	aspect-ratio: 280/120;
	width: 100%;
	height: fit-content;
	margin: 0 auto 20px;
}
.top-memorial-item-text {
	margin: 0 auto 6%;
}
.top-memorial-item-btn {
	margin: 0 auto;
}

/*--------------------
top-links
---------------------*/
.top-links-list {
	position: relative;
	gap: 40px;
	-webkit-justify-content: center;
	justify-content: center;
}
.top-links-item {
	width: 90%;
}
.top-links-item-btn {
	width: 100%;
	box-sizing: border-box;
	padding: 30px 15px;
	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: 100px;
	height: 15px;
	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 .ttl {
	text-align: center;
}
.top-links-item-btn .ttl .ttl-en {
	font-size: 1.4rem;
	font-weight: 800;
	margin: 0 auto 15px;
}
.top-links-item-btn .ttl .ttl-ja {
	font-size: 2.1rem;
	font-weight: 700;
}
.top-links-item-btn .icon {
	position: absolute;
	left: 15px;
	bottom: 0;
	top: 0;
	margin: auto;
	height: fit-content;
	width: 38px;
}

/*--------------------
top-news
---------------------*/
.top-news .inbox {
	position: relative;
}
.top-news-wrap {
	flex-direction: column;
	gap: 40px;
	-webkit-justify-content: center;
	justify-content: center;
}
.top-news-ttl {
	margin: 0;
}
.top-news-btn {
	margin: 8% auto 0;
}

/*--------------------
com-contact
---------------------*/
.com-contact-text {
	margin: 0 auto 50px;
}
.com-contact-wrap {
	gap: 30px;
	position: relative;
	width: fit-content;
	margin: 0 auto;
	flex-direction: column;
}

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

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
	position: relative;
	width: 100%;
	height: 180px;
	margin: 0 auto 70px;
}
.sv-ttl {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	margin: auto;
	font-size: 2.2rem;
	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: 2% 0;
	z-index: 100;
	line-height: 1;
}
#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-lead
-------------------------*/
/*-----------------------
about-service
-------------------------*/
.about-service-lead-wrap {
	margin: 0 auto 10%;
	flex-direction: column;
	gap: 30px;
}
.about-service-lead-text {
	order: 2;
}
.about-service-lead-img {
	aspect-ratio: 540/300;
	width: 100%;
	height: fit-content;
}
.about-service-links-list {
	gap: 30px 5%;
	margin: 0 auto 17%;
	-webkit-justify-content: center;
	justify-content: center;
}
.about-service-links-item {
	width: 45%;
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
}
.about-service-links-item .item-btn {
	width: 100%;
	height: 120px;
	bottom: 0;
}
.about-service-links-item .item-btn::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco05.png) no-repeat;
	width: 100px;
	height: 14px;
	left: 0;
	margin: auto;
	right: 0;
	top: -10px;
	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: 60px;
}
.about-service-item {
	flex-direction: column;
	gap: 0;
}
.about-service-item .item-text-wrap {
	width: 100%;
	order: 2;
}
.about-service-item .item-ttl {
	left: -6vw;
	top: -20px;
}
.about-service-item .item-img {
	aspect-ratio: 400/200;
	width: 100%;
	height: fit-content;
	order: 1;
	right: -5vw;
}
.about-service-item .item-btn {
	margin-top: 35px;
	padding: 18px;
	margin: 8% auto 0;
}

/*-----------------------
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 8%;
	flex-direction: column;
	gap: 35px;
}
.about-ash-text-wrap {
	width: 100%;
	order: 2;
}
.about-ash-text {
	margin-bottom: 10%;
}
.about-ash-img {
	aspect-ratio: 400/300;
	width: 100%;
	height: fit-content;
	order: 1;
}
.about-ash-price {
	position: relative;
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 15px;
	font-family: var(--font-ttl-ja);
}
.about-ash-price-ttl {
	font-size: 1.8rem;
	color: var(--col-main);
	font-weight: 700;
}
.about-ash-price-text {
	font-weight: 700;
	font-size: 1.8rem;
	background: var(--col-main-light);
	display: block;
	box-sizing: border-box;
	padding: 5px 5px 5px 10px;
}
.about-ash-price-text .small {
	font-size: 1.5rem;
}
.about-ash-pendant-wrap {
	flex-direction: column;
	gap: 30px;
}
.about-ash-pendant-text-wrap {
	order: 2;
}
.about-ash-pendant-img {
	aspect-ratio: 250/200;
	width: 100%;
	height: fit-content;
	order: 1;
}

.about-ash-container{
	margin-bottom: 7%;
}
.about-ash-container-ttl{
	margin: 0 auto 6%;
}
.about-ash-container-text-box{
	background: var(--col-wh);
	padding:6%;
	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: 250px;
	height: 400px;
	bottom: -60px;
	margin: auto;
	right: -60px;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
}
.about-movie-list {
	gap: 80px;
	flex-direction: column;
}
.about-movie-item {
	position: relative;
	width: 100%;
}
.about-movie-item-ttl {
	gap: 10px;
	flex-direction: column;
}
.about-movie-item-ttl .ttl {
	display: block;
	text-align: left;
	width: fit-content;
	margin: 0 auto 0 0;
}
.about-movie-item-ttl .price {
	font-size: 1.7rem;
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 5px 0 5px 8px;
	color: var(--col-text);
	line-height: 1.2;
	font-weight: 600;
	text-align: right;
	width: fit-content;
	display: block;
	margin: 0 0 0 auto;
}
.about-movie-item-ttl .price .small {
	font-size: 1.5rem;
}
.about-movie-item-text {
	margin: 0 auto 50px;
}
.about-movie-item-wrap {
	gap: 30px;
	flex-direction: column;
}
.about-movie-item::before {
	content: none;
}
.about-movie-item-contents {
	background: var(--col-main-light);
	box-sizing: border-box;
	padding: 6% 4%;
}
.about-movie-item-contents .contents-ttl {
	background: var(--col-text);
	color: var(--col-wh);
	text-align: center;
	font-size: 1.9rem;
	box-sizing: border-box;
	padding: 12px;
	margin: 0 auto 20px;
}

/*-----------------------
about-flow
-------------------------*/
.about-flow-list {
	gap: 40px;
	flex-direction: column;
}
.about-flow-item {
	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: 20px;
	height: 10px;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	bottom: -25px;
	margin: auto;
	right: 0;
	left: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.about-flow-item:last-child::before {
	content: none;
}
.about-flow-item-wrap {
	gap: 5vw;
	-webkit-align-items: center;
	align-items: center;
}
.about-flow-item-text {
	line-height: 1.6;
	margin-bottom: 15px;
	font-weight: 700;
}
.about-flow-item-icon {
	width: 80px;
}
.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 8%;
	flex-wrap: wrap;
	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-wrap {
	flex-direction: column;
	gap: 40px;
}
.about-info-map {
	width: 100%;
	height: 400px;
}

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

-------------------------*/
/*--------------- ▲ 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: 100%;
	height: fit-content;
	margin: 0 auto 10%;
}

/*-----------------------
com-features
-------------------------*/
.com-features-list {
	gap: 40px;
	flex-direction: column;
}
.com-features-item {
	position: relative;
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 40px 5% 8%;
}
.com-features-item::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco08.png) no-repeat;
	width: 90px;
	height: 15px;
	left: 0;
	margin: auto;
	right: 0;
	top: -10px;
	background-size: contain;
	transition: all 0.3s ease;
}
.com-features-item-num {
	position: absolute;
	font-size: 4rem;
	top: -30px;
	left: 15px;
	font-family: var(--font-ttl-ja);
	font-weight: 700;
}
.com-features-item-text {
	text-align: left;
}
.com-features-item-text br {
	display: none;
}

/*-----------------------
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;
}
.com-price-item-ttl {
	flex-direction: column;
	gap: 10px;
}
.com-price-item-ttl .ttl {
	display: block;
}
.com-price-item-ttl .price {
	display: block;
	margin: 0 0 0 auto;
	font-size: 1.8rem;
}

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

-------------------------*/
/*--------------- ▲ 共通 ▲ ---------------*/
/*--------------- ▼ 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 {
	text-align: center;
	flex-wrap: nowrap;
	overflow-x: scroll;
	margin-bottom: 30px;
	-webkit-justify-content: start;
	justify-content: start;
}
.post-wrp .tag-change li {
	flex: 0 0 30%;
	margin: 2% 1% 0 0;
}
.post-wrp .tag-change li a {
	border: solid 1px var(--col-main);
	padding: 5px 0;
	display: block;
	color: var(--col-main);
	background: #fff;
	font-size: 3vw;
}
.post-wrp .tag-change .current a {
	background: var(--col-main);
}
.post-wrp .tag-change .current a span {
	color: #fff;
}

/*タグ一覧
-------------------------------*/
.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: 0;
	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 #333;
	cursor: pointer;
	border-radius: 0;
	background: none;
	color: #333;
	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: 10%;
}
.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: #fff;
	padding: 10px 15px;
	display: block;
}
.post-wrp .tag-change .current a {
	background: var(--col-main);
}
.post-wrp .tag-change .current a span {
	color: #fff;
}

/*詳細
-------------------------------*/
.s-time-tag {
	margin-bottom: 5%;
}

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

.s-post-taglist {
	margin-bottom: 30px;
}

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