﻿@charset "utf-8";
article#special01 p.leadText{
	float:none;
	padding:5px;
}
#selectMenu {
    margin: 10px 0;
}


/*------スマホサイト------2016/11/25*/

/*検索BOX*/
.full_content .searchWrap .searchBox,.full_content .searchLink{
	width: 100%;
	float: none;
	margin-top: 10px;
}
.full_content .searchLink ul{
	justify-content: space-between;
}
.full_content .searchLink li{
	width: 48%;
    margin: 0 0 10px;
    padding: 10px 0;
}
.searchBoxW , .searchBoxW2{
	clear:both;
	width:95%;
	border: 1px solid #5f5f5f;
	border-radius:5px;
	margin: 0 auto 10px!important;
}
.searchBoxW #title , .searchBoxW2 h5{
	color:#fff!important;
	background-color:#5f5f5f!important;
	text-align:center;
	line-height:30px;
	float:none;
}
.searchBoxF dl,.searchBoxF dd{
	margin:0;
	padding:0;
}
.searchBoxW2 .searchBoxF dd{
	float:left;
}
.searchBoxF{
	padding:8px;
}

.searchBoxFsp .searchDetail dl{
	float:none!important;
	width:100%;
	clear:both;
	margin-bottom:3px;
}
.searchBoxFsp .searchDetail dl dt{
	margin-bottom:3px;
}
.searchBoxFsp input[type="image"]{
	width:100%!important;
	height:auto!important;
}
.searchBoxW2 .searchBoxFsp input[type="image"]{
	width:100%!important;
	height:auto!important;
}
.searchBoxF .searchDetail dl dt{
	font-weight:bold;
	margin-bottom:5px;
	font-size:1.2em;
	color:#CC4466;
}
.searchBoxF .searchDetail dd.searchDate{
	float:left!important;
	margin-right:3px;
}
.searchBoxF .searchDetail dd.searchDate select{
	padding:3px;
	margin-right:3px;
}
.searchBoxF p.searchBtn{
	float:none!important;
	clear:both;
	width:250px;
	height:30px;
	margin:0 auto;
}
.searchBoxW2 .searchBoxF p.searchBtn{
	float:left!important;
	width:100px;
	height:26px;
	margin:5px 0 0 10px;
}
.searchBoxW2 h6{
	border-bottom:1px #CCCCCC dotted;
}
.searchBoxW h6{
	border-bottom:1px #CCCCCC dotted;
}
article .searchKeyword{
	clear:both;
	margin-top:10px;
}
article .searchKeyword ul li{
	display:inline-block;
	*display: inline;  
    *zoom: 1;  
	margin:3px 5px;
	font-size:14px;
	padding-left:15px;
	background:url(../../img/category/hatobus/iconKeyword.png) no-repeat left;
}
.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    margin: 0 auto;
}
input[name="tab_item"] {
    display: none;
}
.tabs input:checked + .tab_item {
    background-color: #ff9900;
    color: #ffffff;
}
.tab_content p {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    background-color: #0046157d;
    color: #ffff;
    margin: 0px 0 5px 0;
    padding: 5px;
}
ul.tab {
    padding: 15px;
    display: flex;
    background-color: #195c2d;
}
p.comment {
    background-color: #e0e0e0;
    color: #000;
    border-bottom: 2px solid #799b83;
}
li.tabsplan {
    width: 50%;
}
li.tabsplan {
    margin: 0;
}

li.tabsplan:first-child {
    margin-right: 15px;
}
.arrow_u:after {
    content: '';
    position: absolute;
    right: 10px;
    top: -7px;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 8px;
    height: 8px;
    transform: rotate(135deg);
}
li.tabsplan a {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 5px 15px 5px 0;
}
ul.tabplan {
    display: flex;
}
.shienimg img {
    width: 100%;
}
article .searchKeyword ul li a{
	text-decoration:underline;
}
.searchBoxW input[type="text"] {
    padding: 5px!important;
    margin: 5px auto!important;
	height:30px!important;
	border:1px #CCCCCC solid;
}
/*ナビ*/
.pageNav ul{
	width:100%;
	display:table;
	margin:8px 0;
	border-collapse: separate; 
 	border-spacing: 0px 2px; 
}
.pageNav ul ol{
	display:table-row;
}
.pageNav ul li{
	display:table-cell;
	border-right:1px solid #666;
	text-align:center;
	padding:6px 0;
}
.pageNav ul li a{
	text-decoration:underline;
}
.pageNav ul li.brNone{
	border-right:none;
}
.pageNav ul li i{
	margin-left:3px;
}
/*カレンダー追加*/
.searchBoxW .selectDate2 input[type="text"]{
	height:18px!important;
	width:50px!important;
	border-radius:none!important;
	-webkit-border-radius:none!important;
    -moz-border-radius: none!important;
}
.searchBoxW .selectDate2 span{
	margin-right:5px;
}
.searchBoxW img.ui-datepicker-trigger{
	padding-top:3px;
}
.nearDate{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
	margin-bottom:8px;
}
.nearDate li{
	border-right:1px solid #666;
	text-align:center;
	-webkit-flex-grow:1; /* Safari */
  flex-grow: 1;
}
.nearDate li:last-child{
	border-right:none;
}
.nearDate li a{
	margin-right:8px;
	text-decoration:underline;
	font-size:1.1em;
}
.eventList dl{
	padding:8px;
}
.eventList dl dt,.eventList dl dd{
	display: inline-block;
	vertical-align: top;
	padding:3px 0;
}
.eventList dl dt{
	width:35%;
}
.eventList dl dt:before{
	font-family:"fontAwesome";
	content:"\f073";
	margin-right:5px;
}
.eventList dl dd{
	width:63%;
}
.eventList dl dd a{
	text-decoration: underline;
}
#searchPlan .searchCondition{
	float: none;
	width: 96%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
#searchPlan .searchCondition .linkRecommend, #searchPlan .searchCondition .linkPlace{
	width: 49%;
}
#searchPlan .searchCondition .linkQA{
	flex: 0 0 99%;
}
/*テーマから探す*/
section#thema {
    padding: 8px;
    justify-content: space-between;
}
.themaHokkaidoSp{
	width:49.3%;
	display:inline-block;
	vertical-align:top;
}

.themaHokkaidoSp a{
	text-decoration:none!important;
}
.themaHokkaidoSp dl{
	padding:5px 0;  
}
.themaHokkaidoSp dl dt{
	font-size:0.9em;
	display:block;
	position:relative;
	margin-bottom:5px;
	padding:0;
}
.themaHokkaidoSp dl dd{
	position:relative;
	text-align:center;
/*	padding:3px;*/
	background:#8f8f8f;
	color:#FFFFFF;
	opacity:0.92;
/*	left:2px;
	bottom:0px;*/
	z-index:1;
	padding:2px 0;
	font-weight:bold;
	top:-50px;
	margin-bottom:-35px;
}
.themaHokkaidoSp dl dd span{
	font-size:1.3em;
	color:#F60;
	margin-right:5px;
	font-weight:bold;
}
article#special01 h3.ttl{
	color:#fff!important;
	background-color:#22B14C;
	line-height:20px!important;
	border:none!important;
	margin:20px 0 5px 0!important;
	padding: 12px 8px;
}
article#special01.furano h3.ttl{
	background-color:#c39df0!important;
	color: #fff;
	line-height:20px!important;
	border:none!important;
	margin:0 0 5px 0!important;
	padding: 12px 8px;
}
.width95 {
	width:95%!important;
	margin:auto;
}
.width95 li {
    border-top: #5f5f5f 1px solid!important;
	border-bottom:none!important;
	padding:5px!important;
}
article#special01 #area05 span.mainText {
	color: #22B14C !important;
}
article#special01.furano #area05 span.mainText {
	color: #52238a !important;
}
/*バナー*/
.bnrArea{
	position: relative;
	clear:both;
	text-align:center;
	padding: 8px;
    width: 100%!important;
    box-sizing: border-box;
}
.bnrArea p{
	margin-bottom:5px;
	text-decoration:underline!important;
}
.bnrArea .bnCont li{
	display:table;
	width:100%;
	margin-bottom:5px;
	border: 1px solid #999;
}
.bnrArea .bnCont .bn_img{
	display:table-cell;
	width:25%;
}
.bnrArea .bnCont .bn_img img{
	width:100%;
	height:54px;
}
.bnrArea .bnCont .bn_text{
	display:table-cell;
	width:75%;
	background: #eee;
    color: #000;
    position: relative;
}
.bnrArea .bnCont .bn_text:after{
	position: absolute;
	content:'\f054';
	font-family: "fontAwesome";
	right:5px;
}
#QandA dl{
	font-size:13px;
	line-height:1.3em;
	padding:10px;
}
#QandA dt{
	
	margin-bottom:5px;
	padding-bottom:5px;
}
#QandA dd{
	margin-bottom:10px;
	border-bottom:#999999 1px dotted;
	padding-bottom:5px;
}
#QandA dt:before{
	content:"Q";
	background:#666;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	color:#FFFFFF;
	padding:3px 5px;
	margin-right:5px;
	font-size:12px;
	font-weight:bold;
}
#QandA dd:before{
	content:"A";
	background:#22B14C;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	color:#FFFFFF;
	padding:3px 5px;
	margin-right:5px;
	font-size:12px;
	font-weight:bold;
}
.furano #QandA dd:before{
	background:#c39df0!important;
}
/*マップ　2016.8.9*/	
article #hokkaidoMap {
	margin:0px auto;
	background:#FFF;
}

article #hokkaidoMap ul{
	background:url(../../img/pref_category/hokkaido_bus/mapBack.gif) no-repeat;
	background-size:100% auto;
	width:100%;
	height:330px;
	margin:0 auto;
	padding:0px auto;
	position:relative;
}
article #hokkaidoMap ul li a:hover img{
	opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
article #hokkaidoMap ul li.mapSapporo a{
	top: 183px;
	left: 77px;
}
article #hokkaidoMap ul li.mapShikotsuko a{
	top: 214px;
	left: 77px;
}
article #hokkaidoMap ul li.mapAsahiyama a{
	top: 121px;
	left: 142px;
}
article #hokkaidoMap ul li.mapFurano a{
	top: 152px;
	left: 142px;
}
article #hokkaidoMap ul li.mapAkan a{
	top: 152px;
	left: 302px;
}
article #hokkaidoMap ul li.mapAbashiri a{
	top: 102px;
	left: 262px;
}
article #hokkaidoMap ul li.mapBluelake a{
	top: 183px;
	left: 142px;
}
article #hokkaidoMap ul li.mapOtaru a{
	top: 178px;
	left: 20px;
}
article #hokkaidoMap ul li.mapShakotann a{
	top: 145px;
	left: 10px;
}
article #hokkaidoMap ul li.mapHakodate a{
	top: 264px;
	left: 33px;
}
article #hokkaidoMap ul li.mapTokachi a{
	top: 212px;
	left: 212px;
}
article #hokkaidoMap ul li{
	display:block;	
}
article #hokkaidoMap ul li a{
	position:absolute;
	display:block;
	opacity:0.9;
	padding:3px 10px;
	text-decoration:none;
	color:#FFF!important;
	background:#336DD2;
	background-position:5%;
	font-size:115%;
	letter-spacing: 0.5px;
}
article #hokkaidoMap ul li i.fa{
	margin-left:8px;
}
article #hokkaidoMap ul li a:hover{
	background:#999;
}
/*選択するボタン*/
section#selectMenu ul{
	display: -webkit-flex;
 	display: flex;
	border-bottom:#999 1px solid;
	border-top:#999 1px solid;
	flex-wrap: wrap;
}
section#selectMenu ul li{
	-webkit-flex:1 1 24.5%;
    flex:1 1 24.5%;
	text-align:center;
	line-height:1.3em;
	border-right:#999 1px dotted;
}
section#selectMenu ul li a{
	padding:10px 0;
	margin:3px;
	color:#5f5f5f!important;
	text-decoration:none;
	position: relative;
	vertical-align: middle;
	font-size: 0.8rem;
	font-weight:bold;
}
section#selectMenu ul li:last-child{
	border-right:none;
}

section#selectMenu ul li a::before,
section#selectMenu ul li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
section#selectMenu ul li a::before{
	left: 50%;
	top:80%;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-top: 4px solid #5f5f5f;
}
.cnHokkaidoSp{
	margin:0 0 5px 3px;
	width:48%;
	display:inline-block;
	vertical-align:top;
}
.cnHokkaidoSp dl{
	padding:5px;  
    border: #5f5f5f 1px solid!important;
}
.cnHokkaidoSp dl dt{
	text-align:center;
	font-weight:bold;
	color:#5f5f5f;

}
.cnHokkaidoSp dl dd{
	margin:5px;
	font-size:0.9em;
}
.cnHokkaidoSp dl .txt{
	margin:0 5px!important;
}
.cnHokkaidoSp dl dd.period{
	text-align:center;
	padding:3px;
	background:#999;
	color:#FFFFFF;
	margin-bottom:3px;
}
.cnHokkaidoSp dl dd span{
	font-size:1.3em;
	color:#F60;
	margin-right:5px;
	font-weight:bold;
}
.cnHokkaidoSp .btn{
	display:block;
	clear:both;
	position: relative;
}
.cnHokkaidoSp .btn a{
	background:#22b14c;
	display:block;
	border-radius:5px;
	padding:10px 0;
	font-weight:bold;
	text-decoration:none;
	width:90%;
	margin:5px auto;
	text-align:center;
	color:#FFF!important;
	position: relative;
}
.furano .cnHokkaidoSp .btn a{
	background:#c39df0!important;
}
.cnHokkaidoSp .btn a:hover{
	background:#FCC;
}
.content h3.ttl{
	font-size: 1.1em !important;
	width: 92%;
}
/*ツアーランキング*/
.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;
}
.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;
}
/*全てのプランを見る*/
.hokkaidoOtherPlan{
    display: block;
    font-size: 12px;
    border: #666666 1px solid;
    padding: 8px;
    width: 70%;
    text-align: center;
    margin: 8px auto;
    text-decoration: none;
	clear:both;
	float:none!important;
}
/*見どころからツアーを探す*/
.cnHokkaidoSp{
	margin:0 0 5px 3px;
	width:48%;
	display:inline-block;
	vertical-align:top;
}
.cnHokkaidoSp dl{
	padding:5px;  
    border: #5f5f5f 1px solid!important;
}
.cnHokkaidoSp dl dt{
	text-align:center;
	font-weight:bold;
	color:#5f5f5f;

}
.cnHokkaidoSp dl dd{
	margin:5px;
	font-size:0.9em;
}
.cnHokkaidoSp dl .txt{
	margin:0 5px!important;
}
.cnHokkaidoSp dl dd.period{
	text-align:center;
	padding:3px;
	background:#999;
	color:#FFFFFF;
	margin-bottom:3px;
}
.cnHokkaidoSp dl dd span{
	font-size:1.3em;
	color:#F60;
	margin-right:5px;
	font-weight:bold;
}
.cnHokkaidoSp .btn{
	display:block;
	clear:both;
	position: relative;
}
.cnHokkaidoSp .btn a{
	background:#22b14c;
	display:block;
	border-radius:5px;
	padding:10px 0;
	font-weight:bold;
	text-decoration:none;
	width:90%;
	margin:5px auto;
	text-align:center;
	color:#FFF!important;
	position: relative;
}
.furano .cnHokkaidoSp .btn a{
	background:#c39df0!important;
}
.cnHokkaidoSp .btn a:hover{
	background:#FCC;
}
.ban_season{
	margin: 10px auto;
    width: 96%;
    padding: 20px 0;
}

.ban_season .season_ttl{
	float:left;
	width:32%;
	color:#fff;
	height:60px;
	padding:5px 8px;
	box-sizing: border-box;
	font-weight:bold;
	font-size:1em;
}
.ban_season .season_ttl p{
	display:inline-block;
	vertical-align: middle;
	line-height:1.2em;
}
.ban_season .season_ttl .s_month{
	font-size:1em;
	margin-right:10px;
}
.ban_season .season_ttl.s_sep{
	background:#C36663;
}
.ban_season .season_ttl.s_oct{
	background:#003567;
}
.ban_season .season_ttl.s_nov{
	background:#3D355E;
}
.ban_season .season_ttl.s_dec{
	background:#74D6FB;
}
.ban_season .season_photo{
	float:left;
	width:68%;
}
.ban_season .season_photo img{
	width: 85px;
    height: 60px;
}
.ban_season .season_photo li{
	float:left;
}

#contentsInner .planArea .planBoxn{
	margin: 12px 0;
    padding: 12px 8px;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px dotted #666;
    width: 100%;
}
.planBoxn h4 {
    font-size: 1.1em;
    margin-bottom: 8px;
}
.planArea .planBoxn p:not(.planLink){
	position: relative;
	overflow: hidden;
    height: 192px;
}
.planArea .planBoxn p img{
	width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.planArea .planBoxn p span{
	position:absolute;
	bottom:0;
	left:0;
	display:flex;
	display: -webkit-flex;

}
.planArea .planBoxn p span.secondIcon{
	left:50px;
}

.planArea .planBoxn p span img{
	padding:3px;
	width:48px;
	height:48px;
}

.planArea .planBoxn .planInfo{
	margin:8px 0px;
	width:100%;
}
.planArea .planBoxn .planInfo td{
	border-bottom:#999 1px solid!important;
	padding:5px;
}
.planArea .planBoxn .planInfo .tableTtl{
	background:#E4E2A9;
	margin-right:8px;
	border-bottom:#999 1px solid!important;
	padding:5px;
	font-weight:normal!important;
}
.planArea .planBoxn dl.planPrice{
	display: table;
	border-collapse: separate;
	border-spacing: 2px 0;  
	margin-left: auto;
	margin-right: auto;
}
.planArea .planBoxn dl.planPrice dt{	
	display: table-cell;
	padding-top:5px;
	margin-left:8px;
}
.planArea .planBoxn dl.planPrice dd{
	display: table-cell;
	margin-left:5px;
	color:#E0124A;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "窶嗟窶嗷 窶嗤ﾆ担ﾆ歎ﾆ鍛ﾆ誰", "MS PGothic", sans-serif;
	font-size:1.3em;
}
.planArea .planBoxn .planLink a{
	text-align:center;
	font-weight:bold;
	font-family:"窶嗟窶嗷 ﾆ担ﾆ歎ﾆ鍛ﾆ誰", "MS Gothic", "Osaka","Osaka-mono", monospace;
	border-radius:5px;
	padding:8px 0px;
	display:block;
	text-decoration:none;
	background:#f90;
	color:#FFFFFF!important;
	font-size:1.2em;
	box-shadow: 0 3px 0 rgba(136,136,136,1);
	margin-bottom: 8px;
}

.planListBtn{
	width:90%;
	margin:15px auto;
}
.planListBtn a{
	background:#f90;
	border-radius:5px;
	color:#fff!important;
	text-align:center;
	padding:8px 5px;
	display:block;
	font-weight:bold;
	font-size:1.2em;
	border:#f90 2px solid;	
	width: 80%;
	margin: 0 auto;
}
.planListBtn a:link,.planListBtn a:visited{
	color:#fff!important;
	text-decoration:none;
}
.planListBtn a:hover{
	background:#fff;
	border:#f90 2px solid;
	color:#f90;
}

.busTitle {
	position:relative;
	height:auto;
}
.busTitle .titleImg{
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
	height: 100%;
}
.busTitle .titleImg img {
    height: 100%;
    object-fit: cover;
}
.busTitle #slide {
	width:100%;
	height:410px;
	overflow: hidden;
	margin:0 auto;
	position:relative;
}
.busTitle #slide img {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width: 100%;
    height: auto;
}
/*条件から探す*/
#select {
	font-size:1.1em;
	background: #fff;
    margin: 30px auto;
	width:98%;
	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;
	float: none !important;
}
@media only screen and (max-width: 767px){
#select{
	font-size:1em;
	border-radius: 5px;
	width:95%;
}
article#special01.furano #select h3{
	background-color: #5f5f5f!important;
}
}
#planList [class*="hidden-"] {display: none!important;}

#thema .themaHokkaidoSp{
	width: 48%;
	margin: 0;
}
.category_tour_list h3 {
    text-align: center;
    color: #22b14c;
    font-size: 1.1em;
    margin: 30px 0 8px;
    border-top: 2px solid #22b14c;
    padding: 12px 0;
    border-bottom: 2px solid #22b14c;
    background: #f6fdf8;
}
.category_tour_list h4 {
    background: #666;
    display: block;
    position: relative;
    color: #fff;
    padding: 3px 8px;
    width: 114px;
    margin: 0 auto 12px;
    text-align: center;
}
.category_tour_list h4:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 60%;
    margin-left: -15px;
    border: 5px solid transparent;
    border-top: 5px solid #666;
}
.category_tour_list li {
    border: 1px solid #d2d2d2;
    box-shadow: rgba(139, 132, 105, 0.1) 4px 4px 1px 0px;
    border-radius: 5px;
    margin: 0 5px 8px;
}
.category_tour_list li a {
    flex-direction: column;
    color: #000;
    align-items: center;
    position: relative;
}
.tour_img {
    flex: 0 0 150px;
    margin-right: 0;
    overflow: hidden;
    height: 150px;
    width: 100%;
}
.tour_img img {
    width: 100%;
    object-fit: cover;
    height: 150px;
}
.tour_text {
    padding: 8px 15px;
}
.tour_text h5 {
    line-height: 1.4em;
}
.tour_price {
    color: #c00;
    font-weight: bold;
    font-size: 1.2em;
}
.other_tour_link {
    margin-top: 15px;
    flex-direction: column;
}
.other_tour_link a{
	border: 1px solid #999;
    padding: 8px 20px 8px 8px;
    border-radius: 50px;
    margin: 8px;
    position: relative;
    text-align: center;
}

.category_info {
    display: flex;
    padding: 8px;
}
.info_img {
    flex: 0 0 20%;
    overflow: hidden;
    height: 70px;
    margin-right: 8px;
    border-radius: 8px;
}
.info_img img {
    width: 100%;
    min-height: 70px;
}
.category_info p{
	font-size:0.9em;
}

.info_cont {
    display: flex;
    padding: 8px;
}
.info_cont_img {
    flex: 0 0 33%;
    margin-right: 15px;
}
.info_cont_img img {
    width: 100%;
}

.gw_btn{
	text-align: center;
	border:1px solid #666;
	border-radius: 50px;
	padding:8px 0;
	font-weight:bold;
	width: 80%;
    margin: 8px auto;
}
.gw_btn span:after{
	font-family: "Font Awesome 5 Free";
  	content: '\f055';
  	font-weight: 900;
  	margin-left:8px;
}
.gw_btn.active span:after{
  	content: '\f056';
}
.calendar_list{
	display: none;
	padding:8px;
}
.calendar_list table{
	border: 2px solid #999;
	width:100%;
	margin-bottom:8px;
}

.calendar_list table th, .calendar_list table td {
    text-align: center;
    padding: 8px;
    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;
}

.tour_feature{
	display: flex;
	margin:10px 0;
}

.tour_feature li{
	background:#666;
	color:#fff;
	padding:0 3px;
}
.tour_price span{
	color: #000;
	font-size: 0.9em;
}
.cate-list{
	padding: 10px;
}
.cate-list i {
    margin-right: 5px;
}
.tour-cate{
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 10px;
}
div#spot{
	padding: 0 10px
}
.content #spot dl{
	width: 47%;
    margin: 5px;
    flex: 0 0 calc(47% - 2.5px);
}
.content #spot dl:nth-child(3n) {
    margin-right: 5px;
}
article#special01{
	overflow:hidden
}