@charset "utf-8";
/*-------------------------------------*
PC 背景色の設定
*-------------------------------------*/
body .section:nth-of-type(odd){
  background: #e3e3e3;
}
body .section:nth-of-type(even){
  background: #f3f3f3;
}
/*-------------------------------------*
PC ヘッダー
*-------------------------------------*/
header{
  background:#fff;
}
header .header_top{
  background: #eeeeee;
}
header .header_top h1{
  max-width:1100px;
  margin:0 auto;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}
header .header_inn{
  max-width:1100px;
  margin:0 auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
header .header_inn .select_area{
  margin-right: auto;
  display: flex;
  align-items: center;
}
header .header_inn .departure{
  display: flex;
  align-items: center;
  margin-left: 20px;
  padding-top: 5px;
}

header .header_inn .departure .place{
  background: #11c5bf;
  color: #fff;
  font-weight: bold;
  padding: 5px 18px;
  font-size: 20px;
  text-shadow: 1px 1px 0px #0c9692;
}

/*
header .header_inn .departure .select_box{
  font-size: 13px;
  padding: 0 0 0 25px;
  border: 1px solid #11c5bf;
  box-sizing: border-box;
  margin-left: 10px;
  background: url(/wp-content/themes/orion/img/pc/region.png) no-repeat left 10px top 9px;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
header .header_inn .departure .select_box .pull_down{
  position: absolute;
  top: 50px;
  right: 0;
  width: 167px;
  border-radius: 3px;
  background: #11aea9;
  padding: 10px 20px;
  display: none;
  z-index: 3;
}
header .header_inn .departure .select_box .pull_down:before{
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #11aea9;
}
header .header_inn .departure .select_box .pull_down li{
  color: #fff;
  padding-left: 12px;
  background: url(/wp-content/themes/orion/img/pc/icon/ico_arr_white.png) no-repeat left center;
}
header .header_inn .departure .select_box .pull_down li:hover{
  text-decoration: underline;
}
header .header_inn .departure .select_box .arrow{
  background: #11c5bf;
  display: inline-block;
  color: #fff;
  padding: 5px 2px;
  margin-left: 10px;
  font-size: 11px;
}
*/


/* 追加ここから */
header .header_inn .departure .point_departure {
  font-size: 13px;
  padding: 5px 10px 5px 25px;
  border: 1px solid #11c5bf;
  box-sizing: border-box;
  margin-left: 10px;
  background: url(/wp-content/themes/orion/img/pc/region.png) no-repeat left 10px top 9px;
  border-radius: 3px 0 0 3px;
  position: relative;
}
header .header_inn .departure .select_box{
  font-size: 13px;
  color: #fff;
  padding: 5px 0 5px 10px;
  background: #11c5bf;
  border: 1px solid #11c5bf;
  box-sizing: border-box;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  position: relative;
  width: 170px;
}
header .header_inn .departure .select_box .pull_down{
  position: absolute;
  top: 50px;
  right: 0;
  width: 170px;
  border-radius: 3px;
  background: #11aea9;
  padding: 10px 20px;
  display: none;
  z-index: 3;
}
header .header_inn .departure .select_box .pull_down:before{
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #11aea9;
}
header .header_inn .departure .select_box .pull_down li{
  color: #fff;
  padding-left: 12px;
  background: url(/wp-content/themes/orion/img/pc/icon/ico_arr_white.png) no-repeat left center;
}
header .header_inn .departure .select_box .pull_down li:hover{
  text-decoration: underline;
}
header .header_inn .departure .select_box .arrow{
  background: #11c5bf;
  position: absolute;
  top: 5px;
  right: 10px;
  color: #fff;
  font-size: 11px;
}
/* 追加ここまで */


header .header_inn .btn_area{
  display: flex;
  align-items: center;
}
header .header_inn .qa a{
  font-size: 14px;
  margin-right: 20px;
  color: #000;
  padding-left: 25px;
  background: url(/wp-content/themes/orion/img/pc/questions.png) no-repeat left center;
}
header .header_inn .qa a:hover{
  color: #c51d2a;
}
header .header_inn .btn_area ul{
  display: flex;
}
header .header_inn .btn_area ul li{
  margin-right: 10px;
}
header .header_inn .btn_area ul li a{
  font-size: 13px;
  color: #fff;
  background-color:#333333;
  border-radius: 3px;
  font-weight: bold;
  padding: 8px 20px 8px 36px;
}
header .header_inn .btn_area ul li a:hover{
  background-color:#000;
}
header .header_inn .btn_area ul .login a{
  background-image: url(/wp-content/themes/orion/img/pc/login.png);
  background-position: left 11px top 7px;
  background-repeat: no-repeat;
}
header .header_inn .btn_area ul .reserve a{
  background-image: url(/wp-content/themes/orion/img/pc/reseve.png);
  background-position: left 11px top 8px;
  background-repeat: no-repeat;
}
nav .g_nav{
  background: #333333;
}
nav .g_nav ul{
  max-width:1100px;
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 1px solid #1d1d1d;
  border-right: 1px solid #616161;
}
nav .g_nav ul li{
  width: 25%;
  text-align: center;
  border-left: 1px solid #616161;
  border-right: 1px solid #1d1d1d;
}
nav .g_nav ul li a{
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 10px 0;
  font-size: 14px;
  position: relative;
}
nav .g_nav ul li a:hover{
  background-color:#545353;
}
nav .g_nav ul li a:hover:after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #e60012;
  position: absolute;
  left: 0;
  bottom: 0;
}
/*-------------------------------------*
PC 重要なお知らせ
*-------------------------------------*/
#emergency{
  padding:20px 0 10px;
}
#emergency .emergency_inn{
  max-width:1100px;
  margin:0 auto;
}
#emergency .emergency_inn dl{
  background: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#emergency .emergency_inn dt{
  padding: 5px 20px 5px 35px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  background: #e70000 url(/wp-content/themes/orion/img/pc/icon/emergency_ico.png) no-repeat left 10px center;
}
#emergency .emergency_inn a{
  display: block;
  position: relative;
}
#emergency .emergency_inn .title{
  font-size: 15px;
  background: #fff;
  padding: 5px 20px;
  font-weight: bold;
}
#emergency .emergency_inn a .title{
  text-decoration: underline;
  color: #e70000;
}
#emergency .emergency_inn a:hover .title{
  color: #e70000;
  text-decoration: none;
}
#emergency .emergency_inn a:after{
  content:'→';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  background: #e70000;
  padding: 5px 8px;
  color: #fff;
}
/*-------------------------------------*
PC メイン
*-------------------------------------*/
#main{

}
#main .main_inn{
  max-width:1100px;
  margin:0 auto;
  padding: 15px 0;
  display: flex;
  /*justify-content: space-between;*/
}
.main_style{
  background:url(/wp-content/themes/orion/img/pc/main/bg.png) repeat-x  !important;
  background-size: contain !important;
}
/*================
検索ボックス
=================*/
#main .search_box .form_text{
  color:#000;
}
#main .search_box{
  position: relative;
  z-index: 10;
}
#main .search_box .tab{
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: bold;
}
#main .search_box .tab li{
  width: 32.8%;/*夏は 48.8%：冬は 32.8%*/
  text-align: center;
  background: #aaaaaa;
  color: #fff;
  padding: 5px 0;
  border: 5px solid #fff;
  border-bottom: none;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
  box-shadow:0 -10px 5px -5px rgba(116, 116, 116, 0.4) inset;
}
/*夏対応
#main .search_box .tab li{
  width: 48.8%;
}
#main .search_box .tab li:nth-of-type(2){
  display: none!important;
}
*/
#main .search_box .tab li:hover{
  background: #000;
}
#main .search_box .tab .select{
  background: #333333;
  margin: -8px 0 -8px;
  padding-top: 14px;
  box-shadow:none;
}
#main .search_box_warp .search_box_inn:nth-child(2),
#main .search_box_warp .search_box_inn:last-child{
  display: none;
}
#main .search_box_inn{
  color: #000;
  background: #ececec;
  padding: 10px 8px;
  padding: 10px 3px;/*20180502 夏対応*/
  border-top: 8px solid #fff;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  width: 335px;
  min-height: 464px;
}
#main .search_box_inn .use{
  margin-bottom: 5px;
}
#main .search_box_inn input[type="radio"]{
  display:none;
}
#main .search_box_inn input[type="radio"] + label {
  padding:3px 0 3px 17px;
  background:url(/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;
}
#main .search_box_inn input[type="radio"]:checked + label {
  background:url(/wp-content/themes/orion/img/pc/main/radio_on.png) no-repeat left center;
  background-size:16px 16px;
  cursor:pointer;
}
#main .search_box_inn .form_box{
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
#main .search_box_inn .form_box .ttl{
  padding-left: 25px;
  font-size: 14px;
  font-weight: bold;
  width: 110px;
}
#main .search_box_inn .form_box .select_wrap{
  width: calc(100% - 110px);
  position: relative;
}
#main .search_box_inn .form_box .select_wrap select,
#main .search_box_inn .form_box .select_wrap input{
  width: 100%;
  padding: 5px;
}
#main .search_box_inn .departure .ttl{
  background: url(/wp-content/themes/orion/img/pc/main/departure.png) no-repeat left center;
}
#main .search_box_inn .destination .ttl{
  background: url(/wp-content/themes/orion/img/pc/main/destination.png) no-repeat left center;
}
#main .search_box_inn .area .ttl{
  background: url(/wp-content/themes/orion/img/pc/main/area.png) no-repeat left center;
}
#main .search_box_inn .date .ttl{
  background: url(/wp-content/themes/orion/img/pc/main/date.png) no-repeat left top 2px;
}
#main .search_box_inn .days .ttl{
  background: url(/wp-content/themes/orion/img/pc/main/days.png) no-repeat left top 2px;
}
#main .search_box_inn .user .ttl{
  background: url(/wp-content/themes/orion/img/pc/main/user.png) no-repeat left top 2px;
}
#main .search_box_inn .code .ttl{
  background: url(/wp-content/themes/orion/img/pc/main/code_2.png) no-repeat left top 2px;
}
#main .search_box_inn .plan .ttl{
  background: url(/wp-content/themes/orion/img/pc/main/days.png) no-repeat left top 2px;
}
#main .search_box_inn .dept .ttl{
  background: url(/wp-content/themes/orion/img/pc/main/area.png) no-repeat left top 2px;
}
#main .search_box_inn .gelande .ttl{
  background: url(/wp-content/themes/orion/img/pc/main/gelande_ico.png) no-repeat left top 2px;
}
#main .search_box_inn .night .ttl{
  background: url(/wp-content/themes/orion/img/pc/main/days.png) no-repeat left top 2px;
}
#main .search_box_inn .sj .ttl{
  background: url(/wp-content/themes/orion/img/pc/main/conditions_ico.png) no-repeat left top 2px;
}
#main .search_box_inn .hotel .ttl{
  background: url(/wp-content/themes/orion/img/pc/main/hotel_ico.png) no-repeat left top 2px;
}
#main .search_box_inn .transport .ttl{
  background: url(/wp-content/themes/orion/img/pc/main/ship_ico.png) no-repeat left top 2px;
}
#main .search_box_inn .arvarea .ttl{
  background: url(/wp-content/themes/orion/img/pc/main/destination.png) no-repeat left top 2px;
}
#main .search_box_inn .parkticket .ttl{
  background: url(/wp-content/themes/orion/img/pc/main/ticket_ico.png) no-repeat left top 2px;
  line-height:120%;
  width:130px;
}
#main .search_box_inn .form_box_wrap{
  display: flex;
  justify-content: space-between;
}
#main .search_box_inn .form_box_wrap .form_box02{
  position: relative;
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}
#main .search_box_inn .form_box_wrap .form_box02 .ttl{
  padding-left: 25px;
  font-size: 14px;
  font-weight: bold;
  margin-right: 2px;
  width: 60px;
}
#main .search_box_inn .form_box_wrap .form_box02 .ttl_per {
  position: absolute;
  top: 15px;
  left: -3px;
  font-size: 10px;
}
#main .search_box_inn .form_box_wrap .form_box02 .select_wrap{
  width: calc(100% - 60px);
}
#main .search_box_inn .form_box_wrap .form_box02 select{
  width: 100%;
  padding: 5px;
}
#main .search_box_inn .other_joken{
  text-align: right;
}
#main .search_box_inn .other_btn{
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  padding: 0 10px;
  margin-bottom: 12px;
  background: #e2e2e2;
  border: 1px solid #cecece;
  border-radius: 3px;
}
#main .search_box_inn .other_btn img{
  margin-right: 5px;
  width: 15px;
}
#main .search_box_inn .other_btn:hover{
  background: #cecece;
}
#main .search_box_inn .search_btn{
  width: 100%;
  border: none;
  font-weight: bold;
  color: #fff;
  font-size: 17px;
  border-radius: 3px;
  padding: 10px 0;
  border-bottom: solid 4px #1aa09b;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
  background-color: #11c5bf;
  background-image: url(/wp-content/themes/orion/img/pc/main/search.png);
  background-repeat: no-repeat;
  background-position: left 100px center;
}
#main .search_box_inn .search_btn:hover{
  background-color: #1aa09b;
}
#main .search_box_inn .form02 {
  margin-top: 10px;
}
#main .search_box_inn .form02 .code{
  margin-top: 20px;
}
#main .search_box_inn .form02 .code .ttl{
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
  display: block;
  line-height: 120%;
  margin-bottom:5px;
  padding-top:2px;
}
#main .search_box_inn .form02 .code .input_wrap{
  display: flex;
  align-items:center;
}
#main .search_box_inn .form02 .code input[type=text]{
  padding: 6px 5px;
  width: 75%;
  border: 1px #bbbbbb solid;
  font-size: 15px;
}
#main .search_box_inn .form02 .code .btn{
  border: none;
  padding: 6px 5px;
  color: #fff;
  font-weight: bold;
  width: 25%;
  border: 1px #11c5bf solid;
  font-size: 15px;
  padding-left: 12px;
  background-color: #11c5bf;
  background-image: url(/wp-content/themes/orion/img/pc/main/search.png);
  background-repeat: no-repeat;
  background-position: left 6px center;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
#main .search_box_inn .form02 .code .btn:hover{
  background-color: #1aa09b;
  border: 1px #1aa09b solid;
}
#main .search_box .form02 .commnet{
  font-size: 12px;
  color: #aaaaaa;
}
#main .search_box .conditions{
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
#main .search_box .conditions .ttl {
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
    width: 120px;
    background: url(/wp-content/themes/orion/img/pc/main/heart_ico.png) no-repeat left center;
}
#main .search_box .conditions .select_wrap {
    width: calc(100% - 120px);
    font-size: 12px;
    position: relative;
}
#main .search_box .conditions .select_wrap input{
  vertical-align: middle;
}
#main .search_box .conditions .select_wrap label{
  margin: 0 6px 0 3px;
}
#main .search_box .keyword{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#main .search_box .keyword .ttl {
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
  width: 120px;
  background: url(/wp-content/themes/orion/img/pc/main/pen_ico.png) no-repeat left center;
}
#main .search_box .keyword .select_wrap {
  width: calc(100% - 120px);
  position: relative;
}
#main .search_box .keyword .select_wrap input{
  width: 100%;
  padding: 5px;
}
#main .search_box .popular_word{
  margin-bottom: 20px;
}
#main .search_box .popular_word h6{
  color: #fff;
  display: inline-block;
  background: #8c8c8c;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1;
  padding: 4px 10px;
  position: relative;
  margin-bottom: 12px;
}
#main .search_box .popular_word h6:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
   margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #8c8c8c;
}
#main .search_box .popular_word ul{
  display: flex;
  flex-wrap: wrap;
}
#main .search_box .popular_word ul li{
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #8e8e8e;
  line-height: 1.2;
  background: url(/wp-content/themes/orion/img/pc/main/plus_ico.png) no-repeat left center;
  padding-left: 15px;
}
#main .search_box .popular_word ul li a{color: #000;}
#main .search_box .popular_word ul li a:hover{
  color: #404040;
}
#main .search_box .popular_word .comments{
  font-size: 10px;
  line-height: 1.2;
}
#main .search_box .hide_form{
  display: none;
}
#main .search_box .hide{
  display: none;
}
#main .search_box .mainline label{
  font-size: 13px;
  font-weight: bold;
}
#main .search_box_inn .date .select_wrap img{
  display:none;
}
#main .search_box_inn .date .select_wrap input{
  background:#ffffff url(/orion/air/wp-content/themes/orion/img/pc/main/calender.png) no-repeat 171px 3px;
  border: 1px #abadb3 solid;
}
/*================
バナーエリア
=================*/
#main .banner_box{
  width: calc(100% - 335px);
  height:507px;
  overflow: hidden;
  margin-left:5px;
}
#main .banner_box ul{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#main .banner_box ul li{
  margin-bottom: 7px;
}
/* ★削除
#main .banner_box ul li{
  float:left;
}
 */
#main .banner_box ul li a{
  display: block;
  position: relative;
  z-index: 2;
}
#main .banner_box ul li a img{
  max-width: none;
}
#main .banner_box ul li a:after{
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 solid #fff;
  opacity: 0.6;
  box-sizing: border-box;
  transition: 0.3s
}
#main .banner_box ul li a:hover:after{
  border-width: 15px;
}

/* ★ 追加 */
#main .banner_box .rec_box01{
  width:250px;
}
#main .banner_box .rec_box02{
  width: 505px;
}
#main .banner_box .rec_box03{
  width: 760px;
}
#main .banner_box img{width:100%;}

/*================
datepicker
=================*/
#ui-datepicker-div{
}
.ui-datepicker-trigger{
  position: absolute;
  top: 5px;
  right: 10px;
}
/*================
前回の検索履歴
=================*/
.history_search {
  padding-bottom: 20px;
  display: none;
}
.history_search .history_search_inn{
  max-width:1100px;
  margin:0 auto;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 5px 5px 30px;
  position: relative;
}
.history_search .ttl{
  font-size: 15px;
  width: 15%;
  text-align: center;
  border-right: 1px solid #333333;
  line-height: 1.2;
  padding: 20px 0;
  font-weight: bold;
  color: #333333;
}
.history_search .list_wrap{
  font-size: 14px;
  width: 83%;
  margin-left: 2%;
}
.history_search .list_wrap .list{
  border-bottom: 1px dotted #333333;
  padding: 2px 0 2px 25px;
  background: url(/wp-content/themes/orion/img/pc/main/search_ico.png) no-repeat left center;
}
.history_search .list_wrap .list:last-child{
  border-bottom: none;
}
.history_search .list_wrap a{
  font-size: 14px;
  width: 98%;
  margin-left: 0;
  color: #333333;
  display: block;
  line-height: 1.3;
  padding:7px 0;
}
.history_search .list_wrap a:hover{
  text-decoration: underline;
}
#history_delate{
  text-align:right;
  position: absolute;
  right:5px;
  bottom:5px;
}
#history_delate span{
  display: inline-block;
  background:#5f5f5f url(/wp-content/themes/orion/img/pc/icon/ico_del.png) no-repeat 7px center;
  color:#fff;
  padding:2px 10px;
  padding-left:30px;
  border-radius:2px;
  margin-top:5px;
  cursor: pointer;
}
#history_delate span:hover{
  background:#727272 url(/wp-content/themes/orion/img/pc/icon/ico_del.png) no-repeat 7px center;
}
/*-------------------------------------*
PC お知らせ
*-------------------------------------*/

#news {
  padding: 40px 0 50px;
}

#news .news_inn {
  max-width: 1100px;
  margin: 0 auto;
}

#news .news_inn h2.title {
  font-size: 18px;
  color: #000000;
}

#news .news_inn h2:before {
  content: "";
  width: 22px;
  height: 18px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  background: url(/wp-content/themes/orion/img/pc/icon/tit_ico_news.png) 0 50% no-repeat;
}

#news .news_inn ul {
  margin-top: 20px;
}

#news .news_inn ul li {
  margin-top: 8px;
}

#news .news_inn ul li dl {
  padding: 10px 10px 10px 0;
  margin-left: 5px;
  background: #ffffff;
}

#news .news_inn ul li dl dt,
#news .news_inn ul li dl dd {
  vertical-align: top;
}

#news .news_inn ul li .cate_ico {
  position: relative;
  left: -5px;
  display: inline-block;
  width: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: -0.03em;
  padding: 2px 0;
  float: left;
}

#news .news_inn ul li .text {
  text-align: left;
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
  width: 965px;
  float: right;
  padding-right: 25px;
}

#news .news_inn ul li a {
  position: relative;
  display: block;
  overflow: hidden;
}

#news .news_inn ul li a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

#news .news_inn ul li a:hover .text {
  text-decoration: underline;
}

#news .news_inn ul li a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 6px;
  height: 11px;
  margin-top: -6px;
  background: url(/wp-content/themes/orion/img/pc/icon/ico_arr_news.png) 0 0 no-repeat;
  transition: right 0.3s ease-out;
}

#news .news_inn ul li a:hover:after {
  right: 8px;
}
/*-------------------------------------*
PC おすすめツアー情報
*-------------------------------------*/

#rectour .rectour_inn ul li.rec_box01 {
  width: 1100px;
  float: none;
}

#rectour .rectour_inn ul li.rec_box01 .image {
  width: 1100px;
}

#rectour .rectour_inn ul li.rec_box01 .rec_info {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#rectour .rectour_inn ul li.rec_box01 p.text {
  height: auto;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 15px;
}

#rectour .rectour_inn ul li.rec_box01 .rec_info .price_box {
  display: table-cell;
  vertical-align: middle;
  width: 270px;
}

#rectour .rectour_inn ul li.rec_box01 .rec_info span.one_adult {
  width: 100px;
}

#rectour .rectour_inn ul li.rec_box01 .rec_info span.price {
  padding: 20px 20px 20px 0;
}
/*★差し替え
#rectour .rectour_inn ul li.rec_box02,
#rectour .rectour_inn ul li.rec_box02 .image {
  width: 540px;
}

#rectour .rectour_inn ul li.rec_box03,
#rectour .rectour_inn ul li.rec_box03 .image {
  width: 260px;
}

#rectour .rectour_inn ul li.rec_box02 span.one_adult,
#rectour .rectour_inn ul li.rec_box02 span.price,
#rectour .rectour_inn ul li.rec_box03 span.one_adult,
#rectour .rectour_inn ul li.rec_box03 span.price {
  border-top: 1px solid #e3e3e3;
}
*/
#rectour .rectour_inn ul li.rec_box02,
#rectour .rectour_inn ul li.rec_box02 .image {
  width: 820px;
}

#rectour .rectour_inn ul li.rec_box03,
#rectour .rectour_inn ul li.rec_box03 .image {
  width: 540px;
}

#rectour .rectour_inn ul li.rec_box04,
#rectour .rectour_inn ul li.rec_box04 .image {
  width: 260px;
}

#rectour .rectour_inn ul li.rec_box02 span.one_adult,
#rectour .rectour_inn ul li.rec_box02 span.price,
#rectour .rectour_inn ul li.rec_box03 span.one_adult,
#rectour .rectour_inn ul li.rec_box03 span.price,
#rectour .rectour_inn ul li.rec_box04 span.one_adult,
#rectour .rectour_inn ul li.rec_box04 span.price {
  border-top: 1px solid #e3e3e3;
}

#rectour {
  padding: 55px 0 50px;
}

#rectour .rectour_inn {
  max-width: 1100px;
  margin: 0 auto;
}

#rectour .rectour_inn h2.title {
  font-size: 23px;
  color: #000000;
  text-align: center;
}

#rectour .rectour_inn h2:before {
  position: relative;
  top: -2px;
  content: "";
  width: 26px;
  height: 21px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  background: url(/wp-content/themes/orion/img/pc/icon/tit_ico_rectour.png) 0 50% no-repeat;
}

#rectour .rectour_inn ul {
  margin: 45px -10px 0;
}

#rectour .rectour_inn ul li {
  position: relative;
  margin: 10px;
  float: left;
}

#rectour .rectour_inn ul li a {
  display: block;
  background: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#rectour .rectour_inn ul li .image {
  height: 195px;
  display: block;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

#rectour .rectour_inn ul li a:hover .image img {
  opacity: 0.6;
}

#rectour .rectour_inn ul li a img {
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

#rectour .rectour_inn ul li .cate_ico {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 110px;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: -0.03em;
  padding: 5px 0;
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  z-index: 10;
}

#rectour .rectour_inn ul li a:hover .cate_ico {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}

#rectour .rectour_inn .rec_info .price_box {
  margin: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

#rectour .rectour_inn .rec_info .price_box span {
  display: block;
  margin: 0;
  float: none;
  color: #000000;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
}

#rectour .rectour_inn .rec_info .text {
  color: #000000;
  font-size: 12px;
  line-height: 1.55;
  padding: 10px;
  padding-left: 15px;
}
#rectour .rectour_inn .rec_info .text .ttl{
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 6px;
}
#rectour .rectour_inn ul li a:hover .text {
  text-decoration: underline;
  text-decoration-color: #000;
}
#rectour .rectour_inn .rec_info span.one_adult {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  line-height:1.4;
}

#rectour .rectour_inn .rec_info span.price {
  width: 170px;
  text-align: right;
  padding-right: 22px;
  font-size: 22px;
  color: #e70000;
  font-weight: bold;
  line-height: 1.25;
}
/*-------------------------------------*
PC 特集＆キャンペーン
*-------------------------------------*/

#campaign .campaign_inn ul li.rec_box01 {
  width: 1100px;
  float: none;
}

#campaign .campaign_inn ul li.rec_box01 .image {
  width: 1100px;
}

#campaign .campaign_inn ul li.rec_box01 .rec_info {
  height: auto;
}

#campaign .campaign_inn ul li.rec_box01 .rec_info dl {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#campaign .campaign_inn ul li.rec_box01 .rec_info dl dt,
#campaign .campaign_inn ul li.rec_box01 .rec_info dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

#campaign .campaign_inn ul li.rec_box01 .rec_info dl dt {
  width: 255px;
  padding-left: 15px;
}

#campaign .campaign_inn ul li.rec_box02,
#campaign .campaign_inn ul li.rec_box02 .image {
  width: 540px;
}

#campaign .campaign_inn ul li.rec_box03,
#campaign .campaign_inn ul li.rec_box03 .image {
  width: 260px;
}

#campaign {
  padding: 55px 0 50px;
}

#campaign .campaign_inn {
  max-width: 1100px;
  margin: 0 auto;
}

#campaign .campaign_inn h2.title {
  font-size: 23px;
  color: #000000;
  text-align: center;
}

#campaign .campaign_inn h2:before {
  position: relative;
  top: -2px;
  content: "";
  width: 19px;
  height: 23px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  background: url(/wp-content/themes/orion/img/pc/icon/tit_ico_campaign.png) 0 50% no-repeat;
}

#campaign .campaign_inn ul {
  margin: 45px -10px 0;
}

#campaign .campaign_inn ul li {
  position: relative;
  margin: 10px;
  float: left;
}

#campaign .campaign_inn ul li a {
  display: block;
  background: #ffffff;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

#campaign .campaign_inn ul li .image {
  height: 195px;
  display: block;
  overflow: hidden;
}
#campaign .campaign_inn ul li a:hover .image img {
  opacity: 0.6;
}

#campaign .campaign_inn ul li .cate_ico {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: -0.03em;
  padding: 5px 0;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  z-index: 10;
}

#campaign .campaign_inn .rec_info {}
#campaign .campaign_inn ul li a:hover .rec_info {
  text-decoration: underline;
  text-decoration-color: #000;
}
#campaign .campaign_inn .rec_info dl dt {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 10px 0 15px;
}

#campaign .campaign_inn .rec_info dl dd {
  color: #000000;
  font-size: 12px;
  line-height: 1.55;
  padding: 6px 10px 10px 15px;
}
/*-------------------------------------*
PC バナー
*-------------------------------------*/
#banners{
  padding:40px 0 50px;
}
#banners .banners_inn{
  max-width:1100px;
  margin:0 auto;
  position: relative;
}
#banners .banners_inn h2.title {
  font-size: 23px;
  color: #000000;
  text-align: center;
}
#banners .banners_inn h2:before {
  position: relative;
  top: -4px;
  content: "";
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  background: url(/wp-content/themes/orion/img/pc/icon/link_ico.png) 0 50% no-repeat;
}
#banners .banners_inn ul{
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#banners .banners_inn ul li{
  margin-bottom: 20px;
}
#banners .banners_inn ul li.empty {
  width: 10%;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/*-------------------------------------*
PC お問い合わせ
*-------------------------------------*/
#contacts{
  padding:40px 0 50px;
}
#contacts .contacts_inn{
  max-width:1100px;
  margin:0 auto;
}
#contacts .contacts_inn .title_box{
  text-align: center;
  margin-bottom: 20px;
}
#contacts .contacts_inn .title_box h5{
  text-align: center;
  font-size: 21px;
  color: #000000;
  margin-bottom: 10px;
}
#contacts .contacts_inn .title_box h5 img{
  margin: 0 5px 2px 0;
}
#contacts .contacts_inn .tel_list{
  display: flex;
  justify-content: space-between;
  color: #000;
}
#contacts .contacts_inn .tel_list .list{
  background: #fff;
  width: 100%;
  padding: 3px;
  margin-right: 10px;
}
#contacts .contacts_inn .tel_list .list:last-child{
  margin-right: 0;
}
#contacts .contacts_inn .tel_list .list dl{
  border: 1px solid #cecece;
  text-align: center;
  padding: 10px 8px 50px;
  height:100%;
  position: relative;
}
#contacts .contacts_inn .tel_list .list dl dt{
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 15px;
  letter-spacing: -0.1em;
}
#contacts .contacts_inn .tel_list .list dl dt .f_bold{
  font-weight: bold;
  letter-spacing: 0;
}
#contacts .contacts_inn .tel_list .list dl dd{
  border-top: 2px solid #e6e6e6;
  color: #c51d2a;
  font-weight: bold;
  font-size: 24px;
  padding-top: 15px;
  width: calc(100% - 32px) ;
  box-sizing: border-box;
  position: absolute;
  bottom:15px;
  left:16px;
}
#contacts .contacts_inn .tel_list .list dl dd:before{
  position: relative;
  display: inline-block;
  top: -3px;
  content: "";
  width: 13px;
  height: 19px;
  vertical-align: middle;
  margin-right: 5px;
  background: url(/wp-content/themes/orion/img/pc/icon/tel_ico_gray.png) no-repeat 0 50%;
}
/*1個の時だけのCSS*/
#contacts .contacts_inn .tel_list .list:only-child{
  width: 75%;
  margin: 0 auto;
}
#contacts .contacts_inn .tel_list .list:only-child dl{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 8px;
}
#contacts .contacts_inn .tel_list .list:only-child dl dt{
  border-bottom:0;
  padding: 5px 0;
  width: 40%;
  border-right: 2px solid #e6e6e6;
}
#contacts .contacts_inn .tel_list .list:only-child dl dd{
  margin-top: 0;
  width: 60%;
  border-top-width:0px;
  position: relative;
  left:0;
  top:0;
  padding-top: 0px;
}

/*5個の時だけのCSS*/
#contacts .contacts_inn .tel_list .list:first-child:nth-last-child(5) dt,
#contacts .contacts_inn .tel_list .list:first-child:nth-last-child(5) ~ .list dt{
  font-size:13px;
}
#contacts .contacts_inn .tel_list .list:first-child:nth-last-child(5) dt .f_bold,
#contacts .contacts_inn .tel_list .list:first-child:nth-last-child(5) ~ .list dt .f_bold{
  letter-spacing: -0.1em;
}
#contacts .contacts_inn .tel_list .list:first-child:nth-last-child(5) dd,
#contacts .contacts_inn .tel_list .list:first-child:nth-last-child(5) ~ .list dd{
  font-size:18px;
}

/*-------------------------------------*
PC SNS
*-------------------------------------*/
#officialsns{
  padding:30px 0;
  background:#fff;
}
#officialsns .officialsns_inn{
  max-width:800px;
  margin:0 auto;
  position: relative;
}
#officialsns .officialsns_inn p{
  display: inline-block;
  vertical-align: middle;
}
#officialsns .officialsns_inn .link_box{
  display: inline-block;
  vertical-align: middle;
}
#officialsns .officialsns_inn .link_box li{
  float: left;
  margin-left: 25px;
}
#jata{
  background:#e3e3e3;
  text-align: right;
  padding:15px 0;
}
#jata .jata_inn{
  max-width:1100px;
  margin:0 auto;
  position: relative;
}
/*-------------------------------------*
PC footer
*-------------------------------------*/
#footer{
  color: #fff;
}
#footer a{
  color: #fff;
}
#footer a:hover{
  text-decoration: underline;
}
#footer .footer_menu01{
  padding:20px 0;
  background:#555555;
}
#footer .footer_menu02{
  padding:40px 0;
  background:#444444;
}
#footer .footer_menu .inbdy{
  max-width:1100px;
  margin:0 auto;
  color: #fff;
  font-size: 12px;
}
#footer .footer_menu .infomation{
  display: flex;
}
#footer .footer_menu .infomation .ttl{
  width: 140px;
  font-size: 13px;
}
#footer .footer_menu .infomation ul{
  display: flex;
}
#footer .footer_menu .infomation ul li{
  margin-right: 30px;
  padding-left: 10px;
  background: url(/wp-content/themes/orion/img/pc/icon/ico_arr_footer.png) no-repeat left center;
}
#footer .footer_menu .infomation ul li:last-child{
  margin-right: 0;
}
#footer .footer_menu .group{
  display: flex;
  line-height: 1.2;
}
#footer .footer_menu .group .column{
  width: 190px;
  margin-right: 2px;
}
#footer .footer_menu .group .column:last-child{
  margin-right: 0;
}
#footer .footer_menu .group .ttl{
  width: 140px;
  font-size: 13px;
}
#footer .footer_menu .group .jr{
  margin-top: 20px;
}
#footer .footer_menu .group .optional{
  margin-top: 40px;
}
#footer .footer_menu .group dl dt{
  padding-left: 10px;
  background: url(/wp-content/themes/orion/img/pc/icon/ico_arr_footer.png) no-repeat left center;
}
#footer .footer_menu .group dl dd{
  padding-left: 5px;
}
#footer .footer_menu .group dl dd:before{
  content: '└';
  display: inline-block;
  margin-right: 1px;
}
#footer .footer_menu .group dl dt,
#footer .footer_menu .group dl dd{
  margin-bottom: 7px;
}
#footer .footer_bottom{
  padding: 20px 0;
  background: #333333;
}
#footer .footer_bottom .inbdy{
  max-width:1100px;
  margin:0 auto;
  color: #fff;
  font-size: 12px;
  display: flex;
}
#footer .footer_bottom ul{
}
#footer .footer_bottom ul li{
  display: inline-block;
  margin-right: 20px;
}
#footer .footer_bottom .copy{
  font-size: 11px;
  margin-left: auto;
}
/*-------------------------------------*
PC ページトップ
*-------------------------------------*/
#pagetop{
  position: fixed;
  bottom: 43px;
  right: auto;
  margin-left: 1120px;
  cursor: pointer;
}
#pagetop:hover{
  opacity: 0.6;
}
/*================
パンくず
=================*/
#breadcrumb{
  background: #fff;
}
#breadcrumb .breadcrumb_inn{
  max-width:1100px;
  margin:0 auto;
}
#breadcrumb .breadcrumb_inn ol{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
}
#breadcrumb .breadcrumb_inn ol li{
  color: #656565;
  font-size: 12px;
  padding: 4px 30px 4px 10px;
  background: url(/orion/wp-content/themes/orion/air/img/pc/common/bread_arrow.png) no-repeat right center;
  line-height: 1.8;
  white-space: nowrap;
}
#breadcrumb .breadcrumb_inn ol li:first-child{
  padding-left: 0;
  white-space: normal;
}
#breadcrumb .breadcrumb_inn ol li:first-child a {
  display: block;
  width: 21px;
  height: 16px;
  background: url(/wp-content/themes/orion/air/img/pc/common/home_ico.png) no-repeat;
  background-size: 100% auto;
  content: '';
}
#breadcrumb .breadcrumb_inn ol li:first-child span {
  display: block;
  text-indent: -9999px;
}
#breadcrumb .breadcrumb_inn ol li:last-child{
  background: none;
  padding-right: 0;
}
#breadcrumb .breadcrumb_inn ol li a{
  color: #656565;
}
#breadcrumb .breadcrumb_inn ol li span {
  white-space: nowrap;
}
/*-------------------------------------*
PC よくある質問
*-------------------------------------*/
#faq{
  padding-bottom: 30px;
}
#faq .ttl{
  background: #c3c3c3;
  color: #fff;
  padding: 25px 0;
  box-shadow: 0 5px 7px rgba(0,0,0,0.1) inset;
}
#faq .ttl h2{
  font-size: 30px;
  color: #fff;
  width: 1100px;
  margin: 0 auto;
  font-weight: normal;
}
#faq .keyword_search {
  width: 1100px;
  margin: 40px auto 70px;
}
#faq .keyword_search h3{
  font-size: 24px;
  color: #333333;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #333333;
  font-weight: normal;
}
#faq .keyword_search .form_box{
  background: #eeeeee;
  padding: 20px 60px 1px 60px;
}
#faq .keyword_search .form_box form{
  display: flex;
  justify-content: space-between;
}
#faq .keyword_search .form_box input[type="text"],
#faq .keyword_search .form_box select{
  padding: 15px 10px;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #d7d7d7;
}
#faq .keyword_search .form_box input[type="text"]{
  width: 49%;
}
#faq .keyword_search .form_box .select_wrap{
  width: 30%;
}
#faq .keyword_search .form_box button[type="submit"]{
  width: 20%;
  background: #11c5bf;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #d7d7d7;
  cursor: pointer;
  transition: background 0.3s ease-out;
  position: relative;
}
#faq .keyword_search .form_box select{
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#faq .keyword_search .form_box .select_wrap{
  position: relative;
}
#faq .keyword_search .form_box .select_wrap:after{
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 10px;
  margin-top: -6px;
  background: url(/wp-content/themes/orion/img/pc/icon/select_ico.png) 0 0 no-repeat;
  background-size: contain;
  pointer-events: none;
}
#faq .keyword_search .form_box button[type="submit"]:before{
  content:'';
  display: inline-block;
  background: url(/wp-content/themes/orion/img/pc/icon/search_ico.png) no-repeat;
  width: 24px;
  height: 25px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  left: -5px;
}
#faq .keyword_search .form_box button[type="submit"]:hover{
  background: #0cb2ad;
}
#faq .keyword_search .form_box .cm{
  font-size: 12px;
  color: #aaaaaa;
}
#faq .questions{
  width: 1100px;
  margin: 0 auto 70px;
}
#faq .questions h3{
  font-size: 24px;
  color: #333333;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #333333;
  font-weight: normal;
}
#faq .questions .questions_in a{
  display: block;
  padding: 10px 0 5px;
  border-bottom: 1px dotted #bdbdbd;
  padding-top:30px;
  margin-top:-22px;
}
#faq .questions .questions_in a dl{
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding: 0 15px 0 0;
  font-size: 14px;
}

/*★ お問い合わせの多い質問 カテゴリ 修正 */
#faq .questions .questions_in ul{
  margin-top:12px;
  overflow: hidden;
}
#faq .questions .questions_in ul li{
  display: inline-block;
  color: #fff;
  font-size: 11px;
  min-width: 100px;
  padding: 2px 8px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  margin-right: 5px;
  float:left;

}
/*
#faq .questions .questions_in a dl dt{
  color: #fff;
  font-size: 11px;
  width: 100px;
  text-align: center;
  line-height: 2;
  font-weight: bold;
  margin-right: 20px;
}
#faq .questions .questions_in a.common dl dt{
  background: #444444;
}
#faq .questions .questions_in a.package dl dt{
  background: #c51d2a;
}
#faq .questions .questions_in a.ski dl dt{
  background: #1e95c7;
}
#faq .questions .questions_in a.bus dl dt{
  background: #6fa02f;
}
#faq .questions .questions_in a.hight_speed dl dt{
  background: #e1af17;
}
#faq .questions .questions_in a.other dl dt{
  background: #b0b0b0;
}
*/

#faq .questions .questions_in a dl dd.title{
  color: #000000;
  width: 900px;
  line-height: 1.6;
  transition: color 0.5s ease-out;
}
#faq .questions .questions_in a dl dd.arrow{
  margin-left: auto;
  align-self: center;
  position: relative;
  right: 0;
  top:-20px;
  transition: right 0.3s ease-out;
}
#faq .questions .questions_in a:hover dl dd.title{
  text-decoration: underline;
}
#faq .questions .questions_in a:hover dl dd.arrow{
  position: relative;
  right: -10px;
}
#faq .category_search{
  width: 1100px;
  margin: 0 auto;
}
#faq .category_search h3{
  font-size: 24px;
  color: #333333;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #333333;
  font-weight: normal;
}
#faq .category_search_in{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#faq .category_search .category_box{
  width: 49%;
  margin-bottom: 35px;
}
#faq .category_search .category_box h4{
  font-size: 20px;
  padding: 2px 0 2px 13px;
  border-left: 2px solid #333333;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
/* ★追加 */
#faq .category_search .category_box h4 a{
  color: #000;
}
#faq .category_search .package h4{
  border-left: 2px solid #c51d2a;
}
#faq .category_search .bus h4{
  border-left: 2px solid #6fa02f;
}
#faq .category_search .ski h4{
  border-left: 2px solid #1e95c7;
}
#faq .category_search .high_speed h4{
  border-left: 2px solid #e1af17;
}
#faq .category_search .other h4{
  border-left: 2px solid #b0b0b0;
}
#faq .category_search .category_box a dl{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted #bdbdbd;
  padding: 10px;
}
#faq .category_search .category_box a dl dt{
  line-height: 1.4;
  font-size: 14px;
  color: #000;
  width: 490px;
  transition: color 0.3s ease-out;
}
#faq .category_search .category_box a dl dd{
  position: relative;
  right: 0;
  transition: right 0.3s ease-out;
}
#faq .category_search .category_box a:hover dl dt{
  text-decoration: underline;
}
#faq .category_search .category_box a:hover dl dd{
  position: relative;
  right: -5px;
}
#faq .category_search .category_box .more{
  text-align: right;
  margin-top: 10px;
}
#faq .category_search .category_box .more a{
  color: #fff;
  background-color: #aaaaaa ;
  background-image:  url(/wp-content/themes/orion/img/pc/icon/ico_arr_white.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  display: inline-block;
  font-size: 14px;
  padding: 5px 30px 5px 25px;
  border-radius: 3px;
  line-height: 1.2;
  text-align: center;
}
#faq .category_search .category_box .more a:hover{
  background-color: #727272;
  background-position: right 5px center;
}
/*-------------------------------------*
PC よくある質問リスト（検索結果）
*-------------------------------------*/
#faq .search_results {
  width: 1100px;
  margin: 40px auto 70px;
}
#faq .search_results h3{
  font-size: 24px;
  color: #333333;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #333333;
  font-weight: normal;
}
#faq .search_results .form_box{
  background: #eeeeee;
  padding: 20px 60px 1px 60px;
}
#faq .search_results .form_box form{
  display: flex;
  justify-content: space-between;
}
#faq .search_results .form_box input[type="text"],
#faq .search_results .form_box select{
  padding: 15px 10px;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #d7d7d7;
}
#faq .search_results .form_box input[type="text"]{
  width: 49%;
}
#faq .search_results .form_box .select_wrap{
  width: 30%;
}
#faq .search_results .form_box button[type="submit"]{
  width: 20%;
  background: #11c5bf;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #d7d7d7;
  cursor: pointer;
  transition: background 0.3s ease-out;
  position: relative;
}
#faq .search_results .form_box select{
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#faq .search_results .form_box .select_wrap{
  position: relative;
}
#faq .search_results .form_box .select_wrap:after{
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 10px;
  margin-top: -6px;
  background: url(/wp-content/themes/orion/img/pc/icon/select_ico.png) 0 0 no-repeat;
  background-size: contain;
  pointer-events: none;
}
#faq .search_results .form_box button[type="submit"]:before{
  content:'';
  display: inline-block;
  background: url(/wp-content/themes/orion/img/pc/icon/search_ico.png) no-repeat;
  width: 24px;
  height: 25px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  left: -5px;
}
#faq .search_results .form_box button[type="submit"]:hover{
  background: #0cb2ad;
}
#faq .search_results .form_box .cm{
  font-size: 12px;
  color: #aaaaaa;
}
#faq .search_results .results_list h4{
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-weight: normal;
  margin: 30px 0 20px;
}
#faq .search_results .results_list_in{
  padding-top:1px;
}
#faq .search_results .results_list_in a{
  display: block;
  padding: 10px 0 5px;
  border-bottom: 1px dotted #bdbdbd;
  padding-top: 30px;
  margin-top: -22px;
}
#faq .search_results .results_list_in a dl{
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding:0 15px 0 0;
  font-size: 14px;
}
/*★検索結果 表示 修正*/
#faq .search_results .results_list_in ul.category{
  margin-top:16px;
  overflow: hidden;
}
#faq .search_results .results_list_in ul.category li{
  display: inline-block;
  color: #fff;
  font-size: 11px;
  min-width: 100px;
  padding: 2px 8px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  margin-right: 5px;
  float: left;
}
/*
#faq .search_results .results_list_in a dl dt{
  color: #fff;
  font-size: 11px;
  width: 100px;
  text-align: center;
  line-height: 2;
  font-weight: bold;
  margin-right: 20px;
}
#faq .search_results .results_list_in a.common dl dt{
  background: #444444;
}
#faq .search_results .results_list_in a.package dl dt{
  background: #c51d2a;
}
#faq .search_results .results_list_in a.ski dl dt{
  background: #1e95c7;
}
#faq .search_results .results_list_in a.bus dl dt{
  background: #6fa02f;
}
#faq .search_results .results_list_in a.hight_speed dl dt{
  background: #e1af17;
}
#faq .search_results .results_list_in a.other dl dt{
  background: #b0b0b0;
}
*/
#faq .search_results .results_list_in a dl dd.title{
  color: #000000;
  width: 900px;
  line-height: 1.6;
  transition: color 0.5s ease-out;
}
#faq .search_results .results_list_in a dl dd.arrow{
  margin-left: auto;
  align-self: center;
  position: relative;
  right: 0;
  top: -20px;
  transition: right 0.3s ease-out;
}
#faq .search_results .results_list_in a:hover dl dd.title{
  text-decoration: underline;
}
#faq .search_results .results_list_in a:hover dl dd.arrow{
  position: relative;
  right: -10px;
}
/* ★ページネーション修正*/
#faq .search_results .results_list .page_nav{
  margin: 40px auto 0;
  /*width: 340px;*/
}
#faq .search_results .results_list .page_nav ul{
  display: flex;
  /*
  justify-content: space-between;*/
  justify-content: center;
}
#faq .search_results .results_list .page_nav ul li{
 margin:4px;
}
#faq .search_results .results_list .page_nav ul li a,
#faq .search_results .results_list .page_nav ul li span
{
  color: #11c5bf;
  background: #fff;
  border: 1px solid #11c5bf;
  display: block;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 14px;
  margin:0;
}
/*#faq .search_results .results_list .page_nav ul li.current a,*/
#faq .search_results .results_list .page_nav ul li span.current
{
  color: #fff;
  background: #11c5bf;
}
#faq .search_results .results_list .page_nav ul li a:hover{
  color: #fff;
  background: #11c5bf;
}
#faq .category_search_02 {
  width: 1100px;
  margin: 40px auto 70px;
}
#faq .category_search_02 h3{
  font-size: 24px;
  color: #333333;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #333333;
  font-weight: normal;
}
#faq .category_search_02 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
#faq .category_search_02 ul li{
  width: 32.5%;
  margin-bottom: 10px;
}
#faq .category_search_02 ul li a{
  color: #000;
  padding: 5px 0 5px 15px;
  display: block;
  font-size: 16px;
  border-bottom: 1px dotted #bdbdbd;
  background: url(/wp-content/themes/orion/img/pc/icon/ico_arr_news.png) no-repeat left center;
}
#faq .category_search_02 ul li a:hover{
  text-decoration: underline;
}
/*-------------------------------------*
PC よくある質問解答
*-------------------------------------*/
#faq .faq_cont{
  width: 1100px;
  margin: 40px auto 70px;
}
#faq .faq_cont .question{
  display: flex;
  align-items: center;
}
#faq .faq_cont .question .initial{
  font-size: 48px;
  color: #6181c2;
  margin-right: 30px;
  font-weight: bold;
  line-height: 1;
}
#faq .faq_cont .question .txt{
  font-size: 24px;
}
#faq .faq_cont .tag {
  text-align: right;
}
#faq .faq_cont .tag span{
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
  font-weight: bold;
  background: #444444;
  display: inline-block;
  padding: 5px 10px;
  margin-right:3px;
}
/*
#faq .faq_cont .tag .package{
  background: #c51d2a;
}
#faq .faq_cont .tag .common{
  background: #444444;
}
#faq .faq_cont .tag .package{
  background: #c51d2a;
}
#faq .faq_cont .tag .ski{
  background: #1e95c7;
}
#faq .faq_cont .tag .bus{
  background: #6fa02f;
}
#faq .faq_cont .tag .high_speed{
  background: #e1af17;
}
#faq .faq_cont .tag .other{
  background: #b0b0b0;
}
*/
#faq .faq_cont .answer{
  display: flex;
  align-items: flex-start;
  padding: 30px 30px;
  margin-top: 30px;
  /*border: 1px dotted #bdbdbd;
  border-bottom: 1px dotted #bdbdbd;*/
  border: 1px dotted #bdbdbd;
}
#faq .faq_cont .answer .initial{
  font-size: 48px;
  color: #c26161;
  margin-right: 30px;
  font-weight: bold;
  line-height: 1;
}
#faq .faq_cont .answer .faq_post{
  font-size:14px;
}
#faq .other_search {
  width: 1100px;
  margin: 0 auto;
}
#faq .other_search h4{
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 15px;
}
#faq .other_search .form_box{
  background: #eeeeee;
  padding: 20px 60px 1px 60px;
}
#faq .other_search .form_box form{
  display: flex;
  justify-content: space-between;
}
#faq .other_search .form_box input[type="text"],
#faq .other_search .form_box select{
  padding: 15px 10px;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #d7d7d7;
}
#faq .other_search .form_box input[type="text"]{
  width: 49%;
}
#faq .other_search .form_box .select_wrap{
  width: 30%;
}
#faq .other_search .form_box button[type="submit"]{
  width: 20%;
  background: #11c5bf;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #d7d7d7;
  cursor: pointer;
  transition: background 0.3s ease-out;
  position: relative;
}
#faq .other_search .form_box select{
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#faq .other_search .form_box .select_wrap{
  position: relative;
}
#faq .other_search .form_box .select_wrap:after{
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 10px;
  margin-top: -6px;
  background: url(/wp-content/themes/orion/img/pc/icon/select_ico.png) 0 0 no-repeat;
  background-size: contain;
  pointer-events: none;
}
#faq .other_search .form_box button[type="submit"]:before{
  content:'';
  display: inline-block;
  background: url(/wp-content/themes/orion/img/pc/icon/search_ico.png) no-repeat;
  width: 24px;
  height: 25px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  left: -5px;
}
#faq .other_search .form_box button[type="submit"]:hover{
  background: #0cb2ad;
}
#faq .other_search .form_box .cm{
  font-size: 12px;
  color: #aaaaaa;
}
#faq .relate_qa {
  width: 1100px;
  margin: 70px auto;
}
#faq .relate_qa h3 {
  font-size: 24px;
  color: #333333;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #333333;
  font-weight: normal;
}
#faq .relate_qa .relate_qa_in a{
  display: block;
  padding: 10px 0 5px;
    padding-top: 10px;
  border-bottom: 1px dotted #bdbdbd;
  padding-top:30px;
  margin-top:-22px;
}
#faq .relate_qa .relate_qa_in a dl{
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding: 0 15px 0 0;
  font-size: 14px;
}
/*★ お問い合わせ個別ページ カテゴリ 修正 */
#faq .relate_qa .relate_qa_in ul{
  margin-top:12px;
  overflow: hidden;
}
#faq .relate_qa .relate_qa_in li{
  display: inline-block;
  color: #fff;
  font-size: 11px;
  min-width: 100px;
  padding: 2px 8px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  margin-right: 5px;
  float: left;
}
/*#faq .relate_qa .relate_qa_in a dl dt{
  color: #fff;
  font-size: 11px;
  width: 100px;
  text-align: center;
  line-height: 2;
  font-weight: bold;
  margin-right: 20px;
}
#faq .relate_qa .relate_qa_in a.common dl dt{
  background: #444444;
}
#faq .relate_qa .relate_qa_in a.package dl dt{
  background: #c51d2a;
}
#faq .relate_qa .relate_qa_in a.ski dl dt{
  background: #1e95c7;
}
#faq .relate_qa .relate_qa_in a.bus dl dt{
  background: #6fa02f;
}
#faq .relate_qa .relate_qa_in a.hight_speed dl dt{
  background: #e1af17;
}
#faq .relate_qa .relate_qa_in a.other dl dt{
  background: #b0b0b0;
}
*/
#faq .relate_qa .relate_qa_in a dl dd.title{
  color: #000000;
  width: 900px;
  line-height: 1.6;
  transition: color 0.5s ease-out;
}
#faq .relate_qa .relate_qa_in a dl dd.arrow{
  margin-left: auto;
  align-self: center;
  position: relative;
  right: 0;
  top: -20px;
  transition: right 0.3s ease-out;
}
#faq .relate_qa .relate_qa_in a:hover dl dd.title{
  text-decoration: underline;
}
#faq .relate_qa .relate_qa_in a:hover dl dd.arrow{
  position: relative;
  right: -10px;
}
/*-------------------------------------*
PC 汎用ページ
*-------------------------------------*/
#postpage{}
#postpage .page_wrap{margin-top:30px;}
#postpage .ttl {
  background: #c3c3c3;
  color: #fff;
  padding: 25px 0;
  box-shadow: 0 5px 7px rgba(0,0,0,0.1) inset;
}
#postpage .ttl h1{
  font-size: 30px;
  color: #fff;
  width: 1100px;
  margin: 0 auto;
  font-weight: normal;
}
#postpage .page_in,
#postpage .page_in .main_col{
  padding: 0 0 30px;
  width: 100%;
  max-width:1100px;
  margin: 0 auto;
}
/* ニュース限定 */
.news-template-default #postpage .page_in,
.post-template-default #postpage .page_in{
  padding: 30px;
  width: 1100px;
  margin: 30px auto 60px;
  border: 1px dotted #bdbdbd;
  font-size:14px;
}
#postpage .link_nav{
  margin: 0px 0 0;
}
#postpage .link_nav ul{
  display: flex;
  justify-content: space-between;
}
#postpage .link_nav ul li{
  border-left: 1px dotted #000;
  text-align: center;
  width: 100%;
  padding: 2px 0;
}
#postpage .link_nav ul li:last-child{
  border-right: 1px dotted #000;
}
#postpage .link_nav ul li a{
  color: #333333;
  display: block;
  margin: 0 2px;
  padding: 5px 0;
  font-size: 14px;
}
#postpage .link_nav ul li a:after{
  content: '';
  background: url(/wp-content/themes/orion/img/pc/icon/arrow_bottom.png) no-repeat bottom center;
  width: 13px;
  height: 7px;
  display: block;
  margin: 0 auto;
}
#postpage .link_nav ul li a:hover{
  background: #eeeeee;
}
#postpage .page_content .style_h1min{
  font-size: 22px;
  color: #333333;
  width: 100%;
  margin: 40px 0 25px;
  font-weight: normal;
  background:#ebebeb;
  padding:10px;
}
#postpage .page_content .style_h2{
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  border-bottom: 2px solid #333333;
  padding-bottom: 10px;
  margin: 40px 0 25px;
}
#postpage .page_content .style_h3{
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  border-bottom: 2px dotted #333333;
  padding-bottom: 10px;
  margin: 40px 0 25px;
}
#postpage .page_content .style_h4{
  color: #333333;
  font-size: 22px;
  font-weight: normal;
  border-bottom: 1px dashed #333333;
  padding-bottom: 10px;
  margin: 40px 0 25px;
}
#postpage .page_content .style_h5{
  font-size: 18px;
  margin: 40px 0 20px;
}
#postpage .page_content .style_h6{
  font-size: 14px;
  margin: 40px 0 20px;
}
#postpage .page_content a{
  color: #0cb8b2;
  text-decoration: underline;
}
#postpage .page_content a:hover{
  text-decoration: none;
}
#postpage .page_content .txt_bold{
  font-weight: bold;
}
#postpage .page_content .txt_red{
  color:#f00;
}
#postpage .page_content p{
  line-height: 1.8;
}
#postpage .page_content dl.row{
  margin-bottom: 20px;
}
#postpage .page_content dl.row dt{
  font-size: 16px;
  font-weight: bold;
}
#postpage .page_content dl.row dd{
  font-size: 14px;
  padding-left: 30px;
}
#postpage .page_content dl.column{
  display: table;
  table-layout: fixed;
  padding: 5px 0;
  border-bottom: 1px solid #bdbdbd;
  width: 100%;
}
#postpage .page_content dl.column dt{
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  width: 240px;
  vertical-align: middle;
  padding-right: 15px;
}
#postpage .page_content dl.column dd{
  display: table-cell;
  font-size: 14px;
  width: calc(100% - 240px);
  border-left: 1px solid #bdbdbd;
  vertical-align: middle;
  padding:10px 15px;
}
#postpage .page_content .column{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding: 5px 0;
  width: 100%;
}
#postpage .page_content .column .col{
  font-size: 14px;
  border-left: 1px solid #bdbdbd;
  vertical-align: middle;
  padding:10px 15px;
}
#postpage .page_content .column .col:first-child{
  border-left-width: 0px;
}
#postpage .page_content table{
  width: 100%;
  font-size: 13px;
  table-layout: fixed;
  margin-bottom: 25px;
}
#postpage .page_content table th{
  text-align: center;
  font-size: 14px;
}
#postpage .page_content table th,
#postpage .page_content table td{
  padding: 10px;
  border: 1px solid #bdbdbd;
}
#postpage .page_content table .bgcolor_01{
  background:#d7d7d7;
}
#postpage .page_content table .bgcolor_02{
  background:#f3f3f3;
}
#postpage .page_content ul li{
  margin-bottom: 15px;
  padding-left: 20px;
  line-height: 1.2;
  font-size: 16px;
  background: url(/wp-content/themes/orion/img/pc/icon/list_ico_01.png) no-repeat left top 0.1em;
}
#postpage .page_content ul li > ul li{
  line-height: 1.2;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 15px;
  background: none;
  background: url(/wp-content/themes/orion/img/pc/icon/list_ico_02.png) no-repeat left center;
}
#postpage .page_content ul li > ul li:first-child{
  margin-top: 20px;
}
#postpage .page_content ul li:last-child{
  margin-bottom:0;
}
#postpage .page_content ul.nomark li{
  background:none;
  padding-left: 0px;
}
#postpage .page_content ul.col_list li{
  width:48%;
  display: inline-block;
}
/*サイズ調整など*/
#postpage .page_content .like_icon{
  display: inline-block;
  background:#6181C2;
  color:#fff;
  font-size:12px;
  padding:2px;
  min-width:8em;
  text-align:center;
  margin-right:5px;
  border-radius:2px;
}
#postpage .w95{
  width:95%;
  margin-left:auto;
  margin-right:auto;
}
/*-------------------------------------*
PC 汎用ページ 2カラムCSS
*-------------------------------------*/
#postpage .double_cols{
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
  margin-top:40px;
}
#postpage .double_cols .main_col{
  width: calc(100% - 230px - 40px);
  margin: 0;
}
#postpage .double_cols .side{
  width: 230px;
  margin-top: 0px;
}
#postpage .double_cols .side ul li{
  border-bottom: 1px dotted #b6b6b6;
}
#postpage .double_cols .side ul li a{
  color: #333333;
  padding: 15px 0 15px 25px;
  display: block;
  background: #fff url(/wp-content/themes/orion/img/pc/icon/arrow_blue.png) no-repeat left 7px center;
}
#postpage .double_cols .side ul li.current a,
#postpage .double_cols .side ul li a:hover{
  background-color: #f2f2f2;
}
/*-------------------------------------*
PC 汎用ページ アイコンの設定
*-------------------------------------*/
a.blank {
padding-right: 18px;
background: url(/wp-content/themes/orion/img/pc/icon/ico_blank.png) no-repeat center right;
background-size: 1em;
margin-right: 2px;
}
a.pdf {
padding-right: 22px;
background: url(/wp-content/themes/orion/img/pc/icon/ico_pdf.png) no-repeat center right;
background-size: 1.2em;
margin-right: 2px;
}
/*-------------------------------------*
PC 汎用ページ 余白・文字位置など絶対設定
*-------------------------------------*/
#postpage .mgt0{margin-top:0px!important;}
#postpage .mgt10{margin-top:10px!important;}
#postpage .mgt15{margin-top:15px!important;}
#postpage .mgt20{margin-top:20px!important;}
#postpage .mgt25{margin-top:25px!important;}
#postpage .mgt30{margin-top:30px!important;}
#postpage .mgt35{margin-top:35px!important;}
#postpage .page_content .txtL{text-align:left!important;}
#postpage .page_content .txtR{text-align:right!important;}
#postpage .page_content .txtC{text-align:center!important;}

/*-------------------------------------*
PC 汎用ページ 個別ページ設定
*-------------------------------------*/
/*アクセス*/
#postpage .page_content .access_map{width:100%;height:300px;}
#postpage .page_content .access_adress{width:250px;}
/*サイトマップ*/
#postpage .page_sitemap .page_content > ul:after{content:'';display: block;clear: both;}
#postpage .page_sitemap .page_content > ul > li{
  width:33%;
  float:left;
}
#postpage .page_sitemap .page_content ul.sitemap_tilelist > li{
  width:100%;
  float:none;
}
#postpage .page_sitemap .page_content ul.sitemap_tilelist ul li{
  display: inline-block;
  background-image:none;
  margin-top:10px;
  padding-left:0px;
}
#postpage .page_sitemap .page_content ul.sitemap_tilelist ul li::after{
  content:'／';
  margin-left:5px;
  color:#666;
}
#postpage .page_sitemap .page_content ul.sitemap_tilelist ul li:last-child::after{
  content:none;
}
/*代理店*/
#postpage .page_agency .page_content > ul:after{content:'';display: block;clear: both;}
#postpage .page_agency .page_content > ul > li{
  width:50%;
  float:left;
}

/*-------------------------------------*
エラーページ用設定
*-------------------------------------*/
.error404{
  background:#eee;
}
#postpage #breadcrumb + .page_wrap{
  border-top:1px solid #bdbdbd;
  background:#eee;
}
#postpage .error_bdy{
  padding: 70px 0;
  width: 1100px;
  margin: 60px auto 60px;
  border: 1px dotted #bdbdbd;
  background:#fff;
  font-size:16px;
  text-align: center;
}
#postpage .error_lead{
  font-size:20px;
  margin:20px 0;
}
#postpage .error_ttl{
  font-size:30px;
  color:#a5a5a5;
  text-align: center;
  margin-bottom:30px;
}
#postpage .error_txt{
  margin-bottom:20px;
}
#postpage .error_pagelist{
  width:90%;
  margin:0 auto;
}
#postpage .error_pagelist .style_h1min{
  font-size:18px;
  padding:5px 10px;
}
#postpage .error_pagelist .sitemap_tilelist{
  padding-left:40px;
}
#postpage .error_pagelist .sitemap_tilelist::after{
  content:'';
  display: block;clear: both;
}
#postpage .error_pagelist .sitemap_tilelist li{
  text-align:left;
  width:25%;
  float:left;
}



/*======================
検索フォームタブ
夏（タブ2個）は 48.8%
冬（タブ3個）は 32.8%
表示→display: block!important;
非表示→display: none!important;
=====================*/
#main .search_box .tab li{
  text-align: center;
  background: #aaaaaa;
  color: #fff;
  padding: 5px 0;
  border: 5px solid #fff;
  border-bottom: none;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
  box-shadow:0 -10px 5px -5px rgba(116, 116, 116, 0.4) inset;
}

/*関東*/
#main .search_box.kanto .tab li{
  width: 32.8%;
}
/*国内ツアー*/
#main .search_box.kanto .tab li:nth-of-type(1){
  display: block!important;
}
/*スキーツアー*/
#main .search_box.kanto .tab li:nth-of-type(2){
  display: block!important;
}
/*高速バス*/
#main .search_box.kanto .tab li:nth-of-type(3){
  display: block!important;
}

/*東北*/
#main .search_box.tohoku .tab li{
  width: 32.8%;
}
/*国内ツアー*/
#main .search_box.tohoku .tab li:nth-of-type(1){
  display: block!important;
}
/*スキーツアー*/
#main .search_box.tohoku .tab li:nth-of-type(2){
  display: block!important;
}
/*高速バス*/
#main .search_box.tohoku .tab li:nth-of-type(3){
  display: block!important;
}

/*東海*/
#main .search_box.chubu .tab li{
  width: 32.8%;
}
/*国内ツアー*/
#main .search_box.chubu .tab li:nth-of-type(1){
  display: block!important;
}
/*スキーツアー*/
#main .search_box.chubu .tab li:nth-of-type(2){
  display: block!important;
}
/*高速バス*/
#main .search_box.chubu .tab li:nth-of-type(3){
  display: block!important;
}

/*関西*/
#main .search_box.kansai .tab li{
  width: 32.8%;
}
/*国内ツアー*/
#main .search_box.kansai .tab li:nth-of-type(1){
  display: block!important;
}
/*スキーツアー*/
#main .search_box.kansai .tab li:nth-of-type(2){
  display: block!important;
}
/*高速バス*/
#main .search_box.kansai .tab li:nth-of-type(3){
  display: block!important;
}

/*九州*/
#main .search_box.kyushu .tab li{
  width: 32.8%;
}
/*国内ツアー*/
#main .search_box.kyushu .tab li:nth-of-type(1){
  display: block!important;
}
/*スキーツアー*/
#main .search_box.kyushu .tab li:nth-of-type(2){
  display: block!important;
}
/*高速バス*/
#main .search_box.kyushu .tab li:nth-of-type(3){
  display: block!important;
}
