@charset "UTF-8";
@font-face {
  font-family: "rodinb";
  font-display: swap;
  src: url("/common/font/rodin-b.woff") format("woff"), url("/common/font/rodin-b.otf") format("truetype");
}
div.formError {
  z-index: 99;
}

.contactForm select {
  -webkit-appearance: none;
  appearance: none;
}
.contactForm select::-ms-expand {
  display: none;
}

/*--------------------------------------------------- */
/* contactForm */
/*--------------------------------------------------- */
.contactForm dl {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactForm dt, .contactForm dd {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2em;
}
.contactForm dt:nth-last-of-type(1), .contactForm dd:nth-last-of-type(1) {
  border-bottom: 0;
}
.contactForm dt {
  width: 232px;
  position: relative;
  display: flex;
  align-items: center;
}
.contactForm .must {
  position: relative;
}
.contactForm .must:after {
  content: "必須";
  background-color: #ce1717;
  color: #fff;
  padding: 4px 8px;
  line-height: 1em;
  position: absolute;
  right: 20px;
  margin: auto;
  font-size: 12px;
  font-size: 1.2rem;
  /* style */
}
.contactForm .upper {
  align-items: baseline;
}
.contactForm dd {
  width: calc(100% - 232px);
  align-items: center;
}
.contactForm .notice {
  color: #f20000;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 8px;
  line-height: 1em;
}
.contactForm [type="text"], .contactForm textarea, .contactForm [type="email"], .contactForm [type="tel"], .contactForm [type="number"], .contactForm select, .contactForm [type="date"], .contactForm [type="time"] {
  border: 1px solid #a4a4a4;
  padding: 8px;
  padding-left: 16px;
}
.contactForm [type="text"], .contactForm textarea, .contactForm [type="email"], .contactForm [type="tel"], .contactForm select, .contactForm [type="date"], .contactForm [type="time"] {
  width: 100%;
}
.contactForm [type="number"] {
  max-width: 114px;
}
.contactForm [name="year"] {
  max-width: 114px;
}
.contactForm [name="month"], .contactForm [name="day"] {
  max-width: 76px;
}
.contactForm .labelWrap {
  display: flex;
  flex-direction: column;
}
.contactForm .labelWrap label {
  display: flex;
  align-items: center;
  line-height: 1em;
  cursor: pointer;
  width: max-content;
}
.contactForm .labelWrap label input {
  cursor: pointer;
  margin-right: 4px;
}
.contactForm .labelWrap label {
  margin-bottom: 8px;
}
.contactForm .labelWrap label:nth-last-of-type(1) {
  margin-bottom: 0;
}
.contactForm .birth .flex3 {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.contactForm .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-all;
  text-decoration: none;
  background: #A4D144;
  text-align: center;
  border: 1px solid #A4D144;
  color: #fff;
  transition: all 0.5s ease;
  max-width: fit-content;
  max-width: 155px;
  height: 47px;
  margin: 30px auto 0;
  position: relative;
}
@media (min-width: 769px) {
  .contactForm .btn:hover {
    background: #fff;
    color: #A4D144;
    border: 1px solid #A4D144;
    box-shadow: none;
  }
}
.contactForm .btn input {
  display: inline-block;
  padding: 12px 16px;
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
  height: 100%;
  position: relative;
}
.contactForm input:focus, .contactForm textarea:focus {
  background-color: #fff9e4;
}
.contactForm .selectWrap {
  position: relative;
}
.contactForm .selectWrap:after {
  content: "";
  content: "";
  display: inline-block;
  width: 21px;
  height: 13px;
  background-image: url(img/down.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  /* style */
  pointer-events: none;
}
@media (max-width: 768px) {
  .contactForm .selectWrap:after {
    background-image: url(img/down@2x.png);
  }
}

@media (max-width: 768px) {
  .contactForm .catch p {
    margin-top: 30px;
  }
  .contactForm form {
    margin-top: 30px;
  }
  .contactForm .must:after {
    position: relative;
    right: 0;
    margin-left: 8px;
    /* style */
  }
  .contactForm dt, .contactForm dd {
    border: 0;
    width: 100%;
    padding: 0;
  }
  .contactForm dd {
    border-bottom: 1px dotted #aaa;
    padding-bottom: 24px;
  }
  .contactForm dt {
    padding-top: 24px;
    margin-bottom: 8px;
    font-weight: 700;
  }
  .contactForm dt br {
    display: none;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .contactForm .catch h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .contactForm .catch h3:before {
    width: 42px;
    height: 27px;
    /* style */
  }
}
@media (max-width: 480px) {
  .contactForm {
    width: 100%;
  }
  .contactForm dt, .contactForm dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contactForm .must:after {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .contactForm [type="text"], .contactForm textarea, .contactForm [type="email"], .contactForm [type="tel"], .contactForm [type="number"], .contactForm select {
    padding: 8px;
    padding-left: 16px;
    min-height: 32px;
  }
  .contactForm input:focus, .contactForm textarea:focus {
    background-color: #fff9e4;
  }
  .contactForm .selectWrap {
    position: relative;
  }
  .contactForm .selectWrap:after {
    width: 14px;
    height: 9px;
    top: 0;
    right: 16px;
    bottom: 0;
  }
}
/*--------------------------------------------------- */
/* thanks */
/*--------------------------------------------------- */
#thanks {
  margin-bottom: 100px;
  margin-top: 200px;
}
@media (max-width: 480px) {
  #thanks {
    margin-top: 140px;
  }
}
#thanks .btn {
  border-radius: 10px;
}
#thanks img {
  max-width: 475px;
  margin: auto;
}
#thanks p {
  max-width: 700px;
  margin: 30px auto 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5em;
}
#thanks h3 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2em;
  text-align: center;
}
@media (max-width: 768px) {
  #thanks h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (max-width: 480px) {
  #thanks h3 {
    text-align: left;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #thanks h3 br {
    display: none;
  }
}
#thanks .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-all;
  text-decoration: none;
  background: #A3B815;
  text-align: center;
  border: 1px solid #A3B815;
  color: #fff;
  transition: all 0.5s ease;
  max-width: fit-content;
  cursor: pointer;
  height: 50px;
  max-width: 250px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 70px auto 0;
  line-height: 1em;
  padding-top: 4px;
}
@media (min-width: 769px) {
  #thanks .btn:hover {
    background: #fff;
    color: #A3B815;
    border: 1px solid #A3B815;
    box-shadow: none;
  }
}
#thanks .btn input {
  height: 100%;
  width: 100%;
}

.area {
  display: none;
}

.description .banner {
  margin: auto;
  margin-top: 100px;
}
.description .banner img {
  margin: auto;
}

.contactForm {
  margin-top: 116px;
}
.contactForm .heading h2 {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
}
.contactForm .mailimg img {
  margin: auto;
  margin-top: 32px;
}
.contactForm .text {
  text-align: center;
  margin-top: 55px;
}
.contactForm .text p {
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
  line-height: 1.2em;
  display: inline-block;
  margin: auto;
}
.contactForm dl {
  margin-top: 26px;
}
.contactForm dl dt, .contactForm dl dd {
  font-size: 19px;
  font-size: 1.9rem;
  padding: 26px 26px 23px;
  line-height: 1.2em;
  border-top: 1px solid #676767;
}
.contactForm dl dt:nth-last-of-type(1), .contactForm dl dd:nth-last-of-type(1) {
  border-bottom: 1px solid #676767;
}
.contactForm dl dt {
  background-color: #e0f3da;
  font-weight: 700;
  width: 265px;
}
.contactForm dl dd {
  width: calc(100% - 265px);
}
.contactForm dl .dateBlock {
  display: flex;
}
.contactForm dl .dateBlock > div {
  display: flex;
  align-items: center;
}
.contactForm input:not([type="checkbox"]), .contactForm textarea.text-input, .contactForm select {
  border: 0;
  background-color: #e1e1e1;
}
.contactForm .labelWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding-right: 32px;
}
.contactForm .labelWrap input, .contactForm .labelWrap label {
  margin: 0;
  padding: auto;
}
.contactForm .labelWrap label {
  margin-right: 16px;
}
.contactForm .typeBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contactForm .typeBlock .left {
  width: calc(100% - 240px);
}
.contactForm .typeBlock .right {
  width: 240px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.contactForm .typeBlock .right > div {
  display: flex;
  align-items: center;
}
.contactForm .typeBlock .right .texts {
  margin-right: 8px;
}
.contactForm .typeBlock .right .weightBlock {
  max-width: 130px;
}
.contactForm .btn_a {
  margin: auto;
  margin-top: 60px;
  text-align: center;
}
.contactForm .btn_a [type="submit"] {
  position: relative;
  color: #fff;
  background-color: #f6ab00;
  border: 1px solid #f6ab00;
  width: 220px;
  border-radius: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  max-width: 100%;
  margin: auto;
  height: 68px;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .contactForm .btn_a [type="submit"]:hover {
    background-color: #fff;
    color: #f6ab00;
    border: 1px solid #f6ab00;
    transition-duration: 0.5s;
  }
}
.contactForm .dateBlock {
  margin-bottom: 8px;
}
.contactForm .dateBlock:nth-last-of-type(1) {
  margin-bottom: 0;
}
.contactForm .dateBlock .texts {
  margin-right: 24px;
}
.contactForm .dateBlock .date, .contactForm .dateBlock .time {
  position: relative;
}
.contactForm .dateBlock .date {
  max-width: 280px;
  width: 100%;
  margin-right: 24px;
  position: relative;
}
.contactForm .dateBlock .date.plain input {
  color: #E1E1E1;
}
.contactForm .dateBlock .date.plain:before {
  content: "日付";
  position: absolute;
  top: 50%;
  left: 15px;
  pointer-events: none;
  transform: translate(0%, -50%);
  margin: auto;
  color: #717171;
  /* style */
}
.contactForm .dateBlock .date input {
  max-width: 280px;
  width: 100%;
}
.contactForm .dateBlock .time {
  max-width: 130px;
  width: 100%;
}
.contactForm .dateBlock .time select {
  color: #717171;
}
.contactForm .dateBlock .time .selected {
  color: #000;
}
.contactForm .dateBlock .time input {
  max-width: 130px;
  width: 100%;
}
.contactForm .dateBlock input[type="date"]::-webkit-inner-spin-button,
.contactForm .dateBlock input[type="date"]::-webkit-calendar-picker-indicator,
.contactForm .dateBlock input[type="time"]::-webkit-inner-spin-button,
.contactForm .dateBlock input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .contactForm {
    margin-top: 116px;
  }
  .contactForm .mailimg img {
    max-width: 40px;
  }
  .contactForm .heading h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .contactForm .text {
    margin-top: 32px;
  }
  .contactForm .text p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .contactForm dl {
    flex-wrap: wrap;
    border: 1px solid #676767;
  }
  .contactForm dl dt, .contactForm dl dd {
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 16px;
    border-top: 0;
    margin-bottom: 0;
    border: 0;
  }
  .contactForm dl dt:nth-last-of-type(1), .contactForm dl dd:nth-last-of-type(1) {
    border-bottom: 0;
  }
  .contactForm dl .dateBlock {
    display: flex;
  }
  .contactForm dl .dateBlock > div {
    display: flex;
    align-items: center;
  }
  .contactForm input:not([type="checkbox"]), .contactForm textarea.text-input {
    border: 0;
    background-color: #e1e1e1;
  }
  .contactForm .labelWrap {
    flex-direction: column;
    padding-right: 0;
  }
  .contactForm .labelWrap input, .contactForm .labelWrap label {
    margin: 0;
    padding: auto;
  }
  .contactForm .labelWrap label {
    display: inline-block;
    margin-right: 0;
    width: auto;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .contactForm .labelWrap label:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .contactForm .typeBlock {
    flex-direction: column;
  }
  .contactForm .typeBlock .left {
    width: 100%;
    margin-bottom: 16px;
  }
  .contactForm .typeBlock .right {
    width: 100%;
    justify-content: flex-start;
  }
  .contactForm .typeBlock .right > div {
    display: flex;
    align-items: center;
  }
  .contactForm .typeBlock .right .texts {
    margin-right: 8px;
  }
  .contactForm .typeBlock .right .weightBlock {
    max-width: 130px;
  }
  .contactForm .btn_a {
    margin: auto;
    margin-top: 60px;
    text-align: center;
  }
  .contactForm .btn_a [type="submit"] {
    width: auto;
    font-size: 24px;
    font-size: 2.4rem;
    height: auto;
    padding: 16px 32px;
  }
  .contactForm .dateBlock {
    flex-direction: column;
    margin-bottom: 32px;
  }
  .contactForm .dateBlock:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .contactForm .dateBlock .texts {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .contactForm .dateBlock .date, .contactForm .dateBlock .time {
    position: relative;
  }
  .contactForm .dateBlock .date {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
