@charset "utf-8";

/*----------------------------------------------------------------
  campaign page
----------------------------------------------------------------*/

/* shared.css */
#content .fs10 {font-size: 10px;}
#content .fs11 {font-size: 11px;}
#content .fs12 {font-size: 12px;}
#content .fs13 {font-size: 13px;}
#content .fs14 {font-size: 14px;}
#content .fs15 {font-size: 15px;}
#content .fs16 {font-size: 16px;}
#content .fs17 {font-size: 17px;}
#content .fs18 {font-size: 18px;}
#content .fs20 {font-size: 20px;}
#content .fs22 {font-size: 22px;}
#content .fs24 {font-size: 24px;}
#content .fs26 {font-size: 26px;}
#content .fs28 {font-size: 28px;}
.str-contents {width: 950px;}

.w950 {
  margin: 0 auto;
  width: 950px;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.img-right,
.img-left,
.col2-box,
.col3-box,
.col4-box {
  margin: 0 auto;
  overflow: hidden;
}
.col2-box .col-l,
.col3-box .col-l,
.col4-box .col-l {
  margin-left: 10px;
}
.col-l:first-child {margin-left: 0;}
.col2-box .col-l {width: 470px;}
.col3-box .col-l {width: 310px;}
.col4-box .col-l {width: 230px;}
.col-l p {
  margin-bottom: 5px;
}
.col-l img,
.str-contents img {
  width: 100%;
}


/* 枠あり */
.bd-box .col-l {
  border: 1px solid #d5d5d7;
  padding: 4px;
}
.col2-box.bd-box .col-l {width: 460px;}
.col3-box.bd-box .col-l {width: 300px;}
.col4-box.bd-box .col-l {width: 220px;}
.img-left.bd-box,
.img-right.bd-box {
  border: 1px solid #d5d5d7;
  padding: 4px;
}
/* 枠全体リンク */
.link-box .col-l {
  padding: 0;
}
.col2-box.bd-box.link-box .col-l {width: 468px;}
.col3-box.bd-box.link-box .col-l {width: 308px;}
.col4-box.bd-box.link-box .col-l {width: 228px;}
.link-box .col-l > a {
  color: #000;
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding: 4px;
}
.link-box .col-l > a:hover *,
.bnr-box .col-l > a:hover *,
.img-left.link-box > a:hover *,
.img-right.link-box > a:hover * {
  opacity: .75;
  filter: alpha(opacity=75);
}
.img-left.link-box,
.img-right.link-box {
  padding: 0;
}
.img-left.link-box > a,
.img-right.link-box > a {
  color: #000;
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding: 14px;
  overflow: hidden;
}
.img-left.link-box > a > .img-01{
  float:left;
  margin-right:15px;
}
.img-right.link-box > a > .img-01{
  float:right;
  margin-left:15px;
}

/* special components */
.spComp {
  overflow: hidden;
}
.spComp .itemImg {
  width: 520px;
}
.spComp .itemImg img {
  max-width: 100%;
}
.spComp.img-right .itemImg {
  float: right;
  margin-left: 20px;
}
.spComp.img-left .itemImg {
  float: left;
  margin-right: 20px;
}
.spComp .itemTxtArea {
  width: 410px;
  color: #333;
}
.spComp.img-right .itemTxtArea {float: left;}
.spComp.img-left .itemTxtArea {float: right;}
.spComp .itemTtl {
  font-size: 40px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.spComp .itemTxt {
  line-height: 1.66;
  margin-top: 6px;
}
.spComp .itemLinkList {
  font-size: 14px;
  margin: 14px 0 0 -2px;
  overflow: hidden;
}
.spComp .itemLinkList li {
  background-color: #29799d;
  margin: 2px 0 0 2px;
  width: 100%;
  float: left;
}
.spComp .itemLinkList li:hover {
  background-color: #fff;
}
.spComp .itemLinkList li.half {
  width: 204px;
  margin-left: 2px;
}
.spComp .itemLinkList li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 27px;
  text-align: center;
  background: transparent url(//s.skygate.co.jp/pc/domestic/images/ico_arrow-01.png) right 50% no-repeat;
}
.spComp .itemLinkList li:hover a {
  color: #0b72a2;
  background: transparent url(//s.skygate.co.jp/pc/domestic/images/ico_arrow-02.png) right 50% no-repeat;
}
/* bg-full */
.spComp.bg-full {
  text-align: center;
  width: 100%;
}
.spComp.bg-full .compInner {
  width: 950px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.spComp.bg-full .itemTxtArea {
  position: relative;
  width: 410px;
  padding: 20px;
  background: url(//s.skygate.co.jp/pc/domestic/images/bg_textarea-01.png) 0 0;
  color: #fff;
  z-index: 1;
}
.spComp.bg-full .itemLinkList li {
  background-color: #fff;
}
.spComp.bg-full .itemLinkList li:hover {
  background-color: #29799d;
}
.spComp.bg-full .itemLinkList li a {
  color: #0b72a2;
  background: transparent url(//s.skygate.co.jp/pc/domestic/images/ico_arrow-02.png) right 50% no-repeat;
}
.spComp.bg-full .itemLinkList li a:hover {
  color: #fff;
  background: transparent url(//s.skygate.co.jp/pc/domestic/images/ico_arrow-01.png) right 50% no-repeat;
}
.spComp.bg-full .itemImg {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

/* slider */
.slider {
  overflow: hidden;
  margin: 0 auto;
}
.slider .sliderInner {
  overflow: hidden;
  background-color: #ecf0f1;
  margin-top: 0;
  padding: 5px 60px 15px;
  position:relative;
}
.sliderItem {
  width: 200px;
  float: left;
  margin-right: 10px;
  background-color: #fff;
}
.sliderItem > a {
  text-decoration: none;
  color: #333;
  display: block;
  cursor: pointer;
}
.sliderItem > a:hover * {
  opacity: .75;
  filter: alpha(opacity=75);
}
.sliderItem .itemImg img {
  width: 100%;
}
.sliderItem .itemTtl {
  font-size: 16px!important;
  color: #0b72a2;
  padding: 12px 15px 0;
}
.sliderItem .itemTxt {
  margin-top: -2px;
  padding: 0 15px 15px;
  line-height: 1.66;
}
.slide-prev,
.slide-next {
  display:block;
  width: 40px;
  height: 0;
  position:absolute;
  top: 50%;
  margin-top: -20px;
  padding-top: 40px;
  overflow:hidden;
  cursor: pointer;
}
.slide-prev {
  left: 0;
  background: url(../images/slider/btn_prev-01.png) 0 0 no-repeat;
}
.slide-next {
  right: 0;
  background: url(../images/slider/btn_next-01.png) 0 0 no-repeat;
}

/* inlineFrame */
.inlineFrame {
  background-color: #fff;
  border: 1px solid #dddddd;
  height: 200px;
  margin: 0 10px;
  overflow-y: scroll;
  padding: 15px 20px;
}

/*----------------------------------------------------------------
  mainVisual
----------------------------------------------------------------*/

#mainVisual .hdgArea{
  width:100%;
  height:320px;
  position:relative;
  overflow: hidden;
}
#mainVisual .hdgArea .image{
  position: absolute;
  width:100%;
  left: 0;
  top: 0;
  margin: 0;
}

#mainVisual .itemImg {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

#mainVisual .hdgArea .image img{
  min-height: 480px;
  min-width: 950px;
/*   position: relative;
  left: 50%;
  margin-left: -545px; */
}
#mainVisual .hdgArea .titleInner{
  display:block;
  width:950px;
  margin:0 auto;
  position: relative;
  z-index: 10;
}
#mainVisual .hdgArea .titleInner .title{
  padding-top: 70px;
}
#mainVisual .hdgArea .titleInner span{
  display:block;
}
#mainVisual .hdgArea .titleTxt{
  display:block;
  background-color:rgba(0,0,0,.5);
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000);
  width:100%;
  position:absolute;
  bottom:0;
}
#mainVisual .hdgArea .titleTxt .innerTxt{
  display:block;
  width: 950px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: left;
  position: relative;
  overflow: hidden;
  display: block;
  color: #fff;
  font-weight: normal;
  line-height: 2em;
}

.txt01{
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
}
.txt02{
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
}

/*----------------------------------------------------------------
  Breadcrumb
----------------------------------------------------------------*/
.topicPath-wrapper {
  background-color: #ecf0f1;
}

.topicPath {
  width: 950px;
  margin: 0 auto;
  padding: 15px 0;
}
.anchor-contents{
width:950px;
margin:15px auto;
}
.anchor-contents p{
float: left;
}
.anchor-contents p strong{
font-weight: normal;
}
.anchor-contents:after{
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
:first-child + html .anchor-contents{
display: inline-block;
}
* html .anchor-contents{
height: 1%;
}


/*----------------------------------------------------------------
  add20160720
----------------------------------------------------------------*/
.wrapper{
  background-color: #ecf0f1;
}
/*----------------------------------------------------------------
  tab style
----------------------------------------------------------------*/
/* tab */
.tab-list-01{
  margin: 0 0 10px;
}
.tab-list-01.tab-num4 .tab-item .tab-menu{
  left:0;
  width:24.25%;
}
.tab-list-01.tab-num4 .tab-item + .tab-item .tab-menu{
  left:25.25%;
}
.tab-list-01.tab-num4 .tab-item + .tab-item + .tab-item .tab-menu{
  left:5.5%;
}
.tab-list-01.tab-num4 .tab-item + .tab-item + .tab-item + .tab-item .tab-menu{
  left:75.75%;
}

/* slider */
.tab-list-01 .tab-item .tab-content.slider{
  margin-right: 0;
  margin-left: 0;
  padding-right: 10px;
  padding-left: 10px;
}
.tab-content.slider .sliderInner{
  background-color: #fff;
  padding: 5px 50px 15px;
}
.tab-content.slider .sliderItem {
  width: 156px;
  border: 1px solid #d5d5d7;
  padding-bottom: 15px;
}
.tab-content.slider .sliderItem > a {
  text-decoration: none;
  color: #333;
  display: block;
  cursor: pointer;
}
.tab-content.slider .sliderItem > a:hover * {
  opacity: .75;
  filter: alpha(opacity=75);
}
.tab-content.slider .sliderItem .itemImg img {
  width: 100%;
}
.tab-content.slider .sliderItem .itemTtl {
  font-size: 14px!important;
  color: #0b72a2;
  padding: 12px 15px 0;
}
.tab-content.slider .sliderItem .itemTxt {
  padding: 8px 15px 0;
  line-height: 1.66;
}
.tab-content.slider .sliderItem .itemPrice {
  font-family: "ＭＳ Ｐゴシック","MS PGothic",Arial,Osaka,sans-serif;
  color: #ff0000;
  font-size: 24px;
  font-weight: bold;
  padding: 0 15px;
  line-height: 1;
}
.tab-content.slider .sliderItem .itemPrice .yen {
  font-size: 12px;
}
.tab-content.slider .slide-prev,
.tab-content.slider .slide-next {
  display:block;
  width: 40px;
  height: 0;
  position:absolute;
  top: 50%;
  margin-top: -20px;
  padding-top: 40px;
  overflow:hidden;
  cursor: pointer;
}
.tab-content.slider .slide-prev {
  left: 0;
  background: url(../images/slider/btn_prev-01.png) 0 0 no-repeat;
}
.tab-content.slider .slide-next {
  right: 0;
  background: url(../images/slider/btn_next-01.png) 0 0 no-repeat;
}

/* 検索ボックス */
.searchArea {
  font-size: 16px;
}
.searchArea p {
  font-size: 12px;
}
.searchArea input, label, select {
  vertical-align: middle;
}

/* scroll top
----------------------------------------------- */
.btn-PageTop{
  overflow:hidden;
  position:fixed;
  right:20px;
  bottom:30px;
  z-index:50;
  border-radius:4px;
  width:60px;
  height:60px;
  background:rgba(0, 0, 0, .6);
  text-indent:100%;
  white-space:nowrap;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
}
.btn-PageTop:not(:target){
  -webkit-filter:none;
  filter:none;
}
.btn-PageTop > a{
  overflow:hidden;
  display:block;
  width:100%;
  height:100%;
  text-indent:100%;
  white-space:nowrap;
}
.btn-PageTop > a:after{
  display:block;
  position:absolute;
  top:22px;
  left:17px;
  margin:auto;
  width:26px;
  height:16px;
  background-image:url(//s.skygate.co.jp/pc/domestic/images/tour/sprite.png);
  background-position:-370px 0;
  content:"";
}
.btn-PageTop.fixed-footer{
  background: #000000;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

/* tab adjuster for kokunai tour
----------------------------------------------- */
.tab-box-01.kokunaiTour{
  margin-bottom: 0;
}
.tab-box-01.kokunaiTour .tab-list-01{
  margin: 0 10px;
}
.tab-box-01.kokunaiTour .tab-list-01 .tab-item a.tab-menu{
  text-decoration: none;
}

/* search for knttour search
----------------------------------------------- */
.searchContentArea{
  width: 100%;
  overflow: hidden;
}
.searchContentArea:before,
.searchContentArea:after{
  display:table;
  content:" ";
}
.searchBox{
  width: 300px;
  margin-right: 10px;
  float: left;
}
.searchBox table{
  font-size: 12px;
  line-height: 1;
}
.searchBox table,
.searchBox table tr,
.searchBox table td{
  border: 1px solid #e6e6e6;
}
.searchBox table td.planTxt{
  width: 95px;
  text-align:center;
}
.searchBox table td{
  width: 330px;
  padding: 11px 0 11px 3px;
}
.searchBox table td input{
  vertical-align: middle;
}
.searchBox table td.departure input{
 ime-mode: disabled;
 width: 45px;
 vertical-align: 0;
 border-radius:4px;
 border: 1px solid rgb(169, 169, 169);
 margin-bottom: 3px;
}
.searchBox table td.submit{
  text-align: center;
  vertical-align: bottom;
  padding: 11px 0 12px;
}
/* mapArea
----------------------------------------------- */
.mapArea{
  width: 460px;
  height: 344px;
  margin: 0 0 0;
  padding: 0;
  float: left;
}
.mapArea .hdg-lv2-01{
  width: 100%;
  box-sizing: border-box;
}
.mapArea .map{
  height: 308px;
  margin: 0;
  padding: 0;
  background:url(//s.skygate.co.jp/pc/domestic/images/tour/bg_map.png) no-repeat center top;
  position: relative;
}
.mapArea .map li{
  margin: 0;
  padding: 0;
}
.mapArea .map li a{
  display: block;
  width: 60px;
  font-size: 14px;
  margin: 0;
  padding: 2px 3px 1px;
  color: #333;
  background: #ffffff;
  background: -webkit-linear-gradient(#ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(#ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
.mapArea .map li a:hover{
  color: #82b7fb;
}
.mapArea .map li.okinawa{
  position: absolute;
  top: 33px;
  left: 64px;
}
.mapArea .map li.hokkaido{
  position: absolute;
  top: 84px;
  right: 22px;
}
.mapArea .map li.sanyo{
  position: absolute;
  top: 170px;
  left: 85px;
}
.mapArea .map li.sanin{
  position: absolute;
  top: 142px;
  left: 107px;
}
.mapArea .map li.hokuriku{
  position: absolute;
  top: 142px;
  left: 169px;
}
.mapArea .map li.koushinetsu{
  position: absolute;
  top: 114px;
  left: 203px;
}
.mapArea .map li.kyushu{
  position: absolute;
  bottom: 53px;
  left: 26px;
}
.mapArea .map li.shikoku{
  position: absolute;
  bottom: 23px;
  left: 148px;
}
.mapArea .map li.kansai{
  position: absolute;
  bottom: 23px;
  left: 210px;
}
.mapArea .map li.tokai{
  position: absolute;
  bottom: 51px;
  left: 246px;
}
.mapArea .map li.kanto{
  position: absolute;
  bottom: 89px;
  right: 98px;
}
.mapArea .map li.tohoku{
  position: absolute;
  top: 130px;
  right: 71px;
}
@media only screen and (max-width: 767px) {
  .smpnone {
      display: none;
    }
}

/*---------- submitBtn ----------*/

#submitBtn,
.submitBtn03 input #submitBtn:hover{
  width: 200px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  background: -moz-linear-gradient(top center, #f59b14 0%, #e99312 100%);
  background: -webkit-gradient(linear, center top, center bottom, from(#f59b14), to(#e99312));
  background: linear-gradient(top center, #f59b14 0%, #e99312 100%);
  border-style: none;
  background:#e99312\9;
}
#submitBtn:hover,
.submitBtn03 input #submitBtn:hover{
  cursor: pointer;
  background: -moz-linear-gradient(top center, #eda943 0%, #e99315 100%);
  background: -webkit-gradient(linear, center top, center bottom, from(#eda943), to(#e99315));
  background: linear-gradient(top center, #eda943 0%, #e99315 100%);
  background:#eda943\9;
}

.figBox{
  width: 170px;
  height: 344px;
  float: right;
}

/* search for jal
----------------------------------------------- */
.searchContentArea.jal{
  width: 910px;
  padding: 20px 19px;
  border: 1px solid #999;
}

.searchContentArea.jal .col-l.boxwidth-01{
  width: 327px;
}
.searchContentArea.jal .col-l.boxwidth-02{
  width: 210px;
}
.searchContentArea.jal .formBlock .condition-title{
  width: 70px;
  padding-top: 10px;
}
.searchContentArea.jal .formBlock dt.condition-title.childList{
  width: 35px;
  margin-right: 15px;
}
.searchContentArea.jal .formBlock dt,
.searchContentArea.jal .formBlock dd{
  margin-bottom: 4px;
}
.searchContentArea.jal .formBlock dt{
  display: block;
  margin-right: 5px;
  font-weight: bold;
  float: left;
  font-size: 12px;
}
.searchContentArea.jal .formBlock select{
  width: 235px;
  height: 34px;
  display: block;
  border: 1px solid #bcbcbc;
}
.searchContentArea.jal .formBlock .selectBlock.month select{
  width: 120px;
  float: left;
}
.searchContentArea.jal .formBlock .selectBlock.day select{
  width: 86px;
  border-left: none;
}
.searchContentArea.jal .formBlock .selectBlock.cal a{
  display: block;
  width: 28px;
  height: 32px;
  border: 1px solid #bcbcbc;
  background-image:url(//s.skygate.co.jp/pc/domestic/images/tour/sprite.png);
  background-repeat:no-repeat;
  background-position: -82px 10px;
  position: absolute;
  top: 0;
  right: 17px;
}
.searchContentArea.jal .formBlock .selectBlock.nights select,
.searchContentArea.jal .formBlock .selectBlock.room select,
.searchContentArea.jal .formBlock .selectBlock.adultNum select,
.searchContentArea.jal .formBlock .selectBlock.totalChildNum select{
  width: 100px;
}
.searchContentArea.jal .formBlock .selectBlock.childAge select{
  width: 160px;
}
.searchContentArea.jal .formBlock dt .txt-color-01{
  color: #fd4719;
}
.searchBoxSec_Calendar{
  position: relative;
}

.searchContentArea.jal .formBlock.accordion .accordion-title{
  float: none;
  color: #05c;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 5px;
  padding: 5px 0 5px 15px;
  position: relative;
  display: block;
  cursor: pointer;
}
.searchContentArea.jal .formBlock.accordion .accordion-title:before{
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background-image:url(//s.skygate.co.jp/pc/domestic/images/tour/sprite.png);
  background-repeat:no-repeat;
  background-position: -406px 0;
  margin: -6px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.searchContentArea.jal .formBlock.accordion .formBlock .condition-title{
  width: 90px;
}

.searchContentArea.jal .btn01 input{
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 10px 0 10px 30px;
  border: none;
  background: none;
  box-sizing: border-box;
}
.searchContentArea.jal .btn01{
  display: block;
  width: 240px;
  margin: 0 auto;
  position: relative;
  background-color: #383838;
}
.searchContentArea.jal .btn01:before{
  display: block;
  content: '';
  width: 20px;
  height: 21px;
  background-image:url(//s.skygate.co.jp/pc/domestic/images/tour/sprite.png);
  background-repeat:no-repeat;
  background-position: -113px 0;
  position: absolute;
  top: 8px;
  left: 52px;
}
.searchContentArea.jal .btn01:hover{
  opacity: .75;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* multi_search
----------------------------------------------- */
.search-box{
  margin: 0 auto;
}

/* kokunai-tour-main
----------------------------------------------- */
#kokunai-tour {
  margin-bottom: 80px;
}
.kokunai-tour-main {
  background-color: #ecf0f1;
  padding-bottom: 25px;
  margin-bottom: 55px;
}
.kokunai-tour-main .anchor-contents {
  margin: 0 auto;
  padding: 15px 0;
}

/* kokunai-tour-bnr
----------------------------------------------- */
.kokunai-tour-bnr {
  margin-top: 30px;
  text-align: center;
}
.inner-kokunai-tour-bnr {
  padding: 10px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
.kokunai-tour-bnr a:hover {
  opacity: .75;
  filter: alpha(opacity=75);
}

/* kokunai-tour-tab
----------------------------------------------- */
.kokunai-tour-tab {
  border-bottom: 2px solid #76c1e5;
  margin: 0 0 10px;
}
.kokunai-tour-tabList{
  width: 308px;
  height: 47px;
  line-height: 46px;
  float: left;
  margin-left: 10px;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  border-radius:5px 5px 0 0;
  background:#eee -webkit-linear-gradient(bottom, #eee, #fff);
  background: #eee linear-gradient(to top, #eee, #fff);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorstr=#ffffffff, EndColorstr=#ffeeeeee);
  text-align:center;
  font-size: 14px;
  font-weight:bold;
  cursor:pointer;
}
.kokunai-tour-tabList.active{
  color:#fff;
  border-color: #76c1e5;
  background:#76c1e5;
  -webkit-filter:none;
  filter:none;
}
.kokunai-tour-tabList:first-child {
  margin-left: 0;
}
.kokunai-tour-tabArea {
  display: none;
}
.kokunai-tour-tabArea.show {
  display: block;
}
.kokunai-tour-city {
  margin-right: -10px;
}
.kokunai-tour-city li {
  width: 230px;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.kokunai-tour-city li a:hover {
  opacity: .75;
  filter: alpha(opacity=75);
}

/* kokunai-tour-attention
----------------------------------------------- */
.kokunai-tour-attention {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #eee;
  text-align: center;
}


/* .lyt-media
----------------------------------------------- */
.lyt-media {
  margin: 0 0 15px;
}
.lyt-media > .media-item {
  text-align: center;
  margin-bottom: 0;
}
.lyt-media > .col {
  overflow: hidden;
}
.lyt-media > .col > :last-child {
  margin-bottom: 0;
}
.lyt-media > :last-child {
  margin-bottom: 0;
}

/* .lyt-media.item-left */
.lyt-media.item-left > .media-item {
  float: left;
  margin-right: 10px;
}

/* .lyt-media.item-right */
.lyt-media.item-right > .media-item {
  float: right;
  margin-left: 10px;
}


/* ----------------------------------------------------------------
  kokunai-tour-pickup-items
----------------------------------------------------------------- */
.kokunai-tour-pickup-items {
  margin: 0;
  padding: 0;
}
.kokunai-tour-pickup-items > :last-child {
  margin-bottom: 0;
}

/* .list-pickup-items
----------------------------------------------- */
.list-pickup-items {
  margin: 0 0 0 -10px;
}
.list-pickup-items > .col {
  float: left;
  width: 310px;
  margin: 0 0 10px 10px;
}
.list-pickup-items > .col:nth-child(3n+1) {
  clear: both;
}

.list-pickup-items .link-item-wrap {
  border: 1px solid #cdcdcd;
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  display: block;
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}
.list-pickup-items .link-item-wrap:hover,
.list-pickup-items .link-item-wrap:active,
.list-pickup-items .link-item-wrap:focus {
  opacity: .75;
  -ms-filter: "alpha(opacity=75)"; /* ie8 */
}

.list-pickup-items .link-item-inner {
  padding: 10px;
}
.list-pickup-items .link-item-inner > :last-child {
  margin-bottom: 0;
}

.list-pickup-items .title {
  background: #196fba;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  padding: 5px;
}
.list-pickup-items .ver-color-green .title {
  background: #1aba96;
}
.list-pickup-items .ver-color-blue .title {
  background: #6984df;
}
.list-pickup-items .ver-color-pink .title {
  background: #f35a88;
}

.list-pickup-items .lyt-media > .media-item img {
  height: 68px;
}

.list-pickup-items .name {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.list-pickup-items .price {
  color: #ef3838;
  font-size: 12px;
  text-align: right;
  line-height: 1;
  margin: 0;
}
.list-pickup-items .price > span {
  font-family: 'Oswald', sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -.04em;
}

.list-pickup-items .txt {
  margin: 0 0 15px;
}
.list-pickup-items .empty-txt {
  margin: 0 0 15px;
}

.list-pickup-items .box {
  background: #efefef;
  margin: 0 0 20px;
  padding: 9px;
}
.list-pickup-items .empty-box {
  margin: 0 0 20px;
  padding: 9px;
}

.list-pickup-items .balloon {
  text-align: center;
}
.list-pickup-items .balloon > span {
  background: #fedb18;
  font-size: 12px;
  line-height: 1;
  margin: 0 auto 13px;
  padding: 5px 15px;
  position: relative;
  display: inline-block;
}
.list-pickup-items .balloon > span:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #fedb18 transparent transparent transparent;
  margin: 0 0 0 -6px;
  position: absolute;
  left: 50%;
  bottom: -8px;
}

.list-pickup-items .btn {
  border-radius: 6px;
  border-bottom: 1px solid #c75107;
  background: #fb7801;
  background: -moz-linear-gradient(top, #fb8501 0%, #fb6b01 100%);
  background: -webkit-linear-gradient(top, #fb8501 0%,#fb6b01 100%);
  background: linear-gradient(to bottom, #fb8501 0%,#fb6b01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8501', endColorstr='#fb6b01',GradientType=0 );
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 13px 10px;
}


/*----------------------------------------------------------------
  airtrip.jp への導線バナーエリア 2018.8.1
----------------------------------------------------------------*/
.area-banner-airtrip {
  margin: 30px 0 0;
}
.area-banner-airtrip > :last-child {
  margin-bottom: 0;
}

.area-banner-airtrip .lyt-column-sp-keep[data-col-num="3"] {
  margin-left: -10px;
}
.area-banner-airtrip .lyt-column-sp-keep[data-col-num="3"] > .col {
  float: left;
  width: 310px;
  margin-left: 10px;
}
.area-banner-airtrip .lyt-column-sp-keep[data-col-num="3"] > .col img {
  max-width: 100%;
}
.area-banner-airtrip .lyt-column-sp-keep[data-col-num="3"] > .col:nth-child(3n+1) {
  clear: both;
}

/* .link-opacity
----------------------------------------------- */
.link-opacity {
  opacity: 1;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}
.link-opacity:hover,
.link-opacity:active,
.link-opacity:focus {
  opacity: .8;
  -ms-filter: "alpha(opacity=80)";
}

/* 202210 add anatour */
#tour-ana .bunner_area .col2-box .col-l,
#tour-ana .bunner_area .col2-box .col-r{
  width:470px;
}