.c_btn, .c_btn02, .c_footer_nav__ttl {
  font-size: 1rem;
}

.c_submv_content__inner, .c_heading_en, .c_header_logo, .c_header_logo a, .c_footer_desc {
  font-size: 1.125rem;
}

.c_header_logo, .c_footer_logo {
  font-size: 1.625rem;
}

.c_ttl_jp, .c_heading_jp {
  font-size: 1.9375rem;
}

.c_heading_jp__xl {
  font-size: 2.5rem;
}

.c_footer {
  color: #FAF8F5;
  background-color: #4B6858;
  padding: 80px 0 80px;
  position: relative;
  z-index: 10;
}
.c_footer_inner {
  position: relative;
}
.c_footer_inner::after {
  content: "";
  aspect-ratio: 248/142;
  position: absolute;
  background: url(../images/common/img_decor.svg) center/contain no-repeat;
  bottom: calc(100% - 20px);
  right: 0;
  width: 130px;
}
.c_footer_logo {
  line-height: 1;
  font-family: "Shippori Mincho", sans-serif;
}
.c_footer_desc {
  line-height: 1.5;
  font-family: "Shippori Mincho", sans-serif;
  margin-top: 10px;
}
.c_footer_contact {
  line-height: 1.8;
  font-weight: 500;
  margin-top: 10px;
}
.c_footer_btn {
  margin-top: 30px;
}
.c_footer_social {
  margin-top: 20px;
  color: white;
}
.c_footer_nav {
  font-weight: 500;
  margin-top: 40px;
}
.c_footer_nav__item:not(:last-child) {
  margin-bottom: 15px;
}
.c_footer_nav__ttl {
  line-height: 1.6;
  display: table;
}
.c_footer_nav__sub {
  margin-top: 10px;
}
.c_footer_nav__link {
  opacity: 0.5;
  display: table;
}
.c_footer_nav__link:not(:last-child) {
  margin-bottom: 5px;
}
.c_footer_copyright {
  letter-spacing: 0.05em;
  font-family: "Marcellus", sans-serif;
  margin-top: 40px;
  font-size: 0.75rem;
}

.c_totop {
  aspect-ratio: 1;
  width: 50px;
  position: fixed;
  background-color: #FAF8F5;
  border: 2px solid #F3B100;
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  z-index: 50;
}
.c_totop.is_show {
  opacity: 1;
  pointer-events: all;
}
.c_totop::after {
  content: "";
  width: 35%;
  height: 20px;
  -webkit-mask: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  background-color: #F3B100;
  transform: rotate(-90deg);
  transition: background-color 0.5s ease;
}

.no_transition .c_header_nav,
.no_transition .c_header_hamburger > * {
  transition: none !important;
}

:has(.c_submv) .c_header {
  color: #676261;
}

.c_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  color: #FAF8F5;
  padding: 10px 20px;
  transition: 0.5s;
  transition-property: transform, color;
}
.c_header.is_fixed {
  color: #676261;
  transform: translateY(0);
}
.c_header.is_fixed::after {
  opacity: 1;
}
.c_header::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #FAF8F5;
  transition: opacity 0.5s ease;
  bottom: 0;
  opacity: 0;
  width: 100%;
  left: 0;
  height: 300px;
}
.c_header_logo {
  font-family: "Shippori Mincho", sans-serif;
  line-height: 1;
}
.c_header_logo a {
  font-weight: 500;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
.c_header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c_header_contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
.c_header_btn {
  display: none;
}
.c_header_nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #FAF8F5;
  height: 100vh;
  height: 100dvh;
  color: #676261;
  width: 100%;
  overflow-y: auto;
  padding: 100px 20px 80px;
  transition: 0.5s;
  transition-property: opacity, visibility;
  opacity: 0;
  visibility: hidden;
}
.c_header_nav.is_open {
  opacity: 1;
  visibility: visible;
}
.c_header_nav__item {
  position: relative;
}
.c_header_nav__item:not(:last-child) {
  margin-bottom: 20px;
}
.c_header_nav__item.has_pulldow .c_header_nav__ttl {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.c_header_nav__item.has_pulldow .c_header_nav__ttl::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
  position: relative;
  top: 1px;
}
.c_header_nav__ttl {
  font-size: 1rem;
  padding: 10px 0;
  width: 100%;
}
.c_header_nav__sub {
  display: flex;
  flex-direction: column;
  gap: 1px;
  transition: 0.5s;
  color: #FAF8F5;
}
.c_header_nav__sub a {
  background-color: #4B6858;
  min-width: 206px;
  padding: 11px 10px;
  text-align: center;
  font-size: 0.875rem;
  opacity: 1;
  transition: background-color 0.5s ease;
}
.c_header_nav__btn {
  text-align: center;
  margin-top: 40px;
}
.c_header_hamburger {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: currentColor;
  position: relative;
  cursor: pointer;
}
.c_header_hamburger > * {
  width: 45%;
  height: 2px;
  background-color: #F3B100;
  position: absolute;
  border-radius: 2px;
  transition: 0.5s;
  transition-property: opacity, transform;
}
.c_header_hamburger > *:first-child {
  transform: translateY(-7px);
}
.c_header_hamburger > *:last-child {
  transform: translateY(7px);
}
.c_header_hamburger.is_open > *:first-child {
  transform: translateY(0) rotate(45deg);
}
.c_header_hamburger.is_open > *:nth-child(2) {
  opacity: 0;
}
.c_header_hamburger.is_open > *:last-child {
  transform: translateY(0) rotate(135deg);
}

html.is_loading .c_loading {
  opacity: 1;
  pointer-events: all;
}

html.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.c_loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: #FAF8F5;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c_loading_body {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.c_loading_body_dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.c_loading_body_dot::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #676261;
  border-radius: 50%;
}
.c_loading_body_dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.c_loading_body_dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.c_loading_body_dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.c_loading_body_dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.c_loading_body_dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.c_loading_body_dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
.c_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FAF8F5;
  background-color: currentColor;
  border-radius: 100px;
  position: relative;
  isolation: isolate;
  z-index: 0;
  font-weight: 500;
  width: 100%;
  max-width: 260px;
  height: 50px;
  opacity: 1;
}
.c_btn::before {
  content: "";
  inset: 0;
  border-radius: inherit;
  mix-blend-mode: multiply;
  position: absolute;
  background-color: #4B6858;
  transition: background-color 0.5s ease;
}
.c_btn_txt {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.c_btn_txt::after {
  content: "";
  width: 21px;
  height: 12px;
  display: block;
  background: url(../images/common/icon_arrow.svg) center/contain no-repeat;
}

.c_btn02 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 30px;
  border: 2px solid #F3B100;
  background-color: white;
  color: #676261;
  font-weight: 500;
  gap: 12px;
  width: 200px;
  padding: 0 10px;
}
.c_btn02::before, .c_btn02::after {
  content: "";
}
.c_btn02::before {
  width: 18px;
  height: 20px;
  background: url(../images/common/icon_calendar.svg) center/contain no-repeat;
}
.c_btn02::after {
  background-color: #F3B100;
  -webkit-mask: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  width: 18px;
  height: 12px;
}

.c_decor {
  position: relative;
}

.c_social {
  display: flex;
  gap: 20px;
}
.c_social_item {
  width: 25px;
  height: 25px;
  background-color: currentColor;
}
.c_social_item.icon_ins {
  -webkit-mask: url(../images/common/icon_instagram.svg) center/contain no-repeat;
  mask: url(../images/common/icon_instagram.svg) center/contain no-repeat;
}
.c_social_item.icon_face {
  -webkit-mask: url(../images/common/icon_facebook.svg) center/contain no-repeat;
  mask: url(../images/common/icon_facebook.svg) center/contain no-repeat;
}

.c_ttl {
  color: inherit;
}
.c_ttl:not(.is_white) .c_ttl_en {
  color: #F3B100;
}
.c_ttl_jp {
  line-height: 1.4821428571;
  display: block;
  font-family: "Shippori Mincho", sans-serif;
}
.c_ttl_en {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
  font-family: "Marcellus", sans-serif;
  line-height: 1;
  gap: 20px;
}
.c_ttl_en::before {
  content: "";
  height: 1px;
  background-color: currentColor;
  width: 30px;
}

.c_submv {
  background-color: #FAF8F5;
  padding-top: 120px;
  position: relative;
}
.c_submv_inner {
  padding: 0 20px;
  margin: 0 auto;
}
.c_submv_img {
  margin-top: 50px;
}
.c_submv_img img {
  min-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}
.c_submv_content {
  color: #FAF8F5;
  position: relative;
  isolation: isolate;
}
.c_submv_content__inner {
  position: absolute;
  display: flex;
  align-items: flex-end;
  inset: 0;
  font-weight: 500;
  padding-bottom: 30px;
}
.c_submv_content__bg {
  position: absolute;
  inset: 0;
  background-color: rgba(103, 98, 97, 0.73);
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c_submv_content__desc {
  transition: opacity 0.5s ease;
  opacity: 0;
}
.c_submv_content.is_cover .c_submv_content__bg {
  opacity: 1;
}
.c_submv_content.is_cover .c_submv_content__desc {
  opacity: 1;
}

.c_heading_jp {
  line-height: 1.4821428571;
  font-family: "Shippori Mincho", sans-serif;
  display: flex;
  align-items: center;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 10px;
}
.c_heading_en {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
  font-family: "Marcellus", sans-serif;
  line-height: 1;
  gap: 20px;
  color: #F3B100;
}
.c_heading_en::before {
  content: "";
  height: 1px;
  background-color: currentColor;
  width: 30px;
}

.c_rice {
  position: relative;
}
.c_rice::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  aspect-ratio: 460/142;
  background: url(../images/common/img_rice_yellow.svg) center/contain no-repeat;
  transform: translate(-40%, 77%);
  width: 300px;
}

@keyframes slider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.c_farmstay {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
.c_farmstay .c_ttl {
  position: relative;
  z-index: 2;
}
.c_farmstay .c_ttl::after {
  content: "";
  aspect-ratio: 247/176;
  background: url(../images/common/img_farm_decor.svg) center/contain no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.c_farmstay_slider {
  padding-bottom: 120px;
  margin-top: 40px;
}
.c_farmstay_slider__inner {
  display: flex;
}
.c_farmstay_slider__list {
  display: flex;
  flex-shrink: 0;
  animation: slider 20s linear infinite;
}
.c_farmstay_slider__img {
  flex-shrink: 0;
  width: 280px;
  margin-right: 40px;
}
.c_farmstay_slider__list .host-link:nth-child(even){
  transform: translateY(50px);
}
.c_farmstay_slider__img:nth-child(even) {
  transform: translateY(50px);
}
.c_farmstay_btn {
  text-align: center;
  position: relative;
  z-index: 1;
}
.c_farmstay_btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 500/155;
  background: url(../images/common/img_rice_green.svg) top center/contain no-repeat;
  bottom: 50px;
  width: 300px;
}

/*!
foundation > base
------------------------------
*/
html {
  overflow-y: scroll;
}

body {
  line-height: 2;
  font-size: 0.875rem;
  font-weight: 400;
  color: black;
  color: #676261;
  background-color: #FAF8F5;
  font-family: "Noto Sans JP", sans-serif;
}
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.full {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

:where(a, .h_opacity) {
  cursor: pointer;
  transition: opacity 0.5s ease;
}
.h_zoom {
  overflow: hidden;
  opacity: 1;
}
.h_zoom_img {
  overflow: hidden;
}
.h_zoom_img img {
  transition: transform 0.5s ease;
}

.pc {
  display: none !important;
}

.pc_inline {
  display: none !important;
}

.sp {
  display: block !important;
}

.inview {
  visibility: hidden;
  opacity: 0;
}

.fadeUp,
.fadeIn {
  animation-duration: 1s;
  animation-timing-function: ease;
}

.fadeUp {
  animation-name: ani_fadeup;
}

.fadeIn {
  animation-name: ani_fadein;
}

@keyframes ani_fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

table {
  -webkit-text-size-adjust: 100%;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  color: inherit;
  /* 2 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
layout > container
------------------------------
*/
.container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c_btn, .c_btn02, .c_footer_nav__ttl {
    font-size: 1.25rem;
  }
  .c_submv_content__inner, .c_heading_en, .c_header_logo, .c_header_logo a, .c_footer_desc {
    font-size: 1.5rem;
  }
  .c_header_logo, .c_footer_logo {
    font-size: 2.5rem;
  }
  .c_ttl_jp, .c_heading_jp {
    font-size: 3.5rem;
  }
  .c_heading_jp__xl {
    font-size: 4.5rem;
  }
  .c_footer {
    padding: 129px 0 100px;
  }
  .c_footer_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
  }
  .c_footer_inner::after {
    right: auto;
    bottom: auto;
    width: clamp(10.625rem, 18.0555555556vw + 1.9583333333rem, 15.5rem);
    left: calc(50% - clamp(0rem, -11.5740740741vw + 8.6805555556rem, 3.125rem));
    top: clamp(5.0625rem, -16.8103448276vw + 15.5689655172rem, 7.5rem);
  }
  .c_footer_desc {
    margin-top: 23px;
  }
  .c_footer_contact {
    margin-top: 18px;
  }
  .c_footer_btn {
    margin-top: 50px;
  }
  .c_footer_social {
    margin-top: 30px;
  }
  .c_footer_nav {
    margin-top: 68px;
  }
  .c_footer_nav__item:not(:last-child) {
    margin-bottom: 26px;
  }
  .c_footer_nav__sub {
    margin-top: 14px;
  }
  .c_footer_nav__link:not(:last-child) {
    margin-bottom: 8px;
  }
  .c_footer_copyright {
    font-size: 0.875rem;
    margin-top: 94px;
  }
  .c_totop {
    bottom: 40px;
    right: 40px;
    width: 70px;
  }
  .c_header {
    padding: 15px 50px 0 61px;
    transform: translateY(25px);
  }
  .c_header_contact {
    gap: 40px;
  }
  .c_header_btn {
    display: flex;
  }
  .c_header_nav {
    position: static;
    padding: 0;
    overflow-y: unset;
    opacity: 1;
    visibility: visible;
    transition: none;
    height: auto;
    color: inherit;
    margin-top: 16px;
    background-color: transparent;
  }
  .c_header_nav__list {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
  }
  .c_header_nav__item:not(:last-child) {
    margin-bottom: 0;
  }
  .c_header_nav__item.has_pulldow:hover .c_header_nav__sub {
    opacity: 1;
    visibility: visible;
  }
  .c_header_nav__ttl {
    padding: 0;
    padding-bottom: 15px;
  }
  .c_header_nav__sub {
    transition-property: opacity, visibility;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-54%);
    top: 100%;
  }
  .c_header_nav__btn {
    display: none;
  }
  .c_header_hamburger {
    display: none;
  }
  .c_btn {
    max-width: 320px;
    height: 60px;
  }
  .c_btn02 {
    padding: 0 10px 0 20px;
    width: 280px;
    height: 60px;
    border-width: 3px;
  }
  .c_btn02::before {
    position: relative;
    left: -10px;
    width: 21px;
  }
  .c_btn02::after {
    width: 21px;
  }
  .c_social_item {
    width: 30px;
    height: 30px;
  }
  .c_ttl.is_right {
    text-align: right;
  }
  .c_ttl_en {
    margin-top: 20px;
  }
  .c_ttl_en::before {
    width: 50px;
  }
  .c_submv {
    padding-top: 180px;
  }
  .c_submv_inner {
    padding: 0 40px;
    max-width: 1360px;
  }
  .c_submv_img {
    margin-top: 89px;
  }
  .c_submv_content__inner {
    padding-bottom: clamp(2.5rem, 26.5625vw + -10.25rem, 6.75rem);
  }
  .c_submv_content__desc {
    padding-left: clamp(0rem, 11.3636363636vw + -7.2727272727rem, 1.25rem);
  }
  .c_heading_jp {
    gap: 0 20px;
  }
  .c_heading_en {
    margin-top: 20px;
  }
  .c_heading_en::before {
    width: 50px;
    position: relative;
    top: 2px;
  }
  .c_rice::after {
    width: 460px;
  }
  .c_farmstay {
    padding: 200px 0 167px;
  }
  .c_farmstay .c_ttl::after {
    width: 247px;
    top: 48px;
  }
  .c_farmstay_inner {
    padding: 0 20px;
  }
  .c_farmstay_slider {
    margin-top: 59px;
    padding-bottom: 170px;
  }
  .c_farmstay_slider__img {
    width: 401px;
    margin-right: 80px;
  }
  
  .c_farmstay_slider__list .host-link:nth-child(even){
    transform: translateY(110px);
  }
  /* .c_farmstay_slider__img:nth-child(even) {
    transform: translateY(110px);
  } */
  .c_farmstay_btn {
    text-align: right;
  }
  .c_farmstay_btn::after {
    bottom: 30px;
    width: 500px;
  }
  body {
    font-size: 1rem;
  }
  :where(a:hover, .h_opacity:hover) {
    opacity: 0.7;
  }
  .h_zoom:hover .h_zoom_img img {
    transform: scale(1.1);
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: initial !important;
  }
  .sp {
    display: none !important;
  }
  a[href^=tel] {
    pointer-events: none;
  }
  .container {
    max-width: 1280px;
    padding: 0 40px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .c_totop {
    transition: background-color 0.5s ease;
  }
  .c_totop:hover {
    background-color: #F3B100;
  }
  .c_totop:hover::after {
    background-color: #FAF8F5;
  }
  .c_header_nav__sub a:hover {
    background-color: #40594b;
  }
  .c_btn:hover::before {
    background-color: #40594b;
  }
}
/*# sourceMappingURL=maps/common.css.map */
