.page {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center; }

.bg {
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 768px) {
    .bg img.mainimg_pc {
      display: none; }
    .bg img.mainimg_sm {
      width: 100%; } }
  @media only screen and (min-width: 769px) {
    .bg img.mainimg_pc {
      width: 100%;
      max-width: 1200px; }
    .bg img.mainimg_sm {
      display: none; } }

.front {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 35px;
  left: 0; }

@media only screen and (max-width: 768px) {
  .content {
    padding: 10px 0 15px; } }

@media only screen and (min-width: 769px) {
  .content {
    padding: 10px 15px 15px; } }

@media only screen and (min-width: 769px) {
  .entry {
    text-align: right;
    width: 100%; } }

.spacer {
  width: 100%; }

.home {
  margin: 0 0 0 10px; }
  @media only screen and (max-width: 768px) {
    .home .block {
      width: 70%; } }
  @media only screen and (min-width: 769px) {
    .home .block {
      width: 75%; } }

@media only screen and (max-width: 768px) {
  .localnav {
    margin: 0 0 10px 0; } }

@media only screen and (min-width: 769px) {
  .localnav {
    margin: 0 0 20px 0; } }

.localnav ul {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center; }
  @media only screen and (max-width: 768px) {
    .localnav ul li {
      width: 23%; } }
  @media only screen and (min-width: 769px) {
    .localnav ul li {
      text-align: center;
      width: 15%; } }
  .localnav ul li:first-child {
    display: none; }
  .localnav ul img {
    max-width: 100%; }

.tweet {
  background-image: url(../img/bg_black.png);
  background-repeat: repeat;
  background-position: left top;
  text-align: center;
  margin: 0 auto;
  max-width: 640px; }
  .tweet .container {
    border: 1px solid #666;
    box-sizing: border-box; }
    @media only screen and (max-width: 768px) {
      .tweet .container {
        padding: 10px;
        box-sizing: border-box; } }
    @media only screen and (min-width: 769px) {
      .tweet .container {
        padding: 15px 20px;
        box-sizing: border-box; } }
  @media only screen and (max-width: 768px) {
    .tweet iframe {
      height: 180px !important; } }
  @media only screen and (min-width: 769px) {
    .tweet iframe {
      height: 300px !important; } }
