@charset "UTF-8";


/*
MAIN IMAGE
---------------------------------------------------------*/

#wrapper{
	background:url(../img/bg_mainimage.jpg) no-repeat top;
}

#mainimage {
	height: 310px;
}
#mainimage .maincatch {
	margin-top: 48px;
  width: 500px;
	float: left;
}
/*#mainimage .js-modal-btn {
	margin-top: 20px;
  width: 350px;
	float: right;
	border: none;
	cursor: pointer;
}
#mainimage .js-modal-btn img {
	transition: opacity .3s ease;
}
#mainimage .js-modal-btn:hover img {
	opacity: .8;
}*/
.top_fb {
  width: 250px;
}
.top_tw {
	margin: 15px 0;
  width: 250px;
	border: 1px solid rgba(15,70,100,.12);
}

/*
bnr_sns
---------------------------------------------------------*/

.bnr_sns {
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
	width: 100%;
	box-sizing: border-box;
}
	.bnr_sns li {
		width: calc(50% - 5px);
		font-size: 80%;
		line-height: 1.3;
		background: #fff;
		border: 1px solid #ddd;
		box-sizing: border-box;
	}
		.bnr_sns li a {
			display: block;
			padding: 10px 5px;
			text-align: center;
		}
		.bnr_sns li.sns_fb a {
			color: #1D80B9;
		}
		.bnr_sns li.sns_tw a {
			color: #1D80B9;
		}
			.bnr_sns li img {
				display: block;
				margin: 0 auto 8px;
				width: 45%;
			}




/*
media_area
---------------------------------------------------------*/

.media_area {
	display: flex;
	justify-content: space-between;
}

/* movie */
.movie_area .js-modal-btn {
	margin-bottom: 10px;
	width: 250px;
	border: none;
	cursor: pointer;
}
	.movie_area .js-modal-btn img {
		transition: opacity .3s ease;
	}
	.movie_area .js-modal-btn:hover img {
		opacity: .8;
	}
/*
.media_area .js-modal-btn {
  width: 350px;
	border: none;
	cursor: pointer;
}
	.media_area .js-modal-btn img {
		transition: opacity .3s ease;
	}
	.media_area .js-modal-btn:hover img {
		opacity: .8;
	}
*/

/* sidebanner */
.sidebanner{
	margin:0 0 10px 0;
	/*width: 270px;
	border:1px solid #DDD;
	background-color:#F6F4E9;*/
}
.sidebanner_inner{
	/*margin:4px;
	padding:3px;
	border:1px solid #ECE8D1;
	background-color:#FFFFFF;*/
	
	display: flex;
	flex-wrap: wrap;
}
.sidebanner_inner > * {
	margin: 0 3px 6px;
	width: calc(100% / 3 - 10px) !important;
}
	.sidebanner_inner img {
		max-width: 100%;
		height: auto !important;
	}
	.sidebanner_inner a:hover img {
		opacity: .8;
	}

/*
VISITOR, SPONSOR
---------------------------------------------------------*/

.visitorArea, .sponsorArea{
	margin:10px 0 20px 0;
	width:465px;
}

.visitorArea{ float:left; }
.sponsorArea{ float:right; }

.indexBox{
	padding:5px 20px 15px 20px;
	background:url(../img/bg_indexbox.gif) no-repeat bottom;
}
.indexBox ul{
	margin:1px 0 0 0;
}
.indexBox ul li{
	margin:0 5px 5px 0;
	float:left;
}
.indexBox ul li.last{ margin:0 0 5px 0; }
.indexBox p{
	margin:2px 0 5px 0;
}


/*
SUB
---------------------------------------------------------*/

#toppage #contents {
	overflow: visible;
}
#toppage #sub {
	margin-top: -300px;
	margin-bottom: 20px;
}

/*weather*/

.weatherArea{
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
}
.weatherUnit{
	margin: 10px 5px 5px 5px;
	padding: 0 0 0 5px;
	font-size: 90%;
	width: 65px;
	float: left;
	text-align: center;
}
.weatherUnit + .weatherUnit{
	padding: 0 0 0 10px;
	background: url(../img/dotline02.gif) repeat-y left;
}
.weatherUnit p{
	margin: 5px 0;
}


/*
.sidebanner{
	margin:0 0 10px 0;
	border:1px solid #DDD;
	background-color:#F6F4E9;
}
.sidebanner_inner{
	margin:4px;
	padding:3px;
	border:1px solid #ECE8D1;
	background-color:#FFFFFF;
}*/



.bnr_area {
	font-size: 0;
}
.bnr_area ul {
	margin-top: 15px;
}
.bnr_area li {
	display: inline-block;
	margin: 0 20px 20px 0;
	font-size: 100%;
}
.bnr_area li:nth-child(4n) {
	margin: 0 0 20px 0;
}

.topicsList02 li .topicsTitle {
	width: 575px;
}


/* crowding_situation */

#sub .crowding_situation {
	margin: 1px 5px 1px 0px;
    padding-bottom: 5px;
    background-color: white;
    border: 1px solid #ECE9D2;
}

#sub .crowding_situation p.date {
	font-size: 12px;
    margin: -10px 8px 0;
    text-align: right;
}

#sub .crowding_situation .parking_title {
	margin: 7px 5px 5px;
}

#sub .crowding_situation div {
	margin: 8px;
}

#sub .crowding_situation table {
	width: 100%;
	text-align: center;
	border: 1.5px solid #DBDBDB;
}

#sub .crowding_situation th,
#sub .crowding_situation td {
	font-size: 15px;
	font-weight: bold;
	border: none;
	border-right: 1.5px solid #DBDBDB;
}

#sub .crowding_situation th {
	font-size: 14px;
}

#sub .crowding_situation th span {
	color: white;
    background-color: #0095C5;
	border-radius: 12px;
	padding: 0px 10px;
    margin-top: 5px;
}

#sub .crowding_situation td.closure {
	color: #595757;
}

#sub .crowding_situation td.full {
	color: #C30D23;
}

#sub .crowding_situation td.congestion {
	color: #F39800;
}

#sub .crowding_situation td.empty {
	color: #8FC31F;
}

#sub .crowding_situation a:link,
#sub .crowding_situation p.link a:hover {
	text-decoration: none;
}

#sub .crowding_situation a:hover {
	opacity: 0.7;
}

#sub .crowding_situation p.link {
	text-align: right;
    font-size: 12px;
    margin: 2px 2px 5px;
}

#sub .crowding_situation p.link a {
	text-decoration: underline;
	padding: 0 0 0 15px;
    background: url(../img/ico_link.gif) no-repeat 3px center;
}

#sub .crowding_situation p.detail {
	font-size: 12px;
    font-weight: bold;
    color: #DD524D;
    margin: 0px 8px;
}














