@charset "utf-8";

.cf {
	*zoom: 1;
}
.cf:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}

/*-------------------------------------------------------------------------------
 STRUCTURE
 -------------------------------------------------------------------------------*/

/* wrapper */
.wrapper {
	width: 100%;
}

/* header */
.header {
	width: 980px;
	height: 65px;
	margin: 0 auto;
	position: relative;
}
.header-siteinfo {
	float: left;
}
.header-siteinfo > a {
	display: block;
}
.header-logo {
	width: 106px;
	height: 49px;
	position: absolute;
	top: 10px;
	background: url(../img/common/logo.png) no-repeat;
	background-size: 106px 49px;
}
.header-logo-kr {
	width: 106px;
	height: 49px;
	position: absolute;
	top: 10px;
	background: url(../img/common/logo-kr.png) no-repeat;
	background-size: 106px 49px;
}
.header h1 {
	color: #909090;
	font-size: 16px;
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 120px;
}
.header .header-title {
	color: #909090;
	font-size: 16px;
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 120px;
}
.header-toggle {
	float: right;
	position: relative;
	top: 30px;
}
.header-toggle .header-toggle-company:after,
.header-toggle .header-toggle-currency:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 5px;
	right: 15px;
	border-top: 6px solid #909090;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-bottom: 6px solid transparent;
}
a.header-toggle-company:first-child,
a.header-toggle-currency:first-child {
	position: relative;
	padding: 0 30px 0 10px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #323232 !important;
}
.header-toggle-currency:before {
	content: "";
	position: absolute;
	display: block;
	height: 16px;
	top: 0;
	left: 0;
	border-left: 1px solid #909090;
}
.header-reservation {
	position: absolute;
	top: 8px;
	right: 0;
	font-size: 12px;
}
.header-reservation:before {
	display: inline-block;
	width: 12px;
	height: 12px;
	padding-right: 5px;
	background-image: url(../img/common/icon-my-reservation.png);
	background-position: 0;
	background-repeat: no-repeat;
	content: "";
}

/* Header Select Language and Currency */
.toggle-company-container,
.toggle-currency-container {
	position: relative;
	float: left;
}
.toggle-company-list {
	display: none;
	position: absolute;
	top: 24px;
	left: -28px;
	width: 120px;
	background-color: #fff;
	border: 1px solid #ccc;
	z-index: 100;
}
.toggle-company-list > li {
	position: relative;
	padding-left: 20px;
}
.toggle-company-list > li a:before {
	position: absolute;
	top: 8px;
	left: 8px;
	display: block;
	width: 16px;
	height: 11px;
	content: "";
  background-repeat: no-repeat;
	background-size: 16px 11px;
}
.toggle-company-list > li.flag-en a:before {
	background-image: url(/global_pc/img/common/icn-usa.svg);
}
.toggle-company-list > li.flag-cn a:before {
	background-image: url(/global_pc/img/common/icn-china.svg);
}
.toggle-company-list > li.flag-tw a:before {
	background-image: url(/global_pc/img/common/icn-taiwan.svg);
}
.toggle-company-list > li.flag-kr a:before {
	background-image: url(/global_pc/img/common/icn-korea.svg);
}
.toggle-company-list > li.flag-fr a:before {
	background-image: url(/global_pc/img/common/icn-france.svg);
}
.toggle-company-list > li.flag-th a:before {
	background-image: url(/global_pc/img/common/icn-thailand.svg);
}
.toggle-company-list > li.flag-id a:before {
	background-image: url(/global_pc/img/common/icn-indonesia.svg);
}
.toggle-company-list > li.flag-my a:before {
	background-image: url(/global_pc/img/common/icn-malay.svg);
}

.toggle-company-list a {
	text-decoration: none;
	color: #323232;
}
.toggle-currency-list {
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	width: 120px;
	background-color: #fff;
	border: 1px solid #ccc;
	z-index: 1000;
}
.toggle-currency-list a {
	text-decoration: none;
	color: #323232;
}
.toggle-company-list > li + li,
.toggle-currency-list li + li {
	margin-top: 5px;
}
.jpy-list-container > ul {
	float: left!important;
}
.toggle-currency-list h4 {
	margin-bottom: 10px;
}
.select_foldout_wrap + .select_foldout_wrap {
	margin-top: 20px;
}
.toggle-company-list > li {
	padding: 0;
}
.toggle-company-list > li a{
	padding: 3px 10px 3px 32px;
  display: block;
}
.currency_list > li {
	padding: 3px 10px;
}
.toggle-company-list > li a:hover,
.currency_list > li:hover {
	background-color: #ddd;
}

/* sns */
.header-toggle-inner {
	float: left;
}
.header-toggle-inner + .header-toggle-inner {
	margin-top: 3px;
	margin-left: 26px;
}
.header-sns-twitter,
.header-sns-facebook {
	float: left;
}
.header-sns-twitter a,
.header-sns-facebook a {
	display: block;
	width: 20px;
	height: 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.header-sns-twitter a:hover,
.header-sns-facebook a:hover {
	opacity: 0.8;
}
.header-sns-twitter a {
	background-image: url(../img/common/icon-twitter20.png);
}
.header-sns-facebook a {
	background-image: url(../img/common/icon-facebook20.png);
}
.header-sns-twitter + .header-sns-facebook {
	margin-left: 10px;
}

/* footer */
.footer-accommodation {
	background-color: #323232;
	color: #fff;
	width: 100%;
	padding: 25px 0;
}
.footer-accommodation-outer {
	width: 980px;
	margin: 0 auto;
}
.footer-accommodation-outer + .footer-accommodation-outer {
	margin-top: 38px;
}
.footer-accommodation-title {
	font-weight: bold;
}
.footer-accommodation-inner {
	margin-top: 18px;
	color: #ccc;
}
.footer-accommodation-inner {
	margin-top: 20px;
}
.footer-accommodation-inner + .footer-accommodation-inner {
	margin-top: 10px;
}
.footer-accommodation-inner a {
	color: #ccc;
	position: relative;
}
.footer-accommodation-inner dt {
	float: left;
	width: 100px;
}
.footer-accommodation-inner li {
	line-height: 200%;
	float: left;
}
.footer-accommodation-inner li + li {
	margin-left: 10px;
}
.footer-accommodation-inner li + li a {
	padding-left: 10px;
}
.footer-accommodation-inner li + li a:before {
	content: "";
	position: absolute;
	display: block;
	height:  11px;
	top: 3px;
	left: 0;
	border-left: 1px solid #909090;
}

.footer-info {
	width: 980px;
	height: 70px;
	margin: 0 auto;
	padding: 10px 0;
}
.footer-info-copy {
	float: left;
}
.footer-logo {
	background: url(../img/common/recruit-logo.svg) no-repeat;
	width: 250px;
	height: 27px;
}
.no-svg .footer-logo {
	background: url(../img/common/recruit-logo.png) no-repeat;
}
.footer-group-site a {
	color: #000;
	margin-top: 0;
}
.footer-group-site a:hover{
	color: #000;
	text-decoration: underline;
}
.footer-info-link {
	float: right;
	margin-top: 10px;
}
.footer-info-link li {
	float: left;
}
.footer-info-link li + li {
	margin-left: 30px;
}


/*-------------------------------------------------------------------------------
 MODULE BUTTON
 -------------------------------------------------------------------------------*/

.btn {
	border: 0;
	background: 0;
}
.btn[type="submit"],
.btn[type="button"],
.btn[type="reset"] {
	-webkit-appearance: button;
}
.btn-inline {
	display: inline-block;
}

.btn,
.btn:hover {
	-ms-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}


/*-------------------------------------------------------------------------------
 MODULE ICON
 -------------------------------------------------------------------------------*/

.toggle-icon {
	position: relative;
}
.toggle-icon:before {
	display: inline-block;
	position: absolute;
	top: 1px;
	left: -20px;
	width: 20px;
	height: 14px;
	content: "";
	background-repeat: no-repeat;
	background-size: 20px 14px;
}

.icon-usa:before {
	background-image: url(/global_pc/img/common/icn-usa.svg);
}
.icon-china:before {
	background-image: url(/global_pc/img/common/icn-china.svg);
}
.icon-taiwan:before {
	background-image: url(/global_pc/img/common/icn-taiwan.svg);
}
.icon-korea:before {
	background-image: url(/global_pc/img/common/icn-korea.svg);
	background-size: 20px 13px;
}
.icon-fr:before {
	background-image: url(/global_pc/img/common/icn-france.svg);
}
.icon-thailand:before {
	background-image: url(/global_pc/img/common/icn-thailand.svg);
}
.icon-indonesia:before {
	background-image: url(/global_pc/img/common/icn-indonesia.svg);
  background-size: 20px 13px;
}
.icon-my:before {
	background-image: url(/global_pc/img/common/icn-malay.svg);
}

.no-svg .icon-usa:before {
	background-image: url(/img/common/icn-usa.png);
}
.no-svg .icon-china:before {
	background-image: url(/img/common/icn-china.svg);
}
.no-svg .icon-taiwan:before {
	background-image: url(/img/common/icn-taiwan.svg);
}
.no-svg .icon-korea:before {
	background-image: url(/img/common/icn-korea.svg);
}
.no-svg .icon-france:before {
	background-image: url(/img/common/icn-france.svg);
}
.no-svg .icon-thailand:before {
	background-image: url(/img/common/icn-thailand.svg);
}
.no-svg .icon-indonesia:before {
	background-image: url(/img/common/icn-indonesia.svg);
}
.no-svg .icon-my:before {
	background-image: url(/img/common/icn-malay.svg);
}


/*-------------------------------------------------------------------------------
 MODULE FORM
 -------------------------------------------------------------------------------*/

select {
	/*reset style*/
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*original*/
	border: none;
	padding: 5px;
	font-size: 14px;
}


/*iOS対策*/
input[type="button"],
input[type="text"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="text"],
input[type="date"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
	/*reset style*/
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*original*/
	border: none;
	padding: 6px;
	font-size: 14px;
}

/* checkbox radio */
input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

input[type="checkbox"] + label:before {
	position: relative;
	display: inline-block;
	content:" ";
	margin-right: 5px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #DCDCDC;
}

input[type="checkbox"]:checked + label:after {
	position: absolute;
	top:  2px;
	left: 13px;
	text-decoration: inherit;
	text-transform: none;
	word-wrap: normal;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	font-family: 'iconfont';
	line-height: 1;
	speak: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input[type="checkbox"]:checked + label:after {
	content: "\f108";
}

input[type="radio"] + label {
	border: 1px solid #DCDCDC;
	display: block;
	text-align: center;
	padding: 10px 5px;
}
input[type="radio"]:checked + label {
	position: relative;
	background-color: #DCDCDC !important;
}

.top-kv-search-destination {
	cursor: text;
}
.top-kv-search-calendar,
.top-kv-search-members {
	cursor: default;
}
.top-kv-search-search {
	cursor: pointer;
}


/*-------------------------------------------------------------------------------
 MODULE ANCHOR
 -------------------------------------------------------------------------------*/

.anchor-primary {
	position: relative;
	padding-left: 10px;
	font-size:40px;
}
.anchor-primary:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #333;
	border-style: solid;
	border-width: 6px;
	line-height: 1;
}
.anchor-secondary {
	position: relative;
	padding-left: 0.5em;
}
.anchor-secondary:before {
	content: '\203A';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	line-height: 1;
	margin-top: -0.5em;
	color: #333;
	font-size: inherit;
}

.anchor-tertiary {
	position: relative;
	padding-left: 0.5em;
}
.anchor-tertiary:before {
	content: '\232a';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	line-height: 1;
	margin-top: -0.5em;
	color: #333;
	font-size: inherit;
	-webkit-transform: scaleY(0.62);
	-moz-transform: scaleY(0.62);
	-ms-transform: scaleY(0.62);
	-o-transform: scaleY(0.62);
	transform: scaleY(0.62);
}

/*-------------------------------------------------------------------------------
 MODULE IMG REPLACE
 -------------------------------------------------------------------------------*/
.img-replace {
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.img-replace > a {
	display: block;
	height: 27px;
}

/*-------------------------------------------------------------------------------
 MODULE PAGETOP
 -------------------------------------------------------------------------------*/
.pagetop-btn {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	background-color: #323232;
	z-index: 1000;
}
.pagetop {
	display: block;
	width: 45px;
	height: 45px;
	position: relative;
}
.pagetop:after {
	content: "";
	display: block;
	position: absolute;
	top: 17px;
	right: 12px;
	width: 20px;
	height: 10px;
	background: url(../img/common/pagetop-arrow.svg) no-repeat;
}
.no-svg .pagetop:after {
	background: url(../img/common/pagetop-arrow.png) no-repeat;
}

/*-------------------------------------------------------------------------------
 MODULE CALENDAR
 -------------------------------------------------------------------------------*/
td.check-in {
	color: #fff!important;
	background: #FF6B08!important;
	cursor: move !important;
}
td.check-out {
	color: #fff!important;
	background: #FF6B08!important;
	cursor: move !important;
}
.stay {
	color: #333!important;
	background-color: #ccc;
	cursor: move;
}

.check-in-calendar .simple-calendar-next-container,
.check-out-calendar .simple-calendar-previous-container {
	visibility: hidden;
}



/*-------------------------------------------------------------------------------
 Dialog
 -------------------------------------------------------------------------------*/
.alert {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 700px;
	height: 250px;
	margin: auto;
	border: 3px solid #D3090B;
	background-color: #fff;
	z-index: 10000;
	box-sizing: border-box;
}
.alert-inner {
	display: block;
	position: relative;
	height: 250px;
	padding: 45px 60px;
	box-sizing: border-box;
}
.alert-close {
	display: block;
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	background-image: url(../img/common/icon-close.svg);
	background-size: 16px 16px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	text-decoration: none;
	color: #999;
	box-sizing: border-box;
	border: 3px solid #D3090B;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #fff;
}
.no-svg .alert-close {
	background-image: url(../img/common/icon-close.png);
}
.alert-error-name {
	margin-bottom: 10px;
	font-size: 150%;
	font-size: 26px;
	color: #D1111B;
}
.alert-error-description {
	font-size: 16px;
	color: #323232;
}

.search-calendar-container > .jsc-calendar-trigger.jsc-check-out-trigger.disabled {
	background-color: #E7E7E7;
}

@media screen and (max-width: 736px) {
	/*------------------------------
		HEADER
	------------------------------*/
	.header {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.header-siteinfo h1 {
		display: none;
	}
	.header-siteinfo {
		float: none;
		height: 65px;
	}
	.header-toggle {
		top: 0;
	}
	.header-toggle-inner + .header-toggle-inner {
		margin-left: 0;
		margin-bottom: 10px;
	}

	/*------------------------------
		FOOTER
	------------------------------*/
	.footer-accommodation-outer,
	.footer-info {
		width: 100%;
		padding: 10px 20px;
		box-sizing: border-box;
	}
	.footer-info-copy,
	.footer-info-link {
		float: none;
	}
	.footer-accommodation-inner dt {
		float: none;
	}
	.footer-info-link {
		padding-bottom: 10px;
	}

	/*------------------------------
		PAGE TOP
	------------------------------*/
	.pagetop-btn {
		margin-right: 0px;
		margin-top: -45px;
	}
}


.mdl-wrap {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999;
}

.top-kv-search-calendar:disabled {
	color: #C0C0C0;
	text-shadow: none;
}
