﻿@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;
}
article{
	overflow: hidden;
}
article h3{
	border-bottom:none;
}
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;
	}
#mainRight h2{
	padding-left:35px;
	margin-left:5px;
	margin-bottom:15px;
}
.crumb{
	width: auto;
}
#crumbsList li{
	border-right:none!important;
}
h2.ttl,#main_r p.toph,#main_r p.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:8px 0!important;
	margin-bottom:8px;
}
h2.ttl:after,#main_r p.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);
}
.goList {
    border: #666 1px solid;
    text-align: center;
    background-size: 18px 18px;
    border-radius: 50px;
    padding: 8px 0;
    width: 90%;
    margin: 8px auto;
}
.pageLink ul {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	margin:8px 0;
}
.pageLink ul li{
	flex:0 0 50%;
	text-align:center;
	border-right:1px #666 solid;
	padding:5px 0;
	text-decoration:underline;
}
.pageLink ul li:nth-child(2n){
	border-right:none;
}

/*プラン一覧を非表示*/
#planSearch{
	display:none;
}

/**/
#planList .ttl_area {
    color: #000;
    margin: 15px 0px;
    font-size: 1.2em;
    background: #eee;
    padding: 8px;
}
#attraction {
	padding:5px;
	clear:both;
}
#attraction h3,#searchPlan h3{
	color:#006;
	font-size:1.1em;
	/*background: none;*/
    border-bottom: none;
    font-weight: bold;
}
#attraction p{
	margin-bottom: 10px;
}
#popularSpot{
	margin-top:20px;
}
#popularSpot ul{
	margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    padding: 13px 0 13px 0;
}
#popularSpot ul li{
	width: 50%;
    position: relative;
    flex: 0 0 48%;
}
#popularSpot ul li:nth-child(odd) {
    margin-right: 15px;
}

#popularSpot ul li h3{
	text-align:center;
	font-size:1.1em;
	color:#fff;
	background:#003;
	padding:5px 0;
	position:relative;
	border-bottom:none;
}
#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:135px;
	-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:140px;
}
#popularSpot ul li a{
	text-decoration:none;
}
#popularSpot ul li a:hover img{
	text-decoration:none;
}
#popularSpot ul li .hoverText{
	display:none;
}

#searchPlan{
	margin-top:20px;
}
/*検索部分*/
#searchTour{
	width:98%;
	margin:8px auto;
	border:1px solid #666;
}
#searchTour h3{
	text-align: center;
	padding:8px 0;
	background:#666;
	color:#fff;
}
#searchTour ul {
    display: -webkit-flex;
    display: flex;
    padding: 5px 0;
}
#searchTour li {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    text-align: center;
    padding: 12px 0;
}
#searchTour li:first-child {
    border-right: 1px dotted #999;
}
#searchTour p {
    font-weight: bold;
    margin: 5px 0 5px 8px;
}
#keyword input[type="text"]{
	height: 30px;
}
.selectDateInner {
    padding: 0 12px 12px 12px;
}
#selectDateBox form button.searchDateBtn {
    padding: 5px 20px;
    background: #f90;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    display: block;
    margin: 8px auto;
    width: 50%;
}

#select {
	background: #fff;
    margin: 8px auto;
	width:96%;
	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;
	font-size:0.9em;
}
#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;
}
.searchBox{
    margin: 15px 10px;
    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{
	margin-bottom:10px;
}

.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;}
.bn_churaumi {
    padding: 0 10px;
}
#planList {
	width:100%;
}
#planList .planDetail {
	overflow: hidden;
	vertical-align:top;
	border:1px #999 dotted;
	padding:8px;
	border-top:5px #006 solid;
	width:98%;
	margin:8px auto;
}
#planList [class*="hidden-"] {display: none!important;}

.planDetail h3{
    font-size: 1.1em;
    padding: 5px 0 8px;
    box-sizing: border-box;
	line-height: 1.3em;
	color:#006;
	background:none;
	margin-top:0;
	border-bottom:none;
}
.planDetail .planImg{
    margin: 0 auto 8px;
    height: 180px;
    overflow: hidden;
    position: relative;
}
.planDetail .planImg span{
	position: absolute;
    background: #666;
    color: #fff;
    padding: 3px 5px;
    z-index: 5;
    top: 5px;
    left: 5px;
}
.planDetail .planImg img{
	margin: auto;
    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{
	margin-bottom:0;
	font-size:0.9em;
	width:100%;
}
.planDetail table td{
	padding:3px;
	border: 1px solid #666;
}
.planDetail table th{
	width:26%;
	border: 1px solid #666;
	vertical-align:middle;
	background: #eee;
}
.planDetail td span{
	font-weight: bold;
    font-size: 1.2em;
    color: #c00;
}
.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.3em;
	}
.planDetail .reserve a:hover{
	background:#FFCC99;
}

h2.ttl, #main_r p.toph, #main_r p.toph a{
	font-size:1.2em;
}
.recommend{
	margin:12px 0;
}
.recommend p{
	font-weight: bold;
	padding:3px 8px;
}
#imgSlider {
    display: flex;
}
#imgSlider li {
	padding:0 8px;
	flex: 0 0 50%;
    position: relative;
}
#imgSlider li img{
	width:100%;
	height:120px;
}
#imgSlider li span {
    font-size: 0.9em;
    padding: 2px;
    text-align: center;
    font-weight: bold;
}

.ranking h2.ttl,.new h2.ttl{
	font-size:1.2em!important;
	font-weight:bold!important;
	padding: 5px 0px 5px 35px;
	margin-bottom: 10px;
	border-left:none;
}
.ranking h2.ttl{
	background:url(../../img/topics/busTop/iconTtlParRank.png) no-repeat left center;
    background-size: 25px auto;
}

.ranking .ranking-review{
	display:none;
}
/*ランキング*/
.ranking h2.ttl,.new h2.ttl{
	font-size:1.2em!important;
	font-weight:bold!important;
	padding: 5px 0px 5px 35px;
	margin-bottom: 10px;
	border-left:none;
}
.ranking h2.ttl{
	background:url(../../img/topics/busTop/iconTtlParRank.png) no-repeat left center;
    background-size: 25px auto;
}

.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;
	width:100%;
}
.rankBox .price{
	text-align: right;
}
.rankBox .price span{
	font-size:110%;
	display:inline;
}

.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;
}
/*新着ツアー*/
.new{
	margin-top:40px;
}
.new h2.ttl{
	background:url(../../img/topics/busTop/iconTtlParNew.png) no-repeat left center;
	background-size: 25px auto;
}
.tour-ranking .right-box{
	padding-left: 8px;
}
.tour-ranking .thumbnail{
	width:150px;
}
.allPlan{
	width:80%;
	margin:15px auto;
}

.allPlan a{
	display:block;
	background:#f90;
	color:#fff;
	text-align: center;
	padding:12px 0;
}
.tour-ranking .list{
}
.tour-ranking .item{
	border-bottom: 1px dotted #999;
    margin-bottom: 5px;
	padding:0 10px;
	display: table;
    width: 100%;
    box-sizing: border-box;
}
.tour-ranking .item>a{
	display: block;
}
.tour-ranking .thumbnail{
	width: 30%;
	display: table-cell;
	vertical-align: top;
	height: 80px;
	margin: 0 7px 5px 0;
	background-position: center;
	background-size: cover;
}
.tour-ranking .ttl {
    color: #000;
    margin-top: 3px;
}
.tour-ranking .badge{
	width: 30%;
	padding: 6.5%;
}
.tour-ranking .right-box{
	position: relative;
    width: 68%;
    display: table-cell;
	vertical-align: top;
	padding: 0px 8px 8px 8px;
}
.tour-ranking .fee{
	color: #c00;
    font-weight: bold;
    text-align: right;
}
.tour-ranking .jpy{
	font-size: 1rem;
	font-weight: normal;
}
.tour-ranking .label{
	padding: 2px!important;
	font-size: 0.85em!important;
	background: #666;
	color: #fff;
    display: inline-block;
}
dl.faq dt,dl.faq dd{
	padding: 0 10px;
}
dl.faq dt:before,
dl.faq dd:before{
  font-size: 2em;
  margin-right: .5em;
}
dl.faq dt{
	font-weight: bold;
}
dl.faq dt:before{
  content:"Q";
  color: #223a70;
}
dl.faq dd:before{
  content:"A";
  color: #D30303;
}
dl.faq dd{
  border-bottom: 1px dotted #999;
  margin-left: 0;
}

/*全国旅行支援*/

.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:500px;
	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 8px 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;
	padding:0 5px;
}
.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 .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;
    width: 65%;
    font-size: 0.8em;
    margin-top: 15px;
}
.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 .planft {
    padding: 10px;
}
.flex {
    display: flex;
}
.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);
}
}