@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#sightseeing {
	font-size: 110%;
}
#sightseeing .mb50 {
	margin-bottom: 50px;
}
#sightseeing ul.chk {
	margin-bottom: 50px;
}
#sightseeing ul.chk li {
	padding-left: 20px;
	background: url("../img/chk01.png") no-repeat left top 8px;
}
#sightseeing .ttl {
	font-size: 24px;
	color: #7F1084;
	position: relative;
	padding-left: 20px;
}
#sightseeing .ttl::before {
	content: "\25C6";
	font-size: 10px;
	color: #7F1084;
	position: absolute;
	top: 15px;
	left: 0;
}
#sightseeing_dewa ul.chk {
	margin: 50px 0 60px;
}
#sightseeing_dewa .grid {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 248px);
	gap: 40px 0;
	margin: 30px 0 50px;
}
#sightseeing_dewa .grid .item {
	background: #f2f2f2;
}
#sightseeing_dewa .grid .item .img img {
	border: 1px solid #ccc;
}
#sightseeing_dewa .grid .item .info {
	padding: 20px;
}
#sightseeing_dewa .grid .item .info .title {
	text-align: center;
}
#sightseeing_dewa .grid .item .info .title.pc_h3, #sightseeing_dewa .grid .item .info .title.pc_h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 86px;
}
#sightseeing_dewa .grid .item .info .title.pc_h2 {
	height: 57px;
}
#sightseeing_dewa .cmn_contact {
	margin-bottom: 70px;
}
#sightseeing_dewa .cmn_contact ul {
	margin-top: 50px;
	justify-content: center;
}
#sightseeing_dewa .waku {
	border: 1px solid #ccc;
	padding: 26px;
	font-size: 14px;
	margin-bottom: 50px;
}
#sightseeing_dewa .bana {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2, 385px);
	gap: 40px 0;
	margin-bottom: 50px;
}
#sightseeing_dewa .bana li a {
	width: 100%;
	height: 145px;
	display: inline-block;
	border: 4px solid #7f1084;
	background: url("../img/sightseeing/bana01.jpg") no-repeat center/cover;
	padding: 20px 10px;
	text-align: center;
}
#sightseeing_dewa .bana li:nth-of-type(2) a {
	background-image: url("../img/sightseeing/bana02.jpg");
}
#sightseeing_dewa .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;
}
#sightseeing_dewa .pamphlet_links {
	margin-top: 50px;
}
#sightseeing_pilgrimage .no_list {
	margin-bottom: 50px;
}
#sightseeing_pilgrimage .no_list ol {
	width: 385px;
	counter-reset: number;
	list-style: none;
}
#sightseeing_pilgrimage .no_list ol:nth-of-type(2) {
	counter-reset: number 4;
}
#sightseeing_pilgrimage .no_list ol li {
	border-bottom: 1px solid #ccc;
	position: relative;
	padding: 20px 0 20px 50px;
	margin-bottom: 15px;
}
#sightseeing_pilgrimage .no_list ol li::before {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	top: 10px;
	left: 0;
	width: 45px;
	height: 43px;
	padding-top: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("../img/sightseeing/bg.png") no-repeat center / 100% auto;
	color: #7f1084;
}
#sightseeing_pilgrimage .grid {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 248px);
	gap: 40px 0;
	margin: 30px 0 50px;
}
#sightseeing_pilgrimage .grid .item {
	background: #f2f2f2;
}
#sightseeing_pilgrimage .grid .item .img img {
	border: 1px solid #ccc;
}
#sightseeing_pilgrimage .grid .item .txt {
	padding: 15px 10px;
	text-align: center;
}
#list table {
	width: 100%;
	margin-bottom: 50px;
}
#list table tr {
	border-top: 1px solid #ccc;
}
#list table tr:last-of-type {
	border-bottom: 1px solid #ccc;
}
#list table tr:nth-of-type(even) {
	background: #f2f2f2;
}
#list table tr th {
	border-right: 1px solid #ccc;
	white-space: nowrap;
	color: var(--color-purple);
}
#list table tr th, #list table tr td {
	padding: 15px;
}
#list table tr th a {
	color: #429e3b;
	text-decoration: underline;
}
#list table tr th span {
	background: var(--color-purple);
	color: #FFF;
	padding: 1px 5px 2px;
	margin-right: 5px;
}
@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) {  /* タブレット以下 */
	#sightseeing {
		font-size: 100%;
	}
	#sightseeing .ttl {
		font-size: 125%;
	}
	#sightseeing .ttl::before {
		top: 9px;
	}
	#sightseeing_dewa .grid {
		grid-template-columns: repeat(3, 33%);
		gap: 5px 0;
		margin-bottom: 30px;
	}
	#sightseeing_dewa .grid .item .info {
		padding: 15px;
	}
	#sightseeing_dewa .grid .item .info .title {
		font-size: 14px;
	}
	#sightseeing_dewa .grid .item .info .txt {
		font-size: 14px;
	}
	#sightseeing_dewa .cmn_contact {
		margin-bottom: 40px;
	}
	#sightseeing_dewa .cmn_contact ul {
		flex-wrap: wrap;
		margin-top: 30px;
	}
	#sightseeing_dewa .cmn_contact ul li:last-of-type {
		margin-top: 15px;
	}
	#sightseeing_dewa .waku {
		padding: 15px;
	}
	#sightseeing_dewa .bana {
		grid-template-columns: repeat(2, 49%);
		margin-bottom: 30px;
	}
	#sightseeing_dewa .pamphlet_links {
		margin-top: 30px;
	}
	#sightseeing_pilgrimage .no_list {
		margin-bottom: 30px;
	}
	#sightseeing_pilgrimage .no_list ol {
		width: 49%;
	}
	#sightseeing_pilgrimage .grid {
		grid-template-columns: repeat(3, 33%);
		gap: 10px 0;
	}
	#maboroshi table tr th,
	#maboroshi table  tr td, 
	#list table tr th,
	#list table tr td {
		padding: 15px;
	}
	#maboroshi table tr th,
	#list table tr th {
		width: 150px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#sightseeing_dewa ul.chk {
		margin: 30px 0 30px;
	}
	#sightseeing_dewa .grid {
		grid-template-columns: repeat(2, 49%);
	}
	#sightseeing_dewa .grid .item .info {
		padding: 10px;
	}
	#sightseeing_dewa .grid .item .info .title.pc_h3, #sightseeing_dewa .grid .item .info .title.pc_h2 {
		height: auto;
	}
	#sightseeing_dewa .grid .item .info p:last-of-type {
		margin-bottom: 0;
	}
	#sightseeing_dewa .cmn_contact ul li {
		margin: 0 auto 10px;
	}
	#sightseeing_dewa .bana {
		display: block;
	}
	#sightseeing_dewa .bana li {
		margin-bottom: 10px;
	}
	#sightseeing_dewa .bana li a {
		padding: 10px;
	}
	#sightseeing_pilgrimage .no_list ol {
		width: 100%;
	}
	#sightseeing_pilgrimage .no_list ol li {
		margin-bottom: 5px;
	}
	#sightseeing_pilgrimage .grid {
		grid-template-columns: repeat(2, 49%);
	}
	#sightseeing_pilgrimage .grid .item .txt {
		padding: 10px 5px;
		font-size: 14px;
	}
	#list table tr th, #list table tr td,
	#maboroshi table tr th, #maboroshi table tr td {
		display: block;
	}
	#list table tr th,
	#maboroshi table tr th {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #ccc;
	}
	#maboroshi table tr th .th_in{
		display:flex;
		flex-direction:column;
		align-items:flex-start;
	}

}