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

.nav-contact a {
	background-color: #fdf6d0;
}

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

.contact .tel {
	font-family: 'Noto Sans JP', sans-serif;
  font-size: 3rem;
}
.contact .tel .tit {
  font-size: 60%;
  margin-right: 5px;
}

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

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

}


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

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

}

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

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

.contact .tel {
  font-size: 2.5rem;
}

}

