@charset "utf-8";
/* CSS Document */

/* reset */
html,body,h1,h2,h3,p,ul,li,dl,dt,dd{
  margin:0;
  padding:0;
  line-height:1.0;
  font-size:100%;
}
ul{ list-style:none; }
a{ text-decoration:none; }
img{
  border:none;
  vertical-align:bottom;
}

/* top */
body{
  font-family: 'Raleway', sans-serif;
  color:#292A42;
  font-size:12px;
  line-height:1.2;
  -webkit-text-size-adjust: none;
}
#container{
  height:100vh;
  padding:40px 16px 20px;
  background:url(../img/mery_go_round_bg_sp.png) no-repeat center bottom /contain fixed;
}
header h1{
  margin-bottom:24px;
  font-size:16px;
  font-weight:Bold;
  color:#292A42;
  letter-spacing:0.1em;
}
nav#main li{
  margin-bottom:16px;
}
nav#main li a{
  font-size:12px;
  font-weight:Medium;
  color:#292A42;
  letter-spacing:0.1em;
  background:rgba(229,232,239,0.8);
}
.upcoming,.project_info{
  display: inline-block;
  margin-top:20px;
  background:rgba(255,255,255,0.9);
  }
.project_info a{
  color:#0089ce;
}
.project_info a:hover{
  color:#8FA0CC;
}

.upcoming h2{
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.8;
  color:#D86336;
}
.upcoming h3, .project_info h3{
  display: inline-block;
    font-size: 12px;
    color:#D86336;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.2em;
  }
.upcoming p, .project_info p{
  display: inline-block;
  line-height: 1.4;
}
.upcoming .txt-date{
  font-size: 14px;
  line-height: 1.4;
}
.upcoming .txt-place{
   margin-top:8px;
    font-size: 12px;
    line-height: 1.4;
}
.upcoming .txt-s{
  font-size: 10px;
}
.upcoming .pdf_playground, .project_info .pdf_playground{
    display: block;
    margin-top: 6px;
}
.pdf_playground a{
    margin-top: 4px;
    color:#D86336;
}
.pdf_playground a:hover{
    color:#D86336;
}
