@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap&subset=japanese');
.nopc {
	display: none;
}

.contents {
    /*font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
}
.top-contents {
    background: url("../img/top-contents-bg-pc.png") no-repeat bottom center, linear-gradient(#fffff4, #f9f6b7);
    padding-bottom: 130px;
}
/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
	width: 100%;
	background: url("../img/main-bg-pc.jpg") no-repeat top center;
}
#mainvisual .title {
    width: 992px;
    height: 360px;
    display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
#mainvisual .title img {
    width: 612px;
}

/*------------------------------------------------
	リード
--------------------------------------------------*/
#lead {
    width: 100%;
    background-color: #1162a5;
    text-align: center;
    padding: 18px 0;
}
#lead p {
	width: 992px;
	margin: 0 auto;
    font-size: 18px;
    line-height: 1.5em;
    color: #fff;	
}

/*------------------------------------------------
	ナビ
--------------------------------------------------*/
#topNavi {
	width: 100%;
	padding-top: 50px;
}
#topNavi ul {
	width: 992px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#topNavi ul li {
	width: 230px;
	height: 80px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
    margin: 0 10px;
}
#topNavi ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #19afd1;
    border-radius: 5px;
    padding: 15px 0 20px;
    box-shadow: 3px 3px 0px 0px rgb(223 218 204);
    position: relative;
}
#topNavi ul li a:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#topNavi ul li a:hover {
	transition: all 0.3s ease;
	transform: translate(0px,4px);
}
/*上部固定時の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: #1162a5;
}
#topNavi.fixed ul {
	margin: 0 auto;
	padding: 10px 0;
}
#topNavi.fixed ul li {
    margin: 0 7px;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
	height: auto;
	font-size: 16px;
}
#topNavi.fixed ul li a {
	width: 100%;
    padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #333;
}
#topNavi.fixed ul li a::before {
	content: none;
}
#topNavi.fixed ul li img {
    width: 90%;
}
#topNavi.fixed ul li .active {
	background-color: #fff68f;
}
#topNavi.fixed ul li a:hover {
	transform: none;
	opacity: .7;
}
#topNavi.fixed ul li a:after {
    bottom: -5px;
}
/*------------------------------------------------
	カレンダー
--------------------------------------------------*/
#calender {
    width: 992px;
    margin: 30px auto 80px;
    background: #fbf8c1;
    padding: 15px 30px;
	display: flex;
	flex-wrap: wrap;
}
#calender h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	display: block;
	margin-bottom: 10px;
    width: 90%;
}
#calender h2:before {
	font-family: FontAwesome;
    content: "\f002";
	margin-right: 5px;
}
#calender h3 {
	font-size: 18px;
	color: #fff;
	background: #1162a5;
	display: block;
	text-align: center;
    margin: 0 2px 5px;
	padding: 4px 0 5px;
}
#calender ul {
	display: flex;
}
#calender ul li {
    margin: 0 1px;
}
#calender > ul > li:first-child {
	margin: 0;
    margin-right: 12px;
}
#calender ul li a {
	display: block;
	border: solid 1px transparent;
    clip-path: 62px;
	border-radius: 7px;
}
#calender ul li a img {
	width: 62px;
    object-fit: cover;
    border-radius: 5px;
    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: 23px 5px 0;
    box-sizing: border-box;
	border-radius: 6px;
	z-index: 1;
}

/*------------------------------------------------
	ランキング
--------------------------------------------------*/
#ranking {
	width: 992px;
	margin: 0 auto;
    padding: 40px 0 60px;
    background: #fff;
    position: relative;
}
#ranking h2 {
	position: relative;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
#ranking h2::before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 22px;
    background: url(../img/ranking-title-top.svg) no-repeat;
    background-size: contain;
    position: absolute;	
    top: 0;
    top: -14px;
    right: 0;
    left: 0;
    margin: 0 auto;	
}
#ranking h2 span {
	display: flex;
    justify-content: center;
    align-items: center;
}
#ranking h2 span:before, #ranking h2 span:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 64px;
    background: url("../img/ranking-title-side.png") no-repeat;
    background-size: contain;
    margin: 0 10px;
    vertical-align: bottom;
}
#ranking h2 span:after {
	transform: scaleX(-1);
}
#ranking .item-box-badge  {
    position: absolute;
    top: -50px;
    margin: 0 auto;
    left: 0;
    right: 0;
	text-align: center;
}
#ranking .item-box-badge img {
	width: 60px;
	opacity: 1!important;
}
/*------------------------------------------------
	テーマナビ
--------------------------------------------------*/
#themeNavi {
	width: 100%;
	background-color: #00b1e6;
	padding: 20px 0;
    margin-top: -1px;/*ipad・背景色の隙間対策*/
}
#themeNavi .inner {
	width: 992px;
	margin: 0 auto;
}
#themeNavi h2 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
#themeNavi h2:before {
	font-family: FontAwesome;
    content: "\f02c";
	padding-right: 5px;
}
#themeNavi ul {
    width: 100%;
	display: flex;
	justify-content: space-between;
}
#themeNavi ul li {
    width: 102px;
    margin: 0 3px;
    background-color: #fff;
    color: #0d8aae;
    font-size: 15px;
	line-height: 1.2em;	
    font-weight: 700;
    text-align: center;
    padding: 14px 0;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

#themeNavi ul li:first-child {
	width: 10%;
	background-color: #6c56b9;
	color: #fff;
}
#themeNavi ul li:after {
	font-family: FontAwesome;
	content: "\f107";
	position: absolute;
    bottom: -2px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
#themeNavi ul li:hover {
	transition: all 0.5s ease;
	background-color: #fff68f;
	color: #0d8aae;
}
#themeNavi ul li.tab-button-active {
	background-color: #fff68f!important;
	color: #0d8aae;
}
/*------------------------------------------------
	ツアー
--------------------------------------------------*/
#tourWrap {
	width: 100%;
	background: url("../img/tour-bg.png");
	padding: 50px 0 60px;
}
#tourWrap .inner {
	width: 992px;
	margin: 0 auto;
} 
#tourWrap h3 {
    display: none;
	width: 992px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
#tourWrap h3 .theme {
	font-size: 38px;
    line-height: 1.0em;
    color: #092c6a;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 20px;
}
#tourWrap h3 .theme:before,
#tourWrap h3 .theme:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 90px;
    background: url("../img/title-furin-left.png") no-repeat;
    background-size: contain;
    margin: 0 20px;
    vertical-align: bottom;
}
#tourWrap h3 .theme:after {
    background: url("../img/title-furin-right.png") no-repeat;
    background-size: contain;
    vertical-align: bottom;
}
#tourWrap h3 .text {
    font-size: 16px;
	color: #333;
    background: linear-gradient(transparent 60%, #fff68f 60%);
    padding: 0 10px;
}


/*------------------------------------------------
	商品設定
--------------------------------------------------*/
.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;
}
.item-box a:hover {
	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.5em;
	margin-bottom: 5px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.item-box .item-box-point {
	font-size: 13px;
	line-height: 1.5em;
	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: #db1010;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}
.item-box .item-box-dep{
    text-align: right;
    font-size: 12px;
}
.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: #c59d13;
    color: #fff;
    font-size: 13px;
    padding: 4px 5px;
    text-decoration: none;
    border-radius: 3px;
}
.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.0em;
	color: #fff;
    padding:3px 5px;
	display: none;
}
.item-box-icon span.show {
	display: inline-block;
}
.ico-shukuhaku{background-color: #1B278B;}
.ico-yuttari {background-color: #228d2b;}
.ico-hanabi{background-color: #B82429;}
.ico-tabehodai{background-color: #f75e2e;}
.ico-gourmet {background-color: #ff9000;}
.ico-fruits{background-color: #81b70f;}
.ico-nature{background-color: #A04A08;}
.ico-powerspot{background-color: #ff4880;}

/*------------------------------------------------
	バストップへのボタン
--------------------------------------------------*/
.btn-bustop {
    width: 600px;
    margin: 70px auto 0;
    text-align: center;
    font-size: 18px;
    line-height: 3.0em;
    border-radius: 1.5em;
    font-weight: bold;
}
.btn-bustop a {
    display: block;
    background-color: #ff6c00;
    color: #fff;
    text-decoration: none;
    border-radius: 1.5em;
	box-shadow: 3px 3px 0px 0px rgb(219, 219, 219, 1);
}
.btn-bustop a:hover {
    background-color: #dc5d00;
    transition: all 0.6s ease;
}
.btn-bustop a::after {
    content: "▶";
	padding-left: 10px;
}
/*------------------------------------------------
	終了処理 クローズ
--------------------------------------------------*/
#close {
    padding: 50px 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.8em;
	background: #fcfac9;
	background-image: initial;
}
#close a {
    color: #1a7acd;
}
/*------------------------------------------------
        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.5em;
    font-weight: bold;
}
.line-inner .textarea {
	width: 50%;
	text-align: left;
	padding: 30px 0 30px 30px;
}
.line-inner .btnarea {
	width: 49%;
	display: flex;
	align-items: center;
	padding: 30px 30px 30px 0;
}
.line-inner .text1 {
    font-size: 17px;
    line-height: 1.4em;
}
.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.3em;
	color: #fff231;
	padding: 0 2px;
}
.line-qr {
    width: 80px;
    margin-right: 8px;
}
.line-qr img {
	width: 100%;
}
