﻿@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:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 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;
	}

.crumb{
	width: auto;
	margin-bottom:8px;
	padding:8px 0;
}
.ttl{
	font-family: YuGothic, 游ゴシック, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2.style_h2{
	text-align: center;
	font-size:25px;
	margin:30px 0 15px;
}

article{
	width:1000px;
	margin:0 auto;
}

div#sidebar {float:left; width:28%;margin-right:8px;}
#mainRight{width:70%;float:right;}
/*左サイド*/
/*左カラム*/
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;
}

/*メニュー*/
nav.pageLink{
	margin:10px 0;
}
.pageLink ul {
    display: flex;
    justify-content: space-between;
}
nav.pageLink ul li{
	text-align: center;
    padding: 5px 0;
    font-size: 1em;
    border-right: 1px solid #999;
    width: 100%;
}

nav.pageLink ul li:last-of-type{
	border-right:none;
}
nav.pageLink ul li a{
	text-decoration:none;
	color:#666666;
	padding: 10px 0;
    display: block;
	background:#fff;
}

nav.pageLink ul li i{
	margin-left:5px;
}
/*検索部分*/
#searchPlan .searchDate{
	float:left;
	width:58%;
	border:#333333 3px solid;
	font-size:13px;
}
#searchPlan .searchDate .searchDateTtl{
	background:#333333;
	text-align:center;
	padding:8px 0;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
}
#searchPlan .searchDate ul{
	border-bottom:1px solid #CCC;
	padding: 12px 0;
	display: flex;
    justify-content: space-around;
}
#searchPlan .searchDate ul li{
	text-align:center;
	border-bottom: 1px solid #ccc;
}

#searchPlan .searchDate ul li a{
	text-decoration:underline;
}
#searchPlan .chooseDate{
	padding: 12px 15px 30px;
}
#searchPlan .chooseDate p{
	font-weight:bold;
	margin-bottom:8px;
}
.chooseDate .input_date{
	float:left;
}
#searchPlan .chooseDate input{
	border:1px solid #eee;
}
#searchPlan .chooseDate img{
	vertical-align:middle;
	width: 25px;
    height: 25px;
	cursor:pointer;
}
#searchPlan .chooseDate button{
    padding: 5px 20px;
    text-align: center;
    cursor: pointer;
    background: #f90;
    border: none;
    color: #fff;
    margin-left: 15px;
}
#searchPlan .searchCondition{
	float:right;
	width:41%;
}
#searchPlan .searchCondition div{
	border:#333333 3px solid;
	position:relative;
	text-align:center;
	font-weight:bold;
}
.searchCondition div span{
	position:absolute;
	bottom:-25px;
	left:57px;
}

.searchCondition .linkRecommend,.searchCondition .linkPlace{
	width:49%;
	height:100px;
	float:left;
	margin-bottom:25px;
}
.searchCondition .linkRecommend a{
	display:block;
	height:100px;
	background:#FFF;
	background:url(../../img/category/2009churaumi/iconRecommend.png) no-repeat;
	background-position:50% 5%;
}

.searchCondition .linkRecommend p,.searchCondition .linkPlace p{
	padding-top:45px;
}
.searchCondition .linkRecommend{
	margin-right:5px;
	
}
.searchCondition .linkPlace{
	background:url(../../img/category/2009churaumi/iconPlace.png) no-repeat;
	background-position:50% 5%;
}
.searchCondition .linkQA{
	clear: both;
    margin-top: 20px;
    background: url(../../img/category/2009churaumi/iconQA.png) no-repeat;
    background-position: 10% 50%;
    padding: 8px 0 20px;
}
.searchCondition .linkQA p{
	padding-top:10px;
}
.searchCondition .linkQA span{
	left:45%;
}
/*about*/
#aboutChuraumi{
	position: relative;
    margin: 30px 0;
    border: 5px solid #009AFF;
    padding: 10px;
}
#aboutChuraumi h2{
	position:absolute;
	top: -15px;
    left: 0;
}
#aboutChuraumi span{
	position:absolute;
	right:10px;
	bottom:0px;
}
#aboutChuraumi p{
	padding: 30px 165px 0px 0px;
    line-height: 1.3em;
    font-size: 14px;
}
/*絞り込み*/
#select {
    margin: 15px auto;
	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;
}

/*ツアーbox*/
#planList [class*="hidden-"] {display: none!important;}
.plan{
	margin:15px 0;
	border:solid #0099ff 2px;
}
.shien .plan {
    border: solid #021832 2px;
}

.plantit{
	padding: 8px 0;
    text-align: center;
    background-color: #0099ff;
    color: #FFF;
}
.shien .plantit {
    background-color: #021832;
}
.plantit a{
	font-size:16px;
	color:#FFF;
}
.ph_left{
	width: 170px;
	margin:10px;
	float:left;
}
.shien .ph_left img {
    width: 170px;
    height: 160px;
    object-fit: cover;
}
.shien .yoyaku{
	float:right;
	padding-right:13px;
}
.right_cate{
	width: 470px;
	float:left;
	margin:5px 0 0 0px;
}

.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;
}
ul.tourIcon{
	display: flex;
	flex-wrap: wrap;
}
.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;
}
.tourIcon li.special {
    background: #c00;
}
.platxt{
	margin:8px 0;
}
.plan .price {  
    float: left;
    color: #000;
    border: none;
}
.plan .price span{
	color: #c00;
}
.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;
}
a:hover.yoyakushosai{
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
.yoyakushosai::before,
.yoyakushosai::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.yoyakushosai::before{
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #FFF;
}
.yoyakushosai::after{
	left: 10px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #f60;
}
/*比較表*/
.goList{
	border: #666 1px solid;
    border-radius: 50px padding:5px 17px;
    text-align: center;
    background: url(../../img/category/2009churaumi/iconArrowDown.png) no-repeat 95%;
    background-size: 18px 18px;
    border-radius: 50px;
    padding: 5px 0;
    width: 50%;
    margin: 8px auto;
}
.hikaku{
	margin-bottom:10px;
}
.hikaku table ,#accessInfo table{
	border-collapse: collapse;
}

.hikaku td,#accessInfo td{
	text-align:center;
	border:solid 1px #514f51;
	padding: 5px 2px;
    line-height: 1.3em;
}

.hikaku_t,#accessInfo th{
	padding-top:5px;
	background:#0099ff!important;
	color:#fff!important;
	font-weight:bold;
	border:solid 1px #514f51!important;
	text-align: center;
}

.tourname{
	background:#eee;
	font-weight:bold;
}
.hikakutitle{
	font-size:15px;
	line-height:22px;
	margin:5px 0;
	text-align:center;
}

/*ランキング*/
.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;
}

.allPlan{
	width:80%;
	margin:15px auto;
}

.allPlan a{
	display:block;
	background:#f90;
	color:#fff;
	text-align: center;
	padding:12px 0;
}
.infomation{
	margin:30px 0;
}
.infomation h2{
	padding: 0.5em;
  	color: #494949;
  	background: #eee;
  	border-left: solid 5px #0099ff;
  	font-size:130%;
  	margin-bottom: 15px;
}
/*立ち寄り場所*/
#dropIn p{
	margin:5px;
}
#dropIn ul li{
	float:left;
	width:32.4%;
	position:relative;
	margin:3px 3px;
	height: 150px;
    overflow: hidden;
}
#dropIn ul li img{
	width:100%;
	height:auto;
}
#dropIn ul li span{
	position:absolute;
	background-color: rgba(51,51,51,0.8);
	text-align:center;
	color:#FFFFFF;
	bottom:0;
	left:0px;
	width:100%;
	padding:8px 0;
	font-size:1.2em;
}

#dropIn ul li a:hover img{
	opacity: 0.5 ;
	
}
/*QA*/
#QandA dl{
	font-size:13px;
	line-height:1.5em;
	padding:10px 0;
}
#QandA dt{
	margin-bottom:5px;
	padding-bottom:5px;
}
#QandA dd{
	margin-bottom:10px;
	border-bottom:#999999 1px dotted;
	padding-bottom:5px;
}
#QandA dt:before,#QandA dd:before{
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	color:#FFFFFF;
	padding:3px 8px;
	margin-right:5px;
	font-size:12px;
	font-weight:bold;
}
#QandA dt:before{
	content:"Q";
	background:#666;
}
#QandA dd:before{
	content:"A";
	background:#0099FF; 
}

/*アクセス方法*/
#accessInfo>div{
    border-bottom: #5f5f5f 1px solid;
	margin:10px auto;
	padding:10px;
	overflow:hidden;
}
#accessInfo h3{
	font-size:120%;
	font-weight:bold;
	color: #666666;
	padding:0 0 5px 0!important;
}

#accessInfo .accessText{
	line-height:1.8em;
}
#accessInfo div .accessText span{
	color:#F00;
}
#accessInfo div .accessTable{
	float:left;
	width:50%;
	font-size:14px;
	line-height:1.8em;
}
#accessInfo div .accessMap{
	float:left;
	margin-left:15%;
}

/*水族館マップ*/
.cnChuraSp{
	margin:0 0 5px 3px;
	width:32.4%;
	display:inline-block;
	vertical-align:top;	
}

.cnChuraSp dl{
	padding:5px;  
    border: #5f5f5f 1px solid!important;
}
.cnChuraSp dl dt{
	text-align:center;
	font-weight:bold;
	color:#5f5f5f;
}
.cnChuraSp dl dd{
	margin:5px;
	font-size:0.9em;
}
.cnChuraSp dl .txt{
	margin:0 5px!important;
}

.cnChuraSp dl dd span{
	font-size:1.3em;
	color:#F60;
	margin-right:5px;
	font-weight:bold;
}

.calendar_list{
	display:flex;
}
.calendar_list table{
	flex:0 0 49.5%;
	border: 2px solid #999;
}
.calendar_list table:last-child{
	margin-left: 8px;
}
.calendar_list table th, .calendar_list table td {
    text-align: center;
    padding: 8px 0;
    border: 1px solid #999;
}
.calendar_list table td a {
    border-bottom: 1px solid #999;
}
.sunday{
	background:#f8d9d9;
}
.saturday{
	background:#f2f2f2;
}
.holiday{
	font-weight:bold;
	background:#f8d9d9;
}
.holiday a{
	color:#C00;
}
.holiday2{
	background:#f2f2f2;
	font-weight:bold;
}
.holiday2 a{
	color:#0808cf;
}
.bn_area_churaumi{
	width: 558px;
    margin: 6px auto;
}
.shien .plan.tktno {
    border: solid #069 2px;
}
.shien .tktno h3.plantit {
    background-color: #069;
}
.price {
	margin: 5px 0;
	text-align: right;
	color: #f3981c;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.price span {
	font-size: 200%;
	font-weight: 700;
	margin:0 10px 0 0 ;
	color: #f36a1c;
}
@media screen and (max-width: 767px) {
	.shien .ph_left img {
		width: 200px;
    	height: 100px;
	}
	.right_cate {
		width: 360px;
		float: left;
		margin: auto;
	}
	.ph_left {
		width: auto;
		margin: 10px 20%;
		float: initial;
	}
	.tourIcon li {
		margin-right: 3px;
		padding: 4px;
	}
	#searchPlan .searchDate {
		width: auto;
	}
	#searchPlan .searchCondition {
		float: inherit;
		width: auto;
	}
	#searchPlan .searchCondition div {
		margin-top: 5px;
	}
	.goList {
		width: 80%;
	}
	#aboutChuraumi p {
		padding: 0px;
		margin-top: 27px;
	}
	img.about_churaumi {
		visibility: hidden;
	}
	#dropIn ul li {
		width: 31.4%;
	}
	.bn_area_churaumi {
		width: auto;
	}
	#dropIn ul li span {
		font-size: unset;
	}
	.hikaku {
		display: none;
	}
	h2#hayami {
		display: none;
	}
	.cnChuraSp {
		width: 31.4%;
	}

}