/* ------------------------------------------------------------------------
	breakpoints
------------------------------------------------------------------------ */
/* ========================================================================

	Style
  
======================================================================== */
body {
  font-family: 'Noto Serif JP', serif; }

h2 {
  text-align: center;
  font-family: "Hannari",'Noto Serif JP', serif;
  font-size: 3rem;
  font-weight: bold; }
  @media screen and (max-width: 736px) {
    h2 {
      font-size: 2rem; } }
  @media screen and (max-width: 480px) {
    h2 {
      font-size: 1.7rem; } }
  h2 br {
    display: none; }
    @media screen and (max-width: 480px) {
      h2 br {
        display: inline; } }

a {
  transition: all .2s ease; }
  a:hover {
    color: #777; }

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #000;
    text-decoration: none; } }
.wrap {
  background: url("../images/bg.png") no-repeat top center/100%; }
  @media screen and (max-width: 480px) {
    .wrap {
      /* background-position: top 30vh center; */
      background: none; } }

/* ------------------------------------------------------------------------
	header
------------------------------------------------------------------------ */
@media screen and (max-width: 480px) {
  header {
    position: sticky;
    margin-bottom: 10px;
    height: 58px;
    top: 0;
    z-index: 10;
    background: #fff; } }
header h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4vw;
  padding-top: 37px;
  margin-bottom: 80px;
  width: 660px;
  z-index: 5; }
  @media screen and (max-width: 1024px) {
    header h1 {
      margin-left: 3vw;
      margin-bottom: 30px;
      padding-top: 20px;
      width: 60%; } }
  @media screen and (max-width: 896px) {
    header h1 {
      justify-content: flex-start; } }
  @media screen and (max-width: 736px) {
    header h1 {
      padding-top: 10px;
      width: 36%; } }
  header h1 img {
    margin-right: 15px;
    max-width: 100%; }
  header h1 span {
    font-size: .875rem; }
    @media screen and (max-width: 896px) {
      header h1 span {
        display: none; } }
header nav {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10; }
  header nav .img {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }
    header nav .img img {
      max-width: 100%; }
    @media screen and (max-width: 480px) {
      header nav .img {
        display: inline-block;
        width: 56%; } }
  header nav .toggle {
    position: absolute;
    width: 50px;
    height: 52px;
    top: 28px;
    right: 60px;
    z-index: 3;
    cursor: pointer;
    background: #fff;
    border: 1px solid #006600;
    border-radius: 50%; }
    @media screen and (max-width: 1024px) {
      header nav .toggle {
        top: 10px;
        right: 10px; } }
    @media screen and (max-width: 736px) {
      header nav .toggle {
        top: 5px;
        right: 5px; } }
    header nav .toggle div {
      position: relative;
      width: 100%;
      height: 100%; }
      header nav .toggle div span {
        position: absolute;
        display: block;
        height: 3px;
        background: #006600;
        width: 28px;
        left: 10px;
        transition: 0.5s ease-in-out; }
        header nav .toggle div span:nth-child(1) {
          top: 16px; }
        header nav .toggle div span:nth-child(2) {
          top: 24px; }
        header nav .toggle div span:nth-child(3) {
          top: 32px; }
  header nav.open .toggle span:nth-child(1) {
    top: 24px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg); }
  header nav.open .toggle span:nth-child(2) {
    width: 0;
    left: 50%; }
  header nav.open .toggle span:nth-child(3) {
    top: 24px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  header nav .menu {
    position: absolute;
    display: none;
    width: 100%; }
    @media screen and (max-width: 480px) {
      header nav .menu {
        top: 58px; } }
    header nav .menu ul {
      width: 100%;
      background: #EBEBEB;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      header nav .menu ul li {
        text-align: center;
        font-size: 1.2rem;
        width: 50%; }
        @media screen and (max-width: 480px) {
          header nav .menu ul li {
            font-size: 1rem;
            width: 100%; } }
        header nav .menu ul li a {
          position: relative;
          display: block;
          line-height: 4; }
          @media screen and (max-width: 480px) {
            header nav .menu ul li a {
              z-index: 20; } }
          header nav .menu ul li a:hover {
            background: #ccc; }
            @media screen and (max-width: 480px) {
              header nav .menu ul li a:hover {
                background: none; } }

/* ------------------------------------------------------------------------
	footer
------------------------------------------------------------------------ */
footer {
  padding: 35px 0 50px;
  color: #333; }
  @media screen and (max-width: 896px) {
    footer {
      padding: 0px 0 60px; } }
  footer .classroom {
    margin: 0 auto 80px;
    padding: 20px;
    text-align: center;
    width: 1000px;
    background: #eddbcd; }
    @media screen and (max-width: 896px) {
      footer .classroom {
        width: 92%; } }
    @media screen and (max-width: 480px) {
      footer .classroom {
        margin-bottom: 30px;
        padding: 10px; } }
    footer .classroom h3 {
      margin-bottom: 25px; }
      @media screen and (max-width: 736px) {
        footer .classroom h3 img {
          max-width: 100%; } }
    footer .classroom .list {
      padding: 40px 60px;
      width: 100%;
      background: #fff;
      border: 1px solid #a38b78; }
      @media screen and (max-width: 896px) {
        footer .classroom .list {
          padding: 30px 30px 10px; } }
      footer .classroom .list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        @media screen and (max-width: 896px) {
          footer .classroom .list ul {
            justify-content: space-around; } }
        footer .classroom .list ul li {
          line-height: 1.5;
          width: 240px;
          height: 80px; }
          @media screen and (max-width: 896px) {
            footer .classroom .list ul li {
              margin-bottom: 20px; } }
          @media screen and (max-width: 480px) {
            footer .classroom .list ul li {
              width: 100%; } }
          footer .classroom .list ul li a {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            height: 100%;
            background: #a38b78; }
            footer .classroom .list ul li a:hover {
              background: #c9b09d; }
          footer .classroom .list ul li:last-child a {
            background: #00b900; }
            footer .classroom .list ul li:last-child a:hover {
              background: #13dc13; }
  footer nav {
    margin: 0 auto 40px;
    width: 980px; }
    @media screen and (max-width: 896px) {
      footer nav {
        width: 92%; } }
    @media screen and (max-width: 480px) {
      footer nav {
        margin-bottom: 20px; } }
    footer nav ul {
      font-size: .875rem;
      display: flex;
      flex-wrap: wrap;
      /** justify-content: space-between; **/ }
      @media screen and (max-width: 896px) {
        footer nav ul {
          text-align: center;
          justify-content: flex-start; } }
      footer nav ul li {
        text-align: center;
        border-right: 1px solid #333; }
        @media screen and (max-width: 896px) {
          footer nav ul li {
            margin-bottom: 10px;
            width: 33.3333%; }
            footer nav ul li:nth-child(3) {
              border: none; } }
        @media screen and (max-width: 736px) {
          footer nav ul li {
            margin-bottom: 20px;
            width: 50%;
            font-size: .75rem;
            border: none; }
            footer nav ul li:nth-child(odd) {
              border-right: 1px solid #333; } }
        footer nav ul li:last-child {
          border: none; }
          @media screen and (max-width: 736px) {
            footer nav ul li:last-child {
              border-right: 1px solid #333; } }
        footer nav ul li a {
          padding: 0 29px;
          display: block;
          color: #333; }
          @media screen and (max-width: 896px) {
            footer nav ul li a {
              padding: 0; } }
  footer .sns {
    position: relative;
    margin: 0 auto 35px;
    width: 1000px; }
    @media screen and (max-width: 896px) {
      footer .sns {
        width: 92%; } }
    @media screen and (max-width: 480px) {
      footer .sns {
        margin-bottom: 30px; } }
    footer .sns ul {
      margin: 0 auto;
      padding: 10px 0;
      width: 270px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 896px) {
        footer .sns ul {
          margin-bottom: 20px; } }
      footer .sns ul li a {
        display: block; }
        footer .sns ul li a:hover {
          filter: opacity(75%); }
    footer .sns p {
      position: absolute;
      display: inline-block;
      top: 0;
      right: 0; }
      @media screen and (max-width: 896px) {
        footer .sns p {
          position: static;
          display: block;
          text-align: center;
          top: auto;
          right: auto; } }
      footer .sns p a {
        display: block; }
        footer .sns p a:hover {
          filter: opacity(75%); }
  footer .guideBtn {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 10; }
    @media screen and (max-width: 896px) {
      footer .guideBtn {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        top: auto;
        bottom: 0;
        width: 100%; } }
    footer .guideBtn li {
      text-align: center;
      width: 50px; }
      @media screen and (max-width: 896px) {
        footer .guideBtn li {
          width: 50%; } }
      footer .guideBtn li a {
        display: flex;
        padding: 5px 0;
        color: #000;
        width: 100%;
        height: 180px;
        justify-content: center;
        align-items: center;
        writing-mode: vertical-rl;
        text-orientation: upright; }
        @media screen and (max-width: 896px) {
          footer .guideBtn li a {
            padding: 10px 0;
            writing-mode: horizontal-tb;
            height: auto; } }
        @media screen and (max-width: 480px) {
          footer .guideBtn li a {
            padding: 12px 0;
            font-size: .875rem;
            font-weight: bold; } }
        footer .guideBtn li a span {
          text-combine-upright: all; }
      footer .guideBtn li:nth-child(1) a {
        background: #9fcf84; }
        footer .guideBtn li:nth-child(1) a:hover {
          background: #b3e796; }
      footer .guideBtn li:nth-child(2) a {
        background: #f9c974; }
        footer .guideBtn li:nth-child(2) a:hover {
          background: #ffdc9d; }
      @media screen and (max-width: 896px) {
        footer .guideBtn li:nth-child(3) {
          width: 100%; } }
      footer .guideBtn li:nth-child(3) a {
        padding: 10px 0;
        height: auto;
        background: #ffdddd; }
        footer .guideBtn li:nth-child(3) a:hover {
          background: #ffeded; }
        @media screen and (max-width: 480px) {
          footer .guideBtn li:nth-child(3) a {
            padding: 12px 0; } }
  footer p.pageTop {
    position: fixed;
    right: 60px;
    bottom: 30px; }
    footer p.pageTop a {
      display: block; }
      footer p.pageTop a:hover {
        filter: opacity(75%); }
    @media screen and (max-width: 896px) {
      footer p.pageTop {
        right: 5px;
        bottom: 60px; } }
  footer p.copy {
    color: #333;
    text-align: center;
    font-size: .6875rem; }
