@charset "utf-8";
/* CSS Document */

/*===============================================
●For Mobile Max Width 640px
===============================================*/
@media screen and (max-width:640px){

#campaign_main {
	background-size:200% auto !important;
}

#campaign_main2 {
	background-size:400% auto !important;
	min-height: 160px;
	padding: 10px 0 0 0;
}

#campaign_main {
	margin: 0 0 10px 0;
	padding: 0;
	/*background:url(images/header_img.jpg) repeat-x center top;*/
}

#campaign_main h1 {
	width: 100%;
	height: 90px;	
}

#campaign_main2 h1 {
	width: 100%;
	height: 90px;
}

#searchbox {
	position: relative;
	margin: 0 auto;
	padding: 10px;
	width: 95%;
	border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/*background: rgba(255,255,255,0.7);*/
}

.campaign_content {
	margin: 0 auto;
	width: 100%;	
}
.search_column01 {
	float: left;
	width: 46%;
}


#search_arrow,
#search_arrow02 {
	float: left;
	width: 7%;
	margin: 7px 0 0 0;
	height: 20px;
	background: url(images/icn_arrow.png) no-repeat left;	
}

.search_arrow02 {
	float: left;
	width: 7%;
	margin: 7px 0 0 0;
	height: 20px;
	background: url(images/icn_arrow02.png) no-repeat;	
}

.search_column02 {
	width: 100%;
}

.search_column03 {
	width: 100%;
}


#searchbox .search,
#ow_searchbox .search,
#mc_searchbox .search {
	margin: 0 auto;
	width: 40% !important;
}

#searchbox a.btn-inline {
	width: 100%;
	margin: 4px 0 0 0;
	padding: 5px 10px;
}

.date {
	width: 100%;
}
add
.mc_search_row {
	clear: both !important;
	margin: 0 0 5px 0 !important;
}

.mc_search_row .search_column04 {
	clear: both !important;
	width: 50% !important;
}

.mc_search_row .search_arrow02 {
	display: none;	
}

#mc_target .date {
	float: left;
	width: 45%;
	margin: -30px 0 0 0;	
}

.js-flight2 {
	float: left;
	padding: 0 0 3px 0;	
}

.icon-circle-plus {
	padding: 0 0 3px 16px;
	font-size: 90%;
	font-family: Helvetica, Arial, "Myriad Pro", sans-serif !important;
	background: url(images/icn_plus01.png) no-repeat !important;	
}

.icon-circle-minus {
	padding: 0 0 3px 16px;
	font-size: 90%;
	font-family: Helvetica, Arial, "Myriad Pro", sans-serif !important;
	background: url(images/icn_mimus01.png) no-repeat !important;	
}


#mc_searchbox .search_column04 {
	  clear: both;
	width: 100%;
}

#mc-dept2,
#mc-dept3,
#mc-dept4 {
	margin 10px 0 0 0 !important: 	
}

#searchbox #rt-dept1,
#searchbox #rt-dest1,
#searchbox #rt-deptdate1,
#searchbox #rt-num-disp {
	height: 33px;
	border: none;
}

#searchbox #rt-dept1,
#searchbox #rt-dest1 {
	padding: 0 0 0 25px;
	background: url(images/icn_point.png) no-repeat #FFF 8px 9px;	
}

#rt-num-disp,
#ow-num-disp {
	width: 97% !important;
	padding: 0 0 0 25px;
	background: url(images/icn_passenger.png) no-repeat #FFF 5px 6px;	
}

.search_column01 select,
.search_column02 .search,
.search_column03 select,
.date input {
	width: 97% !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	font-size: 16px !important;
}

#searchbox #triptype select {
	float: left;
	width: auto;
	margin: 0;
	padding: 6px 30px 6px 6px;
	border: none;
	background: none;
}

#searchbox #ticketclass select {
	float: right;
	width: auto;
	margin: 0;
	padding: 6px 30px 6px 6px;
	border: none;
	background: none;
}

#searchbox a.btn-inline,
#ow_searchbox a.btn-inline,
#mc_searchbox a.btn-inline {
	display: block;
	padding: 5px 12px 5px 12px;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-indent: 15px;
	background: url(images/icn_search.png) no-repeat #ff9000;
	background-position: 18% 50%;
}

#searchbox a.btn-inline:hover,
#ow_searchbox a.btn-inline:hover,
#mc_searchbox a.btn-inline:hover {
	background: url(images/icn_search.png) no-repeat #feab40;
	background-position: 18% 50%;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

::selection {
    background: transparent; 
}

::-moz-selection {
    background: transparent; 
}

.wrapper-demo {
    margin: 60px 0 0 0;
    *zoom: 1;
    font-weight: 400;
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

.wrapper-dropdown-3 {
    /* Size and position */
	float: left;
    position: relative;
    width: auto;
    margin: 5px 10px 0 0;
    padding: 3px 25px 3px 22px;

    /* Styles */
    background: #36c6f3;
    border-radius: 3px;
    cursor: pointer;
    outline: none;

    /* Font settings */
    font-weight: normal;
	font-size: 12px;
    color: #FFF;
}

#dd,
#ow_dd,
#mc_dd {
	float: left;
    margin: 0 4px 0 0;
	width: 150px;
}

#ee,
#ow_ee,
#mc_ee {
	float: left;
    margin: 0 4px 0 0;
	width: 125px;
}

#dd select,
#ow_dd select,
#mc_dd select,
#ee select,
#ow_ee select,
#mc_ee select {
	font-size: 16px !important;	
}


.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    border-width: 4px 3px 0 4px;
    border-style: solid;
    border-color: #FFF transparent;
}

.wrapper-dropdown-3 .dropdown {
  /* Size & position */
    position: absolute;
    top: 102%;
    left: 0;
    right: 0;

    /* Styles */
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;
    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-3 .dropdown:after {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 10px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}

.wrapper-dropdown-3 .dropdown:before {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}

.wrapper-dropdown-3 .dropdown li {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
	margin: 0;
    padding: 10px;
    text-decoration: none;
    color: #8aa8bd;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-3 .dropdown li i {
   /* float: right;*/
    color: inherit;
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}

/* Hover state */

.wrapper-dropdown-3 .dropdown li:hover a {
    background: #f3f8f8;
}

/* Active state */

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}

#direct {
	clear: both;
	margin: 0;
	padding: 3px 0 0 0;
}

#direct label {
	margin: 3px 0 0 0;
	color: #545454;
}

/* 日本行き往復航空券 最安値 */
/* ====================================================================== */
#latest_rate {
	width: 95%;
	margin: 10px auto 0 auto;
}

#latest_rate_head {
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	height: 45px;
	background: #0c4da2;	
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(77,77,77,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(77,77,77,1);
	box-shadow: 0px 0px 5px 0px rgba(77,77,77,1);
}

#latest_rate_head h2 {
	text-indent: -30000px;
	display: block;
	margin: 0 auto;
	max-width: 300px;
	height: 34px;
	background: url(images/ttl_latest_sp.png) no-repeat center;					
}

#latest_rate_content {
	padding: 15px 10px;
	/*background: url(images/bg_rate.png) repeat;*/
	background: #cdcdcd;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(77,77,77,1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(77,77,77,1);
	box-shadow: 0px 1px 5px 0px rgba(77,77,77,1);
	color: #FFF;
}

#latest_date {
	font-size: 90%;	
	text-align: center;
}

#latest_search {
	padding: 15px 5px;
	width: 100%;
	color: #000;
	text-align: center;
	margin: 5px auto 20px auto;
	background: #FFF;
	border-radius: 5px;		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;		
}

#latest_search a {
	color: #000;
}

#latest_search h3 {
	clear: both;
	float: none;
	width: 100%;
	text-align: center;
	color: #0c4da2;
	font-size: 18px;
	font-weight: bolder;
	margin: 0;
}

#latest_search ul {
	float: none;
	width: 100%;
}

#latest_search ul li {
	display: inline;
	padding: 0 9px;	
}

#latest_search ul li.selected a {
	background: #ff9000;
	padding: 5px 12px;
	color: #FFF;
	border-radius: 5px;		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;		
}

.latest_list {
	float: none;
	display: block;
	margin: 0 auto 10px auto;
	font-size: 90%;
	width: 271px;
	height: 32px;
	background: url(images/bg_panel.png) no-repeat center;			
}

a.latest_list {
	color: #FFF;	
}

a.latest_list:hover {
	text-decoration: none;
	color: #FFF;
	background: url(images/bg_panel_o.png) no-repeat center;				
}

a.latest_list:visited {
	color: #bcbcbc;
}

.latest_list {
	padding: 5px 0 0 0;	
}

.latest_from {
	float: left;
	width: 	65%;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
}

.latest_price {
	float: left;
	width: 	35%;
	font-size: 18px;
	font-weight: 600;
	font-family: Helvetica, Arial, "Myriad Pro", sans-serif;
}

#btn_other_area {
	margin: 15px auto 5px auto;
	text-indent: -30000px;
	width: 290px;
	height: 37px;
	background: url(images/btn_other_area.png) no-repeat center;
	background-size: 290px 37px;			
}

#btn_other_area a {
	display: block;
	width: 290px;
	height: 37px;
	background: url(images/btn_other_area.png) no-repeat center;
	background-size: 290px 37px;			
}

#btn_other_area a:hover {
	background: url(images/btn_other_area_o.png) no-repeat center;				
}

.campaign_policy {
	padding: 5px 20px 20px 20px;
	font-size: 80%;
	text-align: right;	
}


/* バナー */
/* ====================================================================== */

.bnr_bottom {
	padding: 10px 0;
	width: 100%;	
	text-align: center;
}


.bnr_bottom img {
	width: 95%;
	margin: 0 auto;	
	display: block;
}	
	
	
#bnr_phone {
	clear: both;
	text-indent: -30000px;
	min-height: 100px;
	margin: 0 auto 10px auto;	
}

#bnr_phone a {
	display: block;
	min-height: 100px;
	background: url(images/bnr_phone_sp.jpg) no-repeat center top;	
	background-size: contain;			
}




/* 日本行き往復航空券 カレンダー */
/* ====================================================================== */

#jpflight_calendar h1 {
	font-size: 95%;
}

#jpflight_calendar_month li a {
	padding: 5px 0;
}

#jpflight_calendar_month li.current {
	background: #f6f6f6 !important;
	text-decoration: none !important;
}

#jpflight_calendar_month li a:hover {
	background: #f6f6f6 !important;	
}

.jpflight_calendar_date_block {
	min-height: 50px;
}

.calendar_date {
	font-size: 80%;
}

#jpflight_calendar_notice {
	text-align: right;
	font-size: 70%;	
}

.jpflight_calendar_price {
	padding: 0;
	font-weight: 100;
	text-align: center;
	font-size: 100%;	
}

#jpflight_calendar_select {
	padding: 20px 10px;
	width: 95%;
	font-size: 80%;
	color: #000;
	text-align: center;
	margin: 5px auto 20px auto;
	background: #FFF;
	border-radius: 5px;		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(77,77,77,1);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(77,77,77,1);
	box-shadow: inset 0px 0px 5px 0px rgba(77,77,77,1);			
}

#jpflight_calendar_select_btn a {
	padding: 7px;
	width: 80px;
	color: #FFF;
	background: #ff9000;
	color: #FFF;
	font-size: 90%;
	font-weight: bolder;
	border-radius: 5px;		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.jpflight_calendar_popup {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 240px;
	margin-top: -140px;
	margin-left: -40%;
	padding: 10px;
	background: #FFF;
	border-radius: 5px;
	z-index: 10000;		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(77,77,77,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(77,77,77,1);
	box-shadow: 0px 0px 5px 0px rgba(77,77,77,1);			
}


#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#question {
	display: none;
	width: 70%;
	padding: 30px 10px;
	text-align: center;
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(77,77,77,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(77,77,77,1);
	box-shadow: 0px 0px 5px 0px rgba(77,77,77,1);			
}

.campaign_content #breadcrumb {
	padding: 13px 0 0 0;
	font-size: 11px;	
}

#jpflight_calendar_week li {
	padding: 5px 0;
	font-size: 80%;
}


#cal_airfare01 {
	float: none;
	width: 95%;
	margin: 0 auto;
}

#cal_airfare02,
#cal_airfare03 {
	clear: both;
	margin: 5px 0 0 0;
	float: none;
	width: 95%;
	margin: 0 auto;
}


#cal_airfare_from label,
#cal_airfare_to label,
#cal_airfare_depart label,
#cal_airfare_airlines label {
	padding: 12px 10px 10px 25px;
	font-weight: 500;
	font-size: 16px;
	width: 42%;
}

.cal_airfare_select,
.cal_airfare_select02 {
	width: 58%;
}

#cal_airfare_from_select,
#cal_airfare_to_select,
#cal_airfare_depart_select,
#cal_airfare_airlines_select {
	font-size: 16px;
}

#cal_airfare02 p {
	font-size: 120%;
}

#calendar_footage {
	font-size: 80%;	
}

#banner_block img {
	float: none;
	width: 75%;
	display: block;
	margin: 0 auto 10px auto;
}

#fl2 {
	width: 300px;	
	height: 500px;
}

.featherlight .featherlight-content {
	padding: 10px !important;
}


#cal_airfare_from label,
#cal_airfare_to label {
	height: 35px;
	padding: 5px 10px 2px 30px;
	background: url(images/icn_location.png) 3px 3px no-repeat #e0e0e0;
}

.cal_airfare_select {
	height: 35px;
}

#cal_airfare_depart label {
	height: 35px;
	padding: 5px 10px 2px 30px;
	background: url(images/icn_fare_calendar.png) 3px 3px no-repeat #e0e0e0;
}


#cal_airfare_airlines label {
	height: 35px;
	padding: 5px 10px 2px 30px;
	background-position:  3px 3px ;
}

.cal_airfare_select02 {
	height: 35px;
}

#cal_airfare_from_select,
#cal_airfare_to_select,
#cal_airfare_depart_select,
#cal_airfare_airlines_select {
	height: 33px;
}

#banner_block2 img {
	float: none;
	width: 95%;
	display: block;
	margin: 0 auto 10px auto;
}

#main_banner img {
	float: none;
	width: 90%;
	display: block;
	margin: 0 auto 10px auto;
}

.other_cities {
	font-size: 1em;
}

}