@charset "UTF-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: sans-serif;
  font-size: 0.7rem;
  color: #3f2609c9;
  line-height: 1.4;
  background-color: #ffffff;
}

.main-whatsnew {
  margin-left: 10px;
}

img {
  max-width: 100%;
}

/*ヘッダー*/
.header-inner {
  max-width: 100%;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(245, 206, 12, 0.8);
  color:#fff;
  position: relative;
}

.toggle-menu-button {
  display: none;
}

.header-logo {
  display: block;
  width: 85px;
}

.site-menu ul {
  display: flex;
}

.site-menu ul li {
  margin-left: 20px;
  margin-right: 20px;
}

.site-menu ul li a {
  font-family: 'Montserrat', sans-serif;
}

/* sub-site-menu */
.sub-site-menu ul {
  display: flex;
  position: absolute;
  top: 70%;
  left: 43%;
  color:#aa841b
}

.sub-site-menu ul li {
  margin-left: 20px;
  margin-right: 20px;
}

.header-title {
  font-family: 'Sawarabi Gothic', sans-serif;
  font-size: 13px;
  margin-left: 0;
  text-shadow: 10px 10px 25px #96840d72;
}
.sub-title {
  font-size: 3px;
  width:220px;
  text-shadow: 10px 10px 25px #96840d72;
}
/*ファーストビュー*/
.first-view {
  height: calc(40vh - 110px);
  background-image: url(../images/home/名称未設定のデザイン\ \(1\).png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
}


.first-view-text {
  width: 100%;
  max-width: 1200px;
  margin-top: 58px;
  margin-left: 30px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-shadow: 10px 10px 25px #0527204b;
}

.main {
  margin: 15px;
}

.main-whatsnew {
  margin: 15px;
}

/*フッター*/
.footer {
  color: #ffffff;
  background-color: hwb(0 0% 100% / 0.473);
  padding-top: 30px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-color: rgba(56, 205, 211, 0.5); */
  background-color: rgba(245, 206, 12, 0.8);
}

.footer-logo {
  display: block;
  width: 100px;
  margin-top: 15px;
}

.footer-tel {
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
}

.copyright {
  font-size: 7px;
  font-weight: bold;
  margin-top: 30px;
}

.sub-title {
  margin-top: 9px;
}

.access_mail {
  font-size: 20px;
}

@media (max-width: 800px) {

  .site-menu ul {
    display: block;
    text-align: center;
  }

  .site-menu li {
    margin-top: 15px;
  } 

  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    height: 50px;
    z-index: 10;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }

  .header-inner {
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    position: relative;
  }

  .header-logo {
    width: 70px;
    height: 63px;
  }

  .header .site-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #ffffff;
    background-color: #736E62;
    padding-top: 30px;
    padding-bottom: 50px;
    display: none;
  }

 
  .toggle-menu-button {
    display: block;
    width: 44px;
    height: 34px;
    background-image: url(../images/home/bars_24.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 4px;
  }

  .toggle-menu-button:hover {
    background-color: #ddd;
  }

  .site-menu.is-active {
    display: block;
  }


  .header-title {
    font-size: 80%;
  }

  .sub-title {
    margin-top: 0px;
    margin-bottom: 1px;
  }
  .main {
    padding-top: 50px;
  }

  .first-view {
    height: 200px;
  }

  .first-view-text {
    margin-top: 85px;
    font-size: 150%;
  }
  .main-whatsnew {
    margin: 20px;
    font-size: 8px;
  }


  .footer-logo {
    margin-top: 30px;
  }

  .footer-tel {
    font-size: 20px;
  }

  .copyright {
    margin-top: 15px;
    font-size: 10px;
  }
}

/* table 進学 */
.singaku_table1 th,
.singaku_table1 td {
  border: 1px solid #000; 
  padding: 0.5em;
}

/* 境界線を1本に結合 */
.singaku_table1 {
  border-collapse: collapse;
}

.singaku_table1 th{
  background-color: rgba(245, 206, 12, 0.2);
}

/* about */
.girls img {
  width: 600px;
  
}

.girls {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

.girls p {
  position: absolute;
  top: 80%;
  lalign-items: center;
  font-size: 1rem;
  color: #fff;
  text-shadow: 3px 3px 40px #0805004b;
  text-shadow: -3px 3px 40px #0805004b;
  text-shadow: 3px -3px 40px #0805004b;
  text-shadow: -3px -3px 40px #0805004b;
}

.desk img {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  /* margin: 20px auto 20px auto; */
}

.desk {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

.desk p {
  position: absolute;
  top: 80%;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  text-shadow: 3px 3px 40px #000;
  text-shadow: -3px 3px 40px #000;
  text-shadow: 3px -3px 40px #000;
  text-shadow: -3px -3px 40px #000;
}


.boys img {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  /* margin: 20px auto 20px auto; */
}

.boys {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

.boys p {
  position: absolute;
  top: 80%;
  lalign-items: center;
  font-size: 1rem;
  color: #fff;
  text-shadow: 3px 3px 40px #000;
  text-shadow: -3px 3px 40px #000;
  text-shadow: 3px -3px 40px #000;
  text-shadow: -3px -3px 40px #000;
}

/* access */
.map {
  width: 170px;
}