
/* Reset
-----------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* style
-----------------------------------------------*/
body {
	font-family:Avenir , "Open Sans" , Arial , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size:100%;
	line-height:1em;
}
#wrap {
	width:100%;
	position:relative;
}


/* common
-----------------------------------------------*/
.clear {
	clear:both;
	height:0;
	margin:0;
	padding:0;
	line-height:1;
}
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.pc {
	display:block;
}
span.pc {
	display:inline;
}
.sp {
	display:none;
}


/* header
-----------------------------------------------*/
#header_wrap {
	width:100%;
	height:auto;
	margin:0 auto;
	background:url(images/h-wrap_bg.gif) center center repeat;
}
#header {
	width:100%;
	max-width:1600px;
	min-width:1000px;
	height:auto;
	margin:0 auto;
	position:relative;
	background:url(images/header_bg.jpg) center center no-repeat;
	background-size:100% auto;
	overflow:hidden;
}

#h-tel {
	position:absolute;
	top:0;
	right:30px;
}

#h-front {
	width:100%;
	height:auto;
	position:absolute;
	bottom:0;
	text-align:center;
}
#h-front img {
	max-width:100%;
	margin:0 auto;
}

#menu {
	position:absolute;
	top:120px;
	left:0;
}
#menu ul {
	list-style:none;
}
#menu ul li {
	width:230px;
	height:70px;
	margin-bottom:10px;
}


/* footer
-----------------------------------------------*/
#footer {
	width:100%;
	padding:15px 0;
	background:#0675CC;
	color:#fff;
}
#f-box {
	width:1000px;
	margin:0 auto;
	display:table;
	line-height:1.3em;
}
#f-address {
	display:table-cell;
	text-align:left;
	vertical-align:bottom;
	font-size:0.875em;
}
#f-address span {
	font-size:1.15em;
}
#copyright {
	display:table-cell;
	text-align:right;
	vertical-align:bottom;
	font-size:0.8125em;
}

#totop {
	position:fixed;
	bottom:100px;
	right:20px;
	display:none;
}
#totop a {
	width:80px;
	height:80px;
	display:block;
}


/* main
-----------------------------------------------*/
#sightseeing {
	width:100%;
	height:1180px;
	text-indent:-9999px;
	background:url(images/sightseeing.jpg) center top no-repeat;
}
#food {
	width:100%;
	height:930px;
	text-indent:-9999px;
	background:url(images/food.jpg) center top no-repeat;
}
#contact {
	width:100%;
	height:840px;
	text-indent:-9999px;
	background:url(images/contact.jpg) center top no-repeat;
}


/* banner
-----------------------------------------------*/
#banner {
	width:100%;
	background:url(images/h-wrap_bg.gif) 0 0 repeat;
}
#banner ul {
	width:1000px;
	margin:0 auto;
	padding:20px 0 15px;
	list-style:none;
}
#banner ul li {
	margin:0 5px 5px;
	display:inline-block;
}
#banner ul li:first-child {
	margin-left:0;
}
#banner ul li a {
	display:block;
	background:#fff;
}
#banner ul li img {
	display:block;
}


/* Media Queries
-----------------------------------------------*/

@media screen and (max-width: 767px) {

	/* style
	-----------------------------------------------*/
	body {
		font-family:Avenir , "Open Sans" , Arial , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
		font-size:100%;
		line-height:1em;
	}
	#wrap {
		width:100%;
		position:relative;
	}
	
	
	/* common
	-----------------------------------------------*/
	.pc,
	span.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	span.sp {
		display:inline;
	}



	/* header
	-----------------------------------------------*/
	#header_wrap {
		width:100%;
		height:auto;
		margin:0 auto;
		background:none;
	}
	#header {
		width:100%;
		max-width:100%;
		min-width:320px;
		height:auto;
		margin:0 auto;
		position:relative;
		background:none;
		overflow:hidden;
	}
	
	h1,
	#h-tel,
	#h-front {
		display:none;
	}
	
	#h-front_sp {
		width:100%;
	}
	#h-front_sp img {
		width:100%;
	}

	#menu {
		display:none;
	}

	#menu_sp {
		width:100%;
		padding:10px 10px;
		display:block;
		box-sizing:border-box;
	}
	#menu_sp img {
		max-width:100%;
		margin:0 auto;
	}


	/* footer
	-----------------------------------------------*/
	#footer {
		width:100%;
		padding:10px 0;
		background:#0675CC;
		color:#fff;
	}
	#f-box {
		width:100%;
		margin:0 auto;
		display:block;
		line-height:1.3em;
	}
	#f-address {
		display:block;
		text-align:center;
		vertical-align:baseline;
		font-size:0.875em;
		padding-bottom:10px;
	}
	#f-address span {
		font-size:1.15em;
	}
	#copyright {
		display:block;
		text-align:center;
		vertical-align:baseline;
		font-size:0.8125em;
		padding:0 10px;
	}
	#copyright hr {
		height:1px;
		margin:0 auto 10px;
		line-height:1;
		border:none;
		border-top:solid 1px #83BAE6;
	}

	#totop {
		position:fixed;
		bottom:10px;
		right:10px;
		display:block;
	}
	#totop a {
		width:50px;
		height:50px;
		display:block;
		background-size:50px 50px;
		filter:alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
	}
	#totop a:hover {
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 01;
	}
	#totop img {
		width:50px;
		height:50px;
	}


	/* main
	-----------------------------------------------*/
	#main {
		padding-bottom:30px;
	}
	
	#sightseeing,
	#food,
	#contact {
		width:100%;
		height:auto;
		padding:0 10px;
		display:block;
		background:none;
		box-sizing:border-box;
	}
	#sightseeing img,
	#food img,
	#contact img,
	#contact a {
		width:100%;
		max-width:728px;
		margin:0 auto;
	}
	#contact a {
		cursor:pointer;
	}
	
	
	/* banner
	-----------------------------------------------*/
	#banner {
		width:100%;
	}
	#banner ul {
		width:100%;
		margin:0 auto;
		padding:5px;
		display:table;
		box-sizing:border-box;
	}
	#banner ul li,
	#banner ul li:first-child {
		width:50%;
		margin:0;
		padding:5px;
		display:table-cell;
		box-sizing:border-box;
	}
	#banner ul li:nth-child(2n-1) {
		clear:both;
	}
	#banner ul li a {
		background:transparent;
	}
	#banner ul li img {
		width:auto;
		max-width:100%;
		height:auto;
		margin:0 auto;
	}

}