html {
	min-height: 100%;
	height: 100%;
}
body {
	min-height: 100%;
	height: 100%;
	background: #222 !important;
	font-family: "Noto Serif JP", sans-serif !important;
}
button,
a {
	transition: all 0.2s ease;
	cursor: pointer;
}
.btn {
	cursor: pointer;
}
a:hover,
a:focus,
a:active {
	text-decoration: none;
}
p {
	word-wrap: break-word;
}
ul {
	list-style-type: none;
	padding-left: 0;
}
ol {
	padding-left: 15px;
}
.form-control {
	font-family: GothamNarrowBook;
}
img {
	max-width: 100%;
}
.uppercase {
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}
.bolder {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.bolder-font {
	font-family: GothamNarrowMedium;
}
.title {
	font-family: GothaNarrowMedium;
}
.title-sm {
	color: #898989;
	font-size: 12px;
}
.font-10 {
	font-size: 10px !important;
}
.font-11 {
	font-size: 11px !important;
}
.font-12 {
	font-size: 12px !important;
}
.font-13 {
	font-size: 13px !important;
}
.font-14 {
	font-size: 14px !important;
}
.font-18 {
	font-size: 18px !important;
}
.font-20 {
	font-size: 20px !important;
}
.font-24 {
	font-size: 24px !important;
}
.font-30 {
	font-size: 30px !important;
}
.line-space-1 {
	line-height: 1;
}
.line-space-2 {
	line-height: 1.5;
}
.line-space-3 {
	line-height: 1.2;
}
.letter-space-1 {
	letter-spacing: 1px;
}
.font-red {
	color: #ed1c24;
}
.font-white {
	color: #fff;
}
.font-black {
	color: #252525;
}
.font-blue{
	color:#102748!important;
}
.font-green {
	color: #00a651;
}
.font-grey {
	color: #898989;
}
.m-none {
	margin: 0;
}
.mtop-5 {
	margin-top: 5px;
}
.mtop-10 {
	margin-top: 10px;
}
.mtop-15 {
	margin-top: 15px;
}
.mtop-20 {
	margin-top: 20px;
}
.mtop-25 {
	margin-top: 25px;
}
.mtop-30 {
	margin-top: 30px !important;
}
.mtop-50 {
	margin-top: 50px !important;
}
.mtop-70 {
	margin-top: 70px !important;
}
.mbot-0 {
	margin-bottom: 0 !important;
}
.mbot-2 {
	margin-bottom: 2px !important;
}
.mbot-5 {
	margin-bottom: 5px !important;
}
.mbot-10 {
	margin-bottom: 10px;
}
.mbot-15 {
	margin-bottom: 15px;
}
.mbot-20 {
	margin-bottom: 20px;
}
.mbot-25 {
	margin-bottom: 25px;
}
.mbot-30 {
	margin-bottom: 30px !important;
}
.mbot-40 {
	margin-bottom: 40px !important;
}
.mtopbot-5 {
	margin: 5px 0;
}
.mtopbot-10 {
	margin: 10px 0;
}
.mtopbot-15 {
	margin: 15px 0;
}
.mtopbot-20 {
	margin: 20px 0;
}
.mtopbot-25 {
	margin: 25px 0;
}
.mtopbot-30 {
	margin: 30px 0;
}
.mside-5 {
	margin: 0 5px;
}
.mside-10 {
	margin: 0 10px;
}
.mside-15 {
	margin: 0 15px;
}
.mside-20 {
	margin: 0 20px;
}
.mside-25 {
	margin: 0 25px;
}
.mside-30 {
	margin: 0 30px;
}
.mright-0 {
	margin-right: 0px !important;
}
.mright-5 {
	margin-right: 5px;
}
.mright-10 {
	margin-right: 10px;
}
.mright-15 {
	margin-right: 15px;
}
.mleft-0{
	margin-left: 0px !important;
}
.mleft-5 {
	margin-left: 5px;
}
.mleft-10 {
	margin-left: 10px;
}
.mleft-15 {
	margin-left: 15px;
}
.mleft-20 {
	margin-left: 20px;
}
.pad-none {
	padding: 0 !important;
}
.pad-5 {
	padding: 5px;
}
.pad-10 {
	padding: 10px !important;
}
.pad-15 {
	padding: 15px !important;
}
.pad-20 {
	padding: 20px !important;
}
.padtop-5 {
	padding-top: 5px;
}
.padbot-5 {
	padding-bottom: 5px;
}
.padbot-10 {
	padding-bottom: 10px;
}
.padbot-15 {
	padding-bottom: 15px;
}
.padbot-30 {
	padding-bottom: 30px;
}
.padtop-10 {
	padding-top: 10px;
}
.padtop-15 {
	padding-top: 15px;
}
.padtopbot-10 {
	padding: 10px 0;
}
.padtopbot-15 {
	padding: 15px 0;
}
.padtopbot-20 {
	padding: 20px 0;
}
.padtopbot-25 {
	padding: 25px 0;
}
.padtopbot-30 {
	padding: 30px 0;
}
.padleft-0 {
	padding-left: 0px !important;
}
.padleft-7 {
	padding-left: 7px;
}
.padleft-10 {
	padding-left: 10px;
}
.padleft-15 {
	padding-left: 15px;
}
.padleft-25 {
	padding-left: 25px;
}
.padleft-30 {
	padding-left: 30px;
}
.padright-0 {
	padding-right: 0px !important;
}
.padright-7 {
	padding-right: 7px;
}
.padside-50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}
.padside-15 {
	padding-left: 15px;
	padding-right: 15px;
}
.padside-30 {
	padding-left: 30px;
	padding-right: 30px;
}
.indent-15 {
	text-indent: 15px;
}
.inline-block {
	display: inline-block;
}
.singleline {
	line-height: 1;
}
.text-blue {
	color: #448ddb;
}
.text-grey {
	color: #898989;
}
.top-align {
	vertical-align: top;
}
.center-wrapper {
	display: table;
	width: auto;
	margin: auto;
}
.full-width {
	width: 100%;
	display: block;
}
.image-center {
	display: block;
	margin: auto;
}
.bg-grey {
	background-color: #ebebeb !important;
}
.bg-white {
	background-color: #fff;
}
.bg-pink {
	background-color: #ed145b;
}
.bg-blue {
	background-color: #102748;
}
.bg-dark {
	background-color: #666 !important;
}
.bg-cyan {
	background-color: #7accc8;
}
.bg-transparent {
	background-color: transparent !important;
}
.bg-red {
	background-color: #dc3545;
}
.bg-dark-grey {
	background-color: grey !important;
}
.bg-1-dark{
	background-color: #84bc9c !important;
}

.reservation-filled{
		background-color: #0087CB;
}

.bg-light-pink{
	background-color: #edcdda !important;
}

.bg-light-yellow{
	background-color: #fcfccc !important;
}

.container-potrait {
	max-width: 1024px;
	width: 100%;
	margin: auto;
	display: block;
	position: relative;
	background-color: #eeeeee;
	min-height: 100%;
	padding-bottom: 50px;
}
.container-potrait-login {
	max-width: 1024px;
	width: 100%;
	margin: auto;
	display: block;
	position: relative;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	min-height: 100%;
	padding-bottom: 50px;
}
.container-potrait-login-2 {
	width: 50% !important;
}
.footer-custom{
	font-size: 14px;
	bottom: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.custom-input{
	border: 1.5px solid #7F7F7F !important;
	border-radius: 8px !important;
	background-color: transparent !important;
}
.box-contain{
	max-width: 50%;
	width: 100%;
}
.custom-button1{
	background-color:#6CE2FA !important;
	min-width:240px;
	box-shadow: 0px 3px 5px grey;
	border-radius: 8px !important;display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-button2{
	background-color:#02C0BC !important;
	color:white;
	min-width:240px;
	box-shadow: 0px 3px 5px grey;
	border-radius: 8px !important;display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-button-line{
	background-color:#28a745 !important;
	color: #fff;
	min-width: 240px;
	box-shadow: 0px 3px 5px grey;
	border-radius: 8px !important;display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.p-relative{
	position: relative;
}
.logo-container{
	position: absolute;
    left: 10px;
    top: 5px;
}
.sso_logo{
	width: 25px;
	height: auto;
}
.sso_logo_microsoft{
	width: 21px;
}
.btn-custom-email{
	min-width:240px;
	box-shadow: 0px 3px 5px grey;
	border-radius: 8px !important;display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border: 1px solid #244370 !important;
	color: #000;
}
.custom-button-microsoft{
	background-color:#0067b8 !important;
	color: #fff;
	min-width:240px;
	box-shadow: 0px 3px 5px grey;
	border-radius: 8px !important;display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-btn-width{
	min-width: 285px;
}
.custom-bg{
	background:#ebebeb;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.container-potrait-home {
	max-width: 1024px;
	width: 100%;
	margin: auto;
	display: block;
	position: relative;
	background-color:#eeeeee;
	min-height: 100%;
	padding-bottom: 50px;
}
.form-check-input {
	margin-top: 0.4rem !important;
}
.btn-dark {
	background-color: #CC4139 !important;
	border-color: #CC4139 !important;
	color: #fff;
}
.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
	background-color: #CC4139;
	border-color: #CC4139;
	color: #fff;
}

.btn-grey {
	background-color: #646464 !important;
	border-color: #646464 !important;
	color: #fff;
}
.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
	background-color: #646464;
	border-color: #646464;
	color: #fff;
}


.btn-1 {
	background-color: #0F2649 !important;
	border-color: #0F2649;
	color: #fff;
}
.btn-0 {
	background-color: #224272;
	color: #FFFFFF;
}
.btn-1:hover,
.btn-1:active,
.btn-1:focus {
	background-color: #a69b6d;
	border-color: #a69b6d;
	color: #fff;
}
.btn-black {
	background-color: #242a31 !important;
	border-color: #242a31 !important;
}
.btn-blue{
    background: #244370;
    /* border-color: #244370; */
    border: none;
    color: white;
}
.tab-reservation .btn {
	background-color: #224272;
	color: #FFFFFF;
}
.container_home{
  margin-top: 70px;
  background-position: center;
  background-color: #ebebeb;
  background-size: cover;
  background-attachment: cover;
  background-clip: content-box;
}
.text-title{
	background-color: #FECE00;
    padding: 10px;
    width: 40%;
    margin-top: 0;
    border: none;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 680px) {
	.footer-custom{
		font-size: 9px;
	}

	.container-potrait-login-2{
		width: 100% !important;
	}
	.box-contain{
		max-width: 80%;
	}
	.text-title{
		width: 50%;
	}
}

.qr-space {
	background: #ECEAE1;
  padding: 5px 0px 5px 0px;
  width: 175px;
  margin: auto;

}
.qr-container {
	width: 140px;
	display: table;
	position: relative;
	text-align: center;
	margin: 0px auto;
}

.qr-container_guest {
	width: 140px;
	display: table;
	position: relative;
	text-align: center;
	margin: 20px auto 30px auto;
}
.qr-date-picker {
	text-align: center;
	width: 150px !important;
	font-weight: bold;
	color: #455771 !important;
	padding: 10px 5px 10px 0px !important;
	border: solid #455771 1px !important;
	font-size: 16px !important;
}
.refresh_btn{
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%!important;
	padding: 10px!important;
}

.qr-container_root {
	display: table;
	position: relative;
	padding: 20px;
	margin:auto;
}
.qr-container img {
	width: 100%;
}
.nav-full {
	background-color: #fff;
	border-top: 1px solid #ddd;
}
.nav-full .nav-item {
	width: 33.3%;
}
.nav-full .nav-link,
.nav-full .nav-item .nav-link {
	color: #666;
	background-color: #fff;
	border: 1px solid transparent !important;
	border-radius: 0 !important;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
}
.nav-full .nav-link.active,
.nav-full .nav-item.show .nav-link {
	color: #fff !important;
	background-color: #666 !important;
	font-size: 13px;
	border-color: #ddd;
	border-radius: 0 !important;
	height: 100%;
}
.underline-border {
	border-bottom: 1px solid #ddd;
}
/*.underline-dashed{border-bottom: 1px dashed #ccc;}*/
.underline-dashed {
	border-bottom: 1px solid #ccc;
}
.menu-footer {
	width: 100%;
	max-width: 1024px;
	display: table;
	border-top: 1px solid #92a4bd;
	z-index: 1000;
	background-color: #fff;
	padding-bottom: 14px;
}
.menu-footer ul li {
	width: 20%;
	display: table;
	float: left;
	/*border-bottom: #92a4bd solid 1px;*/
}
.menu-footer ul li:last-child {
	border-right: 0;
}
.menu-footer ul li a {
	width: 100%;
	background-color: white;
	display: table;
	color:#102748;
	padding: 5px;
}
.menu-footer ul li a:hover,
.menu-footer ul li a.active {
	/*background-color: #242a31;*/
	/*color: #fff;*/
	font-weight: bolder;
	/*font-size: 12px;*/
	text-decoration: none;
}
.menu-footer ul li a.home {
	border: #102748 solid 1px;
    border-radius: 60px;
    min-height: 78px;
    width: 78px;
    height: 78px;
    margin: -16px auto -14px auto;
    padding-top: 16px;
    background-color: #102748;
	color: #fff;
}
@media (max-width: 680px) {
	.menu-footer ul li a.home {
		border: #102748 solid 1px;
	    border-radius: 60px;
	    min-height: 78px;
	    width: 100%;
	    margin: -16px auto -14px auto;
	    padding-top: 16px;
	    background-color: #102748;
		color: #fff;
	}
}
.form-control {
	font-family: inherit;
}
.list-number {
	width: 100%;
	display: table;
}
.list-number li:first-child {
	width: 40px;
}
.list-number li:first-child a {
	background-color: #555;
	color: #fff;
}
.list-number li {
	float: left;
	width: calc(25% - 10px);
}
.list-number li a {
	text-align: center;
	background-color: #ddd;
	color: #242a31;
	width: 100%;
	display: table;
	padding: 10px;
}
.list-number li a:hover {
	text-decoration: none;
}
.circle-rounded {
	padding: 5px;
	border-radius: 100px;
	width: 30px;
	height: 30px;
	text-align: center;
}
.table-middle {
	border: 1px solid #ddd;
}
.table-middle td {
	vertical-align: middle !important;
	border: 1px solid #ddd;
	background-color: #fff;
}
.text-green {
	color: #39b54a;
}
.text-red {
	color: #ed1c24;
}
.text-orange {
	color: #f26522;
}
.text-black {
	color: #343a40;
}

.maps-container-1 {
	width: 100%;
	height: 250px;
}
ul.timeline {
	list-style-type: none;
	position: relative;
}
ul.timeline:before {
	content: " ";
	background: transparent;
	border: 2px dashed #ccc;
	display: inline-block;
	position: absolute;
	left: 19px;
	width: 2px;
	height: 100%;
	z-index: 400;
}
ul.timeline > li {
	margin: 0;
	padding-left: 0px;
}
ul.timeline > li:before {
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	z-index: 400;
}
ul.timeline > li.station:before {
	content: "S";
	background: #22c0e8;
	border: 3px solid #22c0e8;
	font-size: 10px;
	text-align: center;
	color: #fff;
}
ul.timeline > li.bus:before {
	content: "B";
	background: #fff;
	border: 3px solid #343a40;
	font-size: 10px;
	text-align: center;
	color: #343a40;
}
ul.timeline > li a {
	background: #ddd;
	padding-left: 40px !important;
}
ul.timeline > li p {
	padding-left: 40px !important;
}
.wrap-center {
	display: table;
	margin: auto;
}
.carousel-item img {
	margin: auto;
	max-height: 300px;
}
.table-colored th {
	text-align: center;
	color: #fff;
	background-color: #0089CD;
}
.maxw {
	width: calc(100% - 100px);
}
.w-100p {
	width: 100px;
}
.h-auto {
	height: auto !important;
}
.dtable {
	display: table !important;
}
.hide {
	display: none;
}
.table-check td {
	padding: 5px 15px !important;
	border: 0 !important;
}
.list-button {
	width: 100%;
	display: table;
	margin-bottom: 0;
}
.list-button li {
	width: 100%;
	display: table;
	border-bottom: 1px solid #bfc5ce;
}
.list-button li:last-child {
	border-bottom: 0;
}
.list-button li a {
	color: #102748;
	padding-top: 15px;
	padding-bottom: 15px;
}
.list-button li a p {
	margin-bottom: 3px;
}
.mtop-100p {
	margin-top: 100%;
}
.min-100 {
	min-height: 100px;
}
.h-100 {
	height: 100%;
}
.middle-text {
	line-height: 100px !important;
}
.min-80 {
	min-height: 80px;
}
.middle-text-2 {
	line-height: 80px !important;
}
.middle-text-3 {
	line-height: 65px !important;
}
.boxes {
	border: 1px solid #000;
	padding: 5px 10px;
	display: table;
}
.dblock {
	display: block !important;
}
.btn-text {
	color: #666;
	background-color: transparent;
}
.btn-text:hover,
.btn-text:active,
.btn-text:focus,
.btn-text[aria-expanded="true"] {
	background-color: #242a31;
	color: #fff;
}
.required {
	background: #ff3265;
	color: #fff;
	padding: 1px 5px;
}
.bg-title {
	background-color: #242a31;
	padding: 15px;
	color: #fff;
}
.table-sticky th:first-child,
.table-sticky td:first-child {
	position: sticky;
	left: 0px;
	position: -webkit-sticky;
}
.table-sticky td:first-child {
	background-color: #fff;
	border-right: 1px solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cecece;
	border-right-color: #cecece;
	color: #253A59;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 10px 10px 10px !important;
}
.form-control,
.btn,
.card {
	border-radius: 0 !important;
}
.border-black {
	border: 1px solid #000 !important;
}
.border-red {
	border: 3px solid #cc143f !important;
}
.list-submenu li a {
	color: #666;
}
.btn-black {
	background-color: #242a31;
	border-color: #242a31;
	color: #fff;
}
.btn-black:hover,
.btn-black:active,
.btn-black:focus {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.btn-circle {
	border-radius: 100px !important;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 1px 0 0 0 !important;
}
.clickable {
	cursor: pointer;
}
.clickable:hover {
	background: #abd6e8;
}
.wauto {
	width: auto !important;
}
.dinline {
	display: inline-block !important;
}
.form-label {
	min-height: 38px !important;
}
.loading {
	position: absolute;
	min-height: 100%;
	min-height: 100%;
	display: block;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 9999;
	width: 100%;
}
.loading img {
	width: 120px;
	position: fixed;
	display: table;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.table-bordered-2 tr:first-child td {
	border: 1px solid #102748;
	padding: 10px 5px !important;
}
.table-bordered-2 td {
	padding: 5px !important;
	font-size: 10px;
	min-width: 35px;
	text-align: center;
}

.modal-dialog {
	display: table;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	position: absolute !important;
	margin: auto !important;
	padding: 10px;
	width: 100% !important;
}
.card-body .question {
	padding-left: 85px;
	position: relative;
	font-weight: bold;
	margin-bottom: 15px;
}
.card-body .question span {
	width: 80px;
	background-color: #242a31;
	color: #fff;
	position: absolute;
	left: 0;
	text-align: center;
}
.card-body .answer {
	padding-left: 85px;
	position: relative;
}
.card-body .answer span {
	width: 80px;
	background-color: #666;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 0;
	text-align: center;
}

.card-body .list-button>li>a>div>p{
	overflow-wrap: break-word;
	word-break: break-all;
}

.card-body-custom {
	margin: 0px 15px 60px 15px;
	border: solid 1px rgba(16, 39, 72, 1);
	color: rgba(16, 39, 72, 1);
	padding: 30px !important;
}

.card-body-custom p {
	margin: 0;
}

.no-scroll {
	overflow-y: hidden !important;
}
.scrolled {
	height: calc(100% - 440px);
	overflow-y: auto;
	display: block !important;
}
.scrolled-content {
	width: 100%;
	display: table;
}
.height-100 {
	height: 100%;
}

.pre-formatted {
	white-space: pre;
}

.room-list img {
	/* Same as first example */
	font-family: "Helvetica";
	font-weight: 300;
	line-height: 2;
	text-align: center;

	width: 100%;
	height: 90%;
	display: block;
	position: relative;
}

.room-list img:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	height: calc(100% + 10px);
	width: 100%;
	background-color: rgb(230, 230, 230);
	border: 2px dotted rgb(200, 200, 200);
	border-radius: 5px;
}

.room-list img:after {
	content: "\f127" " Image Broken " attr(alt);
	display: block;
	font-size: 16px;
	font-style: normal;
	font-family: FontAwesome;
	color: rgb(100, 100, 100);

	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	text-align: center;
}
.qr-border {
	border: 1px solid #000000;
}

.qr-empty-text{
	margin-top:40%;
	color:black;
	position: absolute;
	width: 100%;
	text-align:center;
}
.warranty-content{
	display: inline-block;
	word-break: break-all;
	-ms-word-wrap: break-word;
}
.fit-screen {
	display: inline-block;
	word-break: break-all;
	width: 100%;
}
.arrow {
	position: absolute;
	top: 40px;
}
.arrow.left {
	left: -50px;
}
.arrow.right {
	right: -50px;
}
.relative {
	position: relative;
}
.icon-float {
	position: absolute;
	top: 12px;
	right: 11px;
}
.icon-float2{
	position: absolute;
	top: 16px;
	right: 11px;
}
.box-center {
	display: table !important;
	width: auto !important;
}

@media (max-width: 680px) {
	h5.bg-title {
		font-size: 14px;
	}

	.vdp-datepicker__calendar {
		left: 50% !important;
		top: 50% !important;
		margin-left: -150px;
		margin-top: -150px;
		position: absolute !important;
	}
}
.vdp-datepicker__calendar {
	left: 50% !important;
	top: 50% !important;
	margin-left: -150px;
	margin-top: -150px;
	position: absolute !important;
}
.resv_column {
	padding: 0.2rem 1rem !important;
}
.title-faq {
	font-weight: bold;
}
.dropdown-hour {
	padding: 0.375rem 0.25rem !important;
	font-size: 0.7rem !important;
}
.area-title {
	width: 70%;
	word-break: break-all;
}
[v-cloak] {
	display: none;
}
.box-time {
	height: 35px;
	/*width: 35px;*/
}
.btn-full {
	width: 100%;
}
.table-sticky thead th {
	position: sticky;
	top: 0;
	z-index: 9;
	position: -webkit-sticky;
}
.table-sticky th:first-child {
	z-index: 10;
}
.btn-text {
	color: #fff;
	background-color: #244370;
	text-align: left !important;
	font-size: 18px !important;
	font-weight: bold !important;
}
.btn-text:hover,
.btn-text:active,
.btn-text:focus,
.btn-text[aria-expanded="true"] {
	background-color: #242a31;
	color: #fff;
}
.btn-text-1 {
	color: #242a31;
	background-color: #ebebeb;
	text-align: left !important;
	font-size: 15px !important;
	font-weight: bold !important;
	padding-right: 50px !important;
	white-space: normal !important;
}
.btn-text-1:hover,
.btn-text-1:active,
.btn-text-1:focus,
.btn-text-1[aria-expanded="true"] {
	background-color: #ebebeb;
	color: #242a31;
}
.btn-text-1.focus,
.btn-text-1:focus {
	box-shadow: none !important;
}
.btn-text-1:after {
	content: "\f078"; /* fa-chevron-down */
	font-family: "FontAwesome";
	position: absolute;
	right: 15px;
}
.btn-text-1[aria-expanded="true"]:after {
	content: "\f077"; /* fa-chevron-up */
}
.text-orange {
	color: #f26522;
}
.btn-info.focus,
.btn-info:focus {
	box-shadow: none !important;
}

.table-sticky thead th {
	position: sticky;
	top: 0;
	z-index: 9;
	border: 0 !important;
	box-shadow: inset 1px 0px 1px 0px rgba(219, 219, 219, 1);
}

/* ==========================================================================
   Layout - Footer
   ========================================================================== */
/* footer
   ========================================================================== */
   .footer {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 20px 5px;
	width: 100%;
	max-width:1024px;
}
@media screen and (max-width: 768px) {
	.footer {
		min-width: 320px;
		padding: 15px 22px 10px;
	}
}
/* Return Top Link
     ========================================================================== */
.footer_return-top {
	position: absolute;
	right: 10px;
	top: -60px;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	opacity: 0;
	z-index: 90;
	pointer-events: none;
}
.footer_return-top > a {
	white-space: nowrap;
	text-indent: 200%;
	overflow: hidden;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/footer_return-top_bg01.png) no-repeat center center /
		100% 100%;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.footer_return-top > a:hover,
.footer_return-top > a:active {
	opacity: 0.7;
}
@media screen and (max-width: 768px) {
	.footer_return-top {
		top: -50px;
	}
	.footer_return-top > a {
		width: 40px;
		height: 40px;
	}
}
.footer_return-top.is-fixed {
	position: fixed;
	top: auto;
	bottom: 10px;
}
.footer_return-top.is-show {
	opacity: 1;
	pointer-events: auto;
}
/* footer inner
     ========================================================================== */
.footer_inner {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1100px;
	margin: 0 auto;
	padding-right: 120px;
}
.footer_inner::after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (max-width: 768px) {
	.footer_inner {
		max-width: none;
		padding-right: 0;
	}
}
/* footer nav
     ========================================================================== */
.footer_nav {
	overflow: hidden;
	margin: -5px 0 0 -13px;
}
.footer_nav > li {
	float: left;
	margin: 5px 0 0 13px;
	line-height: 1.5;
	font-weight: bold;
	font-size: 0.8rem;
}
.footer_nav > li::before {
	content: "/";
	display: inline-block;
	margin-right: 13px;
}
.footer_nav > li:first-child::before {
	display: none;
}
.footer_nav > li > a {
	color: #111111;
}
@media screen and (max-width: 768px) {
	.footer_nav > li::before {
		display: none;
	}
	.footer_nav > li > a:hover {
		text-decoration: none;
	}
}
.footer_logo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 109px;
	height: 52px;
	margin: auto 0;
}
.footer_logo > a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.footer_logo > a:hover,
.footer_logo > a:active {
	opacity: 0.7;
}
.footer_logo img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
@media screen and (max-width: 768px) {
	.footer_logo {
		position: relative;
		width: auto;
		width: 144px;
		height: 41px;
		margin: 18px auto 0;
	}
	.footer_logo > a:hover,
	.footer_logo > a:active {
		opacity: 1;
	}
}
.footer_copyright {
	margin-top: 5px;
	font-weight: 300;
	line-height: 1.5;
	font-size: 0.8rem;
	color: #444;
	font-family: "Poppins", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN",
		"Meiryo", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
	.footer_copyright {
		font-size: 2.4vw;
		text-align: center;
	}
}
.footer_container{
	width:100%;
	max-width:1024px;

	position: absolute;

}
.container_main{
	margin-bottom: 0px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.container_main{
			margin-bottom: 50px;
	}
}


.stickyTop {
  position: fixed !important;
/*  width: 100%;
  left: 0;*/
  top: 0;
  z-index: 100;
  border-top: 0;
}

.fe-title{
	margin-top: 70px;
    background-color: #102748!important;
    text-align: center;
    color: white;
    word-wrap: break-word;
}
.fe-subtitle{
	text-align: center;
	color:#0f8acb!important;
	word-wrap: break-word;
}

.sticky-header{
	position: absolute !important;
    top: -70px;
    z-index: 999;
    width: 100%;
    max-width: 1024px !important;
	background-color: white!important;
	/*border-bottom: 1px solid #102748;*/
}
.sticky-header img{
	height: 40px;
    margin-right: auto;
}

.sticky-header-relative{
	position: relative !important;
    top: 0px;
    z-index: 999;
    width: 100%;
    max-width: 1024px !important;
	background-color: white!important;
	/*border-bottom: 1px solid #102748;*/
}
.sticky-header-relative img{
	height: 40px;
    margin-right: auto;
}
.error{
	color:red;
}
.labelError{
  border: 1px solid grey;
    background-color: grey;
    color: #fff;
    padding: 2px;
    height: 37px;
    max-width: 520px;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
}

.descError{
  max-width: 520px;
  padding: 5px;
  margin: 12px auto 0 auto;
  background-color: grey;
  color: #fff;
}

.err100{
  background-color: red;
  padding: 6px;
}

.err80{
  background-color: #e8a222;
  padding: 6px;
}
.text_subtitle{
	color:white;
}
.padding-subtitle{
	padding: 10px 0px 10px 20px;
}

.text-underline{
	text-decoration: underline;
	color:white;
}

.text-copyright{
	text-align: center;
	position: sticky;
	bottom:0;
	font-size: .8em;
}

.text-copyright2{
	text-align: center;
	bottom:0;
	font-size: .8em;
}

.btn-favorite{
	height: 45px;
}
.btn-reservation{
	height: 65px;
	font-size:1.5rem!important;
	background-color: #CC4139 !important;
	border-color: #CC4139 !important;
	color: #fff;
}
.btn-congestion{
    height: 50px;
    background: white;
    color: #102748;
    border: solid 1px #102748;
    width: 100%;
}
.regular-table {
	margin: 0px 0px 40px 0px;
}
.regular-table td{
	padding: 10px;
	border: solid 1px #798AA2 !important;
}
.regular-table tr td:first-child{font-weight: bold;}


.regular-page-title{
	color: #FFFFFF;
	font-size: 32px;
}

.regular-page-subtitle{
	color: #0087CB;
	font-weight: bold;
	font-family: monospace;
	font-size: 15px;
	margin: -5px 0px 0px 0px;
}
.regular-form-control{
	background: #EEEEEE  !important;
	border: solid 1px #A2ADBC !important;
	height: auto !important;
	padding: 12px !important;
}

.regular-required{
	background: #CE4034 !important;
	border-radius: 6px;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px 0px 0px 20px;
	text-align: center;
	padding: 2px 8px 3px 8px;
}
.regular-center{
	text-align: center;
}
.regular-toast{
	padding: 6px;
	box-sizing: border-box;
	border: solid 3px #0F2649;
	background: #FFFFFF;
	color: #1E3455;
	margin: 20px 0px 20px 0px;
}
.regular-btn{
	padding: 8px !important;
}

.regular-part-title{
	background: #102748 !important;
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 10px 20px;
}
.regular-part-title a{
	background: #102748 !important;
	color: #FFFFFF;

}

.regular-part-content{
	border: solid 1px #798AA2 !important;
	margin: 0px 20px 0px 20px;
	box-sizing: border-box !important;
	padding: 30px !important;
	width: calc(100% - 40px) !important;
}
.regular-part-content-modal{
	border: solid 1px #798AA2 !important;
	box-sizing: border-box !important;
	padding: 5px !important;
}
.regular-part-subtitle{
	background-color: #224272 !important;
	color:#FFFFFF !important;
	font-weight: normal !important;
	padding: 15px !important;
}

.regular-btn-darkblue{
	background: #224272 !important;
	border: solid 1px #224272 !important;
}

.btn-text-1:after {
	content: "" !important;
	right: 35px  !important;
	font-size: 20px;
	line-height: 22px;
	color: #FFF !important;
	font-weight: bolder  !important;
}
.margin-top-2{
	margin-top: -2px !important;
}
.regular-no-border{
	border: 0px solid transparent !important;
}
label{
	font-weight: 200;
}
.btn-text-1[aria-expanded="true"] {
	background-image: url("../images/icon_min_expand.png");
	background-repeat:no-repeat ;
	background-position: right 15px center;
	background-position-y: center;
	content: "" !important;
}
.btn-text-1[aria-expanded="false"] {
	background-image: url("../images/icon_max_collapse.png");
	background-repeat:no-repeat ;
	background-position: right 15px center;
	background-position-y: center;
	content: "" !important;
}
.btn-text-tiket[aria-expanded="true"] {
	background-image: url("../images/icon_chevron_down.png");
	background-repeat:no-repeat ;
	background-position: right 15px center;
	background-position-y: center;
	content: "" !important;
}
.btn-text-tiket[aria-expanded="false"] {
	background-image: url("../images/icon_chevron_up.png");
	background-repeat:no-repeat ;
	background-position: right 15px center;
	background-position-y: center;
	content: "" !important;
}

.btn-1 {
	background-color: #0F2649 !important;
	border-color: #0F2649;
	color: #fff;
	padding: 15px !important;
}
.btn-0 {
	background-color: #224272;
	padding: 15px !important;
	color: #FFFFFF;
	height: 55px !important;
	line-height: 1 !important;
}
.btn-type-2{
	background-color: #224272;
	padding: 5px 20px 5px 20px !important;
	color: #FFFFFF;
	margin: 5px 0px 15px 0px;
	font-size: 10px;
}
.tab-reservation .btn {
	background-color: #224272;
	padding: 15px !important;
	height: 55px !important;
	line-height: 1 !important;;
	color: #FFFFFF;
}
.bold{
	font-weight: bold;
}

.font-color-primary{
	color: #455771 !important;
}

.image_facility{
	height: 300px;
	width: 100%
}
@media (max-width: 680px) {
	.image_facility {
		width: 100%;
		height: 150px;
	}
}
.list_facility{
	background-color: white;
    align-items: center; /* Vertically align content in the center */
    justify-content: space-between; /* Push content to the edges */
    position: relative; /* Required for precise positioning of child elements */
	min-height: 100px;
}

.list_facility .arrow-icon {
	width: 8px; /* Set a fixed size for the image */
    position: absolute;
	top: 50%; /* Vertically center the image */
	right: 10px; /* Align to the right */
	transform: translateY(-50%); /* Adjust to ensure true vertical centering */
}

.card-blue{
	background-color:transparent!important;
	border: 2px solid #102748!important;
}

.list-room{
	background-color:transparent!important;
	color:#102748!important;
}

.light-blue{
	color:#bfc5ce;
}

.underline-blue {
	border-bottom: 1px solid #bfc5ce;
}

table.cc-confirm-table  {
    text-align: center;
}
table.cc-confirm-table thead {
	background-color: rgba(0,0,0,.15);
}
table.cc-confirm-table td {
	width: 50% ;
	padding: 10px ;
}

.fe-datepicker.form-control[readonly]{
	background-color: #fff;
}

.fe-datepicker-close{
	top: 16px;
    right: 50px;
    cursor: pointer;
}

.body-text-admin {
	display: table;
	margin: 0 auto;
	padding: 60px 20px 30px;
  }
  
.body-text-admin p {
	margin-bottom: 8px;
}

.body-text-admin a.btn-logout {
	background: #5885cec9 !important;
	border-color: #013280c9 !important;
	border-radius: 7px !important;
	padding: 6px 25px;
	margin-top: 50px;
	margin: 50px auto 0px;
	display: table;
	outline: none !important;
	box-shadow: none !important;
}

.VueCarousel{
	margin-top:30px;
}


.fe-plan {
	background-color: #567cb3!important;
    color: #000 !important;
}

.fe-plan .regular-page-title {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 34px;
}

@media screen and (max-width:1366px) and (max-height: 1024px) {
	.footer-custom{
		bottom: unset;
	}
}

  
