@charset "shift_jis";


.is-pc-hide{
  display: none;
}
#contentsArea{
  width: 1130px;
  margin: auto;
}


.contents_title{
  padding: 25px 0;
  font-size: 16px;
  font-weight: bold
}
.base{
  padding: 0 5px;
}
.hero{
  background: url(../images/hero.jpg) no-repeat left top;
  height: 300px;
}

.article_nav{
  height: 70px;
  margin: 10px auto 30px;
  border-radius: 5px;
  background: #ffffff;
}
.article_nav_list{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: inherit;
}
.article_nav_item{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 370px;
  padding: 9px 0;
}
.article_nav_item .l-inner{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;

  height: inherit;
  border-right: 1px solid #e5e5e5;
}
.article_nav_item:last-child .l-inner{
  border: none;
}
.article_nav_item:first-child{
  border-radius: 5px 0 0 5px / 5px 0 0 5px;
}
.article_nav_item:last-child{
  border-radius: 0 5px 5px 0 / 0 5px 5px 0;
}
.article_nav_item:hover,
.article_nav_item.ui-state-active{
    border-top: 4px solid;
}
.article_nav_item:hover img,
.article_nav_item.ui-state-active img{
  position:relative;
  top: -2px;
}
.article_nav_item.selling:hover,
.article_nav_item.selling.ui-state-active{
 background: #fef8b6;
 border-color: #f5e210;
}
.article_nav_item.hwi:hover,
.article_nav_item.hwi.ui-state-active{
 background: #effcd2;
 border-color: #8aae3b;
}
.article_nav_item.asi:hover,
.article_nav_item.asi.ui-state-active{
 background: #fedac9;
 border-color: #fc6d2a;
}
.article_nav_item.gum:hover,
.article_nav_item.gum.ui-state-active{
 background: #d3fcfd;
 border-color: #42d1d6;
}
.article_nav_item.ame:hover,
.article_nav_item.ame.ui-state-active{
 background: #ffdde7;
 border-color: #fd6392;
}
.article_nav_item.oce:hover,
.article_nav_item.oce.ui-state-active{
 background: #fee8bd;
 border-color: #f2b337;
}
.article_nav_item.eur:hover,
.article_nav_item.eur.ui-state-active{
 background: #ffe6f8;
 border-color: #c06caa;
}
.article_nav_item.chn:hover,
.article_nav_item.chn.ui-state-active{
 background: #ffdce0;
 border-color: #e2344a;
}




.content_title{
  margin: 0 0 30px;
  background: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 0;
}
.content_title .l-inner{
  display: block;
  padding-left: 16px;
  border-left: 4px solid #0290cd;
}
.section{
  width: 100%;
  margin-bottom: 40px;
}
.section-01{
  margin-top: 0;
}

.btn-more{
  position: relative;
  width: 300px;
  height: 40px;
  margin: 30px auto 0;
  border: 2px solid #0290cd;
  background: #ffffff;
  color: #0290cd;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
}
.btn-more:after{
  content: '';
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  /* margin-right: 8px; */
  border: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 2px #0290cd;
  border-right: solid 2px #0290cd;
}
.btn-more:hover{
  background: #d4f1fd;
}
.btn-more a{
  color: #038dc8;
}
.path{
  margin-top: 30px;
}
.path_list{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.path_item{
  position: relative;
  width: 220px;
  margin: 0 10px;
  padding: 15px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 1px 2px 2px #dcdcdc;
  font-size: 16px;
  font-weight:bold;
  cursor: pointer;
}
.path_item::after{
  content: '';
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
}
.path_item:hover{
  background: #fffede;
}
.path_item_child{
  text-align: center;
}
.path_item_child span{
  padding: 4px 0;
}
.path_item_child.airport span {
  background: url(../images/icon-airport.png) no-repeat left center;
  background-size: 26px;
  padding-left: 35px;
}
.path_item_child.hotel span{
  background: url(../images/icon-hotel.png) no-repeat left top;
  background-size: 18px;
  padding-left: 25px;
}
.path_item_child + .path_item_child::before{
  content: "\002193";
  display: block;
  text-align: center;
}
.path_item_child.arr small{
  padding-left: 25px;
}




/* section_area */
.section_wrap.section_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section_area{
  width: calc( 100% + 20px);
  margin-left: -20px;
}
.section_wrap .product.is-col-6{
  width: 550px;
}
.section_area .product{
  margin-left: 20px;
}
.section_area_title{
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}
.section_area .section-01{
  padding-left: 20px;
}




.anchor .section_area_title{
  padding: 17px 0;
  text-align: center;
}
.product .section_area_title{
  padding: 10px 0 10px 13px;
  border-top: 6px solid;
}



.product .section_area_title::before{
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 9px;
  margin-top: -3px;
  vertical-align: middle;
}



.anchor_list{
  overflow: hidden;
  background: #ffffff;
  border: 2px solid #e6e6e6;
  border-top: none;
  padding: 15px 25px 25px;
}
.anchor_item{
  display: inline-block;
  height: 30px;
  margin: 5px 2px 0;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  line-height: 30px;
  /* background: url(../images/arrow-bottom.png) no-repeat top 12px left 8px; */
  /* background-size: 10px; */
  font-size: 14px;
  font-weight: bold;
}
.anchor_item a{
  color: #000000;
}
.anchor_item:hover{
  opacity: 0.7;
}
.anchor_item a:before{
  content: '';
  display: inline-block;
  position: relative;
  top: -3px;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border: 0px;
  border-top: solid 2px;
  border-right: solid 2px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}


.product_list{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc( 100% + 20px );
  margin-left: -20px;
}
.product_item{
  width: 25%;
  padding-left: 20px;
  margin-top: 20px;
}
.section_wrap .product.is-col-6 .product_item{
  width: 50%;
}
.product_item .l-inner{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  background: #ffffff;
  padding-bottom: 15px;
}
.product_title{
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  border-left: 6px solid;
}
.product_title small{
  font-size: 70%;
}
.product_link{
  height: 40px;
  line-height: 40px;
}
.product_link.product-list{
    width: 100%;
}
.product_link.product-a_h,
.product_link.product-h_a{
  width: 118px;
  margin-top: 6px;
  display:none;
}
.product_link a:hover{
  opacity: 0.7
}
.product_link span{
  display: block;
  text-indent: -9999px;
}
.product_link.-none a{
  pointer-events: none;
}
.product_link.product-list a{
  background: url(../images/btn-roduct-list.png) no-repeat center top;
}
.product_link.product-a_h a{
  background: url(../images/btn-roduct-a_h.png) no-repeat center top;
}
.product_link.product-h_a a{
  background: url(../images/btn-roduct-h_a.png) no-repeat center top;
}
.product_link.product-list.-none a{
  background: url(../images/btn-roduct-list-none.png) no-repeat center top;
}
.product_link.product-a_h.-none a{
  background: url(../images/btn-roduct-a_h-none.png) no-repeat center top;
}
.product_link.product-h_a.-none a{
  background: url(../images/btn-roduct-h_a-none.png) no-repeat center top;
}

.btn-opt_tour_link{
  position: relative;
  width: auto;
  height: 70px;
  margin: 20px auto 0;
  padding: 0 90px;
  line-height: 70px;
  background: #ff5a30;
  border-radius: 7px;
  text-align: center;
}
.selling .btn-opt_tour_link{
  width: 580px;
}
.btn-opt_tour_link::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  display: inline-block;
  background: url(../images/arrow-right-circle.png) no-repeat left center;
  background-size: 100%;
}
.btn-opt_tour_link a{
  margin-left: 5px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  left: -17px;
}
.btn-opt_tour_link a::before{
  content: "";
  display: inline-block;
  width: 16px;
  height: 28px;
  background: url(../images/icon-flag.png) no-repeat left center;
  background-size: 100%;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.btn-opt_tour_link:hover{
  opacity: 0.7;
}

.btn-return_top{
  position: fixed;
  right: 38px;
  bottom: 0;
  z-index: 10;
  transform: translate(0, 130px);
  transition: all 1000ms;
}
.btn-return_top.is-visible {
  opacity: 1;
  transform: translate(0, -50px);
}
.btn-return_top:hover{
  opacity: 0.7;
}

.js-accordion_btn{
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
.js-accordion_btn:after{
  content: "\FF0B";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -26px;
  font-weight: bold;
  font-size: 32px;
}
.js-accordion_btn.is-active:after{
  content: "\FF0D";
}
