@charset "utf-8";

/* spa
-------------------------------------------------*/

.m_smartic{
	display:block;
	color:orangered;
	font-family: 'フォーク M';
	font-size:20px;
	font-weight:bold;
	margin:0 auto 10px;
}

#leadtxt small{
	display:inline-block;
	width:96%;
	max-width:485px;
	padding:10px 20px 8px;
	color:#fff;
	font-size:18px;
	line-height:1.5;
	background:rgb(42,156,128);
	border-radius:6px;
	margin:.5rem 0 0;
}
.wnt_only{
	display:block;
	width:16rem;
	padding:10px 20px 8px;
	text-align: center;
	color:#fff;
	font-size:18px;
	line-height:1.5;
	background:#FF6135;
	border-radius:6px;
	margin:0 auto .5rem;
}

.img_nobara{
	max-width:290px;
	margin:0 auto;
}
.img_omiyage{
	max-width:390px;
	margin:0 auto;
}

#calendar{
	position:relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	font-size:18px;
	line-height:1;
}
	.ttl_calendar{
		position:relative;
		padding:8px;
		text-align:center;
		color:#fff;
		font-weight:bold;
		background:rgb(232,68,68);
		border-radius:3px;
		margin:0 0 10px;
	}
	.ttl_calendar .btn_prv a,
	.ttl_calendar .btn_nxt a{
		position:absolute;
		left:2px;
		top:1px;
		width:30px;
		height:30px;
		color:#fff;
		font-size:30px;
	}
	.ttl_calendar .btn_nxt a{
		left:inherit;
		right:2px;
	}

#calendar table{
	width:100%;
	border-collapse: separate;
	border-spacing: 4px;
	font-size:.8rem;
	line-height:1.2;
	background:rgb(232,68,68,.2);
}
	#calendar table th{
		width:14.28%;
		padding:.3rem;
		text-align:center;
		background:transparent;
	}
	#calendar table td{
		width:14.28%;
		padding:.3rem;
		vertical-align:top;
		background:#fff;
	}
	#calendar table td .cl_date{
		display:block;
		font-weight:bold;
		margin:0 0 5px;
	}
	#calendar table td .cl_item{
		padding:2px;
		border-radius:3px;
		margin:0 0 2px;
	}

.cl_desc{
	font-size:.8rem;
	line-height:1.4;
}
.cl_desc_ttl{
	display:inline-block;
	padding:0 5px;
	border-radius:3px;
	margin:0 5px 5px 0;
}


@media screen and (max-width: 767px){
		.clm2_item{
			width:100%;
		}
}
@media screen and (max-width: 600px){
		#calendar{
			width:100%;
		}
}
@media screen and (max-width: 460px){
	#calendar table{
		display:block;
		width:100%;
		padding: 1px;
	}
	#calendar table thead{
		display:block;
		display:none;
	}
	#calendar table tbody,
	#calendar table tr{
		display:block;
		width:100%;
	}
	#calendar table td{
		display:block;
		width:100%;
		margin:0 0 1px;
	}
	#calendar table td.blank{
		display:none;
	}
}

/* btns */
.btn_antivirus{
	background: orangered !important;
	transition:.3s;
}
.btn_antivirus:hover{
	background:#ffc400 !important;
}

.btn_accessmap{
	display:inline-block;
	padding:4px 5px 7px;
	color:#fff;
	font-size:12px;
	line-height:1;
	background:orangered;
	border-radius: 5px;
	margin-left:5px;
	cursor:pointer;
	transform:translateY(-5px);
	transition:.3s;
}
.btn_accessmap:hover{
	background:#ffc400;
}
.accessmap{
	display:none;
	width:min(90%,476px);
	margin:0 auto 1rem;
}

/* nobara */
.time_fast{
	display:inline-block;
	padding:4px 7px;
	font-size:13px;
	font-weight:bold;
	line-height:1.2;
	background:orange;
	border-radius: 5px;
	margin:0 3px 5px 0;
}


