.c-HorizontalList {
  padding-top: 0;
}

.c-HorizontalList__Inner, .c-HorizontalList__Inner--SpVertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 640px) {
  .c-HorizontalList__Inner--SpVertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.c-HorizontalList__Item {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.c-DotText {
  position: relative;
  padding-left: 20px;
}

.c-DotText::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f65275;
  position: absolute;
  left: 0;
  top: calc((1em * 1.5) / 2);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-TelButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 20px;
  background: #f65275;
  border-radius: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.c-TelButton__Icon {
  width: 20px;
  margin-right: 10px;
}

.c-TelButton__Image {
  display: block;
}

.c-TelButton__Number {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 640px) {
  .c-TelButton__Number {
    font-size: 18px;
  }
}

.c-Marker {
  vertical-align: unset !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, yellow));
  background: linear-gradient(transparent 60%, yellow 60%);
}

.c-RepeatNotice, .c-RepeatNotice--White {
  background: #FFEBED;
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-RepeatNotice--White {
  background: #fff;
}

.c-RepeatNotice__Text {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 640px) {
  .c-RepeatNotice__Text {
    font-size: 16px;
  }
}

.c-RepeatNotice__Text.is-Pink {
  color: #ED7386;
}

.c-RepeatNotice__Number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-RepeatNotice__Label {
  color: #ED7386;
  font-weight: bold;
  font-size: 20px;
}

.c-RepeatNotice__Time {
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 425px) {
  .c-RepeatNotice__Time {
    font-size: 12px;
  }
}

.c-BooleanButton, .c-BooleanButton--Yes, .c-BooleanButton--No {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  background: transparent;
  width: 100%;
  cursor: pointer;
  font-family: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  color: inherit;
  background: #cccccc;
  font-weight: bold;
}

@media (min-width: 768.1px) {
  .c-BooleanButton--Yes:hover {
    background: #007aff;
    color: #fff;
  }
}

@media (min-width: 768.1px) {
  .c-BooleanButton--No:hover {
    background: #ff3b30;
    color: #fff;
  }
}

.c-Modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  top: 0;
  left: 0;
  z-index: 1000;
}

.c-Modal__Scroll {
  height: 100%;
  overflow: auto;
}

.c-Modal__Inner {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 640px) {
  .c-Modal__Inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-ButtonRound {
  --c-button-round: #888888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: min(30px, 8vw);
  padding-left: min(30px, 8vw);
  min-height: 65px;
  position: relative;
  border-radius: min(35px, 9.33vw);
  border: solid 2px var(--c-button-round);
  color: var(--c-button-round);
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .c-ButtonRound {
    min-height: min(55px, 14.66vw);
    font-size: min(16px, 4.26vw);
  }
}

.c-ButtonRound.--Pink {
  --c-button-round: #ED7386;
}

.c-ButtonRound.--Blue {
  --c-button-round: #65ADC6;
}

.c-ButtonRound.--Yellow {
  --c-button-round: #F7CE46;
}

.c-ButtonRound.--Green {
  --c-button-round: #4AA636;
}

.c-ButtonRound.--Pink2 {
  --c-button-round: #FF8FA0;
  color: #fff;
  background-color: #FF8FA0;
}

.c-ButtonRound.--Pink2::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

@media (min-width: 768.1px) {
  .c-ButtonRound.--Pink2:hover {
    color: #FF8FA0;
    background-color: #fff;
  }
  .c-ButtonRound.--Pink2:hover::after {
    border-top-color: #FF8FA0;
    border-right-color: #FF8FA0;
  }
}

.c-ButtonRound.--Blue2 {
  --c-button-round: #9ADDF2;
  color: #fff;
  background-color: #9ADDF2;
}

.c-ButtonRound.--Blue2::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

@media (min-width: 768.1px) {
  .c-ButtonRound.--Blue2:hover {
    color: #9ADDF2;
    background-color: #fff;
  }
  .c-ButtonRound.--Blue2:hover::after {
    border-top-color: #9ADDF2;
    border-right-color: #9ADDF2;
  }
}

.c-ButtonRound.--Green2 {
  --c-button-round: #4AA636;
  color: #fff;
  background-color: #4AA636;
}

.c-ButtonRound.--Green2::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

@media (min-width: 768.1px) {
  .c-ButtonRound.--Green2:hover {
    color: #4AA636;
    background-color: #fff;
  }
  .c-ButtonRound.--Green2:hover::after {
    border-top-color: #4AA636;
    border-right-color: #4AA636;
  }
}

.c-ButtonRound.--Red {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  --c-button-round: #f65275;
  --p-icon--fill: #fff;
  color: #fff;
  background-color: #f65275;
}

.c-ButtonRound.--Red::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

@media (min-width: 768.1px) {
  .c-ButtonRound.--Red:hover {
    --p-icon--fill: #f65275;
    color: #f65275;
    background-color: #fff;
  }
  .c-ButtonRound.--Red:hover::after {
    border-top-color: #f65275;
    border-right-color: #f65275;
  }
}

.c-ButtonRound.--Red .c-ButtonRound__Icon {
  width: 40px;
  margin-right: 14px;
}

@media (max-width: 767px) {
  .c-ButtonRound.--Red .c-ButtonRound__Icon {
    width: 30px;
  }
}

.c-ButtonRound.--Red .c-ButtonRound__Icon img {
  display: block;
  max-width: none;
}

.c-ButtonRound::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px var(--c-button-round);
  border-right: solid 2px var(--c-button-round);
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

@media (max-width: 767px) {
  .c-ButtonRound::after {
    width: min(10px, 2.66vw);
    height: min(10px, 2.66vw);
    right: min(20px, 5.33vw);
  }
}

@media (min-width: 768.1px) {
  .c-ButtonRound:hover {
    background: var(--c-button-round);
    color: #fff;
  }
  .c-ButtonRound:hover::after {
    border-color: #fff;
  }
}

.c-ButtonRound__Small {
  font-size: 14px;
}

.c-ButtonRoundCorner {
  --c-button-round: #888888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: min(30px, 8vw);
  padding-left: min(30px, 8vw);
  min-height: 50px;
  max-width: 280px;
  position: relative;
  border-radius: min(5px, 1.33vw);
  border: solid 2px var(--c-button-round);
  color: var(--c-button-round);
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .c-ButtonRoundCorner {
    min-height: min(50px, 13.33vw);
    font-size: min(16px, 4.26vw);
    max-width: 100%;
  }
}

.c-ButtonRoundCorner.--Green {
  --c-button-round: #4AA636;
}

.c-ButtonRoundCorner.--Green2 {
  --c-button-round: #4AA636;
  color: #fff;
  background-color: #4AA636;
}

.c-ButtonRoundCorner.--Green2::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

@media (min-width: 768.1px) {
  .c-ButtonRoundCorner.--Green2:hover {
    color: #4AA636;
    background-color: #fff;
  }
  .c-ButtonRoundCorner.--Green2:hover::after {
    border-top-color: #4AA636;
    border-right-color: #4AA636;
  }
}

.c-ButtonRoundCorner.--Center2 {
  padding-left: min(40px, 10.66vw);
}

.c-ButtonRoundCorner_icon-pen {
  display: inline;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  background: url("/_materials/images/common/icon/icon_pen2_white.svg") no-repeat center center;
  background-size: contain;
}

.c-ButtonRoundCorner::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px var(--c-button-round);
  border-right: solid 2px var(--c-button-round);
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

@media (max-width: 767px) {
  .c-ButtonRoundCorner::after {
    width: min(10px, 2.66vw);
    height: min(10px, 2.66vw);
    right: min(20px, 5.33vw);
  }
}

.c-ButtonRoundCorner.--NoArrow::after {
  display: none;
}

@media (min-width: 768.1px) {
  .c-ButtonRoundCorner:hover {
    background: var(--c-button-round);
    color: #fff;
  }
  .c-ButtonRoundCorner:hover::after {
    border-color: #fff;
  }
  .c-ButtonRoundCorner:hover .c-ButtonRoundCorner_icon-pen {
    background: url("/_materials/images/common/icon/icon_pen2_green.svg") no-repeat center center;
    background-size: contain;
  }
}

.uq-RepeatNotice {
  margin-bottom: 40px;
}

.uq-Flow__Container {
  border: solid 2px #f65275;
  border-radius: 10px;
  padding: 20px 40px 30px;
}

@media (max-width: 640px) {
  .uq-Flow__Container {
    padding: 20px 20px 30px;
  }
}

.uq-Flow__Title {
  text-align: center;
  font-size: 22px;
}

@media (max-width: 640px) {
  .uq-Flow__Title {
    font-size: 18px;
  }
}

.uq-Flow__Body {
  margin-top: 20px;
}

@media (max-width: 640px) {
  .uq-Flow__Body {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .uq-Flow__Body {
    font-size: 13px;
  }
}

.uq-Flow__Row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 5px;
}

.uq-Flow__Label {
  margin-right: 0.5em;
  white-space: nowrap;
  font-weight: bold;
  color: #f65275;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.2em;
}

@media (max-width: 640px) {
  .uq-Flow__Label {
    margin-right: 1em;
    letter-spacing: 0;
  }
}

.uq-Flow__Label::after {
  content: '';
  height: 1px;
  width: 1em;
  background: gray;
  margin-left: 0.5em;
}

@media (max-width: 640px) {
  .uq-Flow__Label::after {
    display: none;
  }
}

.uq-Flow__Contents {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.uq-Flow__Notice {
  margin-top: 20px;
  font-size: 14px;
}

@media (max-width: 640px) {
  .uq-Flow__Notice {
    font-size: 12px;
  }
}

.uq-Flow__Notice.is_Red {
  display: block;
  color: #f65275;
  font-weight: bold;
}

.uq-Flow__Notice.is-indent {
  padding-left: 1rem;
  text-indent: -1rem;
}

.uq-Flow__Notice .is-small {
  font-size: 12px;
  font-weight: normal;
}

@media (max-width: 640px) {
  .uq-Flow__Notice .is-small {
    font-size: 10px;
  }
}

.u-FormAfterBox {
  border: solid 2px #f65275;
  border-radius: 10px;
  padding: 20px 40px 30px;
  margin-top: 30px;
  border: solid 2px #f65275;
}

@media (max-width: 640px) {
  .u-FormAfterBox {
    padding: 20px 20px 30px;
  }
}

.u-FormAfterBox__Text {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 640px) {
  .u-FormAfterBox__Text {
    font-size: 16px;
  }
}

.u-FormAfterBox__List {
  margin-top: 10px;
}

.u-ReserveContainer {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px 30px;
}

@media (max-width: 640px) {
  .u-ReserveContainer {
    padding: 20px 20px 30px;
  }
}

.u-ReserveSections {
  overflow: hidden;
}

.u-ReserveSections__Container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-ReserveContainer.is-DisplayRepeat .u-ReserveSections__Container {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.u-ReserveSections__Item {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.u-ReserveSections__Item.--Margin {
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .u-ReserveSections__Item.--Margin {
    margin-top: min(10px, 2.66vw);
    margin-bottom: min(20px, 5.33vw);
  }
}

.u-ReserveContainer.is-DisplayRepeat .u-ReserveQuestion {
  visibility: hidden;
}

.u-ReserveQuestion__Headline {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 640px) {
  .u-ReserveQuestion__Headline {
    text-align: left;
  }
}

@media (max-width: 320px) {
  .u-ReserveQuestion__Headline {
    font-size: 14px;
  }
}

.u-ReserveQuestion__Buttons {
  max-width: 320px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.u-ReserveQuestion__ButtonsItem {
  width: calc(50% - 10px);
}

@media (max-width: 640px) {
  .u-ReserveQuestion__ButtonsItem {
    width: calc(50% - 5px);
  }
}

.u-ReserveRepeater {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-ReserveRepeater__Headline {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 640px) {
  .u-ReserveRepeater__Headline {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .u-ReserveRepeater__Headline {
    font-size: 14px;
  }
}

.u-ReserveRepeater__Tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-ReserveRepeater__Label {
  color: #f65275;
  font-weight: bold;
  font-size: 20px;
}

.u-ReserveRepeater__Notice {
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 640px) {
  .u-ReserveRepeater__Notice {
    font-size: 12px;
  }
}

@media (max-width: 320px) {
  .u-ReserveRepeater__Notice {
    font-size: 10px;
  }
}

.u-FlowApp__Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.u-FlowApp__Inner {
  width: 45%;
}

@media (max-width: 768px) {
  .u-FlowApp__Inner {
    width: 48%;
  }
}

.u-FlowApp__Title {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.u-FlowApp__Img {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-FlowApp__Img a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.u-FlowApp__Img a:hover {
  opacity: 0.4;
}

.u-FlowApp__Img a img {
  width: auto;
  max-width: 100%;
  max-height: 80px;
}

@media (max-width: 768px) {
  .u-FlowApp__Img a {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .u-FlowApp__Img a img {
    height: 46px !important;
  }
}

.u-FlowApp__Img > img {
  width: auto;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 15px;
}

@media (max-width: 768px) {
  .u-FlowApp__Img > img {
    display: none;
  }
}

.u-Reserveform__Title {
  color: #f65275;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.u-ButtonSingle {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .u-ButtonSingle {
    width: min(295px, 78.66vw);
  }
}

.u-ButtonSingle.--Margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .u-ButtonSingle.--Margin {
    margin-top: min(20px, 5.33vw);
    margin-bottom: min(20px, 5.33vw);
  }
}

.u-contents-01 {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  max-width: 300px;
}

.u-contents-01__row {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-contents-01__before {
  font-weight: bold;
}

.u-contents-01__after {
  font-weight: bold;
}
