@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','Arial',sans-serif;
  min-height: 100vh;
  background-color: #eee;
}

.header {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 10;
}

.header > a {
  display: inline-block;
  margin-left: 5%;
}

.header > a img {
  height: 40px;
}

.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .menu li {
  margin-right: 100px;
}

.header .menu li a {
  color: #333;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .menu li a:hover {
  color: #963763;
}

.container {
  width: 70%;
  margin: 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .contents {
  width: 50%;
  height: 500px;
  margin-top: 150px;
  margin-bottom: 100px;
}

.container .contents a {
  text-align: center;
  padding-top: 200px;
  color: white;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 4px;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.container .contents a:hover {
  background-color: rgba(0, 0, 0, 0.199);
}

.container .juniorHigh {
  background-image: url(https://github.com/JiyuGakuen/Kyouyuukai/blob/main/image/scene/scene3.jpg?raw=true);
  background-size: cover;
  margin-right: 50px;
}

.container .high {
  background-image: url(https://github.com/JiyuGakuen/Kyouyuukai/blob/main/image/scene/scene15.jpg?raw=true);
  background-size: cover;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 100px 0;
}

footer img {
  display: inline-block;
  margin-right: 50px;
  height: 40px;
}

@media screen and (max-width: 1200px) {
  .header .menu li {
    margin-right: 50px;
  }
  .header .menu li a {
    font-size: 14px;
  }
  .container {
    width: 90%;
  }
}

@media screen and (max-width: 950px) {
  .header > a {
    margin-left: 2%;
  }
  .header > a img {
    height: 30px;
  }
  .header .menu li {
    margin-right: 20px;
  }
}

@media screen and (max-width: 800px) {
  .header > a {
    margin-left: 5%;
  }
  .header > a img {
    height: 40px;
  }
  .header .menu {
    display: none;
  }
  .container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container .contents {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
/*# sourceMappingURL=seeking.css.map */
