@charset "utf-8";

@media screen and (max-width : 992px) {

#tmp_wrap_main h1 {
	font-size: 112.5%;
}

/* ==================================================
contents
================================================== */
#tmp_main .container {
	padding: 0 15px;
}
#tmp_contents h3 {
	background-image: url(/site/shared/templates/park_free/images/ttl_h3.jpg);
	background-size: 100% auto;
}

/* pickup_info_list
================================================== */
#tmp_contents .pickup_info_list table td {
	display: block;
}
#tmp_contents .pickup_info_list table td.pickup_date,
#tmp_contents .pickup_info_list table td.pickup_link {
	width: auto;
}
#tmp_contents .pickup_info_list table td.pickup_date {
	padding: 0 25px;
}
#tmp_contents .pickup_info_list table td.pickup_date p {
	display: inline-block;
	max-width: 100%;
	min-width: 160px;
}
#tmp_contents .pickup_info_list table td.pickup_link {
    padding: 0 23px;
}
#tmp_contents .pickup_info_list table td.pickup_link p {
	margin-top: 2px;
}

/* reset hover */
#tmp_contents ul.box_btn a:hover,
#tmp_contents .box_menu_ttl a:hover,
#tmp_contents .pickup_info_list table td.pickup_link a:hover {
	text-decoration: none;
}

/* places to visit
================================================== */
#tmp_free_visit .facility_map{
	margin-bottom: 88px;
}
#tmp_free_visit .facility_links a{
	padding: 20px;
}
#tmp_free_visit .facility_links .item_no{
	right: 15px;
	top: 15px;
	width: 30px;
	height: 30px;
}
#tmp_free_visit .facility_links .item_img{
	width: 100px;
	height: 100px;
}
#tmp_free_visit .facility_links .item_cnt{
	padding-bottom: 18px;
}
#tmp_free_visit .facility_links .item_title{
	padding-right: 30px;
	font-size: 125%;
}
#tmp_free_visit .facility_links .item_text{
	font-size: 75%;
	line-height: 1.5;
}
#tmp_free_visit .facility_links a:hover{
	background-color: transparent;
	color: #000000;
}
#tmp_free_visit .facility_links a:hover .item_img{
	box-shadow: none;
}
#tmp_free_visit .facility_links a:hover .item_title{
	color: #337ab7;
	text-decoration: none;
}
#tmp_free_visit .facility_links a:hover .item_no{
    background: #877354 url(/site/shared/templates/park_free/images/facility_pattern_bgr_lbl.png) repeat;
    color: #ffffff;
}

/* today's feature
================================================== */
#tmp_free_today .ctg_galleries{
	padding-left: 13px;
	padding-right: 13px;
	max-width: 100%;
}
#tmp_free_today .ctg_galleries .item{
	width: calc(50% - 28px);
}
#tmp_free_today .ctg_galleries a:hover{
	text-decoration: none;
}
#tmp_todaysfeature{
	display: block;
}
/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
}