@charset "shift-jis";
*,*::before,*::after {
  box-sizing: border-box;
}
body {
  font-size: 16px;
}
#contents {
  padding: 0;
}
.inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
  }
  #breadcrumbs {
    display: none;
  }
  .inner {
    padding: 40px 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.pc {
  display: inherit;
}
.tab {
  display: none;
}
.sp {
  display: none;
}
@media screen and (max-width: 999px) {
  .pc {
    display: none;
  }
  .tab {
    display: inherit;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .pc {
    display: none;
  }
  .tab {
    display: none ;
  }
  .sp {
    display: inherit;
  }
}

/* backgraund color */
.bg_gray {
  background: #f7f7f8;
}

/* heading */
.heading_01 {
  position: relative;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.15em;
}
.heading_01::after {
  display: block;
  width: 115px;
  margin: 20px auto 60px;
  border-bottom: 3px solid #001a5e;
  content: '';
}
.heading_02 {
  margin-bottom: 1em;
  padding: 0.3em 1.5em;
  background: #001a5e;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .heading_01 {
    font-size: 21px;
  }
  .heading_01::after {
    width: 80px;
    margin: 15px auto 35px;
  }
  .heading_02 {
    padding: 0.3em 0.5em;
    font-size: 18px;
  }
}

/* ------------------------------
mv
------------------------------ */
.mv {
  height: 200px;
  background: url(/upimage/mappage/img/bg_mappage.jpg) center / cover;
}
.mv h1 {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  line-height: 200px;
}
@media screen and (max-width: 599px) {
  .mv {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mv h1 {
    font-size: 20px;
    line-height: 1.6;
  }
}

/* ------------------------------
location
------------------------------ */
.location .school_inner {
  padding: 0 3%;
}
.location .access_list {
  margin-top: 1.2em;
}
.location .access_list li {
  padding-left: 1em;
  text-indent: -1em;
}
.location .googlemap {
  display: block;
  width: 940px;
  max-width: 100%;
  height: 417px;
  margin: 40px auto 0;
  border: 0;
}
@media screen and (min-width: 600px) {
  .location .location_ditail {
    display: flex;
    justify-content: space-between;
  }
  .location .location_ditail dt {
    width: 55%;
  }
  .location .location_ditail dd {
    width: 42.5%;
  }
}
@media screen and (max-width: 599px) {
  .location .school_inner {
    padding: 0;
  }
  .location .location_ditail dd {
    margin-top: 20px;
  }
  .location .googlemap {
    height: 253px;
    margin-top: 30px;
  }
}

/* ------------------------------
inquiry
------------------------------ */
.inquiry .inquiry_box {
  max-width: 750px;
  margin: 0 auto;
  padding: 1.2em 2.5%;
  background: #fff;
  border: 1px solid #001a5e;
  border-radius: 10px;
}
.inquiry .inquiry_box h2 {
  margin: bottom
  1em;
  font-size: 16px;
  font-weight: normal;
}
.inquiry .inquiry_box .tel {
  font-size: 30px;
  font-weight: bold;
}
.inquiry .inquiry_box .mail {
  margin-top: 0.5em;
  color: #001a5e;
  text-decoration: underline;
}
.inquiry .inquiry_box .mail svg {
  margin-right: 0.5em;
  vertical-align: middle;
}
@media screen and (min-width: 600px) {
  .inquiry .inquiry_box_inner {
    display: flex;
    justify-content: space-between;
  }
  .inquiry .inquiry_box .txt {
    width: 54%
  }
  .inquiry .inquiry_box .img {
    width: 43.5%;
  }
}
@media screen and (max-width: 599px) {
  .inquiry .inquiry_box {
    padding: 1.5em 5%;
    text-align: center;
  }
  .inquiry .inquiry_box .txt {
    display: inline-block;
  }
  .inquiry .inquiry_box h2 {
    font-size: 14px;
  }
  .inquiry .inquiry_box .tel {
    font-size: 28px;
  }
  .inquiry .inquiry_box .tel a {
    color: #333;
  }
  .inquiry .inquiry_box .tel_note {
    margin: 0.5em 0 1em;
    line-height: 2.0;
    text-align: left;
  }
  .inquiry .inquiry_box .img {
    margin-top: 20px;
  }
  .inquiry .inquiry_box .img img {
    width: 100%;
  }
}
