@charset "utf-8";
/*  style　[ いしきらら トップ Smart Phone ]
=================================================================== */
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
/* jumbotron */
.jumbotron {
	margin-bottom: 0;
  padding-top: 0;
	padding-bottom: 30px;
  background-color: transparent;
}
/* access */
#access .infoWrapper {
  margin-bottom: 15px;
}
#access .infoWrapper:last-child {
  margin-bottom: 0;
}
}