@charset "UTF-8";


/* Common ====================================== */


@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf') format('opentype');
  font-display: swap;
}
body{
	background: url(../images/pc_bg_03.png);
	color: #505050;
	/*font-family: "Sawarabi Mincho", sans-serif;*/
	font-size: 15px;
	font-family: 'Noto Serif Japanese', serif;
	-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
a{
	color: #663333;
}

small{
	font-size: smaller;
}	
.pc{
	display: block;
}
.sp{
	display: none;
}
.sa {
  opacity: 0;
  transition: all .5s ease;
}
.max-wh{
	width: 100%;
	height: 100%;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-10px, 0);
}
.sa--rl {
  transform: translate(10px, 0);
}
.sa--up {
  transform: translate(0, 0px);
  margin-top:0px;
}
.sa--down {
  transform: translate(0, -10px);
}
.sa--scaleUp {
  transform: scale(.5);
	
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}

@media screen and (max-width: 767px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}	
}


/* Loading ====================================== */


#loading{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    font-size: 1.3em;
}
#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: url(../images/pc_bg_01.png);
	z-index: 10001;
}
.loading span {
  display: inline-block;
  margin: 0 -.05em;
  animation: loading 1.4s infinite alternate;
}
.loading span:nth-child(2) {
  animation-delay: .1s;
}
.loading span:nth-child(3) {
  animation-delay: .2s;
}
.loading span:nth-child(4) {
  animation-delay: .3s;
}
.loading span:nth-child(5) {
  animation-delay: .4s;
}
.loading span:nth-child(6) {
  animation-delay: .5s;
}
.loading span:nth-child(7) {
  animation-delay: .6s;
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* Header ====================================== */


header#header {
    position: absolute;
    z-index: 2;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: 50px;
    right: 50px;
}
header#header h1 a img{
	box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
nav#nav {
    margin: 0 30px;
}
nav ul {
	display: inline-block;
}
nav ul li{
	transition: all .5s ease;
}
nav.pc ul li:hover, nav.pc ul li:active{
	margin-top: -10px;
}
.active{
    background: #663333;
    color: #fff;
    border: 1px solid #fff;
}
nav ul li a {
    background: #fff;
    padding: 5px;
    margin: 0 8px 0;
    display: inline-block;
	text-indent: .5em;
	letter-spacing: .5em;
	font-weight: bold;
	box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

@media screen and (max-width: 767px){
	header#header.index-head {
		-webkit-writing-mode:horizontal-tb;
		-ms-writing-mode:lr-tb;
		writing-mode:horizontal-tb;
		position: static;
		background: #fff;
		height: 50vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	header#header.ather-head {
	    -webkit-writing-mode: horizontal-tb;
	    -ms-writing-mode: lr-tb;
	    writing-mode: horizontal-tb;
	    position: static;
	    background: #fff;
	    height: 10vh;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	header#header.ather-head h1{
		display: none;
	}
	header#header.ather-head h4{
		position: absolute;
		left: 20px;
		cursor: pointer;
		font-size: 1.5em;
	}
	header#header h1{
		height: 70%;
	}
	header#header h1 a img{
		box-shadow: none;
		height: 100%;
	}
}

/* sp-menu */

.gnav{
    background: rgba(0,0,0,0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
	top: 0;
	left: 0;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.gnav__menu{
	text-align: center;
}
.gnav__menu__item{
    margin: 30px 0;
}
.gnav__menu__item a{
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    transition: .5s;
	color: #fff;
	box-shadow: none;
	font-size: 1.5em;
	background: transparent;
}
.gnav__menu__item a:after {
    display: block;
    height: 1px;
    background: -webkit-linear-gradient(to right, #e4007f, transparent);
    background: linear-gradient(to right, #fff, transparent);
    content: '';
}
.gnav__menu__item a:hover{
    color: #666;
}

@media screen and (max-width: 767px){
	.menu{
		height: 20px;
		position: absolute;
		right: 20px;
		top: 30px;
		width: 30px;
		z-index: 100;
		cursor: pointer;
	}
	.menu__line{
	    background: #505050;
	    display: block;
	    height: 2px;
	    position: absolute;
	    transition:transform .3s;
	    width: 100%;
	}
	.menu__line--center{
	    top: 9px;
	}
	.menu__line--bottom{
	    bottom: 0;
	}
	.menu__line.active{
		background: #fff;
	}
	.menu__line--top.active{
	    top: 8px;
	    transform: rotate(45deg);
	}
	.menu__line--center.active{
	    transform:scaleX(0);
	}
	.menu__line--bottom.active{
	    bottom: 10px;
	    transform: rotate(135deg);
	}
}


/* Main ====================================== */


#Mainimg{
	height: 100%;
	position: relative;
}
.mainytlink {
	writing-mode: horizontal-tb;
    font-size: 1em;
    font-weight: bold;
    position: absolute;
    bottom: 25px;
    right: 50px;
    z-index: 10;
    color: #505050;
}

/* slick */

.slider{
    margin: auto;
    width: 100%;
    line-height: 0;
    height: 60vw;
}
.slider img{
    width: 100%;
	height: 60vw;
	object-fit: cover;
}
.slick-list{
	height: 60vw;
}
.slider:before {
    content: '';
    background: rgba(0,0,0,.5);
    background: url(./images/05.png);
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
    opacity: .1;
}

@media screen and (max-width: 767px){
	#Mainimg {
    	height: 50vh;
	}
	.slider{
		height: 50vh;
	}
	.slider img {
		width: 100%;
		height: 100vw;
		object-fit: cover;
	}
	.slick-list{
		height: 100% !important;
	}
}


/* Contents ====================================== */


/* hero */

#Hero{
	position: relative;
	padding: 100px 50px;
}
.hero-box{
	margin: auto;
	width: 100%;
	display: flex;
	max-width: 1000px;
}
#contents h2 {
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#contents h2.hero-h2-sp{
	display: none;
}
#contents h2 span{
	position: relative;
	background: #fff;
	padding: 5px;
	display: inline-block;
	text-indent: .5em;
	letter-spacing: .5em;
	font-weight: bold;
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	color: #663333;
}
.hero-box .text{
    position: relative;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.hero-box .text div{
	line-height: 2;
}
.hero-box .text p{
	font-weight: bold;
	font-size: 2em;
	line-height: 2;
	letter-spacing: .3em;
}
.hero-box .text span{
    font-weight: bold;
    letter-spacing: .3em;
}

@media screen and (max-width: 767px){
	.hero-box{
		display: block;
	}
	.hero-box .text{
		-webkit-writing-mode:horizontal-tb;
		-ms-writing-mode:lr-tb;
		writing-mode:horizontal-tb;
		width: max-content;
		display: block;
		margin: auto;
	}
	#contents h2.hero-h2-pc{
		display: none;
	}
	#contents h2.hero-h2-sp{
		display: block;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		width: 100%;
		text-align: center;
		margin: 0 0 50px;
	}
}

/* news */

#News{
	position: relative;
	padding: 100px 50px;
	background: #fff;
	overflow: hidden;
}
.news-box{
	margin: auto;
	width: 100%;
	display: flex;
	max-width: 1000px;
}
#contents h2.news-h2-sp{
	display: none;
}
.news-box .text{
    position: relative;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-box .text .flex-wrap .flex-colm .item-con .con p.date{
	font-weight: bold;
}
.news-box .text .flex-wrap .flex-colm .item-con .con p.date span.other{
    background: #95643A;
    padding: 0 5px;
    color: #fff;
    margin: 0 0 0 5px;
    font-size: .8em;
    letter-spacing: 1px;
}
.news-box .text .flex-wrap .flex-colm .item-con .con p.date span.event{
	background: #D1374F;
    padding: 0 5px;
    color: #fff;
    margin: 0 0 0 5px;
    font-size: .8em;
    letter-spacing: 1px;
}
.news-box .text .flex-wrap .flex-colm .item-con .con p.title{
	font-weight: bold;
	margin: 0 0 15px;
}

.news-box .text .flex-wrap .flex-colm .item-con .con a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 767px){
	.news-box{
		display: block;
	}
	.news-box .flex-wrap.colm2 > .flex-colm{
	    width: 100%;
	    margin: 0 0 25px;
	    border-bottom: 1px solid rgba(203,203,203,.6);
	    padding: 0 25px 30px;
	}
	.news-box .flex-wrap.colm2 > .flex-colm:last-child{
		margin: 0;
		padding: 0 25px 0;
		border-bottom: none;

	}
	.news-box .text{
		display: block;
		margin: auto;
		width: 100%;
	}
	#contents h2.news-h2-pc{
		display: none;
	}
	#contents h2.news-h2-sp{
		display: block;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		width: 100%;
		text-align: center;
		margin: 0 0 50px;
	}
}

/* youtube */
	#youtube{
		position: relative;
		padding: 50px 50px 100px;
	}

	.you-box{
		margin: auto;
		width: 100%;
		display: flex;
		max-width: 1000px;
	}

	.you-box .text{
		text-align: center;
    position: relative;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
		/*-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;*/
	}

	.movie-wrap{
		 /*margin: 0 auto;
		 width:90%;*/
		 position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
		 }

	.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
	   
}

	
	#contents h2 {
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	#contents h2.you-h2-sp{
		display: none;
	}
	#contents h2 span{
		position: relative;
		background: #fff;
		padding: 5px;
		display: inline-block;
		text-indent: .5em;
		letter-spacing: .5em;
		font-weight: bold;
		box-shadow: 1px 1px 2px rgba(0,0,0,.2);
		color: #663333;
	}

.you-box .text div{
		line-height: 2;
	}
.you-box .text p{
		font-weight: bold;
		font-size: 2em;
		line-height: 2;
		letter-spacing: .3em;
	}
.you-box .text span{
    font-weight: bold;
    letter-spacing: .3em;
	}

@media screen and (max-width: 767px){
	.you-box{
		display: block;
	}
	/*.you-box .movie-wrap{
		-webkit-writing-mode:horizontal-tb;
		-ms-writing-mode:lr-tb;
		writing-mode:horizontal-tb;
		width: max-content;
		display: block;
		margin: auto;
	}*/
	.you-box .text{
		width: 100%;
	}
	
	#contents h2.you-h2-pc{
		display: none;
	}
	#contents h2.you-h2-sp{
		display: block;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		width: 100%;
		text-align: center;
		margin: 0 0 50px;
	}
}




/* item */

#Item{
	position: relative;
	padding: 100px 50px;
	/*background: #fff;
	overflow: hidden;*/
}
.item-box{
    max-width: 1000px;
    margin: auto;
}
.flex-wrap.colm2 {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 50px);
    margin: 0 -25px 0;
}
.flex-wrap.colm2 > .flex-colm {
    width: 50%;
    padding: 0 25px;
}
.item-box .flex-wrap.colm2 > .flex-colm{
	margin: 0 0 75px;
}
.news-box .flex-wrap.colm2 > .flex-colm:nth-child(n+3) {
    margin: 50px 0 0;
}
.flex-wrap.colm3 {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 50px);
    margin: 0 -25px 0;
}
.flex-wrap.colm3 > .flex-colm {
    width: 33.333%;
    padding: 0 25px;
}
.flex-wrap.colm3 > .flex-colm:nth-child(n+4){
	margin: 0;
}
.item-img01 {
    background: url(../images/sub-img-his.jpg);
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
.item-img02 {
    background: url(../images/sub-img-budd.jpg);
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
.item-img03 {
    background: url(../images/sub-img-gra.jpg);
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
.item-img04 {
    background: url(../images/sub-img-eve.jpg);
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
.item-img05 {
    background: url(../images/sub-img-pho.jpg);
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
.item-img06 {
    background: url(../images/sub-img-mv.jpg);
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
#Item .item-con{
	position: relative;
}
#Item .item-con h3{
	right: 30px;
    top: -30px;
    background: #fff;
    padding: 5px;
    display: inline-block;
    text-indent: .5em;
    letter-spacing: .5em;
    font-weight: bold;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
    color: #663333;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
}
#Item .flex-colm p{
	margin: 15px 0 0;
}

@media screen and (max-width: 767px){
	.item-box .flex-wrap.colm2 > .flex-colm{
		width: 100%;
	}
	#Item .item-con h3{
		top: 50%;
		left: 50%;
		right: auto;
		writing-mode: horizontal-tb;
		transform: translate(-50%, -50%);
	}
	.item-box .flex-wrap.colm2 > .flex-colm:nth-child(n+4){
		margin: 0 0 75px;
	}
	.item-box .flex-wrap.colm2 > .flex-colm:last-child{
		margin: 0;
	}
	.news-box .flex-wrap.colm2 > .flex-colm:nth-child(n+3) {
    	margin: 0;
	}
}


/* access */

#Access {
    padding: 100px 50px;
    position: relative;
	background: #fff;
	overflow: hidden;
}
.access-box {
    margin: auto;
    width: 100%;
    display: flex;
    max-width: 1000px;
}
.access-box .text {
    position: relative;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.access-box .text h3{
	font-weight: bold;
}
.tabletype02 table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-right: 0;
    display: table;
    border-collapse: collapse;
    margin: 15px 0 15px;
}
.tabletype02 table tbody tr {
    transition: all .3s cubic-bezier(.25,.1,.25,1);
    /*border-bottom: 1px solid rgba(203,203,203,.3);*/
    background: url(../images/pc_bg_03.png);
}
.tabletype02 table tbody tr td {
    width: 60%;
    text-align: left;
    vertical-align: middle;
    letter-spacing: .04em;
}
.tabletype02 table tbody tr td:first-child {
    text-align: left;
    width: 40%;
    /* background-image: url(../images/pc_bg_03.png); */
    background-size: auto;
    padding: 0 30px;
}
.tabletype02 table tbody tr td dl {
    line-height: auto; /*100→0131*/
    width: 100%;
    text-align: left;
    display: table;
}
.tabletype02 table tbody tr td dl dt {
    width: 100%;
    text-align: left;
		padding: 10px;
			
}
.tabletype02 table tbody tr td dl span {
    display: block;
		padding:0 0 0 20px;
		border-left: 1px solid #B7B7B7;
	}
/*.tabletype02 table tbody tr td dl span:before {
    content: ' — ';
    color: #507b80;
    font-weight: 900;
}*/

.tabletype02 p.add{
	line-height: 100px;
}
.access-box .text iframe{
    width: 100%;
    height: 100%;
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	display: block;
}
.access-box .text img{
	width: 100%;
	/*height: 300px;*/
	object-fit: contain;
	border: 1px solid rgba(203,203,203,.6);
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
.access-box .text .map-box{
	width: 100%;
}

.map-box h3{
	margin:20px 0;
}
.map-box p.add{
	margin:10px 0;
}

hr {
    border-left: 1px solid rgba(203,203,203,.6);
    margin: 0 30px;
}
#contents h2.acc-h2-sp{
	display: none;
}

@media screen and (max-width: 767px){
	.access-box {
    	display: block;
	}
	.access-box .text {
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		width: 100%;
		display: block;
		margin: auto;
	}
	#contents h2.acc-h2-pc{
		display: none;
	}
	#contents h2.acc-h2-sp{
		display: block;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		width: 100%;
		text-align: center;
		margin: 0 0 50px;
	}
	.access-box .text table{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		border-right: 0;
		display: table;
		border-collapse: collapse;
	}
	.access-box .text table tbody tr td {
	    width: 60%;
	    text-align: left;
	    vertical-align: middle;
	    letter-spacing: .04em;
	    font-feature-settings: "palt" 0;
	    padding: 1em;
	}
	.access-box .text table tbody tr td:first-child {
	    padding: 1em;
	    text-align: left;
	    font-feature-settings: "palt" 1;
	    width: 40%;
	    background-size: auto;
	    vertical-align: middle;
    	letter-spacing: .04em;
	}
	.access-box .text table tbody tr td.tableimg dl span:before{
		content: ' — ';
		color: #663333;
		font-weight: bold;
	}
	hr{
		border-left: none;
		border-bottom: 1px solid rgba(203,203,203,.6);
		margin: 30px 0;
	}
	.access-box .text iframe{
		width: 100%;
		min-height: 300px;
	}
	.access-box .text img{
		width: 100%;
	}
	.map-box .flex-wrap.colm2 > .flex-colm{
		width: 100%;
	}
	.map-box .flex-wrap.colm2 > .flex-colm:first-child{
		margin: 0 0 50px;
	}
}


/* Footer ====================================== */


footer {
    padding: 100px 50px 30px;
    position: relative;
    background: url(../images/pc_bg_02.png);
}
.f-box .row{
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: auto;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    line-height: 2;
}
.f-box .copyright{
	margin: 50px 0 0;
	text-align: center;
}
.f-box .row p.title{
	font-size: 1.8em;
	font-weight: bold;
	line-height: 2;
}
.f-box .row p small{
    font-size: .6em;
}
#page-top {
    position: fixed;
    bottom: 70px;
    right: 20px;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 40px;
    padding: 15px 0;
    text-align: center;
    display: block;
}
#page-top a img {
    width: 100%;
}
.youtubelink {
	font-size: .8em;
}


/* History ====================================== */


#Subimg img{
	width: 100%;
	height: 50vh;
	object-fit: cover;
	object-position: 75% 25%;
}
#Subimg:before {
    content: '';
    background: rgba(0,0,0,.5);
    background: url(./images/05.png);
    width: 100%;
    position: absolute;
    height: 50vh;
    z-index: 1;
    opacity: .1;
}

/* guide */

#Guide{
	position: relative;
	padding: 100px 50px;
}
.gui-box{
	margin: auto;
	width: 100%;
	display: flex;
	max-width: 1000px;
}
.gui-box .text{
    position: relative;
    width: 90%;
    display: block;
    line-height: 2;
}
.gui-box .text span{
	color: #663333;
	font-weight: bold;
	margin: 0 0 15px;
	display: block;
}
.gui-box .text p{
	font-weight: bold;
	margin: 10px 0;
}

@media screen and (max-width: 767px){
	.gui-box{
		display: block;
	}
	#contents .gui-box h2{
		display: block;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		width: 100%;
		text-align: center;
		margin: 0 0 50px;
	}
	.gui-box .text{
		width: 100%;
	}
}

/* religion */
#religion{
    position: relative;
    padding: 100px 50px;
    overflow: hidden;
}
.reli-box {
	margin: auto;
	width: 100%;
	display: flex;
	max-width: 1000px;
}

.reli-box .text {
    position: relative;
    width: 90%;
    display: block;
}

.reli-box table{
	width: 100%;
	border-collapse: collapse;
    border: solid 1px #B0B0B0;
}
.reli-box table td {
    padding: 10px;
		border: solid 1px #B0B0B0;
}
.reli-box table th{ /*みだし*/
	padding: 10px;
	font-weight: bold;
	background-color: #C8C8C8;
	border: solid 1px #B0B0B0;
}

@media screen and (max-width: 767px){
	.reli-box {
	 display: block;
}
	#contents .reli-box h2{
		display: block;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		width: 100%;
		text-align: center;
		margin: 0 0 50px;
	}
	.reli-box .text{
		width: 100%;
	}
	
	
}

/* treasure */

#Treasure{
    
	  position: relative;
    padding: 100px 50px;
    overflow: hidden;
	  text-align: center;
}
.tre-box {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: auto;
	width: 100%;
	max-width: 1000px;
	text-align: center;
	
}
.tre-box .text {
    position: relative;
    width: 90%;
}

#Treasure .pic-box{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: baseline;
	width: 100%;
	justify-content: center;
}


.tre-box .text .tre-pic{
	position:relative;
	width: 30%;
	padding: 10px 10px 30px ;
	margin: 5px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,.2);
	
}

.tre-box .text .tre-pic img{
	width: 100%;
}
.tre-box .text .tre-pic p{
	position:absolute;
  bottom: 0;
	left: 0;
  right: 0;
  margin: auto;
	background-color: #F1F1F1;
	padding: 5px;
}

.tre-box .text .flex-wrap.colm2 > .flex-colm{
	margin: 0px;
}
.tre-img01 {
    background: url(../images/tre-img01.jpg);
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 155%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
.tre-img02 {
    background: url(../images/tre-img02.jpg);
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 155%;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}

.tre-img03 {
    background: url(../images/tre-img03.jpg);
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 155%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}

.tre-box .pic-box .ather{
	width:100%;
	margin:20px;
	margin-legt:auto;
	margin-right: auto;
}
.tre-box .pic-box .ather p{
	text-align: left;
}




@media screen and (max-width: 767px){
	.tre-box{
		display: block;
	}
	#contents .tre-box h2{
		display: block;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		width: 100%;
		text-align: center;
		margin: 0 0 50px;
	}
	.tre-box .text{
		width: 100%;
	}
	.tre-box .text .tre-pic{
		width: 70%;
	}
	#Treasure .ather{
		width: 100%;
	}
	
}



/* buddhist ====================================== */

/* houji */

#houji{
	position: relative;
	padding: 50px 50px;
}
.hou-box{
	margin: auto;
	width: 100%;
	display: flex;
	max-width: 1000px;
}
.hou-box .text{
    position: relative;
    width: 90%;
    display: block;
    line-height: 2;
}
.hou-box .text h3{
	color: #663333;
  font-weight: bold;
  margin: 0 0 15px;
  font-size: 1.2em;
}
.hou-box .text span{
	color: #663333;
	font-weight: bold;
	margin: 0 0 15px;
	display: block;
}
.hou-box .text p{
	font-weight: bold;
	margin: 10px 0;
}
.hou-img01 {
    background: url(../images/houji_01.jpg);
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 80%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}

.hou-box .text div{
	margin: 0 0 15px;
}

@media screen and (max-width: 767px){
	.hou-box{
		display: block;
	}
	#contents .hou-box h2{
		display: block;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		width: 100%;
		text-align: center;
		margin: 0 0 50px;
	}
	.hou-box .text{
		width: 100%;
	}
}

/* sougi */
#sougi{
	position: relative;
	padding: 50px 50px;
}
.sou-box{
	margin: auto;
	width: 100%;
	display: flex;
	max-width: 1000px;
}
.sou-box .text{
    position: relative;
    width: 100%;
    display: block;
    line-height: 2;
}
.sou-img01 {
    background: url(../images/sougi_01.jpg);
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 80%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
.sou-img02 {
    background: url(../images/sougi_02.jpg);
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 80%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}

.sou-box .text h3{
	color: #663333;
  font-weight: bold;
  margin: 0 0 15px;
  font-size: 1.2em;
}
.sou-box .text span{
	color: #663333;
	font-weight: bold;
	margin: 0 0 15px;
	display: block;
}
.sou-box .text p{
	font-weight: bold;
	margin: 10px 0;
}

.sou-box .text div{
	margin: 0 0 15px;
}

@media screen and (max-width: 767px){
	.sou-box{
		display: block;
	}
	#contents .sou-box h2{
		display: block;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		width: 100%;
		text-align: center;
		margin: 0 0 50px;
	}
	.sou-box .text{
		width: 100%;
	}
}


/* Event ====================================== */


#Event{
    position: relative;
    padding: 100px 50px;
    overflow: hidden;
}
.eve-box {
	margin: auto;
	width: 100%;
	display: flex;
	max-width: 1000px;
}
.eve-box .text {
    position: relative;
    width: 90%;
    display: block;
}
.tabletype01 table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(203,203,203,.6);
    border-right: 0;
    display: table;
    border-collapse: collapse;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1);
    margin: 0 0 10px;
}
.tabletype01 table thead {
    background-image: url(../images/pc_bg_01.png);
    background-size: auto;
}
.tabletype01 table th {
    letter-spacing: .8em;
    font-size: 15px;
    line-height: 45px;
    border: 1px solid rgba(203,203,203,.6);
    text-align: center;
    vertical-align: middle;
}
.tabletype01 table th:first-child {
    border-bottom: 0;
}
.tabletype01 table tbody tr {
    background: url(../images/pc_bg_01.png);
    transition: all .3s cubic-bezier(.25,.1,.25,1);
}
.tabletype01 table tbody tr:hover {
    background: url(../images/pc_bg_03.png);
}
.tabletype01 table tbody tr td {
    width: 70%;
    border-top: 1px solid rgba(203,203,203,.6);
    border-right: 1px solid rgba(203,203,203,.6);
    text-align: left;
    vertical-align: middle;
    letter-spacing: .04em;
    font-feature-settings: "palt" 0;
    padding: 1em;
}
.tabletype01 table tbody tr td:first-child {
    padding: 1em;
    text-align: left;
    font-feature-settings: "palt" 1;
    width: 30%;
}
.tabletype01 table tbody tr td p{
	font-weight: bold;
}
.tabletype01 table tbody tr td.tableimg dl {
    line-height: 100px;
    width: 100%;
    text-align: left;
    display: table;
}
.tabletype01 table tbody tr td.tableimg dl dt {
    padding: 0 15px 0 0;
    width: 100%;
    text-align: left;
    line-height: 2em;
}
.tabletype01 table tbody tr td.tableimg dl span {
    display: block;
}
.tabletype01 .eve-tbl-img01 dl:after {
    content: '';
    display: table-cell;
    width: 160px;
    height: 100px;
    background: url(../images/eve-tbl-img01.jpg) #ddd;
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 767px){
	.eve-box{
		display: block;
	}
	#contents .eve-box h2{
		display: block;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		width: 100%;
		text-align: center;
		margin: 0 0 50px;
	}
	.eve-box .text{
		width: 100%;
	}
	.tabletype01 .eve-tbl-img01 dl:after{
		display: none;
	}
}

/* Photo ====================================== */


#Photo{
    position: relative;
    padding: 100px 50px;
    overflow: hidden;
}
.pho-box {
	margin: auto;
	width: 100%;
	display: flex;
	max-width: 1000px;
}
.pho-box .text {
    position: relative;
    width: 90%;
    display: block;
}
.pho-box img{
	width: 100%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.pho-box .flex-wrap.colm3 > .flex-colm{
	margin: 0 0 50px;
}
.pho-box .flex-wrap.colm3 > .flex-colm:nth-child(n+10){
	margin: 0 0 0px;
}

/* luminous */

.lum-lightbox{
	z-index: 10;
}
.lum-lightbox-inner img {
    max-width: 80%;
    max-height: 100%;
}
.lum-gallery-button:after{
	width: 25px;
	height: 25px;
}

@media screen and (max-width: 767px){
	.pho-box{
		display: block;
	}
	#contents .pho-box h2{
		display: block;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		width: 100%;
		text-align: center;
		margin: 0 0 50px;
	}
	.pho-box .text{
		width: 100%;
	}
	.pho-box .flex-wrap.colm3 > .flex-colm{
		width: 100%;
	}
	.pho-box .flex-wrap.colm3 > .flex-colm:nth-child(n+4) {
    	margin: 0 0 50px;
	}
	.pho-box .flex-wrap.colm3 > .flex-colm:last-child {
    	margin: 0;
	}
}


/* Grave ====================================== */

#kuyou{
    position: relative;
    padding: 100px 50px;
    overflow: hidden;
}

.kuyou-box {
	margin: auto;
	width: 100%;
	display: flex;
	max-width: 1000px;
}

.kuyou-box .text {
    position: relative;
    width: 90%;
    display: block;
}

#Grave{
    position: relative;
    padding: 100px 50px;
    overflow: hidden;
}
.gra-box {
	margin: auto;
	width: 100%;
	display: flex;
	max-width: 1000px;
}
.gra-box .text {
    position: relative;
    width: 90%;
    display: block;
}

.gra-img01 {
    background: url(../images/gra-img01.jpg);
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 80%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
.gra-img02 {
    background: url(../images/gra-img02.jpg);
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 80%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
.gra-text {
    margin: 0 0 80px;
}
.gra-text h3{
    color: #663333;
    font-weight: bold;
    margin: 0 0 15px;
    font-size: 1.2em;
}
.kuyou-text h3{
    color: #663333;
    font-weight: bold;
    margin: 0 0 15px;
    font-size: 1.2em;
}

.gra-price{
	  background-color:#fff ;
    margin: 20px;
	  padding: 20px;
	  text-align: center;
}
.gra-price p {
	  text-align: right;
}

@media screen and (max-width: 767px){
	.gra-box{
		display: block;
	}
	.kuyou-box{
		display: block;
	}
	
	#contents .kuyou-box h2{
		display: block;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		width: 100%;
		text-align: center;
		margin: 0 0 50px;
	}
	.kuyou-box .text{
		width: 100%;
	}
	.kuyou-box .flex-wrap.colm2 > .flex-colm{
		width: 100%;
		margin: 0 0 50px;
	}
	.kuyou-box .flex-wrap.colm2 > .flex-colm:nth-child(n+2){
		margin: 0;
	}
	
	#contents .gra-box h2{
		display: block;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		width: 100%;
		text-align: center;
		margin: 0 0 50px;
	}
	
	.gra-box .text{
		width: 100%;
	}
	.gra-box .flex-wrap.colm2 > .flex-colm{
		width: 100%;
		margin: 0 0 50px;
	}
	.gra-box .flex-wrap.colm2 > .flex-colm:nth-child(n+2){
		margin: 0;
	}
}



@media screen and (max-width: 767px){
}
