@charset "utf-8";
/* ============================= 共通 =============================  */

* { 
	padding: 0px;
	margin: 0px;
	border: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

li { list-style-type: none;}

p,li,ul,dl,dt,dd{
	margin:0;
	padding:0;
}
a { text-decoration:none; color: #333; overflow: hidden;}

a:hover {
	color:#F60;
}

/*見出し*/
.mainIslandCont h2{
	margin-top:30px;
	margin-bottom:8px;
	border-top:5px solid #666;
	border-bottom:5px solid #666;
	padding:15px 0;
	text-align:center;
	font-size:2em;
	background:#fff;
	font-family: YuGothic, 游ゴシック, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#pageNav{
	margin:10px 0;
}
#pageNav ul {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}
#pageNav ul li {
    display: table-cell;
    float: none;
    vertical-align: middle;
    padding: 10px 0;
    text-align: center;
    font-size: 1.2em;
    border-right: 1px solid #666;
}
#pageNav ul li i{
	margin-left:5px;
}
#pageNav ul li:last-child {
	border-right:none;
}
.mainIslandCont #tourData h2{
	border:none;
	padding:0;
	font-size:1.5em;
}
#tourData p{
	font-size:1.2em;
}
#tourData table{
	width:98%;
	margin:8px auto;
}
#tourData table tr {
    border-bottom: 1px dotted #666;
}
#tourData table th{
	width:22%;
	background:#eee;
	text-align:center;
	vertical-align:middle;
}
#tourData table td{
	padding:5px;
	padding:8px 5px;
}

#tourData table span{
	font-weight:bold;
	color:#FF0000;
	font-size:1.2em;
}
#tourData table a{
	background: #f90;
    color: #fff;
    text-align: center;
    width: 60%;
    margin: 8px auto;
    padding: 8px 0;
}
/*リード*/
#leadtxt{
	margin-top:20px;
}
#leadtxt h3{
	font-size:1.4em!important;
	color:#333!important;
	border-bottom:6px #999 solid!important;
	margin-bottom:8px;
	position:relative;
	padding-bottom:5px!important;
}
#leadtxt h3:after{
	border-bottom:6px #ffcc33 solid;
	bottom:-6px;
	left:0;
	width:20%;
	content:"";
	display:block;
	position:absolute;
}
.leadtxtCont{
	padding:8px 15px;
	clear:both;
}
#leadtxt .leadImg{
	float:left;
	margin:0px 8px 0px 0px;
}
#leadtxt .leadCont{
	float:left;
	width:470px;
}
#leadtxt .leadCont {
	line-height:1.3em;
	font-size:1.1em;
}

#leadtxt .leadCont p{
	font-size:1.1em;
	line-height:1.4em;
}
.tab-area{
	display: flex;
	justify-content: center;
	margin-top:20px;
}
.tab{
	padding: 10px 0;
    text-align: center;
    cursor: pointer;
    border: 2px solid #666;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    flex: 0 0 49%;
    font-size: 1.1em;
    font-weight: bold;
    position: relative;
}
.tab.comingsoon:before{
	position: absolute;
    background: rgba(169,169,169,0.7);
    content: 'coming soon';
    color:#fff;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    padding: 8px 0;
    box-sizing: border-box;
    font-size:1.2em;
}
.tab.active{
	border-bottom:2px solid #FFF;
}
.tab-content{
	display: none;
	border-left: 2px solid #666;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    padding: 10px;
}
.tab-content.show{
	display: block;
}
#courseMap .courseMapInner p{
	width:632px;
	margin:8px auto;
}

#courseMap dl{	
	width:84%;
	margin:8px auto;
	font-size:1.3em;
}
#courseMap dl dt{
	width:30%;
	float:left;
	padding:3px 0px;
}
#courseMap dl dd{
	width:70%;
	float:left;
	padding:3px 0px;
}

.reserveBtn{
	width:80%;
	margin:10px auto;
}
.reserveBtn a{
	display:block;
	background:#FF9900;
	color:#fff!important;
	padding:8px 0;
	border-radius:5px;	
	text-align:center;
	font-size:1.2em;
	box-shadow: 0 5px 0 rgba(102,102,102,1);
	transition: all .25s ease;
}
.reserveBtn a:hover{
	    box-shadow: none;
    transform: translate3d(0, 3px, 0);
}
.reserveBtn a i{
	margin-left:5px;
}
#sightseeing ul li{
	border:1px #999 solid;
	padding:8px;
	box-sizing:border-box;
	margin-bottom:8px;
	width:100%;
	font-size:1.2em;
}
#sightseeing ul li h3{
	color:#666;
	border-bottom:1px dashed #999;
	text-align:center;
	font-size:1.4em;
	margin-bottom:5px;
}
#sightseeing ul li:nth-child(odd){
	margin-right:8px;
}
#sightseeing ul li .sightImg{
	float:left;
	width:40%;
	margin-right:8px;
}
#sightseeing ul li .sightText{
	float:left;
	width:57%;
}
#sightseeing ul li img{
	width:100%;
}

.mainIslandCont h2{
	padding:12px 0;
	font-size: 1.4em;
}
#pageNav ul li,#tourData p{
	font-size:1em;	
}
.mainIslandCont #tourData h2{
	border:none;
	padding:0;
	font-size:1.2em;
}


.leadtxtCont{
	padding:8px;
}
#leadtxt .leadImg{
	float:none;
	width:80%;
	margin:8px auto;
}
#leadtxt .leadImg img{
	width:100%;
}
#leadtxt h3{
	font-size: 1.1em!important;
	background:none;
}
#leadtxt .leadCont{
	float:none;
	width:inherit;	
}
#leadtxt .leadCont p{
	font-size:1em;
	line-height:1.2em;
}

#courseMap .courseMapInner{
	height:auto;
}
#courseMap .courseMapInner p{
	width:100%;
}
#courseMap dl{	
	width:96%;
	margin:8px auto;
	font-size:1em;
}
#courseMap dl dt{
	width:40%;
}
#courseMap dl dd{
	width:60%;
}
#courseMap .reserveBtn{
	width:90%;
}
.reserveBtn a{
	font-size:1.1em;
	font-weight:bold;
}
#sightseeing ul li{
	width: 96%;
	margin: 0px auto 8px;
	float:none;
	font-size:1em;
}
#sightseeing ul li h3{
	background:none;
	padding:0;
	margin-top:0;
	font-size: 1.1em;
}
#sightseeing ul li .sightImg{
	float:none;
	width:80%;
	margin:0px auto 5px;
}
#sightseeing ul li .sightText{
	float:none;
	width:100%;
}
/*検索部分*/
#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 {
    float: none!important;
    margin-left: 15px;
    font-weight: bold;
}
.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;
}
