@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.gnav__item--contact a {
  background-color: rgba(255,255,255,0.2);
  border-radius: 5px;
}
.page {
  background: url("../images/contact-images/page-bg.jpg") 50% 10% no-repeat;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */


/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}
@media screen and (max-width: 1200px){/*1200以下*/

}

/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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


}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

}

