@charset "utf-8";
/*********************************************************************
 *
 *  For お問い合わせ
 *
*********************************************************************/

@media print, screen and (min-width: 768px) {
/* navG */
/* --------------------------------------------------------------------------- */
#navG li:nth-child(5) a {
	border-top:4px solid #a60a13;
}
/* columnT */
/* --------------------------------------------------------------------------- */
#columnT {
	background-image:url(../img/columntop_bg_pc.jpg);
}
/* tdf */
/* --------------------------------------------------------------------------- */
#tdf .txt {
	margin-bottom:25px;
	text-align:center;
}
/* restaurants */
/* --------------------------------------------------------------------------- */
#restaurants .txt {
	margin-bottom:25px;
	text-align:center;
}




}
/* min-width: 768px */
@media screen and (max-width: 767px) {
/* columnT */
/* --------------------------------------------------------------------------- */
#columnT {
	background-image:url(../img/columntop_bg_pc.jpg);
}
/* tdf */
/* --------------------------------------------------------------------------- */
#tdf .txt {
	margin-bottom:20px;
	text-align:center;
}
/* restaurants */
/* --------------------------------------------------------------------------- */
#restaurants .txt {
	margin-bottom:20px;
	text-align:center;
}
}
/* min-width: 768px */