﻿@charset "UTF-8";

/*
スマホ 縦　576px以下 
*/

@media (max-width: 575px) {

h1 {
	font-size:1.2rem;
}

.ggmap {
	padding-bottom: 56.25%;
}

dl {
	display: block;
}

dt {
	width: 100%;
	margin-bottom: 10px;
	font-weight:bold;
	color:#fff;
	background:#2290c7;
	border:none;
}

dd {
	width: 100%;
	margin-bottom: 10px;
	border:none;
}



/********************** お問い合わせ ***************************/






}/*max768*/


