@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

div,
p,
.h1, .h2, .h3, .h4, .h5, .h6,
.row,
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

body {
  font-family: Noto Sans JP, sans-serif, selif;
  font-feature-settings: "palt";
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 124px;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 140px;
  }
}

.p-footer__wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
}

footer {
  padding: 10px 0;
  background-color: #59AFD5;
  text-align: center;
  color: #fff;
  z-index: 1000;
}
@media (max-width: 767px) {
  footer {
    padding: 20px 0;
    font-size: 12px;
  }
}

.c-page-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 100px 0;
}
@media (max-width: 1279px) {
  .c-page-title {
    margin: 7.8125vw 0;
  }
}

.c-lang {
  width: 100%;
  color: #6C7779;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.c-lang span:first-child {
  border-right: 2px solid #D0D5D5;
  padding-right: 16px;
}
.c-lang span a {
  text-decoration: none;
  color: #6C7779;
  font-size: 16px;
}

.c-lang__active {
  font-weight: bold;
}

.c-logout {
  margin: 24px 0 32px;
  width: 100%;
}
.c-logout p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.c-logout p a {
  text-decoration: none;
  color: #2db8cd;
  font-size: 16px;
}

.p-header__wrap {
  font-family: "Noto Sans JP", sans-serif;
  padding: 20px 0;
  background-color: #59AFD5;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-header__provider {
  color: #59AFD5;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  border-radius: 10px 0 10px 0;
  padding: 15px 20px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .p-header__provider {
    padding: 7px 12px;
    font-size: 16px;
  }
}

.p-header__title {
  color: #fff;
  margin-top: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  font-size: 24px;
}
@media (max-width: 767px) {
  .p-header__title {
    font-size: 20px;
  }
}

.p-form {
  font-family: "Noto Sans JP", sans-serif;
  width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1279px) {
  .p-form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-form {
    margin: unset;
  }
}

::-moz-placeholder {
  color: #D0D5D5;
}

::placeholder {
  color: #D0D5D5;
}

.p-login {
  width: 680px;
}
@media (max-width: 767px) {
  .p-login {
    width: 85%;
  }
}

form {
  background: none;
  padding: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  form {
    width: -webkit-fill-available;
    padding: 0;
  }
}

.p-form__input__wrap {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.p-form__input__wrap + .p-form__input__wrap {
  margin-top: 29px;
}
@media (max-width: 767px) {
  .p-form__input__wrap {
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
  }
}

.p-form__input__wrap__login {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.p-form__input__wrap__login + .p-form__input__wrap__login {
  margin-top: 29px;
}
.p-form__input__wrap__login:last-child {
  align-items: start;
}
@media (max-width: 767px) {
  .p-form__input__wrap__login {
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
  }
}

.p-form__items {
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  align-items: baseline;
  position: relative;
  color: #323936;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-form__items {
    align-items: center;
    font-size: 16px;
  }
}

.multiple__lines {
  width: 170px;
}
@media (max-width: 767px) {
  .multiple__lines {
    width: 70%;
  }
}

.p-form__required,
.p-form__any {
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 5px;
  text-wrap: nowrap;
}
@media (max-width: 767px) {
  .p-form__required,
.p-form__any {
    font-size: 14px;
  }
}

.p-form__required {
  background-color: #ED7070;
  color: #fff;
}

.p-form__any {
  background-color: #D0D5D5;
  color: #6C7779;
}

.p-form__input__block {
  margin-left: 60px;
  width: 445px;
  line-height: 1.6;
  color: #323936;
}
@media (max-width: 767px) {
  .p-form__input__block {
    margin: 8px 0 0;
    width: 100%;
  }
}

.p-form__input__block__login {
  width: 330px;
}
@media (max-width: 767px) {
  .p-form__input__block__login {
    margin: 8px 0 0;
    width: 100%;
  }
}

.p-form__input {
  border: 1px solid #D0D5D5;
  color: #384524;
  width: 93%;
}
@media (max-width: 767px) {
  .p-form__input {
    margin-left: 0;
    width: -webkit-fill-available;
  }
}

.err__bg {
  background-color: #FDEBEB !important;
  border: 1px solid #ED7071 !important;
}

.p-form__remarks {
  font-size: 16px;
  color: #6C7779;
  line-height: 1.7;
  letter-spacing: 1.5px;
  margin-top: 20px;
  position: relative;
  display: inline-block;
  left: 20px;
}
@media (max-width: 767px) {
  .p-form__remarks {
    margin-top: 10px;
    font-size: 14px;
    white-space: initial;
    width: calc(100% - 20px);
  }
}
.p-form__remarks:before {
  content: "※";
  color: #333;
  position: absolute;
  left: -20px;
}

input {
  width: 300px;
  height: 58px;
  border: 1px solid #95D7E2;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 16px;
}
@media (max-width: 767px) {
  input {
    font-size: 16px;
    height: 48px;
    width: unset;
  }
}

textarea {
  width: 436px;
  border: 1px solid #95D7E2;
  border-radius: 8px;
  padding: 17px 21px;
  font-size: 16px;
}
@media (max-width: 767px) {
  textarea {
    font-size: 16px;
    width: unset;
  }
}

.p-procedure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .p-procedure {
    width: calc(100% - 60px);
  }
}

.p-procedure__block {
  width: auto;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 60px 35px 50px;
  box-shadow: 0px 6px 6px 5px rgba(0, 0, 0, 0.06);
  margin: 60px 0;
}
@media (max-width: 767px) {
  .p-procedure__block {
    padding: 60px 31px 50px;
    margin: 0;
  }
}
.p-procedure__block + .p-procedure__block {
  margin-top: 65px;
}

.p-reserve form {
  background-color: unset;
}
@media (max-width: 767px) {
  .p-reserve form {
    padding: 0;
  }
}

@media (max-width: 430px) {
  .u-confirm {
    align-items: baseline;
  }
}

.p-procedure__block__heading {
  position: absolute;
  top: -15px;
  font-size: 30px;
  color: #2db8cd;
}
@media (max-width: 767px) {
  .p-procedure__block__heading {
    font-size: 26px;
  }
}

.c-bg_gray {
  background-color: #F5F8F8;
}

.c-bg_gray__white {
  background-color: #F5F8F8;
}
@media (max-width: 767px) {
  .c-bg_gray__white {
    background-color: #fff;
  }
}

.p-procedure__block__text {
  font-size: 16px;
  line-height: 1.4;
  color: #384524;
}
.p-procedure__block__text + .p-procedure__block__text {
  margin-top: 10px;
}

.toggle-button-001 {
  display: inline-block;
  position: relative;
  min-width: 50px;
  height: 23px;
  border-radius: 50px;
  background-color: #FFFFFF;
  cursor: pointer;
  transition: background-color 0.4s;
  border: 1px solid #D0D5D5;
  box-shadow: 0px 0px 8px 1px #eee inset;
}

.toggle-button-001:has(:checked) {
  background-color: #2EB8CD;
  box-shadow: none;
}

.toggle-button-001::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  content: "";
  transition: left 0.4s;
}

.toggle-button-001:has(:checked)::after {
  left: 27px;
}

.toggle-button-001 input {
  display: none;
}

.err {
  color: #FF5E48;
  font-size: 16px;
  margin-top: 4px;
  line-height: 1.4;
}

.contact-check {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 11px;
  cursor: pointer;
  color: #323936;
}

.contact-check__ico {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 14px;
  border-radius: 8px;
  border: 1px solid #CDD6DD;
}

input[type=checkbox]:checked + .contact-check__ico {
  background: #2db8cd;
}

input[type=checkbox]:checked + .contact-check__ico:before,
input[type=checkbox]:checked + .contact-check__ico:after {
  content: "";
  background-color: #fff;
}

.contact-check__ico:before {
  position: absolute;
  inset: 0;
  width: 6px;
  height: 1.3px;
  margin: auto;
  border: 1px solid #fff;
  transform: rotate(45deg);
  top: 5px;
  left: -9px;
}

.contact-check__ico:after {
  position: absolute;
  inset: 0;
  width: 13px;
  height: 1.3px;
  margin: auto;
  border: 1px solid #fff;
  transform: rotate(135deg);
  top: 1px;
  left: 4px;
}

.contact-check input[type=checkbox] {
  position: absolute;
  left: 0;
  opacity: 0;
}

.contact-check input[type=checkbox].form_err + .contact-check__ico {
  background: #FFE9E6;
  border: 2px solid #F58171;
}

input[type=radio]:checked + .contact-radio__ico:before {
  content: "";
}

.contact-radio input[type=radio] {
  position: absolute;
  left: 0;
  opacity: 0;
}

.contact-radio__ico {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border-radius: 50%;
  border: 1px solid #CDD6DD;
}

.radio_input.u-error__bg + .contact-radio__ico {
  background-color: #fdebeb;
  border: 1px solid #ed7071;
}

.contact-radio {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 9px;
  color: #323936;
}

.contact-radio__ico:before {
  position: absolute;
  inset: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: auto;
  background: #59AFD5;
}

select {
  height: 58px;
  width: 100%;
  padding: 0 15px;
  border: 1px solid #d0d5d5;
  border-radius: 8px;
  color: #384245;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: right 7% bottom 55%;
  background-color: unset;
  z-index: 10;
  position: relative;
  cursor: pointer;
}
select::after {
  content: "";
  background: url(/assets/img/black_arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 20px;
  top: 50%;
  height: 20px;
  width: 20px;
  z-index: 200;
  transform: translate(50%, -50%);
  cursor: pointer;
}

.p-form__input__alt {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .p-form__input__alt {
    justify-content: space-between;
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .p-form__input__alt .p-form__input {
    width: 41%;
  }
}

.u-input_not_possible {
  pointer-events: none;
  background-color: #f5f8f8;
}
.u-input_not_possible:focus {
  outline: none;
}

.u-select {
  position: relative;
  width: 32%;
}
@media (max-width: 767px) {
  .u-select .p-form__input {
    width: -webkit-fill-available;
  }
}
.u-select::after {
  content: "";
  background: url(/assets/img/arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 30px;
  top: 50%;
  height: 17px;
  width: 17px;
  opacity: 0.6;
  transform: translate(50%, -50%);
  cursor: pointer;
}
@media (max-width: 767px) {
  .u-select::after {
    right: 20px;
    height: 14px;
    width: 14px;
  }
}

@media (max-width: 430px) {
  .u-confirm {
    align-items: baseline;
  }
}

.p-form__container {
  background: #fff;
  padding: 60px 100px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .p-form__container {
    width: -webkit-fill-available;
    padding: 40px 30px;
    border-radius: 0;
  }
}

.p-form__text,
.p-comfirm__text {
  font-size: 18px;
  color: #384524;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-form__text,
.p-comfirm__text {
    margin-top: 20px;
    padding: 0 30px;
    text-align: left;
  }
}

.p-form__container + .p-form__text {
  margin-top: 60px;
}

.p-reserve__detail {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .p-reserve__detail {
    width: calc(100% - 60px);
  }
}

.p-reserve__detail__text {
  font-size: 18px;
  color: #384524;
  line-height: 1.4;
}
.p-reserve__detail__block {
  width: 980px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 101;
  box-shadow: 0px 6px 6px 5px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1279px) {
  .p-reserve__detail__block {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .p-reserve__detail__block {
    width: 100%;
  }
}
.p-reserve__detail__block + .p-reserve__detail__block {
  margin-top: 20px;
}

.is-click {
  padding: 30px;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  z-index: 100;
}
@media (max-width: 767px) {
  .is-click {
    padding: 25px 24px;
  }
}

.p-reserve__detail__status {
  border-radius: 5px;
  padding: 4px 8px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 70px;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.p-reserve__detail__status img {
  width: 16px;
  position: relative;
  top: 1px;
}
.p-reserve__detail__status span {
  position: relative;
  top: -1px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .p-reserve__detail__status {
    font-size: 14px;
    padding: 4px 1px;
  }
}

.p-possible {
  background-color: #2DB8CD;
}
.p-possible img {
  width: 16px;
}

.p-impossible {
  background-color: #D0D5D5;
}
.p-impossible img {
  width: 16px;
  opacity: 0.8;
}

.p-impossible__block {
  opacity: 0.6;
  box-shadow: unset;
  pointer-events: none;
  cursor: auto;
}

.p-reserve__detail__time {
  font-size: 20px;
  color: #384245;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .p-reserve__detail__time {
    font-size: 16px;
  }
}

.p-reserve__trigger {
  position: absolute;
  right: 55px;
}
.p-reserve__trigger span {
  position: absolute;
  border: 1px solid #333;
  width: 16px;
  height: 1.3px;
  background-color: #333;
  border-radius: 5px;
}
.p-reserve__trigger span:nth-child(2) {
  transform: rotate(90deg);
  transition-duration: 0.5s;
}

.is-reserve__trigger__active {
  transform: rotate(0deg) !important;
}

.p-reserve__detail__children__wrap {
  background-color: #fff;
  width: 600px;
  margin: auto;
  position: relative;
  visibility: hidden;
  height: 0;
  transition-duration: 0.5s;
}
@media (max-width: 1279px) {
  .p-reserve__detail__children__wrap {
    width: calc(100% - 40px);
  }
}

.is-reserve__detail__children__wrap__active_3 {
  transition-duration: 0.5s;
  z-index: 100;
  visibility: visible;
}

.p-reserve__detail__children {
  background-color: #2DB8CD;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  position: relative;
}
.p-reserve__detail__children::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  height: 20px;
  width: 20px;
  z-index: 200;
  transform: translate(-50%, -50%);
}
.p-reserve__detail__children a {
  text-decoration: none;
  display: block;
  padding: 20px;
}
.p-reserve__detail__children + .p-reserve__detail__children {
  margin-top: 20px;
}
.p-reserve__detail__children .p-reserve__detail__status {
  background-color: #fff;
  color: #2DB8CD;
  display: inline-block;
  text-align: center;
  font-size: 16px;
}
.p-reserve__detail__children .p-reserve__detail__time {
  color: #fff;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .p-reserve__detail__children .p-reserve__detail__time {
    margin-left: 5px;
  }
}

.p-reserve {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .p-reserve {
    width: calc(100% - 60px);
  }
}

.p-reserve__text {
  font-size: 18px;
  color: #384524;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-reserve__text {
    text-align: left;
    margin: 20px 0 40px;
  }
}

.p-reserve__inner {
  width: 600px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-reserve__inner {
    width: 100%;
  }
}

.p-reserve__block {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 6px 6px 5px rgba(0, 0, 0, 0.06);
  text-align: left;
}
.p-reserve__block::after {
  content: "";
  background: url(/assets/img/black_arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 40px;
  top: 50%;
  height: 30px;
  width: 30px;
  z-index: 200;
  transform: translate(50%, -50%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-reserve__block::after {
    height: 20px;
    width: 20px;
    right: 20px;
  }
}
.p-reserve__block a {
  padding: 30px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
@media (max-width: 767px) {
  .p-reserve__block a {
    padding: 16px 32px 16px 25px;
  }
}
.p-reserve__block + .p-reserve__block {
  margin-top: 20px;
}

.p-reserve__status__wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}

.p-reserve__status {
  border-radius: 8px;
  padding: 7px 9px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 70px;
  color: #fff;
  text-wrap: nowrap;
  display: flex;
  gap: 6px;
}

.p-reserve__status__slot {
  color: #384524;
}

.p-possible {
  background-color: #70BA49 !important;
}

.p-impossible {
  background-color: #9FA9B4 !important;
}

.p-before {
  background-color: #5997D5 !important;
}

.p-reserve__detail__status {
  padding: 4px 8px;
}

.p-possible__children {
  background-color: #2DB8CD !important;
  transition-duration: 0.3s;
}
.p-possible__children:hover {
  opacity: 0.8;
}
.p-possible__children::after {
  content: "";
  background: url(/assets/img/white_arrow.svg) no-repeat center/contain;
  pointer-events: none;
}

.p-impossible__children {
  background-color: #fff !important;
  border: 1px solid #D0D5D5;
  pointer-events: none;
  opacity: 0.8;
}
.p-impossible__children .p-reserve__detail__time {
  color: #D0D5D5;
}
.p-impossible__children::after {
  content: "";
  background: url(/assets/img/black_arrow.svg) no-repeat center/contain;
  opacity: 0.6;
}

.p-status__possible__children {
  background-color: #fff !important;
  color: #2DB8CD !important;
}

.p-status__impossible__children {
  background-color: #D0D5D5 !important;
  color: #fff !important;
}

.p-reserve__name {
  margin-top: 10px;
  font-size: 20px;
  color: #384245;
}
@media (max-width: 767px) {
  .p-reserve__name {
    margin-top: 4px;
    font-size: 18px;
  }
}

.p-2nd {
  background-color: #6685ED;
  border-radius: 20px;
  padding: 8px 28px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 1.6px;
  top: -19px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.p-procedure__block__schedule {
  font-size: 24px;
  color: #384245;
  padding-left: 1em;
  text-indent: -1.3em;
}
@media (max-width: 767px) {
  .p-procedure__block__schedule {
    font-size: 20px;
  }
}
.p-procedure__block__schedule + .p-procedure__block__schedule {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .p-procedure__block__schedule + .p-procedure__block__schedule {
    margin-top: 13px;
  }
}
.p-procedure__block__schedule:last-of-type {
  font-weight: bold;
}
.p-procedure__block__schedule img {
  margin-right: 5px;
  height: 20px;
  width: 20px;
}
.p-procedure__block__schedule span {
  font-size: 16px;
  margin-left: 2px;
  font-weight: bold;
}

.is-vertical a {
  flex-direction: unset;
  align-items: center;
  gap: 10px;
}
.is-vertical .p-reserve__name {
  margin: 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  .is-vertical .p-reserve__name {
    font-size: 16px;
    text-wrap: nowrap;
  }
}

.p-toggle {
  width: 480px;
  margin: 40px auto 60px;
}
@media (max-width: 767px) {
  .p-toggle {
    width: 100%;
    margin: 40px auto;
  }
}

.p-toggle__heading {
  background-color: #2EB8CD;
  display: flex;
  justify-content: space-between;
  padding: 14px 20px;
  color: #fff;
}

.p-toggle__list {
  background-color: #fff;
  padding: 14px 20px;
  margin: 0 0 -1px;
  border: 1px solid #CAEBF1;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.6;
}

.p-toggle__info {
  display: flex;
  flex-direction: column;
  margin-right: 16px;
}

.p-common__heading {
  font-size: 30px;
  color: #2db8cd;
}

.p-common__text__wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .p-common__text__wrap {
    flex-direction: none;
  }
}

.p-commoon__text {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.6;
  color: #384524;
}

.c-button__wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .c-button__wrap {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    width: 100%;
  }
}

.c-blue__button {
  background-color: #5997D5;
  color: #fff;
  border-radius: 5px;
  border: none;
  box-shadow: #333;
  padding: 15.5px 0;
  box-shadow: 0px 6px 15px 5px rgba(0, 0, 0, 0.12);
  width: 250px;
  min-height: 58px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  transition-duration: 0.3s;
}
.c-blue__button::after {
  content: "";
  background: url(/assets/img/white_arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 20px;
  top: 50%;
  height: 20px;
  width: 20px;
  z-index: 200;
  transform: translate(50%, -50%);
}
.c-blue__button:hover {
  opacity: 0.8;
}
.c-blue__button a {
  color: #fff;
  text-decoration: none;
}

.c-white__button {
  border-radius: 8px;
  background-color: #fff;
  color: #384245;
  border-radius: 5px;
  border: none;
  box-shadow: #333;
  padding: 15.5px 0;
  box-shadow: 0px 6px 15px 5px rgba(0, 0, 0, 0.12);
  width: 250px;
  min-height: 58px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}
.c-white__button::after {
  content: "";
  background: url(/assets/img/black_arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 20px;
  top: 50%;
  height: 20px;
  width: 20px;
  z-index: 200;
  transform: translate(50%, -50%);
}
.c-white__button a {
  color: #384245;
  text-decoration: none;
}
.c-white__button + .c-white__button {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .c-white__button + .c-white__button {
    margin: 20px 0 0 0;
  }
}

.c-green__button {
  border-radius: 8px;
  background-color: #BEFF95;
  color: #384245;
  border-radius: 5px;
  border: none;
  box-shadow: #333;
  padding: 15.5px 0;
  box-shadow: 0px 6px 15px 5px rgba(0, 0, 0, 0.12);
  width: 250px;
  min-height: 58px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}
.c-green__button::after {
  content: "";
  background: url(/assets/img/black_arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 20px;
  top: 50%;
  height: 20px;
  width: 20px;
  z-index: 200;
  transform: translate(50%, -50%);
}
.c-green__button a {
  color: #384245;
  text-decoration: none;
}
.c-green__button:hover {
  opacity: 0.8;
}
.c-green__button + .c-green__button {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .c-green__button + .c-green__button {
    margin: 20px 0 0 0;
  }
}

.c-back::after {
  content: "";
  background: url(/assets/img/black_arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 210px;
  top: 50%;
  height: 20px;
  width: 20px;
  z-index: 200;
  transform: rotate(180deg) translate(50%, 50%);
}

.c_link__wrap {
  text-align: center;
}

.c_link {
  font-size: 16px;
  color: #2DB8CD;
  text-decoration: none;
  border-bottom: 1px solid #2DB8CD;
  cursor: pointer;
}

.c-welcome {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .c-welcome {
    margin-bottom: 46px;
  }
}
.c-welcome img {
  width: 16px;
  height: 16px;
}
.c-welcome p {
  font-size: 16px;
  color: #384245;
}

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

.u-mt20 {
  margin-top: 20px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt60 {
  margin-top: 40px;
}

.u-mt80 {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .u-smt0 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .u-smt10 {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .u-smt20 {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .u-smt32 {
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .u-smt40 {
    margin-top: 40px;
  }
}

.pc-none {
  display: none;
}
@media (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

.pc-none--flex {
  display: none;
}
@media (max-width: 767px) {
  .pc-none--flex {
    display: flex;
  }
}

.sp-none {
  display: block;
}
@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.sp-none--flex {
  display: flex;
}
@media (max-width: 767px) {
  .sp-none--flex {
    display: none;
  }
}

.c-column {
  flex-direction: column;
  gap: 48px;
  align-items: center;
}

.c-button__wrap__text {
  letter-spacing: 1.7px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .c-button__wrap__text {
    width: 100%;
  }
}

.linkset {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 300px;
}
@media (max-width: 767px) {
  .linkset {
    margin: 0;
  }
}

.u-bold {
  font-weight: bold;
}

.u-center {
  text-align: center;
}

.p-content__1 {
  margin: 60px auto 120px;
}
@media (max-width: 767px) {
  .p-content__1 {
    margin: 20px auto 60px;
  }
}

.p-content__2 {
  margin: 80px auto 80px;
}
@media (max-width: 767px) {
  .p-content__2 {
    margin: 60px auto 60px;
  }
}

@media (max-width: 767px) {
  .c-bg-white {
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  .u-bg__white__sp {
    background-color: #fff;
  }
}

.u-disable {
  background-color: #EDEFEF;
  color: #D0D5D5;
  box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.12);
  pointer-events: none;
}
.u-disable:after {
  background: url(/assets/img/black_arrow.svg) no-repeat center/contain;
  opacity: 0.15;
}

.u-bg__green {
  background-color: #84BB66;
}

.p-procedure__lottery {
  font-size: 45px;
  color: #59AFD5;
  font-weight: bold;
  margin-bottom: 37px;
  width: 100%;
  text-align: center;
}
.p-procedure__lottery.win {
  color: #178323;
}
.p-procedure__lottery.lose {
  color: #9FA9B4;
}

.u-pass {
  color: #178323;
}

.u-fail {
  color: #9FA9B4;
}
/*# sourceMappingURL=style.css.map */