@charset "UTF-8";

.guidemap_img {
	width: 100%;
	height: auto;
}

.contents .dataList {
	margin-bottom: 0px;
}

.dataList a {
	display: inline;
}

.dataTable {
	clear: both;
	border-top: 2px solid #000000;
}

.map{
	width: 90%;
	margin: 0 auto;
}

.map iframe{
	width: 100%;
	height: 420px;
}

.tabs {
	margin: 0 1rem;
}

.tabs p {
	margin-bottom: 5px;
}

.tab_label {
	line-height: 1.4;
	text-align: center;
	border-left: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	border-top: solid 2px #FFFFFF;
	border-radius: 0.5em 0.5em 0 0;
	cursor: pointer;
	display: block;
	float: left;
	width: 25%;
	height: 75px;
	overflow: hidden;
	margin: 5px 0px 0px;
	background-color: #FFFFFF;
	padding: 5px;
	color: #000000;
	font-weight: bold;
}

.tab_label span.day{
	font-size: 0.8em;
	font-weight: 400;
	letter-spacing: -0.1em;
	display: inline-block;
}

.tab_label span.holiday{
	font-size: 0.6em;
	display: inline-block;
}

.tab_label:hover {
	border-color: #000000;
	color: #FB3533;
}

.tab_content {
	display: none;
}

input[name="tab_switch"] {
	display: none;
}

.tabs input:checked + .tab_label {
	color: #FB3533;
	background-color: #000000;
	border-color:#000000;
}

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
	display: block;
}

.tab_content dt, .tab_content dd {
	animation: fadeIn 1s ease;
}

