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
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
    display: block
}

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
}

:focus {
    outline: 0
}

a img {
    border: none
}

a:hover, a:active {
    outline: none
}

a:focus {
    -moz-outline-style: none;
    outline: none !important
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}


* html .clearfix, *:first-child+html .clearfix {
    zoom: 1
}

.group:before, .group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.clear {
	clear: both;
}


/* END RESET CSS */,

/* @group FUNCTIONS AND VARS */
/* @end */


body {
	width: 100%;
	min-width: 1280px;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	color: #000;
	position: relative;
	z-index: 1;
}
	
#slide_top {
	position: absolute;
	bottom: 4%;
	left: 0;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	z-index: 100;
}

#ss {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	-webkit-transform: translate3d(0,0,0);
	/* background-image: url(images/bg.jpg); */
	background-color: #000; /* #c9c9c9;*/
}

.main {
	position: relative;
}

.main_img img {
	
}


.copy1 {
	position: absolute;
	top: 3%;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.copy2 {
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.copy1 img {
	width: 70%;
	max-width: 1133px; 
	height: auto;
}

.copy2 img {
	width: 36%;
	max-width: 579px;
	height: auto;
}

.copy3 {
	position: absolute;
	bottom: 4%;
	left: 50%;
	width: 300px;
	height: 40px;
	margin-left: -150px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.copy3 img {
	width: 300px;
	height: 40px;
}

/* menu */

#menu {
	width: 100%;
	height: 1875px;
 	margin: 0;
	padding: 0;
	background-image: url(images/hakoniwa_bg_menu.gif);
	background-size: cover;
	background-color: #fff;
	font-family: 'Lato', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-font-smoothing: antialiased;
	position: relative;
	z-index: 20;
}

.menu_wrap {
	position: relative;
	width: 860px;
	height: 1875px;
	margin: 0 auto;
	padding: 0;
}

#menu h2 {
	position: absolute;
	top: 150px;
	left: 50%;
	width: 89px;
	height: 84px;
	margin: 0 0 0 -45px;
	text-indent: -9999px;
	background-image: url(images/hakoniwa_title_menu.png);
	background-repeat: no-repeat;
	background-size: 89px 84px;
	-webkit-background-size: 89px 84px;
	-moz-background-size: 89px 84px;
}

.btn_instagram {
	position: absolute;
	top: 215px;
	left: 0;
	width: 148px;
	height: 20px;
	margin: 0;
	text-indent: -9999px;
	background-image: url(images/hakoniwa_btn_instagram.png);
	background-repeat: no-repeat;
	background-size: 148px 20px;
	-webkit-background-size: 148px 20px;
	-moz-background-size: 148px 20px;
	}
	
.nav_instagram a {
	width: 148px;
	height: 20px;
	margin: 0;
	}

.menu_list {
	position: absolute;
	top: 300px;
	left: 0;
	width: 100%;
	height: 1470px;
	margin: 0;
	}
	
.menu_left {
	float: left;
	width: 390px;
	height: 450px;
	margin: 0 50px 40px 0;
}

.menu_right {
	float: left;
	width: 420px;
	height: 450px;
	margin: 0 0 40px 0;
}

#menu h3 span {
	padding: 0 0 6px 0;
	color: #000;
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 100%;
	border-bottom: 1px solid #000;
}

ul.menu_item {
	margin: 40px 0 0 0;
	color: #000;
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 0.15em;
	line-height: 240%;
}
	

/* Slider */

.slider {
	position: relative;
	width: 390px;
	height: 390px;
	margin: 0 auto;
	padding: 0;
}


.slider ul li img {
	height: 390px;
	width: 390px;
	margin: 0;
	}


/* specialty */

#specialty {
	position: relative;
	width: 100%;
	height: 2060px;
 	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/MG_3627.jpg);
	background-size: cover;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	z-index: 30;
}

.specialty_wrap {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 1200px;
	height: 1980px;
	margin: 0 0 0 -600px;
	background-color: #fff;
	font-family: 'Lato', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-font-smoothing: antialiased;
}

#specialty h2 {
	width: 172px;
	height: 82px;
	margin: 150px auto 40px;
	text-indent: -9999px;
	background-image: url(images/hakoniwa_title_specialty.png);
	background-repeat: no-repeat;
	background-size: 172px 82px;
	-webkit-background-size: 172px 82px;
	-moz-background-size: 172px 82px;
}

#specialty h3 {
	width: 234px;
	height: 57px;
	margin: 60px auto 20px;
	font-size: 1em;
	line-height: 100%;
	letter-spacing: 0.15em;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	background-image: url(images/hakoniwa_bg_title_specialty.gif);
	background-repeat: no-repeat;
	background-size: 234px 57px;
	-webkit-background-size: 234px 57px;
	-moz-background-size: 234px 57px;
}

#specialty h3 span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 234px;
	height: 57px;
}

.spc_text p {
	font-size: 0.8em;
	line-height: 300%;
	letter-spacing: 0.15em;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
	
.spc_illust_01 {
	width: 900px;
	height: 253px;
	margin: 0 auto;
}

.spc_illust_02 {
	width: 900px;
	height: 387px;
	margin: 30px auto 0;
}

.spc_illust_03 {
	width: 900px;
	height: 396px;
	margin: 30px auto 0;
}

/* access */

#access {
	width: 100%;
	height: 274px;
 	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #faf0cd;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	position: relative;
	z-index: 40;
}

.access_head {
	position: relative;
	width: 100%;
	height: 274px;
}

#access h2 {
	position: absolute;
	top: 150px;
	left: 50%;
	width: 121px;
	height: 79px;
	margin: 0 0 0 -60px;
	text-indent: -9999px;
	background-image: url(images/hakoniwa_title_access.png);
	background-repeat: no-repeat;
	background-size: 121px 79px;
	-webkit-background-size: 121px 79px;
	-moz-background-size: 121px 79px;
}

#gm {
	position: relative;
	z-index: 50;
}

#google_map {
	width: 100%;
	height: 400px;
}

/* info */

#info {
	width: 100%;
	height: 860px;
 	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #faf0cd;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: 'Lato', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	color: #000;
	font-weight: 400;
	position: relative;
	z-index: 60;
}

.info_wrapper {
	position: relative;
	width: 1008px;
	height: 860px;
	margin: 0 auto;
	padding: 0;
}

.info {
	position: relative;
	width: 900px;
	padding: 145px 0 125px 0;
	margin: 0;
}

.info_title {
	margin: 0 0 40px 0;
	text-align: left;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	line-height: 100%;
}

.info_title span {
	padding-left: 20px;
	font-size: 12px;
	letter-spacing: 0.15em;
	line-height: 100%;
}

.info_reserve {
	margin: 0 0 20px 0;
	font-size: 0.8em;
	letter-spacing: 0.15em;
	line-height: 100%;
}

.info_tel {
	margin: 0 0 40px 0;
	text-align: left;
	font-size: 1.4em;
	letter-spacing: 0.2em;
	line-height: 100%;
}

.info_tel span {
	padding-left: 40px;
	font-size: 12px;
	letter-spacing: 0.15em;
	line-height: 100%;
}

.info_data {
	margin-left: -10px;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 180%;
}

.t_left {
	width: 160px;
	height: 35px;
}

.t_right {
	width: 740px;
	height: 35px;
}

.info_illust {
	position: absolute;
	top: 100px;
	right: -200px;
	width: 299px;
	height: 568px;
	margin: 0;
}

.copyright {
	width: 960px;
	margin: 0 auto 40px;	
	font-size: 0.6em;
	letter-spacing: 0.1em;
	line-height: 100%;
}