@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP|EB+Garamond");
@import url("https://use.typekit.net/skb7les.css");
@import url("https://fonts.googleapis.com/css?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap");
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}

html {
  scroll-behavior: smooth;
}

.page_title {
  font-size: 1.75rem;
  height: 78px;
  line-height: 78px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 599px) {
  .page_title {
    line-height: 70px;
  }
}

.school_title {
  width: 100%;
  padding: 0 0 1rem !important;
  margin: 0 0 1.5rem !important;
  line-height: 1em;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  background: url("../img/school/h3.gif") repeat-x 0 bottom;
  border: 0 !important;
}

.school_nav {
  position: relative;
  border: 1px solid #ede2c9;
  border-radius: 3px;
  margin: 0 0 3rem;
  -webkit-filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 599px) {
  .school_nav {
    background: none;
    border: none;
  }
}
.school_nav nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media screen and (max-width: 599px) {
  .school_nav nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.school_nav nav a {
  display: block;
  width: 20%;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  text-wrap: nowrap;
  padding: 1rem 0.3rem;
  border-right: 1px solid #ede2c9;
  background: rgb(255, 255, 255);
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(242, 236, 222) 5%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(5%, rgb(242, 236, 222)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(242, 236, 222) 5%, rgb(255, 255, 255) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(242, 236, 222) 5%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
@media screen and (max-width: 599px) {
  .school_nav nav a {
    width: 25%;
    padding: 1rem 0.5rem;
  }
}

.school_list {
  position: relative;
  margin: 0 0 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.school_list .school_item {
  position: relative;
  width: 48%;
  border: 1px solid #ede2c9;
  background: #fff;
  padding: 0 0 96px;
  margin: 0 0 2rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 599px) {
  .school_list .school_item {
    width: 100%;
  }
}
.school_list .school_item_img {
  margin: 0 0 1rem !important;
}
.school_list .school_item_img img {
  display: block;
  width: 100%;
}
.school_list .school_item_name {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.25rem !important;
}
.school_list .school_item_access {
  font-size: 1.05rem !important;
  line-height: 1.75rem !important;
}
.school_list .school_item_tel {
  font-size: 1.2rem !important;
  line-height: 1.75rem !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #e44e10;
  position: relative;
  z-index: 1000;
}
.school_list .school_item_tel a {
  color: #e44e10;
}
.school_list .school_item .inner__wrap {
  padding: 0 1.5rem;
}
.school_list .school_item_button {
  position: absolute;
  display: block;
  background: #cc9900;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-size: 1rem !important;
  text-decoration: none;
  margin: 0 !important;
}
.school_list .school_item_button:hover {
  opacity: 0.8;
}
.school_list .school_item .line__button {
  position: absolute;
  bottom: 48px;
  left: 0;
  display: block;
  width: 100%;
  height: 48px;
  background-color: #06c755;
  color: #fff;
  font-size: 1rem !important;
  line-height: 48px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.school_list .school_item .line__button:hover {
  opacity: 0.8;
}/*# sourceMappingURL=school.css.map */