@charset "UTF-8";

a, a:visited, a:hover, a:active {
    text-decoration: none;
    color: inherit;
}

header,footer,nav,main,section,article,aside{
display:block;
}

html {
  font-size: 100%;
}
body {

}
a {
  text-decoration: none;
}
img {
  /* max-width: 100%; */
}

#abouthome {
  background-image: url(../images/home-top/home-top-gaku.jpg);
  background-size: cover;
  background-position: center ;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 700px;
  min-height: 300px;
}

.top-cover {
  background-color:rgba(0,30,0,0.55);
}

.aboutgakumain {
  /* text-align: center; */
  /* height: 600px; */
  margin: 0 auto;
  /* width: 610px; */
  color: #fff;
}

.profi-photos {
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-around;
  width: 900px;
}

.profi-photos img {
  width: 250px;
  height: 170px;
}

.profi {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  /* padding-top: 50px; */
}



.top-cover h2{
  text-align: center;
  padding-top: 80px;
  padding-bottom: 5px;
  font-size: 1.5rem;
  color: #fff;
  font-family: "Comic Sans MS";
}

.profi h2 {
  /* padding-top: 80px; */
  padding-bottom: 80px;
  font-size: 1.5rem;
  color: #fff;
}

.profi p {
  padding-left: 145px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.7)
}

.profi-text {
  line-height: 1.8em;
  text-align: center;
  padding: 45px 0 60px 0;
  font-size: 1.1rem;
  width: 610px;
  margin: 0 auto;
  font-family: "fantasy";
  border-bottom: 1px solid rgba(255,255,255,0.4);
}

.profi-text p {
  /* font-family: "fantasy"; */
}


.border1 {
  border-bottom: 1px solid rgba(255,255,255,0.4);
  width: 80%;
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
  /* padding-bottom: 50px; */
}

.profi-img {
  /* padding-top: 100px; */
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.profi-gaku {
  text-align: center;
  margin: 0 auto;
  width: 500px;
  padding-top: 50px;
  padding-bottom: 100px;
}

.profi-gaku p {
  line-height: 1.9rem;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.9);
}


@media screen and (max-width:480px) {

  #abouthome {
    background-image: url(../images/home-top/home-top-gaku.jpg);
    background-size: cover;
    background-position: center ;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 250px;
  }

  .page-header img {
    width: 85px;
    height: 85px;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 7%;
  }

  .top-cover h2{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 5px;
    font-size: 1.4rem;
    color: #fff;
    font-family: "Comic Sans MS";
  }

  .profi-photos {
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: space-around;
    width: 100%;
  }

  .profi-photos img {
    width: 30%;
    height: 80px;
  }

  .profi-text {
    font-size: 0.6rem;
    line-height: 1.75em;
    text-align: center;
    padding: 0 0 30px 0;
    width: 80%;
    margin: 0 auto;
    font-family: "fantasy";
    border-bottom: 1px solid rgba(255,255,255,0.4);
  }

  .profi h2 {
    /* padding-top: 80px; */
    padding-top: 40px;
    padding-bottom: 25px;
    font-size: 1.4rem;
    color: #fff;
  }

  .profi p {
    padding-left: 105px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 0.35rem;
    color: rgba(255,255,255,0.7)
  }

  .profi-img {
    width: 35%;
    height: 45%;
    border-radius: 50%;
  }

  .profi-gaku {
    text-align: center;
    margin: 0 auto;
    width: 55%;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .profi-gaku p {
    line-height: 1.25rem;
    font-size: 0.65rem;
    color: rgba(255,255,255,0.9);
  }





}
