/* common */
html{
  scroll-behavior: smooth;
}

body {
  background-image: url(./img/background.png);
  background-size: cover;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
  color: #333;
  margin: 0;
  font-size:21px;
  -webkit-text-size-adjust: 100%;
}

li {
  list-style: none;
  padding: 5px 10px;
}

/* header */
header {
  background-image: url(./img/sakura.jpeg);
  background-size: cover;
  background-position:center center;
  position:relative;
  height: 360px;
}

#header-area {
  background-color: rgba(255, 255, 255, 0.8);
  height:70px;
}

.logo {
  margin-left:15px;
  width: 250px;
  padding: 15px;
}

.k_logo{
  float: right;
  height: 70px;
}

#index {
  float: right;
  list-style: none;
  overflow: hidden;
}
 
#index li {
  width: 120px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  float: right;
}
 
#index li a {
  text-decoration: none;
  color: #000;
  font-size: 19px;
  padding: 10px;
}

#index li:hover{
  transition: 0.3s ;
  background-color:rgba(0,0,0,0.1);
}

.pc	{ display:block!important; }
@media screen and (max-width: 1024px) {
.pc	{ display:none!important; }
}

h1{
  text-shadow: 1px 5px 0px rgba(0,0,0,0.3);
  font-size: 70px;
  font-weight:bold;
  text-align: center;
  padding: 80px;
	color: rgb(255, 255, 255);
}

/* main */
.main{
  width: max-content;
  margin: 0 auto;
}

.prof{
  position:relative;
  bottom:100px;
}

.prof p{
  position:absolute;
  top:30%;
  left:50%;
  font-size:70px;
  font-weight:bold;
}

.prof-area {
  position:relative;
  height:450px;
  width:1000px;
  top:200px;
  margin-bottom: 100px;
  border: 3px solid #EEEEEE;
  border-radius: 10px;
}

.prof .photo {
  position:absolute;
  width:550px;
  top: 19%;
  left: 0%;
}

.prof table{
  position:absolute;
  font-size:21px;
  top: 60%;
  left: 46%;
  border-spacing: 25px;
}

table tr{
  border-bottom: solid 10px rgba(0,0,255,0);
}

table th{
  width: 120px;
  background-color: black;
  color: white;
  text-align: center;
  padding: 5px 0;
  border-radius: 5px;
}

table td{
  padding: 6px 0;
}

h2 {
  position: relative;
  width: 250px;
  margin-left:10px;
  color:black;
  font-size:40px;
}

h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 600px;
  border-bottom: 2.5px solid #e5005a;
}

h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300px;
  border-bottom: 2.5px solid #00a0e9;
}

/* footer */
footer {
  background-color: rgba(0, 0, 0);
  height: max-content;
}

.footer-text{
  padding: 30px;
  width: max-content;
  margin: auto;
  color: #ffffff;
}


.page-top{
  float: right;
  margin: 20px 60px 0px 0px;
  width: 80px;
}