@charset "UTF-8";
div#navibar {
  padding: 0;
  position: fixed;
  top: 0px;
  z-index: 100;
  width: 100%;
  height: 55px;
}
div#navibar > div#nakawaku div#fortop_menu {
  display: none;
}
@media screen and (min-width: 960px) {
  div#navibar {
    padding: 0.8rem 0;
    border-bottom: 2px solid #ccc;
    display: flex;
    background-color: #fff;
  }
  div#navibar > div#nakawaku {
    width: 960px;
    margin: 0 auto;
    display: flex;
  }
  div#navibar > div#nakawaku div#fortop_menu {
    display: flex;
    align-items: center;
    width: 20%;
  }
  div#navibar > div#nakawaku div#fortop_menu div.fortop_menu_d1 {
    width: 35%;
  }
  div#navibar > div#nakawaku div#fortop_menu div.fortop_menu_d1 a img {
    width: 100%;
  }
  div#navibar > div#nakawaku div#fortop_menu div.fortop_menu_d2 {
    width: 65%;
    line-height: 1.1;
    text-align: center;
  }
  div#navibar > div#nakawaku div#fortop_menu div.fortop_menu_d2 span {
    font-size: 1.2rem;
  }
  div#navibar > div#nakawaku div#fortop_menu div.fortop_menu_d2 a {
    text-decoration: none;
    color: inherit;
  }
}

div#menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #999;
  background-color: white;
  width: 100%;
  align-items: stretch;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  div#menu {
    display: none;
  }
}
div#menu > div#menu1 {
  padding: 4px 10px;
  cursor: pointer;
  background-color: orange;
  margin: 0px;
  text-align: center;
}
div#menu > div#menu1 > span {
  font-size: clamp(11px, 1.5625vw, 15px);
  color: white;
}
div#menu > div#menu1 > img#menuimg1 {
  height: 20px !important;
  width: 30px;
  padding: 5px 5px 0 5px;
  margin: 0;
}
div#menu > div.menu2 {
  letter-spacing: 0.8px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
div#menu > div.menu3 {
  padding: 4px 10px;
  cursor: pointer;
  background-color: #666;
  margin: 0px;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
div#menu > div.menu3 > a {
  color: white;
  text-decoration: none;
  font-size: clamp(11px, 1.5625vw, 15px);
}

#overlay_for_sumaho {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  touch-action: none;
}

ul#normal {
  display: none;
  z-index: 10000;
  position: relative;
  background-color: #fff;
  border-bottom: 4px double #999;
  text-align: center;
}
ul#normal > li {
  list-style: none;
  border-bottom: 1px solid #ccc;
}
ul#normal > li.display-none {
  display: none;
}
ul#normal > li > div.menu-title {
  cursor: pointer;
}
ul#normal > li > div.menu-title:hover {
  color: red;
}
ul#normal > li > div.menu-title > a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  ul#normal > li {
    border: none;
    font-size: 0.95rem;
    padding: 0 0.5rem;
    text-align: left;
    letter-spacing: -1.5px;
  }
  ul#normal > li#home {
    display: none;
  }
}
ul#normal > li#tojiru {
  padding: 5px;
  border: none;
}
@media screen and (min-width: 960px) {
  ul#normal > li#tojiru {
    display: none;
  }
}
ul#normal > li#tojiru > div {
  color: white;
  cursor: pointer;
  padding: 5px;
  width: 30%;
  margin: 0 auto;
  background-color: orange;
}
ul#normal > li#tojiru > div:hover {
  background-color: red;
}
@media screen and (min-width: 960px) {
  ul#normal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 80%;
    margin-top: auto;
    border-bottom: none;
  }
}

div.c1 {
  background-color: #eee;
  border: 1px solid #ccc;
  z-index: 10001;
  padding: 1rem;
  margin-top: 0.5rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
}
@media screen and (min-width: 960px) {
  div.c1 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
}
div.c1 p.w100 {
  width: 100%;
  text-align: center;
  font-weight: bold;
}
div.c1 p.w100 > a {
  font-size: inherit;
}
div.c1 p.w100 > a::after {
  content: "▶";
  color: orange;
}
div.c1 > div {
  margin: 3px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 960px) {
  div.c1 > div {
    width: calc(33% - 6px);
    box-sizing: border-box;
  }
}
div.c1 > div > p {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  font-weight: bold;
  width: 100%;
}
div.c1 > div > p > a {
  font-size: inherit;
}
div.c1 > div > p > a::after {
  content: "▶";
  color: orange;
}
div.c1 > div > a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  padding: 3px 5px;
}
@media screen and (min-width: 960px) {
  div.c1 > div > a {
    display: block;
  }
}
div.c1 > div > a.a-eto {
  color: orangered;
}
div.c1 > div > a::before {
  content: "▶";
  color: orange;
}
div.c1 > div > a:hover {
  color: red;
}
div.c1 > div.yowa a {
  color: #666;
}
div.c1 > div.yowa a::before {
  content: "▶";
  color: gray;
}
div.c1 > div.yowa p {
  color: #666;
}
div.c1 a.close-migiue {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #fff;
  border: solid 1px #999;
  padding: 0px;
  margin: 0px;
  font-size: 2em;
}
div.c1 a.close-migiue::before {
  content: none;
}/*# sourceMappingURL=navibar_scss.css.map */