@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --semi-fontsize: 0.77rem;
  --normal-fontsize: 0.82rem;
  --middle-fontsize: 0.95rem;
  --big-fontsize: 1.1rem;
  --line-height: 1.4;
}

@media screen and (min-width: 600px) {
  :root {
    --semi-fontsize: 0.82rem;
    --normal-fontsize: 0.92rem;
    --middle-fontsize: 1.05rem;
    --big-fontsize: 1.3rem;
    --line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --semi-fontsize: 0.85rem;
    --normal-fontsize: 1rem;
    --middle-fontsize: 1.2rem;
    --big-fontsize: 1.5rem;
    --line-height: 1.6;
  }
}
@media screen and (min-width: 1536px) {
  :root {
    --semi-fontsize: 0.97rem;
    --normal-fontsize: 1.05rem;
    --middle-fontsize: 1.35rem;
    --big-fontsize: 1.7rem;
    --line-height: 1.7;
  }
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
  }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--normal-fontsize);
  font-style: normal;
  color: #231815;
  background: #FFF;
  line-height: var(--line-height);
  letter-spacing: 0.01rem;
  font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

@media screen and (min-width: 1024px) {
  body {
    font-weight: 500;
  }
}


p {
  word-break: break-word;
  font-size: var(--normal-fontsize);
  line-height: var(--line-height);
}

a {
  text-decoration: none;
  color: #000;
  font-size: var(--normal-fontsize);
  line-height: var(--line-height);
}

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

table {
  border-collapse: collapse;
}

ol, ul {
  list-style: none;
  font-size: var(--normal-fontsize);
}

a:link, a:visited, a:active, a:hover {
  overflow: hidden;
  outline: none;
}

.tb-only,
.pc-only {
  display: none;
}

@media screen and (min-width: 600px) {
  .sp-only {
    display: none;
  }

  .tb-only {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .pc-only {
    display: block;
  }
}

/*-- ここからHEADER --*/
.logo_group{
  display: flex;
  align-items: center;
}
header {
  /* box-shadow: 0px 3px 15px rgba(0,0,0,0.2); */
  z-index: 99;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  line-height: 1.5;
}
.header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0.5em;
}
.header p{
  letter-spacing: 0.01em;
  line-height: 1.5;
}
.logo_group{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.h_logo{
    width: 50px;
    padding: 0.2em;
    line-height: 0;
}
.h_logo img {
  line-height: 0;
}
.hows_logo{
  max-width: 380px;
  margin: 0;
  font-size: 20px;
  padding: 5px 5px 0 5px;
  text-align: left;
}
.hows_logo img {
  width: 220px;
}
.hows_logo p {
  color: #000;
  font-size: 11px;
  padding-left: 1.5px;
  padding-bottom: 1px;
  letter-spacing: 0.05em;
}
.header nav {
  margin: 0 0 0 auto;
}
.header ul {
  list-style: none;
  margin: 0;
  display: flex;
}
.header li {
  margin: 0 0 0 8px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.header a{
  color: #333;
}
.header_left{
  display: flex;
  align-items: center;
}
.unei_logo{
  padding: 5px 0 0 40px;
}
.pc-nav li{
  text-align: center;
}
.pc-nav img{
  width: 25px;
}
.sp-nav {
  display: none;
}
.gnavi__lists {
  display: flex;
}
.gnavi__list {
  width: 20%;
  width: 400px;
  /* height: 60px; */
  position: relative;
  transition: all .3s;
}

.gnavi__list a {
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #1b4059;
  font-size: 0.8rem;
  letter-spacing: 0.01em;
  transition: all .3s;
}
.gnavi__list ul{
  display: block;
  padding: 1em 0;
}
.dropdown__lists {
visibility: hidden;
  opacity: 0;
  transition: all .3s;
  width: 100%;
  position: absolute;
  top: 57px;
  right: 0;
  width: 400px;
  background: #FFF;
}
.gnavi__list:hover .dropdown__lists {
visibility: visible;
  opacity: 1;
}
.dropdown__ttl {
  height: 40px;
  position: relative;
  padding: 1em 1em 0;
  font-size: 1.6rem;
  color: #f30a72;
}
.dropdown__list {
  height: 40px;
  transition: all .3s;
  position: relative;
  padding: 0 1em;
}
.dropdown__list:not(:first-child)::before{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.dropdown__list:hover {
  background: #b8d0d0;
  color: #FFF;
}
.dropdown__list a {
  display: flex;
  align-items: center;
  color: #1b4059;
  text-decoration: none;
  position: relative;
}
.dropdown__ttl {
  display: flex;
  align-items: center;
  color: #f30a72;
  text-decoration: none;
  position: relative;
}
.dd_l_red p{
  color: #f60000;
}
.swing {
  max-width: 80px;
}
.swing p {
    font-size: 11px;
    padding: 0.3em 0 0;
}
.swingnew {
  position: absolute;
  font-size: 0.6rem;
  color: #f60000;
  top: 0;
  left: 0;
}
/* .swing:hover {
  animation-name: swing;
  animation-duration: 2s;
  animation-delay: .1s;
}
@keyframes swing {
  0%,100% {
    -webkit-transform-origin: top center;
  }
  10% { -webkit-transform: rotate(-15deg); }
  20% { -webkit-transform: rotate(10deg); }
  30% { -webkit-transform: rotate(-5deg); }
  40% { -webkit-transform: rotate(5deg); }
  50% { -webkit-transform: rotate(-3deg); }
  60% { -webkit-transform: rotate(2deg); }
  70% { -webkit-transform: rotate(-2deg); }
  80% { -webkit-transform: rotate(1deg); }
  90% { -webkit-transform: rotate(-1deg); }
  100% { -webkit-transform: rotate(0deg); }
} */

@media screen and (max-width: 1024px) {
.pc-nav {
  display: none;
}
.sp-nav {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100vh;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  transform: translateY(-100%);
  transition: all .2s ease-in-out;
}
.sp-nav a{
  color: #FFF;
}
.unei_logo{
  display: none;
}
#hamburger {
  position: relative;
  display: block;
  width: 30px;
  height: 25px;
  margin: 0 0 0 auto;
}
#hamburger span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  transform: translateY(-50%);
}
#hamburger::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
}
#hamburger::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 2px;
  background-color: #333;
}
/*スマホメニュー*/
.sp-nav ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.sp-nav li {
  margin: 0;
  padding: 0;
}
.sp-nav li span {
  font-size: 15px;
  color: #FFF;
}
.sp-nav li a, .sp-nav li span {
  display: block;
  padding: 20px 0;
}
/*-閉じるアイコンー*/
.sp-nav .close {
  position: relative;
  padding-left: 20px;
}
.sp-nav .close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 1px;
  background: #fff;
  transform: rotate( 45deg );
}

.sp-nav .close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 1px;
  background: #fff;
  transform: rotate( -45deg );
}
.toggle {
  transform: translateY( 0 );
  opacity: 1;
}
}
@media screen and (max-width: 399px) {
  .hows_logo {
    width: 100%;
}
  .hows_logo p {
    font-size: 0.6rem;
}
}
/*-- ここまでHEADER --*/

/* ここから 全体設定 */
.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}

.fixed-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/bg_body.avif') no-repeat center center;
  background-size: cover;
  filter: blur(8px) brightness(1.1);
  transform: scale(1.05); 
  z-index: -2;
}

.fixed-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.45);
  z-index: -1;
}

.main-wrapper {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .main-wrapper {
    max-width: 900px;
  }
}

@media screen and (min-width: 1440px) {
  .main-wrapper {
    max-width: 1000px;
  }
}

.section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 8%;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .container {
    padding: 100px 80px;
  }
}
/* ここまで 全体設定 */

/* side left*/
.side-nav {
  display: none;
}

@media screen and (min-width: 1280px) {

  .side-nav {
    display: block;
    position: fixed;
    left: 20px;
    top: 60%;
    transform: translateY(-50%);
    z-index: 99;
  }

  .side-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .side-nav ul li {
    margin-bottom: 25px;
  }

  .side-nav ul li a {
    text-decoration: none;
    color: #331D05;
    font-size: 0.85rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    padding-left: 10px;
    transition: color 0.2s ease-out;
  }

  .side-nav ul li a::before {
    content: '';
    width: 40px;
    height: 2px;
    background: #f2f2f2;
    margin-right: 15px;
    flex-shrink: 0;
    transform: scaleX(0.35);
    transform-origin: left;
    transition: transform 0.2s ease-out, background 0.2s ease-out;
  }

  .side-nav ul li a.active {
    color: #F6BD70;
  }

  .side-nav ul li a.active::before {
    transform: scaleX(1);
    background: #F6BD70;
  }
}
/* side left*/

/* side right*/
.side-reserve {
  display: none;
}

@media screen and (min-width: 1440px) {
  .side-reserve {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 100;
    width: 180px;
  }

  .side-reserve__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .side-reserve__title {
    width: 100%;
    margin-bottom: 5px;
  }

  .side-reserve__title img {
    width: 100%;
    height: auto;
    display: block;
  }

  .side-reserve__list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }

  .side-reserve__list li {
    margin-bottom: 15px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  }

  .side-reserve__list li:last-child {
    margin-bottom: 0;
  }

  .side-reserve__list li a {
    display: block;
    text-decoration: none;
  }

  .side-reserve__list li img {
    width: 100%;
    height: auto;
    display: block;
  }

  .side-reserve__list li:hover {
    transform: scale(1.05);
  }
}

@media screen and (min-width: 1500px) {
  .side-reserve {
    width: 220px;
  }

  .side-reserve__list {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1680px) {
  .side-reserve {
    right: 20px;
    width: 300px;
  }

  .side-reserve__list {
    padding: 0 40px;
  }

  .side-reserve__inner {
    gap: 20px;
  }

}

@media screen and (min-width: 1900px) {
  .side-reserve {
    right: 60px;
  }

  .side-reserve__inner {
    gap: 25px;
  }

}
/* side right*/

/* ここから kv */
.section-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/kv_bg.avif') no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
}

.hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-title-wrapper {
  width: 90%;
  max-width: 700px;
  margin-bottom: 40px;
  animation: floatAnim 4s ease-in-out infinite;
}

@keyframes floatAnim {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

.hero-title-img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.2));
}

.hero-info-card {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 300px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  border: 2px solid #321e02;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  box-sizing: border-box;
}

.hero-info-card-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.hero-info-card-inner .info-badge {
  color: #321e02;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 4px;
}

.hero-info-card-inner .info-details {
  padding-left: 20px;
  border-left: 1px solid #321e02;
}

.hero-info-card-inner .reserve {
  font-weight: bold;
  font-size: var(--big-fontsize);
  color: #321e02;
  text-align: left;
}

.hero-info-card-inner .condition {
  font-size: var(--semi-fontsize);
  color: #333;
  margin: 0;
  line-height: 1.2;
}

.hero-reserve {
  font-size: var(--middle-fontsize);
  font-weight: bold;
  color: #FFF;
  background: #321e02;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  width: fit-content;
  margin: auto;
}

.hero-reserve:hover {
  background: #5d3510;
  transform: translateY(-2px);
}

@media screen and (min-width: 768px) {
  .hero-info-card {
    width: 100%;
    max-width: 440px;
    padding: 30px 0px;
    bottom: 80px;
  }

  .hero-info-card-inner {
    justify-content: center;
    gap: 30px;
  }

  .hero-info-card-inner .info-badge {
    font-size: 2.2rem;
  }

  .hero-info-card-inner .info-details {
    padding-left: 30px;
  }

  .hero-info-card-inner .reserve {
    font-size: 1.6rem;
  }

  .hero-info-card-inner .condition {
    font-size: 1.1rem;
  }

  .hero-reserve {
    font-size: 1.3rem;
    margin: 10px auto 0;
  }
}

@media screen and (min-width: 1024px) {
  .hero-info-card {
    bottom: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-info-card {
    bottom: 80px;
  }
}
/* ここまで kv */

/* ここから about */
.section__about{
  background: #FFF;
}

.about__upper__title{
  text-align: center;
  font-size: var(--big-fontsize);
}

.about__upper__image{
  padding: 0 0 10px;
}

.about__middle__title{
  text-align: center;
  font-size: var(--big-fontsize);
  font-weight: 700;
}

.about__upper__text{
  padding: 10px 0 15px;
}

.about__sozai{
  padding: 0 0 30px;
}

.about__bottom{
  background: #fee39a;
  padding: 20px 25px 25px;
  border-radius: 24px;
}

.about__bottom__title{
  text-align: center;
  font-size: var(--big-fontsize);
  font-weight: 700;
}

.about__bottom__image{
  padding: 10px 8%;
}

.about__bottom__hinshu{
  text-align: center;
  font-size: var(--big-fontsize);
  font-weight: 700;
}

.about__bottom__text{
  padding: 8px 0 0;
  font-size: var(--semi-fontsize);
}

@media screen and (min-width: 600px) {
  .about__upper__image{
    padding: 30px 0;
  }

  .about__upper__text {
    padding: 15px 0 30px;
    text-align: center;
    line-height: 2;
  }

  .about__bottom {
    padding: 30px 40px;
  }

  .about__bottom__text {
    font-size: var(--normal-fontsize);
    padding: 10px 20px;
  }
}

@media screen and (min-width: 1024px) {
  .about__sozai {
    padding: 0 0 60px;
    width: 780px;
    margin: auto;
  }

  .about__bottom {
    padding: 40px 60px;
  }

}
/* ここまで about */

/* ここから vege__present */
.vege__present{
  background: #F4F2F5;
}

.vege__present__sub{
  text-align: center;
}

.vege__present__title{
  text-align: center;
  font-size: var(--big-fontsize);
  padding: 5px 0 15px;
  color: #d51c1c;
}

.vege__present__caution{
  font-size: var(--semi-fontsize);
  padding: 20px;
}

@media screen and (min-width: 1024px) {
  .vege__present__sub {
    font-size: var(--middle-fontsize);
  }

  .vege__present__title {
    padding: 5px 0 30px;
  }

  .vege__present__caution{
    padding: 20px 20px 0;
    text-align: center;
  }
}
/* ここまで vege__present */

/* ここから gaiyou */
.section-gaiyou {
  background-color: #fde9d9;
  line-height: 1.6;
}

.gaiyou__wrap {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(54, 27, 0, 0.05);
}

.gaiyou__h2 {
  text-align: center;
  font-size: var(--big-fontsize);
  font-weight: 700;
  position: relative;
  margin: 20px 0;
  padding-bottom: 15px;
}

.gaiyou__h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 3px;
  background-color: #361b00;
  border-radius: 3px;
}

.gaiyou__group {
  text-align: center;
  margin-bottom: 20px;
  background-color: #fde9d9;
  padding: 20px;
  border-radius: 16px;
}

.gaiyou__sttl {
  font-weight: bold;
  margin-bottom: 5px;
  color: #d51c1c;
  border-bottom: 1px solid #d51c1c;
  padding-bottom: 5px;
  font-size: var(--middle-fontsize);
}

.gaiyou__ttl {
  font-weight: 800;
  margin-bottom: 10px;
  color: #d51c1c;
  font-size: var(--big-fontsize);
}

.gaiyou__ttl span {
  font-size: 0.7em;
  margin-left: 5px;
  font-weight: 500;
  color: #232323;
}

.gaiyou__add {
  font-size: var(--semi-fontsize);
  opacity: 0.8;
}

.gaiyou__detail {
  list-style: none;
  padding: 0;
  width: fit-content;
  margin: 0 auto 20px;
}

.gaiyou__sub{
  font-size: var(--semi-fontsize);
}

.gaiyou__detail li {
  margin-bottom: 10px;
  padding-left: 1.5em;
  position: relative;
}

.gaiyou__detail li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #361b00;
}

.caution-text {
  font-size: 0.7rem;
  color: #d51c1c;
}

.gaiyou__caution {
  background-color: #f9f9f9;
  padding: 20px 20px 12px;
  border-radius: 12px;
  border: 1px dashed #361b00;
  list-style: none;
  margin-bottom: 20px;
}

.gaiyou__caution li {
  margin-bottom: 8px;
  line-height: 1.4;
}

.insta__info {
  text-align: center;
  margin-bottom: 20px;
}

.insta__figure {
  margin: 30px auto 5px;
  max-width: 160px;
}

.insta__figure img {
  width: 100%;
  height: auto;
}

.insta__text{
  font-size: var(--semi-fontsize);
}

@media screen and (min-width: 600px) {
  .gaiyou__wrap {
    padding: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .gaiyou__wrap {
    padding: 60px 40px;
  }

  .gaiyou__group {
    width: fit-content;
    margin: 30px auto;
    padding: 25px 60px;
  }

  .gaiyou__sttl {
    font-size: 1.5rem;
  }

  .gaiyou__ttl {
    font-size: 1.9rem;
    letter-spacing: 0.05em;
  }

  .gaiyou__ttl span {
    letter-spacing: 0.02em;
  }

  .gaiyou__detail {
    margin: 0 auto 30px;
  }

  .gaiyou__caution{
    padding: 30px 40px 23px;
    width: fit-content;
    margin: auto;
  }

  .caution-text {
    font-size: 0.8rem;
  }

  .insta__info {
    margin-bottom: 30px;
  }

  .insta__text {
    font-size: var(--normal-fontsize);
  }
}

@media screen and (min-width: 1440px) {
  .gaiyou__h2 {
    margin: 30px 0;
  }

  .gaiyou__sttl {
    font-size: var(--middle-fontsize);
    margin-bottom: 0;
  }

  .gaiyou__ttl {
    font-size: 1.9rem;
    margin-bottom: 0;
  }
}

.schedule__caution{
  text-align: center;
  margin: 0 0 15px;
  font-size: var(--semi-fontsize);
}

.schedule__h3{
  text-align: center;
  font-size: var(--middle-fontsize);
  margin: 0 0 10px;
}

.schedule__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.schedule__item {
  border-bottom: 1px solid #fde9d9;
  padding-bottom: 20px;
}

.schedule__table {
  width: 100%;
  border-collapse: collapse;
}

.schedule__table tbody {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
}

.schedule__table tr {
  display: flex;
  flex-direction: column;
  border: 1px solid #361b00;
  padding: 15px;
  width: 100%;
  margin: 0;
  border-radius: 12px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.schedule__table th {
  display: block;
  text-align: center;
  color: #361b00;
  padding: 0 0 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #361b00;
}

.info-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.btn-gaiyou {
  display: block;
  background-color: #361b00;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 5px;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .schedule__table {
    display: block;
    margin: 20px 0 0;
    width: 100%;
  }

  .schedule__table tbody {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 100%;
  }

  .schedule__table tr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: none;
    margin: 0;
    height: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
  }

  .schedule__table th {
    display: block;
    width: 100%;
    min-width: 0;
    border-bottom: none;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
    background: #361b00;
    color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
  }

  .schedule__table td {
    display: block;
    width: 100%;
    padding: 0;
  }

  .info-row {
    flex-direction: column;
    margin-right: 0;
    text-align: center;
  }

  .btn-area {
    width: 100%;
  }

  .btn-gaiyou {
    font-size: 0.85rem;
    padding: 10px 5px;
  }

}

@media screen and (min-width: 1024px) {

  .schedule__table tbody {
    gap: 15px;
  }
  
  .schedule__table tr {
    padding: 20px 15px;
  }
  
  .btn-gaiyou {
    font-size: 0.9rem;
  }

  .info-row {
    flex-direction: column; 
    margin-right: 0;
    text-align: center;
  }

  .btn-gaiyou{
    font-size: 0.9rem;
  }

  .btn-area {
    width: 100%;
  }

}
/* ここまで gaiyou */

/* ここから jyoken */
.section-jyoken {
  background-color: #f4f2f4;
}

.jyoken__main {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(54, 27, 0, 0.05);
}

.jyoken__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.jyoken__icon {
  width: 50px;
}

.jyoken__icon img {
  width: 100%;
}

.jyoken__sttl {
  color: #006400;
  font-weight: bold;
  text-align: center;
  margin-right: 40px;
}

.jyoken__ttl {
  font-size: var(--big-fontsize);
  font-weight: bold;
  color: #361b00;
}

.jyoken__lead {
  text-align: center;
  margin-bottom: 15px;
}

.jyoken__box {
  border: 2px solid #361b00;
  border-radius: 12px;
  margin-bottom: 0;
  position: relative;
}

.jyoken__box-inner {
  padding: 15px 15px 20px;
}

.bg-pink {
  background-color: #fde9d9;
}

.jyoken__box-head {
  padding: 10px 0;
  margin-bottom: 10px;
  text-align: center;
}

.jyoken__box-ttl {
  font-size: var(--big-fontsize);
  font-weight: bold;
}

.jyoken__logo-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 5px;
}

.logo-hows { width: 60px; }
.logo-card { width: 50px; }

.jyoken__shop-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
  width: 100%;
}

.logo-hows-s {
  width: 80px;
  height: auto;
}

.jyoken__shop-name {
  font-weight: bold;
  font-size: var(--middle-fontsize);
  line-height: 1.4;
  color: #361b00;
}

.jyoken__shop-name span {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  margin-top: 4px;
}

.jyoken__price-box {
  margin-top: 10px;
  padding: 10px;
}

.jyoken__price-box .price {
  font-weight: 500;
  color: #361b00;
}

.jyoken__price-box .price strong {
  font-size: 1.5rem;
}

.jyoken__price-box .period {
  background-color: #fff;
  display: inline-block;
  padding: 2px 10px;
  margin-top: 5px;
  color: #d51c1c;
  font-weight: bold;
}

.jyoken__box-body {
  text-align: center;
  line-height: 1.4;
}

.txt-red {
  color: #d51c1c;
  font-weight: bold;
  margin-top: 5px;
}

.jyoken__divider {
  text-align: center;
  position: relative;
  z-index: 2;
}

.jyoken__divider span {
  background-color: #361b00;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 0.8rem;
}

.jyoken__foot-lead {
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
}

.jyoken__banner {
  background-color: #361b00;
  color: #fde9d9;
  text-align: center;
  padding: 15px 10px;
  font-weight: bold;
  border-radius: 12px;
}

@media screen and (min-width: 768px) {
  .jyoken__main {
    padding: 40px;
  }

  .jyoken__icon {
    width: 80px;
  }

  .jyoken__ttl {
    font-size: 2.2rem;
  }

  .jyoken__box-ttl {
    font-size: 1.5rem;
  }

  .logo-hows { 
    width: 80px; 
  }

  .logo-card { 
    width: 60px; 
  }

  .jyoken__shop-info {
    flex-direction: row;
    text-align: left;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .logo-hows-s {
    width: 70px;
    margin-bottom: 10px;
  }

  .jyoken__shop-name {
    font-size: 1.2rem;
  }

  .jyoken__shop-name span {
    display: inline;
    margin-top: 0;
    margin-left: 5px;
    font-size: var(--semi-fontsize);
    font-weight: 500;
  }

  .jyoken__price-box {
    margin-top: 0;
    padding: 10px 10px 15px;
    flex: 1;
  }

  .jyoken__foot-lead {
    margin: 15px 0;
  }
}

@media screen and (min-width: 1024px) {
  .jyoken__main {
    padding: 60px 40px;
  }

  .jyoken__icon {
    width: 100px;
  }

  .jyoken__ttl {
    font-size: 2.4rem;
  }

  .jyoken__sttl {
    font-size: var(--middle-fontsize);
  }

  .jyoken__lead {
    margin-bottom: 25px;
  }

  .jyoken__box-inner {
    padding: 30px;
  }

  .jyoken__divider span {
    padding: 15px 30px;
    border-radius: 999px;
    font-size: var(--normal-fontsize);
  }

  .jyoken__shop-info {
    margin: -10px 0 0;
  }
}
/* ここまで jyoken */

/* ここから reserve */
.section-reserve {
  background-color: #ffffec;
  line-height: 1.6;
}

.reserve__wrap {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(54, 27, 0, 0.05);
}

@media screen and (min-width: 600px) {
  .reserve__wrap {
    padding: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .reserve__wrap {
    padding: 60px 40px;
  }
}

.reserve__h2 {
  text-align: center;
  font-size: var(--big-fontsize);
  font-weight: 700;
  color: #d51c1c;
  position: relative;
  margin: 5px 0 15px;
  padding-bottom: 10px;
}

.reserve__h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 3px;
  background-color: #d51c1c;
  border-radius: 3px;
}

.reserve__intro {
  text-align: center;
  background-color: #fde9d9;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.reserve__caution{
  background: #FFF;
  padding: 10px;
  width: fit-content;
  margin: auto;
  font-weight: bold;
}

.reserve__intro p {
  margin-bottom: 10px;
}

.reserve__intro p:last-child {
  margin-bottom: 0;
}

.txt-caution {
  color: #d51c1c;
  font-weight: bold;
}

.reserve__methods {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.reserve__method-box {
  border: 2px solid #361b00;
  border-radius: 12px;
  padding: 20px;
  text-align: left;
}

.reserve__method-ttl {
  font-size: var(--big-fontsize);
  font-weight: bold;
  color: #361b00;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.reserve__method-ttl span {
  background-color: #361b00;
  color: #fff;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: var(--middle-fontsize);
}

.reserve__method-body {
  text-align: center;
  padding-bottom: 10px;
}

.reserve__method-body p {
  margin-bottom: 6px;
}

.reserve__tel-name {
  font-weight: bold;
  font-size: var(--middle-fontsize);
}

.reserve__tel-num {
  font-weight: bold;
  color: #361b00;
  font-size: var(--middle-fontsize);
}

.reserve__tel-num a {
  text-decoration: none;
  color: inherit;
  font-size: var(--middle-fontsize);
}

.reserve__tel-time {
  background: #fde9d9;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 4px;
  font-weight: bold;
}

.reserve__tel-notes{
  margin-top: 10px;
}

.reserve__tel-notes p{
  opacity: 0.8;
  font-size: var(--semi-fontsize);
  margin-bottom: 0;
}

.reserve__form-placeholder {
  margin-top: 20px;
  padding: 20px;
  background-color: #eee;
  text-align: center;
  border-radius: 6px;
  font-style: italic;
}

@media screen and (min-width: 600px) {
  .reserve__methods {
    flex-direction: column; 
    align-items: center;
    gap: 40px;
  }

  .reserve__method-box {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 25px 40px;
  }

  .reserve__intro {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 30px;
  }

}

@media screen and (min-width: 1024px) {
  .reserve__h2 {
    margin: 20px 0 30px;
  }

  .reserve__caution{
    padding: 10px 20px;
  }
}
/* ここまで reserve */

/* ここから hows info */
.section-ito {
  background-color: #f2f2f2;
  line-height: 1.6;
  text-align: center;
}

.ito__wrap {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(54, 27, 0, 0.05);
}

@media screen and (min-width: 600px) {
  .ito__wrap {
    padding: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .ito__wrap {
    padding: 60px 40px;
  }
}

.ito__header-img{
  box-shadow: 2px 10px 20px rgba(54, 27, 0, 0.15);
}

.ito__h2 {
  font-size: var(--big-fontsize);
  color: #d51c1c;
  margin: 10px 0;
}

.ito__intro {
  margin-bottom: 20px;
  line-height: 1.6;
}

.ito__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}

.ito__gallery-item {
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}

.ito__gallery-item::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(54, 27, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ito__gallery-item:hover::after {
  opacity: 1;
}

.ito__gallery-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.ito__gallery-item:hover .ito__gallery-img {
  transform: scale(1.05);
}

.ito__map-wrap {
  width: 100%;
  margin-top: 20px;
}

.ito__map img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .ito__h2{
    margin: 20px 0 10px;
  }

  .ito__intro {
    margin-bottom: 30px;
  }

  .ito__gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .ito__map-wrap {
    margin-top: 30px;
  }
}

.ito-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 50px;
  left: 0; top: 0;
  width: 100%; 
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
}

.ito-modal__content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.ito-modal__content {
  max-width: 90vw;
  max-height: 80vh;
  object-fit: contain;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.ito-modal__close {
  position: absolute;
  top: 15px; right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
  z-index: 10000;
}

.ito-modal__close:hover {
  color: #fde9d9;
}

.ito-modal__prev,
.ito-modal__next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(54, 27, 0, 0.3);
}

.ito-modal__next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.ito-modal__prev {
  left: 0;
}

.ito-modal__prev:hover,
.ito-modal__next:hover {
  background-color: rgba(54, 27, 0, 0.8);
}

.ito__btn-area {
  margin: 20px auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.btn-ito-site {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  padding: 14px 18px;
  background-color: #5d3510;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(54, 27, 0, 0.3);
  transition: all 0.3s ease;
  overflow: hidden;
}

.btn-ito-site__icon {
  margin-left: 15px;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: relative;
  transition: transform 0.3s ease;
}

.btn-ito-site__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.btn-ito-site:hover {
  background-color: #361b00;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(54, 27, 0, 0.4);
}

.btn-ito-site:hover .btn-ito-site__icon {
  transform: translateX(5px); 
}

.btn-ito-site::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
  transition: 0.5s;
}

.btn-ito-site:hover::before {
  left: 150%;
}


@media screen and (min-width: 768px) {
  .ito__btn-area {
    margin-top: 30px;
  }
  
  .btn-ito-site {
    width: 400px;
    font-size: 1.2rem;
  }
}

/* ここまで hows info */

/* ここから cooking */
.section-cooking {
  background-color: #fbf5e9;
  line-height: 1.6;
  text-align: center;
}

.cooking__wrap {
  text-align: center;
}

.cooking__h2 {
  text-align: center;
  font-size: var(--middle-fontsize);
  font-weight: 700;
  color: #d51c1c;
  position: relative;
  padding-bottom: 10px;
  margin: 0 0 10px;
}

.cooking__h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 3px;
  background-color: #d51c1c;
  border-radius: 3px;
}

@media screen and (min-width: 600px) {
  .cooking__h2 {
    font-size: var(--big-fontsize);
  }
}

.cooking__text__wrap{
  background: #FFF;
  padding: 25px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(54, 27, 0, 0.05);
}

@media screen and (min-width: 600px) {
  .cooking__text__wrap{
    padding: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .cooking__text__wrap{
    padding: 60px 40px;
  }
}

.cooking__text{
  padding: 15px 0 0;
  text-align: left;
}

.cooking__text span{
  color: #d51c1c;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .cooking__text {
    padding: 20px 20px 0;
  }
}

.cooking__wrap img{
  margin: 0 auto 20px;
}

@media screen and (min-width: 768px) {
  .cooking__wrap img{
    margin: 0 auto 40px;
  }
}

@media screen and (min-width: 1024px) {
  .cooking__wrap img{
    margin: 0 auto 60px;
  }
}

.cooking__btn-area {
  margin: 20px auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.btn-cooking-site {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  padding: 14px 18px;
  background-color: #D36436;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(54, 27, 0, 0.3);
  transition: all 0.3s ease;
  overflow: hidden;
}

.btn-cooking-site__icon {
  margin-left: 15px;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: relative;
  transition: transform 0.3s ease;
}

.btn-cooking-site__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.btn-cooking-site:hover {
  background-color: #b64516;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(54, 27, 0, 0.4);
}

.btn-cooking-site:hover .btn-cooking-site__icon {
  transform: translateX(5px); 
}

.btn-cooking-site::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
  transition: 0.5s;
}

.btn-cooking-site:hover::before {
  left: 150%;
}


@media screen and (min-width: 768px) {
  .cooking__btn-area {
    margin-top: 30px;
  }
  
  .btn-cooking-site {
    max-width: 400px;
    font-size: 1.2rem;
  }
}

.cooking__kokodake {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(54, 27, 0, 0.05);
  margin: 40px 0 20px;
}

.cooking__kokodake__title{
  padding-bottom: 10px;
}

.cooking__kokodake img{
  box-shadow: 2px 10px 20px rgba(54, 27, 0, 0.15);
  transition: transform 0.5s ease;
}

.cooking__kokodake img:hover{
  transform: translateY(-5px);
    transform: scale(1.02);
}

@media screen and (min-width: 768px) {
  .cooking__kokodake {
    padding: 40px;
    margin: 60px 0 20px;
  }

  .cooking__kokodake__title {
    padding-bottom: 30px;
    font-size: var(--middle-fontsize);
  }
}

@media screen and (min-width: 1024px) {
  .cooking__kokodake {
    padding: 50px 40px 60px;
  }
}
/* ここまで cooking */

/* ここから premium */
.section-premium {
  background-color: #fafdf4;
  line-height: 1.6;
  text-align: center;
}

.premium__wrap {
  text-align: center;
}

.premium__h2 {
  font-size: var(--big-fontsize);
  color: #d51c1c;
  margin: 10px 0;
}

.premium__text{
  padding: 10px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .premium__h2 {
    margin: 0;
  }

  .premium__text {
    padding: 30px 40px 0;
    text-align: center;
  }
}

.premium__pop img{
  margin: 20px auto 0
}

@media screen and (min-width: 768px) {
  .premium__pop img{
    margin: 40px auto 0
  }
}

@media screen and (min-width: 1024px) {
  .premium__pop img{
    margin: 60px auto 0
  }
}

.premium__btn-area {
  margin: 20px auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.btn-premium-site {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  padding: 14px 18px;
  background-color: #5d3510;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(54, 27, 0, 0.3);
  transition: all 0.3s ease;
  overflow: hidden;
}

.btn-premium-site__icon {
  margin-left: 15px;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: relative;
  transition: transform 0.3s ease;
}

.btn-premium-site__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.btn-premium-site:hover {
  background-color: #361b00;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(54, 27, 0, 0.4);
}

.btn-premium-site:hover .btn-premium-site__icon {
  transform: translateX(5px); 
}

.btn-premium-site::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
  transition: 0.5s;
}

.btn-premium-site:hover::before {
  left: 150%;
}


@media screen and (min-width: 768px) {
  .premium__btn-area {
    margin-top: 30px;
  }
  
  .btn-premium-site {
    max-width: 400px;
    font-size: 1.2rem;
  }
}

/* ここまで premium */

/* ここから farm info */
.section-farm {
  background-color: #FFF;
  text-align: center;
}

.farm__wrap {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(54, 27, 0, 0.05);
}

  .farm__wrap  img{
    margin: 20px auto 0
  }

@media screen and (min-width: 600px) {
  .farm__wrap {
    padding: 40px;
  }

  .farm__wrap  img{
    margin: 40px auto 0
  }
}

@media screen and (min-width: 1024px) {
  .farm__wrap {
    padding: 60px 40px;
  }

  .farm__wrap  img{
    margin: 60px auto 0
  }
}

/* ここまで farm info */

/* ここから farm access */
.section-access {
  background-color: #ffffec;
}

.access__wrap {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(54, 27, 0, 0.05);
}

@media screen and (min-width: 600px) {
  .access__wrap {
    padding: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .access__wrap {
    padding: 60px 40px;
  }
}

.access__h2 {
  text-align: center;
  font-size: var(--big-fontsize);
  font-weight: 700;
  position: relative;
  margin: 20px 0;
  padding-bottom: 10px;
}

.access__h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 3px;
  background-color: #361b00;
  border-radius: 3px;
}

.access__main-visual img {
  width: 240px;
  height: auto;
  margin: 10px auto;
  display: block;
}

.access__address-block {
  text-align: center;
  padding: 20px 10px;
  background-color: #fde9d9;
}

.access__ad{
  font-size: var(--middle-fontsize);
  font-weight: bold;
  color: #361b00;
  margin-bottom: 10px;
}

.access__zip {
  font-size: var(--middle-fontsize);
  font-weight: bold;
  color: #361b00;
}

.access__note {
  margin-top: 10px;
  line-height: 1.5;
}

.access__map-full {
  width: 100%;
  height: 300px;
  margin: 20px auto;
}

.access__map-full iframe {
  width: 100% !important;
  height: 100% !important;
}

.access__feature-img img {
  width: 100%;
  height: auto;
  display: block;
}

.access__parking-info {
  text-align: center;
  padding: 30px 0;
}

.parking-tag {
  background-color: #361b00;
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 15px;
}

.parking-text {
  font-size: var(--middle-fontsize);
  font-weight: bold;
}

.access__transport {
  padding: 0 20px 40px;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  text-align: center;
}

.access__transport h3 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #361b00;
}

.access__sns-links {
  padding: 0 20px;
  max-width: 900px;
  margin: 0 auto;
}

.sns-ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
  color: #004d40;
}

.sns-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 240px;
  margin: 0 auto;
}

.sns-card {
  text-decoration: none;
  color: #333;
  border: 2px solid #00a896;
  border-radius: 16px;
  padding: 15px;
  transition: all 0.3s ease;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 168, 150, 0.08);
}

.sns-card:hover {
  background-color: #f0fdfa;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 168, 150, 0.15);
}

.sns-card__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.sns-card__icon {
  flex: 0 0 40px;
  line-height: 0;
}

.sns-card__icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.sns-card__text {
  text-align: left;
}

.sns-card__text .label {
  font-weight: bold;
  font-size: 1.1rem;
  color: #00a896;
  margin: 0;
}

.sns-card__text .id,
.sns-card__text .url {
  font-size: var(--semi-fontsize);
  margin: 2px 0;
  word-break: break-all;
}

.sns-card__text .btn-text {
  font-size: var(--semi-fontsize);
  opacity: 0.8;
  margin: 0;
}

.access__footer {
  margin: 40px auto 20px;
  text-align: center;
}

.footer-copy {
  background-color: #fde9d9;
  padding: 15px 20px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .access__main-visual img {
    width: 480px;
    margin: 0 auto 30px;
  }

  .access__h2 {
    margin: 20px 0 30px;
  }

  .access__map-full {
    height: 450px;
    margin: 30px auto;
  }
  
  .sns-grid {
    flex-direction: row;
    gap: 20px;
    max-width: 1000px;
  }
  
  .sns-card {
    flex: 1;
    padding: 30px 20px;
  }

  .sns-card__inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 12px;
  }

  .sns-card__icon {
    flex: 0 0 50px;
    width: 50px;
  }

  .sns-card__text {
    text-align: center;
  }

  .sns-card__text .label {
    margin-bottom: 5px;
  }

  .sns-card__text .btn-text {
    margin-top: 8px;
    display: inline-block;
    background: #00a896;
    color: #fff;
    padding: 4px 20px;
    border-radius: 20px;
  }

  .footer-copy {
    padding: 20px 60px;
  }

  .footer-copy p{
    padding: 10px 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .access__main-visual img {
    width: 700px;
    margin: 0 auto 30px;
  }
}
/* ここまで farm access */

/* ここから フッター上部イメージ */
.footer__image{
  line-height: 0;
  z-index: 9999;
  position: relative;
}

@media screen and (min-width: 2000px) {
  .footer__image{
    display: none;
  }
}
/* ここまで フッター上部イメージ */

/* ここから フッター */
#footer {
  color: #ffffff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  background-color: #644136;
  position: relative;
  z-index: 9999;
}

#footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
  font-size: var(--semi-fontsize);
}

.footer-primary {
  padding: 50px 30px 40px;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.footer-logo-img {
  width: 40px;
  height: auto;
}

.logo-sub{
  font-size: var(--semi-fontsize);
}

.logo-main {
  font-size: var(--big-fontsize);
  font-weight: bold;
  line-height: 1.4;
}

.address {
  font-size: var(--semi-fontsize);
  margin-bottom: 40px;
  opacity: 0.9;
}

.mail-protect::after {
  content: "@hi-nafarm.jp";
}

.footer-left{
  margin-bottom: 40px;
}

.footer-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.navi-parent {
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navi-list {
  list-style: none;
  font-size: 0.85rem;
}

.navi-list li {
  margin-bottom: 10px;
}

.navi-list i {
  margin-right: 6px;
  opacity: 0.5;
}

.footer-secondary {
  background-color: #461f13;
  padding: 20px;
  text-align: center;
}

.copyright {
  font-size: 0.75rem;
  opacity: 0.6;
}

@media screen and (min-width: 600px) {
  .footer-primary {
    padding: 60px 80px;
  }

  .footer-right {
    grid-template-columns: repeat(3, auto);
    gap: 60px;
  }
}

@media screen and (min-width: 1280px) {
  .footer-primary {
    padding: 80px 100px;
  }

  .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-left {
    width: 30%;
  }

  .footer-right {
    width: 65%;
    justify-content: flex-end;
  }

  .footer-logo-img {
    width: 60px;
  }

  .address {
    margin: 20px 0 0 10px;
  }
}

@media screen and (min-width: 1900px) {
  .footer-primary {
    padding: 100px;
  }

  .footer-container {
    max-width: 1400px;
  }

  .footer-right {
    gap: 100px;
  }
}
/* ここまで フッター */

/* go to TOP */
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  background:#644136;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size:0.6rem;
  transition:all 0.3s;
}

#page-top a:hover{
  background: #777;
}

#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (max-width: 768px) {
  #page-top a{
    opacity: 0.5;
  }
}
#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}
.pagetop:hover {
  opacity: .8;
}
/* go to TOP */

/* ここから ご予約ボタン */
.reservation_form_btn_box {
  /*   width: 100%; */
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .reservation_form_btn_box .imo_reserve_caution {
    width: 100%;
    margin-top: 1em;
  }
  .reservation_form_btn_box .imo_reserve_caution span {
    margin: auto;
    display: block;
      max-width: 360px;
    text-align: center;
  }
  .reservation_form_caution {
    padding: 0.5em 0 1em;
}
  @media screen and (max-width: 768px) {
    .reservation_form_btn_box .imo_reserve_caution span {
      width: 210px;
    }
  }
  .reservation_form_btn_box .about_nanohana_text {
    margin-bottom: 3.5em;
  }
  .reservation_form_btn_box button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 240px;
    color: #FFF;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border-radius: 50px;
    -webkit-box-shadow: 0.2rem 0.2rem 0px 0.1rem #eaeaea;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem #eaeaea;
    width: 45%;
    padding: 0;
  }
  .reservation_form_btn_box button a, .reservation_form_btn_box button p {
    color: #fff;
    font-size: 1.2rem;
    display: block;
    padding: 0.5em;
  }
  .reservation_form_btn_box .newline {
    width: 100%;
    height: 0;
    margin-bottom: 2em;
  }
  .reservation_form_btn_box button.is_open_form {
    border: 0.2rem solid #EF2D80;
    background: #EF2D80;
  }
  .reservation_form_btn_box button.is_open_form:hover {
    -webkit-transform: translate3d(0.2rem, 0.2rem, 0);
    transform: translate3d(0.2rem, 0.2rem, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.8;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .reservation_form_btn_box button.closed_form {
    background-color: #c7c7c7;
    border: 0.2rem solid #c7c7c7;
  }
  .reservation_form_btn_box button.closed_form span {
    position: absolute;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-size: 1.2em;
    left: 50%;
    top: -25px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    font-family: "Zen Maru Gothic", serif;
    font-size: 0.9em;
  }
  @media screen and (max-width: 768px) {
    .reservation_form_btn_box button.closed_form {
      margin-top: 1em;
    }
    /* .reservation_form_btn_box {
   width: 90%;
  } */
  }
  
  @media screen and (max-width: 768px) {
    .reservation_form_btn_box button {
      max-width: initial;
      width: 80%;
      margin-bottom: 2.5em;
    }
  }
  @media screen and (max-width: 600px) {
    .reservation_form_btn_box .newline {
      display: none;
    }
    button.is_open_form:last-child {
      margin-bottom: 1em;
  }
    .imo_reserve{
      margin: 0 auto;
    }
  }
  /*予約カウンタ*/
  .rsv_counter {
    width: 50%;
    text-align: center;
  }
/* ここまで ご予約ボタン */