/* ベーススタイル */
body {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

/* リンクスタイル */
a,
a:link,
a:visited {
  color: #333;
  background-color: inherit;
  text-decoration: none;
}

a:hover,
a:active {
  color: #333;
  background-color: #eee;
  text-decoration: none;
}

/* roomair タイトル */
.roomair {
  position: absolute;
  top: 42px;
  left: 104px;
  font-family: "Andale Mono", "Courier New", monospace;
  font-size: 26px;
}

/* ギャラリーリンク */
.gallery {
  width: 100%;
  padding-top: 240px;
  font-family: "Andale Mono", "Courier New", monospace;
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
}

/* 日付表示 */
.coming {
  width: 100%;
  margin-top: 52px;
  padding-left: 4px;
  font-family: "Andale Mono", "Courier New", monospace;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .roomair {
    top: 6em;
    font-size: 1.3em;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
