@media (min-width: 768px), print {
  .pc-only {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 768px), print {
  .sp-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

@media (max-width: 767px) {
  * {
    max-width: 100%;
    width: auto;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .smp_view {
    display: none !important;
  }
  #contents .main {
    width: auto;
    float: none;
  }
  #contents .main figure {
    margin: 0;
  }
  #contents .main figure.size-full img {
    max-width: none;
    width: 100%;
    margin: 0 0 15px;
  }
  #contents .main figure.alignleft img {
    margin: 5px 10px 2px 0px;
  }
  #contents .main figure.alignright img {
    margin: 5px 0px 2px 10px;
  }
  #contents .main figure:not(.size-full):not(.alignleft):not(.alignright) img {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
  }
  #contents .main img {
    display: block;
    max-width: 150px;
  }
  #contents .main img.aligncenter {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  h1 {
    display: none;
  }
  #header {
    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: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    padding: 10px;
  }
  #header .logo {
    float: none;
    display: block;
    max-width: 35%;
    width: 100%;
    margin: 0 !important;
    padding: 0;
  }
  #header .top_inquiry {
    float: none;
    max-width: 60%;
  }
  .top_inquiry_sp,
  .footer_inquiry_sp {
    background: rgb(252, 115, 46);
    text-align: center;
    border-radius: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .top_inquiry_sp a,
  .footer_inquiry_sp a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
  }
  #headmenu {
    display: none;
  }
  #topmenu .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
    background-image: none;
    border-top: 1px solid #c6c6c6;
  }
  #topmenu .wrap a {
    width: 25%;
    color: #444444;
    text-decoration: none;
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    font-size: 11px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6px;
  }
  #topmenu .wrap a:nth-of-type(4n) {
    border-right: none;
  }
  #topmenu .wrap a .img_wrapper {
    min-height: 36px;
  }
  #topmenu .wrap a img {
    zoom: 0.5;
    padding: 5px 0;
  }
  #topmenu .wrap a span {
    line-height: 1.4;
  }
  #breadnavi {
    display: none;
  }
  #contents {
    margin-top: 10px;
  }
  #container {
    padding: 0 15px;
  }
  .entry-title {
    background-image: none;
    border-left: 5px solid #00a560;
    border-bottom: 2px solid #00a560;
    line-height: 1.8;
    padding: 2px 0 2px 10px;
    width: 100%;
    display: block;
  }
  .entry-title a {
    color: #2175b2;
    text-decoration: underline;
  }
  #nav-above {
    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;
    padding: 0px 0 5px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  #nav-above .nav-previous {
    float: none;
  }
  #nav-above .nav-next {
    float: none;
  }
  .entry-meta {
    padding-top: 0;
  }
  #contents .sidebar {
    width: 100%;
  }
  .inquiry_banner {
    display: none;
  }
  #contents .sidebar .box .ttl {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(0, 165, 95)), to(rgb(0, 122, 71))) 0px 0px repeat scroll rgb(0, 165, 95);
    display: block;
    text-align: left;
    padding: 8px 40px 8px 15px;
    position: relative;
  }
  #contents .sidebar .box .ttl img {
    display: none;
  }
  #contents .sidebar .box .ttl span {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.5;
  }
  #contents .sidebar .box .ttl::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 3px #ffffff;
    border-right: solid 3px #ffffff;
    position: absolute;
    right: 15px;
    top: 30%;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  #contents .sidebar .box .ttl.open::after {
    -webkit-transform: rotate(315deg) translateX(-35%) translateY(30%);
            transform: rotate(315deg) translateX(-35%) translateY(30%);
  }
  #contents .sidebar .box ul {
    display: none;
    margin-bottom: 0px;
  }
  .footlink {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footlink .school_announce {
    border: 1px solid #ccc;
  }
  .footlink .school_announce dt {
    margin: 0;
    position: relative;
    background-color: #fff;
    font-size: 14px;
    padding: 8px 15px 8px 45px;
    border-bottom: 2px solid #064a34;
    font-weight: bold;
    color: #2f3e46;
  }
  .footlink .school_announce dt::before {
    content: "";
    background: url(../images/school_icon.png) no-repeat center center/contain;
    width: 24px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footlink .school_announce dd {
    width: 95%;
    margin: 20px auto 30px;
    float: none;
    border: solid 1px #c6c6c6;
    padding: 5px 5px 10px;
  }
  .footlink .school_announce dd::after {
    content: none;
  }
  .footlink .school_announce dd a {
    text-decoration: none;
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-rows: -webkit-max-content -webkit-max-content;
    grid-template-rows: max-content max-content;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .footlink .school_announce dd span {
    display: block;
  }
  .footlink .school_announce dd .name {
    color: #2f3e46;
    font-size: 13px;
    font-weight: bold;
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .footlink .school_announce dd .info {
    font-size: 13px;
    line-height: 1.5;
    color: #2f3e46;
    position: relative;
  }
  .footlink .school_announce dd .info::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 3px #2f3e46;
    border-right: solid 3px #2f3e46;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
  .footlink .school_announce dd .tel {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    border-radius: 9px;
    display: block;
    padding: 10px 5px;
    margin-top: 10px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(60, 179, 113)), to(rgb(47, 138, 88))) 0px 0px repeat scroll rgb(60, 179, 113);
    position: relative;
  }
  .footlink .school_announce dd .tel::before {
    content: "";
    background: url(../images/phone_icon.png) no-repeat center center/contain;
    width: 14px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footlink .school_announce dd .tel .arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border-radius: 50%;
  }
  .footlink .school_announce dd .tel .arrow::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: solid 3px rgb(47, 138, 88);
    border-right: solid 3px rgb(47, 138, 88);
    position: absolute;
    top: 45%;
    right: 9px;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
  .footlink .about {
    margin: 20px auto;
  }
  .footlink .about dt {
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
  }
  .footlink .about .about_list {
    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-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 10px;
    margin-top: 10px;
  }
  .footlink .about .about_list dd {
    max-width: 50%;
    width: calc(50% - 5px);
    font-size: 12px;
    float: none;
    padding: 0;
    line-height: 1.4;
  }
  .footlink .about .about_list dd::after {
    content: none;
  }
  .footlink .relation_site {
    margin: 20px auto;
  }
  .footlink .relation_site dt {
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
  }
  .footlink .relation_site dd {
    font-size: 12px;
  }
  .footlink .relation_site dd::after {
    content: none;
  }
  .footer_inquiry_sp {
    margin: 30px 10px;
    position: relative;
  }
  .footer_inquiry_sp .circle {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
  }
  .footer_inquiry_sp .circle::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: solid 3px rgb(252, 115, 46);
    border-right: solid 3px rgb(252, 115, 46);
    position: absolute;
    top: 45%;
    right: 9px;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
  #page_top a {
    text-decoration: none;
    color: #2f3e46;
    font-size: 12px;
    background: rgb(246, 246, 246);
    display: block;
    padding: 6px 20px 6px 35px;
    border-radius: 5px;
    width: 150px;
    margin: 10px 10px 0 auto;
    text-align: center;
    border: 1px solid #cccccc;
    position: relative;
  }
  #page_top a .circle {
    background-color: #949494;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    border-radius: 50%;
  }
  #page_top a .circle::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: solid 3px rgb(246, 246, 246);
    border-right: solid 3px rgb(246, 246, 246);
    position: absolute;
    top: 50%;
    right: 2.5px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
  }
}/*# sourceMappingURL=sp.css.map */