@charset 'UTF-8';

/* ========================================================
    Base Style
======================================================== */

body {
	font-size: 116.66667%;
	line-height: 1.7;
	letter-spacing: normal;
	height: auto;
}

ul,
ol {
	list-style: none;
}

/* 入力補助 */

::-webkit-input-placeholder,
:-moz-placeholder {
	color: #999;
}

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;

	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

input:disabled,
button:disabled,
textarea:disabled,
select:disabled {
	background: #fff;
}

/* アンカー */

a,
.ui-widget-content a {
	color: #44c;
}

table {
	background: #fff;
}

table th {
	font-weight: normal;
}

table td {
	background: transparent;
}

/* ========================================================
    Page Common Style
======================================================== */

/* ========================================================
    #Head：共通ヘッダー
======================================================== */

#HeadHotel {
	background-color: #fff;
}

#HeadHotel img {
	width: 100%;
}

#HeadHotel p {
	margin-top: 0;
	margin-bottom: 0;
}

#HeadAuth {
	margin-bottom: 15px;
	padding: 7px 20px 6px 20px;
	border-bottom: 1px solid #e5e0d2;
	background: #efefef;
}

#HeadAuth .auth-user {
	float: left;
}

#HeadAuth .auth-user strong {
	margin-right: .5em;
	font-size: 150%;
	font-weight: normal;
}

#HeadAuth .auth-control {
	float: right;
	text-align: center;
}

/* ========================================================
    #Foot：共通フッター
======================================================== */

#Foot p {
	margin-top: 0;
	margin-bottom: 0;
}

#Foot img {
	width: 100%;
}

/* ========================================================
    #Body：コンテンツ
======================================================== */

#Body {
	margin: 0 20px;
	padding-bottom: 30px;
}

#Body h2 {
	margin: 0 -20px 48px;
	padding: 12px 20px;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
	font-size: 150%;
	line-height: 1.333;
	letter-spacing: .2em;
}

#Body h2 .h2_title {
	float: left;
	line-height: 1.5;
}

#Body h2 .h2_btn {
	display: inline-block;
	float: right;
	padding: 2px 15px;
	border: #aaa 1px solid;
	border-radius: 3px;
	background: #f2f2e9;
	color: #333;
	font-size: 73%;
	font-weight: normal;
	line-height: 1.9;
	text-decoration: none;
	cursor: pointer;
}

#Body h2 a:hover {
	background: #fff;
	color: #999 !important;
}

#Body h2 a:active {
	background: #fff;
	color: #999 !important;
	text-decoration: underline;
}

#Body h3 {
	margin: 0;
	padding: 10px;
	border-radius: 3px 3px 0 0;
	color: #fff;
	font-size: 142.85714%;
	font-weight: bold;
	line-height: 1.2;
}

#Body h4 {
	margin: 0;
	padding: 10px;
	border-radius: 3px 3px 0 0;
	font-size: 128.57143%;
	font-weight: bold;
	line-height: 1.2;
}

#Body .rsv-nav {
	margin-bottom: 24px;
}

#Body .rsv-nav .rsv-nav-prev {
	float: left;
}

#Body .rsv-nav .rsv-nav-guide {
	margin: 0 auto;
}

#Body .rsv-nav .rsv-nav-message {
	clear: both;
	margin: 0;
	padding: 12px 0;
}

#Body .timesale {
	/* margin: 10px 0; */
}

#Body .timesale h3 {
	border-radius: 0;
}

#Body .timesale.box {
	padding: 10px 15px 15px;
}

#Body .timesale-list {
	list-style: none;
	/* width: 900px; set to js */
	margin: 0 auto;
}

#Body .timesale-item {
	float: left;
	/* width: 300px; set to js */
	height: 200px;
	padding: 30px 0 10px;
}

#Body .timesale-item a {
	display: block;
	position: relative;
	width: 270px;
	height: 200px;
	margin-left: 30px;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .3);
	        box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .3);
	text-decoration: none;
}

#Body .timesale-thumb {
	overflow: hidden;
	height: 200px;
	text-align: center;
}

#Body .timesale-thumb img {
	width: 100%;
	vertical-align: middle;
}

#Body .timesale-name {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 250px;
	height: 48px;
	margin: 0;
	padding: 10px;
	color: #fff;
	font-size: 114.28571%;
	font-weight: normal;
	line-height: 1.6;
}

#Body .timesale-limit {
	position: absolute;
	top: -25px;
	left: -15px;
	width: 180px;
	height: 44px;
	padding: 22px 0 0 70px;
	background: url(../img/icon_timesale.png) left top no-repeat;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

#Face {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	text-align: left;
}

/* ========================================================
    Module Style
======================================================== */

.text_accent {
	color: #c63f28;
}

#help_balloon {
	z-index: 3;
}

/* .box
-------------------------------------------------- */

.box {
	position: relative;
	border-radius: 3px;
	color: #333;
	font-family: Helvetica, sans-serif !important;
}

.box .box-title {
	margin-bottom: 0;
	padding: 8px 0;
}

.box-inner {
	padding: 30px 10px;
}

.rsv-form .box-inner {
	padding-top: 20px;
}

.box_lv2 {
	margin-bottom: 10px;
	border-radius: 3px;
	background: #fff;
}

.rsv-form .box_lv2 {
	margin-bottom: 20px;
}

.box_lv2 > div {
	padding: 15px 10px;
}

.box_lv2 p {
	margin: 0;
}

/* .timesale：タイムセール
-------------------------------------------------- */

.arrow_r {
	position: absolute;
	top: 110px;
	right: -15px;
}

.arrow_l {
	position: absolute;
	top: 110px;
	left: -15px;
}

/* #lang-selector：言語切り替えバー
-------------------------------------------------- */

#lang-selector {
	list-style: none;
	float: left;
	/* 2018/1/18 chinen ユーザー名調整 start*/
	/*margin: 5px 0;*/
	/* 2018/1/18 chinen ユーザー名調整 start*/
	font-size: 87.5%;
}

#lang-selector li {
	float: left;
	margin-right: 2em;
}

#lang-selector li a {
	color: #333;
	text-decoration: none;
}

#lang-selector li img {
	margin-right: 2px;
}

#lang-selector li .lang-name {
	text-decoration: underline;
}

#lang-selector li .lang-name.selected {
	color: orange;
	text-decoration: none;
}

/* .top-list-control：プラン・部屋一覧制御
-------------------------------------------------- */

.top-list-control {
	position: relative;
	margin-top: 40px;
}

.tlc-sort {
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
	float: left;
	margin: 10px 0 0 0;
}

.tlc-sort li {
	float: left;
	width: 160px;
	height: 44px;
	margin-right: 2px;
	line-height: 44px;
}

.tlc-sort li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 5px;
	border-radius: 3px 3px 0 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #d9cec3;
	color: #5a3816;
	font-size: 114.28571%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.tlc-count {
	float: right;
	margin-top: 3px;
	margin-left: 1em;
	font-size: 85.71429%;
}

.tlc-count .form-select-label,
.tlc-count .tlc-in-count {
	width: 3.5em;
	margin-right: .5em;
	text-align: right;
}

.tlc-pager {
	margin-bottom: 12px;
	padding: 6px 0 0;
	text-align: right;
}

.tlc-pager-item.rsv-btn {
	display: inline-block;
	margin: 0 .1em;
	padding: 0 .5em;
    /*2018/02/09 17213 Do edit start*/
    height: 30px;
    padding-top: 5px;
}

.tlc-pager-hint {
	margin: 0 .5em;
	font-size: 100%;
}
    /*2018/02/09 17213 Do edit end*/

.tlc-pager-hint .tlc-pager-hint-result {
	margin: 0 .1em;
	font-size: 116.66667%;
	font-weight: bold;
	line-height: 24px;
}

.tlc-pager-hint .tlc-pager-hint-num {
	margin: 0 .1em;
	font-size: 116.66667%;
	line-height: 24px;
}

.no-result-msg {
	color: #c30;
	font-size: 114.28571%;
	text-align: center;
}

/* #TopList：プラン・部屋一覧
-------------------------------------------------- */

#TopList {
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 28px 10px 52px;
}
/* 2018/09/07 Nhu edit start */
/* #TopList .box { */
#TopList .box, #plan_info_body .box {
	background: #fff;
}
/* 2018/09/07 Nhu edit end */

.tli-planname {
	float: left;
	width: 550px;
}

.tli-sales {
	float: right;
	width: auto;
	padding: 10px 20px 10px 5px;
	border-radius: 3px;
	background: #fff;
	color: #333;
	font-size: 70%;
	font-size: 65%;
	font-weight: normal;
	text-align: right;
}

.tli-sales .mark {
	margin-right: 15px;
	background: #333;
	font-weight: bold;
}

.tli-intro {
	margin-bottom: 18px;
	margin-left: 240px;
	line-height: 1.71429;
	font-size: 12px;
}

.tli-intro img {
	max-width: 690px;
}

.tli-meals {
	margin: 0 0 25px 240px;
	padding: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.tli-meals > ul {
	overflow: hidden;
	margin: 0;
}

.tli-meals > ul > li {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.tli-meals > ul > li + li {
	padding-left: 20px;
}

.tli-charges {
	clear: both;
}

.tli-charges th,
.tli-charges td {
	text-align: left;
}

.tli-charges table {
	width: 100%;
	background-color: #fff;
	font-size: 12px;
}

.tli-charges thead th {
	font-weight: normal;
}

.tli-charges tbody th {
	font-weight: normal;
}

.tli-charges .tli-charges-price {
	width: 50px;
	white-space: nowrap;
}

.tli-charges td.tli-charges-price {
	text-align: right;
}

.tli-charges .tli-charges-reserve {
	width: 70px;
	padding-right: 10px;
	padding-left: 10px;
}

.tli-charges .ec-txt-special {
	display: block;
	margin-top: 5px;
	font-size: 10.5px;
	text-align: right;
	letter-spacing: 0;
}

.tli-control {
	margin-top: 24px;
	margin-bottom: 0px;
	text-align: center;
}

.tli-guide {
	clear: both;
	margin-bottom: 10px;
}

/* 2018/1/18 kurato プランに紐づくこだわり条件 start*/
.tli-conditions {
    margin-left: 240px;
    margin-bottom: 18px;
    padding: 9px;
    border-radius: 4px;
    border-bottom: 1px solid #ccc;
}

.tli-conditions .condition,
.tli-conditions .match_condition{
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 22px;
    margin-top: 5px;
    display: inline-block;
}
/* 2018/1/18 kurato プランに紐づくこだわり条件 end*/

/* #PlanDetail：プラン詳細
-------------------------------------------------- */

#PlanDetail {
	margin: 48px 0;
}

/* #TimesaleStayDate：タイムセール宿泊日
-------------------------------------------------- */

#TimesaleStayDate {
	margin: 48px 0;
	text-align: center;
}

#TimesaleStayDate .tsd-date {
	display: block;
	font-size: 300%;
	font-weight: bold;
	line-height: 1.333;
}

/* #LoginBox：予約画面でのログイン
-------------------------------------------------- */

#LoginBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 35px;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#LoginBox .col_box {
	width: 360px;
	margin-left: 20px;
	border-radius: 3px;
	background: #efefef;
}

#LoginBox .col_box:first-child {
	margin-left: 0;
}

#LoginBox .col_box h3 {
	font-size: 114.28571%;
	text-align: center;
}

#LoginBox .col_box p {
	margin: 0 0 1em;
}

#LoginBox .col_box .col_box-inner {
	padding: 15px 40px 45px;
}

#LoginBox .form-label {
	font-size: 92.85714%;
}

#LoginBox #LoginForgetText {
	margin-top: 20px;
	color: #1898c2;
	text-align: center;
}

#LoginBox #LoginForget {
	display: none;
	margin-top: 20px;
}

/* #LoginCorporate：法人ログイン
-------------------------------------------------- */

#LoginCorporate {
	width: 100%;
	background: #fff;
}

#LoginCorporate .form-inner {
	padding: 30px 50px 0;
}

#LoginCorporate p {
	text-align: center;
}

#LoginCorporate .ec-form {
	list-style: none;
	width: 750px;
	margin: 24px auto 0;
	padding: 0;
	border: 1px #ccc solid;
	border-bottom: none;
	text-align: left;
}

#LoginCorporate .ec-form .ec-form-item {
	padding: 6px 0;
	border-bottom: 1px #ccc solid;
}

#LoginCorporate .ec-form .ec-form-item label {
	display: inline-block;
	width: 15em;
	margin-right: 1em;
	text-align: right;
}

/* 新しく追加したクラス
-------------------------------------------------- */

.mark {
	margin-right: 5px;
	padding: 5px;
	border-radius: 3px;
	color: #fff;
}

.tli-meals .breakfast {
	padding-left: 21px;
	/* 朝食 */
	background: url(../img/icon_breakfast.png) 4px center no-repeat #af6f15;
}

.tli-meals .dinner {
	padding-left: 21px;
	/* 夕食 */
	background: url(../img/icon_dinner.png) 4px center no-repeat #637fbe;
}

.mt45 {
	margin-top: 45px;
}

.mb20 {
	margin-bottom: 20px;
}

.pagetop {
	display: table;
	width: auto;
	margin: 5px 0 20px auto;
}

.pagetop a {
	display: block;
	position: relative;
	padding-left: 15px;
	border-bottom: dotted 1px #111;
	color: #111 !important;
	font-size: 85.71429%;
	text-decoration: none;
}

.pagetop a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -3px;
	border: 8px solid transparent;
	border-right-width: 6px;
	border-bottom-color: #ac0f06;
	border-left-width: 6px;
	content: '';
}

.disable_a_href {
	border-color: #ccc !important;
	background: #ccc !important;
	color: #fff !important;
	pointer-events: none;
}

.stay_select {
	display: inline-block;
	margin: 0;
	font-size: 92.85714%;
}

.stay_select::before {
	display: inline-block;
	position: relative;
	top: 4px;
	margin-right: 10px;
	content: url('../img/icon_calendar.png');
}

.ec-txt-special {
	font-size: 78.57143%;
}

.ec-txt-special.login-guide {
	font-size: 100%;
	text-align: center;
}

/*2018/1/11 kurato select.html注意書き start*/
.check-msg {
    color:#c63f28;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
}
/*2018/1/11 kurato select.html注意書き start*/

/* ========================================================
    rsv Module Style
======================================================== */

/* .rsv-require＠必須マーク */

.rsv-require {
	display: inline-block;
	width: 24px;
	height: 24px;
	color: #c30;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
}

/* .ec-disabled＠利用不可要素 */

.ec-disabled {
	border-color: #ccc;
	color: #ccc;
}

.ec-disabled * {
	border-color: #ccc;
	color: #ccc;
}

/* .rsv-selectable＠選択可能要素 */

.rsv-selectable {
	cursor: pointer;
}

.tli-thumb-list .rsv-selectable img:hover,
.tli-meals-thumb-list .rsv-selectable img:hover,
.popup-img img:hover {
	     opacity: .5;

	filter: alpha(opacity=50);
	-moz-opacity: .5;
}

/* .rsv-btn＠ボタン */

.rsv-btn {
	display: inline-block;
	padding: 5px 12px;
	-moz-border-radius: 3px;
	     border-radius: 3px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
	        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
	background-color: #999;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
	cursor: pointer;
}

.rsv-btn.btn-myp-rsvhis-detal {
	text-align: center;
}

.rsv-btn + .rsv-btn {
	margin-left: 10px;
}

.rsv-btn.rsv-btn-large {
	width: 220px;
	height: 44px;
	padding: 0;
	border: none;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .35);
	        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .35);
	background-color: #c63f28;
	background-image: url(../img/arrow_btn.png);
	background-repeat: no-repeat;
	background-position: 204px center;
	color: #fff;
	font-size: 92.85714%;
	font-weight: bold;
	line-height: 44px;
	text-align: center;
}

.rsv-btn.rsv-btn-large.ec-active,
.rsv-btn.rsv-btn-large.ec-selected {
	color: #fff;
}
/* .rsv-btn.rsv-btn-reserve { */
.rsv-btn.rsv-btn-reserve {
	width: 100%;
	background-color: #c63f28;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

/* 2018/1/10 kurato 画面スキップ start*/
.rsv-btn.rsv-btn-submit {
	background-color: #1898c2;
}

.rsv-btn.ec-disabled {
	background-color: #ccc;
}
/* 2018/1/10 kurato 画面スキップ end*/

.rsv-btn.rsv-btn-search {
	padding-left: 15px;
	background: url(../img/icon_btn_search.png) 29px center no-repeat #333 !important;
}

.rsv-btn.rsv-nav-next {
	background-color: #333;
	-webkit-transition: all .1s ease-in;
	        transition: all .1s ease-in;
}

.rsv-btn.rsv-nav-next.ec-disabled {
	background-color: #ccc;
}

.rsv-btn.rsv-nav-prev {
	width: 220px;
	height: 32px;
}

.rsv-btn.rsv-nav-cancel {
	float: left;
	width: 140px;
	height: 32px;
}

.rsv-btn.rsv-nav-prev {
	background-image: url(../img/arrow_btn_prev.png);
	background-position: 6px center;
}

.rsv-btn.rsv-cal-prev,
.rsv-btn.rsv-cal-next {
	width: 85px;
}

.rsv-btn.rsv-nav-cancel,
.rsv-btn.rsv-cal-prev {
	padding-left: 17px;
	background-image: url(../img/arrow_btn_prev.png);
	background-position: 10px center;
}

.rsv-btn.rsv-cal-next {
	padding-right: 17px;
	background-image: url(../img/arrow_btn_next.png);
	background-position: 68px center;
}

/* 2018/1/16 chinen 検索条件クリアボタン調整 start*/
.rsv-link {
	margin-left: 5px;
}
/* 2018/1/16 chinen 検索条件クリアボタン調整 end*/

.rsv-nav {
	text-align: center;
}

.rsv-nav .rsv-nav-list {
	display: table;
	margin: 30px auto 25px;
	counter-reset: number;
}

.rsv-nav .rsv-nav-list > li {
	display: table-cell;
	position: relative;
	width: 170px;
	padding-top: 40px;
	font-size: 78.57143%;
	text-align: center;
	counter-increment: number;
}

.rsv-nav .rsv-nav-list > li::before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	width: 34px;
	height: 34px;
	margin-left: -17px;
	border-radius: 100%;
	background: #efefef;
	color: #333;
	font-size: 163.63636%;
	font-weight: bold;
	line-height: 34px;
	content: counter(number);
}

.rsv-nav .rsv-nav-list > li.current::before {
	background: #333;
	color: #fff;
}

.rsv-nav .rsv-nav-list > li + li::after {
	display: block;
	position: absolute;
	z-index: 1;
	top: 16px;
	right: 50%;
	width: 160px;
	height: 2px;
	border-top: 2px dashed #ccc;
	content: '';
}

/* .rsv-form：予約申込フォーム
-------------------------------------------------- */

.rsv-form {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rsv-form .data {
	margin-bottom: 20px;
}

.rsv-form-section {
	padding: 0;
}

.rsv-form-section table {
	width: 100%;
	line-height: 1.5;
}

.rsv-form-section table thead th {
	text-align: center;
}

/* table */
/* 2018/2/8 kurato start */
.rsv-heads {
	margin-bottom: 10px;
	font-size: 12px;
}
/*2018/02/06 17213 Tam dit start*/
.rsv-heads .rsvhds-col-num,
.rsv-heads .rsvhds-col-none {
	/*width: 5em;*/
    width: 56px;
    padding: 3px;
    line-height: 1.3;
}
/*2018/02/06 17213 Tam dit end*/

.rsv-heads .rsvhds-col-num-detail {
	font-weight: normal;
}

.rsv-heads .rsvhds-col-room-detail {
	color: #383;
	font-size: 78.57143%;
	font-weight: normal;
}

.rsv-heads td.rsvhds-col-num {
	text-align: center;
}

.rsv-heads td.rsvhds-col-num input {
	width: 1.5em;
	margin-right: .2em;
	margin-left: .2em;
	text-align: right;
}

.rsv-heads td.rsvhds-col-none {
	text-align: center;
}

.rsv-heads .form-select {
	display: inline-block;
	/*2018/02/07 17213 Tam edit start*/
	/*margin-right: 5px;*/
	/*2018/02/07 17213 Tam edit end*/
}

.rsv-heads .form-select.form-select-ss .ec-form-item-select,
.rsv-heads .form-select.form-select-ss .form-select-label {
	width: 30px;
	height: 24px;
	padding: 0;
	line-height: 24px;
}

.rsv-heads thead tr th {
    text-align: center;
}

.rsv-heads thead tr .rsvhds-col-room{
    text-align: left;
}

.rsvhds-col-num .form-select .form-select-label::after {
    right: 1px;
}

/* 2018/2/8 kurato end */
/*2018/02/09 17213 Tam edit start*/
#RoomDlgBody .rsvhds-txt-note {
	font-size: 78.57143%;
}
/*2018/02/09 17213 Tam edit end*/

.rsvhds-cnt-child-mark {
	color: #383;
	font-size: 10.5px;
	font-weight: bold;
}

.rsv-options {
	list-style: none;
	margin-top: 10px;
}

.rsv-options .rsvopt-item {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px #ccc solid;
}

.rsv-options .rsvopt-item-body {
	margin-left: 140px;
}

.rsv-options .rsvopt-item-thumb {
	position: relative;
	float: left;
	width: 120px;
	height: 120px;
	background: #efefef;
	text-align: center;
}

.rsv-options .rsvopt-item-thumb a {
	display: inline-block;
	display: block;
	overflow: hidden;
	width: 120px;
	height: 120px;
	text-align: center;
}

.rsv-options .rsvopt-item-group {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}

.rsv-options .rsvopt-check-group,
.rsv-options .rsvopt-select-group {
	display: table-cell;
}

.rsv-options .rsvopt-select-group {
	text-align: right;
}

.rsv-options .rsvopt-select-group > div {
	display: inline-block;
}

.rsv-options .rsvopt-select-group > div:first-child {
	margin-left: 1.5em;
}

.rsv-options .form-select.form-select-ss .ec-form-item-select,
.rsv-options .form-select.form-select-ss .form-select-label {
	width: 40px;
	height: 24px;
	padding: 0;
	line-height: 24px;
}

.rsv-options .rsvopt-item-name {
	margin-left: .5em;
	font-weight: bold;
}
/*2018/03/02 172132 Tam edit start*/
/*.rsv-options .rsvopt-num {
	width: 2em;
	margin-right: .2em;
	text-align: right;
}*/
/*2018/03/02 172132 Tam edit end*/

.rsv-options .rsvopt-item-cap {
	margin: 0;
	font-size: 78.57143%;
	line-height: 1.5;
}

.rsv-options .rsvopt-error {
	display: none;
	width: 300px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 2px 0;
	border: 2px #c30 solid;
	color: #c30;
	font-weight: bold;
	text-align: center;
}

#RsvChargesWrapper {
	position: relative;
}

#RsvChargesWrapper .rsv-loader div {
	margin-top: 1em;
}

.rsv-charges {
	margin-bottom: 10px;
}

.rsv-charges th.rsvchg-total {
	width: 320px;
}

.rsv-charges td {
	text-align: center;
}

.rsv-charges td.rsvchg-total {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #c63f28;
	font-size: 128.57143%;
	font-weight: bold;
}

.rsv-charges td .rsvchg-charge {
	margin-right: .5em;
}

.rsv-adjust {
	list-style: none;
	border: 1px #ccc solid;
	border-bottom: none;
}

.rsv-adjust .rsvadj-item {
	padding: 6px 10px 6px 30px;
	border-bottom: 1px #ccc solid;
	text-indent: -20px;
}

.rsv-adjust .rsvadj-item-name {
	margin-left: .5em;
	font-weight: bold;
}

.rsv-adjust .rsvadj-item-cap {
	margin: 0;
	line-height: 1.5;
	text-indent: 0;
}

#Body h4.rsv-stayrule-note {
	margin: 40px auto 15px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.71429;
	text-align: center;
}

.rsv-stayrule-head {
	margin: 0;
	padding: 6px 0;
	border: 1px #ccc solid;
	border-bottom: none;
	background: #e8e8e8;
	font-size: 85.71429%;
	line-height: 2;
	text-align: center;
}

.rsv-stayrule-body {
	overflow: auto;
	height: 120px;
	padding: 12px 10px;
	border: 1px #ccc solid;
	font-family: monospace;
	font-size: 10.5px;
	line-height: 12px;
	letter-spacing: 0;
}

.rsv-stayrule-control {
	padding: 12px 0;
	border: 1px #ccc solid;
	border-top: none;
	background: #e8e8e8;
	text-align: center;
}

.rsv-stayrule-control .rsv-stayrule-agree {
	margin-left: .5em;
	font-size: 128.57143%;
	cursor: pointer;
}

.rsv-foot {
/* 2018/01/19 17213 Tam edit start */
	/*margin: 25px 0 40px;*/
	margin: 0;
/* 2018/01/19 17213 Tam edit end */
	padding: 0;
	text-align: center;
}

.rsv-foot h6 {
	margin: 0 0 5px;
	color: #c63f28;
	font-size: 100%;
}

.rsv-foot p {
	margin: 0 0 1em;
	font-size: 78.57143%;
}

.rsv-foot p.rsv-foot-notes {
	color: #383;
}

.rsv-foot-thumb {
	float: left;
	margin: 6px 20px 6px 5px;
}

.rsv-foot-item p {
	margin: 6px 5px;
	line-height: 1.5;
}

.rsv-form-layout {
	margin: 12px 0;
}

.rsv-form-layout th {
	width: 170px;
	background-color: #f0dfb7;
	font-weight: normal;
	vertical-align: top;
}

.rsv-form-layout select {
	margin-right: .2em;
}

.rsv-form-layout button {
	line-height: 1.5;
}

.rsv-form-layout .rsvfl-inner {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rsv-form-layout .rsvfl-inner li {
	float: left;
	margin-right: 2em;
}

.rsv-form-layout .rsvfl-inner li label {
	margin-left: .2em;
}

.rsv-form-layout .rsvfl-guide {
	font-size: 78.57143%;
}

.rsv-form-layout p.rsvfl-guide {
	margin-top: 5px;
}

.rsv-form-layout p.rsvfl-guide + .rsvfl-guide {
	margin-top: 0;
}
/* 2018/10/17 Nhu edit start */
.rsv-form-layout #ROW_RE_ENTER div.rsvfl-error input,
/* 2018/10/17 Nhu edit end */
.rsv-form-layout .rsvfl-error input,
.rsv-form-layout .rsvfl-error select,
/*2018/02/01 Tam edit start*/
.rsv-form-layout .rsvfl-error p.form-select-label,
.rsv-form-layout .rsvfl-error textarea {
	border-color: #c30 !important;
	/*background: #f3b6c1 !important;*/
	background-color: #f3b6c1;
}
/*2018/02/01 Tam edit end*/
.rsv-form-layout .rsvfl-error-msg {
	display: none;
	margin: 0 0 4px;
	padding: 2px 0;
	color: #c30;
	font-weight: bold;
}

/*2018/12/19 kurato start*/
.invalid-mail-msg {
	margin: 0px 5px 5px 0px;
	padding: 5px;
	border: solid 1px red;
	background-color: pink;
	display:none;
}

.invalid-mail-msg.rsvfl-error{
	color: #000000a8;
	display: block;
}
/*2018/12/19 kurato end*/

.invalid-pwd-msg {
	margin: 0px 5px 5px 0px;
	padding: 5px;
	border: solid 1px red;
	background-color: pink;
	display:none;
}

.invalid-pwd-msg.rsvfl-error{
	color: #000000a8;
	display: block;
}

.rsv-form-layout .rsvfl-error .rsvfl-error-msg {
	display: block;
}

.rsv-form-layout tbody th,
.rsv-form-layout tbody td {
	padding: 15px 10px;
	vertical-align: middle;
}

.rsvfl-pay-guide {
	margin-top: 10px;
}

.rsvfl-list {
	margin: 0;
	padding: 0;
}

.rsvfl-list .rsvadj-item + .rsvadj-item {
	margin-top: 10px;
}

.rsvfl-list p {
	padding-left: 26px;
}

.rsvfl-list .paypal-logo {
	float: left;
	width: 133px;
}

.rsvfl-list .paypal-logo img {
	width: 100%;
}

.rsvfl-list .paypal-text {
	margin-left: 110px;
	padding-top: 10px;
}

.rsv-form-info {
	margin-top: 36px;
	margin-bottom: 12px;
	padding: 20px 16px;
	border: 4px #ccc solid;
}

/* .rsv-confirm-charge＠料金明細 */

.rsv-confirm-charge {
	table-layout: auto;
}

.rsv-confirm-charge thead th,
.rsv-confirm-charge tbody th {
	background: #f0dfb7;
	font-weight: normal;
}

.rsv-confirm-charge .rsvcc-detail-unit,
.rsv-confirm-charge .rsvcc-detail-subtotal,
.rsv-confirm-charge .rsvcc-total {
/* 2018/2/8 kurato start */
	width: 75px;
/* 2018/2/8 kurato end */
}
.rsv-confirm-charge .rsvcc-detail-other {
	width: 120px;
}
.rsv-confirm-charge .rsvcc-detail-num {
	width: 3em;
}

.rsv-confirm-charge td.rsvcc-detail-unit,
.rsv-confirm-charge td.rsvcc-detail-num,
.rsv-confirm-charge td.rsvcc-detail-subtotal,
.rsv-confirm-charge td.rsvcc-total {
	text-align: right;
}

.rsv-confirm-charge tbody .rsvcc-row-subtotal th,
.rsv-confirm-charge tbody .rsvcc-row-subtotal td {
	font-weight: bold;
}

.rsv-confirm-charge tbody .rsvcc-row-total {
	border-top: 3px #ccc double;
}

.rsv-confirm-charge tbody .rsvcc-row-total th,
.rsv-confirm-charge tbody .rsvcc-row-total td {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

.rsvcc-date {
	white-space: nowrap;
}

.rsvcc-detail-kind {
	white-space: nowrap;
}

.before_restitle {
	margin: 30px 0 5px 0;
	font-weight: bold;
}

/* #UserEditDlg：顧客編集ダイアログ
-------------------------------------------------- */

/* #UserEditDlg@Mask ※JSで制御 */

#UserEditDlg {
	position: absolute;
	z-index: 10000;
	background-color: rgba(0, 0, 0, .25);
}

/* #UserEditDlgFace@Dialog ※JSで制御 */

#UserEditDlgFace {
	position: absolute;
	width: 600px;
	padding: 12px 0;
	border: 1px #999 solid;
	background: #fff;
}

#BtnUserEditDlgClose {
	float: right;
	margin-top: 8px;
	margin-right: 30px;
}

#UserEditDlgHead {
	margin: 0 10px 24px;
	padding: 12px 10px;
	background-color: #44290c;
	color: #fff;
	font-size: 150%;
	font-weight: normal;
	line-height: 1.333;
	text-align: center;
}

#UserEditDlgBody {
	list-style: none;
	margin: 24px 20px;
	padding: 0;
}

#UserEditDlgBody .usereditdlg-msg.head {
	color: #383;
}

#UserEditDlgBody .usereditdlg-msg.error {
	padding: 12px 0;
	border: 1px #c30 bold;
	color: #c30;
	font-weight: bold;
}

#UserEditDlgBody .usereditdlg-msg.foot {
	font-size: 10.5px;
	line-height: 1.5;
}

#UserEditDlgBody .usereditdlg-layout {
	list-style: none;
	margin: 24px 0;
	padding: 0;
	border: 1px #ccc solid;
	border-bottom: none;
	text-align: left;
}

#UserEditDlgBody .usereditdlg-layout li {
	padding: 3px 0;
	border-bottom: 1px #ccc solid;
}

#UserEditDlgBody .usereditdlg-layout li label {
	display: inline-block;
	width: 12em;
	margin-right: 1em;
	text-align: right;
}

#UserEditDlgBody .usereditdlg-layout li label .nec {
	margin-right: .1em;
	color: #c30;
	font-weight: bold;
}

#InUsrMail,
#InUsrAdr1,
#InUsrAdr2,
#InOrgName,
#InOrgKana {
	width: 30em;
}

#UserEditDlgCtrl {
	margin: 0 20px;
	padding: 12px;
}

#BtnUserEditDlgLogin {
	float: right;
	font-weight: bold;
}

#BtnUserEditDlgCxl {
	float: left;
}

/* 申込完了
-------------------------------------------------- */

.rsv-success {
	margin-bottom: 48px;
	text-align: center;
}

.rsv-success .rsv-no {
	width: 360px;
	margin: 0 auto 24px;
	padding: 12px 0;
	border: 3px solid #bab4a1;
	border-radius: 3px;
	background-color: #fff;
	font-size: 150%;
	line-height: 1.333;
}

.rsv-success .rsv-no strong {
	margin-left: .5em;
	font-weight: bold;
}

.rsv-loader {
	display: none;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.rsv-loader div,
.rsv-loader div:before,
.rsv-loader div:after {
	width: 1em;
	height: 1em;
	border-radius: 50%;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	        animation: load7 1.8s infinite ease-in-out;

	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.rsv-loader div {
	position: relative;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	margin: -1em auto 0;
	color: #ccc;
	font-size: 10px;
	text-indent: -9999em;
	-webkit-animation-delay: -.16s;
	        animation-delay: -.16s;
}

.rsv-loader div:before,
.rsv-loader div:after {
	position: absolute;
	top: 0;
	content: '';
}

.rsv-loader div:before {
	left: -2em;
	-webkit-animation-delay: -.32s;
	        animation-delay: -.32s;
}

.rsv-loader div:after {
	left: 2em;
}

@-webkit-keyframes load7 {
	0%, 80%, 100% {
		-webkit-box-shadow: 0 2.5em 0 -1.3em;
		        box-shadow: 0 2.5em 0 -1.3em;
	}

	40% {
		-webkit-box-shadow: 0 2.5em 0 0;
		        box-shadow: 0 2.5em 0 0;
	}
}

@keyframes load7 {
	0%, 80%, 100% {
		-webkit-box-shadow: 0 2.5em 0 -1.3em;
		        box-shadow: 0 2.5em 0 -1.3em;
	}

	40% {
		-webkit-box-shadow: 0 2.5em 0 0;
		        box-shadow: 0 2.5em 0 0;
	}
}

/* ========================================================
    Search Style
======================================================== */

/* #Search：宿泊条件絞込フォーム
-------------------------------------------------- */

#SearchWrapper {
	width: 100%;
	margin-bottom: 18px;
}

#SearchWrapper #Search {
	padding: 0 0 10px;
	background: #efefef;
}

#SearchWrapper #Search .search_text {
	margin: 0;
	font-size: 78.57143%;
}

#SearchWrapper #Search .form-inner {
	position: relative;
	padding: 12px 20px 0;
}

#SearchWrapper #Search .ec-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 92.85714%;

	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#SearchWrapper #Search .ec-form-full {
	margin-top: 16px;
}

#SearchWrapper #Search .ec-form-item {
	width: 430px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#SearchWrapper #Search .ec-form-item:nth-child(2n+1) {
	margin-right: 10px;
}

#SearchWrapper #Search .ec-form-item:nth-child(2n) {
	margin-left: 10px;
}

#SearchWrapper #Search .ec-form-item-content {
	display: table;
	width: 100%;
}

#SearchWrapper #Search .ec-form-item-col {
	display: table-cell;
	vertical-align: middle;
}

#SearchWrapper #Search .ec-form-item-col.col-btn {
	vertical-align: bottom;
}

#SearchWrapper #Search .ec-form-item-col.col-room {
	width: 310px;
}

#SearchWrapper #Search .ec-form-item-col.col-date {
	width: 140px;
}

#SearchWrapper #Search .ec-form-item-col.col-symbol {
	width: 19px;
	padding: 20px 3px 0 3px;
}

#SearchWrapper #Search .ec-form-item-col.col-noselect {
	padding-left: 18px;
}

#SearchWrapper #Search .ec-form-item-col.col-noselect label {
	display: block;
}

#SearchWrapper #Search .ec-form-item-col span {
	vertical-align: middle;
}

#SearchWrapper #Search .form-date .ec-form-item-col.col-noselect {
	padding-top: 18px;
}

#SearchWrapper #Search .ec-form-item-header {
	display: block;
	position: relative;
	font-weight: bold;
}

#SearchWrapper #Search .ec-form-item-header span {
	display: inline-block;
	margin-left: 10px;
	font-size: 84.61538%;
	font-weight: normal;
}

#SearchWrapper #Search .ec-form-item-header.icon-date {
	padding-left: 25px;
}

#SearchWrapper #Search .ec-form-item-header.icon-date::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 2px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background-image: url(../img/icon_calendar.png);
	background-repeat: no-repeat;
	background-position: left top;
	content: '';
}

#SearchWrapper #Search .ec-form-item-header.icon-person {
	padding-left: 27px;
}

#SearchWrapper #Search .ec-form-item-header.icon-person::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 15px;
	margin-top: -8px;
	background-image: url(../img/icon_person.png);
	background-repeat: no-repeat;
	background-position: left top;
	content: '';
}

#SearchWrapper #Search .ec-form-item-header.icon-charge {
	padding-left: 26px;
}

#SearchWrapper #Search .ec-form-item-header.icon-charge::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 2px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background-image: url(../img/icon_charge.png);
	background-repeat: no-repeat;
	background-position: left top;
	content: '';
}

#SearchWrapper #Search .ec-form-item-header.icon-room {
	padding-left: 26px;
}

#SearchWrapper #Search .ec-form-item-header.icon-room::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background-image: url(../img/icon_room.png);
	background-repeat: no-repeat;
	background-position: left top;
	content: '';
}

#SearchWrapper #Search .ec-form-item-header-row {
	font-weight: bold;
}

#SearchWrapper #Search .ec-form-item-calendar {
	width: 140px;
	background-image: url(../img/icon_datebox.png);
	background-repeat: no-repeat;
	background-position: 98% 5px;
	cursor: pointer;
	/*2018/04/11 17213 Tam edit start*/
	font-size: 15px;
	/*2018/04/11 17213 Tam edit end*/
}

#SearchWrapper #Search .form-group {
	display: table;
	width: 100%;
	margin-top: 10px;
}

#SearchWrapper #Search .form-group p,
#SearchWrapper #Search .form-group ul {
	display: table-cell;
}

/*2017/12/25 こだわり条件 kurato start*/
#SearchWrapper #Search .form-group p {
	width: 100px;
	border-right: 1px solid #ccc;
    vertical-align: middle;
}
/*2017/12/25 kurato end*/
#SearchWrapper #Search .form-group ul {
	overflow: hidden;
	padding-left: 8px;
}

#SearchWrapper #Search .form-group li {
	float: left;
	margin-right: 18px;
}
/*2017/12/14 iact修正start*/
#SearchWrapper #Search .more-preference {
	/* 2019/06/10 31 Nhu edit start */
	/* background: #ccc; */
	background: #1898c2;
	/* 2019/06/10 31 Nhu edit end */

}

#SearchWrapper #Search .more-preference .btn-preference {
	display: block;
	height: 36px;
	/* 2019/06/10 31 Nhu edit start */
	/* color: #333; */
	color: #fff;
	/* 2019/06/10 31 Nhu edit end */
	font-size: 92.85714%;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
}

#SearchWrapper #Search .more-preference .btn-preference span {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	margin-left: 8px;
	border-radius: 100%;
	background: #333;
	vertical-align: middle;
}

#SearchWrapper #Search .more-preference .btn-preference span::after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	margin-top: -1px;
	margin-left: -6px;
	background: #fff;
	content: '';
	-webkit-transition: all .2s;
	        transition: all .2s;
}

#SearchWrapper #Search .more-preference .btn-preference span::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 12px;
	margin-top: -6px;
	margin-left: -1px;
	background: #fff;
	content: '';
	-webkit-transition: all .2s;
	        transition: all .2s;
}

#SearchWrapper #Search .more-preference .btn-preference.btn-opened span::before {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
/*2017/12/14 iact修正end*/
#SearchCondition {
	display: none;
}

#SrchTxtY {
	display: inline-block;
	width: 3em;
	text-align: center;
}

#SrchTxtM,
#SrchTxtD {
	display: inline-block;
	width: 1.5em;
	text-align: center;
}

#Search .ec-control {
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
/* 2018/1/16 chinen 検索条件クリアボタン調整 start*/
	margin-left: 350px;
	text-align: left;
/* 2018/1/16 chinen 検索条件クリアボタン調整 end*/
}

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

.form-select,
.form-radio,
.form-text,
.form-textarea {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.form-select + label,
.form-select + label::before,
.form-select + label::after,
.form-radio + label,
.form-radio + label::before,
.form-radio + label::after,
.form-text + label,
.form-text + label::before,
.form-text + label::after,
.form-textarea + label,
.form-textarea + label::before,
.form-textarea + label::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.form-label {
	display: block;
	font-weight: bold;
}

.form-text {
	height: 30px;
	padding: 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.form-text.form-text-m {
	width: 260px;
}

.form-text.form-text-l {
	width: 360px;
}

.form-text + .form-label {
	margin-top: 10px;
}

.form-full .form-text {
	display: block;
	width: 280px;
}

.form-textarea {
	padding: 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.ec-form-item-select,
.form-select-label {
	height: auto;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 108.33333%;
	text-align:         center;
	text-align: -webkit-center;
	cursor: pointer;
}

.ec-form-item-select.form-select-s,
.form-select-label.form-select-s {
	width: 120px;
}

.ec-form-item-select.form-select-l,
.form-select-label.form-select-l {
	width: 160px;
}

.ec-form-item-select.form-select-ll,
.form-select-label.form-select-ll {
	width: 300px;
}

.form-select {
	display: inline-block;
	position: relative;
}

.form-select * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.form-select + .form-select {
	margin-left: 18px;
}

.form-select + .form-select.form-select-date {
	margin-left: 5px;
}

.form-select select,
.form-select .form-select-label {
	height: 30px;
	padding: 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
	font-size: 108.33333%;
	text-align:         center;
	text-align: -webkit-center;
	cursor: pointer;
}

/* 2018/09/21 Nhu edit start */
.form-select.form-select-ss select,
.form-select.form-select-ss .form-select-label {
	width: 60px;
	line-height: 24px;
}
/* 2018/09/21 Nhu edit end */

.form-select.form-select-s select,
.form-select.form-select-s .form-select-label {
	width: 120px;
}

.form-select.form-select-l select,
.form-select.form-select-l .form-select-label {
	width: 160px;
}

.form-select.form-select-ll select,
.form-select.form-select-ll .form-select-label {
	width: 300px;
}

.form-select.form-select-ll .form-select-label {
	overflow: hidden;
	padding-right: 1em;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.form-select.form-select-year select,
.form-select.form-select-year .form-select-label {
	width: 70px;
}

.form-select.form-select-date select,
.form-select.form-select-date .form-select-label {
	width: 50px;
}

.form-select .form-select-label {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	margin: 0;
}

.form-select .form-select-label::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 6px;
	width: 0;
	height: 0;
	margin-top: -2px;
	border-top: 4px solid #ccc;
	border-right: 2px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 2px solid transparent;
	content: '';
}

.form-select select {
	opacity: 0;
	position: relative;
	z-index: 2;
}

.form-checkbox {
	display: none;
}

.form-checkbox + label {
	position: relative;
	padding-left: 26px;
	line-height: 1.23;
	cursor: pointer;
}

.form-checkbox + label::before {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
	content: '';
}

.form-checkbox:checked + label::before {
	border: none;
	background: #2577ae;
}

.form-checkbox:checked + label::after {
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 2px;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	width: 12px;
	height: 7px;
	margin-top: -7px;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	content: '';
}

.form-radio {
	display: none;
}

.form-radio + label {
	position: relative;
	padding-left: 26px;
	line-height: 1.23;
	cursor: pointer;
}

.form-radio:disabled + label {
	position: relative;
	padding-left: 26px;
	line-height: 1.23;
	cursor: not-allowed;
	color: #808080FF;
	text-decoration: line-through;
}

.form-radio:disabled + label + p {
	color: #008000;
}

.form-radio + label::before {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border: 1px solid #ccc;
	border-radius: 100%;
	background: #fff;
	content: '';
}

.form-radio:checked + label::after {
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 4px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-radius: 100%;
	background: #2577ae;
	content: '';
}

.ec-form {
	list-style: none;
	position: static;
	margin: 0;
	border: none;
}

.ec-form-item {
	position: static;
}

.ec-form-item-header {
	position: static;
	top: auto;
	left: auto;
	padding: 0;
	font-weight: normal;
	text-align: inherit;
}

.ec-form-item-content {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ec-form-item-content .ec-form-item .ec-form-item-header {
	padding: 0;
	font-weight: normal;
}

.ec-form-item-content .ec-form-item .ec-form-item-content {
	padding: 0;
}

.ec-form-item-content.ec-error .ec-bubble {
	margin-bottom: 0;
}

.ec-form .ec-control {
	clear: both;
	margin: 0;
	text-align: inherit;
}

/* ========================================================
    MyPage Style
======================================================== */

/* #Calendar
-------------------------------------------------- */

.box.box_calendar {
	margin-top: 50px;
	padding: 10px;
}

#Calendar {
	position: relative;
	margin: 0;
}

#Calendar h4 {
	margin: 0 0 48px 0;
	padding-left: 70px;
}

#Calendar .tag_start {
	position: absolute;
	top: -2px;
	left: 7px;
}

#CalControl {
	margin-bottom: 24px;
	text-align: center;
}

#CalControl #CalCtrlYM {
	display: inline-block;
	width: 10em;
	font-size: 150%;
	line-height: 1.333;
}

#CalSide {
	float: left;
	width: 210px;
	margin: 0;
	padding: 10px;
	background: #fff;
}

#CalSide > p {
	margin: 0 0 10px;
}

#CalSide #CalRoomList {
	list-style: none;
	margin: 0;
	border-bottom: 1px #aaa9a8 solid;
}

#CalSide #CalRoomList li {
	border-top: #aaa9a8 solid 1px;
	border-right: #aaa9a8 solid 1px;
	border-left: #aaa9a8 solid 1px;
        position: relative;
}

#CalSide #CalRoomList .CalRoomList_title {
	margin-bottom: 1px;
	padding: 6px 0;
	border: 3px solid #c99c5e;
	background: #af6f15;
	color: #fff;
	font-size: 120%;
	text-align: center;
}

#CalSide #CalRoomList li .rsv-selectable {
	display: block;
	/* 2018/11/22 478 Tam edit start */
	/* padding: 6px 10px; */
	padding: 6px 20px 6px 10px;
	font-size: 12px;
	/* 2018/11/22 478 Tam edit end */
	background-color: #fff;
	color: #333;
	text-decoration: none;
}

#CalSide #CalRoomList li .rsv-selectable.ec-selected {
	position: relative;
	background-color: #f0dfb7;
	text-decoration: none !important;
}

/* 2018/1/31 kurato cal_miniやじるし start */
/*
#CalSide #CalRoomList li .rsv-selectable.ec-selected:after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 13px;
	height: 13px;
	margin-top: -8px;
	text-align: center;
	content: url('../img/cal_allow.gif');
}
*/
#CalSide #CalRoomList li .rsv-selectable.ec-selected:before{
    content: '';
    position: absolute;
    border-top: solid 3px #b70707;
    border-right: solid 3px #b70707;
    width: 7px;
    height: 7px;
    top: 12px;
    right: 20px;
    transform: rotate(45deg);

}

#CalSide #CalRoomList li .rsv-selectable.ec-selected:after {
    content: '';
    position: absolute;
    border-top: solid 3px #b70707;
    border-right: solid 3px #b70707;
    width: 7px;
    height: 7px;
    top: 12px;
    right: 13px;
    transform: rotate(45deg);
}
/* 2018/1/31 kurato cal_miniやじるし end */

#CalSide #CalRoomList li .rsv-selectable.ec-active {
	background-color: #d6d4c7;
	color: #333;
	text-decoration: underline;
}

#CalBody {
	position: relative;
	margin-left: 240px;
}

#CalBody .ec-loader {
	display: block;
	border: 1px #999 solid;
}

#CalBodyIn {
	height: 240px;
}

#CalBody table {
	width: 660px;
}

#CalBody thead {
	border-bottom: 3px #999 double;
}

#CalBody th {
	border: 1px #999 solid;
	background-color: #fff;
	text-align: center;
	vertical-align: top;
}

#CalBody th.sun {
	background-color: #fcc;
}

#CalBody th.sat {
	background-color: #c1ebf4;
}

#CalBody td {
	padding: 0;
	border: 1px #999 solid;
	background-color: #eeeded;
	text-align: center;
	vertical-align: top;
}

#CalBody td.ec-selected {
	background-color: #666;
	color: #fff;
}

#CalBody td .rsvcal-cell-day {
	display: block;
	width: 93px;
	border-bottom: 1px #999 dashed;
	background-color: #f9f7f7;
	color: #333;
	font-weight: bold;
}

#CalBody td.sun .rsvcal-cell-day {
	background-color: #fbe4e4;
}

#CalBody td.sat .rsvcal-cell-day {
	background-color: #d9f5fb;
}

#CalBody td .rsvcal-cell-msg {
	display: block;
	width: 93px;
	min-height: 45px;
	margin: 25px 0 0 0;
	padding: 0;
	text-align: center;
}

#CalBody td .rsvcal-cell-detail {
	list-style: none;
	width: 89px;
	min-height: 60px;
	margin: 0;
	padding: 6px 0;
	border-width: 2px;
	border-style: solid;
	border-color: #fefefe #ccc #ccc #fff;
	background: #fff;
}

#CalBody td .rsvcal-cell-detail li {
	line-height: 1.5;
}

#CalBody td .rsvcal-cell-detail li.rsvcal-cell-rest {
	border-bottom: 1px #ccc solid;
}

#CalBody td .ec-active {
	background-color: #f0dfb7;
	color: #333;
}

#CalBody td .rsvcal-cell-detail li {
	margin: 0 5px;
	font-family: monospace;
	letter-spacing: 0;
}

#CalBody td .rsvcal-cell-detail li .rsvcal-cell-head,
#CalBody td .rsvcal-cell-detail li .rsvcal-cell-charge {
	font-size: .928em;
}

#CalBody td .rsvcal-cell-detail li .rsvcal-cell-head {
	display: block;
	float: left;
}

#CalBody td .rsvcal-cell-detail li .rsvcal-cell-charge {
	display: block;
	float: right;
}

/* #RoomDlg：泊数・室数入力ダイアログ
-------------------------------------------------- */

#Room .box_lv2 .stay_select {
	margin-left: 35px;
}

#RoomDlgHead {
	margin: 0 10px 24px;
	padding: 12px 10px;
	background-color: #44290c;
	color: #fff;
	font-size: 150%;
	font-weight: normal;
	line-height: 1.333;
}

#RoomDlgBody {
	list-style: none;
	margin: 24px 20px;
}

#RoomDlgBody li {
	margin-bottom: 48px;
}

#RoomDlgBody p {
	font-size: 125%;
}

#RoomDlgBody h3 {
	margin: 0 -5px 24px;
	padding: 3px 5px;
	border-radius: 3px;
	background: url(../img/title_bg02.gif) left bottom repeat-x;
	color: #fff;
	font-size: 125%;
	font-weight: normal;
	line-height: 1.6;
	cursor: move;
}

.roomdlg-rooms {
	width: 100%;
}

.roomdlg-rooms .roomdlg-rooms-heads {
	width: 12em;
}

.roomdlg-rooms .roomdlg-rooms-rest,
.roomdlg-rooms .roomdlg-rooms-count {
	width: 6em;
}

.roomdlg-rooms td.roomdlg-rooms-name {
	text-align: left;
}

.roomdlg-rooms td.roomdlg-rooms-rest {
	position: relative;
	font-weight: bold;
}

.roomdlg-rooms .roomdlg-rooms-count-in {
	width: 4em;
	margin-right: .2em;
	text-align: right;
}

#RoomDlgCtrl {
	margin: 0 20px;
	padding: 12px;
	text-align: right;
}

#RoomDlgNextMsg {
	margin-right: 1em;
	font-weight: bold;
}
/* 2018/1/10 kurato 画面スキップ start*/
.auth_error {
        color: #c30;
        font-weight: bold;
        white-space: nowrap;
}
/* 2018/1/10 kurato 画面スキップ end*/
/* ========================================================
    Tab Style
======================================================== */

#tab {
	margin: 20px -20px 20px;
	border-bottom: 3px solid;
	text-align: center;
}

#tab ul {
	display: table;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

#tab li {
	float: left;
}

#tab li + li {
	margin-left: 10px;
}

/* 2018/10/24 Nhu edit start */
#tab .tab_item {
	position: relative;
	/* width: 455px; */
	width: 300px;
	height: 60px;
	border-radius: 20px 20px 0 0;
	/* font-size: 157.14286%; */
	font-size: 150.14286%;
	font-weight: bold;
	line-height: 60px;
}

#tab .tab_item .tab_title {
	margin: 0 0 0 40px;
}
/* 2018/10/24 Nhu edit end */

#tab .tab_item a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px 20px 0 0;
	text-decoration: none;
}

#tab .tab_item::before {
	display: block;
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 10px;
	width: 38px;
	height: 38px;
	border-radius: 100%;
}

#tab .tab_item::after {
	display: block;
	position: absolute;
	z-index: 1;
	top: 12px;
	left: 12px;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	content: '';
}

#tab .tab_item.tab_plan::before {
	content: url(../img/icon_tab_plan.png);
}

#tab .tab_item.tab_room::before {
	content: url(../img/icon_tab_room.png);
}

/* 2018/10/24 Nhu edit start */
#tab .tab_item.tab_calendar::before {
	content: url(../img/icon_tab_calendar.png);
}
/* 2018/10/24 Nhu edit end */

.login_bt,
.logout_bt {
	float: left;
	width: 160px;
	height: 32px;
	margin: 0;
	padding: 5px 9px 5px 23px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
	        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
	background-image: url(../img/icon_login.png);
	background-repeat: no-repeat;
	background-position: 9px center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/* 2019/06/24 38 Nhu edit start */
.logout_bt {
	float: right !important;
}
/* 2019/06/24 38 Nhu edit end */

/* 2018/1/11 chinen ログアウトボタン位置変更 start*/
/*.logout_bt {
	float: right;
}*/
/* 2018/1/11 chinen ログアウトボタン位置変更 end*/

.login_bt:hover,
.logout_bt:hover {
	opacity: .8;
}

.login_bt {
	background-color: #1898c2;
}

.logout_bt {
	background-color: #999;
}

.help_bt {
	float: right;
	width: 34px;
	height: 34px;
	margin: 0 0 0 5px;
	padding: 0;
	background: url(../img/icon_question.png) no-repeat left top;
}

.check_bt {
/* 2018/1/11 chinen ログアウトボタン位置変更 start*/
	/* 2019/06/21 35 Nhu edit start */
	/* float: left; */
	float: right;
	/* 2019/06/21 35 Nhu edit end */
/* 2018/1/11 chinen ログアウトボタン位置変更 end*/
	width: 220px;
	height: 32px;
	margin: 0 5px 0 0;
	padding: 5px 9px 5px 23px;
        	border-radius: 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
	        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
	background-color: #1898c2;
	background-image: url(../img/icon_check.png);
	background-repeat: no-repeat;
	background-position: 9px center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.check_bt:hover {
	opacity: .8;
}

.edit_mark {
	display: inline-block;
	float: right;
/* 2018/02/22 17213 Do edit start */
	/* padding: 3px 5px; */
	padding: 5px 12px;
	margin-bottom: 5px;
/* 2018/02/22 17213 Do edit end */
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #999;
	color: #fff;
	line-height: 1.5;
	text-decoration: none;
	cursor: pointer;
}

/* ========================================================
    Gallery Style
======================================================== */

.tli-thumb {
	float: left;
	width: 220px;
	margin-bottom: 24px;
}

.tli-thumb-attn,
.tli-meals-thumb-attn {
	background: #efefef;
	text-align: center;
}

.tli-thumb-attn {
	width: 220px;
	height: 220px;
	margin-bottom: 10px;
}

.tli-meals-thumb-attn {
	float: left;
	width: 215px;
	height: 215px;
}

.tli-thumb-list,
.tli-meals-thumb-list {
	margin: 0;
}

.tli-thumb-list > li,
.tli-meals-thumb-list > li {
	overflow: hidden;
	background: #efefef;
	text-align: center;
}

.tli-thumb-list > li {
	float: left;
	width: 64px;
	height: 64px;
	/*2018/04/10 Tam edit marker-start*/
	margin-bottom: 5px;
	/*2018/04/10 Tam edit marker-end*/
}

/*2018/02/09 17213 tam edit start*/
/*.tli-thumb-list > li + li {
	margin-left: 14px;
}*/
.tli-thumb-list > li:nth-child(2) {
	margin: 0 14px;
}
/*2018/02/09 17213 Tam edit end*/

.tli-meals-thumb-list {
	float: left;
	margin-left: 9px;
}

.tli-meals-thumb-list > li {
	width: 62px;
	height: 62px;
}

.tli-meals-thumb-list > li + li {
	margin-top: 14px;
}

.tli-thumb .ec-txt-special {
	display: block;
	font-size: 10.5px;
	letter-spacing: 0;
}
/* 2018/01/29 fix bugs Tam edit start */
.tli-meals-text {
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 2px;
	font-size: 12px;
	padding-bottom: 10px;
    position: relative;
    z-index: 1;
    background: white;
}
/* 2018/01/29 fix bugs Tam edit end */
/* Magnific Popup Overwrite Style
-------------------------------------------------- */

.mfp-figure {
	padding: 10px;
	border-radius: 3px;
	background: #fff;
}

.mfp-figure figcaption {
	min-height: 45px;
	padding-top: 10px;
	padding-right: 50px;
}

.mfp-zoom-out-cur {
	cursor: auto;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	display: block;
	opacity: 1;
	position: absolute;
	top: auto;
	right: 10px;
	bottom: 10px;
	overflow: hidden;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border-radius: 3px;
	background: url('../img/btn_close_popup.png') no-repeat center center #333;
	color: #fff;
	font-size: 71.42857%;
	text-align: center;
	white-space: nowrap;
	text-indent: 100%;
}

.mfp-image-holder .mfp-close::after,
.mfp-iframe-holder .mfp-close::after {
	content: '閉じる';
}

img.mfp-img {
	padding: 0;
	border-radius: 3px;
}

.mfp-counter {
	display: none;
}

.mfp-bottom-bar {
	position: static;
	margin-top: 0;
	padding: 0 3px;
}

.mfp-title {
	padding-right: 0;
	color: #333;
}

button.mfp-arrow.mfp-arrow-left {
	left: -70px;
}

button.mfp-arrow.mfp-arrow-right {
	right: -70px;
}

/* ========================================================
    Modal Style
======================================================== */

/* #MyPage：マイページ
-------------------------------------------------- */

/* #MyPage@マスク ※JSで制御 */

/* 2017/12/08 new design Do edit start*/
#MyPage {
    /*
    hide mypage dialog
	display: block !important;
	*/
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 3000px;
	background-color: rgba(0, 0, 0, .8);
}
/* 2017/12/08 new design Do edit end*/

/* #MyPageFace@Dialog ※JSで制御 */

#MyPageFace {
	position: absolute;
	overflow: hidden;
	width: 880px;
	padding: 0 0 12px;
	border-radius: 3px;
	background: #fff;
}

#MyPageHead {
	margin: 0;
	padding: 12px 36px;
	border-radius: 3px 3px 0 0;
	font-size: 142.85714%;
	font-weight: bold;
	line-height: 1.333;
	display: inline-block;
}

#MyPageBody {
	position: relative;
	margin: 0 15px;
	padding-bottom: 40px;
}

#MyPageBody.loader {
	background: url(../../../../common/img/loader.gif) no-repeat center center;
}

#MyPageBody .myp-guide {
	padding: 6px 0;
}

#MyPageBody .myp-guide .rsv-selectable {
	display: block;
	padding: 0 .5em;
	color: #333;
	text-decoration: none;
}

#MyPageBody .myp-guide .myp-back {
	float: left;
}

/* 2019/07/23 46 Nhu edit start */
#MyPageUser {
	/* margin: 12px 30px; */
	margin: 12px 0;
	text-align: right;
	font-weight: bold;
	float: right;
	width: 60%;
	word-break: break-all;
}
/* 2019/07/23 46 Nhu edit end */

#BtnMyPageClose {
	margin-top: 8px;
	margin-right: 30px;
}

#MyPageCtrl {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}

#MyP_RsvHis_Index {
	list-style: none;
	margin: 0;
	padding: 0;
}

#MyP_RsvHis_Index li {
	float: left;
	width: 280px;
	height: 44px;
	border-radius: 3px 3px 0 0;
	line-height: 44px;
}

#MyP_RsvHis_Index li + li {
	margin-left: 5px;
}

#MyP_RsvHis_Index li a {
	display: block;
	width: auto;
	padding: 3px 0;
	font-size: 114.28571%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#MyP_RsvDetail {
	width: 100%;
}

#MyP_RsvDetail th {
	width: 180px;
}

#MyP_RsvDetail .myp-rsvdet-heads {
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
}

/*2018/07/19 nhu edit start*/
#MyP_RsvDetail .myp-rsvdet-heads li {
	float: left;
	/* width: 50%; */
	width: 100%;
}

#MyP_RsvDetail .myp-rsvdet-heads-caps {
	display: inline-block;
	/* width: 13em; */
	width: 5em;
	/* margin-right: 1em; */
	text-align: left; 
	/* text-align: right; */
}
/*2018/07/19 nhu edit end*/
.myp-rsvhis-list {
	width: 100%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-collapse: separate;
}

.fht-thead .myp-rsvhis-list {
	border-bottom: none;
}

.myp-rsvhis-list * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.myp-rsvhis-list th,
.myp-rsvhis-list td {
	padding: 5px 10px;
	border-top: 1px solid #ccc;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #ccc;
	line-height: 1.42857;
	text-align: left;
	vertical-align: middle;
	letter-spacing: -.05em;
}
/*2017/12/14 iact修正start*/
.myp-rsvhis-list td.myp-rsvhis-ctrl {
	padding-right: 20px;
}
/*2017/12/14 iact修正end*/
.myp-rsvhis-list .myp-rsvhis-rsvdate {
	width: 137px;
}

.myp-rsvhis-list .myp-rsvhis-rsvno {
	width: 144px;
}

.myp-rsvhis-list .myp-rsvhis-rsvno .hotel-name {
	margin-left: .5em;
	color: #999;
	line-height: 1.5;
}

.myp-rsvhis-list .myp-rsvhis-name {
	width: 283px;
}
/*2017/12/14 iact修正start*/
.myp-rsvhis-list .myp-rsvhis-staydate {
	width: 164px;
}

.myp-rsvhis-list .myp-rsvhis-ctrl {
	width: 120px;
}
/*2017/12/14 iact修正end*/
.myp-rsvhis-list .rsv-btn {
	width: 100%;
}

.myp-customer-lead {
	text-align: center;
}

.myp-customer-list {
	width: 660px;
	margin: 20px auto;
}

.myp-customer-list .myp-customer-item {
	display: table;
	width: 100%;
}

.myp-customer-list .myp-customer-item .myp-customer-label,
.myp-customer-list .myp-customer-item .myp-customer-body {
	display: table-cell;
}

.myp-customer-list .myp-customer-item .myp-customer-label {
	width: 12em;
}

.myp-customer-list .myp-customer-item .myp-customer-body {
	padding: 10px 15px;
}

/* #AuthDlg：認証ダイアログ
-------------------------------------------------- */

/* #AuthDlg@Mask ※JSで制御 */

#AuthDlg {
	position: absolute;
	z-index: 10000;
	background-color: rgba(0, 0, 0, .8);
}

/* #AuthDlgFace@Dialog ※JSで制御 */

#AuthDlgFace {
	position: absolute;
	overflow: hidden;
	width: 880px;
	padding: 0 0 12px;
	border-radius: 3px;
	background: #fff;
}

#BtnAuthDlgClose {
	float: right;
	margin-top: 8px;
	margin-right: 30px;
}

#AuthDlgHead {
	margin: 0;
	padding: 12px 36px;
	border-radius: 3px 3px 0 0;
	font-size: 142.85714%;
	font-weight: bold;
	line-height: 1.333;
	text-align: center;
}

#AuthDlgBody {
	list-style: none;
	margin: 24px 20px;
	padding: 0;
}

#AuthDlgBody .authdlg-msg.head {
	color: #383;
}

#AuthDlgBody .authdlg-msg.error {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 12px 0;
	color: #c30;
	font-weight: bold;
	text-align: center;
}

#AuthDlgBody .authdlg-msg.foot {
	text-align: center;
}

#AuthDlgBody .authdlg-layout {
	list-style: none;
	margin: 24px 0;
	padding: 0;
	border: 1px #ccc solid;
	border-bottom: none;
	text-align: left;
}

#AuthDlgBody .authdlg-layout li {
	padding: 6px 0;
	border-bottom: 1px #ccc solid;
}

#AuthDlgBody .authdlg-layout li label {
	display: inline-block;
	width: 15em;
	margin-right: 1em;
	text-align: right;
}

#AuthDlgCtrl {
	margin: 0 20px;
	padding: 12px;
	text-align: center;
}

#AuthDlgCtrl .ec-control {
	margin-top: 0;
}

#AuthDlgForget {
	display: none;
	text-align: center;
}

#AuthDlgForget .ec-control {
	margin-bottom: 0;
}

#AuthDlgForgetMail label {
	margin-right: 1em;
}
/* 2018/01/29 fix bugs Tam edit start */
/*2017/12/14 iact修正start*/
.myp-rsvhis-tab .fht-tbody {
	overflow-x: hidden;
	overflow-y: auto;
	/*max-height: 400px;*/
	max-height: 368px;
}
/*2017/12/14 iact修正end*/
/* 2018/01/29 fix bugs Tam edit end */
/* jQuery UI Overwrite Style
-------------------------------------------------- */

.ui-dialog-titlebar {
	width: auto;
	text-align: center;
}

.ui-dialog .ui-dialog-buttonpane {
	position: relative;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
	text-align: center;
}

.ui-dialog .ui-dialog-content p {
	text-align: center;
}

/* 2017/12/08 Do edit start*/
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
	display: inline-block;
	padding: 5px 12px;
	padding-right: 17px;
	border: none;
	-moz-border-radius: 3px;
	     border-radius: 3px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
	        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
	background-color: #333;
    background-image: none;
	background-repeat: no-repeat;
	background-position: 68px center;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
	cursor: pointer;
}

.ui-dialog .ui-dialog-buttonpane button:last-of-type {
	position: absolute;
	bottom: 0;
	left: 8px;
	width: 100px;
	height: 32px;
	padding-left: 17px;
	background-color: #999;
	background-image: url(../img/arrow_btn_prev.png);
	background-position: 10px center;
    background-repeat: no-repeat;
}
/* 2017/12/08 Do edit end*/
body {
	background: #d9cec3;
	background-image: none;
	background-repeat: repeat;
	background-position: left top;
}

.theme-head,
.theme-tab.ec-selected,
.tab_item.tab_active,
.tlc-tab.ec-selected a,
.tlc-tab.ec-active a,
#Calendar h4,
#Body h3,
#Body .timesale-name {
	background-color: #5a3816;
	color: #fff;
}

/* 2019/07/23 46 Nhu edit start */
#MyPageFace .theme-head {
	display: flex;
}
/* 2019/07/23 46 Nhu edit end */

#tab {
	border-color: #5a3816;
}

.tab_item::after {
	background-color: #5a3816;
}

.theme-tab.ec-selected a {
	color: #fff;
}

.theme-tab,
.tab_item a,
.box_lv2 h4,
.box_lv2.rsv-form-confirm {
	background-color: #d9cec3;
}

.tab_item a:hover {
	background-color: #5a3816;
	color: #fff;
}

.theme-tab a,
.tab_item a,
.box_lv2 h4 {
	color: #5a3816;
}

table thead th,
#MyP_RsvDetail th,
#TopList,
.timesale.box,
.box {
	background-color: #f6f2ea;
}
/* 2017/12/07 new design Do edit start*/
.box_lv2 p.before_restitle{
    padding: 0 10px;
}
/* 2017/12/07 new design Do edit end */
/* 2018/02/05 fix bugs Tam edit start */
.sroll-to{
    float: right;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    background: #999;
    padding: 6px 12px 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
}
/* 2018/02/05 fix bugs Tam edit end */
.tooltip-parent{
	position: relative;
}
.open-tooltip + .tooltip {
    cursor: text;
    background: floralwhite;
    background-clip: padding-box;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
    border: 1px solid darkcyan;
    border-radius: 6px;
    position: absolute;
    height: auto;
    padding: 0px 8px 5px;
    margin-left: 15px;
    left: auto;
    top: -13px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}
.open-tooltip + .tooltip:before, .open-tooltip + .tooltip:after{
	content: "";
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    top: 10px;
    left: -17px;
    right: auto;
}
.open-tooltip + .tooltip:before{
	border-right: 10px solid darkcyan;
    margin-left: -2px;
}
.open-tooltip + .tooltip:after{
	border-right: 10px solid floralwhite;
    z-index: 1;
}
.open-tooltip:hover + .tooltip, .open-tooltip:focus + .tooltip{
	visibility: visible;
	opacity:1
}
.display-inline{
	display: inline;
}
.show_all_rooms{
	margin-top: 10px;
    float: right;
    padding: 5px 9px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .3);
    background-color: #1898c2;
    background-repeat: no-repeat;
    background-position: 9px center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.agree-error-msg{
	margin: 0;
    color: #c30;
    padding: 2px 0;
    margin-left: 0;
    display: none;
}
.rsvfl-error > .agree-error-msg{
	display: block;
}
.lang-en #Search .ec-form-item-header{
	font-size: 12px;
}
.lang-en #Search .ec-form-item-header span{
	font-size: 10px;
}
.lang-en #Search .ec-form-item-col.col-noselect{
	max-width: 152px;
	font-size: 11px;
}
.lang-ko #Search .ec-form-item-col.col-noselect{
	max-width: 152px;
}
.lang-en .tli-charges-price,
.lang-ch .tli-charges-price,
.lang-chh .tli-charges-price,
.lang-ko .tli-charges-price{
	white-space: normal;
}
.lang-en .tli-charges-reserve{
	width: 101px;
}
.lang-ch .tlc-sort li, .lang-chh .tlc-sort li{
    width: 170px;
}
/* 2018/01/19 17213 Tam edit end */
/* 2018/01/29 fix bug language Tam edit start */
.lang-en .rsv-cal-next{
	background-position: 132px 10px;
}
.lang-en .rsv-cal-prev{
	background-position-y: 10px;
}
.lang-en .rsv-cal-prev, .lang-en .rsv-cal-next{
	width: 149px;
}
.rsv-stayrule-control .agree-error-msg{
	font-weight: bold;
	line-height: 21px;
}
.rsv-stayrule-control .agree-error-msg{
	margin-right: 52px;
}
.lang-en .rsv-stayrule-control .agree-error-msg{
	margin-right: 223px;
}
.lang-ch .rsv-stayrule-control .agree-error-msg,
.lang-chh .rsv-stayrule-control .agree-error-msg,
.lang-ko .rsv-stayrule-control .agree-error-msg{
	margin-right: 110px;
}
.tlc-count .form-select-label{
	margin-top: 2px;
}
.tlc-count{
	padding-top: 3px;
}
#RoomDlgBody .stay_select::before{
	top: 1px;
}
/* 2018/09/21 Nhu edit start */
#RoomDlgBody .stay_select + .form-select-ss .form-select-label{
	top: -3px;
	line-height: 24px;
}
/* 2018/09/21 Nhu edit end */
/* 2018/01/29 fix bug language Tam edit end */
/*2018/02/05 17213 Tam edit start*/
/* .roomdlg-rooms-count {
	position: relative;
} */
/*2018/02/05 17213 Tam edit end*/
/*2018/02/09 17213 Do edit start*/
.form-select.tlc-count{
    margin-top: 5px;
    font-size: 100%;
}
/* lang-ch, lang-chh also 170px */
.tlc-sort li{
    width: 150px;
}
/*2018/02/09 17213 Do edit end*/
/*2018/02/28 tootip 1 line Tam edit start*/

.tooltiptext_line {
    visibility: hidden;
    background-color: #1898c2;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px;
    position: absolute;
    bottom: 150%;
    left: 5%;
    opacity: 0;
    transition: opacity 1s;
}

.tooltiptext_line::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 10%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #1898c2 transparent;
}

.tooltip_line:hover .tooltiptext_line {
    visibility: visible;
    opacity: 1;
}
/*2018/02/28 tootip 1 line Tam edit end*/
/*2018/04/16 15713 Tam edit start*/
.slick-container {
	position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-container a{
	text-decoration: none;
}
/*2018/05/02 kurato start*/
.slick-container .sli-card {
    margin: 0px 6px 6px 0px;
    box-shadow: rgba(171, 154, 154, 0.35) 0px 1px 1px 0px;
}
/*2018/05/02 kurato end*/
.slick-container a .sil-img{
	position: relative;
    display: block;
    /*margin-right: 6px;*/
    overflow: hidden;
    background: #f6f2ea;
}

.slick-container a .sil-img::after {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: '';
}
.slick-container a:focus {
	outline: 0;
}

.slick-container img {
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: scale(1.03) translate3d(-50%, -50%, 0);
    transform: scale(1.03) translate3d(-50%, -50%, 0);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.5s  ease-in-out;
    -moz-transition: all 0.5s  ease-in-out;
    -o-transition: all 0.5s  ease-in-out;
    transition: all 0.5s  ease-in-out;
}

.slick-container a:hover {
	color: #0B82CA;
    text-decoration: underline;
    text-decoration-color: #7DAED2;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    opacity: .85;
        filter: alpha(opacity=85);
}

.slick-container a:hover img {
    -webkit-transform: scale(1) translate3d(-50%, -50%, 0);
    transform: scale(1) translate3d(-50%, -50%, 0);
}

.slick-container a .sil-text{
    bottom: 0;
    font-size: 87%;
    width: 100%;
    text-align: center;
    color: #333;
    margin-top: 5px;
}
.slick-container a:hover .sil-text{
	color: #1E72FA;
}
.slick-container .slick-arrow {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    outline: none;
}

.slick-container .slick-arrow.slick-prev {
	left: 0px;
	opacity: 0.5;

    background-image: url(../img/arrow_l.png);
}

.slick-container .slick-arrow.slick-next {
    right: 0px;
    opacity: 0.5;
    background-image: url(../img/arrow_r.png);
}
/*2018/04/16 15713 Tam edit end*/
/*2018/02/28 tootip 1 line Tam edit end*/
/*2018/04/11 17213 Tam edit start*/
#Search input:disabled, #Search button:disabled, #Search textarea:disabled, #Search select:disabled, #Search .ec-disabled p{
	background-color: #efefef;
}
#SearchWrapper #Search #SrchNoPersonTarget span {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
}
/*2018/04/11 17213 Tam edit end*/
/*2018/04/27 Tam edit start*/
.rsvcc-head-other{
	padding: 0;
}
.rsvcc-head-other table th{
	  border: none;
		height: 100%
}
.rsvcc-head-other table th:not(:nth-child(1)){
    border-left: 1px solid #ccc;
}
/*2018/04/27 Tam edit start*/
/*2018/05/16 23773 Tam edit start*/
.cal-search .cal-box{
	background: #fff;
}
.calendar-box-top{
	padding: 15px 10px;
  font-size: 14px;
  line-height: 1.4;
}
.calendar-box-top label{
  font-weight: 800;
  display: inline-block;
  width: 70px;
  margin: 5px;
  text-align: right;
}
.calendar-box-item{
	display: inline-block;
	margin: 13px;
	width: 65%;
}
.btn-calendar-top{
  background: #fff;
  color: #333;
  border: 1px solid #333;
  border-radius: 5px;
  margin: 4px;
  padding: 6px 12px;
  text-align: center;
  position: relative;
  transition: .4s;
  cursor: pointer;
}
.btn-calendar-top.active{
	cursor: default;
}
.btn-calendar-top.active, .btn-calendar-top:hover{
	color: #fff;
}
.calendar-planlist th{
	font-weight: 800;
	text-align: center;
}
.calendar-planlist tr.day th {
    width: 23px;
}
.calendar-planlist  .month{
	position: relative;
	/* margin: 10px; */
  	font-weight: normal;
}
.calendar-planlist  .month span.prev{
	position: absolute;
	top: 0;
	left: 0;
}
.calendar-planlist  .month span.next{
	position: absolute;
	top: 0;
	right: 0;
}
.p10{
	padding: 10px;
}
.calendar-planlist label.icon-date{
	  padding: 6px 6px 6px 25px;
    position: relative;
    background: #fff;
    margin: 5px;
    border: 1px solid #dedede;
    cursor: pointer;
}
.calendar-planlist .icon-date::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 2px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-image: url(../img/icon_calendar.png);
    background-repeat: no-repeat;
    background-position: left top;
    content: '';
}
.calendar-planlist .day th.sat {
    color: #0099CC;
}
.calendar-planlist .day th.sun {
    color: #CC0000;
}
/*2018/05/16 23773 Tam edit end*/
/*2018/05/29 22276 Tam edit start*/
.rsv_detail_optiom{
	padding: 0;
}
.rsv_detail_optiom table{
	width: 100%
}
.rsv_detail_optiom table td:last-child, .rsv_detail_optiom table tr{
	border-right: 0;
}
.rsv_detail_optiom table td{
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
}
/*2018/05/29 22276 Tam edit end*/
/*2018/07/18 Nhu edit start*/
.calendar-planlist #SrchDepYmd{
	margin-left: 6rem;
	margin-right: 6rem;
}

#btnPrev {
	display: none;
}

#calendar-box thead tr th:last-child{
	height: 40px;
}
/*2018/07/18 Nhu edit end*/
/*2018/07/23 25429 Tam edit start*/
.img_banner img{
	max-width: 100%;
}
/*2018/07/23 25429 Tam edit end*/

.calendar-planlist{
    width: 100%;
    table-layout: unset;
}

#plan_info.dialog {
	z-index:3;
}

.dialog{
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.dialog-content{
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 920px;
	margin-bottom: 120px;
	position: relative;
    padding-bottom: 50px;
}
.dialog-footer{
	position: absolute;
    bottom: 8px;
    left: 10px;
    text-align: center;
}

.calendar-planlist .tli-conditions{
    margin-left: 5px;
    margin-bottom: 0px;
    padding:  0 0 5px;
    border-radius: 4px;
	border-bottom: 0;
}
.calendar-planlist .tli-conditions .condition,
.calendar-planlist .tli-conditions .match_condition {
	border-radius: 22px;
	margin-top: 5px;
	margin-right: 5px;
	color: #333;
}
.cell{
	position: relative;
}
.cell .rsv-loader div:before{
	left: -1em;
}
.cell .rsv-loader div:after{
	left: 1em;
}

/* 2018/09/12 Nhu edit start */
.btn-info-link {
	font-weight: normal;
    color: black;
    background-color: #ccc;
    font-size: 13px;
	border-radius: 5px;
	margin-bottom: 5px;
}
.rsvfl-row label.rsv-stayrule-agree input.form-checkbox {
	display: inline-block;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    margin-right: 10px;
}
.question_box {
	position: relative;
	display: inline-flex;
	margin-top: 12px;
	margin-left: 31px;
	width: 100%;
	padding-top: 3px;
}
.enquete_before_select {
	margin-bottom: 10px;
}
.question_box .rsvfl-error-msg{
	position: absolute;
	top: -19px;
	left: 0;
}
.question_box div:first-child{
	margin-bottom: 10px;
}

.IncBtns {
	display: flex;
    border: none;
}

.child_incl_list {
	border: 1px #ccc solid;
}
/* 2018/09/12 Nhu edit end */

/* 2019/01/24 583 Nhu edit start */
#totalfee_alert + .ui-dialog-buttonpane button:last-of-type,
/* 2019/01/24 583 Nhu edit end */
#num_over_dialog + .ui-dialog-buttonpane button:last-of-type,
#stop_exception_dialog + .ui-dialog-buttonpane button:last-of-type,
#num_over_room_dialog + .ui-dialog-buttonpane button:last-of-type,
/* 2019/01/14 569 Nhu edit start */
#CancelCompleted + .ui-dialog-buttonpane button:last-of-type,
/* 2019/01/14 569 Nhu edit end */
#not_enough_other_dialog + .ui-dialog-buttonpane button:last-of-type
{
position: relative;
left: 0;
width: unset;
height: unset;
padding: 5px 12px;
padding-right: 17px;
background-color: #333;
background-image: unset;
}
/* 2018/09/25 Nhu edit start */
.question_box .form-select.form-select-s select,
.question_box .form-select.form-select-s .form-select-label{
	width: fit-content;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: auto;
	min-width: 120px;
	margin-left: 5px;
	padding-right: 15px;
	white-space: nowrap;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.question_box .form-select.form-select-s .form-select-label{
		display: table;
		white-space: normal;
		margin-bottom: 14px;
	}
	.calendar-planlist{
		table-layout: auto;
	}
}
@supports (-ms-ime-align: auto) { 
	.question_box .form-select.form-select-s .form-select-label{
		display: table;
		white-space: normal;
		margin-bottom: 14px;
	}
}

#LoginCorporate .form-inner div {
	text-align: center;
}
#LoginCorporate .form-inner div table {
	margin: auto;
}

#ROW_RE_ENTER input {
	margin: 10px 25px;
}

#show_desc {
	cursor: pointer;
}

.ui-dialog.showdesc_btn .ui-dialog-buttonpane button:last-of-type {
	position: relative;
	left: 0;
	width: unset;
	height: unset;
	padding: 5px 12px;
	padding-right: 12px;
	padding-right: 17px;
	background-color: #333;
	background-image: unset;
	background-image: none;
}

body.no-scroll {
	overflow: hidden;
}
/* 2018/12/12 518 Nhu edit start */
.HtlFrontDesc, .OtherSearchCap {
	word-break: break-word;
	margin-bottom: 18px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1.71429;
    font-size: 15px;
}
/* 2018/12/12 518 Nhu edit end */

/* 2018/09/25 Nhu edit end */
.ec-loader span.image {
    background: url(./images/loader-dk.gif) no-repeat center center;
    padding: 47%;
    position: relative;
    top: 33%;
    background-size: 36px 36px;
}

#calendar_body th{
	text-align: left;
}

/* 2018/12/10 511 Nhu edit start */
#option_selected {
	background-image: url(../img/icon_datebox.png);
    background-repeat: no-repeat;
    background-position: 98% 5px;
    cursor: pointer;
	font-size: 16px;
	width: 17%;
}
#SelectOptBody{
	margin: 24px 20px;
}
/* 2018/12/10 511 Nhu edit end */
/* 2019/01/17 576 Tam edit start */
#CancelCompleted .cxl_message{
	text-align: left;
    border: solid 1.5px #e50606;
    padding: 8px;
    line-height: 23px;
	background-color: #FFEFFF;
	margin-top: 0;
}
#CancelCompleted .cxl_confirm {
	margin: 20px 0;
}
/* 2019/01/17 576 Tam edit end */
/* 2019/02/12 630 Nhu edit start */
.disp_other_etc {
	font-size: 12px;
	border: 1px solid #ccc;
	width: fit-content;
	margin: 0;
	padding: 0 5px;
}

.t_detail_right {
	width: 65%;
	padding-left: 10px
}

.t_detail_left {
	width: 25%;
	border-right: 1px #dedede solid;
}
/* 2019/02/12 630 Nhu edit end */
/* 2019/02/25 651 Nhu edit start */
.OthersDesc {
	word-break: break-word;
	margin: 0 10px;
    line-height: 1.71429;
    font-size: 15px;
}
.OthersDesc img{
	width: 100% !important;
}
/* 2019/02/25 651 Nhu edit end */
/* 2019/02/27 653 Nhu edit start */
#CancelConfDlg .question_box .form-select.form-select-s .form-select-label {
	margin-left: 10px !important;
}
#CancelConfDlg .CxlReasonQuestion {
	margin: 0;
	text-align: left;
	margin-left: 95px;
}
#CancelConfDlg .question_box {
	margin: 12px 0;
}
#CancelConfDlg .CxlReasonTitle,
#CancelConfDlg .CxlOtherReasonTitle {
	margin:0;
	width: 100px;
	text-align: right
}
#ex_reason {
	height: 90px;
	width: 83%;
	margin-left: 12px;
}
/* 2019/02/27 653 Nhu edit end */
/* 2019/04/02 693 Nhu edit start */
.confirm-loader {
	min-height: 50px !important;
}

.confirm-loader span {
	width: 46px;
	height: 46px;
	display: block;
	background: url(images/ajax-loader.gif);
	background-size: 46px 46px;
	background-repeat: no-repeat;
	margin-left: 60px;
}

.confirm-loader .confirm-loader-text {
	margin: 11px 0 0 0;
	color: #f9f7f7;
	font-weight: bold;
}

/* 2019/04/02 693 Nhu edit end */
/* 2019/04/05 696 Nhu edit start */
.resizable {
	height: 70px;
}
/* 2019/04/05 696 Nhu edit end */

.select-member:disabled {
	background-color: #ccc;
	opacity: 1;
}

#global-loading-dialog {
	min-height: 100px !important;
	display: none;
}

#global-loading-dialog span {
	width: 46px;
	height: 46px;
	display: block;
	background: url(images/ajax-loader.gif);
	background-size: 46px 46px;
	background-repeat: no-repeat;
	margin-left: 65px;
	margin-top: 25px;
}