@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/css/yakuhanjp.min.css");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 32px);
}

ol, ul {
  list-style: none;
}

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1;
  font-family: "hiragino kaku gothic pron", Verdana, 游ゴシック, YuGothic, Meiryo, sans-serif;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

body {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (min-width: 481px) {
  body {
    font-size: 16px;
  }
}

/* 基準はSP、PCのブレークポイントは1000px */
@media screen and (max-width: 999px) {
  .pc-visible {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-visible {
    display: none !important;
  }
}

/*---------- ページコンテンツ コンテナ ----------*/
/* サイドバーあり */
.News-detail, .News {
  width: 90%;
  margin: 10px auto;
}
@media screen and (min-width: 1000px) {
  .News-detail, .News {
    float: left;
    width: 725px;
    font-size: 14px;
    position: relative;
    margin: 20px auto 0 0;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1000px) {
  .News-detail::after, .News::after {
    content: "";
    position: absolute;
    top: -47px;
    left: -123px;
    width: 895px;
    height: 156px;
    background: url("/static/img/common/title_ornament.png") left top no-repeat;
    z-index: -1;
    pointer-events: none;
  }
}

/* サイドバーなし */
/*---------- ページコンテンツ タイトル ----------*/
.News-detail__ttl, .News__ttl {
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #2b1700;
  display: block;
  margin: 5px auto;
  padding-bottom: 2px;
  position: relative;
  z-index: 1;
}
.News-detail__ttl i, .News__ttl i {
  color: #8c272d;
  margin-right: 3px;
}
.News-detail__ttl .small-txt, .News__ttl .small-txt {
  font-size: 12px;
  color: #808080;
}
@media screen and (min-width: 1000px) {
  .News-detail__ttl, .News__ttl {
    border: none;
    margin: 0 auto 20px;
    padding: 0;
    height: 76px;
  }
}

/*---------- ページコンテンツ インナー ----------*/
@media screen and (min-width: 1000px) {
  .News-detail__inner, .News__inner {
    border: 1px solid #ece9dd;
    padding: 19px 19px 60px;
    background: url("/static/img/common/bg_wbase.png");
    min-height: 630px;
  }
}

/*---------- 女性 画像種別 一覧(最新版！20240919以降) ----------*/
.Label__1 {
  background: rgba(213, 70, 160, 0.8);
}
.Label__1::before {
  content: "入 店";
  font-size: 0.7rem;
  text-shadow: 0 0 8px #47005b;
}
.Label__2 {
  background: rgba(56, 124, 78, 0.8);
}
.Label__2::before {
  content: "新 人";
  font-size: 0.7rem;
  text-shadow: 0 0 8px #225b00;
}
.Label__3 {
  background: rgba(202, 162, 0, 0.8);
}
.Label__3::before {
  content: "復 帰";
  font-size: 0.7rem;
  text-shadow: 0 0 8px #5b5400;
}
.Label__4 {
  background: rgba(229, 107, 0, 0.8);
}
.Label__4::before {
  content: "更 新";
  font-size: 0.7rem;
  text-shadow: 0 0 8px #5b2900;
}
.Label__5 {
  background: rgba(62, 103, 193, 0.8);
}
.Label__5::before {
  content: "ブログ";
  font-size: 0.7rem;
  text-shadow: 0 0 8px #00205b;
}
.Label__6 {
  background: rgba(0, 192, 40, 0.6);
}
.Label__6::before {
  content: "体 験入 店";
  font-size: 0.7rem;
  text-shadow: 0 0 8px #00205b;
}

/*---------- 女性 画像種別 一覧(20240919以前 バックアップ) ----------*/
/*---------- 女性 出勤情報 一覧 ----------*/
.Gals {
  /*本日出勤*/
  /*次回出勤日*/
  /*未定・未入力*/
}
.Gals__list-item-schedule--today {
  background: rgba(186, 0, 0, 0.6);
}
.Gals__list-item-schedule--next {
  background: rgba(78, 0, 186, 0.6);
}
.Gals__list-item-schedule--Undecided {
  visibility: hidden;
}

/*---------- 女性 タイプ 一覧 ----------*/
.Type {
  /*人妻*/
  /*癒し系*/
  /*色白*/
  /*AF可*/
}
/*
  リスト左寄せオートレイアウト調整
  ※VScodeのSassLintがうまく機能していないせいでエラー表示出てますが壊れているわけではないです。

  $gap: リストアイテム間の余白,
  $minCount:　リストアイテムの最小の横並びの数,
  $maxCount:　リストアイテムの最小の横並びの数,
  $childWidth:　リストアイテムの横幅の最大値(可変基準）,
*/
* {
  box-sizing: border-box;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, Meiryo, sans-serif;
  text-align: center;
  background: #eeeedf url("/static/img/common/bg.jpg") center top repeat-x;
  -webkit-text-size-adjust: none;
  color: #332c12;
}

a {
  color: #2b1700;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.Wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  max-width: 800px;
  text-align: left;
  color: #000;
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid #a7a18a;
  border-left: 1px solid #a7a18a;
  border-bottom: 1px solid #a7a18a;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.03);
  background-image: url("/static/img/common/pattern_bg.png");
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  .Wrapper {
    margin: 0 auto;
    min-width: 1000px;
    max-width: none;
    padding: 0 calc((100% - 1000px) / 2);
    text-align: left;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    box-shadow: none;
    background: none;
    border: none;
  }
}

.fixed {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
}

.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media screen and (min-width: 1000px) {
  .Common__tel-btn {
    display: none;
  }
}
.Common__tel-btn a {
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  width: 87%;
  margin: 10px auto;
  text-align: center;
  padding: 6px 10px;
  background: linear-gradient(to bottom, #80613e 0%, #2b1700 50%, #2b1700 100%);
  display: flex;
  border-radius: 5px;
}
.Common__tel-btn a span {
  font-size: 11px;
  line-height: 1.3;
  text-align: left;
  color: #fff;
  white-space: nowrap;
  width: 60px;
}
@media screen and (min-width: 481px) {
  .Common__tel-btn a span {
    font-size: 14px;
  }
}
.Common__tel-btn a p {
  width: calc(100% - 60px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Common__tel-btn a p .phone-icon {
  transform: scale(-1, 1);
  margin: 0 2% 0 -2%;
  font-size: 1.1em;
  color: #a67c52;
}

/* Common-header__banners */
.Common-header__banners {
  display: none;
}
@media screen and (min-width: 1000px) {
  .Common-header__banners {
    display: block;
    overflow: hidden;
    padding-top: 10px;
  }
}
.Common-header__banners-list {
  display: flex;
  gap: 3px;
}
.Common-header__banners-list-item {
  width: 180px;
}

/* Common__tel-btn-link */
.Common__tel-btn-link {
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  width: 87%;
  margin: 10px auto;
  text-align: center;
  padding: 6px 10px;
  background: linear-gradient(to bottom, #80613e 0%, #2b1700 50%, #2b1700 100%);
  display: flex;
  border-radius: 5px;
}
.Common__tel-btn-link span {
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  color: #fff;
  white-space: nowrap;
  width: 60px;
}
.Common__tel-btn-link p {
  width: calc(100% - 60px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.Common__tel-btn-link p .phone-icon {
  transform: scale(-1, 1);
  margin: 0 2% 0 -2%;
  font-size: 1.1em;
  color: #a67c52;
}

/* Common-sidebar__schedule */
.Common-sidebar__schedule {
  background: url("/static/img/common/bg_pickup.png") center bottom no-repeat;
  padding-bottom: 42px;
  margin-bottom: 15px;
}
.Common-sidebar__schedule-ttl {
  text-align: center;
}
.Common-sidebar__schedule-list-outer {
  position: relative;
  background: #fff;
  padding: 6px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 4px;
}
.Common-sidebar__schedule-list-item:first-of-type {
  margin-bottom: 6px;
}
.Common-sidebar__schedule-link {
  display: flex;
  width: 100%;
  color: #332c12;
  text-decoration: none;
  height: 120px;
  overflow: hidden;
  cursor: pointer;
}
.Common-sidebar__schedule-thumb {
  display: block;
  margin-right: 6px;
  width: 120px;
  aspect-ratio: 1/1;
}
.Common-sidebar__schedule-detail {
  width: 112px;
  text-align: center;
  overflow: hidden;
}
.Common-sidebar__schedule-detail-name {
  font-size: 24px;
  line-height: 38px;
  margin-top: 30px;
}
.Common-sidebar__schedule-detail-name span {
  font-size: 12px;
  line-height: 1em;
}
.Common-sidebar__schedule-detail-size {
  margin-bottom: 8px;
  font-size: 10px;
  letter-spacing: -0.03em;
}
.Common-sidebar__schedule-detail-type {
  width: 70%;
  margin: 0 auto;
}
.Common-sidebar__schedule-detail-type li {
  margin-bottom: 3px;
}

/* Common-footer__banners */
.Common-footer__banners-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 95%;
  margin: 10px auto;
  gap: 0 5px;
}
@media screen and (min-width: 1000px) {
  .Common-footer__banners-list {
    display: none;
  }
}
.Common-footer__banners-list-item {
  width: calc((100% - 6px) / 2);
  margin-bottom: 0px;
}
.Common-footer__banners-list-item:nth-child(-n+2) {
  margin-bottom: 6px;
}
.Common-footer__banners-list-item img {
  width: 100%;
  height: auto;
}

/* 初回読み込み時にモーダル内のコンテンツが表示されるのを防ぐ */
.Modal__content {
  visibility: hidden;
}

common-header,
common-pagetop,
common-footer,
common-sidebar,
common-global-menu {
  opacity: 1;
  transition: 0.1s opacity 0.3s ease;
}
common-header:not(:defined),
common-pagetop:not(:defined),
common-footer:not(:defined),
common-sidebar:not(:defined),
common-global-menu:not(:defined) {
  visibility: hidden;
  pointer-events: none;
  display: block;
  opacity: 0;
}

common-header:not(:defined) {
  height: 178px;
}
@media screen and (min-width: 1000px) {
  common-header:not(:defined) {
    height: 153px;
  }
}

common-footer:not(:defined) {
  height: 430px;
}
@media screen and (min-width: 1000px) {
  common-footer:not(:defined) {
    height: 180px;
  }
}

.News__list {
  border: 1px solid #2b1700;
  padding: 5px 10px;
  border-radius: 3px;
  width: 96%;
  margin: 10px auto;
}
.News__list-item {
  font-size: 14px;
  margin: 5px 0;
  border-bottom: 1px dotted #999;
}
.News__list-ttl {
  font-weight: bold;
  font-size: 16px;
}

.News-detail__ttl-box {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px;
  padding: 5px 0;
  border-bottom: 2px dotted #2b1700;
  margin: 0 auto 10px;
}
.News-detail__date {
  color: #f00;
}
.News-detail__info-ttl {
  font-weight: bold;
}
.News-detail__back-btn {
  width: 90%;
  margin: 50px auto 20px;
}
.News-detail__back-btn a {
  display: block;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  background: linear-gradient(to bottom, #80613e 0%, #2b1700 50%, #2b1700 100%);
  border-radius: 5px;
}
/*# sourceMappingURL=index-news.css.map */