@charset "UTF-8";
html{
	scroll-behavior: smooth;
}
main {
}
.whole{
		position: relative;
    z-index: 2;
	background-image: url("../image/bg-header.png");
	background-position: left 20px center;
	background-repeat:repeat;
	background-size: 14.6%;
	height: 100%;
}
@media screen and (max-width:1020px) {
	.whole{
		background-image: none;
		background-color: #fff;
	}
}
body{
}
/*********************************

デバイス

**********************************/
@media screen and (max-width:768px) {
    .spnone {
        display: none !important;
    }
}

@media screen and (min-width:769px) {
    .pcnone {
        display: none !important;
    }
}

.fade {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    /* transition: 0.3s ease-in-out;*/
}

.fade:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.center{
	text-align: center;
}
.mg-0auto{
	margin: 0 auto;
}
.flex {
    display: flex;
}
.relative {
    position: relative;
}
.img{
    width: 100%;
}
.container{
	width: 85.3587%;
	margin-left: auto;
}
@media screen and (max-width:1020px) {
.container{
	width: 100%;
	margin: 0 auto;
}
}
.content {
    max-width: 960px;
    width: 82.3vw;
    margin: 0 auto;
}
@media screen and (max-width:1020px) {
	.content {
    max-width: none;
    width: 88.2667%;
    margin: 0 auto;
}
}
.mgb80{
	margin-bottom: 80px;
}
@media screen and (max-width:1020px) {
.pc-header{
	display: none;
}
.mv-flex.relative{
	display: none;
	}
}
@media screen and (min-width:1021px) {
.mobile-header{
	display: none;
}
.mobile-mv-flex.relative{
	display: none;
	}
}

/**************
     ボタン
****************/
/*パンくずリスト*/
div.breadcrumb{
	padding: 20px 0 19px;
}
@media screen and (max-width:768px) {
div.breadcrumb{
	padding: 19px 0 20px;
}

}
div.breadcrumb nav ol {
	display: flex;
    justify-content: flex-end;
    align-items: center;
  gap: 10px;
}
div.breadcrumb nav ol li {
	display: flex;
	justify-content: center;
	align-items: center;
}
div.breadcrumb nav ol li:nth-child(1),div.breadcrumb nav ol li:nth-child(2){
	white-space: nowrap;
}
div.breadcrumb nav ol li a{
	color: #010101;
text-align: center;
font-family: "Noto Serif JP";
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 20.8px */
letter-spacing: 0.39px;
}
@media screen and (max-width:768px) {
div.breadcrumb nav ol li a{
font-size: 11px;
letter-spacing: 0.33px;}
	
}

div.breadcrumb nav ol li:not(:last-child)::after {
        content: "";
	display: block;
	width: 8px;
	height: 1px;
	background-color: #010101;
margin-left: 10px;
}
div.breadcrumb nav ol li a[aria-current="page"] {
color: #010101;
text-align: center;
font-family: "Noto Serif JP";
font-size: 13px;
font-style: normal;
font-weight: 600;
line-height: 160%; /* 20.8px */
letter-spacing: 0.39px;      text-decoration: none;
      pointer-events: none;
    }
@media screen and (max-width:768px) {
div.breadcrumb nav ol li a[aria-current="page"] {
font-size: 11px;
letter-spacing: 0.33px;}
	
}


/*ボタン類*/
/*ページネーション*/
.pagenavi {
  display: flex;
  justify-content: center;
 align-items: center;
		margin-top: 100px;
}
ul.page-numbers{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}
ul.page-numbers li{
width: 40px;
height: 40px;
	display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100vh;
}
li span.page-numbers.current{
	display: inline-block;
width: 40px;
height: 40px;
flex-shrink: 0;
	color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Lora;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 40px; /* 26.6px */
	background-color: #C73E3A;
	border-radius: 100vh;
}

.nav-links{
   display:flex;
}
a.page-numbers {
width: 40px;
height: 40px;
flex-shrink: 0;
display: flex;
    justify-content: center;
    align-items: center;    
color: #010101;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Lora;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 40px; /* 26.6px */
		transition: color 0.3s ease;
}
a.next{
	display: flex;
    justify-content: center;
    align-items: center;
width: 12px;
height: 10.002px;
flex-shrink: 0;
	margin-left: 8px;
	color: #C73E3A;
	transition: background-color 0.3s ease;
}
a.next .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

a.prev{
	display: flex;
    justify-content: center;
    align-items: center;
	width: 12px;
height: 10.002px;
flex-shrink: 0;
    margin-right: 8px;
		color: #C73E3A;
	transition: background-color 0.3s ease;
}

.page-numbers.dots{
   background:transparent;
   box-shadow:none;
     border:none;
   color:#666666; 
}
.PrevNext{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 17%;
}
@media screen and (max-width:767px) {
	.PrevNext{
	margin: 0 auto;
	}
}
#about,#main-hall,#buddha{
	padding-top: 100px;
	margin-top: -100px;
}

