/*===========================================================================

HEADER

============================================================================*/

header {
  padding: 25px 15px 35px;
}

.header-box {
  position: relative;
}

.header-icon {
  max-width: 40px;
  margin: 0 auto;
}

.site-ttl {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 20px !important;
  color: #000 !important;
  font-weight: bold;
  margin-top: 20px !important;
  line-height: 1.5em !important;
  text-align: center;
}

/*===========================================================================

LAYOUT

============================================================================*/

body.privacy-policy {
  margin-bottom: 0!important;
}

.inner01 {
  max-width: 900px;
  margin: 0 auto;
}

.side-tel {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 260px;
  right: 0;
  z-index: 999;
}

.side-tel a {
  padding: 12px 15px 15px 15px;
  align-items: center;
  transform: translateX(190px);
  transition-duration: 0.3s;
}

.side-tel a:hover {
  transform: translateX(0);
  text-decoration: none;
}

.side-tel-icon {
  width: 35px;
  display: flex;
}

.side-tel-icon svg {
  fill: #fff;
}

.side-tel-number p {
  color: #fff !important;
  font-weight: bold;
  font-size: 22px !important;
  width: 170px;
  margin-bottom: 0;
}

.foot-tel {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
}

.foot-tel a {
  display: flex;
  justify-content: center;
  background-color: #574949;
  color: #fff !important;
  padding: 6px!important;
}

.foot-tel a:hover {
  text-decoration: none !important;
}

.foot-tel-icon {
  display: flex!important;
  transform: translateY(2px)!important;
}

.foot-tel-icon svg {
  width: 18px;
  fill: #fff;
  transform: translateY(-2px);
  margin-right: 5px !important;
}

.foot-tel-number p {
  margin-bottom: 0;
  color: #fff !important;
  font-size:22px!important;
}

/*===========================================================================

PARTS

============================================================================*/

.ttl-wrap {
  margin-bottom: 70px;
  position: relative;
}

.ttl-wrap::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  display: block;
}

.ttl-ja {
  text-align: center;
  font-size: 34px !important;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000 !important;
  margin-top: 15px !important;
}

.ttl-en {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

/*===========================================================================

Animation

============================================================================*/

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/*===========================================================================

MV

============================================================================*/

.mv {
  padding: 0;
}

.mv img {
  aspect-ratio: 5 / 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*===========================================================================

ごあいさつ

============================================================================*/

.greeting-section {
  padding-bottom: 0;
}

.greeting-txt {
  font-size: 18px !important;
  line-height: 2em;
}

/*===========================================================================

PARTS

============================================================================*/

/*===========================================================================

クチコミ紹介

============================================================================*/

.voice-section {
  margin-top: 100px;
}

.voice-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
  row-gap: 60px;
  padding: 0 !important;
}

.voice-list li {
  padding: 40px;
  background-color: #fff;
  border-radius: 30px;
}

.voice-icon {
  width: 30px;
  margin: 0 auto 15px;
}

.voice-head {
  text-align: center;
  font-size: 20px !important;
  font-weight: bold;
}

.voice-comment {
  font-size: 14px !important;
}

/*===========================================================================

アンケートフォーム

============================================================================*/

.an-title-wrap {
  margin-bottom: 30px;
  align-items: flex-start;
}

.an-title-wrap h2 {
  background-color: #ffe2ef;
  padding: 20px;
  border-radius: 10px;
  font-size: 18px;
  position: relative;
  display: flex;
  align-items: flex-start;
  width: calc(100% - 140px);
  margin: 0;
  line-height: 1.75em;
  color: #000 !important;
  letter-spacing: 0.05em;
}

.an-title-wrap h2:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px;
  left: -30px;
  border: 15px solid transparent;
  border-right: 20px solid #ffe2ef;
}

.an-title-img {
  width: 100px;
}

.uk-form-controls {
  background-color: #f0f8ff;
  padding: 40px;
  border-radius: 20px;
}

.uk-form-controls label {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #000;
  font-size: 18px;
}

.swiper-button-container {
  justify-content: center;
  display: flex;
}

.swiper-button-container button {
  margin: 0 2.5%;
  width: 45%;
}

.custom-form.ui input[type="radio"]:checked:before {
  width: 15px;
  height: 15px;
  left: 4px;
  top: 4px;
  background: #00b51b;
}

.custom-form.ui .uk-form-controls label {
  margin-bottom: 15px;
  display: block;
}

.custom-form.ui .uk-form-controls label:hover {
  cursor: pointer;
}

.custom-form.ui .uk-form-controls br {
  display: none;
}

.uk-button {
  margin-top: 40px !important;
  letter-spacing: 0.05em !important;
  padding: 10px 15px !important;
  max-width: 300px !important;
  background-color: #0068b6;
  font-size: 22px !important;
  color: #fff !important;
  font-weight: bold !important;
  width: 45% !important;
  border: 1px solid #0068b6;
}

.uk-button:hover {
  background-color: #fff !important;
  color: #0068b6;
}

.uk-button-submit {
  margin: 20px auto 15px !important;
  display: block !important;
}

.custom-form.ui .uk-button:hover {
  opacity: 0.7;
}

.uk-textarea {
  min-height: 300px;
  color: #000 !important;
}

.uk-container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.uk-container * + .uk-margin {
  margin-top: 0px !important;
}

.uk-alert-danger {
  text-align: center !important;
  font-size: 18px !important;
  padding: 10px !important;
  border-radius: 5px !important;
  color: #e52e23 !important;
}

.uk-form-controls .error {
  text-align: center !important;
  margin-top: 10px !important;
  font-size: 16px !important;
  color: #e52e23 !important;
}

.uk-padding {
  padding: 10px;
}

.swiper-container {
  transition: ease; /* 高さの変更にトランジションを追加 */
  overflow: hidden; /* 余分なコンテンツがはみ出さないように */
}

.swiper-button-prev,
.swiper-button-next {
  position: relative !important;
  top: 0 !important;
  bottom: 0 !important;
  margin-top: 0 !important;
}

input[type="text"],
textarea,
input[type="email"],
input[type="tel"] {
  background-color: #f3f3f3;
  border-radius: 5px;
  font-size: 1.4rem;
  padding: 10px 15px;
  width: 100%;
  color: #1a1a1a;
}

.submit_modal_window {
  display: none;
}

.forms-comment.flex {
  margin-bottom: 3rem;
}

.forms-comment .kokoro {
  width: 10%;
}

.forms-comment .kokoro img {
  width: 100%;
}

.forms-comment .comment {
  width: 85%;
  border-radius: 15px;
  padding: 15px;
  font-size: 2rem;
  position: relative;
  background: #ffe2ef;
}

.forms-comment .comment:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px;
  left: -30px;
  border: 15px solid transparent;
  border-right: 20px solid #ffe2ef;
}

input[type="radio"] {
  position: relative;
  margin-right: 10px;
  margin-top: 0;
  border-radius: 50%;
  background: none;
  border: 1px solid #b7b7b7 !important;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  width: 25px !important;
  height: 25px !important;
}

input[type="radio"]:checked:before {
  width: 23px;
  height: 23px;
  left: 4px;
  top: 4px;
  background: #00b51b;
}

.submit_modal_window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 80%);
  z-index: 100;
}

.submit_modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: beige;
  border-radius: 20px;
  padding: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  text-align: center;
}

.submit_modal_inner p {
  font-size: 2rem;
  text-align: left;
}

.submit_modal_inner button {
  color: #fff;
  background: #2467ff;
  padding: 20px 80px;
  font-size: 3rem;
  margin-top: 0px;
  margin-bottom: 20px;
  transition-duration: 0.8s;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.submit_modal_inner button:hover {
  opacity: 0.8;
  margin-top: 20px;
  transition-duration: 0.8s;
  margin-bottom: 0;
  box-shadow: none;
}

span.wpcf7-form-control-wrap[data-name="step2"] span.wpcf7-form-control span {
  width: auto;
}

input.next-step {
  pointer-events: none;
}

.prev-next-btn.flex {
  margin-top: 20px;
  cursor: not-allowed;
}

.prev-next-btn.flex > p {
  margin-bottom: 0;
}

input[type="submit"],
input[type="button"] {
  padding: 15px 20px;
  background: #0067b5;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 300px;
  margin: 0 auto;
  border: 1px solid #0067b5;
  margin: 0 auto;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  color: #0067b5;
  background: #fff;
  cursor: pointer;
}

/*===========================================================================

Modal

============================================================================*/

.uk-modal {
  max-width: 700px;
  margin: 0 auto;
  height: 80vh;
  border-radius: 60px;
  box-shadow: 0 0 20px rgba(104, 104, 104, 0.2);
  top: 5vh !important;
  padding: 60px !important;
  background-color: #fff !important;
  overflow-y: scroll !important;
  width: 100% !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.uk-modal.uk-open {
  display: flex !important;
  flex-wrap: wrap;
  overflow-y: scroll;
  align-items: center;
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

.uk-modal-dialog {
  width: 100% !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  height: 100% !important;
}

.uk-modal-body {
  padding: 0 !important;
}

.thanks-img {
  max-width: 70px;
  margin: 0 auto 15px;
}

.thanks_msg {
  text-align: center;
  font-size: 22px !important;
  color: #000 !important;
  font-weight: bold;
  width: 100%;
}

.recommend-txt {
  font-size: 16px !important;
  text-align: center;
}

.recommend-txt span {
  font-size: 16px !important;
  color: #e52e23;
}

.uk-modal-body .uk-margin {
  text-align: center;
}

.uk-modal-footer {
  width: 100%;
  border-top: none !important;
  padding: 0 !important;
}

.uk-modal-close {
  margin-top: 20px !important;
}

.uk-modal .uk-button {
  width: 250px !important;
}

.uk-modal .uk-button-green {
  background-color: #d6443b !important;
  border: 1px solid #d6443b !important;
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

.uk-modal .uk-button-green:hover {
  color: #d6443b !important;
  background-color: #fff !important;
}

.uk-height-1-1 {
  height: auto !important;
}

/*===========================================================================

FOOTER

============================================================================*/

.footer {
  padding: 25px 15px 25px;
}

.footer-address {
  color: #fff!important;
  text-align: center;
  font-size: 14px!important;
  margin-bottom: 0px;
}

.footer-tel {
  text-align: center;
  margin-bottom: 20px;
  margin-top:5px!important;
}

.footer-tel a {
  color: #fff !important;
  font-size: 14px;
  display: block;
}

.footer-tel a:hover {
  text-decoration: underline;
}

.privacy-policy .first {
  padding-top: 80px;
}

.privacy-link {
  color: #fff !important;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.copyright p {
  font-size: 14px;
  color: #fff !important;
  margin-bottom: 0;
}

/*===========================================================================

404

============================================================================*/

.error404 header,
.error404 footer {
  display: none;
}

.error404 {
  background-image: url(/wp-content/uploads/2024/10/404-bg.jpg);
  background-size: cover;
  position: relative;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0!important;
}

.error404::after {
  content: "";
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.2);
  position: absolute;
}

.error-box {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  padding: 0 15px;
}

.error-box h1 {
  font-size: 10vw !important;
  font-weight: bold !important;
  width: 100% !important;
  color: #fff !important;
  text-align: center;
  line-height: 1em;
}

.error-box p {
  text-align: center;
  color: #fff!important;
  margin: 15px 0 0;
}
