@charset "UTF-8";
/* stylelint-disable at-rule-empty-line-before */
:root {
  --margin-section: 3.3em;
}

/* simple clearfix */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes header_index_show {
  0% {
    display: none;
  }
  1% {
    display: block;
    opacity: 0;
    top: -30px;
  }
  100% {
    top: 0;
    opacity: 1;
    display: block;
  }
}
@keyframes header_index_hide {
  0% {
    top: 0;
    opacity: 1;
    display: block;
  }
  99% {
    top: -30px;
    opacity: 0;
    display: block;
  }
  100% {
    top: -30px;
    opacity: 0;
    display: none;
  }
}
@keyframes header_search_show {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(64px);
  }
}
@keyframes header_search_hide {
  0% {
    transform: translateY(64px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    background: #ffffff;
  }
}
.calendar_root {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .calendar_root .sp_none {
    display: none !important;
  }
}
.calendar_root._loading .js-calendar_wrap {
  position: relative;
  min-height: 400px;
  opacity: 0.5;
  pointer-events: none;
}
.calendar_root._loading .js-calendar_wrap::before {
  display: block;
  content: "";
  width: 100%;
  height: calc(100% + 30px);
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 575px) {
  .calendar_root._loading .js-calendar_wrap::before {
    top: 5px;
  }
}
.calendar_root._loading .js-calendar_wrap::after {
  display: block;
  content: "";
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 0.25rem solid rgba(0, 0, 0, 0.2);
  border-top-color: #ffffff;
  animation: spin 1s infinite linear;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 101;
}

.calendar_explanation {
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px), print {
  .calendar_explanation {
    text-align: center;
  }
}

.result_guidance {
  padding-top: 30px;
}
.result_guidance__list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.result_guidance__list .guidance {
  display: flex;
  align-items: center;
  gap: 8px;
}
.result_guidance__list .guidance .icon {
  transform: translateY(1px);
}
.result_guidance__list .guidance .label {
  line-height: 1;
}
.result_guidance__text {
  text-align: right;
}
@media screen and (max-width: 575px) {
  .result_guidance {
    padding-top: 0;
  }
  .result_guidance__list {
    display: none;
  }
}

.calendar_root {
  /**
  * 〇〇のカレンダー と前月時月のボタンのエリア
  */
}
.calendar_root .head .h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calendar_root .head .h2 .calendar_heading .num {
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .calendar_root .head .h2 .calendar_heading .num {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 576px) {
  .calendar_root .head .h2 .calendar_heading .num {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 1099px) {
  .calendar_root .head .h2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .calendar_root .head {
    align-items: flex-end;
  }
}
@media screen and (max-width: 420px) {
  .calendar_root .head {
    display: block;
  }
}
.calendar_root .head .month_btn_wrap {
  display: flex;
  -moz-column-gap: clamp(25px, 4.167vw, 50px);
  column-gap: clamp(25px, 4.167vw, 50px);
  padding-top: 5px;
}
.calendar_root .head .month_btn_wrap._sp {
  display: none;
}
@media screen and (max-width: 1099px) {
  .calendar_root .head .month_btn_wrap {
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .calendar_root .head .month_btn_wrap._pc {
    display: none;
  }
  .calendar_root .head .month_btn_wrap._sp {
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  .calendar_root .head .month_btn_wrap {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
.calendar_root .head .month_btn_wrap._prev_show .month_btn._prev {
  opacity: 1;
  pointer-events: all;
  display: block;
}
.calendar_root .head .month_btn_wrap._prev_show .month_btn._prev a:hover .month_arrow {
  transform: translate(-5px, 0) scale(-1, 1);
}
.calendar_root .head .month_btn_wrap._next_show .month_btn._next {
  pointer-events: all;
  opacity: 1;
}
.calendar_root .head .month_btn_wrap._next_show .month_btn._next a:hover .month_arrow {
  transform: translate(5px, 0);
}
.calendar_root .head .month_btn_wrap .month_btn {
  opacity: 0.3;
  pointer-events: none;
  position: relative;
}
.calendar_root .head .month_btn_wrap .month_btn a {
  text-decoration: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.calendar_root .head .month_btn_wrap .month_btn .month_arrow {
  transition: transform 0.2s;
  flex-shrink: 0;
}
@media screen and (max-width: 420px) {
  .calendar_root .head .month_btn_wrap .month_btn .month_arrow {
    width: 30px;
    height: auto;
  }
}
.calendar_root .head .month_btn_wrap .month_btn .month {
  color: #112f44;
  flex-shrink: 0;
  font-size: 1.5rem;
  display: flex;
  align-items: baseline;
}
.calendar_root .head .month_btn_wrap .month_btn .month .text {
  font-size: 1.125rem;
}
.calendar_root .head .month_btn_wrap .month_btn._prev {
  display: none;
}
.calendar_root .head .month_btn_wrap .month_btn._prev a {
  flex-direction: row-reverse;
  position: relative;
}
.calendar_root .head .month_btn_wrap .month_btn._prev .month_arrow {
  transform: scale(-1, 1);
}
.calendar_root .head .month_btn_wrap .month_btn._prev::before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ededed;
  position: absolute;
  top: 0;
  right: calc(clamp(25px, 4.167vw, 50px) / -2);
}
@media screen and (max-width: 575px) {
  .calendar_root .head .month_btn_wrap .month_btn a {
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .calendar_root .head .month_btn_wrap .month_btn .month {
    font-size: 1.25rem;
  }
  .calendar_root .head .month_btn_wrap .month_btn .month .text {
    font-size: 1.125rem;
  }
}

.calendar_root .body {
  max-width: 734px;
  margin: 0 auto;
}

.calendar {
  /**
  * 日 月 火 ~ を包括するカレンダーのヘッダー部分
  */
  /**
  * 日 月 火 ~ の並び
  */
  /**
  * 実際のカレンダー部分
  */
}
@media screen and (max-width: 575px) {
  .calendar._pc {
    display: none;
  }
}
.calendar._sp.hidden {
  display: none;
}
.calendar__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  line-height: 1;
}
.calendar__week {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-left: 35px;
}
.calendar__week > .day {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  width: calc((100% - 35px) / 7);
  font-size: 1.125rem;
  color: #203342;
  text-align: center;
  font-weight: 500;
}
.calendar__week > .day._sun, .calendar__week > .day._sat {
  max-width: 95px;
}
.calendar__week > .day._sun {
  color: #9a0909;
}
.calendar__week > .day._sat {
  color: #1187ae;
}
.calendar__body {
  min-height: 400px;
  /**
  * 1週間の行
  */
}
@media screen and (max-width: 1099px) {
  .calendar__body {
    min-height: 300px;
  }
}
.calendar__body .calendar_slide_inner {
  display: flex;
  flex-direction: column;
  row-gap: 17px;
}
.calendar__body .swiper {
  padding-top: 10px;
}
.calendar__body .common_line {
  position: relative;
  /**
  *  1 2 3 4 ~ の日付の行の各日付のブロック
  */
  /**
  *  性別アイコンと1日ごとのblockを包括する背景色付きの行
  */
}
.calendar__body .common_line__wrapper {
  position: relative;
  /**
  *  1 2 3 ~ の日付を包括する行
  */
}
.calendar__body .common_line__wrapper._day {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.calendar__body .common_line__wrapper._day .common_line__block:first-of-type {
  flex-shrink: 0;
}
.calendar__body .common_line__block {
  width: 14%;
  position: relative;
}
.calendar__body .common_line__block:first-of-type {
  width: 35px;
}
.calendar__body .common_line__block:nth-of-type(2), .calendar__body .common_line__block:nth-of-type(8) {
  max-width: 95px;
}
.calendar__body .common_line__block > .date {
  font-family: Outfit, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1;
  color: #203342;
  height: 32px;
}
.calendar__body .common_line__block._past > * {
  opacity: 0.4;
}
.calendar__body .common_line__block:not(:last-child) .column_line {
  position: relative;
  opacity: 1;
}
.calendar__body .common_line__block:not(:last-child) .column_line::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  width: 1px;
  height: 105px;
  background-color: #d2d2d2;
  opacity: 0.4;
}
.calendar__body .common_line__list {
  height: 40px;
  background-color: #eaf1f1;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  /**
  * 各日付のデータを横並びにしている行
  */
}
.calendar__body .common_line__list._female {
  margin-bottom: 5px;
  position: relative;
}
.calendar__body .common_line__list._male {
  position: relative;
}
.calendar__body .common_line__list .result {
  display: flex;
  width: 100%;
  /**
  * 各日付
  */
}
.calendar__body .common_line__list .result__box {
  width: 14%;
  height: 30px;
  border-radius: 3px;
  position: relative;
  transition: background-color 0.2s;
  text-align: center;
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
}
.calendar__body .common_line__list .result__box:nth-of-type(2), .calendar__body .common_line__list .result__box:nth-of-type(8) {
  max-width: 95px;
}
.calendar__body .common_line__list .result__box._icon {
  width: 35px;
  flex-shrink: 0;
}
.calendar__body .common_line__list .result__box._icon img {
  display: inline-block;
  transform: translate(0px, 2px);
}
.calendar__body .common_line__list .result__box._past {
  pointer-events: none;
}
.calendar__body .common_line__list .result__box._past a {
  display: none;
}
.calendar__body .common_line__list .result__box.some_space a, .calendar__body .common_line__list .result__box.free_space a, .calendar__body .common_line__list .result__box.other_space a {
  background-color: #ffffff;
  max-width: 80px;
  height: 30px;
  margin: 0 auto;
  border-radius: 3px;
}
.calendar__body .common_line__list .result__box.some_space a:hover, .calendar__body .common_line__list .result__box.free_space a:hover, .calendar__body .common_line__list .result__box.other_space a:hover {
  opacity: 0.7;
}
.calendar__body .common_line__list .result__box .schedule_icon {
  display: inline-block;
}
.calendar__body .common_line__list .result__box:not(._past).no_space a {
  pointer-events: none;
}
.calendar__body .common_line__list .result__box:not(._past).no_space a .schedule_icon {
  width: 13px;
  height: 13px;
}
.calendar__body .common_line__list .result__box.some_space .schedule_icon {
  width: 16px;
  height: 15px;
}
.calendar__body .common_line__list .result__box.free_space .schedule_icon {
  width: 14px;
  height: 14px;
}
.calendar__body .common_line__list .result__box > ._inner {
  display: block;
  height: 100%;
}

@media screen and (max-width: 575px) {
  .pc_calendar_area {
    display: none;
  }
}
.sp_calendar_area {
  display: none;
}
@media screen and (max-width: 575px) {
  .sp_calendar_area {
    display: block;
    position: relative;
  }
  .sp_calendar_area__tab {
    display: flex;
    justify-content: space-between;
  }
  .sp_calendar_area__button {
    width: 30%;
    text-align: left;
    position: relative;
    border: none;
    padding: 10px 14px 10px 48px;
    font-size: 14px;
    color: #afaba5;
    background-color: #f4f4f4;
  }
  .sp_calendar_area__button span {
    letter-spacing: -0.1em;
  }
  .sp_calendar_area__button span::before {
    display: block;
    content: "";
    position: absolute;
    background-size: contain;
  }
  .sp_calendar_area__button:nth-child(1)::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    border-style: solid;
    border-color: transparent transparent transparent #f4f4f4;
    border-width: 64px 0 0 14px;
  }
  .sp_calendar_area__button:nth-child(1) span {
    font-size: 14px;
    color: #afaba5;
    position: relative;
    display: block;
  }
  .sp_calendar_area__button:nth-child(1) span::before {
    content: "";
    display: block;
    background: url("../img/icon/icon_medical_check.webp") no-repeat left;
    background-size: contain;
    width: 29px;
    height: 35px;
    position: absolute;
    top: -2px;
    left: -34px;
  }
  .sp_calendar_area__button:nth-child(2)::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -14px;
    border-style: solid;
    border-color: transparent #f4f4f4 transparent transparent;
    border-width: 64px 14px 0 0;
  }
  .sp_calendar_area__button:nth-child(2)::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    border-style: solid;
    border-color: transparent transparent transparent #f4f4f4;
    border-width: 64px 0 0 14px;
  }
  .sp_calendar_area__button:nth-child(2) span {
    font-size: 14px;
    color: #afaba5;
    position: relative;
  }
  .sp_calendar_area__button:nth-child(2) span::before {
    background: url("../img/icon/icon_general_check.webp") no-repeat left;
    background-size: contain;
    width: 31px;
    height: 36px;
    top: -2px;
    left: -36px;
  }
  .sp_calendar_area__button:nth-child(3)::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -14px;
    border-style: solid;
    border-color: transparent #f4f4f4 transparent transparent;
    border-width: 64px 14px 0 0;
  }
  .sp_calendar_area__button:nth-child(3) span {
    font-size: 14px;
    color: #afaba5;
    position: relative;
  }
  .sp_calendar_area__button:nth-child(3) span::before {
    background: url("../img/icon/icon_brain_check.webp") no-repeat left;
    background-size: contain;
    width: 36px;
    height: 28px;
    top: 2px;
    left: -40px;
  }
  .sp_calendar_area__button.active {
    background: #ffffff;
    box-shadow: 0 0 52px -12px #d6d6d6;
  }
  .sp_calendar_area__button.active::before {
    border-color: transparent #ffffff transparent transparent;
    z-index: 99;
  }
  .sp_calendar_area__button.active::after {
    border-color: transparent transparent transparent #ffffff;
    z-index: 99;
  }
  .sp_calendar_area__button.active span {
    color: #baa074;
  }
  .sp_calendar_area__button.active:nth-child(1) span::before {
    background: url("../img/icon/icon_medical_check_on.webp") no-repeat left;
    background-size: contain;
    width: 29px;
    height: 35px;
    top: -2px;
    left: -34px;
  }
  .sp_calendar_area__button.active:nth-child(2) span::before {
    background: url("../img/icon/icon_general_check_on.webp") no-repeat left;
    background-size: contain;
    width: 31px;
    height: 36px;
    top: -2px;
    left: -36px;
  }
  .sp_calendar_area__button.active:nth-child(3) span::before {
    background: url("../img/icon/icon_brain_check_on.webp") no-repeat left;
    background-size: contain;
    width: 36px;
    height: 28px;
    top: 2px;
    left: -40px;
  }
}

@media screen and (max-width: 575px) {
  .calendar__inner {
    background-color: #ffffff;
    padding: 20px;
    position: relative;
    box-shadow: 0 10px 20px 0 rgba(184, 180, 172, 0.2);
    margin-bottom: 26px;
  }
  .calendar__inner::after {
    display: block;
    content: "";
    width: 20px;
    height: 15px;
    background: url("../img/icon/arrow/sp_calendar_arrow.webp") no-repeat;
    background-size: contain;
    position: absolute;
    inset: auto 0 -14px;
    margin: auto;
  }
  .calendar__week {
    margin-left: 0;
  }
  .calendar__week > .day._empty {
    display: none;
  }
  .calendar__body {
    min-height: auto;
    /**
    * カレンダー下のボタンの部分
    */
  }
  .calendar__body .calendar_slide_inner {
    row-gap: 15px;
  }
  .calendar__body > .result_box {
    width: 100%;
    height: 30px;
    border-radius: 3px;
    position: relative;
    transition: background-color 0.2s;
  }
  .calendar__body > .result_box:not(:last-of-type) {
    margin-bottom: 14px;
  }
  .calendar__body > .result_box.no_space a {
    pointer-events: none;
  }
  .calendar__body > .result_box.no_space a .schedule_icon {
    width: 13px;
    height: 13px;
  }
  .calendar__body > .result_box.some_space .schedule_icon {
    width: 16px;
    height: 15px;
  }
  .calendar__body > .result_box.free_space .schedule_icon {
    width: 14px;
    height: 14px;
  }
  .calendar__body .week_line {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 110px;
  }
  .calendar__body .week_line::before, .calendar__body .week_line::after {
    display: block;
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 0;
    border-radius: 5px;
  }
  .calendar__body .week_line::before {
    background-color: #f8f6f6;
    top: 15px;
    left: 0;
  }
  .calendar__body .week_line::after {
    background-color: #f8f6f6;
    top: 60px;
    left: 0;
  }
  .calendar__body .week_line__block {
    min-height: 90px;
    width: 12.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .calendar__body .week_line__block:not(:last-of-type) {
    border-right: 1px solid #ededed;
  }
  .calendar__body .week_line__block._past > * {
    opacity: 0.4;
  }
  .calendar__body .week_line__block._head {
    padding-right: 0;
    padding-top: 21px;
  }
  .calendar__body .week_line__block._head > .icon {
    padding-left: 15px;
    position: relative;
  }
  .calendar__body .week_line__block._head > .icon::before {
    display: block;
    content: "";
    width: 10px;
    height: 20px;
    position: absolute;
    inset: 0 auto 0 0;
    margin: auto;
  }
  .calendar__body .week_line__block._head > .icon._female {
    color: #e28181;
    margin-bottom: 17px;
  }
  .calendar__body .week_line__block._head > .icon._male {
    color: #7d95c1;
  }
  .calendar__body .week_line__block._head > .icon._male::before {
    background: url("../img/icon/calendar_man.webp") no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 575px) and (max-width: 1099px) {
  .calendar__body .week_line__block._head {
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .calendar__body .week_line__block > .date {
    font-family: Outfit, sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1;
    color: #203342;
  }
  .calendar__body .week_line__block > ._inner {
    display: block;
    height: 100%;
  }
  .calendar__body .week_line__block:not(.no_space) {
    background-color: #ffffff;
  }
  .calendar__body .week_line__block:not(.no_space):hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .calendar__body .week_line {
    height: auto;
  }
  .calendar__body .week_line::before, .calendar__body .week_line::after {
    display: none;
  }
  .calendar__body .week_line__block {
    min-height: auto;
    height: auto;
    position: relative;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .calendar__body .week_line__block.js-sp_calendar_day._selected {
    position: relative;
  }
  .calendar__body .week_line__block.js-sp_calendar_day._selected::before {
    display: block;
    content: "";
    border-radius: 100%;
    background: linear-gradient(135deg, #1b80b0 0%, #44a5ad 100%);
    width: 35px;
    height: 35px;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: -1;
    transform: translateX(-50%);
    left: 50%;
  }
  .calendar__body .week_line__block.js-sp_calendar_day._selected::after {
    display: none;
  }
  .calendar__body .week_line__block.js-sp_calendar_day._selected > .date {
    color: #ffffff;
  }
  .calendar__body .week_line__block:not(:last-of-type) {
    border: none;
  }
  .calendar__body .week_line__block > .date {
    padding-right: 0;
    transform: translateX(0);
  }
  .calendar._sp .week_line__block.js-sp_calendar_day:not(._selected)::before, .calendar._sp .week_line__block.js-sp_calendar_day:not(._selected)::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: url("../img/icon/sp_calendar_batsu.webp") no-repeat;
    background-size: contain;
    bottom: -4px;
  }
  .calendar._sp .week_line__block.js-sp_calendar_day:not(._selected)::before {
    left: 40%;
    transform: translateX(-7px);
  }
  .calendar._sp .week_line__block.js-sp_calendar_day:not(._selected)::after {
    left: 40%;
    transform: translateX(5px);
  }
  .calendar._sp .week_line__block.js-sp_calendar_day:not(._selected)._female_exist {
    background-color: #ffffff;
  }
  .calendar._sp .week_line__block.js-sp_calendar_day:not(._selected)._female_exist::before {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    background: #d88787;
    bottom: -3px;
    left: 50%;
    transform: translateX(-10px);
  }
  .calendar._sp .week_line__block.js-sp_calendar_day:not(._selected)._male_exist::after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    background: #7484a6;
    bottom: -3px;
    left: 50%;
    transform: translateX(2px);
  }
  .sp_calendar_result_area__head {
    padding-left: 22px;
    margin-bottom: 15px;
  }
  .sp_calendar_result_area__head > .date {
    font-weight: 500;
    color: #5b5043;
    font-size: 1.875rem;
  }
  .sp_calendar_result_area__head > .date .sp_date {
    display: inline-block;
    width: 40px;
    text-align: center;
    color: #ffffff;
    position: relative;
  }
  .sp_calendar_result_area__head > .date .sp_date::before {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    background-color: #d0ac6f;
    border-radius: 100%;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: -1;
  }
  .sp_calendar_result_area__body .result_box_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box {
    height: 70px;
    padding: 10px 20px 10px 27px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    box-sizing: border-box;
    gap: 15px;
    background-color: #eaf1f1;
  }
}
@media screen and (max-width: 575px) and (max-width: 420px) {
  .sp_calendar_result_area__body .result_box_wrap .result_box {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 575px) {
  .sp_calendar_result_area__body .result_box_wrap .result_box > .gender {
    position: relative;
    padding-left: 17px;
    min-width: 75px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 575px) and (max-width: 420px) {
  .sp_calendar_result_area__body .result_box_wrap .result_box > .gender {
    min-width: 50px;
  }
}
@media screen and (max-width: 575px) {
  .sp_calendar_result_area__body .result_box_wrap .result_box > .gender::before {
    display: block;
    content: "";
    width: 10px;
    height: 20px;
    position: absolute;
    inset: 0 auto 0 0;
    margin: auto;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box._female > .gender {
    color: #e28181;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box._female > .gender::before {
    background: url("../img/icon/calendar_woman.webp") no-repeat;
    background-size: contain;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box._male > .gender {
    color: #7d95c1;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box._male > .gender::before {
    background: url("../img/icon/calendar_man.webp") no-repeat;
    background-size: contain;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box._available {
    background-color: #f5f5f5;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result {
    height: 50px;
    width: 100%;
    border-radius: 5px;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result > a {
    display: flex;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result > a::before {
    display: none !important;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result > a > .inner {
    color: #112f44;
    position: relative;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result > a > .inner::before {
    display: block;
    content: "";
    position: absolute;
    inset: 0 auto 0 -25px;
    margin: auto;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result:not(.no_space) {
    background-color: #ffffff;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result.free_space > a, .sp_calendar_result_area__body .result_box_wrap .result_box .result.some_space > a, .sp_calendar_result_area__body .result_box_wrap .result_box .result.other_space > a {
    position: relative;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result.free_space > a::after, .sp_calendar_result_area__body .result_box_wrap .result_box .result.some_space > a::after, .sp_calendar_result_area__body .result_box_wrap .result_box .result.other_space > a::after {
    display: block;
    content: "";
    background: url("../img/icon/arrow/blue.webp") 0 0 no-repeat transparent;
    background-size: contain;
    width: 6px;
    height: 5px;
    position: absolute;
    inset: 0 20px 0 auto;
    margin: auto;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result.other_space > a::after {
    right: 10px;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result.free_space > a > .inner::before {
    width: 14px;
    height: 14px;
    background: url("../img/icon/schedule_maru.webp") no-repeat;
    background-size: contain;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result.free_space._available > a > .inner::before {
    width: 14px;
    height: 14px;
    background: url("../img/icon/available_batsu.webp") no-repeat;
    background-size: contain;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result.some_space > a > .inner::before {
    width: 16px;
    height: 15px;
    background: url("../img/icon/schedule_sankaku.webp") no-repeat;
    background-size: contain;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result.no_space > a {
    pointer-events: none;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result.no_space > a > .inner::before {
    width: 13px;
    height: 13px;
    background: url("../img/icon/schedule_batu.webp") no-repeat;
    background-size: contain;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result.other_space {
    font-size: 0.875rem;
  }
  .sp_calendar_result_area__body .result_box_wrap .result_box .result.other_space > a > .inner::before {
    width: 16px;
    height: 15px;
    background: url("../img/icon/schedule_other_sankaku.webp") no-repeat;
    background-size: contain;
  }
}
/*# sourceMappingURL=calendar.css.map */
