@charset "utf-8";

/**-------都市TOPページ--------------------------------------------**/
/**------------------------------------------------------------------
 デスごとのカラー変更
-------------------------------------------------------------------**/
#main .mainimg,
#main .section2 .box .left .title,
#main .section2 .box .right .btn,
#main .btn_big,
#main .section5{
	background-color:#78cdea !important;
}
#main .section2 .box .right .btn,
#main .btn_big{
	border-bottom:#57b6d6 solid 3px;
}


/**-------スマホ版-------------------------------------------------**/
@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:#78cdea;
}
#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:#78cdea;
}
#tour .tour_btn,
#tour .btn_top{
	border-bottom:#4764ac solid 3px;
}
#tour .ribbon{
	border-top: 30px solid #78cdea ;
	border-bottom: 30px solid #78cdea ;
}
#tour .schedule li .sche02{
	display:inline-block;
	width:3em;
	background-color:#78cdea;
	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:#78cdea;
}
#tour{
	border-top:5px solid #78cdea;	
}

}




































