@charset "UTF-8";

/*****************************
  cmn
*****************************/
.pagesec {
  padding: 8rem 0 10rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec {
    padding: 6rem 0 8rem;
  }
}

/*****************************
  pagehead
*****************************/
.pagehead {
  margin-top: 200px;
  position: relative;
}
.pagehead-ttl {
  text-align: center;
}
.pagehead-ttl .ttl {
  font-size: 1.6rem;
  padding-top: 3.5rem;
  position: relative;
}
.pagehead-ttl .ttl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 30/32;
  background: #502F0D;
  mask-image: url(../images/common/icon-home.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: .5s;
  width: 25px;
}
.pagehead-ttl .ttlen {
  color: #502F0D;
  font-family: times-new-roman, sans-serif;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
}
.cmn-breadcrumb {
  margin-top: 2rem;
  text-align: right;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagehead {
    margin-top: 150px;
  }
  .pagehead-ttl .ttlen {
    font-size: 3.5rem;
  }
}

/*****************************
parts news
*****************************/
.pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 5rem;
  text-align: center;
}
.page-numbers.dots {
  pointer-events: none;
}
.page-numbers.current,
.page-numbers:hover {
  color: #502F0D;
  font-weight: bold;
  text-decoration: underline;
}
.pager {
  gap: 1rem;
  margin: 3rem auto 0;
  max-width: 330px;
  text-align: center;
}
.pager a {
  border-bottom: 1px solid #502F0D;
  display: inline-block;
  opacity: 1 !important;
  padding: 0 .5rem;
  transition: .5s;
}
.pager a:hover {
  background: #502F0D;
  color: #fff;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/*****************************
ゲストハウス、レンタルスペース共通
*****************************/
/* pagesec-guest-rental1 */
.pagesec-guest-rental1 .txtbox {
  margin-bottom: 3rem;
}
.pagesec-guest-rental1 .txtbox .ttl {
  background: #a39382;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1;
  padding: 1rem;
}
.pagesec-guest-rental1 .gallerybox {
  margin: 0 auto 10rem;
  max-width: 1000px;
}
#main-carousel {
  margin-bottom: 1rem;
}
#main-carousel .splide__slide a {
  aspect-ratio: 2/1;
  display: block;
}
#main-carousel .splide__slide a:hover {
  opacity: 1;
}
#main-carousel .splide__slide a img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
#main-carousel .splide__slide .caption {
  background: #f5f5f5;
  font-weight: bold;
  padding: 1rem 0;
  margin-top: 1rem;
  text-align: center;
}

#thumbnail-carousel .splide__slide {
  opacity: .3;
}
#thumbnail-carousel .splide__slide.is-active {
  opacity: 1;
}
#thumbnail-carousel .splide__slide {
  height: 100px;
}
#thumbnail-carousel .splide__slide img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#thumbnail-carousel .splide__slide,
#thumbnail-carousel .splide__slide.is-active {
  border: initial !important;
}
@media screen and (max-width: 767px) {
  .pagesec-guest-rental1 .txtbox .ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: .5rem 1rem;
  }
  #main-carousel .splide__slide a {
    aspect-ratio: 2/1.5;
  }
  #thumbnail-carousel .splide__slide {
    height: 80px;
  }
}

/* pagesec-guest-rental2 */
.pagesec-guest-rental2 {
  background: #f9f9f9;
}
.dlprice {
  display: flex;
  flex-wrap: wrap;
}
.dlprice dt,
.dlprice dd {
  padding: 2rem;
}
.dlprice dt {
  border-bottom: 1px solid #181818;
  width: 250px;
}
.dlprice dd {
  border-bottom: 1px solid #e0e0e0;
  width: calc(100% - 250px);
}
.dlprice dd span {
  display: block;
  padding-left: 1.5rem;
  position: relative;
}
.dlprice dd span::before {
  background: #502F0D;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 8px;
  width: 8px;
}
.dlprice dd span:not(:first-of-type) {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .dlprice dt {
    border-bottom: 0;
    padding: 0;
    width: 100%;
  }
  .dlprice dt span {
    background: #f1f1f1;
    display: inline-block;
    margin-bottom: .5rem;
    padding: 0rem 1rem .2rem;
  }
  .dlprice dd {
    padding: 0 1rem 1rem;
    width: 100%;
  }
  .dlprice dd:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}

/* pagesec-guest-rental3 */
.pagesec-guest-rental3 .txtbox1 {
  margin-bottom: 3rem;
}
.pagesec-guest-rental3 .txtbox2 {
  margin-bottom: 3rem;
}
.pagesec-guest-rental3 .btnbox {
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .pagesec-guest-rental3 .ftxtbox {
    margin-bottom: 5rem;
    width: 100%;
  }
  .pagesec-guest-rental3 .fimgbox {
    margin-left: auto;
    width: 80%;
  }
}


/*****************************
フォーム
*****************************/
.formsec {
  position: relative;
}

/************
フォーム共通項
************/
.formblock {
  margin: 0 auto;
  max-width: 800px;
}
.formtbl .formbox {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.formtbl .fomttl {
  padding: 1rem ;
  width: 200px;
}
.formtbl .fomttl span {
  /* background: #A42020; */
  border-radius: 3px;
  color: #A42020;
  /* font-size: 1.2rem; */
  line-height: 1;
  margin-right: .5rem;
  /* padding: .2rem .5rem .3rem; */
}
.formtbl .fomttl span.any {
  background: #f5f5f5;
  color: #181818;
}
.formtbl .fomcontent {
  padding: 1rem 2rem;
  width: calc(100% - 200px);
}
.formtbl .addinput {
  margin-top: 1rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .formtbl .fomttl,
  .formtbl .fomcontent {
    width: 100%;
  }
}

/************
フォーム内部
************/
.formtbl .input-txt input,
.formtbl .input-num input,
.formtbl .input-age input,
.formtbl .input-zip input,
.formtbl .input-txtarea textarea,
.formtbl .input-select select {
  /* background: #f3f3f3; */
  border: 1px solid #bbb;
  /* border-radius: 3px; */
  width: 100%;
}
.formtbl .input-txt input,
.formtbl .input-num input,
.formtbl .input-age input,
.formtbl .input-zip input,
.formtbl .input-select select {
  height: 36px;
  padding: 0 .5rem;
}
.formtbl .input-age input,
.formtbl .input-num input {
  max-width: 60px;
}
.formtbl .input-zip input,
.formtbl .zipaddbox .input-select select {
  max-width: 200px;
}
.formtbl .input-age input {
  margin-right: .5rem;
}
.formtbl .input-day:first-child {
  margin-bottom: 1rem;
}
.formtbl .input-day input {
  width: calc(100% - 145px);
}
.formtbl .input-date input {
  margin: .5rem 0;
}
.formtbl .input-select select {
  appearance: auto;
}
.formtbl .input-txtarea textarea {
  padding: .5rem;
}
.formtbl .input-check .wpcf7-list-item,
.formtbl .input-radio .wpcf7-list-item {
  margin: 0 1rem 0 0;
}
.formtbl .zipaddarea {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.formtbl .zipaddarea .zipaddbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.formtbl .zipaddarea .zipaddbox dt {
  width: 120px;
}
.formtbl .zipaddarea .zipaddbox dd {
  width: calc(100% - 130px);
}
.formtbl .zipaddarea .zipaddbox .input-zip p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .formtbl .input-select select {
    max-width: 80%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .formtbl .input-select select {
    max-width: 100%;
  }
  .formtbl .zipaddarea .zipaddbox dt,
  .formtbl .zipaddarea .zipaddbox dd {
    width: 100%;
  }
  .formtbl .zipaddarea .zipaddbox dt {
    font-size: 1.4rem;
    font-weight: 500;
  }
}

/************
フォーム外部
************/
.formsec .ppbox,
.formsec .lastcheck {
  margin: 2rem auto;
}
.formsec .ppbox .wpcf7-list-item,
.formsec .lastcheck .wpcf7-list-item {
  margin: 0 0 0 1rem;
}
.formsec .ppbox dl {
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  padding: 1rem;
}
.formsec .ppbox dl dt {
  font-weight: bold;
}
.formsec .ppbox a {
  text-decoration: underline;
}
.formsec .lastcheck {
  margin: 0 auto;
}

/************
フォームボタン
************/
.formsec .fomb {
  margin: 2rem auto 0;
  max-width: 300px;
  position: relative;
  text-align: center;
}
.formsec .fomb:has(input:disabled) {
  background: #b5b5b5 !important;
  border-color: transparent;
  pointer-events: none;
}
.formsec .fomb:has(input:disabled)::before {
  color: #333 !important;
}
.formsec .fomb input {
  color: #333 !important;
}

/************
フォームエラー、送信
************/
/* エラー */
.formtbl .fomcontent span.error {
  background: none;
  margin: 0;
}
/* 送信 */
.formsec .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
.formsec form.sent .formblock,
.formsec form .sent-after,
.formsec form.sent .fomb {
  display: none;
}
.formsec form.sent .sent-after {
  display: block;
  margin: 0 auto 2rem;
  max-width: 800px;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.formsec .wpcf7 form .wpcf7-response-output {
  margin: 2rem auto 0;
  max-width: 800px;
  padding: 2rem;
  text-align: center;
}
.formsec .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  font-size: 1.4rem;
}
.formsec .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .formsec .wpcf7 form .wpcf7-response-output {
    margin: 0 auto;
    max-width: 800px;
    padding: 2rem;
    text-align: left;
  }
  .formsec form.sent .sent-after {
    text-align: left;
  }
}
