﻿@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;
	
}

.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;
}
/*introduction*/
.introduction{
}
.introInner{
	display:flex;
}
.introText{
	flex:0 0 500px;
}
.introImg img {
    width: 100%;
    height: auto;
}
/*メニュー*/
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%;
}

/*ツアーbox*/
.notice {
    margin: 15px 0;
    padding: 8px;
    border-top: 1px solid #c00;
    border-bottom: 1px solid #c00;
}
.notice p {
    font-weight: bold;
    color: #c00;
}
.select_season ul {
    display: flex;
    justify-content: space-around;
    padding: 15px 0;
}
.select_season li {
    width: 100%;
    text-align: center;
}
.select_season a {
    display: block;
    padding: 10px 0;
    border-radius: 5px;
    font-weight: bold;
    color: #000;
}
.select_season li:first-child a {
    background: #eee;
    margin-right: 15px;
}
.select_season li:last-child a {
    background: #f9d3e4;
}
.select_season li i{
	margin-left:8px;
}
#planList h2,.hikakutit{
	background:#fff!important;
	color:#86B72B!important;
	font-weight:bold;
	border:none!important;
	margin:30px auto 15px;
	text-align: center;
	font-size: 1.5em !important;
}
#planList h3{
	background: #eee;
    padding: 8px 15px;
    margin-bottom: 15px;
    font-size: 1.2em;
}
#planList h3#plan_spring{
	background:#f9d3e4;
}
#planList h2 span{
	font-weight:bold;
}
#planList h2 i{
	margin-right:8px;
}
.planBox{
	position: relative;
	margin: 0px auto 20px;
	border:#eee 1px solid;
	border-top:#A1D446 8px solid;
	box-shadow: 0px 2px 6px rgba(80,80,80,0.5);
    -moz-box-shadow: 0px 2px 6px rgba(80,80,80,0.5);
    -webkit-box-shadow: 0px 2px 6px rgba(80,80,80,0.5);
    -o-box-shadow: 0px 2px 6px rgba(80,80,80,0.5);
    -ms-box-shadow: 0px 2px 6px rgba(80,80,80,0.5);
	    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
	padding:10px 5px;
}
.special-plan{
	background: red;
    color: white;
    position: absolute;
    right: 10px;
    top: -10px;
    padding: 5px 10px;
}
.planBox .tourImg{
	width:34%;
	float:left;
	margin-right:12px;
	margin-bottom: 10px;
}
.planBox .tourImg img{
	width:100%;
}
.planBox dl{
	float:left;
	width:63%;
	margin-bottom:8px;
}
.planBox dl dt{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:5px;
	line-height: 1.3em;
}
.company {
    display: block;
    font-size: 0.9em;
    color: #999;
}
.planBox dl dd{
	margin:5px 0;
	line-height:1.2em;
}
.planBox dl dd span{
	font-size:0.9em;
	background:#666;
	color:#FFFFFF;
	padding:3px;
	margin-right:5px;
	margin-bottom:3px;
	display: inline-block;
}

.planBox .tourPrice{
	font-size:2.0em;
	font-weight:bold;
	color:#F33930;
}
.normal-price{
	font-weight:normal;
	color:black!important;
	font-size:0.8em!important;
	background:none!important;
}

.reserveBtn{
	background:#f90;
	border-radius:5px;
	padding:10px 0;
	text-align:center;
	width:60%;
	margin:8px auto;
	clear:both;
}
.reserveBtn a i{
	margin-left:5px;
}
.reserveBtn a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	display:block;
}
.reserveBtn a:link,.reserveBtn a:visited{
	color:#fff!important;
}
.reserveBtn:hover{
	opacity:0.8;
}

/*比較表*/
.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{
	border-collapse: collapse;
}

.hikaku td{
	text-align:center;
	border:solid 1px #514f51;
	padding: 5px 2px;
    line-height: 1.3em;
}

.hikaku_t{
	padding-top:5px;
	background:#EFE4B0;
	font-weight:bold;
	text-align: center;
}

.tourname{
	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 1em;
  	color: #000;
  	background: #fffde6;
  	border-left: solid 5px #EFE4B0;
  	font-size:130%;
  	margin-bottom: 15px;
}
/*立ち寄り場所*/
.sight {
    display: flex;
    flex-wrap: wrap;
}
.cnAsahiyamaSp{
	margin: 0 8px 8px 0;
    flex: 0 0 32.5%;
	border: 1px solid #999;
    padding: 8px;
}
.cnAsahiyamaSp:nth-child(3n){
	margin: 0 0 8px 0;
}
.cnAsahiyamaSp dl dt{
	text-align:center;
	font-weight:bold;
	color:#5f5f5f;
	padding:5px 0;
}
.cnAsahiyamaSp dl dd{
	margin:5px;
}
.cnAsahiyamaSp dl .txt{
	margin:0 5px!important;
	padding: 5px 0;
    line-height: 1.2em;
}

.cnAsahiyamaSp img{
	height:100px;
}
/*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;
	padding:3px 8px;
	margin-right:5px;
	font-size:12px;
	font-weight:bold;
}
#QandA dt:before{
	content:"Q";
	background:#666;
	color:#FFFFFF;
}
#QandA dd:before{
	content:"A";
	background:#EFE4B0;
	color:#000; 
}

/*アクセス方法*/
#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%;
}

.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;
}
.spot ul {
    display: flex;
    flex-wrap: wrap;
}
.spot li {
    flex: 0 0 48.5%;
    padding: 15px;
    background: #eee;
    margin: 5px;
    box-sizing: border-box;
}
.spot_img{
	flex: 0 0 30%;
    height: 200px;
    overflow: hidden;
}
.spot_img img{
	width:100%;
}
.spot_text h3 {
    font-size: 1.2em;
    margin: 8px 0;
    text-align: center;
}

@media only screen and (max-width: 767px){

.shien .ph_left img {
    width: 170px;
    height: 160px;
    object-fit: cover;
}

.shien .ph_left img {
    width: 120px;
    height: 90px;
    object-fit: cover;
}
#planList_shien h2,.hikakutit{
	background:#86B72B!important;
	color:#fff!important;
	font-weight:bold;
	border:none!important;
	margin:30px auto 15px;
	text-align: center;
	font-size: 1.5em !important;
}
#planList_shien h2 span{
	font-weight:bold;
}
#planList_shien h2 i{
	margin-right:8px;
}	