/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2019/10/16, 16:56:51
    Author     : admin
*/
.Nav {
	width: 100%;
    max-width: 800px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-bottom: 0;
    display: block;
}
.mt20 {
	margin-top: 20px !important;
}
.p0 {
	padding:0 !important;
}
.reserve_cancel {
	background: #87999a;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    font-size: 100%; 
    color: #555;
}
.Checkbox__Body {
	background: #fff;
}
.checkin {
	background: #f1f8e8 !important;
}
.checkout {
	background: #ccc !important;
}

.Checkbox__Body.checkin .Checkbox__Label:before {
	color: #7FC52D;
}
.Checkbox__Body.checkout .Checkbox__Label:before {
	color: #666;
}
.transferred_text {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #ccc;
	padding: 4px;
}


.section-header select {
    box-sizing: border-box;
    width: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 0 28px 0 8px;
    font-size: 16px;
    height: 44px;
    background: #fff url(/images/select_arrow.png) right center no-repeat;
    background-size: 20px auto;
    color: #555555;
}

.section-header {
    display: table;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 6px 20px;
    height: 40px;
    background: #fff;
    z-index: 99;
    left: 0;
}
.section-header.close_menu {
	padding-left: 80px;
}
@media (max-width: 991px) {
    .section-header {
        padding-left: 10px;
    }
}
@media (max-width: 767px) {
    .section-header {
        padding-left: 10px;
/*        display: none;*/
    }
	.section-header.close_menu {
/*        padding-left: 10px;*/
	}
}
.section-header .description {
    float: left;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 10px;
}
.section-header .left {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.section-header .left h2 {
	font-weight: 700;
}
.section-header .right {
    display: table-cell;
    width: auto;
    font-size: 1.3rem;
    margin-top: 10px;
    vertical-align: middle;
	text-align: right;
}
.section-header .right select {
    margin: 0px;
    display: inline-block;
    width: auto;
}
.info_btn {
	background: #fff;
	padding: 4px 12px;
	border: 1px solid #ccc !important;
}
.info_btn:hover {
	background: #f1f8e8;
}

/*formItem*/
.formItem:first-of-type {
    border-top: 1px solid #e7e7e7;
}

.formItem {
    border-bottom: 1px solid #e7e7e7;
    display: table;
    width: 100%;
    margin-bottom: 0;
}

/*  dt  */
.formItem.unable .formItem_label {
    padding-top: 24px;
}
.formItem_label {
    width: 220px;
    padding: 28px 20px 24px 10px;
    font-weight: bold;
}
.formItem_label, .formItem__data {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.formItem_label:after, .formItem__data:after {
    display: block;
    clear: both;
    content: "";
}

/* dd  */
.formItem.unable .formItem__data {
    padding: 24px 0;
    word-break: break-all;
}
.formItem__data {
    position: relative;
    padding: 16px 10px;
}
.formItem_label, .formItem__data {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.formItem_label:after, .formItem__data:after {
    display: block;
    clear: both;
    content: "";
}
.formItem .search_box {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.modal-body .formItem.unable .formItem_label {
    padding-top: 12px;
}
.modal-body .formItem_label {
    width: 220px;
    padding: 14px 10px 12px 0;
    font-weight: bold;
}
.modal-body .formItem.unable .formItem__data {
    padding: 12px 0;
    word-break: break-all;
}
.modal-body .error_txt {
    margin: 0;
    text-align: left !important;
}

.formItem input[type="text"], .formItem input[type="email"], .formItem input[type="url"], .formItem input[type="tel"], .formItem input[type="number"], .formItem input[type="password"],
.formItem input[type="button"], .formItem input[type="submit"], .formItem textarea, .formItem select, .section-header select, .formItem button, .control-footer button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.formItem input[type="text"], .formItem input[type="email"], .formItem input[type="url"], .formItem input[type="tel"],
.formItem input[type="number"], .formItem input[type="password"] {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 0 8px;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    color: #555;
}
.formItem textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 0 8px;
    font-size: 16px;
    height: 80px;
    line-height: 20px;
    color: #555;
}
.formItem textarea {
}

.formItem select, .section-header select {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 0 28px 0 8px;
    font-size: 16px;
    height: 44px;
    background: #fff url(/images/select_arrow.png) right center no-repeat;
    background-size: 20px auto;
    color: #555555;
}

.formItem [type="submit"], .formItem [type="button"], .formItem button, .formItem .button, .control-footer button, .control-footer [type="button"], .control-footer [type="submit"], .control-footer a {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #C7C7C7;
    border-bottom-width: 2px;
    border-radius: 4px;
    background: #FAFAFA;
    color: #777;
    min-width: 120px;
    height: 44px;
    line-height: 44px;
    padding: 0 8px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    outline: none;
}
.Account__Login__Body, .Default_Modal__Body {
	height: auto;
}
.error_message {
	color: #f00;
}
.shift_str {
	font-size: 13px;
	color: #333;
}
.t--Close .shift_str {
	color: #aaa;
}
td.t--Close:hover {
	cursor: default;
}
.calendar td:not(.t--Close):hover {
	background: #f1f8e8;
}
.checkin_area {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content : flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
}
.checkin_area div {
	padding: 1rem;
}
.check_btn {
	border: 1px solid #333;
	border-radius: 3px;
	padding: 0.4rem;
	background: #fff;
	margin-right: 5px;
}
.check_btn:hover {
	background: #f1f8e8;
}
.dark {
	background: #ccc;
}
.dark:hover {
	background: #ccc;
}
.thread_avatar {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #ccc;
    border: 1 solid #fff;
    margin: 0 auto;
}
.review_header {
	font-weight: 700;
	font-size: 1.2rem;
}
.review_area {
	width: 100%;
	display: table;
}
.review_area .review_avatar {
	width: 60px;
	padding: 10px;
	display: table-cell;
}
.review_area .review_contents {
	display: table-cell;
	vertical-align: middle;
}
.review_area .review_contents p {
	padding: 1rem;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 8px;
}
.w-auto {
	width: auto !important;
}
.w90 {
    width: 90% !important;
}
.w80 {
    width: 80% !important;
}
.w70 {
    width: 70% !important;
}
.w50 {
    width: 50% !important;
}
.w30 {
    width: 30% !important;
}
.w-auto {
    width: auto !important;
}
.m-auto {
    margin-left: auto;
    margin-right: auto;
}
.mt20 {
    margin-top:20px !important;
}
.mt30 {
    margin-top:30px !important;
}
.mt60m {
    margin-top: -60px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb0 {
    margin-bottom: 0 !important;
}
.pl0 {
    padding-left: 0 !important;
}
.pr0 {
    padding-right: 0 !important;
}
.lh20 {
    line-height: 20px !important;
}
.caption {
	font-size: 1.4rem;
	padding: 4px;
	margin: 6px;
}
.f-large {
    font-size: 120% !important;
    line-height: 200%;
}
.f-small {
    font-size: 90% !important;
}
.f-xsmall {
	font-size: 80% !important;
}
.f-bold {
    font-weight: bold !important;
}
.status_label {
	min-width: 80px;
	width: 80px;
    height: 100%;
    text-align: center;
    font-size: 1rem;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}
.status_label_cont {
	padding: 0.8rem 2rem;
	border: 2px solid #7FC52D;
	font-weight: bold;
	border-radius: 3px;
	color: #7FC52D;
	font-weight: bold;
}
.status_label_cont.wait {
	border-color: #F05A24;
	color: #F05A24;
}
.status_label_cont.cancel {
	border-color: #555;
	color: #555;
}
.language_change {
	position: absolute;
	top: 16px;
	right: 80px;
}
.language_change ul {
	list-style: none;
}
.language_change ul li {
	display: inline-block;
}
.language_change ul li a img {
	width: 3.84rem;
}
.Shop__Cont {
	display: flex;
	flex-wrap: wrap;
}

.sns_share_area{
	text-align: center;
	margin-left: 20px;
}
.sns_share_area ul {
	list-style: none;
	padding-left: 0px;
	height: 36px;
	line-height: 36px;
	border: none;
}
.sns_share_area ul li {
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
	border: none;
	margin-top: 6px;
}
.sns_share_area ul li.line {
	margin-top: 0px;
}
.sns_share_area ul li.line img {
	width: auto;
}
.sns_share_area ul li a {
	font-size: 40px;
	text-decoration: none;
}
.sns_share_area ul li a.twitter {
	color: #1DA1F2;
}
.sns_share_area ul li a.facebook {
	color: #3B5998;
}
.formItem select, .section-header select {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	padding: 0 28px 0 8px;
	font-size: 16px;
	height: 44px;
	background: #fff url(/images/select_arrow.png) right center no-repeat;
		background-size: auto auto;
	background-size: 20px auto;
	color: #555555;
}
.btn-primary {
	border-radius: 4px !important;
}
.btn-primary:hover {
}
.Main {
	padding-bottom: 80px;
}
@media (max-width: 992px) {
    input[type="button"].btn-info,input[type="button"].btn-success {
        margin: 10px;
    }
	.formItem {
		display: block;
	}
	.formItem_label {
		display: block;
		padding: 10px 10px 0;
		font-weight: bold;
	}
	.modal-body .formItem_label {
		min-width: 30%;
		padding: 14px 10px 12px 1rem;
		font-weight: bold;
	}
	.formItem__data {
		display: block;
		padding: 8px;
	}

}