@charset "utf-8";
.-pcOnly {
  display: block !important;
}
.-spOnly {
  display: none !important;
}
.red{
  color: #e60012;
}
.fbold{
  font-weight: bold;
}
#kv{
  position: relative;
  width: 100%;
  height: 643px;
  overflow: hidden;
}
#kv img{
  max-width: initial;
  width: auto;
  position: relative;
  left: 50%;
  margin-left: -600px;
}
#nav {
  background: #111;
}
#nav .inner {
  width: 1100px;
  max-width: 96%;
  margin: 0 auto;
}
#nav .nav_list {
  display: flex;
}
#nav .nav_item {
  position: relative;
  flex-grow: 1;
}
#nav .nav_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 20px;
  background: #fff;
  transform: translateY(-50%);
  transition: .2s;
}
#nav .nav_item:first-child::before {
  display: none;
}
#nav .nav_item:hover::before,
#nav .nav_item:hover + li::before {
  opacity: 0;
}
#nav .nav_link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  transition: .2s;
}
#nav .nav_link:hover {
  background: #333;
  color: #fff;
}
#container{
  width: 1100px;
  margin: 0 auto;
  line-height: 1.4;
  padding-bottom: 100px;
}
#container .main_txt{
  margin: 40px 0 60px;
  text-align: center;
}
#container .main_txt p{
  font-size: 22px;
  line-height: 2.8;
  border-bottom: dotted 2px #000;
}
#container .main_txt p a{
  color: #e60012;
  text-decoration: underline;
}
#container .main_txt p a span{
  font-weight: bold;
}
#container .main_txt .come{
  font-weight: bold;
  font-size: 13px;
  margin-top: 25px;
}
#container .important_txt .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 40px;
  background: #fbdddd;
  border: 10px solid #fab9b9;
}
#container .important_txt .ttl {
  margin-bottom: 30px;
  text-align: center;
}
#container .important_txt .ttl span {
  display: inline-block;
  position: relative;
  padding: 0 55px;
  font-size: 26px;
}
#container .important_txt .ttl span:before,
#container .important_txt .ttl span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
#container .important_txt .ttl span:before {
  left:0;
}
#container .important_txt .ttl span:after {
  right: 0;
}
#container .important_txt .def_list {
  margin-top: 20px;
  line-height: 1.5;
}
#container .important_txt .def_ttl {
  font-weight: bold;
}
/* ??????`?ݥ?
----------------------------------------------------------------------------- */


/* ??????`?ݥ?Ԕ???ک`??
----------------------------------------------------------------------------- */
#container .desc_txt{
  font-size: 22px;
  text-align: center;
  margin: 60px auto;
  width: 94%;
  border-bottom: dotted 2px #000;
  line-height: 2;
}
#coupon_d h2 {
  background: #111;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  padding: 20px 0 10px;
  border-bottom: 8px #111 solid;
  text-align: center;
  margin:  30px 0 0;
}
#coupon_d h2 img.tag {
  vertical-align: middle;
  display: inline-block;
  margin: 0 10px 10px 0;
}
#container .info_list {
  display: flex;
  flex-wrap: wrap;
  width: 1060px;
  margin: 0 auto;
  padding: 15px 30px;
  border-bottom: 1px solid #e3e3e3;
}
#container .info_ttl {
  width: 150px;
  font-weight: bold;
}
#container .info_desc {
  width: calc(100% - 200px);
}
#coupon_d .coupon_block {
  padding: 0 20px;
}
#coupon_d .coupon_blockInner {
  margin-top: 30px;
  padding: 30px;
  background: #fff7e1;
}
#coupon_d .coupon_box .box.end{
  pointer-events: none;
  cursor: default;
  position: relative;
}
#coupon_d .coupon_box .box.end::before {
  content: '';
  background: url(../img/pt.png);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
#coupon_d .coupon_box .box.end::after {
    content: '終了しました';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    height: 1em;
    line-height: 1;
    z-index: 1001;
}
#coupon_d .coupon_box .box{
  background: #fff;
  border: solid #f2edde 1px;
  padding: 10px;
  margin-bottom: 25px;
}
#coupon_d .coupon_box .box .in_box {
  position: relative;
  border: #fff182 solid 10px;
}
/*
#coupon_d .coupon_box .box .in_box .num {
  background: #e60012;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 5px 15px;
}
#coupon_d .coupon_box .box .in_box .num span {
  font-size: 26px;
}
*/
#coupon_d .coupon_box .box .in_box .title {
  font-size: 30px;
  font-weight: bold;
  margin: 15px 10px 0;
}
#coupon_d .coupon_box .box .in_box .title span {
  display: block;
  padding: 0 15px;
  border-bottom: solid 4px #ffd866;
  line-height: 2;
}
#coupon_d .coupon_box .box .in_box .discount_wrap {
  margin: 10px 0;
}
#coupon_d .coupon_box .box .in_box .discount {
  font-size: 60px;
  font-weight: bold;
  color: #e60012;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
}
#coupon_d .coupon_box .box .in_box .discount span {
  font-size: 85px;
  letter-spacing: -0.05em;
}
#coupon_d .coupon_box .box .in_box .discount_note {
  font-size: 20px;
  font-weight: bold;
  color: #e60012;
  text-align: center;
}
#coupon_d .coupon_box.coupon_box03 .box .in_box .discount_note {
  font-size: 12px;
}
#coupon_d .coupon_box .box .in_box .code_box {

}
#coupon_d .coupon_box .box .in_box .code{
  width: 440px;
  background: #fff;
  border-radius: 6px;
  border: #ffd866 solid 3px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  font-weight: bold;
}
#coupon_d .coupon_box .box .in_box .code dt{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  font-size: 14px;
  background: #ffd866;
  width: 120px;
  padding: 0 10px;
}
#coupon_d .coupon_box .box .in_box .code dd{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 120px);
  font-size: 28px;
  padding: 5px 10px;
}
#coupon_d .coupon_box .box .in_box .code dd .js-copytext {
  width: 160px;
  border: none;
  font-size: 28px;
}
#coupon_d .coupon_box .box .in_box .code dd .js-copytext:focus {
  outline: none;
}
#coupon_d .coupon_box .box .in_box .code dd .btn {
  display: inline-block;

  padding: 8px 15px;
  border: 2px solid #88cbff;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  color: #88cbff;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-out;
}
#coupon_d .coupon_box .box .in_box .code dd .btn:hover {
  background-color: #88cbff;
  color: #fff;
}
#coupon_d .coupon_box .box .in_box .alert_txt {
  display: none;
  position: absolute;
  right: 150px;
  bottom: 175px;
  padding: 20px;
  background: #fff;
  border: 2px solid #88cbff;
  border-radius: 3px;
  font-size: 18px;
  color: #88cbff;
  font-weight: bold;
}
#coupon_d .coupon_box .box .in_box .alert_txt::before,
#coupon_d .coupon_box .box .in_box .alert_txt::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-right: -10px;
  background: #fff;
  border-style: solid;
  border-width: 10px 10px 0 10px;
}
#coupon_d .coupon_box .box .in_box .alert_txt::before {
  right: 50%;
  bottom: -10px;
  background: none;
  border-color: #88cbff transparent transparent transparent;
}
#coupon_d .coupon_box .box .in_box .alert_txt::after {
  right: 50%;
  bottom: -8px;
  background: none;
  border-color: #fff transparent transparent transparent;
}

#coupon_d .cmt{
  font-size: 14px;
}
#coupon_d .cmt ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}

#coupon_d .btn_box {
  width: 100%;
}
#coupon_d .btn_box .btn_list {
  width: 100%;
}
#coupon_d .btn_box .btn_item {

}
#coupon_d .btn_box .btn_link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 15px 50px;
  background: #11c5bf;
  border: none;
  border-bottom: solid 4px #1aa09b;
  border-radius: 6px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}
#coupon_d .btn_box .btn_link::after {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    right: 30px;
    width: 12px;
    height: 12px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .2s;
    transition: .2s;
}
#coupon_d .btn_box .btn_link:hover {
  background-color: #1aa09b;
}

/*coupon_box01*/
#coupon_d .coupon_box01{
}
#coupon_d .coupon_box01 .box .in_box .wrap {
  padding: 15px 25px 20px 25px;
  display: flex;
  align-items:center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*coupon_box02*/
#coupon_d .coupon_box02{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#coupon_d .coupon_box02 .box_wrap{
  width: 49%;
}
#coupon_d .coupon_box02 .box_wrap .box{

}
#coupon_d .coupon_box02 .box .in_box .wrap {
  padding: 5px 10px 15px;
}
#coupon_d .coupon_box02 .box .in_box .title {
  font-size: 26px;
}
#coupon_d .coupon_box02 .box .in_box .title span {
  line-height: 1.3;
  padding: 0 0 5px;
}
#coupon_d .coupon_box02 .box .in_box .discount {
  font-size: 50px;
}
#coupon_d .coupon_box02 .box .in_box .discount span {
  font-size: 72px;
}
#coupon_d .coupon_box .box .in_box .code {
  width: 430px;
  margin-bottom: 10px;
}
#coupon_d .coupon_box02 .box .in_box .alert_txt {
  bottom: 140px;
}

/*coupon_box03*/
#coupon_d .coupon_box03{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#coupon_d .coupon_box03 .box_wrap{
  width:32%;
}
#coupon_d .coupon_box03 .box_wrap .box{

}
#coupon_d .coupon_box03 .box .in_box .wrap {
  padding: 5px 10px 15px;
}
#coupon_d .coupon_box03 .box .in_box .title {
  font-size: 24px;
  margin: 15px 10px 0;
}
#coupon_d .coupon_box03 .box .in_box .title span {
  line-height: 1.3;
  padding: 0 0 5px;
}
#coupon_d .coupon_box03 .box .in_box .discount {
  margin: 10px 0;
  font-size: 30px;
}
#coupon_d .coupon_box03 .box .in_box .discount span {
  font-size: 45px;
}
#coupon_d .coupon_box03 .box .in_box .code {
  display: block;
  width: 100%;
  border: none;
}
#coupon_d .coupon_box03 .box .in_box .code dt {
  width: 100%;
  padding: 5px;
  font-size: 12px;
  border-radius: 4px 4px 0 0;
}
#coupon_d .coupon_box03 .box .in_box .code dd {
  width: 100%;
  font-size: 23px;
  border: #ffd866 solid 3px;
  border-top: none;
  border-radius: 0 0 6px 6px;
}
#coupon_d .coupon_box03 .box .in_box .code dd .btn {
  padding: 5px 8px;
}
#coupon_d .coupon_box03 .box .in_box .alert_txt {
  right: 50%;
  bottom: 150px;
  margin-right: -100px;
}
#coupon_d .coupon_box03 .box .in_box .btn_link {
  padding: 15px 25px 15px 0;
  font-size: 22px;
}
#coupon_d .coupon_box03 .box .in_box .btn_link::after {
  right: 15px;
}


/* ???`?ݥ????????
----------------------------------------------------------------------------- */
.usage {
  margin-top: 50px;
}
.usage .ac_ttl{
  background: #111;
  border-radius: 10px;
  padding: 15px 0;
  position: relative;
  cursor: pointer;
  transition: background-color 0.5s ease-out;
}
.usage .ac_ttl:hover{
  background: #333;
}
.usage .ac_ttl h2{
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  color:#fff;
}
.usage .in_bdy{
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  display: none;
}
.usage .step{
  padding-bottom: 80px;
}
.usage .step:last-of-type{
  padding-bottom: 0;
}
.usage .step .st_ttl{
  border-bottom: 2px solid #111;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.usage .step .st_ttl .stp{
  background: #e32d23;
  width: 80px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 5px 0;
  position: relative;
}
.usage .step .st_ttl .stp::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -13px;
  top: 13px;
  border-left: 14px solid #e32d23;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.usage .step .st_ttl h3{
  margin: 0;
  color: #111;
  font-size: 25px;
  margin-left: 20px;
}
.usage .step p,
.usage .step ul{
  font-size: 15px;
  line-height: 1.8;
}
.usage .step .ph{
  text-align: center;
  margin-top: 30px;
}
.usage .step .error h4{
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.usage .step .error ul li{
  font-weight: bold;
}
.usage .step01 .ph{
  padding-left: 200px;
}
.usage .step03 .ph,
.usage .step04 .ph{
  padding-left: 25px;
}
/* ???`?ݥ?????????
----------------------------------------------------------------------------- */
.caution{
  margin-top: 100px;
}
.caution .ac_ttl{
  background: #111;
  border-radius: 10px;
  padding: 15px 0;
  position: relative;
  cursor: pointer;
  transition: background-color 0.5s ease-out;
}
.caution .ac_ttl:hover{
  background: #333;
}
.caution .ac_ttl h2{
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  color:#fff;
}
.caution .in_bdy{
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  display: none;
}
.caution .section:first-child{
  margin-bottom: 20px;
}
.caution h4{
  font-size: 15px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.caution ul{
  font-size: 15px;
  line-height: 1.8;
}
.caution ul li{
  text-indent: -1em;
  padding-left: 1em;
}

/*?ץ饹?ޥ??ʥ????椨*/
.ac_ttl .pannel{
  font-size: 36px;
  color: #111;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top:15px;
  right: 10px;
  width: 50px;
  height: 50px;
}
.ac_ttl .pannel span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 12px;
  width: 50%;
  height: 4px;
  background-color: #111;
  border-radius: 4px;
}
.ac_ttl .pannel span:nth-of-type(1) {
  top: 23px;
  transform: rotate(0deg);
  opacity: 1;
}
.ac_ttl .pannel span:nth-of-type(2) {
  top: 23px;
  transform: rotate(90deg);
}
.ac_ttl .pannel.active span:nth-of-type(1) {
  opacity: 0;
}
.ac_ttl .pannel.active span:nth-of-type(2) {
  top: 23px;
  transform: rotate(180deg);
}

/* Go To?????ک`????
----------------------------------------------------------------------------- */
#usage02 {
  margin-top: 50px;
}
#usage02 .step .st_ttl{
  border-bottom: 2px solid #111;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  padding-bottom: 8px;
  margin-top: 40px;
  margin-bottom: 20px;
}
#usage02 .step .st_ttl h3 {
    margin: 0;
    color: #111;
    font-size: 25px;
    margin-left: 20px;
}
#usage .step p {
    font-size: 15px;
    line-height: 1.8;
}
#usage02 .step .st_ttl .stp::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -13px;
  top: 13px;
  border-left: 14px solid #e32d23;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
#usage02 .step .ph {
  text-align: center;
}
#usage02 .step .ph .source {
  font-size: 13px;
  margin-top: 5px;
  text-align: right;
}
.etiq {
  margin-top: 50px;
}
.etiq .ttl {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.etiq .ttl .-red {
  color: #e60012;
}
.etiq .desc {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}
.etiq .etiq_list {
  width: 860px;
  margin: 30px auto 0;
}
.etiq .etiq_item + li {
  margin-top: 20px;
}
.etiq .etiq_link {
  display: flex;
  align-items: center;
  width: 100%;
  border: 10px solid #eee;
}
.etiq .etiq_link:hover {
  background: rgba(255 ,255, 255, .5);
  opacity: 1;
}
.etiq .etiq_link .ph {
  width: 150px;
}
.etiq .etiq_link .txt {
  display: inline-block;
  margin: 0 0 0 20px;
  padding-right: 25px;
  background: url(../img/ico_blank.png) no-repeat right center /20px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.search_box {
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}

.search_box .form_text {
  color: #000;
}

.search_box .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  font-weight: bold;
}

.search_box .tab li {
  width: 32.8%;
  text-align: center;
  background: #aaaaaa;
  color: #fff;
  padding: 5px 0;
  border: 5px solid #fff;
  border-bottom: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  -webkit-box-shadow: 0 -10px 5px -5px rgba(116, 116, 116, 0.4) inset;
  box-shadow: 0 -10px 5px -5px rgba(116, 116, 116, 0.4) inset;
}

.search_box .tab li:hover {
  background: #000;
}

.search_box .tab .select {
  background: #333333;
  margin: -8px 0 -8px;
  padding-top: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search_box_inn {
  width: 100%;
  margin-top: 60px;
  padding: 20px;
  background: #ececec;
}

.search_box_inn .box_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #969696;
}
.search_box_inn .box_header h2 {
  margin: 0;
  font-family: '?ҥ饮?νǥ? Pro W3','Hiragino Kaku Gothic Pro','?ᥤ?ꥪ',Meiryo,'?ͣ??Х????å?',sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

.search_box_inn .box_header h2:before {
  position: relative;
  top: -2px;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  vertical-align: middle;
  background: url(/orion/wp-content/themes/orion/air/img/pc/modelcourse/search_icon01.png) no-repeat left center;
}

.search_box_inn .box_header .select_wrap select {
  width: 140px;
}

.search_box_inn .use {
  margin-bottom: 5px;
}

.search_box_inn input[type="radio"] {
  display: none;
}

.search_box_inn input[type="radio"] + label {
  padding: 3px 0 3px 17px;
  background: url(/orion/wp-content/themes/orion/img/pc/main/radio_off.png) no-repeat left center;
  background-size: 16px 16px;
  margin-right: 2px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}

.search_box_inn input[type="radio"]:checked + label {
  background: url(/orion/wp-content/themes/orion/img/pc/main/radio_on.png) no-repeat left center;
  background-size: 16px 16px;
  cursor: pointer;
}

.search_box_inn .form_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.search_box_inn .ttl {
  margin-right: 15px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}
.search_box_inn .ttl.-spOnly {
  display: none;
}
.search_box_inn .form_box .select_wrap {
  width: calc(100% - 110px);
  position: relative;
}

.search_box_inn .form_box .select_wrap select, .search_box_inn .form_box .select_wrap input {
  width: 100%;
  padding: 5px;
}

.search_box_inn .departure {
  width: 205px;
  margin-right: 50px;
}

.search_box_inn .departure .select_wrap {
  width: 120px;
}

.search_box_inn .departure .select_wrap select {
  width: 100%;
}

.search_box_inn .departure .ttl {
  background: url(/orion/wp-content/themes/orion/img/pc/main/departure.png) no-repeat left center;
}

.search_box_inn .destination {
  width: 205px;
  margin-right: 50px;
}

.search_box_inn .destination .select_wrap {
  width: 120px;
}

.search_box_inn .destination .select_wrap select {
  width: 100%;
}

.search_box_inn .destination .ttl {
  background: url(/orion/wp-content/themes/orion/img/pc/main/destination.png) no-repeat left center;
}

.search_box_inn .area {
  width: 300px;
  margin-right: 500px;
}

.search_box_inn .area .select_wrap {
  width: 190px;
}

.search_box_inn .area .select_wrap select {
  width: 100%;
}

.search_box_inn .area .ttl {
  background: url(/orion/wp-content/themes/orion/img/pc/main/area.png) no-repeat left center;
}

.search_box_inn .date {
  width: 370px;
}

.search_box_inn .date .select_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
}

.search_box_inn .date .select_wrap::after {
  display: none;
}

.search_box_inn .date .select_wrap input {
  width: 195px;
  margin-right: 10px;
  padding: 8px 10px;
  border: 1px solid #aaa;
  border-radius: 2px;
  background: #ffffff url(/orion/wp-content/themes/orion/img/pc/main/calender.png) no-repeat right 6px center;
  font-size: 13px;
}

.search_box_inn .date .ttl {
  background: url(/orion/wp-content/themes/orion/img/pc/main/date.png) no-repeat left top 2px;
}

.search_box_inn .date img {
  display: none;
}

.search_box_inn .date .disable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 105px;
  font-size: 13px;
}

.search_box_inn .date .disable input {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dadada));
  background: -webkit-linear-gradient(top, #fff, #dadada);
  background: -o-linear-gradient(top, #fff, #dadada);
  background: linear-gradient(to bottom, #fff, #dadada);
  vertical-align: middle;
}

.search_box_inn .date .disable label {
  display: block;
}

.search_box_inn .days .select_wrap {
  width: 115px;
}

.search_box_inn .days .select_wrap select {
  width: 100%;
}

.search_box_inn .days .ttl {
  background: url(/orion/wp-content/themes/orion/img/pc/main/days.png) no-repeat left top 2px;
}

.search_box_inn .user .select_wrap {
  width: 75px;
}

.search_box_inn .user .select_wrap select {
  width: 100%;
}

.search_box_inn .user .ttl {
  background: url(/orion/wp-content/themes/orion/img/pc/main/user.png) no-repeat left top 2px;
}

.search_box_inn .code .ttl {
  background: url(/orion/wp-content/themes/orion/img/pc/main/code_2.png) no-repeat left top 2px;
}

.search_box_inn .form_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search_box_inn .form_box_wrap .form_box02 {
  position: relative;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.search_box_inn .form_box_wrap .form_box02 .ttl {
  padding-left: 25px;
  font-size: 14px;
  font-weight: bold;
  margin-right: 15px;
  width: 60px;
}

.search_box_inn .form_box_wrap .form_box02 .ttl_per {
  position: absolute;
  top: 15px;
  left: -3px;
  font-size: 10px;
}

.search_box_inn .other_joken {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.search_box_inn .other_btn {
  width: 190px;
  margin-bottom: 12px;
  padding: 10px;
  background: #e2e2e2;
  border: 1px solid #cecece;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.search_box_inn .other_btn img {
  margin-right: 5px;
  width: 15px;
}

.search_box_inn .other_btn:hover {
  background: #cecece;
}

.search_box_inn .search_btn {
  display: block;
  width: 350px;
  margin: 0 auto;
  padding: 10px 0;
  border: none;
  border-bottom: solid 4px #1aa09b;
  border-radius: 3px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  background-color: #11c5bf;
  background-image: url(/orion/wp-content/themes/orion/img/pc/main/search.png);
  background-repeat: no-repeat;
  background-position: left 120px center;
}

.search_box_inn .search_btn:hover {
  background-color: #1aa09b;
}

.search_box_inn .form02 {
  margin-top: 10px;
}

.search_box_inn .form02 .code .ttl {
  padding-left: 20px;
  font-size: 15px;
  font-weight: bold;
}

.search_box_inn .form02 .code .input_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search_box_inn .form02 .code input[type=text] {
  padding: 6px 5px;
  width: 75%;
  border: 1px #bbbbbb solid;
  font-size: 15px;
}

.search_box_inn .form02 .code .btn {
  border: none;
  padding: 6px 5px;
  color: #fff;
  font-weight: bold;
  width: 25%;
  border: 1px #11c5bf solid;
  font-size: 15px;
  padding-left: 12px;
  background-color: #11c5bf;
  background-image: url(/orion/wp-content/themes/orion/img/pc/main/search.png);
  background-repeat: no-repeat;
  background-position: left 6px center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.search_box_inn .form02 .code .btn:hover {
  background-color: #1aa09b;
  border: 1px #1aa09b solid;
}

.search_box .form02 .commnet {
  font-size: 12px;
  color: #aaaaaa;
}

.search_box .conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 10px;
}

.search_box .conditions .ttl {
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
  width: 120px;
  background: url(/orion/wp-content/themes/orion/img/pc/main/heart_ico.png) no-repeat left center;
}

.search_box .conditions .select_wrap {
  width: calc(100% - 120px);
  font-size: 12px;
  position: relative;
}
.search_box .conditions .select_wrap li {
  line-height: 2.2;
}

.search_box .conditions .select_wrap::after {
  display: none;
}

.search_box .conditions .select_wrap input {
  vertical-align: middle;
}

.search_box .conditions .select_wrap label {
  margin: 0 6px 0 3px;
}

.search_box .keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 310px;
  margin-bottom: 10px;
}

.search_box .keyword .ttl {
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
  width: 120px;
  background: url(/orion/wp-content/themes/orion/img/pc/main/pen_ico.png) no-repeat left center;
}

.search_box .keyword .select_wrap {
  width: calc(100% - 120px);
  position: relative;
}

.search_box .keyword .select_wrap::after {
  display: none;
}

.search_box .keyword .select_wrap input {
  width: 100%;
  padding: 5px;
}

.search_box .popular_word {
  margin-bottom: 20px;
}

.search_box .popular_word h6 {
  color: #fff;
  display: inline-block;
  background: #8c8c8c;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1;
  padding: 4px 10px;
  position: relative;
  margin-bottom: 12px;
}

.search_box .popular_word h6:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #8c8c8c;
}

.search_box .popular_word ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search_box .popular_word ul li {
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #8e8e8e;
  line-height: 1.2;
  background: url(/orion/wp-content/themes/orion/img/pc/main/plus_ico.png) no-repeat left center;
  padding-left: 15px;
}

.search_box .popular_word ul li:hover {
  color: #404040;
}

.search_box .popular_word .comments {
  font-size: 10px;
  line-height: 1.2;
}

.search_box .hide_form {
  display: none;
  width: 100%;
}

.search_box .hotel_search {
  text-align: right;
  margin-top: 10px;
}

.search_box .hotel_search a {
  cursor: pointer;
  background: #f3f3f3;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  border-bottom: 2px solid #d1d1d1;
  padding: 5px 15px;
  font-size: 12px;
  color: #000;
  font-weight: bold;
}

.search_box .hotel_search a:hover {
  background: #d1d1d1;
  background: #d1d1d1;
}

.select_wrap {
  position: relative;
}
.select_wrap::after {
  content: '';
  position: absolute;
  top: calc(50% - 7px);
  right: 12px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #aaaaaa;
  border-right: 2px solid #aaaaaa;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
}

.select_wrap select {
  padding: 8px 10px;
  border: 1px solid #aaa;
  font-size: 13px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search_box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0 0;
}

.bottom_btnList {
  width: 960px;
  margin: 0 auto;
}
.bottom_btnList .btn_list {
  width: 100%;
  margin: 30px auto 0;
}
.bottom_btnList .btn_item + li {
  margin-top: 20px;
}
.bottom_btnList .btn_link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 15px 50px;
  background: #11c5bf;
  border: none;
  border-bottom: solid 4px #1aa09b;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}
.bottom_btnList .btn_link::after {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    right: 30px;
    width: 12px;
    height: 12px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .2s;
    transition: .2s;
}
.bottom_btnList .btn_link:hover {
  background-color: #1aa09b;
}

[data-modal-cont] {
  display: none !important;
}
[data-modal-cont].-active {
  display: block !important;
}

.dept {
  display: block;
  width: 1100px;
  position: relative;
  margin: 0 auto;
}
.dept__inner {
  position: absolute;
  top: -131px;
  left: calc(50% - 289px);
  z-index: 200;
  height: 0;
  margin: 0 auto;
}
.dept__button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
  background: url(../image/natsuyasumi_com/arrow_areaselect.png) no-repeat 95% 50%;
  position: relative;
  width: 10em;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-right: 18px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1) inset;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  cursor: pointer;
}
.dept__button:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px calc(7px / 2) 0 calc(7px / 2);
  border-color: #B5B5B5 transparent transparent transparent;
  pointer-events: none;
  content: '';
}
.dept__cont {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .15);
}
.dept__contInner {
  display: block;
  position: relative;
  top: calc(35%);
  left: auto;
  transform: translateY(-50%);
  width: 600px;
  margin: 0 auto;
  padding: 30px 50px 15px;
  border-radius: 8px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
}
.dept__close {
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  background: #333;
  cursor: pointer;
}
.dept__close:hover {
  background: #666;
}
.dept__close::before,
.dept__close::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 2px;
  box-sizing: border-box;
  background: #fff;
  pointer-events: none;
  content: '';
}
.dept__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.dept__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.dept__ttl {
  display: block;
  background: #31a1fd;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 2;
  text-align: center;
}
.dept__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.dept__item {
  display: flex;
  flex-grow: 1;
  flex-basis: calc(100% / 2 - 20px * (1 / 2) - .01px);
  max-width: calc(100% / 2 - 20px * (1 / 2) - .01px);
  margin-bottom: 15px;
}
.dept__item:not(:nth-child(2n)) {
  margin-right: 20px;
}
.dept__link {
  display: block;
  flex-grow: 1;
  padding: 15px 10px;
  border-radius: 4px;
  background: #eee;
  box-sizing: border-box;
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  text-align: center;
  transition: background .2s;
}
.dept__link:hover {
  background: #ddd;
  color: #333;
}

.kv {
  position: relative;
  overflow: hidden;
}
.kv__inner {
  display: block;
  position: relative;
  left: 50%;
  width: 1920px;
  transform: translateX(-50%);
}
.kv__listWrapper {
  margin: 10px 0;
}
.kv__list {
  display: flex;
  padding: 5px 30px;
  border-radius: 100px;
  background: #5ab4fd;
  overflow: hidden;
}
.kv__item {
  flex-grow: 1;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.kv__item:not(:last-child) {
  border-right: 1px solid #3498e9;
}
.kv__item.-lead {
  display: flex;
  align-items: center;
  flex-basis: 180px;
  max-width: 180px;
  box-sizing: border-box;
}
.kv__link {
  display: block;
  margin: 0 10px;
  padding: 5px 5px;
  border-radius: 50px;
  font-weight: normal;
  color: #fff;
  transition: background .2s;
}
.kv__link:hover {
  background: rgba(0, 0, 0, .15);
  color: #fff;
}
.kv__link.-active {
  background: #fff100;
  font-weight: bold;
  color: #1583dc;
  pointer-events: none;
}
.kv__imgWrapper {
  display: block;
}
.kv__img {
  display: block;
  width: 100%;
}

.tour__inner {
  display: block;
  width: 1060px;
  margin: 100px auto;
}
.tour__h2 {
  background: #31a1fd;
  color: #fff;
  margin-bottom: 50px;
  padding: 20px 0 10px;
  border-bottom: 8px #2193f0 solid;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
}
.tour__h2 img.tag {
  vertical-align: middle;
  display: inline-block;
  margin: 0 10px 10px 0;
}
.tour__list {
  display: flex;
  flex-wrap: wrap;
}
.tour__list.-column01 .tour__item {
  flex-basis: 100%;
  max-width: 100%;
}
.tour__list.-column01 .tour__itemInner {
  display: flex;
}
.tour__list.-column01 .tour__imgWrapper {
  flex-basis: 360px;
  max-width: 360px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
.tour__list.-column01 .tour__ttl {
  font-size: 20px;
}
.tour__list.-column02 .tour__item {
  flex-basis: calc(100% / 2 - 34px * ((2 - 1) / 2) - .01px);
  max-width: calc(100% / 2 - 34px * ((2 - 1) / 2) - .01px);
}
.tour__list.-column02 .tour__item:not(:nth-child(2n)) {
  margin-right: 34px;
}
.tour__list.-column02 .tour__ttl {
  font-size: 18px;
}
.tour__list.-column02 .tour__link {
  margin-top: 10px;
}
.tour__list.-column02 .tour__priceWrapper {
  display: flex;
  justify-content: center;
  padding-top: 25px;
  padding-right: 0;
}
.tour__list.-column02 .tour__price {
  flex-basis: 180px;
  max-width: 180px;
  flex-wrap: wrap;
}
.tour__list.-column02 .tour__price:first-child {
  position: relative;
  margin-right: 45px;
}
.tour__list.-column02 .tour__price:first-child:after {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.tour__list.-column02 .tour__priceBalloon {
  bottom: calc(100% - 8px);
  left: calc(50% + 100px);
  transform: translateX(-50%);
}
.tour__list.-column02 .tour__priceDesc {
  margin-left: 0;
  font-size: 30px;
  text-align: center;
}
.tour__list.-column02 .tour__priceNote {
  text-align: center;
}
.tour__list.-column03 .tour__item {
  flex-basis: calc(100% / 3 - 27px * ((3 - 1) / 3) - .01px);
  max-width: calc(100% / 3 - 27px * ((3 - 1) / 3) - .01px);
}
.tour__list.-column03 .tour__item:not(:nth-child(3n)) {
  margin-right: 27px;
}
.tour__list.-column03 .tour__itemInner {
  padding: 12px;
}
.tour__list.-column03 .tour__ttl {
  font-size: 14px;
}
.tour__list.-column03 .tour__link {
  margin-top: 10px;
}
.tour__list.-column03 .tour__priceWrapper {
  display: block;
  margin-top: 15px;
  padding-top: 8px;
  padding-right: 0;
}
.tour__list.-column03 .tour__price {
  display: flex;
  justify-content: flex-end;
}
.tour__list.-column03 .tour__price:last-child {
  margin-top: 10px;
}
.tour__list.-column03 .tour__price:first-child:after {
  display: none;
}
.tour__list.-column03 .tour__priceBalloon {
  justify-content: center;
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  width: 100%;
  margin-top: 10px;
  padding: 4px;
  border-radius: 0;
}
.tour__list.-column03 .tour__priceBalloon:after {
  display: none;
}
.tour__list.-column03 .tour__priceTtl {
  font-size: 14px;
}
.tour__list.-column03 .tour__priceDesc {
  font-size: 16px;
}
.tour__list.-column03 .tour__priceDesc.-red {
  font-size: 24px;
}
.tour__list.-column03 .tour__priceNote {
  margin-top: 7px;
  padding: 5px;
  border-bottom: 0;
  background: #eee;
  text-align: center;
}
.tour__list.-column03 .tour__priceTxt:before {
  display: block;
  content: '';
}
.tour__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 38px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .15);
}
.tour__itemInner {
  flex-grow: 0;
  min-height: 0%;
  padding: 20px;
  box-sizing: border-box;
}
.tour__ttlWrapper {
  display: flex;
  flex-grow: 1;
  min-height: 0%;
  margin: 0;
  font-weight: bold;
}
.tour__area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 6px 15px;
  box-sizing: border-box;
  background: #ffd866;
  font-size: 18px;
  white-space: nowrap;
  color: #333;
  line-height: 1.5;
  text-align: center;
}
.tour__ttl {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 6px 15px;
  box-sizing: border-box;
  background: #fff183;
  color: #695f14;
  line-height: 1.5;
}
.tour__link {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #08aca7;
  line-height: 1.8;
  text-decoration: underline;
}
.tour__link:hover {
  color: #08aca7;
  text-decoration: none;
}
.tour__desc {
  margin-top: 8px;
  font-size: 14px;
  color: #303030;
  line-height: 1.5;
}
.tour__priceWrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-top: 35px;
  padding-top: 15px;
  padding-right: 10px;
  border-top: 2px solid #d3d3d3;
  box-sizing: border-box;
}
.tour__price {
  display: flex;
  align-items: center;
}
.tour__price:first-child {
  display: flex;
  align-items: baseline;
  margin-right: 10px;
}
.tour__price:first-child:after {
  display: block;
  width: 18px;
  height: 21px;
  margin-left: 12px;
  box-sizing: border-box;
  background: url(../img/tour_arrow.png) no-repeat;
  background-size: 100% auto;
  content: '';
}
.tour__priceTtl {
  font-size: 14px;
  color: #1c1c1c;
  line-height: 1.5;
}
.tour__priceDesc {
  display: flex;
  align-items: baseline;
  position: relative;
  margin-left: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}
.tour__priceDesc.-red {
  font-size: 30px;
  color: #e50000;
}
.tour__priceUnit {
  margin-left: 3px;
}
.tour__priceBalloon {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: calc(100% - 5px);
  left: calc(50% + 170px);
  transform: translateX(-50%);
  width: 200px;
  padding: 8px;
  border-radius: 4px;
  box-sizing: border-box;
  background: #0ca5dc;
}
.tour__priceBalloon:after {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #0ca5dc transparent transparent transparent;
  content: '';
}
.tour__priceImg {
  width: 70px;
  margin-right: 5px;
}
.tour__priceBalloonTxt {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.tour__priceNote {
  padding-bottom: 10px;
  border-bottom: 2px solid #d3d3d3;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}
.tour__priceTxt.-fontWeightBold {
  font-weight: bold;
}
.tour__priceTxt.-colorRed {
  color: #e50000;
}
.tour__btnLink {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 30px auto;
  padding: 15px 50px;
  background: #11c5bf;
  border: none;
  border-bottom: solid 4px #1aa09b;
  border-radius: 6px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}
.tour__btnLink::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .2s;
  transition: .2s;
}
.tour__btnLink:hover {
  background-color: #1aa09b;
  color: #fff;
}
.tour__inner02 {
  display: block;
  margin-top: 70px;
  padding: 10px;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  background: #fff;
}
.tour__txt {
  font-size: 12px;
  color: #323232;
  line-height: 1.5;
}
.tour__txt.-red {
  color: #e50000;
}

#sale h2 {
  background: #111;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  padding: 20px 0 10px;
  border-bottom: 8px #111 solid;
  text-align: center;
  margin: 30px 0 0;
}
#sale h2 img.tag {
  vertical-align: middle;
  display: inline-block;
  margin: 0 10px 10px 0;
}
#sale .preflist {
  display: flex;
  margin-top: 30px;
}
#sale .preflist li {
  flex-grow: 1;
}
#sale .preflist li + li {
  margin-left: 4px;
}
#sale .preflist li .anchorlink {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 60px;
  background: #c1aa4d;
  color: #fff;
  transition: .2s;
}
#sale .preflist li .anchorlink:before,
#sale .preflist li .anchorlink:after {
    content:"";
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 10px 0 10px;
    transform: translateX(-50%);
}
#sale .preflist li .anchorlink:after {
    bottom: 9px;
    border-color: #fff transparent transparent transparent;
}
#sale .preflist li .anchorlink:before {
    bottom: 10px;
    border-color: #c1aa4d transparent transparent transparent;
    z-index: 1;
    transition: .2s;
}
#sale .preflist li .anchorlink:hover {
  background: #ad973e
}
#sale .preflist li .anchorlink:hover:before {
  border-color: #ad973e transparent transparent transparent;
}
#sale .prefblock {
  margin-top: 40px;
}
#sale .subttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background: #ffe35e;
  font-size: 20px;
  color: #000;
}
#sale .subttl .ttlTxt01 {
  display: block;
  box-sizing: border-box;
  font-weight: bold;
  pointer-events: none;
}
#sale .subttl .ttlTxt01 .-small {
  font-size: 16px;
}
#sale .subttl .ttlTxt02 {
  display: flex;
  padding: 10px 20px;
  font-size: 16px;
  background: #e32d23;
  color:#fff;
}

/*静的セール対象プラン*/
.cont04__inner {
    margin-top: 25px
}
.cont04__defList {
    display: flex;
    justify-content: flex-end;
    align-items: center
}
.cont04__defTtl {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    font-weight: bold
}
.cont04__defTtl:before {
    display: block;
    width: 22px;
    height: calc(22px / 0.6666666667);
    margin-right: 13px;
    box-sizing: border-box;
    background: url(/air/fair/okinawa/bluecave/img/cont03_icon-pin.png) no-repeat;
    background-size: 100% auto;
    content: "";
}
.cont04__defDesc {
    margin-left: 10px
}
.cont04__selectWrapper {
    position: relative;
    min-width: 140px
}
.cont04__selectWrapper:after {
    display: block;
    width: 6px;
    height: 6px;
    border-top: 3px solid #e32d23;
    border-right: 3px solid #e32d23;
    transform-origin: 100% 0;
    content: "";
    transform: rotate(135deg);
    display: block;
    position: absolute;
    top: calc(50% + 6px);
    right: 20px;
    pointer-events: none
}
.cont04__select {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    background: none transparent;
    font-size: inherit;
    color: inherit;
    vertical-align: middle;
    text-indent: 0.01px;
    text-overflow: "";
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: 10px 30px 10px 10px;
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.45
}
.cont04__select::-ms-expand {
    display: none
}
.cont04__contItem {
    display: none
}
.cont04__contItem.-active {
    display: block
}
.cont04__list {
    margin-top: 20px
}
.cont04__list.-column-3 {
    display: flex;
    flex-wrap: wrap
}
.cont04__list.-column-3 .cont04__item {
    flex-basis: calc(100% / 3 - 4.5% *(2 / 3) - 0.01px);
    max-width: calc(100% / 3 - 4.5% *(2 / 3) - 0.01px);
    margin-bottom: 4.5%;
    box-shadow: 0px 0px 10px #00000029;
}
.cont04__list.-column-3 .cont04__item:not(:nth-child(3n)) {
    margin-right: 4.5%
}
.cont04__list.-column-2 {
    display: flex;
    flex-wrap: wrap
}
.cont04__list.-column-2 .cont04__item {
    flex-basis: calc(100% / 2 - 4.5% *(1 / 2) - 0.01px);
    max-width: calc(100% / 2 - 4.5% *(1 / 2) - 0.01px);
    position: relative;
    margin-bottom: 4.5%
}
.cont04__list.-column-2 .cont04__item:not(:nth-child(2n)) {
    margin-right: 4.5%
}
.cont04__list.-column-2 .cont04__imgWrapper {
    float: left;
    width: 230px;
    margin-right: 10px;
    margin-bottom: 15px
}
.cont04__list.-column-2 .cont04__txtWrapper {
    padding: 0
}
.cont04__list.-column-2 .cont04__ttl {
    padding-left: 10px
}
.cont04__list.-column-2 .cont04__desc01 {
    padding-bottom: 0
}
.cont04__list.-column-2 .cont04__desc01:after {
    display: block;
    clear: both;
    content: ""
}
.cont04__list.-column-2 .cont04__desc02 {
    text-align: center
}
.cont04__list.-column-2 .cont04__priceList {
    display: flex;
    justify-content: flex-end;
    align-items: center
}
.cont04__list.-column-2 .cont04__priceTtl {
    margin-right: 10px
}
.cont04__list.-column-1 .cont04__item {
    display: flex;
    position: relative
}
.cont04__list.-column-1 .cont04__item:not(:last-child) {
    margin-bottom: 50px
}
.cont04__list.-column-1 .cont04__imgWrapper {
    flex-basis: 300px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 20px
}
.cont04__list.-column-1 .cont04__txtWrapper {
    flex-basis: 10px;
    flex-grow: 1
}
.cont04__list.-column-1 .cont04__ttl {
    font-size: 20px
}
.cont04__list.-column-1 .cont04__desc01,
.cont04__list.-column-1 .cont04__desc02 {
    width: 380px;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px
}
.cont04__list.-column-1 .cont04__desc01 {
    margin-top: 10px
}
.cont04__list.-column-1 .cont04__desc02 {
    border-bottom: 0
}
.cont04__list.-column-1 .cont04__link,
.cont04__list.-column-1 .cont04__priceList {
    display: block;
    position: absolute;
    right: 0;
    width: 300px
}
.cont04__list.-column-1 .cont04__priceList {
    bottom: 65px
}
.cont04__list.-column-1 .cont04__link {
    bottom: 0
}
.cont04__imgWrapper {
    display: block
}
.cont04__img {
    display: block;
    width: 100%
}
.cont04__txtWrapper {
    padding: 10px 7px;
    box-sizing: border-box
}
.cont04__ttl {
    font-size: 16px;
    font-weight: bold;
    color: #111;
}
.cont04__desc01 {
    display: block;
    margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4
}
.cont04__desc02 {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
    box-sizing: border-box;
    font-size: 14px;
    color: #7a7a7a;
    line-height: 1.4
}
.cont04__priceList {
    margin-top: 10px;
    text-align: right
}
.cont04__priceTtl {
    font-size: 13px;
    line-height: 1.6
}
.cont04__priceDesc {
    font-size: 22px;
    font-weight: bold;
    color: #d42124;
    line-height: 1.3
}
.cont04__link {
    display: block;
    position: relative;
    margin-top: 10px;
    padding: 10px 35px;
    box-sizing: border-box;
    background: #e32d23;
    border-radius:6px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 2;
    transition: background 0.2s
}
.cont04__link:hover {
    background: #b1241c;
    color: #fff
}
.cont04__link:after {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform-origin: 100% 0;
    /*content: "";*/
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    pointer-events: none
}
.cont04__more {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.cont04__moreBtn {
  display: block;
  position: relative;
  width: 400px;
  padding: 10px 35px 10px 20px;
  box-sizing: border-box;
  background: #111;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 2;
  transition: background 0.2s;
}
.cont04__moreBtn:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform-origin: 100% 0;
    content: "";
    transform: rotate(45deg);
}
.cont04__moreBtn:hover {
  color: #fff;
  background: #333;
}

/* 動的セール対象プラン */
.cont03.-column-1 .fw-top .fw-static-api-search-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -50px
}
.cont03.-column-1 .fw-top .fw-static-api-search__item {
    margin-bottom: 50px;
    box-shadow: 0px 0px 10px #00000029;
    padding:10px;
}
.cont03.-column-1 .fw-top .fw-static-api-search-data {
    flex-direction: row
}
.cont03.-column-1 .fw-top .fw-static-api-search-img {
    flex-basis: 300px;
    max-width: 300px;
    flex-grow: 0;
    flex-shrink: 0
}
.cont03.-column-1 .fw-top .fw-static-api-search-info {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0 0 20px
}
.cont03.-column-1 .fw-top .fw-static-api-search-name {
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 10px;
    font-size: 20px
}
.cont03.-column-1 .fw-top .fw-static-api-search-col {
    flex-basis: 450px;
    max-width: 450px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    font-size: 16px
}
.cont03.-column-1 .fw-top .fw-static-api-search-col span {
    font-size: 15px
}
.cont03.-column-1 .fw-top .fw-static-api-search-price {
    margin-top: 10px;
}
.cont03.-column-1 .fw-top .fw-static-api-search-price-box {
    margin-top: 25px;
    margin-left: auto;
    padding-top: 0;
    border-top: 0
}
.cont03.-column-1 .fw-top .fw-static-api-search-btn {
    width: 300px;
    margin-top: -52px;
    margin-left: auto;
    padding: 0
}
.cont03.-column-2 .fw-top .fw-static-api-search__item {
    position: relative;
    flex-basis: calc(100% / 2 - 4.5% *(1 / 2) - 0.01px);
    max-width: calc(100% / 2 - 4.5% *(1 / 2) - 0.01px);
    margin-bottom: 4.5%;
    box-shadow: 0px 0px 10px #00000029;
    padding:10px;
}
.cont03.-column-2 .fw-top .fw-static-api-search__item:not(:nth-child(2n)) {
    margin-right: 4.5%;
}
.cont03.-column-2 .fw-top .fw-static-api-search-img {
    max-width: 230px
}
.cont03.-column-2 .fw-top .fw-static-api-search-info {
    padding: 0
}
.cont03.-column-2 .fw-top .fw-static-api-search-col,
.cont03.-column-2 .fw-top .fw-static-api-search-name {
    display: block;
    position: absolute;
    margin-left: 230px;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box
}
.cont03.-column-2 .fw-top .fw-static-api-search-name {
    top: 10px;
    height: 77px
}
.cont03.-column-2 .fw-top .fw-static-api-search-col {
    top: 85px;
    height: 143px
}
.cont03.-column-2 .fw-top .fw-static-api-search-col span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 90px;
    width: calc(100% + 220px);
    height: 65px;
    margin-right: 10px;
    margin-left: calc(-230px - 10px);
    padding: 10px;
    border-bottom: 1px solid #d7d7d7;
    text-align: left
}
.cont03.-column-2 .fw-top .fw-static-api-search-price {
    display: flex;
    justify-content: flex-end;
    align-items: center
}
.cont03.-column-2 .fw-top .fw-static-api-search-price-box {
    margin-top: 85px;
    border-top: 0
}
.cont03.-column-2 .fw-top .fw-static-api-search-price-range {
    margin-left: 10px
}
.cont03.-column-2 .fw-top .fw-static-api-search-btn {
    margin-top: 10px;
    padding: 0
}
.cont03.-column-3 .fw-top .fw-static-api-search__item {
    flex-basis: calc(100% / 3 - 4.5% *(2 / 3) - 0.01px);
    max-width: calc(100% / 3 - 4.5% *(2 / 3) - 0.01px);
    margin-bottom: 4.5%;
    box-shadow: 0px 0px 10px #00000029;
}
.cont03.-column-3 .fw-top .fw-static-api-search__item:not(:nth-child(3n)) {
    margin-right: 4.5%
}
.cont03.-column-3 .fw-top .fw-static-api-search-img {
  padding: 10px 10px 0;
}
.cont03:not(:last-child) {
    margin-bottom: 90px
}
.cont03 .fw-top .fw-static-api-wrap {
    margin-top: 25px
}
.cont03 .fw-top .fw-static-api-departure {
    display: flex;
    justify-content: flex-end;
    font-weight: bold
}
.cont03 .fw-top .fw-static-api-departure:before {
    display: block;
    width: 22px;
    height: calc(22px / 0.6666666667);
    margin-right: 13px;
    box-sizing: border-box;
    background: url('/air/fair/okinawa/bluecave/img/cont03_icon-pin.png') no-repeat;
    background-size: 100% auto;
    content: ""
}
.cont03 .fw-top .fw-static-api-departure .fw-select {
    min-width: 140px;
    border-color: #bdbdbd;
    border-radius: 0
}
.cont03 .fw-top .fw-static-api-departure .fw-select:before {
    top: calc(50% + 12px);
    right: 18px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #e32d23;
    border-right: 3px solid #e32d23;
    transform-origin: 100% 0;
    content: "";
    transform: rotate(135deg);
    pointer-events: none
}
.cont03 .fw-top .fw-static-api-departure .fw-select select {
    font-size: 14px
}
.cont03 .fw-top .fw-static-api-search-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: -50px
}
.cont03 .fw-top .fw-static-api-search-data,
.cont03 .fw-top .fw-static-api-search-info,
.cont03 .fw-top .fw-static-api-search__item {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    flex-grow: 1;
    min-height: 0
}
.cont03 .fw-top .fw-static-api-search__item {
    width: auto;
    background: transparent;
    border: 0;
    margin-right: 0;
}
.cont03 .fw-top .fw-static-api-search-img {
    display: block;
    flex-basis: auto;
    flex-grow: 0;
    min-height: 0;
    background-color: transparent
}
.cont03 .fw-top .fw-static-api-search-img img {
    display: block;
    width: 100%;
    max-height: none
}
.cont03 .fw-top .fw-static-api-search-info {
    padding: 10px 7px;
    box-sizing: border-box
}
.cont03 .fw-top .fw-static-api-search-info .fw-static-api-search-failed,
.cont03 .fw-top .fw-static-api-search-info>div:not([class]),
.cont03 .fw-top .fw-static-api-search-info > div[class=""] {
    order: 2;
    margin-top: 5px;
    font-size: 14px;
    color: #000;
    line-height: 1.6
}
.cont03 .fw-top .fw-static-api-search-name {
    display: block;
    order: 1;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    text-align: left !important
}
.cont03 .fw-top .fw-static-api-search-price-box {
    order: 3;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 5px;
    border-top: 1px solid #d7d7d7
}
.cont03 .fw-top .fw-static-api-search-price {
    display: block;
    margin-top: 3px;
    text-align: right
}
.cont03 .fw-top .fw-static-api-search-price:before {
    font-size: 13px;
    font-weight: normal;
    color: #000;
    line-height: 1.6;
    content: "旅行代金(大人1名あたり)"
}
.cont03 .fw-top .fw-static-api-search-price-num,
.cont03 .fw-top .fw-static-api-search-price-range,
.cont03 .fw-top .fw-static-api-search-price-unit {
    font-size: 22px;
    font-weight: bold;
    color: #d42124;
    line-height: 1.3
}
.cont03 .fw-top .fw-static-api-search-price-sub {
    display: none
}
.cont03 .fw-top .fw-static-api-search-col {
    order: 2;
    font-size: 14px;
    color: #000;
    line-height: 1.4
}
.cont03 .fw-top .fw-static-api-search-col span {
    display: block;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #d7d7d7;
    box-sizing: border-box;
    color: #7a7a7a
}
.cont03 .fw-top .fw-static-api-search-days {
    display: none
}
.cont03 .fw-top .fw-static-api-search-btn {
    padding: 0 7px 10px;
    box-sizing: border-box
}
.cont03 .fw-top .fw-btn-search-01 {
    border: none;
    cursor: pointer;
    padding: 10px 35px;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    position: relative;
    width: 100%;
    border-radius: 0;
    box-sizing: border-box;
    background: #e32d23;
    border-radius: 6px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    line-height: 2;
    transition: background-color 0.2s
}
.cont03 .fw-top .fw-btn-search-01:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform-origin: 100% 0;
    /*content: "";*/
    transform: rotate(45deg)
}
.cont03 .fw-top .fw-btn-search-01:hover {
  background: #b1241c;
}
.cont03__more {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.cont03__moreBtn {
  display: block;
  position: relative;
  width: 400px;
  margin-top: 10px;
  padding: 10px 35px 10px 20px;
  box-sizing: border-box;
  background: #111;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 2;
  transition: background 0.2s;
}
.cont03__moreBtn:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform-origin: 100% 0;
    content: "";
    transform: rotate(45deg);
}
.cont03__moreBtn:hover {
  color: #fff;
  background: #333;
}

/* faq */
#faq {
  margin-top: 80px;
}
#faq .step .st_ttl{
  border-bottom: 2px solid #111;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  padding-bottom: 8px;
  margin-top: 40px;
  margin-bottom: 20px;
}
#faq .step .st_ttl h3 {
    margin: 0;
    color: #111;
    font-size: 25px;
    margin-left: 20px;
}
.faq__list {
    margin-top: 38px;
}
.faq__item {
    display: block;
    border: 2px solid #d7d7d7;
    border-radius: 10px;
    overflow: hidden;
}
.faq__item + li {
  margin-top: 30px;
}
.faq__details {
}
.faq__summary::-webkit-details-marker {
  display:none;
}
.faq__summary {
  display: block;
  list-style: none;
  position: relative;
  padding: 16px 74px;
  background: url(../img/ico_plus_blue.png) no-repeat right 20px center;
  font-size: 20px;
  font-weight: bold;
  color: #111;
  cursor: pointer;
  transition: 0.3s;

}
.faq__summary:hover {
  background: #eee url(../img/ico_plus_blue.png) no-repeat right 20px center;
}
.faq__summary:before {
    content: "Q";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 54px;
    background: #e32d23;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.faq__pannel{
  font-size: 36px;
  color: #111;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}
.faq__pannel span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 12px;
  width: 50%;
  height: 4px;
  background-color: #111;
  border-radius: 4px;
}
.faq__pannel span:nth-of-type(1) {
  top: 23px;
  transform: rotate(0deg);
  opacity: 1;
}
.faq__pannel span:nth-of-type(2) {
  top: 23px;
  transform: rotate(90deg);
}
.faq__details[open] .faq__pannel span:nth-of-type(1) {
  opacity: 0;
}
.faq__details[open] .faq__pannel span:nth-of-type(2) {
  top: 23px;
  transform: rotate(180deg);
}
.faq__desc {
  display: none;
  position: relative;
  padding: 16px 20px 16px 74px;
  border-top: 2px solid #d7d7d7;
  line-height: 1.5;
}
.faq__desc:before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 54px;
  background: #e7e7e7;
  font-size: 30px;
  font-weight: bold;
  color: #e32d23;
}
.faq__details[open] .faq__summary {
  background: url(../img/ico_minus_blue.png) no-repeat right 20px center;
}
.faq__details[open] .faq__summary:hover {
  background: #eee url(../img/ico_minus_blue.png) no-repeat right 20px center;
}
.faq__details[open] .faq__desc {
  display: block;
}
/*条件を指定して検索*/
.dpSearch.-localCampaign .dpSearch__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dpSearch.-localCampaign .dpSearch__ttl .-txt02 {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
}
.dpSearch.-localCampaign .dpSearch__btnList {
  margin-top: 30px;
}
/*検索フォームカラーリング上書き*/
.dpSearch__radio#tabBtn-1-2:checked ~ .dpSearch__btnList .dpSearch__label[for="tabBtn-1-2"],
.dpSearch__radio#tabBtn-1-1:checked ~ .dpSearch__btnList .dpSearch__label[for="tabBtn-1-1"]{
  background:#111;
}
.dpSearch.-localCampaign .fw-search-top__item-label,
.dpSearch.-localCampaign .fw-departure-ttl,
.dpSearch.-localCampaign .fw-search-top__sub-label{
  color:#111;
}
.dpSearch.-localCampaign .fw-select::after, .dpSearch.-localCampaign .fw-select--area-set::after {
  border-top: 3px solid #e32d23;
border-right: 3px solid #e32d23;
}
.dpSearch.-localCampaign .fw-checkbox__label::after {
  border-left: 4px solid #e32d23;
  border-bottom: 4px solid #e32d23;
}
.dpSearch.-localCampaign .fw-btn-search-01, .dpSearch.-localCampaign .fw-btn-search-01--hotel{
  background: #e32d23;
}.dpSearch.-localCampaign .fw-text--date::after {
  background-image: url("./../img/cal.png");
}