@charset "utf-8";

@media screen and (min-width : 801px) and (max-width: 1120px) {
	/* ==================================================
	common
	================================================== */

	/* heading
	================================================== */
	#tmp_sub_heading {
		padding-top: 250px;
	}
	#tmp_sub_heading .sub_head {
		padding: 30px 100px 5px;
	}
}
@media screen and (min-width : 641px) and (max-width: 800px) {
	/* ==================================================
	common
	================================================== */

	/* heading
	================================================== */
	#tmp_sub_heading {
		padding-top: 200px;
	}
	#tmp_sub_heading .sub_head {
		max-width: 90%;
		padding: 20px 70px 5px;
	}

	#tmp_sub_detail_heading .sub_head {
		max-width: 90%;
	}
}

@media screen and (max-width : 640px) {
	#tmp_contents h1 {
		background-image: none;
		background-color: #F1F0ED;
		border: none;
		margin: 0 0 1em;
		padding: 10px 5px;
		line-height: 1.2;
		color: #333333;
		font-weight: bold;
		font-size: 100%;
		text-align: center;
	}
	#tmp_contents h2 {
		margin: 15px 0 10px;
		padding: 5px 0;
		background-image: none;
		border-bottom: 2px dotted #333333;
		color: #333333;
		text-align: left;
		font-size: 110%;
	}
	#tmp_contents h3 {
		font-size: 105%;
		font-weight: bold;
		color: #333333;
		color: #DF3439;
		margin: 15px 0 10px;
	}
	#tmp_contents h4 {
		font-size: 100%;
		font-weight: bold;
		color: #333333;
		padding: 0 0 0 10px;
		margin: 15px 0 10px;
		position: relative;
	}
	#tmp_contents h4::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0.1em;
		width: 4px;
		height: 15px;
		background-color: #DF3439;
	}
	#tmp_contents h5 {
		font-size: 100%;
		font-weight: bold;
		color: #333333;
		margin: 15px 0 10px;
	}
	#tmp_contents h6 {
		font-size: 100%;
		font-weight: bold;
		color: #333333;
		margin: 15px 0 10px;
	}
	#tmp_contents p {
		font-size: 94%;
	}


	/* ==================================================
	parts
	================================================== */
	/* 一覧へボタン */
	#page_back_btn {
		margin-bottom: 30px;
	}

	/* お知らせページ */
	#tmp_contents .news_list {
		border: 1px solid #cccccc;
	}
	#tmp_contents .news_list .news_item {
		grid-template-columns: 1fr;
		gap: 5px;
		padding: 10px 30px 10px 10px;
		border-bottom: 1px solid #cccccc;
		position: relative;
	}
	#tmp_contents .news_list .news_item:last-child {
		border-bottom: none;
	}
	#tmp_contents .news_list .news_item::after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #cccccc;
		border-right: solid 2px #cccccc;
		transform: translate(-50%, 0) rotate(45deg);
	}
	#tmp_contents .news_list .news_item a {
		text-decoration: none;
		color: #333333;
		background-color: transparent;
	}
	#tmp_contents .news_list .news_item .news_date {
		font-size: 74%;
		color: #666666;
		background-color: transparent;
	}

	/* 施設情報 */
	/* 施設情報　マップ */
	#tmp_contents .box_map iframe {
		height: 435px;
	}

	/* 施設情報　リンク */
	#tmp_contents .genre_link_ttl {
		margin: 0 0 10px;
	}
	#tmp_contents .genre_link_ttl h3 {
		padding: 5px 10px;
		font-size: 100%;
	}
	#tmp_contents .facility_item {
		grid-template-columns: 1fr;
		gap: 0;
		padding: 5px 0;
		border-bottom: 2px dotted #aaaaaa;
	}
	#tmp_contents .facility_item .facility_add {
        background-size: auto 14px;
        padding: 0 0 0 18px;
	}
	
	/* ==================================================
	common
	================================================== */

	/* heading
	================================================== */
	#tmp_sub_heading {
		padding-top: 0;
		background: none !important;
	}
	#tmp_sub_heading .sub_head {
		text-align: left;
		padding: 10px 0;
		max-width: 100%;
	}
	#tmp_sub_heading .sub_head .sec_ttl {
		font-size: 133%;
	}
	#tmp_sub_heading .sub_head .sec_en_ttl {
		font-size: 94%;
	}


	#tmp_sub_detail_heading {
		padding: 10px 0;
		background-color: #ffffff;
		color: inherit;
	}
	#tmp_sub_detail_heading .sub_head {
		max-width: 100%;
	}
	#tmp_sub_detail_heading .sub_head .sec_ttl {
		font-size: 133%;
	}
	#tmp_sub_detail_heading .sub_head .sec_en_ttl {
		font-size: 94%;
	}

	/* ==================================================
	clearfix
	================================================== */
	#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
		content: ""; /* 変更しない */
		display: table; /* 変更しない */
		clear: both; /* 変更しない */
	}

	/* datatable
	================================================== */
	/* #tmp_contents table.datatable {
		width: 100%;
		border-spacing: 10px;
	}
	#tmp_contents table.datatable th:not(:is(+ th, :has(+ th))),
	#tmp_contents table.datatable th + td,
	#tmp_contents table.datatable th + td + * {
		display: block;
		width: 100%;
	}
	#tmp_contents table.datatable th:first-child {
		padding: 1px 5px;
		text-align: left;
	}
	#tmp_contents table.datatable th:not(:is(+ th, :has(+ th))) {
		padding: 5px 8px;
		text-align: center;
	}
	#tmp_contents table.datatable th + td,
	#tmp_contents table.datatable th + td + * {
		padding: 5px 0;
	} */
}



	