@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   2024.7 kanvas
   -------------------------------------------------------------------------- */
.bestrate-contents-accordion-container {
  margin-top: 30px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .bestrate-contents-accordion-container {
    margin-top: 35px;
    padding: 0 20px;
  }
}
.bestrate-contents-accordion-item {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .bestrate-contents-accordion-item {
    margin-bottom: 35px;
  }
}
.bestrate-contents-accordion-title-box {
  position: relative;
  color: #8B7C3E;
  cursor: pointer;
  padding-bottom: 35px;
}

.bestrate-contents-accordion-title-box::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #8B7C3E;
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.bestrate-contents-accordion-title {
  position: relative;
  padding-top: 7px;
  padding-left: 45px;
  padding-right: 35px;
  font-size: 14px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .bestrate-contents-accordion-title {
    padding-top: 10px;
    padding-left: 60px;
  }
}
.bestrate-contents-accordion-title::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../img/bestrate_faq_q.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .bestrate-contents-accordion-title::before {
    width: 45px;
    height: 45px;
  }
}
/* toggle-btn */
.bestrate-m-toggle-btn {
  position: absolute;
  top: 23px;
  right: 6px;
}

.bestrate-m-toggle-btn::before {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background-color: #8B7C3E;
}

.bestrate-m-toggle-btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 1px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: #8B7C3E;
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bestrate-contents-accordion-title-box.open .bestrate-m-toggle-btn::after {
  display: block;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #8B7C3E;
  opacity: 1;
  top: 0;
}

.bestrate-contents-accordion-answer {
  padding-bottom: 35px;
  position: relative;
  padding-top: 7px;
  padding-left: 45px;
  padding-right: 35px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .bestrate-contents-accordion-answer {
    padding-top: 10px;
    padding-left: 60px;
  }
}
.bestrate-contents-accordion-answer::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../img/bestrate_faq_a.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .bestrate-contents-accordion-answer::before {
    width: 45px;
    height: 45px;
  }
}
.bestrate-contact-txt {
  font-size: 16pt;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
  letter-spacing: 0.19em;
}
@media screen and (min-width: 768px) {
  .bestrate-contact-txt {
    margin-top: 100px;
  }
}
.bestrate-contact-btn {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .bestrate-contact-btn {
    width: 410px;
  }
}
.bestrate-contact-btn a {
  text-align: center;
  display: block;
  letter-spacing: 0.2em;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bestrate-contact-btn a:hover {
  background-color: #fff;
  color: #000;
}

.bestrate-subttl-wrap {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  border-top: 1px solid #8B7D3E;
  border-bottom: 1px solid #8B7D3E;
  margin-bottom: 50px;
  padding: 5px 20px;
}
@media screen and (min-width: 768px) {
  .bestrate-subttl-wrap {
    padding: 0 20px;
  }
}
.bestrate-subttl {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .bestrate-subttl {
    font-size: 18px;
  }
}
.bestrate-info-txt {
  text-align: center !important;
}

.bestrate-items > li {
  position: relative;
  padding-left: 15px;
}

.bestrate-items > li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 12px;
  left: 5px;
}

.bestrate-attention-items li {
  position: relative;
  padding-left: 15px;
}

.bestrate-attention-items li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.bestrate-contents-foot-txt {
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-bottom: 30px;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .bestrate-contents-foot-txt {
    margin-top: 130px;
  }
}
.bestrate-contents-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bestrate-contents-btn {
  width: 320px;
  display: block;
  padding: 15px 20px;
  text-align: center;
  color: #8B7D3E;
  border: 1px solid #8B7D3E;
  border-radius: 20px 0 0 0;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.bestrate-contents-btn:hover {
  background-color: #8b7d3e;
  color: #fff;
  text-decoration: none;
}

/* -----------------------------------------------------------------------------
   2024.7 kanvas
   -------------------------------------------------------------------------- */
.contact-contents-wrap {
  padding: 0 20px 40px;
}

.contact-contents-inner {
  max-width: 800px;
  margin: 0 auto;
}

.contact-ttl {
  font-size: 16pt;
  font-weight: bold;
  letter-spacing: 0.19em;
  line-height: 160%;
  font-family: minion-pro, serif;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .contact-ttl {
    text-align: center;
    margin-bottom: 80px;
  }
}
.l-contact-dl {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-contact-dl {
    margin-bottom: 60px;
  }
}
.l-contact-section {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-contact-section {
    margin-bottom: 50px;
  }
}
.l-contact-section:last-of-type {
  margin-bottom: 40px;
}

.l-contact-section-ttl {
  font-size: 14px;
  letter-spacing: 0.03em;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 15px 0 0 0;
  background-color: #A99F71;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-contact-section-ttl {
    margin-bottom: 15px;
  }
}
.l-contact-section-desc {
  font-size: 14px;
  margin-bottom: 15px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-contact-section-desc {
    margin-bottom: 30px;
  }
}
.l-contact-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-contact-item-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-contact-dl dt {
  width: 100%;
  color: #000;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-contact-dl dt {
    width: 280px;
    margin-bottom: 0;
  }
}
.l-contact-dl dt p {
  font-size: 14px;
}

.m-required {
  color: #fff;
  background-color: #B3AB82;
  padding: 2px 5px;
  margin-left: 5px;
  font-size: 11px;
}

.l-contact-dl dd {
  width: 100%;
  margin-left: 0;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .l-contact-dl dd {
    width: calc(100% - 280px);
  }
}
.l-contact-dl dd input[type=text],
.l-contact-dl dd input[type=email],
.l-contact-dl dd input[type=tel] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #707070;
  border-radius: 50px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-contact-dl dd input[type=text],
  .l-contact-dl dd input[type=email],
  .l-contact-dl dd input[type=tel] {
    padding: 0 40px;
  }
}
.l-contact-dl dd input[type=text]::-webkit-input-placeholder, .l-contact-dl dd input[type=email]::-webkit-input-placeholder, .l-contact-dl dd input[type=tel]::-webkit-input-placeholder {
  color: #757575;
  font-size: 14px;
}
.l-contact-dl dd input[type=text]::-moz-placeholder, .l-contact-dl dd input[type=email]::-moz-placeholder, .l-contact-dl dd input[type=tel]::-moz-placeholder {
  color: #757575;
  font-size: 14px;
}
.l-contact-dl dd input[type=text]:-ms-input-placeholder, .l-contact-dl dd input[type=email]:-ms-input-placeholder, .l-contact-dl dd input[type=tel]:-ms-input-placeholder {
  color: #757575;
  font-size: 14px;
}
.l-contact-dl dd input[type=text]::-ms-input-placeholder, .l-contact-dl dd input[type=email]::-ms-input-placeholder, .l-contact-dl dd input[type=tel]::-ms-input-placeholder {
  color: #757575;
  font-size: 14px;
}
.l-contact-dl dd input[type=text]::placeholder,
.l-contact-dl dd input[type=email]::placeholder,
.l-contact-dl dd input[type=tel]::placeholder {
  color: #757575;
  font-size: 14px;
}

.l-contact-dl dd textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 160px;
  padding: 10px 40px 10px 40px;
  background-color: #fff;
  letter-spacing: 0.1em;
  border: 1px solid #707070;
  border-radius: 20px;
  resize: none;
}
@media screen and (min-width: 768px) {
  .l-contact-dl dd textarea {
    height: 260px;
  }
}
.l-contact-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.l-contact-button-box p {
  width: 100%;
}

.l-contact-button-box input[type=submit],
.l-contact-button-box button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  color: #8B7D3E;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 20px 20px;
  border-radius: 20px 0 0 0;
  border: 1px solid #8B7D3E;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .l-contact-button-box input[type=submit],
  .l-contact-button-box button {
    width: 320px;
    padding: 20px 20px;
  }
}
.l-contact-button-box input[type=submit]:hover,
.l-contact-button-box button:hover {
  background-color: #8B7D3E;
  color: #fff;
}

.l-contact-button-box .wpcf7-spinner {
  display: block;
}

.wpcf7-list-item {
  display: block !important;
  margin-left: 5px !important;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 10pt;
}

.wpcf7-not-valid-tip {
  font-size: 10pt !important;
  font-weight: 700 !important;
}

.l-contact-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3%;
}

.l-contact-item {
  width: 49%;
}
@media screen and (min-width: 768px) {
  .l-contact-item {
    width: auto;
  }
}
.l-contact-acceptance-text {
  text-align: center;
  margin-bottom: 30px;
  font-size: 10pt;
}

.l-contact-acceptance-text a {
  text-decoration: none;
  color: #1A3E9B;
}

.l-contact-acceptance-text a:hover {
  text-decoration: none;
}

.l-contact-acceptance-text input {
  margin-right: 5px;
}

.l-contact-dl dd input[type=date] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 40px;
  text-align: left;
  padding: 0 15px;
  border: 1px solid #707070;
  border-radius: 50px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-contact-dl dd input[type=date] {
    padding: 0 40px;
  }
}
body.parent-pageid-2144 .tt2_box.center {
  display: none;
}

.bestrate-contact-ttl-wrap {
  text-align: center;
  margin-bottom: 50px;
}

.bestrate-contact-ttl-us {
  font-size: 25px;
  line-height: 1;
  font-family: "Bodoni Moda";
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .bestrate-contact-ttl-us {
    font-size: 40px;
  }
}
.bestrate-contact-ttl {
  font-size: 8px;
  font-family: "リュウミン R-KL", serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-top: 10px !important;
}
@media screen and (min-width: 768px) {
  .bestrate-contact-ttl {
    font-size: 14px;
  }
}
.bestrate-contact-form-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.booking_form_area_btn_bestrate_text {
  font-size: 11px;
  letter-spacing: 0;
}

/* -----------------------------------------------------------------------------
   2025.4.24 kanvas
   -------------------------------------------------------------------------- */
.info_feed_wrap {
  position: relative;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.8);
  margin-top: 0;
  z-index: 12;
}
@media screen and (min-width: 768px) {
  .info_feed_wrap {
    width: 450px;
    margin-top: -140px;
  }
}
.info_feed_item a {
  display: block;
  padding: 20px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .info_feed_item a {
    padding: 15px;
  }
}
.info_feed_cate_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

.info_feed_time {
  font-size: 15px;
}

.info_feed_cate {
  font-size: 15px;
}

.info_feed_ttl_box {
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}