@charset "UTF-8";
/* CSS Document */
main {
  margin-top: 120px;
}
h2 {
 font-family: "Lora";
    font-size: 3.0rem;
    font-weight: 100;
    letter-spacing: 1.0rem;
    margin: 200px 0 200px 0
}
.section-school__top {
    margin-top: 100px;
    background-image: url(../image/School/bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-height: 300px;
    margin-bottom: 230px;
}
.image-wrapper {
  display: flex;
  justify-content: center;
}
.school-image1 {
max-width: 500px;
  max-height: 300px;
  margin: 100px 30px 0 0;
}
.school-image2 {
 max-width: 500px;
  max-height: 300px; 
  margin: -100px 0 0 30px;
}
@media (max-width:960px) {
 h2 {
 font-family: "Lora";
    font-size: 2.4rem;
    font-weight: 100;
    letter-spacing: 0.5rem;
        margin: 80px 0 0px 0;
}
.section-school__top {
    margin-top: 100px;
    background-image: url(../image/School/bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-height: 150px;
    margin-bottom: 100px;
}
.image-wrapper {
  display: flex;
  justify-content: center;
}
.school-image1 {
       max-width: 200px;
    max-height: 120px;
    margin: 60px 0px 0 0;
}
.school-image2 {
max-width: 200px;
    max-height: 120px;
    margin: -30px 0 0 15px;
} 
}
.jna,.shouninnzuu,.kenntei {
 background-color: #b8aea7;
    width: 210px;
    height: 65px;
    color: #fff;
    font-size: 2.0rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-wrapper {
     display: flex;
    justify-content: space-evenly;
  margin-bottom: 100px;
}
.jna {
  margin-left: 30px;
}
.kenntei {
  margin-right: 30px;
}
.bg {
  background-color: #ece8dd;
  width: 1000px;
  height: 400px;
  margin: 0 auto 100px;
}
h3 {
  font-family: "Shippori Mincho";
  font-size: 2.2rem;
  padding-top: 80px;
  font-weight: 300;
  color: #545454;
}
.de {
  color: #545454;
   padding: 70px 15%;
    margin: 0 auto;
    line-height: 2.5;
}
.school-button {
        display: block;
    color: #727077;
    position: relative;
    margin: 100px auto 100px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: solid 1px #727077;
    text-decoration: none;
    width: 220px;
    bottom: 30px;
    font-size: 2.0rem;
  font-family: "Lora";
  font-weight: 100;
  letter-spacing: 0.5rem;
}
.school-button::after {
      position: absolute;
    bottom: 0px;
    left: 209px;
    display: block;
    content: "";
    height: 15px;
    border-bottom: solid 1px #727077;
    border-right: solid 1px #727077;
    transform: skew(50deg);
}
.kakko {
  font-size: 1.2rem;
  font-family: "Shippori Mincho";
  letter-spacing: 0rem;
}
@media(max-width:960px) {
.jna,.shouninnzuu,.kenntei {
 background-color: #b8aea7;
    width: 200px;
    height: 40px;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    margin: 20px auto 0;
}
.flex-wrapper {
       display: flex;
    margin-bottom: 100px;
    flex-direction: column;
    align-items: center;
}
.bg {
  background-color: #ece8dd;
  max-width: 320px;
  height: 400px;
  margin: 0 auto 100px;
}
h3 {
  font-family: "Shippori Mincho";
  font-size: 1.4rem;
  padding-top: 50px;
  font-weight: 300;
  color: #545454;
}
.de {
    color: #545454;
    padding-top: 57px;
    margin: 0 auto;
    line-height: 3;
    font-size: 1.2rem;
    width: 76%;
}
.school-button {
        display: block;
    color: #727077;
    position: relative;
    margin: 100px auto 100px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: solid 1px #727077;
    text-decoration: none;
    width: 220px;
    bottom: 30px;
    font-size: 2.0rem;
  font-family: "Lora";
  font-weight: 100;
  letter-spacing: 0.5rem;
}
.school-button::after {
      position: absolute;
    bottom: 0px;
    left: 209px;
    display: block;
    content: "";
    height: 15px;
    border-bottom: solid 1px #727077;
    border-right: solid 1px #727077;
    transform: skew(50deg);
}
.kakko {
  font-size: 1.2rem;
  font-family: "Shippori Mincho";
  letter-spacing: 0rem;
}  
}
