@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#access {
	font-size: 110%;
}
#access .mb50 {
	margin-bottom: 50px;
}
#access .txt a {
	color: #429e3b;
	text-decoration: underline;
}
#access ul.chk {
	margin-bottom: 50px;
}
#access ul.chk li {
	padding-left: 20px;
	background: url("../img/chk01.png") no-repeat left top 8px;
}
#access .ttl {
	font-size: 24px;
	color: #7F1084;
	position: relative;
	padding-left: 20px;
}
#access .ttl::before {
	content: "\25C6";
	font-size: 10px;
	color: #7F1084;
	position: absolute;
	top: 15px;
	left: 0;
}
#access_stamp .grid {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2, 385px);
	gap: 40px 0;
	margin-bottom: 50px;
}
#access_stamp .grid .item {
	background: #f2f2f2;
}
#access_stamp .grid .item .img {
	border: 1px solid #ccc;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
#access_stamp .grid .item .txt {
	text-align: center;
	padding: 15px;
}
#access_stamp .grid .item .txt.adjust {
	padding: 30px 15px;
}
#access_stamp .bana, #access_power .bana {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2, 385px);
	gap: 40px 0;
	margin-bottom: 50px;
}
#access_stamp .bana li a, #access_power .bana li a {
	width: 100%;
	height: 125px;
	display: inline-block;
	border: 4px solid #7f1084;
	background: url("../img/access/bana01.jpg") no-repeat center/cover;
	padding: 20px 10px;
}
#access_stamp .bana li:nth-of-type(2) a, #access_power .bana li:nth-of-type(2) a {
	background-image: url("../img/access/bana02.jpg");
}
#access_stamp .bana li a span, #access_power .bana li a span {
	background: rgba(255,255,255,0.8);
	width: 100%;
	height: 100%;
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size : 16px;
	color : #333;
}
#access_stamp .cmn_contact ul li {
	margin: 0 auto;
}
#access_stamp dl.waku {
	border: 1px solid #7f1084;
	padding: 25px;
	margin: 40px 0 0;
}
#access_stamp dl.waku dt {
	width: 280px;
	text-align: center;
}
#access_stamp dl.waku dd {
	width: calc(100% - 280px);
}

#access_power .grid {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 248px);
	gap: 40px 0;
	margin-bottom: 50px;
}
#access_power .grid .item {
	background: #f2f2f2;
}
#access_power .grid .item .img {
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
#access_power .grid .item .txt {
	text-align: center;
	padding: 15px;
}
#access_power .grid .item .txt a {
	color: #429e3b;
	text-decoration: underline;
}
#access_power .bana {
	margin: 50px 0;
}
#access_power .pamphlet_links {
	margin-bottom: 50px;
}
#access_power table {
	width: 100%;
}
#access_power table tr {
	border-top: 1px solid #ccc;
}
#access_power table tr:last-of-type {
	border-bottom: 1px solid #ccc;
}
#access_power table tr:nth-of-type(even) {
	background: #f2f2f2;
}
#access_power table tr th {
	border-right: 1px solid #ccc;
	width: 260px;
	text-align: center;
}
#access_power table tr th, #access_power table tr td {
	padding: 22px;
}
#access_power table tr th a {
	color: #429e3b;
	text-decoration: underline;
}
#kigan_omamori .mamori li,
#kigan_goshuin .mamori li {
	width: 18%;
	text-align: center;
	margin-bottom: 10px;
}
#kigan_omamori .mamori li img,
#kigan_goshuin .mamori li img {
	width: 100%;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#access {
		font-size: 100%;
	}
	#access .ttl {
		font-size: 125%;
	}
	#access .ttl::before {
		top: 9px;
	}
	#access_stamp .grid {
		grid-template-columns: repeat(2, 49%);
		margin-bottom: 30px;
	}
	#access ul.chk {
		margin-bottom: 30px;
	}
	#access_stamp .bana, #access_power .bana {
		grid-template-columns: repeat(2, 49%);
		margin-bottom: 30px;
	}
	#access_stamp .bana li a, #access_power .bana li a {
		padding: 10px;
	}
	#access_stamp dl.waku {
		padding: 10px;
	}
	#access_stamp dl.waku dt {
		width: 160px;
	}
	#access_stamp dl.waku dd {
		width: calc(100% - 160px);
	}
	#access_power .grid {
		grid-template-columns: repeat(3, 33%);
		margin-bottom: 30px;
	}
	#access_power .pamphlet_links {
		margin-bottom: 30px;
	}
	#access_power table tr th, #access_power table tr td {
		padding: 15px;
	}
	#access_power table tr th {
		width: 150px;
	}
	#kigan_omamori .mamori li,
	#kigan_goshuin .mamori li {
		width: 23%;;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#kigan_omamori .mamori li,
	#kigan_goshuin .mamori li {
		width: 31%;;
	}
}