/*===========================================

		base

===========================================*/
@media only screen and (max-width: 719px){
	.pc {
		display: none !important;
	}
	.s_inner{
		position: static;
		width: 100%;
		height: inherit;
		margin: inherit;
	}
}

/*===========================================

		header

===========================================*/
/*#header h1{*/
	#head-title{
		background: none;
		padding: 0;
		padding-top: 8px;
	}
	#head-title{
		background-color:transparent !important;
	}
	#head-title a{
		display:block;
		background:url("../img/tourism/tourism_header_logo.png") no-repeat !important;
		width:105px;
		height:32px;
	}
	.yellow #head-title a{
		background:url("../img/tourism/tourism_header_logo2.png") no-repeat !important;
	}
	#header h1 img{
		margin-left: -20px;	
	}
	/* head_sub */
	#header .head_sub{
		margin: 10px 0 12px;
	}
	#header .head_sub .blc_sns{
		float: right;
		margin-top: -1px;
		text-align: right;
	}
	#header .head_sub .blc_sns li{
		display: inline;
	}
	#header .head_sub .blc_sns li img{
		width: 32px;
	}
	@media only screen and (max-width: 719px) {
		#header h1{
			background: #fff;
			padding: 20px 11px;
		}
		#header h1 img{
			margin: 0;
		}
		#header .head_sub{
			margin: 15px 0 10px;
		}
		#header .head_sub .blc_search{
			float: left;
			width: 70%;
			margin: 3px 3% 0 0
		}
		#header .head_sub .blc_sns{
			width: 27%;
		}
	}

/*===========================================

		main_img

===========================================*/
#main_img{
	height: 350px;
	background-size: cover;
}
#main_img .container-12{
	position: relative;	
}
#main_img .ttl{
	position: absolute;
	display: table;
	letter-spacing: 0.06em;
	bottom: 73px;
	right: 0px;
	text-align:center;
	color: #fff;
	padding:5px 13px;
	display: block;
	width: 4rem;
	background: url(../img/main_img_ttl_bg.png) repeat 0 0;
}
#main_img .ttl span{
	display: table-cell;
	width: 400px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
}
#main_img .ttl span h2{
	font-size: 28px;
}
#main_img .ttl span p{
	font-size: 19px;
}
#main_img #carousel div {
	position: relative;
}
#main_img #carousel div p{
	position: absolute;
	width: 1110px;
}
@media only screen and (max-width: 719px) {
	#main_img{
		background: none;
		height: auto;
	}
	#main_img .container-12{
		width: 100%;
	}
	#main_img .ttl{
		position: static;
		width: 100%;
	}
	#main_img .ttl span{
		height: auto;
		padding: 0px;
	}
}

/*===========================================

		main_content

===========================================*/

#main_content h2 {
	background: url(../../img/bace_bg.png) repeat 0 0;
	font-size: 200%;
	color: #fff;
}
#main_content h2 span {
	display: block;
	background: url(../../img/h2_obj01.png) no-repeat 95% 40%;
	padding: 15px 20px;
}

@media only screen and (max-width: 719px) {
	#main_content{
		padding: 20px 0 0;
	}
}

/*===========================================

		calendar

===========================================*/
.calendar-container {
	position: relative!important;
	margin-bottom: 20px;
	padding-bottom: 90%;
	height: 0;
}
 
.calendar-container iframe,
.calendar-container object,
.calendar-container embed {
	position: absolute!important;
	top:35px;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}
 
@media screen and (max-width: 460px) {
	.calendar-container {
		padding-bottom: 100%;
	}
}
 
.entry-content img,#content embed,#content object,#content iframe,#content video {
	border: 1px solid #eeeeee!important;
	padding: 6px!important;
	background-color: rgba(230,230,230,0.4)!important;
	border-radius: 3px;
}
@media only screen and (max-width: 719px) {
	.calendar-container {
		margin-bottom: 55px !important;
	}
}
@media screen and (max-width: 320px) {
	iframe[src*="calendar"] {
		width: 100%!important;
		height: 240px!important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	.calendar-container {
		padding-bottom: 220px;
	}
}

/*===========================================

		side

===========================================*/
.side{
	margin-bottom: 20px;
}
.side h2{
	display:none;
}
.side ul{
	border-top: 3px solid #34445c;
	background: #fff;
}
.side ul li{
	border-top: 1px dotted #d1d1d1;
}
.side ul li:first-child{
	border-top: none;
}
.side ul li a{
	display: block;
	padding: 13px 41px 13px 13px;
	text-decoration: none;
	color: #333;
}
.side ul > li > a{
	background: url(../../img/arrow01_pc.png) no-repeat 0 2px;
	background-position: 13px 50%;
	padding-left:41px;
}
.side ul li a:hover{
	background-color: #e1eaf1;
}
.side a.fb{
	display: block;
	margin-top: 10px;
}
.side ol li:first-child {
	border-top: 1px dotted #d1d1d1;
}
.side ol li a{
	padding-left : 41px;
}
@media only screen and (max-width: 719px) {
	.side a.fb{
		margin-top: 20px;
	}
}

/*===========================================

		info

===========================================*/
.info{
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.white .info{
	background-color: #fff;
	border-color:#6998b9;
}