@charset "UTF-8";

@font-face {
	font-family: Amiri;
	src: url(../Amiri-BoldSlanted.ttf);
}

* {
	margin: 0;
	padding: 0;
}

html, body, .container, .header {
	height: 100%;
}
body {
	color: darkslategray;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: darkslategray;
}
img {
	width: 100%;
}
h2 {
	width: 100%;
	margin-top: 50px;
	background: linear-gradient(135deg, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%);
	font-size: 135%;
}
h2 i.fa {
	display: inline-block;
	margin: 0 5px;
	text-indent: 5px;
	font-size: 90%;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
#container {
	position: relative;
}
/* Header */
.header {
	width: 100%;
	margin: 0 auto;
	min-height: 560px;
	position: relative;
}

.bg-img {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bg-img img {
	position: absolute;
	top: 0;
	left: -70px;
	display: block;
	min-width: 300%;/**/
	min-height: 100%;
}

.title {
	z-index: 99;
	margin: 0 auto;
	padding: 0 1.25em;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.title h1 {
	width: 100%;
	max-width: 500px;
	margin: 30px auto 0;
}
.title p {
	color: #fff;
	padding: 0 0 0.6em;
	font-weight: 300;
	font-size: 0.85em;
	margin: 0 auto;
	text-align: center;
}

.title h1,
.title p.subline {
	line-height: 1;
}

.title p.subline {
	font-size: 0.75em;
}

/* Trigger Button */
button.trigger {
	position: fixed;
	bottom: 40px;
	left: 50%;
	z-index: 5000;
	display: block;
	margin-left: -0.5em;
	padding: 0;
	width: 1em;
	height: 1em;
	border: none;
	background: transparent;
	color: transparent;
	font-size: 2em;
	cursor: pointer;
}

.container:not(.notrans) button.trigger {
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}

.container.modify:not(.notrans) button.trigger {
	opacity: 0;
	pointer-events: none;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

button.trigger::before {
	position: absolute;
	bottom: 100%;
	left: -130%;
	padding: 0.8em;
	width: 280%;
	color: brown;
	content: attr(data-info);
	font-size: .5em;
	font-family: Amiri;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

button.trigger:focus {
	outline: none;
}

button.trigger span {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

button.trigger span::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: brown;
	content: "\f063";
	font-family: fontawesome;
	line-height: 1;
}


/*menu*/
nav ul {
	width: 90%;
	margin: 10px auto 0;
}
nav ul li {
	padding: 20px 0;
	text-align: center;
}
nav ul li span {
	padding-left: 10px;
	font-size: 70%;
}
nav ul li:hover a {
	border-bottom: solid 1px brown;
}
/*bottomnav*/
#bottomnav {
	display: none;
	width: 100%;
	background: rgba(252,234,187,0.7);
	position: fixed;
	left: 0;
	bottom: 10px;
	z-index: 9990;
}
#bottomnav ul {
	width: 100%;
	margin: 0;
}
#bottomnav li {
	width: 20%;
	padding: 3px 0;
	float: left;
}
#bottomnav li a:hover {
	border-bottom: solid 1px brown;
}

/* Conent */
.content {
	margin: 0 auto;
	padding: 0 0 3em;
}
#News .item {
	width: 95%;
	padding: 5px;
}
#News dt {
	max-width: 630px;
	margin-top: 5px;
	border-bottom: solid 1px brown;
}
#News dt i.fa {
	margin-right: 5px;
}
#News dt span {
	padding-right: 5px;
}
#News dd {
	margin-bottom: 30px;
}
#News dd p {
	padding-left: 10px;
	line-height: 2em;
}
#News #owl-demo {
	width: 100%;
}
#staff .item {
	width: 100%;
	max-width: 270px;
	height: 375px;
	margin: 0 auto;
	padding-top: 10px;
}
#shop .item {
	padding: 5px;
}
#shop .item .shopPhoto,
#shop .item .shopsetu {
	float: left;
}
#shop .item div.shopPhoto {
	width: 100%;
	max-width: 300px;
	margin: 10px auto;
}
#shop .item div.shopMap {
	width: 100%;
	clear: both;
}
#shop table.shopsetu {
	width: 100%;
	max-width: 700px;
	margin: 10px 0;
	border-collapse: collapse;
}
#shop table.shopsetu th {
	width: 100px;
}
#shop table.shopsetu td {
	padding: 5px;
}
#shop .item div.shopMap iframe {
	width: 100%;
	height: 300px;
}
#menu h4 {
	margin: 20px 0 10px;
}
#menu h4 span {
	padding: 0 20px;
	border-bottom: solid 1px indianred;
}
#menu h4:before {
	content: "\f1fc";
	font-family: fontawesome;
	font-size: 70%;
	color: indianred;
}
/* scrollTop */
#fixedTop {
	display: none;
	width: 40px;
	height: 0px;
	position: fixed;
	right: 10px;
	bottom: 75px;
	z-index: 9999;
}
#fixedTop img {
	width: 100%;
}

/*footer*/
footer {
	margin: 30px 0 50px;
	background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
	position: relative;
}
footer p {
	padding-left: 20px;
	font-size: 80%;
}
footer i.fa {
	padding-left: 20px;
	font-size: 330%;
	color: darkblue;
	position: absolute;
	left: 250px;
	top: 5px;
}
/* Media Queries */
@media screen and (min-width:768px) {
	nav ul {
		width: 95%;
	}
	nav ul li {
		width: 20%;
		float: left;
	}
	nav ul li span {
		display: block;
	}
	#bottomnav ul {
		max-width: 500px;
		margin: 0 auto;
	}
	section#menu {
		height: 550px;
		padding: 10px 0 30px;
	}
	#staff > div {
		max-width: 1150px;
		margin: 0 auto;
	}
	#staff .item {
		margin-left: 10px;
		float: left;
	}
	#News dl {
		margin-left: 10px;
		float: left;
	}
	#News dd {
		margin-bottom: 0;
	}
	#News #owl-demo {
		width: 980px;
		margin: 0 auto;
	}
	.bg-img img {
		min-width: 100%;
		left: 0px;
	}
	footer {
		padding-top: 30px;
	}
	footer > p:nth-of-type(2) span {
		display: inline-block;
		font-size: 200%;
		position: relative;
		top: -30px;
		left: 330px;
	}
}
