body, h1, h2, h3, h4, h5, h6, th, td, button, p, blockquote, div, pre.ul, ol, input, .btn, .menu {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  line-break: strict;
  voice-family: inherit;
  -webkit-text-size-adjust: 100%
}
ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0
}
dl, dt, dd {
  margin: 0;
  padding: 0
}
a {
  text-decoration: none
}
a:visited {
  text-decoration: none;
  color: #0093ff
}
a:link, a:active {
  overflow: hidden;
  color: #0093ff;
  cursor: pointer
}
a:link:hover {
  overflow: hidden;
  color: #ff0103;
  text-decoration: underline
}
b, strong {
  font-weight: 700
}
em {
  color: red;
  font-style: normal
}
img {
  border: none;
  vertical-align: bottom
}
p, strong, span {
  line-height: 1.3
}
* {
  -moz-prefix: border-box;
  -webkit-box-sizing: border-box;
  -webkit-prefix: border-box;
  box-sizing: border-box
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
.clearfix {
  display: inline-table
}
* html .clearfix {
  height: 1%
}
.clearfix {
  display: block
}
html {
  height: 100%
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 768px
}
#container {
  width: 100%;
  max-width: 1600px;
  min-width: 1280px;
  margin: 0 auto;
  padding: 0
}
h1 {
  width: 100%;
  height: 26px;
  padding: .2em 0;
  text-align: center;
  margin: 0;
  font-size: 14px;
  color: #fff;
  background: #24843C
}
#background {
  width: 100%;
  margin: 0 auto;
  z-index: -1;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: cover !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  overflow-x: hidden
}
header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  margin: 3px auto 3px
}
#logo_header {
  width: 365px;
  float: left;
  height: 118px;
  margin-left: 0
}
#logo_header img {
  width: 100%;
  height: auto
}
#header_inner {
  width: calc(100% - 365px);
  float: right
}
#header_info p {
  line-height: 1;
  text-align: center;
  display: block;
  display: inline-block
}
#header_info a {
  font-size: 14px;
  padding: 10px 0;
  display: block;
  text-align: center;
  display: inline-block
}
.navbar {
  background-color: #f7f7f7;
  color: #fff;
  border-radius: 4px;
  max-width: 600px;
  margin: 10px 0 0 auto;
  border: 1px solid #bfbfbb;
  display: block;
  padding: 0
}
.navbar .menu {
  display: flex;
  position: relative;
  z-index: 2000
}
.navbar .menu li {
  flex: 1;
  display: flex;
  text-align: center;
  transition: background-color .5s ease;
  border-right: 1px solid #eaeaea;
  overflow: hidden;
  white-space: nowrap
}
.navbar .menu li:last-of-type {
  border-right: none
}
.navbar .menu a {
  flex: 1;
  justify-content: center;
  display: inline-flex;
  color: #333;
  text-decoration: none;
  padding: 20px;
  position: relative
}
.navbar .menu .active {
  flex: 1;
  justify-content: center;
  display: inline-flex;
  color: #333;
  text-decoration: none;
  padding: 10px;
  position: relative;
  font-size: 17px
}
.navbar .menu a > .fa {
  font-weight: 700;
  margin-left: 8px
}
.navbar .menu li:hover {
  background-color: #d8d5d5
}
.navbar .menu li:hover .container {
  display: flex;
  z-index: 1000
}
.navbar .menu li.active {
  background-color: #fff
}
a.hasDropdown:after {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #25283d;
  z-index: 2
}
li:hover a.hasDropdown:after {
  content: '';
  border-top-color: #8F3985
}
.container {
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 2px 0 #0000000f;
  padding: 20px;
  text-align: left;
  margin-bottom: 30px;
  border: 1px solid #ddd
}
.container__list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  min-width: 0
}
.container__listItem {
  flex: 0 0 15%;
  padding: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 40px
}
.container__listItem > div {
  color: #db6356;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  font-size: 14px
}
.navbar .container__listItem a {
  color: #0093ff;
  padding: 0 !important
}
.container__listTitle {
  margin: 0
}
.container__listTitle > div {
  color: #333;
  font-size: 14px
}
.container.has-multi .container__listItem {
  flex-basis: 100%
}
.container.has-multi .container__list {
  flex-basis: 33.333%;
  border-radius: 4px
}
.container.has-multi .container__list:not(:last-child) {
  border-right: solid 1px #f3f3f3;
  margin-right: 20px;
  height: 400px
}
.header_row {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin: 0 0 10px
}
dl.search2 {
  position: relative;
  width: 100%;
  margin-top: 12px
}
dl.search2 dt {
  margin-right: 45px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #aaa
}
dl.search2 dt input {
  width: 100%;
  height: 42px;
  line-height: 34px;
  background: none;
  border: none;
  font-size: 16px;
  padding-left: 15px
}
dl.search2 dd {
  position: absolute;
  top: 0;
  right: 0
}
dl.search2 dd button {
  display: block;
  width: 44px;
  height: 44px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  background-color: #f66;
  border: 1px solid #c66
}
.btn-social-square {
  display: inline-block;
  text-decoration: none;
  width: 50px;
  margin: 2px 0;
  height: 43px;
  line-height: 50px;
  font-size: 23px;
  color: #fff;
  border-radius: 12px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: 700;
  transition: .3s
}
.btn-social-square i {
  line-height: 50px
}
.btn-social-square:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}
.btn-social-square--twitter {
  background: #22b8ff
}
.btn-social-square--facebook {
  background: #6680d8
}
.btn-social-square--hatebu {
  background: #49a8fb
}
.btn-social-square--pocket {
  background: #ff6d82
}
.btn-social-square--feedly {
  background: #7bda72
}
.header_search {
  width: 350px;
  text-align: center
}
.header_buttons {
  margin-right: 0;
  margin-top: 10px;
  width: 160px;
  min-width: 160px;
  text-align: right
}
.header_buttons a {
  text-decoration: none !important;
  padding: 5px 0 !important;
  font-size: 12px !important;
  cursor: pointer;
  line-height: 1.45;
  width: 70px;
  vertical-align: middle;
  color: #fff;
  font-family: Quicksand, sans-serif;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent
}
#b-5ren {
  width: 100%;
  margin: 20px auto 0;
  text-align: center
}
#b-5ren img {
  width: 100%
}
.drop_nav {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  display: block;
  background-color: #000c;
  box-shadow: 0 3px 3px #0000001a
}
#navigation {
  color: #fff;
  width: 100%;
  margin: 0 auto
}
#navigation ul {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  list-style-type: none;
  margin: 0;
  border-bottom: 1px solid #24843C;
  border-top: 1px solid #24843C;
  padding: 6px 3px;
  background: #24843C;
  font-size: 14px;
  justify-content: center;
  width: 100%
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000
}
#navigation li {
  border-right: 1px solid #dbe0e4;
  padding: 0 2px;
  font-size: 12px
}
#navigation li:last-of-type {
  border-right: none
}
#navigation li.hamburger {
  align-self: flex-end
}
#navigation a {
  display: block;
  border-radius: 4px;
  padding: 5px 7px;
  color: #fff;
  text-decoration: none;
  transition: .5s
}
#navigation li a:hover {
  color: #24843C;
  background-color: #fff
}
#wrap {
  margin: 0;
  padding: 0
}
#wrap_inner {
  margin: 0 auto;
  padding: 0 180px
}
#main {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 60px
}
#content {
  float: right;
  width: 75%;
  margin: 0;
  padding: 0
}
#bread-crumb-list {
  display: block;
  margin: 0;
  padding: 12px 0 5px;
  color: #000
}
#bread-crumb-list li {
  display: inline;
  font-size: 14px
}
#bread-crumb-list li a {
  color: red
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 8px 0 0 0;
  font-size: 14px;
  margin: 5px auto;
  gap: 4px;
  background-color: #fff !important;
  margin-bottom: 0 !important;
  padding: 10px 0 10px 0 !important;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  color: #333;
}
.breadcrumb li a {
  color: #333;
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  width: .3em;
  height: .6em;
  margin-left: 4px;
  background-color: #333;
  clip-path: polygon(0 0,100% 50%,0 100%);
  content: "";
  margin-bottom: -1px;
}

h2.head {
  background: #5a5252;
  border-top: solid 1px #504f4a;
  border-bottom: solid 1px #504f4a;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-shadow: 1px 1px 0 #0000004d;
  padding: 0 10px;
  margin-bottom: 5px
}
#content h3.theme {
  width: 100%;
  height: 40px;
  margin: 0;
  background: #24843C;
  border-radius: 3px
}
#content h3.theme p {
  font-family: "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  letter-spacing: .1em;
  text-align: center;
  font-size: 15px;
  display: inline-block;
  padding: 10px 0;
  color: #333
}
#content h3.theme .title {
  float: left;
  padding-left: 15px;
  color: #fff;
  position: relative;
  top: 8px
}
#content h3.theme .title:first-letter {
  font-size: 18px
}
#content h3.theme .sub {
  float: right;
  padding-right: 10px;
  font-size: 11px;
  color: #fff;
  position: relative;
  top: 15px
}
#sideArea {
  float: left;
  width: 24%;
  max-width: 232px;
  padding: 0
}
#side_menu {
  width: 100%;
  padding: 0
}
#side_menu ul {
  width: 100%;
  padding: 0;
  margin-bottom: 10px
}
#side_menu li {
  width: 100%;
  float: left;
  margin: 0;
  position: relative
}
#side_menu li a {
  width: 100%;
  height: auto
}
#side_menu li a img {
  width: 100%;
  height: auto
}
#side_menu li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.line_s {
  margin: 10px 0 10px 10px
}
.line_sh {
  margin: 5px;
  border: 1px solid #ddd
}
.line_sh a {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 8px 10px 3px
}
.line_sh a:active, .line_sh a:hover, .line_sh a:link {
  text-decoration: none
}
.line_ik {
  text-align: center;
  margin: 0 auto 5px
}
.line_kr {
  text-align: center;
  margin: 0 auto 5px
}
.line_ik1 {
  text-align: center;
  margin: 8px auto
}
.line_ik2 {
  text-align: center;
  margin: 0 auto 8px
}
.line_ik img, .line_ik1 img, .line_ik2 img, .line_kr img {
  width: 100%
}
.slider {
  display: none
}
.slider.slick-initialized {
  display: block
}
#side_banner {
  width: 100%;
  margin: 0
}
#side_banner ul {
  display: inline-block
}
#side_banner li {
  display: block;
  margin: 0 0 10px
}
#side_banner li img {
  max-width: 100%;
  height: auto
}
#side_banner li table {
  max-width: 100%;
  height: auto;
  display: block
}
#content_col .title {
  background: #5a5252;
  border-top: solid 1px #504f4a;
  border-bottom: solid 1px #504f4a;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-shadow: 1px 1px 0 #0000004d;
  padding: 0 10px;
  margin-bottom: 10px
}
div.head {
  background: #5a5252;
  border-top: solid 1px #504f4a;
  border-bottom: solid 1px #504f4a;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0 10px;
  margin-bottom: 5px
}
#content_col_banner ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 970px;
  margin: 0 auto
}
#content_col_banner ul li {
  flex: 1 1 auto;
  -webkit-flex-basis: 32%;
  flex-basis: 32%;
  line-height: 16px;
  font-size: 16px;
  width: 32%;
  margin: 1px .18% 10px;
  text-align: center;
  word-break: break-all
}
#content_col_banner ul li img {
  margin-top: 3px
}
#content_col_banner ul li img:nth-child(1) {
  margin-top: 0;
  margin-bottom: 5px
}
#content_col_banner ul li.bn_320 {
  flex-basis: 32%;
  max-width: 320px
}
#content_col_banner ul li.bn_640 {
  width: 100% !important;
  flex-basis: 65%
}
#content_col_banner ul li.bn_970, #content_col_banner ul li.bn_970x2 {
  width: 100% !important;
  flex-basis: 100%;
  max-width: 970px;
  margin-right: 0;
  margin-left: 0
}
.bn_320 img {
  width: 100%;
  max-width: 320px
}
.bn_640 img {
  width: 100%;
  max-width: 640px
}
.bn_970 img {
  width: 100%;
  max-width: 970px
}
#content_col_banner ul li a:link {
  color: #00F
}
#content_col_banner ul li a:visited {
  color: #33c
}
div#gallery {
  width: 100% !important
}
#gallery li img {
  width: 100% !important
}
.recruit {
  background-color: #FFFFF0
}
.rec_img {
  border-width: 0;
  margin-top: 5px
}
.rec_info {
  font-size: 12px;
  width: 178px;
  border: 1px solid #f6c;
  background-color: #fff0ff;
  color: #06f;
  overflow: hidden;
  padding: 10px
}
.rec_shop {
  font-size: 14px;
  margin: 10px
}
.rec_name {
  color: #000;
  padding-top: 5px
}
.rec_name2 {
  font-size: 14px;
  border-bottom: 1px dashed #666;
  color: #f36;
  font-weight: 700
}
.rec_bt2 {
  text-align: center;
  display: block;
  width: 150px;
  font-size: 14px;
  border-radius: 5px;
  background-color: #e6f7ff;
  margin: 5px auto;
  padding: 6px 5px 5px
}
.recruit_2 {
  width: 100%;
  padding-bottom: 10px
}
.recruit_sel {
  width: 90%;
  margin: 0 auto
}
.rec_img_2 {
  text-align: center;
  margin: 0 auto 5px
}
.rec_info_2 {
  font-size: 12px;
  width: 90%;
  background-color: #fff;
  color: #5f5f5f;
  word-break: break-all;
  margin: 0 auto;
  padding: 10px
}
.rec_inner {
  background: #fffef6;
  margin-bottom: 25px;
  padding: 15px 0
}
.rec_shop_2 {
  font-size: 14px;
  width: 90%;
  margin: 0 auto
}
.rec_name_2 {
  color: #3a3737;
  padding-top: 5px
}
.rec_name2_2 {
  font-size: 14px;
  border-bottom: 1px dashed #b7b2b2;
  color: #f36
}
.rec_bt_2 {
  padding-right: 2px;
  padding-left: 2px;
  margin-bottom: 10px;
  padding-bottom: 10px
}
.recruit_2 div img {
  margin: 1px
}
.bt_taigu {
  padding: 2px
}
.rec_bt2_2 {
  text-align: center;
  display: block;
  width: 150px;
  font-size: 14px;
  border-radius: 5px;
  background-color: #53c8ff;
  clear: left;
  color: #fff;
  margin: 5px auto;
  padding: 6px 5px 5px
}
.shift .shift_header {
  text-align: center;
  margin-bottom: 15px
}
.shift .shift_header .left, .shift .shift_header .right {
  display: inline-block
}
.shift .shift_header .non-active {
  background-color: #9c9c9c;
  border-radius: 4px;
  color: #fff;
  line-height: 26px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #706f6f;
  font-size: 18px;
  padding: 5px 40px;
  text-decoration: none
}
.shift .shift_header .button {
  background-color: #ff67d6;
  border-radius: 4px;
  color: #fff !important;
  line-height: 52px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #a7478d;
  text-shadow: 0 1px 1px #0000004d;
  font-size: 18px;
  padding: 5px 40px;
  text-decoration: none !important
}
.shift .shift_header .button:hover {
  background-color: #fb92df;
  box-shadow: 0 3px 0 #a7478d
}
.shift .shift_header .button:active {
  top: 3px;
  box-shadow: none
}
.shift .shift2_header {
  margin-bottom: 5px;
  text-align: right
}
.shift .shift2_header .iku {
  width: 60px;
  height: 30px;
  background: #e8f0fd;
  display: inline-block;
  margin-left: 20px
}
.shift .shift2_header .kuru {
  width: 60px;
  height: 30px;
  background: #ffe7f4;
  display: inline-block
}
.shift .shift2_header .exp {
  position: relative;
  top: -10px;
  font-size: 14px;
  line-height: 1em;
  margin-right: 20px
}
.shift .shift2_header .exp:last-child {
  margin-right: 0
}
.shift .shift2_header .header_boxA {
  text-align: center
}
.shift .tenpo_girls_content .kuru {
  background: #ffe7f4;
  padding: 0 20px;
  margin-bottom: 15px;
  border: 1px solid #dadada
}
.shift .tenpo_girls_content .iku {
  background: #e8f0fd;
  padding: 0 20px;
  margin-bottom: 15px;
  border: 1px solid #dadada
}
.shift .tenpo_girls_content .head {
  padding-bottom: 4px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 6px;
  height: 50px
}
.shift .tenpo_girls_content .banner {
  width: 210px;
  float: left;
  padding-top: 12px
}
.shift .tenpo_girls_content .info {
  font-size: 14px;
  padding-bottom: 10px;
  border-top: 1px solid #dadada;
  padding-top: 10px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  width: 100%
}
.shift .tenpo .info p {
  display: inline-block;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0
}
.shift .tenpo .info p:last-child {
  margin-right: 0
}
.shift .tenpo .info .info_title {
  color: #fff
}
.shift .info .kuru {
  background: #f65caf;
  padding: 1px 6px;
  border: none;
  margin-right: 3px
}
.shift .info .iku {
  background: #528bff;
  padding: 1px 6px;
  border: none;
  margin-right: 3px
}
.shift .tenpo_girls_content .count {
  float: right;
  font-size: 13px;
  text-align: right;
  overflow: hidden;
  white-space: nowrap
}
.shift .tenpo_girls_content .images ul li {
  display: inline-block;
  margin-right: 19px
}
.shift .tenpo_girls_content .images li:last-child {
  margin-right: 0
}
.shift .tenpo_girls_content .girl img {
  height: 100px;
  width: 75px;
  margin-bottom: 10px
}
#footer {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  clear: both;
  background-color: #fff;
  margin-bottom: 5px;
  border-width: 1px;
  border-style: solid none none;
  border-color: #24843C;
  padding: 10px 0 0
}
#footer ul {
  padding: 0 10px
}
#footer li {
  padding: 5px 0
}
.footer_m1, .footer_m2, .footer_m3, .footer_m4 {
  font-size: 14px
}
footer {
  clear: both;
  background-color: #fff;
  margin-bottom: 5px;
  padding: 10px 0 0
}
.footer_m1, .footer_m2, .footer_m3 {
  padding-right: 10px
}
.footer_m1, .footer_m2, .footer_m3, .footer_m4 {
  margin-bottom: 10px
}
.footer_m1 {
  float: left;
  color: #666
}
.footer_m2, .footer_m3, .footer_m4 {
  padding-left: 10px;
  float: left;
  color: #666
}
address {
  clear: both
}
#footer #footer_inner {
  width: 70%;
  padding-right: 12%;
  padding-left: 12%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around
}
#pagetop {
  position: fixed;
  right: 2%;
  z-index: 3;
  width: 60px;
  height: 60px;
  box-shadow: 2px 2px 2px #00000080
}
#pagetop img {
  max-width: 100%;
  height: auto
}
#copyright {
  text-align: center;
  padding: 10px 0;
  background: #f6f6f6
}
#copyright a {
  color: #333
}
@media screen and (min-width:1024px) {
  #sideArea {
    width: 22%
  }
  #content {
    width: 77%
  }
  #side_today .today_box {
    width: 32.2%
  }
  .today_schedule_box {
    width: 25%
  }
  #footer h2 {
    width: 180px;
    margin-top: -15px
  }
  #footer_navigation {
    right: 20px
  }
  #footer_info {
    right: 20px
  }
  #global__header--nav.dis {
    display: table-cell !important
  }
}
@media screen and (max-width:960px) {
  #background {
    background: #fff
  }
  #bg_header {
    overflow: hidden
  }
  #bg_header img {
    position: relative;
    top: 50%;
    left: 50%;
    width: 140%;
    height: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }
  #wrap_inner {
    width: 100%
  }
  #footer #footer_inner {
    width: 100%
  }
  #footer_inner {
    width: 90%
  }
  #header_info a {
    font-size: 12px
  }
  .header_buttons a {
    font-size: 10px !important;
    line-height: 14px
  }
  #navigation a {
    padding: 5px
  }
}
@media screen and (max-width:768px) {
  #sticky_skyscraper_ldl_inner {
    position: static !important
  }
  #sticky_skyscraper_rdr_inner {
    position: static !important
  }
}
@media screen and (min-width:1280px) {
  #wrap_inner {
    padding-right: 12%;
    padding-left: 12%
  }
  #sideArea {
    width: 18%
  }
  #content {
    width: 81%
  }
  #footer h2 {
    width: 200px;
    margin-top: -25px
  }
  #footer #footer_inner {
    width: 1250px;
    margin: 0 auto
  }
  .shop_banner img {
    min-width: 320px
  }
}
.annaiarea_title, .aromaarea_title, .deliarea_title, .deli-smarea_title, .deli-lesarea_title, .healtarea_title, .mens-esthearea_title, .pet_title, .hotelhealtarea_title, .meet-spacearea_title, .soaparea_title, .chatarea_title, .oilarea_title, .telarea_title, .deli-hostarea_title, .pubarea_title, .salonarea_title, .tekokiarea_title {
  clear: left;
  width: 100%;
  padding-left: 10px;
  color: #656565;
  text-indent: .4rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 0 0 15px;
  background: #f8f8f8;
  border: 1px solid #fff;
  box-shadow: 0 0 2px 0 #999, 0 0 0 1px #ececec inset;
  -moz-box-shadow: 0 0 2px 0 #999, 0 0 0 1px #ececec inset;
  -webkit-box-shadow: 0 0 2px 0 #999, 0 0 0 1px #ececec inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.line {
  border-bottom: 1px solid #ff64a9;
  padding: 10px
}
.line2 {
  padding: 10px 5px
}
.shop_wrap {
  text-align: left;
  font-weight: bolder;
  font-size: 16px;
  padding: 1em .5em;
  border: #ff64a9 2px solid;
  border-radius: 8px;
  background: #fff;
  background: -moz-linear-gradient(top, #ffff 0, #fbf8edff 100%);
  background: -webkit-linear-gradient(top, #ffff 0, #fbf8edff 100%);
  background: linear-gradient(to bottom, #ffff 0, #fbf8edff 100%);
  width: 100%;
  margin: 10px auto 25px
}
.left_box {
  float: left;
  display: inline;
  width: 50%
}
.right_box {
  float: left;
  display: inline;
  width: 50%
}
.shop_gyosyu {
  color: #ff64a9;
  letter-spacing: .1em;
  font-size: small;
  padding: 3px 10px;
  border: 1px solid #ff64a9;
  width: 53%;
  margin: 0 auto;
  border-radius: 8px;
  position: relative;
  top: -3px
}
.shop_title {
  color: #ff64a9;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  display: inline;
  font-size: 20px
}
.shop_time {
  font-size: small;
  color: #666
}
.shop_copy {
  font-weight: 400;
  padding: 10px 0;
  font-size: 13px
}
.shop_campain {
  font-weight: 400;
  padding: 10px 0;
  font-size: 13px
}
.shop_campain_day {
  font-size: 12px;
  color: #ef356f
}
.shop_tel {
  color: #ff64a9;
  letter-spacing: 1px
}
.genre_title_bar {
  height: 30px;
  line-height: 30px;
  width: 490px;
  text-align: center;
  margin: 10px auto;
  border-radius: 5px
}
.shop_girl_pict {
  display: inline
}
.shop_girl_pict img {
  width: 110px
}
.shop_banner {
  display: inline
}
.shop_girl_link {
  text-align: right;
  padding-right: 13px
}
.genre_1 {
  background: #eb3dee;
  color: #fff
}
.genre_2 {
  background: #febf01;
  color: #fff
}
.genre_6 {
  background: #ff6363;
  color: #fff
}
.genre_7 {
  background: #fe2a12;
  color: #fff
}
.flash {
  background: red !important;
  color: #fff;
  width: 120px;
  text-align: center;
  margin: 5px auto 0;
  border-radius: 5px;
  animation: flash 2.5s infinite linear;
  -webkit-animation: flash 2.5s infinite linear;
  -moz-animation: flash 2.5s infinite linear
}
@keyframes flash {
  0% {
    opacity: .2
  }
  50% {
    opacity: 1
  }
  100% {
    opacity: .2
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: .2
  }
  50% {
    opacity: 1
  }
  100% {
    opacity: .2
  }
}
@-moz-keyframes flash {
  0% {
    opacity: .2
  }
  50% {
    opacity: 1
  }
  100% {
    opacity: .2
  }
}
.center {
  text-align: center
}
#acMenu dt {
  display: block;
  width: 85%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #dac704;
  cursor: pointer;
  background: #fffbcb;
  border-radius: 3px;
  margin: 0 auto
}
#acMenu dd {
  padding-top: 15px;
  display: none
}
.square_btn {
  position: relative;
  margin-top: 5px;
  display: inline-block;
  padding: .1em .5em;
  text-decoration: none;
  color: #fff !important;
  background: #ffadd1;
  border-bottom: solid 2px #cc2e74;
  border-radius: 4px;
  font-weight: 400;
  font-size: 15px
}
.square_btn:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px #0000004d
}
.square_btn:hover {
  text-decoration: none
}
.square_btn2 {
  position: relative;
  display: inline-block;
  padding: .25em .5em;
  text-decoration: none;
  color: #fff !important;
  background: #fbb778;
  border-bottom: solid 2px #d27d00;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 #fff3 0 2px 2px #00000030;
  font-weight: 400;
  font-size: 15px
}
.square_btn2:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px #0000004d
}
.square_btn2:hover {
  text-decoration: none
}
.sample_box_1 {
  width: 96%;
  height: 213px;
  margin: 0 auto;
  background: #ececec;
  margin-bottom: 15px
}
.genre_menu li a {
  display: inline-block;
  font-size: 95%;
  text-decoration: none;
  color: #000;
  border: 1px solid #e6e6e6;
  transition: .4s;
  background-color: #fff;
  padding: 12px 3px 10px 10px
}
.genre_menu li a.menu_esthe {
  border-left: 15px solid #FFD7D7
}
.genre_menu li a.menu_soap {
  border-left: 15px solid #eb3dee
}
.genre_menu li a.menu_health {
  border-left: 15px solid #fe2a12
}
.genre_menu li a.menu_mens-esthe {
  border-left: 15px solid #18c527
}
.genre_menu li a.menu_deli {
  border-left: 15px solid #febf01
}
.genre_menu li a.menu_aroma {
  border-left: 15px solid #ff6363
}
.genre_menu li a.menu_companion {
  border-left: 15px solid #c51818
}
.genre_menu li a.menu_deli-sm {
  border-left: 15px solid #666
}
.genre_menu li a.menu_deli-host {
  border-left: 15px solid #4d12c4
}
.genre_menu li a.menu_pub {
  border-left: 15px solid #79afde
}
.genre_menu li a.menu_tel {
  border-left: 15px solid #36c0eb
}
.genre_menu li a.menu_job {
  border-left: 15px solid #e45299
}
.genre_menu li a.menu_aroma-ms {
  border-left: 15px solid #12c4b5
}
.genre_menu li a.menu_salon {
  border-left: 15px solid #a15708
}
.genre_menu li a.menu_tekoki {
  border-left: 15px solid #bf995e
}
.genre_menu li a.menu_sale {
  border-left: 15px solid #06f
}
.genre_menu li a.menu_dateclub {
  border-left: 15px solid #800
}
.genre_menu li a.menu_hybrid-derivery {
  border-left: 15px solid #f573df
}
#sticky_skyscraper_l_inner {
  width: 160px;
  position: relative;
  height: 600px;
  overflow: hidden;
  margin-bottom: 10px
}
#sticky_skyscraper_r_inner {
  width: 160px;
  position: relative;
  height: 600px;
  overflow: hidden;
  margin-bottom: 10px
}
#sticky_skyscraper_l_inner a {
  min-height: 600px
}
#sticky_skyscraper_r_inner a {
  min-height: 600px
}
#sticky_skyscraper_dl_inner {
  height: 160px
}
#sticky_skyscraper_dr_inner {
  height: 160px
}
#sticky_skyscraper_dl_inner a {
  min-height: 160px
}
#sticky_skyscraper_dr_inner a {
  min-height: 160px
}
.svg_icon {
  width: 20px
}
.newmark {
  position: relative;
  display: inline-block;
  overflow: hidden
}
.newmark:before {
  content: "";
  background-color: #fff6;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -160%;
  transform: skewX(-45deg) translateX(0);
  animation: bright 4s ease-in-out 2s infinite
}
@keyframes bright {
  0% {
    transform: skewX(-45deg) translateX(0)
  }
  15% {
    transform: skewX(-45deg) translateX(320%)
  }
  100% {
    transform: skewX(-45deg) translateX(320%)
  }
}
.shop-shift-title {
  width: 50%;
  text-align: center;
  margin: 20px auto;
  height: 50px;
  line-height: 50px;
  border: #666 solid 1px;
  border-radius: 20px;
  font-size: 150%
}
.shop-shift-title:hover {
  background: #FFDCDC
}
.shop-shift-title:active {
  background: red
}
.shop-shift-title a {
  display: block;
  color: red
}
.shop-shift-title a:hover {
  text-decoration: none
}
.shop-shift-title a:active {
  color: #fff
}
#t-scroll {
  position: fixed;
  bottom: 130px;
  right: 20px
}
#t-scroll a {
  background-color: #0006;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  border-radius: 50%
}
#t-scroll a:hover {
  background-color: #666;
  text-decoration: none
}
#t-scroll i {
  font-size: 2.6rem;
  font-weight: 400
}
@media screen and (min-width: 48.0625em) {
  #t-scroll {
    position: fixed;
    bottom: 60px;
    right: 13%;
    z-index: 1000
  }
  #t-scroll a {
    background-color: #0006;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    display: flex;
    flex-direction: column
  }
  #t-scroll a:hover {
    background-color: #000000b3;
    text-decoration: none
  }
  #t-scroll i {
    font-size: 1.8rem;
    font-weight: 400
  }
}
.dl-nav {
  display: block;
  margin-top: 40px;
  margin-bottom: 10px
}
.dl-nav ul {
  list-style: none;
  text-align: left;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 3px solid #ff64a9
}
.dl-nav ul li {
  position: relative;
  font-weight: 700;
  float: none !important
}
.dl-nav ul li a {
  display: block;
  text-decoration: none;
  color: red;
  padding: 15px 0 10px 15px;
  font-size: 15px;
  transition: all .3s
}
.dl-nav ul li a:hover {
  color: #FF2B89;
  text-decoration: none
}
.dl-nav li.has-child i {
  position: absolute;
  top: -20px;
  left: 15px;
  font-size: 200%;
  color: #2FB13B
}
.dl-nav li.has-child i::after {
  content: "今日遊ぶ？";
  font-size: 80%;
  font-weight: 700;
  margin-left: 10px
}
.dl-nav li.has-child ul {
  position: absolute;
  width: 220px !important;
  left: 102%;
  top: -100px;
  z-index: 5;
  background: #fff;
  border: 2px solid #666;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  box-shadow: 2px 2px 4px #999;
  overflow: hidden
}
.dl-nav li.has-child:hover > ul, .dl-nav li.has-child ul li:hover > ul, .dl-nav li.has-child:active > ul, .dl-nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1
}
.dl-nav li.has-child ul li a {
  color: #333;
  border-bottom: solid 1px #fff9
}
.dl-nav li.has-child ul li:last-child > a {
  border-bottom: none
}
.dl-nav li.has-child ul li a:hover, .dl-nav li.has-child ul li a:active {
  color: #fff;
  background: #3577CA
}
.dl-nav li.has-child ul li i {
  position: absolute;
  top: 17px;
  left: 150px !important;
  font-size: 100%;
  color: #333
}
.dl-nav li.has-child ul li i::after {
  content: none
}
.dl-nav li.has-child ul ul {
  top: 0;
  left: 102%;
  background: #66ADF5;
  color: #fff;
  overflow: hidden
}
.dl-nav li.has-child ul ul li a {
  color: #fff
}
.dl-nav li.has-child ul ul li a:hover, .dl-nav li.has-child ul ul li a:active {
  background: #448ED3;
  color: #fff
}
@media screen and (max-width:768px) {
  .dl-nav {
    background: #333;
    color: #fff
  }
  .dl-nav li.has-child ul, .dl-nav li.has-child ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none
  }
  .dl-nav ul li a {
    border-bottom: 1px solid #ccc;
    color: #fff
  }
  .dl-nav ul li.has-child::before, .dl-nav ul ul li.has-child::before {
    transform: rotate(135deg);
    left: 20px
  }
  .dl-nav ul li.has-child.active::before {
    transform: rotate(-45deg)
  }
}
.rdm {
  padding-top: 3px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #666;
  margin: 0;
  width: 100%;
  height: 45px;
  overflow: hidden
}
.rdm img {
  width: 100%;
  height: auto
}