#entry {
  background: #fff; }
  #entry .head {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 500px;
    background: #edf8fd url(../../img/head/entry.jpg) no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    position: relative; }
    #entry .head:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQIW2NkYGD4D8SMQAwGcAY2AbBKDBUAVuYCBQPd34sAAAAASUVORK5CYII=);
      position: absolute;
      top: 0;
      left: 0; }
    #entry .head h1 {
      padding: 0 40px;
      margin: 0;
      position: relative;
      z-index: 2;
      font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
      font-size: 50px;
      color: #fff;
      text-shadow: 2px 2px 0 #333; }
    #entry .head .content {
      padding: 0 0 5px 0;
      position: relative;
      z-index: 2;
      background: linear-gradient(rgba(0, 0, 0, 0) 82%, #69c4f2 18%); }
  #entry > .container {
    width: 1200px;
    padding: 40px 40px 120px 40px;
    margin: 0 auto; }
  #entry p {
    margin: 20px 10px;
    font-size: 16px; }
  #entry .preface {
    padding: 40px;
    background: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 30px; }
  #entry h3 {
    padding: 10px 10px 8px 10px;
    border-bottom: 4px solid #69c4f2;
    margin: 0 0 20px 0;
    font-size: 24px; }
  #entry #guidebook {
    margin: 0 0 80px 0; }
    #entry #guidebook .pdf {
      margin: 30px 0;
      font-size: 16px; }
    #entry #guidebook .message {
      margin: 10px 0;
      font-size: 14px; }
    #entry #guidebook .content {
      padding: 0 20px; }
  #entry #philosophy {
    margin: 0 0 80px 0; }
    #entry #philosophy .text {
      font-size: 16px;
      line-height: 30px; }
  #entry #principles ol {
    font-size: 18px; }
  #entry #principles li {
    margin: 30px 0; }

#contact > .container {
  width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
  background: #fff; }
#contact h3 {
  padding: 10px 10px 8px 10px;
  border-bottom: 4px solid #69c4f2;
  margin: 0 0 20px 0;
  font-size: 24px; }
#contact .description {
  padding: 60px 40px 0 40px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center; }
  #contact .description p {
    padding: 20px;
    border: 1px solid #eee;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 10px; }
#contact .form {
  padding: 40px 40px 100px 40px;
  margin: 0 auto; }
  #contact .form .input {
    padding: 10px 0;
    *zoom: 1; }
    #contact .form .input:after {
      content: "";
      display: table;
      clear: both; }
  #contact .form label {
    display: block;
    height: 50px;
    border-bottom: 4px solid #69c4f2;
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 50px; }
  #contact .form input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px; }
  #contact .form textarea {
    width: 100%;
    height: 400px;
    padding: 10px;
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px; }
  #contact .form .submit {
    margin: 30px 0 0 0;
    text-align: center; }
  #contact .form .submit button {
    display: inline-block;
    padding: 20px 40px;
    border: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #69c4f2;
    font-size: 22px;
    color: #fff;
    -moz-transition: border 0.2s ease 0s, color 0.2s ease 0s;
    -o-transition: border 0.2s ease 0s, color 0.2s ease 0s;
    -webkit-transition: border 0.2s ease, color 0.2s ease;
    -webkit-transition-delay: 0s, 0s;
    transition: border 0.2s ease 0s, color 0.2s ease 0s; }
  #contact .form .submit button:active {
    color: #ccebfb; }

@media screen and (max-width: 1200px) {
  #entry > .container {
    width: auto; }

  #contact > .container {
    width: auto; } }
@media screen and (max-width: 768px) {
  #contact .head h1 {
    font-size: 40px; }
  #contact .description {
    padding: 60px 0 0 0; }
  #contact .form {
    padding: 40px 0 100px 0; } }
@media screen and (max-width: 500px) {
  #contact .head h1 {
    font-size: 30px; } }
@media screen and (max-width: 425px) {
  #entry > .container {
    padding: 20px 20px 100px 20px; }
  #entry h3 {
    font-size: 20px; }

  #contact > .container {
    padding: 0 20px;
    margin: 0; }
  #contact h3 {
    font-size: 20px; }
  #contact .form textarea {
    padding: 20px; }
  #contact .form .submit button {
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 18px; } }
