/* CSS reset */
html, body {font-family:ms mincho;margin:0 auto;overflow-x:hidden;}

body,html,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

a {color:#776646;text-decoration:none;font-weight:bold;}
a:hover {text-decoration:underline;}

footer a {font-weight:normal;}

h2 {
	text-align:center;
	font-size:38px;
	font-family:MS mincho;
	font-weight:bold;
 margin-bottom:40px;
}

h3 {
	text-align:center;
	border-bottom:1px solid #9999;
	padding-bottom:20px;
	margin-bottom:30px;
}

h4 {
	color:white;
	font-size:45px;
	text-shadow:-1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	font-family:ms mincho;
	font-weight:bolder;
 margin-bottom:15px;
}

h5 {
	text-align:center;
	font-size:25px;
	font-family:MS mincho;
	font-weight:bold;
 margin-bottom:40px;
}

h6 {
	text-align:center;
	font-size:25px;
	font-family:MS mincho;
	font-weight:bold;
	margin-bottom:40px;
	margin-top:-30px;
	position:relative;
}

h6::before, h6::after, #testimony span::before, #testimony span::after {
	display:block;
	content:"";
	border:1px solid #80808033;
	top:15px;
	position:absolute;
	width:42%;
	z-index:-1;
}
h6::before, #testimony span::before {right:0;}

ol,ul {list-style:none;}

header {
	width:88%;
	height:470px;
	display:block;
	margin:0 auto;
	position:relative;
}

nav {
	position:absolute;
	z-index:2;
	padding:0 20px;
 width:95%;
	height:95px;
	display:block;
	background:url(../images/common/navborder.gif) repeat-x left bottom;
	background-clip:content-box;
 z-index:9999;
}

nav::before {
	content:"";
	width:288px;
	height:133px;
	background:url(../images/common/telback.png) 0 0 no-repeat;
	position:absolute;
	right:-20px;
}

nav a.logo {
	background:url(../images/common/logo.png) no-repeat 0 0/contain;
	width:550px;
	height:90px;
	display:block;
	padding:65px 0 0 390px;
	box-sizing:border-box;
	text-decoration:none;
	color:#e1dc82;
	font-size:12px;
	text-shadow:1px 1px 3px #111010;
	float:left;
	font-family:MS mincho;
	font-weight:bold;
	letter-spacing:-2px;
}

nav > ul {height:30px;float:left;margin-top:70px;}
nav > ul > li {float:left;padding-right:15px;position:relative;white-space:nowrap;}
nav ul a {
	color:white;
	text-decoration:none;
	text-shadow:2px 1px 3px #000, 2px 1px 3px #000;
	font-family:MS gothic;
	font-weight:bold;
	letter-spacing:-1px;
}
nav ul a:hover {color:#f3e05b;}

nav ul li ul {
	position:absolute;
	transform:scaley(0);
	overflow:hidden;
	transition:all 1s ease;
	background-color:#80808099;
	transform-origin:0% 0%;
}
nav ul li:hover ul {transform:scaley(1);}
nav ul li ul li {padding:5px 15px;}
nav > ul > li::after {
	content:"|";
	position:absolute;
	right:4px;
	top:2px;
	color:#e3c9c9;
	font-size:12px;
}

section::after, aside::after, .inner .locations::after {
	clear:both;
	content:"";
	display:table;
}

.flagen, .flagjp {
  display:inline-block;
  width:40px;
  height:25px;
  position:absolute;
  top:5px;
}
.flagen {
  background:url(../images/common/enflag.gif) no-repeat 0 0;
  right:60px;
}
.flagjp {
  background:url(../images/common/jpflag.gif) no-repeat 0 0;
  right:5px;
}
.flagen:hover, .flagjp:hover {
	filter:sepia(100%);
}

.inner header {
	height:95px;
}

aside {
	display:inline-block;
	width:290px;
	position:relative;
	margin:40px 10px 0 90px;
}

input, textarea, select {
	display:block;
	width:80%;
	border-radius:10px;
	border:none;
	padding:15px 0 0 15px;
	box-sizing:border-box;
	font-size:18px;
}
input, select {
	height:40px;
	margin-bottom:15px;
}
input::placeholder, textarea::placeholder {
	color:#786b0f;
	font-weight:normal;
}

input[type="submit"] {
	float:right;
	width:105px !important;
	height:50px !important;
	text-align:center;
	padding:0 !important;
	background-color:red;
	color:white;
	border-radius:5px !important;
 margin-top:70px;
 box-shadow:1px 1px 2px black;
 cursor:pointer;
}
input:hover[type="submit"] {font-size:20px !important;}

.tel {
	display:block;
	width:250px;
	height:54px;
	right:0;
	background:url(../images/common/tel.png) 0 0 no-repeat;
	position:absolute;
	top:30px;
}

html:not([data-scroll="0"]) nav {
	position:fixed;
	top:0;
	z-index:9999;
	height:50px;
	padding:0;
	max-width:1180px;
	background-color:#b5bcda;
}
html:not([data-scroll='0']) nav::before {display:none;}

html:not([data-scroll="0"]) nav a.logo {
	transform:scale(.5);
	transform-origin:30px top;
}
html:not([data-scroll="0"]) nav > ul {margin-top:25px;}

html:not([data-scroll="0"]) .tel {transform:scale(.8);top:0;}


html:not([data-scroll="0"]) .flagen {right:auto;left:350px;}
html:not([data-scroll="0"]) .flagjp {right:auto;left:400px;}
html:not([data-scroll="0"]) .flagjp, html:not([data-scroll="0"]) .flagen {top:15px;}

.inner main {
	display:inline-block;
	vertical-align:top;
 margin:40px 0;
 width:calc(100% - 400px);
 padding:10px;
 box-sizing:border-box;
 max-width:860px;
}

#topicpath {margin-bottom:20px;}

.inner .locations {
	top:0;
	left:0;
 position:initial;
}

.locations {
	position:absolute;
	top:110px;
	left:40px;
	background:#ffcc66b3;
	padding:3px 15px 0px 10px;
	border-radius:7px;
 box-shadow:1px 1px 3px black;
}

.locations li a {
	background-color:white;
	padding:15px 0 0 40px;
	border-radius:5px;
	text-decoration:none;
	display:block;
	color:#514023;
	font-size:24px;
	height:45px;
	margin:0 0 8px 40px;
	box-sizing:border-box;
	height:55px;
}
.locations li a:hover {color:gold;}

.locations[title]::before {
	content:attr(title);
	font-family:november;
	font-size:25px;
	margin-bottom:2px;
	display:block;
	margin-left:10px;
}

.locations li a::before {
	content:"";
	display:block;
	width:55px;
	height:55px;
	position:absolute;
	border-radius:55px;
 margin:-15px 0 0 -70px;
 background-size:cover;
 transition:transform 1s ease;
}

.locations li:first-child a::before {background:url(../images/common/menu-akasaka.gif) no-repeat 0 0;}          
.locations li:nth-child(2) a::before {background:url(../images/common/menu-asakusa.gif) no-repeat 0 0;}          
.locations li:nth-child(3) a::before {background:url(../images/common/menu-roppongi.gif) no-repeat 0 0;}          
.locations li:nth-child(4) a::before {background:url(../images/common/menu-shimbashi.gif) no-repeat 0 0;}          
.locations li:nth-child(5) a::before {background:url(../images/common/menu-yoga.gif) no-repeat 0 0;} 

.locations li a:hover::before {transform:scale(1.2);z-index:20;}

.aside1 {
	background:url(../images/common/submenuback.gif) no-repeat 0 0;
	width:245px;
	height:125px;
	margin:40px auto 0;
 box-sizing:border-box;
 padding:20px 0 0;
}

.aside1 a {
	display:block;
	text-align:center;
	margin:0 auto 10px;
	width:210px;
	height:40px;
	box-sizing:border-box;
	text-shadow:-1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	color:white;
	text-transform:uppercase;
	letter-spacing:2px;
	font-family:arial;
	font-weight:bold;
	font-size:18px;
	padding-top:10px;
}
.aside1 a:hover, .aside2 a:hover {text-decoration:none;color:#f3e05b;}

.aside1 a:first-child {background:url(../images/common/subtestimony.gif) no-repeat 0 0;}
.aside1 a:nth-child(2) {background:url(../images/common/subevents.gif) no-repeat 0 0;}

.aside2 {margin-top:25px;}

.aside2 a {
	display:block;
	width:240px;
	height:95px;
	margin:0 auto 10px;
	text-transform:uppercase;
	color:black;
	font-weight:bold;
	font-size:25px;
	box-sizing:border-box;
	padding:20px 0 0 140px;
}

.aside2 a:first-child {background:url(../images/common/searchroom.gif) no-repeat 0 0;}
.aside2 a:nth-child(2) {background:url(../images/common/bookaroom.gif) no-repeat 0 0;}

footer {
	height:305px;
	width:100%;
	background-color:#200000;
	color:white;
 position:relative;
}

footer::after {
	position:absolute;
	content:"";
	border-bottom:4px solid white;
	width:100%;
	height:2px;
	top:5px;
 left:0;
}

footer a {color:white;}

footer section {display:inline-block;vertical-align:top;}

footer section:first-child {
	padding:100px 0 0;
	width:50%;
	background:url(../images/common/footer-back.jpg) no-repeat 0 0/cover;
	height:100%;
	box-sizing:border-box;
}

footer section p:first-child a {color:#300;font-size:40px;vertical-align:middle;}

footer section p:first-child {
	background-color:#ffffffad;
	color:black;
	font-size:20px;
	font-family:arial;
	padding:25px 20px;
	width:auto;
	display:inline;
}

#copyright {
	position:absolute;
	bottom:5px;
	font-size:13px;
	background-color:#33000073;
	display:inline;
	padding:5px;
	left:0;
}

footer ul {margin:45px 35px;list-style:square;display:inline-block;}

footer ul[title]::before {
	content:attr(title);
	font-size:25px;
	font-weight:bold;
	font-family:helvetica;
	margin-bottom:30px;
	display:block;
}

footer li {
	line-height:190%;
}


/*top*/

li.slick-slide {
	float:left;
	background:#630c;
	border-radius:10px;
	box-shadow:1px 1px 2px black;
	width:175px;
	height:320px;
	box-sizing:border-box;
	padding:10px;
 margin-right:25px;
 transition:all 1s ease;
}
li.slick-slide:hover {background:#ae9116e6;}

.avalnow dl {
	background:#ff9c;
	border-radius:5px;
	font-size:13px;
	padding:5px;
	height:60px;
}

.avalnow dt {
	font-weight:bold;
	float:left;
	clear:left;
}

.avalnow dd {float:right;}

.avalnow span {
	color:#c91818;
	font-weight:bold;
 font-size:12px;
 text-transform:capitalize;
}

.avalnow a {
	background:url(../images/top/bookbutton.gif) repeat-x 0 0;
	border-radius:5px;
	border:0;
	padding:2px 0;
	text-transform:uppercase;
	font-size:15px;
	margin:13px auto;
	box-shadow:1px 1px 2px black;
	color:white;
	font-weight:bold;
	text-shadow:-1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	width:90%;
	display:block;
	text-decoration:none;
	text-align:center;
}

.avalnow a:hover {color:gold;box-shadow:1px 0px 2px black;}

.avalnow img {width:150px;height:180px;}

.slick-slide div::before {
	content:"available now!";
	position:absolute;
	color:#f11;
	font-weight:bold;
	text-transform:capitalize;
	display:block;
	width:80px;
	height:80px;
	text-align:center;
	background-color:#ffffff80;
	border-radius:55px;
	box-sizing:border-box;
	padding:27px 0;
	font-family:impact;
	letter-spacing:1px;
	right:-10px;
 top:-5px;
}

.viewfull {width:100%;text-align:center;position:relative;margin-top:20px;}
.viewfull img {transition:all 1s ease;}
.viewfull img:hover {filter:hue-rotate(180.6deg);}

.viewfull::before, .viewfull::after {
	content:"";
	position:absolute;
	height:1px;
	width:36%;
	border-bottom:1px solid #aa9696;
 top:25px;
}

.viewfull::before {left:50px;}
.viewfull::after {right:50px;}

#features {margin-top:30px;padding:0 10%;}

#features article {
	float:left;
	width:315px;
	height:280px;
	margin:70px 20px 0;
	border-radius:7px;
	border:2px solid #ad9463;
	box-sizing:border-box;
	padding:90px 20px 0;
 position:relative;
 transition:all 0.4s ease;
}
#features article:hover {transform:scale(1.1);}

#features article::before {
	content:"";
	position:absolute;
	box-shadow:1px 1px 3px #8a7777;
	width:135px;
	height:135px;
	border-radius:75px;
	top:-70px;
	left:90px;
	background-color:white;
 box-sizing:border-box;
}
#features article:nth-child(2)::before {content:url(../images/top/feat-yen.gif);padding:20px 30px;}
#features article:nth-child(3)::before {content:url(../images/top/feat-pay.gif);padding:20px 20px;}
#features article:nth-child(4)::before {content:url(../images/top/feat-room.gif);padding:20px 20px;}
#features article:nth-child(5)::before {content:url(../images/top/feat-afford.gif);padding:25px 20px;}
#features article:nth-child(6)::before {content:url(../images/top/feat-air.gif);padding:25px 18px;}
#features article:nth-child(7)::before {content:url(../images/top/feat-wifi.gif);padding:25px 18px;}

#features p {color:#666;font-weight:bold;}

#features li {
	color:#666;
	font-weight:bold;
	background:url(../images/common/check.gif) no-repeat 0 3px;
	text-indent:30px;
	line-height:180%;
}

#callnow {
	clear:both;
	margin-top:40px;
	width:100%;
	height:360px;
	background:url(../images/top/callnow.gif) no-repeat 0 0/cover;
}

#callnow article {
	width:50%;
	float:left;
 box-sizing:border-box;
}

#callnow article {
	padding:40px;
 position:relative;
 text-align:center;
}

#callnow article:first-child::after {
	content:"";
	border-right:2px solid white;
	position:absolute;
	right:0;
	height:325px;
	top:19px;
}

#callnow p {
	font-size:35px;
	font-family:ms mincho;
	line-height:150%;
}

#callnow p:nth-child(3) {text-align:left;}

#callnow a {
	color:#311b36;
	text-decoration:none;
	font-weight:bold;
	font-size:43px;
}
#callnow a:hover {text-decoration:underline;}

#callnow span {
	background:url(../images/top/callicon.gif) no-repeat 0 5px;
	height:50px;
	display:inline-block;
	text-indent:50px;
}

#callnow textarea {float:left;}

#areas article {
	position:relative;
	float:left;
	display:block;
	width:50%;
	min-height:390px;
 padding:20px 40px;
 box-sizing:border-box;
}

.areaslide {position:absolute;transition:all 1s ease;}

#areas, #events {
	font-size:20px;
	line-height:155%;
	color:#413636;
}

.arealink {
	display:inline-block;
	height:45px;
	background-color:#cbb727;
	box-sizing:border-box;
	padding:10px;
	text-decoration:none;
	color:#330000;
	font-weight:bold;
	margin-top:20px;
}

.arealink:hover {background:#ad9463;}

#tour {
	margin-top:40px;
	background:url(../images/top/tour-back.gif) no-repeat 0 0/cover;
	color:white;
	font-weight:bold;
	font-size:25px;
}

#tour article:first-child, #tour article:nth-child(3) {padding:15px;clear:both;}

#tour article:nth-child(2) {
	overflow:hidden;
	width:100%;
	white-space:nowrap;
 position:relative;
}

.marquee {animation:marquee 5s linear infinite alternate;}
@keyframes marquee {
 0%   {transform:translateX(0%);}
 100% {transform:translateX(-10%);}
}

#tour a {text-decoration:none;color:#33ffff;}

#tour a:hover {text-decoration:underline;}

#tour img:hover {filter:brightness(150%);}

#updates {
	border:2px solid #300;
	margin:40px auto;
	width:95%;
	box-shadow:0px -3px 1px white, 0px -4px 1px #300;
}

#updates h2 {
	text-align:left;
	margin-left:60px;
	display:inline-block;
	background-color:white;
	margin-top:-60px;
	padding:0 15px;
}

#updates ul {
	margin:0 60px;
	font-size:20px;
	color:#666;
	font-weight:bold;
}

#updates li {
	margin-bottom:20px;
	border-bottom:1px solid gray;
	padding-bottom:25px;
 position:relative;
}

#updates li:last-child {border:none;}

#updates li::before, #updates li::after {
	position:absolute;
	content:"";
	border-radius:25px;
}

#updates li::before {
	width:20px;
	height:20px;
	background-color:#ad9463;
	left:-30px;
}

#updates li::after {
	width:10px;
	height:10px;
	background-color:white;
	left:-27px;
	top:2px;
}

#updates li:hover::before {background-color:#cbb727;}


/*slideshow*/
.container {
	width:780px;
	position:absolute;
	top:110px;
	left:360px;
 z-index:2;
}

.col-md-12 {position:relative;min-height:1px;}

.slick-slide div {position:relative;}

.slick-list {
	position:relative;
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;
}

.slick-initialized .slick-slide {display:block;}
.slick-slide {
	display:none;
	float:left;
	height:100%;
	min-height:1px;
}

.slick-dots {
  text-align:center;
  margin:0 0 10px 0;
  padding:0;
}
.slick-dots li {
  display:inline-block;
  margin-left:4px;
  margin-right:4px;
}
.slick-dots li.slick-active button {background-color:black;}
.slick-dots li button {
  font:0/0 a;
  text-shadow:none;
  color:transparent;
  background-color:#999;
  border:none;
  width:15px;
  height:15px;
  border-radius:50%;
}
.slick-dots li :hover {background-color:black;}


/* Custom Arrow */
.prev, .next {
	position:absolute;
	background:url(../images/top/arrow.png) no-repeat 0 0/cover;
	width:30px;
	height:30px;
	bottom:-10px;
	transition:all 0.2s ease;
}

.prev {left:0;}
.next {right:0;transform:rotate(200grad);}
.prev:hover, .next:hover {
	height:33px;
 width:33px;
 filter:sepia(1);
	cursor:pointer;
}

.slick-disabled {cursor:auto !important;filter:none!important;height:30px!important;width:30px!important;opacity:0.3;}

@media screen and (max-width:800px) {
  .next {display:none !important;}
}


/*rooms*/
.rooms {border-collapse:collapse;margin:0 auto 20px;}

.rooms td, .rooms th {border:1px solid #bf9f31;padding:10px;}

table.rooms p {color:#666;}

.rooms a {position:relative;}
.rooms a::before {
	position:absolute;
	display:block;
	background:#b20909;
	height:40px;
	width:70%;
	content:attr(title);
	border-radius:0 25px 25px 0;
	color:white;
	bottom:30px;
	box-shadow:1px 1px 3px black;
	box-sizing:border-box;
	padding:14px 10px;
	font-weight:bold;
	white-space:nowrap;
	font-size:13px;
 text-shadow:-1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
 z-index:2;
}
.rooms a:hover::before {text-decoration:underline;}
.rooms a:hover img{filter:sepia(100);}

.roomtable {width:100%;border-spacing:10px;}

.floortable {background-color:#F7EFC6;border-collapse:collapse;width:100%;margin-bottom:40px;}
.floortable td {border:1px solid black;}

.tablecaption {
	background-color:#200000;
	color:white;
	text-align:center;
	font-weight:bold;
	height:35px;
	font-size:20px;
 vertical-align:middle;
}

.floorcaption {background-color:white;text-align:center;}
.floorcaption td {padding:0 10px;white-space:nowrap;}

td {vertical-align:top;}
.roomchange td {padding:10px;vertical-align:middle;text-align:center;}
.roomchange:hover td {background-color:gold;}
.roomchange img {
	width:70px;
 height:88px;
	cursor:pointer;
	border:2px solid #ad982a;
}

.smallerpic .roomchange img {width:40px;height:48px;}

.facility {width:20px;height:20px;}
.shower {background-color:#99ccff;}
.toilet {background-color:#00ffff;}
.sink {background-color:#9999ff;}
.laundry {background-color:#ccccff;}
.kitchen {background-color:#d4e187;}

.plan {width:125px;}
.plan table {
	border-collapse:inherit;
	border-spacing:5px;
 border:1px solid #7e8035;
 margin-bottom:10px;
}

.attractions td {padding:15px;}
.attractions td:first-child {width:400px;}

.hiddenlayer {
	top:0;
	left:0;
	position:absolute;
	z-index:2;
	visibility:hidden;
	text-align:left;
	width:510px;
}

.thumbs img {width:90px;}

.asakusa_floor2 {
  background-image:url(../images/asakusa/floor2.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:0px 0px;
}

.asakusa_floor201 {
  background-image:url(../images/asakusa/floor2.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-112px 0px;
}

.asakusa_floor202 {
  background-image:url(../images/asakusa/floor2.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-224px 0px;
}

.asakusa_floor203 {
  background-image:url(../images/asakusa/floor2.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-336px 0px;
}

.asakusa_floor204 {
  background-image:url(../images/asakusa/floor2.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-448px 0px;
}

.asakusa_floor205 {
  background-image:url(../images/asakusa/floor2.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-560px 0px;
}

.asakusa_floor206 {
  background-image:url(../images/asakusa/floor2.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-672px 0px;
}

.asakusa_floor3 {
  background-image:url(../images/asakusa/floor3.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:0px 0px;
}

.asakusa_floor301 {
  background-image:url(../images/asakusa/floor3.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-112px 0px;
}

.asakusa_floor302 {
  background-image:url(../images/asakusa/floor3.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-224px 0px;
}

.asakusa_floor303 {
  background-image:url(../images/asakusa/floor3.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-336px 0px;
}

.asakusa_floor304 {
  background-image:url(../images/asakusa/floor3.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-448px 0px;
}

.asakusa_floor305 {
  background-image:url(../images/asakusa/floor3.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-560px 0px;
}

.asakusa_floor306 {
  background-image:url(../images/asakusa/floor3.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-672px 0px;
}

.asakusa_floor4 {
  background-image:url(../images/asakusa/floor4.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:0px 0px;
}

.asakusa_floor401 {
  background-image:url(../images/asakusa/floor4.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-112px 0px;
}

.asakusa_floor402 {
  background-image:url(../images/asakusa/floor4.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-224px 0px;
}

.asakusa_floor403 {
  background-image:url(../images/asakusa/floor4.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-336px 0px;
}

.asakusa_floor404 {
  background-image:url(../images/asakusa/floor4.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-448px 0px;
}

.asakusa_floor405 {
  background-image:url(../images/asakusa/floor4.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-560px 0px;
}

.asakusa_floor406 {
  background-image:url(../images/asakusa/floor4.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-672px 0px;
}

.asakusa_floor5 {
  background-image:url(../images/asakusa/floor5.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:0px 0px;
}

.asakusa_floor501 {
  background-image:url(../images/asakusa/floor5.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-112px 0px;
}

.asakusa_floor502 {
  background-image:url(../images/asakusa/floor5.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-224px 0px;
}

.asakusa_floor503 {
  background-image:url(../images/asakusa/floor5.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-336px 0px;
}

.asakusa_floor504 {
  background-image:url(../images/asakusa/floor5.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:0px -225px;
}

.asakusa_floor505 {
  background-image:url(../images/asakusa/floor5.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-112px -225px;
}

.asakusa_floor506 {
  background-image:url(../images/asakusa/floor5.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-224px -225px;
}

.asakusa_floor507 {
  background-image:url(../images/asakusa/floor5.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-336px -225px;
}

.akasaka_floor4 {
  background-image:url(../images/akasaka/floor4.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:0px 0px;
}

.akasaka_floor401 {
  background-image:url(../images/akasaka/floor4.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-112px 0px;
}

.akasaka_floor402 {
  background-image:url(../images/akasaka/floor4.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-224px 0px;
}

.akasaka_floor403 {
  background-image:url(../images/akasaka/floor4.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-336px 0px;
}

.akasaka_floor404 {
  background-image:url(../images/akasaka/floor4.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-448px 0px;
}

.akasaka_floor405 {
  background-image:url(../images/akasaka/floor4.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-560px 0px;
}

.akasaka_floor406 {
  background-image:url(../images/akasaka/floor4.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-672px 0px;
}

.akasaka_floor407 {
  background-image:url(../images/akasaka/floor4.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-784px 0px;
}

.akasaka_floor408 {
  background-image:url(../images/akasaka/floor4.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-896px 0px;
}

.yoga_floor1 {
  background-image:url(../images/yoga/floor1.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:0px 0px;
  vertical-align:bottom;
  text-align:right;
}

.yoga_floor101 {
  background-image:url(../images/yoga/floor1.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-112px 0px;
  vertical-align:bottom;
  text-align:right;
}

.yoga_floor2 {
  background-image:url(../images/yoga/floor2.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:0px 0px;
}

.yoga_floor3 {
  background-image:url(../images/yoga/floor3.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:0px 0px;
}

.yoga_floor301 {
  background-image:url(../images/yoga/floor3.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-112px 0px;
}

.yoga_floor302 {
  background-image:url(../images/yoga/floor3.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-224px 0px;
}

.yoga_floor4 {
  background-image:url(../images/yoga/floor4.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:0px 0px;
}

.yoga_floor401 {
  background-image:url(../images/yoga/floor4.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-112px 0px;
}

.yoga_floor402 {
  background-image:url(../images/yoga/floor4.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-224px 0px;
}

.yoga_floor5 {
  background-image:url(../images/yoga/floor5.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:0px 0px;
}

.yoga_floor501 {
  background-image:url(../images/yoga/floor5.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-112px 0px;
}

.yoga_floor502 {
  background-image:url(../images/yoga/floor5.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-224px 0px;
}

.shimbashi_floor1 {
  background-image:url(../images/shimbashi/floor1.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:0px 0px;
}

.shimbashi_floor11 {
  background-image:url(../images/shimbashi/floor1.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-112px 0px;
}

.shimbashi_floor12 {
  background-image:url(../images/shimbashi/floor1.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-224px 0px;
}

.shimbashi_floor13 {
  background-image:url(../images/shimbashi/floor1.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-336px 0px;
}

.shimbashi_floor14 {
  background-image:url(../images/shimbashi/floor1.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-448px 0px;
}

.shimbashi_floor2 {
  background-image:url(../images/shimbashi/floor2.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:0px 0px;
}

.shimbashi_floor21 {
  background-image:url(../images/shimbashi/floor2.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-112px 0px;
}

.shimbashi_floor22 {
  background-image:url(../images/shimbashi/floor2.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-224px 0px;
}

.shimbashi_floor23 {
  background-image:url(../images/shimbashi/floor2.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-336px 0px;
}

.shimbashi_floor24 {
  background-image:url(../images/shimbashi/floor2.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-448px 0px;
}

.shimbashi_floor25 {
  background-image:url(../images/shimbashi/floor2.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-560px 0px;
}

.shimbashi_floor26 {
  background-image:url(../images/shimbashi/floor2.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-672px 0px;
}

.shimbashi_floor3 {
  background-image:url(../images/shimbashi/floor3.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:0px 0px;
}

.shimbashi_floor31 {
  background-image:url(../images/shimbashi/floor3.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-112px 0px;
}

.shimbashi_floor32 {
  background-image:url(../images/shimbashi/floor3.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-224px 0px;
}

.shimbashi_floor33 {
  background-image:url(../images/shimbashi/floor3.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-336px 0px;
}

.shimbashi_floor34 {
  background-image:url(../images/shimbashi/floor3.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-448px 0px;
}

.shimbashi_floor35 {
  background-image:url(../images/shimbashi/floor3.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-560px 0px;
}

.shimbashi_floor4 {
  background-image:url(../images/shimbashi/floor4.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:0px 0px;
}

.shimbashi_floor41 {
  background-image:url(../images/shimbashi/floor4.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-112px 0px;
}

.shimbashi_floor42 {
  background-image:url(../images/shimbashi/floor4.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-224px 0px;
}

.shimbashi_floor43 {
  background-image:url(../images/shimbashi/floor4.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-336px 0px;
}

.shimbashi_floor44 {
  background-image:url(../images/shimbashi/floor4.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-448px 0px;
}

.shimbashi_floor5 {
  background-image:url(../images/shimbashi/floor5.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:0px 0px;
}

.shimbashi_floor51 {
  background-image:url(../images/shimbashi/floor5.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-112px 0px;
}

.shimbashi_floor52 {
  background-image:url(../images/shimbashi/floor5.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-224px 0px;
}

.shimbashi_floor53 {
  background-image:url(../images/shimbashi/floor5.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-336px 0px;
}

.shimbashi_floor54 {
  background-image:url(../images/shimbashi/floor5.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-448px 0px;
}

.shimbashi_floor55 {
  background-image:url(../images/shimbashi/floor5.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-560px 0px;
}

.shimbashi_floor56 {
  background-image:url(../images/shimbashi/floor5.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-672px 0px;
}

.shimbashi_floor6 {
  background-image:url(../images/shimbashi/floor6.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:0px 0px;
}

.shimbashi_floor61 {
  background-image:url(../images/shimbashi/floor6.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-112px 0px;
}

.shimbashi_floor62 {
  background-image:url(../images/shimbashi/floor6.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-224px 0px;
}

.shimbashi_floor63 {
  background-image:url(../images/shimbashi/floor6.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-336px 0px;
}

.shimbashi_floor64 {
  background-image:url(../images/shimbashi/floor6.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-448px 0px;
}

.roppongi_floor2 {
  background-image:url(../images/roppongi/floor2.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:0px 0px;
}

.roppongi_floor200 {
  background-image:url(../images/roppongi/floor2.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-112px 0px;
}

.roppongi_floor201 {
  background-image:url(../images/roppongi/floor2.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-224px 0px;
}

.roppongi_floor202 {
  background-image:url(../images/roppongi/floor2.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-336px 0px;
}

.roppongi_floor203 {
  background-image:url(../images/roppongi/floor2.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-448px 0px;
}

.roppongi_floor204 {
  background-image:url(../images/roppongi/floor2.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-560px 0px;
}

.roppongi_floor205 {
  background-image:url(../images/roppongi/floor2.gif);
  background-repeat:no-repeat;
  width:113px;
  height:226px;
  background-position:-672px 0px;
}


/*contact*/ 
#contact {margin-bottom:40px;}
#contact p, #reserve p {
	border:2px solid #ad9463;
	border-radius:5px;
	color:#666;
	padding:15px;
	font-size:18px;
	margin:0 auto 20px;
}

#contact form, #reserve form {background-color:#AC9C24;padding:20px 40px;}

#contact input[type="submit"], #reserve input[type="submit"] {float:none;margin:20px auto;}

#locations {background:url(../images/locations/map.gif) no-repeat 0 0;}
#locations_jp {background:url(../images/locations/map_jp.gif) no-repeat 0 0;}

[id^="locations"] {position:relative;width:715px;height:560px;margin:0 auto;}

[id^="locations"] div {position:absolute;}
[id^="locations"] a {display:none;}
[id^="locations"] div:hover a {display:block;}

[id^="locations"] a {
	background-color:#c5be31;
	padding:20px 20px 5px;
	width:260px;
	position:absolute;
	color:red;
	font-size:20px;
	text-align:center;
	font-weight:bold;
	box-sizing:border-box;
}

[id^="locations"] a:hover {background-color:#898d50;}

[id^="locations"] img {width:220px;}

#akasakamap {
	width:100px;
	height:55px;
	top:410px;
	left:200px;
}
#akasakamap a {top:-220px;left:100px;}

#asakusamap {
	width:90px;
	height:60px;
	top:165px;
	left:490px;
}
#asakusamap a {left:-260px;}

#roppongimap {
	width:105px;
	height:60px;
	top:335px;
	left:190px;
}
#roppongimap a {top:-200px;left:105px;}

#shimbashimap {
	width:90px;
	height:60px;
	top:425px;
	left:360px;
}
#shimbashimap a {top:-200px;left:90px;}

#yogamap {
	width:75px;
	height:55px;
	top:455px;
	left:85px;
}
#yogamap a {top:-200px;left:75px;}


/*events*/
#events div {margin-bottom:30px;}

#events img {
	display:block;
	margin-bottom:20px;
	border:2px solid #b19830;
	padding:5px;
}

#events p {
	float:left;
	width:320px;
	margin:0 0 40px 40px;
	height:440px;
 position:relative;
}

#events p::after {
	content:"";
	border-bottom:1px solid #80808069;
	width:80%;
	height:5px;
	display:block;
	left:10%;
	position:absolute;
	bottom:0;
}


/*testimony*/
#testimony article {margin-bottom:50px;}

#testimony img {border:2px solid #b19830;padding:5px;}

#testimony div:first-child, #testimony dl {display:inline-block;vertical-align:top;}

#testimony span {
  display:block;
  text-align:center;
  cursor:pointer;
  color:#b19830;
  font-weight:bold;
  position:relative;
}
#testimony span:hover {text-decoration:underline;}
#testimony span::before, #testimony span::after {top:8px;width:40%;}

#testimony dt, #testimony dd {
  float:left;
  margin:10px 20px 0;
  font-size:20px;
}
#testimony dt {
  clear:left;
  display:block;
  width:100px;
  font-weight:bold;
}
#testimony dl {margin-top:20px;}

[id^="testdesc"] {display:none;margin-top:20px;}
.visible {display:block;}


/*roomtypes*/
#roomtypes article {margin-bottom:70px;}

#roomtypes img, #roomtypes p {
	display:inline-block;
	vertical-align:top;
	margin-right:20px;
}
#roomtypes p {width:73%;}


/*payment*/
#payment span {
	display:block;
	margin:20px 0 0 20px;
	position:relative;
}
#payment span::before {
	content:"";
	width:10px;
	height:10px;
	background-color:#49500e;
	display:inline-block;
	position:absolute;
	top:5px;
	left:-15px;
} 


/*faq*/
#faq {margin:0 0 50px;}

#faq ol, #answers ol {
	list-style:decimal;
	line-height:200%;
	margin:20px;
}

#answers span {display:block;color:#545151;}

#answers li {margin-bottom:20px;}


/*available rooms*/
#avallist {height:150px;text-align:center;}

#avallist a, #avallist span {margin-right:10px;}

.disabled, .disabled:hover {background-color:#d2c6c6;}

#roomlist article {margin-bottom:80px;}

#roomlist div {
	margin-bottom:40px;
	border-bottom:1px solid #66666638;
	padding-bottom:30px;
}

#roomlist img, #roomlist dl {display:inline-block;vertical-align:top;margin-left:10px;}
#roomlist img {
	width:100px;
	height:110px;
	border:2px solid #b19830;
	padding:4px;
}

#roomlist dt, #roomlist dd {float:left;margin:15px 0 5px;}
#roomlist dt {
  clear:left;
  width:150px;
  font-size:19px;
  font-weight:bold;
}
#roomlist dd {color:#666;}

#roomlist a {
	float:right;
	width:160px;
	height:60px;
	text-align:center;
	box-sizing:border-box;
	padding-top:17px;
	background-color:#e1dc82;
	border-radius:3px;
	box-shadow:1px 1px 3px gray;
	color:black;
	font-size:25px;
	margin-top:20px;
}
#roomlist a:hover {text-decoration:none;background-color:#bac572;}

#roomlist span {
	text-transform:uppercase;
	text-align:center;
	display:block;
}


/*sitemap*/
#sitemap ul {margin:20px;}
#sitemap li {line-height:200%;list-style-type:disclosure-closed;}


/*admin*/
.admin {
  margin:50px 0;
  border-collapse:collapse;
  width:100%;
}

.admin td {
  border:1px solid black;
  width:33%;
  text-align:center;
  vertical-align:middle;
}
.admin input {
  display:inline-block;
  border:1px solid gray;
  width:50px;
  height:30px;
  margin-top:15px;
  padding-bottom:10px;
}
.admin select {border:1px solid gray;margin:10px;}

#admin span {
	display:block;
	text-align:center;
	margin-top:30px;
	color:red;
	font-weight:bold;
}

#admin input[type="submit"] {float:none;margin:0 auto;}

.floor_caption td {background-color:whitesmoke;text-align:center;}

.housename {font-size:25px;font-weight:bold;background-color:#9e9e3c;}

#selectlang {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:#c59154d1;
	z-index:99999;
}

#selectlang div {
	margin:20% auto;
	width:30%;
	text-align:center;
	height:20%;
	background-color:#dec439;
	box-sizing:border-box;
	padding:35px;
	border:5px solid #8d7717;
}

#selectlang a {
	display:inline-block;
	width:40%;
	font-size:20px;
	font-weight:bold;
	color:black;
	border:1px solid wheat;
	height:45px;
 padding-top:10px;
 box-sizing:border-box;
}

.noscroll {overflow-y:hidden;}

/*ipad horizontal*/
@media only screen and (max-width: 1024px) {
  h2 {margin-left:5px;margin-right:5px;}
  header {width:100%;}
  html:not([data-scroll="0"]) nav {width:100%;}
  
  html:not([data-scroll="0"]) .flagen {left:25%;}
  html:not([data-scroll="0"]) .flagjp {left:30%;}
  
  nav a.logo {width:40%;padding:70px 0 0 13px;}
  
  .container {width:62%;}
  
  .avalnow img {width:98%;}
  
  #features {padding:0;}
  #features article {width:45%;}
  #features article::before {left:35%;}
  
  #callnow p {font-size:3vw;}
  
  #areas img {width:95%;}
  #areas p {font-size:1.5vw;}
  
  .arealink {font-size:1.3vw;}
  
  footer section p:first-child {font-size: 1.5vw;}
  footer section:nth-child(2) {width:48%;font-size:1.4vw;}
  footer ul {margin:45px 0 0 6%;vertical-align:top;}
  
  
  /*rooms*/
  .rooms img {width:100%;}
  
  #notes .floorcaption td {width:50%;}
  
  .attractions img {width:100%;}
  
  .thumbs a {width:31.3%;display:inline-block;}
  
  
  /*locations*/
  [id^="locations"] {width: 100%;}
  
  
  /*room types*/
  #roomtypes img {width:20%;}
  #roomtypes p {width:65%;}
  
  
  /*testimony*/
  #testimony div:first-child {display:inline;}
  #testimony img {width:20%;vertical-align:bottom;}
  
  
  /*events*/
  #events p {width:40%;font-size:1.8vw;}
  #events img {width:100%;}
  
  #selectlang a:nth-child(2) {font-size:15px;}
  .noscroll body {position:fixed;}
  
  #selectlang div {margin:10% 20%;width:30%;height:5%;}
}

/*ipad vertical*/
@media only screen and (max-width:768px) { 
 nav {height: 50px;padding:0;width:100%;}
 nav a.logo {
	background-position:bottom 5px left 0;
	padding:0;
	width:20%;
	height:100%;
	margin:0 11% 0 1%;
 }
 nav::before {display:none;}
 nav > ul {margin-top:25px;}
 
 .flagen, .flagjp, html:not([data-scroll="0"]) .flagjp, html:not([data-scroll="0"]) .flagen {top:15px;transform:scale(0.8);}
 .flagen, html:not([data-scroll="0"]) .flagen {left:21%;}
 .flagjp, html:not([data-scroll="0"]) .flagjp {left:26%;}
 
 .tel {
	top:20%;
	width:20%;
	background-size:contain;
	height:70%;
	right:2%;
 }
 
 html:not([data-scroll="0"]) nav a.logo {transform:none;}
 html:not([data-scroll="0"]) .tel {transform:none;top:20%;}
 
 
  /*top*/
 .locations {top:15%;left:1%;}
 
 .container {top:20%;left:40%;z-index:2;}
 
 #features article {width:44%;}
 
 
 /*inner*/
 aside {margin-left:5px;width:30%;}
 
 .inner main {width:67%;max-width:none;padding:5px;}
 
 h6::before, h6::after, #testimony span::before, #testimony span::after {width:30%;}
 
 
 /*rooms*/
 .rooms a::before {width:100%;font-size:1.3vw;}
 .roomtable {font-size:1.6vw;border-spacing:5px;}
 
 
 /*locations*/
 #locations {background-size:contain;}


 /*available rooms*/
 #roomlist img {width:20%;height:auto;}
 #roomlist a {width:25%;}

 
 /*testimony*/
 #testimony dt, #testimony dd {font-size:1.7vw;}
 
 
 /*events*/
  #events p {font-size:2vw;}
 
 /*footer*/
 footer section p:first-child a {font-size:3.5vw;}
 footer ul {margin:45px 0 0 3%;}
 footer section:nth-child(2) {padding-left:11px;}
 
 
 #selectlang div {width:20%;height:5%;padding:70px 35px;margin:10% 15%;}
}