@charset "UTF-8";

/* ================================================== *
 *
 *    base style
 *
 * ================================================== */
body {
	background: #342521;
}
body.pageTop {
	padding-top: 76px;
}

@media(min-width:768px) {
	body.pageTop {
		padding-top: 116px;
	}
}

/* ================================================== *
 *
 *    block modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        header
 * ------------------------------------------------- */
.header {
	padding: 15px 0 0;
}
.header.navbar-default {
	border: none;
	margin-bottom: 0;
	background: #342521;
}
.header.navbar-default .nav.navbar-nav>li>a {
	color: #ddd;
}
.header.navbar-default .nav.navbar-nav>li>a:hover {
	color: #aaa;
}
.header.navbar-default .navbar-header {
	margin-top: 0;
	margin-bottom: 0;
}
.header.navbar-default .navbar-brand {
	height: auto;
	margin-top: -9px;
	margin-right: 30px;
}
.header.navbar-default .navbar-collapse {
	max-height: none;
}
.header.navbar-default .navbar-collapse .navbar-nav {
	float: none;
}
.header.navbar-default .navbar-collapse .navbar-form {
	clear: right;
	float: right;
}
.header.navbar-default .navbar-nav .dropdown-menu {
	background: #000;
	border-radius: 0;
}
.header.navbar-default .navbar-nav .dropdown-menu>li>a {
	color: #fff;
}
.header.navbar-default .dropdown-menu a:hover {
	background: #333;
	color: #000;
}
.header.navbar-default .navbar-toggle {
	margin-right: 0;
}
@media(min-width:768px) {
	.header {
		padding: 20px 0 0 0;
	}
	.header.navbar-default .navbar-header {
		margin-bottom: 15px;
	}
	.header.navbar-default .navbar-brand {
		padding-top: 10px;
		margin-bottom: -20px;
	}
	.header.navbar-default .navbar-collapse .navbar-nav {
		float: right;
		margin-right: -30px;
	}
}
@media(min-width:992px) {
	.header {
		padding: 40px 0 0 0;
	}
	.header.navbar-default .navbar-brand {
		margin-top: -17px;
	}
	.header.navbar-default .navbar-collapse .navbar-nav {
		float: left;
	}
}

/* ------------------------------------------------- *
 *        keyVisual
 * ------------------------------------------------- */
.keyVisual {
	padding-top: 50px;
	height: 550px;
	background: url('../images/img_main_sp.png') center 0 no-repeat;
	background-size: cover;
}
.keyVisual .btn-group {
	margin-top: 30px;
}
.keyVisual .btn-group .btn {
	margin-left: 10px;
	margin-bottom: 15px;
}
.keyVisual .textArea {
	padding: 15px 8px 1px 8px;
	background: rgba(0,0,0,0.5);
}
.keyVisual .textArea2 {
	padding: 15px 8px 1px 8px;
	background: rgba(255,0,0,0.7);
	color: #fff;
}
@media(min-width:768px) {
	.keyVisual {
		padding-top: 70px;
		height: 550px;background: url('../images/img_main.png') center 0 no-repeat;
	background-size: cover;
	}
	.keyVisual .btn-group {
		margin-top: 40px;
	}
}

/* ------------------------------------------------- *
 *        subVisual
 * ------------------------------------------------- */
.subVisual {
	padding-top: 20px;
	height: 80px;
	background: url('../images/img_room_a.png') center 0 no-repeat;
	background-size: cover;
}
.subVisual .btn-group {
	margin-top: 30px;
}
.subVisual .btn-group .btn {
	margin-left: 10px;
	margin-bottom: 15px;
}
.subVisual .textArea {
	padding: 15px 8px 1px 8px;
	background: rgba(0,0,0,0.5);
}
.subVisual .img-responsive {
	width: 60%;
}
.subVisual .text-right p{
	text-align: right;
	text-shadow: 2px 2px 2px #000;
	margin-right: 15px;
	font-size: 28px;
}
@media(min-width:768px) {
	.subVisual {
		padding-top: 10px;
		height: 80px;
	}
	.subVisual .btn-group {
		margin-top: 40px;
	}
}
@media(min-width:992px) {
	.subVisual {
		padding-top: 10px;
		height: 100px;
	}
	.subVisual .btn-group {
		margin-top: 40px;
	}
}
/* ------------------------------------------------- *
 *        subVisual-foods
 * ------------------------------------------------- */
.subVisual-foods {
	padding-top: 20px;
	height: 80px;
	background: url('../images/img_foods.png') center 0 no-repeat;
	background-size: cover;
}
.subVisual-foods .btn-group {
	margin-top: 30px;
}
.subVisual-foods .btn-group .btn {
	margin-left: 10px;
	margin-bottom: 15px;
}
.subVisual-foods .textArea {
	padding: 15px 8px 1px 8px;
	background: rgba(0,0,0,0.5);
}
.subVisual-foods .img-responsive {
	width: 60%;
}
.subVisual-foods .text-right p{
	text-align: right;
	text-shadow: 2px 2px 2px #000;
	margin-right: 15px;
	font-size: 28px;
}
@media(min-width:768px) {
	.subVisual-foods {
		padding-top: 10px;
		height: 80px;
	}
	.subVisual-foods .btn-group {
		margin-top: 40px;
	}
}
@media(min-width:992px) {
	.subVisual-foods {
		padding-top: 10px;
		height: 100px;
	}
	.subVisual-foods .btn-group {
		margin-top: 40px;
	}
}
/* ------------------------------------------------- *
 *        subVisual-member
 * ------------------------------------------------- */
.subVisual-member {
	padding-top: 20px;
	height: 80px;
	background: url('../images/img_member.png') center 0 no-repeat;
	background-size: cover;
}
.subVisual-member .btn-group {
	margin-top: 30px;
}
.subVisual-member .btn-group .btn {
	margin-left: 10px;
	margin-bottom: 15px;
}
.subVisual-member .textArea {
	padding: 15px 8px 1px 8px;
	background: rgba(0,0,0,0.5);
}
.subVisual-member .img-responsive {
	width: 60%;
}
.subVisual-member .text-right p{
	text-align: right;
	text-shadow: 2px 2px 2px #000;
	margin-right: 15px;
	font-size: 28px;
}
@media(min-width:768px) {
	.subVisual-member {
		padding-top: 10px;
		height: 80px;
	}
	.subVisual-member .btn-group {
		margin-top: 40px;
	}
}
@media(min-width:992px) {
	.subVisual-member {
		padding-top: 10px;
		height: 100px;
	}
	.subVisual-member .btn-group {
		margin-top: 40px;
	}
}

/* ------------------------------------------------- *
 *        footer
 * ------------------------------------------------- */
.footer {
	background: #222;
	color: #fff;
	padding: 30px 0;
}
.footer .list-group .list-group-item {
	background: none;
	color: #999;
	border-left: none;
	border-right: none;
	border-radius: 0;
	border-color: #444;
}
.footer .glyphicon {
	position: absolute;
	right: 15px;
	top: 13px;
}
.footer .text-center {
	margin-top: 15px;
}
@media(min-width:768px) {
	.footer .list-group .list-group-item {
		border: none;
		padding: 0;
		padding-top: 5px;
	}
	.footer .glyphicon {
		display: none;
	}
	.footer .text-center {
		margin-top: 30px;
	}
}

/* ================================================== *
 *
 *    title modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        titleType1
 * ------------------------------------------------- */
.titleType1 {
	vertical-align: middle;
	font-weight: normal;
	color: #fff;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	margin: 0;
	font-size: 27px;
}
.titleType1 .glyphicon {
	font-size: 20px;
	margin-right: 7px;
}
.titleType1 .badge {
	vertical-align: middle;
	margin-left: 7px;
}

/* ================================================== *
 *
 *    nav modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        sideNav
 * ------------------------------------------------- */
.sideNav.list-group .list-group-item {
	border-radius: 0;
	border-color: #444;
	border-bottom: none;
	border-left: none;
	border-right: none;
	color: #fff;
	background-color: #000;
}
.sideNav.list-group .list-group-item:last-child {
	border-bottom: none;
}
.sideNav .glyphicon {
	color: #FFC800;
	font-size: 12px;
	margin-right: 7px;
}

/* ================================================== *
 *
 *    button modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        btnPagetop
 * ------------------------------------------------- */
.btnPagetop a {
	background: #333;
	color: #aaa;
	border-top: 1px solid #ddd;
	padding: 15px 0;
}
.btnPagetop a:hover {
	text-decoration: none;
	background: #fafafa;
}

/* ================================================== *
 *
 *    helper
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        margin
 * ------------------------------------------------- */
.margin-top-lg {
	margin-top: 60px;
}
.margin-top-md {
	margin-top: 30px;
}
.margin-top-sm {
	margin-top: 15px;
}
.margin-bottom-lg {
	margin-bottom: 60px;
}
.margin-bottom-md {
	margin-bottom: 30px;
}
.margin-bottom-sm {
	margin-bottom: 15px;
}

/* ------------------------------------------------- *
 *        padding
 * ------------------------------------------------- */
.padding-top-lg {
	padding-top: 60px;
}
.padding-top-md {
	padding-top: 30px;
}
.padding-top-sm {
	padding-top: 15px;
}
.padding-bottom-lg {
	padding-bottom: 60px;
}
.padding-bottom-md {
	padding-bottom: 30px;
}
.padding-bottom-sm {
	padding-bottom: 15px;
}

/* ================================================== *
 *
 *    Custom Bootstrap Class
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        grid
 * ------------------------------------------------- */
.row .colPadding {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* ------------------------------------------------- *
 *        btn
 * ------------------------------------------------- */

.btn {
	border-radius: 3px;
	transition: .3s;
}
.btn:hover,
.btn:focus,
.btn.focus {
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-facebook,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success,
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger,
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
	border-color: transparent;
}

/* ------------------------------------------------- *
 *        text color & Size
 * ------------------------------------------------- */
.text-titleIcon {
	color: #F7FF00;
}
.text-imgIcon {
	color: #4d0c0b;
}
.text-arrowIcon {
	opacity: 0.3;
}
.text-color-white {
	color: #fff;
}
.text-color-yellow {
	color: #F7FF00;
}
.text-color-yellow-b {
	color: #F7FF00;
	font-weight: 500;
}
.text-color-red-b {
	color: #C80003;
	font-weight: 500;
}
.text-muted {
	color: #ddd;
}
.h5 {
	font-size:16px;
}
.text-sideNav-title-color-white {
	color: #fff;
	font-size: 12px;
	margin-bottom: -10px;
}
.textArea p {
	color: #fff;
	font-size: 18px;
	text-shadow: 2px 2px 2px #000;
}
.textArea p .add {
	color: #fff;
	font-size: 14px;
	text-shadow: 2px 2px 2px #000;
}
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 0.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.roomNumber {
	font-size: 26px;
	color: #fff;
}
.text-sm {
	font-size: 18px;
}
.text-md {
	font-size: 24px;
}
.text-lg {
	font-size: 36px;
}
.text-undertable {
	font-size: 12px;
	margin-top: 8px;
	padding-left: 15px;
	color: #FEFF6D;
	display: none;
}
.container a {
	color: yellow;
	text-decoration: underline;
}
@media (max-width: 767px) {
.text-undertable {
	display: inherit;
}
}

/* ------------------------------------------------- *
 *        map
 * ------------------------------------------------- */
#map-canvas {
	width: 100%;
	height: 300px;
	margin-top: 30px;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
    .demo-map {
      pointer-events: none;
	  }
}

/* ------------------------------------------------- *
 *        table
 * ------------------------------------------------- */
 .tr-gray {
	 background-color: #ddd;
 }
 .tr-head {
	 background-color: #3E0035;
	 color: #fff;
 }
  .tr-end {
	 background-color: #242424;
	 color: #fff;
 }
 .ver-middle {
	 vertical-align: baseline;
 }

/* ------------------------------------------------- *
 *        masonry
 * ------------------------------------------------- */
 #content {
	  margin: 10px auto;
	  padding: 0;
}
 #content .item {
	  width: 100%;
	  float: left;
	  margin: 20px 0 0 0;
	  padding: 0;
}
 #content .item img {
	  width: 100%;
	  max-width: 100%;
	  height: auto;
	  margin: 0;
}
@media (min-width: 767px) {
  #content .item {
		width: 330px;
		margin: 20px 20px 0 10px;
}
}
@media (min-width: 992px) {
  #content .item {
		width: 340px;
		margin: 20px 20px 0 10px;
  }
}

/* ------------------------------------------------- *
 *        pagetop
 * ------------------------------------------------- */
.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1;
	}
.pagetop a {
	display: block;
	width: 60px;
	height: 40px;
	padding-top: 3px;
	background-color: #3E0035;
	border-radius: 5px;
	text-align: center;
	color: #F7FF00;
	font-size: 12px;
	text-decoration: none;
	opacity: 0.8;
}
@media (min-width: 767px) {
	.pagetop a {
		width: 90px;
		height: 60px;
		font-size: 16px;
		padding-top: 9px;
	}
}
@media (min-width: 992px) {
	.pagetop a {
		width: 70px;
		height: 50px;
		font-size: 14px;
		padding-top: 6px;
	}
}
.campain{
	border-bottom: 1px #fff dotted;
}

.container nav a {
	color: yellow;
	text-decoration: underline;
}

.container nav a .glyphicon {
	color: yellow;
	text-decoration: underline;
}