@charset "UTF-8";
/*--------------- ▽ 変数設定 ▽ ---------------*/

/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
.header {
	position: relative;
	box-sizing: border-box;
	padding: 0px 0 0 40px;
	z-index: 10;
}
.header h1 span {
	display: block;
}
.header-right {
	position: relative;
	top: -7px;
}
.header-contact-btn {
	position: relative;
	background: var(--col-main);
	color: var(--col-wh);
	width: 140px;
	height: 120px;
	border-radius: 0 0 0 40px;
	font-family: var(--font-ttl-ja);
	text-align: center;
	line-height: 1.6;
}
.header-contact-btn::before {
	position: absolute;
	content: '';
	background: var(--col-main-dark);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	width: 15px;
	height: 15px;
	bottom: 0;
	margin: auto;
	right: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.header-logo {
	display: block;
	width: fit-content;
	position: absolute;
	left: 40px;
	top: 30px;
}
.header-logo:hover {
	opacity: 0.7;
}
.header-wrap {
	gap: 40px;
}
.header-nav-list {
	gap: 40px;
	margin: 0 0 0 auto;
	width: fit-content;
}
.header-nav-item .icon {
	text-align: center;
	margin: 0 auto 5px;
	min-height: 46px;
}
.header-nav-item .ttl {
	display: block;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}

/*-------------------
header-nav
--------------------*/
.header-nav-link:hover {
	color: var(--col-main);
}

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

.header-nav-link.current .nav-wrap::before {
	background: var(--col-main);
}

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

/*--------------- △ header △ ---------------*/
/*--------------- ▽ footer ▽ ---------------*/
#pagetop {
	position: fixed;
	right: 30px;
	bottom: 40px;
	z-index: 100;
  transition: all .3s ease;
}
#pagetop:hover{
  opacity: 0.7;
  bottom: 50px;
}

.footer {
	position: relative;
	padding: 100px 0;
}
.footer-logo {
	display: block;
	width: fit-content;
	margin-bottom: 40px;
}
.footer-logo:hover {
	opacity: 0.7;
}
.footer-right {
	width: 500px;
	margin: 0 0 0 auto;
}
.footer-left {
	width: 500px;
}
.footer-nav {
	gap: 60px;
	margin-bottom: 50px;
}

.footer-nav-link:hover {
	opacity: 0.7;
}
.footer-nav-list {
	gap: 18px;
	flex-direction: column;
}
.footer-official-btn {
	margin: 0 0 40px auto;
}
.footer #copyright {
	text-align: right;
	padding: 5px 0;
}
.footer #copyright small {
	color: var(--col-text);
	font-size: 12px;
}
.footer #copyright small a {
	color: var(--col-text);
}
.footer #copyright small a:hover {
	opacity: 0.7;
}

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

/*--------------- ▼ main-visual ▼ ---------------*/
.mv {
	position: relative;
	width: calc(100% - 80px);
	height: clamp(700px, 50vw, 840px);
	margin: 0 auto;
	background: url(../img/mv/mv-img.jpg) no-repeat center center/cover;
	margin-top: -15px;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top ▼ ---------------*/
/*--------------------
top-lead
---------------------*/
.top-lead {
	padding: 140px 0;
}
.top-lead-ttl .ttl-wrap {
	position: relative;
}
.top-lead-ttl .ttl-wrap::after {
	position: absolute;
	content: '';
	background: url(../img/common/deco01.png) no-repeat;
	width: 277px;
	height: 150px;
	background-size: contain;
	bottom: 0;
	left: -190px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
}
.top-lead-ttl .ttl-wrap::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco-flour01.png) no-repeat;
	width: 115px;
	height: 108px;
	background-size: contain;
	margin: auto;
	right: -150px;
	top: -50px;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
}
.top-lead-text {
	position: relative;
	width: fit-content;
}
.top-lead-text::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco-flour02.png) no-repeat;
	width: 91px;
	height: 99px;
	background-size: contain;
	bottom: -50px;
	left: -120px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-lead-text:after {
	position: absolute;
	content: '';
	background: url(../img/common/deco02.png) no-repeat;
	width: 243px;
	height: 164px;
	bottom: -30px;
	margin: auto;
	right: -120px;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
}
.top-lead-img {
	width: 100%;
	height: 750px;
	margin: 0 auto;
	background: url(../img/top/lead-img.jpg) no-repeat center center/cover;
}

/*--------------------
top-prayer
---------------------*/
.top-prayer {
	padding: 130px 0;
}
.top-prayer-list {
	position: relative;
	flex-direction: column;
	gap: 150px;
}
.top-prayer-item {
	position: relative;
}
.top-prayer-item-img {
	aspect-ratio: 620/420;
	width: 620px;
	height: 420px;
	position: relative;
	box-shadow: var(--box-shadow01);
}
.top-prayer-item-about {
	width: 560px;
	box-sizing: border-box;
}
.top-prayer-item-ttl {
	font-size: 5.4rem;
	font-weight: 700;
	margin-bottom: 35px;
	letter-spacing: 0.1em;
	width: fit-content;
}
.top-prayer-item-text {
	margin-bottom: 50px;
}
.top-prayer-item:nth-child(even) .top-prayer-item-img {
	order: 2;
}
.top-prayer-item:nth-child(even) .top-prayer-item-about {
	order: 1;
	box-sizing: border-box;
	padding: 60px 0 0 100px;
}
.top-prayer-item:nth-child(odd) .top-prayer-item-img {
	order: 1;
}
.top-prayer-item:nth-child(odd) .top-prayer-item-about {
	order: 2;
	box-sizing: border-box;
	padding: 60px 100px 0 0;
}
.top-prayer-item:nth-child(2) .top-prayer-item-about {
	width: 640px;
}
.top-prayer-item:nth-child(1) .top-prayer-item-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco01.png) no-repeat;
	width: 277px;
	height: 150px;
	bottom: 0;
	margin: auto;
	right: -200px;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -2;
	background-size: contain;
}
.top-prayer-item:nth-child(1) .top-prayer-item-ttl::after {
	position: absolute;
	content: '';
	background: url(../img/top/prayer-icon01.png) no-repeat;
	width: 85px;
	height: 90px;
	bottom: 0;
	margin: auto;
	right: -110px;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
	background-size: contain;
}
.top-prayer-item:nth-child(2) .top-prayer-item-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco01.png) no-repeat;
	width: 277px;
	height: 150px;
	bottom: 0;
	margin: auto;
	right: 50px;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -2;
	background-size: contain;
}
.top-prayer-item:nth-child(2) .top-prayer-item-ttl::after {
	position: absolute;
	content: '';
	background: url(../img/top/prayer-icon02.png) no-repeat;
	width: 85px;
	height: 90px;
	bottom: 0;
	margin: auto;
	left: -100px;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
	background-size: contain;
}
.top-prayer-item:nth-child(3) .top-prayer-item-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco01.png) no-repeat;
	width: 277px;
	height: 150px;
	bottom: 0;
	margin: auto;
	right: -150px;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -2;
	background-size: contain;
}
.top-prayer-item:nth-child(3) .top-prayer-item-ttl::after {
	position: absolute;
	content: '';
	background: url(../img/top/prayer-icon03.png) no-repeat;
	width: 85px;
	height: 90px;
	bottom: 0;
	margin: auto;
	right: -110px;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
	background-size: contain;
}

/*--------------------
top-event
---------------------*/
.top-event-text {
	margin: 0 auto 60px;
}
.top-event-list {
	gap: 27px;
	margin: 0 auto 60px;
}
.top-event-item {
	position: relative;
}
.top-event-item figcaption {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 0 0 0 60px;
	margin-bottom: 6px;
}
.top-event-item-img {
	aspect-ratio: 1/1;
	width: 230px;
	height: 230px;
}
.top-event-item-ttl {
	font-size: 3.5rem;
	font-weight: 800;
	font-size: 3.5rem;
	position: absolute;
	top: -20px;
	left: 10px;
}
.top-event-item-ttl .ttl-wrap {
	writing-mode: vertical-rl;
	text-orientation: upright;
	position: relative;
	display: block;
}

.top-event-btn {
	margin: 0 auto;
}

/*--------------------
top-ceremony
---------------------*/
.top-ceremony {
	padding: 120px 0;
}
.top-ceremony-ttl {
	margin-bottom: 30px;
}
.top-ceremony-text {
	margin-bottom: 50px;
}
.top-ceremony-list {
	gap: 70px 60px;
}
.top-ceremony-item {
	position: relative;
	width: 320px;
}
.top-ceremony-item-img {
	aspect-ratio: 320/230px;
	width: 320px;
	height: 230px;
	margin-bottom: 10px;
}
.top-ceremony-item-ttl {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	box-sizing: border-box;
	padding: 0 0 0 40px;
	margin-bottom: 5px;
}
.top-ceremony-item-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco-icon.png) no-repeat;
	width: 30px;
	height: 29px;
	left: 0;
	margin: auto;
	top: 3px;
	background-size: contain;
	transition: all 0.3s ease;
}

/*--------------------
com-contact
---------------------*/
.com-contact {
	position: relative;
	border-top: 2px solid var(--col-main);
	border-bottom: 2px solid var(--col-main);
	background: var(--gradation01);
	overflow: hidden;
	box-sizing: border-box;
	padding: 70px 0;
}
.com-contact-ttl {
	margin-bottom: 35px;
}
.com-contact::before {
	position: absolute;
	content: '';
	background: url(../img/common/com-contact-img.png) no-repeat;
	width: 882px;
	height: 100%;
	bottom: 0;
	left: 50%;
	margin: auto;
	top: 0;
	transform: translateX(-960px);
}
.com-contact-tel-wrap {
	margin-bottom: 30px;
}
.com-contact-text-wrap {
	width: 620px;
	position: relative;
	margin: 0 0 0 auto;
}
.com-contact-btn {
	margin-bottom: 30px;
}
.com-contact-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco-flour03.png) no-repeat;
	width: 169px;
	height: 150px;
	margin: auto;
	right: -110px;
	top: -40px;
	background-size: contain;
	transition: all 0.3s ease;
}
.com-contact-ttl::after {
	position: absolute;
	content: '';
	background: url(../img/common/deco-flour04.png) no-repeat;
	width: 73px;
	height: 105px;
	bottom: 0;
	left: -100px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
}
.com-contact-tel-wrap .tel .ttl {
	font-size: 3rem;
}
.com-contact-tel-wrap .tel .num {
	font-size: 4.6rem;
}
.com-contact-tel-wrap .fax {
	position: relative;
	display: inline-block;
}
.com-contact-tel-wrap .fax .ttl {
	font-size: 2.5rem;
}
.com-contact-tel-wrap .fax .num {
	font-size: 3.8rem;
}

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

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

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
	position: relative;
	width: 100%;
	height: 440px;
	overflow: hidden;
	margin-top: -10px;
	max-width: 1920px;
	margin: 0 auto;
	top: -12px;
}
.sv-ttl {
	position: absolute;
	left: 100px;
	width: fit-content;
}
.sv-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco02.png) no-repeat;
	width: 202px;
	height: 136px;
	bottom: -100px;
	margin: auto;
	right: -200px;
	background-size: contain;
	transition: all 0.3s ease;
}
.sv-ttl .ttl-wrap {
	position: relative;
	display: block;
	font-size: 4.8rem;
	background: var(--col-base);
	box-sizing: border-box;
	padding: 12px 25px;
	font-weight: 700;
	letter-spacing: 0.15em;
	color: var(--col-main);
	border-left: 4px solid var(--col-main);
}
.sv-ttl .ttl-wrap::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco01.png) no-repeat;
	width: 277px;
	height: 150px;
	left: -100px;
	margin: auto;
	top: -130px;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
	background-size: contain;
}
.sv-ttl .ttl-wrap::after {
	position: absolute;
	content: '';
	background: url(../img/common/deco-flour02.png);
	width: 91px;
	height: 99px;
	bottom: -70px;
	left: -80px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
}

/*---------------------
各ページの画像設定
-----------------------*/
.sv-anzan {
	position: relative;
}
.sv-anzan::before {
	position: absolute;
	content: '';
	background: url(../img/sv/sv-anzan-bg.jpg) no-repeat;
	width: 1210px;
	height: 440px;
	bottom: 0;
	margin: auto;
	top: 0;
	background-size: cover;
	transition: all 0.3s ease;
	top: 0;
	left: 50%;
	transform: translateX(-355px);
}

.sv-shichigosan {
	position: relative;
}
.sv-shichigosan::before {
	position: absolute;
	content: '';
	background: url(../img/sv/sv-shichigosan-bg.jpg) no-repeat;
	width: 1210px;
	height: 440px;
	bottom: 0;
	margin: auto;
	top: 0;
	background-size: cover;
	transition: all 0.3s ease;
	top: 0;
	left: 50%;
	transform: translateX(-355px);
}

.sv-yakuyoke {
	position: relative;
}
.sv-yakuyoke::before {
	position: absolute;
	content: '';
	background: url(../img/sv/sv-yakuyoke-bg.jpg) no-repeat;
	width: 1210px;
	height: 440px;
	bottom: 0;
	margin: auto;
	top: 0;
	background-size: cover;
	transition: all 0.3s ease;
	top: 0;
	left: 50%;
	transform: translateX(-355px);
}

.sv-access {
	position: relative;
}
.sv-access::before {
	position: absolute;
	content: '';
	background: url(../img/sv/sv-access-bg.jpg) no-repeat;
	width: 1210px;
	height: 440px;
	bottom: 0;
	margin: auto;
	top: 0;
	background-size: cover;
	transition: all 0.3s ease;
	top: 0;
	left: 50%;
	transform: translateX(-355px);
}

.sv-news {
	position: relative;
}
.sv-news::before {
	position: absolute;
	content: '';
	background: url(../img/sv/sv-news-bg.jpg) no-repeat;
	width: 1210px;
	height: 440px;
	bottom: 0;
	margin: auto;
	top: 0;
	background-size: cover;
	transition: all 0.3s ease;
	top: 0;
	left: 50%;
	transform: translateX(-355px);
}

.sv-contact {
	position: relative;
}
.sv-contact::before {
	position: absolute;
	content: '';
	background: url(../img/sv/sv-contact-bg.jpg) no-repeat;
	width: 1210px;
	height: 440px;
	bottom: 0;
	margin: auto;
	top: 0;
	background-size: cover;
	transition: all 0.3s ease;
	top: 0;
	left: 50%;
	transform: translateX(-355px);
}

.sv-complete {
	position: relative;
}
.sv-complete::before {
	position: absolute;
	content: '';
	background: url(../img/sv/sv-complete-bg.jpg) no-repeat;
	width: 1210px;
	height: 440px;
	bottom: 0;
	margin: auto;
	top: 0;
	background-size: cover;
	transition: all 0.3s ease;
	top: 0;
	left: 50%;
	transform: translateX(-355px);
}

.sv-privacy {
	position: relative;
}
.sv-privacy::before {
	position: absolute;
	content: '';
	background: url(../img/sv/sv-privacy-bg.jpg) no-repeat;
	width: 1210px;
	height: 440px;
	bottom: 0;
	margin: auto;
	top: 0;
	background-size: cover;
	transition: all 0.3s ease;
	top: 0;
	left: 50%;
	transform: translateX(-355px);
}

.sv-site {
	position: relative;
}
.sv-site::before {
	position: absolute;
	content: '';
	background: url(../img/sv/sv-site-bg.jpg) no-repeat;
	width: 1210px;
	height: 440px;
	bottom: 0;
	margin: auto;
	top: 0;
	background-size: cover;
	transition: all 0.3s ease;
	top: 0;
	left: 50%;
	transform: translateX(-355px);
}

.sv-notfound {
	position: relative;
}
.sv-notfound::before {
	position: absolute;
	content: '';
	background: url(../img/sv/sv-notfound-bg.jpg) no-repeat;
	width: 1210px;
	height: 440px;
	bottom: 0;
	margin: auto;
	top: 0;
	background-size: cover;
	transition: all 0.3s ease;
	top: 0;
	left: 50%;
	transform: translateX(-355px);
}

/*--------------- ▼ 下層共通タイトル ▼ ---------------*/
/*--------------- ▲ 下層共通タイトル ▲ ---------------*/
/*--------------- ▼ ぱんくず ▼ ---------------*/
#bread-clumb {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 10px 0;
	z-index: 1;
	min-width: 1280px;
}
#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);
	display: block;
}
#bread-clumb li a:hover {
	opacity: 0.7;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ 共通セクション ▼ ---------------*/
/*-----------------------
com-lead
-------------------------*/
.com-lead {
	padding: 190px 0 130px;
}
.com-lead-ttl .ttl-wrap {
	width: fit-content;
}
.com-lead-ttl .ttl-wrap::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco01.png) no-repeat;
	width: 214px;
	height: 116px;
	left: -150px;
	margin: auto;
	top: -70px;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
}
.com-lead-text-wrap {
	width: 520px;
}
.com-lead-text {
	margin-bottom: 40px;
}
.com-lead-img {
	width: 510px;
	box-shadow: var(--box-shadow01);
}

/*-----------------------
com-about
-------------------------*/
.com-about {
	padding: 100px 0 150px;
}
.com-about-ttl .ttl-wrap::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco-flour01.png) no-repeat;
	width: 115px;
	height: 108px;
	margin: auto;
	right: -140px;
	top: -30px;
	background-size: contain;
	transition: all 0.3s ease;
}
.com-about-text-wrap {
	width: 510px;
}
.com-about-img-wrap {
	position: relative;
}
.com-about-main-img {
	aspect-ratio: 490/320;
	width: 490px;
	height: 320px;
	position: relative;
	right: 30px;
}
.com-about-sub-img {
	aspect-ratio: 205/152;
	width: 205px;
	height: 152px;
	position: absolute;
	right: -80px;
	bottom: -50px;
}

/*-----------------------
com-offering
-------------------------*/
.com-offering-text {
	margin: 0 auto 30px;
}
.com-offering-price {
	font-size: 2rem;
	text-align: center;
	margin: 0 auto;
	width: 470px;
	background: var(--col-base);
	display: block;
	font-size: 2rem;
	box-sizing: border-box;
	padding: 8px 30px;
}

/*-----------------------
com-amulet
-------------------------*/
.com-amulet-text {
	margin: 0 auto 30px;
}
.com-amulet-box {
	position: relative;
	background: var(--col-base);
	width: 520px;
	height: fit-content;
}
.com-amulet-list {
	padding: 0 30px;
}
.com-amulet-item {
	position: relative;
	box-sizing: border-box;
	padding: 14px 20px;
	border-bottom: 1px solid rgba(var(--col-text-rgb), 0.2);
	font-size: 1.8rem;
	font-weight: 500;
}
.com-amulet-item::before {
	position: absolute;
	content: '';
	background: var(--col-main);
	border-radius: 50%;
	width: 3px;
	height: 3px;
	left: 6px;
	margin: auto;
	top: 24px;
	background-size: contain;
	transition: all 0.3s ease;
}
.com-amulet-item:last-child {
	border: none;
}

/*-----------------------
com-flow
-------------------------*/
.com-flow-ttl {
	margin: 0 auto 35px;
}
.com-flow-list {
	flex-direction: column;
	max-width: 980px;
	margin: 0 auto;
}
.com-flow-item {
	position: relative;
	box-sizing: border-box;
	padding: 30px 20px;
	border-bottom: 1px solid rgba(var(--col-main-rgb), 0.6);
}
.com-flow-item::before {
	position: absolute;
	content: '';
	background: url(../img/common/pat01.jpg);
	width: 18px;
	height: 18px;
	border-right: 1px solid rgba(var(--col-main-rgb), 0.6);
	border-bottom: 1px solid rgba(var(--col-main-rgb), 0.6);
	bottom: -10px;
	left: 0;
	margin: auto;
	right: 0;
	background-size: contain;
	transition: all 0.3s ease;
	transform: rotate(45deg);
}
.com-flow-item:last-child::before {
	content: none;
}
.com-flow-item-text {
	position: relative;
	top: 45px;
	width: 70%;
}
.com-flow-item-ttl {
	width: 30%;
}
.com-flow-item-ttl .num {
	position: relative;
	display: block;
	font-size: 1.9rem;
	margin-bottom: 10px;
	letter-spacing: 0.15em;
  font-weight: 600;
}
.com-flow-item-ttl .ttl {
	position: relative;
	display: block;
	letter-spacing: 0.15em;
	color: var(--col-main);
	font-size: 2.6rem;
	font-weight: 600;
}

/*--------------- ▲ 共通セクション ▲ ---------------*/
/*--------------- ▼ sub02_ ▼ ---------------*/
/*-----------------------
anzan-lead
-------------------------*/
.anzan-lead .com-lead-ttl .ttl-wrap::after {
	position: absolute;
	content: '';
	background: url(../img/anzan/anzan-lead-icon.png) no-repeat;
	width: 85px;
	height: 90px;
	bottom: 0;
	margin: auto;
	right: -95px;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}

/*-----------------------
anzan-amulet
-------------------------*/
.anzan-amulet .com-amulet-box {
	margin: 0 auto;
}
.anzan-amulet .com-amulet-item {
	width: 50%;
}
.anzan-amulet .com-amulet-item:nth-last-child(2) {
	border: none;
}

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

-------------------------*/
/*--------------- ▲ sub02_ ▲ ---------------*/
/*--------------- ▼ sub03_shichigosan ▼ ---------------*/
/*-----------------------
shichigosan-lead
-------------------------*/
.shichigosan-lead .com-lead-ttl .ttl-wrap::after {
	position: absolute;
	content: '';
	background: url(../img/shichigosan/shichigosan-lead-icon.png) no-repeat;
	width: 85px;
	height: 90px;
	bottom: 0;
	margin: auto;
	right: -95px;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}

/*-----------------------
shichigosan-amulet
-------------------------*/
.shichigosan-amulet .com-amulet-wrap {
	gap: 40px;
}
.shichigosan-amulet .com-amulet-box-ttl {
	font-size: 2rem;
	box-sizing: border-box;
	padding: 10px 15px;
	border-bottom: 1px solid rgba(var(--col-main-rgb), 0.2);
	border-left: 4px solid var(--col-main);
	position: relative;
	background: url(../img/common/pat01.jpg);
}
.shichigosan-amulet .com-amulet-item {
	width: 100%;
}
.shichigosan-amulet .com-amulet-item .small {
	display: block;
	font-size: 1.5rem;
}

/*--------------- ▲ sub03_shichigosan ▲ ---------------*/
/*--------------- ▼ sub04_yakuyoke ▼ ---------------*/
/*-----------------------
yakuyoke-lead
-------------------------*/
.yakuyoke-lead .com-lead-ttl .ttl-wrap::after {
	position: absolute;
	content: '';
	background: url(../img/yakuyoke/yakuyoke-lead-icon.png) no-repeat;
	width: 64px;
	height: 83px;
	bottom: 0;
	margin: auto;
	right: -75px;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}

/*-----------------------
yakuyoke-amulet 
-------------------------*/
.yakuyoke-amulet .com-amulet-box {
	width: 792px;
	margin: 0 auto;
}
.yakuyoke-amulet .com-amulet-item {
	width: 33.3333333333%;
}

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

-------------------------*/
/*--------------- ▲ sub04_yakuyoke ▲ ---------------*/
/*--------------- ▼ sub05_access ▼ ---------------*/
/*-----------------------
access-links
-------------------------*/
.access-links{
  padding: 130px 0 50px;
}
.access-links-list {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.access-links-item {
	width: 33.3333333333%;
	border-bottom: 1px solid rgba(var(--col-text-rgb), 0.5);
	text-align: center;
	box-sizing: border-box;
}
.access-links-item .item-btn {
	display: block;
	padding: 0 15px 60px 15px;
	font-size: 1.9rem;
	position: relative;
}
.access-links-item .item-btn::before {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	border-bottom: 1px solid var(--col-main);
	border-right: 1px solid var(--col-main);
	transform: rotate(45deg);
	bottom: 30px;
	left: 0;
	margin: auto;
	right: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.access-links-item .item-btn:hover {
	color: var(--col-main);
}
.access-links-item .item-btn:hover::before{
  bottom: 25px;
}
/*-----------------------
 access-guide
-------------------------*/
.access-guide-container-wrap {
	gap: 40px;
}
.access-guide-container-item {
	width: 520px;
}
.access-guide-container-item .item-ttl {
	font-size: 2rem;
	letter-spacing: 0.15em;
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 6px 20px;
	border-left: 4px solid var(--col-main);
	margin-bottom: 12px;
  font-family: var(--font-text);
}
.access-guide-container {
	position: relative;
	width: 100%;
	margin-bottom: 80px;
}
.access-guide-container:last-child{
  margin: 0;
}
.access-guide-container-ttl {
	font-size: 3rem;
	letter-spacing: 0.15em;
	box-sizing: border-box;
	padding: 0 0 15px;
	border-bottom: 1px solid rgba(var(--col-main-rgb), 0.5);
	margin-bottom: 20px;
}
.access-guide-train .access-guide-container-ttl {
	box-sizing: border-box;
	padding: 15px 0 15px 50px;
}
.access-guide-train .access-guide-container-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/icon-train.png) no-repeat;
	width: 31px;
	height: 39px;
	bottom: 0;
	left: 0;
	margin: auto;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.access-guide-car .access-guide-container-ttl {
	box-sizing: border-box;
	padding: 10px 0 15px 50px;
}
.access-guide-car .access-guide-container-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/icon-car.png) no-repeat;
	width: 31px;
	height: 39px;
	bottom: 0;
	left: 0;
	margin: auto;
	top: 10px;
	background-size: contain;
	transition: all 0.3s ease;
}

/*-----------------------
access-parking
-------------------------*/
.access-parking-img {
	aspect-ratio: 520/320;
	width: 520px;
	height: 320px;
	box-shadow: var(--box-shadow01);
}

/*-----------------------
access-outline
-------------------------*/

.access-outline-table {
	margin-bottom: 70px;
}
.access-outline-gallery-list {
	gap: 60px;
	margin: 0 auto 60px;
}
.access-outline-gallery-item {
	width: 320px;
}
.access-outline-gallery-item .item-img {
	aspect-ratio: 320/230;
	width: 320px;
	height: 230px;
}

/*--------------- ▲ sub05_access ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.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 {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid;
	line-height: 2;
}

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