<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 */
#topics {
	max-width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}
* { 
	padding: 0px;
	margin: 0px;
	border: none;
	font-family:"メイリオ", Meiryo,sans-serif;
}
ul,li,dl,dt,dd,p{margin:0;padding:0;line-height:1.5em}
a{text-decoration: none}
a:hover{opacity:0.8;}
/*検索*/
.searchWrap{
	overflow:hidden;
	display:flex;
    padding: 10px 0;
}
.searchBox{
	margin-right: 8px;
	border: #024c0f 2px solid;
	width:50%;
}
.tourTtl{
	text-align:center;
	font-size:1.1em;
	background:#024c0f;
	color:#fff;
	padding:5px 0;
}
.tourTtl i{
	margin-right:3px;
}

.searchBoxInner {
	padding:5px;
	font-size:0.9em;
}
.searchBox img.ui-datepicker-trigger {
    width: 25px;
    height: auto;
    vertical-align: bottom;
}
.searchBox p.searchBtn{clear:both; width:80%;margin:5px auto;}
.searchBox p.searchBtn button{width:100%;background-color:#f90 ;border:none;padding:5px 0; color:#FFFFFF;cursor:pointer;border-radius:5px;margin:5px auto;font-size:1.2em;}
.searchBox p.searchBtn button i{margin-right:5px;}
.searchBox p.searchBtn button:hover{background-color:#CCC;}
.searchBox .search_keyword{border-top:#FFF 1px solid;padding-top:5px;}
.searchBox .search_keyword ul li{float:left;margin-right:8px;line-height:1.5em;margin-bottom: 3px;}
.searchBox .search_keyword ul li a{text-decoration:underline;}
.searchBox select,.searchBox input{padding:3px;max-width: 200px;}
.searchBox #useDay01{margin:2px auto;width:80%;}
.searchBox input{width:18px;padding:3px 0;}
.searchBox input.year1{width:55px;}
.searchBox span{float:left;margin-right:5px;font-size: 0.9em;}
.searchBox img{vertical-align:middle;cursor:pointer;width:29px;height:29px;}
.searchBox img:hover{opacity:0.8;}

/*キーワードから検索する*/

.searchKeyword{
	width:50%;
	border:#024c0f 2px solid;
}
.searchKeyword p{
	margin-bottom:5px;
}
.searchKeyword ul li{
	display:inline-block;  
	margin:5px 5px 0;
	padding-left:15px;
	background:url(../../img/category/hatobus/iconKeyword.png) no-repeat left;
}
.searchKeyword ul li a{
	text-decoration:underline;
}

/**/
.category_select{
	display: flex;
    flex-wrap:wrap;
    margin: 15px 0;
}
.category_select li {
    flex: 0 0 32.3%;
    position: relative;
    margin: 0 3px;
}
.category_select.activity_select li {
    flex:0 0 24%;
}
.category_select .categoryImg {
    height: 150px;
    overflow: hidden;
}
.category_select.activity_select .categoryImg {
    height:130px;
}
.category_select .categoryImg img {
    width: 100%;
    min-height: 150px;
}
.category_select .categoryArea {
    position: absolute;
    bottom: 0;
    background: rgba(240, 240, 240, 0.9);
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    padding: 8px 0;
    font-weight:bold;
}

.company_info a{
	display:flex;
}

.planListBtn {
    margin: 8px auto;
    width: 80%;
    text-align: center;
    color: #fff!important;
	background:#f90;
    padding: 8px 0;
    border-radius: 50px;
}
.category_info {
    display: flex;
    padding: 8px;
}
.tour_img,.info_img{
	margin-right: 15px;
    overflow: hidden;
    position:relative;
}
.tour_img{
    flex: 0 0 20%;
}
.info_img{
	flex: 0 0 30%;
}
.info_img img,.tour_img img {
    width: 100%;
    vertical-align: bottom;
}
.tour_img span,.info_img span{
	position: absolute;
    left: 5px;
    top: 5px;
	background:#c00;
	color:#fff;
	padding: 3px 8px;
}
.category_tour_list {
    margin: 30px 0 0;
}
.category_tour_list h3,.ranking h2.ttl,.new h2.ttl {
    text-align: center;
    color: #024c0f;
    font-size: 1.3em;
    margin: 15px 0 8px;
    border-top: 3px solid #024c0f;
    padding: 15px 0;
    border-bottom: 3px solid #024c0f;
    background: #f6fdf8;
    width: 100%;
}
.category_tour_list .cate_ttl {
    color: #fff;
    margin: 30px auto 12px;
    text-align: center;
    font-size: 1.3em;
    background: #024c0f;
    padding: 10px;
}
.category_tour_list table {
    width: 100%;
    border: 1px solid #666;
}
.category_tour_list table th,.category_tour_list table td{
    border: 1px solid #666;
    padding:3px;
}
.category_tour_list li {
    position: relative;
    border: 1px solid #d2d2d2;
    box-shadow: rgba(139, 132, 105, 0.1) 4px 4px 1px 0px;
    border-radius: 5px;
    margin: 0 0 15px;
    overflow: hidden;
}
.category_tour_list{
	display: flex;
	flex-wrap:wrap;
	margin: 15px 0;
}
.category_tour_list li{
	 flex:0 0 48%;
}
.tour_img{
	flex:0 0 30%;
}
.category_tour_list li a {
    display: flex;
    color: #000;
    align-items: center;
    position: relative;
}

.tour_text {
    padding: 8px 15px 8px 0;
}

.tour_text h5 {
    line-height: 1.4em;
    margin-bottom:8px;
    font-size:1rem;
}

.tour_price {
    color: #c00;
    font-weight: bold;
    font-size: 1.2em;
    margin:8px 0 0;
}
.other_tour_link {
    margin: 15px auto;
    width: 80%;
}
.other_tour_link a{
    padding: 10px;
    display:block;
    border-radius: 50px;
    margin: 8px auto;
    position: relative;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #f90;
}
.other_tour_link.other a{
    color:#f90;
    background:#fff;
    border:2px solid #f90;
}
.company_info {
    margin: 15px 0;
    position:relative;
    border-bottom: 1px solid #666;
}
.company_text {
    padding-right: 15px;
    color:#000;
    position: relative;
}
.company_detail {
    width: 80%;
    margin: 8px auto;
    background: #eee;
    padding: 12px;
}
.company_detail dl{
	display: flex;
    flex-wrap: wrap;
}
.company_detail dt {
    width: 8%;
}
.company_detail dd {
    width: 92%;
}

.category_tour_list li a:after,.other_tour_link a:after,.company_text:after{
	position: absolute;
	content:'\f054';
	font-family: "fontAwesome";
	right:8px;
	font-size:16px;
}
.company_text:after {
    top: 40%;
    right: 0;
}
.company_text h4 {
    font-size: 1.3em;
    margin-bottom: 8px;
}
.company_point{
	font-weight: bold;
	color:#c00;
	margin-top:5px;
}
.company_point:before {
    content: "\f004";
    font-family: "fontAwesome";
    margin-right: 8px;
}
.faq dt{
    font-size: 1.1em;
    padding: 8px;
    background: #eee;
}
.plan_price dl{
    display: flex;
    align-items:center;
}

.plan_price dd{
    color: #c00;
    font-weight: bold;
    font-size: 1.3em;
    margin-left:8px;
    margin-right:15px;
}
.plan_schedule {
    background: #eee;
    margin: 15px 0;
    padding: 8px 15px;
    width:100%;
}
.schedule_list {
    width: 85%;
    margin: auto;
}
.plan_schedule li {
    box-shadow: none;
    padding: 5px 8px;
    border-radius: 0;
    position: relative;
    overflow: inherit;
    background: #fff;
}
.plan_schedule li:after{
    content: "";
    left: 0;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-top: 6px solid #666;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: -15px;
}
.plan_schedule li:last-child:after {
    content: none;
}
.plan_schedule span {
    font-weight: bold;
    margin-right: 8px;
}
.mask-nosale {
    position: absolute;
    background: rgba(253,253,253,0.8);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    color: #c00;
    font-size: 1.2rem;
    font-weight: bold;
}
@media screen and (max-width: 768px) { 
.lead_text{
	font-size:0.9em;
}
#searchTour {
    width: 98%;
    margin: 8px auto;
    border: 1px solid #666;
}
#searchTour h3 {
    text-align: center;
    padding: 8px 0;
    background: #666;
    color: #fff;
}
.selectDateInner {
    padding: 0 12px 12px 12px;
}
#selectDateBox form button.searchDateBtn {
    padding: 5px 20px;
    background: #f90;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    margin-left: 5px;
    display: inline-block;
    margin-top: 5px;
}
.searchKeyword {
    width: 90%;
    border: none;
}
/*ランキング*/
.ranking .ranking-review{
	display:none;
}
.rankBox{
	display:flex;
	padding: 8px;
    border-bottom: 1px dotted #999;
}
.ranking-img {
    position: relative;
    flex: 0 0 100px;
    margin-right: 8px;
}
.ranking-txt{
	margin:0;
}
.rankBox .price span{
	font-size:110%;
}

.rankBox img{
	width:100%;
	height:auto;
	vertical-align: bottom;
}
.rankBox .price{
	color:#c00;
	font-weight:bold;
	font-size:110%;
}
.ranking-mark{
	padding: 3px;
    top: 3px;
    left: 3px;
    width: 25px;
    height: 25px;
    position: absolute;
    background: #666;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.category_tour_list .cate_ttl{
	margin: 15px auto 12px;
}
.category_select li{
	flex: 0 0 31.5%;
}
.category_select .categoryImg{
    height:100px;
}
.category_select .categoryImg img{
    min-height: 100px;
}
.category_select .categoryArea{
    font-size:0.9em;
    padding:5px 0;
}
.category_info {
    display: block;
    padding: 8px;
}
.category_info .info_img {
    margin: 0 auto 8px;
    width: 60%;
}
.category_info p {
    font-size: 0.9em;
}
.other_tour_link {
    margin: 8px auto;
}
.tour_text h5{
	font-size:inherit;
}
.company_text h4 {
    font-size: 1.1em;
}
.company_text p {
    font-size: 0.9em;
}
.company_text:after{
	right: 8px;
}
.company_detail{
	width:90%;
}
.company_detail dt {
    width: 10%;
}
.company_detail dd {
    width: 90%;
}
}</pre></body></html>