@charset "utf-8";

.contents {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
	background: #e1f6fa url("../img/tour-bg.png") repeat-y top 850px center;
}
.contents .inner {
    width: 992px;
    margin: 0 auto;
}
/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
	width: 100%;
	height: 500px;
	background: url("../img/main-bg-pc.jpg") no-repeat top center;
}
#mainvisual .title {
    text-align: center;
    padding-top: 70px;
    margin-bottom: 20px;
}
#mainvisual .lead {
    padding-left: 420px;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
    color: #fc5857;
    text-shadow: 2px 2px 0 #fff,
               -1px 1px 0 #fff,
               1px -1px 0 #fff,
               -1px -1px 0 #fff;
}

/*------------------------------------------------
	クーポン
--------------------------------------------------*/
#coupon {
    width: 100%;
    padding: 50px 0;
    background: #46bac1 url("../img/coupon-bg.jpg") no-repeat top center;
	background-size: cover;
}
#coupon .inner {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    position: relative;
}
#coupon h2 {
    width: 260px;
}
#coupon h2 img {
    width: 100%;
}
#coupon .flex-box {
	width: 700px;
}
#coupon .catch {
    margin-bottom: 20px;
}
#coupon .text {
    padding-top: 30px;
    border-top: dashed 2px #fff;
    font-size: 15px;
    margin-bottom: 20px;
}
#coupon .text li {
    margin-bottom: 5px;
}
#coupon .text .coupon-icon {
    display: inline-block;
    background-color: #15c618;
    color: #fff;
    font-size: 0.9em;
    padding: 0 5px;
    border: solid 1px #fff;
    margin: 0 2px;
}
#coupon .illust-camera {
    position: absolute;
    top:140px;
    right:75px;
}
#coupon .illust-bus {
    position: absolute;
    top:205px;
    right:0;
}
#coupon .btn-line a {
    display: block;
}
#coupon .btn-stamp {
	width: 100%;
	margin-top: 30px;
}
#coupon .btn-stamp a {
    display: block;
}
#coupon a:hover {
    opacity: 0.8;
    transition: all 0.6s ease;
}
/*------------------------------------------------
	新着
--------------------------------------------------*/
#news {
    width: 100%;
    padding-top: 30px;
}
#news h2 {
    font-size: 24px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}
#news h2:before {
	font-family: FontAwesome;
    content: "\f05a";
	padding-right: 10px;
}
#news .news-list {
    background-color: #fff;
    padding: 15px;
}
#news .news-list li {
    display: flex;
    align-items: flex-start;
}
#news .news-list li:not(:first-child) {
    border-top: dashed 1px #ccc;
    margin-top: 10px;
    padding-top: 10px;
}
#news .news-list li .date {
    width: 10%;
}
#news .news-list li .tag {
    width: 10%;
    margin-right: 2%;
    background-color: #fc5857;
    color: #fff;
    text-align: center;
    font-size: 13px;
}
#news .news-list li .text {
    width: 78%;
    font-size: 15px;
}
#news .news-list li:has(a[href=""])  {
    pointer-events: none;
}
#news .news-list li a {
    color: inherit;
    text-decoration: none;
}
#news .news-list li a:hover {
    transition: all 0.6s ease;
    text-decoration: underline;
}
#news .news-list li:empty {
    display: none;
}
/*------------------------------------------------
	テーマナビ
--------------------------------------------------*/
#themeNavi {
	width: 100%;
	padding: 60px 0 0;
}
#themeNavi .inner {
	width: 992px;
	margin: 0 auto;
}
#themeNavi h2 {
	font-size: 24px;
    line-height: 1.6em;
	font-weight: bold;
    text-align: center;
	color: #2776a9;
	margin-bottom: 30px;
}
#themeNavi h2:before {
	font-family: FontAwesome;
    content: "\f03d";
	padding-right: 10px;
}
#themeNavi ul {
    width: 100%;
	display: flex;
	justify-content: space-between;
}
#themeNavi ul li {
	width: 100%;
    margin: 0 8px;
    font-size: 15px;
    font-weight: bold;
	color: #fff;
    line-height: 50px;
    text-align: center;
    background-color: #2776a9;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

#themeNavi ul li:after {
	font-family: FontAwesome;
	content: "\f107";
	position: absolute;
	right: 4px;
}
#themeNavi ul li:hover {
	transition: all 0.5s ease;
	background-color: #fc5857;
}
#themeNavi ul li.tab-button-active {
	background-color: #fc5857!important;
}
#themeNavi ul li:first-child,
#themeNavi ul li:first-child.tab-button-active{
    background-color: #0e4d75!important;
}
/*------------------------------------------------
	ツアー
--------------------------------------------------*/
#tourWrap {
	width: 100%;
	padding: 35px 0 80px;
}
#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: #333;
    display: block;
    margin-bottom: 20px;
}
#tourWrap h3 .text {
    font-size: 16px;
	color: #333;
    background: linear-gradient(transparent 60%, #ff6 60%);
    padding: 0 10px;
}
#tourWrap .aori {
    font-size: 26px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-top: 70px;
    color: #0e4d75;
}
#tourWrap .aori span {
    background:linear-gradient(transparent 60%, #fff551 60%);
}
/*------------------------------------------------
	商品設定
--------------------------------------------------*/
.item-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.item-wrap > li:empty {
    display: none;
}
.item-box {
	width: 310px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #999;
    margin: 20px 10px 0;
}
.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 .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-memo{
    text-align: right;
    font-size: 12px;
}
.item-box .item-btn {
    margin-top: 10px;
    background-color: #F56A20;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 7px 0;
}
.item-box .item-btn:after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 5px;
}
/*他地区発*/
.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;
}
.item-box-icon span {
	margin-right: 3px;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1.0em;
	color: #fff;
    padding: 6px 5px 5px;
	display: none;
}
.item-box-icon span.show {
	display: inline-block;
}

.ico-tabehodai{background-color: #dd1717;}
.ico-mikaku{background-color: #ad630c;}
.ico-zekkei{background-color: #37279f;}
.ico-joshi{background-color: #f97da3;}
.ico-coupon{background-color: #15c618;}

.item-box iframe {
    width: 100%;
    height: 164px;
    border-radius: 10px;
    margin-bottom: 7px;
}
/*------------------------------------------------
	バストップへのボタン
--------------------------------------------------*/
.btn-bustop {
    width: 600px;
    margin: 50px 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: #f58920;
    color: #fff;
    text-decoration: none;
    border-radius: 1.5em;
}
.btn-bustop a:hover {
    opacity: 0.8;
    transition: all 0.6s ease;    
}
.btn-bustop a::after {
    content: "▶";
    padding-left: 10px;
}

/*------------------------------------------------
	ページ内テーマリスト
--------------------------------------------------*/
#themeListWrap {
	width: 100%;
    background-color: #fffce7;
	padding: 60px 0;
}
#themeListWrap h2 {
	font-size: 24px;
    line-height: 1.6em;
	font-weight: bold;
    text-align: center;
	color: #615607;
	margin-bottom: 60px;
}
#themeListWrap h2:before {
	font-family: FontAwesome;
    content: "\f02c";
	padding-right: 10px;
}
#themeListWrap .fukidashi {
    color: #615607;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
/*------------------------------------------------
	終了処理
--------------------------------------------------*/
#end{
	width: 100%;
    background-color: #e0030d;
	position: relative;
}

#end p {
    width: 992px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
	color: #fff;
	text-align: center;
	font-size: 18px;
    line-height: normal;
}
#end .text a {
    color: #FFF;
}
