@charset "utf-8";
dd {line-height: 32px;}
.top_photo img.inine_pc { display:none; } 
.top_photo img.inine_sp { display:block; } 
@media screen and (min-width:768px) {
   dd {line-height: 32px;}
   .top_photo img.inine_pc { display:block; } 
   .top_photo img.inine_sp { display:none; } 
}

.gmap { font-size:14px;  }
.gmap:link { text-decoration:underline;}
.gmap:hover { text-decoration:none;}
@media screen and (min-width:768px) {
   .gmap { margin-left:10px; }
   .contents_wrap { padding-bottom:150px; }
}

