* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #3e3a39;
}

.clear {
  clear: both;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

body {
  background: #fff;
  font-size: 12px;
}

input[type='text'],
input[type='search'],
input[type='tel'],
input[type='url'],
input[type='email'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='number'],
textarea,
select {
  padding-left: .4em;
  background: #fff;
  border: none;
  border-radius: 0;
}

input[type='submit'],
input[type='reset'],
input[type='button'],
button {
  background: #000;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
}

#container header {
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  background: #fff;
  border-bottom: 2px #f9c0b9 solid;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#container header #head {
  width: 100%;
  height: 40px;
  overflow: hidden;
  background: #f9c0b9;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#container header #head h1 {
  line-height: 40px;
  padding: 0 0 0 40px;
}
#container header .logo {
  height: 100px;
  margin-top: 60px;
  margin-left: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  transition-property: height,margin-top,margin-bottom;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#container header .logo img {
  height: 100px;
}
#container header ul {
  text-align: center;
}
#container header ul li {
  width: 120px;
  display: inline-table;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 24px;
}
#container header.sh {
  height: 50px;
  position: fixed;
  z-index: 9999;
}
#container header.sh #head {
  height: 0;
}
#container header.sh .logo {
  height: 0;
  margin-top: 0;
  margin-bottom: 12px;
}
#container main {
  margin-top: 300px;
  transition-property: margin-top;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#container main.sh {
  margin-top: 0;
}
#container main #top {
  width: 100%;
  height: 450px;
  background: url(../images/bg/main_v2.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
#container main #top h2 {
  height: 450px;
  line-height: 450px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 90px;
  text-align: center;
  color: #fff;
  letter-spacing: 20px;
}
#container main #news {
  width: 100%;
  padding: 80px 0;
  background: #f9c0b9;
}
#container main #news h3 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 30px;
  text-align: center;
  margin: 0 0 60px;
}
#container main #news ul li {
  width: 600px;
  text-align: center;
  padding: 0 0 20px;
  margin: 0 auto 40px;
  border-bottom: 1px #fc9381 solid;
}
#container main #news ul li span {
  display: block;
  font-weight: bold;
  margin: 0 0 10px;
}
#container main #news .more {
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  border-radius: 3px;
  color: #fc9381;
  cursor: pointer;
}
#container main #lesson {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
#container main #lesson .img {
  width: 100%;
  height: 600px;
  background: url(../images/bg/lesson_bg.jpg);
  background-size: cover;
  background-position: center center;
  margin: 0 0 60px;
}
#container main #lesson h3 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 30px;
  text-align: center;
  margin: 0 0 20px;
}
#container main #lesson h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px;
}
#container main #lesson p {
  text-align: center;
}
#container main #lesson h5 {
  font-size: 20px;
  font-weight: bold;
  color: #fc9381;
  margin: 20px 0;
  text-align: center;
}
#container main #lesson .item {
  width: 50%;
  float: left;
}
#container main #lesson .left {
  padding: 0 20px 0 40px;
}
#container main #lesson .left h5 {
  text-align: left;
}
#container main #lesson .left table {
  margin: 20px 0 40px;
}
#container main #lesson .left table tr td {
  width: 120px;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px #333 solid;
}
#container main #lesson .left table tr td span {
  font-weight: bold;
  color: #fc9381;
}
#container main #lesson .left .more h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
  text-align: center;
}
#container main #lesson .left .more p a {
  font-weight: bold;
  color: #fc9381;
}
#container main #lesson .right {
  padding: 120px 40px 40px 20px;
}
#container main #lesson .right img {
  width: 100%;
}
#container main #teacher {
  width: 100%;
  padding: 80px 0;
  background: #f9c0b9;
  text-align: center;
}
#container main #teacher h3 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 30px;
  margin: 0 0 20px;
}
#container main #teacher h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 40px;
}
#container main #teacher img {
  width: 300px;
  margin: 0 0 40px;
}
#container main #contact {
  width: 100%;
  padding: 80px 0;
  text-align: center;
}
#container main #contact h3 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 30px;
  margin: 0 0 20px;
}
#container main #contact h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 40px;
}
#container main #contact .form {
  margin: 40px auto 20px;
}
#container main #contact .form tr th, #container main #contact .form tr td {
  padding: 10px;
  border-bottom: 1px #ccc solid;
}
#container main #contact .form tr th span {
  color: #fc9381;
  font-size: 10px;
}
#container main #contact .form tr td {
  text-align: left;
}
#container main #contact .form tr td input, #container main #contact .form tr td textarea {
  background: #f7f7f7;
  padding: 5px;
  border: 1px #eee solid;
}
#container main #contact input[type='submit'], #container main #contact input[type='reset'] {
  padding: 20px;
}
#container main #contact input[type='submit'] {
  width: 300px;
  background: #fc9381;
}
#container main #contact input[type='reset'] {
  width: 160px;
  background: #f9c0b9;
}

footer {
  width: 100%;
  padding: 10px 0;
  background: #f9c0b9;
}
footer .cr {
  text-align: center;
  font-size: 11px;
}

#sct {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5px;
  bottom: 5px;
  background-color: #fc9381;
  display: none;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#sct a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
#sct:hover {
  background-color: #f9c0b9;
}

@media screen and (max-width: 1024px) {
  #container header {
    height: 240px;
  }
  #container header #head {
    height: 30px;
  }
  #container header #head h1 {
    line-height: 30px;
    padding: 0 0 0 20px;
    font-size: 11px;
  }
  #container header .logo {
    margin-top: 40px;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  #container header .logo img {
    height: 80px;
  }
  #container main {
    margin-top: 230px;
  }
  #container main #top {
    height: 350px;
    background-attachment: scroll;
  }
  #container main #top h2 {
    height: 350px;
    line-height: 350px;
    font-size: 70px;
  }
}
@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #container header {
    height: 100px;
  }
  #container header.sh {
    position: absolute;
    height: 100px;
  }
  #container header.sh #head {
    height: 30px;
  }
  #container header.sh .logo {
    height: 40px;
    margin-top: 10px;
  }
  #container header #head h1 {
    padding: 0 0 0 5px;
    font-size: 8px;
  }
  #container header .btn {
    display: block;
    position: fixed;
    z-index: 9999;
    width: 50px;
    height: 50px;
    top: 5px;
    right: 5px;
    padding: 14px;
    background: #fff;
    border: #f9c0b9 solid 2px;
  }
  #container header .btn #panel-btn {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
  }
  #container header .btn #panel-btn #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 2px;
    margin: -1px 0 -10px;
    background: #3e3a39;
    transition: 0.2s;
  }
  #container header .btn #panel-btn #panel-btn-icon:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 2px;
    background: #3e3a39;
    transition: 0.3s;
    margin-top: -8px;
  }
  #container header .btn #panel-btn #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 2px;
    background: #3e3a39;
    transition: 0.3s;
    margin-top: 6px;
  }
  #container header .btn.close #panel-btn #panel-btn-icon {
    background: transparent;
  }
  #container header .btn.close #panel-btn #panel-btn-icon:before {
    margin-top: 0;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #container header .btn.close #panel-btn #panel-btn-icon:after {
    width: 20px;
    margin-top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #container header .logo {
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  #container header .logo img {
    height: 40px;
  }
  #container header ul {
    display: none;
    position: fixed;
    background: url(../images/parts/black80.png);
    width: 100%;
    height: 100vh;
    top: 0;
    padding: 100px 0 0;
    z-index: 9998;
  }
  #container header ul li {
    width: 100%;
    margin: 0 0 20px;
  }
  #container header ul li a {
    color: #fff;
  }
  #container main {
    margin-top: 100px;
  }
  #container main.sh {
    margin-top: 100px;
  }
  #container main #top {
    height: 350px;
    background-attachment: scroll;
  }
  #container main #top h2 {
    height: 350px;
    line-height: 350px;
    font-size: 40px;
    letter-spacing: 0;
  }
  #container main #news {
    width: 100%;
    padding: 80px 0;
    background: #f9c0b9;
  }
  #container main #news h3 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 30px;
    text-align: center;
    margin: 0 0 60px;
  }
  #container main #news ul li {
    width: calc(100% - 40px);
    margin: 0 20px 40px;
  }
  #container main #lesson {
    width: 100%;
    margin: 0;
  }
  #container main #lesson .img {
    height: 300px;
  }
  #container main #lesson h5 {
    font-size: 20px;
    font-weight: bold;
    color: #fc9381;
    margin: 20px 0;
    text-align: center;
  }
  #container main #lesson p {
    padding: 0 20px;
  }
  #container main #lesson .item {
    width: 100%;
    float: none;
    padding: 0 20px;
  }
  #container main #lesson .left {
    padding: 0 20px;
  }
  #container main #lesson .left table tr td {
    font-size: 10px;
  }
  #container main #lesson .left .more {
    margin: 0 0 40px;
  }
  #container main #lesson .right {
    padding: 0 20px;
  }
  #container main #teacher img {
    width: 160px;
  }
  #container main #teacher p {
    padding: 0 20px;
  }
  #container main #contact p {
    padding: 0 20px;
  }
  #container main #contact .form tr {
    font-size: 10px;
  }
  #container main #contact .form tr th {
    width: 30%;
  }
  #container main #contact .form tr th span {
    color: #fc9381;
    font-size: 9px;
  }
  #container main #contact .form tr td {
    width: 70%;
  }
  #container main #contact .form tr td input, #container main #contact .form tr td textarea {
    width: 100%;
    font-size: 16px;
  }
  #container main #contact .form tr:nth-child(4) td input {
    width: auto;
  }
  #container main #contact input[type='submit'], #container main #contact input[type='reset'] {
    padding: 20px;
  }
  #container main #contact input[type='submit'] {
    width: 200px;
    background: #fc9381;
    margin: 0 0 10px;
  }
  #container main #contact input[type='reset'] {
    background: #f9c0b9;
  }
}

/*# sourceMappingURL=common.css.map */
