@charset "utf-8";
.-pcOnly {
  display: none !important;
}
.-spOnly {
  display: block !important;
}
.red{
  color: #e60012;
}
.fbold{
  font-weight: bold;
}
#kv{
  position: relative;
  width: 100%;
}
#nav {
  background: #111;
}
#nav .inner {
}
#nav .nav_list {
  display: flex;
  flex-wrap: wrap;
}
#nav .nav_item {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
  flex-basis: calc(100% / 3);
}
#nav .nav_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 4vw;
  background: #fff;
  transform: translateY(-50%);
  transition: .2s;
}
#nav .nav_item:first-child::before,
#nav .nav_item:nth-child(4)::before {
  display: none;
}
#nav .nav_item:hover::before,
#nav .nav_item:hover + li::before {
  opacity: 0;
}
#nav .nav_item:nth-last-child(-n+2) {
  border-top: 2px solid #fff;
}
#nav .nav_item br {
  display: none !important;
}
#nav .nav_link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 4vw 3vw;
  font-size: 3vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition: .2s;
}
#nav .nav_link:hover {
  background: #333;
  color: #fff;
}
#container{
  width: 94%;
  margin: 0 auto;
  line-height: 1.4;
  padding-bottom: 15vw;
}
#container .main_txt{
  margin: 3vw 0 6vw;
}
#container .main_txt p{
  font-size: 4vw;
  line-height: 1.6;
  margin-bottom: 2vw;
}
#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: 3.5vw;
  margin-top: 3vw;
  padding-top: 5vw;
  border-top: dotted 2px #000;
}
#container .important_txt .inner {
  padding: 6vw;
  background: #fbdddd;
  border: 2vw solid #fab9b9;
}
#container .important_txt .ttl {
  margin-bottom: 4vw;
  text-align: center;
}
#container .important_txt .ttl span {
  display: inline-block;
  position: relative;
  padding: 0 6vw;
  font-size: 5vw;
}
#container .important_txt .ttl span:before,
#container .important_txt .ttl span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 4vw;
  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: 4vw;
  font-size: 3.5vw;
  line-height: 1.5;
}
#container .important_txt .def_ttl {
  font-weight: bold;
}
/* ÏÞ¶¨¥¯©`¥Ý¥ó
----------------------------------------------------------------------------- */
#container .desc_txt{
  font-size: 4vw;
  line-height: 1.6;
  margin: 6vw 0;
  padding-bottom: 2vw;
  border-bottom: dotted 2px #000;
}
#coupon_d h2 {
  background: #111;
  color: #fff;
  font-size: 5vw;
  font-weight: normal;
  padding: 3vw 0 1vw;
  border-bottom: 2vw #111 solid;
  text-align: center;
  margin: 4vw 0 0;
}
#coupon_d h2 img.tag {
  vertical-align: middle;
  display: inline-block;
  margin: 0 2vw 2vw 0;
  width: 4vw;
}
#container .info_list {
  padding: 3vw;
  border-bottom: 1px solid #e3e3e3;
  font-size: 3.5vw;
}
#container .info_ttl {
  font-weight: bold;
}
#container .info_desc {
  margin-top: 1vw;
}
#coupon_d .coupon_blockInner {
  margin-top: 4vw;
  padding: 3vw;
  background: #fff7e1;
}
#coupon_d .coupon_box{
  background: #fff7e1;
  margin-bottom: 5vw;
}
#coupon_d .coupon_box .box{
  background: #fff;
  border: solid #f2edde 1px;
  padding: 2vw;
  margin-bottom: 3vw;
}
#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: 10vw;
    text-align: center;
    height: 1em;
    line-height: 1;
    z-index: 1001;
}
#coupon_d .coupon_box .box .in_box {
  position: relative;
  border: #fff182 solid 3vw;
  width: 100%;
}
#coupon_d .coupon_box .box .in_box .wrap {
  padding: 3vw;
}
#coupon_d .coupon_box .box .in_box .num {
  background: #e60012;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  font-size: 3.5vw;
  padding: 2vw 4vw;
}
#coupon_d .coupon_box .box .in_box .num span {
  font-size: 5vw;
}
#coupon_d .coupon_box .box .in_box .title {
  font-size: 5vw;
  font-weight: bold;
  margin: 3vw 1vw 0;
}
#coupon_d .coupon_box .box .in_box .title span {
  display: block;
  padding: 0 2vw;
  border-bottom: solid 1vw #ffd866;
  line-height: 2;
}
#coupon_d .coupon_box .box .in_box .discount_wrap {
  margin: 2vw 0;
}
#coupon_d .coupon_box .box .in_box .discount {
  font-weight: bold;
  color: #e60012;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 2vw;
  font-size: 9vw;
  line-height: 1;
}
#coupon_d .coupon_box .box .in_box .discount span {
  letter-spacing: -0.05em;
  font-size: 13vw;
}
#coupon_d .coupon_box .box .in_box .discount_note {
  font-size: 3.5vw;
  font-weight: bold;
  color: #e60012;
  text-align: center;
}
#coupon_d .coupon_box .box .in_box .code{
  background: #fff;
  border-radius: 1vw;
  font-weight: bold;
  border: none;
}
#coupon_d .coupon_box .box .in_box .code dt{
  font-size: 4.5vw;
  background: #ffd866;
  padding: 1vw 0;
  text-align: center;
}
#coupon_d .coupon_box .box .in_box .code dd{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 6vw;
  text-align: center;
  padding: 1vw 2vw;
  border: #ffd866 solid 1vw;
  border-top: none;
  border-radius: 0 0 1vw 1vw;
}
#coupon_d .coupon_box .box .in_box .code dd .js-copytext {
  width: 40vw;
  border: none;
  font-size: 6vw;
}
#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: 1.5vw 3vw;
  border: 2px solid #88cbff;
  border-radius: 3px;
  font-size: 3.5vw;
  font-weight: bold;
  color: #88cbff;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-out;
}
#coupon_d .coupon_box .box .in_box .code dd textarea {
  font-size: 16px;
}
#coupon_d .coupon_box .box .in_box .alert_txt {
  display: none;
  position: absolute;
  right: 50%;
  bottom: 40vw;
  margin-right: -20vw;
  padding: 4vw;
  background: #fff;
  border: 2px solid #88cbff;
  border-radius: 3px;
  font-size: 4vw;
  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 .coupon_box .cmt{
  font-size: 14px;
}
#coupon_d .coupon_box .cmt ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 1vw;
  font-size: 3.5vw;
}
#coupon_d .btn_list {
  width: 100%;
  margin: 2.5vw auto 0;
}
#coupon_d .btn_item {

}
#coupon_d .btn_link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 3vw 10vw;
  background: #11c5bf;
  border: none;
  border-bottom: solid 4px #1aa09b;
  border-radius: 1vw;
  font-size: 5vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}
#coupon_d .btn_link::after {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    right: 4vw;
    width: 3vw;
    height: 3vw;
    border-top: 1vw solid #fff;
    border-right: 1vw solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .2s;
    transition: .2s;
}
#coupon_d .btn_link:hover {
  background-color: #1aa09b;
}
/* ¥¯©`¥Ý¥ó¤ÎÀûÓÃ·½·¨
----------------------------------------------------------------------------- */
.usage {
  margin-top: 6vw;
}
.usage .ac_ttl{
  background: #111;
  border-radius: 2vw;
  padding: 5vw;
  position: relative;
  cursor: pointer;
  transition: background-color 0.5s ease-out;
}
.usage .ac_ttl:hover{
  background: #333;
}
.usage .ac_ttl h2{
  font-size: 4.5vw;
  font-weight: normal;
  color:#fff;
  padding-right:5vw;
}
.usage .in_bdy{
  width: 100%;
  padding: 5vw 0;
  display: none;
}
.usage .step{
  padding-bottom: 8vw;
}
.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: 2vw;
  margin-bottom: 4vw;
}
.usage .step .st_ttl .stp{
  background: #e32d23;
  width: 15vw;
  font-weight: bold;
  font-size: 3vw;
  color: #fff;
  border-radius: 1vw;
  text-align: center;
  padding: 2vw 0;
  position: relative;
}
.usage .step .st_ttl .stp::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -2vw;
  top: 2.5vw;
  border-left: 2.53vw solid #e32d23;
  border-top: 2vw solid transparent;
  border-bottom: 2vw solid transparent;
}
.usage .step .st_ttl h3{
  margin: 0;
  color: #111;
  font-size: 5.5vw;
  margin-left: 5vw;
}
.usage .step p,
.usage .step ul{
  font-size: 4vw;
  line-height: 1.8;
}
.usage .step .ph{
  text-align: center;
  margin-top: 3vw;
}
.usage .step .error{
  margin-top: 8vw;
}
.usage .step .error h4{
  font-size: 4.8vw;
  border-bottom: 1px solid #000;
  padding-bottom: 2vw;
  margin-bottom: 4vw;
}
.usage .step .error ul li{
  font-weight: bold;
}
/* ¥¯©`¥Ý¥óÀûÓÃ¤Î×¢ÒâÊÂí—
----------------------------------------------------------------------------- */
.caution{
  margin-top: 6vw;
}
.caution .ac_ttl{
  background: #111;
  border-radius: 2vw;
  padding: 5vw;
  position: relative;
  cursor: pointer;
  transition: background-color 0.5s ease-out;
}
.caution .ac_ttl:hover{
  background: #333;
}
.caution .ac_ttl h2{
  font-size: 4.5vw;
  font-weight: normal;
  color:#fff;
  padding-right: 5vw;
}
.caution .in_bdy{
  width: 100%;
  padding: 5vw 0;
  display: none;
}
.caution .section:first-child{
  margin-bottom: 9vw;
}
.caution h4{
  font-size: 4.5vw;
  border-bottom: 1px solid #000;
  padding-bottom: 1vw;
  margin-bottom: 4vw;
}
.caution ul{
  font-size: 4vw;
  line-height: 1.8;
}
.caution ul li{
  text-indent: -1em;
  padding-left: 1em;
}

/*¥×¥é¥¹¥Þ¥¤¥Ê¥¹ÇÐ¤êÌæ¤¨*/
.ac_ttl .pannel{
  font-size: 8vw;
  color: #111;
  background: #fff;
  border-radius: 2vw;
  position: absolute;
  top: 50%;
  right: 3vw;
  width: 12vw;
  height: 12vw;
  transform: translateY(-50%);
}
.ac_ttl .pannel span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 3vw;
  width: 50%;
  height: 4px;
  background-color: #111;
  border-radius: 2vw;
}
.ac_ttl .pannel span:nth-of-type(1) {
  top: 5.5vw;
  transform: rotate(0deg);
  opacity: 1;
}
.ac_ttl .pannel span:nth-of-type(2) {
  top: 5.5vw;
  transform: rotate(90deg);
}
.ac_ttl .pannel.active span:nth-of-type(1) {
  opacity: 0;
}
.ac_ttl .pannel.active span:nth-of-type(2) {
  top: 5.5vw;
  transform: rotate(180deg);
}

/* Go To¥­¥ã¥ó¥Ú©`¥ó¤È¤Ï
----------------------------------------------------------------------------- */
#usage02 {

}
#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: 2vw;
  margin-bottom: 4vw;
}
#usage02 .step .st_ttl h3 {
  margin: 10vw 0 0;
  color: #111;
  font-size: 5.5vw;
}
#usage .step p {
  font-size: 4vw;
  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;
  margin-top: 3vw;
}
#usage02 .step .ph .source {
  font-size: 3.5vw;
  margin-top: 2vw;
}

.etiq {
  margin-top:10vw;
}
.etiq .ttl {
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
}
.etiq .ttl .-red {
  color: #e60012;
}
.etiq .desc {
  margin-top: 4vw;
  font-size: 3.5vw;
  text-align: center;
}
.etiq .etiq_list {
  margin: 5vw auto 0;
}
.etiq .etiq_item + li {
  margin-top: 2vw;
}
.etiq .etiq_link {
  display: flex;
  align-items: center;
  width: 100%;
  border: 2vw solid #eee;
  padding:3vw 1vw;
}
.etiq .etiq_link:hover {
  background: rgba(255 ,255, 255, .5);
  opacity: 1;
}
.etiq .etiq_link .ph {
  width: 20vw;
}
.etiq .etiq_link .txt {
  display: inline-block;
  margin: 0 0 0 4vw;
  padding-right: 8vw;
  background: url(../img/ico_blank.png) no-repeat right 3vw center /4vw;
  font-size: 3.5vw;
  font-weight: bold;
  color: #333;
}

.search_box {
  position: relative;
}

.search_box .form_text {
  color: #000;
}

.search_box_inn {
  width: 100%;
  margin-top: 7.5vw;
  padding: 5vw;
  background: #ececec;
}

.search_box_inn .box_header {
}
.search_box_inn .box_header h2 {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  margin-bottom: 6vw;
  font-family: '¥Ò¥é¥®¥Î½Ç¥´ Pro W3','Hiragino Kaku Gothic Pro','¥á¥¤¥ê¥ª',Meiryo,'£Í£Ó £Ð¥´¥·¥Ã¥¯',sans-serif;
  font-size: 5.5vw;
  font-weight: bold;
  color: #000000;
}

.search_box_inn .box_header h2:before {
  position: relative;
  top: 0;
  content: '';
  display: inline-block;
  width: 5.5vw;
  height: 5.5vw;
  margin-right: 2.5vw;
  vertical-align: middle;
  background: url(/orion/wp-content/themes/orion/air/img/pc/modelcourse/search_icon01.png) no-repeat left center;
  background-size: 100% auto;
}

.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;
  width: 100%;
  margin-bottom: 2.5vw;
}

.search_box_inn .ttl {
  display: flex;
  justify-content: flex-end;
  flex-basis: 25vw;
  margin-right: 3vw;
  padding-left: 0;
  font-size: 3.5vw;
  font-weight: bold;
  white-space: nowrap;
}
.search_box_inn .ttl.-spOnly {
  display: flex !important;
}

.search_box_inn .select_wrap02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5vw;
}
.search_box_inn .select_wrap02 .select_wrap {
  flex-grow: 2;
}
.search_box_inn .select_wrap02 .select_wrap select {
  width: 100%;
  background: #fff;
}
.search_box_inn .form_box .select_wrap {
  flex-basis: 30vw;
  flex-grow: 2;
  position: relative;
}

.search_box_inn .form_box .select_wrap select, .search_box_inn .form_box .select_wrap input {
  width: 100%;
  background: #fff;
}

.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%;
  background: #fff;
}

.search_box_inn .select_wrap02 .ttl:before {
  display: block;
  position: relative;
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 2vw;
  background: url(/orion/wp-content/themes/orion/img/pc/main/departure.png) no-repeat left center;
  background-size: 3.5vw auto;
  content: '';
}

.search_box_inn .destination .select_wrap select {
  width: 100%;
  background: #fff;
}

.search_box_inn .destination .ttl:before {
  display: block;
  position: relative;
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 2vw;
  background: url(/orion/wp-content/themes/orion/img/pc/main/destination.png) no-repeat left center;
  background-size: 3.5vw auto;
  content: '';
}

.search_box_inn .area .select_wrap select {
  width: 100%;
  background: #fff;
}

.search_box_inn .area .ttl:before {
  display: block;
  position: relative;
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 2vw;
  background: url(/orion/wp-content/themes/orion/img/pc/main/area.png) no-repeat left center;
  background-size: 3.5vw auto;
  content: '';
}

.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;
}

.search_box_inn .date .select_wrap::after {
  display: none;
}

.search_box_inn .date .select_wrap input {
  flex-basis: 100%;
  margin-right: 3vw;
  padding: 3vw 2vw;
  border: .2vw solid #aaa;
  border-radius: .6vw;
  background: #ffffff url(/orion/wp-content/themes/orion/img/pc/main/calender.png) no-repeat right 1vw center;
  background-size: 3.5vw auto;
  font-size: 16px;
  background: #fff;
}

.search_box_inn .date .ttl:before {
  display: block;
  position: relative;
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 2vw;
  background: url(/orion/wp-content/themes/orion/img/pc/main/date.png) no-repeat left top;
  background-size: auto 3.5vw;
  content: '';
}

.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;
  font-size: 3vw;
  white-space: nowrap;
}

.search_box_inn .date .disable input {
  width: 4vw;
  height: 4vw;
  margin-right: 1vw;
  border: .2vw solid #cccccc;
  border-radius: .6vw;
  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 select {
  width: 100%;
  background: #fff;
}

.search_box_inn .days .ttl:before {
  display: block;
  position: relative;
  width: 5vw;
  height: 5vw;
  margin-right: 2vw;
  background: url(/orion/wp-content/themes/orion/img/pc/main/days.png) no-repeat left top;
  background-size: 5vw auto;
  content: '';
}

.search_box_inn .user .select_wrap select {
  width: 100%;
  background: #fff;
}

.search_box_inn .user .ttl:before {
  display: block;
  position: relative;
  width: 4vw;
  height: 4vw;
  margin-right: 2vw;
  background: url(/orion/wp-content/themes/orion/img/pc/main/user.png) no-repeat left top 2px;
  background-size: 4vw auto;
  content: '';
}

.search_box_inn .form_box_wrap {
  width: 100%;
}

.search_box_inn .form_box_wrap .form_box02 {
  position: relative;
  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;
  width: 100%;
  margin-bottom: 2.5vw;
}

.search_box_inn .form_box_wrap .form_box02 .select_wrap {
  flex-grow: 2;
  border-radius: .6vw;
}
.search_box_inn .form_box_wrap .form_box02 .ttl {
  flex-basis: 25vw;
  font-size: 3.5vw;
  font-weight: bold;
  margin-right: 3vw;
}

.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 {
  min-width: 40%;
  margin-bottom: 3.5vw;
  padding: 3vw;
  background: #e2e2e2;
  border: .2vw solid #cecece;
  border-radius: .6vw;
  font-size: 4vw;
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
}

.search_box_inn .other_btn img {
  margin-right: 2vw;
  width: 3vw;
}

.search_box_inn .other_btn:hover {
  background: #cecece;
}

.search_box_inn .search_btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 5vw 0;
  border: none;
  border-bottom: solid 1vw #1aa09b;
  border-radius: 1vw;
  font-size: 5vw;
  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 23vw center;
  background-size: 5vw auto;
}

.search_box_inn .search_btn:hover {
  background-color: #1aa09b;
}

.search_box_inn .form02 {
  margin-top: 10px;
}
.search_box .conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  margin-bottom: 3.5vw;
}

.search_box .conditions .ttl {
  display: flex;
  align-items: center;
  font-size: 3.5vw;
  font-weight: bold;
  flex-basis: 25vw;
}
.search_box .conditions .ttl:before {
  display: block;
  position: relative;
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 2vw;
  background: url(/orion/wp-content/themes/orion/img/pc/main/heart_ico.png) no-repeat left center;
  background-size: 3.5vw auto;
  content: '';
}
.search_box .conditions .select_wrap {
  flex-grow: 2;
  font-size: 3.5vw;
  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 {
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 1.5vw;
  vertical-align: middle;
}

.search_box .conditions .select_wrap label {
  margin: 0 1vw 0 .5vw;
}

.search_box .keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 3.5vw;
}

.search_box .keyword .ttl {
  display: flex;
  align-items: center;
  flex-basis: 25vw;
  font-size: 3.5vw;
  font-weight: bold;
}
.search_box .keyword .ttl:before {
  display: block;
  position: relative;
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 2vw;
  background: url(/orion/wp-content/themes/orion/img/pc/main/pen_ico.png) no-repeat left center;
  background-size: 3.5vw auto;
  content: '';
}

.search_box .keyword .select_wrap {
  flex-grow: 2;
  position: relative;
}

.search_box .keyword .select_wrap::after {
  display: none;
}

.search_box .keyword .select_wrap input {
  width: 100%;
  padding: 2.5vw;
  font-size: 16px;
}

.search_box .popular_word {
  margin-bottom: 20px;
}

.search_box .popular_word h6 {
  color: #fff;
  display: inline-block;
  background: #8c8c8c;
  border-radius: 3vw;
  font-size: 3vw;
  line-height: 1;
  padding: 1.5vw 4vw;
  position: relative;
  margin-bottom: 3.5vw;
}

.search_box .popular_word h6:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1.5vw;
  border: 1.5vw solid transparent;
  border-top: 1.5vw 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: 3.5vw;
  margin-right: 3vw;
  margin-bottom: 4vw;
  font-weight: bold;
  cursor: pointer;
  border-bottom: .2vw solid #8e8e8e;
  line-height: 1.2;
  background: url(/orion/wp-content/themes/orion/img/pc/main/plus_ico.png) no-repeat left center;
  background-size: 3.5vw auto;
  padding-left: 5vw;
}

.search_box .popular_word ul li:hover {
  color: #404040;
}

.search_box .popular_word .comments {
  font-size: 3vw;
  line-height: 1.2;
}

.search_box .hide_form {
  display: none;
  width: 100%;
}
.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: 3vw 2vw;
  border: .2vw solid #aaa;
  font-size: 16px;
  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-top: 3.5vw;
}
#ui-datepicker-div {
  transform: scale(1);
  transform-origin: center top;
}

.bottom_btnList .btn_list {
  width: 100%;
  margin: 30px auto 0;
}
.bottom_btnList .btn_item + li {
  margin-top: 2vw;
}
.bottom_btnList .btn_link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 3vw 10vw 3vw 2vw;
  background: #11c5bf;
  border: none;
  border-bottom: solid 4px #1aa09b;
  border-radius: 1vw;
  font-size: 5vw;
  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% - 2vw);
    right: 4vw;
    width: 3vw;
    height: 3vw;
    border-top: 1vw solid #fff;
    border-right: 1vw 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__button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 200;
  background: url(../image/natsuyasumi_com/arrow_areaselect.png) no-repeat 95% 50%;
  position: absolute;
  top: 5vw;
  left: 52vw;
  width: 25vw;
  border: 1px solid #ccc;
  border-radius: 1vw;
  padding-right: 3vw;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1) inset;
  font-size: 3.5vw;
  line-height: 2;
  text-align: center;
  cursor: pointer;
}
.dept__button:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1vw;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5vw calc(1.5vw / 2) 0 calc(1.5vw / 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: 10vw;
  left: auto;
  width: 90%;
  margin: 0 auto;
  padding: 10vw 3vw 1.5vw;
  border-radius: 1vw;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
}
.dept__close {
  display: block;
  position: absolute;
  top: -3vw;
  right: -3vw;
  width: 10vw;
  height: 10vw;
  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: 4vw;
  height: .4vw;
  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: #68a9e6;
  font-size: 3.5vw;
  font-weight: bold;
  color: #fff;
  line-height: 2;
  text-align: center;
}
.dept__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3vw;
}
.dept__item {
  display: flex;
  flex-grow: 1;
  flex-basis: calc(100% / 2 - 3vw * (1 / 2) - .01px);
  max-width: calc(100% / 2 - 3vw * (1 / 2) - .01px);
  margin-bottom: 3vw;
}
.dept__item:not(:nth-child(2n)) {
  margin-right: 3vw;
}
.dept__link {
  display: block;
  flex-grow: 1;
  padding: 3vw 2vw;
  border-radius: .8vw;
  background: #eee;
  box-sizing: border-box;
  font-size: 3.5vw;
  color: #333;
  line-height: 1.5;
  text-align: center;
  transition: background .2s;
}
.dept__link:hover {
  background: #ddd;
  color: #333;
}

.kv {
  position: relative;
}
.kv__listWrapper {
  display: block;
  width: 100%;
  padding: 1vw 0;
  box-sizing: border-box;
  background: #5ab4fd;
  overflow-x: scroll;
}
.kv__list {
  display: flex;
  padding-top: 7vw;
  box-sizing: border-box;
}
.kv__item {
  display: block;
  flex-basis: 20vw;
  flex-grow: 1;
  flex-shrink: 0;
  box-sizing: border-box;
  font-size: 2.7vw;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.kv__item.-lead {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5vw;
  border-right: 0 !important;
  font-size: 3vw;
  text-align: center;
}
.kv__item:not(:last-child) {
  border-right: 1px solid #3498e9;
}
.kv__link {
  display: block;
  margin: 0 1vw;
  padding: 3vw 0;
  border-radius: 1vw;
  font-weight: normal;
  color: #fff;
  transition: background .2s;
}
.kv__link:hover {
  background: rgba(255, 255, 255, .2);
  color: #fff;
}
.kv__link.-active {
  background: #fff100;
  font-weight: bold;
  color: #1583dc;
  pointer-events: none;
}

.tour__inner {
  display: block;
  width: 100%;
  margin: 10vw auto;
}
.tour__h2 {
  margin: 4vw 0 0;
  padding: 3vw 0 1vw;
  border-bottom: 2vw #111 solid;
  background: #111;
  font-size: 5vw;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.tour__h2 img.tag {
  display: inline-block;
  width: 4vw;
  margin: 0 2vw 2vw 0;
  vertical-align: middle;
}
.tour__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5vw;
}
.tour__item {
  margin-bottom: 5vw;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .15);
}
.tour__ttlWrapper {
  display: flex;
  font-weight: bold;
}
.tour__area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1vw 2.5vw;
  box-sizing: border-box;
  background: #ffd866;
  font-size: 3vw;
  white-space: nowrap;
  color: #333;
  line-height: 1.5;
  text-align: center;
}
.tour__ttl {
  flex-grow: 1;
  padding: 6px 15px;
  box-sizing: border-box;
  background: #fff183;
  font-size: 3vw;
  color: #695f14;
  line-height: 1.5;
}
.tour__itemInner {
  position: relative;
  margin-top: 1.5vw;
}
.tour__imgWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 40vw;
}
.tour__txtWrapper01 {
  min-height: 31.5vw;
  margin-left: 42vw;
  padding-right: 1.5vw;
  box-sizing: border-box;
}
.tour__link {
  display: block;
  font-size: 3vw;
  font-weight: bold;
  color: #08aca7;
  line-height: 1.5;
  text-decoration: underline;
}
.tour__link:hover {
  color: #08aca7;
  text-decoration: none;
}
.tour__desc {
  margin-top: 1vw;
  font-size: 2.5vw;
  color: #303030;
  line-height: 1.7;
}
.tour__priceWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 8vw;
  padding-top: 3vw;
  box-sizing: border-box;
  background: #f5f4e9;
}
.tour__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-basis: 33vw;
}
.tour__price:first-child {
  display: flex;
  align-items: baseline;
  position: relative;
  margin-right: 10vw;
}
.tour__price:first-child:after {
  display: block;
  position: absolute;
  top: 50%;
  right: -6vw;
  transform: translateY(-50%);
  width: 3vw;
  height: calc(3vw / (18 / 21));
  box-sizing: border-box;
  background: url(../img/tour_arrow.png) no-repeat;
  background-size: 100% auto;
  content: '';
}
.tour__priceTtl {
  font-size: 3vw;
  color: #1c1c1c;
  line-height: 1.2;
}
.tour__priceDesc {
  display: flex;
  align-items: baseline;
  position: relative;
  font-size: 5.5vw;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}
.tour__priceDesc.-red {
  color: #e50000;
}
.tour__priceUnit {
  margin-left: .3vw;
}
.tour__priceBalloon {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: calc(100% - 1vw);
  right: 1vw;
  width: 33vw;
  padding: 1vw;
  border-radius: .7vw;
  box-sizing: border-box;
  background: #0ca5dc;
}
.tour__priceBalloon:after {
  display: block;
  position: absolute;
  top: 100%;
  right: 5vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5vw 2.5vw 0  0;
  border-color: #0ca5dc transparent transparent transparent;
  content: '';
}
.tour__priceImg {
  width: 12vw;
  margin-right: 1vw;
}
.tour__priceBalloonTxt {
  font-size: 2.5vw;
  font-weight: bold;
  color: #fff;
}
.tour__priceNote {
  padding: 1.5vw 0 3vw;
  background: #f5f4e9;
  font-size: 2.8vw;
  line-height: 1.5;
  text-align: center;
}
.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: 0 auto;
  padding: 3vw 10vw;
  background: #11c5bf;
  border: none;
  border-bottom: solid 4px #1aa09b;
  border-radius: 1vw;
  font-size: 5vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}
.tour__btnLink::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 4vw;
  width: 3vw;
  height: 3vw;
  border-top: 1vw solid #fff;
  border-right: 1vw 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: 6vw;
  padding: 2vw;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  background: #fff;
}
.tour__txt {
  font-size: 3vw;
  color: #323232;
  line-height: 1.5;
}
.tour__txt.-red {
  color: #e50000;
}

#sale h2 {
  background: #111;
  color: #fff;
  font-size: 5vw;
  font-weight: normal;
  padding: 3vw 0 1vw;
  border-bottom: 2vw #111 solid;
  text-align: center;
  margin: 4vw 0 0;
}
#sale h2 img.tag {
  vertical-align: middle;
  display: inline-block;
  margin: 0 2vw 2vw 0;
  width: 4vw;
}
#sale .preflist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 5vw -0.5vw 0;
}
#sale .preflist li {
  margin: 0 .5vw 1vw;
}
#sale .preflist li .anchorlink {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 12vw;
  padding: 1vw 3vw;
  background: #c1aa4d;
  font-size: 3.5vw;
  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: 1.2vw 2vw 0 2vw;
    transform: translateX(-50%);
}
#sale .preflist li .anchorlink:after {
    bottom: 1.5vw;
    border-color: #fff transparent transparent transparent;
}
#sale .preflist li .anchorlink:before {
    bottom: 1.8vw;
    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: 8vw;
}
#sale .subttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2vw 3vw;
  background: #ffe35e;
  font-size: 4vw;
  color: #000;
}
#sale .subttl .ttlTxt01 {
  display: block;
  width: 50vw;
  box-sizing: border-box;
  font-weight: bold;
  pointer-events: none;
}
#sale .subttl .ttlTxt01 .-small {
  font-size: 3vw;
}
#sale .subttl .ttlTxt02 {
  display: flex;
  width: 35vw;
  padding: 2vw 4vw;
  font-size: 3vw;
  background: #e32d23;
  color:#fff;
}

/*静的セール対象プラン*/
.cont04__inner {
    display: block;
    width: 86.6666666667vw;
    margin: 3.3333333333vw auto
}
.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-top: 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: 5.3333333333vw
}
.cont04__list.-column-2-sp {
    display: flex;
    flex-wrap: wrap
}
.cont04__list.-column-2-sp .cont04__item {
    flex-basis: calc(100% / 2 - 3.6666666667vw *(1 / 2) - 0.01px);
    max-width: calc(100% / 2 - 3.6666666667vw *(1 / 2) - 0.01px);
        box-shadow: 0px 0px 10px #00000029;
}
.cont04__list.-column-2-sp .cont04__item:not(:nth-child(2n)) {
    margin-right: 3.6666666667vw
}
.cont04__txtWrapper{
  padding:1vw;
}
.cont04__list.-column-2-sp .cont04__desc01,
.cont04__list.-column-2-sp .cont04__desc02,
.cont04__list.-column-2-sp .cont04__ttl {
    font-size: 2.9333333333vw
}
.cont04__list.-column-2-sp .cont04__priceTtl {
    font-size: 2.6666666667vw
}
.cont04__list.-column-2-sp .cont04__priceDesc {
    font-size: 3.4666666667vw
}
.cont04__list.-column-2-sp .cont04__link {
    font-size: 2.9333333333vw
}
.cont04__item {
    margin-bottom: 6vw
}
.cont04__ttl {
    display: block;
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
    font-weight: bold;
    color: #111
}
.cont04__desc01 {
    display: block;
    margin-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 0.1333333333vw solid #d7d7d7;
    box-sizing: border-box;
    font-size: 3.2vw;
    line-height: 1.4
}
.cont04__desc02 {
    margin-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 0.1333333333vw solid #d7d7d7;
    box-sizing: border-box;
    font-size: 3.2vw;
    color: #7a7a7a;
    line-height: 1.4
}
.cont04__priceList {
    margin-top: 1.3333333333vw;
    text-align: right
}
.cont04__priceTtl {
    font-size: 3.2vw;
    line-height: 1.6
}
.cont04__priceDesc {
    display: block;
    margin-top: 0.6666666667vw;
    font-size: 3.7333333333vw;
    font-weight: bold;
    color: #d42124;
    line-height: 1.3
}
.cont04__link {
    display: block;
    position: relative;
    margin-top: 1.3333333333vw;
    padding: 1.6vw 4.6666666667vw;
    box-sizing: border-box;
    background: #e32d23;
    font-size: 3.7333333333vw;
    color: #fff;
    text-align: center;
    line-height: 2;
    transition: background 0.2s;
    border-radius:1vw;
}
.cont04__link:hover {
    background: #b1241c;
    color: #fff
}
.cont04__link:after {
    display: block;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    border-top: 0.1333333333vw solid #fff;
    border-right: 0.1333333333vw solid #fff;
    transform-origin: 100% 0;
    /*content: "";*/
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 50%;
    right: 2vw;
    pointer-events: none
}
.cont04__more {
  display: flex;
  justify-content: flex-end;
  margin-top: 5vw;
}
.cont04__moreBtn {
  display: block;
  position: relative;
  width: 100%;
  padding: 2vw 7vw 2vw 4vw;
  box-sizing: border-box;
  background: #111;
  font-size: 3.5vw;
  color: #fff;
  text-align: center;
  line-height: 2;
  transition: background 0.2s;
}
.cont04__moreBtn:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 2vw;
  display: block;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  border-top: 0.1333333333vw solid #fff;
  border-right: 0.1333333333vw solid #fff;
  transform-origin: 100% 0;
  content: "";
  transform: rotate(45deg);
}
.cont04__moreBtn:hover {
  color: #fff;
  background: #4160d1;
}

/* 動的セール対象プラン */
.cont03 {
    display: block;
    width: 86.6666666667vw;
    margin: 0 auto
}
.cont03:not(:last-child) {
    margin-bottom: 12vw
}
.cont03 .fw-top .fw-static-api-wrap {
    margin-top: 25px
}
.cont03 .fw-top .fw-static-api-departure {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-weight: bold
}
.cont03 .fw-top .fw-static-api-departure:before {
    display: block;
    width: 22px;
    height: calc(22px / 0.6666666667);
    margin-right: 10px;
    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: 100%;
    margin-top: 10px;
    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 {
    padding-left: 15px;
    font-size: 16px;
    color: #242424
}
.cont03 .fw-top .fw-static-api-departure-text {
    padding-right: 0;
    font-size: 16px
}
.cont03 .fw-top .fw-static-api-search-wrap {
    margin-top: 5.3333333333vw;
    margin-bottom: -6vw
}
.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;
    padding:1vw;
}
.cont03 .fw-top .fw-static-api-search__item {
    width: auto;
    background: transparet;
    border: 0;
    margin-right: 0;
    margin-bottom: 6vw
}
.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 {
    margin-top: 1.3333333333vw;
    padding: 0;
    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: 0.6666666667vw;
    font-size: 1.8666666667vw;
    color: #000;
    line-height: 1.6
}
.cont03 .fw-top .fw-static-api-search-name {
    display: block;
    order: 1;
    font-size: 2.9333333333vw;
    font-weight: bold;
    line-height: 1.6
}
.cont03 .fw-top .fw-static-api-search-price-box {
    order: 3;
    margin-top: 1.3333333333vw;
    margin-bottom: 0;
    padding-top: 0.6666666667vw;
    border-top: 0.1333333333vw solid #d7d7d7
}
.cont03 .fw-top .fw-static-api-search-price {
    display: block;
    text-align: right
}
.cont03 .fw-top .fw-static-api-search-price:before {
    font-size: 2.6666666667vw;
    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: 5.4666666667vw;
    font-weight: bold;
    color: #d42124;
    line-height: 1.3
}
.cont03 .fw-top .fw-static-api-search-price-range {
    margin-top: 0.6666666667vw
}
.cont03 .fw-top .fw-static-api-search-price-sub {
    display: none
}
.cont03 .fw-top .fw-static-api-search-col {
    order: 2;
    margin-top: 1.3333333333vw;
    font-size: 2.9333333333vw;
    color: #000;
    line-height: 1.4
}
.cont03 .fw-top .fw-static-api-search-col span {
    display: block;
    margin-top: 1.6vw;
    padding-top: 1.6vw;
    border-top: 0.1333333333vw 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 {
    margin-top: 1.3333333333vw;
    padding: 0;
    box-sizing: border-box
}
.cont03 .fw-top .fw-btn-search-01 {
    border: none;
    cursor: pointer;
    padding: 1.6vw 4.6666666667vw;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    position: relative;
    width: 100%;
    background: #e32d23;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 2.9333333333vw;
    font-weight: normal;
    color: #fff;
    text-align: center;
    line-height: 2;
    transition: background-color 0.2s;
    border-radius:1vw;
}
.cont03 .fw-top .fw-btn-search-01:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 2vw;
    display: block;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    border-top: 0.1333333333vw solid #fff;
    border-right: 0.1333333333vw solid #fff;
    transform-origin: 100% 0;
    /*content: "";*/
    transform: rotate(45deg)
}
.cont03 .fw-top .fw-static-api-search-wrap {
    display: flex;
    flex-wrap: wrap
}
.cont03 .fw-top .fw-static-api-search__item {
  /*
    flex-basis: calc(100% / 2 - 3.6666666667vw *(1 / 2) - 0.01px);
    max-width: calc(100% / 2 - 3.6666666667vw *(1 / 2) - 0.01px);
  */
    flex-basis: 100%;
    max-width: 100%;
    box-shadow: 0px 0px 10px #00000029;
}
/*
.cont03 .fw-top .fw-static-api-search__item:not(:nth-child(2n)) {
    margin-right: 3.6666666667vw
}
*/
.cont03 #webconnect-tour-price-gadget .fw-top .fw-static-api-search-wrap {
    display: block
}
.cont03 #webconnect-tour-price-gadget .fw-top .fw-static-api-search-name,
.cont03 #webconnect-tour-price-gadget .fw-top .fw-static-api-search-price-num,
.cont03 #webconnect-tour-price-gadget .fw-top .fw-static-api-search-price-unit {
    font-size: 3.7333333333vw
}
.cont03 #webconnect-tour-price-gadget .fw-top .fw-static-api-search-col,
.cont03 #webconnect-tour-price-gadget .fw-top .fw-static-api-search-failed,
.cont03 #webconnect-tour-price-gadget .fw-top .fw-static-api-search-price:before {
    font-size: 3.2vw
}
.cont03 #webconnect-tour-price-gadget .fw-top .fw-btn-search-01 {
    font-size: 3.7333333333vw
}
.cont03__more {
  display: flex;
  justify-content: flex-end;
  margin-top: 5vw;
}
.cont03__moreBtn {
  display: block;
  position: relative;
  width: 100%;
  padding: 2vw 7vw 2vw 4vw;
  box-sizing: border-box;
  background: #111;
  font-size: 3.5vw;
  color: #fff;
  text-align: center;
  line-height: 2;
  transition: background 0.2s;
}
.cont03__moreBtn:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 2vw;
    display: block;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    border-top: 0.1333333333vw solid #fff;
    border-right: 0.1333333333vw solid #fff;
    transform-origin: 100% 0;
    content: "";
    transform: rotate(45deg);
}
.cont03__moreBtn:hover {
  color: #fff;
  background: #4160d1;
}

/* faq */
#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: 2vw;
  margin-bottom: 4vw;
}
#faq .step .st_ttl h3 {
  margin: 10vw 0 0;
  color: #111;
  font-size: 5.5vw;
}
.faq__list {
    margin-top: 38px;
}
.faq__item {
    display: block;
    border: 2px solid #d7d7d7;
    border-radius: 10px;
    overflow: hidden;
}
.faq__item + li {
  margin-top: 2.6666666667vw;
}
.faq__details {
}
.faq__summary::-webkit-details-marker {
  display:none;
}
.faq__summary {
  display: block;
  list-style: none;
  position: relative;
  padding: 5.3333333333vw 9.3333333333vw;
  background: url(../img/ico_plus_blue.png) no-repeat right 20px center;
  background-size: 2.6666666667vw auto;
  font-size: 3.2vw;
  font-weight: bold;
  color: #111;
  cursor: pointer;
  transition: 0.3s;

}
.faq__summary:before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 7.3333333333vw;
  background: #e32d23;
  font-size: 4vw;
  font-weight: bold;
  color: #fff;
}
.faq__pannel{
  font-size: 8vw;
  color: #111;
  background: #fff;
  border-radius: 2vw;
  position: absolute;
  top: 50%;
  right: 2vw;
  width: 8vw;
  height: 8vw;
  transform: translateY(-50%);
}
.faq__pannel span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 2vw;
  width: 50%;
  height: 4px;
  background-color: #111;
  border-radius: 2vw;
}
.faq__pannel span:nth-of-type(1) {
  top: 48%;
  transform: rotate(0deg);
  opacity: 1;
}
.faq__pannel span:nth-of-type(2) {
  top: 48%;
  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: 48%;
  transform: rotate(180deg);
}
.faq__desc {
  display: none;
  position: relative;
  padding: 2vw 2vw 2vw 9.3333333333vw;
  border-top: 2px solid #d7d7d7;
  font-size: 3.2vw !important;
  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: 7.3333333333vw;
  background: #e7e7e7;
  font-size: 4vw;
  font-weight: bold;
  color: #111;
}
.faq__details[open] .faq__summary {
  background: url(../img/ico_minus_blue.png) no-repeat right 20px center;
  background-size: 2.6666666667vw auto;
}
.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 .-txt01 {
  font-weight: bold;
  font-size: 5vw;
}
.dpSearch.-localCampaign .dpSearch__ttl .-txt02 {
  display: inline-block;
  margin-top: 2vw;
  font-size: 4.5vw;
}
.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-search-top-exception .fw-checkbox__label::after{
  border-left: 0.6666666667vw solid #e32d23;
  border-bottom: 0.6666666667vw 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");
}