/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/styles/pc/assets/css/common.scss ***!
  \***********************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
/*!***************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/styles/pc/assets/css/common.scss (1) ***!
  \***************************************************************************************************************************************************************/
@charset "UTF-8";
/***
  The new CSS reset - version 1.6.0 (last updated 29.4.2022)
  GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
  Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
  - The "symbol *" part is to solve Firefox SVG sprite bug
*/
*:where(:not(html, iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

html {
  width: 100%;
  font-size: 100%;
  color: #333;
  touch-action: manipulation;
}

body {
  font-family: "Noto Sans Japanese", "メイリオ", Verdana, "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

a {
  text-decoration: none;
}

input:-webkit-autofill {
  border-radius: 8px;
  box-shadow: 0 0 0 999px #fff inset;
}

.backdrop {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 100011;
}

.picker--center .picker__holder {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.picker--center .picker__day {
  padding: 15px 0 !important;
}
.picker--center .picker__weekday {
  padding: 10px 0;
}
.picker--center.picker--opened {
  top: initial;
  left: initial;
}
.picker--center.picker--opened .picker__holder {
  border: none;
}
.picker--center.picker--opened {
  z-index: 1000000 !important;
}
.picker--opened {
  display: block !important;
  top: 100%;
  left: 0;
  z-index: 9001 !important;
}
.picker--opened .picker__holder {
  overflow: hidden;
  width: fit-content !important;
  height: fit-content !important;
  max-width: 100vw;
  max-height: 100vh !important;
  border-radius: 0;
  box-shadow: none !important;
  outline: 0;
}
.picker--opened .picker__frame {
  width: 400px;
  height: fit-content;
  max-height: calc(100vh - 100px);
  overflow: auto;
  margin: 0;
  border: 1px solid #f2f2f2;
}
.picker__holder {
  transition: all 0s !important;
}
.picker__frame {
  transition: all 0s !important;
}
.picker__header {
  display: flex;
  column-gap: 8px;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 1.75em;
}
.picker__box {
  border-radius: 5px !important;
}
.picker__year {
  font-size: 1.125rem !important;
  color: inherit !important;
  font-style: inherit !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-weight: 500;
}
.picker__year::after {
  content: "年";
}
.picker__month {
  font-size: 1.125rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-weight: 500;
}
.picker__day {
  padding: 10px 0 !important;
  font-size: 0.8125rem;
  font-weight: 400;
}
.picker__day--outfocus {
  color: #6a6a6a;
}
.picker__day--selected {
  font-weight: 700 !important;
  background: #4f97fc !important;
}
.picker__day--holiday {
  background-color: #fcd8d5;
}
.picker__day.picker__day--highlighted.picker__day--infocus {
  background: transparent;
}
.picker__day.picker__day--highlighted.picker__day--disabled {
  background: #d7d7d7;
}
.picker__day.picker__day--infocus.picker__day--holiday {
  background-color: #fcd8d5;
}
.picker__weekday {
  padding: 6px 0;
  font-size: 0.8125rem !important;
  font-weight: 500;
}
.picker__weekday[title=日曜日] {
  color: #e4080a;
}
.picker__weekday[title=土曜日] {
  color: #4f97fc;
}
.picker__table tbody {
  border: 1px solid #ccc;
}
.picker__table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.picker__table td:nth-of-type(1) .picker__day {
  background-color: #fcd8d5;
}
.picker__table td:nth-of-type(1) .picker__day.picker__day--infocus.picker__day--holiday {
  background-color: #fcd8d5;
}
.picker__table td:nth-of-type(1) .picker__day.picker__day--infocus.picker__day--selected {
  background: #4f97fc;
}
.picker__table td:nth-of-type(7) .picker__day {
  background-color: #e2eefe;
}
.picker__table td:nth-of-type(7) .picker__day.picker__day--infocus.picker__day--holiday {
  background-color: #fcd8d5;
}
.picker__table td:nth-of-type(7) .picker__day.picker__day--infocus.picker__day--selected {
  background: #4f97fc;
}
.picker__nav--next, .picker__nav--prev {
  width: fit-content !important;
  height: fit-content !important;
  top: 50% !important;
  transform: translateY(-50%);
  padding: 0 !important;
}
.picker__nav--next {
  right: 0 !important;
}
.picker__nav--next::before {
  width: 18px !important;
  height: 18px !important;
  background-color: black;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/icon/arrow-right.svg");
  mask-image: url("../images/icon/arrow-right.svg");
}
.picker__nav--prev {
  left: 0 !important;
}
.picker__nav--prev::before {
  width: 16px !important;
  height: 16px !important;
  background-color: black;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/icon/arrow-left.svg");
  mask-image: url("../images/icon/arrow-left.svg");
}
.picker__nav--disabled {
  display: none;
}
.picker__footer {
  margin-bottom: 2px;
}

.storybook-tab-buttons__button[aria-selected=true] {
  border-color: blue;
}

.storybook-tab-contents__item {
  display: none;
}
.storybook-tab-contents__item[aria-hidden=false] {
  display: block;
}

.storybook-radio-contents {
  display: none;
}
.storybook-radio-contents[aria-hidden=false] {
  display: block;
}

.c-heading {
  font-size: 1.625rem;
  font-weight: bold;
}

.c-square-button {
  --color: #4f97fc;
  --background-color: #fff;
  --border-color: #4f97fc;
  --padding-x: 10px;
  --padding-y: 10px;
  position: relative;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  padding: var(--padding-y) var(--padding-x);
  text-align: center;
  background-color: var(--background-color);
  border: solid 1px var(--border-color);
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, opacity 0.3s;
}
.c-square-button:has(> .c-square-button__icon--right) {
  padding-inline: calc(var(--padding-x) * 2 + 16px);
}
.c-square-button__text {
  font-size: 1rem;
  color: var(--color);
}
.c-square-button__text--x-large {
  font-size: 1.25rem;
}
.c-square-button__text--large {
  font-size: 1.125rem;
}
.c-square-button__text--small {
  font-size: 0.875rem;
}
.c-square-button__text--x-small {
  font-size: 0.75rem;
}
.c-square-button__text--bold {
  font-weight: bold;
}
.c-square-button__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-color: var(--color);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.c-square-button__icon--right {
  position: absolute;
  right: var(--padding-x);
}
.c-square-button__icon--arrow-right {
  -webkit-mask-image: url("../images/icon/arrow-right.svg");
  mask-image: url("../images/icon/arrow-right.svg");
}
.c-square-button__icon--arrow-down {
  -webkit-mask-image: url("../images/icon/arrow-down.svg");
  mask-image: url("../images/icon/arrow-down.svg");
}
.c-square-button__icon--search {
  -webkit-mask-image: url("../images/icon/search.svg");
  mask-image: url("../images/icon/search.svg");
}
.c-square-button__icon--add {
  -webkit-mask-image: url("../images/icon/add.svg");
  mask-image: url("../images/icon/add.svg");
}
.c-square-button__icon--close {
  width: 12px;
  height: 12px;
  -webkit-mask-image: url("../images/icon/close.svg");
  mask-image: url("../images/icon/close.svg");
}
.c-square-button__icon--fix {
  -webkit-mask-image: url("../images/icon/fix.png");
  mask-image: url("../images/icon/fix.png");
}
.c-square-button--small {
  --padding-y: 5px;
}
.c-square-button--sharp {
  border-radius: 0;
}
.c-square-button--black {
  --color: #222;
  --border-color: #888;
}
.c-square-button--white {
  --color: #fff;
  --border-color: #fff;
}
.c-square-button--gray {
  --color: #666;
  --border-color: #ccc;
}
.c-square-button--fill-orange {
  --color: #fff;
  --background-color: #ff9100;
  --border-color: #ff9100;
}
.c-square-button--fill-deep-orange {
  --color: #fff;
  --background-color: #ff6000;
  --border-color: #ff6000;
}
.c-square-button--fill-gray {
  --color: #fff;
  --background-color: #888;
  --border-color: #888;
}
.c-square-button--fill-aqua {
  --color: #fff;
  --background-color: #4f97fc;
  --border-color: #4f97fc;
}
.c-square-button--shadow {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
@media (hover: hover) {
  .c-square-button:not(.is-disabled-hover):hover {
    --color: #fff;
    --background-color: #4f97fc;
  }
  .c-square-button:not(.is-disabled-hover):hover.c-square-button--fill-orange {
    --background-color: #ff6000;
    --border-color: #ff6000;
  }
  .c-square-button:not(.is-disabled-hover):hover.c-square-button--fill-deep-orange {
    --background-color: #ED5B00;
    --border-color: #ED5B00;
  }
  .c-square-button:not(.is-disabled-hover):hover.c-square-button--fill-gray {
    --background-color: #888;
    --border-color: #888;
    opacity: 0.7;
  }
  .c-square-button:not(.is-disabled-hover):hover.c-square-button--fill-aqua {
    --background-color: #006aff;
    --border-color: #006aff;
  }
  .c-square-button:not(.is-disabled-hover):hover.c-square-button--black {
    --color: #222;
    --background-color: #fff;
    opacity: 0.7;
  }
  .c-square-button:not(.is-disabled-hover):hover.c-square-button--gray {
    --color: #666;
    --background-color: #ebebeb;
  }
}

.c-input-field {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  padding: 5px 10px;
  cursor: pointer;
}
.c-input-field:has(.c-input-field__status)[data-status=success] .c-input-field__status {
  background-color: #47c40c;
  -webkit-mask-image: url("../images/icon/input-success.svg");
  mask-image: url("../images/icon/input-success.svg");
}
.c-input-field:has(.c-input-field__status)[data-status=empty] .c-input-field__status {
  background-color: #ccc;
  -webkit-mask-image: url("../images/icon/input-empty.svg");
  mask-image: url("../images/icon/input-empty.svg");
}
.c-input-field:has(.c-input-field__status)[data-status=error] .c-input-field__status {
  background-color: #FF0000;
  -webkit-mask-image: url("../images/icon/input-error.svg");
  mask-image: url("../images/icon/input-error.svg");
}
.c-input-field__icon {
  --icon-size: 20px;
  --background-color: #666;
  flex-shrink: 0;
  width: var(--icon-size);
  height: var(--icon-size);
  background-color: var(--background-color);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  pointer-events: none;
}
.c-input-field__icon--small {
  --icon-size: 14px;
}
.c-input-field__icon--gray {
  --background-color: #ccc;
}
.c-input-field__icon--calendar {
  -webkit-mask-image: url("../images/icon/calendar.svg");
  mask-image: url("../images/icon/calendar.svg");
}
.c-input-field__icon--arrow-down {
  -webkit-mask-image: url("../images/icon/arrow-down.svg");
  mask-image: url("../images/icon/arrow-down.svg");
}
.c-input-field__input {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-input-field__label-text {
  font-size: 0.6875rem;
}
.c-input-field__label-text--gray {
  color: #888;
}
.c-input-field__label-text span {
  font-size: 0.5625rem;
  margin-left: 4px;
}
.c-input-field__value {
  width: 100%;
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer !important;
}
.c-input-field__value::placeholder {
  color: #888;
}
.c-input-field__value-text {
  width: 100%;
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer !important;
}
.c-input-field__value-text::placeholder {
  color: #888;
}
.c-input-field__status {
  --icon-size: 16px;
  flex-shrink: 0;
  width: var(--icon-size);
  height: var(--icon-size);
  background-color: transparent;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.c-input-field:has(input:disabled) {
  pointer-events: none;
  opacity: 0.5;
}

.storybook-search {
  display: inline-flex;
  gap: 5px;
  border: 1px solid #888;
  border-radius: 5px;
}
.storybook-search--border .storybook-search__input {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.storybook-search--border .storybook-search__input + .storybook-search__input {
  border-left: 1px dotted #ccc;
  padding-left: 15px;
}

.c-select-field {
  --top-position: 5px;
  display: flex;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.c-select-field__select {
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  padding: 22px 10px 5px;
  border: 0;
  appearance: none;
  word-break: keep-all;
}
.c-select-field::before {
  content: attr(data-label-text);
  font-size: 0.6875rem;
  position: absolute;
  top: var(--top-position);
  left: 10px;
  pointer-events: none;
}
.c-select-field--status::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  pointer-events: none;
}
.c-select-field--status .c-select-field__select {
  padding-right: 36px;
}
.c-select-field--status[data-status=success]::after {
  background-color: #47c40c;
  -webkit-mask-image: url("../images/icon/input-success.svg");
  mask-image: url("../images/icon/input-success.svg");
}
.c-select-field--status[data-status=empty]::after {
  background-color: #ccc;
  -webkit-mask-image: url("../images/icon/input-empty.svg");
  mask-image: url("../images/icon/input-empty.svg");
}
.c-select-field--status[data-status=error]::after {
  background-color: #FF0000;
  -webkit-mask-image: url("../images/icon/input-error.svg");
  mask-image: url("../images/icon/input-error.svg");
}
.c-select-field:has(select:disabled) {
  pointer-events: none;
  opacity: 0.5;
}

.c-radio {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.c-radio--blue:has(input:checked) {
  color: #4f97fc;
}
.c-radio--blue:has(input:checked)::after {
  background-color: #4f97fc;
}
.c-radio--blue.c-radio::before {
  border: 2px solid #d5d5d5;
}
.c-radio--left {
  padding-left: 25px;
}
.c-radio--left::before {
  left: 0;
}
.c-radio--left::after {
  left: 4px;
}
.c-radio--right {
  padding-right: 20px;
}
.c-radio--right::before {
  right: 0;
}
.c-radio--right::after {
  right: 4px;
}
.c-radio::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #333;
  position: absolute;
  transition: background-color 0.3s;
}
.c-radio::after {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #333333;
  position: absolute;
}
.c-radio:has(input:checked)::after {
  content: "";
}
.c-radio:has(input:disabled) {
  pointer-events: none;
  opacity: 0.5;
}
.c-radio__input {
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  position: absolute;
}
.c-radio__text {
  font-size: 0.875rem;
}
.c-radio__text--large {
  font-size: 1rem;
}
@media (hover: hover) {
  .c-radio:not(.is-disabled-hover):hover.c-radio:not(.c-radio--blue)::before {
    background-color: #ccc;
  }
}

.storybook-radios {
  display: flex;
  gap: 20px;
  padding: 25px;
}

.storybook-select-radios {
  width: 120px;
  padding: 25px;
}

.c-checkbox {
  position: relative;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.c-checkbox::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #888;
}
.c-checkbox::after {
  position: absolute;
  top: calc(50% - 5px);
  left: 5px;
  transform: translateY(-50%) rotate(-45deg);
  width: 11px;
  height: 7px;
  border-left: 2px solid #2488ff;
  border-bottom: 2px solid #2488ff;
  transform: rotate(-45deg);
}
.c-checkbox:has(input:checked)::after {
  content: "";
}
.c-checkbox__input {
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  position: absolute;
}
.c-checkbox__text {
  font-size: 0.8125rem;
}

.c-progress-bar {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  list-style: none;
  counter-reset: step 0;
}
.c-progress-bar::before {
  content: "";
  position: absolute;
  top: 9px;
  display: block;
  width: 100%;
  height: 2px;
  border-top: 2px dotted #333;
}
.c-progress-bar__step {
  position: relative;
  color: #ccc;
  font-size: 0.875rem;
  background-color: #fff;
  padding: 0px 5px 0 30px;
}
.c-progress-bar__step::before {
  counter-increment: step 1;
  content: counter(step);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  background-color: #658cc0;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 5px;
}
.c-progress-bar__step.is-active {
  color: #333;
}
.c-progress-bar__step.is-active::before {
  background-color: #004097;
}

.c-link {
  --color: #4f97fc;
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  color: var(--color);
}
.c-link__text {
  display: block;
  line-height: 1;
}
.c-link__text--under-line {
  text-decoration: underline;
}
.c-link__icon {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-color: #333;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: opacity 0.3s;
}
.c-link__icon--arrow-right {
  -webkit-mask-image: url("../images/icon/arrow-right.svg");
  mask-image: url("../images/icon/arrow-right.svg");
}
.c-link__icon--arrow-left {
  -webkit-mask-image: url("../images/icon/arrow-left.svg");
  mask-image: url("../images/icon/arrow-left.svg");
}
.c-link__icon--list {
  -webkit-mask-image: url("../images/icon/booked-list.png");
  mask-image: url("../images/icon/booked-list.png");
}
.c-link__icon--clip {
  -webkit-mask-image: url("../images/icon/saved-list.png");
  mask-image: url("../images/icon/saved-list.png");
}
.c-link__icon--mypage {
  background-color: #306CBD;
  -webkit-mask-image: url("../images/icon/mypage.svg");
  mask-image: url("../images/icon/mypage.svg");
}
.c-link__icon--login {
  -webkit-mask-image: url("../images/icon/login.svg");
  mask-image: url("../images/icon/login.svg");
  transform: rotateZ(180deg);
}
.c-link__icon--logout {
  -webkit-mask-image: url("../images/icon/logout.svg");
  mask-image: url("../images/icon/logout.svg");
}
@media (hover: hover) {
  .c-link:not(.is-disabled-hover):hover {
    opacity: 0.7;
  }
}

.c-text {
  --color: #333;
  color: var(--color);
  font-size: 1rem;
}
.c-text--x-large {
  font-size: 1.25rem;
}
.c-text--large {
  font-size: 1.125rem;
}
.c-text--small {
  font-size: 0.875rem;
}
.c-text--x-small {
  font-size: 0.75rem;
}

#noScript {
  font-size: 0.6875rem;
}

.c-label-tag {
  --color: white;
  --background-color: #dd3538;
  color: var(--color);
  background-color: var(--background-color);
  display: inline-block;
  font-size: 0.75rem;
  padding: 2px 4px;
}
.c-label-tag--fill-yellow {
  --background-color: #eda81d;
}
.c-label-tag--fill-pink {
  --background-color: #db20b0;
}
.c-label-tag--fill-aqua {
  --background-color: #00A0C9;
}
.c-label-tag--fill-pale-pink {
  --color: #FF0000;
  --background-color: #F6D8D9;
}
.c-label-tag--fill-white {
  --color: #666;
  --background-color: #fff;
  border: #666 1px solid;
}

.c-clickable-tag {
  --color: #fff;
  --background-color: #4f97fc;
  display: inline-flex;
  column-gap: 4px;
  align-items: center;
  color: var(--color);
  background-color: var(--background-color);
  font-size: 0.75rem;
  border-radius: 5px;
  padding: 3px 5px;
  cursor: pointer;
}
.c-clickable-tag__icon {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  background-color: var(--color);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/icon/close.svg");
  mask-image: url("../images/icon/close.svg");
}

.c-opener-text {
  --color: #4f97fc;
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.c-opener-text__text {
  font-size: 0.75rem;
  color: var(--color);
  transition: text-decoration 0.3s;
}
.c-opener-text__icon {
  flex-shrink: 0;
  background-color: var(--color);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.c-opener-text__icon--pop-up {
  width: 14px;
  height: 14px;
  -webkit-mask-image: url("../images/icon/arrow-popup.svg");
  mask-image: url("../images/icon/arrow-popup.svg");
}
.c-opener-text__icon--arrow-down {
  width: 12px;
  height: 12px;
  -webkit-mask-image: url("../images/icon/arrow-down.svg");
  mask-image: url("../images/icon/arrow-down.svg");
}
.c-opener-text__icon--plus {
  position: relative;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #4f97fc;
  border-radius: 50%;
}
.c-opener-text__icon--plus::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 9px;
  height: 9px;
  background-color: var(--color);
  -webkit-mask-image: url("../images/icon/add.svg");
  mask-image: url("../images/icon/add.svg");
}
@media (hover: hover) {
  .c-opener-text:not(.is-disabled-hover):hover {
    opacity: 0.7;
  }
  .c-opener-text:not(.is-disabled-hover):hover .c-opener-text__text {
    text-decoration: underline;
  }
}

.c-error-text {
  --color: #FF0000;
  display: flex;
  column-gap: 6px;
  font-size: 0.75rem;
  color: var(--color);
}
.c-error-text__icon {
  flex-shrink: 0;
  background-color: var(--color);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.c-error-text__icon--notice {
  width: 18px;
  height: 18px;
  background: url("../images/icon/notice.png") center/contain no-repeat;
}
.c-error-text__icon--warning {
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("../images/icon/warning-error.svg");
  mask-image: url("../images/icon/warning-error.svg");
}

body.is-fixed {
  overflow: hidden;
}

.c-modal {
  --width: 992px;
  position: fixed;
  background-color: #fff;
  width: var(--width);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-modal--bg-black {
  background-color: #333;
}
.c-modal__inner {
  height: 100%;
  max-height: calc(100vh - 24px);
  overflow: auto;
}
.c-modal__outside-close-button {
  position: absolute;
  right: -32px;
  top: 0px;
  display: block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/icon/close.svg");
  mask-image: url("../images/icon/close.svg");
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-modal__outside-close-button:not(.is-disabled-hover):hover {
    opacity: 0.7;
  }
}
.c-modal__head {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #222;
  padding: 13px 20px 7px;
}
.c-modal__head .c-modal__heading {
  font-size: 1.125rem;
}
.c-modal__head--center {
  color: #fff;
  background-color: #4f97fc;
  border-bottom: none;
  padding: 15px 20px;
}
.c-modal__head--center .c-modal__heading {
  width: calc(100% - 12px);
  text-align: center;
  font-weight: bold;
}
.c-modal__head--center .c-modal__close-button {
  width: 12px;
  height: 12px;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/icon/close.svg");
  mask-image: url("../images/icon/close.svg");
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-modal__head--center .c-modal__close-button:not(.is-disabled-hover):hover {
    opacity: 0.7;
  }
}
.c-modal__close-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
  transition: opacity 0.3s;
}
.c-modal__close-button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #666;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/icon/close-circle.svg");
  mask-image: url("../images/icon/close-circle.svg");
}
.c-modal__close-button::after {
  content: "閉じる";
  font-size: 0.625rem;
}
@media (hover: hover) {
  .c-modal__close-button:not(.is-disabled-hover):hover {
    opacity: 0.7;
  }
}
.c-modal__close-button--without-head {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.c-modal__body {
  padding: 20px;
}
.c-modal__foot {
  position: sticky;
  bottom: 0;
  background-color: #fff;
  padding: 15px 20px;
  margin-inline: auto;
}
.c-modal__foot:has(.c-square-button--shadow) {
  padding: 10px;
}
.c-modal__foot .c-square-button {
  display: flex;
  margin-inline: auto;
}
.c-modal__foot-close {
  width: 12px;
  height: 12px;
  background-color: #666;
  margin-inline: auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/icon/close.svg");
  mask-image: url("../images/icon/close.svg");
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-modal__foot-close:not(.is-disabled-hover):hover {
    opacity: 0.7;
  }
}
.c-modal__foot-button {
  display: block;
  width: 256px;
  font-size: 0.75rem;
  text-align: center;
  border: 1px solid #888;
  border-radius: 50px;
  padding: 10px;
  margin-inline: auto;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-modal__foot-button:not(.is-disabled-hover):hover {
    opacity: 0.7;
  }
}
.c-modal::backdrop {
  background-color: #000;
  opacity: 0.4;
}

/* ローディングアニメーション */
.c-loading-modal {
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.c-loading-modal__loader {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-loading-modal__loader-text {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: fit-content;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 3px #555;
  line-height: 1.5;
}
.c-loading-modal__loader-text::before {
  flex-shrink: 0;
  content: "";
  width: 128px;
  height: 128px;
  background: url("../images/icon/loading.gif") no-repeat center/128px;
}
.c-loading-modal::backdrop {
  background-color: #000;
  opacity: 0.6;
}

.c-info-item {
  width: 100%;
  border-bottom: 1px solid #333;
}
.c-info-item__heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  cursor: pointer;
}
.c-info-item__heading[aria-expanded=true] .c-info-item__icon {
  transform: translateY(-50%) rotate(180deg);
}
.c-info-item__heading-inner {
  width: calc(100% - 34px);
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.c-info-item__date {
  width: 105px;
  flex-shrink: 0;
  font-size: 0.875rem;
}
.c-info-item__tag {
  --color: #333;
  --background-color: #ffc0cb;
  flex-shrink: 0;
  width: 120px;
  display: inline-block;
  text-align: center;
  font-size: 0.75rem;
  color: var(--color);
  background-color: var(--background-color);
  border-radius: 20px;
  padding: 4px 5px 3px;
}
.c-info-item__tag--fill-blue {
  --color: #fff;
  --background-color: #0057B8;
}
.c-info-item__tag--fill-orange {
  --color: #fff;
  --background-color: #f78517;
}
.c-info-item__tag--fill-green {
  --color: #fff;
  --background-color: #416e1f;
}
.c-info-item__tag--fill-red {
  --color: #fff;
  --background-color: #FF0000;
}
.c-info-item__tag--fill-aqua {
  --color: #fff;
  --background-color: #4682b4;
}
.c-info-item__title {
  width: calc(100% - 265px);
  display: flex;
  column-gap: 20px;
  font-size: 0.875rem;
  align-items: center;
}
.c-info-item__title-type {
  flex-shrink: 0;
  font-size: 0.9375rem;
  font-weight: bold;
}
.c-info-item__title-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.c-info-item__icon {
  flex-shrink: 0;
  display: inline-block;
  background-color: #888;
  height: 8px;
  width: 14px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-right: 20px;
}
.c-info-item__contents {
  padding: 10px 0;
}
.c-info-item__text {
  font-size: 0.75rem;
}
.c-info-item__link {
  display: inline-block;
  color: #0000ee;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-info-item__link:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}

.c-info__item {
  border-bottom: 1px solid #888;
}
.c-info__item + .c-info__item > .c-info-item__heading {
  padding-top: 15px;
}

.c-sub-header {
  width: 100%;
  background-color: #f2f2f2;
}
.c-sub-header__inner {
  --width: 960px;
  width: var(--width);
  display: flex;
  align-items: center;
  column-gap: 30px;
  padding: 2px 0;
  margin-inline: auto;
}
.c-sub-header__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  font-size: 1.375rem;
  font-weight: 500;
}
.c-sub-header__heading-title {
  display: flex;
  column-gap: 5px;
  align-items: center;
}
.c-sub-header__heading-plus {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1;
  border: 2px solid #333;
  border-radius: 50%;
}
.c-sub-header__heading-name {
  font-size: 0.75rem;
}
.c-sub-header__links {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-size: 0.75rem;
}
.c-sub-header__links--right {
  margin-left: auto;
}

.c-breadcrumb {
  --width: 992px;
  width: var(--width);
  display: flex;
  align-items: center;
  margin-inline: auto;
  overflow-x: auto;
}
.c-breadcrumb__inner {
  display: flex;
  align-items: center;
}
.c-breadcrumb__item {
  font-size: 0.75rem;
  word-break: keep-all;
  line-height: 1;
}
.c-breadcrumb__item + .c-breadcrumb__item {
  border-left: 1px solid #333;
  padding-left: 10px;
  margin-left: 10px;
}
.c-breadcrumb__item:last-child .c-breadcrumb__link {
  color: #888;
  pointer-events: none;
}
.c-breadcrumb__link {
  color: #222;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-breadcrumb__link:not(.is-disabled-hover):hover {
    opacity: 0.7;
  }
}
.c-breadcrumb::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-image: url("../images/icon/home.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}

.c-selected-plans {
  background-color: #eefee7;
  padding: 20px;
  z-index: 9999;
}
.c-selected-plans__heading {
  font-size: 1rem;
  font-weight: bold;
}
.c-selected-plans__contains {
  margin-top: 10px;
}
.c-selected-plans__head {
  display: flex;
  gap: 20px;
  align-items: baseline;
  width: 960px;
  margin-inline: auto;
}
.c-selected-plans__head-note {
  font-size: 0.75rem;
  color: #FF0000;
  font-weight: bold;
}
.c-selected-plans__row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  background-color: #fff;
  padding: 10px 10px 10px 50px;
}
.c-selected-plans__row::before, .c-selected-plans__row::after {
  content: "";
  position: absolute;
  display: block;
}
.c-selected-plans__row::before {
  top: 10px;
  left: 12px;
  width: 28px;
  height: 28px;
  background-color: #47c40c;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.c-selected-plans__row::after {
  top: 40px;
  left: 6px;
  width: 40px;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
}
.c-selected-plans__row--airplane::before {
  -webkit-mask-image: url("../images/icon/airplane-vertical.svg");
  mask-image: url("../images/icon/airplane-vertical.svg");
}
.c-selected-plans__row--airplane::after {
  content: "航空券";
}
.c-selected-plans__row--hotel::before {
  -webkit-mask-image: url("../images/icon/hotel.svg");
  mask-image: url("../images/icon/hotel.svg");
}
.c-selected-plans__row--hotel::after {
  content: "宿泊";
}
.c-selected-plans__row--rentacar .c-selected-plans__item:first-of-type {
  padding-left: 20px;
}
.c-selected-plans__row--rentacar::before {
  left: 24px;
  -webkit-mask-image: url("../images/icon/rentacar.svg");
  mask-image: url("../images/icon/rentacar.svg");
}
.c-selected-plans__row--rentacar::after {
  content: "レンタカー";
  width: 60px;
}
.c-selected-plans__row--fare::before {
  top: 5px;
  -webkit-mask-image: url("../images/icon/pay.svg");
  mask-image: url("../images/icon/pay.svg");
}
.c-selected-plans__row--fare::after {
  top: 30px;
  content: "料金";
}
.c-selected-plans__row + .c-selected-plans__row {
  margin-top: 10px;
}
.c-selected-plans__item:first-of-type {
  border-right: 1px dotted #666;
  padding-right: 20px;
}
.c-selected-plans[data-position-type=sticky] {
  position: sticky;
  top: 0;
  width: 100%;
  border-bottom: 2px solid #4f97fc;
  box-shadow: 0px 6px 3px 0px rgba(0, 0, 0, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plans__head .c-selected-plans__heading {
  width: auto;
  margin-inline: 0;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plans__heading {
  width: 960px;
  font-size: 0.75rem;
  margin-inline: auto;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plans__contains {
  width: 960px;
  margin-inline: auto;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plans__row {
  padding-top: 5px;
  padding-bottom: 5px;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plans__row::before {
  left: 16px;
  width: 20px;
  height: 20px;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plans__row::after {
  content: none;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plans__row--hotel .c-selected-plan-info {
  display: flex;
  align-items: center;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plans__row--rentacar {
  padding-left: 50px;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plans__row--fare::before {
  top: 10px;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plans__row + .c-selected-plans__row {
  margin-top: 5px;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plan::before {
  content: none;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plan__title {
  width: 34%;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plan__time {
  width: 30%;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plan__time + .c-selected-plans[data-position-type=sticky] .c-selected-plan__time::before {
  left: 35px;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plan__airline {
  margin-top: 0;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plan__flight {
  display: none;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plan__airport {
  text-align: center;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plan__time-detail {
  font-size: 0.75rem;
  text-align: center;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plan-info--stay {
  padding-right: 0;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plan-info__detail {
  font-size: 1rem;
  margin-top: 0;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plan-info__detail:has(.c-selected-plan-info__address) {
  display: none;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plan-info__stay {
  width: calc((100% - 40px) / 2);
  padding-left: 0;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plan-info__stay::before {
  content: none;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plan-info__days {
  width: 30px;
  min-height: auto;
  font-size: 0.75rem;
  padding: 5px;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plan-info__date {
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plan-info__date-heading {
  font-size: 0.6875rem;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plan-info__date-detail {
  font-size: 0.75rem;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plan-info--rentacar {
  padding-left: 0;
}
.c-selected-plans[data-position-type=sticky] .c-selected-plan-info__rentacar-logo {
  display: none;
}

.c-selected-plan {
  display: flex;
}
.c-selected-plan--dept::before, .c-selected-plan--dest::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 25px;
  height: 25px;
  background-color: #888;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin-top: 8px;
  margin-right: 10px;
}
.c-selected-plan--dept::before {
  -webkit-mask-image: url("../images/icon/outward.svg");
  mask-image: url("../images/icon/outward.svg");
}
.c-selected-plan--dest::before {
  -webkit-mask-image: url("../images/icon/return.svg");
  mask-image: url("../images/icon/return.svg");
}
.c-selected-plan__title {
  width: calc((100% - 35px) * 0.5);
  padding-right: 5px;
}
.c-selected-plan__time {
  width: calc((100% - 35px) * 0.22);
}
.c-selected-plan__time + .c-selected-plan__time {
  position: relative;
  margin-left: auto;
}
.c-selected-plan__time + .c-selected-plan__time::before {
  content: "";
  position: absolute;
  top: 14px;
  left: -20px;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #888;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/icon/arrow-directing-right.svg");
  mask-image: url("../images/icon/arrow-directing-right.svg");
}
.c-selected-plan__date {
  display: inline-flex;
  gap: 4px;
  font-size: 0.75rem;
  font-weight: bold;
}
.c-selected-plan__airline {
  display: flex;
  align-items: center;
  column-gap: 4px;
  margin-top: 4px;
}
.c-selected-plan__logo {
  flex-shrink: 0;
  width: 60px;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-selected-plan__logo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 60/20;
}
.c-selected-plan__text {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  font-size: 0.75rem;
  line-height: 1;
  word-break: break-all;
  margin-top: 2px;
}
.c-selected-plan__seat--button {
  display: inline-block;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.c-selected-plan__seat--button::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/icon/badge-fc.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.c-selected-plan__seat--button:disabled {
  pointer-events: none;
}
@media (hover: hover) {
  .c-selected-plan__seat--button:not(.is-disabled-hover):hover {
    opacity: 0.7;
  }
}
.c-selected-plan__baggage::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #666;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/icon/baggage.svg");
  mask-image: url("../images/icon/baggage.svg");
}
.c-selected-plan__airline-name {
  font-size: 0.625rem;
  color: #888;
}
.c-selected-plan__note {
  font-size: 0.625rem;
}
.c-selected-plan__label {
  width: fit-content;
  font-size: 0.625rem;
  font-weight: bold;
  background-color: #ffe8a8;
  border-radius: 20px;
  padding: 0 8px;
  margin-top: 4px;
}
.c-selected-plan__airport {
  font-size: 0.75rem;
}
.c-selected-plan__marked-airport {
  background-color: #ffe8a8;
  padding: 0 2px;
}
.c-selected-plan__time-detail {
  font-size: 1.125rem;
  font-weight: bold;
}

.c-selected-plan-info__head {
  display: flex;
  align-items: baseline;
}
.c-selected-plan-info__heading {
  font-size: 0.75rem;
  font-weight: bold;
}
.c-selected-plan-info__detail {
  margin-top: 5px;
}
.c-selected-plan-info__detail--pay {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 5px;
  color: #FF0000;
  font-size: 19px;
  font-weight: bold;
}
.c-selected-plan-info__detail--pay .c-selected-plan-info__amount-text {
  flex-shrink: 0;
}
.c-selected-plan-info__detail--pay .c-selected-plan-info__total-amount::after {
  content: "円";
}
.c-selected-plan-info__address {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  color: #014099;
}
.c-selected-plan-info__address::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #014099;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/icon/pin.svg");
  mask-image: url("../images/icon/pin.svg");
}
@media (hover: hover) {
  .c-selected-plan-info__address:not(.is-disabled-hover):hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}
.c-selected-plan-info--stay {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.c-selected-plan-info__stay {
  position: relative;
  width: calc((100% - 60px) / 2);
  padding-left: 35px;
}
.c-selected-plan-info__stay--checkin::before {
  -webkit-mask-image: url("../images/icon/check-in.svg");
  mask-image: url("../images/icon/check-in.svg");
}
.c-selected-plan-info__stay--checkout::before {
  -webkit-mask-image: url("../images/icon/check-out.svg");
  mask-image: url("../images/icon/check-out.svg");
}
.c-selected-plan-info__stay::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  background-color: #888;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.c-selected-plan-info__days {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-height: 50px;
  font-size: 19px;
  text-align: center;
  background-color: #ebebeb;
}
.c-selected-plan-info__date {
  display: flex;
  flex-direction: column;
  column-gap: 4px;
}
.c-selected-plan-info__date-heading {
  font-size: 0.75rem;
  font-weight: bold;
}
.c-selected-plan-info__date-detail {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6px;
  font-size: 0.8125rem;
  font-weight: bold;
}
.c-selected-plan-info__date-note {
  font-size: 0.75rem;
}
.c-selected-plan-info--rentacar {
  display: flex;
  column-gap: 10px;
}
.c-selected-plan-info__rentacar-logo {
  flex-shrink: 0;
  width: 48px;
}
.c-selected-plan-info__rentacar-logo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.c-selected-plan-info__note {
  font-size: 0.625rem;
  color: #888;
}
.c-selected-plan-info__price-detail-opener {
  display: flex;
  align-items: center;
  column-gap: 4px;
  flex-shrink: 0;
  margin-left: auto;
  font-size: 0.75rem;
  color: #666;
  border: none;
  background-color: transparent;
  transition: opacity 0.3s;
  cursor: pointer;
}
.c-selected-plan-info__price-detail-opener::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #666;
  transition: transform 0.3s;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/icon/arrow-down.svg");
  mask-image: url("../images/icon/arrow-down.svg");
}
.c-selected-plan-info__price-detail-opener[aria-expanded=true]::after {
  transform: rotate(180deg);
}
@media (hover: hover) {
  .c-selected-plan-info__price-detail-opener:not(.is-disabled-hover):hover {
    opacity: 0.7;
  }
}
.c-selected-plan-info__price-detail {
  display: none;
  margin-top: 5px;
}
.c-selected-plan-info__price-detail + * {
  margin-top: 5px;
}
.c-selected-plan-info__detail-row {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}
.c-selected-plan-info__detail-row + .c-selected-plan-info__detail-row {
  margin-top: 2px;
}
.c-selected-plan-info__detail-heading {
  flex-shrink: 0;
}
.c-selected-plan-info:has(.c-selected-plan-info__buttons) {
  display: flex;
  margin-top: 0;
}
.c-selected-plan-info__buttons {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.c-selected-plan-info:has(.c-selected-plan-info__price-detail-opener[aria-expanded=true]) + .c-selected-plan-info > .c-selected-plan-info__buttons {
  align-items: flex-end;
}

.c-plan-detail__features {
  display: flex;
  align-items: center;
  gap: 2px 10px;
  flex-wrap: wrap;
}
.c-plan-detail__features + * {
  margin-top: 10px;
}
.c-plan-detail__feature {
  font-size: 0.6875rem;
  color: #222;
}
.c-plan-detail__feature span {
  font-size: 0.625rem;
}
.c-plan-detail__feature::before {
  content: "●";
}
.c-plan-detail__promotion-labels {
  display: flex;
  gap: 4px 8px;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.c-plan-detail__promotion-labels + * {
  margin-top: 10px;
}
.c-plan-detail__prices {
  display: flex;
  gap: 6px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-grow: 1;
  align-content: flex-end;
}
.c-plan-detail__prices + * {
  margin-top: 10px;
}
.c-plan-detail__individual-term {
  flex-shrink: 0;
  font-size: 0.6875rem;
}
.c-plan-detail__individual-price {
  display: flex;
  gap: 4px;
  flex-direction: column;
  align-items: flex-end;
}
.c-plan-detail__before-price {
  font-size: 0.875rem;
  font-weight: bold;
  color: #888;
  text-decoration: line-through;
  line-height: 1;
  word-break: break-all;
}
.c-plan-detail__before-price::before {
  content: "¥";
}
.c-plan-detail__after-price {
  font-size: 1.25rem;
  font-weight: bold;
  color: #d94749;
  line-height: 1;
  word-break: break-all;
}
.c-plan-detail__after-price::before {
  content: "¥";
}

.c-flight-attention::after {
  content: "*";
  color: #dd3538;
}

#p-hotel-plan .c-modal,
.hotel__images .c-modal,
.hotel-room__images .c-modal{
  --width: 800px;
}
/*# sourceMappingURL=common.css.map*/
