/* Loader */

#loader{
    width: 200px;
    height: 130px;
    display: none;
    position: fixed;
    _position: absolute;
	text-align:center;
    top: 50%;
    left: 50%;
    margin-top: -65px; 
    margin-left: -100px;
    z-index: 3000;
}
#loader p{
    width: 200px;
	margin: 10px 0 0 0;
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
}
#fade{
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0,0,0,0.9);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2000; 
}

/* Contents */

#container .reserve_box {
	width: 100%;
	margin: 0;
}
#container .reserve_box .inner {
	width: 100%;
	margin: 0;
	padding: 0;
}
#container .reserve_box .inner h2 {
	width: 83%;
	margin: 0;
	padding: 4% 3% 1% 14%;
	font-size: 18px;
	text-align: left;
/*	background: url(/images/search/img_midashi_icon_search_skymark.png);*/
	background-repeat: no-repeat;
	background-position: left 3% top 75%;
	background-color: #484848;
	color: #FFFFFF;
}

/* Breadcrumb */

#container .reserve_box .inner .cd-breadcrumb {
	display: none;
}

/* Main Contents */

#container .reserve_box .inner .main{
	background-color: #484848;
	width: 94%;
	padding: 3%;
	margin: auto;
}
#container .reserve_box .inner .main .right{
	width:100%;
	text-align: left;
}

/* Side Menu */

#spsearch .left{
	text-align: left;
	width:100%;
}

#spsearch .left .title {
	width: 94%;
	padding: 3%;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	background: #aaa;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#spsearch .left .plan {
	width: 94%;
	padding: 3% 3% 1% 3%;
	font-size: 12px;
	line-height: 16px;
	border-bottom: 1px solid #CCC;
	background: #fff;
}
#spsearch .left .plan .text1  {
	color: #fff;
	margin-bottom: 2%;
	font-size: 11px;
	line-height: 11px;
	background-color: #666;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	width: 30%;
	padding: 2% 0;
}
#spsearch .left .plan .text2  {
	margin-bottom: 2%;
	color: #333;
}
#spsearch .left .plan .text3  {
	float: left;
	width: 60%;
	font-weight: bold;
	color: #333;
}
#spsearch .left .plan .text4  {
	float: right;
	text-align: right;
	width: 40%;
	color: #333;
}
#spsearch .left .plan .color_red  {
	color: #DD0000;
}
#spsearch .left .plan .big  {
	font-size: 26px;
	line-height: 26px;
	font-family: Arial, Helvetica, "sans-serif";
	color: #DD0000;
	font-weight: bold;
}
#spsearch .left .plan .areaselect {
	width: 100%;
	margin: 0;
}
#spsearch .left .plan .areaselect select {
	width: 100%;
	height: 32px;
	font-size: 12px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 3%;
	margin: 0 0 2% 0;
	background-image: url(/images/common/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px top 12px;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
#spsearch .left .plan .areaselect select::-ms-expand {
  display: none;
}
#spsearch .left .plan .areaselect select:focus {
	border: 1px solid #999;
	outline: 0;
}
#spsearch .left .plan .date {
	width: 100%;
	margin: 0 0 2% 0;
}
#spsearch .left .plan .date input[type="text"],
#spsearch .left .plan .date input[type="date"]{
	width: 55%;
	height: 32px;
	font-size: 12px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 3% 0 30px;
	background-image: url(/images/common/icon_calendar.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	background-size: 16px;
}
#spsearch .left .plan .date input[type="text"]:focus,
#spsearch .left .plan .date input[type="date"]:focus {
	border: 1px solid #999;
	outline: 0;
}
#spsearch .left .plan .date select {
	width: 28%;
	height: 34px;
	font-size: 12px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 3%;
	float: right;
	background-image: url(/images/common/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px top 12px;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
#mainvisual .inner .serchbox .date select::-ms-expand {
  display: none;
}
#mainvisual .inner .serchbox .date select:focus {
	border: 1px solid #999;
	outline: 0;
}
#spsearch .left .button {
	display: inline-block;
	width: 94%;
	margin: 5% 3% 5% 3%;
	height: 40px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	background-color: #FEDB00;
	border-radius: 4px;
	border: none;
	color: #000;
	line-height: 40px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #EAAA00;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	float: right;
}
#spsearch .left .button:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);	
}
#spsearch .left .accordion .trigger {
	display: none !important;
}
#spsearch .left .accordion label {
	width: 94%;
	padding: 3%;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	position: relative;
	display: block;
	border-bottom: 1px solid #CCC;
	background: #EEE;
	color: #333;
	cursor: pointer;
}
#spsearch .left .accordion label::after {
	position: absolute;
	top: 50%;
	right: 13px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -7px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#spsearch .left .accordion div {
	position: relative;
	height: 0;
	overflow: hidden;
	background-color: #fff;
}
#spsearch .left .accordion input:checked + label::after {
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#spsearch .left .accordion input:checked ~ div {
	width: 94%;
	padding: 3% 3% 1% 3%;
	font-size: 12px;
	line-height: 24px;
	height: 28px;
	color: #333;
	border-bottom: 1px solid #CCC;
}
#spsearch .left .accordion .check {
	width: 17px;
	height: 17px;
	float: right;
}
#spsearch .left .accordion2 .trigger {
	display: none !important;
}
#spsearch .left .accordion2 label {
	width: 94%;
	padding: 3%;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	position: relative;
	display: block;
	border-bottom: 1px solid #CCC;
	background: #EEE;
	color: #333;
	cursor: pointer;
}
#spsearch .left .accordion2 label::after {
	position: absolute;
	top: 50%;
	right: 13px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -7px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#spsearch .left .accordion2 div {
	position: relative;
	height: 0;
	overflow: hidden;
	background-color: #fff;
}
#spsearch .left .accordion2 input:checked + label::after {
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#spsearch .left .accordion2 input:checked ~ div {
	width: 94%;
	padding: 3% 3% 0 3%;
	font-size: 12px;
	line-height: 24px;
	height: 46px;
	color: #333;
	border-bottom: 1px solid #CCC;
}
#spsearch .left .accordion2 .companyselect select {
	width: 100%;
	height: 32px;
	font-size: 12px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 3%;
	margin: 0 0 2% 0;
	background-image: url(/images/common/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px top 12px;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
#spsearch .left .accordion2 .companyselect select::-ms-expand {
  display: none;
}
#spsearch .left .accordion2 .companyselect select:focus {
	border: 1px solid #999;
	outline: 0;
}
/* Right Contents Sort */

#container .reserve_box .inner .main .right .sort_box {
	width:94%;
	background-color: #FFFFFF;
	margin: 0 0 3% 0;
	padding: 3%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#container .reserve_box .inner .main .right .sort_box .results {
	width:33%;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	float: left;
	margin: 2% 0 0 0;
}
#container .reserve_box .inner .main .right .sort_box .results:lang(en){
	width:100%;
	margin: 2% 0 2% 0;
}
#container .reserve_box .inner .main .right .sort_box .sort ul{
	width:67%;
	margin: 0; 
	padding: 0; 
	list-style: none;
	float: right;
}
#container .reserve_box .inner .main .right .sort_box .sort ul:lang(en){
	width:100%;
}
#container .reserve_box .inner .main .right .sort_box .sort li{ 
	display: inline; 
	padding: 0; 
	margin: 0; 
	float: right;
	width: 22%; 
	margin: 0;
	text-align: center;
	font-size: 9px;
	background-color: #fff;
}
#container .reserve_box .inner .main .right .sort_box .sort li:lang(en){ 
	width: 33%;
}
#container .reserve_box .inner .main .right .sort_box .sort li a{
	padding: 4% 0;
	display: block;
	text-decoration: none;
	color: #FEDB00;
	border-left: 1px solid #FEDB00;
	border-top: 1px solid #FEDB00;
	border-bottom: 1px solid #FEDB00;
}
#container .reserve_box .inner .main .right .sort_box .sort  li a:hover{
	background-color: #c4d600;
	color: #FFFFFF;
}
#container .reserve_box .inner .main .right .sort_box .sort li:first-child {
	border-right: #FEDB00 1px solid;
}
#container .reserve_box .inner .main .right .sort_box .sort .on a,
#container .reserve_box .inner .main .right .sort_box .sort .on a:hover{
	background-color: #FEDB00;
	color: #fff;
}

/* Right Contents Seach Button */

#container .reserve_box .inner .main .right .spsearch_button {
	display: inline-block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	margin: 0 0 4% 0;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	background-color: #CCC;
	border-radius: 4px;
	color: #333;
	line-height: 40px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #666;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	background-repeat: no-repeat;
	background-position: 15px 8px;
}
#container .reserve_box .inner .main .right .setting_icon {
	background-image:url(/images/search/img_icon_setting.png);
}
#container .reserve_box .inner .main .right .price_icon {
	background-image:url(/images/search/img_icon_price.png);
}
	
/* Right Contents Plan */

#container .reserve_box .inner .main .right .plan_box{
	width:100%;
	background-color: #FFFFFF;
	margin: 0 0 3% 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#container .reserve_box .inner .main .right .plan_box .plan_title{
	width:94%;
	margin: 0 0 3% 0;
	padding: 3%;
	border-bottom: #CCC 1px solid;
}
#container .reserve_box .inner .main .right .plan_box .plan_title h3{
	width:10%;
	margin: 0 3% 0 0;
	float: left;
}
#container .reserve_box .inner .main .right .plan_box .plan_title h4{
	width:70%;
	margin: 0;
	font-size: 16px;
	line-height: 1.3em;
	float: left;
}
#container .reserve_box .inner .main .right .plan_box .plan_title .nosmoking{
	width:10%;
	margin: 0;
	float: right;
}
#container .reserve_box .inner .main .right .plan_box .plan_title img{
	width:100%;
}
#container .reserve_box .inner .main .right .plan_box .photo{
	width:60%;
	margin: 0 20% 3% 20%;
	position: relative;
}

#container .reserve_box .inner .main .right .plan_box .photo .carimage{
	width:100%;
	height: auto;
}
#container .reserve_box .inner .main .right .plan_box .photo .carimage img{
	width:100%;
}
#container .reserve_box .inner .main .right .plan_box .photo .discount {
	position: absolute;
	text-align: center;
	z-index: 999;
	width: 60px;
	height: 22px;
	padding: 4px 3px 0px 3px;
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
	font-weight: bold;
	background: #FEDB00;
	left: -7px;
	top: 7px;
}
#container .reserve_box .inner .main .right .plan_box .photo .triangle {
	position: absolute;
	z-index: 999;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 0;
	border-color: transparent #b80000 transparent transparent;
	left: -7px;
	top: 33px;
}
#container .reserve_box .inner .main .right .plan_box .photo .discount .big {
	font-size: 18px;
	line-height: 18px;
	font-family: Arial, Helvetica, "sans-serif";
}
#container .reserve_box .inner .main .right .plan_box .plan_detail{
	width: 94%;
	margin: 0 3% 0 3%;
	padding: 0 0 3% 0;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail h5{
	margin: 0 0 3% 0;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: normal;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail h6{
	margin: 3% 0 3% 0;
	padding: 2% 0;
	font-size: 14px;
	font-weight: bold;
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 3% 0;
	padding: 0;
	width: 100%;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail table tr {
	background: #FFF;
	border: 1px solid #ccc;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail table th,
#container .reserve_box .inner .main .right .plan_box .plan_detail table td {
	font-size: 12px;
	padding: 1%;
	border: 1px solid #ccc;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail table th {
	text-align: center;
	border: 1px solid #ccc;
	background-color: #eee;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail table img {
	width: 22px;
	margin: 0 2% 0 0;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail ul{
	margin: 0; 
	padding: 0; 
	width: 100%; 
	list-style: none;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail li{ 
	padding: 2px 0; 
	float: left;
	width: 32%; 
	margin: 0 1% 1% 0;
	text-align: center;
	font-size: 10px;
	background-color: #001871;
	color: #fff;
	display: table;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail li:lang(en){ 
	padding: 1px 0; 
	font-size: 10px;
	height: 34px;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail li:lang(ko){ 
	font-size: 10px;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail li:lang(zh){ 
	font-size: 10px;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail li.off { 
	background-color: #DDD;
	color: #fff;
}
#container .reserve_box .inner .main .right .plan_box .plan_detail .options {
  display: table-cell;
  vertical-align: middle;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer{
	width: 94%;
	margin: 0;
	padding: 3%;
	background-color: #EEE;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price {
	width:100%;
	margin: 0 0 2% 0;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .hour {
	margin: 6px 0 2% 0;
	float: left;
	font-size: 12px;
	text-align: left;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .proper {
	margin: 0 0 2% 0;
	float: left;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .discount {
	float: left;
	margin: 2px 10px 3% 0;
	padding: 5px;
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
	font-weight: bold;
	background: #FEDB00;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .discount .big {
	font-size: 22px;
	line-height: 22px;
	font-family: Arial, Helvetica, "sans-serif";
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .special {
	float: left;
	margin: 0 0 3% 0;
	font-size: 22px;
	line-height: 22px;
	color: #DD0000;
	font-weight: bold;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .price .special .big {
	font-size: 36px;
	line-height: 36px;
	font-family: Arial, Helvetica, "sans-serif";
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .peach {
	margin: 0 0 3% 0;
	font-size: 12px;
	line-height: 12px;
	padding:2% 0;
	width:100%;
	color: #DD0000;
	font-weight: bold;
	text-align: center;
	background-color:#FFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .button {
	display: inline-block;
	width: 100%;
	height: 42px;
	margin: 0 0 1% 0;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	background-color: #FEDB00;
	border-radius: 4px;
	color: #000;
	line-height: 44px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #EAAA00;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#container .reserve_box .inner .main .right .plan_box .plan_footer .button:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);	
}

/* Right Contents Input Box */

#container .reserve_box .inner .main .right .input_box{
	width:94%;
	background-color: #FFFFFF;
	margin: 0 0 3% 0;
	padding: 3% 3% 3% 3%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#container .reserve_box .inner .main .right .input_box h3{
	margin: 0 0 5% 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
#container .reserve_box .inner .main .right .input_box h3 div  {
	color: #000;
	margin: 0 3% 0 0;
	font-size: 11px;
	line-height: 11px;
	background-color: #FEDB00;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	padding: 6px 0;
	width: 70px;
	float: left;
}
#container .reserve_box .inner .main .right .input_box h4  {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0 0 3% 0;
	font-weight: normal;
}
#container .reserve_box .inner .main .right .input_box table {
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0 0 5% 0;
	padding: 0;
	width: 100%;
}
#container .reserve_box .inner .main .right .input_box .w1080  {
	width: 100%;
}
#container .reserve_box .inner .main .right .input_box .w1040  {
	width: 100%;
}
#container .reserve_box .inner .main .right .input_box th,
#container .reserve_box .inner .main .right .input_box td {
	font-size: 12px;
	width: 94%;
	padding: 3%;
	border-bottom: 1px solid #ccc;
	display: block;
}
#container .reserve_box .inner .main .right .input_box th {
	text-align: left;
	line-height: 1.2em;
	background-color: #eee;
}

#container .reserve_box .inner .main .right .input_box table .notice  {
	font-size: 11px;
	line-height: 1.4em;
	color: #999;
	padding: 1% 0 0 0;
}
#container .reserve_box .inner .main .right .input_box table .required  {
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	background-color: #666;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	width: 34px;
	padding: 1% 0;
	float: right;
}
#container .reserve_box .inner .main .right .input_box table .button {
	display: inline-block;
	width: 70%;
	height: 24px;
	font-size: 14px;
	margin: 3% 0 0 0;
	padding: 0 0 0 20px;
	text-align: left;
	text-decoration: none;
	outline: none;
	position: relative;
	line-height: 24px;
	-webkit-transition: none;
	transition: none;
	transition: none;
	background-image: url(/images/search/img_icon_questionmark.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#container .reserve_box .inner .main .right .input_box table .refreshbutton {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	margin: 2% auto 2% auto;
	padding: 5px 0 5px 0;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	background-color: #FFCCCC;
	border-radius: 4px;
	border:none;
	color: #FF0000;
	line-height: 24px;
	-webkit-transition: none;
	transition: none;
	background-image: url(/images/search/img_icon_refreshmark_sp.png);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}
#container .reserve_box .inner .main .right .input_box select {
	height: 37px;
	max-width: 90%;
	font-size: 14px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 20px 0 10px;
	background-image: url(/images/common/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: right 5px top 15px;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
#container .reserve_box .inner .main .right .input_box select::-ms-expand {
  display: none;
}
#container .reserve_box .inner .main .right .input_box select:focus {
	border: 1px solid #999;
	outline: 0;
}
#container .reserve_box .inner .main .right .input_box .date {
	width: 40%;
	height: 35px;
	font-size: 14px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 10px 0 35px;
	background-image: url(/images/common/icon_calendar.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
#container .reserve_box .inner .main .right .input_box .date:focus {
	border: 1px solid #999;
	outline: 0;
}
#container .reserve_box .inner .main .right .input_box .textbox100  {
	width: 30%;
	height: 35px;
	font-size: 14px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 2%;
}
#container .reserve_box .inner .main .right .input_box .textbox100:lang(en)  {
	width: 22%;
}
#container .reserve_box .inner .main .right .input_box .textbox300  {
	width: 95%;
	height: 35px;
	font-size: 14px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 2%;
}
#container .reserve_box .inner .main .right .input_box .flight_number {
	border: 1px solid #999;
	outline: 0;
}
#container .reserve_box .inner .main .right .input_box .price  {
	font-size: 14px;
	line-height: 1.4em;
	width: 30%;
	float: right;
	font-weight: bold;
	text-align: right;
}
#container .reserve_box .inner .main .right .input_box .price_box  {
	margin: 0 0 5px 0;
}
#container .reserve_box .inner .main .right .input_box .price_box .inner  {
	width: 240px;
	float: left;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}
#container .reserve_box .inner .main .right .input_box .price_box .big  {
	width: 240px;
	float: left;
	font-weight: bold;
	text-align: left;
	font-size: 26px;
	line-height: 26px;
	font-family: Arial, Helvetica, "sans-serif";
	color: #DD0000;
}
#container .reserve_box .inner .main .right .input_box .persons_box  {
	margin: 0 0 3% 0;
}
#container .reserve_box .inner .main .right .input_box .persons_box .number  {
	text-align: center;
	padding: 2% 5%;
	margin: 0 0 3% 0;
	font-weight: bold;
	background: #AAA;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#container .reserve_box .inner .main .right .input_box .persons_box .persons  {
	float: left;
	width: 170px;
	margin: 2% 0 2% 0;
}
#container .reserve_box .inner .main .right .input_box .childseat_box  {
	margin: 0;
}
#container .reserve_box .inner .main .right .input_box .childseat_box .inner  {
	margin: 0;
}
#container .reserve_box .inner .main .right .input_box .childseat_box .inner .number  {
	float: left;
	width: 70px;
	text-align: center;
	padding: 10px 0 9px 0;
	margin: 0 3% 0 0;
	font-weight: bold;
	background: #AAA;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#container .reserve_box .inner .main .right .input_box .childseat_box .inner .persons  {
	float: left;
	width: 170px;
	margin: 0 0 2% 0;
}
#container .reserve_box .inner .main .right .input_box table .childseat_price {
	display: inline-block;
	height: 16px;
	font-size: 12px;
	color:#999999;
	cursor:pointer;
	margin: 0;
	padding: 2px 0 0 18px; 
	text-align: left;
	background-image: url(/images/search/img_icon_pricemark.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#container .reserve_box .inner .main .right .estimate_box_title{
	width:100%;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-align:center;
	background-color: #CCC;
	color: #333333;
	margin: 0;
	padding: 2% 0;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
}
#container .reserve_box .inner .main .right .estimate_box{
	width:94%;
	background-color: #F5F5F5;
	margin: 0 0 3% 0;
	padding: 3% 3% 3% 3%;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}
#container .reserve_box .inner .main .right .estimate_box table {
	border-collapse: collapse;
	border: none;
	margin: 0 0 3% 0;
	padding: 0;
	width: 100%;
}
#container .reserve_box .inner .main .right .estimate_box th {
	font-size: 14px;
	width: 15%;
	padding: 3%;
	border: none;
	text-align: center;
	line-height: 1em;
	background-color: #666;
	color: #FFFFFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#container .reserve_box .inner .main .right .estimate_box th:lang(en) {
	font-size: 10px;
	width: 20%;
}
#container .reserve_box .inner .main .right .estimate_box td {
	font-size: 14px;
	width: 76%;
	padding: 1% 0 1% 3%;
	border: none;
	text-align: left;
	line-height: 1.5em;
}
#container .reserve_box .inner .main .right .estimate_box td:lang(en) {
	width: 71%;
}
#container .reserve_box .inner .main .right .estimate_box .title {
	width: 94%;
	padding: 3%;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	background: #CCC;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#container .reserve_box .inner .main .right .estimate_box .plan {
	width: 94%;
	padding: 2% 3% 2% 3%;
	font-size: 14px;
	line-height: 16px;
	border-top: 1px solid #CCC;
}
#container .reserve_box .inner .main .right .estimate_box .plan .text3  {
	float: left;
	width: 60%;
	font-weight: bold;
	color: #333;
}
#container .reserve_box .inner .main .right .estimate_box .plan .text4  {
	float: right;
	text-align: right;
	width: 40%;
	color: #333;
}
#container .reserve_box .inner .main .right .estimate_box .plan .color_red  {
	color: #DD0000;
}
#container .reserve_box .inner .main .right .estimate_box .plan .big  {
	font-size: 26px;
	line-height: 26px;
	font-family: Arial, Helvetica, "sans-serif";
	color: #DD0000;
	font-weight: bold;
}



/* Entry Button */

#container .reserve_box .inner .main .right .input_box .enterbtn  {
	font-size: 14px;
	line-height: 1.4em;
	width: 100%;
	text-align: center;
	padding: 5% 0;
}
#container .reserve_box .inner .main .right .input_box .enterbtn p  {
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	margin: 0 0 3% 0 ;
}
#container .reserve_box .inner .main .right .input_box .enterbtn .button {
	display: inline-block;
	width: 100%;
	height: 50px;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	background-color: #FEDB00;
	border-radius: 4px;
	border: none;
	color: #000;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #EAAA00;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#container .reserve_box .inner .main .right .input_box .enterbtn .button:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);	
}
#container .reserve_box .inner .main .right .input_box .enterbtn .button_back {
	display: inline-block;
	width: 100%;
	height: 36px;
	margin: 3% 0 0 0;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	background-color: #999;
	border-radius: 4px;
	border: none;
	color: #fff;
	line-height: 38px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #666;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#container .reserve_box .inner .main .right .input_box .enterbtn .button_back:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);	
}

/* Complete Box */

#container .reserve_box .inner .main .comp_box {
	width:100%;
	padding: 50px 0 170px 0;
	background-image:url(/images/search/img_complete_bg_skymark_sp.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-size:100%;
	background-color: #A7CBF6;
}
#container .reserve_box .inner .main .comp_box .copy {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	width: 80%;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
	margin: 0 auto 5% auto;
}
#container .reserve_box .inner .main .comp_box .number {
	margin: 0 auto 5% auto;
	width: 100%;
	text-align: center;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	vertical-align: middle;
}
#container .reserve_box .inner .main .comp_box .number span  {
	color: #fff;
	margin: 0 5% 0 0;
	font-size: 12px;
	line-height: 12px;
	background-color: #333;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
	padding: 4px 20px;
	vertical-align: middle;
}

#container .reserve_box .inner .main .comp_box .text  {
	font-size: 14px;
	line-height: 1.5em;
	width: 80%;
	text-align: left;
	margin: 0 auto;
}

/* Shop Information */

#container .shop_box{
	width:94%;
	margin: 3%;
	background-color: #FFFFFF;
	color: #333333;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}
#container .shop_box .company_name{
	width:100%;
	margin: 0 0 5% 0;
}
#container .shop_box .company_name h3{
	width:20%;
	margin:0;
	float: left;
}
#container .shop_box .company_name h4{
	width:80%;
	margin: 7px 0 0 0;
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;
	float: left;
}
#container .shop_box .shop{
	width:100%;
	margin: 0 0 5% 0;
	text-align: left;
}
#container .shop_box .shop h5{
	margin: 0 0 5% 0;
	padding: 7px 0;
	font-size: 12px;
	font-weight: bold;
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
}
#container .shop_box .shop .shop_detail{
	width:100%;
	margin:0;
}
#container .shop_box .shop .shop_detail table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 3% 0;
	padding: 0;
	width:100%;
}
#container .shop_box .shop .shop_detail table tr {
	background: #FFF;
	border: 1px solid #ccc;
}
#container .shop_box .shop .shop_detail table th {
	font-size: 12px;
	padding: 6px 5px;
	border: 1px solid #ccc;
	width: 20%;
}
#container .shop_box .shop .shop_detail table td {
	font-size: 12px;
	padding: 6px 5px;
	border: 1px solid #ccc;
}
#container .shop_box .shop .shop_detail table th {
	text-align: center;
	border: 1px solid #ccc;
	background-color: #eee;
}
#container .shop_box .shop .shop_detail .big {
	font-size: 18px;
	font-weight: bold;
}
#container .shop_box .shop .shop_detail .gmap {
	width: 100%;
	height: 200px;
}

/* Top Main Visual */

#mainvisual {
	background-image: url(/images/search/img_mainvisual_skymark_sp.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#mainvisual .inner {
	width: 100%;
	padding: 25% 0 0 0;
}
#mainvisual .inner .titlebox {
	width: 90%;
	padding: 3% 5%;
	background-color: rgba(0,0,0,0.6);
}
#mainvisual .inner .titlebox h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}
#mainvisual .inner .titlebox h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}

/* Top Best Price */

#container .bestprice {
	display: none;
}

/* Top Search */

#container .areasearch {
	width: 90%;
	padding: 5%;
	margin: 0 auto 5% auto;
}
#container .areasearch .searchleft h4 {
	font-size: 16px;
	line-height: 1em;
	height: 24px;
	margin: 0 0 3% 0;
	padding: 8px 0 0 5px;
	font-weight: bold;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
/*	background-image: url(/images/search/img_midashi_icon_date_skymark.png);*/
}
/*#container .areasearch h4.area{
	background-image: url(/images/search/img_midashi_icon_map_skymark.png);
}
#container .areasearch h4.airport{
	background-image: url(/images/search/img_midashi_icon_airport_skymark.png);
}
#container .areasearch h4.date{
	background-image: url(/images/search/img_midashi_icon_date_skymark.png);
}*/
#container .areasearch .searchleft .serchbox {
	margin: 0 0 7% 0;
}
#container .areasearch .searchleft .serchbox .date {
	margin: 0 0 2% 0;
	text-align: left;
}
#container .areasearch .searchleft .serchbox .date .midashi {
	display: none;
}
#container .areasearch .searchleft .serchbox .date input[type="text"],
#container .areasearch .searchleft .serchbox .date input[type="date"] {
	width: 42%;
	height: 45px;
	font-size: 16px;
	border: 1px solid #DDD;
	border-radius: 3px;
	padding: 0 5px 0 40px;
	margin: 0 0 2% 0;
	background-image: url(/images/common/icon_calendar.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	background-color: #FFFFFF;
}
#container .areasearch .serchbox .date select {
	width: 36%;
	height: 47px;
	font-size: 16px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 3% ;
	margin: 0;
	float: right;
	background-image: url(/images/common/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px top 20px;
	background-color: #FFFFFF;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
#container .areasearch .serchbox .date select::-ms-expand {
  display: none;
}
#container .areasearch .serchbox .areaselect {
	margin: 0 0 2% 0;
	text-align: left;
}
#container .areasearch .serchbox .areaselect .midashi {
	display: none;
}
#container .areasearch .serchbox .areaselect select {
	width: 100%;
	height: 45px;
	font-size: 16px;
	border: 1px solid #DDD;
	border-radius: 3px;
	padding: 0 3%;
	margin: 0 0 3% 0;
	background-image: url(/images/common/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px top 20px;
	background-color: #FFFFFF;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
#container .areasearch .serchbox .areaselect select::-ms-expand {
  display: none;
}
#container .areasearch .serchbox .button {
	display: inline-block;
	width: 100%;
	height: 46px;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	background-color: #FEDB00;
	border-radius: 4px;
	border: none !important;
	color: #000;
	line-height: 48px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #EAAA00;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#container .areasearch .serchbox .button:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);	
}

#container .searchleft .destinations {
	width: 100%;
	padding: 0 0 7% 0;
}
#container .searchleft .destinations li {
	width: 48%;
	padding: 0;
	margin: 0 2% 2% 0;
	float: left;
	list-style: none;
}
#container .searchleft .destinations .button {
	display: inline-block;
	width: 99%;
	height: 46px;
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	line-height: 1em;
	color: #fff;
	outline: none;
	position: relative;
	border-radius: 4px;
	-webkit-transition: none;
	transition: none;
	background-position: center center;
	background-color: #C8C8C8;
	border-left:#FEDB00 3px solid;
	display: table;
}
#container .searchleft .destinations .inner {
  display: table-cell;
  vertical-align: middle;
}
#container .searchleft .destinations .button:lang(en) {
	font-size: 14px;
}
#container .areasearch .searchright {
	width: 100%;
	margin: 0;
	padding: 0;
}
#container .areasearch .searchright h4 {
	font-size: 16px;
	line-height: 1em;
	height: 24px;
	margin: 0 0 3% 0;
	padding: 8px 0 0 40px;
	font-weight: bold;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
}
#container .areasearch .searchright .map {
	width: 100%;
	margin: 0;
	padding: 0;
}
#container .areasearch .searchright .map img {
	width: 100%;
}

/* POP UP */

.search-pop-wrapper {
	position: fixed;
	right: 50px;
	bottom: -200px;
	border: solid 3px #FEDB00;
	border-radius: 10px;
	background: rgba(255,255,255,0.8);
}
.search-pop-box {
	width:260px;
	height:75px;
	position: relative;
}
.search-pop-msg,.search-pop-btn {
	position: absolute;
}
.search-pop-msg {
	top:15px;
	left: 15px;
	display: inline-block;
	color: #FEDB00;
	font-weight: bold;
}
.search-pop-btn{
	top: 10px;
	right: 15px;
	cursor: pointer;
	font-size: 30px;
	color: #FEDB00;
}
