@charset "UTF-8";
.registrationBg {
  background-color: #f8f7f4;
}

.required {
  background-color: #d35c2c;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 8px;
  margin-left: 10px;
}

.contactContainer {
  padding-top: 230px;
  padding-bottom: 320px;
  background-color: #f8f7f4;
}
@media screen and (max-width: 1024px) {
  .contactContainer {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .contactContainer {
    width: auto;
    padding: 110px 15px 0 15px;
  }
}

.contactWrap {
  width: 50%;
  margin: auto;
  padding: 85px 0;
  background-color: #ffffff;
  border-radius: 21px;
}
@media screen and (max-width: 1024px) {
  .contactWrap {
    padding: 50px 0;
    width: 100%;
    margin-bottom: 80px;
  }
}
.contactWrap.__thanks {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .contactWrap.__thanks {
    margin-bottom: 80px;
  }
}

.contact {
  margin: auto;
  width: 60%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .contact {
    width: 90%;
  }
}

.contactItem {
  letter-spacing: 0.05rem;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.contactItem__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contactItem__inner.__adjust {
  justify-content: flex-start;
}
.contactItem__label {
  display: block;
  margin-bottom: 15px;
}
.contactItem__label.__hidden {
  display: none;
}
.contactItem__label.__sub {
  color: #727272;
  padding-left: 5px;
}
.contactItem__input,
.contactItem__select {
  width: 100%;
  height: 50px;
  border-radius: 9px;
  border: 1px solid #d0d0d0;
  padding-left: 15px;
  letter-spacing: 0.05rem;
  box-shadow: 0px 3px 6px 0 rgba(85, 85, 85, 0.11);
}
.contactItem__input.__col2,
.contactItem__select.__col2 {
  width: 48%;
}
.contactItem__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #8b8b8b;
  background-color: #f5f5f5;
}
.contactItem__select::-ms-expand {
  display: none;
}
.contactItem__text {
  font-size: 14px;
  width: 100%;
  padding-bottom: 17px;
  border-bottom: 1px solid #d5d5d5;
  letter-spacing: 0.05rem;
  font-weight: 500;
  line-height: 1.75;
}
.contactItem__text.__sub {
  padding-left: 13px;
}
.contactItem__hr {
  display: block;
  border-top: 1px solid #d5d5d5;
  border-bottom: none;
  margin-bottom: 35px;
}

.errorMessage {
  display: none;
}

.contactItem.error .errorMessage {
  display: block;
  padding-bottom: 3px;
  color: #d01919;
  font-size: 14px;
}
.contactItem.error input {
  background-color: #fcf7f7;
}

.selectWrap {
  position: relative;
}
.selectWrap.__col3 {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .selectWrap.__col3 {
    width: 22%;
  }
}
.selectWrap.__sub {
  padding-left: 17px;
}
.selectWrap::before {
  display: block;
  position: absolute;
  right: 16px;
  bottom: 22px;
  width: 16px;
  height: 100%;
  content: "";
  pointer-events: none;
  background: url(../../../images/registration/icon/arrow-down.svg) 100% 100%
    no-repeat;
}

.birth {
  padding: 0 10px;
  color: #8b8b8b;
  font-weight: 500;
}

.contactCheck {
  line-height: 1.3;
  font-size: 14px;
  font-weight: 500;
  padding-top: 20px;
}
.contactCheck__link {
  color: #d35c2c;
  text-decoration: underline;
}

.buttonWrap {
  width: 70%;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.buttonWrap__button {
  width: 280px;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #d35c2c;
  color: #ffffff;
  border-radius: 13px;
  text-align: center;
  border: none;
  letter-spacing: 0.1rem;
}
.buttonWrap__button:hover {
  background-color: #dd6f42;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .buttonWrap__button {
    width: 210px;
    height: 50px;
    font-size: 16px;
  }
}
.buttonWrap__backbutton {
  font-weight: 500;
  font-size: 18px;
  padding-top: 20px;
}
.buttonWrap__backbutton:hover {
  cursor: pointer;
  text-decoration: underline;
}

.thanksWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
.thanksWrap__heading {
  font-size: 22px;
  font-weight: 500;
  padding: 20px 0;
}
.thanksWrap__text {
  font-size: 14px;
  text-align: center;
  line-height: 1.7;
}

.registrationBg {
  background-color: #f8f7f4;
}

.headerNav {
  width: 68%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .headerNav {
    width: 90%;
  }
}
.headerNav__list {
  height: 6em;
  max-width: 190px;
  width: 50%;
  font-size: calc(0.875rem + (1vw - 10.25px) * 0.2235);
  background-color: #d35c2c;
}
@media screen and (max-width: 1024px) {
  .headerNav__list {
    height: 70px;
    width: 33.3333333333%;
    max-width: 65px;
  }
}
.headerNav__list.__first {
  background-color: #e28731;
  border-radius: 20px 0 0 20px;
}
.headerNav__list.__first:hover {
  background-color: #e59345;
}
@media screen and (max-width: 1024px) {
  .headerNav__list.__first {
    border-radius: 0;
  }
}
.headerNav__list.__second:hover {
  background-color: #dd6f42;
}
@media screen and (max-width: 1024px) {
  .headerNav__list.__second {
    display: none;
  }
}
.headerNav__list.__third {
  background-color: #bf430b;
  border-radius: 0 20px 20px 0;
}
.headerNav__list.__third:hover {
  background-color: #c7511b;
}
@media screen and (max-width: 1024px) {
  .headerNav__list.__third {
    border-radius: 0;
  }
}
.headerNav__list.__fourth {
  display: none;
}
@media screen and (max-width: 1024px) {
  .headerNav__list.__fourth {
    background-color: transparent;
    display: block;
    width: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .headerNav__list.__fourth .headerNav__a {
    color: #d35c2c;
  }
}
.headerNav__a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: #ffffff;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .headerNav__a {
    font-size: calc(0.6875rem + (1vw - 10.25px) * 0.5587);
  }
}
@media screen and (max-width: 1024px) {
  .headerNav__a {
    flex-direction: column;
    font-size: 11px;
    text-align: center;
    line-height: 1.2;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.header__inner {
  height: 7em;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    padding: 0 70px 0 15px;
    height: 70px;
  }
}
.header__inner.__right {
  padding: 0;
  margin: 0;
  max-width: unset;
  width: 75%;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .header__inner.__right {
    width: 25%;
  }
}
.header__inner.__corp {
  padding: 0 70px 0 30px;
}
@media screen and (max-width: 1024px) {
  .header__inner.__corp {
    padding: 0 70px 0 15px;
  }
}

@media screen and (max-width: 1024px) {
  .headerNav {
    margin-right: 0;
  }
}
.headerNav__inner {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  width: 70%;
  margin-right: 1%;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1024px) {
  .headerNav__inner {
    width: 100%;
    justify-content: flex-end;
  }
}
.headerNav__img {
  margin-right: 8px;
  width: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .headerNav__img {
    width: 20px;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.headerInfo {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .headerInfo {
    display: none;
  }
}

.telWrap {
  display: flex;
  justify-content: flex-end;
}
.telWrap__num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 31px;
}
@media screen and (min-width: 1025px) {
  .telWrap__num {
    font-size: calc(1.125rem + (1vw - 10.25px) * 1.4525);
  }
}
.telWrap__img {
  margin-right: 5px;
  width: 1.5rem;
}

.footer {
  display: flex;
  flex-direction: column;
}
.footer__top {
  background-color: #d35c2c;
  padding: 0 80px;
  height: 19vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer__top {
    flex-direction: column;
    height: auto;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer__top .logoWrap {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #de8662;
  }
}
@media screen and (max-width: 1024px) {
  .footer__top .logoWrap__inner {
    width: 80%;
    margin: 0 auto;
    align-items: center;
  }
}
.footer__bottom {
  background-color: #222222;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__copylight {
  color: #ffffff;
}
.footer.__corp {
  width: 78%;
}
@media screen and (max-width: 1024px) {
  .footer.__corp {
    width: 100%;
  }
}

.footerNav {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .footerNav {
    width: 100%;
  }
}
.footerNav__inner {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .footerNav__inner {
    flex-direction: column;
  }
}
.footerNav__list {
  padding: 0 2%;
}
@media screen and (max-width: 1024px) {
  .footerNav__list {
    padding: 0;
    border-bottom: 1px solid #de8662;
  }
}
.footerNav__a {
  color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.8px;
  font-size: 16px;
}
.footerNav__a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .footerNav__a {
    font-size: calc(0.625rem + (1vw - 10.25px) * 0.6704);
  }
}
@media screen and (max-width: 1024px) {
  .footerNav__a {
    display: flex;
    justify-content: space-between;
    padding: 33px 15px 29px 15px;
  }
}

.checkWrap {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0 17px 17px;
  border-bottom: 1px solid #d5d5d5;
}
.checkWrap.__second {
  border-bottom: none;
}
.checkWrap__check::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -2px;
  background-color: #fff;
  left: 12px;
  z-index: 1;
}
.checkWrap__inner {
  margin: 10px 30px 10px 0;
  position: relative;
}
.checkWrap__input {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
}
.checkWrap__text {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-weight: 500;
}
.checkWrap__text::before {
  position: absolute;
  left: 0;
  display: block;
  border: 2px solid #adadad;
  border-radius: 3px;
  content: "";
  width: 16px;
  height: 16px;
}
.checkWrap__text:hover {
  cursor: pointer;
}
.checkWrap__input:checked + .checkWrap__text::after {
  position: absolute;
  top: -5px;
  left: 10px;
  display: block;
  border-right: 2px solid #d35c2c;
  border-bottom: 2px solid #d35c2c;
  content: "";
  width: 5px;
  height: 15px;
  transform: rotate(45deg);
  z-index: 10;
}
.checkWrap__input:checked + .checkWrap__text::before {
  border: 2px solid #d35c2c;
}

.spShow {
  display: none;
}
@media screen and (max-width: 1024px) {
  .spShow {
    display: block;
  }
}

.spNone {
  display: block;
}
@media screen and (max-width: 1024px) {
  .spNone {
    display: none;
  }
}

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

.receptionWrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .receptionWrap {
    flex-direction: column;
  }
}
.receptionWrap.__cta {
  padding: 5px;
  color: #ffffff;
  background-color: rgba(34, 34, 34, 0.36);
  border-radius: 6px;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .receptionWrap.__cta {
    padding: 12px 35px;
  }
}
.receptionWrap.__cta__time {
  font-size: 13px;
}
.receptionWrap__time {
  font-size: 14px;
  padding-right: 5px;
}
@media screen and (min-width: 1025px) {
  .receptionWrap__time {
    font-size: calc(0.625rem + (1vw - 10.25px) * 0.4469);
  }
}

.receptionTime {
  font-size: 11px;
}
.receptionTime.__cta {
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  .receptionTime.__cta {
    font-size: 15px;
  }
}
.receptionTime.__cta__time {
  font-size: 19px;
}
.receptionTime__time {
  font-size: 16px;
  font-weight: 600;
  padding-left: 3px;
}
@media screen and (min-width: 1025px) {
  .receptionTime__time {
    font-size: calc(0.8125rem + (1vw - 10.25px) * 0.3352);
  }
}
@media screen and (max-width: 1024px) {
  .receptionTime__time {
    font-size: 22px;
  }
}

.logoWrap {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .logoWrap {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .logoWrap {
    width: 160px;
  }
}
.logoWrap.__corp {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .logoWrap.__corp {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #de8662;
  }
}
.logoWrap.__corp__inner {
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.logoWrap__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .logoWrap__inner {
    align-items: flex-start;
  }
}
.logoWrap__inner .logoText {
  color: #222222;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.16px;
}
@media screen and (min-width: 1025px) {
  .logoWrap__inner .logoText {
    font-size: calc(0.625rem + (1vw - 11.25px) * 0.4469);
  }
}
@media screen and (max-width: 1024px) {
  .logoWrap__inner .logoText {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .logoWrap__inner .logoText {
    font-size: 10px;
  }
}
.logoWrap__inner .logoText.__footer {
  font-size: 12px;
  color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .logoWrap__inner .logoText.__footer {
    font-size: calc(0.625rem + (1vw - 11.25px) * 0.4469);
  }
}
.logoWrap__inner .logoText.__grey {
  color: #807672;
}
.logoWrap__inner .logoImg {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .logoWrap__inner .logoImg {
    width: 100%;
  }
}

.whiteBg {
  background-color: #ffffff;
}

.spBtn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .spBtn {
    display: block;
    cursor: pointer;
    width: 70px;
    height: 70px;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 9000;
  }
  .spBtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 18px;
    height: 3px;
    border-radius: 2px;
    background: #807672;
  }
  .spBtn span:nth-of-type(1) {
    top: 24px;
    width: 50%;
  }
  .spBtn span:nth-of-type(2) {
    top: 33px;
    width: 50%;
  }
  .spBtn span:nth-of-type(3) {
    top: 42px;
    width: 50%;
  }
  .spBtn.active span:nth-of-type(1) {
    top: 28px;
    left: 26px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
  }
  .spBtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .spBtn.active span:nth-of-type(3) {
    top: 40px;
    left: 26px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
  }
}

#g-nav {
  background-color: #ffffff;
  position: fixed;
  z-index: 999;
  top: 70px;
  right: -120%;
  width: 100%;
  height: 100vh;
  transition: all 0.6s;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}

#g-nav.panelactive {
  top: 70px;
  right: 0;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
}

.spMenuwrap__inner {
  height: 80px;
  background-color: #f0ecea;
  border-bottom: 1px solid #d3cfcd;
}
.spMenuwrap__inner:last-of-type {
  border-bottom: none;
}

.bottomMenuwrap__inner {
  line-height: 80px;
  border-bottom: 1px solid #d3cfcd;
}

.spMenulist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  color: #d35c2c;
  padding: 0 15px 0 25px;
}
.spMenulist.__name {
  justify-content: flex-start;
  color: #ffffff;
  background-color: #d35c2c;
}
.spMenulist__img {
  width: 25px;
}
.spMenulist__heading {
  padding-left: 15px;
  text-align: left;
  padding-bottom: 5px;
  font-size: 18px;
}

.bottomMenulist {
  display: flex;
  color: #222222;
  justify-content: space-between;
  height: 100%;
  padding: 0 15px 0 25px;
}
.bottomMenulist__img {
  width: 25px;
}
.bottomMenulist__heading {
  padding-left: 15px;
  text-align: left;
  padding-bottom: 5px;
  font-size: 16px;
}

.contactMenu {
  top: 0;
  right: -120%;
}

.contactMenu.panelactive {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  transition: all 0.6s;
  font-weight: 500;
  display: block;
}
.contactMenu.panelactive .contactformWrap {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
}

.font-yugothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}
