@media screen and ( max-width:37.5em) { 

* {
	line-height: 1.5;
}

html {
	overflow: auto;
}

body {
	overflow: hidden;
}

.header-wrapper {
	height: 60px;
}

.lang-switch-smartphone {
	position: absolute;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	background-color: #E2DFA2;
	border-radius: 4px;
	border-bottom: solid 4px #B3AF72;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	padding: 0 10px;
}

.lang-switch-smartphone:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.lang-switch-smartphone a {
	text-decoration: none;
	color: white;
	text-align: center;
}

.br-class {
	display: inline-block;
}

.slash {
	display: none;
}

.header-left {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -40%);
}
.header-left h1 {
	font-size: 18px;
}

.header-left h5 {
	margin-bottom: -8px;
	font-size: 8px;
	-webkit-appearance: none;
}

.header-right {
	display: none;
}

.menu-bar {
	display: block;
	float: right;
	text-align: center;
	height: 85%;
	width: 20%;
	font-size: 25px;
	background-color: #E2DFA2;
	z-index: 5;
}

#nav-toggle span {
	display:block;
	height: 5px;
	background-color: white;
	position: absolute;
	width: 70%;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}

.open #nav-toggle span:nth-child(1){
	top: 40%;
	transform: translateX(-50%) rotate(135deg);
	-webkit-transition: rotate(135deg) translateX(-50%);
	-moz-transition: rotate(135deg);
}

.open #nav-toggle span:nth-child(2){
	width: 0;
	left: 50%;
}

.open #nav-toggle span:nth-child(3){
	top: 40%;
	transform: translateX(-50%) rotate(-135deg);
	-webkit-transition: rotate(-135deg);
	-moz-transition: rotate(-135deg);
}

.menu-smartphone {
	padding-top: 15%;
	position: absolute;
	right: -60%;
	width: 53%;
	text-align: left;
	background-color: black;
	opacity: 0.7;
	color: white;
	font-size: 20px;
	padding-left: 8px;
	z-index: 4;
	border-radius: 10px;
	line-height: 180%;
	display: block;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}

.open #menu-toggle {
	transform: translateX(-110%);
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 10%;
}

#nav-toggle span:nth-child(2) {
	top: 43%;
}

#nav-toggle span:nth-child(3) {
	top: 75%;
}

.image-wrapper {
	height: 200px;
}

.image-wrapper img {
	height: 200px;
}

.image-wrapper h2 {
	font-size: 23px;
}

.image-wrapper h5 {
	font-size: 12px;
	-webkit-appearance: none;
}

.menu-wrapper {
	height: 33px;
	background-color: #E2DFA2;
}

.menu-wrapper ul {
	display: none;
}

.main-wrapper-left .heading {
	display: none;
}

.main-wrapper-left {
	width: 100%;
}

.inside-image {
	display: none;
}

.menu-title-smartphone {
	color: white;
	font-size: 12px;
	display: block;
}

.menu-title-smartphone h5 {
	margin-top: -8px;
}

.top-image {
	margin-top: 20px;
	height: 250px;
	width: 250px;

}

.main-wrapper-left img {
	max-width: 250%;
}

.main-wrapper-right {
	position: relative;
	left: 50%;
	transform: translateX(-40%);
	float: none;
	width: 90%;
	margin-bottom: 20px;
	text-align: center;
}

.introduce h2 {
	font-size: 18px;
	text-align: left;
}

.introduce p {
	margin-top: 5px;
	font-size: 14px;
}

.bath {
	width: 80%;
	height: 300px;
	font-size: 16px;
}

.bath img {
	height: 200px;
}

.bath h2 {
	line-height: 1;
	font-size: 20px;
}

.main-contents {
	font-size: 14px;
	width: 70%;
}

.main-contents table {
	font-size: 18px;
	border: none;
}

.main-contents tr:nth-child(1) td{
	border-bottom:	none;
}

.main-contents th {
	display: block;
	width: 100%;
	border-bottom: none;
}

.main-contents	td {
	display: block;
	font-size: 16px;
	width: 100%;
}

.map {
	width: 75%;
	height: 300px;
}

.footer-wrapper {
	height: 100px;
}

.footer-center {
	top: 70%;
}

.footer-center h1 {
	font-size: 18px;
	margin-top: -7px;
}

.footer-center h5 {
	font-size: 8px;
	-webkit-appearance: none;
}

.lang-switch {
	display: none;
}

.footer-right {
	top: 1%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.footer-right h2 {
	text-align: center;
	font-size: 23px;
}

.footer-right h5 {
	margin-bottom: 14px;
	text-align: center;
	font-size: 10px;
}

}

@media screen and (min-width:37.5em) and ( max-width:60em) {

.header-wrapper {
	height: 60px;
}

.header-left h1 {
	font-size: 30px;
}

.header-left h5 {
	font-size: 10px;
}

.header-right h2 {
	font-size: 25px;
}

.header-right h5 {
	font-size: 13px;
}

.image-wrapper {
	height: 200px;
}

.image-wrapper img {
	height: 200px;
}

.image-wrapper h2 {
	font-size: 23px;
}

.image-wrapper h5 {
	font-size: 12px;
}

.menu-wrapper {
	height: 30px;
}

.menu-wrapper ul li a {
	font-size: 18px;
}

.menu-wrapper ul li a .sub {
	font-size: 11px;
	margin-top: -7px;
}

.main-wrapper-left .heading {
	font-size: 22px;
}

.main-wrapper-left .heading .sub {
	font-size: 14px;
}

.top-image {
	height: 200px;
	width: 200px;
}

.main-wrapper-left img {
	max-width: 250%;
}

.introduce h2 {
	font-size: 15px;
}

.introduce p {
	margin-top: 5px;
	font-size: 13px;
}

.bath {
	height: 210px;
	font-size: 13px;
	width: 40%;
}

.bath img {
	height: 110px;
}

.bath h2 {
	font-size: 20px;
}

.main-contents {
	font-size: 14px;
	width: 50%;
}

.main-contents table {
	font-size: 18px;
}

.main-contents	td {
	font-size: 16px
}

.map {
	width: 50%;
	height: 300px;
}

.footer-wrapper {
	height: 100px;
}

.lang-switch {
	font-size: 15px;
}

.footer-center h1 {
	font-size: 30px;
}

.footer-center h5 {
	font-size: 13px;
}

.footer-right h2 {
	font-size: 20px;
}

.footer-right h5 {
	font-size: 10px;
}

}

@media screen and (min-width:60em) and ( max-width:80em) {

.header-wrapper {
	height: 80px;
}

.header-left h1 {
	font-size: 40px;
}

.header-left h5 {
	font-size: 10px;
}

.header-right h2 {
	font-size: 30px;
}

.header-right h5 {
	font-size: 16px;
}

.image-wrapper {
	height: 235px;
}

.image-wrapper img {
	height: 235px;
}

.image-wrapper h2 {
	font-size: 30px;
}

.image-wrapper h5 {
	font-size: 15px;
}

.menu-wrapper {
	height: 40px;
}

.menu-wrapper ul li a {
	font-size: 25px;
}

.menu-wrapper ul li a .sub {
	font-size: 18px;
}

.main-wrapper-left .heading {
	font-size: 30px;
}

.main-wrapper-left .heading .sub {
	font-size: 15px;
}

.top-image {
	height: 300px;
	width: 300px;
}

.main-wrapper-left img {
	max-width: 250%;
}

.introduce h2 {
	font-size: 20px;
}

.introduce p {
	font-size: 15px;
}

.bath {
	height: 280px;
	font-size: 16px;
}

.bath img {
	height: 164px;
}

.bath h2 {
	font-size: 25px;
}


.main-contents {
	font-size: 21px;
}

.main-contents table {
	font-size: 20px;
}

.main-contents	td {
	font-size: 18px
}

.map {
	height: 350px;
}

.footer-wrapper {
	height: 130px;
}

.footer-center h1 {
	font-size: 45px;
}

.footer-center h5 {
	font-size: 15px;
}

.footer-right h2 {
	font-size: 30px;
}

.footer-right h5 {
	font-size: 15px;
}

}