@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost&family=Zen+Maru+Gothic:wght@400;700&display=swap");
.font-marugo {
  font-family: "Zen Maru Gothic", sans-serif;
}

.bg-orange {
  background: #F3981C;
  color: #fff;
}

.bg-brown {
  background: #EFE9E3;
}

.bg-gray-orange {
  background: rgba(243, 152, 28, 0.3);
}

.section-flow {
  padding-top: 15px;
  padding-bottom: 15px;
}

.trial-flow-down {
  position: relative;
}
.trial-flow-down:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #FBF8F4 transparent transparent transparent;
}
.trial-flow-down.bg-orange:after {
  border-color: #F3981C transparent transparent transparent;
}
.trial-flow-down.bg-brown:after {
  border-color: #EFE9E3 transparent transparent transparent;
}

.bg-homestay-hero {
  position: relative;
}
.bg-homestay-hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #F3981C;
}

.homestay-hero {
  position: relative;
  margin: 15px 0 0 15px;
}
@media (min-width: 768px) {
  .homestay-hero {
    margin: 15px 15px 0;
  }
}
@media (min-width: 1120px) {
  .homestay-hero {
    margin: 15px auto 0;
    max-width: 1120px;
  }
}
.homestay-hero .swiper-pagination-bullet-active {
  background: #F3981C;
}

.homestay-hero-sign,
.homestay-hero-hukidashi,
.homestay-hero-price,
.homestay-hero-pr {
  position: absolute;
  z-index: 2;
  left: 0;
}

.homestay-hero-sign {
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.homestay-hero-hukidashi img,
.homestay-hero-price img,
.homestay-hero-pr img {
  width: 203px;
}
@media (min-width: 768px) {
  .homestay-hero-hukidashi img,
.homestay-hero-price img,
.homestay-hero-pr img {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .homestay-hero-hukidashi img,
.homestay-hero-price img,
.homestay-hero-pr img {
    width: 406px;
  }
}

.homestay-hero-hukidashi {
  bottom: 111px;
  z-index: 3;
}
@media (min-width: 768px) {
  .homestay-hero-hukidashi {
    bottom: 146px;
  }
}
@media (min-width: 992px) {
  .homestay-hero-hukidashi {
    bottom: 190px;
  }
}

.homestay-hero-pr {
  bottom: 40px;
}

.homestay-hero-price {
  bottom: 76px;
}
@media (min-width: 768px) {
  .homestay-hero-price {
    bottom: 96px;
  }
}
@media (min-width: 992px) {
  .homestay-hero-price {
    bottom: 120px;
  }
}

.homestay-hero-badge {
  position: absolute;
  right: 15px;
  bottom: 40px;
  z-index: 2;
}
@media (min-width: 768px) {
  .homestay-hero-badge {
    right: 30px;
  }
}
.homestay-hero-badge img {
  width: 80px;
}
@media (min-width: 370px) {
  .homestay-hero-badge img {
    width: 124px;
  }
}
@media (min-width: 768px) {
  .homestay-hero-badge img {
    width: 160px;
  }
}
@media (min-width: 992px) {
  .homestay-hero-badge img {
    width: 248px;
  }
}

.heading-trial {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10px;
}

.heading-trial-small,
.heading-trial-large {
  display: block;
  margin: 10px auto;
  position: relative;
}
.heading-trial-small:after,
.heading-trial-large:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  border-bottom: 2px dotted #fff;
  display: block;
}

.heading-trial-small {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .heading-trial-small {
    font-size: 2rem;
  }
}

.heading-trial-large {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .heading-trial-large {
    font-size: 3rem;
  }
}
.heading-trial-large > span {
  position: relative;
}
.heading-trial-large > span:before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .heading-trial-large > span:before {
    width: 3px;
    height: 3px;
  }
}

.trial-note {
  background: rgba(76, 55, 43, 0.1);
  padding: 10px;
  border-radius: 8px;
  font-size: 1.2rem;
}
.trial-note:before {
  content: "※";
}

.homestay-cta {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .homestay-cta {
    padding-bottom: 37.5px;
  }
}
.homestay-cta .btn-line,
.homestay-cta .btn-secondary,
.homestay-cta .btn-primary {
  padding-top: 16.5px;
  padding-bottom: 18.75px;
}

.homestay-cta-subtitle {
  color: #4C372B;
  margin: 30px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .homestay-cta-subtitle {
    font-size: 2rem;
  }
}
.homestay-cta-subtitle:before, .homestay-cta-subtitle:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #4C372B;
}
.homestay-cta-subtitle span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 10px;
}

.homestay-cta-seconde {
  padding-top: 10px;
}
.homestay-cta-seconde .btn {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .homestay-cta-seconde {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .homestay-cta-seconde .btn {
    width: calc(33.333% - 7.5px);
    margin: 0;
    height: 65px;
  }
}

.btn-phone {
  background: #EF5525;
  color: #fff !important;
}
.btn-phone:hover {
  background: #F3981C;
}
.btn-phone .fa-phone-alt {
  margin-right: 10px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (min-width: 992px) {
  .btn-phone {
    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;
  }
}

.heading-trial-information {
  text-align: center;
  position: relative;
  margin-top: 45px;
  margin-bottom: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #4C372B;
  border-top: 2px solid #A2998D;
  border-bottom: 2px solid #A2998D;
}
.heading-trial-information span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -15px;
  display: inline-block;
  background: #A2998D;
  color: #fff;
  white-space: nowrap;
  font-size: 1.4rem;
  padding: 3.3333333333px 20px 5px;
  border-radius: 30px;
  font-family: "Jost", sans-serif;
}
@media (min-width: 768px) {
  .heading-trial-information span {
    font-size: 1.6rem;
  }
}

.custom-footer {
  margin-top: 0;
}
@media (min-width: 544px) {
  .custom-footer {
    margin-top: 0;
  }
}

.trial-qa {
  margin-bottom: 20px;
}

.trial-qa-title {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.02);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4C372B;
  font-size: 18px;
  font-weight: bold;
  padding-right: 30px;
  cursor: pointer;
}
.trial-qa-title:before {
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #A2998D;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  font-size: 2rem;
  border-radius: 8px;
  content: "Q";
  font-family: "Jost", sans-serif;
}
.trial-qa-title.is-active .trial-qa-title-arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.trial-qa-title-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  font-size: 1.4rem;
  color: #A2998D;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.trial-qa-contents {
  text-align: center;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: rgba(162, 153, 141, 0.25);
  text-align: left;
  border-radius: 8px;
}
.trial-qa-contents:before {
  content: "A";
  font-family: "Jost", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  font-size: 2rem;
}
.trial-qa-contents.is-open {
  padding: 10px;
  line-height: normal;
  height: auto;
  margin-top: 5px;
  opacity: 1;
}

@media (min-width: 768px) {
  .trial-voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .trial-voice .trial-voice-item {
    width: calc(50% - 15px);
  }
}

.trial-voice-item {
  color: #4C372B;
  margin-bottom: 30px;
}
.trial-voice-item h3 {
  background: #FBF8F4;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #F3981C;
  font-size: 18px;
  border-radius: 8px;
  margin-bottom: 15px;
  position: relative;
}
.trial-voice-item h3 img {
  margin-right: 10px;
}
.trial-voice-item h3:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 11px 0 11px;
  border-color: #FBF8F4 transparent transparent transparent;
}
.trial-voice-item figure {
  text-align: center;
}
.trial-voice-item figure img {
  border-radius: 8px;
}

.homestay-hero-image {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .homestay-hero-image {
    border-radius: 15px;
  }
}

.anshin h3 {
  color: #4C372B;
  margin-bottom: -10px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .anshin h3 {
    margin-bottom: -12px;
  }
}
.anshin.container.container-narrow {
  padding: 0;
}
@media (min-width: 768px) {
  .anshin.container.container-narrow {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.answer.container.container-narrow {
  padding: 0;
}
@media (min-width: 768px) {
  .answer.container.container-narrow {
    padding-left: 15px;
    padding-right: 15px;
  }  
}
/*# sourceMappingURL=homestay.css.map */

/*
  追記
  */
  .menu-footer > li {
    height: auto !important;
  }