@charset "utf-8";

.contents {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #2C2A29;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;  
}
.top-contents {
    background-image: url("../img/bg-conts.png");
    padding: 0 0 72px;
}
/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
	width: 100%;
	background: url(../img/main-bg-pc.jpg) no-repeat center top;
}
#mainvisual .title {
    width: 1104px;
    height: 360px;
    margin: 0 auto;
    padding: 20px 0 0 40px;
}

/*------------------------------------------------
	導入
--------------------------------------------------*/
#lead {
    background-color: #000;
    padding: 15px 0;
    text-align: center;
}
#lead p {
    font-size: 16px;
	line-height: 1.5;
    font-weight: bold;
    color: #fff;
}

/*------------------------------------------------
	ナビ
--------------------------------------------------*/
#topNavi {
	width: 100%;
	padding-top: 56px;
}
#topNavi ul {
	width: 1104px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#topNavi ul li {
	width: 230px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
    margin: 0 10px;
}
#topNavi ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #9B6E2B;
    border-radius: 4px;
    padding: 15px 0;
    filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.4));
    position: relative;
}
#topNavi ul li a:after {
    font-family: FontAwesome;
    content: "\f107";
    line-height: 1;
    margin: 0 0 0 10px;
}
#topNavi ul li a:hover {
    filter: none;
    transition: all 0.6s ease;
}
/*上部固定時の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;
	padding: 0;
    background: #875205;
}
#topNavi.fixed ul {
	margin: 0 auto;
	padding: 10px 0;
}
#topNavi.fixed ul li {
	width: 26%;
    margin: 0 7px;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
	height: auto;
	font-size: 16px;
}
#topNavi.fixed ul li a {
	width: 100%;
	padding: 7px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #875205;
}
#topNavi.fixed ul li a::before {
	content: none;
}
#topNavi.fixed ul li img {
    width: 90%;
}
#topNavi.fixed ul li .active {
	background-color: #ffd817;
	color: #5a3602;
}
/*------------------------------------------------
	カレンダー
--------------------------------------------------*/
#calender {
	padding-top: 56px;
}
#calender .inner {
    width: 1104px;
    margin: 0 auto;
    background-color: #ebdfaf;
    padding: 20px 30px;
	display: flex;
    justify-content: space-between;
	align-items: center;
}
#calender h2 {
    width: 30%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #6a3906;
}
#calender h2:before {
	font-family: FontAwesome;
    content: "\f002";
	margin-right: 5px;
}
#calender ul {
    width: 75%;
	display: flex;
}
#calender ul li:not(:last-child) {
    margin-right: 3px;
}
#calender ul li a {
	display: block;
	border: solid 1px transparent;
    width: 60px;
	border-radius: 6px;		
}
#calender ul li a img {
    width: 100%;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.2));
}
#calender ul li a:hover {
	border: solid 1px #e14444;
	transition: all 0.5s ease;
}
#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: 12px;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 24px 5px 0;
  box-sizing: border-box;
  border-radius: 4px;
  z-index: 1;
}

/*------------------------------------------------
	ランキング
--------------------------------------------------*/
#ranking {
	padding-top: 72px;
}
#ranking .inner {
    width: 1104px;
    margin: 0 auto;
	background: #fff url("../img/ranking-bg-pc.png") no-repeat top center;
	padding: 70px 0 56px;
}
#ranking h2 {
    font-size: 26px;
	line-height: 1.0;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-bottom: 50px;
}
#ranking .item-box-badge {
    position: absolute;
    top: -20px;
    left: -10px;
    z-index: 100;
}
#ranking .item-box-badge img {
    width: 60px;
}

/*------------------------------------------------
	ツアー
--------------------------------------------------*/
#tourWrap {
	width: 100%;
	background-color: #eeead9;
	padding: 0 0 72px;
}
#tourWrap h2 {
	font-size: 26px;
    line-height: 1.0;
    text-align: center;
    font-weight: bold;
    background-color: #000;
    color: #fff;
    padding: 20px 0;
	margin-bottom: 40px;
}
#tourWrap .inner {
	width: 992px;
	margin: 0 auto;
}
#tourWrap .navi-title {
    font-size: 16px;
    font-weight: bold;
    color: #a60202;
    margin-bottom: 10px;
}
#tourWrap .navi-title:before {
    font-family: FontAwesome;
    content: "\f02c";
    padding-right: 5px;
}
#tourWrap .navi {
	width: 100%;
	display: flex;
	margin: 0 auto 20px;
	justify-content: space-between;
}
#tourWrap .navi li {
	width: 100%;
	margin: 0 5px;
	background-color: #fff;
	color: #634c02;
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 15px;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.1));
}
#tourWrap .navi li:last-of-type{
  letter-spacing: -0.08em;
}
#tourWrap .navi li:hover {
	background: #a60202;
	color: #fff;
	transition: all 0.6s ease;
	filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.1));	
}
#tourWrap .navi li:after {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	font-family: FontAwesome;
	content: "\f107";
}
#tourWrap .navi li.tab-button-active {
    background: #a60202;
	color: #fff;
}
#tourWrap .navi li#illumi{
    font-size: 14px;
    width: 120%;
}
#tourWrap .navi li#all {
   background: #875205;
	color: #fff;
}
#tourWrap .navi li#all:hover {
   background: #A36306;
}
#tourWrap #title {
    padding-top: 16px;
}
#tourWrap h3 {
	display: none;
	text-align: center;
	margin-bottom: 16px;
}
#tourWrap h3 strong {
	display: inline-block;
	font-size: 32px;
    line-height: 1.8;
	font-weight: bold;
	margin-bottom: 8px;
}
#tourWrap h3 strong:before,#tourWrap h3 strong:after {
	content: "";
	display: inline-block;
	width: 70px;
	height: 37px;
	background: url("../img/title-illust.png") no-repeat;
	background-size: contain;
	margin: 0 15px;
}
#tourWrap h3 span {
	font-size: 16px;
	font-weight: bold;
}
#btn li {
	cursor: pointer;
}

/*------------------------------------------------
	商品設定
--------------------------------------------------*/
.item-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#ranking .item-wrap {
    justify-content: center;
}
.item-wrap > li:empty {
    display: none;
}
.item-box {
	width: 310px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #999;
    margin: 20px 10px 0;
    position: relative;
}
#ranking .item-box{
    margin: 0 8px;
}
.item-box:hover {
	border: 1px solid #fdd000;
	transition: all 0.5s ease;
	opacity: .8;
}
.item-box a {
	display: block;
	color: #333;
	text-decoration: none;
	transition: all 0.5s ease;
}
.item-box:after {
    content: "";
    position: absolute;
    bottom: 1px;
    right: 1px;
    border-top: .8em solid transparent;
    border-right: .8em solid #fdd000;
}
.item-box .item-box-pic {
	position: relative;
}
.item-box .item-box-pic img {
	width: 100%;
	height: 185px;
	object-fit: cover;
	margin-bottom: 10px;
}
.item-box .item-box-ttl {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.item-box .item-box-point {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 5px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.item-box ul {
	color: #a63807;
	font-size: 13px;
	margin-bottom: 10px;
}
.item-box ul li {
	display: inline;
	margin-right: 5px;
	margin-bottom: 10px;
    font-weight: bold;
}
.item-box ul li.item-box-type:before {
	content: '';
	display: inline-block;
	width: 15px;
    height: 16px;
    background: url(../img/ico-calendar.svg) no-repeat;
	vertical-align: middle;
	margin-right: 3px;
}
.item-box ul li.item-box-area:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 16px;
	background: url(../img/ico-spot.svg) no-repeat;
	vertical-align: middle;
	margin-right: 3px;
}
.item-box ul li.item-box-dpt:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 16px;
	background: url(../img/ico-busstop.svg) no-repeat;
	vertical-align: middle;
	margin-right: 3px;
}

.item-box .item-box-price {
	color: #DF0D00;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}
.item-box .item-box-memo{
    text-align: right;
    font-size: 12px;
}

/*他地区発*/
.item-search-link {
    display: flex;
    justify-content: center;
}
.item-search-link a[href="https://bus-tour.his-j.com/osa/item/?cc="] {
    display: none;
}
.item-search-link a {
    display: inline-block;
    margin: 7px 5px 0;
    background-color: #9B6E2B;
    color: #fff;
    font-size: 13px;
    padding: 4px 5px;
    text-decoration: none;
    border-radius: 4px;
}
.item-search-link a:hover {
	background-color: #4a4a4a;
	transition: opacity 0.4s ease;
}
.item-search-link a:after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 5px;
}

/*アイコン*/
.item-box-icon:empty,
.item-box-icon span:empty{
	display: none;
}
.item-box-icon {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3px;
	align-items: flex-start;
}
.item-box-icon span {
	margin-right: 3px;
    margin-bottom: 3px;
    font-size: 11px;
    line-height: 1.0;
	color: #fff;
    padding: 4px 3px 3px;
	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: 600px;
    margin: 72px auto 0;
    text-align: center;
    font-size: 18px;
    line-height: 3.0;
    border-radius: 9999px;
    font-weight: bold;
}
.btn-bustop a {
    display: block;
    background-color: #a60202;
    color: #fff;
    text-decoration: none;
    border-radius: 9999px;
}
.btn-bustop a:hover {
    background-color: #C90202;
    transition: all 0.6s ease;    
}
.btn-bustop a::after {
    content: "▶";
 padding-left: 10px;
}
/*------------------------------------------------
	終了処理
--------------------------------------------------*/
#end {
    padding: 70px 0 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}
#end a {
    color: #0060b5;
}
/*------------------------------------------------
        LINEお友達登録ボタン
--------------------------------------------------*/
.line-wrap-detail {
        padding: 50px 0 0;/*ページによって調整*/
}
.line-inner {
        width: 992px;
        margin: 0 auto;
        text-align: center;
        letter-spacing: 0.1vw;
        line-height: 1.5;
}
.line-wrap-detail .line-inner {
        background: #fff;
        border: solid 1px #d3d3d3;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        letter-spacing: 1px;
}
.line-inner .head {
        width: 100%;
        text-align: center;
        background-color: #15c618;
        padding: 6px;
        color: #fff;
        font-size: 20px;
        line-height: 1.5;
        font-weight: bold;
}
.line-inner .textarea {
        width: 75%;
        text-align: left;
        padding: 30px 0 30px 30px;
}
.line-inner .btnarea {
        width: 23%;
        padding: 10px 20px 10px 0;
}
.line-inner .text1 {
        font-size: 17px;
        line-height: 1.4;
}
.line-inner .text1 span {
        display: inline-block;
        font-weight: bold;
        color: #fb0b0b;
        background-color: #ffe1e1;
        padding: 0 2px;
}
.line-inner .text2 {
        font-size: 21px;
        font-weight: bold;
        margin-bottom: -2px;
        background: linear-gradient(transparent 60%, #fff231 0%);
        display: inline-block;
        line-height: 1.7em;
        padding: 0 4px;
}
.line-button a {
        display: block;
        color: #fff;
        font-size: 15px;
        text-align: center;
        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: 50px;
        background-position: 12px;
        background-color: #15c618;
        padding: 10px 10px 6px 70px;
        position: relative;
        text-decoration: none;
}
.line-button a:hover {
        opacity: .8;
        transition: all 0.6s ease;        
}
.line-button a span.small {
        width: 88%;
        display: block;
        font-size: 14px;
        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: 15px;
        margin-left: 6px;
        padding-right: 14px;
}
.line-button a span.line-friend {
        font-size: 1.3;
        color: #fff231;
        padding: 0 2px;
}
.line-qr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
}
.line-qr span:nth-child(1) {
        width: 50%;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.3;
}
.line-qr img {
        width: 50%;
}
.line-qr span:nth-child(3) {
        width: 100%;
        font-size: 13px;
}
.line-qr a {
        text-decoration: underline;
}


/*----------------------------------------------
	新仕様改修
------------------------------------------------*/
/*パンくず*/
.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;
		}
	}
}