/*@media screen and (max-width: 1329px) {*/
@media screen and (max-width: 1346px) {
}

/*@media screen and (min-width: 1180px) {*/
@media screen and (max-width: 1197px) {
.sections > .container { padding-top: 7%; }
.sections > .container.and_bottom { padding-bottom: 7%; }

.skrollr_palarax { background-position: top center; }
.skrollr_palarax .inner .text { font-size: 3em; bottom: -7px; }

}

/*@media screen and (max-width: 1179px) {*/
@media screen and (max-width: 991px) {

body { font-size: 1em; }

.tAc { text-align: left; }
span.p { display: inline; }

.container { padding-left: 15px; padding-right: 15px; }

header > .container { padding-left: 10px; padding-right: 10px; }
a.header-logo { top: 2px; width: 185px; }
ul#menu-global-menu.navbar-nav li { margin-left: 0; }
ul#menu-global-menu.navbar-nav li:last-child { margin-left: 5px; }
ul.navbar-nav#menu-global-menu li:last-child a {
	padding: 0 10px !important;
	width: auto !important;
	height: auto !important;
	line-height: 32px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}

ul#menu-global-menu.navbar-nav li:nth-child(8) { margin-left: 15px; }

ul#menu-global-menu.navbar-nav li a { padding-left: 7px; padding-right: 7px; }

.index-label { font-size: 1.71em; letter-spacing: 0.075em; }
.index-sub { font-size: 1.28em; }
#cafe-section .index-sub { font-size: 1.28em; }

#concept .under-button a.index-anchor { font-size: 1.14em; }

article#firstview { position: relative !important; top: auto !important; left: auto !important; height: 65%; }
article#firstview a.firstview-arrow { display: none !important; }
.firstview_blank { display: none; }

blockquote .skrollr_palarax { background-position: center center !important; background-size: cover !important; }
.skrollr_palarax .inner-filter > .container { padding-top: 10% !important; padding-bottom: 10% !important; }
#concept-section .inner-filter { background: rgba(255,255,255,0.75) !important; }




.section-blank span { font-size: 1.71em; }

#rooms-section a.rooms { padding-top: 40%; }
.up-columns #rooms-section a.rooms { padding-top: 43%; }

table.facilities-info tbody { display: block; }
table.facilities-info tr { display: block; overflow: hidden; }

table.facilities-info tr:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}

table.facilities-info td {
	display: block;
	float: left;
	padding: 3%;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}

table.facilities-info td div { padding-bottom: 10%; }

#room-smt-off { display: none !important; }
#room-smt-on {
	display: block !important;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

a.to-reserve-button {
	position: fixed;
	right: 81px;
	bottom: 0;
	width: 93px;
	height: 31px;
	background: url(../img/common/reservation_smt.png) #333 top center no-repeat;
	background-size: auto 100%;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
	-webkit-transition: 0s !important;
	-moz-transition: 0s !important;
	transition: 0s !important;
	-webkit-transform: translate(0) !important;  
	-moz-transform: translate(0) !important;  
	transform: translate(0) !important;
    -webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
}

a.init-off {
	-webkit-transition: 0.5s !important;
	-moz-transition: 0.5s !important;
	transition: 0.5s !important;
}

a.init-opa-off {
	-webkit-transform: translate(0,125%) !important;  
	-moz-transform: translate(0,125%) !important;  
	transform: translate(0,125%) !important;
	filter: alpha(opacity=0) !important;
	-moz-opacity: 0 !important;
	opacity: 0 !important;
}

a.to-reserve-button:hover {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}

a#pagetop {
	right: 10px;
	bottom: -30px;
	background-size: 55% auto;
}

}


/*@media screen and (max-width: 768px) {*/
@media screen and (min-width: 768px) and (max-width: 999px) {
}


/*@media screen and (max-width: 768px) {*/
@media screen and (min-width: 768px) {

	#frontpage-body header.init a.header-logo h1 {
		background-image: url(../img/common/common_logo_w.png);
	}
	
	.front-content-table {
		position: relative;
		overflow: hidden;
		display: table;
		width: 100%;
	}
	
	.front-content-table-cel {
		position: relative;
		overflow: hidden;
		display: table-cell;
		width: 50%;
		padding-left: 15px;
		padding-right: 15px;
		vertical-align: middle;
	}

	.common-list a.thumbs:hover span.photo img {
		filter: alpha(opacity=25);
		-moz-opacity: 0.25;
		opacity: 0.25;
	}

	.common-list a.thumbs:hover span.note {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
}


/*@media screen and (max-width: 767px) {*/
@media screen and (max-width: 767px) {

body { font-size: 0.875em; line-height: 1.7em; }

header {
	top: 0 !important;
	padding-top: 50px;
	padding-bottom: 0;
	margin-top: -50px;
	border-bottom: none;
}
a.header-logo { top: 10px; left: 10px; width: 150px; }

.xs-row-off { margin-left: 0; margin-right: 0; }

header *:after, header *:before { display: block !important; }
header .container { padding: 0 !important; }
.navbar-default .navbar-toggle { border-color: #4b4b4b !important; margin-right: 5px !important; }
.navbar-default .navbar-toggle .icon-bar { background-color: #4b4b4b !important; }
#frontpage-body header.init .navbar-default .navbar-toggle { border-color: #fff !important; margin-right: 5px !important; }
#frontpage-body header.init .navbar-default .navbar-toggle .icon-bar { background-color: #fff !important; }
.navbar-header { padding: 5px 0; }
ul.navbar-nav#menu-global-menu { text-align: center !important; padding-left: 0 !important; border-bottom: solid 1px #999; }
ul.navbar-nav#menu-global-menu li { width: 50% !important; border-top: dotted 1px #999; margin-left: 0 !important; }
ul.navbar-nav#menu-global-menu li:nth-child(odd) { border-left: dotted 1px #999; }
ul.navbar-nav#menu-global-menu li:first-child { width: 100% !important; border-top-style: solid !important; border-left: none !important; }
/*ul.navbar-nav#menu-global-menu li:last-child { width: 100% !important; border-left: none !important; }*/
ul.navbar-nav#menu-global-menu li a {
	display: block;
	color: #666 !important;
	font-size: 1em;
	padding: 10px 10px;
	line-height: normal;
	letter-spacing: normal;
	text-indent: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: auto;
	height: auto;
}
ul.navbar-nav#menu-global-menu li:nth-child(8) a,
ul.navbar-nav#menu-global-menu li:last-child a {
	color: #666 !important;
	font-size: 1em !important;
	background: none !important;
	padding: 10px 10px !important;
	width: auto !important;
	height: auto !important;
	line-height: normal !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	text-indent: 0 !important;
	text-align: center !important;
}
ul.navbar-nav#menu-global-menu li a:hover, ul.navbar-nav#menu-global-menu li a:focus {
	color: #fff !important;
	background: #ff9900 !important;
}
	#frontpage-body header.init ul.navbar-nav#menu-global-menu li:nth-child(8) a,
	#frontpage-body header.init ul.navbar-nav#menu-global-menu li:last-child a { color: #666 !important; background: none !important; }
	#frontpage-body header.init ul.navbar-nav#menu-global-menu li:nth-child(8) a:hover,
	#frontpage-body header.init ul.navbar-nav#menu-global-menu li:last-child a:hover { background: #ff9900 !important; }

.navbar-collapse { background: #fff; overflow-x: hidden !important; }

nav#menu_row { position: relative; }


blockquote { padding-top: 44px !important; }
#frontpage-body blockquote { padding-top: 0 !important; }

.pankuzu { padding-left: 15px; padding-right: 15px; }
.pankuzu ul { border-bottom: dotted 1px #999; }

.index-label-outer { margin-left: -15px; margin-right: -15px; }
.front-content-table-cel .index-label-outer { margin-left: 0; margin-right: 0; }

.index-label { font-size: 1.28em; letter-spacing: 0.075em; }
.index-sub { font-size: 1em; font-weight: bold; }
.index-sub br { display: none; }
.index-sub span { display: inline; }
a.index-anchor { margin-left: auto; margin-right: auto; }

.sections > .container { padding-top: 20%; }
#frontpage-body .sections > .container { padding-top: 10%; }
.sections > .container.and_bottom { padding-bottom: 10%; }

#concept .index-note { padding-left: 15px; padding-right: 15px; }
#concept .index-note > p > br { display: none; }

#concept .under-button .col-xs-6 { padding-left: 7px; padding-right: 7px; }
#concept .under-button a.index-anchor { font-size: 1em; width: auto; }

.skrollr_palarax { background-attachment: scroll; }
#blog-palarax { background-position: 50% 44px; }
.skrollr_palarax .inner { padding-top: 36%; }
.skrollr_palarax .inner .text { top: 55%; bottom: auto; font-size: 2em; font-weight: 400; }

.works-pagenation .col-xs-3 { padding-left: 0; padding-right: 0; }
.works-pagenation .inactive { width: 100% !important; }



table.company-data, table.company-data tbody, table.company-data tr, table.company-data th, table.company-data td {
	display: block;
	width: 100%;
}

#company .inner-filter .container > .clearfix { margin-left: -15px; margin-right: -15px; }

.company-tab { margin-top: 3%; }
.company-tab a { color: #fff; font-size: 0.875em; line-height: 2.5em; font-weight: bold; text-align: center; padding-left: 0; padding-right: 0; }
.company-tab a.active { color: #331111 !important; background: #fff; }

table.company-data { margin-top: 0; }
table.company-data th { font-size: 0.875em; line-height: 1em; letter-spacing: 0.075em; background: rgba(0,0,0,0.5); padding-left: 10px; text-align: left; }
table.company-data td { padding: 7px 7px 15px; }
table.company-data .data-hidden { display: none !important; }

#cafe-section #detail-body .index-sub { font-size: 1em; }

/*
.fb_iframe_widget { position: relative; display: block; width: 100%; height: 0; padding-top: 100%; }
.fb_iframe_widget > * {
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
}
.fb_iframe_widget > * > * { width: 100% !important; height: 100% !important; }
*/

.gmap-container { height: 300px; }

.category-choice { letter-spacing: -.40em; margin-left: 0; margin-right: 0; text-align: center; }
.category-choice button {
	font-size: 1em;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

ul.thumb-list { margin-top: 3%; padding-left: 15px; padding-right: 15px; }
ul.thumb-list li { width: 100%; padding: 3% 3px !important; border-top: dotted 1px #999; letter-spacing: -.40em; }
	ul.thumb-list li.gap { padding-bottom: 0; border-top: none; }
	ul.thumb-list li:first-child { border-top: none; }
ul.thumb-list li .img-canvas { float: left; width: 25%; margin-right: 15px; }
ul.thumb-list li > a { width: auto; margin-top: 0; letter-spacing: normal; }
ul.thumb-list li .tags { letter-spacing: normal; }

#detail-body { padding-left: 0; padding-right: 0; } 
#detail-body h2.topics-label { font-size: 1.14em; font-weight: bold; padding-left: 5px; }
#detail-body .image-box { margin-top: 6%; }
ul.detail-image-list li { width: 84.5px; vertical-align: top; }

h3.topics-sub-header { font-size: 1.14em; }

#side-bar { margin-top: 10%; }


.table-container .table-cell.concept-index { display: block !important; width: 100%; text-align: left; margin-bottom: 15px; }
.table-container .table-cell.concept-note { display: block !important; width: 100%; text-align: left; margin-bottom: 10px; line-height: 1.5em; }
.concept-note h2 { font-size: 1em; line-height: 1.5em; letter-spacing: normal; }

.container { padding-left: 15px; padding-right: 15px; }

#c-guest { display: none; }
.counter-cell .counter { font-size: 4em; }
.counter-cell .counter::after { padding-top: 1%; margin-bottom: 2%; border-width: 1px; }
.counter-cell .label-txt { padding-top: 5%; }
#c-facebook .label-icon { padding-top: 0; margin-top: 1.5%; }

.section-blank span { font-size: 1em; padding-bottom: 30px; background-size: 50px auto; }
/*.step-item { float: left; width: 50%; padding: 20px 10px 0; }*/

#price { padding-bottom: 7%; }

.sub_staff { padding-left: 30px; padding-right: 30px; }
.sub_staff .inline ul li { width: 32%; }
a#slide-prev { left: -7px; }
a#slide-next { right: -7px; }

.thumb-change { display: none; }

.common-list .staff-container {
	float: none;
	width: 100%;
	padding: 2.5% 0;
	border-bottom: dotted 2px #999;
}

.common-list span.photo {
	float: left;
	width: 17%;
	max-width: 150px;
	background: #fff;
}

.common-list span.in-label {
	position: relative;
	top: auto;
	right: auto;
	float: left;
	width: 55px;
	font-size: 10px;
	line-height: 1.5em;
	margin-left: 3%;
	margin-bottom: 5px;
}

.common-list span.note {
	position: relative;
	float: right;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	width: 80%;
	height: auto;
	max-width: 970px;
	color: #333;
	padding: 0;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
	-webkit-transition: 0s !important;
	-moz-transition: 0s !important;
	transition: 0s !important;
}
.common-list span.note .date { line-height: 1em; }

	.common-list a.thumbs:hover span.note { color: #ff8800; }

	.common-list h4 { border: none; line-height: 1.3em; font-size: 1em; padding: 0; margin: 0; }
	.common-list .description { display: none !important; }
	
h3.front-header { font-size: 1.16em; padding: 5px 0; }

a.to_under_page { margin-top: 7%; font-size: 1em; padding: 7px; max-width: 200px; min-width: 150px; }

#staff-popup-container .col-md-5 { width: 80%; margin: 0 auto 15px; }
#staff-popup-container .col-md-7 h3, #staff-popup-container .col-md-7 h4 { text-align: center; }
#staff-popup-container .col-md-7 h3 { font-size: 1.28em; }
#staff-popup-container .col-md-7 h4 { font-size: 0.71em !important; margin-bottom: 0 !important; }
#staff-popup-container .staff-note { font-size: 0.71em; line-height: 1.6em; }
.staff-popup-under { margin-top: 0; text-align: center; font-size: 0.71em; padding-top: 2%; }

.time-info { font-size: 1em; padding: 0; line-height: 1.6em; border: none; margin-left: -15px; margin-right: -15px; }
.time-info h4 { font-size: 1.16em; border-bottom: none; padding-bottom: 0; }

.padding-top { padding-top: 7%; }

.check_in_out { padding-bottom: 7%; }
.padding-top.check_in_out { padding-top: 0 !important; }
.check_in_out .col-md-2 { float: left; width: 15%; padding-left: 0; padding-right: 0; }
.check_in_out .col-md-10 { float: right; width: 82%; padding-left: 0; padding-right: 0; }
.check_in_out .check-info { padding-top: 10px; font-size: 1em; line-height: 1.6em; }

table.facilities-info { border-bottom: dotted 1px #595757 !important; }
table.facilities-info td { width: 100%; padding: 15px 0; margin: 0; border: none !important; border-top: dotted 1px #595757 !important; }
table.facilities-info td img { float: left; width: 25%; }
table.facilities-info td div { float: right; width: 72%; padding: 0; }

table.equip-info {
	display: block;
	border-collapse: collapse;
}

table.equip-info tbody { display: block; }

table.equip-info tr {
	display: block;
	overflow: hidden;
}
table.equip-info tr:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}

table.equip-info tr td {
	display: block;
	float: left;
	font-size: 0.85em;
	line-height: 2.5em;
	width: 50%;
	padding: 0 0 10000px;
	margin-bottom: -10000px;
}

table.equip-info tr:last-child td {
	float: none;
	width: 100%;
	padding: 10px;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.6em;
}

.facilities-container { padding-top: 7%; padding-bottom: 7%; }

.resereve-info { padding: 0; }

.combobox { padding: 5% 0 0; font-size: 1em; }
.combobox .form-box { padding-top: 0; }
.combobox .notice { padding-top: 0; }

input.mini { width: 65%; }
input.normal { width: 85%; }
input.ptit { width: 45%; }
input.ptit-s { width: 25%; }
textarea.ta { width: 85%; }
textarea.large { height: 50px; }


.lbl label.cols { float: none; width: 100%; }

.cancel-policy {
	padding-left: 0;
	padding-right: 0;
}
.cancel-policy table.general {
	display: block;
	border-collapse: collapse;
}

.cancel-policy table.general tbody { display: block; }

.cancel-policy table.general tr {
	display: block;
	overflow: hidden;
}
.cancel-policy table.general tr:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}

.cancel-policy table.general tr th,
.cancel-policy table.general tr td {
	display: block;
	float: left;
	font-size: 0.85em;
	width: 20%;
	padding: 0 0 10000px;
	margin-bottom: -10000px;
}

footer > .container { padding-top: 10%; padding-bottom: 10%; }
footer ul.sitemap { display: none; }
footer .footer-logo { width: 70%; min-width: 125px; margin-left: auto; margin-right: auto; }
#copyright { line-height: 2em; padding-bottom: 50px; }
#copyright span { display: none; }

ul.send_button li { display: block; text-align: center; margin-left: 0; margin-top: 10px; }
ul.send_button li:first-child { margin-top: 0; }
ul.send_button li a.to_under_page { margin: 0 auto; }

#content-area { border-right: none !important; }

}

