@charset "utf-8";

/**-------都市TOPページ--------------------------------------------**/
/**------------------------------------------------------------------
 デスごとのカラー変更
-------------------------------------------------------------------**/
#main .mainimg,
#main .section2 .box .left .title,
#main .section2 .box .right .btn,
#main .btn_big,
#main .section5{
	background-color:#5d91e0 !important;
}
#main .section2 .box .right .btn,
#main .btn_big{
	border-bottom:#4764ac solid 3px;
}
#main .comment span{
	background: linear-gradient(transparent 40%, #c7dcfc 0%);
}
#main .comment .link{
	color:#5d91e0;
	font-weight:bold;
	text-decoration:underline;
}
#main .comment .link:hover{
	text-decoration:none;
}

/**-------スマホ版-------------------------------------------------**/
@media screen and (max-width: 768px) {
/**------------------------------------------------------------------
 デスごとのカラー変更
-------------------------------------------------------------------**/
#main .mainimg,
#main .section2 .box .left .title,
#main .section2 .box .right .btn,
#main .btn_big,
#main .section5{
	background-color:#5d91e0;
}
#main .section2 .box .right .btn,
#main .btn_big{
	border-bottom:#4764ac solid 3px;
}
}




/**-------OPツアー詳細--------------------------------------------**/
/**------------------------------------------------------------------
 デスごとのカラー変更
-------------------------------------------------------------------**/
#tour .maintitle,
#tour .top .comment p:nth-of-type(1),
#tour .tour_btn,
#tour .btn_top{
	background-color:#5d91e0;
}
#tour .tour_btn,
#tour .btn_top{
	border-bottom:#4764ac solid 3px;
}
#tour .ribbon{
	border-top: 30px solid #5d91e0 ;
	border-bottom: 30px solid #5d91e0 ;
}
#tour .schedule li .sche02{
	display:inline-block;
	width:3em;
	background-color:#5d91e0;
	color:#FFF;
	text-align:right;
	padding:0.3em 0.5em 0.2em 0.5em;
	margin-right:0.5em;
}

/**-------スマホ版-------------------------------------------------**/
@media screen and (max-width: 768px) {
/**------------------------------------------------------------------
 デスごとのカラー変更
-------------------------------------------------------------------**/
#tour .maintitle,
#tour .tour_btn,
#tour .btn_top{
	background-color:#5d91e0;
}
#tour{
	border-top:5px solid #5d91e0;
	
}

}




































