@charset "UTF-8";
/* written by @osamukaneko */

/* Reset
------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,hr,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
	}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
strong,b,mark {
	font-weight: 700;
	font-style: inherit;
	}
em,i,cite,q,address,dfn,var {
	font-style: italic;
	font-weight: inherit;
	}
abbr[title],dfn[title] {
	cursor: help;
	border-bottom: 1px dotted;
	}
ins {
	border-bottom: 1px solid;
	}
a,u,ins {
	text-decoration: none;
	}
del,s {
	text-decoration: line-through;
	}
pre,code,samp,kbd {
	font-family: monospace;
	}
small {
	font-size: 0.75em;
	}
img {
	border: 0;
	font-style: italic;
	}
input,select,option,optgroup,textarea {
	font: inherit;
	}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display: block;
	}
audio[controls],canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	}
body {
	margin: 0;
	text-rendering: optimizeLegibility;
	}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	display: block;
	}
img,object,embed {
	max-width: 100%;
	height: auto;
	}


/* Text Link
------------------------------------------------------------*/
a,
a:link,
a:visited,
a:hover {
	color: #70736e;
	text-decoration: none;
	}
a:hover,
a:focus,
a:active {
	text-decoration: none;
	}
a img {
	border: 0;
	}
a:hover {
	color: #414141;
	}

img {
	vertical-align:bottom;
	}



/* Text Style
------------------------------------------------------------*/
html,
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #414141;
	letter-spacing: 0;
	line-height: 22px;
	background: white;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	}

p {
	margin: 0 0 14px;
	}
ul, ol {
	font-size: 12px;
	line-height: 17px;
	margin: 15px 0 15px 15px;
	padding: 0 0 10px 16px;
	}
ul {
	list-style: none;
	}
li {
	margin: 0 0 5px;
	padding: 0;
	}
.cf:before,
.cf:after {
	content: "";
	display: table;
	}
.cf:after {
	clear: both;
	}
.cf {
	*zoom: 1;
	}

/* Layout
------------------------------------------------------------*/
.row {
	width: 100%;
	clear: both;
	}
	.row .container {
		position: relative;
		width: 1070px;
		margin: 0 auto;
		}
@media only screen and (max-width: 1280px) and (max-height: 640px), only screen and (max-width: 640px) {
	.row .container {
		width: 100%;
		}
	}
@media only screen and (max-width: 1024px) and (max-height: 768px),
only screen and (max-width: 768px) and (max-height: 1024px) {
	.row .container {
		width: 100%;
		}
	}

header {
	position: relative;
	z-index: 10;
	height: 86px;
	padding: 18px 0;
	}
section {
	padding: 18px 0 0;
	margin: 0;
	}
footer {
	padding-top: 25px;
	}
@media only screen and (max-width: 1280px) and (max-height: 640px), only screen and (max-width: 640px) {
	header {
		height: auto;
		}
	section {
		padding: 0 18px;
		}
		section#topDescription {
			padding-bottom: 30px;
			}
		section#listCategory {
			}
		section#listRoom {
			padding: 0 9px;
			}
		section.full {
			padding: 0;
			}
	footer {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 18px 20px;
		}
	}
@media only screen and (max-width: 1024px) and (min-width: 641px) and (max-height: 768px),
only screen and (max-width: 768px) and (min-width: 641px) and (max-height: 1024px) {
	section {
		padding: 18px 18px 50px;
		}
		section#topDescription {
			padding-bottom: 30px;
			}
		section#listCategory {
			padding-bottom: 0;
			}
		section#listRoom {
			padding-top: 0;
			}
		section.full {
			padding: 0;
			}
	footer {
		padding: 0 18px 20px;
		}
	}

/* Row
------------------------------------------------------------*/



/* Responsive
------------------------------------------------------------*/
.hamburger,
.responsive-nav-bottom {
	display: none;
	margin: 0 0 18px;
	}

@media only screen and (max-width: 1280px) and (max-height: 640px), only screen and (max-width: 640px) {
	.hamburger,
	.responsive-nav-bottom {
		display: block;
		}
	.desktop-only {
		display: none;
		}
	}


/* Header
------------------------------------------------------------*/
#siteId {
	}
#topNavi {
	display: block;
	position: relative;
	}
@media only screen and (max-width: 1280px) and (max-height: 640px), only screen and (max-width: 640px) {
	#siteId {
		margin-left: 18px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}
	#siteId img {
		width: 186px;
		}
	}
@media only screen and (max-width: 1024px) and (min-width: 641px) and (max-height: 768px),
only screen and (max-width: 768px) and (min-width: 641px) and (max-height: 1024px) {
	#siteId {
		float: none;
		margin-left: 18px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}
	}

/* Navigation
------------------------------------------------------------*/
#topNavi #toggle-nav {
	/* float: right; */
	}
#topNavi ul {
	text-align: center;
	margin: 0;
	padding: 20px 0 0;
	}
	#topNavi ul li {
			display: -moz-inline-box;
			display: inline-block;
			/display: inline;
			/zoom: 1;
			padding: 0;
			margin: 0 30px;
		}
		#topNavi ul li a {
			display: block;
			font-size: 13px;
			font-weight: bold;
			color: #70736e;
			text-align: center;
			display: block;
			padding: 0;
			/*
			height: 42px;
			line-height: 42px;
			*/
			}
			#topNavi ul li a:hover {
				color: #414141;
				}

@media only screen and (max-width: 1280px) and (max-height: 640px), only screen and (max-width: 640px) {
	#topNavi {
		margin-top: 18px;
		}
		#topNavi ul {
			padding-top: 0;
			}
		#topNavi .nav-collapse {
			display: none;
			}
		#topNavi .hamburger {
			position: absolute;
			top: -40px;
			right: 0px;
			width: 41px;
			height: 31px;
			cursor: pointer;
			backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
		}
		#topNavi .hamburger span,
		#topNavi .hamburger span:before,
		#topNavi .hamburger span:after {
			content: '';
			position: relative;
			display: block;
			top: 6px;
			left: 0;
			width: 17px;
			height: 3px;
			background: #212124;
			-webkit-transition: all 0.1s ease-in-out;
			-moz-transition: all 0.1s ease-in-out;
			-o-transition: all 0.1s ease-in-out;
			transition: all 0.1s ease-in-out;
			}
		#topNavi .hamburger span:before {
			top: -6px;
			}
		#topNavi .hamburger span:after {
			top: 3px;
			}
		#topNavi .hamburger:hover span,
		#topNavi .hamburger:hover span:before,
		#topNavi .hamburger:hover span:after {
			background: #a3a2a2;
			}
		#topNavi .hamburger:hover span:before {
			-webkit-transform: translate(0, -1px);
			-moz-transform: translate(0, -1px);
			-o-transform: translate(0, -1px);
			-ms-transform: translate(0, -1px);
			transform: translate(0, -1px);
			}
		#topNavi .hamburger:hover span:after {
			-webkit-transform: translate(0, 1px);
			-moz-transform: translate(0, 1px);
			-o-transform: translate(0, 1px);
			-ms-transform: translate(0, 1px);
			transform: translate(0, 1px);
			}
	#topNavi .responsive-nav-bottom {
		background-color: #eee;
		border-top: 1px solid #ddd;
		text-align: center;
		line-height: 24px;
		font-size: 12px;
		}
		#topNavi .responsive-nav-bottom a {
			font-size: 12px;
			color: #70736e;
			font-weight: normal;
			}
			#topNavi .responsive-nav-bottom a:hover {
				color: #414141;
				}
	#topNavi #toggle-nav {
		float: none;
		}
	}

@media only screen and (max-width: 1024px) and (max-height: 768px), only screen and (max-width: 768px) and (max-height: 1024px) {
	#topNavi ul {
		margin-left: 18px;
		}
	}
@media only screen and (max-width: 1280px) and (max-height: 640px), only screen and (max-width: 640px) {
	#topNavi ul li {
		width: auto;
		}
	}
@media only screen and (max-width: 1280px) and (max-height: 640px), only screen and (max-width: 640px) {
	#topNavi ul {
		margin: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 100%;
		margin: 0;
		/* background-color: #005587; */
		background-color: #eee;
		float: none;
		text-align: left;
	    /* box-shadow: inset 0 2px 6px #003b5e; */
		}
		#topNavi ul li {
			display: block;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			position: relative;
			width: 100%;
			margin: 0;
			float: none;
			border-bottom: 1px solid #ddd;
			text-align: left;
			}
			#topNavi ul li a {
				font-weight: normal;
				text-align: left;
				color: #9f9f9f;
				padding-left: 18px;
				line-height: 40px;
				height: 40px;
				font-size: 12px;
				}
				#topNavi ul li a:hover {
					color: #414141;
					}
			#topNavi ul li.last {
				border-bottom: none;
				}
	}


/* Section
------------------------------------------------------------*/
section h1 {
	font-size: 1.2em;
	text-align: center;
	margin: 50px 0 25px;
	}
section h2 {
	font-size: 1.1em;
	text-align: center;
	margin: 10px 0;
	}
section article {
	width: 530px;
	margin: 0 auto;
	padding: 0 0 30px;
	}
	section article.center {
		text-align: center;
		}
	section article.room,
	section article.type {
		padding-bottom: 10px;
		}
	section article.description {
		padding-top: 10px;
		}
section ul#btnCategory {
	text-align: center;
	margin: 50px 0 0;
	padding: 0;
	}
	section ul#btnCategory li {
		display: -moz-inline-box;
		display: inline-block;
		/display: inline;
		/zoom: 1;
		padding: 0;
		margin: 0;
		}
	section ul#btnCategory li {
		padding-right: 40px;
		}
	section ul#btnCategory li:last-child {
		padding-right: 0;
		}
section.full img {
	/* width: 100%; */
	}

section.list {
	margin: 25px 0 0;
	}
	section.list ul {
		margin: 0;
		padding: 0;
		text-align: center;
		}
		section.list ul li {
			vertical-align: top;
			width: 260px;
			display: -moz-inline-box;
			display: inline-block;
			/display: inline;
			/zoom: 1;
			padding: 0;
			margin: 0;
			text-align: left;
			}
			section.list ul li h2 {
				margin: 20px 5px 0;
				text-align: left;
				}
			section.list ul li div {
				margin: 5px 5px 25px;
				line-height: 1.1em;
				color: #aaa;
				}
@media only screen and (max-width: 1280px) and (max-height: 640px), only screen and (max-width: 640px) {
	section h1 {
		margin: 25px 0 25px;
		}
	section article {
		width: 100%;
		}

	section.list ul li {
		width: 130px;
		margin: 0 9px;
		padding: 0;
		}
		section.list ul li img {
			width: 130px;
			}
	}
@media only screen and (max-width: 640px) {
	section ul#btnCategory {
		margin-top: 0;
		}
	section ul#btnCategory li {
		padding-right: 20px;
		}
	}
@media only screen and (min-width: 768px) {
	section ul#btnCategory li {
		padding-right: 0;
		width: 260px;
		}
	}



/* Footer
------------------------------------------------------------*/
footer .container.menu {
	margin-top: 24px;
	padding: 18px 0;
	font-size: 10px;
	}
@media only screen and (max-width: 1280px) and (max-height: 640px), only screen and (max-width: 640px) {
	footer .container.menu {
		padding-top: 28px;
		}
	}

footer #footerMenu {
	overflow: hidden;
	padding: 0 0 20px;
	}
	footer #footerMenu #footerFunctions {
		float: right;
		}
	footer #footerMenu #footerBtn {
		float: right;
		}
footer #copyright {
	float: right;
	}
@media only screen and (max-width: 1280px) and (max-height: 640px), only screen and (max-width: 640px) {
	footer .container.menu {
		font-size: 12px;
		line-height: 20px;
		}
	footer #footerMenu #footerBtn img {
		width: 100px;
		}
	footer #copyright img {
		width: 250px;
		}
	}