@import url("reset.css");

/* ================================================================
   Style
   ================================================================ */
body {
    font-size: 1em;
    line-height: 1;
    color: #262626;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', helvetica, sans-serif;
}
html {
  font-size: 62.5%;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
}


div#ui-datepicker-div {
  width: 350px;
}
div#ui-datepicker-div td span,div#ui-datepicker-div td a {
  padding: 6px;
  font-size: 14px;
}
.modal-backdrop, .modal-backdrop.fade.in{
  background: #114380;
}
/* ========== common ========== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
li {
  list-style-type: none;
}
img {
  width: 100%;
  max-width: 100%;
}
video {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #222;
}
a:hover, input[type=submit]:hover {
  opacity: 0.8;
} 
a[href^="tel:"] { cursor: default; }
.wrapper {
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto;
}
.grid {
  display: table;
  width: 100%;
}
.grid_cell {
  display: table-cell;
}
.grid_cell.right {
  text-align: right;
}
.grid_cell.center {
  text-align: center;
}
main {
  padding-bottom: 80px;
  display: block;
}

/* ========== Common Typography ========== */
h2.h2style01 {
  font-size: 2.9rem;
  letter-spacing: 0.01em;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  position: relative;
  text-align: center;
  margin: 55px 0 50px 0;
}
h2.h2style01:after {
  position: relative;
  margin: 0 auto;
  top: 15px;
  left: 0;
  height: 4px;
  content: "";
  width: 80px;
  background-color: #112870;
  display: block;
}
h2.h2style02 {
  /*background-image: url("../img/bg_line.jpg");*/
  background-image: url("/assets/fs/img/bg_line.jpg");
  border-top: 1px solid #0e49a1;
  border-bottom: 1px solid #0e49a1;
  padding: 15px 10px;
  font-size: 2.1rem;
}
div.sidebar h3 {
  background-color: #0e49a1;
  color: #FFF;
  font-size: 1.4rem;
  padding: 8px;
  text-align: center;
  margin: -15px -15px 0 -15px;
}
main p {
  margin: 0.5em 0;
  line-height: 1.3;
}
p.pstyle01 {
  color: #0e49a1;
  font-size: 1.5rem;
  border-bottom: 1px solid #808080;
  font-weight: bold;
  margin: 21px 0 12px 0;
  padding-bottom: 6px;
}
p.style02 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 1em 0;
  font-weight: bold;
}
p.style03 {
  font-size: 1.4rem;
  background-color: #0085b2;
  padding: 0.5em;
  color: #FFF;
  margin: 1.5em 0 1em 0;
}
p.style04 {
  font-size: 1.3rem;
  font-weight: bold;
  border-left: 4px solid #0e49a1;
  padding-left: 0.5em;
  line-height: 1;
  margin: 1.5em 0 1em 0;
}
p.style05 {
  font-size: 1.9rem;
  line-height: 1.3;
  padding: 0.2em 0.5em 0.2em 0.2em;
  border-left: 4px solid #0e49a1;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
}
p.style06 {
  font-size: 1.2rem;
  line-height: 1.3;
  padding: 1em;
  border-top: 1px solid #CCC;
  font-weight: bold;
  margin: 0;
}
p.note01 {
  color: #b81c22;
  border: 2px solid #b81c22;
  padding: 1em;
  font-size: 1.4rem;
  font-weight: bold;
}
p.h1 {
  font-size: 2.1rem;
}
p.h2 {
  font-size: 1.6rem;
}
p.h3 {
  font-size: 1.4rem;
}
p.h4 {
  font-size: 1.2rem;
}
.red {
  color: #b81c22;
}
.orange {
  color: #f08300;
}
.green {
  color: #498c47;
}
.blue {
  color: #4c83ad;
}
.normal {
  font-weight: normal;
}
.alignright {
  text-align: right;
}
.aligncenter {
  text-align: center;
}

/* ========== box ========== */
div.box01 {
  background-color: #F5F5F5;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 10px 15px;
  height: 300px;
  margin: 20px 0;
  overflow-y: scroll;
}
div.box02 {
  background-color: #dff2d8;
  border: 1px solid #9dc6a0;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 20px 0;
}
div.box03 {
  background-color: #dcecf7;
  border: 1px solid #a1c1de;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 20px 0;
}
div.row div.box02, div.row div.box03 {
  text-align: left;
}
div.box04 {
  background-color: #fff800;
  border: 1px solid #beba28;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 20px 0;
}
div.box05 {
  background-color: #F5F5F5;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 20px 0;
}

/* ========== Table 01 ========== */
table.style01 {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 24px 0;
  border: 1px solid #CCC;
}
table.style01 th {
  background-color: #0e49a1;
  color: #FFF;
}
table.style01 th, table.style01 td {
  padding: 1em;
  border: 1px solid #CCC;
  width: auto;
}
/*table.center_align td, td.center_align {
  text-align: center;
}*/
td.highlight {
  background-color: #fff800;
}
/* ========== Table 02 ========== */
table.style02 {
  margin: 24px 0;
  width: 100%;
  border: 1px solid #e1d9a0;
}
table.style02 th {
  background-color: #e1d9a0;
  padding: 1em;
  width: 50%;
  vertical-align: middle;
  text-align: right;
}
table.style02 th:first-child {
  text-align: left;
}
table.style02 td {
  border: 1px solid #e1d9a0;
  padding: 1em;
  width: 50%;
}
/* ========== Table 03 ========== */
table.style03 {
  margin: 24px 0;
  width: 100%;
  border: 1px solid #CCC;
  font-size: 1.2rem;
  line-height: 1.3;
}
table.style03 th {
  padding: 1em;
  border: 1px solid #CCC;
  background-color: #f2f2f2;
}
table.style03 td {
  padding: 1em;
  border: 1px solid #CCC;
}

/* ========== list 01 ========== */
ul.style01 {
  font-size: 1.2rem;
  line-height: 1.3;
}
ul.style01 li {
  list-style-type: disc;
  margin: 1em 0 1em 15px;
}
/* ========== btn 01 ========== */
a.btn01 {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  background-color: #ffb500;
  border: 1px solid #CCC;
  padding: 10px 15px;
  border-radius: 5px;
  color: #222;
  margin: 1em 0;
  display: inline-block;
}
/* ========== btn 02 ========== */
a.btn02 {
  width: 100%;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 16px;
  border: 1px solid #CCC;
  height: inherit;
  margin: 12px auto;
  display: block;
  cursor: pointer;
  color: #FFF;
  background-color: #498c47;
  text-align: center;
}

/* ========== form 01 ========== */
form.style01 input {
  width: 100%;
  height: 35px;
  margin-bottom: 10px;
  border: 0;
  padding: 6px;
  font-size: 1.2rem;
  border:solid 1px #ccc;
}
form.style01 select {
  outline:none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  height: 35px;
  padding: 6px 12px;
  border: 1px solid #CCC;
  background-color: #FFF;
  color: #333;
  width:100%;
  border-radius: 0px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  /*background-image: url(../img/arr02.svg);*/
  background-image: url("/assets/fs/img/arr02.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 10px center;
}
form.style01 input[type="submit"] {
  width: 100%;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 12px;
  height: inherit;
  margin: 12px auto;
  display: block;
  cursor: pointer;
  color: #FFF;
}
form.style01 input.green[type="submit"] {
  background-color: #498c47;
}
form.style01 input.blue[type="submit"] {
  background-color: #112870;
}


/* ========== form 02 ========== */
form.style02 input {
  height: 35px;
  border: 0;
  padding: 6px;
  font-size: 1.2rem;
  border:solid 1px #ccc;
  border-radius: 5px;
  margin: 2px 4px;
}
form.style02 select {
  outline:none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  height: 35px;
  padding: 6px 12px;
  border: 1px solid #CCC;
  background-color: #FFF;
  color: #333;
  border-radius: 5px;
  font-size: 1.2rem;
  /*background-image: url(../img/arr02.svg);*/
  background-image: url("/assets/fs/img/arr02.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 10px center;
  margin: 0 4px;
}
form.style02 input.xs {
  width: 22%;
}
form.style02 input.sm {
  width: 190px;
}
form.style02 input.lg {
  width: 100%;
  height: 120px;
}
form.style02 select.sm {
  width: 80px;
}
form.style02 select.md {
  width: 305px;
}
form.style02 select.lg {
  width: 100%;
}
form.style02 input[type="submit"],form.style02 input[type="button"] {
  width: 100%;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 12px;
  height: inherit;
  margin: 12px auto;
  display: block;
  cursor: pointer;
  color: #FFF;
  background-color: #498c47;
}




/* ========== Header ========== */
header {
  border-bottom: 1px solid #CCC;
}
#header_main div.grid_cell {
  width: 33.33%;
}
img.credit_card {
  width: 90px;
  height: 25px;
  margin-left: 5px;
}
#tagline {
  background-color: #f2f2f2;
  border-bottom: 1px solid #CCC;
  font-size: 1.1rem;
  font-weight: bold;
}
#tagline .grid_cell {
  vertical-align: middle;
  padding: 5px 0;
}

#header_main {
  padding: 10px;
}
#header_main .grid_cell {
  vertical-align: middle;
}
p#logo a {
  /*background-image: url("../img/flightshop_logo.svg");*/
  background-image: url("/assets/fs/img/flightshop_logo.svg");
  width: 206px;
  height: 49px;
  display: inline-block;
  text-indent: -9999px;
  background-repeat: no-repeat;
}
img.tel {
  width: 218px;
  height: 40px;
}
p.tagline {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-top: 4px;
  margin-left: 50px;
}
p.tagline em {
  font-weight: bold;
  background-color: #fff800;
  font-style: normal;
}
a#btn_mypage {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
  background-color: #ffb500;
  padding: 10px 15px;
  border-radius: 5px;
  color: #262626;
}





/* ================================================================
   Top
   ================================================================ */


/* ========== Hero ========== */
#hero {
  /*background-image: url("../img/hero_bg.jpg");*/
  background-image: url("/assets/fs/img/hero_bg_201912.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 550px;
}
#hero p {
  font-family: serif;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
p.copy_large {
  font-size: 5.8rem;
  
}
p.copy_medium {
  font-size: 3.5rem;
  margin: 10px 0;
}
p.copy_price {
  font-size: 2.8rem;
  margin-top: 20px;
}
p.copy_price span {
  font-size: 6.4rem;
}
a.style01 {
  background-color: #22176f;
  color: #FFF;
  padding: 15px 30px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 5px;
  display: inline-block;
  margin-top: 20px;
  /*background-image: url("../img/arr01.svg");*/
  background-image: url("/assets/fs/img/arr01.svg");
  background-size: 7px;
  background-position: right 15px center;
  background-repeat: no-repeat;
}
#hero .grid_cell {
  vertical-align: middle;
}
.grid_cell.hero_copy {
  padding-left: 50px;
}

/* ========== Search Tab ========== */
ul.tab {
  width: 100%;
  padding: 10px 8px 0 8px;
}
.tab li {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 1.9rem;
}
.tab li a {
  color: #222;
  display: block;
  opacity: 0.4;
  border-bottom: 2px solid #222;
  padding-bottom: 8px;
}
.tab li.active a, .tab li a:hover {
  opacity: 1;
}
.area {
  display: none;
}
img.tab_ico {
  margin-right: 4px;
}
img.tab_ico.round {
  width: 19px;
  height: 19px;
}
img.tab_ico.oneway {
  width: 21px;
  height: 19px;
}
img.tab_ico.tour {
  width: 20px;
  height: 19px;
}


/* ========== Search ========== */
#wrap_search {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background-color: rgba(255,248,242,0.8);
  width: 435px;
  padding: 5px 10px;
  margin-top: 60px;
}
#wrap_search table {
  width: 100%;
}
#wrap_search table.base tr > td {
  width: 50%;
  padding: 3px 7px;
}
#wrap_search p {
  color: #262626;
  font-size: 1.2rem;
  font-family: sans-serif;
  font-weight: bold;
}
#wrap_search table.base td > p {
  margin-top: 10px;
}
#wrap_search input {
  width: 100%;
  height: 40px;
  margin-top: 3px;
  border: 0;
  padding: 5px;
  font-size: 1.2rem;
  border:solid 1px #ccc;
}
.select2-results{
  width:340px;
  background:#fff;
}
.select2-selection{
  width: 100%;
  height: 40px;
  margin-top: 3px;
  border: 0;
  padding: 5px;
  font-size: 1.2rem;
  border:solid 1px #ccc;
}
.select2-container--default .select2-selection--single{
  height: 40px;
  font-size:1.2rem!important;

}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height:42px;
}

.select2-container--default .select2-results__option .select2-results__option{
  line-height:1.6em;
}

#wrap_search select {
  outline:none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #CCC;
  background-color: #FFF;
  color: #333;
  width:100%;
  border-radius: 0px;
  margin-top: 3px;
  font-size: 1.2rem;
  /*background-image: url("../img/arr02.svg");*/
  background-image: url("/assets/fs/img/arr02.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 10px center;
}
#wrap_number select {
  height: 35px;
}
#wrap_search table.sub tr > td {
  width: 33.33%;
  padding: 3px 12px;
}
#wrap_search table.sub td > p {
  margin-top: 0px;
}
#wrap_number {
  background-color: #e0e0e0;
  padding: 10px 0;
  margin-top: 3px;
}
#wrap_search input[type="submit"] {
  width: 200px;
  border-radius: 5px;
  background-color: #ffb500;
  font-size: 1.6rem;
  padding: 12px;
  height: inherit;
  margin: 12px auto;
  display: block;
  /*background-image: url("../img/ico_search.svg");*/
  background-image: url("/assets/fs/img/ico_search.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 40px center;
  cursor: pointer;
}

/* ========== Top Page Contents ========== */
ul.feature li {
  width: 25%;
  display: block;
  text-align: center;
  float: left;
  padding: 0 15px;
}

img.ico_tel {
  width: 82px;
  height: 90px;
}
img.ico_price {
  width: 64px;
  height: 90px;  
}
img.ico_payment {
  width: 77px;
  height: 90px;  
}
img.ico_point {
  width: 90px;
  height: 90px;
}

ul.feature h3 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px; 
}
ul.feature p {
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: justify;
}
ul.feature img.tel {
  margin-top: 10px;
}
ul.recommend li {
  border: 1px solid #CCC;
  width: 23%;
  margin: 0 1% 20px 1%;
  float: left;
}
ul.recommend div.wrap_info:hover {
  opacity: 0.6;
}
ul.recommend div.wrap_info {
  padding: 15px;
}
p.destination {
  font-size: 1.7rem;
  font-weight: bold;
}
p.detail {
  font-size: 1.3rem;
  line-height: 1.2;
  color: #595959;
  margin: 10px 0;
}
p.price {
  font-size: 2rem;
  color: #d60000;
  font-weight: bold;
}
div.wrap_best_price {
  max-width: 880px;
  margin: 0 auto;
}
ul.best_price li {
  float: left;
  width: 33.33%;
  padding: 0 15px;
}
ul.best_price li a {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 2px solid #0e49a1;
  /*background-image: url("../img/arr03.svg");*/
  background-image: url("/assets/fs/img/arr03.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8px 15px;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  height: 60px;
  color: #242424;
}

#wrap_owned_media {
  background-color: #0e49a1;
  padding: 25px 0;
  color: #FFF;
}
#wrap_owned_media h4 {
  font-size: 1.4rem;
}
#wrap_owned_media h5 {
  font-size: 1.2rem;
  margin: 15px 0 8px 0;
}
#wrap_owned_media p {
  font-size: 1.2rem;
  line-height: 1.5;
}
#wrap_owned_media a {
  color: #FFF;
}






/* ================================================================
   Air List
   ================================================================ */

/* ========== Re-search ========== */
div.research {
  background-color: #fff8f2;
  padding: 15px 0;
}
p.search_detail {
  font-weight: bold;
  border-bottom: 2px dotted #222;
  padding-bottom: 6px;
}
div.research table {
  width: 100%;
}
div.research table.base td {
  vertical-align: top;
}
div.research table.base tr > td {
  width: 20%;
  padding: 3px 7px;
}
div.research p {
  color: #262626;
  font-size: 1.2rem;
  font-family: sans-serif;
  font-weight: bold;
}
div.research table.base td > p {
  margin-top: 10px;
}
div.research input {
  width: 100%;
  height: 40px;
  margin-top: 3px;
  border: 0;
  padding: 5px;
  font-size: 1.2rem;
  border:solid 1px #ccc;
}
div.research select {
  outline:none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #CCC;
  background-color: #FFF;
  color: #333;
  width:100%;
  border-radius: 0px;
  margin-top: 3px;
  font-size: 1.2rem;
  /*background-image: url("../img/arr02.svg");*/
  background-image: url("/assets/fs/img/arr02.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 10px center;
}
#wrap_number select {
  height: 35px;
}
div.research table.sub tr > td {
  width: 33.33%;
  padding: 3px 12px;
}
div.research table.sub td > p {
  margin-top: 0px;
}
div.research table.base td.submit {
	vertical-align: bottom;
}
#wrap_number {
  background-color: #e0e0e0;
  padding: 10px 0;
  margin-top: 3px;
}
div.research input[type="submit"] {
  width: 200px;
  border-radius: 5px;
  background-color: #ffb500;
  font-size: 1.6rem;
  padding: 12px;
  height: inherit;
  margin: 12px auto 0 auto;
  display: block;
  /*background-image: url("../img/ico_search.svg");*/
  background-image: url("/assets/fs/img/ico_search.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 40px center;
  cursor: pointer;
}
p#toggle_conditions {
  cursor: pointer;
}
div#conditions {
  display: none;
}
tr.seat td select {
  max-width: 300px;
}
p#toggle_research_sp {
  margin-top: 10px;
  cursor: pointer;
  color: #0e49a1;
  display: none;
}
p#toggle_research_sp img {
  width: 12px;
  margin: -2px 4px 0 0;
}

/* ========== side bar ========== */
button.toggle_sidebar {
  position: fixed;
  bottom: 0px;
  background-color: #0085b2;
  color: #FFF;
  border: none;
  padding: 4px;
  width: 80px;
  left: 50%;
  bottom: 10px;
  margin-left: -40px;
  cursor: pointer;
  z-index: 200;
  display: none;
}
div.sidebar {
  width: 290px;
  background-color: #f5f5f5;
  float: left;
  padding: 15px;
  float: left;
  white-space: nowrap;
}
p.time_range {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.4;
}
p.time_range span {
  font-weight: normal;
  color: #666;
  font-size: 1.2rem;
}
div#slider-range_depart, div#slider-range_return {
  margin: 6px 0 12px 0;
}
div.sidebar label {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 6px 0;
} 
div.sidebar label span {
  font-weight: normal;
  margin-left: 10px;
}
.ui-slider .ui-slider-handle {
  border-radius: 20px;
  width: 2em;
  height: 2em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.7em;
  margin-left: -1em;
}
/* ========== Air List ========== */
div.airlist {
  width: 100%;
  padding-left: 320px;
}
div.return div.airlist {
  padding-left: 0px;
  max-width: 760px;
  margin: 0 auto;
}
div.nav_airlist {
  border-bottom: 1px solid #0e49a1;
  margin-bottom: 12px;
}
.tab_airlist li {
  display: inline-block;
  width: 135px;
  text-align: center;
  padding: 5px 0;
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  line-height: 1.2;
}
.tab_airlist li:hover, .tab_airlist li.active {
  background-color: #0e49a1;
}
.tab_airlist li:hover a, .tab_airlist li.active a {
  color: #FFF;
}
.tab_airlist li a {
  display: block;
}
.tab_airlist li.active a, .tab_airlist li a:hover {
  opacity: 1;
}
.tab_airlist li p {
  font-size: 1.6rem;
  font-weight: bold;
}
.sort {
  display: none;
}
/* ========== Ticket ========== */
div.ticket {
  border: 1px solid #CCC;
  border-radius: 8px;
}
div.ticket.selected {
  border: 3px solid #0e49a1;
  border-radius: 0px;
  background-color: #FFF;
}
div.row {
  margin: 0;
}
div.ticket {
  padding: 18px 0;
  margin: 8px 0; 
}
div.ticket img {
  width: auto;
}
div.row div {
  text-align: center;
}
p.airline {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 4px 0;
}
p.time01 {
  font-size: 2.5rem;
  text-align: right;
}
p.airport01 {
  font-size: 1.6rem;
  text-align: right;
}
p.time02 {
  font-size: 2.5rem;
  text-align: left;
}
p.airport02 {
  font-size: 1.6rem;
  text-align: left;
}
p.hours {
  font-size: 1rem;
  /*background-image: url("../airlist/img/bg_arrow.png");*/
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 14px;
}
p.route {
  font-size: 1.2rem;
  color: #f08300;
  margin: 4px 0;
}
p.seat {
  font-size: 1.2rem;
  color: #ff0000;
  margin: 4px 0;
}
p.price01 {
  font-size: 2rem;
}
p.price02 {
  font-size: 2rem;
  color: #ff0000;
}
p.point01 {
  font-size: 1.2rem;
  color: #ff0000;
  font-weight: bold;
}
p.point02 {
  font-size: 1.2rem;
  margin-top: -7px;
}
p.point02:before {
  /*content: url("../img/ico_flightpoint.jpg");*/
  content: url("/assets/fs/img/ico_flightpoint.jpg");
  position: relative;
  top: 5px;
}
div.wrap_discount {
  border: 2px solid #ff4000;
  margin: 8px 0 4px 0;
  padding: 4px;
}
div.wrap_recomend {
  font-size: large;
  color: #ff4000;
  text-align: center;
  background-color: #ffeec0;
  border: 2px solid #ff4000;
  margin: 8px 0 4px 0;
  padding: 4px;
}
a.btn_select {
  font-size: 1.6rem;
  color: #FFF;
  padding: 10px 20px;
  background-color: #f08300;
  border: 1px solid #CCC;
  border-radius: 5px;
  display: inline-block;
  margin-top: 6px;
}
a.btn_filter {
  display: none;
}
p.btn_detail {
  font-size: 1.3rem;
  text-align: center;
  margin-top: -10px;
}
p.btn_detail span {
  cursor: pointer;
}
div.offer {
  border-left: 1px dashed #CCC;
}
div.details {
  display: none;
}
div.detail_info {
  padding: 8px;
  margin: 20px 5px 0 5px;
  background-color: #EFEFEF;
  border: 1px solid #CCC;
}
div#main_contents {
  padding-top: 15px;
}
.fixed {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
}
div.ticket .col-sm-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 5px;
  padding-right: 5px;
}
/* ========== Tickets > detail info ========== */
p.airport03 {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: right;
}
p.date01 {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: right;
}
p.flight_info {
  font-size: 1.2rem;
  line-height: 1.4;
}
p.airport04 {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
}
p.date02 {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
}
p.connection {
  text-align: center;
  margin: 10px 0;
  /*background-image: url("../airlist/img/bg_dash.png");*/
  background-position: center center;
  background-repeat: no-repeat;
}
p.connection span {
  font-size: 1.2rem;
  padding: 6px 10px;
  border: 1px solid #CCC;
  border-radius: 5px;
  background-color: #FFF;
}


/* ========== Return ========== */
div.back_to_list {
  background-color: #0085b2;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  left: 0px;
  position: fixed;
  top: 45%;
  z-index: 1;
  display: block;
}
div.back_to_list a {
  font-size: 1.4rem;
  color: #FFF;
  padding: 10px;
  display: block;
}
p.ticket_selected {
  font-size: 1.3rem;
  padding: 15px 4px;
  background-color: #0e49a1;
  color: #FFF;
}
p.choose_return {
  font-size: 1.6rem;
  color: #FFF;
  /*background-image: url("../airlist/img/bg_arrow01.png");*/
  background-position: center bottom;
  background-repeat: no-repeat;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
}
p.choose_return span {
  background-color: #112870;
  display: block;
  padding: 8px;
}







/* ================================================================
   Calendar
   ================================================================ */

/* ========== Hero ========== */
#hero.seoul {
  /*background-image: url("../calendar/img/bg_seoul.jpg");*/
}
p.calendar_destination {
  font-size: 2.4rem;
  color: #FFF;
  background-color: rgba(0,0,0,0.7);
  padding: 10px;
  display: inline-block;
}
/* ========== Contents ========== */
div.main_contents {
  width: 68%;
  vertical-align: top;
  padding-top: 20px;
}
div.sub_contents {
  width: 32%;
  vertical-align: top;
  padding-top: 20px 0;
}
div.main_left div.sub_contents {
  padding-left: 40px;
}
img.banner {
  margin: 6px auto;
  max-width: 350px;
  display: block;
}
div.best_offer_list {
  border-bottom: 1px solid #CCC;
  padding: 15px 0;
}
div.best_offer_list img {
  width: auto;
  margin: 5px 0;
}
p.product_number {
  font-size: 1.1rem;
  background-color: #E5E5E5;
  padding: 4px;
  display: inline-block;
  margin-top: 10px;
}
p.offer_detail {
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: left;
}
p.best_offer {
  color: #b81c22;
  font-size: 1.2rem;
  line-height: 1.4;
}
p.best_offer span {
  font-size: 2rem;
  display: block;
  font-weight: bold;
}
div.destination_info {
  border: 1px solid #0085b2;
  border-radius: 10px;
  padding: 30px 20px 10px 20px;
  margin: 45px 0;
}
div.destination_info h3 {
  text-align: center;
  margin-top: -50px;
  position: relative;
}
div.destination_info h3 span {
  background-color: #0085b2;
  border-radius: 25px;
  padding: 12px;
  display: block;
  font-size: 1.7rem;
  color: #FFF;
  display: inline-block;
}
div.destination_info p {
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 20px 0;
}
.googlemap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}





/* ================================================================
   Steps
   ================================================================ */
div.wrapper.steps {
  padding-top: 20px;
}
div.main_right div.sub_contents {
  padding-right: 40px;
  padding-top: 20px;
}
div.center_layout {
  max-width: 760px;
  margin: 0 auto;
}

/* ========== Steps ========== */
ul.step {
  margin: 0 0 20px 0;
}
ul.step li {
  display: inline-block;
  width: 25%;
  text-align: center;
  font-size: 1.1rem;
}
.step{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
}
.step li{
  display:table-cell;
  position:relative;
  background: #0085b2;
  padding: 1em 0.5em 1em 2em;
  color: #fff;
}
.step li:last-child{
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-24px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 2em;
  z-index: 1;
}
.step li:after{
  top:-24px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #0085b2;
  border-width: 40px 0 40px 2em;
  z-index: 1;
}
.step li.current{
  background: #0e49a1;
  font-weight: bold;
}
.step li.current:after{
  border-color: transparent transparent transparent #0e49a1;
}
/* ========== Nav Side ========== */
ul.nav_side {
  background-color: #fff8f2;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}
ul.nav_side li a {
  display: block;
  border-bottom: 1px solid #E5E5E5;
  padding: 12px 16px;
  font-size: 1.3rem;
  /*background-image: url(../img/arr04.svg);*/
  background-image: url("/assets/fs/img/arr04.svg");
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: right 15px center;
}
ul.nav_side li:last-child a {
  border-bottom: none;
}
/* ========== Contents ========== */
img.ico_bestprice {
  width: 80px;
  float: right;
}
div.wrap_bestprice {
  margin: 30px 0;
}
div.row.wrap_bestprice div {
  text-align: left;
}
p.bestprice {
  font-size: 3rem;
  color: #b81c22;
  margin-top: 0.8em;
  font-weight: bold;
  line-height: 1.2;
}
p.bestprice span {
  font-size: 1.3rem;
  display: block;
  font-weight: normal;
  color: #222222;
}
/* ========== Form ========== */
div.row.wrap_form div {
  text-align: left;
  border-top: 1px solid #CCC;
  padding-top: 10px;
  padding-bottom: 10px;
}
div.form_h {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
}
span.required {
  color: #b81c22;
}



/* ========== Tab Menu ========== */
div.nav_payment {
  border-bottom: 1px solid #0e49a1;
  margin-bottom: 12px;
  margin-top: 24px;
}
.tab_payment li {
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  line-height: 1.2;
}
.tab_payment li:hover, .tab_payment li.active {
  background-color: #0e49a1;
}
.tab_payment li:hover a, .tab_payment li.active a {
  color: #FFF;
}
.tab_payment li a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}
.tab_payment li.active a, .tab_payment li a:hover {
  opacity: 1;
}
.sort {
  display: none;
}
div.sort label {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
}








/* ================================================================
   Footer
   ================================================================ */
footer {
  background-color: #061730;
  color: #FFF;
  font-size: 1.1rem;
  line-height: 1.4;
}
footer div.wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
}
footer div.wrapper div.element {
  padding: 10px 0;
}
footer div.wrapper div.element.first {
  width: 115px;
}
footer div.wrapper div.element.second {
  width: 250px;
}
footer div.wrapper div.element.last {
  text-align: right;
  flex: 1;
}
img.logo_eurex {
  width: 95px;
  height: 45px;
  margin-right: 15px;
  float: left;
}
ul#nav_footer {
  margin-bottom: 6px;
}
ul#nav_footer li {
  display: inline-block;
  margin-left: 30px;
}
ul#nav_footer li a {
  color: #FFF;
}

input::placeholder {
  color: #ccc;
}

/* IE */
input:-ms-input-placeholder {
  color: #ccc;
}

/* Edge */
input:-ms-input-placeholder {
  color: #ccc;
}






/* ================================================================
   Helper classes
   ================================================================ */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

