@charset "utf-8";
/* CSS Document */

html,body{
	font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
	color: #242424;
}
.SP{
	display: none;
}
.gothic-font{
	font-family: YakuHanJP_Narrow, "Yu Gothic", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
.tenmincho{
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
}
.futura{
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
}

/*オンラインショップ固定バナー*/
.shop-info-float{
	display: block;
	position: fixed;
	z-index: 15;
	bottom: 20px;
	left: 20px;
	width: 200px;
	opacity: 0;
	transform: translateY(120%);
	transition: .8s ease;
}
.shop-info-float.float-active{
	opacity: 1;
	transform: none;
}
.shop-info-float:hover{
	opacity: 0.5;
}

/*ヘッダー*/
header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 100px;
	transition: .8s ease;
}
.head-inner{
	width: 100%;
	height: 100%;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head-inner h1,
.head-inner .logo-wrap{
	display: block;
	width: 130px;
}
.head-inner h1 a,
.head-inner .logo-wrap a{
	display: block;
	width: 100%;
	position: relative;
}
.head-inner h1 a img,
.head-inner .logo-wrap a img{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
    transition: .3s ease;
}
.head-inner h1 a img.active-logo ,
.head-inner .logo-wrap a img.active-logo {
    z-index: 2;
    opacity: 0;
}
header .head-inner h1:hover a img.normal-logo,
header.head-active .head-inner h1 a img.normal-logo,
header .head-inner .logo-wrap:hover a img.normal-logo,
header.head-active .head-inner .logo-wrap a img.normal-logo{
    opacity: 0;
}
header .head-inner h1:hover a img.active-logo,
header.head-active .head-inner h1 a img.active-logo,
header .head-inner .logo-wrap:hover a img.active-logo,
header.head-active .head-inner .logo-wrap a img.active-logo{
    z-index: 2;
    opacity: 1;
}
header.open-menu .head-inner h1 a img.normal-logo,
header.open-menu .head-inner .logo-wrap a img.normal-logo{
    opacity: 1;
}
header.open-menu .head-inner h1 a img.active-logo,
header.open-menu .head-inner .logo-wrap a img.active-logo {
    z-index: 2;
    opacity: 0;
}
.right-nav-wrap{
	position: relative;
	height: 100%;
}
.menu-btn{
	position: absolute;
    top: 50%;
	right: 0;
    transform: translate(0,-50%);
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.menu-btn span{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 3px;
	background-color: #ffffff;
	transition: .3s ease;
}
header.head-active .menu-btn span{
	background-color: #872f33;
}
header.open-menu .menu-btn span{
	background-color: #ffffff;
}
.menu-btn span:nth-child(1){
	top: 0;
}
.menu-btn span:nth-child(2){
	top: 13px;
}
.menu-btn span:nth-child(3){
	bottom: 22px;
}
.menu-btn.active-btn span:nth-child(1),
.menu-btn.active-btn span:nth-child(3){
	opacity: 0;
}
.menu-btn p{
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0;
	text-align: center;
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1em;
	color: #ffffff;
	letter-spacing: 0.075em;
	transition: .3s ease;
}
header.head-active .menu-btn p{
	color: #872f33;
}
header.open-menu .menu-btn p{
	color: #ffffff;
}
.menu-wrap{
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #872f33;
	transform: translateX(-100%);
	transition: .8s ease;
}
.menu-wrap.active-menu{
	transform: none;
}
.menu-wrap-inner{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}
.menu-left{
	width: 50%;
	position: relative;
	overflow: hidden;
	-webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}
.menu-left #main-menu-img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-image: url("../img/top-back1.jpg");
}
.menu-left #main-menu-img.img1{
	background-image: url("../img/daishoin.jpg");
}
.menu-left #main-menu-img.img2{
	background-image: url("../img/pray-back.jpg");
}
.menu-left #main-menu-img.img3{
	background-image: url("../img/exeperience-back.jpg");
}
.menu-left #main-menu-img.img4{
	background-image: url("../img/fes-back.jpg");
}
.menu-left #main-menu-img.img5{
	background-image: url("../img/story-back.jpg");
}
.menu-left #main-menu-img.img6{
	background-image: url("../img/misen-back.jpg");
}
.menu-left #main-menu-img.img7{
	background-image: url("../img/top-back1.jpg");
}
.menu-right{
	width: 50%;
    height: 100%;
    position: relative;
    padding: 100px 100px 60px;
    color: #ffffff;
}
.menu-right-inner{
	width: 100%;
    height: 100%;
	padding-right: 15px;
    overflow-y: auto;
    position: relative;
    z-index: 1;
}
.menu-right-inner::-webkit-scrollbar {
    width: 10px;
}
/*スクロールバーの背景色・角丸指定*/
.menu-right-inner::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: inherit;
}
/*スクロールバーの色・角丸指定*/
.menu-right-inner::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(255,255,255,0.2);
}
.head-link-wrap{
	color: #ffffff;
}
.head-link-wrap > li > .menu-child{
	display: block;
	font-size: 1.4rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	cursor: pointer;
	padding: 1em 0.5em;
    border-bottom: 1px solid #ffffff;
	position: relative;
}
.head-link-wrap > li > a.menu-child{
	transition: .3s ease;
}
.head-link-wrap > li > a.menu-child:hover{
	background-color: rgba(255,255,255,0.15);
}
.head-link-wrap > li > p.menu-child::after{
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	font-size: 18px;
	font-weight: 800;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	transition: .3s ease;
}
.head-link-wrap > li > p.menu-child.active::after{
	transform: 
		translateY(-50%)
		rotate(180deg);
}
.head-link-wrap > li > a.menu-child::after{
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-size: 18px;
	font-weight: 800;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	transition: .3s ease;
}
.head-link-wrap > li > a.menu-child:hover::after{
	right: 30px;
}
.head-sub-link{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.head-sub-link li{
	width: calc(50% - 6px);
	text-align: center;
}
.head-sub-link li:nth-of-type(n+3){
	margin-top: 10px;
}
.head-sub-link li a{
	display: block;
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.025em;
	padding: 0.75em 0;
	border: 1px solid #ffffff;
	transition: .3s ease;
}
.head-sub-link li a:hover{
	color: #872f33;
	background-color: #ffffff;
}

.head-bottom-link-wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.head-bottom-link-wrap li{
	width: calc(100% / 3 - 12px);
	height: 140px;
}
.head-bottom-link-wrap li:nth-of-type(n+4){
	margin-top: 15px;
}
.head-bottom-link-wrap li a{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #ffffff;
	position: relative;
	transition: .3s ease;
}
.head-bottom-link-wrap li a:hover{
	border: 10px solid #ffffff;
}
.head-bottom-link-wrap li img{
	max-width: 55px;
	height: 55px;
	object-fit: contain;
	position: absolute;
	top: calc(50% - 10px);
	left: 50%;
	transform: translate(-50%,-50%);
}
.head-bottom-link-wrap li p{
	width: 100%;
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	position: absolute;
	top: calc(50% + 36px);
	left: 50%;
	transform: translate(-50%,-50%);
}


/*メインコンテンツ*/
main{
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #f9f8f4;
}
body.page main{
	padding: 80px 0 200px;
}


/*TOPへ戻る*/
.top-back-btn{
	display: block;
	width: 70px;
	height: 70px;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 9;
	color: #872f33;
	background-color: rgba(255,255,255,0.6);
	text-align: center;
	transition: .3s ease;
	opacity: 0;
}
.top-back-btn.float-active{
	opacity: 1;
}
.top-back-btn.no-floating{
	opacity: 0;
}
.top-back-btn:hover{
	color: #ffffff;
	background-color: #872f33;
}
.top-back-btn::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f077";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 30px;
}

/*フッター*/
footer{
	width: 100%;
	color: #ffffff;
	padding: 200px 0 0;
	background-image: url("../img/foot-back.jpg");
	background-position: center center;
	background-size: cover;
	position: relative;
}
footer::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.25);
}
.foot-inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
ul.foot-top-link-wrap{
	width: 90%;
	max-width: 730px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	top: -200px;
	left: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
}
ul.foot-top-link-wrap li{
	width: 160px;
	height: 160px;
}
ul.foot-top-link-wrap li a{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #872f33;
	border: 3px solid #872f33;
	background-color: #ffffff;
	position: relative;
	transition: .3s linear;
}
ul.foot-top-link-wrap li a:hover{
	border: 8px solid #872f33;
}
ul.foot-top-link-wrap li a img{
	max-width: 55px;
    height: 55px;
    object-fit: contain;
    position: absolute;
    top: calc(50% - 10px);
    left: 50%;
    transform: translate(-50%,-50%);
}
ul.foot-top-link-wrap li a p{
	width: 100%;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    position: absolute;
    top: calc(50% + 36px);
    left: 50%;
    transform: translate(-50%,-50%);
}
.foot-bottom-contents{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.foot-address{
    width: calc(30% - 10px);
    color: #ffffff;
}
.foot-address .foot-logo {
    width: 80%;
    max-width: 175px;
    display: block;
}
.morefoot-sns-wrap {
    margin-top: 25px;
}
.morefoot-sns-wrap li {
    display: inline-block;
}
.morefoot-sns-wrap li:not(:last-of-type) {
    margin-right: 10px;
}
.morefoot-sns-wrap li a{
    display: block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
	border: 2px solid #ffffff;
    font-size: 1.1rem;
    position: relative;
    transition: .3s ease;
}
.morefoot-sns-wrap li a:hover{
	background-color: #872f33;
	border: 2px solid #872f33;
}
.morefoot-sns-wrap li i,
.morefoot-sns-wrap li img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 19px;
    font-size: 17px;
}
.foot-address .address {
    font-size: 0.8em;
    letter-spacing: 0.025em;
	line-height: 1.8em;
	margin-top: 15px;
}
ul.foot-bottom-link-wrap{
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	font-size: 1rem;
	letter-spacing: 0.025em;
}
ul.foot-bottom-link-wrap > li{
	width: calc(100% / 4 - 16px);
	margin: 0 8px;
}
ul.foot-bottom-link-wrap > li:nth-of-type(n+5){
	margin-top: 30px;
}
ul.foot-bottom-link-wrap > li > a,
ul.foot-bottom-link-wrap > li > p{
	display: block;
	padding: 0.5em 0;
	border-bottom: 2px solid #ffffff;
}
ul.foot-bottom-link-wrap > li  ul.foot-bottom-sub-link{
	margin-top: 15px;
	font-size: 0.9rem;
}
ul.foot-bottom-link-wrap > li  ul.foot-bottom-sub-link li a,
ul.foot-bottom-link-wrap > li  ul.foot-bottom-sub-link li button{
	display: block;
	padding: 0.5em 0;
	opacity: 0.7;
	transition: .3s ease;
	outline: none;
}
ul.foot-bottom-link-wrap > li  ul.foot-bottom-sub-link li a:hover,
ul.foot-bottom-link-wrap > li  ul.foot-bottom-sub-link li button:hover{
	opacity: 1;
}
.ads-list-wrap{
	padding: 20px 0 100px;
	width: 100%;
	background-color: rgba(0,0,0,0.4);
	position: relative;
	z-index: 1;
	margin-top: 80px;
}
ul.ads-list{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
ul.ads-list li{
	width: calc(100% / 6 - 10px);
	margin: 0 5px;
}
ul.ads-list li:nth-of-type(n+7){
	margin-top: 15px;
}
ul.ads-list li a{
	transition: .3s ease;
}
ul.ads-list li a:hover{
	opacity: 0.5;
}
footer p.copy-right{
	margin-top: 40px;
	width: 100%;
	text-align: center;
	font-size: 0.8rem;
	letter-spacing: 0.15em;
}


/*調整用*/
@media screen and (max-width:1000px) {

}

/*スマートフォン*/
@media screen and (max-width:780px) {
    .SP{
		display: block;
	}
	.PC{
		display: none;
	}
	
	/*オンラインショップ固定バナー*/
	.shop-info-float{
		width: 120px;
		bottom: 10px;
		left: 10px;
	}

	/*ヘッダー*/
	header{
		height: 60px;
	}
	.head-inner{
		padding: 0 15px;
	}
	.head-inner h1,
	.head-inner .logo-wrap{
		width: 80px;
	}
	.menu-btn{
		width: 45px;
		height: 35px;
	}
	.menu-btn span:nth-child(2){
		top: 9px;
	}
	.menu-btn span:nth-child(3){
		bottom: 14px;
	}
	.menu-btn p{
		font-size: 0.7rem;
	}
	.menu-right{
		width: 100%;
		padding: 65px 20px;
	}
	.head-link-wrap > li > .menu-child{
		font-size: 1rem;
	}
	.head-sub-link li{
		width: 100%;
	}
	.head-sub-link li:nth-of-type(n+2){
		margin-top: 10px;
	}
	.head-bottom-link-wrap{
		width: 100%;
	}
	.head-bottom-link-wrap li{
		width: calc(50% - 12px);
		height: 120px;
	}
	.head-bottom-link-wrap li img{
		max-width: 35px;
		height: 35px;
	}
	.head-bottom-link-wrap li p{
		font-size: 0.85rem;
		top: calc(50% + 25px);
	}
	.head-bottom-link-wrap li:nth-of-type(n+3){
		margin-top: 15px;
	}

	/*メインコンテンツ*/
	main{
		padding-bottom: 40px;
	}
	body.page main{
		padding:  40px 0 80px;
	}
	
	/*TOPへ戻る*/
	.top-back-btn{
		width: 55px;
		height: 55px;
		bottom: 10px;
		right: 10px;
	}
	.top-back-btn::before{
		font-size: 20px;
	}

	/*フッター*/
	footer{
		padding: 40px 0 0;
	}
	ul.foot-top-link-wrap{
		position: initial;
		transform: none;
		margin: 0 auto;
		width: 70%;
	}
	ul.foot-top-link-wrap li{
		width: calc(34vw - 5px);
		height: calc(34vw - 5px);
	}
	ul.foot-top-link-wrap li:nth-of-type(n+3){
		margin-top: 10px;
	}
	ul.foot-top-link-wrap li a{
		border: none;
	}
	ul.foot-top-link-wrap li a p{
		font-size: 0.8rem;
		letter-spacing: 0;
		top: calc(50% + 30px);
	}
	.foot-bottom-contents{
		margin-top: 35px;
	}
	.foot-address{
		width: 90%;
		margin: 0 auto;
	}
	.foot-address .address{
		font-size: 0.75rem;
		margin-top: 10px;
	}
	ul.foot-bottom-link-wrap{
		width: 100%;
		margin-top: 35px;
	}
	ul.foot-bottom-link-wrap li{
		width: 100%;
		margin: 0 0;
	}
	ul.foot-bottom-link-wrap > li:nth-of-type(n+5){
		margin-top: 0;
	}
	ul.foot-bottom-link-wrap > li > a,
	ul.foot-bottom-link-wrap > li > p{
		position: relative;
	}
	ul.foot-bottom-link-wrap > li > a::after,
	ul.foot-bottom-link-wrap > li > p::after{
		font-family: "Font Awesome 5 Free";
		content: "\f078";
		font-size: 23px;
		font-weight: 800;
		position: absolute;
		top: 50%;
		right: 16px;
		transform:
			translateY(-50%);
		transform-origin: center center;
		transition: .3s ease;
	}
	ul.foot-bottom-link-wrap > li > a.active::after,
	ul.foot-bottom-link-wrap > li > p.active::after{
		transform:
			translateY(-50%)
			rotate(180deg);
	}
	ul.foot-bottom-link-wrap > li > a,
	ul.foot-bottom-link-wrap > li > p,
	ul.foot-bottom-link-wrap > li ul.foot-bottom-sub-link li a,
	ul.foot-bottom-link-wrap > li  ul.foot-bottom-sub-link li button{
		padding: 0.75em 1em;
		opacity: 1;
	}
	.ads-list-wrap{
		margin-top: 60px;
		padding: 20px 0 40px;
	}
	ul.ads-list li{
		width: calc(50% - 10px);
	}
	ul.ads-list li:nth-of-type(n+2){
		margin-top: 10px;
	}
	footer p.copy-right{
		font-size: 0.6rem;
		letter-spacing: 0;
	}
}



/*IE用*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10・11に指定するスタイルを記入 */

}