@charset "UTF-8";

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  background-color: #000000;
  font-size: 14px;
}
img {
  width: 100%;
}
.h1 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
.header_marquee {
  font-size: 1.1em;
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
}
.header_marquee p {
  font-size: 1.1em;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
  padding-left: 100%;
  width: auto;
  display: inline-block;
}
@keyframes marquee {
  0% {
    transform: translate(0);
  }
  100%,
  100% {
    transform: translate(-100%);
  }
}
.call_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #252525;
  padding: 3px 0;
}
.call_btn .call_btn_txt {
  font-size: 18px;
  font-weight: bold;
}
.call_btn .call_btn_img {
  max-width: 50px;
}
#mainNavi ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#mainNavi ul li {
  width: 20%;
}
#float_menu {
  display: none;
}
#float_menu.fixed {
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  z-index: 999;
}
#float_menu.fixed {
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  z-index: 999;
  opacity: 0.9;
}
#float_menu.fixed a.telbtn {
  display: block;
  width: 82%;
  text-align: center;
}
#float_menu.fixed .togglewrap {
  display: block;
  width: 18%;
  height: 56px;
  position: fixed;
  top: 0;
  right: 0;
  background: #252525;
  z-index: 100;
  border-left: 1px solid #fff;
}
#float_menu.fixed .navToggle {
  position: absolute;
  top: 17px;
  right: 16px;
  width: 30px;
  height: 24px;
  z-index: 100;
}
#float_menu.fixed .navToggle span {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#float_menu.fixed .navToggle span:nth-child(1) {
  top: 0;
}
#float_menu.fixed .navToggle span:nth-child(2) {
  top: 10px;
}
#float_menu.fixed .navToggle span:nth-child(3) {
  top: 20px;
}
#float_menu.fixed .navToggle.open span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
#float_menu.fixed .navToggle.open span:nth-child(2) {
  width: 0%;
}
#float_menu.fixed .navToggle.open span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}
#sp_nav {
  background: #252525;
}
#sp_nav ul {
  list-style: none;
  padding: 5px 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
#sp_nav ul li {
  width: 40%;
  margin-bottom: 10px;
}
.breadcrumb {
  margin-left: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
}
.breadcrumb ol {
  display: flex;
}
.breadcrumb ol li {
  list-style: none;
}
.breadcrumb ol li:nth-of-type(n + 2) {
  margin-left: 5px;
}
.breadcrumb ol li:nth-of-type(n + 2)::before {
  content: ">";
}
.breadcrumb ol a {
  text-decoration: underline;
}
#footer {
  margin-top: 25px;
}
#footer h2 {
  padding: 9px;
  margin: 0;
  font-weight: bold;
}
#footer_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
#footer_menu ul li {
  width: 50%;
  border-bottom: 1px solid #000;
}
#footer_menu ul li a {
  width: 100%;
  color: #000;
  display: block;
  padding: 18px 0;
  background: #94c916;
}
#footer_menu ul li:nth-of-type(odd) {
  border-right: 1px solid #000;
}
.footer_info {
  text-align: center;
  padding: 15px 0;
}
.footer_info p {
  margin-bottom: 5px;
}
.face_daytime {
  width: 33%;
  margin-bottom: 20px;
  text-align: center;
}
.face_daytime .girls_img {
  position: relative;
}
.face_daytime .girls_img .newfaceicon {
  width: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.face_daytime .girls_data ul li.name {
  margin-top: 5px;
}
.face_daytime .girls_data ul li.size {
  margin-top: 5px;
  font-size: 12px;
}
.face_daytime .option_icon ul {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.face_daytime .option_icon ul li {
  width: 33%;
}
.face_daytime .option_icon ul li.coming {
  width: 100%;
}
.empty_item {
  content: "";
  width: 33%;
}