@charset "UTF-8";
/* CSS Document */

/******************************

form(お申し込みフォーム)

*******************************/
.p-form {
  background: #f4f4f4;
}
.p-form img {
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.p-form__wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}
.p-form__title-image {
  margin-bottom: 60px;
  text-align: center;
}
.c-intro-visual__title {
  text-align: center;
  margin-bottom: 30px;
}
.c-course-animal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 75em) {
  .c-course-animal__inner {
    justify-content: space-between;
    padding: 0 3.5714285714vw;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-course-animal__inner {
    flex-direction: column;
    padding: 0 1.25rem;
  }
}
.c-course-animal__item {
  width: 48%;
  border-radius: 2.5rem 2.5rem 1.875rem 1.875rem;
  padding: 0 0 3rem;
  position: relative;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 59.3125em) {
  .c-course-animal__item {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .c-intro-visual__title {
    font-size: 1.4rem;
  }
  .p-form__wrapper {
    padding: 80px 0;
  }
  .p-form__title-image {
    margin-bottom: 40px;
  }
}
.c-course-animal__text {
  padding: 10px 0 20px;
  font-size: 1.1rem;
  font-weight: 500;
}
.c-course-animal__item.is-subscription {
  border: 6px solid #48bbe8;
}
.c-course-animal__item.is-oti {
  border: 6px solid #808080;
}
.c-course-animal__title {
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  background: #48bbe8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 8px;
  border-radius: 2rem 2rem 0 0;
}
.c-course-animal__item.is-oti .c-course-animal__title {
  background: #808080;
}
.c-course-animal__title span {
  font-size: 80%;
  line-height: 2.1875;
}
.c-course-animal__content {
  padding: 40px 40px 20px;
}
@media screen and (max-width: 59.3125em) {
  .c-course-animal__content {
    padding: 30px 15px;
  }
  .c-course-animal__title {
    border-radius: 1.6rem 1.6rem 0 0;
    width: 100%;
  }
  .c-course-animal__title {
    font-size: 7vw;
  }
}
.form__button {
  margin: 40px 0 0;
  display: inline-block;
  transition: opacity 0.3s ease;
}
.form__button:hover {
  opacity: 0.8;
  cursor: pointer;
}
.c-course-animal__deal-image {
  position: absolute;
  right: -30px;
  top: -30px;
}
.c-course-animal__price {
  text-align: center;
}
.c-course-animal__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #bcbcbc;
  width: 100%;
  margin: 0 auto 30px;
  border-radius: 50px;
  overflow: hidden;
}

.c-course-animal__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding: 0 0 0 1.75rem;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  font-size: 2rem;
  padding: 10px 0;
  font-weight: 600;
  text-align: center;
  justify-content: center;
  color: #fff;
}
.c-course-animal__button img {
  margin: 0 0 0 4px;
}
.c-course-animal__button.is-active {
  background: #48bbe8;
  border-radius: 50px;
}
.c-course-animal__caution-note-p {
  text-align: left;
  color: #808080;
  font-size: 12px;
}

.c-course-animal__increase {
  display: flex;
  width: 10.5rem;
  height: 3.5rem;
  border: 1px solid #c3c3c3;
  border-radius: 0.25rem;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 59.3125em) {
  .c-course-animal__increase {
    width: 10.625rem;
  }
  .c-course-animal__price {
    padding: 0 30px;
  }
  .c-course-animal__button {
    padding: 10px 10px 15px;
    font-size: 1.8rem;
  }

  .c-course-animal__deal-image {
    top: -6px;
    right: -14px;
    width: 30%;
  }
  .c-course-animal__button img {
    width: 40px;
  }
  .form__button {
    margin: 20px 0 0;
  }
  .form__button:hover {
    opacity: 1 !important;
  }
}
.c-course-animal__increase > * {
  width: 33.3333333333%;
}
.c-course-animal__increase button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  position: relative;
  background-color: #f6f6f6;
  padding: 0;
}
/*
.c-course-animal__increase button.is-minus::before {
  content: "＋";
  width: .75rem;
  height: .125rem;
  position: absolute;
  top: calc(50% - .0625rem);
  left: calc(50% - .375rem)
}
*/
.c-course-animal__increase button.is-minus[disabled] {
  cursor: default;
}
.c-course-animal__increase button.is-minus[disabled]::before {
  opacity: 0.2;
}
/*
.c-course-animal__increase button.is-plus::before {
  content: "＋";
  width: .75rem;
  height: .75rem;
  position: absolute;
  top: calc(50% - .375rem);
  left: calc(50% - .375rem);
    color: #808080;
}
*/
.c-course-animal__increase button.is-plus[disabled] {
  cursor: default;
}
.c-course-animal__increase button.is-plus[disabled]::before {
  opacity: 0.2;
}
.c-course-animal__increase input[type="number"] {
  text-align: center;
  border: none;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  pointer-events: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "Barlow", sans-serif;
}
.c-course-animal__increase input[type="number"] {
  font-size: 1.375rem;
  line-height: 1.1818181818;
}
.c-course-animal__increase input[type="number"] {
  --letter-spacing: 0em;
}
.c-course-animal__increase input[type="number"] {
  font-weight: bold;
}
@media screen and (max-width: 59.3125em) {
  .c-course-animal__increase input[type="number"] {
    font-size: 1.1875rem;
    line-height: 1.2105263158;
  }
  .c-course-animal__increase input[type="number"] {
    --letter-spacing: 0em;
  }
  .c-course-animal__increase input[type="number"] {
    font-weight: bold;
  }
}
.c-course-animal__increase input[type="number"]::-webkit-outer-spin-button,
.c-course-animal__increase input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0 0;
}
.c-course-animal__note {
  text-align: center;
  margin: 0 0 1.5rem;
  padding: 0 0 0 2.5rem;
}
.c-course-animal__note {
  font-size: 0.75rem;
  line-height: 2.1666666667;
}
.c-course-animal__note {
  --letter-spacing: 0em;
}
@media screen and (max-width: 59.3125em) {
  .c-course-animal__note {
    margin: 0.625rem 0 1rem;
    padding: 0;
  }
  .c-course-animal__note {
    font-size: 0.625rem;
    line-height: 1.5;
  }
  .c-course-animal__note {
    --letter-spacing: 0em;
  }
}

.c-course-animal__unit {
  position: relative;
}
.c-course-animal__unit::after {
  font-weight: 700;
}
.c-course-animal__unit::after {
  --letter-spacing: 0.05em;
}
.c-course-animal__unit::after {
  font-size: 2rem;
  line-height: 1.5;
}
.c-course-animal__unit::after {
  content: "";
  width: 110%;
  height: 105%;
  white-space: pre;
  text-align: center;
  color: rgba(74, 66, 60, 0.8);
  background-color: hsla(0, 0%, 100%, 0.9);
  position: absolute;
  top: 0;
  left: -5%;
}
.c-course-animal__unit.is-active::after {
  display: none;
}

.c-course-animal__list {
  display: flex;
  margin: 0 0 1.25rem;
}
@media screen and (max-width: 59.3125em) {
  .c-course-animal__list {
    justify-content: center;
    margin: 0 auto 1.25rem;
  }
}
@media screen and (max-width: 23.4375em) {
  .c-course-animal__list {
    margin: 0 0 1rem;
  }
}
.c-course-animal__list li {
  width: 8.5rem;
  height: 6.5rem;
  text-align: center;
}
@media screen and (max-width: 59.3125em) {
  .c-course-animal__list li {
    width: 5.8125rem;
    height: 4.8125rem;
  }
}
.c-course-animal__list li:not(.c-course-animal__list li:last-of-type) {
  margin: 0 0.6875rem 0 0;
}
@media screen and (max-width: 59.3125em) {
  .c-course-animal__list li:not(.c-course-animal__list li:last-of-type) {
    margin: 0 0.5rem 0 0;
  }
}
.c-course-animal__list input[type="radio"] {
  display: none;
}
.c-course-animal__list span strong {
  font-size: 1rem;
  line-height: 1.625;
}
.c-course-animal__list span strong {
  --letter-spacing: 0.05em;
}
.c-course-animal__list span strong {
  font-weight: bold;
}
@media screen and (max-width: 59.3125em) {
  .c-course-animal__list span strong {
    font-size: 0.875rem;
    line-height: 1;
  }
  .c-course-animal__list span strong {
    --letter-spacing: 0.05em;
  }
  .c-course-animal__list span strong {
    font-weight: bold;
  }
}
.c-course-animal__list input[type="radio"] + span {
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid #c3c3c3;
  background: #f5f5f5;
  border-radius: 0.375rem;
  padding: 2.625rem 0 0.875rem;
}
.c-course-animal__list input[type="radio"] + span {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.c-course-animal__list input[type="radio"] + span {
  --letter-spacing: 0.05em;
}
@media screen and (max-width: 59.3125em) {
  .c-course-animal__list input[type="radio"] + span {
    border-radius: 0.1875rem;
    padding: 2rem 0 0.5rem;
  }
  .c-course-animal__list input[type="radio"] + span {
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
  .c-course-animal__list input[type="radio"] + span {
    --letter-spacing: 0.05em;
  }
}
.c-course-animal__list input[type="radio"] + span::before {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  border: 1px solid #c3c3c3;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0.75rem;
  left: calc(50% - 0.6875rem);
}
@media screen and (max-width: 59.3125em) {
  .c-course-animal__list input[type="radio"] + span::before {
    width: 1rem;
    height: 1rem;
    top: 0.6875rem;
    left: calc(50% - 0.5rem);
  }
}
.c-course-animal__list input[type="radio"] + span::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #48bbe8;
  border-radius: 50%;
  position: absolute;
  top: 14%;
  left: 44%;
  opacity: 0;
}
@media screen and (max-width: 59.3125em) {
  .c-course-animal__list input[type="radio"] + span::after {
    width: 12px;
    height: 12px;
    top: 18%;
    left: 44%;
  }
}
.c-course-animal__list input[type="radio"]:checked + span {
  background-color: #d1eefa;
  border: 2px solid #48bbe8;
}
.c-course-animal__list input[type="radio"]:checked + span::before {
  border: 1px solid #48bbe8;
}
.c-course-animal__list input[type="radio"]:checked + span::after {
  opacity: 1;
}
.c-course-animal__quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0.5rem -1.375rem;
}
@media screen and (max-width: 23.4375em) {
  .c-course-animal__quantity {
    justify-content: flex-start;
    margin: 0 0 0 1.25rem;
  }
}
.c-course-animal__quantity p {
  margin: 0 1rem 0 0;
}
.c-course-animal__quantity p {
  font-size: 1.125rem;
  line-height: 1.7777777778;
}
.c-course-animal__quantity p {
  --letter-spacing: 0.05em;
}
.c-course-animal__quantity p {
  font-weight: bold;
}
@media screen and (max-width: 59.3125em) {
  .c-course-animal__quantity p {
    margin: 0 0.75rem 0 0;
  }
  .c-course-animal__quantity p {
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
  .c-course-animal__quantity p {
    --letter-spacing: 0.05em;
  }
  .c-course-animal__quantity p {
    font-weight: bold;
  }
}
