@charset "UTF-8";
/* Scss Document */
@font-face {
  font-family: "TsukushiBMaruGothic";
  src: url("../fonts/TsukushiBMaruGothic.woff") format("woff"), url("../fonts/TsukushiBMaruGothic.woff2") format("woff2");
}
@font-face {
  font-family: "TsukushiBMaruGothicBold";
  src: url("../fonts/TsukushiBMaruGothicBold.woff") format("woff"), url("../fonts/TsukushiBMaruGothicBold.woff2") format("woff2");
}
nav {
  display: none;
}

ul.f-nav {
  font-size: 1.5rem;
  column-count: 2;
  column-gap: 2em;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 1.5em;
}
ul.f-nav li:before {
  content: "●";
  margin-right: 0.25em;
  margin-left: -1.25em;
}
ul.f-nav li {
  margin-bottom: 0.5em;
}
ul.f-nav li:last-child {
  margin-bottom: 0;
}

ul.sns_link {
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.sns_link li {
  margin-bottom: 0.5em;
  display: block;
}
ul.sns_link li i {
  vertical-align: middle;
}
ul.sns_link li:last-child {
  margin-bottom: 0;
}

/* モバイルメニュー */
.rmp-menu i {
  margin-right: 0.5em;
}

.rmp-menu li.icon-child a {
  padding-left: 44px !important;
  position: relative;
  overflow: visible;
}

.rmp-menu a > i.icon-smile {
  position: absolute;
  line-height: 1 !important;
  margin: 0 0.25em 0 0;
  color: #fff !important;
  top: 0.4em;
  left: 13px;
}

.rmp-menu li.icon-ride a {
  padding-left: 44px !important;
  position: relative;
  overflow: visible;
}

.rmp-menu li.icon-eat a {
  padding-left: 44px !important;
  position: relative;
  overflow: visible;
}

.rmp-menu li.icon-taikai a {
  padding-left: 44px !important;
  position: relative;
  overflow: visible;
}

.rmp-menu li.icon-school a {
  padding-left: 44px !important;
  position: relative;
  overflow: visible;
}

.rmp-menu li.icon-shisetsu a {
  padding-left: 44px !important;
  position: relative;
  overflow: visible;
}

.rmp-menu li.icon-car a {
  padding-left: 44px !important;
  position: relative;
  overflow: visible;
}

.rmp-menu a > span {
  position: absolute;
  line-height: 1 !important;
  margin: 0;
  color: #fff !important;
  top: 0.25em;
  left: 0.5em;
}

.fix-footer {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 0;
  width: 100vw;
}

.only-mobile {
  background-color: #ececec;
  position: relative;
}
.only-mobile ul.mobile-footer-menu {
  height: 40x;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.4rem;
  display: -ms-flexbox; /*for IE10*/
  display: -webkit-flex; /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap; /*for IE10*/
  -webkit-flex-wrap: wrap; /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: space-between;
}
.only-mobile li {
  flex-basis: 25%;
  text-align: center;
  border-right: solid 1px rgb(215, 215, 215);
}
.only-mobile li:last-child {
  border-right: none;
}
.only-mobile li span {
  display: block;
}
.only-mobile li a {
  display: block;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #707070;
}
.only-mobile li a:hover {
  text-decoration: none;
}
.only-mobile li.m-icon-1 > a span:before {
  font-family: "Material Icons outlined";
  font-weight: normal;
  content: "\ea68";
  font-size: 2rem;
}
.only-mobile li.m-icon-2 > a span:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 900; /* regular style/weight */
  content: "\f1e0";
  font-size: 2rem;
}
.only-mobile li.m-icon-3 > a span:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 900; /* regular style/weight */
  content: "\f879";
  font-size: 2rem;
}
.only-mobile li.m-icon-4 > a span:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 900; /* regular style/weight */
  content: "\f128";
  font-size: 2rem;
}
.only-mobile li.m-icon-2 > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  opacity: 0;
  display: -ms-flexbox; /*for IE10*/
  display: -webkit-flex; /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap; /*for IE10*/
  -webkit-flex-wrap: wrap; /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: center;
  width: 100vw;
  top: 60px;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.only-mobile li.m-icon-2 > ul li {
  flex-basis: 25%;
  text-align: center;
  font-size: 2rem;
}
.only-mobile li.m-icon-2:hover > ul {
  -ms-flex-wrap: wrap; /*for IE10*/
  -webkit-flex-wrap: wrap; /*for old webkit browser*/
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  top: -60px;
}
.only-mobile li.m-icon-2:hover > ul li {
  border: none;
}
.only-mobile li.m-icon-2:hover > ul li a i {
  color: #fff;
}

/* lg */
@media (min-width: 992px) {
  nav {
    display: block;
    margin: 0;
    background-color: #00ad00;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  ul.menu {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -ms-flexbox; /*for IE10*/
    display: -webkit-flex; /*for old webkit browser*/
    display: flex;
    -ms-flex-wrap: wrap; /*for IE10*/
    -webkit-flex-wrap: wrap; /*for old webkit browser*/
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.menu > li {
    /* flex-basis: calc(100% / 7); */
    flex-basis: auto;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    border-right: solid 2px #fff;
  }
  ul.menu > Li > a {
    display: block;
    padding-left: 2em;
    padding-right: 2em;
  }
  ul.menu > li:last-child {
    border: none;
  }
  ul.menu > li > a span {
    display: block;
  }
  li.icon-1 > a span:before {
    font-family: "Material Icons";
    font-weight: normal;
    content: "\eb41";
    font-size: 4rem;
  }
  li.icon-2 > a span:before {
    font-family: "Material Icons outlined";
    font-weight: normal;
    content: "\e52f";
    font-size: 4rem;
  }
  li.icon-3 > a span:before {
    font-family: "Material Icons";
    font-weight: normal;
    content: "\f00c";
    font-size: 4rem;
  }
  li.icon-4 > a span:before {
    font-family: "Material Icons outlined";
    font-weight: normal;
    content: "\ea23";
    font-size: 4rem;
  }
  li.icon-5 > a span:before {
    font-family: "Material Icons outlined";
    font-weight: normal;
    content: "\eb29";
    font-size: 4rem;
  }
  li.icon-6 > a span:before {
    font-family: "Material Icons outlined";
    font-weight: normal;
    content: "\ea68";
    font-size: 4rem;
  }
  li.icon-7 > a span:before {
    font-family: "Material Icons outlined";
    font-weight: normal;
    content: "\e62c";
    font-size: 4rem;
  }
  li[class*=icon]:hover span {
    animation-name: icons;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 0.5s;
  }
  @keyframes icons {
    0% {
      transform: translate(0, 0px);
    }
    100% {
      transform: translate(0, -15px);
    }
  }
  ul.menu > li a {
    display: block;
    color: #fff;
  }
  ul.menu li a:hover {
    text-decoration: none;
  }
  /* level-2 */
  ul.menu > li > ul {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
  }
  /* level-3 */
  ul.menu > li > ul > li > ul {
    visibility: hidden;
    opacity: 0;
  }
  .menu > li:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  ul.menu > li > ul {
    position: absolute;
    top: 70px;
    box-sizing: border-box;
    padding: 1.5em 3em 1.5em 1.5em;
    background: rgba(240, 250, 240, 0.95);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  ul.menu > li:hover > ul {
    top: 84px;
    visibility: visible;
    opacity: 1;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
  }
  ul.menu > li > ul > li {
    border: none;
    text-align: left;
    list-style-type: none;
    margin-bottom: 1.5em;
  }
  ul.menu > li > ul > li:last-child {
    margin-bottom: 0;
  }
  ul.menu > li > ul > li a:before {
    font-family: "Font Awesome 5 Free"; /* updated font-family */
    font-weight: 900; /* regular style/weight */
    content: "\f0da";
    margin-right: 0.5em;
  }
  ul.menu > li:hover > ul li a {
    color: #00ad00;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  ul.menu > li:hover > ul li a:hover {
    color: orange;
  }
}
/* // lg */

/*# sourceMappingURL=nav.css.map */
