@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* ------------clearfix ------------ */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px; }

/* ------------reset ------------ */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ------------ keyframes ------------ */
@-webkit-keyframes fadeinside {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateXY(0); } }
@keyframes fadeinside {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
/* ------------ SP ------------ */
@media screen and (min-width: 0px) and (max-width: 767px), print {
  /* ------------ body ------------ */
  html, body {
    margin: 0;
    padding: 0;
    font-size: 14px; }

  /* ------------ header ------------ */
  #header {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; }
    #header .left {
      float: left; }
      #header .left h1 {
        width: 95px;
        height: 36px;
        margin: 10px 0;
        padding: 0;
        text-indent: -9999px;
        float: left; }
      #header .left h1 a {
        background-image: url(../img/02.gif);
        background-repeat: no-repeat;
        background-size: contain;
        width: 95px;
        height: 36px;
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
      #header .left h1 a:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )"; }
      #header .left #nav {
        position: fixed;
        top: 0;
        right: 0;
        display: none;
        z-index: 1100; }
        #header .left #nav ul {
          padding: 0 20px;
          background-color: rgba(0, 0, 0, 0.8);
          width: 200px;
          box-sizing: border-box; }
          #header .left #nav ul li {
            list-style: none;
            font: 400 100%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            margin: 0;
            border-bottom: 1px dotted #595959;
            text-align: center;
            visibility: hidden !important; }
          #header .left #nav ul li.fadeinside {
            animation-fill-mode: both;
            -moz-animation-fill-mode: both;
            -webkit-animation-fill-mode: both;
            -ms-animation-fill-mode: both;
            -o-animation-fill-mode: both;
            animation-duration: 1s;
            -moz-animation-duration: 1s;
            -webkit-animation-duration: 1s;
            -ms-animation-duration: 1s;
            -o-animation-duration: 1s;
            animation-name: fadeinside;
            -moz-animation-name: fadeinside;
            -webkit-animation-name: fadeinside;
            -ms-animation-name: fadeinside;
            -o-animation-name: fadeinside;
            visibility: visible !important; }
          #header .left #nav ul li:first-child {
            border: none;
            text-align: right; }
            #header .left #nav ul li:first-child img {
              cursor: pointer;
              height: 46px;
              vertical-align: bottom;
              margin: 5px -10px 0 0;
              padding: 0;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
            #header .left #nav ul li:first-child img:hover {
              opacity: 0.7;
              filter: alpha(opacity=70);
              -ms-filter: "alpha( opacity=70 )"; }
          #header .left #nav ul li:last-child {
            border: none; }
          #header .left #nav ul li a:link {
            padding: 20px 0;
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            color: #fff;
            text-decoration: none; }
          #header .left #nav ul a:visited {
            text-decoration: none;
            color: #fff; }
          #header .left #nav ul a:active {
            text-decoration: none;
            color: #fff; }
          #header .left #nav ul a:hover {
            text-decoration: underline;
            color: #fff; }
    #header ul.right {
      margin: 0;
      padding: 0;
      float: right; }
      #header ul.right li {
        list-style: none;
        float: right;
        margin: 0;
        padding: 0; }
        #header ul.right li img {
          vertical-align: bottom;
          cursor: pointer;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
        #header ul.right li img:hover {
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: "alpha( opacity=70 )"; }
      #header ul.right li a:link {
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
      #header ul.right li a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )"; }
      #header ul.right li:nth-child(2) img {
        vertical-align: bottom;
        margin: 0;
        padding: 0;
        height: 56px; }
      #header ul.right li:nth-child(3) {
        display: none; }
      #header ul.right li:nth-child(1) img {
        vertical-align: bottom;
        margin: 5px 0 5px 10px;
        padding: 0;
        height: 46px; }

  /* ------------ eyecatch ------------ */
  #eyecatch {
    width: 100%;
    margin: 56px auto 0;
    padding: 0;
    position: relative;
    overflow: hidden; }
    #eyecatch .box {
      width: 70%;
      margin: auto;
      padding: 0;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 100px;
      z-index: 20;
      display: none; }
      #eyecatch .box .airgel {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 80px; }
        #eyecatch .box .airgel img {
          width: 100%;
          vertical-align: bottom;
          margin: 0;
          padding: 0;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
      #eyecatch .box .blog {
        position: absolute;
        left: 0;
        width: 80px; }
        #eyecatch .box .blog img {
          width: 100%;
          vertical-align: bottom;
          margin: 0;
          padding: 0;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
      #eyecatch .box .credo {
        position: absolute;
        right: 0;
        width: 80px; }
        #eyecatch .box .credo img {
          width: 100%;
          vertical-align: bottom;
          margin: 0;
          padding: 0;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
      #eyecatch .box a img:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )"; }
    #eyecatch .noble {
      width: 70%;
      margin: auto;
      padding: 0;
      position: absolute;
      left: 0;
      right: 0;
      top: 15px;
      z-index: 10;
      display: none; }

  /* ------------ info ------------ */
  #info {
    width: 100%;
    margin: 0;
    padding: 30px 10px;
    background: url(../img/16.gif) left center repeat-y, url(../img/14.gif) right center repeat-y;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    background-size: 30%;
    position: relative;
    box-sizing: border-box; }
    #info .box {
      width: 100%;
      margin: 0 auto;
      padding: 0;
      text-align: center; }
      #info .box h2 {
        margin: 0;
        padding: 0; }
        #info .box h2 img {
          width: 40%;
          vertical-align: bottom; }
      #info .box ul {
        margin: 20px 0 0 0;
        padding: 0; }
        #info .box ul li {
          font: 200 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          list-style-type: none;
          border-bottom: 1px dotted #d8d8d8;
          box-sizing: border-box;
          text-align: left; }
        #info .box ul .date, #info .box ul .detail {
          display: block; }
        #info .box ul .date {
          clear: both;
          float: left;
          color: #000; }
        #info .box ul .detail {
          margin-left: 30%;
          padding: 0; }
        #info .box ul li a {
          padding: 10px 5px;
          display: block; }
        #info .box ul a:link {
          text-decoration: none;
          color: #000; }
        #info .box ul a:visited {
          text-decoration: none;
          color: #000; }
        #info .box ul a:active {
          text-decoration: none;
          color: #000; }
        #info .box ul a:hover {
          text-decoration: none;
          color: #000;
          background: #f9f6e8;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
      #info .box a.button {
        font: 400 100%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        width: 100px;
        margin: 30px auto 0;
        padding: 10px 0;
        box-sizing: border-box;
        background-color: #c0b385;
        color: #fff;
        display: block;
        text-decoration: none;
        text-align: center;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px; }
      #info .box a.button:hover {
        color: #c0b385;
        background-color: #ede6ca;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }

  /* ------------ nailgallary ------------ */
  #nailgallary {
    width: 100%;
    margin: 0;
    padding: 30px 10px;
    background-color: #ede6ca;
    text-align: center;
    box-sizing: border-box; }
    #nailgallary h2 {
      margin: 0;
      padding: 0; }
      #nailgallary h2 img {
        width: 40%;
        vertical-align: bottom; }
    #nailgallary p {
      font: 200 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 30px 0 0 0;
      padding: 0; }
    #nailgallary ul {
      width: 80%;
      margin: 20px auto 0;
      padding: 0;
      box-sizing: border-box; }
      #nailgallary ul li {
        list-style: none;
        float: left;
        width: 48%;
        margin: 10px 4% 0 0;
        padding: 0; }
      #nailgallary ul li:nth-child(2n) {
        margin: 10px 0 0 0; }
      #nailgallary ul li a img {
        width: 100%;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        display: block; }
      #nailgallary ul li a img:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )"; }
    #nailgallary a.button {
      font: 400 100%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      width: 100px;
      margin: 30px auto 0;
      padding: 10px 0;
      box-sizing: border-box;
      background-color: #c0b385;
      color: #fff;
      display: block;
      text-decoration: none;
      text-align: center;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px; }
    #nailgallary a.button:hover {
      color: #c0b385;
      background-color: #fff;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }

  /* ------------ footernav ------------ */
  #footernav {
    display: none; }

  /* ------------ footer ------------ */
  #footer {
    width: 100%;
    margin: 0;
    padding: 30px 10px;
    text-align: center;
    background: -moz-linear-gradient(top, #fefcee, #f3e6bf);
    background: -webkit-gradient(linear, left top, left bottom, from(#fefcee), to(#f3e6bf));
    background: linear-gradient(to bottom, #fefcee, #f3e6bf);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fffefcee', endColorstr='#fff3e6bf');
    box-sizing: border-box; }
    #footer h2 {
      margin: 0;
      padding: 0; }
      #footer h2 img {
        width: 40%;
        vertical-align: bottom; }
    #footer ul li {
      list-style: none;
      text-align: center;
      box-sizing: border-box; }
      #footer ul li p {
        font: 200 100%/150% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #000;
        overflow: hidden; }
      #footer ul li p.title {
        font: 200 100%/150% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 0 0 0 0;
        padding: 0;
        color: #000; }
      #footer ul li .shop, #footer ul li .tel {
        font: 600 130%/150% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
      #footer ul li img {
        width: 40%;
        vertical-align: bottom;
        margin: 20px auto 0; }
    #footer .copy {
      width: 100%;
      margin: 30px 0 0 0;
      padding: 0; }
      #footer .copy p {
        font: 400 80%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 0;
        padding: 0;
        color: #9c8e7d; }

  /* ------- ----- pagetop ------------ */
  .pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 4000; }
    .pagetop img {
      width: 50px;
      vertical-align: bottom;
      margin: 0;
      padding: 0;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
    .pagetop img:hover {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -ms-filter: "alpha( opacity=80 )";
      cursor: pointer; }

  /* ------------scroll ------------ */
  .scroll {
    display: none; }

  /* ------------pagetitle ------------ */
  #pagetitle {
    width: 100%;
    margin: 56px 0 0 0;
    padding: 15px 0;
    background-image: url(../img/18.gif);
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    position: relative; }
    #pagetitle h2 {
      margin: 0 0 0 10px;
      padding: 0; }
      #pagetitle h2 img {
        margin: 0;
        padding: 0;
        vertical-align: bottom;
        height: 25px; }
    #pagetitle .box {
      display: none; }

  /* ------------ wrapbg ------------ */
  #wrapbg {
    width: 100%;
    margin: 0;
    padding: 30px 10px;
    background: url(../img/16.gif) left center repeat-y, url(../img/14.gif) right center repeat-y;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 100;
    background-size: 30%;
    box-sizing: border-box;
    /* ------------ subfooternav ------------ */ }
    #wrapbg #wrap {
      width: 100%;
      margin: 0 auto;
      padding: 0; }
      #wrapbg #wrap #content {
        width: 100%;
        margin: 0;
        padding: 0; }
      #wrapbg #wrap #side {
        width: 80%;
        margin: 20px auto 0;
        padding: 0; }
        #wrapbg #wrap #side ul {
          margin: 0;
          padding: 0; }
          #wrapbg #wrap #side ul li {
            width: 48%;
            list-style: none;
            margin: 10px 4% 0 0;
            padding: 0;
            float: left; }
            #wrapbg #wrap #side ul li img {
              width: 100%;
              vertical-align: bottom; }
          #wrapbg #wrap #side ul li:nth-child(2n) {
            margin: 10px 0 0 0; }
          #wrapbg #wrap #side ul li a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
          #wrapbg #wrap #side ul li a:hover {
            text-decoration: none;
            opacity: 0.7;
            filter: alpha(opacity=70);
            -ms-filter: "alpha( opacity=70 )"; }
    #wrapbg .subfooternav {
      display: none; }

  /* ------------ about ------------ */
  #about {
    width: 100%;
    margin: 0;
    padding: 0; }
    #about .box {
      margin: 0;
      padding: 0; }
      #about .box ul {
        display: none; }
      #about .box .shop {
        width: 100%; }
        #about .box .shop h3 {
          margin: 0;
          padding: 0; }
          #about .box .shop h3 img {
            width: 60%;
            vertical-align: bottom; }
        #about .box .shop h4 {
          font: 600 120%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 10px 0 0 0;
          padding: 0;
          color: #333; }
        #about .box .shop p {
          font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 10px 0 0 0;
          padding: 0;
          color: #333; }
        #about .box .shop dl {
          width: 100%;
          margin: 20px 0 0 0;
          padding: 0;
          font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333; }
          #about .box .shop dl dt {
            padding: 10px 0 0 0;
            margin: 0;
            font-weight: 600; }
          #about .box .shop dl dd {
            padding: 0 0 10px 0;
            margin: 0;
            border-bottom: 1px dotted #8d8d8d; }
      #about .box .map {
        width: 100%;
        margin: 30px 0 0 0;
        padding: 0;
        float: left; }
    #about .box:nth-of-type(2) {
      margin: 30px 0 0 0; }

  /* ------------ gallery ------------ */
  #gallery {
    width: 90%;
    margin: 0 auto;
    padding: 0; }
    #gallery h3 {
      margin: 0 0 30px 0;
      padding: 0;
      text-align: center; }
      #gallery h3 img {
        width: 40%;
        vertical-align: bottom; }
    #gallery p {
      font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      margin: 30px 0 0 0;
      padding: 0;
      color: #333;
      text-align: center; }
    #gallery ul {
      margin: 10px 0 0 0;
      padding: 0; }
      #gallery ul li {
        list-style: none;
        margin: 10px 2% 0 0;
        padding: 0;
        float: left;
        width: 23.5%; }
        #gallery ul li img {
          width: 100%;
          vertical-align: bottom;
          margin: 0;
          padding: 0; }
      #gallery ul li a {
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
      #gallery ul li a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )"; }
      #gallery ul li:nth-child(4n) {
        margin: 10px 0 0 0; }

  /* ------------ menu ------------ */
  #menu {
    width: 100%;
    margin: 0;
    padding: 0; }
    #menu .menulink {
      margin: 0;
      padding: 0; }
      #menu .menulink ul {
        margin: 0;
        padding: 0; }
        #menu .menulink ul li {
          font: 400 75%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          list-style: none;
          margin: 0;
          padding: 0;
          float: left; }
        #menu .menulink ul li:after {
          content: " ｜ "; }
        #menu .menulink ul li:last-child:after {
          content: none; }
        #menu .menulink ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
        #menu .menulink ul li a:link {
          text-decoration: none;
          color: #333; }
        #menu .menulink ul li a:visited {
          text-decoration: none;
          color: #333; }
        #menu .menulink ul li a:active {
          text-decoration: none;
          color: #333; }
        #menu .menulink ul li a:hover {
          text-decoration: underline;
          color: #ff8a00; }
    #menu .box {
      margin: 60px 0 0 0;
      padding: 0;
      display: flex;
      flex-direction: column; }
      #menu .box h3 {
        margin: 0 0 30px 0;
        padding: 0;
        text-align: center; }
        #menu .box h3 img {
          width: 40%;
          vertical-align: bottom; }
      #menu .box .imgfl {
        width: 80%;
        vertical-align: bottom;
        margin: 20px auto 0;
        padding: 0;
        display: block; }
      #menu .box .imgfr {
        width: 80%;
        vertical-align: bottom;
        margin: 20px auto 0;
        padding: 0;
        display: block; }
      #menu .box figure {
        order: 2; }
      #menu .box ul {
        order: 1;
        width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box; }
        #menu .box ul li {
          list-style: none;
          margin: 0;
          padding: 10px 0;
          border-bottom: 1px dotted #8d8d8d; }
          #menu .box ul li dl {
            margin: 0;
            padding: 0;
            font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333; }
            #menu .box ul li dl dt {
              padding: 0;
              margin: 0;
              font-weight: 600;
              float: left; }
            #menu .box ul li dl dd {
              padding: 0;
              margin: 0;
              float: right;
              font-weight: 600; }
          #menu .box ul li p {
            font: 400 86%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            margin: 3px 0 0 0;
            padding: 0;
            color: #333; }
        #menu .box ul li:first-child {
          padding: 0 0 15px 0; }

  /* ------------ therapy ------------ */
  #therapy {
    width: 100%;
    margin: 0;
    padding: 0; }
    #therapy .menulink {
      margin: 0;
      padding: 0;
      position: relative;
      overflow: hidden; }
      #therapy .menulink ul {
        margin: 0;
        padding: 0;
        float: left;
        left: 50%;
        position: relative; }
        #therapy .menulink ul li {
          font: 400 100%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          list-style: none;
          margin: 0;
          padding: 0;
          float: left;
          left: -50%;
          position: relative; }
        #therapy .menulink ul li:after {
          content: " ｜ "; }
        #therapy .menulink ul li:last-child:after {
          content: none; }
        #therapy .menulink ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
        #therapy .menulink ul li a:link {
          text-decoration: none;
          color: #333; }
        #therapy .menulink ul li a:visited {
          text-decoration: none;
          color: #333; }
        #therapy .menulink ul li a:active {
          text-decoration: none;
          color: #333; }
        #therapy .menulink ul li a:hover {
          text-decoration: underline;
          color: #ff8a00; }
    #therapy h2 {
      margin: 30px 0 30px 0;
      padding: 0;
      text-align: center; }
      #therapy h2 img {
        width: 70%;
        vertical-align: bottom;
        margin: 0;
        padding: 0; }
    #therapy .box {
      width: 100%;
      margin: 30px 0 0 0;
      padding: 0 0 30px 0;
      border-bottom: 1px dotted #999; }
      #therapy .box .description {
        width: 100%;
        margin: 0;
        padding: 0; }
        #therapy .box .description h3 {
          font: 400 130%/100% "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          margin: 0;
          padding: 10px 0;
          color: #000;
          text-align: center;
          background-color: #ebe5d6; }
        #therapy .box .description p {
          font: 400 100%/200% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 25px 0 0 0;
          padding: 0;
          color: #333; }
        #therapy .box .description .red {
          color: #ff6666;
          font-weight: bold; }
        #therapy .box .description a:link {
          text-decoration: none;
          color: #ff8a00; }
        #therapy .box .description a:visited {
          text-decoration: none;
          color: #ff8a00; }
        #therapy .box .description a:active {
          text-decoration: none;
          color: #ff8a00; }
        #therapy .box .description a:hover {
          text-decoration: underline;
          color: #ff8a00; }
      #therapy .box .photo {
        width: 80%;
        margin: 30px auto 0;
        padding: 0; }
        #therapy .box .photo ul {
          margin: 0;
          padding: 0; }
          #therapy .box .photo ul li {
            width: 48%;
            list-style: none;
            margin: 0 4% 0 0;
            padding: 0;
            float: left; }
            #therapy .box .photo ul li img {
              width: 100%;
              vertical-align: bottom;
              margin: 0 0 10px 0;
              padding: 0; }
          #therapy .box .photo ul li:nth-child(2n) {
            margin: 0; }
          #therapy .box .photo ul p {
            font: 400 86%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            margin: 0;
            padding: 0;
            color: #333;
            text-align: center; }
          #therapy .box .photo ul li a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
          #therapy .box .photo ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70);
            -ms-filter: "alpha( opacity=70 )"; }
        #therapy .box .photo ul:nth-of-type(2) {
          margin: 20px 0 0 0; }
        #therapy .box .photo ul:nth-of-type(3) {
          margin: 20px 0 0 0; }
        #therapy .box .photo .textbox {
          font: 400 100%/200% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 20px 0 0 0;
          padding: 10px;
          color: #333;
          background-color: #f7f7f7;
          border: 1px solid #e2e2e2; }
        #therapy .box .photo a.button {
          font: 400 100%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          width: 200px;
          margin: 30px auto 0;
          padding: 13px;
          box-sizing: border-box;
          color: #fff;
          display: block;
          background-color: #c0b385;
          text-decoration: none;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          text-align: center; }
          #therapy .box .photo a.button:hover {
            opacity: 0.7;
            filter: alpha(opacity=70);
            -ms-filter: "alpha( opacity=70 )";
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }

  /* ------------ school ------------ */
  #school {
    width: 100%;
    margin: 0;
    padding: 0; }
    #school .menulink {
      margin: 0;
      padding: 0;
      position: relative;
      overflow: hidden; }
      #school .menulink ul {
        margin: 0;
        padding: 0;
        float: left;
        left: 50%;
        position: relative; }
        #school .menulink ul li {
          font: 400 85%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          list-style: none;
          margin: 0;
          padding: 0;
          float: left;
          left: -50%;
          position: relative; }
        #school .menulink ul li:after {
          content: " ｜ "; }
        #school .menulink ul li:last-child:after {
          content: none; }
        #school .menulink ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
        #school .menulink ul li a:link {
          text-decoration: none;
          color: #333; }
        #school .menulink ul li a:visited {
          text-decoration: none;
          color: #333; }
        #school .menulink ul li a:active {
          text-decoration: none;
          color: #333; }
        #school .menulink ul li a:hover {
          text-decoration: underline;
          color: #ff8a00; }
    #school .box {
      margin: 30px 0 0 0;
      padding: 0;
      display: flex;
      flex-direction: column; }
      #school .box h3 {
        margin: 0 0 30px 0;
        padding: 0;
        text-align: center; }
        #school .box h3 img {
          width: 70%;
          vertical-align: bottom; }
      #school .box .imgfl {
        width: 70%;
        vertical-align: bottom;
        margin: 0 auto;
        padding: 0;
        display: block; }
      #school .box p {
        font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 30px 0 0 0;
        padding: 0;
        color: #333;
        display: block; }
    #school .box02 {
      margin: 30px 0 0 0;
      padding: 0; }
      #school .box02 h3 {
        font: 400 150%/120% "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 0;
        padding: 10px 0;
        color: #92713d;
        border-bottom: 2px solid #d1d1d1;
        border-top: 2px solid #d1d1d1;
        text-align: center; }
      #school .box02 p {
        font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 10px 0 0 0;
        padding: 0;
        color: #333;
        text-align: center; }
      #school .box02 ul.course {
        margin: 0;
        padding: 0; }
        #school .box02 ul.course li {
          list-style: none;
          margin: 30px 0 0 0;
          padding: 0 0 30px 0;
          border-bottom: 2px solid #dfdfdf; }
          #school .box02 ul.course li h4 {
            font: 600 120%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            margin: 0 0 0 0;
            padding: 0;
            color: #333;
            text-align: center; }
          #school .box02 ul.course li p {
            font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            margin: 10px 0 0 0;
            padding: 0;
            color: #333;
            text-align: center; }
          #school .box02 ul.course li table {
            width: 70%;
            margin: 30px auto 0;
            padding: 0; }
            #school .box02 ul.course li table th {
              font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #333;
              width: 50%;
              margin: 0;
              padding: 5px 0;
              background-color: #ede6ca;
              text-align: center;
              border-bottom: 2px solid #fff; }
            #school .box02 ul.course li table td {
              font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #333;
              width: 50%;
              margin: 0;
              padding: 5px 0;
              background-color: #f0f0f0;
              text-align: center;
              border-bottom: 2px solid #fff; }
      #school .box02 .caution {
        width: 100%;
        margin: 30px 0 0 0;
        padding: 10px;
        box-sizing: border-box;
        border: 1px solid #dfdfdf; }
        #school .box02 .caution ul {
          margin: 0;
          padding: 0; }
          #school .box02 .caution ul li {
            font: 400 86%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            list-style: none;
            margin: 0 0 5px 0;
            padding: 0;
            color: #333; }
          #school .box02 .caution ul li:last-child {
            margin: 0; }
      #school .box02 a.button {
        font: 400 115%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        width: 220px;
        margin: 30px auto 0;
        padding: 10px;
        box-sizing: border-box;
        color: #fff;
        display: block;
        background-color: #c0b385;
        text-decoration: none;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        text-align: center; }
      #school .box02 a.button:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )";
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
    #school .box03 {
      margin: 30px 0 0 0;
      padding: 0 0 30px 0;
      border-bottom: 1px solid #dfdfdf; }
      #school .box03 h3 {
        font: 400 150%/120% "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 0;
        padding: 10px 0;
        color: #92713d;
        border-bottom: 2px solid #d1d1d1;
        border-top: 2px solid #d1d1d1;
        text-align: center; }
      #school .box03 p {
        font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 20px 0 0 0;
        padding: 0;
        color: #333;
        text-align: center; }
      #school .box03 table {
        width: 70%;
        margin: 30px auto 0;
        padding: 0; }
        #school .box03 table th {
          font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          width: 50%;
          margin: 0;
          padding: 5px 0;
          background-color: #ede6ca;
          text-align: center;
          border-bottom: 2px solid #fff; }
        #school .box03 table td {
          font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          width: 50%;
          margin: 0;
          padding: 5px 0;
          background-color: #f0f0f0;
          text-align: center;
          border-bottom: 2px solid #fff; }
    #school .box04 {
      margin: 30px 0 0 0;
      padding: 0; }
      #school .box04 h3 {
        font: 400 150%/120% "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 0;
        padding: 10px 0;
        color: #92713d;
        border-bottom: 2px solid #d1d1d1;
        border-top: 2px solid #d1d1d1;
        text-align: center; }
      #school .box04 ul {
        margin: 0;
        padding: 0; }
        #school .box04 ul li {
          width: 70%;
          list-style: none;
          margin: 20px auto 0;
          padding: 2px;
          border: 1px solid #dfdfdf;
          box-sizing: border-box; }
          #school .box04 ul li h4 {
            font: 400 100%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            margin: 0 0 10px 0;
            padding: 10px 0;
            color: #333;
            text-align: center; }
          #school .box04 ul li p {
            font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            margin: 0;
            padding: 0;
            color: #333;
            text-align: center; }
          #school .box04 ul li .plus01 {
            font: 600 130%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #32b16c; }
          #school .box04 ul li .plus02 {
            font: 600 130%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #43addd; }
          #school .box04 ul li .plus03 {
            font: 600 130%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #f4811b; }
          #school .box04 ul li .plus04 {
            font: 600 130%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #9c72d1; }
          #school .box04 ul li .small {
            font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            margin: 10px 0; }
        #school .box04 ul .c01 {
          background-color: #e6f1d3; }
        #school .box04 ul .c02 {
          background-color: #dbeaf3; }
        #school .box04 ul .c03 {
          background-color: #fae5cc; }
        #school .box04 ul .c04 {
          background-color: #e8e1f5; }
    #school .box05 {
      width: 100%;
      margin: 30px 0 0 0;
      padding: 0 0 30px 0;
      border-bottom: 1px solid #dfdfdf; }
      #school .box05 h3 {
        font: 400 150%/120% "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 0;
        padding: 10px 0;
        color: #92713d;
        border-bottom: 2px solid #d1d1d1;
        border-top: 2px solid #d1d1d1;
        text-align: center; }
      #school .box05 .name {
        margin: 30px 0 0 0;
        padding: 0; }
        #school .box05 .name h4 {
          font: 600 150%/160% "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          margin: 0;
          padding: 0;
          color: #333; }
        #school .box05 .name p {
          font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 0;
          padding: 0;
          color: #333; }
        #school .box05 .name .small {
          font: 400 90%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 0 0 10px 0; }
      #school .box05 p.textbox {
        margin: 20px 0 0 0;
        padding: 0;
        font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333; }
    #school .box06 {
      margin: 30px 0 0 0;
      padding: 0 0 30px 0;
      border-bottom: 1px solid #dfdfdf; }
      #school .box06 h3 {
        font: 400 150%/120% "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 0;
        padding: 10px 0;
        color: #92713d;
        border-bottom: 2px solid #d1d1d1;
        border-top: 2px solid #d1d1d1;
        text-align: center; }
      #school .box06 p {
        font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 30px 0 0 0;
        padding: 0;
        color: #333;
        text-align: center; }
      #school .box06 a.button {
        font: 400 115%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        width: 220px;
        margin: 30px auto 0;
        padding: 10px;
        box-sizing: border-box;
        color: #fff;
        display: block;
        background-color: #c0b385;
        text-decoration: none;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        text-align: center; }
      #school .box06 a.button:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )";
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
    #school .box07 {
      margin: 30px 0 0 0;
      padding: 0 0 30px 0;
      border-bottom: 1px solid #dfdfdf; }
      #school .box07 h3 {
        font: 400 150%/120% "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 0;
        padding: 10px 0;
        color: #92713d;
        border-bottom: 2px solid #d1d1d1;
        border-top: 2px solid #d1d1d1;
        text-align: center; }
      #school .box07 .logo {
        text-align: center;
        width: 30%;
        margin: 30px auto 0; }
        #school .box07 .logo img {
          width: 100%;
          vertical-align: bottom; }
      #school .box07 ul li {
        list-style: none;
        margin: 20px 0 0 0; }
        #school .box07 ul li img {
          float: left;
          vertical-align: bottom;
          margin: 0 20px 0 0;
          width: 40%; }
        #school .box07 ul li h4 {
          font: 600 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 0;
          padding: 0;
          color: #333; }
        #school .box07 ul li p {
          font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 10px 0 0 0;
          padding: 0;
          color: #333;
          overflow: hidden; }
        #school .box07 ul li .new {
          color: #a4005b; }
        #school .box07 ul li:first-child {
          margin: 30px 0 0 0; }

  /* ------------ schoolinquiry ------------ */
  #schoolinquiry {
    width: 100%;
    margin: 0;
    padding: 0; }
    #schoolinquiry h3 {
      font: 400 140%/160% "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      margin: 0 0 0 0;
      padding: 0;
      color: #333;
      text-align: center; }
    #schoolinquiry .google {
      margin: 30px 0 0 0;
      padding: 0; }
      #schoolinquiry .google p {
        font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 0;
        padding: 0;
        color: #333; }
    #schoolinquiry .box {
      margin: 30px 0 0 0;
      padding: 0; }
      #schoolinquiry .box h3 {
        font: 400 150%/120% "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 0;
        padding: 10px 0;
        color: #92713d;
        border-bottom: 2px solid #d1d1d1;
        border-top: 2px solid #d1d1d1;
        text-align: center; }
      #schoolinquiry .box p {
        font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 10px 0 0 0;
        padding: 0;
        color: #333; }
      #schoolinquiry .box .bold {
        font-weight: 600; }
      #schoolinquiry .box .required {
        margin: 30px 0 0 0; }
      #schoolinquiry .box .red {
        color: #ab266a; }
      #schoolinquiry .box dl {
        width: 100%;
        margin: 0;
        padding: 25px 0;
        font: 400 100%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        border-bottom: 1px dotted #d1d1d1; }
        #schoolinquiry .box dl dt {
          margin: 0 0 0 0; }
        #schoolinquiry .box dl dd {
          margin: 15px 0 0 0; }
          #schoolinquiry .box dl dd input {
            height: 40px;
            font: 400 100%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            padding: 2px;
            box-sizing: border-box;
            color: #333;
            border: 1px solid #dcdcdc;
            -webkit-appearance: none; }
          #schoolinquiry .box dl dd textarea {
            font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            width: 100%;
            padding: 2px;
            box-sizing: border-box;
            height: 180px;
            color: #333;
            resize: none;
            border: 1px solid #dcdcdc;
            -webkit-appearance: none; }
          #schoolinquiry .box dl dd .field01 {
            width: 40%; }
          #schoolinquiry .box dl dd .field02 {
            width: 100%; }
      #schoolinquiry .box table {
        border-collapse: separate;
        border-spacing: 0 8px;
        width: 100%;
        margin-top: 30px; }
        #schoolinquiry .box table th {
          background-color: #ece8d9;
          width: 30%;
          text-align: left;
          padding: 5px;
          font: 400 100%/140% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          box-sizing: border-box; }
        #schoolinquiry .box table td {
          background-color: #fff;
          width: 70%;
          padding: 5px 5px 5px 15px;
          font: 400 100%/140% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          text-align: left;
          box-sizing: border-box; }
      #schoolinquiry .box .submitbox {
        margin: 20px 0 0 0;
        padding: 0;
        text-align: center; }
        #schoolinquiry .box .submitbox p {
          font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 0;
          padding: 0;
          color: #333; }
        #schoolinquiry .box .submitbox .submit_button {
          width: 150px;
          margin: 30px 0 0 0;
          padding: 10px;
          box-sizing: border-box;
          font: 400 115%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          background-color: #c0b385;
          color: #fff;
          border-style: none;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          cursor: pointer;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          text-align: center;
          -webkit-appearance: button; }
        #schoolinquiry .box .submitbox .submit_button:hover {
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: "alpha( opacity=70 )"; }
        #schoolinquiry .box .submitbox .submit_button02 {
          width: 150px;
          margin: 15px 0 0 0;
          padding: 10px;
          box-sizing: border-box;
          font: 400 115%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          background-color: #dcdcdc;
          color: #333;
          border-style: none;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          cursor: pointer;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          text-align: center;
          -webkit-appearance: button; }
        #schoolinquiry .box .submitbox .submit_button02:hover {
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: "alpha( opacity=70 )"; }

  /* ------------ contact ------------ */
  #contact {
    width: 100%;
    margin: 0;
    padding: 0; }
    #contact h3 {
      font: 400 150%/120% "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      margin: 0;
      padding: 10px 0;
      color: #92713d;
      border-bottom: 2px solid #d1d1d1;
      border-top: 2px solid #d1d1d1;
      text-align: center; }
    #contact p {
      font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      margin: 10px 0 0 0;
      padding: 0;
      color: #333; }
    #contact .bold {
      font-weight: 600; }
    #contact .required {
      margin: 50px 0 0 0; }
    #contact .red {
      color: #ab266a; }
    #contact dl {
      width: 100%;
      margin: 0;
      padding: 25px 0;
      font: 400 100%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      border-bottom: 1px dotted #d1d1d1; }
      #contact dl dt {
        margin: 0 0 0 0; }
      #contact dl dd {
        margin: 15px 0 0 0; }
        #contact dl dd input {
          height: 40px;
          font: 400 100%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          padding: 2px;
          box-sizing: border-box;
          color: #333;
          border: 1px solid #dcdcdc;
          -webkit-appearance: none; }
        #contact dl dd textarea {
          font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          width: 100%;
          padding: 2px;
          box-sizing: border-box;
          height: 180px;
          color: #333;
          resize: none;
          border: 1px solid #dcdcdc;
          -webkit-appearance: none; }
        #contact dl dd .field01 {
          width: 40%; }
        #contact dl dd .field02 {
          width: 100%; }
        #contact dl dd .styleselect {
          width: 80%;
          height: 50px;
          background: #f5f5f5;
          border: 1px solid #ddd;
          padding: 4px;
          font: 400 100%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          box-sizing: border-box;
          -webkit-appearance: none; }
    #contact table {
      border-collapse: separate;
      border-spacing: 0 8px;
      width: 100%;
      margin-top: 30px; }
      #contact table th {
        background-color: #ece8d9;
        width: 30%;
        text-align: left;
        padding: 5px;
        font: 400 100%/140% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        box-sizing: border-box; }
      #contact table td {
        background-color: #fff;
        width: 70%;
        padding: 5px 5px 5px 15px;
        font: 400 100%/140% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        text-align: left;
        box-sizing: border-box; }
    #contact .submitbox {
      margin: 20px 0 0 0;
      padding: 0;
      text-align: center; }
      #contact .submitbox p {
        font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 0;
        padding: 0;
        color: #333; }
      #contact .submitbox .submit_button {
        width: 150px;
        margin: 30px 0 0 0;
        padding: 10px;
        box-sizing: border-box;
        font: 400 115%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        background-color: #c0b385;
        color: #fff;
        border-style: none;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        cursor: pointer;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        text-align: center;
        -webkit-appearance: button; }
      #contact .submitbox .submit_button:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )"; }
      #contact .submitbox .submit_button02 {
        width: 150px;
        margin: 15px 0 0 0;
        padding: 10px;
        box-sizing: border-box;
        font: 400 115%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        background-color: #dcdcdc;
        color: #333;
        border-style: none;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        cursor: pointer;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        text-align: center;
        -webkit-appearance: button; }
      #contact .submitbox .submit_button02:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )"; }

  /* ------------ info ------------ */
  #information {
    width: 100%;
    margin: 0;
    padding: 0; }
    #information .box {
      margin: 0 0 30px 0;
      padding: 0; }
      #information .box h3 {
        padding: 10px;
        margin: 0 0px 15px 0px;
        width: 100%;
        background-color: #ece8d9;
        font: 400 115%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        text-align: center;
        box-sizing: border-box; }
      #information .box p {
        font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        padding: 0px;
        margin: 0 0 20px 0;
        color: #333; }
      #information .box .mediumP {
        color: #FF6666;
        font-weight: bold; }

  /* ------------ privacy ------------ */
  #privacy {
    width: 100%;
    margin: 0;
    padding: 0; }
    #privacy h3 {
      font: 600 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      margin: 30px 0 5px 0;
      padding: 0;
      color: #333; }
    #privacy p {
      font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      margin: 0;
      padding: 0;
      color: #333; }
    #privacy ul {
      margin: 30px 0 0 0;
      padding: 0; }
      #privacy ul li {
        font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        list-style: none;
        margin: 0;
        padding: 0; }

  /* ------------ fg------------ */
  /* ------------ SP END------------ */ }
/* ------------ PC ------------ */
@media screen and (min-width: 768px), print {
  /* ------------ body ------------ */
  html, body {
    margin: 0;
    padding: 0;
    font-size: 14px; }

  /* ------------ header ------------ */
  #header {
    width: 100%;
    min-width: 970px;
    height: 90px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    position: relative;
    z-index: 1000; }
    #header .left {
      position: absolute;
      top: 10px;
      left: 15px;
      z-index: 200; }
      #header .left h1 {
        width: 189px;
        height: 71px;
        margin: 0;
        padding: 0;
        text-indent: -9999px;
        float: left; }
      #header .left h1 a {
        background-image: url(../img/02.gif);
        background-repeat: no-repeat;
        width: 189px;
        height: 71px;
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
      #header .left h1 a:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )"; }
      #header .left #nav {
        margin: 0;
        padding: 0;
        float: left;
        position: absolute;
        bottom: 2px;
        left: 240px;
        width: 580px; }
        #header .left #nav ul {
          margin: 0;
          padding: 0; }
          #header .left #nav ul li {
            list-style: none;
            font: 400 100%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            margin: 0 0 0 30px;
            padding: 0;
            float: left; }
          #header .left #nav ul li:nth-child(1) {
            display: none; }
          #header .left #nav ul li:nth-child(2) {
            display: none; }
          #header .left #nav ul li:nth-child(3) {
            margin: 0; }
          #header .left #nav ul li:nth-child(9) {
            display: none; }
          #header .left #nav ul li a:link {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            color: #666;
            text-decoration: none; }
          #header .left #nav ul a:visited {
            text-decoration: none;
            color: #666; }
          #header .left #nav ul a:active {
            text-decoration: none;
            color: #666; }
          #header .left #nav ul a:hover {
            text-decoration: none;
            color: #ff8a00; }
    #header ul.right {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0;
      padding: 0;
      z-index: 100; }
      #header ul.right li {
        list-style: none;
        float: right;
        margin: 0;
        padding: 0; }
        #header ul.right li img {
          vertical-align: bottom; }
      #header ul.right li a:link {
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
      #header ul.right li a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )"; }
      #header ul.right li:nth-child(3) {
        margin: 22px 17px 0 0; }
      #header ul.right li:nth-child(1) {
        display: none; }

  /* ------------ eyecatch ------------ */
  #eyecatch {
    width: 100%;
    min-width: 970px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden; }
    #eyecatch .box {
      width: 940px;
      height: 100%;
      margin: auto;
      padding: 0;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 20;
      display: none; }
      #eyecatch .box .airgel {
        position: absolute;
        top: 35px;
        left: 0;
        width: 171px;
        height: 170px; }
        #eyecatch .box .airgel img {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          margin: 0;
          padding: 0; }
      #eyecatch .box .blog {
        position: absolute;
        width: 169px;
        height: 169px;
        left: 0;
        bottom: 30px; }
        #eyecatch .box .blog img {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          margin: 0;
          padding: 0; }
      #eyecatch .box .credo {
        position: absolute;
        width: 169px;
        height: 169px;
        right: 0;
        bottom: 30px; }
        #eyecatch .box .credo img {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          margin: 0;
          padding: 0; }
      #eyecatch .box a img:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )"; }
    #eyecatch .noble {
      width: 449px;
      height: 189px;
      margin: auto;
      padding: 0;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: 10;
      display: none; }

  /* ------------ info ------------ */
  #info {
    width: 100%;
    min-width: 970px;
    margin: 0;
    padding: 60px 0;
    background: url(../img/16.gif) left center repeat-y, url(../img/14.gif) right center repeat-y;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 100; }
    #info .box {
      width: 940px;
      margin: 0 auto;
      padding: 0;
      text-align: center; }
      #info .box h2 {
        margin: 0;
        padding: 0; }
        #info .box h2 img {
          vertical-align: bottom; }
      #info .box ul {
        margin: 60px 0 0 0;
        padding: 0; }
        #info .box ul li {
          font: 200 115%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          list-style-type: none;
          border-bottom: 1px dotted #d8d8d8;
          box-sizing: border-box;
          text-align: left; }
        #info .box ul .date, #info .box ul .detail {
          display: block; }
        #info .box ul .date {
          clear: both;
          float: left;
          color: #000; }
        #info .box ul .detail {
          margin-left: 13%;
          padding: 0; }
        #info .box ul li a {
          padding: 10px 5px;
          display: block; }
        #info .box ul a:link {
          text-decoration: none;
          color: #000; }
        #info .box ul a:visited {
          text-decoration: none;
          color: #000; }
        #info .box ul a:active {
          text-decoration: none;
          color: #000; }
        #info .box ul a:hover {
          text-decoration: none;
          color: #000;
          background: #f9f6e8;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
      #info .box a.button {
        font: 400 100%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        width: 100px;
        margin: 30px auto 0;
        padding: 15px 0;
        box-sizing: border-box;
        background-color: #c0b385;
        color: #fff;
        display: block;
        text-decoration: none;
        text-align: center;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px; }
      #info .box a.button:hover {
        color: #c0b385;
        background-color: #ede6ca;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }

  /* ------------ nailgallary ------------ */
  #nailgallary {
    width: 100%;
    min-width: 970px;
    margin: 0;
    padding: 60px 0;
    background-color: #ede6ca;
    text-align: center; }
    #nailgallary h2 {
      margin: 0;
      padding: 0; }
      #nailgallary h2 img {
        vertical-align: bottom; }
    #nailgallary p {
      font: 200 100%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #000;
      margin: 30px 0 0 0;
      padding: 0; }
    #nailgallary ul {
      margin: 30px auto 0;
      padding: 0;
      width: 940px; }
      #nailgallary ul li {
        list-style: none;
        float: left;
        width: 220px;
        margin: 0 20px 0 0;
        padding: 0; }
      #nailgallary ul li:last-child {
        margin: 0; }
      #nailgallary ul li a img {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        display: block; }
      #nailgallary ul li a img:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )"; }
    #nailgallary a.button {
      font: 400 100%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      width: 100px;
      margin: 30px auto 0;
      padding: 15px 0;
      box-sizing: border-box;
      background-color: #c0b385;
      color: #fff;
      display: block;
      text-decoration: none;
      text-align: center;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px; }
    #nailgallary a.button:hover {
      color: #c0b385;
      background-color: #fff;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }

  /* ------------ footernav ------------ */
  #footernav {
    width: 100%;
    min-width: 970px;
    margin: 0;
    padding: 60px 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 100;
    background-color: #fff; }
    #footernav ul {
      width: 940px;
      margin: 0 auto;
      padding: 0; }
      #footernav ul li {
        list-style: none;
        float: left;
        font: 400 95%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 0;
        padding: 0; }
      #footernav ul li::after {
        content: "｜";
        padding: 0 5px; }
      #footernav ul li:last-child::after {
        content: ""; }
      #footernav ul a:link {
        text-decoration: none;
        color: #666; }
      #footernav ul a:visited {
        text-decoration: none;
        color: #666; }
      #footernav ul a:active {
        text-decoration: none;
        color: #666; }
      #footernav ul a:hover {
        text-decoration: none;
        color: #ff8a00;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }

  /* ------------ footer ------------ */
  #footer {
    width: 100%;
    min-width: 970px;
    margin: 0;
    padding: 60px 0;
    text-align: center;
    background: -moz-linear-gradient(top, #fefcee, #f3e6bf);
    background: -webkit-gradient(linear, left top, left bottom, from(#fefcee), to(#f3e6bf));
    background: linear-gradient(to bottom, #fefcee, #f3e6bf);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fffefcee', endColorstr='#fff3e6bf'); }
    #footer h2 {
      margin: 0;
      padding: 0; }
      #footer h2 img {
        vertical-align: bottom; }
    #footer ul {
      margin: 0 auto; }
      #footer ul li {
        list-style: none;
        text-align: center; }
        #footer ul li p {
          font: 200 100%/150% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 0;
          padding: 0;
          color: #000;
          overflow: hidden; }
        #footer ul li p.title {
          font: 200 115%/150% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 0 0 0 0;
          padding: 0;
          color: #000; }
        #footer ul li .shop, #footer ul li .tel {
          font: 600 115%/150% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #footer ul li img {
          vertical-align: bottom;
          margin: 10px 0 0 0; }
    #footer .copy {
      width: 100%;
      margin: 60px 0 0 0;
      padding: 0; }
      #footer .copy p {
        font: 400 100%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 0;
        padding: 0;
        color: #9c8e7d; }

  /* ------- ----- pagetop ------------ */
  .pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 4000; }
    .pagetop img {
      vertical-align: bottom;
      margin: 0;
      padding: 0;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
    .pagetop img:hover {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -ms-filter: "alpha( opacity=80 )";
      cursor: pointer; }

  /* ------------scroll ------------ */
  .scroll {
    position: fixed;
    bottom: 10px;
    right: 0;
    left: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 3000; }
    .scroll .pagelink {
      padding: 0;
      margin: 0; }

  /* ------------pagetitle ------------ */
  #pagetitle {
    width: 100%;
    min-width: 970px;
    margin: 0 0 0 0;
    padding: 30px 0;
    background-image: url(../img/18.gif);
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    position: relative; }
    #pagetitle h2 {
      margin: 0;
      padding: 0;
      float: left;
      position: absolute;
      left: 5%;
      top: 80px; }
      #pagetitle h2 img {
        vertical-align: bottom; }
    #pagetitle .box {
      width: 940px;
      margin: 0 auto;
      padding: 0; }
      #pagetitle .box .open {
        vertical-align: bottom;
        float: right; }

  /* ------------ wrapbg ------------ */
  #wrapbg {
    width: 100%;
    min-width: 970px;
    margin: 0;
    padding: 60px 0;
    background: url(../img/16.gif) left center repeat-y, url(../img/14.gif) right center repeat-y;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 100;
    /* ------------ subfooternav ------------ */ }
    #wrapbg #wrap {
      width: 940px;
      margin: 0 auto;
      padding: 0; }
      #wrapbg #wrap #content {
        width: 700px;
        margin: 0 20px 0 0;
        padding: 0;
        float: left; }
      #wrapbg #wrap #side {
        width: 220px;
        margin: 0;
        padding: 0;
        float: left; }
        #wrapbg #wrap #side ul {
          margin: 0;
          padding: 0; }
          #wrapbg #wrap #side ul li {
            list-style: none;
            margin: 0 0 10px 0;
            padding: 0; }
            #wrapbg #wrap #side ul li img {
              vertical-align: bottom; }
          #wrapbg #wrap #side ul li a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
          #wrapbg #wrap #side ul li a:hover {
            text-decoration: none;
            opacity: 0.7;
            filter: alpha(opacity=70);
            -ms-filter: "alpha( opacity=70 )"; }
    #wrapbg .subfooternav {
      width: 940px;
      margin: 60px auto 0;
      padding: 0; }
      #wrapbg .subfooternav ul {
        margin: 0 auto;
        padding: 0; }
        #wrapbg .subfooternav ul li {
          list-style: none;
          float: left;
          font: 400 95%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 0;
          padding: 0; }
        #wrapbg .subfooternav ul li::after {
          content: "｜";
          padding: 0 5px; }
        #wrapbg .subfooternav ul li:last-child::after {
          content: ""; }
        #wrapbg .subfooternav ul a:link {
          text-decoration: none;
          color: #666; }
        #wrapbg .subfooternav ul a:visited {
          text-decoration: none;
          color: #666; }
        #wrapbg .subfooternav ul a:active {
          text-decoration: none;
          color: #666; }
        #wrapbg .subfooternav ul a:hover {
          text-decoration: none;
          color: #ff8a00;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }

  /* ------------ //wrapbg ------------ */
  /* ------------ about ------------ */
  #about {
    width: 100%;
    margin: 0;
    padding: 0; }
    #about .box {
      margin: 0;
      padding: 0; }
      #about .box ul {
        margin: 0;
        padding: 0;
        width: 300px;
        float: left; }
        #about .box ul li {
          list-style: none;
          margin: 0 0 20px 0;
          padding: 0; }
          #about .box ul li img {
            vertical-align: bottom; }
      #about .box .shop {
        width: 380px;
        margin: 0 0 0 20px;
        padding: 0;
        float: left; }
        #about .box .shop h3 {
          margin: 0;
          padding: 0; }
          #about .box .shop h3 img {
            vertical-align: bottom; }
        #about .box .shop h4 {
          font: 600 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 10px 0 0 0;
          padding: 0;
          color: #333; }
        #about .box .shop p {
          font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 10px 0 0 0;
          padding: 0;
          color: #333; }
        #about .box .shop dl {
          width: 100%;
          margin: 0;
          padding: 0;
          font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333; }
          #about .box .shop dl dt {
            padding: 10px 0 0 0;
            margin: 0;
            font-weight: 600; }
          #about .box .shop dl dd {
            padding: 0 0 10px 0;
            margin: 0;
            border-bottom: 1px dotted #8d8d8d; }
      #about .box .map {
        width: 700px;
        margin: 30px 0 0 0;
        padding: 0;
        float: left; }
    #about .box:nth-of-type(2) {
      margin: 60px 0 0 0; }

  /* ------------ menu ------------ */
  #menu {
    width: 100%;
    margin: 0;
    padding: 0; }
    #menu .menulink {
      margin: 0;
      padding: 0;
      position: relative; }
      #menu .menulink ul {
        margin: 0;
        padding: 0;
        position: relative;
        left: 50%;
        float: left; }
        #menu .menulink ul li {
          font: 400 115%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          list-style: none;
          margin: 0;
          padding: 0;
          float: left;
          display: inline;
          position: relative;
          left: -50%; }
        #menu .menulink ul li:after {
          content: " ｜ "; }
        #menu .menulink ul li:last-child:after {
          content: none; }
        #menu .menulink ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
        #menu .menulink ul li a:link {
          text-decoration: none;
          color: #333; }
        #menu .menulink ul li a:visited {
          text-decoration: none;
          color: #333; }
        #menu .menulink ul li a:active {
          text-decoration: none;
          color: #333; }
        #menu .menulink ul li a:hover {
          text-decoration: underline;
          color: #ff8a00; }
    #menu .box {
      margin: 60px 0 0 0;
      padding: 0; }
      #menu .box h3 {
        margin: 0 0 40px 0;
        padding: 0;
        text-align: center; }
        #menu .box h3 img {
          vertical-align: bottom; }
      #menu .box .imgfl {
        vertical-align: bottom;
        float: left;
        margin: 0 20px 0 0;
        padding: 0; }
      #menu .box .imgfr {
        vertical-align: bottom;
        float: right;
        margin: 0 0 0 20px;
        padding: 0; }
      #menu .box ul {
        width: 380px;
        margin: 0;
        padding: 0;
        float: left;
        box-sizing: border-box; }
        #menu .box ul li {
          list-style: none;
          margin: 0;
          padding: 10px 0;
          border-bottom: 1px dotted #8d8d8d; }
          #menu .box ul li dl {
            margin: 0;
            padding: 0;
            font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333; }
            #menu .box ul li dl dt {
              padding: 0;
              margin: 0;
              font-weight: 600;
              float: left; }
            #menu .box ul li dl dd {
              padding: 0;
              margin: 0;
              float: right;
              font-weight: 600; }
          #menu .box ul li p {
            font: 400 86%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            margin: 3px 0 0 0;
            padding: 0;
            color: #333; }
        #menu .box ul li:first-child {
          padding: 0 0 15px 0; }

  /* ------------ gallery ------------ */
  #gallery {
    width: 100%;
    margin: 0;
    padding: 0; }
    #gallery h3 {
      margin: 0 0 40px 0;
      padding: 0;
      text-align: center; }
      #gallery h3 img {
        vertical-align: bottom; }
    #gallery p {
      font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      margin: 40px 0 0 0;
      padding: 0;
      color: #333;
      text-align: center; }
    #gallery ul {
      margin: 10px 0 0 0;
      padding: 0; }
      #gallery ul li {
        list-style: none;
        margin: 10px 10px 0 0;
        padding: 0;
        float: left;
        width: 132px; }
        #gallery ul li img {
          vertical-align: bottom;
          margin: 0;
          padding: 0; }
      #gallery ul li a {
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
      #gallery ul li a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )"; }
      #gallery ul li:nth-child(5n) {
        margin: 10px 0 0 0; }

  /* ------------ therapy ------------ */
  #therapy {
    width: 100%;
    margin: 0;
    padding: 0; }
    #therapy .menulink {
      margin: 0;
      padding: 0;
      position: relative; }
      #therapy .menulink ul {
        margin: 0;
        padding: 0;
        position: relative;
        left: 50%;
        float: left; }
        #therapy .menulink ul li {
          font: 400 115%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          list-style: none;
          margin: 0;
          padding: 0;
          float: left;
          display: inline;
          position: relative;
          left: -50%; }
        #therapy .menulink ul li:after {
          content: " ｜ "; }
        #therapy .menulink ul li:last-child:after {
          content: none; }
        #therapy .menulink ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
        #therapy .menulink ul li a:link {
          text-decoration: none;
          color: #333; }
        #therapy .menulink ul li a:visited {
          text-decoration: none;
          color: #333; }
        #therapy .menulink ul li a:active {
          text-decoration: none;
          color: #333; }
        #therapy .menulink ul li a:hover {
          text-decoration: underline;
          color: #ff8a00; }
    #therapy h2 {
      margin: 50px 0 60px 0;
      padding: 0;
      text-align: center; }
      #therapy h2 img {
        vertical-align: bottom;
        margin: 0;
        padding: 0; }
    #therapy .box {
      width: 100%;
      margin: 30px 0 0 0;
      padding: 0 0 30px 0;
      border-bottom: 1px dotted #999; }
      #therapy .box .description {
        width: 300px;
        margin: 0 20px 0 0;
        padding: 0;
        float: left; }
        #therapy .box .description h3 {
          font: 400 143%/100% "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          margin: 0;
          padding: 10px 0;
          color: #000;
          text-align: center;
          background-color: #ebe5d6; }
        #therapy .box .description p {
          font: 400 100%/200% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 25px 0 0 0;
          padding: 0;
          color: #333; }
        #therapy .box .description .red {
          color: #ff6666;
          font-weight: bold; }
        #therapy .box .description a:link {
          text-decoration: none;
          color: #ff8a00; }
        #therapy .box .description a:visited {
          text-decoration: none;
          color: #ff8a00; }
        #therapy .box .description a:active {
          text-decoration: none;
          color: #ff8a00; }
        #therapy .box .description a:hover {
          text-decoration: underline;
          color: #ff8a00; }
      #therapy .box .photo {
        width: 380px;
        margin: 0;
        padding: 0;
        float: left; }
        #therapy .box .photo ul {
          margin: 0;
          padding: 0; }
          #therapy .box .photo ul li {
            width: 180px;
            list-style: none;
            margin: 0 20px 0 0;
            padding: 0;
            float: left; }
          #therapy .box .photo ul li:nth-child(2n) {
            margin: 0; }
          #therapy .box .photo ul p {
            font: 400 86%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            margin: 10px 0 0 0;
            padding: 0;
            color: #333;
            text-align: center; }
          #therapy .box .photo ul li a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
          #therapy .box .photo ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70);
            -ms-filter: "alpha( opacity=70 )"; }
        #therapy .box .photo ul:nth-of-type(2) {
          margin: 30px 0 0 0; }
        #therapy .box .photo ul:nth-of-type(3) {
          margin: 30px 0 0 0; }
        #therapy .box .photo .textbox {
          font: 400 100%/200% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 30px 0 0 0;
          padding: 15px;
          color: #333;
          background-color: #f7f7f7;
          border: 1px solid #e2e2e2; }
        #therapy .box .photo a.button {
          font: 400 100%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          width: 200px;
          margin: 30px auto 0;
          padding: 13px;
          box-sizing: border-box;
          color: #fff;
          display: block;
          background-color: #c0b385;
          text-decoration: none;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          text-align: center; }
          #therapy .box .photo a.button:hover {
            opacity: 0.7;
            filter: alpha(opacity=70);
            -ms-filter: "alpha( opacity=70 )";
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }

  /* ------------ school ------------ */
  #school {
    width: 100%;
    margin: 0;
    padding: 0; }
    #school .menulink {
      margin: 0;
      padding: 0;
      position: relative; }
      #school .menulink ul {
        margin: 0;
        padding: 0;
        position: relative;
        left: 50%;
        float: left; }
        #school .menulink ul li {
          font: 400 115%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          list-style: none;
          margin: 0;
          padding: 0;
          float: left;
          display: inline;
          position: relative;
          left: -50%; }
        #school .menulink ul li:after {
          content: " ｜ "; }
        #school .menulink ul li:last-child:after {
          content: none; }
        #school .menulink ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
        #school .menulink ul li a:link {
          text-decoration: none;
          color: #333; }
        #school .menulink ul li a:visited {
          text-decoration: none;
          color: #333; }
        #school .menulink ul li a:active {
          text-decoration: none;
          color: #333; }
        #school .menulink ul li a:hover {
          text-decoration: underline;
          color: #ff8a00; }
    #school .box {
      margin: 60px 0 0 0;
      padding: 0; }
      #school .box h3 {
        margin: 0 0 40px 0;
        padding: 0;
        text-align: center; }
        #school .box h3 img {
          vertical-align: bottom; }
      #school .box .imgfl {
        vertical-align: bottom;
        float: left;
        margin: 0 20px 0 0;
        padding: 0; }
      #school .box p {
        font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 0;
        padding: 0;
        color: #333; }
    #school .box02 {
      margin: 60px 0 0 0;
      padding: 0; }
      #school .box02 h3 {
        font: 400 172%/100% "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 0;
        padding: 10px 0;
        color: #92713d;
        border-bottom: 2px solid #d1d1d1;
        border-top: 2px solid #d1d1d1;
        text-align: center; }
      #school .box02 p {
        font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 5px 0 0 0;
        padding: 0;
        color: #333;
        text-align: center; }
      #school .box02 ul.course {
        margin: 0;
        padding: 0; }
        #school .box02 ul.course li {
          list-style: none;
          margin: 30px 0 0 0;
          padding: 0 0 30px 0;
          border-bottom: 2px solid #dfdfdf; }
          #school .box02 ul.course li h4 {
            font: 600 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            margin: 0 0 0 0;
            padding: 0;
            color: #333;
            text-align: center; }
          #school .box02 ul.course li p {
            font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            margin: 10px 0 0 0;
            padding: 0;
            color: #333;
            text-align: center; }
          #school .box02 ul.course li table {
            width: 300px;
            margin: 30px auto 0;
            padding: 0; }
            #school .box02 ul.course li table th {
              font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #333;
              width: 150px;
              margin: 0;
              padding: 5px 0;
              background-color: #ede6ca;
              text-align: center;
              border-bottom: 2px solid #fff; }
            #school .box02 ul.course li table td {
              font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #333;
              width: 150px;
              margin: 0;
              padding: 5px 0;
              background-color: #f0f0f0;
              text-align: center;
              border-bottom: 2px solid #fff; }
      #school .box02 .caution {
        width: 100%;
        margin: 30px 0 0 0;
        padding: 20px;
        box-sizing: border-box;
        border: 1px solid #dfdfdf; }
        #school .box02 .caution ul {
          margin: 0;
          padding: 0; }
          #school .box02 .caution ul li {
            font: 400 86%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            list-style: none;
            margin: 0 0 5px 0;
            padding: 0;
            color: #333; }
          #school .box02 .caution ul li:last-child {
            margin: 0; }
      #school .box02 a.button {
        font: 400 115%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        width: 220px;
        margin: 30px auto 0;
        padding: 20px;
        box-sizing: border-box;
        color: #fff;
        display: block;
        background-color: #c0b385;
        text-decoration: none;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        text-align: center; }
      #school .box02 a.button:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )";
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
    #school .box03 {
      margin: 60px 0 0 0;
      padding: 0 0 30px 0;
      border-bottom: 1px solid #dfdfdf; }
      #school .box03 h3 {
        font: 400 172%/100% "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 0 0 30px 0;
        padding: 10px 0;
        color: #92713d;
        border-bottom: 2px solid #d1d1d1;
        border-top: 2px solid #d1d1d1;
        text-align: center; }
      #school .box03 p {
        font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 0;
        padding: 0;
        color: #333;
        text-align: left; }
      #school .box03 table {
        width: 300px;
        margin: 0 0 0 20px;
        padding: 0;
        float: right; }
        #school .box03 table th {
          font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          width: 150px;
          margin: 0;
          padding: 5px 0;
          background-color: #ede6ca;
          text-align: center;
          border-bottom: 2px solid #fff; }
        #school .box03 table td {
          font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          width: 150px;
          margin: 0;
          padding: 5px 0;
          background-color: #f0f0f0;
          text-align: center;
          border-bottom: 2px solid #fff; }
    #school .box04 {
      margin: 60px 0 0 0;
      padding: 0; }
      #school .box04 h3 {
        font: 400 172%/100% "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 0 0 10px 0;
        padding: 10px 0;
        color: #92713d;
        border-bottom: 2px solid #d1d1d1;
        border-top: 2px solid #d1d1d1;
        text-align: center; }
      #school .box04 ul {
        margin: 0;
        padding: 0; }
        #school .box04 ul li {
          width: 48%;
          list-style: none;
          margin: 20px 2% 0 0;
          padding: 2px;
          float: left;
          border: 1px solid #dfdfdf;
          box-sizing: border-box; }
          #school .box04 ul li h4 {
            font: 400 115%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            margin: 0 0 10px 0;
            padding: 10px 0;
            color: #333;
            text-align: center; }
          #school .box04 ul li p {
            font: 400 115%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            margin: 0;
            padding: 0;
            color: #333;
            text-align: center; }
          #school .box04 ul li .plus01 {
            font: 600 143%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #32b16c; }
          #school .box04 ul li .plus02 {
            font: 600 143%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #43addd; }
          #school .box04 ul li .plus03 {
            font: 600 143%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #f4811b; }
          #school .box04 ul li .plus04 {
            font: 600 143%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #9c72d1; }
          #school .box04 ul li .small {
            font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            margin: 10px 0; }
        #school .box04 ul li:nth-child(2n) {
          margin: 20px 0 0 0; }
        #school .box04 ul .c01 {
          background-color: #e6f1d3; }
        #school .box04 ul .c02 {
          background-color: #dbeaf3; }
        #school .box04 ul .c03 {
          background-color: #fae5cc; }
        #school .box04 ul .c04 {
          background-color: #e8e1f5; }
    #school .box05 {
      margin: 60px 0 0 0;
      padding: 0 0 30px 0;
      border-bottom: 1px solid #dfdfdf; }
      #school .box05 h3 {
        font: 400 172%/100% "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 0 0 40px 0;
        padding: 10px 0;
        color: #92713d;
        border-bottom: 2px solid #d1d1d1;
        border-top: 2px solid #d1d1d1;
        text-align: center; }
      #school .box05 .name {
        width: 220px;
        margin: 0;
        padding: 0;
        float: left; }
        #school .box05 .name h4 {
          font: 600 143%/160% "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          margin: 0;
          padding: 0;
          color: #333; }
        #school .box05 .name p {
          font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 0;
          padding: 0;
          color: #333; }
        #school .box05 .name .small {
          font: 400 86%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 0 0 10px 0; }
      #school .box05 p.textbox {
        width: 480px;
        margin: 0;
        padding: 0;
        float: left;
        font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333; }
    #school .box06 {
      margin: 60px 0 0 0;
      padding: 0 0 30px 0;
      border-bottom: 1px solid #dfdfdf; }
      #school .box06 h3 {
        font: 400 172%/100% "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 0 0 40px 0;
        padding: 10px 0;
        color: #92713d;
        border-bottom: 2px solid #d1d1d1;
        border-top: 2px solid #d1d1d1;
        text-align: center; }
      #school .box06 p {
        font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 40px 0 0 0;
        padding: 0;
        color: #333;
        text-align: center; }
      #school .box06 a.button {
        font: 400 115%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        width: 220px;
        margin: 30px auto 0;
        padding: 20px;
        box-sizing: border-box;
        color: #fff;
        display: block;
        background-color: #c0b385;
        text-decoration: none;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        text-align: center; }
      #school .box06 a.button:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )";
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
    #school .box07 {
      margin: 60px 0 0 0;
      padding: 0 0 30px 0;
      border-bottom: 1px solid #dfdfdf; }
      #school .box07 h3 {
        font: 400 172%/100% "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 0 0 40px 0;
        padding: 10px 0;
        color: #92713d;
        border-bottom: 2px solid #d1d1d1;
        border-top: 2px solid #d1d1d1;
        text-align: center; }
      #school .box07 .logo {
        text-align: center; }
        #school .box07 .logo img {
          vertical-align: bottom; }
      #school .box07 ul li {
        list-style: none;
        margin: 20px 0 0 0; }
        #school .box07 ul li img {
          float: left;
          vertical-align: bottom;
          margin: 0 20px 0 0; }
        #school .box07 ul li h4 {
          font: 600 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 0;
          padding: 0;
          color: #333; }
        #school .box07 ul li p {
          font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 10px 0 0 0;
          padding: 0;
          color: #333; }
        #school .box07 ul li .new {
          color: #a4005b; }
        #school .box07 ul li:first-child {
          margin: 30px 0 0 0; }

  /* ------------ contact ------------ */
  #contact {
    width: 100%;
    margin: 0;
    padding: 0; }
    #contact h3 {
      font: 400 172%/100% "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      margin: 0;
      padding: 10px 0;
      color: #92713d;
      border-bottom: 2px solid #d1d1d1;
      border-top: 2px solid #d1d1d1;
      text-align: center; }
    #contact p {
      font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      margin: 30px 0 0 0;
      padding: 0;
      color: #333; }
    #contact .bold {
      font-weight: 600; }
    #contact .required {
      margin: 50px 0 0 0; }
    #contact .red {
      color: #ab266a; }
    #contact dl {
      width: 100%;
      margin: 0;
      padding: 25px 0;
      font: 400 100%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      border-bottom: 1px dotted #d1d1d1; }
      #contact dl dt {
        float: left;
        width: 210px;
        margin: 0 0 0 0; }
      #contact dl dd {
        width: 490px;
        float: left;
        margin: 0 0 0 0; }
        #contact dl dd input {
          font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          padding: 2px;
          box-sizing: border-box;
          color: #333; }
        #contact dl dd textarea {
          font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          width: 80%;
          padding: 2px;
          box-sizing: border-box;
          height: 180px;
          color: #333;
          resize: none; }
        #contact dl dd .field01 {
          width: 30%; }
        #contact dl dd .field02 {
          width: 80%; }
        #contact dl dd .styleselect {
          width: 80%;
          background: #f5f5f5;
          border: 1px solid #ddd;
          padding: 4px;
          font: 400 100%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          box-sizing: border-box; }
    #contact table {
      border-collapse: separate;
      border-spacing: 0 8px;
      width: 100%;
      margin-top: 30px; }
      #contact table th {
        background-color: #ece8d9;
        width: 25%;
        text-align: left;
        padding: 10px;
        font: 400 100%/140% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        box-sizing: border-box; }
      #contact table td {
        background-color: #fff;
        width: 75%;
        padding: 10px 10px 10px 30px;
        font: 400 100%/140% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        text-align: left;
        box-sizing: border-box; }
    #contact .submitbox {
      margin: 30px 0 0 0;
      padding: 0;
      text-align: center; }
      #contact .submitbox p {
        font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 0;
        padding: 0;
        color: #333; }
      #contact .submitbox .submit_button {
        width: 150px;
        margin: 30px 0 0 0;
        padding: 15px;
        box-sizing: border-box;
        font: 400 115%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        background-color: #c0b385;
        color: #fff;
        border-style: none;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        cursor: pointer;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        text-align: center; }
      #contact .submitbox .submit_button:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )"; }
      #contact .submitbox .submit_button02 {
        width: 150px;
        margin: 15px 0 0 0;
        padding: 15px;
        box-sizing: border-box;
        font: 400 115%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        background-color: #dcdcdc;
        color: #333;
        border-style: none;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        cursor: pointer;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        text-align: center; }
      #contact .submitbox .submit_button02:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )"; }

  /* ------------ schoolinquiry ------------ */
  #schoolinquiry {
    width: 100%;
    margin: 0;
    padding: 0; }
    #schoolinquiry h3 {
      font: 400 200%/160% "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      margin: 0 0 0 0;
      padding: 0;
      color: #333;
      text-align: center; }
    #schoolinquiry .google {
      margin: 60px 0 0 0;
      padding: 0; }
      #schoolinquiry .google p {
        font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 0;
        padding: 0;
        color: #333; }
    #schoolinquiry .box {
      margin: 60px 0 0 0;
      padding: 0; }
      #schoolinquiry .box h3 {
        font: 400 172%/100% "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 0;
        padding: 10px 0;
        color: #92713d;
        border-bottom: 2px solid #d1d1d1;
        border-top: 2px solid #d1d1d1;
        text-align: center; }
      #schoolinquiry .box p {
        font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 30px 0 0 0;
        padding: 0;
        color: #333; }
      #schoolinquiry .box .bold {
        font-weight: 600; }
      #schoolinquiry .box .required {
        margin: 30px 0 0 0; }
      #schoolinquiry .box .red {
        color: #ab266a; }
      #schoolinquiry .box dl {
        width: 100%;
        margin: 0;
        padding: 25px 0;
        font: 400 100%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        border-bottom: 1px dotted #d1d1d1; }
        #schoolinquiry .box dl dt {
          float: left;
          width: 210px;
          margin: 0 0 0 0; }
        #schoolinquiry .box dl dd {
          width: 490px;
          float: left;
          margin: 0 0 0 0; }
          #schoolinquiry .box dl dd input {
            font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            padding: 2px;
            box-sizing: border-box;
            color: #333; }
          #schoolinquiry .box dl dd textarea {
            font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            width: 80%;
            padding: 2px;
            box-sizing: border-box;
            height: 180px;
            color: #333;
            resize: none; }
          #schoolinquiry .box dl dd .field01 {
            width: 30%; }
          #schoolinquiry .box dl dd .field02 {
            width: 80%; }
      #schoolinquiry .box table {
        border-collapse: separate;
        border-spacing: 0 8px;
        width: 100%;
        margin-top: 30px; }
        #schoolinquiry .box table th {
          background-color: #ece8d9;
          width: 25%;
          text-align: left;
          padding: 10px;
          font: 400 100%/140% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          box-sizing: border-box; }
        #schoolinquiry .box table td {
          background-color: #fff;
          width: 75%;
          padding: 10px 10px 10px 30px;
          font: 400 100%/140% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          text-align: left;
          box-sizing: border-box; }
      #schoolinquiry .box .submitbox {
        margin: 30px 0 0 0;
        padding: 0;
        text-align: center; }
        #schoolinquiry .box .submitbox p {
          font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 0;
          padding: 0;
          color: #333; }
        #schoolinquiry .box .submitbox .submit_button {
          width: 150px;
          margin: 30px 0 0 0;
          padding: 15px;
          box-sizing: border-box;
          font: 400 115%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          background-color: #c0b385;
          color: #fff;
          border-style: none;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          cursor: pointer;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          text-align: center; }
        #schoolinquiry .box .submitbox .submit_button:hover {
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: "alpha( opacity=70 )"; }
        #schoolinquiry .box .submitbox .submit_button02 {
          width: 150px;
          margin: 15px 0 0 0;
          padding: 15px;
          box-sizing: border-box;
          font: 400 115%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          background-color: #dcdcdc;
          color: #333;
          border-style: none;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          cursor: pointer;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          text-align: center; }
        #schoolinquiry .box .submitbox .submit_button02:hover {
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: "alpha( opacity=70 )"; }

  /* ------------ info ------------ */
  #information {
    width: 100%;
    margin: 0;
    padding: 0; }
    #information .box {
      margin: 0 0 60px 0;
      padding: 0; }
      #information .box h3 {
        padding: 10px;
        margin: 0 0px 30px 0px;
        width: 100%;
        background-color: #ece8d9;
        font: 400 115%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        text-align: center;
        box-sizing: border-box; }
      #information .box p {
        font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        padding: 0px;
        margin: 0 0 20px 0;
        color: #333; }
      #information .box .mediumP {
        color: #FF6666;
        font-weight: bold; }

  /* ------------ privacy ------------ */
  #privacy {
    width: 100%;
    margin: 0;
    padding: 0; }
    #privacy h3 {
      font: 600 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      margin: 30px 0 5px 0;
      padding: 0;
      color: #333; }
    #privacy p {
      font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      margin: 0;
      padding: 0;
      color: #333; }
    #privacy ul {
      margin: 30px 0 0 0;
      padding: 0; }
      #privacy ul li {
        font: 400 100%/160% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        list-style: none;
        margin: 0;
        padding: 0; }

  /* ------------ under ------------ */
  #under {
    width: 100%;
    min-width: 970px;
    margin: 0;
    padding: 60px 0;
    background: url(../img/16.gif) left center repeat-y, url(../img/14.gif) right center repeat-y;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 100; }
    #under .box {
      width: 940px;
      margin: 0 auto;
      padding: 0;
      text-align: center; }
      #under .box h3 {
        margin: 0;
        padding: 0;
        font: 400 190%/100% "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #444; }
      #under .box p {
        font: 400 115%/200% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 65px 0 0 0;
        padding: 0;
        color: #444; }
      #under .box a.button {
        font: 400 100%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        width: 100px;
        margin: 65px auto 0;
        padding: 10px 0;
        box-sizing: border-box;
        background-color: #c0b385;
        color: #fff;
        display: block;
        text-decoration: none;
        text-align: center;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px; }
      #under .box a.button:hover {
        color: #c0b385;
        background-color: #ede6ca;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
    #under .subfooternav {
      width: 940px;
      margin: 60px auto 0;
      padding: 0; }
      #under .subfooternav ul {
        margin: 0 auto;
        padding: 0; }
        #under .subfooternav ul li {
          list-style: none;
          float: left;
          font: 400 100%/100% "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 0;
          padding: 0; }
        #under .subfooternav ul li::after {
          content: "｜";
          padding: 0 5px; }
        #under .subfooternav ul li:last-child::after {
          content: ""; }
        #under .subfooternav ul a:link {
          text-decoration: none;
          color: #666; }
        #under .subfooternav ul a:visited {
          text-decoration: none;
          color: #666; }
        #under .subfooternav ul a:active {
          text-decoration: none;
          color: #666; }
        #under .subfooternav ul a:hover {
          text-decoration: none;
          color: #ff8a00;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }

  /* ------------ PC END------------ */ }
/* ------------PRINT ------------ */
@media print {
  #header, #footer, #side, .subfooternav {
    display: none !important; }

  /* ------------PRINT END ------------ */ }
