﻿@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* ----全体設定---- */

body {
  margin: 0;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
}

/* ----ヘッドライン---- */

h1,
.h1 {
  margin: 60px 0;
  font-size: 30px;
  font-weight: 400;
  color: #284066;
  text-align: center;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: normal;
  color: #284066;
}
h2.h1.block-event-page--header-freespace p img {
    margin-top: -50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: normal;
  color: #284066;
}

/* ----リンク---- */

a {
  text-decoration: none;
  color: #444;
  transition: .2s;
}

a:hover,
a:focus {
  text-decoration: underline;
  opacity: .8;
}

a:hover img {
  opacity: .8;
}

a:focus {
  /* outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; */
}

/* ----タグ---- */

img {
  max-width: 100%;
  transition: .2s;
}

hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
}

input[type="text"],
input[type="password"],
textarea,
select {
  outline: none;
}
