@charset "utf-8";
/*################## スマホ用　##################*/
@media screen and (min-width: 0px) and (max-width: 896px) {
  /* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
  .sm {
    box-sizing: border-box;
    position: relative;
    z-index: 9999;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .sm, .sm ul, .sm li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
  }
  .sm-rtl, .sm-rtl ul, .sm-rtl li {
    direction: rtl;
    text-align: right;
  }
  .sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
    margin: 0;
    padding: 0;
  }
  .sm ul {
    display: none;
  }
  .sm li, .sm a {
    position: relative;
  }
  .sm a {
    display: block;
  }
  .sm a.disabled {
    cursor: default;
  }
  .sm::after {
    content: "";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    overflow: hidden;
  }
  .sm *, .sm *::before, .sm *::after {
    box-sizing: inherit;
  }
  #menu-main {
    background-color: #fff;
  }
  #menu_bar {
    padding: 10px 0 0 10px;
  }
  #menu {
    display: none;
    left: 0px;
  }
  #menu ul {}
  #menu li {
    width: 100%;
    letter-spacing: 1.5px;
  }
  #menu li a {
    margin: 10px 0 5px 30px;
    color: #010938;
    line-height: 2;
    text-decoration: none;
  }
  #toggle {
    display: block;
    position: relative;
    width: 100%;
    background: #fff;
  }
  #toggle a {
    display: block;
    position: relative;
    padding: 12px 0 10px;
    color: #010938;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #707070;
  }
  #toggle a:before, #toggle a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #fff;
  }
  #toggle a:before {
    margin-top: -6px;
  }
  #toggle a:after {
    margin-top: 2px;
  }
  .sm-mint {
    border-top: 2px solid #010938;
    border-bottom: 2px solid #010938;
    background: #fff;
  }
  .sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
    padding: 13px 20px;
    /* make room for the toggle button (sub indicator) */
    padding-right: 58px;
    color: #7b89dd;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 17px;
    text-decoration: none;
  }
  .sm-mint a.current {
    font-weight: bold;
  }
  .sm-mint a.disabled {
    color: #cccccc;
  }
  .sm-mint a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    /*background: rgba(141, 184, 99, 0.2);*/
    /*border-radius: 4px;*/
  }
  .sm-mint a .sub-arrow::before {
    content: '+';
  }
  .sm-mint a.highlighted .sub-arrow::before {
    content: '-';
  }
  .sm-mint li {
    border-top: 1px solid rgba(141, 184, 99, 0.2);
  }
  .sm-mint > li:first-child {
    border-top: 0;
  }
  .sm-mint ul {
    background: rgba(106, 52, 131, 0.1);
  }
  .sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active {
    font-size: 16px;
    border-left: 8px solid transparent;
  }
  .sm-mint ul ul a, .sm-mint ul ul a:hover, .sm-mint ul ul a:focus, .sm-mint ul ul a:active {
    border-left: 16px solid transparent;
  }
  .sm-mint ul ul ul a, .sm-mint ul ul ul a:hover, .sm-mint ul ul ul a:focus, .sm-mint ul ul ul a:active {
    border-left: 24px solid transparent;
  }
  .sm-mint ul ul ul ul a, .sm-mint ul ul ul ul a:hover, .sm-mint ul ul ul ul a:focus, .sm-mint ul ul ul ul a:active {
    border-left: 32px solid transparent;
  }
  .sm-mint ul ul ul ul ul a, .sm-mint ul ul ul ul ul a:hover, .sm-mint ul ul ul ul ul a:focus, .sm-mint ul ul ul ul ul a:active {
    border-left: 40px solid transparent;
  }
}
@media print, screen and (min-width:897px) { /*★PC用レスポンシブ設定*/
  #menu {
    list-style-type: none;
    width: 950px;
    height: 45px;
    margin: 10px auto;
    padding: 0;
    background: #fff;
  }
  #menu li {
    position: relative;
    width: 12.5%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #menu li a {
    display: block;
    margin: 0;
    padding: 18px 0;
    color: #010938;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 3px;
  }
  #menu li ul {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
  }
  #menu li:last-child ul {
    left: -100%;
    width: 100%
  }
  #menu li ul li {
    overflow: hidden;
    width: 100%;
    height: 0;
    color: #010938;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
  }
  #menu li ul li a {
    padding: 18px;
    background: #fff;
    font-size: 16px;
    font-weight: normal;
    border-bottom: solid 1px #010938;
    text-align: center;
    width: 100%;
  }
  #menu li:hover > a {
    border-bottom: solid 1px #010938;
    color: #010938;
  }
  #menu li:hover ul li {
    overflow: visible;
    height: 50px;
  }
  #menu li:hover ul li:first-child {
    border-top: 0;
  }
  #menu li:hover ul li:last-child {
    border-bottom: 0;
  }
}