@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*color*/
/*背景色*/
/*ベース文字色*/
/*アクセント色*/
/*アクセント色*/
/*アクセント色*/
/*線*/
/*線*/
/*線*/
/*線*/
/*線*/
/*線2*/
/*font*/
/*layout*/
@keyframes slide {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
/*-------------------------------------
	map
-------------------------------------*/
#map {
  position: relative;
  z-index: 3; }
  #map .map-box {
    text-align: center; }

/*-------------------------------------
	footer-contact
-------------------------------------*/
#footer-contact {
  z-index: 4; }
