@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;
    padding-bottom: 20px;
  }
  .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;
    margin: 0;
  }
  #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: #434343;
    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: #434343;
    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: #434343;
  }
  #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 #333333;
    border-bottom: 2px solid #333333;
    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: #434343;
    font-family: Arial, sans-serif;
    font-size: 15px;
    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: 10px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 15px/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(232, 235, 230, 0.5);
  }
  .sm-mint > li:first-child {
    border-top: 0;
  }
  .sm-mint ul {
    background: rgba(232, 235, 230, 0.5);
  }
  .sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active {
    font-size: 14px;
    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: 750px;
    height: 50px;
    margin: 10px auto;
    padding-top: 10px;
    background: #fff;
  }
  #menu li {
    position: relative;
    width: 20%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #menu li a {
    display: block;
    margin: 0;
    padding: 20px 0;
    background: #fff;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
  }
  #menu li ul {
    list-style: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #menu li ul li {
    overflow: hidden;
    width: 100%;
    height: 0;
    color: #fff;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
  }
  #menu li ul li a {
    padding: 20px 10px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
  }
  #menu > li:hover > a {
    background: #fff;
    color: #d25431;
  }
  #menu > li:hover li:hover > a {
    background: #fff;
    color: #d25431;
  }
  #menu > li:hover > ul > li {
    overflow: visible;
    height: 80px;
  }
  #menu li ul li ul {
    top: 0;
    left: 100%;
  }
  #menu li:last-child ul li ul {
    left: -100%;
    width: 100%;
  }
  #menu li ul li ul:before {
    position: absolute;
    content: "";
    top: 14px;
    left: -20px;
    width: 0;
    height: 0;
  }
  #menu li:last-child ul li ul:before {
    position: absolute;
    content: "";
    top: 13px;
    left: 200%;
    margin-left: -20px;


  }
  #menu li ul li:hover > ul > li {
    overflow: visible;
    height: 60px;
  }
  #menu li ul li ul li a {
    background: #fff;
    padding: 15px;
  }
  #menu li:hover ul li ul li a:hover {
    background: #fff;
    color: #d25431;
  }
}