@charset "UTF-8";
:root {
  --green01: #4b6858;
  --beige01: #ebe3d8;
}

.c_farmstay_slider .host-link figcaption {
  padding-top: 16px;
  text-align: center;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.c_farmstay_slider .host-link:hover figcaption {
  color: var(--green01);
}

.ttl-short .c_submv_content {
  height: 250px;
}
.ttl-short .c_submv_content .c_submv_img {
  width: 100%;
  height: 250px;
}
.ttl-short .c_submv_content .c_submv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: unset;
}

@media screen and (min-width: 768px) {
  .ttl-short .c_submv_content {
    height: 500px;
  }
  .ttl-short .c_submv_content .c_submv_img {
    width: 100%;
    height: 500px;
  }
  .ttl-short .c_submv_content .c_submv_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.p_homestay_decor {
  pointer-events: none;
}

.page-news,
.page-host-family,
.single-program {
  margin-bottom: 80px;
}
.page-news article,
.page-host-family article,
.single-program article {
  max-width: 960px;
  margin: 40px auto;
  background: white;
  border-radius: 30px;
  padding: 24px 30px 30px;
  position: relative;
}
.page-news article p,
.page-host-family article p,
.single-program article p {
  font-weight: 500;
  font-size: 1rem;
}
.page-news article .ttl-wrapper,
.page-host-family article .ttl-wrapper,
.single-program article .ttl-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--beige01);
  margin-bottom: 16px;
}
.page-news article .ttl-wrapper .c_ttl,
.page-host-family article .ttl-wrapper .c_ttl,
.single-program article .ttl-wrapper .c_ttl {
  font-family: "Shippori Mincho", sans-serif;
  line-height: 1.5;
  color: #0a0d10;
  margin-bottom: 16px;
  font-size: 1.125rem;
}
.page-news article .item-sort,
.page-host-family article .item-sort,
.single-program article .item-sort {
  color: var(--green01);
  display: flex;
  gap: 10px 14px;
  align-items: center;
  flex-wrap: wrap;
}
.page-news article .item-sort .item_date,
.page-host-family article .item-sort .item_date,
.single-program article .item-sort .item_date {
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
}
.page-news article .item-sort .item_date::after,
.page-host-family article .item-sort .item_date::after,
.single-program article .item-sort .item_date::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: currentColor;
}
.page-news article .item-sort .item-cates,
.page-host-family article .item-sort .item-cates,
.single-program article .item-sort .item-cates {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.page-news article .item-sort .item-cates .item_cate,
.page-host-family article .item-sort .item-cates .item_cate,
.single-program article .item-sort .item-cates .item_cate {
  border-radius: 20px;
  background-color: #ebe3d8;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-self: center;
}
.page-news .center-btn,
.page-host-family .center-btn,
.single-program .center-btn {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-news,
  .page-host-family {
    margin-bottom: 160px;
  }
  .page-news article,
  .page-host-family article {
    margin: 80px auto;
    background: white;
    border-radius: 60px;
    padding: 45px 60px 60px;
  }
  .page-news article p,
  .page-host-family article p {
    font-weight: 500;
    font-size: 1.25rem;
  }
  .page-news article .ttl-wrapper,
  .page-host-family article .ttl-wrapper {
    padding: 24px;
    border-bottom: 1px solid var(--beige01);
    margin-bottom: 32px;
  }
  .page-news article .ttl-wrapper .c_ttl,
  .page-host-family article .ttl-wrapper .c_ttl {
    font-size: 1.5rem;
  }
  .page-news article .item-sort,
  .page-host-family article .item-sort {
    color: var(--green01);
    display: flex;
    gap: 10px 20px;
    align-items: center;
    flex-wrap: wrap;
  }
  .page-news article .item-sort .item_date,
  .page-host-family article .item-sort .item_date {
    font-family: "Marcellus", sans-serif;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    font-size: 1.25rem;
  }
  .page-news article .item-sort .item_date::after,
  .page-host-family article .item-sort .item_date::after {
    content: "";
    width: 1px;
    height: 16px;
    background-color: currentColor;
  }
  .page-news article .item-sort .item_cates,
  .page-host-family article .item-sort .item_cates {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .page-news article .item-sort .item_cates .item_cate,
  .page-host-family article .item-sort .item_cates .item_cate {
    border-radius: 20px;
    background-color: #ebe3d8;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-self: center;
  }
}
.archive-news .news-list,
.archive-news .host-list,
.archive-host-family .news-list,
.archive-host-family .host-list {
  margin: 56px 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  position: relative;
}
.archive-news .news-list .item,
.archive-news .host-list .item,
.archive-host-family .news-list .item,
.archive-host-family .host-list .item {
  background: white;
  border-radius: 16px;
  overflow: hidden;
}
.archive-news .news-list .item a:hover img,
.archive-news .host-list .item a:hover img,
.archive-host-family .news-list .item a:hover img,
.archive-host-family .host-list .item a:hover img {
  transform: scale(1.05);
}
.archive-news .news-list .item .img-wrapper,
.archive-news .host-list .item .img-wrapper,
.archive-host-family .news-list .item .img-wrapper,
.archive-host-family .host-list .item .img-wrapper {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 384/240;
  margin-bottom: 20px;
}
.archive-news .news-list .item .img-wrapper img,
.archive-news .host-list .item .img-wrapper img,
.archive-host-family .news-list .item .img-wrapper img,
.archive-host-family .host-list .item .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease;
}
.archive-news .news-list .item .text-wrapper,
.archive-news .host-list .item .text-wrapper,
.archive-host-family .news-list .item .text-wrapper,
.archive-host-family .host-list .item .text-wrapper {
  padding: 0 24px 24px;
}
.archive-news .news-list .item .text-wrapper .item-sort,
.archive-news .host-list .item .text-wrapper .item-sort,
.archive-host-family .news-list .item .text-wrapper .item-sort,
.archive-host-family .host-list .item .text-wrapper .item-sort {
  color: var(--green01);
  display: flex;
  gap: 10px 20px;
  align-items: center;
  flex-wrap: wrap;
}
.archive-news .news-list .item .text-wrapper .item-sort .item_date,
.archive-news .host-list .item .text-wrapper .item-sort .item_date,
.archive-host-family .news-list .item .text-wrapper .item-sort .item_date,
.archive-host-family .host-list .item .text-wrapper .item-sort .item_date {
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 0.8125rem;
}
.archive-news .news-list .item .text-wrapper .item-sort .item_date::after,
.archive-news .host-list .item .text-wrapper .item-sort .item_date::after,
.archive-host-family .news-list .item .text-wrapper .item-sort .item_date::after,
.archive-host-family .host-list .item .text-wrapper .item-sort .item_date::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: currentColor;
}
.archive-news .news-list .item .text-wrapper .item-sort .item-cates,
.archive-news .host-list .item .text-wrapper .item-sort .item-cates,
.archive-host-family .news-list .item .text-wrapper .item-sort .item-cates,
.archive-host-family .host-list .item .text-wrapper .item-sort .item-cates {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.archive-news .news-list .item .text-wrapper .item-sort .item-cates .item_cate,
.archive-news .host-list .item .text-wrapper .item-sort .item-cates .item_cate,
.archive-host-family .news-list .item .text-wrapper .item-sort .item-cates .item_cate,
.archive-host-family .host-list .item .text-wrapper .item-sort .item-cates .item_cate {
  border-radius: 20px;
  background: var(--beige01);
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}
.archive-news .news-list .item .text-wrapper .c_ttl,
.archive-news .host-list .item .text-wrapper .c_ttl,
.archive-host-family .news-list .item .text-wrapper .c_ttl,
.archive-host-family .host-list .item .text-wrapper .c_ttl {
  font-family: "Shippori Mincho", sans-serif;
  line-height: 1.5;
  color: #0a0d10;
  margin-bottom: 16px;
  font-size: 1.125rem;
}

.archive-host-family .host-list .item .img-wrapper {
  aspect-ratio: 401/493;
}

@media screen and (min-width: 768px) {
  .archive-news .news-list,
  .archive-news .host-list,
  .archive-host-family .news-list,
  .archive-host-family .host-list {
    margin: 80px 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px 32px;
    position: relative;
  }
  .archive-news .news-list .item,
  .archive-news .host-list .item,
  .archive-host-family .news-list .item,
  .archive-host-family .host-list .item {
    background: white;
    border-radius: 16px;
    overflow: hidden;
  }
  .archive-news .news-list .item a:hover img,
  .archive-news .host-list .item a:hover img,
  .archive-host-family .news-list .item a:hover img,
  .archive-host-family .host-list .item a:hover img {
    transform: scale(1.05);
  }
  .archive-news .news-list .item .img-wrapper,
  .archive-news .host-list .item .img-wrapper,
  .archive-host-family .news-list .item .img-wrapper,
  .archive-host-family .host-list .item .img-wrapper {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
  }
  .archive-news .news-list .item .img-wrapper img,
  .archive-news .host-list .item .img-wrapper img,
  .archive-host-family .news-list .item .img-wrapper img,
  .archive-host-family .host-list .item .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease;
  }
  .archive-news .news-list .item .text-wrapper,
  .archive-news .host-list .item .text-wrapper,
  .archive-host-family .news-list .item .text-wrapper,
  .archive-host-family .host-list .item .text-wrapper {
    padding: 0 24px 24px;
  }
  .archive-news .news-list .item .text-wrapper .item-sort,
  .archive-news .host-list .item .text-wrapper .item-sort,
  .archive-host-family .news-list .item .text-wrapper .item-sort,
  .archive-host-family .host-list .item .text-wrapper .item-sort {
    color: var(--green01);
    display: flex;
    gap: 10px 20px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
  .archive-news .news-list .item .text-wrapper .item-sort .item_date,
  .archive-news .host-list .item .text-wrapper .item-sort .item_date,
  .archive-host-family .news-list .item .text-wrapper .item-sort .item_date,
  .archive-host-family .host-list .item .text-wrapper .item-sort .item_date {
    font-family: "Marcellus", sans-serif;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    font-size: 0.8125rem;
  }
  .archive-news .news-list .item .text-wrapper .item-sort .item_date::after,
  .archive-news .host-list .item .text-wrapper .item-sort .item_date::after,
  .archive-host-family .news-list .item .text-wrapper .item-sort .item_date::after,
  .archive-host-family .host-list .item .text-wrapper .item-sort .item_date::after {
    content: "";
    width: 1px;
    height: 16px;
    background-color: currentColor;
  }
  .archive-news .news-list .item .text-wrapper .item-sort .item-cates,
  .archive-news .host-list .item .text-wrapper .item-sort .item-cates,
  .archive-host-family .news-list .item .text-wrapper .item-sort .item-cates,
  .archive-host-family .host-list .item .text-wrapper .item-sort .item-cates {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .archive-news .news-list .item .text-wrapper .item-sort .item-cates .item_cate,
  .archive-news .host-list .item .text-wrapper .item-sort .item-cates .item_cate,
  .archive-host-family .news-list .item .text-wrapper .item-sort .item-cates .item_cate,
  .archive-host-family .host-list .item .text-wrapper .item-sort .item-cates .item_cate {
    border-radius: 20px;
    background: var(--beige01);
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
  }
  .archive-news .news-list .item .text-wrapper .c_ttl,
  .archive-news .host-list .item .text-wrapper .c_ttl,
  .archive-host-family .news-list .item .text-wrapper .c_ttl,
  .archive-host-family .host-list .item .text-wrapper .c_ttl {
    font-family: "Shippori Mincho", sans-serif;
    line-height: 1.5;
    color: #0a0d10;
    margin-bottom: 16px;
  }
}
.pager {
  margin-top: 72px;
}
.pager .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager .page-numbers {
  border: 1px solid var(--green01);
  margin: 0 4px;
  border-radius: 3px;
  transition: all 0.2s ease;
  position: relative;
  color: var(--green01);
  border-radius: 3px;
  width: 32px;
  height: 32px;
  display: grid;
  place-content: center;
}
.pager .page-numbers:hover {
  background: var(--green01);
  color: white;
}
.pager .page-numbers.prex:hover, .pager .page-numbers.next:hover {
  background: white;
}
.pager .current {
  background: var(--green01);
  color: white;
}

@media screen and (min-width: 768px) {
  .pager {
    margin-top: 96px;
  }
  .pager .page-numbers {
    margin: 0 8px;
  }
}
.cate-nav {
  margin-top: 40px;
}
.cate-nav .nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (min-width:768px) {
  .cate-nav .nav-list {
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
  }
}
.cate-nav .nav-list li a {
  border-radius: 3px;
  background: white;
  color: var(--green01);
  font-size: 0.8125rem;
  display: block;
  border: 1px solid var(--green01);
  padding: 5px 10px;
  line-height: 1;
  transition: all 0.3s ease;
}
.cate-nav .nav-list li.active a {
  color: white;
  background: var(--green01);
  border: 1px solid white;
}

.page-contact .form {
  border-top: 1px solid #bcbcbc;
  margin: 72px auto 0;
  max-width: 840px;
}
.page-contact .form dl {
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #bcbcbc;
}
.page-contact .form dl dt {
  margin-bottom: 22px;
  padding: 0;
  flex: 1;
  color: var(--green01);
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 1rem;
}
.page-contact .form dl dt.required {
  position: relative;
}
.page-contact .form dl dt.required span {
  position: relative;
}
.page-contact .form dl dt.required span::after {
  content: "※";
  position: absolute;
  font-size: 0.6em;
  top: 0;
  right: -1em;
  color: var(--green01);
}
.page-contact .form dl dd {
  width: 100%;
}
.page-contact .form dl dd .wpcf7-checkbox label {
  display: flex;
  align-items: center;
}
.page-contact .form dl [data-name=inquiery-details] .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
.page-contact .form dl [data-name=inquiery-details] .wpcf7-checkbox .wpcf7-list-item {
  margin-right: 0;
  margin-bottom: 4px;
}
.page-contact .form input[type=checkbox] {
  margin-right: 0.4em;
  border-color: #bcbcbc;
  width: 1em;
  height: 1em;
  accent-color: var(--green01);
}
.page-contact .form input[type=text],
.page-contact .form input[type=email],
.page-contact .form input[type=tel],
.page-contact .form input[type=date],
.page-contact .form select,
.page-contact .form textarea {
  background: white;
  border-radius: 8px;
  width: 100%;
  font-size: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border: none;
  padding: 8px 25px;
}
.page-contact .form .submit {
  margin: 80px auto 0;
  width: 280px;
  height: 60px;
  text-align: center;
  display: grid;
  place-content: center;
  background: var(--green01);
  border-radius: 60px;
}
.page-contact .form .submit input {
  color: white;
  font-weight: 600;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .page-contact .form {
    margin: 96px auto 0;
  }
  .page-contact .form dl {
    padding: 64px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .page-contact .form dl dt {
    padding-right: 24px;
    margin-bottom: 0;
  }
  .page-contact .form dl dd {
    width: 80%;
  }
  .page-contact .form dl [data-name=inquiery-details] .wpcf7-checkbox .wpcf7-list-item {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 4vw;
  }
  .page-contact .form dl.flex-a-start {
    align-items: flex-start;
  }
}
.c_farmstay_slider {
  position: relative;
  z-index: 2;
}

.contact-btn {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.contact-btn .c_btn02 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 30px;
  border: 2px solid #f3b100;
  background: white;
  gap: 12px;
  width: 200px;
  padding: 0 10px;
  font-size: 1rem;
  color: #676261;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .contact-btn .c_btn02 {
    width: 250px;
    padding: 0 10px 0 20px;
    height: 60px;
    border-width: 3px;
    font-size: 1.25rem;
  }
}
.contact-btn .c_btn02::before {
  content: "";
  width: 18px;
  height: 20px;
  background: url(../images/common/icon_calendar.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .contact-btn .c_btn02::before {
    position: relative;
    left: -10px;
    width: 21px;
  }
}
.contact-btn .c_btn02::after {
  content: "";
  background-color: #f3b100;
  -webkit-mask: url(../images/common/icon_arrow.svg) no-repeat center/contain;
  mask: url(../images/common/icon_arrow.svg) no-repeat center/contain;
  height: 12px;
}
@media screen and (min-width: 768px) {
  .contact-btn .c_btn02::after {
    width: 21px;
  }
}

.program-wrapper .card-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 6% 40px;
  margin-top: 54px;
  margin-bottom: 56px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .program-wrapper .card-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 6% 54px;
    margin-top: 100px;
    margin-bottom: 80px;
  }
}
.program-wrapper .card-list .card-item {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 10px;
}
.program-wrapper .card-list .card-item .img-wrapper {
  width: 100%;
  aspect-ratio: 500/350;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.program-wrapper .card-list .card-item .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.program-wrapper .card-list .card-item .text-wrapper {
  padding: 24px;
}
.program-wrapper .card-list .card-item .text-wrapper h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  height: 3.2em;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pro-content .top-content {
  margin-bottom: 24px;
}
.pro-content .top-content dl > div {
  margin-bottom: 16px;
}
.pro-content .top-content dt {
  background: #f3b100;
  border-radius: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1;
  padding: 0.5em 1em;
  width: fit-content;
  color: white;
}
.pro-content .top-content dd {
  text-indent: 1em;
}
.pro-content .mid-content {
  margin-bottom: 40px;
}
.pro-content .mid-content .pro-img-slider {
  margin-bottom: 40px;
}
.pro-content .mid-content .pro-img-slider .swiper-pagination-bullet {
  background-color: #f3b100;
}
.pro-content .mid-content .swiper-wrapper .swiper-slide {
  aspect-ratio: 800/533;
  width: 100%;
  overflow: hidden;
}
.pro-content .mid-content .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-content .bottom-content .info h4 {
  color: white;
  padding: 0.5em 1em;
  background-color: #f3b100;
  border-radius: 20px;
  width: fit-content;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 700;
}
.pro-content .bottom-content .info dl > div {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #676261;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
@media screen and (min-width:768px) {
  .pro-content .bottom-content .info dl > div {
    flex-direction: row;
  }
}
.pro-content .bottom-content .info dl > div dt,
.pro-content .bottom-content .info dl > div dd {
  width: 100%;
}
@media screen and (min-width:768px) {
  .pro-content .bottom-content .info dl > div dt {
    width: 20%;
  }
}
@media screen and (min-width:768px) {
  .pro-content .bottom-content .info dl > div dd {
    width: 80%;
  }
}

.c_farmstay_slider__img .img-wrapper {
  aspect-ratio: 401/493;
  overflow: hidden;
  width: 100%;
}
.c_farmstay_slider__img .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=add-style.css.map */
