@charset "utf-8";
.d-flex{
	display: flex;
}
.text-center{
	text-align: center;
}
#mainRight{
	width: 70%;
}
.container{
	max-width:1000px;
}


/*左サイド*/
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;
}


/*ランキング*/
.ranking h2.ttl,.new h2.ttl{
	font-size:1.2em!important;
	font-weight:bold!important;
	padding: 8px 0px 8px 35px;
	margin-bottom: 10px;
	border-bottom:none;
}
.ranking h2.ttl{
	background:url(../../img/top/iconRank.png) no-repeat left center;
    background-size: 25px auto;
}

.ranking .ranking-review{
	display:none;
}
.rankBox{
	display:flex;
	padding: 8px 0;
    border-bottom: 1px dotted #999;
}
.ranking-img {
    position: relative;
    flex: 0 0 32%;
    margin-right: 8px;
    height: 60px;
    overflow: hidden;
}
.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: 5px 10px;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
	background: #222;
	box-sizing: border-box;
	color:#fff;
}

.rankBox .ranking-mark.rank01 {
	background: url(../../ib/img/top/lab_rank01.png) no-repeat ;
	background-size: 100% auto;
}
.rankBox .ranking-mark.rank02 {
	background: url(../../ib/img/top/lab_rank02.png) no-repeat ;
	background-size: 100% auto;
}
.rankBox .ranking-mark.rank03 {
	background: url(../../ib/img/top/lab_rank03.png) no-repeat ;
	background-size: 100% auto;
}

/*新着ツアー*/
.new{
	margin:40px 0;
}
.new h2.ttl{
	background:url(../../img/top/iconNew.png) no-repeat left center;
	background-size: 25px auto;
}

.allPlan{
	width:80%;
	margin:15px auto;
}

.allPlan a{
	display:block;
	background:#f90;
	color:#fff;
	text-align: center;
	padding:12px 0;
}
.main-image{
	position: relative;
}
.main-image h1{
	position: absolute;
	left: 2%;
	top: 10px;
	z-index: 5;
}
.main-image h1 img {
    width: 260px;
}
.main-slide{
	height:400px ;
	overflow: hidden;
}
.main-slide li div{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 400px;
}
.main-slide img{
	position: absolute;
	width: 100%;
}

.main-content{
	max-width: 1000px;
	margin: auto;
	display: flex;
	font-family: 'Noto Serif JP', serif;
	font-size: 1rem;
}
div#sidebar{
	flex: 0 0 25%;
	width: 25%;
	margin-right: 20px;
}

.searchDate,.selectTime{
	position: relative;
	background: #f3f3f3;
	margin: 30px 0;
	padding:30px 20px 20px 20px;
}
.tourTtl{
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -15px;
    display: inline;
    text-align: center;
    font-size: 1.1rem;
}
.cruiseTime{
	display: flex;
	justify-content: space-around;
	padding: 30px 20px 20px 20px;
}
.cruiseTime li{
	flex: 0 0 23%;
	position: relative;
}
.cruiseTime li a{
	display: block;
    background: #fff;
    text-align: center;
    padding: 30px 0 20px;
    border-radius: 5px;
}
.cruiseTime span {
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    margin: auto;
    text-align: center;
    z-index: 5;
}
.cruiseTime li:nth-child(2) span{
	top: -30px;
}
.f_post {
    display: flex;
    align-items: center;
}
.searchBtn {
    margin-left: 30px;
}
.searchBtn button {
    background: #f90;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
ui-datepicker-div {
    z-index: 10!important;
}
.ttl-menu{
	text-align: center;
	position: relative;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	margin: 30px 0;
}
.ttl-menu:before, .ttl-menu:after {
    border-top: 1px solid #333;
    content: "";
    flex-grow: 1;
}
.ttl-menu:before{
    margin-right: 1rem;
}
.ttl-menu:after {
    margin-left: 1rem;
}
.bn-area{
	justify-content: space-between;
}
.bn-area a{
	flex: 0 0 48%;
	display: block;
	position: relative;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	border-radius: 50px;
}
.bn-area a:before {
    content: '';
    position: absolute;
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
}
.anchor-menu {
    margin:40px 0;
}
.anchor-menu ul {
    justify-content: space-around;
}
.anchor-menu li {
    width: 32%;
}
.anchor-menu li a {
    text-align: center;
    width: 100%;
    display: block;
    padding: 10px 0;
    background: #eee;
}
.anchor-menu li:last-child a{
	border-right: none;
}
.link-c{
	background:#25337D ;
}
.link-l{
	background: #01A3C3;
}
.cruise-table table,.cruise-table table th,.cruise-table table td{
	border: 1px solid #999;
}
.cruise-table table th,.cruise-table table td{
	padding: 10px;
	font-size: 0.9rem;
}
.cruise-table table th{
	background: #eee;
}
.cruise-table table td:first-child{
	width: 18%;
}
.cruise-table table td:nth-child(2){
	width: 16%;
}
.cruise-table table td:nth-child(3){
	width: 35%;
}
.cruise-table table td:nth-child(4){
	width: 10%;
}
.cruise-table table td:last-child{
	width: 20%;
}
.cruise-table table a,.plan-link a{
	background: #f90;
	color: #fff;
	padding: 10px;
    border-radius: 5px;
    display: block;
    text-align: center;
	font-size: 0.88em;
}

.ship-cont{
	background: #f3f3f3;
    padding: 20px;
    box-sizing: border-box;
    margin: 50px 0;
}
.ship-image {
    margin-bottom: 50px;
}
.ship-image img,.route img{
    width: 100%;
}
.ship-cont h2{
	font-size: 1.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 8px;
}
.ship-cont h3{
	background: #333;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin: 20px 0;
}
.slick-prev {
    left: 25px!important;
}
.slick-next{
	right: 25px!important;
}
.cruise-time{
    justify-content: center;
    margin: 20px 0;
}
.cruise-time.text-center span {
    border: 1px solid #333;
    padding: 8px 20px;
    margin: 20px auto;
}
.plan-list{
	justify-content: space-between;
	flex-wrap: wrap;
}
.plan-cont{
	flex: 0 0 49%;
	border-radius: 5px;
	background: #fff;
	margin-top: 15px;
	border: 2px solid #ddd;
    padding: 20px;
    box-sizing: border-box;
}
.plan-cont h4{
	margin-bottom: 8px;
	font-size: 1.1rem;	
}
.plan-cont img{
	width: 100%;
}
.plan-price{
	margin-top: 10px;
	font-weight: bold;
}
.plan-menu{
	font-size: 0.9rem;
}
.plan-link {
	margin: 10px auto 0;
}

.cruise-time-l{
	padding: 20px;
    border: 1px solid #666;
    margin: 20px;
}
.cruise-time-l dl{
	margin-bottom: 5px;
}
.route {
    margin-top: 30px;
}
.spot ul{
	flex-wrap: wrap;
	justify-content: space-between;
}
.spot li{
	flex: 0 0 49%;
	margin: 15px 0;
}
.spot li h3{
	margin: 8px 0;
}
.faq dd {
    padding: 8px;
}
.faq dt {
    background: #eee;
    padding: 8px;
    font-weight: bold;
}
.cruise-season .season-cont a{
	display: flex;
	border: 1px solid #999;
	padding: 15px;
}
.season-img{
	flex: 0 0 30%;
	margin-right: 20px;
}
.season-img img{
	width: 100%;
}
.season-text h3{
	font-size: 1.1em;
}
.season-text p{
	margin: 10px 0;
}
.season-price{
	color: #c00;
	font-weight: bold;
	font-size: 1.1em;
}
@media screen and (max-width: 768px) {
	.main-image{
		height: 220px;
	}
	.main-image h1 img {
    	width: 150px;
	}
	.main-slide li div{
		height: 220px;
	}
	.main-slide img {
	    min-height: 220px;
	}
	.topComment {
	    font-size: 0.9em;
	    padding: 5px;
	}
	.selectTime{
		padding: 30px 10px 10px 10px;
	}
	.cruiseTime{
		padding: 30px 0px 0px 0px;
		flex-wrap: wrap;
	}
	.cruiseTime li {
	    flex: 0 0 48%;
	    margin-bottom: 30px;
	}
	.bn-area a{
		width: 49%;
	}
	.bn-area a:before{
		right: 10px;
	}
	.cruise-table table th, .cruise-table table td{
		padding: 5px;
    	font-size: 0.75rem;
	}
	.ship-image{
		width: 100%;
		margin-bottom: 30px;
	}
	.plan-list{
		flex-direction: column;
	}
	.plan-price{
		font-size: 1.1rem;
	}
	.plan-menu span {
	    display: block;
	}
	.cruise-time-l{
		margin: 20px 0;
	}
	.ship-cont h2{
		font-size: 1.2rem;
	}
	.spot{
		margin: 20px 0;
	}
	.spot li {
	    flex: 0 0 44%;
	    margin: 15px;
	}
	.spot li:nth-child(odd) {
	    margin-right: 0;
	}
	.cruise-table table{
		margin: 10px;
	}
	.table-ship td {
	    border-bottom: none;
	    font-weight: bold;
	}
	.table-time td {
	    border-top: none;
	    border-bottom: 1px dotted #666;
	    font-weight: bold;
	}
	.table-data td:first-child {
	    width: 50%;
	}
	.table-data td:nth-child(2) {
	    width: 20%;
	}
	.cruise-season a{
		flex-direction: column;
	}
	.season-img{
		width: 80%;
		margin:0 auto 10px;
	}
	.main-slide{
		height: auto;
	}
	.ttl-menu{
		font-size: 1.2rem;
	}
	.cruise-table table td:first-child {
    	width: 18%;
	}
	.cruise-table table td:nth-child(2) {
    	width: 17%;
	}
	.cruise-table table td:nth-child(3) {
    	width: 20%;
	}
	.cruise-table table td:last-child {
    	width: 25%;
	}
	.cruise-time.text-center span {
    border: 1px solid #333;
    padding: 8px 20px;
    margin: 20px auto;
}
}