@charset "UTF-8";

html {
  font-weight: normal;
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #000;
  font-size: 1.4rem;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #00bcd4;
}

header {
  font-family: "Yu Mincho", "游明朝", "MS Mincho", "ＭＳ 明朝";
}

.container {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header {
  margin: 48px 0;
}

.header h1 {
  font-size: 5rem;
  margin-bottom: 16px;
}

.header h1 + p{
  font-size: 1.4rem;
}

.inn-list {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
}

.inn-list a {
  margin-bottom: 32px;
  padding: 16px 48px;
  font-size: 1.3rem;
  border: 1px solid #ddd;
}

.footer {
  font-size: 1.2rem;
  margin-bottom: 48px;
}