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

/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
.header {
	position: fixed;
	box-sizing: border-box;
	padding: 2% 6% 3%;
	z-index: 10;
	background: var(--col-wh);
	width: 100%;
	top: 0;
}
.header h1 span {
	display: block;
}
.header-logo {
	display: block;
	position: relative;
	width: 200px;
}
.header-logo:hover {
	opacity: 0.7;
}
.header-wrap {
	justify-content: start;
}
.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: 2.5%;
	bottom: 5%;
	z-index: 50;
}

.footer {
	position: relative;
	padding: 15% 0;
}
.footer-logo {
	display: block;
	width: 200px;
	margin: 0 auto 10%;
}
.footer-logo:hover {
	opacity: 0.7;
}
.footer-wrap {
	-webkit-justify-content: center;
	justify-content: center;
	flex-direction: column;
}
.footer-right {
	width: 100%;
}
.footer-nav {
	gap: 6%;
	margin: 8% 0 14%;
	width: 100%;
	background: #fff;
	padding: 6% 5%;
}
.footer-nav-list {
	gap: 30px;
	flex-direction: column;
	font-size: 1.3rem;
	width: calc(50% - 3%);
}
.footer-official-btn {
	margin: 0 auto;
}
.footer #copyright {
	text-align: center;
	padding: 5px 0;
	margin-top: 8%;
}
.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 ▽ ---------------*/
/*--------------- ▼ main-visual ▼ ---------------*/
.mv {
	position: relative;
	width: calc(100% - 30px);
	height: clamp(280px, 35vw, 470px);
	margin: 0 auto;
	background: url(../img/mv/mv-img.jpg) no-repeat center center / cover;
	margin-top: 70px;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top ▼ ---------------*/
.top-section {
	box-sizing: border-box;
	padding: 17% 0;
}

/*--------------------
top-lead
---------------------*/
.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: 140px;
	height: 100px;
	background-size: contain;
	bottom: 0;
	top: 0;
	left: -100px;
	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: 60px;
	height: 50px;
	background-size: contain;
	margin: auto;
	right: -80px;
	top: -40px;
	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: 70px;
	height: 70px;
	background-size: contain;
	bottom: -130px;
	left: -10px;
	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: 120px;
	height: 80px;
	bottom: -70px;
	margin: auto;
	right: 0;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
}
.top-lead-img {
	width: 100%;
	height: 200px;
	margin: 0 auto;
	background: url(../img/top/lead-img.jpg) no-repeat center center/cover;
}

/*--------------------
top-prayer
---------------------*/
.top-prayer-list {
	position: relative;
	flex-direction: column;
	gap: 100px;
}
.top-prayer-item {
	position: relative;
	flex-direction: column;
	gap: 40px;
}
.top-prayer-item-img {
	aspect-ratio: 620/360;
	width: 100%;
	height: fit-content;
	position: relative;
	box-shadow: var(--box-shadow01);
	margin: 0 auto 8%;
}
.top-prayer-item-about {
	order: 1;
	box-sizing: border-box;
}
.top-prayer-item-ttl {
	font-size: 2.6rem;
	font-weight: 700;
	margin: 0 auto 7%;
	letter-spacing: 0.1em;
	width: fit-content;
	box-sizing: border-box;
	text-align: center;
}
.top-prayer-item-text {
	margin-bottom: 10%;
}
.top-prayer-item-btn {
	margin: 0 auto;
	text-align: center;
	width: 85%;
}
.top-prayer-item:nth-child(1) .top-prayer-item-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco01.png) no-repeat;
	width: 120px;
	height: 90px;
	bottom: 0;
	margin: auto;
	left: -100px;
	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: 60px;
	height: 70px;
	bottom: 0;
	margin: auto;
	right: -90px;
	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: 120px;
	height: 90px;
	bottom: 0;
	margin: auto;
	right: -40px;
	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: 40px;
	height: 50px;
	bottom: 0;
	margin: auto;
	left: -50px;
	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: 120px;
	height: 90px;
	bottom: 0;
	margin: auto;
	left: -100px;
	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: 70px;
	height: 60px;
	bottom: 0;
	margin: auto;
	right: -90px;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
	background-size: contain;
}

/*--------------------
top-event
---------------------*/
.top-event-text {
	margin: 0 auto 10%;
}
.top-event-list {
	gap: 40px 5%;
	margin: 0 auto 10%;
}
.top-event-figure {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.top-event-item {
	position: relative;
	width: 47.5%;
}
.top-event-item figcaption {
	position: relative;
	display: block;
	box-sizing: border-box;
	margin-bottom: 6px;
	font-size: 1.4rem;
	order: 2;
}
.top-event-item-img {
	aspect-ratio: 1/1;
	width: 100%;
	height: fit-content;
	order: 1;
}
.top-event-item-ttl {
	font-size: 2.2rem;
	font-weight: 800;
	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-item-ttl .ttl-wrap::first-letter {
	color: var(--col-main);
}
.top-event-btn {
	margin: 0 auto;
}

/*--------------------
top-ceremony
---------------------*/
.top-ceremony-ttl {
	text-align: center;
	margin: 0 auto 8%;
}
.top-ceremony-ttl .ttl-wrap {
	margin: 0 auto;
}
.top-ceremony-text {
	margin-bottom: 10%;
}
.top-ceremony-list {
	flex-direction: column;
}
.top-ceremony-item {
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	gap: 5%;
	border-bottom: 1px solid rgba(var(--col-text-rgb), 0.5);
	padding: 8% 0;
	box-sizing: border-box;
}
.top-ceremony-item:last-child {
	border: none;
	padding: 8% 0 0;
}
.top-ceremony-item-img {
	aspect-ratio: 300/200;
	width: 35%;
	height: fit-content;
	margin-bottom: 10px;
}
.top-ceremony-item-wrap {
	width: 60%;
}
.top-ceremony-item-text {
	font-size: 1.5rem;
}
.top-ceremony-item-ttl {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	box-sizing: border-box;
	padding: 0 0 0 25px;
	margin-bottom: 5px;
}
.top-ceremony-item-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco-icon.png) no-repeat;
	width: 15px;
	height: 15px;
	left: 0;
	margin: auto;
	top: 8px;
	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: 17% 0 300px;
}
.com-contact-ttl {
	margin-bottom: 35px;
}
.com-contact::before {
	position: absolute;
	content: '';
	background: url(../img/common/com-contact-img.png) no-repeat;
	width: 130%;
	height: 250px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-size: cover;
}
.com-contact-tel-wrap {
	margin-bottom: 30px;
}
.com-contact-text-wrap {
	position: relative;
	margin: 0 0 0 auto;
}
.com-contact-btn {
	margin-bottom: 30px;
}
.com-contact-ttl .ttl-wrap {
	text-align: center;
	margin: 0 auto;
}
.com-contact-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco-flour03.png) no-repeat;
	width: 50px;
	height: 50px;
	margin: auto;
	right: 0;
	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: 30px;
	height: 40px;
	top: -42px;
	left: 0;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
}
.com-contact-btn {
	margin: 0 auto 10%;
}
.com-contact-tel-wrap {
	margin: 0 auto 8%;
	width: fit-content;
	text-align: center;
}
.com-contact-tel-wrap .tel {
	margin-bottom: 3%;
}
.com-contact-tel-wrap .tel .ttl {
	font-size: 2rem;
}
.com-contact-tel-wrap .tel .num {
	font-size: 3.6rem;
}
.com-contact-tel-wrap .fax {
	position: relative;
}
.com-contact-tel-wrap .fax .ttl {
	font-size: 1.8rem;
}
.com-contact-tel-wrap .fax .num {
	font-size: 2.6rem;
}

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

---------------------*/
/*--------------- ▲ top ▲ ---------------*/
/*--------------- ▽ sub-page ▽ ---------------*/
.sv {
	position: relative;
	width: 100%;
	height: 170px;
	overflow: hidden;
	margin: 70px auto 0;
}
.sv-ttl {
	position: absolute;
	left: 30px;
	width: fit-content;
}
.sv-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco02.png) no-repeat;
	width: 120px;
	height: 70px;
	bottom: -50px;
	margin: auto;
	right: -100px;
	background-size: contain;
	transition: all 0.3s ease;
}
.sv-ttl .ttl-wrap {
	position: relative;
	display: block;
	font-size: 2.2rem;
	background: var(--col-base);
	box-sizing: border-box;
	padding: 12px 20px;
	font-weight: 700;
	letter-spacing: 0.15em;
	color: var(--col-main);
	border-left: 4px solid var(--col-main);
	letter-spacing: 0.08em;
}
.sv-ttl .ttl-wrap::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco01.png) no-repeat;
	width: 120px;
	height: 80px;
	left: 0;
	margin: auto;
	top: -30px;
	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) no-repeat center center/cover;
	width: 35px;
	height: 35px;
	bottom: -18px;
	left: -15px;
	margin: auto;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: 1;
}

/*---------------------
各ページの画像設定
-----------------------*/
.sv-anzan {
	position: relative;
}
.sv-anzan::before {
	position: absolute;
	content: '';
	background: url(../img/sv/sv-anzan-bg.jpg) no-repeat;
	width: 80%;
	height: 200px;
	bottom: 0;
	margin: auto;
	top: 0;
	background-size: cover;
	right: 0;
}

.sv-shichigosan {
	position: relative;
}
.sv-shichigosan::before {
	position: absolute;
	content: '';
	background: url(../img/sv/sv-shichigosan-bg.jpg) no-repeat;
	width: 80%;
	height: 200px;
	bottom: 0;
	margin: auto;
	top: 0;
	background-size: cover;
	right: 0;
}

.sv-yakuyoke {
	position: relative;
}
.sv-yakuyoke::before {
	position: absolute;
	content: '';
	background: url(../img/sv/sv-yakuyoke-bg.jpg) no-repeat center right;
	width: 80%;
	height: 200px;
	bottom: 0;
	margin: auto;
	top: 0;
	background-size: cover;
	right: 0;
}

.sv-access {
	position: relative;
}
.sv-access::before {
	position: absolute;
	content: '';
	background: url(../img/sv/sv-access-bg.jpg) no-repeat;
	width: 80%;
	height: 200px;
	bottom: 0;
	margin: auto;
	top: 0;
	background-size: cover;
	right: 0;
}

.sv-news {
	position: relative;
}
.sv-news::before {
	position: absolute;
	content: '';
	background: url(../img/sv/sv-news-bg.jpg) no-repeat;
	width: 80%;
	height: 200px;
	bottom: 0;
	margin: auto;
	top: 0;
	background-size: cover;
	right: 0;
}

.sv-contact {
	position: relative;
}
.sv-contact::before {
	position: absolute;
	content: '';
	background: url(../img/sv/sv-contact-bg.jpg) no-repeat;
	width: 80%;
	height: 200px;
	bottom: 0;
	margin: auto;
	top: 0;
	background-size: cover;
	right: 0;
}

.sv-complete {
	position: relative;
}
.sv-complete::before {
	position: absolute;
	content: '';
	background: url(../img/sv/sv-complete-bg.jpg) no-repeat;
	width: 80%;
	height: 200px;
	bottom: 0;
	margin: auto;
	top: 0;
	background-size: cover;
	right: 0;
}

.sv-privacy {
	position: relative;
}
.sv-privacy::before {
	position: absolute;
	content: '';
	background: url(../img/sv/sv-privacy-bg.jpg) no-repeat;
	width: 80%;
	height: 200px;
	bottom: 0;
	margin: auto;
	top: 0;
	background-size: cover;
	right: 0;
}

.sv-site {
	position: relative;
}
.sv-site::before {
	position: absolute;
	content: '';
	background: url(../img/sv/sv-site-bg.jpg) no-repeat;
	width: 80%;
	height: 200px;
	bottom: 0;
	margin: auto;
	top: 0;
	background-size: cover;
	right: 0;
}

.sv-notfound {
	position: relative;
}
.sv-notfound::before {
	position: absolute;
	content: '';
	background: url(../img/sv/sv-notfound-bg.jpg) no-repeat;
	width: 80%;
	height: 200px;
	bottom: 0;
	margin: auto;
	top: 0;
	background-size: cover;
	right: 0;
}

/*--------------- ▼ sub-visual ▼ ---------------*/
/*--------------- ▼ ぱんくず ▼ ---------------*/
#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;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ 共通セクション ▼ ---------------*/
.sub-section {
	box-sizing: border-box;
	padding: 17% 0;
}

/*-----------------------
com-lead
-------------------------*/
.com-lead-wrap {
	flex-direction: column;
}
.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: 100px;
	height: 60px;
	left: -70px;
	margin: auto;
	top: -40px;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
}
.com-lead-text {
	margin-bottom: 8%;
}
.com-lead-img {
	aspect-ratio: 3/2;
	width: 100%;
	height: fit-content;
	box-shadow: var(--box-shadow01);
	margin: 0 auto 6%;
}

/*-----------------------
com-about
-------------------------*/
.com-about-ttl {
	font-size: 2.2rem;
}
.com-about-ttl .ttl-wrap::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco-flour01.png) no-repeat;
	width: 40px;
	height: 40px;
	margin: auto;
	right: -13px;
	top: -45px;
	background-size: contain;
	transition: all 0.3s ease;
}
.com-about-wrap {
	flex-direction: column;
}
.com-about-text-wrap {
	order: 2;
}
.com-about-img-wrap {
	position: relative;
	order: 1;
	margin: 0 auto 60px;
}
.com-about-main-img {
	aspect-ratio: 490/320;
	width: 80%;
	height: fit-content;
	position: relative;
	margin: 0 auto;
}
.com-about-sub-img {
	aspect-ratio: 205/152;
	width: 170px;
	height: fit-content;
	position: absolute;
	right: -20px;
	bottom: -30px;
}

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

/*-----------------------
com-amulet
-------------------------*/
.com-amulet-text {
	margin: 0 auto 6%;
}
.com-amulet-box {
	position: relative;
	background: var(--col-base);
	width: 100%;
	height: fit-content;
}
.com-amulet-list {
	padding: 0 30px;
	flex-direction: column;
}
.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;
	width: 100%;
}
.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 7%;
}
.com-flow-list {
	flex-direction: column;
	margin: 0 auto;
}
.com-flow-item {
	position: relative;
	box-sizing: border-box;
	padding: 8% 3%;
	border-bottom: 1px solid rgba(var(--col-main-rgb), 0.6);
	flex-direction: column;
}
.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;
}
.com-flow-item-ttl {
	margin-bottom: 4%;
}
.com-flow-item-ttl .num {
	position: relative;
	display: block;
	font-size: 1.7rem;
	margin-bottom: 2%;
	letter-spacing: 0.15em;
}
.com-flow-item-ttl .ttl {
	position: relative;
	display: block;
	letter-spacing: 0.15em;
	color: var(--col-main);
	font-size: 2.2rem;
	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: 45px;
	height: 50px;
	bottom: 0;
	margin: auto;
	right: -55px;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}

/*-----------------------
anzan-amulet
-------------------------*/
.anzan-amulet .com-amulet-box {
	margin: 0 auto;
}

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

-------------------------*/
/*--------------- ▲ 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: 55px;
	height: 45px;
	bottom: 0;
	margin: auto;
	right: -65px;
	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: 50px;
	height: 50px;
	bottom: 0;
	margin: auto;
	right: -65px;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}

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

-------------------------*/
/*--------------- ▲ sub04_yakuyoke ▲ ---------------*/
/*--------------- ▼ sub05_access ▼ ---------------*/
/*-----------------------
access-links
-------------------------*/
.access-links-list {
	position: relative;
	width: 100%;
	margin: 0 auto;
	flex-direction: column;
	background: var(--col-base);
	padding: 6%;
	box-sizing: border-box;
}
.access-links-item {
	width: 100%;
	border-bottom: 1px solid rgba(var(--col-text-rgb), 0.5);
	box-sizing: border-box;
}
.access-links-item:last-child {
	border: none;
}

.access-links-item .item-btn {
	display: block;
	padding: 5% 30px 5% 0;
	font-size: 1.9rem;
	position: relative;
}
.access-links-item .item-btn::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: 1px solid var(--col-main);
	border-right: 1px solid var(--col-main);
	transform: rotate(45deg);
	bottom: 0;
	top: 0;
	margin: auto;
	right: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.access-links-item .item-btn:hover {
	opacity: 0.7;
}

/*-----------------------
 access-guide
-------------------------*/
.access-guide-ttl .ttl-wrap::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco-flour01.png) no-repeat;
	width: 60px;
	height: 50px;
	margin: auto;
	right: -70px;
	top: -30px;
	background-size: contain;
	transition: all 0.3s ease;
}
.access-guide-ttl .ttl-wrap::after {
	position: absolute;
	content: '';
	background: url(../img/common/deco01.png) no-repeat;
	width: 100px;
	height: 60px;
	left: -70px;
	margin: auto;
	top: -30px;
	background-size: contain;
	transition: all 0.3s ease;
	z-index: -1;
}
.access-guide-container-wrap {
	gap: 40px;
}
.access-guide-container-item {
	width: 100%;
}
.access-guide-container-item .item-ttl {
	font-size: 1.9rem;
	letter-spacing: 0.15em;
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 2% 4%;
	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-ttl {
	font-size: 2.2rem;
	letter-spacing: 0.15em;
	box-sizing: border-box;
	padding: 0 0 10px;
	border-bottom: 1px solid rgba(var(--col-main-rgb), 0.5);
	margin-bottom: 4%;
	font-weight: 600;
}
.access-guide-train .access-guide-container-ttl {
	box-sizing: border-box;
	padding: 15px 0 15px 40px;
}
.access-guide-train .access-guide-container-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/icon-train.png) no-repeat;
	width: 24px;
	height: 30px;
	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 40px;
}
.access-guide-car .access-guide-container-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/icon-car.png) no-repeat;
	width: 24px;
	height: 30px;
	bottom: 0;
	left: 0;
	margin: auto;
	top: 10px;
	background-size: contain;
	transition: all 0.3s ease;
}
.access-guide-container:last-child {
	margin: 0;
}
/*-----------------------
access-parking
-------------------------*/
.access-parking-ttl {
	margin: 0 auto 5%;
}
.access-parking-wrap {
	flex-direction: column;
}
.access-parking-img {
	aspect-ratio: 520/320;
	width: 100%;
	height: fit-content;
	box-shadow: var(--box-shadow01);
	margin: 0 auto 6%;
}

/*-----------------------
access-outline
-------------------------*/
.access-outline-ttl {
	text-align: center;
}
.access-outline-table {
	margin-bottom: 70px;
}
.access-outline-gallery-list {
	gap: 30px 5%;
	margin: 0 auto 10%;
}
.access-outline-gallery-item {
	width: 47.5%;
}
.access-outline-gallery-item .item-img {
	aspect-ratio: 320/230;
	width: 100%;
	height: fit-content;
}

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

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

/*--------------- ▲ お知らせ ▲ ---------------*/ /*# sourceMappingURL=style_sp.css.map */
