@charset "utf-8";

.contents {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 3.5vw;
  color: #2C2A29;
  line-height: 1.5;
}
.top-contents {
    background-image: url(../img/bg-conts.png);
    background-size: 216px;
}

/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
	width: 100%;
    height: 62.66vw;
	background: url(../img/main-bg-sp.jpg) no-repeat center top;
    background-size: 100%;
}
#mainvisual .title {
    width: 64vw;
    padding: 8vw 0 0 2vw;
}
#mainvisual img {
    width: 100%
}
/*------------------------------------------------
	導入
--------------------------------------------------*/
#lead {
	padding: 3vw 5vw;
    background-color: #000;
}
#lead p {
	font-size: 3.6vw;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
}

/*------------------------------------------------
	ナビ
--------------------------------------------------*/
#topNavi {
    width: 100%;
    padding: 5vw 0 0;
}
#topNavi ul {
    width: 94vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#topNavi ul li {
    width: 32%;
    text-align: center;
    font-size: 3.2vw;
    font-weight: bold;
}
#topNavi ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #9B6E2B;
    border-radius: 1.5vw;
    padding: 3vw 0 5vw;
    position: relative;
}
#topNavi ul li a:after {
    font-family: FontAwesome;
	content: "\f107";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
/*上部固定時のcss*/
#topNavi.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 30%);
	border-top: none;
    background: #875205;
	padding: 2vw 0;
}
#topNavi.fixed ul {
	display: flex;
	justify-content: space-between;
}
#topNavi.fixed ul li {
	/*line-height: 1.4;
    font-size: 3.2vw;
    font-weight: 700;
	border-radius: 5px;
	background: #fff;
	margin: 0.8vw;
	overflow: hidden;*/
}
#topNavi.fixed ul li a {
	/*width: 100%;
	padding: 1vw;
	display: flex;
	align-items: center;
	justify-content: center;*/
	filter: none;
	background: #fff;
	color: #875205;
	padding: 3vw 0 4vw;
}
#topNavi.fixed ul li a::before {
	content: none;
}
#topNavi.fixed ul li img {
    width: 75%;
}
#topNavi.fixed ul .active {
	background-color: #ffd817;
	color: #5a3602;	
}
@media screen and (min-width: 660px) {
  #topNavi.fixed ul li {
    font-size: 2vw;
	margin: 0;
	}
  #topNavi.fixed ul li a {
    padding: 1vw 0 3vw;
	}
}
/*------------------------------------------------
	カレンダー
--------------------------------------------------*/
#calender {
	padding-top: 5vw
}
#calender .inner {
	width: 100%;
    background-color: #ebdfaf;
    padding: 5vw 5vw 3vw;
}
#calender h2 {
	font-size: 4.2vw;
	font-weight: bold;
	color: #6a3906;
    margin-bottom: 3vw;
}
#calender h2:before {
	font-family: FontAwesome;
    content: "\f002";
	margin-right: 1vw;
}
#calender ul {
	display: flex;
	flex-wrap: wrap;
    margin-bottom: 2vw;
}
#calender ul li {
    margin: 0 0.5vw 1vw;
}
#calender ul li img {
	width: 14vw;
	height: auto;
  vertical-align: bottom;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.2));
}
#calender ul li a {
	display: block;
}
#calender ul li.end a {
    pointer-events: none;
    position: relative;
}
#calender ul li.end a:before {
  content: "終了いたしました";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 3.0vw;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 6vw 1vw 0;
  box-sizing: border-box;
  border-radius: 1.4vw;
  z-index: 1;
}

/*------------------------------------------------
	ランキング
--------------------------------------------------*/
#ranking {
	width: 100%;
	background: #fff url("../img/ranking-bg-sp.png") no-repeat top center;
	background-size: 100%;
    padding: 18vw 0 7vw;
}
#ranking .inner {
    width: 94vw;
    margin: 0 auto;
}
#ranking h2 {
    font-size: 5.2vw;
	line-height: 1.0;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-bottom: 8vw;
}
#ranking .item-box-badge {
    position: absolute;
    top: -2vw;
    left: -2vw;
    z-index: 100;
}
#ranking .item-box-badge img {
    width: 11vw;
}

/*------------------------------------------------
	ツアー
--------------------------------------------------*/
#tourWrap {
	width: 100%;
	background-color: #eeead9;;
	padding: 0 0 10vw;
}
#tourWrap h2 {
	font-size: 4.2vw;
	line-height: 1.0;
    text-align: center;
    font-weight: bold;
    background-color: #000;
    color: #fff;
    padding: 3vw 0;
	margin-bottom: 4vw;
}
#tourWrap .inner {
	width: 96vw;
	margin: 0 auto;
}
#tourWrap .navi-title {
    font-size: 4.2vw;
    font-weight: bold;
    color: #a60202;
    margin-bottom: 3vw;
}
#tourWrap .navi-title:before {
    font-family: FontAwesome;
    content: "\f02c";
    padding-right: 1vw;
}
#tourWrap .navi {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 3vw;
}
#tourWrap .navi li {
  width: 32%;
  height: 13vw;
  margin: 0 0.5% 1.2%;
  padding-bottom: 1vw;
  background-color: #fff;
  color: #634c02;
  font-size: 3.4vw;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  border-radius: 0.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));	
}
/*#tourWrap .navi li:nth-child(5),
#tourWrap .navi li:nth-child(6),
#tourWrap .navi li:nth-child(7){
	width: 32.33%;
}*/
#tourWrap .navi li:after {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	font-family: FontAwesome;
	content: "\f107";
	line-height: 1;
}
#tourWrap .navi li.tab-button-active {
    background: #a60202;
	color: #fff;
}
#tourWrap .navi li#all {
   background: #875205;
	color: #fff;
}
#tourWrap h3 {
	display: none;
	text-align: center;
	margin-bottom: 5vw;
}
#tourWrap h3 strong {
	display: inline-block;
	font-size: 5.4vw;
    line-height: 1.8;
	font-weight: bold;
	margin-bottom: 2vw;
}
#tourWrap h3.illumi strong {
	font-size: 4.5vw;
}
#tourWrap h3 strong:before,#tourWrap h3 strong:after {
	content: "";
	display: inline-block;
	width: 10vw;
	height: 10vw;
	background: url("../img/title-illust.png") no-repeat bottom center;
	background-size: contain;
	margin: 0 2vw;
}
#tourWrap h3 span {
	font-size: 3.5vw;
	line-height: 1.5;
  font-weight: bold;
}

/*------------------------------------------------
	商品設定
--------------------------------------------------*/
.item-wrap {
	width: 94vw;
	margin: 0 auto;
}
.item-wrap > li:empty{
	display: none;
}
.item-box {
	width: 100%;
	padding: 2vw 2vw;
	background-color: #fff;
	position: relative;
	border: solid 1px #999;
    margin: 2vw 0 0;
}
#ranking .item-box {
    margin: 4vw 0 0;
}
.item-box a {
	display: flex;
    justify-content: space-between;
	color: #333;
	text-decoration: none;
}
.item-box:after {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 0.8em solid transparent;
    border-right: 0.8em solid #fdd000;
    position: absolute;
    z-index: 100;
}
.item-box .item-box-info_left {
	width: 26vw;
}
.item-box .item-box-pic {
	width: 26vw;
}
.item-box .item-box-pic img {
	width: 100%;
	height: 19vw;
	object-fit: cover;
}
.item-box .item-box-info_right {
	width: 61vw;
}
.item-box .item-box-ttl {
	font-size: 3.6vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1vw;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.item-box .item-box-point {
	font-size: 3vw;
    line-height: 1.4;
    margin-bottom: 1vw;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.item-box ul {
	color: #a63807;
	font-size: 3.0vw;
	margin-bottom: 2vw;
}
.item-box ul li {
	display: inline;
	margin-right: 1vw;
}
.item-box ul li.item-box-type:before {
	content: '';
	display: inline-block;
	width: 3.5vw;
	height: 4vw;
	background: url(../img/ico-calendar.svg) no-repeat;
	vertical-align: middle;
	margin-right: 1vw;
}
.item-box ul li.item-box-area:before {
	content: '';
	display: inline-block;
	width: 3vw;
	height: 4vw;
	background: url(../img/ico-spot.svg) no-repeat;
	vertical-align: middle;
	margin-right: 1vw;
}
.item-box ul li.item-box-dpt:before {
	content: '';
	display: inline-block;
	width: 3vw;
	height: 4vw;
	background: url(../img/ico-busstop.svg) no-repeat;
	vertical-align: middle;
	margin-right: 1vw;
}
.item-box .item-box-price {
	color: #DF0D00;
	font-size: 4.0vw;
    line-height: 1.5;
	font-weight: bold;
	text-align: right;
}
.item-box-memo{
    text-align: right;
    font-size: 2.4vw;
}

/*他地区発ボタン*/
.item-search-link {
    display: flex;
    justify-content: flex-end;
}
.item-search-link a[href="https://bus-tour.his-j.com/osa/item/?cc="] {
    display: none;
}
.item-search-link a {
    display: inline-block;
    margin: 1vw 0 .4vw 2vw;
    background-color: #9B6E2B;
    color: #fff;
    font-size: 3vw;
    padding: 2vw 3vw;
    text-decoration: none;
    border-radius: 3px;
}
.item-search-link a:after {
	font-family: FontAwesome;
	content: "\f105";
	margin-left: 2vw;
}

/*アイコン*/
.item-box-icon:empty,
.item-box-icon span:empty{
	display: none;
}
.item-box-icon {
	display: flex;
	flex-wrap: wrap;
}
.item-box-icon span {
    margin-right: 1vw;
    margin-bottom: 1vw;
    font-size: 2.8vw;
    line-height: 1.0;
	color: #fff;
    padding: 1vw 2vw;
	display: none;
}
.item-box-icon span.show {
	display: inline-block;
}
.ico-shukuhaku{background-color: #2356b4;}
.ico-yuttari{background-color: #dd0043;}
.ico-kani{background-color: #D42E00;}
.ico-gourmet{background-color: #298000;}
.ico-tabehodai{background-color: #9f0000;}
.ico-onsen{background-color: #037D76;}
.ico-illumi{background-color: #640877;}
.ico-hatsumode{background-color: #a05e08;}
/*.ico-popularspot{background-color: #ff4880;}*/

/*------------------------------------------------
	バストップへのボタン
--------------------------------------------------*/
.btn-bustop {
    width: 86vw;
    margin: 6vw auto 0;
    text-align: center;
    font-size: 3.2vw;
    line-height: 3.0;
    border-radius: 1.5em;
}
.btn-bustop a {
    display: block;
    background-color: #a60202;
    color: #fff;
    text-decoration: none;
    border-radius: 1.5em;
}
.btn-bustop a::after {
    content: "▶";
 padding-left: 2vw;
}
/*------------------------------------------------
	theme.js調整
--------------------------------------------------*/
#feature .slick-prev, #feature .slick-next{
	margin-top: -15px!important;
}

/*------------------------------------------------
	終了処理
--------------------------------------------------*/
#end {
    padding: 10vw 0;
    text-align: center;
    font-size: 3.7vw;
    line-height: 1.5;
}
#end a {
    color: #0060b5;
}
/*------------------------------------------------
        スマホ横向き時の余白調整
--------------------------------------------------*/
.breadcrumb {
    width: 100%;
}


/*------------------------------------------------
        LINEお友達登録ボタン
--------------------------------------------------*/
.line-wrap-simple {
  padding: 6vw 0; /*ページによって調整*/
}
.line-wrap-detail {
  padding: 5vw 0; /*ページによって調整*/
  background-color: #fff;
}
.line-inner {
  width: 94vw;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.1vw;
  line-height: 1.5;
}
.line-wrap-detail .line-inner {
  background: #fcfff6; /*ページによって調整*/
  border: solid 1px #d3d3d3;
}
.line-inner .fukidashi {
    font-size: 4.1vw;
    font-weight: bold;
    margin-bottom: 2vw;
}
.line-inner .head {
    background-color: #15c618;
    padding: 2vw 0;
    color: #fff;
    font-size: 4.3vw;
    font-weight: bold;
}
.line-inner .textarea {
    padding: 4vw 2vw 2vw;
}
.line-inner .btnarea {
    padding: 2vw 2vw 5vw;
}
.line-inner .text1 {
    font-size: 3.4vw;
    line-height: 1.5em;
    margin-bottom: 1vw;
}
.line-inner .text1 span {
    display: inline-block;
    font-weight: bold;
    color: #fb0b0b;
    background-color: #ffe1e1;
    padding: 0 0.5vw;
}
.line-inner .text2 {
    font-size: 4.1vw;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #fff231 0%);
    line-height: 1.7em;        
    display: inline-block;
}
.line-button {
    margin: 0 auto;
}
.line-wrap-simple .line-button {width: 90vw;}
.line-wrap-detail .line-button {width: 80vw;}

.line-button a {
    display: block;
    color: #fff;
    font-size: 3.5vw;
    font-weight: bold;
    border-radius: 8vw;
    box-shadow: 0px 3px 0px 0 rgba(0, 0, 0, .14);
    background: url(/kansai/images/icon/icon-linekansai.png) no-repeat;
    background-size: 12vw;
    background-position: 3vw;
    background-color: #15c618;
    padding: 2.4vw 4vw 1.8vw 16vw;
    position: relative;
    text-decoration: none;
}
.line-button a span.small {
    display: block;
    font-size: 2.8vw;
    font-weight: normal;
}
.line-button a span.strong {
    display: block;
}
.line-button a span.strong::after {
    font-family: "FontAwesome", "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    font-size: 4vw;
    margin-left: 1.4vw;
}
.line-button a span.line-friend {
    font-size: 1.3em;
    color: #fff231;
    padding: 0 0.5vw;
}

/*----------------------------------------------
	新仕様改修
------------------------------------------------*/
/*パンくず*/
.ui-static-breadcrumb-list {
	margin: 0;
}
/*ページトップ*/
.goTop {
	& a {
		display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
		border-radius: 50%;
        background-color: rgba(105, 113, 128, .5);
        width: 48px;
        height: 48px;
		& img {
			width: 24px;
			height: 24px;
		}
	}
}