﻿@charset "utf-8";
/* CSS Document */

/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*style*/
* { 
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	box-sizing:border-box;
}
h2{
	border-bottom:none!important;
	font-weight:bold!important;
}
a{
	text-decoration:none;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 1s linear;
	
}
a,a:link,a:visited{
	color: #666;
	}
article {
    width: 1000px;
    margin: 0 auto;
}
div#sidebar {
    float: left;
    width: 28%;
    margin-right: 8px;
}
#mainRight {
    width: 70%;
    float: right;
}
#mainRight h2{
	padding-left:35px;
	margin-left:5px;
	margin-bottom:15px;
}
.crumb{
	width: auto;
}
h2.ttl,p.toph,p.toph a,h2.toph,h2.toph a{
	font-family: YuGothic, 游ゴシック, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	position: relative;
	font-size:2em;
	text-align:center;
	padding:12px 0!important;
	margin: 30px 0 15px;
}
h2.ttl:after,p.toph:after,h2.toph:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #cc0000, #cc0000 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #cc0000, #cc0000 2px, #fff 2px, #fff 4px);
}
/*左カラム*/
/*ランキング*/
.ranking h2.ttl,.new h2.ttl{
	font-size:1.2em!important;
	font-weight:bold!important;
	padding: 5px 0px 5px 35px;
	margin-bottom: 10px;
}
.ranking h2.ttl{
	background:url(../../img/topics/busTop/iconTtlParRank.png) no-repeat;
    background-size: 25px auto;
}

.ranking .ranking-review{
	display:none;
}
.rankBox{
	display:flex;
	padding: 8px 0;
    border-bottom: 1px dotted #999;
}
.ranking-img {
    position: relative;
    width: 32%;
    margin-right: 8px;
}
.ranking-txt{
	margin:0;
}
.rankBox .price{
	border:none;
}
.rankBox .price span{
	font-size:110%;
}
.rankBox img{
	width:100%;
	height:auto;
}
.rankBox .sttl.ttl-detail03 {
    font-size: 100%;
}
.rankBox .ranking-mark {
    background-size: 30px auto;
    font-size: 100%;
    padding: 8px 0 0 0;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
}
.rankBox .ranking-mark.rank01,.rankBox .ranking-mark.rank02,.rankBox .ranking-mark.rank03 {
    width: 30px;
    height: 30px;
}
/*新着ツアー*/
.new{
	margin:40px 0;
}
.new h2.ttl{
	background:url(../../img/topics/busTop/iconTtlParNew.png) no-repeat;
	background-size: 25px auto;
}
nav ul {
	display:table;
	margin:8px 0;
}
nav ul li{
	display:table-cell;
	text-align:center;
	border-right:1px #666 solid;
	padding:10px;
	text-decoration:underline;
}
nav ul li:last-child{
	border-right:none;
}
div#sidebar .mypage p.loginBn a{
	background:#666;
	width:100%;
	padding:10px 0;
	display:block;
	text-align:center;
	color:#FFF;
	font-size:1.1em;
	font-weight:bold;
	border-radius:5px;
}
div#sidebar .mypage p.loginBn a:hover{
	background:#999;
}
div#sidebar .mypage p.loginBn a .fa-user{
	font-size:1.2em;margin-right:5px;
}
div#sidebar .mypage p.loginBn a .fa-chevron-circle-right{
	margin-left:5px;
}
div#sidebar .support{
	margin-top:8px;
	background-image: -moz-linear-gradient(45deg,#eee 25%,transparent 25%,transparent 50%,#eee 50%,#eee 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,#eee 25%,transparent 25%,transparent 50%,#eee 50%,#eee 75%,transparent 75%,transparent);
	background-size: 4px 4px;
	padding:5px;
	border-top: 1px #999 dotted;
    border-bottom: 1px #999 dotted;
	font-size: 0.9em;
}

div#sidebar .support dl dt,
div#sidebar .support dl dd.telNumber,
div#sidebar .support dl dd.telComment{
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}
div#sidebar .support dl dd.telNumber{
	font-size:1.7em;
	color:#FF9900;	
}
div#sidebar .support dl dd.buisinessHour{
	font-size:0.9em;
	line-height:1.2em;
	margin-bottom:5px;
}
div#sidebar .support dl dd.telComment{
	color:#000;
	line-height:1.2em;
}
div#sidebar .support dl dd.inquiryBtn a{
	background:#FFF;
	border:#f90 1px solid;
	color:#f90;
	margin:5px auto;
	text-align:center;
	display:block;
	padding:5px 0;
	font-weight: bold;
}
div#sidebar .support dl dd.inquiryBtn a i{
	margin-right:5px;
}
div#sidebar .support dl dd.inquiryBtn a:hover{
	background:#f90;
	color:#fff;
}
.bn_churaumi {
    text-align: center;
}
.bn_churaumi a img {
    margin-top: 8px;
}

/**/
#attraction {
	font-size:1.1em;
	clear:both;
	padding-top: 15px;
}
#attraction h3,#searchPlan h3{
	color:#006!important;
	font-weight: bold;
	font-size:1.1em!important;
}
#attraction p{
	margin-bottom: 20px;
}
#attraction .bn_churaumi{
	width:700px;
	margin:8px auto;
}
#popularSpot{
	margin-top:20px;
}
#popularSpot ul{
	margin-top:10px;
	display: flex;
    flex-wrap: wrap;
}
#popularSpot ul li{
	flex: 0 0 32.5%;
	position:relative;
	margin-right:8px;
	margin-bottom:8px;
}
#popularSpot ul li:nth-child(3n) {
    margin-right: 0;
}
#popularSpot ul li h3{
	text-align:center;
	font-size:1.2em;
	color:#fff;
	background:#003;
	padding:8px 0;
	position:relative;
}
#popularSpot ul li h3:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #003 transparent transparent transparent;
	z-index:2;
}
#popularSpot ul li img{
	width:100%;
	height:160px;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
#popularSpot ul li .spotImg{
	overflow:hidden;
	width:100%;
	height:160px;
}
#popularSpot ul li a{
	text-decoration:none;
}
#popularSpot ul li a:hover img{
	text-decoration:none;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	 -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    filter: grayscale(80%);
}
#popularSpot ul li .hoverText{
	position:absolute;
	bottom: 0%;
	left: 0%;
	background:rgba(255,255,255,0.8);
	width:100%;
	padding: 3px;
	display:none;
}
#popularSpot ul li a:hover .hoverText{
	display:block;
}
#searchPlan{
	margin-top:20px;
}
.searchBox{
	font-size:1.1em;
    margin: 15px auto;
    border: 1px solid #666;
    box-sizing: border-box;
}
.searchBox h3{
	background: #666;
    color: #fff!important;
    text-align: center;
    padding: 8px 0!important;
	margin:0!important;
}
.searchBoxInner {
	padding:8px;
}
.searchBox #useDay01{
	float:left;
	margin-right:15px;
}
.searchBox img.ui-datepicker-trigger {
    width: 25px;
    height: auto;
    vertical-align: bottom;
	cursor:pointer;
}
.searchBox dt{float:left;clear:both;padding:5px 0; margin-right:10px;}
.searchBox dt.selectDateTtl{float:none;padding:5px 0 0;}
.searchBox dd{float:left;padding: 3px 0px 0px 10px;margin-bottom:5px;}
.searchBox dd.selectDate{padding: 0px 0px 0px 10px;}
.searchBox dt.keyword {
    margin-right: 4px!important;
}
.searchBox dd.inputKeyword{    padding: 3px 0px 0px 0px!important;}
.searchBox p.searchBtn{clear:both; width:200px;margin:5px auto;}
.searchBox 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.3em;font-weight:bold;}
.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: 300px;border: 1px solid #999;}
.searchBox input.txt{width:300px;}
.searchBox dd.selectCategory select{width:190px;}
.searchBox dd.selectDate input{width:25px;}
.searchBox dd.selectDate input.year1{width:60px;}
.searchBox dd.selectDate span{float:left;margin-right:5px;font-size: 0.9em;}
.searchBox dd.selectDate img{vertical-align:middle;cursor:pointer;width:29px;height:29px;}
.searchBox dd.selectDate img:hover{opacity:0.8;}
#select {
	background: #fff;
    margin: 8px auto 15px;
	border: 1px solid #666;
}
#select h3{
	background: #666;
    color: #fff!important;
    text-align: center;
    padding: 8px 0!important;
	margin:0!important;
}
#select .selectInner{
	padding:8px;
}
#select label{
	padding:0px 4px 2px;
	display: inline-block;
	cursor:pointer;
}

#select label.selected,#select label:hover {background-color: #f90;border-radius:3px;color: #fff;}
#select p{
	display:block;
	margin-top:3px;
	color: #039;
}

#planList {
	width:100%;
	display: flex;
    flex-wrap: wrap;
}
#planList .planDetail {
	width: 49.4%;
    margin-right: 8px;
    margin-bottom: 8px;
    border: 1px #999 dotted;
    padding: 8px;
    border-top: 5px #006 solid;
}
#planList [class*="hidden-"] {display: none!important;}
#planList .planDetail:nth-child(2n) {
	margin-right:0px;
}
.planDetail h3{
    font-size: 1.1em;
    padding: 5px 0 8px;
    box-sizing: border-box;
	line-height: 1.3em;
	color:#006;
	
}
.planDetail .planImg{
	margin-bottom:8px;
	position:relative;
	height:150px;
	overflow: hidden;
}
.planDetail .planImg img{
	width:100%;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height:auto;
}
.planDetail table {
    width: 100%;
    font-size: 0.9em;
}
.planDetail table td{
	padding:5px;
	border: 1px solid #666;
}
.planDetail table th{
	width:25%;
	border: 1px solid #666;
	vertical-align:middle;
	padding: 5px;
}
.planDetail span {
    color: #c00;
    font-weight: bold;
    font-size: 1.1em;
}

.planDetail .reserve{
	clear:both;
	width:80%;
	margin:0px auto;
	padding-top:8px;
}
.planDetail .reserve a{
	display:block;
	background:#FF9900;
	color:#FFFFFF!important;
	font-weight:bold;
	text-align:center;
	padding:10px;
	border-radius:5px;
	font-size:1.2em;
	}
#planList .planDetail .reserve a:hover{
	background:#FFCC99;
}

/*ランキング*/
.otherPlan{
	display: block;
	font-size: 12px;
	border: #999 1px solid;
	padding: 8px;
	width: 70%;
	text-align: center;
	margin: 8px auto;
	text-decoration: none;
}

#ranking li.rankingCont{
	padding: 3px;
	font-size: 12px;
	line-height: 1.2;
	border: solid 1px #999;
	margin-bottom: 3px;
	width: 19.6%;
	float: left;
	margin-right: 3px;
	height: 215px;
	position: relative;
	background-color:white;
}
#ranking li.rankingCont:last-of-type{
	margin-right:0px;
}
#ranking li.rankingCont a img {
	float: none;
	margin: 0 5px 2px 0;
	width: 100%;
	height: 100px;
}
#ranking li.rankingCont a:hover img {
	opacity:0.8;
}
.rankingList ul a{color:#333333;background:#FFFFFF; padding:5px;display:block;line-height: 1.4em;}
.rankingList ul a:hover{background:#CCC;}
.rankingList li.rankingCont:before{display:block;position:absolute;top:3px;left:0;}
.rankingList li.no1:before{content:url(//www.tabione.comimg/top/iconRank01.png);}
.rankingList li.no2:before{content:url(//www.tabione.comimg/top/iconRank02.png);}
.rankingList li.no3:before{content:url(//www.tabione.comimg/top/iconRank03.png);}
.rankingList li.no4:before{content:url(//www.tabione.comimg/top/iconRank04.png);}
.rankingList li.no5:before{content:url(//www.tabione.comimg/top/iconRank05.png);}
.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;}

.faq dt {
	  margin-top: 25px;
	  font-weight: bold;
	}
	.faq dd {
	  margin: 10px 0 0;
	}
	/* 疑似要素でQとAを表示 */
	.faq dt:before,
	.faq dd:before  {
	  display: inline-block;
	  margin-right: 5px;
	  width: 25px;
	  height: 25px;
	  line-height: 25px;
	  text-align: center;
	  color: #FFF;
	  font-weight: normal;
	  border-radius: 50%;
	  font-size: 22px;
	}
	.faq dt:before {
	  content: 'Q';
	  background-color: #87CEFA;
	}
	.faq dd:before {
	  content: 'A';
	  background-color: #FF8C00;
	}

/*全国旅行支援*/

.shien .plan {
	margin:15px 0;
    border: solid #021832 2px;
}
.shien .plantit{
	padding: 8px 0;
    text-align: center;
    background-color: #021832;
    color: #FFF;
}
.shien .plantit a{
	font-size:16px;
	color:#FFF;
}
.shien .ph_left{
	width: 170px;
	margin:10px;
	float:left;
}
.shien .ph_left img {
    width: 170px;
    height: 160px;
    object-fit: cover;
}
.shien .right_cate{
	width:calc(100% - 190px);
	float:left;
	margin:5px 0 0 0px;
}

.shien .tourPoint{
	background:url(../../img/category/2009churaumi/iconPoint.png) no-repeat left;
	background-size: 40px auto;
	padding:8px 0px 8px 45px;
	font-weight:bold;
	margin-bottom:8px;
}
.shien ul.tourIcon{
	display: flex;
	flex-wrap: wrap;
}
.shien .tourIcon li{
	margin-right:8px;
	padding: 8px;
	line-height:1.2em;
	text-align:center;
	color:#333333;
	-moz-box-shadow: 1px 1px 1px #999;
	-webkit-box-shadow: 1px 1px 1px #999;
	border-radius: 3px;  
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
	box-shadow: 1px 1px 0px #999;
	-moz-box-shadow: 1px 1px 0px #999;  
	-webkit-box-shadow: 1px 1px 0px #999;
	background:#a0a0a0;	
	color:#fff;
}
.shien .tourIcon li.special {
    background: #c00;
}
.shien .platxt{
	margin:8px 0;
}
.shien .plan .price {  
    float: left;
    color: #000;
    border: none;
}
.shien .plan .price span{
	color: #c00;
}
.shien .yoyakushosai{
    display: block;
    background: #f60;
    text-align: center;
    padding: 8px 50px;
    margin: 0 8px 15px 8px;
    color: #fff!important;
    font-weight: bold;
    font-size: 1.3em;
    border-radius: 5px;
    box-shadow: 0px 3px 0px #422703;
	letter-spacing: 3px;
	position:relative;
}
.shien a:hover.yoyakushosai{
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
.shien .yoyakushosai::before,
.shien .yoyakushosai::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.shien .yoyakushosai::before{
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #FFF;
}
.shien .yoyakushosai::after{
	left: 10px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #f60;
}
.shienimg　img{
	max-width:100%;
}
.shien .yoyaku{
	float:right;
	padding-right:13px;
}
@media only screen and (max-width: 767px){
.shien .plan{
	position:relative;
}
.shien .plantit{
    text-align: left;
}

.shien .plan{
    display: flex;
    flex-wrap: wrap;
}
.shien .plantit {
    width: 100%;
}
.shien .right_cate {
    width: calc(100% - 190px);
}
.shien .plan .price span {
    font-size: 200%;
    font-weight: 700;
    margin: 0 10px 0 0;
    color: #c00;
}

.shien .ph_left{
	width: 30%;
    margin: 10px auto 10px 10px;
    height: 90px;
    overflow: hidden;
	float:none;
}
.shien .ph_left img {
    width: 120px;
    height: 90px;
    object-fit: cover;
}
.shien .right_cate{
	width:100%;
	float:none;
	margin:5px;
}

.shien ul.tourIcon{
	position: absolute;
    right: 0;
    top: 75px;
    width: 65%;
    font-size: 0.8em;
}
.shien .tourIcon li{
	margin-right:5px;
	padding: 5px;
	margin-bottom: 5px;
}
.shien .plan .price span{
	color: #c00;
	font-size: 150%;
    font-weight: bold;
}
.shien .yoyakushosai{
    padding: 5px 40px;
    margin: 0 0 8px 8px;
    font-size: 1.2em;
    border-radius: 5px;
    box-shadow: none;
	letter-spacing: 0px;
}
.shien ul.tourIcon {
    position: static;
    width: 100%;
}
.shien .ph_left {
    width: 95%;
    margin: 10px auto;
height: auto;
}
.shien .right_cate {
    width: 100%;
}
.shien .ph_left img {
    width: 100%;
    height: 180px;
}
#popularSpot ul li {
    flex: 0 0 calc(50% - 7.5px);
}
}