@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: #ddf5f9;
}
#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: #a2d6de;
  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: #333;
  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: #31a1fd;
  color: #fff;
  font-size: 5vw;
  font-weight: normal;
  padding: 3vw 0 1vw;
  border-bottom: 2vw #2193f0 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: #c3e4ff;
  border-radius: 2vw;
  padding: 5vw;
  position: relative;
  cursor: pointer;
  transition: background-color 0.5s ease-out;
}
.usage .ac_ttl:hover{
  background: #addaff;
}
.usage .ac_ttl h2{
  font-size: 5.5vw;
  font-weight: normal;
}
.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 #31a1fd;
  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: #31a1fd;
  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 #31a1fd;
  border-top: 2vw solid transparent;
  border-bottom: 2vw solid transparent;
}
.usage .step .st_ttl h3{
  margin: 0;
  color: #31a1fd;
  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: #c3e4ff;
  border-radius: 2vw;
  padding: 5vw;
  position: relative;
  cursor: pointer;
  transition: background-color 0.5s ease-out;
}
.caution .ac_ttl:hover{
  background: #addaff;
}
.caution .ac_ttl h2{
  font-size: 5.5vw;
  font-weight: normal;
}
.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: #31a1fd;
  background: #fff;
  border-radius: 2vw;
  position: absolute;
  top:3vw;
  right: 3vw;
  width: 12vw;
  height: 12vw;
}
.ac_ttl .pannel span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 3vw;
  width: 50%;
  height: 4px;
  background-color: #31a1fd;
  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 #31a1fd;
  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: #31a1fd;
  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 #31a1fd;
  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 #c3e4ff;
}
.etiq .etiq_link:hover {
  background: rgba(195 ,228, 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 #2193f0 solid;
  background: #31a1fd;
  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: 1vw;
  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: 10px 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: 4vw;
  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;
}
.tour__txtWrapper.-rentacar {
  width: 100%;
}
.tour__rentacarTtl {
  width: 49vw;
  min-height: 26vw;
  margin-left: 45vw;
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 2;
}
.tour__rentacarDlWrapper {
  margin: 3vw 2vw 0;
  margin-top: 15px;
  border-top: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.tour__rentacarDlWrapper + .tour__rentacarDlWrapper {
  margin-top: 0;
  border-top: none;
}
.tour__rentacarDlWrapper:last-child {
  margin-bottom: 3vw;
}
.tour__rentacarDl {
  display: flex;
  width: 100%;
  border-left: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  box-sizing: border-box;
}
.tour__rentacarDt,
.tour__rentacarDd {
  padding: 1vw;
  font-size: 3.2vw;
}
.tour__rentacarDt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 35%;
  background: #eee;
}
.tour__rentacarDd {
  width: 65%;
}
.tour__rentacarDd.-price {
  font-size: 3.5vw;
  font-weight: bold;
  color: #e50000;
}
.tour__rentacarDl.-remarks {
  display: flex;
  width: 100%;
}
.tour__rentacarDl.-remarks .tour__rentacarDt {
  align-items: flex-start;
}