@charset "UTF-8";
#message .msg {
  text-align: center;
}

#event .detail .date {
  font-size: 1.3em;
}
#event .detail .ttl {
  background-color: #FFEC50;
  color: #59514c;
}

#access {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 50px;
  margin-top: -100px;
}
#access article {
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
#access article .access-name {
  font-size: 1.2em;
  font-weight: bold;
}
#access a {
  font-size: 1.2em;
}
#access p {
  margin-bottom: 15px;
}

#prof {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}
#prof article {
  text-align: center;
}
#prof article .item {
  margin-right: -20px;
  display: inline-block;
}
#prof article .item .card {
  width: 400px !important;
  float: left;
  margin-right: 20px;
}
#prof article .item .card .prof-ttl {
  font-family: "Darumadrop One", cursive;
  font-size: 1.5em;
  text-align: center;
}
#prof article .item .card .detail .ttl {
  background-color: #fff;
  color: #3a291c;
}
#prof article .item .men {
  background-color: #ffbf8b;
}
#prof article .item .men .prof-ttl {
  font-size: 1.5em;
}
#prof article .item .woman {
  background-color: #bbdbf3;
}
#prof article .item .woman .prof-ttl {
  font-size: 1.5em;
}

#input {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}
#input .msg {
  line-height: 1.8;
  text-align: center;
  font-size: 1.1em;
  margin: 25px 0;
}

/* スマホ */
@media screen and (max-width: 480px) {
  #message .msg {
    font-size: 3.2vw;
  }
  #prof article .item {
    width: 100%;
  }
  #prof article .item .card .detail .text {
    width: 100%;
    font-size: 5vw;
  }
}