<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
body {
	background: #FFF;
}

a {
	text-decoration: none;
}

section.bgGray {
	background: #eee;
}

#index {
	overflow: hidden;
}

#index section {
	padding: 5px 0;
}

#index h2 {
	background: none;
}

#index .ttl_line {
	padding: 10px 0px 10px 5px;
	background: url(http://www.tabione.com/img/top/ttl_bg03.png) repeat-x bottom;
	height: 25px;
	font-size: 1.15em;
}

.ttl_line img {
	margin-right: 8px;
	margin-bottom: 5px;
}

p.btnMore {
	background: #999;
	text-align: center;
	width: 80%;
	margin: 8px auto;
	padding: 8px 0;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

p.btnMore a {
	color: #FFF !important;
}

p.btnMore a i {
	margin-left: 8px;

}

/*ƒiƒr*/
nav.gnavi {
	background: #CCCCCC;
	padding: 5px;
}

.gnavi ul {
	display: table;
	width: 100%;
	background: #FFFFFF;
	padding: 8px 0;
}

.gnavi ul li {
	width: 25%;
	display: table-cell;
	border-right: #ccc 1px dotted;
	text-align: center;
	padding: 0px 3px;
}

.gnavi ul li:last-child {
	border-right: none;
}

.gnavi ul li img {
	width: 100%;
}

.gnavi ul li a {
	color: #f60 !important;
	font-weight: bold;
	font-size: 0.9em;
}

/* ƒXƒ‰ƒCƒhƒƒjƒ…[-----------------------------------------------------------------------------*/

#mainArea {
	padding-top: 0 !important;
	position: relative;
	margin-bottom: 40px;
}

#mainImg #mainSlider li {
	position: relative;
	opacity: 1;
}

#mainImg #mainSlider li img {
	height: 140px;
	width: 100%;
}

#mainImg #mainSlider li p {
	position: absolute;
	width: 77%;
	top: 45%;
	left: 8%;
	background: rgba(51, 51, 51, 0.5);
	padding: 3px 10px;
	text-align: center;
	color: #fff;
}

#mainArea .leadTxt {
	position: absolute;
	/*	bottom: -34px;*/
	bottom: -20px;
}

/* ŒŸõ -----------------------------------------------------------------------------*/
#searchPlan {
	width: 95%;
	margin: 8px auto;
	padding: 5px;
	background-image: -moz-linear-gradient(45deg, #ddd 25%, transparent 25%, transparent 50%, #ddd 50%, #ddd 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, #ddd 25%, transparent 25%, transparent 50%, #ddd 50%, #ddd 75%, transparent 75%, transparent);
	background-size: 4px 4px;
	padding: 6px 10px;
}

#searchPlan h2 {
	text-align: center;
	padding: 5px 0;
	border-bottom: 1px solid #999;
	width: 90%;
	margin: 0px auto 8px;
	font-size: 1.2em;
	font-weight: bold;
}

#searchPlan .searchDate span {
	float: left;
	padding: 5px;
}

#searchPlan .searchDate input {
	width: 30px;
}

#searchPlan .searchDate input.year1 {
	width: 70px;
}

#searchPlan .searchDate img {
	padding: 5px;
}

div#ui-datepicker-div {
	z-index: 11;
}

section span.search {
	display: flex;
	padding: 8px 0;
	margin: 0 auto;
}

span.search #searchArea {
	height: 28px;
	padding-left: 20px;
	background: url(../img/index/search.png) left no-repeat;
	-webkit-background-size: 20px 15px !important;
	-moz-background-size: 20px 15px !important;
	-o-background-size: 20px 15px !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0px 5px;
}

span.search input[type="image"] {
	width: 60px;
	height: 35px;
	-webkit-background-size: 50px 30px !important;
	-moz-background-size: 50px 30px !important;
	-o-background-size: 50px 30px !important;
	padding: 0px 5px 0px 0px;
}

#searchPlan .searchDetail a {
	background: #CCC;
	border: #999 1px solid;
	padding: 5px;
	width: 90%;
	margin: 5px auto 8px;
	text-align: center;
	color: #000000 !important;
}

#searchPlan .searchDetail a i {
	margin-right: 3px;
}

#searchPlan .searchPanel {
	padding: 0 8px;
}

#searchPlan dt {
	display: inline-block;
	clear: both;
	padding: 5px 0;
	width: 23%;
	vertical-align: middle;
}

#searchPlan dd {
	display: inline-block;
	width: 72%;
	vertical-align: middle;
}

#searchPlan dd.searchYear {
	width: 28%;
}

#searchPlan dd.searchDate {
	width: 22%;
}

#searchPlan select {
	margin-right: 5px;
}

#searchPlan dd.inputKeyword {
	padding: 3px 0px 0px 0px !important;
}

#searchPlan p.searchBtn {
	clear: both;
	width: 200px;
	margin: 5px auto;
}

#searchPlan p.searchBtn button {
	width: 200px;
	background-color: #f90;
	border: none;
	padding: 5px 0;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	border-radius: 5px;
	margin: 5px auto;
	font-size: 1.5em;
	font-weight: bold;
}

#searchPlan p.searchBtn button i {
	margin-right: 5px;
}

#searchPlan p.searchBtn button:hover {
	background-color: #CCC;
}

#searchPlan .search_keyword {
	border-top: #FFF 1px solid;
	padding-top: 5px;
}

#searchPlan .search_keyword ul li {
	float: left;
	margin-right: 8px;
	line-height: 1.5em;
	margin-bottom: 3px;
}

#searchPlan .search_keyword ul li a {
	text-decoration: underline;
}

#searchPlan select,
#searchPlan input {
	padding: 3px;
	max-width: 200px;
}

#searchPlan dd.selectDate input {
	width: 15px;
}

#searchPlan dd.selectDate input.year1 {
	width: 48px;
}

#searchPlan dd.selectDate span {
	float: left;
	margin-right: 5px;
	font-size: 0.9em;
}

#searchPlan dd.selectDate img {
	vertical-align: middle;
	cursor: pointer;
	width: 29px;
	height: 29px;
}

#searchPlan dd.selectDate img:hover {
	opacity: 0.8;
}

div#ui-datepicker-div {
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	margin: auto;
	height: 250px;
}

.ui-datepicker td {
	cursor: pointer;
}

/*メニュー*/
.section_menu .menuInner {
	background: #eee;
	padding: 8px;
	margin: 8px 0;
}

.section_menu ul {
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px 0px;
	margin-bottom: 5px;
}

.section_menu ul li {
	width: 33.333%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #fff url(../../img/common/arrow_below.png) no-repeat bottom;
	background-size: 12px 12px;
	border: 1px solid #999;
	padding: 8px 0;
	box-sizing: border-box;
	height: 60px;
	box-shadow: 0px 1px 2px rgba(153, 153, 153, 0.8);
}

.section_menu ul li a {
	display: block;
}

/*エリアから探す*/
.mapTop {
	background: url(http://www.tabione.com/img/top/mapTop.jpg);
	position: relative;
	width: 388px;
	height: 300px;
	margin: 0 auto;
}

.mapTop ul li.btnHokkaido a {
	top: 21px;
	left: 267px;
}

.mapTop ul li.btnTohoku a {
	top: 93px;
	left: 280px;
}

.mapTop ul li.btnKanto a {
	top: 172px;
	left: 267px;
}

.mapTop ul li.btnShinetsu a {
	top: 145px;
	left: 198px;
}

.mapTop ul li.btnTokai a {
	top: 209px;
	left: 199px;
}

.mapTop ul li.btnHokuriku a {
	top: 150px;
	left: 131px;
}

.mapTop ul li.btnKansai a {
	top: 185px;
	left: 131px;
}

.mapTop ul li.btnChugoku a {
	top: 195px;
	left: 54px;
}

.mapTop ul li.btnShikoku a {
	top: 248px;
	left: 89px;
}

.mapTop ul li.btnKyusyu a {
	top: 244px;
	left: 10px;
}

.mapTop ul li.btnOkinawa a {
	top: 67px;
	left: 13px;
}

.mapTop ul li {
	display: block;
}

.mapTop ul li a {
	position: absolute;
	display: block;
	opacity: 0.9;
	padding: 3px 10px;
	text-decoration: none;
	color: #FFF;
	background: #FF9900;
	background-position: 5%;
	font-size: 115%;
	letter-spacing: 0.5px;
}

.mapTop ul li i.fa {
	margin-left: 8px;
}

/*ƒsƒbƒNƒAƒbƒvƒvƒ‰ƒ“*/
#pickUpPlan h2 {
	margin: 0px auto 8px;
	text-align: center;
}

#pickUpPlan ul li {
	padding: 5px;
	border-bottom: #999999 1px dotted;
}

#pickUpPlan a {
	text-decoration: none;
}

#pickUpPlan p {
	float: left;
	width: 30%;
	margin-right: 5px;
}

#pickUpPlan p img {
	width: 100%;
	height: auto;
}

#pickUpPlan dl {
	float: left;
	width: 68%;
}

#pickUpPlan dl dt {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;
}

#pickUpPlan dl dd.pickupCategory span {
	float: left;
	background: #999;
	color: #FFF;
	font-size: 0.8em;
	padding: 3px;
	margin-right: 3px;
}

#pickUpPlan dl dd.pickupPrice {
	color: #FF0000;
	font-weight: bold;
	clear: both;
}

/*l‹C‚ÌƒGƒŠƒA*/
#index #popularArea {
	margin: 8px auto;
	background: #eee;
	padding: 8px;
}

#popularArea h3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 8px;
	background: #666;
	color: #fff;
	padding: 5px 0;
}

#popularArea ul li {
	width: 32%;
	float: left;
	position: relative;
	margin-left: 4px;
	margin-bottom: 4px;
}

#popularArea ul li img {
	width: 100%;
	height: auto;
	opacity: 0.4;
}

#popularArea ul li span {
	position: absolute;
	left: 34%;
	top: 30%;
	text-align: center;
	font-size: 1.3em;
	color: #000000;
	font-weight: normal;
}

/*l‹C‚ÌƒJƒeƒSƒŠ*/
#popularCategory h2 {
	background: #f90;
	padding: 8px 0 8px 8px;
	margin: 8px 0;
}

#popularCategory ul li {
	width: 50%;
	float: left;
	position: relative;
}

#popularCategory ul li img {
	width: 100%;
	height: 124px;
}

#popularCategory ul li p {
	position: absolute;
	background: rgba(153, 153, 153, 0.8);
	color: #FFFFFF;
	width: 100%;
	bottom: 0;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
}

/*V’…“ÁW*/
#newItem h2 {
	background: #ff6666;
	padding: 8px 0 8px 8px;
	margin: 8px 0 8px;
}

#newItem a:link,
#newItem a:visited {
	color: #666 !important;
}

#newItem a:link dt,
#newItem a:visited dt {
	color: #0e6aa4 !important;
}

#newItem ul li {
	padding: 5px;
	border: #ccc 1px solid;
	margin: 3px auto;
	width: 94%;
	background: #FFFFFF;

}

#newItem ul li p {
	float: left;
	width: 30%;
	margin-right: 5px;
}

#newItem ul li p img {
	width: 100%;
	height: 80px;
}

#newItem ul li dl {
	float: left;
	width: 68%;
}

#newItem ul li dl dt {
	font-weight: bold;
}

#newItem ul li dl dt span {
	background: #F00;
	color: #FFF;
	padding: 2px;
	font-size: 0.6em;
	margin-left: 2px;
	vertical-align: middle;
}

#newItem ul li dl dd {
	font-size: 0.9em;
}

#newItem ul li dl dd.newArea {
	background: #999;
	color: #fff;
	display: inline-block;
	padding: 2px 5px;
	margin-right: 3px;
	float: left;
}

#newItem ul li dl dd.newCategory {
	background: #999;
	color: #fff;
	display: inline-block;
	padding: 2px 5px;
	float: left;
}

#newItem ul li dl dd i {
	margin-right: 5px;
}

#newItem .newDate {
	text-align: right;
	clear: both;
}

/*割引プラン*/
#discount .spof {
	background-image: -moz-linear-gradient(45deg, #ddd 25%, transparent 25%, transparent 50%, #ddd 50%, #ddd 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, #ddd 25%, transparent 25%, transparent 50%, #ddd 50%, #ddd 75%, transparent 75%, transparent);
	background-size: 4px 4px;
	padding: 8px;
	margin-top: 8px;
}

#discount .spof-item {
	border: #ccc 1px solid;
	padding: 5px;
	margin: 0px 3px;
	background: #FFF;
}

#discount .spof-item a {
	display: block;
}

#discount .spof-img {
	position: relative;
}

#discount .spof-img img {
	width: 100%;
	height: 100px;
}

#discount .spof-discount {
	position: absolute;
	top: 3px;
	right: 3px;
	background: #F00;
	padding: 5px;
	text-align: center;
	color: #FFF;
	line-height: 1.3em;
}

#discount .spof-discount span {
	font-size: 1.3em;
	font-weight: bold;
}

#discount h3.sttl.ttl-detail02 {
	font-size: 1em;
	line-height: 1.2em;
	height: 50px;
}

#discount p.price {
	text-align: right;
	font-weight: bold;
	color: red;
}

/*口コミ*/

#review {
	line-height: 1.2em;
}

#review .reviewCont {
	border-bottom: 1px #ccc solid;
	padding: 5px;
	background: #fff;
}

#review .reviewImg {
	width: 20%;
	margin-right: 13px;
	float: left;
}

#review a {
	display: block;
}

#review .reviewComment {
	width: 75%;
	float: left;
	margin-bottom: 5px;
}

#review .review_person {
	font-size: 0.8em;
	color: #999;
	margin-bottom: 5px;
}

#review .review_person p {
	float: left;
}

#review .reviewImg img {
	border-radius: 35px;
	-moz-border-image: border-radius: 35px;
	-webkit-border-image: border-radius: 35px;
}

#review p.readMore {
	clear: both;
	text-align: right;
}

#review li:not(.reviewCont) {
	display: none;
}

#review .review_data {
	margin-top: 5px;
}

#review .review_data p {
	float: left !important;
	clear: none;
	font-size: 0.9em;
	color: #999999;
	margin-right: 8px;
}

#review .reviewComment p i {
	margin-right: 2px;
}

/*バスツアー・クルーズ*/
#popular_link .areaCont {
	width: 96%;
	margin: 8px auto 15px;
}

.areaCont .areaImage {
	width: 80%;
	margin: 8px auto;
}

.areaCont .areaImage img {
	width: 100%;
}

.areaCont h3 {
	font-size: 1.1em;
	border-bottom: 1px dotted #666;
	margin-bottom: 5px;
}

#popular_link .areaCont p {
	line-height: 1.6em;
	font-size: 0.95em;
}

#popular_link .areaCont ul {
	margin-top: 5px;
}

#popular_link .areaCont li {
	line-height: 1.4em;
	width: 48.6%;
	float: left;
	margin: 5px 0 0 5px;
}

#popular_link .areaCont li:before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 3px;
	color: #f90;
}

#popular_link .areaCont li a {
	text-decoration: underline;
	display: inline;
}

/*‘ÌŒ±ƒŒƒ|[ƒg*/

section#taikenReport h2 {
	background: #3399cc;
	padding: 8px 0 8px 8px;
	margin: 8px 0 8px;
}

#taikenReport ul {
	padding: 0 5px;
}

#taikenReport .reportBox {
	border: #999 1px solid;
	padding: 5px;
}

#taikenReport .reportBox dt {
	font-weight: bold;
	line-height: 1.2em;
}

#taikenReport .reportBox dd {
	font-size: 0.9em;
	margin-bottom: 5px;
}

#taikenReport .reportBox dd span {
	background: #999;
	color: #FFFFFF;
	padding: 2px 5px;
	margin-right: 5px;
}

#taikenReport .no1 {
	margin-bottom: 5px;
}

#taikenReport .no1 p {
	width: 40%;
	float: left;
	margin-right: 5px;
}

#taikenReport p img {
	width: 100%;
	height: 110px;
}

#taikenReport .no1 dl {
	float: left;
	width: 58%;
}

#taikenReport .report2col {
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px 0;
}

#taikenReport .report2col li {
	display: table-cell;
}

#taikenReport .report2col li dt {
	margin-top: 5px;
}

/*ƒcƒA[ƒ‰ƒ“ƒLƒ“ƒO*/
#tourRanking h2 {
	background: #999;
	padding: 8px 0 8px 8px;
	margin: 8px 0 8px;
}

.rankingList ul a {
	color: #333333;
	background: #FFFFFF;
	padding: 5px;
	display: block;
	line-height: 1.4em;
}

.rankingList ul a:hover {
	background: #CCC;
}

.rankingList ul li.rankingCont {
	border: 1px #ccc solid;
	position: relative;
	margin: 3px auto;
	width: 96%;
}

.rankingList li.rankingCont:before {
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
}

.rankingList li.no1:before {
	content: url(http://www.tabione.com/img/top/iconRank01.png);
}

.rankingList li.no2:before {
	content: url(http://www.tabione.com/img/top/iconRank02.png);
}

.rankingList li.no3:before {
	content: url(http://www.tabione.com/img/top/iconRank03.png);
}

.rankingList li.no4:before {
	content: url(http://www.tabione.com/img/top/iconRank04.png);
}

.rankingList li.no5:before {
	content: url(http://www.tabione.com/img/top/iconRank05.png);
}

.rankingList ul li p.rankImg {
	float: left;
	width: 35%;
	margin-right: 5px;
}

.rankingList ul.rankingData li {
	float: left;
	font-size: 0.9em;
	margin-right: 5px;
}

.rankingList ul a ul.rankingData li {
	color: #999999
}

.rankingList ul a ul.rankingData li i {
	margin-right: 3px;
}

.rankingList .rankPrice {
	text-align: right;
	font-weight: bold;
	color: #F00;
}

.rankingList ul li a strong,
.rankingList ul li a br {
	display: none;
}

/*‘S‚Ä‚ÌƒJƒeƒSƒŠ*/
#allCategory .cate_in {
	display: none;
}

#allCategory .active {
	display: block;
}

#allCategory h2 {
	background: #999;
	padding: 8px 0 8px 8px;
	margin: 8px 0 8px;
}

#allCategory h2.toph {
	display: none;
}

#allCategory #cate_all li.cate {
	clear: both;
	padding: 8px 8px;
	border-bottom: 1px solid #ccc;
	background: url(../img/index/arrow_bottom.png) no-repeat;
	background-size: 20px auto;
	background-position: 95% 50%;
}

#allCategory #cate_all&gt;li.active {
	background: url(../img/index/arrow_top.png) no-repeat;
	background-size: 20px auto !important;
	background-position: 95% 2% !important;
}

#allCategory #cate_all li.cate a {
	float: left;
	margin-right: 8px;
	display: block;
}

#allCategory #cate_all ul.cate_in {
	background: #ccc;
	padding: 6px 6px 0px 6px;
}

#allCategory #cate_all ul.cate_in:last-of-type {
	padding-bottom: 6px;
}

#allCategory #cate_all li.cate_in {
	padding: 8px 8px;
	background: #fff url(../img/index/arrow_right.png) no-repeat;
	background-size: 10px auto;
	background-position: 95% 50%;
}

#tabiIntro {
	clear: both;
	background: url(/sp/module/img/index/introBg.jpg) no-repeat;
	background-size: 100% 100%;
	color: #333;
}

#tabiIntro h2 {
	padding-left: 8px;
}

#tabiIntro p {
	padding: 8px;
}

.mod_message {
	display: none;
	position: absolute;
	background-color: rgba(102, 102, 102, 0.9);
	color: #FFF;
	padding: 5px 0;
	bottom: 0px;
	width: 100%;
}

.mod_message dl {
	position: relative;
	width: 90%;
	margin: 0px auto;
}

.mod_message dl dt {
	font-weight: bold;
	text-align: center;
}

.mod_message dl dd {
	text-align: center;
}

.mod_message .close {
	margin: 0;
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 1.8em;
}

.mod_message dd.telNumber {
	font-weight: bold;
	font-size: 1.4em;
}

.mod_message dd.telBtn a {
	background: #f90;
	color: #fff !important;
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 5px 0;
	border-radius: 5px;
	font-weight: bold;
}

.mod_message dd.telBtn a i {
	margin-right: 5px;
	font-size: 1.2em;
}

/* ‚¨’m‚ç‚¹----------------------------------------------------------------------------- */

#index .news {
	font-size: 12px;
	border: #666 1px dashed;
	padding: 3px;
	margin: 5px;
}

#index .news #newsaccordion {
	display: block;
	cursor: pointer;
	color: #f00;
	margin: 0 5px 10px;
}

#index .news #newsaccordion+div {
	display: none;
	padding: 10px;
}

#index .news #newsaccordion+div p {
	margin-bottom: 10px;
}

#notification {
	display: block;
	font-size: 0.9em;
	width: 96%;
	margin: 8px auto;
}

#notification p {
	display: block;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

#notification dt {
	background: url(../img/index/arrow_bottom.png) no-repeat;
	background-size: 15px auto;
	background-position: 99% 50%;
	font-weight: bold;
	padding: 5px;
}

#notification dt span {
	font-weight: normal;
	margin-right: 5px;
	font-size: 0.9em;
}

#notification dt.active {
	background: url(../img/index/arrow_top.png) no-repeat;
	background-size: 15px auto !important;
	background-position: 99% 50% !important;
}

#notification dd {
	display: none;
	padding: 5px;
}

.copyright {
	text-align: center;
}

/*
.ac_btn {
    text-decoration: underline;
    cursor: pointer;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/

.accordion {
	margin: 0 auto;
	width: 95%;
}

.toggle {
	display: none;
}

.option {
	position: relative;
	margin-bottom: 1em;
}

.title,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

.title {
	border: solid 1px #ccc;
	padding: 13px;
	display: block;
	color: #333;
	font-weight: bold;
}

.title::after,
.title::before {
	content: "";
	position: absolute;
	right: 1.25em;
	top: 1.25em;
	width: 2px;
	height: 0.75em;
	background-color: #999;
	transition: all 0.3s;
}

.title::after {
	transform: rotate(90deg);
}

.content {
	max-height: 0;
	overflow: hidden;
}

.content p {
	margin: 0;
	padding: 0.5em 1em 1em;
	font-size: 0.9em;
	line-height: 1.5;
}

.toggle:checked+.title+.content {
	max-height: 500px;
	transition: all 1.5s;
}

.toggle:checked+.title::before {
	transform: rotate(90deg) !important;
}

#notification p.newsttl {
	background-color: #999999;
	color: #ffffff;
	text-align: center;
}

#notification p {
	background-color: #ffffff;
	color: #000000;
	text-align: left;
}

.ac_cont span {
	font-weight: 600;
	display: block;
}

.ac_cont table {
	width: 100%;
}

.ac_cont td {
	padding: 5px;
}

td.bgblue {
	background-color: #c9f9ff;
}</pre></body></html>