@charset "utf-8";
/*********************************************************************
 *
 *  For 予約・問い合わせ
 *
*********************************************************************/

/* mv */
/* --------------------------------------------------------------------------- */
#mv {
	background-image:url(../img/mv.jpg);
}

@media print, screen and (min-width: 768px) {

/* navG */
/* --------------------------------------------------------------------------- */
#navG li.contact a + span {
	width:40px;
	border-bottom:2px solid #FFF;
}

/* contact */
/* --------------------------------------------------------------------------- */
#contact {
	padding-top:50px;
}
#contact .listA li:nth-child(1) .btnTel {
	display:table;
	margin:0 auto 20px;
	padding-left:40px;
	font-size: 3.0rem;
	font-weight:bold;
    line-height: 30px;
	background:url(../../common/img/ico/btn_tel.png) left center no-repeat;
	background-size:30px auto;
}
#contact .listA li:nth-child(1) .desc {
	margin-bottom:20px;
	font-size: 1.4rem;
	text-align:center;
}
#contact .listA li:nth-child(1) .info {
	padding:10px;
	text-align:center;
	border:1px solid #000;
}
#contact .listA li:nth-child(1) .info h6 {
	font-weight:bold;
}
#contact .listA li:nth-child(1) .info p {
	font-size: 1.4rem;
}

}
/* min-width: 768px */

@media screen and (max-width: 767px) {

/* contact */
/* --------------------------------------------------------------------------- */
#contact {
	padding-top:50px;
	padding-bottom:50px;
}
#contact .listA li:nth-child(1) .btnTel {
	display:table;
	margin:0 auto 20px;
	padding-left:40px;
	font-size: 3.0rem;
	font-weight:bold;
    line-height: 30px;
	background:url(../../common/img/ico/btn_tel.png) left center no-repeat;
	background-size:30px auto;
}
#contact .listA li:nth-child(1) .desc {
	margin-bottom:20px;
	text-align:center;
}
#contact .listA li:nth-child(1) .info {
	padding:10px;
	text-align:center;
	border:1px solid #000;
}
#contact .listA li:nth-child(1) .info h6 {
	font-weight:bold;
}
#contact .listA li:nth-child(1) .info p {
}

}
/* min-width: 768px */