/*--------------------------------------------
SP setting
--------------------------------------------*/
@media screen and (max-width: 480px) {
  .img_pc {
    display: none; }
  .img_sp img {
    margin-bottom: 4rem; }
  div {
    letter-spacing: 0.02em; }
  .nav__pc {
    display: none; }
  a:hover {
    text-decoration: none; }
  body {
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    word-break: normal;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  header {
    display: block;
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
    width: 100%;
    background: #FFF;
    z-index: 999; }
    header .box__header {
      display: block;
      position: relative;
      width: 100%;
      height: 60px;
      top: 0;
      z-index: 10; }
      header .box__header .nav__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 60px;
        max-width: 1200px;
        margin: 0 auto;
        padding: 2rem 1rem; }
        header .box__header .nav__header .logo {
          display: block;
          width: 280px; }
        header .box__header .nav__header .box__nav .nav__sp button {
          display: block;
          position: relative;
          width: 50px;
          height: 50px;
          background: rgba(51, 51, 51, 0);
          border: none;
          cursor: pointer;
          -webkit-transform: scale(0.95);
          -ms-transform: scale(0.95);
          transform: scale(0.95);
          outline: none; }
          header .box__header .nav__header .box__nav .nav__sp button .ham01, header .box__header .nav__header .box__nav .nav__sp button .ham02 {
            display: block;
            position: absolute;
            width: 35px;
            height: 2px;
            background: #002A5F;
            left: 0;
            right: 0;
            margin: 0 auto;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease; }
          header .box__header .nav__header .box__nav .nav__sp button .ham01 {
            top: 15%; }
          header .box__header .nav__header .box__nav .nav__sp button .ham02 {
            top: 42%; }
          header .box__header .nav__header .box__nav .nav__sp button .ham03 {
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            color: #002A5F;
            font-weight: bold;
            font-size: 1rem;
            bottom: 10%; }
          header .box__header .nav__header .box__nav .nav__sp button .ham01_active {
            top: 30%;
            width: 30px;
            -webkit-transform: rotateZ(405deg);
            -ms-transform: rotate(405deg);
            transform: rotateZ(405deg); }
          header .box__header .nav__header .box__nav .nav__sp button .ham02_active {
            top: 30%;
            width: 30px;
            -webkit-transform: rotateZ(-405deg);
            -ms-transform: rotate(-405deg);
            transform: rotateZ(-405deg); }
  .header__img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
    margin: 60px 0 2rem;
    background: url(../img/main.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFF; }
    .header__img::after {
      display: block;
      content: '';
      position: absolute;
      top: -100%;
      left: -50%;
      width: 130%;
      height: 200%;
      background: rgba(135, 206, 118, 0.65);
      -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
      transform: skewX(-20deg); }
    .header__img .header__contents {
      display: block;
      position: relative;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 2;
      padding: 0 2rem;
      color: #FFF; }
      .header__img .header__contents .hc__catch {
        color: #FFF;
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 1rem;
        line-height: 1.5; }
      .header__img .header__contents p {
        font-size: 1.3rem;
        font-weight: bold;
        margin-bottom: 1rem; }
      .header__img .header__contents .link__catch {
        display: block;
        width: 160px;
        padding: 1.2rem;
        text-align: center;
        font-size: 1.2rem;
        border: 3px solid #ff861f;
        color: #FFF;
        background: #ff861f;
        font-weight: bold;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        .header__img .header__contents .link__catch span {
          margin-right: 1rem;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
        .header__img .header__contents .link__catch:hover span {
          margin-right: 2rem; }
  .navlist__sp {
    display: block;
    position: fixed;
    width: 280px;
    height: 100%;
    padding-top: 60px;
    top: 0px;
    left: 0;
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    transform: translateX(-280px);
    background: #FAFAFA;
    z-index: 20;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .navlist__sp a {
      display: block;
      width: 100%;
      padding: 2rem;
      border-bottom: 1px solid #e8e8e8;
      color: #002A5F;
      font-size: 1.3rem;
      font-weight: bold; }
      .navlist__sp a span {
        margin-right: 1rem; }
  .navlist__open {
    overflow-y: scroll;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
    .navlist__open::-webkit-scrollbar {
      display: none; }
  .back__black {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 52, 53, 0.58);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 10; }
  .bb_active {
    display: block; }
  .box__contents {
    display: block;
    width: 100%;
    margin: 0 auto; }
    .box__contents .contents01 {
      display: block;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 2rem; }
      .box__contents .contents01 .box__contents01 {
        display: block;
        width: 100%;
        margin-bottom: 2rem; }
        .box__contents .contents01 .box__contents01 .unit01 {
          display: block;
          width: 100%;
          margin-bottom: 1rem; }
          .box__contents .contents01 .box__contents01 .unit01 img {
            display: block;
            width: 100%; }
        .box__contents .contents01 .box__contents01 .unit02, .box__contents .contents01 .box__contents01 .unit03 {
          display: block;
          width: 100%; }
        .box__contents .contents01 .box__contents01 .unit02 .title__unit, .box__contents .contents01 .box__contents01 .unit03 .title__unit {
          font-family: 'Quicksand',sans-serif;
          color: #002A5F;
          font-size: 2rem;
          font-weight: bold;
          margin-bottom: 0.5rem; }
        .box__contents .contents01 .box__contents01 .unit02 .catch__unit, .box__contents .contents01 .box__contents01 .unit03 .catch__unit {
          color: #87CE76;
          font-size: 1.6rem;
          font-weight: bold;
          margin-bottom: 1rem; }
        .box__contents .contents01 .box__contents01 .unit02 .desc__unit, .box__contents .contents01 .box__contents01 .unit03 .desc__unit {
          font-size: 1.6rem;
          text-align: justify;
          margin-bottom: 2rem; }
    .box__contents .contents02 {
      display: block;
      width: 100%;
      background: url(../img/join_bg.png);
      background-color: #F6F6F6;
      padding: 2rem 0;
      margin-bottom: 2rem; }
      .box__contents .contents02 .box__contents02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .box__contents .contents02 .box__contents02 .unit {
          display: block;
          width: 32%;
          height: 100px;
          padding-bottom: 1rem;
          margin-bottom: 2rem;
          border: 2px solid #002A5F;
          -webkit-transition: .2s ease;
          -o-transition: .2s ease;
          transition: .2s ease;
          background: #F6F6F6; }
          .box__contents .contents02 .box__contents02 .unit:hover {
            -webkit-box-shadow: 0 6px 15px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0 6px 15px 0px rgba(0, 0, 0, 0.3);
            -webkit-animation-name: ani00;
            animation-name: ani00;
            -webkit-animation-duration: .4s;
            animation-duration: .4s;
            -webkit-animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47);
            animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47); }
          .box__contents .contents02 .box__contents02 .unit .img__unit {
            display: block;
            position: relative;
            width: 40px;
            margin: 0 auto;
            top: 45%;
            -webkit-transform: translateY(-60%);
            -ms-transform: translateY(-60%);
            transform: translateY(-60%);
            -webkit-filter: brightness(0.8);
            filter: brightness(0.8); }
            .box__contents .contents02 .box__contents02 .unit .img__unit img {
              display: block;
              width: 100%; }
            .box__contents .contents02 .box__contents02 .unit .img__unit .shoes {
              -webkit-animation-name: ani01;
              animation-name: ani01;
              -webkit-animation-duration: 3s;
              animation-duration: 3s;
              -webkit-animation-delay: 1s;
              animation-delay: 1s;
              -webkit-animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47);
              animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47);
              -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite; }
          .box__contents .contents02 .box__contents02 .unit .title__unit {
            display: block;
            position: relative;
            width: 100%;
            font-size: 1.1rem;
            font-weight: bold;
            text-align: center;
            padding: 0 1rem;
            color: #002A5F;
            top: 40%;
            -webkit-transform: translateY(-60%);
            -ms-transform: translateY(-60%);
            transform: translateY(-60%); }
          .box__contents .contents02 .box__contents02 .unit:first-child {
            border: 2px solid #F9800E; }
            .box__contents .contents02 .box__contents02 .unit:first-child .img__unit {
              -webkit-filter: brightness(1);
              filter: brightness(1); }
            .box__contents .contents02 .box__contents02 .unit:first-child .title__unit {
              color: #F9800E; }
        .box__contents .contents02 .box__contents02 .recommend {
          display: block;
          width: 100%;
          max-width: 500px;
          margin: 0 auto;
          -webkit-transition: .2s ease;
          -o-transition: .2s ease;
          transition: .2s ease; }
          .box__contents .contents02 .box__contents02 .recommend:hover {
            -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            transform: translateY(-10px);
            -webkit-box-shadow: 0 6px 15px -5px rgba(0, 0, 0, 0.4);
            box-shadow: 0 6px 15px -5px rgba(0, 0, 0, 0.4); }
          .box__contents .contents02 .box__contents02 .recommend .pc {
            display: none; }
    .box__contents .contents03 {
      display: block;
      width: 100%;
      margin-bottom: 2rem; }
      .box__contents .contents03 .box__contents03 {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        margin: 0 auto; }
        .box__contents .contents03 .box__contents03 .title__contents03 {
          font-family: 'Quicksand',sans-serif;
          color: #002A5F;
          font-size: 2rem;
          font-weight: bold;
          margin-bottom: 0.5rem; }
        .box__contents .contents03 .box__contents03 .line {
          display: block;
          width: 100%;
          height: 2px;
          background: #87CE76;
          margin: 0 auto 1.5rem 0; }
        .box__contents .contents03 .box__contents03 .desc__contents03 {
          display: block;
          font-size: 1.6rem;
          margin-bottom: 2rem;
          text-align: justify; }
          .box__contents .contents03 .box__contents03 .desc__contents03 br {
            display: none; }
        .box__contents .contents03 .box__contents03 .units__contents03 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .box__contents .contents03 .box__contents03 .units__contents03 .unit {
            display: block;
            width: 48%;
            margin-bottom: 2rem; }
            .box__contents .contents03 .box__contents03 .units__contents03 .unit a {
              display: block;
              width: 100%; }
              .box__contents .contents03 .box__contents03 .units__contents03 .unit a:hover .name__cate::before {
                width: 140%; }
              .box__contents .contents03 .box__contents03 .units__contents03 .unit a img {
                display: block;
                position: relative;
                width: 100%;
                background: #d0d0d0;
                -webkit-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease; }
              .box__contents .contents03 .box__contents03 .units__contents03 .unit a .name__cate {
                display: block;
                position: relative;
                width: 100%;
                line-height: 2rem;
                margin: 0 0 0.5rem auto;
                overflow: hidden;
                padding-right: 1rem;
                text-align: right;
                color: #FFF;
                font-weight: bold;
                font-size: 1.2rem;
                -webkit-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease; }
                .box__contents .contents03 .box__contents03 .units__contents03 .unit a .name__cate::before {
                  display: block;
                  content: '';
                  position: absolute;
                  width: 100%;
                  height: 2rem;
                  background: #87CE76;
                  top: 0;
                  right: -6%;
                  z-index: -1;
                  -webkit-transform: skewX(45deg);
                  -ms-transform: skewX(45deg);
                  transform: skewX(45deg);
                  -webkit-transition: all .4s ease;
                  -o-transition: all .4s ease;
                  transition: all .4s ease; }
              .box__contents .contents03 .box__contents03 .units__contents03 .unit a .cate01::before {
                background: #87CE76; }
              .box__contents .contents03 .box__contents03 .units__contents03 .unit a .cate02::before {
                background: #FF6699; }
              .box__contents .contents03 .box__contents03 .units__contents03 .unit a .cate03::before {
                background: #FFBE1C; }
              .box__contents .contents03 .box__contents03 .units__contents03 .unit a .cate04::before {
                background: #6BAAFB; }
            .box__contents .contents03 .box__contents03 .units__contents03 .unit .desc__unit {
              font-size: 1.4rem;
              text-align: justify; }
    .box__contents .contents04 {
      display: block;
      width: 100%;
      margin-bottom: 2rem; }
      .box__contents .contents04 .box__contents04 {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto; }
        .box__contents .contents04 .box__contents04 .no_sp {
          display: none; }
        .box__contents .contents04 .box__contents04 .staff, .box__contents .contents04 .box__contents04 .blog {
          display: block;
          width: 100%;
          margin-bottom: 4rem; }
        .box__contents .contents04 .box__contents04 .staff .title__contents04, .box__contents .contents04 .box__contents04 .blog .title__contents04 {
          font-family: 'Quicksand',sans-serif;
          color: #002A5F;
          font-size: 1.8rem;
          font-weight: bold;
          margin-bottom: 0.5rem; }
        .box__contents .contents04 .box__contents04 .staff .line, .box__contents .contents04 .box__contents04 .blog .line {
          display: block;
          width: 100%;
          height: 2px;
          background: #87CE76;
          margin: 0 auto 1.5rem 0; }
        .box__contents .contents04 .box__contents04 .staff .desc__contents04, .box__contents .contents04 .box__contents04 .blog .desc__contents04 {
          display: block;
          font-size: 1.6rem;
          margin-bottom: 1rem;
          text-align: justify; }
        .box__contents .contents04 .box__contents04 .staff .banner img, .box__contents .contents04 .box__contents04 .blog .banner img {
          -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16); }
        .box__contents .contents04 .box__contents04 .staff .img__box, .box__contents .contents04 .box__contents04 .blog .img__box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
        .box__contents .contents04 .box__contents04 .staff .img__box a, .box__contents .contents04 .box__contents04 .blog .img__box a {
          display: block;
          width: 100%;
          margin-bottom: 2rem; }
        .box__contents .contents04 .box__contents04 .staff table, .box__contents .contents04 .box__contents04 .blog table {
          width: 100%;
          font-size: 1.2rem;
          margin-bottom: 1rem; }
        .box__contents .contents04 .box__contents04 .staff table th, .box__contents .contents04 .box__contents04 .blog table th {
          padding: 1rem 1rem;
          background: #EEEDED;
          border: 1px solid #D2D2D2;
          font-weight: bold; }
        .box__contents .contents04 .box__contents04 .staff table tr, .box__contents .contents04 .box__contents04 .blog table tr {
          text-align: center;
          border: 1px solid #D2D2D2; }
        .box__contents .contents04 .box__contents04 .staff table td, .box__contents .contents04 .box__contents04 .blog table td {
          padding: 1.5rem 1rem;
          border: 1px solid #D2D2D2; }
    .box__contents .contents05 {
      display: block;
      width: 100%;
      margin-bottom: 2rem; }
      .box__contents .contents05 .box__contents05 {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        margin: 0 auto; }
        .box__contents .contents05 .box__contents05 .title__contents05 {
          font-family: 'Quicksand',sans-serif;
          color: #002A5F;
          font-size: 1.8rem;
          font-weight: bold;
          margin-bottom: 0.5rem; }
        .box__contents .contents05 .box__contents05 .line {
          display: block;
          width: 100%;
          height: 2px;
          background: #87CE76;
          margin: 0 auto 1.5rem 0; }
        .box__contents .contents05 .box__contents05 .desc__contents05 {
          display: block;
          font-size: 1.6rem;
          margin-bottom: 1rem; }
        .box__contents .contents05 .box__contents05 .units__contents05 {
          display: block;
          width: 100%;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .box__contents .contents05 .box__contents05 .units__contents05 .unit__map {
            display: block;
            width: 100%;
            margin-bottom: 2rem; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__map iframe {
              width: 100%;
              height: 300px; }
          .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc {
            display: block;
            width: 100%;
            padding: 2rem 0;
            font-size: 1.6rem; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .tel {
              font-size: 2rem;
              font-weight: bold;
              color: #002A5F;
              margin-top: 0.5em; }
              .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .tel .fa-phone {
                margin-right: 1rem; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .line {
              display: block;
              width: 100%;
              margin: 2rem 0; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .fa-square {
              color: #87CE76;
              margin-right: 1rem; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc strong {
              display: block;
              font-weight: bold;
              margin-bottom: 1rem; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc p {
              margin-bottom: 2rem;
              text-align: justify;
              font-size: 1.6rem; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .pu_service {
              display: block;
              width: 100%;
              margin: 0 auto;
              text-align: center;
              padding: 2rem 0;
              color: #FFF;
              border: 2px solid #002A5F;
              font-weight: bold;
              background-color: #002A5F;
              -webkit-transition: all .2s ease;
              -o-transition: all .2s ease;
              transition: all .2s ease;
              -webkit-box-shadow: 0 6px 15px 0px rgba(0, 0, 0, 0.3);
              box-shadow: 0 6px 15px 0px rgba(0, 0, 0, 0.3); }
  @-webkit-keyframes ani00 {
    0% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px); }
    50% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px); }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px); } }
  @keyframes ani00 {
    0% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px); }
    50% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px); }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px); } }
  @-webkit-keyframes ani01 {
    0% {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px); }
    5% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px); }
    10% {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px); }
    15% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px); }
    20% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px); }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px); } }
  #page-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    font-size: 12px;
    z-index: 999; }
    #page-top a {
      display: block;
      background: rgba(51, 51, 51, 0.7);
      text-decoration: none;
      width: 6rem;
      line-height: 6rem;
      color: #FFF;
      text-align: center;
      display: block;
      border-radius: 50%; }
      #page-top a:hover {
        text-decoration: none;
        opacity: 0.8; }
  footer {
    display: block;
    width: 100%;
    background: #212E37;
    padding: 4rem 0 2rem; }
    footer .box__footer {
      display: block;
      width: 100%;
      max-width: 1200px;
      padding: 0 2rem;
      margin: 0 auto; }
      footer .box__footer .contents__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        footer .box__footer .contents__footer .hours {
          display: block;
          width: 100%;
          margin-bottom: 4rem; }
          footer .box__footer .contents__footer .hours p {
            display: block;
            width: 100%;
            text-align: left;
            color: #FFF;
            font-size: 1.3rem; }
          footer .box__footer .contents__footer .hours .title__contents04 {
            font-family: 'Quicksand',sans-serif;
            color: #FFF;
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 1rem; }
          footer .box__footer .contents__footer .hours .line {
            display: block;
            width: 80px;
            height: 2px;
            background: #87CE76;
            margin: 0 auto 1rem 0; }
          footer .box__footer .contents__footer .hours .desc__contents04 {
            display: block;
            font-size: 1.4rem;
            margin-bottom: 2rem;
            color: #FFF; }
          footer .box__footer .contents__footer .hours table {
            width: 100%;
            font-size: 1.2rem;
            margin-bottom: 1rem; }
            footer .box__footer .contents__footer .hours table th {
              padding: 0.5rem 1rem;
              background: rgba(255, 255, 255, 0.2);
              border: 1px solid #D2D2D2;
              font-weight: bold;
              color: #FFF; }
            footer .box__footer .contents__footer .hours table tr {
              text-align: center;
              border: 1px solid #D2D2D2; }
            footer .box__footer .contents__footer .hours table td {
              padding: 1rem 1rem;
              border: 1px solid #D2D2D2;
              color: #FFF; }
        footer .box__footer .contents__footer .sitemap {
          display: none; }
      footer .box__footer .copy {
        display: block;
        width: 100%;
        margin: 0 auto;
        font-size: 1.2rem;
        color: rgba(255, 255, 255, 0.6);
        text-align: center; }
  .notice {
    border: 1px solid #87ce76;
    margin: 0 0 30px 0;
    padding: 10px; }
    .notice .catch {
      color: #87CE76;
      font-size: 1.4rem;
      font-weight: bold; }
    .notice .desc {
      font-size: 1.3rem; } }

/*--------------------------------------------
Tablet setting
--------------------------------------------*/
@media screen and (min-width: 480px) and (max-width: 1040px) {
  .img_pc {
    display: none; }
  .img_sp img {
    margin-bottom: 4rem; }
  .nav__pc {
    display: none; }
  a:hover {
    text-decoration: none; }
  body {
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    word-break: normal;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  header {
    display: block;
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
    width: 100%;
    background: #FFF;
    z-index: 999; }
    header .box__header {
      display: block;
      position: relative;
      width: 100%;
      height: 60px;
      top: 0;
      z-index: 10; }
      header .box__header .nav__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 60px;
        max-width: 1200px;
        margin: 0 auto;
        padding: 2rem; }
        header .box__header .nav__header .logo {
          display: block;
          width: 400px; }
        header .box__header .nav__header .box__nav .nav__sp button {
          display: block;
          position: relative;
          width: 50px;
          height: 50px;
          background: rgba(51, 51, 51, 0);
          border: none;
          cursor: pointer; }
          header .box__header .nav__header .box__nav .nav__sp button .ham01, header .box__header .nav__header .box__nav .nav__sp button .ham02 {
            display: block;
            position: absolute;
            width: 35px;
            height: 2px;
            background: #002A5F;
            left: 0;
            right: 0;
            margin: 0 auto;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease; }
          header .box__header .nav__header .box__nav .nav__sp button .ham01 {
            top: 15%; }
          header .box__header .nav__header .box__nav .nav__sp button .ham02 {
            top: 42%; }
          header .box__header .nav__header .box__nav .nav__sp button .ham03 {
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            color: #002A5F;
            font-weight: bold;
            font-size: 1rem;
            bottom: 10%; }
          header .box__header .nav__header .box__nav .nav__sp button .ham01_active {
            top: 30%;
            width: 30px;
            -webkit-transform: rotateZ(45deg);
            -ms-transform: rotate(45deg);
            transform: rotateZ(45deg); }
          header .box__header .nav__header .box__nav .nav__sp button .ham02_active {
            top: 30%;
            width: 30px;
            -webkit-transform: rotateZ(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotateZ(-45deg); }
  .header__img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
    margin: 60px 0 2rem;
    background: url(../img/main.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto;
    background-color: #FFF; }
    .header__img::after {
      display: block;
      content: '';
      position: absolute;
      top: -100%;
      left: -50%;
      width: 120%;
      height: 200%;
      background: rgba(135, 206, 118, 0.65);
      -webkit-transform: rotateZ(15deg);
      -ms-transform: rotate(15deg);
      transform: rotateZ(15deg); }
    .header__img .header__contents {
      display: block;
      position: relative;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 2;
      padding: 0 2rem;
      color: #FFF; }
      .header__img .header__contents .hc__catch {
        color: #FFF;
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 3rem;
        line-height: 1.5; }
      .header__img .header__contents p {
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 2rem; }
      .header__img .header__contents .link__catch {
        display: block;
        width: 220px;
        padding: 1.5rem;
        border: 3px solid #FFF;
        text-align: center;
        font-size: 1.4rem;
        border: 3px solid #ff861f;
        color: #FFF;
        background: #ff861f;
        font-weight: bold;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        .header__img .header__contents .link__catch span {
          margin-right: 1rem;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
        .header__img .header__contents .link__catch:hover span {
          margin-right: 2rem; }
  .navlist__sp {
    display: block;
    position: fixed;
    width: 280px;
    height: 100%;
    padding-top: 60px;
    top: 0px;
    left: 0;
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    transform: translateX(-280px);
    background: #FAFAFA;
    z-index: 20;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .navlist__sp a {
      display: block;
      width: 100%;
      padding: 2rem;
      border-bottom: 1px solid #e8e8e8;
      color: #002A5F;
      font-size: 1.3rem;
      font-weight: bold; }
      .navlist__sp a span {
        margin-right: 1rem; }
  .navlist__open {
    overflow-y: scroll;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }
    .navlist__open::-webkit-scrollbar {
      display: none; }
  .back__black {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 52, 53, 0.58);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 10; }
  .bb_active {
    display: block; }
  .box__contents {
    display: block;
    width: 100%;
    margin: 0 auto; }
    .box__contents .contents01 {
      display: block;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 2rem; }
      .box__contents .contents01 .box__contents01 {
        display: block;
        width: 100%;
        margin-bottom: 4rem; }
        .box__contents .contents01 .box__contents01 .unit01 {
          display: block;
          width: 100%;
          min-width: 360px;
          margin-bottom: 1rem; }
          .box__contents .contents01 .box__contents01 .unit01 img {
            display: block;
            width: 100%; }
        .box__contents .contents01 .box__contents01 .unit02, .box__contents .contents01 .box__contents01 .unit03 {
          display: block;
          width: 100%; }
        .box__contents .contents01 .box__contents01 .unit02 .title__unit, .box__contents .contents01 .box__contents01 .unit03 .title__unit {
          font-family: 'Quicksand',sans-serif;
          color: #002A5F;
          font-size: 2.8rem;
          font-weight: bold;
          margin-bottom: 1rem; }
        .box__contents .contents01 .box__contents01 .unit02 .catch__unit, .box__contents .contents01 .box__contents01 .unit03 .catch__unit {
          color: #87CE76;
          font-size: 2.4rem;
          font-weight: bold;
          margin-bottom: 2rem; }
        .box__contents .contents01 .box__contents01 .unit02 .desc__unit, .box__contents .contents01 .box__contents01 .unit03 .desc__unit {
          font-size: 1.6rem;
          text-align: justify;
          margin-bottom: 2rem; }
    .box__contents .contents02 {
      display: block;
      width: 100%;
      background: url(../img/join_bg.png);
      background-color: #F6F6F6;
      padding: 4rem 0;
      margin-bottom: 4rem; }
      .box__contents .contents02 .box__contents02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .box__contents .contents02 .box__contents02 .unit {
          display: block;
          width: 32%;
          height: 200px;
          padding-bottom: 1rem;
          margin-bottom: 4rem;
          border: 2px solid #002A5F;
          -webkit-transition: .2s ease;
          -o-transition: .2s ease;
          transition: .2s ease;
          background: #F6F6F6; }
          .box__contents .contents02 .box__contents02 .unit:hover {
            -webkit-box-shadow: 0 6px 15px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0 6px 15px 0px rgba(0, 0, 0, 0.3);
            -webkit-animation-name: ani00;
            animation-name: ani00;
            -webkit-animation-duration: .4s;
            animation-duration: .4s;
            -webkit-animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47);
            animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47); }
          .box__contents .contents02 .box__contents02 .unit .img__unit {
            display: block;
            position: relative;
            width: 70px;
            margin: 0 auto;
            top: 40%;
            -webkit-transform: translateY(-60%);
            -ms-transform: translateY(-60%);
            transform: translateY(-60%);
            -webkit-filter: brightness(0.8);
            filter: brightness(0.8); }
            .box__contents .contents02 .box__contents02 .unit .img__unit img {
              display: block;
              width: 100%; }
            .box__contents .contents02 .box__contents02 .unit .img__unit .shoes {
              -webkit-animation-name: ani01;
              animation-name: ani01;
              -webkit-animation-duration: 3s;
              animation-duration: 3s;
              -webkit-animation-delay: 1s;
              animation-delay: 1s;
              -webkit-animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47);
              animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47);
              -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite; }
          .box__contents .contents02 .box__contents02 .unit .title__unit {
            display: block;
            position: relative;
            width: 100%;
            font-size: 1.6rem;
            font-weight: bold;
            text-align: center;
            padding: 0 1rem;
            color: #002A5F;
            top: 40%;
            -webkit-transform: translateY(-60%);
            -ms-transform: translateY(-60%);
            transform: translateY(-60%); }
          .box__contents .contents02 .box__contents02 .unit:first-child {
            border: 2px solid #F9800E; }
            .box__contents .contents02 .box__contents02 .unit:first-child .img__unit {
              -webkit-filter: brightness(1);
              filter: brightness(1); }
            .box__contents .contents02 .box__contents02 .unit:first-child .title__unit {
              color: #F9800E; }
        .box__contents .contents02 .box__contents02 .recommend {
          display: block;
          width: 100%;
          max-width: 500px;
          margin: 0 auto;
          height: 200px;
          -webkit-transition: .2s ease;
          -o-transition: .2s ease;
          transition: .2s ease; }
          .box__contents .contents02 .box__contents02 .recommend .sp {
            display: none; }
    .box__contents .contents03 {
      display: block;
      width: 100%;
      margin-bottom: 4rem; }
      .box__contents .contents03 .box__contents03 {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        margin: 0 auto; }
        .box__contents .contents03 .box__contents03 .title__contents03 {
          font-family: 'Quicksand',sans-serif;
          color: #002A5F;
          font-size: 2.4rem;
          font-weight: bold;
          margin-bottom: 2rem; }
        .box__contents .contents03 .box__contents03 .line {
          display: block;
          width: 80px;
          height: 2px;
          background: #87CE76;
          margin: 0 auto 2rem 0; }
        .box__contents .contents03 .box__contents03 .desc__contents03 {
          display: block;
          font-size: 1.6rem;
          margin-bottom: 4rem;
          margin-bottom: 4rem; }
          .box__contents .contents03 .box__contents03 .desc__contents03 br {
            display: none; }
        .box__contents .contents03 .box__contents03 .units__contents03 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .box__contents .contents03 .box__contents03 .units__contents03 .unit {
            display: block;
            width: 48%;
            margin-bottom: 4rem; }
            .box__contents .contents03 .box__contents03 .units__contents03 .unit a {
              display: block;
              width: 100%; }
              .box__contents .contents03 .box__contents03 .units__contents03 .unit a:hover .name__cate::before {
                width: 140%; }
              .box__contents .contents03 .box__contents03 .units__contents03 .unit a img {
                display: block;
                position: relative;
                width: 100%;
                background: #d0d0d0;
                -webkit-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease; }
              .box__contents .contents03 .box__contents03 .units__contents03 .unit a .name__cate {
                display: block;
                position: relative;
                width: 100%;
                line-height: 3rem;
                margin: 0 0 1rem auto;
                overflow: hidden;
                padding-right: 1rem;
                text-align: right;
                color: #FFF;
                font-weight: bold;
                font-size: 1.3rem;
                -webkit-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease; }
                .box__contents .contents03 .box__contents03 .units__contents03 .unit a .name__cate::before {
                  display: block;
                  content: '';
                  position: absolute;
                  width: 90%;
                  height: 3rem;
                  background: #87CE76;
                  top: 0;
                  right: -10%;
                  z-index: -1;
                  -webkit-transform: skewX(45deg);
                  -ms-transform: skewX(45deg);
                  transform: skewX(45deg);
                  -webkit-transition: all .4s ease;
                  -o-transition: all .4s ease;
                  transition: all .4s ease; }
              .box__contents .contents03 .box__contents03 .units__contents03 .unit a .cate01::before {
                background: #87CE76; }
              .box__contents .contents03 .box__contents03 .units__contents03 .unit a .cate02::before {
                background: #FF6699; }
              .box__contents .contents03 .box__contents03 .units__contents03 .unit a .cate03::before {
                background: #FFBE1C; }
              .box__contents .contents03 .box__contents03 .units__contents03 .unit a .cate04::before {
                background: #6BAAFB; }
            .box__contents .contents03 .box__contents03 .units__contents03 .unit .desc__unit {
              font-size: 1.5rem;
              text-align: justify; }
    .box__contents .contents04 {
      display: block;
      width: 100%;
      margin-bottom: 4rem; }
      .box__contents .contents04 .box__contents04 {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto; }
        .box__contents .contents04 .box__contents04 .no_sp {
          display: none; }
        .box__contents .contents04 .box__contents04 .staff, .box__contents .contents04 .box__contents04 .blog {
          display: block;
          width: 100%;
          margin-bottom: 8rem; }
        .box__contents .contents04 .box__contents04 .staff p, .box__contents .contents04 .box__contents04 .blog p {
          display: block;
          width: 100%;
          text-align: right;
          font-size: 1.3rem; }
        .box__contents .contents04 .box__contents04 .staff .title__contents04, .box__contents .contents04 .box__contents04 .blog .title__contents04 {
          font-family: 'Quicksand',sans-serif;
          color: #002A5F;
          font-size: 2.4rem;
          font-weight: bold;
          margin-bottom: 2rem; }
        .box__contents .contents04 .box__contents04 .staff .line, .box__contents .contents04 .box__contents04 .blog .line {
          display: block;
          width: 80px;
          height: 2px;
          background: #87CE76;
          margin: 0 auto 2rem 0; }
        .box__contents .contents04 .box__contents04 .staff .desc__contents04, .box__contents .contents04 .box__contents04 .blog .desc__contents04 {
          display: block;
          font-size: 1.6rem;
          margin-bottom: 2rem;
          text-align: justify; }
        .box__contents .contents04 .box__contents04 .staff .banner img, .box__contents .contents04 .box__contents04 .blog .banner img {
          -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
        .box__contents .contents04 .box__contents04 .staff .banner img:hover, .box__contents .contents04 .box__contents04 .blog .banner img:hover {
          -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
        .box__contents .contents04 .box__contents04 .staff .img__box, .box__contents .contents04 .box__contents04 .blog .img__box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
        .box__contents .contents04 .box__contents04 .staff .img__box a, .box__contents .contents04 .box__contents04 .blog .img__box a {
          display: block;
          width: 48%; }
    .box__contents .contents05 {
      display: block;
      width: 100%;
      margin-bottom: 8rem; }
      .box__contents .contents05 .box__contents05 {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        margin: 0 auto; }
        .box__contents .contents05 .box__contents05 .title__contents05 {
          font-family: 'Quicksand',sans-serif;
          color: #002A5F;
          font-size: 2.4rem;
          font-weight: bold;
          margin-bottom: 2rem; }
        .box__contents .contents05 .box__contents05 .line {
          display: block;
          width: 80px;
          height: 2px;
          background: #87CE76;
          margin: 0 auto 2rem 0; }
        .box__contents .contents05 .box__contents05 .desc__contents05 {
          display: block;
          font-size: 1.6rem;
          margin-bottom: 4rem; }
        .box__contents .contents05 .box__contents05 .units__contents05 {
          display: block;
          width: 100%;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .box__contents .contents05 .box__contents05 .units__contents05 .unit__map {
            display: block;
            width: 100%;
            margin-bottom: 4rem; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__map iframe {
              width: 100%;
              height: 400px; }
          .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc {
            display: block;
            width: 100%;
            font-size: 1.4rem; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .address {
              font-size: 1.5rem; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .tel {
              font-size: 2.4rem;
              font-weight: bold;
              color: #002A5F;
              margin-top: 0.5em; }
              .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .tel .fa-phone {
                margin-right: 1rem; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .line {
              display: block;
              width: 100%;
              margin: 2rem 0; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .fa-square {
              color: #87CE76;
              margin-right: 1rem; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc strong {
              font-weight: bold;
              font-size: 1.6rem; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc p {
              padding-left: 2.4rem;
              margin-bottom: 4rem;
              text-align: justify;
              font-size: 1.5rem; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .pu_service {
              display: block;
              width: 400px;
              margin: 0 auto;
              text-align: center;
              padding: 2rem 0;
              color: #FFF;
              border: 2px solid #002A5F;
              font-weight: bold;
              background-color: #002A5F;
              -webkit-transition: all .2s ease;
              -o-transition: all .2s ease;
              transition: all .2s ease;
              -webkit-box-shadow: 0 6px 15px 0px rgba(0, 0, 0, 0.3);
              box-shadow: 0 6px 15px 0px rgba(0, 0, 0, 0.3); }
              .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .pu_service br {
                display: none; }
  @-webkit-keyframes ani00 {
    0% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px); }
    50% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px); }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px); } }
  @keyframes ani00 {
    0% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px); }
    50% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px); }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px); } }
  @-webkit-keyframes ani01 {
    0% {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px); }
    5% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px); }
    10% {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px); }
    15% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px); }
    20% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px); }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px); } }
  #page-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    font-size: 13px;
    z-index: 999; }
    #page-top a {
      display: block;
      background: #333;
      text-decoration: none;
      width: 6rem;
      line-height: 6rem;
      color: #FFF;
      text-align: center;
      display: block;
      border-radius: 50%; }
      #page-top a:hover {
        text-decoration: none;
        opacity: 0.8; }
  footer {
    display: block;
    width: 100%;
    background: #212E37;
    padding: 4rem 0 2rem; }
    footer .box__footer {
      display: block;
      width: 100%;
      max-width: 1200px;
      padding: 0 2rem;
      margin: 0 auto; }
      footer .box__footer .contents__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        footer .box__footer .contents__footer .hours {
          display: block;
          width: 100%;
          margin-bottom: 4rem; }
          footer .box__footer .contents__footer .hours p {
            display: block;
            width: 100%;
            text-align: left;
            color: #FFF;
            font-size: 1.3rem; }
          footer .box__footer .contents__footer .hours .title__contents04 {
            font-family: 'Quicksand',sans-serif;
            color: #FFF;
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 1rem; }
          footer .box__footer .contents__footer .hours .line {
            display: block;
            width: 80px;
            height: 2px;
            background: #87CE76;
            margin: 0 auto 1rem 0; }
          footer .box__footer .contents__footer .hours .desc__contents04 {
            display: block;
            font-size: 1.4rem;
            margin-bottom: 2rem;
            color: #FFF; }
          footer .box__footer .contents__footer .hours table {
            width: 100%;
            font-size: 1.3rem;
            margin-bottom: 1rem; }
            footer .box__footer .contents__footer .hours table th {
              padding: 0.5rem 2rem;
              background: rgba(255, 255, 255, 0.2);
              border: 1px solid #D2D2D2;
              font-weight: bold;
              color: #FFF; }
            footer .box__footer .contents__footer .hours table tr {
              text-align: center;
              border: 1px solid #D2D2D2; }
            footer .box__footer .contents__footer .hours table td {
              padding: 1rem 2rem;
              border: 1px solid #D2D2D2;
              color: #FFF; }
        footer .box__footer .contents__footer .sitemap {
          display: none; }
      footer .box__footer .copy {
        display: block;
        width: 100%;
        margin: 0 auto;
        font-size: 1rem;
        color: rgba(255, 255, 255, 0.6);
        text-align: center; }
  .notice {
    border: 1px solid #87ce76;
    margin: 0 0 30px 0;
    padding: 10px; }
    .notice .catch {
      color: #87CE76;
      font-size: 2.4rem;
      font-weight: bold; }
    .notice .desc {
      font-size: 1.6rem; } }

/*--------------------------------------------
PC setting(narrow)
--------------------------------------------*/
@media screen and (min-width: 1040px) {
  .img_sp {
    display: none; }
  .img_pc img {
    margin-bottom: 6rem; }
  .nav__sp, .navlist__sp {
    display: none; }
  a:hover {
    text-decoration: none; }
  body {
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    word-break: normal;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
    background: #FFF;
    z-index: 999; }
    header .box__header {
      display: block;
      position: relative;
      width: 100%;
      height: 60px;
      top: 0;
      z-index: 10; }
      header .box__header .nav__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 60px;
        max-width: 1200px;
        margin: 0 auto;
        padding: 2rem; }
        header .box__header .nav__header .logo {
          display: block;
          width: 400px; }
        header .box__header .nav__header .box__nav .nav__pc a {
          font-size: 1.3rem;
          color: #002A5F;
          margin-left: 2.4rem;
          font-weight: bold; }
          header .box__header .nav__header .box__nav .nav__pc a span {
            margin-right: 0.5rem; }
          header .box__header .nav__header .box__nav .nav__pc a:hover {
            opacity: 0.8; }
  .header__img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
    margin: 60px 0 8rem;
    background: url(../img/main.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto;
    background-color: #FFF; }
    .header__img::after {
      display: block;
      content: '';
      position: absolute;
      top: -100%;
      left: -50%;
      width: 110%;
      height: 200%;
      background: rgba(135, 206, 118, 0.65);
      -webkit-transform: rotateZ(15deg);
      -ms-transform: rotate(15deg);
      transform: rotateZ(15deg); }
    .header__img .header__contents {
      display: block;
      position: relative;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 10;
      padding: 0 2rem;
      color: #FFF; }
      .header__img .header__contents .hc__catch {
        color: #FFF;
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 3rem;
        line-height: 1.5; }
      .header__img .header__contents p {
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 2rem; }
      .header__img .header__contents .link__catch {
        display: block;
        position: relative;
        width: 220px;
        padding: 1.5rem;
        text-align: center;
        font-size: 1.4rem;
        border: 3px solid #ff861f;
        color: #FFF;
        background: #ff861f;
        font-weight: bold;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        .header__img .header__contents .link__catch span {
          margin-right: 1rem;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
        .header__img .header__contents .link__catch:hover span {
          margin-right: 2rem; }
        .header__img .header__contents .link__catch:hover::after {
          -webkit-transform: translate3d(0.6rem, 0.6rem, 0);
          transform: translate3d(0.6rem, 0.6rem, 0); }
        .header__img .header__contents .link__catch::after {
          display: block;
          content: "";
          width: 217px;
          height: 55px;
          position: absolute;
          background: none;
          border-right: 3px solid #ff861f;
          border-bottom: 3px solid #ff861f;
          top: 0rem;
          left: 0rem;
          -webkit-transition: .2s ease;
          -o-transition: .2s ease;
          transition: .2s ease; }
  .box__contents {
    display: block;
    width: 100%;
    margin: 0 auto; }
    .box__contents .contents01 {
      display: block;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 2rem; }
      .box__contents .contents01 .box__contents01 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 8rem; }
        .box__contents .contents01 .box__contents01 .unit01 {
          display: block;
          width: 40%;
          min-width: 360px; }
          .box__contents .contents01 .box__contents01 .unit01 img {
            display: block;
            width: 100%; }
        .box__contents .contents01 .box__contents01 .unit02, .box__contents .contents01 .box__contents01 .unit03 {
          display: block;
          width: 60%;
          padding: 0rem 3rem; }
        .box__contents .contents01 .box__contents01 .unit02 .title__unit, .box__contents .contents01 .box__contents01 .unit03 .title__unit {
          font-family: 'Quicksand',sans-serif;
          color: #002A5F;
          font-size: 2.8rem;
          font-weight: bold;
          margin-bottom: 1rem; }
        .box__contents .contents01 .box__contents01 .unit02 .catch__unit, .box__contents .contents01 .box__contents01 .unit03 .catch__unit {
          color: #87CE76;
          font-size: 2.4rem;
          font-weight: bold;
          margin-bottom: 2rem; }
        .box__contents .contents01 .box__contents01 .unit02 .desc__unit, .box__contents .contents01 .box__contents01 .unit03 .desc__unit {
          font-size: 1.6rem;
          text-align: justify;
          margin-bottom: 2rem; }
    .box__contents .contents02 {
      display: block;
      width: 100%;
      background: url(../img/join_bg.png);
      background-color: #F6F6F6;
      padding: 8rem 0;
      margin-bottom: 8rem; }
      .box__contents .contents02 .box__contents02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .box__contents .contents02 .box__contents02 .unit {
          display: block;
          width: 15%;
          height: 200px;
          padding-bottom: 1rem;
          border: 2px solid #002A5F;
          -webkit-transition: .2s ease;
          -o-transition: .2s ease;
          transition: .2s ease;
          background: #F6F6F6; }
          .box__contents .contents02 .box__contents02 .unit:hover {
            -webkit-box-shadow: 0 6px 15px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0 6px 15px 0px rgba(0, 0, 0, 0.3);
            -webkit-animation-name: ani00;
            animation-name: ani00;
            -webkit-animation-duration: .4s;
            animation-duration: .4s;
            -webkit-animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47);
            animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47); }
          .box__contents .contents02 .box__contents02 .unit .img__unit {
            display: block;
            position: relative;
            width: 70px;
            margin: 0 auto;
            top: 40%;
            -webkit-transform: translateY(-60%);
            -ms-transform: translateY(-60%);
            transform: translateY(-60%);
            -webkit-filter: brightness(0.8);
            filter: brightness(0.8); }
            .box__contents .contents02 .box__contents02 .unit .img__unit img {
              display: block;
              width: 100%; }
            .box__contents .contents02 .box__contents02 .unit .img__unit .shoes {
              -webkit-animation-name: ani01;
              animation-name: ani01;
              -webkit-animation-duration: 3s;
              animation-duration: 3s;
              -webkit-animation-delay: 1s;
              animation-delay: 1s;
              -webkit-animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47);
              animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47);
              -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite; }
          .box__contents .contents02 .box__contents02 .unit .title__unit {
            display: block;
            position: relative;
            width: 100%;
            font-size: 1.6rem;
            font-weight: bold;
            text-align: center;
            padding: 0 1rem;
            color: #002A5F;
            top: 40%;
            -webkit-transform: translateY(-60%);
            -ms-transform: translateY(-60%);
            transform: translateY(-60%); }
          .box__contents .contents02 .box__contents02 .unit:first-child {
            border: 2px solid #F9800E; }
            .box__contents .contents02 .box__contents02 .unit:first-child .img__unit {
              -webkit-filter: brightness(1);
              filter: brightness(1); }
            .box__contents .contents02 .box__contents02 .unit:first-child .title__unit {
              color: #F9800E; }
        .box__contents .contents02 .box__contents02 .recommend {
          display: block;
          width: 500px;
          height: 200px;
          -webkit-transition: .2s ease;
          -o-transition: .2s ease;
          transition: .2s ease; }
          .box__contents .contents02 .box__contents02 .recommend .sp {
            display: none; }
    .box__contents .contents03 {
      display: block;
      width: 100%;
      margin-bottom: 8rem; }
      .box__contents .contents03 .box__contents03 {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        margin: 0 auto; }
        .box__contents .contents03 .box__contents03 .title__contents03 {
          font-family: 'Quicksand',sans-serif;
          color: #002A5F;
          font-size: 2.4rem;
          font-weight: bold;
          margin-bottom: 1.5rem; }
        .box__contents .contents03 .box__contents03 .line {
          display: block;
          width: 80px;
          height: 2px;
          background: #87CE76;
          margin: 0 auto 2rem 0; }
        .box__contents .contents03 .box__contents03 .desc__contents03 {
          display: block;
          font-size: 1.6rem;
          margin-bottom: 4rem; }
        .box__contents .contents03 .box__contents03 .units__contents03 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .box__contents .contents03 .box__contents03 .units__contents03 .unit {
            display: block;
            width: 32%;
            margin-bottom: 4rem; }
            .box__contents .contents03 .box__contents03 .units__contents03 .unit a {
              display: block;
              width: 100%; }
              .box__contents .contents03 .box__contents03 .units__contents03 .unit a:hover .name__cate::before {
                width: 140%; }
              .box__contents .contents03 .box__contents03 .units__contents03 .unit a img {
                display: block;
                position: relative;
                width: 100%;
                background: #d0d0d0;
                -webkit-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease; }
              .box__contents .contents03 .box__contents03 .units__contents03 .unit a .name__cate {
                display: block;
                position: relative;
                width: 100%;
                line-height: 3rem;
                margin: 0 0 1rem auto;
                overflow: hidden;
                padding-right: 1rem;
                text-align: right;
                color: #FFF;
                font-weight: bold;
                font-size: 1.3rem;
                -webkit-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease; }
                .box__contents .contents03 .box__contents03 .units__contents03 .unit a .name__cate::before {
                  display: block;
                  content: '';
                  position: absolute;
                  width: 75%;
                  height: 3rem;
                  background: #87CE76;
                  top: 0;
                  right: -20%;
                  z-index: -1;
                  -webkit-transform: skewX(45deg);
                  -ms-transform: skewX(45deg);
                  transform: skewX(45deg);
                  -webkit-transition: all .4s ease;
                  -o-transition: all .4s ease;
                  transition: all .4s ease; }
              .box__contents .contents03 .box__contents03 .units__contents03 .unit a .cate01::before {
                background: #87CE76; }
              .box__contents .contents03 .box__contents03 .units__contents03 .unit a .cate02::before {
                background: #FF6699; }
              .box__contents .contents03 .box__contents03 .units__contents03 .unit a .cate03::before {
                background: #FFBE1C; }
              .box__contents .contents03 .box__contents03 .units__contents03 .unit a .cate04::before {
                background: #6BAAFB; }
            .box__contents .contents03 .box__contents03 .units__contents03 .unit .desc__unit {
              font-size: 1.5rem;
              text-align: justify; }
    .box__contents .contents04 {
      display: block;
      width: 100%;
      margin-bottom: 8rem; }
      .box__contents .contents04 .box__contents04 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto; }
        .box__contents .contents04 .box__contents04 .no_sp {
          font-weight: bold; }
        .box__contents .contents04 .box__contents04 .staff, .box__contents .contents04 .box__contents04 .blog {
          display: block;
          width: 48%; }
        .box__contents .contents04 .box__contents04 .staff .title__contents04, .box__contents .contents04 .box__contents04 .blog .title__contents04 {
          font-family: 'Quicksand',sans-serif;
          color: #002A5F;
          font-size: 2.2rem;
          font-weight: bold;
          margin-bottom: 1.5rem; }
        .box__contents .contents04 .box__contents04 .staff .line, .box__contents .contents04 .box__contents04 .blog .line {
          display: block;
          width: 80px;
          height: 2px;
          background: #87CE76;
          margin: 0 auto 2rem 0; }
        .box__contents .contents04 .box__contents04 .staff .desc__contents04, .box__contents .contents04 .box__contents04 .blog .desc__contents04 {
          display: block;
          font-size: 1.6rem;
          margin-bottom: 4rem;
          text-align: justify; }
        .box__contents .contents04 .box__contents04 .staff .banner img, .box__contents .contents04 .box__contents04 .blog .banner img {
          -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
        .box__contents .contents04 .box__contents04 .staff .banner img:hover, .box__contents .contents04 .box__contents04 .blog .banner img:hover {
          -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
        .box__contents .contents04 .box__contents04 .staff .img__box, .box__contents .contents04 .box__contents04 .blog .img__box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
        .box__contents .contents04 .box__contents04 .staff .img__box a, .box__contents .contents04 .box__contents04 .blog .img__box a {
          display: block;
          width: 48%; }
    .box__contents .contents05 {
      display: block;
      width: 100%;
      margin-bottom: 8rem; }
      .box__contents .contents05 .box__contents05 {
        display: block;
        width: 100%;
        max-width: 1200px;
        padding: 0 2rem;
        margin: 0 auto; }
        .box__contents .contents05 .box__contents05 .title__contents05 {
          font-family: 'Quicksand',sans-serif;
          color: #002A5F;
          font-size: 2.2rem;
          font-weight: bold;
          margin-bottom: 1.5rem; }
        .box__contents .contents05 .box__contents05 .line {
          display: block;
          width: 80px;
          height: 2px;
          background: #87CE76;
          margin: 0 auto 2rem 0; }
        .box__contents .contents05 .box__contents05 .desc__contents05 {
          display: block;
          font-size: 1.6rem;
          margin-bottom: 4rem; }
        .box__contents .contents05 .box__contents05 .units__contents05 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .box__contents .contents05 .box__contents05 .units__contents05 .unit__map {
            display: block;
            width: 40%; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__map iframe {
              width: 100%;
              height: 464px; }
          .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc {
            display: block;
            width: 60%;
            padding: 0 3rem;
            font-size: 1.4rem; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .address {
              font-size: 1.5rem; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .tel {
              font-size: 2.4rem;
              font-weight: bold;
              color: #002A5F;
              margin-top: 0.5em; }
              .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .tel .fa-phone {
                margin-right: 1rem; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .line {
              display: block;
              width: 100%;
              margin: 2rem 0; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .fa-square {
              color: #87CE76;
              margin-right: 1rem; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc strong {
              font-weight: bold;
              font-size: 1.6rem; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc p {
              padding-left: 2.4rem;
              margin-bottom: 4rem;
              text-align: justify;
              font-size: 1.5rem; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .pu_service {
              display: block;
              width: 400px;
              margin: 0 auto;
              text-align: center;
              padding: 2rem 0;
              color: #002A5F;
              border: 2px solid #002A5F;
              font-weight: bold;
              background-color: #FFF;
              -webkit-transition: all .2s ease;
              -o-transition: all .2s ease;
              transition: all .2s ease; }
              .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .pu_service br {
                display: none; }
              .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .pu_service:hover {
                background-color: #002A5F;
                color: #FFF;
                -webkit-box-shadow: 0 6px 15px 0px rgba(0, 0, 0, 0.3);
                box-shadow: 0 6px 15px 0px rgba(0, 0, 0, 0.3);
                -webkit-animation-name: ani00;
                animation-name: ani00;
                -webkit-animation-duration: .4s;
                animation-duration: .4s;
                -webkit-animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47);
                animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47); }
  @-webkit-keyframes ani00 {
    0% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px); }
    50% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px); }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px); } }
  @keyframes ani00 {
    0% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px); }
    50% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px); }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px); } }
  @-webkit-keyframes ani01 {
    0% {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px); }
    5% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px); }
    10% {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px); }
    15% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px); }
    20% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px); }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px); } }
  @-webkit-keyframes ani00 {
    0% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px); }
    50% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px); }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px); } }
  @keyframes ani00 {
    0% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px); }
    50% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px); }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px); } }
  #page-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    font-size: 13px;
    z-index: 999; }
    #page-top a {
      display: block;
      background: #333;
      text-decoration: none;
      width: 6rem;
      line-height: 6rem;
      color: #FFF;
      text-align: center;
      display: block;
      border-radius: 50%; }
      #page-top a:hover {
        text-decoration: none;
        opacity: 0.8; }
  footer {
    display: block;
    width: 100%;
    background: #212E37;
    padding: 4rem 0 2rem; }
    footer .box__footer {
      display: block;
      width: 100%;
      max-width: 1200px;
      padding: 0 2rem;
      margin: 0 auto; }
      footer .box__footer .contents__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        footer .box__footer .contents__footer .hours {
          display: block;
          width: 400px;
          margin-bottom: 4rem;
          margin-right: 4rem; }
          footer .box__footer .contents__footer .hours p {
            display: block;
            width: 100%;
            text-align: left;
            color: #FFF;
            font-size: 1.3rem; }
          footer .box__footer .contents__footer .hours .title__contents04 {
            font-family: 'Quicksand',sans-serif;
            color: #FFF;
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 1rem; }
          footer .box__footer .contents__footer .hours .line {
            display: block;
            width: 80px;
            height: 2px;
            background: #87CE76;
            margin: 0 auto 1rem 0; }
          footer .box__footer .contents__footer .hours .desc__contents04 {
            display: block;
            font-size: 1.4rem;
            margin-bottom: 2rem;
            color: #FFF; }
          footer .box__footer .contents__footer .hours table {
            width: 400px;
            font-size: 1.3rem;
            margin-bottom: 1rem; }
            footer .box__footer .contents__footer .hours table th {
              padding: 0.5rem 2rem;
              background: rgba(255, 255, 255, 0.2);
              border: 1px solid #D2D2D2;
              font-weight: bold;
              color: #FFF; }
            footer .box__footer .contents__footer .hours table tr {
              text-align: center;
              border: 1px solid #D2D2D2; }
            footer .box__footer .contents__footer .hours table td {
              padding: 1rem 2rem;
              border: 1px solid #D2D2D2;
              color: #FFF; }
        footer .box__footer .contents__footer .sitemap {
          display: block;
          padding-right: 5rem; }
          footer .box__footer .contents__footer .sitemap a {
            display: block;
            font-size: 1.5rem;
            color: #FFF;
            margin-bottom: 1rem;
            padding-left: 1rem;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease; }
            footer .box__footer .contents__footer .sitemap a span {
              display: inline-block;
              -webkit-transform: translateX(-1rem);
              -ms-transform: translateX(-1rem);
              transform: translateX(-1rem);
              -webkit-transition: all .3s ease;
              -o-transition: all .3s ease;
              transition: all .3s ease; }
            footer .box__footer .contents__footer .sitemap a:hover {
              opacity: 0.6; }
              footer .box__footer .contents__footer .sitemap a:hover span {
                -webkit-transform: translateX(-0.5rem);
                -ms-transform: translateX(-0.5rem);
                transform: translateX(-0.5rem); }
      footer .box__footer .copy {
        display: block;
        width: 100%;
        margin: 0 auto;
        font-size: 1.3rem;
        color: rgba(255, 255, 255, 0.6);
        text-align: center; }
  .notice {
    border: 1px solid #87ce76;
    margin: -40px 0 40px 0;
    padding: 10px; }
    .notice .catch {
      color: #87CE76;
      font-size: 2.4rem;
      font-weight: bold; }
    .notice .desc {
      font-size: 1.6rem; } }

/*--------------------------------------------
PC setting(wide)
--------------------------------------------*/
@media screen and (min-width: 1200px) {
  .img_sp {
    display: none; }
  .img_pc img {
    margin-bottom: 6rem; }
  .nav__sp, .navlist__sp {
    display: none; }
  a:hover {
    text-decoration: none; }
  body {
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    word-break: normal;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
    background: #FFF;
    z-index: 999; }
    header .box__header {
      display: block;
      position: relative;
      width: 100%;
      height: 60px;
      top: 0;
      z-index: 10; }
      header .box__header .nav__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 60px;
        max-width: 1200px;
        margin: 0 auto;
        padding: 2rem; }
        header .box__header .nav__header .logo {
          display: block;
          width: 400px; }
        header .box__header .nav__header .box__nav .nav__pc a {
          font-size: 1.3rem;
          color: #002A5F;
          margin-left: 2.4rem;
          font-weight: bold; }
          header .box__header .nav__header .box__nav .nav__pc a span {
            margin-right: 0.5rem; }
          header .box__header .nav__header .box__nav .nav__pc a:hover {
            opacity: 0.8; }
  .header__img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
    margin-bottom: 60px 0 8rem;
    background: url(../img/main.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto;
    background-color: #FFF; }
    .header__img::after {
      display: block;
      content: '';
      position: absolute;
      top: -100%;
      left: -50%;
      width: 100%;
      height: 200%;
      background: rgba(135, 206, 118, 0.65);
      -webkit-transform: rotateZ(15deg);
      -ms-transform: rotate(15deg);
      transform: rotateZ(15deg); }
    .header__img .header__contents {
      display: block;
      position: relative;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 10;
      padding: 0 2rem;
      color: #FFF; }
      .header__img .header__contents .hc__catch {
        color: #FFF;
        font-size: 4rem;
        font-weight: bold;
        margin-bottom: 3rem;
        line-height: 1.5; }
      .header__img .header__contents p {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 2rem; }
      .header__img .header__contents .link__catch {
        display: block;
        position: relative;
        width: 220px;
        padding: 1.5rem;
        border: 3px solid #FFF;
        text-align: center;
        font-size: 1.4rem;
        border: 3px solid #ff861f;
        color: #FFF;
        background: #ff861f;
        font-weight: bold;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        .header__img .header__contents .link__catch span {
          margin-right: 1rem;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
        .header__img .header__contents .link__catch:hover span {
          margin-right: 2rem; }
        .header__img .header__contents .link__catch:hover::after {
          -webkit-transform: translate3d(0.6rem, 0.6rem, 0);
          transform: translate3d(0.6rem, 0.6rem, 0); }
        .header__img .header__contents .link__catch::after {
          display: block;
          content: "";
          width: 217px;
          height: 55px;
          position: absolute;
          background: none;
          border-right: 3px solid #ff861f;
          border-bottom: 3px solid #ff861f;
          top: 0rem;
          left: 0rem;
          -webkit-transition: .2s ease;
          -o-transition: .2s ease;
          transition: .2s ease; }
  .box__contents {
    display: block;
    width: 100%;
    margin: 0 auto; }
    .box__contents .contents01 {
      display: block;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 2rem; }
      .box__contents .contents01 .box__contents01 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 8rem; }
        .box__contents .contents01 .box__contents01 .unit01 {
          display: block;
          width: 40%;
          min-width: 480px; }
          .box__contents .contents01 .box__contents01 .unit01 img {
            display: block;
            width: 100%; }
        .box__contents .contents01 .box__contents01 .unit02 {
          display: block;
          width: 60%;
          padding: 3rem; }
          .box__contents .contents01 .box__contents01 .unit02 .title__unit {
            font-family: 'Quicksand',sans-serif;
            color: #002A5F;
            font-size: 2.8rem;
            font-weight: bold;
            margin-bottom: 1.5rem; }
  .unit03 .title__unit {
    font-family: 'Quicksand',sans-serif;
    color: #002A5F;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 1.5rem; }
  .box__contents .contents01 .box__contents01 .unit02 .catch__unit {
    color: #87CE76;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 2rem; }
  .box__contents .contents01 .box__contents01 .unit02 .desc__unit {
    font-size: 1.6rem;
    text-align: justify;
    padding-bottom: 10px; }
  .box__contents .contents01 .box__contents01 .unit03 {
    display: block;
    width: 60%;
    padding: 0 3rem; }
  .unit03 .desc__unit {
    font-size: 1.6rem;
    text-align: justify; }
  .unit03 .catch__unit {
    color: #87CE76;
    font-size: 2.4rem;
    font-weight: bold; }
  .box__contents .contents02 {
    display: block;
    width: 100%;
    background: url(../img/join_bg.png);
    background-color: #F6F6F6;
    padding: 8rem 0;
    margin-bottom: 8rem; }
    .box__contents .contents02 .box__contents02 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 2rem;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .box__contents .contents02 .box__contents02 .unit {
        display: block;
        width: 200px;
        height: 200px;
        padding-bottom: 1rem;
        border: 2px solid #002A5F;
        -webkit-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease;
        background-color: #f6f6f6; }
        .box__contents .contents02 .box__contents02 .unit:hover {
          -webkit-box-shadow: 0 6px 15px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 15px 0px rgba(0, 0, 0, 0.3);
          -webkit-animation-name: ani00;
          animation-name: ani00;
          -webkit-animation-duration: .4s;
          animation-duration: .4s;
          -webkit-animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47);
          animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47); }
        .box__contents .contents02 .box__contents02 .unit .img__unit {
          display: block;
          position: relative;
          width: 70px;
          margin: 0 auto;
          top: 40%;
          -webkit-transform: translateY(-60%);
          -ms-transform: translateY(-60%);
          transform: translateY(-60%);
          -webkit-filter: brightness(0.8);
          filter: brightness(0.8); }
          .box__contents .contents02 .box__contents02 .unit .img__unit img {
            display: block;
            width: 100%; }
          .box__contents .contents02 .box__contents02 .unit .img__unit .shoes {
            -webkit-animation-name: ani01;
            animation-name: ani01;
            -webkit-animation-duration: 3s;
            animation-duration: 3s;
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
            -webkit-animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47);
            animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47);
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
        .box__contents .contents02 .box__contents02 .unit .title__unit {
          display: block;
          position: relative;
          width: 100%;
          font-size: 1.6rem;
          font-weight: bold;
          text-align: center;
          padding: 0 1rem;
          color: #002A5F;
          top: 40%;
          -webkit-transform: translateY(-60%);
          -ms-transform: translateY(-60%);
          transform: translateY(-60%); }
        .box__contents .contents02 .box__contents02 .unit:first-child {
          border: 2px solid #F9800E; }
          .box__contents .contents02 .box__contents02 .unit:first-child .img__unit {
            -webkit-filter: brightness(1);
            filter: brightness(1); }
          .box__contents .contents02 .box__contents02 .unit:first-child .title__unit {
            color: #F9800E; }
      .box__contents .contents02 .box__contents02 .recommend {
        display: block;
        width: 500px;
        height: 200px;
        -webkit-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease; }
        .box__contents .contents02 .box__contents02 .recommend .sp {
          display: none; }
  .box__contents .contents03 {
    display: block;
    width: 100%;
    margin-bottom: 8rem; }
    .box__contents .contents03 .box__contents03 {
      display: block;
      width: 100%;
      max-width: 1200px;
      padding: 0 2rem;
      margin: 0 auto; }
      .box__contents .contents03 .box__contents03 .title__contents03 {
        font-family: 'Quicksand',sans-serif;
        color: #002A5F;
        font-size: 2.8rem;
        font-weight: bold;
        margin-bottom: 1.5rem; }
      .box__contents .contents03 .box__contents03 .line {
        display: block;
        width: 80px;
        height: 2px;
        background: #87CE76;
        margin: 0 auto 2rem 0; }
      .box__contents .contents03 .box__contents03 .desc__contents03 {
        display: block;
        font-size: 1.6rem;
        margin-bottom: 4rem; }
      .box__contents .contents03 .box__contents03 .units__contents03 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .box__contents .contents03 .box__contents03 .units__contents03 .unit {
          display: block;
          width: 370px;
          margin-bottom: 4rem; }
          .box__contents .contents03 .box__contents03 .units__contents03 .unit a {
            display: block;
            width: 100%; }
            .box__contents .contents03 .box__contents03 .units__contents03 .unit a:hover img {
              opacity: 0.8; }
            .box__contents .contents03 .box__contents03 .units__contents03 .unit a:hover .name__cate::before {
              width: 140%; }
            .box__contents .contents03 .box__contents03 .units__contents03 .unit a img {
              display: block;
              position: relative;
              width: 100%;
              height: 230px;
              background: #d0d0d0;
              -webkit-transition: all .3s ease;
              -o-transition: all .3s ease;
              transition: all .3s ease; }
            .box__contents .contents03 .box__contents03 .units__contents03 .unit a .name__cate {
              display: block;
              position: relative;
              width: 100%;
              line-height: 3rem;
              margin: 0 0 1rem auto;
              overflow: hidden;
              padding-right: 1rem;
              text-align: right;
              color: #FFF;
              font-weight: bold;
              font-size: 1.4rem;
              -webkit-transition: all .3s ease;
              -o-transition: all .3s ease;
              transition: all .3s ease; }
              .box__contents .contents03 .box__contents03 .units__contents03 .unit a .name__cate::before {
                display: block;
                content: '';
                position: absolute;
                width: 75%;
                height: 3rem;
                background: #87CE76;
                top: 0;
                right: -20%;
                z-index: -1;
                -webkit-transform: skewX(45deg);
                -ms-transform: skewX(45deg);
                transform: skewX(45deg);
                -webkit-transition: all .4s ease;
                -o-transition: all .4s ease;
                transition: all .4s ease; }
            .box__contents .contents03 .box__contents03 .units__contents03 .unit a .cate01::before {
              background: #87CE76; }
            .box__contents .contents03 .box__contents03 .units__contents03 .unit a .cate02::before {
              background: #FF6699; }
            .box__contents .contents03 .box__contents03 .units__contents03 .unit a .cate03::before {
              background: #FFBE1C; }
            .box__contents .contents03 .box__contents03 .units__contents03 .unit a .cate04::before {
              background: #6BAAFB; }
          .box__contents .contents03 .box__contents03 .units__contents03 .unit .desc__unit {
            font-size: 1.5rem;
            text-align: justify; }
  .box__contents .contents04 {
    display: block;
    width: 100%;
    margin-bottom: 8rem; }
    .box__contents .contents04 .box__contents04 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      max-width: 1200px;
      padding: 0 2rem;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 auto; }
      .box__contents .contents04 .box__contents04 .no_sp {
        font-weight: bold; }
      .box__contents .contents04 .box__contents04 .staff, .box__contents .contents04 .box__contents04 .blog {
        display: block;
        width: 550px; }
      .box__contents .contents04 .box__contents04 .staff .title__contents04, .box__contents .contents04 .box__contents04 .blog .title__contents04 {
        font-family: 'Quicksand',sans-serif;
        color: #002A5F;
        font-size: 2.2rem;
        font-weight: bold;
        margin-bottom: 1.5rem; }
      .box__contents .contents04 .box__contents04 .staff .line, .box__contents .contents04 .box__contents04 .blog .line {
        display: block;
        width: 80px;
        height: 2px;
        background: #87CE76;
        margin: 0 auto 2rem 0; }
      .box__contents .contents04 .box__contents04 .staff .desc__contents04, .box__contents .contents04 .box__contents04 .blog .desc__contents04 {
        display: block;
        font-size: 1.6rem;
        margin-bottom: 4rem;
        text-align: justify; }
      .box__contents .contents04 .box__contents04 .staff .banner img, .box__contents .contents04 .box__contents04 .blog .banner img {
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
  @-webkit-keyframes ani00 {
    0% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px); }
    50% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px); }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px); } }
  @keyframes ani00 {
    0% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px); }
    50% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px); }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px); } }
  @-webkit-keyframes ani01 {
    0% {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px); }
    5% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px); }
    10% {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px); }
    15% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px); }
    20% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px); }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px); } }
  .box__contents01 .unit03 .banner img {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .box__contents .contents04 .box__contents04 .staff .banner img:hover, .box__contents .contents04 .box__contents04 .blog .banner img:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .box__contents01 .unit03 .banner img:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .box__contents .contents04 .box__contents04 .staff .img__box, .box__contents .contents04 .box__contents04 .blog .img__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .box__contents .contents04 .box__contents04 .staff .img__box a, .box__contents .contents04 .box__contents04 .blog .img__box a {
    display: block;
    width: 48%; }
  .box__contents .contents05 {
    display: block;
    width: 100%;
    margin-bottom: 8rem; }
    .box__contents .contents05 .box__contents05 {
      display: block;
      width: 100%;
      max-width: 1200px;
      padding: 0 2rem;
      margin: 0 auto; }
      .box__contents .contents05 .box__contents05 .title__contents05 {
        font-family: 'Quicksand',sans-serif;
        color: #002A5F;
        font-size: 2.2rem;
        font-weight: bold;
        margin-bottom: 1.5rem; }
      .box__contents .contents05 .box__contents05 .line {
        display: block;
        width: 80px;
        height: 2px;
        background: #87CE76;
        margin: 0 auto 2rem 0; }
      .box__contents .contents05 .box__contents05 .desc__contents05 {
        display: block;
        font-size: 1.6rem;
        margin-bottom: 4rem; }
      .box__contents .contents05 .box__contents05 .units__contents05 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .box__contents .contents05 .box__contents05 .units__contents05 .unit__map {
          display: block;
          width: 40%; }
          .box__contents .contents05 .box__contents05 .units__contents05 .unit__map iframe {
            width: 100%;
            height: 464px; }
        .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc {
          display: block;
          width: 60%;
          padding: 0 3rem;
          font-size: 1.4rem; }
          .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .address {
            font-size: 1.5rem; }
          .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .tel {
            font-size: 2.4rem;
            font-weight: bold;
            color: #002A5F;
            margin-top: 0.5em; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .tel .fa-phone {
              margin-right: 1rem; }
          .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .line {
            display: block;
            width: 100%;
            margin: 2rem 0; }
          .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .fa-square {
            color: #87CE76;
            margin-right: 1rem; }
          .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc strong {
            font-weight: bold;
            font-size: 1.6rem; }
          .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc p {
            font-size: 1.5rem;
            padding-left: 2.4rem;
            margin-bottom: 4rem;
            text-align: justify; }
          .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .pu_service {
            display: block;
            width: 400px;
            margin: 0 auto;
            text-align: center;
            padding: 2rem 0;
            color: #002A5F;
            border: 2px solid #002A5F;
            font-weight: bold;
            background-color: #FFF;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .pu_service br {
              display: none; }
            .box__contents .contents05 .box__contents05 .units__contents05 .unit__desc .pu_service:hover {
              background-color: #002A5F;
              color: #FFF;
              -webkit-box-shadow: 0 6px 15px 0px rgba(0, 0, 0, 0.3);
              box-shadow: 0 6px 15px 0px rgba(0, 0, 0, 0.3);
              -webkit-animation-name: ani00;
              animation-name: ani00;
              -webkit-animation-duration: .4s;
              animation-duration: .4s;
              -webkit-animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47);
              animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47); }
  @-webkit-keyframes ani00 {
    0% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px); }
    50% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px); }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px); } }
  @keyframes ani00 {
    0% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px); }
    50% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px); }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px); } }
  #page-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    font-size: 13px;
    z-index: 999; }
    #page-top a {
      display: block;
      background: #333;
      text-decoration: none;
      width: 6rem;
      line-height: 6rem;
      color: #FFF;
      text-align: center;
      display: block;
      border-radius: 50%; }
      #page-top a:hover {
        text-decoration: none;
        opacity: 0.8; }
  footer {
    display: block;
    width: 100%;
    background: #212E37;
    padding: 4rem 0 2rem; }
    footer .box__footer {
      display: block;
      width: 100%;
      max-width: 1200px;
      padding: 0 2rem;
      margin: 0 auto; }
      footer .box__footer .contents__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        footer .box__footer .contents__footer .hours {
          display: block;
          width: 50%;
          margin-bottom: 4rem; }
          footer .box__footer .contents__footer .hours p {
            display: block;
            width: 100%;
            text-align: left;
            color: #FFF;
            font-size: 1.3rem; }
          footer .box__footer .contents__footer .hours .title__contents04 {
            font-family: 'Quicksand',sans-serif;
            color: #FFF;
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 1rem; }
          footer .box__footer .contents__footer .hours .line {
            display: block;
            width: 80px;
            height: 2px;
            background: #87CE76;
            margin: 0 auto 1rem 0; }
          footer .box__footer .contents__footer .hours .desc__contents04 {
            display: block;
            font-size: 1.4rem;
            margin-bottom: 2rem;
            color: #FFF; }
          footer .box__footer .contents__footer .hours table {
            width: 500px;
            font-size: 1.3rem;
            margin-bottom: 1rem; }
            footer .box__footer .contents__footer .hours table th {
              padding: 0.5rem 2rem;
              background: rgba(255, 255, 255, 0.2);
              border: 1px solid #D2D2D2;
              font-weight: bold;
              color: #FFF; }
            footer .box__footer .contents__footer .hours table tr {
              text-align: center;
              border: 1px solid #D2D2D2; }
            footer .box__footer .contents__footer .hours table td {
              padding: 1rem 2rem;
              border: 1px solid #D2D2D2;
              color: #FFF; }
        footer .box__footer .contents__footer .sitemap {
          display: block;
          padding-right: 5rem; }
          footer .box__footer .contents__footer .sitemap a {
            display: block;
            font-size: 1.5rem;
            color: #FFF;
            margin-bottom: 1rem;
            padding-left: 1rem;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease; }
            footer .box__footer .contents__footer .sitemap a span {
              display: inline-block;
              -webkit-transform: translateX(-1rem);
              -ms-transform: translateX(-1rem);
              transform: translateX(-1rem);
              -webkit-transition: all .3s ease;
              -o-transition: all .3s ease;
              transition: all .3s ease; }
            footer .box__footer .contents__footer .sitemap a:hover {
              opacity: 0.6; }
              footer .box__footer .contents__footer .sitemap a:hover span {
                -webkit-transform: translateX(-0.5rem);
                -ms-transform: translateX(-0.5rem);
                transform: translateX(-0.5rem); }
      footer .box__footer .copy {
        display: block;
        width: 100%;
        margin: 0 auto;
        font-size: 1.3rem;
        color: rgba(255, 255, 255, 0.6);
        text-align: center; }
  .notice {
    border: 1px solid #87ce76;
    margin: -40px 0 40px 0;
    padding: 10px; }
    .notice .catch {
      color: #87CE76;
      font-size: 2.4rem;
      font-weight: bold; }
    .notice .desc {
      font-size: 1.6rem; } }
