@charset "UTF-8";
/* CSS Document */

/* Reset -------------------------------------------- */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none outside none;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

html {overflow-y: scroll;}
body{
font:80%/1.5 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","メイリオ",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#000;
-webkit-text-size-adjust: 100%;
background:#fff;
}
html>/**/body {}
* + html body {font-family: "メイリオ","Meiryo";}

object, embed	{vertical-align: top;}
hr, legend	{display: none;}
img {-ms-interpolation-mode: bicubic; }
li	{list-style-type: none;}
p, dd, blockquote {text-align: justify;text-justify: inter-ideograph;}
a	{overflow: hidden;outline: none;}

strong {font-weight: bold;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* -------------------------------------------- */


/* Style -------------------------------------------- */

body {
	color: #333;
	font-size: 16px;
	line-height: 1.7;
	background-color: #fff;
}

a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #000;
}

a:hover, a:active{
	-webkit-transition: opacity 0.5s;-moz-transition: opacity 0.5s;transition: opacity 0.5s;
	outline: none;
	color: #000;
	text-decoration: none;
}
a img:hover{
	opacity: 0.80;
	filter: alpha(opacity=80);
	-webkit-transition: opacity 0.5s;-moz-transition: opacity 0.5s;transition: opacity 0.5s;
}


/* --------------------------------------------------
  Structure
-------------------------------------------------- */

#container{
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	position: relative;
}

header.common, footer.common {
	clear: both;
	width: 100%;
	position: relative;
}

#pageBody{
	width: 100%;
	padding-top: 142px;
	position: relative;
}



/* --------------------------------------------------
  Common Header
-------------------------------------------------- */


header.common {
	width: 100%;
	height: 142px;

	position: fixed;
	top: 0;
	z-index: 300;
	
	background-color: #fff;
	
}
header.common .content{
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 310;
	
	max-width: 1280px;
}
header.common .tagline{
	height: 20px;
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
	padding-left: 2%;
}

header.common #logo{
	width: 160px;
	margin: 0 auto;
	line-height: 1em;
}
header.common #mainCopy{
	width: 276px;
	position: absolute;
	left: 286px;
	top: 28px;
}
header.common img{
	width: 100%;
	height: auto;
}





/* --------------------------------------------------
  Home
-------------------------------------------------- */


#mainImage{
	width: 100%;
	height: 647px;
	position: relative;
	z-index: 200;
	
	background-image: url(img/mainImage001.jpg);
	
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

#bookingForm{
	position: absolute;
	left: 0;
	top: 693px;
	z-index: 250;
	
	width: 100%;
	height: 96px;
}
#bookingForm .title{

	width: 100%;
	height: 96px;
	background-color: rgba(0,0,0,0.75);
}
#bookingForm .title .label{
	display: none;
}
#bookingForm .form{
	position: absolute;
	left: 0;
	top: 0;

	width: 100%;
}





#aboutSpace{
	width: 100%;
	padding: 47px 0 60px;
}
#aboutSpace h2{
	width: 100%;
	text-align: center;
	
	margin-bottom: 13px;
}
#aboutSpace h2 span{
	display: inline-block;
	width: 264px;
	height: 32px;
	line-height: 32px;
	text-indent: -5000px;
	background-image: url(img/title_aboutSpace.png);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#aboutSpace ul.slide{
	width: 80%;
	max-width: 896px;
	margin: 10px auto 40px;
}
#aboutSpace ul.slide > li{
	width: 100%;
}
    .slick-slide {
        margin: 0px 5px;
    }
    .slick-slide img {
        width: 100%;
		height: auto;
    }
    
    .slick-prev,
    .slick-next {
		width: 76px;
		height: 76px;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		background-size: 100% auto;
    }
    .slick-prev{
		left: -80px;
		background-image: url(img/arrow_slide_prev.png);
    }
    .slick-prev:hover,
    .slick-prev:focus{
		background-image: url(img/arrow_slide_prev.png);
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		background-size: 100% auto;
    }
    .slick-next{
		right: -80px;
		background-image: url(img/arrow_slide_next.png);
    }
    .slick-next:hover,
    .slick-next:focus{
		background-image: url(img/arrow_slide_next.png);
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		background-size: 100% auto;
    }
	
    .slick-prev:before,
    .slick-next:before {
		content: '';
    }

#aboutSpace p{

	font-family:"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 18px;
	
	width: 95%;
	margin: 40px auto 40px;
	text-align: center;

}


#blog{
	width: 100%;
	padding: 27px 0 60px;
}
#blog h2{
	width: 100%;
	text-align: center;
	
	margin-bottom: 25px;
}
#blog h2 span{
	display: inline-block;
	width: 264px;
	height: 32px;
	line-height: 32px;
	text-indent: -5000px;
	background-image: url(img/title_blog.png);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#blog .articleList{
	width: 95%;
	max-width: 900px;
	margin: 0 auto;
}
#blog .articleList ul{
	width: 99%;
	padding-left: 1%;
	float: left;
}
#blog .articleList ul li{
	width: 29%;
	float: left;
	margin: 0 2% 30px;
}
#blog .articleList ul li:nth-child(3n+1){
	clear: both;
}
#blog .articleList ul li a{
	display: block;
	transition: all 0.2s linear;
}
#blog .articleList ul li a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#blog .articleList ul li .tn{
	display: block;
	width: 100%;
	line-height: 0;
	margin-bottom: 15px;
}
#blog .articleList ul li .tn img{
	width: 100%;
	height: auto;
}
#blog .articleList ul li h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
}
#blog .articleList ul li .date{
	font-size: 13px;
}


article.blog{
	width: 90%;
	max-width: 800px;
	margin: 20px auto 150px;
	
}
article.blog .date{
	font-size: 15px;
	margin-bottom: 20px;
}
article.blog h1{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 50px;
}
article.blog .bodyText{
	font-size: 16px;
	line-height: 1.7;
}
article.blog .bodyText img{
	max-width: 100%;
	height: auto;
}




#instagram {
	width: 100%;
	padding: 20px 0 50px;
	background-color: #d4c9ac;
}
#instagram h2 {
	width: 100%;
	text-align: center;
	
	margin-bottom: 13px;
}
#instagram h2 span {
	display: inline-block;
	width: 208px;
	height: 40px;
	line-height: 40px;
	text-indent: -5000px;
	background-image: url(img/title_instagram.png);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#instagram .photos{
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}
#instagram .photos img{
	width: 100%;
	height: auto;
}




/* --------------------------------------------------
  Subpage
-------------------------------------------------- */


#rooms,
#facility,
#lounge,
#access,
#areamap,
#tourism,
#booking{
	padding-bottom: 50px;
}


.subImage{
	width: 100%;
	height: 358px;
	position: relative;
	
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	
	margin-bottom: 40px;
}

#rooms .subImage{ background-image: url(img/subImage_rooms.jpg); }
#facility .subImage{ background-image: url(img/subImage_facility.jpg); }
#lounge .subImage{ background-image: url(img/subImage_lounge.jpg); }
#areamap .subImage{ background-image: url(img/subImage_access.jpg); }
#tourism .subImage{ background-image: url(img/subImage_tourism.jpg); }
#booking .subImage{ background-image: url(img/subImage_booking.jpg); }

.subPage blockquote a {
	color: #009;
	font-size: 70%;
}

.subPage h1 {
	width: 100%;
	text-align: center;
	
	margin-top: 20px;
	margin-bottom: 28px;
}
.subPage #access h1 { 
	margin-top: 0;
}
.subPage h1 span {
	display: inline-block;
	width: 240px;
	height: 38px;
	line-height: 38px;
	text-indent: -5000px;

	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.subPage #rooms h1 span { background-image: url(img/title_subPage_rooms.png); }
.subPage #facility h1 span { background-image: url(img/title_subPage_facility.png); }
.subPage #lounge h1 span { background-image: url(img/title_subPage_lounge.png); }
.subPage #access h1 span { background-image: url(img/title_subPage_access.png); }
.subPage #areamap h1 span { background-image: url(img/title_subPage_areamap.png); }
.subPage #tourism h1 span { background-image: url(img/title_subPage_tourism.png); }
.subPage #booking h1 span { background-image: url(img/title_subPage_booking.png); }


.subPage h1.rooftop{
	margin-top: 120px;
}
.subPage h1.interior{
	margin-top: 30px;
}
.subPage h1.rooftop span,
.subPage h1.interior span {
	display: inline-block;
	width: 90%;
	max-width: 400px;
}
.subPage #lounge h1.rooftop span { background-image: url(img/title_subPage_rooftop.png); }
.subPage #interior h1.interior span { background-image: url(img/title_subPage_interior.png); }


.subPage #rooms h1 span { background-image: url(img/title_subPage_rooms.png); }

.subPage h2 {
	width:95%;
	margin: 0 auto;
	font-size: 22px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight:500;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}

.subPage h3 {
	width:95%;
	margin: 0 auto;
	font-size: 18px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight:600;
	text-align: center;
	margin-top: 0px;
}

.subPage p.lead{
	font-family:"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 18px;
	
	width: 95%;
	margin: 0 auto 40px;
	text-align: center;
}

.subPage p.lead span{
	font-size: 12px;
}

ul.photos{
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
	letter-spacing: -0.5em;
}
#rooms ul.photos{ max-width: 1100px; }
#facility ul.photos{ max-width: 1000px; }
#lounge ul.photos{ max-width: 1120px; }
ul.photos li{
	display: inline-block;
	width: 50%;
	letter-spacing: normal;
	
	margin-bottom: 10px;
}
#rooms ul.photos li.floor{
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
#rooms ul.photos li.floor img{
	width: 70%;
	max-width: 700px;
	height: auto;
}

#rooms .flex_box {
	max-width:1120px;
	width:95%;
	margin: 0 auto;
	padding:20px;

	margin-bottom:2px;
	border-top: solid 1px #d4c9ac;
	border-bottom: solid 1px #d4c9ac;
}

#rooms .box img {
	width: 100%;
	height: 100%;
	}

#rooms .box {
	width: 100%;
	height: 100%;
}

#rooms h2 {
	font-size: 22px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align: center;
	margin-top: 20px;
}

#rooms  h3 {
	font-size: 18px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align: center;
	margin-top: 0px;
}

#rooms .box-text p {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;

	text-align: center;
	margin-top: 20px;
}

#rooms .box-text ul {
	text-align: center;
	margin-top: 10px;
}

#rooms .box-text {
	font-size: 18px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	width: 100%;
	height:100%;
	text-align: center;
	margin-top: 0px;
}



/* Responsive PC画面*/
@media ( min-width : 800px ){
#rooms .flex_box {
	width:95%;
	margin: 0 auto;
	padding:20px;
	display: flex;
	margin-bottom:2px;
	border-top: solid 1px #d4c9ac;
	border-bottom: solid 1px #d4c9ac;
	}

#rooms .flex_box:nth-child(even) {
  flex-direction: row-reverse;
	}

#rooms .box {
	width: 50%;
	height: 50%;
	}
#rooms .box-text {
	width: 50%;
	height: 50%;
	}

#rooms h2 {
	font-size: 22px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align: center;
	margin-top: 40px;
	}

#rooms  h3 {
	font-size: 18px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align: center;
	margin-top: 0px;
	}
#rooms .box-text p {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;

	text-align: center;
	margin-top: 40px;
	}

#rooms .box-text ul {
	text-align: center;
	margin-top: 30px;
	}

#rooms .box-text {
	font-size: 18px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	width: 50%;
	height:50%;
	text-align: center;
	margin-top: 0px;
	}
}
/* Responsive-End */

#facility .mainPhoto{
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding-bottom: 60px;
}
#facility .mainPhoto img{
	width: 100%;
	height: auto;
}
#lounge .mainPhoto{
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding-bottom: 50px;
}
#lounge .mainPhoto img{
	width: 100%;
	height: auto;
}
#lounge ul.photos li{
	width: 49%;
}
#lounge ul.photos li:first-child{
	margin-right: 2%;
}

ul.photos img{
	width: 100%;
	height: auto;
}


#tdPhoto{
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding-bottom: 50px;
}


#areamap .map{
	width: 85%;
	max-width: 1100px;
	margin: 0 auto 20px;
	height: 700px;
}
#areamap p{
	font-family:"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 26px;

	width: 90%;
	margin: 0 auto 20px;
	margin-bottom: 20px;
	text-align: center;
}

#areamap p.route{
	margin-bottom: 70px;
}

#areamap .btn_outer{
	display: block;
	position: relative;

}

#areamap .btn_inner{

	position: absolute;
	text-align: center;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 80%;
	height:3.2rem;
}


#areamap .btn_inner a.btn_parts{
  border:2px solid rgb(172,161,132);
  background-color: rgba(212,201,172,1);
  color: #fff;

  padding: 15px 20%;
  transition: .6s all;

}

#areamap .btn_inner a.btn_parts:hover{
  border:3px solid rgb(152,141,112);
  background-color: rgba(232,221,192,1);
  color:  rgba(240,240,240,1);
}


#access .time{
	width: 100%;
	background: url(img/bg_access.png) repeat center top;
	padding: 30px 0 10px;
}
#access .time p.data{
	width: 95%;
	max-width: 900px;
	margin: 0 auto;
}
#access .time p.data img{
	display: block;
	width: 100%;
	height: auto;
	line-height: 0;
	margin-bottom: 25px;
}




#access .access_box{
	max-width:1120px;
	margin: 0 auto;
	width: 80%;
	border-top: solid 1px #d4c9ac;
}

#access .access_box h3{
	margin-top:10px;
}

#access .access_box p{
	margin-top:20px;
}
#access p span.note{
	font-family:"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	display: block;
	width: 100%;
	text-align: left;
	font-size: 13px;
}



#tourism .locations{
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
}
#tourism .locations ul{
	width: 100%;
	float: left;
	padding-bottom: 30px;
}
#tourism .locations ul li{
	display: block;
	width: 47%;
	margin: 0 1.5%;
	padding-bottom: 40px;
	float: left;
}
#tourism .locations ul li:nth-child(2n+1){
	clear: both;
}
#tourism .locations ul li img{
	display: block;
	width: 100%;
	height: auto;
	line-height: 0;
	margin-bottom: 10px;
}
#tourism .locations ul li p{
	font-family:"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 15px;
	line-height: 1.6;
}


#booking .lead{
	width: 90%;
	max-width: 800px;
	margin: 50px auto 100px;

	font-family:"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#booking .lead .link{
	width: 100%;
	text-align: center;
	
	margin-bottom: 50px;
}
#booking .lead .link a{
	display: inline-block;
	font-size: 18px;
	padding: 10px 30px;
	background-color: #231815;
	color: #fff;
	
	transition: all 0.1s linear;
}
#booking .lead .link a:hover{
	background-color: #4a4a4a;
}


#booking .lead ul{
	font-size: 15px;
	
	list-style-type: disc;
	padding-left: 1.2em;
}
#booking .lead ul li{
	list-style-type: disc;
}


#blog{
	padding-top: 60px;
}



#recruit{
	width: 100%;
	padding: 27px 0 60px;
}
#recruit h1{
	width: 100%;
	text-align: center;
	
	margin-bottom: 25px;
}
#recruit h1 span{
	display: inline-block;
	width: 264px;
	height: 32px;
	line-height: 32px;
	text-indent: -5000px;
	background-image: url(img/title_recruit.png);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#recruit .content{
	width: 90%;
	max-width: 800px;
	margin: 70px auto 100px;
}
#recruit table{
	width: 100%;
	border-top: 1px dotted #999;
}
#recruit table tr{
	vertical-align: top;
}
#recruit table th,
#recruit table td{
	padding: 15px 20px 15px 0;
	border-bottom: 1px dotted #999;
	line-height: 1.6;
}
#recruit table th{
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
}
#recruit table td ul{
	list-style-type: disc;
	padding-left: 1.2em; 
}
#recruit table td ul li{
	list-style-type: disc;
}

#recruit table td br.nw{
	display: none;
}




/* --------------------------------------------------
  Footer
-------------------------------------------------- */

footer.common{
	clear: both;
	width: 100%;
	padding: 40px 0 20px;
	
}
footer.common .content{
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

footer.common .address{
	padding-bottom: 20px;
	font-size: 15px;
	
	max-width: 480px;
}

footer.common .photo{
	position: absolute;
	right: 0;
	top: 10px;
	
	width: 300px;
	height: 130px;
}

footer.common .ta{
	position: absolute;
	right: 320px;
	top: 0px;
	
	width: 152px;
}


footer.common .copyright{
	font-size: 12px;
	text-align: center;
}




/* --------------------------------------------------
  clearfix
-------------------------------------------------- */

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

   .clearfix{display: inline-block;}


    * html .clearfix {height: 1%;}
       .clearfix{display:block;}
	   


/* Global Navigation
------------------------------------------------------------*/
@media only screen and (min-width: 900px){


#commonNavi{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	
	z-index: 320;
}



ul#categoryNavi {
	width: 100%;
	position: absolute;
	left: 0;
	top: 114px;

	height: 28px;
	line-height: 28px;
	text-align: center;
	
	z-index: 330;
}
 
ul#categoryNavi li {
	display: inline-block;
	
	font-size: 19px;
	font-family: 'Didact Gothic', sans-serif;
	
	letter-spacing: 0.1em;

}
ul#categoryNavi li a {
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 25px;
	transition: all 0.1s linear;
}
ul#categoryNavi li a:hover{
	color: #ab995f;
}

ul#booking{
	width: 165px;
	position: absolute;
	right: 0;
	top: 20px;

	z-index: 330;
}
ul#booking li{
	width: 100%;
}
ul#booking li a{
	display: block;
	width: 100%;
	padding: 10px 0;
	line-height: 0;	
	background-color: #231815;
	
	transition: all 0.1s linear;
}
ul#booking li a:hover{
	background-color: #4a4a4a;
}


ul#recruit{
	width: 165px;
	position: absolute;
	right: 0;
	top: 70px;

	z-index: 330;
	
	padding: 0;
}
ul#recruit li{
	border: 1px solid #e60012;
}
ul#recruit li a{
	display: block;
	width: 100%;
	padding: 0 0;
	line-height: 0;	
	background-color: #fff;
	
	transition: all 0.1s linear;
}
ul#recruit li a:hover{
	background-color: #FFF3F4;
}


ul#socialLinks{
	position: absolute;
	width: 165px;
	right: 3px;
	top: 106px;
	
	text-align: right;
	
	letter-spacing: -0.5em;

	z-index: 340;
}
ul#socialLinks li{
	display: inline-block;
	letter-spacing: normal;
	
	width: 28px;
	margin-right: 12px;
}
ul#socialLinks li a{
	display: block;
	width: 100%;
	line-height: 0;	
}




ul#selectLang {
	position: absolute;
	left: 88px;
	top: 50px;
}

ul#selectLang select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;


	border: 1px solid #ccc;
	border-radius: 2px;
	height: 2.4em;

	font-size: 12px;
	
	padding: 0 30px 0 10px;
	margin-bottom: 5px;
	
	background-color: #fff;
	background-image: url(img/arrow_selectbox.png);
	background-repeat: no-repeat;
	background-position:  right 10px top 7px;
	-webkit-background-size: 15px auto;
	-moz-background-size: 15px auto;
	background-size: 15px auto;
	
}




#bookingWidget{
	position: fixed; 
	right: 1%; 
	top: 150px; 
	width: 180px; 
	padding: 5px 10px 0; 
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.7); 

}

#bookingWidget .closeBtn{
	height: 25px;
}
#bookingWidget .closeBtn a{
	display: block;
	text-align: right;
	font-size: 18px;
	line-height: 18px;
}


  
}


/* Global Navigation Responsive Structure
---------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width:899px){


#commonNavi {
	display: none;
	position: relative;
}

#menuOverlay {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	display: none;
	position: fixed;
	z-index: 9997;
}

#switchBtnArea {
	width: 100%;
	height: 60px;
	background: #3c3c3c;
	border-bottom: #aaa 1px solid;
	position: absolute;
	left: 0;
	top: 0;
}


#switchBtnArea #switchBtn {
	top: 40px;
	
	right: 10px;
	width: 40px;
	height: 40px;
	display: block;
	background: #231815;
	position: fixed;
	border-radius: 5px;
	z-index: 9998;
}

#switchBtnArea #switchBtn span {
	left: 20%;
	width: 60%;
	height: 4px;
	display: block;
	position: absolute;
	background-color: #fff;
	border-radius: 5px;
	transition: all 0.2s linear;
}
#switchBtnArea #switchBtn span:nth-of-type(1) {
	top: 10px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
#switchBtnArea #switchBtn span:nth-of-type(2) {
	top: 18px;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#switchBtnArea #switchBtn span:nth-of-type(3) {
	bottom: 10px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

#switchBtnArea #switchBtn.btnClose {

	top: 10px;

	background: transparent;
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
	top: 18px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
	-webkit-transform: scale(0);
	transform: scale(0);
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
	bottom: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#rwdMenuWrap {
	top: 0;
	right: -260px;
	width: 260px;
	height: 100%;
	background: #fff;
	overflow: auto;
	position: fixed;
	z-index: 9999;
}

#rwdMenuWrap ul {
	width: 100%;
	
	padding-top: 10px;
}

#rwdMenuWrap ul li {
	width: 100%;
/*	border-bottom: #aaa 1px solid;*/
}

#rwdMenuWrap ul li a {
	padding: 10px 25px;
	text-align: left;
	display: block;
	background: #fff;
	position: relative;
	
	color: #333;
}

#rwdMenuWrap ul li a:after {
	content: '';
	margin-top: -4px;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	color: #888;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	display: block;
	position: absolute;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


#rwdMenuWrap ul#categoryNavi li {
	font-family: 'Didact Gothic', sans-serif;
}

#rwdMenuWrap ul#booking {
	padding-top: 20px;
}
#rwdMenuWrap ul#booking li a{
	display: block;
	width: 100%;
	padding: 10px 0;
	line-height: 0;	
	background-color: #231815;
	text-align: center;
	
	transition: all 0.1s linear;
}
#rwdMenuWrap ul#booking li a:after {
	border-top: none;
	border-right: none;
}
#rwdMenuWrap ul#booking li a img{
	width: 100%;
	height: auto;
	
	max-width: 164px;
	
}
#booking{
	padding-bottom: 0;
}



#rwdMenuWrap ul#recruit {
	padding: 10px 0 0;
}
#rwdMenuWrap ul#recruit li a{
	display: block;
/*	width: 100%;*/
	padding: 0 0;
	line-height: 0;	
	background-color: #fff;
	text-align: center;
	
	border: 1px solid #e60012;

transition: all 0.1s linear;
}
#rwdMenuWrap ul#recruit li a:after {
	border-top: none;
	border-right: none;
}
#rwdMenuWrap ul#recruit li a img{
	width: 100%;
	height: auto;
		
	max-width: 164px;
}



#rwdMenuWrap ul#socialLinks {
	padding-top: 10px;
}
#rwdMenuWrap ul#socialLinks li{
	width: 100%;
}
#rwdMenuWrap ul#socialLinks li a{
	display: block;
	margin: 0 auto;
	width: 28px;
	line-height: 0;	
	
	padding: 15px 0 0;
	
	transition: all 0.1s linear;
}
#rwdMenuWrap ul#socialLinks li a:after {
	border-top: none;
	border-right: none;
}
#rwdMenuWrap ul#socialLinks li a img{
	width: 100%;
	height: auto;
}




ul#selectLang {
	position: absolute;
	left: 5px;
	top: 45px;
}
ul#selectLang select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;


	border: 1px solid #ccc;
	border-radius: 3px;
	height: 2.5em;

	font-size: 10px;
	
	padding: 0 15px 0 3px;
	margin-bottom: 5px;
	
	background-image: url(img/arrow_selectbox.png);
	background-repeat: no-repeat;
	background-position:  right 3px top 8px;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
}




#bookingWidget{
	margin-top: 30px;
	width: 180px; 
	height: 190px; 
	padding: 15px 5px; 
	overflow: hidden;
	
	left: 0;
	top: 0;
	
	background-color: #eee;
}
#bookingWidget .closeBtn{
	display: none;

}


}






/* Responsive Structure
---------------------------------------------------------------------------------------------------------------------*/


@media only screen and (max-width: 1279px){

#mainImage{ height: 600px; }
.subImage{ height: 300px; }

#bookingForm{
	top: 646px;
}

}


@media only screen and (max-width: 1199px){

#mainImage{ height: 500px; }
.subImage{ height: 270px; }

#bookingForm{
	top: 546px;
}

}



@media only screen and (max-width: 999px){

#mainImage{ height: 300px; }
.subImage{ height: 220px; }



#bookingForm{
	top: 402px;

	height: 40px;
}
#bookingForm .title{
	height: 40px;
	cursor: pointer;
	background-color: rgba(0,0,0,1);
	
	text-align: center;
}
#bookingForm .title .label{
	display: inline-block;
	
	padding-top: 10px;
	
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	
	position: relative;
	z-index: 1000;
}
#bookingForm .title .label:after{
	content: "";
	display: inline-block;
	position: relative;
	top: -5px;
	left: 10px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#bookingForm .title.open .label:after{
	content: "";
	display: inline-block;
	position: relative;
	top: 0px;
	left: 10px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#bookingForm .form{
	margin-top: 40px;
	padding-bottom: 20px;
	background-color: rgba(0,0,0,1 );
	display: none;
}




}



@media only screen and (max-width: 899px){


#pageBody{
	padding-top: 122px; 
}
header.common {
	height: 122px; 

}

#areamap p{
	font-size: 16px;
}


#blog{
	padding-top: 0;
}



#recruit{
	width: 100%;
	padding: 0 0 60px;
	
	font-size: 15px;
}

#recruit table th,
#recruit table td{
	padding: 15px 20px 15px 0;
	font-size: 15px;
}
#recruit table td br.nw{
	display: block;
}


footer.common{
	padding: 40px 0 20px;
	
}

footer.common .address{
	padding-bottom: 20px;
	
	font-size: 14px;

	max-width: none;
}

footer.common .photo{
	position: relative;
	right: auto;
	top: 10px;
	
	width: 95%;
	max-width: 294px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 20px;
}
footer.common .photo img{
	width: 100%;
	height: auto;
}
footer.common .ta{
	position: relative;
	right: auto;
	top: auto;
	
	margin: 0 auto;
	padding-bottom: 20px;
}


footer.common .copyright{
	font-size: 10px;
	text-align: center;
}





#tdPhoto{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
}



}


@media only screen and (max-width: 819px){

.subImage{ height: 190px; }

    .slick-prev,
    .slick-next {
		width: 46px;
		height: 46px;
    }
    .slick-prev{
		left: -50px;
    }
    .slick-next{
		right: -50px;
    }

}

@media only screen and (max-width: 699px){

.subImage{ height: 110px; }

}


@media only screen and (max-width: 599px){

#mainImage{ height: 230px; }

#bookingForm{
	top: 332px;
}

#aboutSpace p{
	font-size: 15px;
}

#blog .articleList ul{
	float: none;
}
#blog .articleList ul li{
	width: 100%;
	float: none;
	margin: 0 0 40px;
}

article.blog .date{
	font-size: 13px;
	margin-bottom: 15px;
}
article.blog h1{
	font-size: 22px;
	margin-bottom: 40px;
}
article.blog .bodyText{
	font-size: 14px;
	line-height: 1.7;
}


.subPage p.lead{
	font-size: 15px;
}

    .slick-prev,
    .slick-next {
		width: 26px;
		height: 26px;
    }
    .slick-prev{
		left: -30px;
    }
    .slick-next{
		right: -30px;
    }

ul.photos li,
#lounge ul.photos li{
	width: 100%;

	margin-bottom: 20px;
}

#tourism .locations ul{
	float: none;
	padding-bottom: 30px;
}
#tourism .locations ul li{
	width: 100%;
	margin: 0;
	padding-bottom: 40px;
	float: none;
}
#tourism .locations ul li p{
	font-size: 13px;
}

#booking .lead ul{
	font-size: 13px;
}



}



@media only screen and (max-width: 419px){


header.common .tagline{
	font-size: 9px;
}

#mainImage{ height: 150px; }
.subImage{ height: 80px; }


#bookingForm{
	top: 252px;

	height: 30px;
}
#bookingForm .title{
	height: 30px;
}
#bookingForm .title .label{
	padding-top: 5px;
}
#bookingForm .form{
	margin-top: 30px;
}

#recruit table th,
#recruit table td{
	font-size: 14px;
}
#recruit table th{
	white-space: normal;
	width: 5em;
}


}