@charset "UTF-8";
.g-header .headerWrap, .g-wrapper {
  width: 1000px;
  padding: 0 5px;
}

.g-header .headerWrap {
  background: #fff;
}

.g-wrapper {
  background: #fff;
}

.g-footer {
  margin-top: 0;
}

.g-container {
  padding-bottom: 5px;
  min-height: 100vh;
}

.bread_counter {
  width: 990px;
  padding: 3px 5px 0;
}

.l-main {
  padding: 0 0 80px;
  color: #1f1d1e;
  background: #fff;
}

body.is-bodyFixed {
  overflow: hidden;
}

.f-reserveGirlsCal {
  background: #fff;
}

.f-reserveGirlsCal .girlsDetail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.f-reserveGirlsCal .girlsDetail__imgWrapper {
  flex-shrink: 0;
  width: 150px;
  height: 200px;
  margin-right: 10px;
  border-radius: 3px;
  overflow: hidden;
}

.f-reserveGirlsCal .girlsDetail__imgWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.f-reserveGirlsCal .girlsDetail__info {
  width: calc(100% - 150px - 10px);
  margin-bottom: 4px;
}

.f-reserveGirlsCal .girlsDetail__prof {
  margin-bottom: 6px;
}

.f-reserveGirlsCal .girlsDetail__nameLink {
  display: flex;
  align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-bottom: -2px;
  color: #ff5f96;
  font-weight: bold;
}

.f-reserveGirlsCal .girlsDetail__name {
  flex-grow: 1;
  font-size: 20px;
  line-height: 34px;
}

.f-reserveGirlsCal .girlsDetail__age {
  flex-shrink: 0;
  font-size: 16px;
  line-height: 34px;
}

.f-reserveGirlsCal .girlsDetail__size {
  font-size: 14px;
  color: #a8aab4;
  line-height: 20px;
}

.f-reserveGirlsCal .girlsDetail__price {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 20px;
  color: #121112;
}

.f-reserveGirlsCal .girlsDetail__price dt,
.f-reserveGirlsCal .girlsDetail__price dd {
  margin-bottom: 2px;
}

.f-reserveGirlsCal .girlsDetail__price dd::before {
  content: "：";
}

.f-reserveGirlsCal .girlsDetail__statusCheckLink {
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
  color: #121112;
}

.f-reserveGirlsCal .reserveCal__ttl {
  display: flex;
  align-items: center;
  height: 62px;
  margin-bottom: 20px;
  padding: 18px 20px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.01em;
  background: #fcfcfc;
}

.f-reserveGirlsCal .reserveCal__table {
  width: 100%;
  border: 1px solid #d0d0d3;
}

.f-reserveGirlsCal .reserveCal__table tr {
  border-bottom: 1px solid #d0d0d3;
}

.f-reserveGirlsCal .reserveCal__table thead tr:first-child {
  border-bottom: none;
}

.f-reserveGirlsCal .reserveCal__table tbody tr:last-child {
  border-bottom: none;
}

.f-reserveGirlsCal .reserveCal__table th,
.f-reserveGirlsCal .reserveCal__table td {
  border-right: 1px solid #d0d0d3;
  vertical-align: middle;
}

.f-reserveGirlsCal .reserveCal__table th:last-child,
.f-reserveGirlsCal .reserveCal__table td:last-child {
  border-right: none;
}

.f-reserveGirlsCal .reserveCal__monthTh {
  height: 48px;
  background: #e4e5e6;
}

.f-reserveGirlsCal .reserveCal__monthContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-reserveGirlsCal .reserveCal__monthNum {
  margin-right: 10px;
  font-size: 28px;
  font-weight: bold;
}

.f-reserveGirlsCal .reserveCal__monthNum:nth-child(2) {
  display: flex;
  align-items: flex-end;
}

.f-reserveGirlsCal .reserveCal__monthNum:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url("/assets/img/user/pc/shop/reserve/icon_calMonth.svg") no-repeat center/contain;
}

.f-reserveGirlsCal .reserveCal__monthNum:last-child {
  margin-right: 0;
}

.f-reserveGirlsCal .reserveCal__month {
  font-size: 18px;
}

.f-reserveGirlsCal .reserveCal__dateTh {
  width: 104px;
  height: 61px;
  font-size: 18px;
  font-weight: bold;
}

.f-reserveGirlsCal .reserveCal__dateTh.saturday {
  color: #4ab1f0;
  background-color: #d5ecfa;
}

.f-reserveGirlsCal .reserveCal__dateTh.holiday {
  color: #f74654;
  background-color: #fad5d5;
}

.f-reserveGirlsCal .reserveCal__week {
  display: block;
  font-size: 16px;
  margin-top: 6px;
}

.f-reserveGirlsCal .reserveCal__time, .f-reserveGirlsCal .reserveCal__status {
  height: 60px;
}

.f-reserveGirlsCal .reserveCal__time {
  width: 61px;
  font-size: 14px;
  font-weight: bold;
}

.f-reserveGirlsCal .reserveCal__status {
  width: 100%;
  display: grid;
  place-content: center;
}

.f-reserveGirlsCal .reserveCal__status.able {
  background: url("/assets/img/user/pc/shop/reserve/icon_calAble.svg") no-repeat center/36px 36px;
}

.f-reserveGirlsCal .reserveCal__status.unable {
  background: url("/assets/img/user/pc/shop/reserve/icon_calUnable.svg") no-repeat center/36px 36px;
}

.f-reserveGirlsCal .reserveCal__status.tel {
  color: #48ba1e;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2px;
}

.f-reserveGirlsCal .reserveCal__tableNote {
  margin-bottom: 20px;
  padding: 16px 16px 12px;
  background: #edeeef;
}

.f-reserveGirlsCal .reserveCal__noteHead {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #ff489e;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.f-reserveGirlsCal .reserveCal__noteHead::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background: url("/assets/img/user/pc/shop/reserve/icon_calNoteHead.svg") no-repeat center/contain;
}

.f-reserveGirlsCal .reserveCal__noteTxt {
  font-size: 16px;
  line-height: 24px;
  color: #121112;
}

.f-reserveGirlsCal .reserveCal__requestLinkWrapper {
  position: relative;
  width: 268px;
  height: 48px;
  margin: 0 auto;
}

.f-reserveGirlsCal .reserveCal__requestLinkWrapper::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50vh;
  background: linear-gradient(to bottom, #fd58a6, #e55197);
}

.f-reserveGirlsCal .reserveCal__requestLinkWrapper:hover::after {
  display: none;
}

.f-reserveGirlsCal .reserveCal__requestLinkWrapper:hover .reserveCal__requestLink {
  color: #fff;
  background: #fd58a6;
  transform: translateY(4px);
  box-shadow: none;
  opacity: inherit;
}

.f-reserveGirlsCal .reserveCal__requestLinkWrapper:hover .reserveCal__requestLink::before {
  background: url("/assets/img/user/pc/shop/reserve/icon_heart-wt.svg") no-repeat center/contain;
}

.f-reserveGirlsCal .reserveCal__requestLink {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 7px 0;
  border: 1px solid #fd58a6;
  border-radius: 50vh;
  color: #fd58a6;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 3px 0;
  transition: 0.3s;
  cursor: pointer;
}

.f-reserveGirlsCal .reserveCal__requestLink::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  background: url("/assets/img/user/pc/shop/reserve/icon_heart.svg") no-repeat center/contain;
}

.modal--request {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
}

.modal--request.is-active {
  display: block;
}

.modal--request .modal__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.48);
}

.modal--request .modal__contents {
  width: 546px;
  height: 362px;
  padding: 38px 0;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  border: 2px solid #ff1f89;
  box-shadow: 0 2px 0 #ff1f89;
}

.modal--request .modal__title {
  width: 100%;
  margin-bottom: 18px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.modal--request .modal__txt {
  margin-bottom: 18px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #121112;
}

.modal--request .modal__linkContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal--request .modal__link {
  position: relative;
  display: inline-block;
  width: 320px;
  height: 48px;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #fff;
  transition: 0.3s;
}

.modal--request .modal__link--login {
  margin-bottom: 24px;
  background: #ff1f89;
  box-shadow: 0 4px 0 #b91260;
}

.modal--request .modal__link--new {
  background: #4bd2ff;
  box-shadow: 0 4px 0 #39a5c9;
}

.modal--request .modal__link:hover {
  opacity: 1;
  transform: translateY(4px);
  box-shadow: none;
}

.modal--request .modal__button--close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 3;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #3b393b;
  cursor: pointer;
}

.modal--request .modal__button--close::before, .modal--request .modal__button--close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background: #fff;
}

.modal--request .modal__button--close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal--request .modal__button--close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
