@charset "UTF-8";
/*
	media settings
**************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

a * {
  pointer-events: none;
  text-decoration: none;
}

body {
  color: #333;
  line-height: 1.6;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans W3", "メイリオ", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato {
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

.italic {
  font-style: italic;
}

.fsp50 {
  font-size: 50% !important;
}

.fsp60 {
  font-size: 60% !important;
}

.fsp70 {
  font-size: 70% !important;
}

.fsp80 {
  font-size: 80% !important;
}

.fsp90 {
  font-size: 90% !important;
}

.fsp110 {
  font-size: 110% !important;
}

.fsp120 {
  font-size: 120% !important;
}

.fsp130 {
  font-size: 130% !important;
}

.fsp140 {
  font-size: 140% !important;
}

.fsp150 {
  font-size: 150% !important;
}

.fsp160 {
  font-size: 160% !important;
}

.fsp170 {
  font-size: 170% !important;
}

.fsp180 {
  font-size: 180% !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.c-red {
  color: #D0002F;
}

.c-blk {
  color: #333;
}

.c-wht {
  color: #fff;
}

.c-nblu {
  color: #185685;
}

.c-lblu {
  color: #E0EDF7;
}

.c-org {
  color: #E46000;
}

.c-dorg {
  color: #E6480A;
}

.c-lorg {
  color: #E89900;
}

.c-blu {
  color: #0078D0;
}

.c-gold {
  color: #C79826;
}

.c-yel {
  color: #FFD000;
}

.c-byel {
  color: #FFF000;
}

.c-lyel {
  color: #FFF4AC;
}

.t-center {
  text-align: center !important;
}

.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right !important;
}

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

ul {
  list-style: none;
}

ruby rt {
  font-size: 35%;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.spnone {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .spnone {
    display: block !important;
  }
}

.pcnone {
  display: block !important;
}
@media screen and (min-width: 769px) {
  .pcnone {
    display: none !important;
  }
}

.spnone-flex {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .spnone-flex {
    display: flex !important;
  }
}

.pcnone-flex {
  display: flex !important;
}
@media screen and (min-width: 769px) {
  .pcnone-flex {
    display: none !important;
  }
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=text],
input[type=number],
input[type=tel],
select,
textarea {
  border: none;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #AFAFAF;
  font-size: 16px;
  appearance: none;
}

input[type=text],
input[type=number],
input[type=tel],
textarea {
  width: calc(100% - 1.2em);
  padding: 0.5em;
}

select {
  position: relative;
  width: 100%;
  height: 2.2em;
  text-indent: 0.5em;
}

.ERR {
  color: #f00;
  margin: 0.5rem 0 0;
}

.required-focus {
  background: #fce2e2 !important;
  border-color: #E75B5B !important;
}

.any,
.required {
  margin-right: 0.5rem;
  padding: 0.2rem 0.5rem;
  font-size: 1rem;
  color: #fff;
  font-weight: normal;
  border-radius: 0.4rem;
}

.any {
  background: #888888;
}

.required {
  background: #D00F31;
}

header {
  display: block;
  position: absolute;
  padding: 1rem 2rem;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
}
header .c-wrap__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  header .c-wrap__inner {
    margin: 0 auto;
    width: 70rem;
  }
}
header .c-wrap__inner img {
  width: 12rem;
}
header .c-wrap__inner p {
  font-size: 0.6rem;
  line-height: normal;
}

/* footer */
footer {
  margin-top: 4rem;
}
footer .l-footer__link {
  margin: 4rem auto 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}
footer .l-footer__link a {
  display: block;
  position: relative;
  color: #333;
  font-size: 1.2rem;
  font-weight: 400;
}
footer .l-footer__link a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 0.6rem;
  right: -1.8rem;
  border-top: 0.2rem solid #333;
  border-right: 0.2rem solid #333;
  border-radius: 0.2rem;
  transform: rotate(45deg);
}
footer .l-footer__label {
  padding: 0.5rem;
  width: 100%;
  background-color: #000;
}
footer .l-footer__label p {
  font-size: 1rem;
  text-align: center;
  color: #fff;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

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

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -0.2rem;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

/* form */
body {
  color: #333;
}

.c-formhead {
  padding-top: 7.2rem;
}
.c-formhead h1 {
  font-size: 2rem;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto 0.5rem;
}
@media screen and (min-width: 769px) {
  .c-formhead h1 {
    margin: 0 auto 1.5rem;
  }
}
.c-formhead h1 img {
  width: 12rem;
  height: auto;
  margin-right: 1.5rem;
}
.c-formhead p {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.7rem;
}

.c-formhead__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 769px) {
  .c-formhead__wrap {
    margin: 3.5rem auto;
  }
}

.c-formhead__step {
  display: flex;
  font-size: 0.875rem;
  font-weight: bold;
}
.c-formhead__step li {
  position: relative;
  padding: 0.7rem 2.7rem 0.7rem 3rem;
  font-size: 1.4rem;
  background-color: #eee;
}
.c-formhead__step li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  color: #000;
  border-color: transparent transparent transparent #eee;
  border-style: solid;
  border-width: 1.85rem 0 1.85rem 1.15rem;
  z-index: 1;
}
.c-formhead__step li.active {
  background-color: #FABE00;
}
.c-formhead__step li.active::after {
  border-color: transparent transparent transparent #FABE00;
}

.c-form {
  position: relative;
  margin: 1rem 2rem;
}
@media screen and (min-width: 769px) {
  .c-form {
    width: 70rem;
    margin: 1rem auto;
  }
}
.c-form h2 {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.c-form th {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
}
.c-form th small {
  font-size: 1.2rem;
}
.c-form td {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.c-form td p {
  color: #888;
  font-size: 1.2rem;
}
.c-form td p.caution {
  color: #333;
}
.c-form table {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-form table {
    width: 70rem;
    margin: 0 auto;
  }
}
.c-form input, .c-form select {
  width: 100%;
  height: 6rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #CCC;
  background: #FFF;
  color: #333;
}
@media screen and (min-width: 769px) {
  .c-form input.short, .c-form select.short {
    width: 35rem;
  }
}
.c-form .c-form__btnwrap {
  margin: 0 auto;
  width: fit-content;
}
.c-form .c-form__btnwrap div {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.c-form .c-form__btnwrap div::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  top: 6.5rem;
  right: 2rem;
  border-top: 0.2rem solid #FFF;
  border-right: 0.2rem solid #FFF;
  border-radius: 0.2rem;
  transform: rotate(45deg);
}
.c-form .c-form__text {
  display: block;
  position: relative;
  margin: 1rem auto;
  width: 29rem;
  font-size: 1rem;
  line-height: 1.6rem;
}
@media screen and (min-width: 769px) {
  .c-form .c-form__text {
    width: 70rem;
    text-align: center;
  }
}
.c-form .c-form__text a {
  color: #0B5BCE;
  text-decoration: underline;
}
.c-form .c-lp__text {
  display: none;
}
.c-form .submit {
  margin: 3rem auto 2rem;
  width: 30rem;
  height: 8rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFF;
  border-radius: 0.4rem;
  background: #FF7500;
  box-shadow: 0 0 3rem 0 #FFDF72;
}
.c-form .submit:disabled {
  color: #c6c5c5;
  background: #F3F3F3;
  box-shadow: 0 0 3rem 0 #D7D7D7;
}
.c-form .c-form__selectWrap {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-form .c-form__selectWrap {
    width: fit-content;
  }
}
.c-form .c-form__selectWrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  top: 2.5rem;
  right: 1rem;
  border-top: 0.1rem solid #333;
  border-right: 0.1rem solid #333;
  transform: rotate(135deg);
}

footer .l-footer__sslwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 29rem;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 769px) {
  footer .l-footer__sslwrap {
    width: 38rem;
  }
}
footer .l-footer__sslwrap img {
  min-width: 11rem;
  height: auto;
}
footer .l-footer__sslwrap small {
  font-size: 1rem;
  font-weight: 400;
}
footer .l-footer__label {
  padding: 0.5rem;
  width: 100%;
  background-color: #000;
}
footer .l-footer__label p {
  font-size: 1rem;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .confirm th {
    display: table-cell;
    width: 33%;
    padding: 2rem;
    border-bottom: 0.1rem solid #ccc;
  }
}
.confirm td {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #ccc;
}
@media screen and (min-width: 769px) {
  .confirm td {
    display: table-cell;
    width: 67%;
    padding: 2rem;
  }
}
.confirm table {
  margin-bottom: 4rem;
}

.p-completion__inner {
  margin: 0 2rem;
}
@media screen and (min-width: 769px) {
  .p-completion__inner {
    margin: 0 auto;
    width: 46rem;
  }
}

.p-completion__thanks {
  padding: 4rem 2.5rem;
  border-radius: 0.4rem;
  background: #FFF7DC;
}
@media screen and (min-width: 769px) {
  .p-completion__thanks {
    padding: 4rem 6.5rem;
  }
}
.p-completion__thanks h2 {
  margin-bottom: 1.2rem;
  text-align: center;
  font-feature-settings: "halt" on;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2rem;
}
@media screen and (min-width: 769px) {
  .p-completion__thanks h2 {
    text-align: center;
  }
}
.p-completion__thanks .p-completion__text {
  font-feature-settings: "halt" on;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.p-completion__thanks .p-completion__telwrap {
  margin: 2rem auto 0;
}
.p-completion__thanks .p-completion__telwrap h3 {
  color: #FF7500;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4rem;
}
.p-completion__thanks .p-completion__telwrap .p-completion__tel {
  position: relative;
  margin: 1rem auto;
  color: #FF7500;
  font-family: Oswald;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 3.2rem;
}
.p-completion__thanks .p-completion__telwrap .p-completion__tel img {
  display: block;
  position: absolute;
  left: 1rem;
  width: 2.8rem;
  height: auto;
  top: 0.4rem;
}
@media screen and (min-width: 769px) {
  .p-completion__thanks .p-completion__telwrap .p-completion__tel img {
    left: 3rem;
  }
}
.p-completion__thanks .p-completion__telwrap .p-completion__time {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2rem;
  text-align: center;
}

.p-completion__textwrap {
  margin: 3.6rem auto 2rem;
}
.p-completion__textwrap h2 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #ccc;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
}
.p-completion__textwrap .p-completion__text {
  font-size: 1rem;
  font-weight: 400;
}
.p-completion__textwrap .p-completion__text span {
  color: #D00F31;
}

/* cta */
@media screen and (min-width: 769px) {
  .c-cta__inner {
    margin: 3rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 62rem;
    gap: 2rem;
  }
}

.c-cta__button--web {
  display: block;
  position: relative;
  margin: 2rem auto;
  padding: 0 2.5rem 0 2rem;
  width: 30rem;
  height: 7.2rem;
  color: #FFF;
  border-radius: 0.4rem;
  border: 0.3rem solid #FFAE94;
  background: linear-gradient(179deg, rgba(0, 0, 0, 0) 1.21%, rgba(0, 0, 0, 0.3) 99.39%), #FF8823;
  background-blend-mode: overlay, normal;
  box-shadow: 0.3rem 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.15);
  text-shadow: 0 0 1rem #D94F07;
}
@media screen and (min-width: 769px) {
  .c-cta__button--web {
    height: 9rem;
  }
}
.c-cta__button--web div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: -webkit-fill-available;
}
.c-cta__button--web div::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  top: 2.8rem;
  right: 1.3rem;
  border-top: 0.3rem solid #FFF;
  border-right: 0.3rem solid #FFF;
  border-radius: 0.2rem;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .c-cta__button--web div::after {
    top: 3.7rem;
  }
}
.c-cta__button--web .c-cta__icon {
  display: block;
  position: relative;
  width: 2.7rem;
  height: auto;
}
.c-cta__button--web p {
  position: relative;
  margin: 1rem auto;
  width: fit-content;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
}

.c-cta__button--tel {
  display: block;
  position: relative;
  margin: 2rem auto;
  padding: 0 2.5rem 0 2rem;
  width: 30rem;
  height: 9rem;
  color: #FFF;
  border-radius: 0.4rem;
  border: 0.3rem solid #FFAE94;
  background: linear-gradient(179deg, rgba(0, 0, 0, 0) 1.21%, rgba(0, 0, 0, 0.3) 99.39%), #FF8823;
  background-blend-mode: overlay, normal;
  box-shadow: 0.3rem 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.15);
  text-shadow: 0 0 1rem #D94F07;
}
.c-cta__button--tel div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.c-cta__button--tel div::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  top: 4rem;
  right: 1.3rem;
  border-top: 0.3rem solid #FFF;
  border-right: 0.3rem solid #FFF;
  border-radius: 0.2rem;
  transform: rotate(45deg);
}
.c-cta__button--tel div .c-cta__icon {
  display: block;
  position: relative;
  width: 2.5rem;
  height: auto;
}
.c-cta__button--tel div p {
  position: relative;
  margin: 1rem auto;
  width: fit-content;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
}
.c-cta__button--tel div p span {
  display: block;
  font-family: Oswald;
  font-size: 2.8rem;
}

.c-cta__button--reservation {
  display: block;
  position: relative;
  margin: 2rem auto;
  padding: 0 2.5rem 0 2rem;
  width: 30rem;
  height: 7.2rem;
  color: #FFF;
  border-radius: 0.4rem;
  border: 0.3rem solid #FFAE94;
  background: linear-gradient(179deg, rgba(0, 0, 0, 0) 1.21%, rgba(0, 0, 0, 0.3) 99.39%), #FF8823;
  background-blend-mode: overlay, normal;
  box-shadow: 0.3rem 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.15);
  text-shadow: 0 0 1rem #D94F07;
}
@media screen and (min-width: 769px) {
  .c-cta__button--reservation {
    height: 9rem;
  }
}
.c-cta__button--reservation div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: -webkit-fill-available;
}
.c-cta__button--reservation div::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  top: 2.8rem;
  right: 1.3rem;
  border-top: 0.3rem solid #FFF;
  border-right: 0.3rem solid #FFF;
  border-radius: 0.2rem;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .c-cta__button--reservation div::after {
    top: 3.7rem;
  }
}
.c-cta__button--reservation .c-cta__icon {
  display: block;
  position: relative;
  width: 2.5rem;
  height: auto;
}
.c-cta__button--reservation p {
  position: relative;
  margin: 1rem auto;
  width: fit-content;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
}

.p-flow__cta-inner,
.p-faq__cta-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-flow__cta-inner .p-flow-cta__button--tel,
.p-flow__cta-inner .p-faq__button,
.p-faq__cta-inner .p-flow-cta__button--tel,
.p-faq__cta-inner .p-faq__button {
  display: block;
  position: relative;
  margin: 1.7rem 0;
  padding: 0 1.1rem;
  width: 14.6rem;
  height: 4.5rem;
  color: #FFF;
  border-radius: 0.4rem;
  border: 0.3rem solid #FFAE94;
  background: linear-gradient(179deg, rgba(0, 0, 0, 0) 1.21%, rgba(0, 0, 0, 0.3) 99.39%), #FF8823;
  background-blend-mode: overlay, normal;
  box-shadow: 0.3rem 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.15);
  text-shadow: 0 0 1rem #D94F07;
}
.p-flow__cta-inner .p-flow-cta__button--tel div,
.p-flow__cta-inner .p-faq__button div,
.p-faq__cta-inner .p-flow-cta__button--tel div,
.p-faq__cta-inner .p-faq__button div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
  height: 3.9rem;
}
.p-flow__cta-inner .p-flow-cta__button--tel div::after,
.p-flow__cta-inner .p-faq__button div::after,
.p-faq__cta-inner .p-flow-cta__button--tel div::after,
.p-faq__cta-inner .p-faq__button div::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  top: 1.7rem;
  right: 0.9rem;
  border-top: 0.2rem solid #FFF;
  border-right: 0.2rem solid #FFF;
  border-radius: 0.2rem;
  transform: rotate(45deg);
}
.p-flow__cta-inner .p-flow-cta__button--tel div .c-cta__icon,
.p-flow__cta-inner .p-flow-cta__button--tel div .p-faq__icon,
.p-flow__cta-inner .p-faq__button div .c-cta__icon,
.p-flow__cta-inner .p-faq__button div .p-faq__icon,
.p-faq__cta-inner .p-flow-cta__button--tel div .c-cta__icon,
.p-faq__cta-inner .p-flow-cta__button--tel div .p-faq__icon,
.p-faq__cta-inner .p-faq__button div .c-cta__icon,
.p-faq__cta-inner .p-faq__button div .p-faq__icon {
  display: block;
  position: relative;
  margin: 0;
  width: 1.3rem;
  height: auto;
}
.p-flow__cta-inner .p-flow-cta__button--tel div p,
.p-flow__cta-inner .p-faq__button div p,
.p-faq__cta-inner .p-flow-cta__button--tel div p,
.p-faq__cta-inner .p-faq__button div p {
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3rem;
}
.p-flow__cta-inner .p-flow-cta__button--tel div p span,
.p-flow__cta-inner .p-faq__button div p span,
.p-faq__cta-inner .p-flow-cta__button--tel div p span,
.p-faq__cta-inner .p-faq__button div p span {
  font-size: 1.3rem;
}
.p-flow__cta-inner .p-faq__button,
.p-faq__cta-inner .p-faq__button {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .p-flow__cta-inner .p-faq__button,
  .p-faq__cta-inner .p-faq__button {
    width: 21.7rem;
  }
}
@media screen and (min-width: 769px) {
  .p-flow__cta-inner .p-faq__button div,
  .p-faq__cta-inner .p-faq__button div {
    justify-content: center;
    align-items: center;
  }
}
.p-flow__cta-inner .p-flow-cta__button--web,
.p-faq__cta-inner .p-flow-cta__button--web {
  display: block;
  position: relative;
  margin: 1.7rem 0;
  margin-left: 0.7rem;
  padding: 0 1.1rem;
  width: 14.6rem;
  height: 4.5rem;
  color: #FFF;
  border-radius: 0.4rem;
  border: 0.3rem solid #FFAE94;
  background: linear-gradient(179deg, rgba(0, 0, 0, 0) 1.21%, rgba(0, 0, 0, 0.3) 99.39%), #FF8823;
  background-blend-mode: overlay, normal;
  box-shadow: 0.3rem 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.15);
  text-shadow: 0 0 1rem #D94F07;
}
.p-flow__cta-inner .p-flow-cta__button--web div,
.p-faq__cta-inner .p-flow-cta__button--web div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
  height: -webkit-fill-available;
}
.p-flow__cta-inner .p-flow-cta__button--web div::after,
.p-faq__cta-inner .p-flow-cta__button--web div::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  top: 1.7rem;
  right: 0.9rem;
  border-top: 0.2rem solid #FFF;
  border-right: 0.2rem solid #FFF;
  border-radius: 0.2rem;
  transform: rotate(45deg);
}
.p-flow__cta-inner .p-flow-cta__button--web .c-cta__icon,
.p-faq__cta-inner .p-flow-cta__button--web .c-cta__icon {
  display: block;
  position: relative;
  margin: 0;
  width: 1.5rem;
  height: auto;
}
.p-flow__cta-inner .p-flow-cta__button--web p,
.p-faq__cta-inner .p-flow-cta__button--web p {
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3rem;
}
.p-flow__cta-inner .p-flow-cta__button--web p span,
.p-faq__cta-inner .p-flow-cta__button--web p span {
  font-size: 1.3rem;
}
.p-flow__cta-inner .p-flow-cta__button--reservation,
.p-faq__cta-inner .p-flow-cta__button--reservation {
  display: block;
  position: relative;
  margin: 1.7rem 0;
  padding: 0 1.1rem;
  width: 14.6rem;
  height: 4.5rem;
  color: #FFF;
  border-radius: 0.4rem;
  border: 0.3rem solid #FFAE94;
  background: linear-gradient(179deg, rgba(0, 0, 0, 0) 1.21%, rgba(0, 0, 0, 0.3) 99.39%), #FF8823;
  background-blend-mode: overlay, normal;
  box-shadow: 0.3rem 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.15);
  text-shadow: 0 0 1rem #D94F07;
}
.p-flow__cta-inner .p-flow-cta__button--reservation div,
.p-faq__cta-inner .p-flow-cta__button--reservation div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  height: -webkit-fill-available;
}
.p-flow__cta-inner .p-flow-cta__button--reservation div::after,
.p-faq__cta-inner .p-flow-cta__button--reservation div::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  top: 1.7rem;
  right: 0.9rem;
  border-top: 0.2rem solid #FFF;
  border-right: 0.2rem solid #FFF;
  border-radius: 0.2rem;
  transform: rotate(45deg);
}
.p-flow__cta-inner .p-flow-cta__button--reservation .c-cta__icon,
.p-faq__cta-inner .p-flow-cta__button--reservation .c-cta__icon {
  display: block;
  position: relative;
  margin: 0;
  width: 1.3rem;
  height: auto;
}
.p-flow__cta-inner .p-flow-cta__button--reservation p,
.p-faq__cta-inner .p-flow-cta__button--reservation p {
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2rem;
}
.p-flow__cta-inner .p-flow-cta__button--reservation p span,
.p-faq__cta-inner .p-flow-cta__button--reservation p span {
  font-size: 1.3rem;
}