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

COMMON

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

.ttl01 {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
}

.ttl01 img {
  width: 100%;
}

.ttl02 {
  text-align: center;
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-color: var(--main);
  font-family: 22px;
  border-radius: 999px;
  max-width: 700px;
  margin: 0 auto 40px;
}

.inner01 {
  padding: 60px;
  background-color: #fff;
  border-radius: 40px;
}

.inner-re {
  position: relative;
  padding-top: 90px;
}

.marker01 {
  background: linear-gradient(transparent 60%, #d1e99c 60%);
}

.wood-bg {
  background-image: url(/wp-content/uploads/2024/12/wood-bg.png);
  background-size: cover;
  padding: 15px;
  border-radius: 50px;
}

.r-txt {
  color: #b4190f!important;
}

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

HOME

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

.home-section01 {
  padding-top: 20px;
  background-image: url(/wp-content/uploads/2024/12/foot-p-bg02.png),
    url(/wp-content/uploads/2024/12/foot-p-bg03.png),
    url(/wp-content/uploads/2024/12/cat-bg01.png),
    url(/wp-content/uploads/2024/12/dog-bg01.png);
  background-size: 100% auto, 100% auto, 100px auto, 200px auto;
  background-repeat: no-repeat;
  background-position: top 10% left 0, top 70% right,
    bottom left calc(50% - 700px), bottom right calc(50% - 650px);
}

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

TEL

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

.tel-block {
  margin-bottom: 100px;
  margin-top: 90px;
}

.tel-txt01 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
}

.tel-txt01 a {
  font-size: 2.2rem;
}

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

.tel-txt01 span {
  font-size: 2.2rem;
}

.tel-bnr {
  max-width: 400px;
  margin: 0 auto;
}

.tel-bnr img {
  width: 100%;
  transition-duration: .3s;
}

.tel-bnr img:hover {
  opacity: 0.7;
}

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

Check list

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

.alert-block {
  margin-bottom: 100px;
}

.alert-txt {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 40px;
}

.check-list li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px dashed #d3c8ba;
}

.check-list label {
  font-size: 1.8rem;
}

@media screen and (min-width: 600px) {
  .check-list label:hover {
    opacity: 0.7;
  }
}

.error-message {
  color: red;
  font-size: 14px;
  margin-top: 10px;
  display: none;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #8dc70d;
  position: absolute;
  left: 0;
  border-radius: 3px;
  top: 8px;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: 4px;
  left: 7px;
  border-radius: 0;
  opacity: 1;
  border-bottom-color: #f95d53;
  border-right-color: #f95d53;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#next-page-button {
  display: block;
  padding: 20px 15px;
  font-size: 2.4rem;
  text-align: center;
  max-width: 350px;
  background-color: var(--main);
  margin: 60px auto 0;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition-duration: 0.3s;
}

#next-page-button:hover {
  opacity: 0.7;
}

.error-message {
  color: #f23f35;
  font-size: 2rem;
  margin-top: 30px;
  line-height: 1.75em;
  background: #ffe4e4;
  text-align: center;
  padding: 25px;
  display: none;
  font-weight: bold;
  border-radius: 10px;
  font-family: "M PLUS Rounded 1c", serif;
}

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

Map

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

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 80.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

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

ご予約フォーム

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

.reserve-section {
  padding-top: 60px;
  padding-bottom: 0;
}

.reserve-block01 {
  padding-top: 60px;
  margin-bottom: 80px;
}

.list01 li {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 28px;
  background-image: url(/wp-content/uploads/2025/02/circle.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: top 7px left;
  color: #b4190f!important;
}

.reserve-box01 p {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 400;
  font-style: normal;
  color: #401f0a;
  margin-bottom: 0;
}

.reserve-txt01 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
}

.reserve-txt01 p {
  line-height: 2.75em;
}

.reserve-txt01 span {
  font-weight: bold;
  font-size: 20px;
}

.reserve-txt02 {
  margin-bottom: 0;
}

.reserve-block02 {
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto;
}

.am-fs__init *,
.el-cascader-panel *,
.am-fs__main-content * {
  font-family: "M PLUS Rounded 1c", serif !important;
}

#amelia-container {
  margin-top: 0 !important;
}

#amelia-container.am-fs__wrapper {
  box-shadow: none !important;
}

.am-fs__main-heading-inner-title {
  justify-content: center !important;
}

.amelia-v2-booking
  #amelia-container
  .am-fs__main
  .am-progress-bar
  .am-current-step {
  background: var(--main) !important;
}

.am-adv-select__popper .am-adv-select__item-price {
  color: rgb(64 31 9) !important;
}

.amelia-v2-booking
  #amelia-container
  .am-advsc.fc-theme-standard
  td.am-advsc__dayGridMonth-cell
  .fc-daygrid-day-bg
  .fc-bg-event {
  font-size: 16px !important;
}

.amelia-v2-booking #amelia-container .am-fs__extras-card__header-left {
  padding-right: 20px !important;
}

.el-form-item__content {
  line-height: 1.7em !important;
}

#amelia-container {
  max-width: 100% !important;
  width: 100% !important;
}

.am-fs__main {
  max-width: 100% !important;
  width: 70% !important;
}

.am-fs-sb {
  max-width: 100% !important;
  width: 30% !important;
}

.amelia-v2-booking #amelia-container .am-fs-sb__step-heading {
  font-weight: bold !important;
  font-family: "M PLUS Rounded 1c", serif !important;
}

.am-fs__main-heading-inner-title {
  font-weight: bold !important;
  font-family: "M PLUS Rounded 1c", serif !important;
}

.am-fs-sb__step-selection span {
  font-weight: bold !important;
  font-family: "M PLUS Rounded 1c", serif !important;
}

.am-fs__init-form__label {
  font-weight: bold !important;
  font-family: "M PLUS Rounded 1c", serif !important;
  margin-bottom: 10px !important;
}

.am-button__inner {
  font-weight: bold !important;
  font-family: "M PLUS Rounded 1c", serif !important;
}

.amelia-v2-booking #amelia-container .am-fs__main-heading {
  background: #f4f9ea !important;
  box-shadow: none !important;
}

.fc-day {
  font-size: 12px !important;
}

.am-fs-sb__menu {
  display: none !important;
}

.am-fs__cserv-price,
.am-fs__ci-prod__title-number,
.am-fs__extras-card__header .card-text {
  display: none !important;
}

.amelia-v2-booking #amelia-container.am-fs__wrapper .el-form-item {
  margin-bottom: 34px;
}

.amelia-v2-booking #amelia-container.am-fs__wrapper .el-form-item__error {
  padding-top: 0px;
}

.amelia-v2-booking #amelia-container.am-fs__wrapper .el-form-item__error {
  font-size: 11px !important;
  padding-top: 0 !important;
}

.amelia-v2-booking #amelia-container.am-fs__wrapper .el-form-item {
  margin-bottom: 30px !important;
}

.amelia-v2-booking #amelia-container.am-fs__wrapper #am-cf-8 {
  margin-bottom: 10px !important;
}

.amelia-v2-booking #amelia-container.am-fs__wrapper #am-cf-8 div,
.amelia-v2-booking #amelia-container.am-fs__wrapper #am-cf-18 div {
  color: #b4190f !important;
}

.amelia-v2-booking #amelia-container .am-fs__main-footer {
  background-color: #eef2e5 !important;
  box-shadow: none !important;
}
@-moz-document url-prefix(){
.am-advsc__slots-wrapper {
  margin-top: 80px!important;
}
}
