@charset "utf-8";
/* CSS Document */
a{
  text-decoration: none;
  color:#3b3b3b
}
a:hover{
  opacity: 0.7;
}
img{
  max-width: 100%
}
.nopc{
  display: none;
}

#wrapper{
  min-width: 1024px;
  overflow: hidden;
}

.mv{
  width: 100%;
  height:300px;
  background: url("../images/pc_mv.jpg") no-repeat center top;
  text-align: center;
  position: relative
}
.logo{
  display: block;
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  margin: auto;  
}

#main {
  overflow: hidden;
  background: url("../images/bg.png") repeat
}
.content-area{
  width:992px;
  margin: auto;
  padding-bottom: 50px;
}
.sub-title{
  text-align: center;
  margin-bottom: 30px;
}
#main .inner {
  width: 992px;
  margin: 0 auto;
}

/***** ▼方面用ナビ *****/
#dest-nav{
  margin:50px auto;
  padding: 20px 0;
  background-color:#FFF; 
}
#dest-nav .a-nav{
  width: 992px;
  margin: auto;
  font-size:0;
}
#dest-nav .a-nav li{
  display: inline-block;
  margin-right: 18px;
}
#dest-nav .a-nav li a{
  display: block;
  padding-left: 1.0em;
  font-size:15px;
  font-weight:bold;
  color:#815122;
  line-height: 14px;
  text-decoration: underline;
  position: relative
}
#dest-nav .a-nav li a:before{
  content:"◆";
  color:#eb3347;
  position: absolute;
  top:0;
  left:0;
}
#dest-nav ul.a-nav li a:hover{
  opacity: 1;
  color:#e98793
}
/***** ▲方面用ナビ *****/

/***** ▼タイムセール用 *****/
.tsbox{
  background: #f7cdb4;
  margin: 0 auto 40px;
  padding: 20px;
  font-size:24px;
  font-weight:bold;
  color: #503f00;
  text-align: center
}
#ts-timer{
  display: inline-block;
  margin-left: 10px;
  font-size:30px;
}
#ts-timer .yycountdown-box{
  color:#503f00!important
}
/***** ▲タイムセール用 *****/

/***** ▼目玉枠 *****/
.recommend-area{
  margin:10px auto 60px;
}
.recommend-area .recommend{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recommend-area .recommend li{
  width:302px;
  margin-bottom: 30px;
}
.recommend-area .recommend li a{
  display: block;
  position: relative;
  box-shadow: 3px 3px 0 0 rgba(0,0,0,.2);
  overflow: hidden;
  transition: 0.4s;
}
.recommend-area .recommend li a:hover{
  opacity: 0.8
}
.item-img{
  width:100%;
	height:180px;
	margin-bottom:0;
	overflow: hidden;
	position:relative;
}
.item-img img{
	width:auto;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.item-img:before{
  display: inline-block !important;
  background: #e62c36;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: 6px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.recommend-area .recommend .OL .item-img:before{
  content:"オンライン予約限定"
}
.recommend-area .recommend .OLCC .item-img:before{
  content:"オンライン・コールセンター予約限定"
}
.recommend-area .recommend .TS .item-img:before{
  content:"タイムセール商品"
}
.recommend-area .recommend .LINE .item-img:after{
  content:"LINE掲載";
  display: inline-block !important;
  background: #00c402;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.item-box{
  background:#FFF;
  padding: 6px;
}
.item-title{
  padding-top: 5px;
  font-size:17px;
  font-weight:bold;
  line-height: 1.2;
  color:#604d00
}
.item-point{
  font-size:14px;
  font-weight:normal;
  margin:5px 0
}
.item-price{
  text-align: right
}
.item-price .price{
  display:inline-block;
  color:#e62c36;
  font-size:20px;
  font-weight:bold;
}
.item-price small{
  font-size:12px;
  font-weight:normal;
  color:#7d7d7d;
  display: block;
  margin-bottom: 3px;
}
.item-date{
  display: block;
  text-align: right;
  font-size:12px;
  font-weight:normal;
  color:#7d7d7d;
}
/***** ▲目玉枠 *****/

/***** ▼方面別商品 *****/
.dstbox{
  margin:20px auto 80px;
}
.dst-ttl{
  margin:20px auto;
  text-align: center;
}
.dst-item{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dst-item li{
  width:230px;
  margin-bottom: 20px;
}
.dst-item.three>li{
  width:302px;
}
.dst-item li a{
  background: #fff;
  position: relative;
  box-shadow: 3px 3px 0 0 rgba(0,0,0,.2);
  overflow: hidden;
  display: block;
  color: #604d00;
  transition: 0.4s;
}
.product{
	position:relative;

}
.product .photo{
	width:100%;
	position: relative
}
.product .photo .credit{
  position: absolute;
  bottom:0;
  left:0;
  width: 100%;
  padding: 3px;
  text-align: right;
  font-size:11px;
  color:#FFF;
  background: rgba(0,0,0,0.8);
  box-sizing: border-box
}
.dst-item li a .product .photo:before{
  display: inline-block !important;
  background: #e62c36;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: 6px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.dst-item li.OL a .product .photo:before{
  content:"オンライン予約限定"
}
.dst-item li.OLCC a .product .photo:before{
  content:"オンライン・コールセンター予約限定"
}
.dst-item li.TS a .product .photo:before{
  content:"タイムセール"
}
.product .port{
	padding:6px;
	color:#FFF;
	font-size:12px;
	box-sizing: border-box;
}
.product .port.air{
	background:#0b318f;
}
.product .port.train{
  background:#006633;
}
.product .port.daybus{
	background:#f85874;
}
.product .port.staybus{
	background:#7dab1b;
}
.product .item{
	box-sizing: border-box;
}
.product .item span{
	display: block;
}
.product .item .ttl{
	font-size:16px;
	font-weight:bold;
  padding:0.5em;
  line-height: 1.3;
  color: #604d00;
}
.product .item .price{
  margin-bottom:5px;
  padding: 0 0.5em;
	font-size:17px;
	color:#e62c36;
	font-weight: bold;
}
.product .item .day,.product p.item .condition{
	font-size:11px;
  line-height: 1.5;
  font-weight:normal;
  color:#7d7d7d;
  padding: 0 0.5em;
}
.product p.item .point{
  margin-top: 5px;
  padding:5px;
	font-size:12px;
  color: #3b3b3b;
  background-color: #fff3f4;
  line-height: 1.5
}
.search{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.search .search-btn{
  margin:20px auto;
  width: 840px;
}
.search .search-btn.half{
  width:460px;
}
.search .search-btn.triple{
  width:310px;
}
.search .search-btn a {
  display: block;
  height:30px;
  padding: 5px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: #503f00;
  box-shadow: 0px 3.5px rgb(158, 158, 158);
  border-radius: 30px;
  line-height: 30px;
  transition: .4s;
  position: relative;
}
.search .search-btn a:after {
  content: "";
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-left: solid 5px #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
}

/* ▼本州用ボタンリスト */
.honshu-search{
  margin:auto;
  padding:20px 10px 0;
  box-sizing: border-box
}
.honshu-search .search-title{
  text-align: center;
  font-size:20px;
  font-weight:bold;
  color:#75561b;
  margin:10px auto;
}
.honshu-list{
  display: flex;
  justify-content: space-between;
}
.honshu-list .honshu-list__item{
  width:178px;
}
.honshu-list .honshu-list__item a{
  display: block;
  height:30px;
  padding: 5px 30px;
  font-size:15px;
  font-weight:bold;
  color:#FFF;
  text-align: center;
  background-color: #503f00;
  box-shadow: 0px 3.5px rgb(158, 158, 158);
  border-radius: 30px;
  line-height: 30px;
  position: relative
}
.honshu-list .honshu-list__item a:after {
  content: "";
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-left: solid 5px #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
}
/* ▲本州用ボタンリスト */

.tokuten-bnr{
  text-align: center;
  margin: 10px auto;
}
/***** ▲方面別商品 *****/

/****** ▼広告掲載商品 ******/
.ad-area{
  margin-top: 120px;
}
.ad-list .ad-list__item{
  background: #fff;
  padding: 10px;
  box-shadow: 0 3px 4px 0 rgba(105, 83, 28, 0.3);
}
.ad-list__item+.ad-list__item{
  margin-top: 10px
}
.ad-list .ad-list__item .tour-link{
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}
.ad-list .ad-list__item a:hover{
  text-decoration: underline;
  opacity: 1.0
}
.tour-link__img{
  width:140px;
  margin-right: 30px;
}
.tour-link__data{
  flex: 1
}
.adtour-title{
  display: block;
  font-weight:bold;
  color:#604d00;
  line-height: 1.2;
  margin-bottom: 5px;
}
.adtour-title b{
  font-size:130%;
}
.adtour-price{
  color: #e62c36;
  font-weight: bold;
}
.adtour-condition{
  font-size:12px;
}
.adtour-dep{
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.tour-link--more{
  display: block;
  color: #ff757b;
  text-align: right;
  text-decoration: none;
  padding-right: 15px;
  background: url("../images/icon_arrow_or.png") no-repeat right center;
  background-size: 8px;
}
/****** ▲広告掲載商品 ******/

/*** ▼検索モジュール ***/
#searchArea{
  background: url("../images/bg_search_pc.jpg") no-repeat center top;
  background-size: cover;
  padding: 60px 0;  
}
.search-tab{
  display: flex;
}
.search-tab .tab-select{
  margin-right: 3px;
}
.search-tab .tab-select a{
  display: block;
  width: 180px;
  background: #FFF;
  border:2px solid #408f21;
  border-bottom: none;
  text-align: center;
  font-weight: bold;
  color: #408f21!important;
  font-size: 16px;
  text-decoration: none;
  line-height: 48px;
}
.search-tab .tab-select a.here,.search-tab .tab-select a:hover{
  background: #408f21;
  color: #fff!important;
  border: 2px solid #408f21;
  border-bottom: none;
  opacity: 1
}
.search-tab .tab-select a:not(.here):after{
  content:"\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight:900;
  font-size:85%;
  display: inline-block;
  margin-left: 0.3em;
  vertical-align: top
}
.pc #sec_search{
  border-radius: 0!important;
  border:solid 4px #408f21;
  box-sizing: border-box;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.pc #seachBox .formInner dl dt{
  background: #408f21!important;
  font-size:14px;
}
.pc #seachBox .formInner dl dd{
  font-size:14px;
}
.pc #seachBox .formInner dl.sec02 dd input {
    margin-right: 5px;
}
#sec_search .btn_search{
  background: #ff757b!important;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
/*** ▲検索モジュール ***/

/*** ▼特集バナー ***/
.banner-list{
  margin: 60px auto 30px;
  display: flex;
  justify-content:space-around;
  align-items: center;
}
.banner-list li a {
  display: block;
  width: 200px;
  height: 200px;
}
/*** ▲特集バナー ***/

/*** ▼外部バナー ***/
.banner_blank{
  text-align:center;
  margin: 0 auto 60px;
}
/*** ▲外部バナー ***/

.btn-pagetop{
  position: fixed;
  bottom: 77px;
  right: 50px;
  z-index: 9999;
}
.btn-float{
  top: 300px;
  right: 5%;
  position: fixed;
  z-index: 9999;
  display: none;
}

/***** クローズ用 *****/
.section--theme_area .inner__box>h2{
  margin: 40px auto 20px;
  font-size:32px;
  font-weight:bold;
  color:#604d00;
  text-align: center
}
