@charset "UTF-8";

.modal_box {
	text-align: center;
}
.modal_box .open_button {
	    position: fixed;
    right: 30px;
    top: 30px;
}
.modal_box .modal{
	display: none;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.modal_box .modal_bg {
    background: rgba(0,0,0,.6);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal_box .modal___content {
	width: 50vw;
    min-width: 320px;
    height: calc(100% - 60px);
    text-align: left;
    padding: 45px;
    background: #FFF;
	border-radius: 18px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.modal_box .modal___content .modal___content___title {
	text-align: left;
	margin: 0 0 12px;
}
.modal_box .modal___content .modal___content___title span {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0 0 12px;
	position: relative;
}
.modal_box .modal___content .modal___content___title span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	width: 3px;
	height: 100%;
	border-radius: 4px;
}
.modal_box .modal___content a.modal___close {
	position: absolute;
	top: 30px;
	right: 30px;
}

@media screen and (max-width: 1024px) {
	.modal_box .modal___content {
		width: 88%;
		max-width: 1000px;
	}
}






/* ***************************************
 * グローバナビゲーション
 * **************************************/

#navigation {
	border-top: 1px solid #ededed;
}
.navigation-gnav {
	text-align: center;
}
ul.gnav {
	list-style: none;
    margin: 0;
    padding: 18px 0;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
ul.gnav > li {
	position: relative;
	display: block
}
ul.gnav > li:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 1.6em;
	background-color: #056740;
	transform: translateY(-50%);
}
ul.gnav > li:first-child:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 1.6em;
	background-color: #056740;
	transform: translateY(-50%);
}
ul.gnav .gnav-menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.77778vw;
}
ul.gnav .gnav-menu > span {
    position: relative;
    top: -.1em;
    display: inline-block;
    padding: 0 1.73611vw;
    font-weight: 500;
    text-align: center;
    white-space: nowrap
  }


@media screen and (max-width: 768px) {
	.navigation-gnav {
		display: none;
	}
}


/* ***************************************
 * スマホナビゲーション
 * **************************************/

#gnav-sp {
	display: none;
}

@media screen and (max-width: 768px) {
	#gnav-sp {
		display: block;
	}
	/*　ハンバーガーメニューボタン　*/
	.hamburger {
		display : block;
		position: fixed;
		z-index : 3;
		right : 2.66667vw;
		top   : 12px;
		width : 42px;
		height: 42px;
		cursor: pointer;
		text-align: center;
	}
	.hamburger span {
		display : block;
		position: absolute;
		width   : 30px;
		height  : 2px ;
		left    : 6px;
		background: #023521;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition   : 0.3s ease-in-out;
		transition        : 0.3s ease-in-out;
	}
	.hamburger span:nth-child(1) {
		top: 10px;
	}
	.hamburger span:nth-child(2) {
		top: 20px;
	}
	.hamburger span:nth-child(3) {
		top: 30px;
	}

	/* スマホメニューを開いてる時のボタン */
	.hamburger.active span:nth-child(1) {
		top : 16px;
		left: 6px;
		background :#fff;
		-webkit-transform: rotate(-45deg);
		-moz-transform   : rotate(-45deg);
		transform        : rotate(-45deg);
	}

	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
		top: 16px;
		background :#fff;
		-webkit-transform: rotate(45deg);
		-moz-transform   : rotate(45deg);
		transform        : rotate(45deg);
	}

	/* メニュー背景　*/
	nav.globalMenuSp {
		position: fixed;
		z-index : 2;
		top: 0;
		left: 0;
		color: #fff;
		background: rgba(2, 53, 33, .9);
		text-align: center;
		width: 100%;
		height: 100%;
		transform: translateY(-100%);
		transition: all 0.6s;
	}
	nav.globalMenuSp ul {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		border-top: 1px solid #023521;
	}
	nav.globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid #023521;
		transition: .4s all;
	}
	nav.globalMenuSp ul li:last-child {
		padding-bottom: 0;
	}
	nav.globalMenuSp ul li:hover{
		background: #023521;
	}

	nav.globalMenuSp ul li a {
		display: block;
		text-align: left;
		color: #fff;
		padding: 1em 5em;
		text-decoration :none;
	}

	/* クリックでjQueryで追加・削除 */
	nav.globalMenuSp.active {
		opacity: 100;
		transform: translateY(0%);
		display: flex;
        flex-direction: column;
        justify-content: center;
	}
}
@media screen and (max-width: 430px) {
	padding: 30px;
}
@media screen and (max-width: 380px) {
	#few_nav a {
		padding: 12px 0;
	}
	#few_nav_body_area {
		padding: 20px;
		right: -220px;
		width: 220px;
	}
	input#switching:checked ~ #few_nav_body_area,
	input#switching:checked ~ #few_nav_icon {
		transform: translate(-220px);
	}
}

/* ***************************************
 * ページビジュアル
 * **************************************/

.pagetop {
	position: relative;
}
.pagetop.noimg {
	padding-top: 120px;
	max-height: 240px;
}
.pagetop img.pagetopImg {
	display: block;
	width: 100%;
}
.pagetop .pagetop_title_box {
	width: 100%;
	position: absolute;
	top: calc(50% + -18px);
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}
.pagetop.noimg .pagetop_title_box {
	position: static;
}
.pagetop .pagetop_title {
	line-height: 1.4;
	text-align: center;
}
.pagetop.noimg .pagetop_title { /*画像なし見出し*/
	font-size: 3.8rem;
}
.pagetop.noimg .pagetop_title.prayer03-completed_title { /* より確実にお願い事を叶える強力なエネルギーを入れたお祈り、有料のご祈願申請＋お願い事を叶えるための特別個人セッションのコース */
	font-size: 2.7rem;
}
.pagetop .pagetop_title span.the_title {
	display: inline-block;
	color: #093A69;
	letter-spacing: .1em;
	margin-right: -.1em;
	line-height: 1;
	border-top: 1px solid;
	margin-top: 18px;
	padding-top: 18px;
}
.pagetop .pagetop_title span.the_title.noline {
	display: block;
	border-top: none;
	margin-top: -60px;
	padding-top: 0;
	color: #E4007F;
	line-height: 1.4;
}
.pagetop .pagetop_title span.the_title span {
	display: block;
	margin-top: 18px;
    font-size: 2rem;
	color: #3A1212;
}

.pagetop .pagetop_title span.post_title {
	display: inline-block;
	font-size: 1.6rem;
}
.pagetop .pagetop_title span.post_title:before {
	content: "：";
}


@media screen and (max-width: 768px) {
	.pagetop .pagetop_title {
		font-size: 2rem;
	}
	.pagetop .pagetop_title span.the_title span {
		font-size: 1.7rem;
	}
	
}
@media screen and (max-width: 560px) {
	.pagetop.noimg {
		padding-top: 90px;
		max-height: 180px;
	}

	.pagetop.noimg .pagetop_title { /*画像なし見出し*/
		font-size: 3rem;
	}
	.pagetop .pagetop_title span.the_title {
		letter-spacing: 0;
		margin-right: 0;
	}
	.pagetop .pagetop_title span.the_title.noline {
		margin-top: -30px;
	}
}
@media screen and (max-width: 430px) {
	.pagetop.noimg .pagetop_title { /*画像なし見出し*/
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 380px) {
.pagetop.noimg .pagetop_title { /*画像なし見出し*/
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 320px) {
	.pagetop.noimg .pagetop_title { /*画像なし見出し*/
		font-size: 2.2rem;
	}
}





/* ********************************************
 * 問い合わせ
 * ***************************************** */

.contact {
	background: #EFF9F1;
	position: relative;
}
.contact:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f3ee;
    z-index: -2;
	
}
.contact:after {
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-radius: 60px;
    background-color: #fefefe;
    transform: translate(-50%, -50%);
    z-index: -1;
}


.contact .contact-box {
	
}
.contact .contact-flex {
	display: flex;
	justify-content: space-between;
    align-items: stretch;
}
.contact .contact-flex .contact-inbox {
	background: #FFF;
	width: calc(100% / 2 - 12px);
    padding: 45px;
	border-radius: 12px;
	text-align: center;
}
.contact .contact-flex .contact-inbox .contact-inboxTitle {
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-size: 2.6rem;
	margin-bottom: 18px;
}

.contact .contact-flex___phone {
	
}
.contact .contact-flex___web {
	
}


.contact a.number {
	display: inline-block;
	line-height: 1;
}
.contact a.number span {
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: 4.6rem;
	padding-left: 3vw;
	position: relative;
}
.contact a.number span:before {
	content: '';
	position: absolute;
	top: calc(50% + 2px);
	left: 0;
	transform: translateY(-50%);
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../images/common/icon-phone.webp) no-repeat;
	background-size: 100%;
}
.contact p.open {
	margin-top: 12px;
}

.contact a.btnWeb {
	background: #056740;
    display: inline-block;
    padding: 18px;
    width: 100%;
	max-width: 380px;
    border-radius: 4px;
	box-shadow: 0 0 14px rgba(102, 102, 102, .3);
}
.contact a.btnWeb span {
	font-size: 2rem;
	color: #FFF;
}

@media screen and (max-width: 1194px) {
	.contact .contact-flex .contact-inbox {
		padding: 45px 30px;
	}
	.contact .contact-flex .contact-inbox .contact-inboxTitle {
		font-size: 2.2rem;
	}
	.contact a.number span {
		font-size: 4rem;
		padding-left: 4.8vw;
	}
	.contact a.number span:before {
		width: 32px;
		height: 32px;
	}
}
@media screen and (max-width: 768px) {
	.contact .contact-flex {
		    flex-direction: column;
	}
	.contact .contact-flex .contact-inbox {
		width: 100%;
	}
	.contact .contact-flex___web {
		margin-top: 18px;
	}
	.contact a.number span {
		padding-left: 6.8vw;
	}
}
@media screen and (max-width: 559px) {
	.contact .contact-flex .contact-inbox {
		padding: 30px 30px
	}
	.contact .contact-flex .contact-inbox .contact-inboxTitle {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 430px) {
	.contact a.number span {
		padding-left: 9.8vw;
	}
}
@media screen and (max-width: 320px) {
	.contact a.number span {
		font-size: 3.2rem;
		padding-left: 12vw;
	}
	.contact a.number span:before {
		width: 28px;
		height: 28px;
	}
}


/* ***************************************
 * ページビジュアル
 * **************************************/

ul.areaList {
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
}
ul.areaList li {
	display: inline-block;
}
ul.areaList li:not(:last-child)::after {
	content: "／";
	margin: 0 3px;
}