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


/* =========================================================
　ホーム
========================================================= */


/* カテゴリー共通（PC版・SP版両方）
--------------------------------------------------------- */
/* SP版だけ */
@media screen and (max-width:640px) {
.g_nav li.g_nav_home a {
	background: #555;
}
}
/* PC版だけ */
@media screen and (min-width:640px) ,print {
.g_nav li.g_nav_home {
	border-bottom: 4px solid #cb3;
}
.g_nav li.g_nav_home a {
	color: #cb3;
}
}


/* スライダー（PC版・SP版両方）
--------------------------------------------------------- */
.slide {
	padding: 0;
}
.slide img {
	width: 100%;
}
/* SP版だけ */
@media screen and (max-width:640px) {
.bx-viewport {
	width: 200%;
	text-align: center;
}
.slide {
	overflow: hidden;
}
.bx-wrapper {
	text-align: center;
}
.bx-wrapper img {
	margin-left: -50%;
	width: 200%;
	max-width: 200%;
}
}


/* ご参拝の方へ（PC版・SP版両方）
--------------------------------------------------------- */
.keidai .osusume_title {
	background: url(images/osusume_a.jpg) no-repeat center top;
	background-size: cover;
}
.haikan .osusume_title {
	background: url(images/osusume_b.jpg) no-repeat center top;
	background-size: cover;
}
.taiken .osusume_title {
	background: url(images/osusume_c.jpg) no-repeat center top;
	background-size: cover;
}
.osusume_title span {
	display: inline-block;
	padding: .5em 1.5em;
	text-align: center;
	border: 1px solid #fff;
	width: 60%;
	color: #fff;
	letter-spacing: .5em;
}
/* SP版だけ */
@media screen and (max-width:640px) {
.osusume {
	padding-top: 0;
}
.osusume .corner_box {
	padding-right: 0;
	padding-left: 0;
}
.keidai ,
.haikan ,
.taiken {
	width: 100%;
}
.osusume_title {
	margin-bottom: 0;
	text-align: center;
	padding: 3em 0;
}
.osusume p {
	display: none;
}
}
/* PC版だけ */
@media screen and (min-width:640px) ,print {
.osusume {
	padding-top: 1em;
}
.keidai ,
.haikan ,
.taiken {
	width: 28%;
	margin-left: 4%;
	float: left;
	width: 44%;
}
.osusume_title {
	text-align: center;
	padding: 4em 0;
}
.osusume p {
	font-size: 80%;
}
}


/* お知らせ（PC版・SP版両方）
--------------------------------------------------------- */
.dl_news {
	margin: 0 0 2em;
	border-top: 1px solid #ccc;
	text-align: left;
}
.dl_news a {
	padding: 1em 0;
	display: block;
	border-bottom: 1px solid #ccc;
	line-height: 1.4;
	cursor: pointer;
}
.dl_news a:hover {
	background: #fff;
	background: hsla(0,100%,100%,0.5);
}
.dl_news dt {
	color: #999;
	cursor: pointer;
}
.dl_news dd {
	cursor: pointer;
}
/* SP版だけ */
@media screen and (max-width:640px) {
.dl_news dt {
	font-size: 80%;
}
}
/* PC版だけ */
@media screen and (min-width:640px) ,print {
.dl_news {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
.dl_news dt {
}
.dl_news dd {
	margin: -1.4em 0 0 7em;
}
}


/* 各種ご案内（PC版・SP版両方）
--------------------------------------------------------- */
.ul_topics {
	margin-bottom: 4em;
}
.ul_topics a {
	display: block;
	float: left;
}
.ul_topics a.topics_eat {
	background: url(images/topics_eat.jpg) no-repeat center center;
	background-size: cover;
}
.ul_topics a.topics_tey {
	background: url(images/topics_tey.jpg) no-repeat center center;
	background-size: cover;
}
.ul_topics a.topics_shiseki {
	background: url(images/topics_shiseki.jpg) no-repeat center center;
	background-size: cover;
}
.ul_topics a.topics_gikeido {
	background: url(images/topics_gikeido.jpg) no-repeat center center;
	background-size: cover;
}
.ul_topics a.topics_shiji {
	background: url(images/topics_shiji.jpg) no-repeat center center;
	background-size: cover;
}
.ul_topics li {
	margin-top: 5.5em;
	margin-right: auto;
	margin-left: auto;
	padding: 2em .5em 1em;
	border: 1px solid hsla(0,0%,100%,0.50);
	color: #fff;
	width: 1em;
	height: 8em;
	background: rgba(0,0,0,0.60);
	font-size: 110%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/* SP版だけ */
@media screen and (max-width:640px) {
.ul_topics a {
	width: 50%;
	height: 24em;
}
}
/* PC版だけ */
@media screen and (min-width:640px) ,print {
.ul_topics a {
	width: 25%;
	height: 24em;
}
}