@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(//fonts.googleapis.com/css?family=Crimson+Text);
@import url(//fonts.googleapis.com/css?family=Barlow);
@import url(//fonts.googleapis.com/css?family=Nanum+Gothic);
@import url(//fonts.googleapis.com/css?family=Courgette);
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Libre+Baskerville);

/*全体の設定
---------------------------------------------------------------------------*/
body{
  max-width: 100%;
  margin:0;
  padding:0;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
  line-height:1.6;
  font-size: 16px;
  color: #000;
  word-wrap: break-word;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,section{
  margin: 0px;
  padding: 0px;
  display: block;
}

input,textarea,select {
  font-size: 1em;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul{
  list-style-type: none;
}

li {
  list-style-type: none;
}

img{
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  vertical-align:middle;
}

p{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  list-style-type: none;
}

input,textarea,select {
  font-size: 1em;
}

.clearfix:after {
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";
}

a {
  outline:none;
}

.overimg:hover img {
  filter:alpha (opacity=70);
  -moz-opacity:0.80;
  opacity:0.80;
}

/* .line
-------------------------------------------------- */
hr {
  display : none;
}

.clr {
  height : 0;
  clear : both;
}

/* wrapper
--------------------------------------------------*/
#wrapper {
  width: 100%;
  line-height:1.6;
  min-height: 60vh;
}

@media only screen and  (max-width: 568px) {
#wrapper {
  min-height: initial;
}
}

/* .container
--------------------------------------------------*/
#container{
  width:100%;
  max-width:1200px;
  margin:0 auto;
}

@media screen and (max-width: 1280px) {
#container{
  box-sizing: border-box;
  padding:0 2%;
}
}

@media screen and (max-width: 810px) {
#container {
  padding: 0 3%;
}
}

@media screen and (max-width: 568px) {
#container {
  padding: 0;
}
}

