@charset "utf-8";

#header {
	height: 100%;
}

#header_navi,
.ua-ie-6 #header_navi.fix {
	position: absolute;
	bottom: 0;
	top: auto;
}
#header_navi.fix {
	position: fixed;
	bottom: auto;
	top: 0;
}

#header_pos {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.header_sc {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.header_sc img {
	position: absolute;
}

.header_text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	margin: -50px 0 0 0;
	color: #FFF;
	text-shadow: 2px 2px 10px #000;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}

.header_text h1 {
	font-size: 50px;
	margin: 0;
	line-height: 100%;
}

.header_text p {
	font-size: 25px;
	margin: 0;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "ヒラギノ明朝体 W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
	line-height: 100%;
}

.header_text a {
	color: #FFF;
	text-decoration: none;
}

#sec1_bk {
	position: absolute;
	top: -280px;
	right: -120px;
}

.hr {
	clear: both;
	padding: 50px 0 0 0;
}

.target_su {
	position: relative;
}

#about {
	position: absolute;
	top: -150px;
}
#sightseeing,
#cuisine_souvenir {
	position: absolute;
	top: -50px;
}

@media screen and (max-width:767px) {
	#header_navi {
		position: fixed;
		top: 0;
	}
	#content {
		padding: 0 14px;
	}
	#content h1 {
		margin: 27px 0;
	}
	#content h2 {
		margin: 13px 0;
	}
	article p {
		margin: 0 0 13px;
	}
	#sec1_bk {
		display: none;
	}
	#content .cen {
		width: 100%;
	}
	#content .b1 {
		width: 100%;
	}
	#content .b2 {
		width: 100%;
	}
	#content .b2 img {
		width: 100%;
		height: auto;
	}
	#content .b1-b2 {
		margin-bottom: 13px;
	}
	#content .b2-b1-under {
		margin-bottom: 13px;
		height: auto;
	}
	#content .b2-b1-under .b1 {
		position: static;
	}
	.float_left {
		margin-right: 0;
	}
	.hr {
		padding-top: 28px;
	}
	#content .b1-b1-b1 .b1 {
		padding-right: 0;
	}
	#content .b1-b1-b1 .b1 img {
		width: 100%;
		height: auto;
	}
	#content .b1-b2-under {
		margin-bottom: 13px;
		height: auto;
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	#content .b1-b2-under .b1 {
		width: 100%;
		position: static;
		-webkit-box-ordinal-group:2;
		-ms-flex-order:2;
		-webkit-order:2;
		order:2;
	}
	#content .b1-b2-under .b2 {
		-webkit-box-ordinal-group:1;
		-ms-flex-order:1;
		-webkit-order:1;
		order:1;
		position: relative;
		width: 100%;
		padding-top: 56%; /* 4:3の場合 3 / 4 * 100 */
		margin-bottom: 10px;
	}
	#content .b1-b2-under .b2 iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#content .w780 {
		width: 100%;
	}
}
