@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap&subset=japanese');

html, body {
	width: 100%;
}

#wrap * {
	box-sizing: border-box;
}
#wrap {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #333;
}
.nopc {
	display: none;
}

/* メインビジュアル
------------------------------ */
#mainWrap {
	width: 100%;
	height: 360px;
	background: url(../img/main_bg.jpg) no-repeat center top;
	text-align: center;
}
#mainWrap .title {
	padding-top: 20px;
}
#mainWrap .title img {
    width: 560px;
}
#mainWrap .read {
	width: 650px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
}

/* リード
------------------------------ */
#read {
    width: 100%;
    background-color: #e74f00;
    text-align: center;
    padding: 20px 0 18px;
    position: relative;
}
#read:after {
    position: absolute;
    bottom: -9px;
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: url(../img/navi_bg_bottom.png) repeat-x;
}
#read {
    font-size: 18px;
    line-height: 1.6em;
    color: #fff;
    text-align: center;
}
/* トップナビ
------------------------------ */
#topNavi {
	width: 100%;
	padding-top: 40px;
}
#topNavi ul {
	width: 720px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#topNavi ul li {
	width: 220px;
	height: 65px;
	font-size: 16px;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-align: center;
}
#topNavi ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #51221c;
	text-decoration: none;
	background: url("../img/navi_bg.png") no-repeat;
	padding-top: 10px;
}
#topNavi ul li a:after {
	font-family: FontAwesome;
	content: "\f107";
	line-height: 1em;
	margin: 0 0 0 2px;
}
#topNavi ul li a:hover {
	background: url("../img/navi_bg_hover.png") no-repeat;
	transition: all 0.5s ease;
	transform: translate(0px,2px);
}
/*上部固定時の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: #e74f00;
}
#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: 7px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #6a3906;
}
#topNavi.fixed ul li a::before {
	content: none;
}
#topNavi.fixed ul li img {
    width: 90%;
}
#topNavi.fixed ul li .active {
	background-color: #ffff6f;
}
#topNavi.fixed ul li a:hover {
	transform: none;
	opacity: .7;
}
/* カレンダー
------------------------------ */
#calender {
	width: 992px;
	margin: 50px auto 96px;
	background: #f6eacd;
	padding: 10px 70px 14px;
}
#calender h2 {
	width: 183px;
	font-size: 18px;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #3b1505;
    margin-right: 20px;
}
#calender h2:before {
	font-family: FontAwesome;
    content: "\f002";
	padding-right: 5px;
}
#calender ul {
	display: flex;
	justify-content: space-between;
}
#calender ul li {
	filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.2));
}	
#calender ul li a {
	display: block;
	border: solid 1px transparent;
    width: 65px;
	border-radius: 8px;
}
#calender ul li a img {
    width: 100%;
}
#calender ul li a:hover {
	border: solid 1px #e14444;
	transition: all 0.5s ease;
}
#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;	
}
#calender ul li.end a {
	pointer-events: none;
	position: relative;
}

/* おすすめベスト3
------------------------------ */
#recoBest {
	width: 992px;
	margin: 0 auto;
	background: #fff;
	padding: 110px 12px 15px 12px;
	position: relative;
}
#recoBest h2 {
	position: absolute;
	top:-24px;
	right: 0;
	left: 0;
	text-align: center;
}
#recoBest h2 img {
	width: 430px;
}
#recoBest .item-box-badge  {
    position: absolute;
    top: -60px;
    margin: 0 auto;
    left: 0;
    right: 0;
	text-align: center;
	margin-bottom: 5px;
}
#recoBest .item-box-badge img {
	width: 114px;
}
#recoBest .item-box {
    margin: 0 6px 20px;
}

/* グラデーション背景
------------------------------ */
.bg-gradation {
	background: url("../img/gradation_bg_bottom.png"),linear-gradient(#fff, #fdedc4);
	background-repeat: no-repeat,no-repeat;
	background-position:  bottom center,left top;
}

/* テーマナビ
------------------------------ */
#themeNavi {
	width: 100%;
	background-color: #5aab1e;
	padding: 15px 0;
}
#themeNavi .inner {
	width: 992px;
	margin: 0 auto;
    position: relative;
}
#themeNavi h2 {
	font-size: 18px;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
#themeNavi h2:before {
	font-family: FontAwesome;
    content: "\f02c";
	padding-right: 5px;
}
#themeNavi ul {
	width: 992px;
	display: flex;
	justify-content: space-between;
}
#themeNavi ul li {
    width: 102px;
    margin: 0 3px;
    background-color: #fff;
    color: #397d07;
    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 {
	background-color: #f9f239;
}
#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: #0f5700;
	color: #fff;
}
#themeNavi ul li.tab-button-active {
	background-color: #0f5700;
	color: #fff;
}

/* ツアー
------------------------------ */
#tourWrap {
	width: 100%;
	background: url("../img/tour_bg.png");
	padding-bottom: 120px;
}
#tourWrap .product-inner {
	width: 992px;
	margin: 0 auto;
    position: relative;
	padding-top: 40px;
}
#tourWrap .product-inner:after{
    content: '';
    display: inline-block;
    width: 150px;
    height: 43px;
    background-image: url(../img/bus.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 30px;
    bottom: -120px;
}    
#tourWrap h3 {
    display: none;
	width: 992px;
	height: 116px;
	background: url("../img/title_bg.png") no-repeat bottom center;
	color: #4f231d;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
#tourWrap h3 .theme {
	font-size: 34px;
	display: block;
    margin-bottom: 14px;
    padding-top: 16px;
}
#tourWrap h3 span {
	font-size: 16px;
}

/* 商品設定
------------------------------ */
.item-wrap {
	width: 992px;
	display: flex;
	flex-wrap: wrap;
}
.reco-item-wrap {
	width: 968px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.item-wrap > li:empty {
    display: none;
}
.item-box {
	width: 310px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #bfb0a8;
    margin: 20px 10px 0;
    position: relative;
}
.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-pic span {
	position: absolute;
	right: 2px;
	bottom:11px;
	color: #fff;
	font-size: 12px;
	line-height: 1.1em;
	text-align: right;
	text-shadow:1px 1px 1px #000,-1px -1px 1px #000,1px -1px 1px #000,-1px 1px 1px #000;
}

.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;
    align-content: flex-start;
}
.item-box-icon span {
	margin-right: 5px;
	margin-bottom: 5px;
    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: #945d89;}
.ico-yuttari{background-color: #228d2b;}
.ico-tabehodai{background-color: #77af46;}
.ico-gourmet{background-color: #ffa000;}
.ico-ichigo{background-color: #e44949}
.ico-powerspot{background-color: #39a5a6;}
.ico-flower{background-color: #ec439d;}
.ico-activity{background-color: #5c67d9;}

/*------------------------------------------------
	バストップへのボタン
--------------------------------------------------*/
.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;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.2));	
}
.btn-bustop a:hover {
    background-color: #e74f00;
    transition: all 0.6s ease;    
}
.btn-bustop a::after {
    content: "▶";
 padding-left: 10px;
}

/* ページトップ
------------------------------ */
#pagetop {
	position: fixed;
	right: 25px;
	bottom: 40px;
}

/* 終了テキスト
------------------------------ */
.text-wrap{
	width: 992px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	text-decoration: none;
}
/*クローズ
---------------------------*/
#close {
    padding: 80px 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.8em;
}
#close a {
    color: #1a7acd;
}
.bg-gradation{
    background-position: bottom -15px center,left top;
}