@charset "utf-8";
/*==================================================
	【仏像拝観・行事】ページ固有のスタイル
==================================================*/
#schedule_about .box .txt_box .ttl {
	font-size : 24px;
	color : #7F1084;
	position: relative;
	padding-left: 20px;
}
#schedule_about .box .txt_box .ttl::before {
	content: "\25C6";
	font-size: 10px;
	color: #7F1084;
	position: absolute;
	top: 15px;
	left: 0;
}
#schedule_about .box .txt_box .ttl span {
	font-size : 16px;
	color : #333;
	position: relative;
	top: -3px;
	margin-left: 1em;
}
#schedule_about .box .chk {
	margin-bottom: 20px;
}
#schedule_about .box .chk li {
	position: relative;
	padding-left: 20px;
	font-size : 16px;
	line-height : 24.8px;
}
#schedule_about .box .chk li::before {
	content: "";
	background: url("../img/chk01.png") no-repeat center/100%;
	width: 14px;
	height: 13px;
	position: absolute;
	top: 8px;
	left: 0;
}
#schedule_about .box .kome {
	margin-bottom: 20px;
}
#schedule_about .box .kome li {
	position: relative;
	padding-left: 20px;
	font-size : 16px;
	line-height : 24.8px;
}
#schedule_about .box .kome li::before {
	content: "\203B";
	position: absolute;
	top: 0;
	left: 0;
}
#schedule_about .box .img_box {
	width: 240px;
}
#schedule_about .box dl {
	border-top: 1px solid #ccc;
	padding: 25px 20px;
	display: flex;
	font-size : 16px;
	line-height : 30.8px;
}
#schedule_about .box dl:first-of-type {
	margin-top: 30px;
}
#schedule_about .box dl:last-of-type {
	border-bottom: 1px solid #ccc;
}
#schedule_about .box dt {
	width: 20%;
}
#schedule_about .box .flex_dl {
	margin-top: 30px;
}
#schedule_about .box .flex_dl dl {
	align-items: flex-start;
	width: 48%;
	border-bottom: 1px solid #ccc;
}
#schedule_about .box .flex_dl dl:first-of-type {
	margin-top: 0;
}
#schedule_about .box .flex_dl dt {
	width: 40%;
}
#schedule_about .txt02 {
	margin: 50px 0;
	font-size : 16px;
	line-height : 30.8px;
}
#schedule_about .txt02 a {
	color: #429e3b;
	text-decoration: underline;
}
#schedule_media table {
	width: 100%;
}
#schedule_media tr {
	display: inline-block;
	border-bottom: 1px solid #ccc;
	padding: 25px 0;
	width: 100%;
}
#schedule_media tr:first-of-type {
	padding-top: 0;
}
#schedule_media tr:last-of-type {
	margin-bottom: 20px;
}
#schedule_media td a {
	font-size : 16px;
	line-height : 30.8px;
	color : #7F1084;
	text-decoration: underline;
}
#schedule_media .txt a {
	font-size : 16px;
	color : #7F1084;
}
#schedule_media .txt a span {
	font-size: 20px;
}
#schedule_overview th,#schedule_overview td {
	border-left: 0;
	border-right: 0;
	padding: 25px 0;
	box-sizing: border-box;
}
#schedule_overview th {
	background: #fff;
	text-align: center;
	width: 25%;
	vertical-align: top;
}
#schedule_overview td  {
	padding-right: 25px;
}
#schedule_overview td b {
	color : #7F1084;
	margin-bottom: 10px;
	display: inline-block;
}

#treasure {
	margin: 30px auto;
}
#treasure li {
	width: 31%;
	margin-bottom: 20px;
	text-align: center;
	list-style: none;
}
#treasure li.w1 {
	width: auto;
}
#treasure li.w2 {
	width: 65.5%;
}
#treasure li img {
	width: 100%;
	margin-bottom: 5px;
}
#treasure ul::after{
  content:"";
  display: block;
  width: 31%;
}
#treasure_other ul {
	list-style: disc;
	margin-left: 1em;
}
#schedule_event .box_flex_sp {
	max-width: 630px;
	margin: auto;
}
#schedule_event .box_flex_sp p {
	width: calc( 100%/3 );
}
#schedule_event .box_flex_sp p img {
	width: 100%;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#schedule_about .box.pb {
		padding-bottom: 50px;
	}
	#treasure_other .img_rit {
		margin-top: -60px;
	}
}
@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) {  /* タブレット以下 */
	#schedule_about .box {
		flex-direction: column;
	}
	#schedule_about .box .txt_box {
		width: 100%;
	}
	#schedule_about .box .txt_box .ttl {
		font-size: 125%;
	}
	#schedule_about .box .txt_box .ttl::before {
		top: 9px;
	}
	#schedule_about .box .txt_box .ttl span {
		font-size: 80%;
		top: -1px;
	}
	#schedule_about .box .chk li,#schedule_about .box .kome li {
		font-size: 98%;
		line-height: 1.8em;
	}
	#schedule_about .box .img_box {
		width: 60%;
		margin: 0 auto;
	}
	#schedule_about .box dl {
		padding: 15px;
		font-size: 98%;
		line-height: 1.8em;
	}
	#schedule_about .box dt {
		width: 30%;
	}
	#schedule_about .txt02 {
		font-size: 98%;
		line-height: 1.8em;
	}
	#schedule_media tr {
		padding: 15px 0;
	}
	#schedule_media td a,#schedule_media .txt a {
		font-size: 98%;
		line-height: 1.8em;
	}
	#schedule_overview th, #schedule_overview td {
		padding: 15px 0;
	}
	#schedule_overview th {
		text-align: left;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#schedule_about .box .txt_box .ttl span {
		display: block;
		margin-left: 0;
	}
	#schedule_about .box .img_box {
		width: 80%;
	}
	#schedule_about .box dl {
		display: block;
	}
	#schedule_about .box dt {
		width: 100%;
		margin-bottom: 15px;
	}
	#schedule_about .box .flex_dl {
		display: block;
	}
	#schedule_about .box .flex_dl dl {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	#schedule_about .box .flex_dl dl:first-of-type {
		border-bottom: 0;
	}
	#schedule_about .box .flex_dl dt {
		margin-bottom: 0;
	}
	#schedule_overview th {
		width: 100%;
		background: #f2f2f2;
		margin-bottom: -1px;
	}
	#schedule_overview td {
		margin-bottom: -1px;
	}
	#schedule_overview th,#schedule_overview td {
		padding: 10px;
		border: 1px solid var(--color-tbl-border);
	}
}