@charset "UTF-8";
/* 共通 */
body {
  font-feature-setting: "palt";
}

/* お客様 お問い合わせ */
.page-contact-us .second-mv-title,
.page-template-page-contact-us-complete .second-mv-title {
  background: url(../images/contact-us/mv.jpg) no-repeat top center/cover;
}
@media only screen and (max-width: 767px) {
  .page-contact-us .second-mv-title,
.page-template-page-contact-us-complete .second-mv-title {
    background: url(../images/contact-us/sp/mv.jpg) no-repeat top center/cover;
  }
}

@media only screen and (max-width: 767px) {
  .page-contact-us .contact--content {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .page-contact-us .contact--content p {
    font-size: 2.8rem;
    line-height: 1.9285;
  }
}
.page-contact-us .contact-shop-btn {
  max-width: 400px;
  width: 84.425%;
  margin: 5rem auto 3rem;
}

.page-contact-us .contact-shop-btn a {
  display: block;
  width: 100%;
  padding: 4rem 0;
  background: #074097;
  color: #fff;
  font-size: 2.2rem;
  border-radius: 10rem;
}

@media only screen and (max-width: 767px) {
  .page-contact-us .contact-shop-btn a {
    font-size: 3.2rem;
  }
}
.page-contact-us .contact--content p.btn-bottom-text {
  font-size: 1.2rem;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 767px) {
  .page-contact-us .contact--content p.btn-bottom-text {
    font-size: 2.2rem;
  }
}
.page-contact-us .contact--content ul.contact-top-list li {
  color: #ff0000;
  line-height: 1.6667;
  padding-left: 0.5em;
  text-indent: -0.5em;
}

@media only screen and (max-width: 767px) {
  .page-contact-us .contact--content ul.contact-top-list li {
    font-size: 2.8rem;
    line-height: 1.9285;
  }
}
.page-contact-us .contact--content ul.contact-top-list li::before {
  content: "・";
}

.page-contact-us .contact--content ul.contact-top-list li + li {
  margin-top: 0;
}

.page-contact-us .contact--content ul.contact-list {
  background: #eef2f8;
  padding: 3rem;
  margin-bottom: 8rem;
}

@media only screen and (max-width: 767px) {
  .page-contact-us .contact--content ul.contact-list {
    padding: 5rem;
  }
}
.page-contact-us .contact--content ul.contact-list li {
  line-height: 1.6667;
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 767px) {
  .page-contact-us .contact--content ul.contact-list li {
    font-size: 2.8rem;
    line-height: 1.9285;
  }
}
.page-contact-us .contact--content ul.contact-list li::before {
  content: "●";
}

.page-contact-us .contact--content ul.contact-list li + li {
  margin-top: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .page-contact-us .contact--content ul.contact-list li + li {
    margin-top: 2.8rem;
  }
}
.page-contact-us .input dl {
  margin: 0 0 3.5rem;
}

@media only screen and (max-width: 767px) {
  .page-contact-us .input dl {
    border-bottom: 1px solid #ccc;
  }
}
.page-contact-us .input dt,
.page-contact-us .confirm dt {
  background: #eef2f8;
  color: #074097;
  font-size: 1.8rem;
  padding: 3.5rem 0 3.5rem 2rem;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .page-contact-us .input dt,
.page-contact-us .confirm dt {
    font-size: 2.8rem;
    padding: 4rem 0;
    text-align: center;
  }
}
.page-contact-us .input dt .color-red {
  color: #e5022c;
}

.page-contact-us .input dt small {
  font-size: 1.6rem;
  margin-top: 1rem;
  display: block;
}

@media only screen and (max-width: 767px) {
  .page-contact-us .input dt small {
    font-size: 2.6rem;
    margin-top: 2rem;
  }
}
.page-contact-us .input dd {
  padding: 2.6rem 2rem 2.8rem 4.5rem;
}

@media only screen and (max-width: 767px) {
  .page-contact-us .input dd {
    padding: 4rem 0 4rem 4rem;
  }
}
.page-contact-us .input .wpcf7-radio {
  display: flex;
  gap: 1rem;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .page-contact-us .input .wpcf7-radio {
    gap: 2rem;
  }
}
.page-contact-us .input .wpcf7-list-item {
  margin: 0;
}

.page-contact-us .input .wpcf7-form-control-wrap[data-name=contact-style] .wpcf7-list-item,
.page-contact-us .input .wpcf7-form-control-wrap[data-name=reply-type] .wpcf7-list-item {
  width: auto;
  margin-right: 3rem;
}

@media only screen and (max-width: 767px) {
  .page-contact-us .input .wpcf7-form-control-wrap[data-name=contact-style] .wpcf7-list-item,
.page-contact-us .input .wpcf7-form-control-wrap[data-name=reply-type] .wpcf7-list-item {
    width: 100%;
  }
}
.page-contact-us .input .wpcf7-list-item label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.page-contact-us .input .wpcf7-list-item-label {
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .page-contact-us .input .wpcf7-list-item-label {
    font-size: 2.8rem;
  }
}
.page-contact-us .input input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute !important;
  inline-size: 1px;
  block-size: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

.page-contact-us .input .wpcf7-list-item-label::before {
  content: "";
  inline-size: 3rem;
  block-size: 3rem;
  border: 1px solid #231815;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  margin-top: 0.3rem;
}

@media only screen and (max-width: 767px) {
  .page-contact-us .input .wpcf7-list-item-label::before {
    inline-size: 4.65rem;
    block-size: 4.65rem;
  }
}
.page-contact-us .input label input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 1.8rem;
  left: 1.5rem;
  transform: translate(-50%, -50%);
  inline-size: 1.5rem;
  block-size: 1.5rem;
  background-color: #074097;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .page-contact-us .input label input[type=radio]:checked + .wpcf7-list-item-label::after {
    top: 2.7rem;
    left: 2.4rem;
    inline-size: 2.325rem;
    block-size: 2.325rem;
  }
}
.page-contact-us .input label input[type=radio]:focus-visible + .wpcf7-list-item-label::before {
  outline: 3px solid rgba(11, 59, 140, 0.4);
  outline-offset: 2px;
}

.page-contact-us .input label input[type=radio]:disabled + .wpcf7-list-item-label {
  opacity: 0.5;
  cursor: not-allowed;
}

.page-contact-us .input .wpcf7-form-control-wrap .wpcf7-text,
.page-contact-us .input .wpcf7-form-control-wrap .wpcf7-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
  width: 100%;
  padding: 0.8rem 5rem 0.8rem 2rem;
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1;
  border: 1px solid #999;
  border-radius: 0;
  outline: none;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .page-contact-us .input .wpcf7-form-control-wrap .wpcf7-text,
.page-contact-us .input .wpcf7-form-control-wrap .wpcf7-textarea {
    padding: 0.8rem 5rem 0.8rem 2rem;
    font-size: 2.8rem;
    margin-top: 0;
  }
}
.page-contact-us .input .wpcf7-form-control-wrap .wpcf7-text {
  height: 5rem;
}

@media only screen and (max-width: 767px) {
  .page-contact-us .input .wpcf7-form-control-wrap .wpcf7-text {
    height: 9rem;
  }
}
.page-contact-us .input .wpcf7-form-control-wrap .wpcf7-textarea {
  height: 20rem;
}

@media only screen and (max-width: 767px) {
  .page-contact-us .input .wpcf7-form-control-wrap .wpcf7-textarea {
    height: 60rem;
  }
}
.page-contact-us .input .sb-select-wrap {
  position: relative;
  padding: 1.3rem 2rem 1.5rem 4.5rem;
}

@media only screen and (max-width: 767px) {
  .page-contact-us .input .sb-select-wrap {
    padding: 4rem 0;
  }
}
.page-contact-us .input .sb-select-wrap .wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .page-contact-us .input .sb-select-wrap .wpcf7-form-control-wrap {
    display: block;
  }
}
.page-contact-us .input .sb-select-wrap .wpcf7-form-control-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
  width: auto;
  padding: 0.8rem 5rem 0.8rem 2rem;
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1;
  height: 5rem;
  border: 1px solid #999;
  border-radius: 0;
  color: #b3b3b3;
  outline: none;
  position: relative;
  z-index: 1;
  min-width: 300px;
}

@media only screen and (max-width: 767px) {
  .page-contact-us .input .sb-select-wrap .wpcf7-form-control-wrap select {
    width: 100%;
  }
}
.page-contact-us .input .sb-select-wrap .wpcf7-form-control-wrap select::-ms-expand {
  display: none;
}

.page-contact-us .input .sb-select-wrap .wpcf7-form-control-wrap select:focus-visible {
  border: none;
  outline: 2px solid #074097;
  outline-offset: 0;
  color: #000;
}

.page-contact-us .input .sb-select-wrap .wpcf7-form-control-wrap select:has(option:checked:not([value=""])) {
  color: #000;
}

.page-contact-us .input .sb-select-wrap .wpcf7-form-control-wrap::after {
  content: "";
  position: absolute;
  pointer-events: none;
  display: block;
  width: 1rem;
  height: 1rem;
  top: 54%;
  right: 2rem;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .page-contact-us .input .sb-select-wrap .wpcf7-form-control-wrap select {
    font-size: 2.8rem;
    height: 9rem;
  }
  .page-contact-us .input .sb-select-wrap .wpcf7-form-control-wrap::after {
    width: 1.7rem;
    height: 1.7rem;
    right: 2.4rem;
  }
}
.page-contact-us .announce,
.page-contact-us .contact-bottom-text {
  margin: 0 2rem 3rem;
}

.page-contact-us .announce a {
  color: #005eaf;
  text-decoration: underline;
}

.page-contact-us .input.bottom-input dd {
  padding: 1.3rem 2rem 1.5rem 4.5rem;
  border-left: none !important;
}

@media only screen and (max-width: 767px) {
  .page-contact-us .input.bottom-input dd {
    padding: 4rem 0;
  }
}
.page-contact-us .input.bottom-input dd.wd30 input {
  width: 38.46%;
  min-width: 300px;
}

.page-contact-us .input.bottom-input dd.wd20 input,
.page-contact-us .input.bottom-input dd.wd20 select {
  width: 25.64%;
  min-width: 200px;
}

@media only screen and (max-width: 767px) {
  .page-contact-us .input.bottom-input dd.wd30 input,
.page-contact-us .input.bottom-input dd.wd20 input,
.page-contact-us .input.bottom-input dd.wd20 select {
    width: 100%;
    min-width: 100%;
  }
}
.page-contact-us .input .form-btn-block {
  text-align: center;
}

.btn-round {
  color: white;
  background: #074097;
  min-height: 6rem;
  min-width: 25rem;
  text-align: center;
  border-radius: 25rem;
  position: relative;
  transition: 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .btn-round {
    min-height: 10rem;
    min-width: 41.2rem;
  }
}

.btn-round--info {
  min-height: 0;
  transition: 0.3s ease;
  min-width: 20rem;
  text-align: center;
  letter-spacing: 0.2rem;
  background-color: #074097;
  color: white;
  font-size: 1.6rem;
  padding: 2rem 6rem 2rem 2.5rem;
  padding-left: calc(2.5rem + 0.2em);
  display: inline-block;
  border-radius: 9999px;
  margin-bottom: 0;
  position: relative;
  border: 1px solid #074097;
}
@media only screen and (max-width: 767px) {
  .btn-round--info {
    font-size: 3rem;
    padding: 1rem 9rem 1rem 4rem;
  }
}
.btn-round--info i {
  width: 3.4rem;
  height: 3.4rem;
  background: #fff;
  border-radius: 3.4rem;
  right: 1rem;
  transition: 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin: auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .btn-round--info i {
    width: 4.5rem;
    height: 4.5rem;
    right: 2rem;
  }
}
.btn-round--info i::before, .btn-round--info i::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #074097;
  border-right: 2px solid #074097;
  transform: rotate(45deg);
  right: 2.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .btn-round--info i::before, .btn-round--info i::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.btn-round--info i::after {
  left: -5rem;
}
@media only screen and (max-width: 767px) {
  .btn-round--info i::after {
    left: -9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .btn-round--info:hover {
    background-color: white;
    border: 1px solid #074097;
    color: #074097;
    opacity: 1;
  }
  .btn-round--info:hover i {
    background: #074097;
  }
  .btn-round--info:hover i::before, .btn-round--info:hover i::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
  .btn-round--info:hover i::before {
    right: -5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .btn-round--info:hover i::before {
    right: -9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .btn-round--info:hover i::after {
    left: 0;
  }
}

.btn-round--back {
  min-height: 0;
  transition: 0.3s ease;
  min-width: 20rem;
  text-align: center;
  letter-spacing: 0.2rem;
  background-color: #ccc;
  color: #666;
  font-size: 1.6rem;
  padding: 2rem 2.5rem 2rem 6rem;
  padding-right: calc(2.5rem + 0.2em);
  display: inline-block;
  border-radius: 9999px;
  margin-bottom: 0;
  position: relative;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .btn-round--back {
    font-size: 3rem;
    padding: 1rem 9rem 1rem 4rem;
  }
}
.btn-round--back i {
  width: 3.4rem;
  height: 3.4rem;
  background: #fff;
  border-radius: 3.4rem;
  left: 1rem;
  transition: 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin: auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .btn-round--back i {
    width: 4.5rem;
    height: 4.5rem;
    left: 2rem;
  }
}
.btn-round--back i::before, .btn-round--back i::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(-135deg);
  left: 2.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .btn-round--back i::before, .btn-round--back i::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.btn-round--back i::after {
  right: -5rem;
}
@media only screen and (max-width: 767px) {
  .btn-round--back i::after {
    right: -9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .btn-round--back:hover {
    background-color: white;
    opacity: 1;
  }
  .btn-round--back:hover i {
    background: #ccc;
  }
  .btn-round--back:hover i::before, .btn-round--back:hover i::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
  .btn-round--back:hover i::before {
    left: -5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .btn-round--back:hover i::before {
    left: -9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .btn-round--back:hover i::after {
    right: 0;
  }
}

.page-contact-us .color-red {
  color: #e5022c;
}
.page-contact-us .btn-round--info {
  min-width: 25rem;
  padding-right: 3rem;
}
@media only screen and (max-width: 767px) {
  .page-contact-us .btn-round--info {
    min-width: 38rem;
    font-size: 2.6rem;
    padding: 3.5rem 9rem 3.5rem 4rem;
  }
}
.page-contact-us .btn-round--info i {
  width: 3.8rem;
  height: 3.8rem;
}
@media only screen and (max-width: 767px) {
  .page-contact-us .btn-round--info i {
    width: 6.2rem;
    height: 6.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-contact-us .btn-round--info i::before, .page-contact-us .btn-round--info i::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.page-contact-us .input dt.announce,
.page-contact-us .confirm dt.announce {
  display: block;
  background-color: transparent;
  margin: 0;
  padding: 2rem 0 3.5rem 2rem;
  color: black;
}
@media only screen and (max-width: 767px) {
  .page-contact-us .input dt.announce,
.page-contact-us .confirm dt.announce {
    background-color: transparent;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
  }
}
.page-contact-us dl {
  margin: 0 0 3.5rem;
}
.page-contact-us .input {
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .page-contact-us .input dd {
    padding-left: 0;
  }
}
.page-contact-us .input select {
  border: 1px solid #ccc;
  font-size: 1.6rem;
  height: 5rem;
  padding: 0 5rem 0 2rem;
}
@media only screen and (max-width: 767px) {
  .page-contact-us .input select {
    width: 100%;
    font-size: 2.8rem;
    height: 9rem;
  }
}
.page-contact-us .input .wpcf7-form-control-wrap:has(select) {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-contact-us .input .wpcf7-form-control-wrap:has(select) {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
.page-contact-us .input .wpcf7-form-control-wrap:has(select)::after {
  content: "";
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  display: block;
  transform: rotate(45deg);
  width: 1rem;
  height: 1rem;
  top: 40%;
  right: 2rem;
}
@media only screen and (max-width: 767px) {
  .page-contact-us .input .wpcf7-form-control-wrap:has(select)::after {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.page-contact-us .confirm {
  margin-top: 8rem;
}
.page-contact-us .confirm dt,
.page-contact-us .confirm dd,
.page-contact-us .confirm dt.contact-shop-section.show {
  padding: 2rem;
}
.page-contact-us .confirm dd {
  padding-bottom: 3rem;
}
.page-contact-us .confirm .confirm-contact-email {
  padding-top: 1rem;
}
.page-contact-us .form-btn--confirm {
  display: flex;
  justify-content: center;
  gap: 0 1rem;
}
.page-contact-us .form-btn--confirm .form-btn__back {
  position: relative;
  border-radius: 9999px;
  font-size: 1.6rem;
  width: auto;
  box-shadow: none;
  min-width: 25rem;
  padding: 2rem 2.5rem 2rem 6rem;
  text-align: center;
  height: auto;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .page-contact-us .form-btn--confirm .form-btn__back {
    font-size: 2.6rem;
    padding: 3.5rem 4rem 3.5rem 9rem;
    min-width: 30rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-contact-us .form-btn--confirm .form-btn__back i {
    width: 6.2rem;
    height: 6.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-contact-us .form-btn--confirm .form-btn__back i::before, .page-contact-us .form-btn--confirm .form-btn__back i::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.page-contact-us .form-btn--confirm .form-btn__send {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .page-contact-us .form-btn--confirm .form-btn__send {
    min-width: 30rem;
  }
}
.page-contact-us .form-btn--confirm .form-btn__send input {
  width: 100%;
  padding: 2rem 6rem 2rem 2.5rem;
  letter-spacing: 0.2rem;
  padding-left: calc(2.5rem + 0.2em);
}
@media only screen and (max-width: 767px) {
  .page-contact-us .form-btn--confirm .form-btn__send input {
    padding: 3.5rem 9rem 3.5rem 4rem;
  }
}
.page-contact-us .form-btn--confirm .wpcf7-spinner {
  display: none;
}
.page-contact-us .wpcf7 form.failed .wpcf7-response-output {
  background-color: #fde3e7;
  border: none;
  padding: 2rem;
  line-height: 1.5555555556;
}
.page-contact-us .dt-align-center {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .page-contact-us .dt-align-center {
    display: block;
  }
}
.page-contact-us .contact--content-complete h2 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .page-contact-us .contact--content-complete h2 {
    font-size: 3.2rem;
  }
}
.page-contact-us .contact--content-complete p {
  margin-top: 2rem;
}
/*# sourceMappingURL=contact-us.css.map */