@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 18px;
  line-height: 2;
  color: #333;
  min-height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}
@media (max-width: 559.98px) {
  html, body {
    font-size: 3.21vw;
    scroll-padding-top: 26.79vw;
  }
}

body.fixed {
  overflow: hidden;
}

#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -3;
}
#bg video {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  position: relative;
  z-index: -2;
}
#bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background: url("img/pattern-05.png");
  z-index: -1;
  opacity: 0.4;
}

.container {
  max-width: 560px;
  width: 100%;
  margin-left: auto;
  background: #fff;
  min-height: 100%;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 600;
}

.border-h {
  display: block;
  width: 100%;
  height: 3px;
  background: url("img/border-h.svg") no-repeat center/cover;
}
@media (max-width: 559.98px) {
  .border-h {
    height: 0.54vw;
  }
}

section {
  overflow-x: hidden;
}

hr {
  display: block;
  height: 1px;
  border: none;
  border-bottom: 1px solid #333;
  margin: 1em 0;
}

a {
  text-decoration: none;
  color: #333;
}

p {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-wrap: wrap;
}

.btn {
  font-size: 22px;
  font-weight: 600;
  width: 320px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 559.98px) {
  .btn {
    font-size: 3.93vw;
    width: 57.14vw;
    height: 10.71vw;
    border-radius: 5.36vw;
  }
}

.oshinagakihe {
  width: 60px;
  margin-top: 10px;
}
@media (max-width: 559.98px) {
  .oshinagakihe {
    width: 10.71vw;
    margin-top: 1.79vw;
  }
}

.scroll {
  position: absolute;
  bottom: 0%;
  writing-mode: vertical-rl;
}
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #333;
  bottom: -50px;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 10;
}
@media (max-width: 559.98px) {
  .scroll::before {
    bottom: -8.93vw;
    height: 10.71vw;
  }
}

.swiper-button-prev, .swiper-button-next {
  width: 48px;
  height: 48px;
  margin: 0;
  top: auto;
  bottom: 30px;
}
@media (max-width: 559.98px) {
  .swiper-button-prev, .swiper-button-next {
    width: 8.57vw;
    height: 8.57vw;
    bottom: 5.36vw;
  }
}

.swiper-button-prev {
  left: 0;
  right: auto;
}

.swiper-button-next {
  left: auto;
  right: 0;
}

.swiper-button-prev,
.swiper-button-next {
  height: 48px;
  width: 48px;
}
@media (max-width: 559.98px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 8.57vw;
    height: 8.57vw;
  }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 48px;
  margin: auto;
  width: 48px;
}
@media (max-width: 559.98px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    height: 8.57vw;
    width: 8.57vw;
  }
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(img/nav-l.png);
  background-image: image-set(url(img/nav-l.png) 1x, url(img/nav-l@2x.png) 2x);
  background-image: -webkit-image-set(url(img/nav-l.png) 1x, url(img/nav-l@2x.png) 2x);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(img/nav-r.png);
  background-image: image-set(url(img/nav-r.png) 1x, url(img/nav-r@2x.png) 2x);
  background-image: -webkit-image-set(url(img/nav-r.png) 1x, url(img/nav-r@2x.png) 2x);
}

.swiper-pagination-bullet-active {
  background: #333;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
@media (max-width: 559.98px) {
  .swiper-pagination-bullet {
    width: 1.79vw;
    height: 1.79vw;
  }
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
@media (max-width: 559.98px) {
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.43vw;
  }
}

.swiper-pagination {
  bottom: 40px !important;
}
@media (max-width: 559.98px) {
  .swiper-pagination {
    bottom: 7.14vw !important;
  }
}

header {
  width: 100%;
  background-color: #679cbe;
  position: sticky;
  top: 0;
  z-index: 99;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
header.open {
  background-color: #fff;
}
header.open .main {
  background-color: #fff;
}
header .main {
  height: 70px;
  background: url("img/header-bg.svg") no-repeat center/cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  background-color: #679cbe;
}
@media (max-width: 559.98px) {
  header .main {
    height: 12.5vw;
  }
}
header .main .menu-btn-box {
  width: 80px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 559.98px) {
  header .main .menu-btn-box {
    width: 14.29vw;
    height: 12.5vw;
  }
}
header .main .menu-btn-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
}
@media (max-width: 559.98px) {
  header .main .menu-btn-box img {
    width: 7.14vw;
  }
}
header .main .menu-btn-box .menu-btn-img {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
header .main .menu-btn-box .close-btn-img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
header .main .menu-btn-box.open .menu-btn-img {
  opacity: 0;
}
header .main .menu-btn-box.open .close-btn-img {
  opacity: 1;
}
header .main .logo-box {
  width: 193px;
  height: 25px;
  position: relative;
  z-index: 2;
}
@media (max-width: 559.98px) {
  header .main .logo-box {
    width: 34.46vw;
    height: 4.46vw;
  }
}
header .main .logo-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
header .main .logo-box .logo-wh {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
header .main .logo-box .logo-blue {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
header .main .logo-box.open .logo-wh {
  opacity: 0;
}
header .main .logo-box.open .logo-blue {
  opacity: 1;
}
header .sub {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-around;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
@media (max-width: 559.98px) {
  header .sub {
    height: 10.71vw;
  }
}
header .sub a {
  width: 139px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 559.98px) {
  header .sub a {
    width: 24.82vw;
    box-shadow: 0 0.71vw 0.71vw rgba(0, 0, 0, 0.1);
  }
}
header .sub a .okaimono {
  width: 87px;
}
@media (max-width: 559.98px) {
  header .sub a .okaimono {
    width: 15.54vw;
  }
}
header .sub a .event_info {
  width: 98px;
}
@media (max-width: 559.98px) {
  header .sub a .event_info {
    width: 17.5vw;
  }
}
header .sub a .farmexp {
  width: 99px;
}
@media (max-width: 559.98px) {
  header .sub a .farmexp {
    width: 17.68vw;
  }
}
header .sub a .inquiry {
  width: 86px;
}
@media (max-width: 559.98px) {
  header .sub a .inquiry {
    width: 15.36vw;
  }
}
header .menu {
  position: absolute;
  top: -980px;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  height: 780px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  padding: 50px 0 60px;
  transition: top 0.4s ease-in-out;
  background: #fff;
}
@media (max-width: 559.98px) {
  header .menu {
    top: -175vw;
    height: 139.29vw;
    gap: 8.93vw;
    padding: 8.93vw 0 10.71vw;
  }
}
header .menu.open {
  top: 130px;
}
@media (max-width: 559.98px) {
  header .menu.open {
    top: 23.21vw;
  }
}
header .menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 25px;
  padding: 0;
}
@media (max-width: 559.98px) {
  header .menu ul {
    gap: 4.46vw;
  }
}
header .menu ul li {
  list-style: none;
}
header .menu ul li a .news {
  width: 85.8px;
}
@media (max-width: 559.98px) {
  header .menu ul li a .news {
    width: 15.32vw;
  }
}
header .menu ul li a .intro {
  width: 134px;
}
@media (max-width: 559.98px) {
  header .menu ul li a .intro {
    width: 23.93vw;
  }
}
header .menu ul li a .original {
  width: 223px;
}
@media (max-width: 559.98px) {
  header .menu ul li a .original {
    width: 39.82vw;
  }
}
header .menu ul li a .fromfarmers {
  width: 153px;
}
@media (max-width: 559.98px) {
  header .menu ul li a .fromfarmers {
    width: 27.32vw;
  }
}
header .menu ul li a .access {
  width: 84px;
}
@media (max-width: 559.98px) {
  header .menu ul li a .access {
    width: 15vw;
  }
}
header .menu ul li a .shopinfo {
  width: 127px;
}
@media (max-width: 559.98px) {
  header .menu ul li a .shopinfo {
    width: 22.68vw;
  }
}
header .menu .links {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .menu .links .toneriko {
  width: 184px;
  margin-bottom: 30px;
}
@media (max-width: 559.98px) {
  header .menu .links .toneriko {
    width: 32.86vw;
    margin-bottom: 5.36vw;
  }
}
header .menu .links .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 53px;
  margin-bottom: 40px;
}
@media (max-width: 559.98px) {
  header .menu .links .sns {
    gap: 9.46vw;
    margin-bottom: 7.14vw;
  }
}
header .menu .links .solanofarm {
  width: 203px;
}
@media (max-width: 559.98px) {
  header .menu .links .solanofarm {
    width: 36.25vw;
  }
}

#home .slider {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
@media (max-width: 559.98px) {
  #home .slider {
    padding-bottom: 14.29vw;
  }
}
#home .slider #main-slider {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
#home .slider #main-slider .swiper-slide {
  background-position: center;
  background-size: cover;
}
#home .slider #main-slider .swiper-slide img {
  display: block;
  width: 100%;
}
#home #todaysinfo {
  background-color: #d2edff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
  padding: 1.25em 1em;
}
#home #todaysinfo .weather {
  width: 100%;
  height: auto;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home #todaysinfo .card {
  border-radius: 4px;
  padding: 0.25em 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  width: calc(50% - 0.25em);
  background: #fff;
}
@media (max-width: 559.98px) {
  #home #todaysinfo .card {
    border-radius: 0.71vw;
    box-shadow: 0 0 0.54vw rgba(0, 0, 0, 0.3);
  }
}
#home #todaysinfo .card.calendar-status {
  background: #679cbe;
  color: #fff;
  width: 100%;
  height: 80px;
}
@media (max-width: 559.98px) {
  #home #todaysinfo .card.calendar-status {
    height: 14.29vw;
  }
}
#home #todaysinfo .card.calendar-status p {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.25em;
}
@media (max-width: 559.98px) {
  #home #todaysinfo .card.calendar-status p {
    font-size: 5.71vw;
  }
}
#home #todaysinfo .card.calendar-status p span {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 559.98px) {
  #home #todaysinfo .card.calendar-status p span {
    font-size: 4.29vw;
  }
}
#home #todaysinfo .card.calendar-status.status-regular {
  background: #679cbe;
}
#home #todaysinfo .card.calendar-status.status-holiday {
  background: #808080;
}
#home #todaysinfo .card.parts {
  justify-content: flex-start;
}
#home #todaysinfo .card h5 {
  font-weight: 400;
  text-align: center;
  border-bottom: 1px dotted #333;
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
}
#home #todaysinfo .card ul {
  list-style: none;
  padding: 0;
  flex-grow: 1;
  margin-bottom: auto;
}
#home #todaysinfo .card ul li {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 559.98px) {
  #home #todaysinfo .card ul li {
    font-size: 3.93vw;
  }
}
#home #todaysinfo .cards {
  width: 100%;
  display: flex;
  gap: 0.5em;
}
#home #fukei {
  padding: 0 20px;
}
@media (max-width: 559.98px) {
  #home #fukei {
    padding: 0 3.57vw;
  }
}
#home #fukei .fukei {
  width: 194px;
  margin: 0 auto 0.5em;
}
@media (max-width: 559.98px) {
  #home #fukei .fukei {
    width: 34.64vw;
  }
}
#home #news {
  padding: 0 20px;
}
@media (max-width: 559.98px) {
  #home #news {
    padding: 0 3.57vw;
  }
}
#home #news .title-news {
  width: 141px;
  margin: 0 auto 0.5em;
}
@media (max-width: 559.98px) {
  #home #news .title-news {
    width: 25.18vw;
  }
}
#home #news ul {
  padding: 0;
  list-style: none;
}
#home #news ul li {
  border-bottom: 1px dotted #333;
}
#home #news ul li a {
  color: #333;
  display: block;
  font-size: 20px;
}
@media (max-width: 559.98px) {
  #home #news ul li a {
    font-size: 3.57vw;
  }
}
#home #news ul li a span {
  font-size: 14px;
  color: #808080;
  display: block;
  line-height: 1;
  margin: 1em 0 0;
}
@media (max-width: 559.98px) {
  #home #news ul li a span {
    font-size: 2.5vw;
  }
}
#home #news .gotoindex {
  display: block;
  text-align: right;
  font-size: 13px;
  color: #333;
}
@media (max-width: 559.98px) {
  #home #news .gotoindex {
    font-size: 2.32vw;
  }
}
#home #shopinfo {
  padding: 0 20px 130px;
  overflow-x: hidden;
}
@media (max-width: 559.98px) {
  #home #shopinfo {
    padding: 0 3.57vw 23.21vw;
  }
}
#home #shopinfo .title-shopinfo {
  width: 221px;
  margin: 0 auto 0.5em;
}
@media (max-width: 559.98px) {
  #home #shopinfo .title-shopinfo {
    width: 39.46vw;
  }
}
#home #shopinfo .slider-shopinfo {
  width: 100%;
}
#home #shopinfo .slider-shopinfo .swiper {
  padding-bottom: 80px;
  overflow: visible;
}
@media (max-width: 559.98px) {
  #home #shopinfo .slider-shopinfo .swiper {
    padding-bottom: 14.29vw;
  }
}
#home #shopinfo .slider-shopinfo .swiper-slide {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
  overflow: hidden;
  height: 550px;
}
@media (max-width: 559.98px) {
  #home #shopinfo .slider-shopinfo .swiper-slide {
    border-radius: 0.89vw;
    box-shadow: 0 0 0.71vw rgba(0, 0, 0, 0.3);
    padding-bottom: 3.57vw;
    height: 98.21vw;
  }
}
#home #shopinfo .slider-shopinfo .swiper-slide .img {
  margin-bottom: 0.75em;
}
#home #shopinfo .slider-shopinfo .swiper-slide h4 {
  display: block;
  margin: 0 auto 1em;
  text-align: center;
}
#home #shopinfo .slider-shopinfo .swiper-slide .sst-1 {
  width: 194px;
}
@media (max-width: 559.98px) {
  #home #shopinfo .slider-shopinfo .swiper-slide .sst-1 {
    width: 34.64vw;
  }
}
#home #shopinfo .slider-shopinfo .swiper-slide .sst-2 {
  width: 161.5px;
}
@media (max-width: 559.98px) {
  #home #shopinfo .slider-shopinfo .swiper-slide .sst-2 {
    width: 28.84vw;
  }
}
#home #shopinfo .slider-shopinfo .swiper-slide .sst-3 {
  width: 170px;
}
@media (max-width: 559.98px) {
  #home #shopinfo .slider-shopinfo .swiper-slide .sst-3 {
    width: 30.36vw;
  }
}
#home #shopinfo .slider-shopinfo .swiper-slide .sst-4 {
  width: 184px;
}
@media (max-width: 559.98px) {
  #home #shopinfo .slider-shopinfo .swiper-slide .sst-4 {
    width: 32.86vw;
  }
}
#home #shopinfo .slider-shopinfo .swiper-slide p {
  line-height: 1.5;
  padding: 0 12px;
  margin-bottom: 1em;
  font-size: 18px;
}
@media (max-width: 559.98px) {
  #home #shopinfo .slider-shopinfo .swiper-slide p {
    padding: 0 2.14vw;
    font-size: 3.21vw;
  }
}
#home #shopinfo .slider-shopinfo .swiper-slide .btn {
  color: #fff;
  background: #4d4d4d;
  margin: auto auto 0;
}
#home #onigiri {
  width: 100%;
  height: 490px;
  background-image: url(img/bg-onigiri.jpg);
  background-image: image-set(url(img/bg-onigiri.jpg) 1x, url(img/bg-onigiri@2x.jpg) 2x);
  background-image: -webkit-image-set(url(img/bg-onigiri.jpg) 1x, url(img/bg-onigiri@2x.jpg) 2x);
  background-position: center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 559.98px) {
  #home #onigiri {
    height: 84.11vw;
  }
}
#home #onigiri .onigiri-imgs {
  width: 1380px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 190px 0 25px;
  animation: marquee-right 20s linear infinite;
}
@media (max-width: 559.98px) {
  #home #onigiri .onigiri-imgs {
    width: 246.36vw;
    display: flex;
    align-items: center;
    gap: 0.89vw;
    margin: 33.93vw 0 4.46vw;
  }
}
#home #onigiri .onigiri-imgs img {
  width: 110px;
  height: 110px;
  border-radius: 55px;
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}
@media (max-width: 559.98px) {
  #home #onigiri .onigiri-imgs img {
    width: 19.64vw;
    height: 19.64vw;
    border-radius: 9.82vw;
  }
}
#home #onigiri .onigiri-imgs img:nth-child(odd) {
  margin: 0;
}
#home #onigiri .onigiri-imgs img:nth-child(even) {
  margin: 60px 0 0;
}
@media (max-width: 559.98px) {
  #home #onigiri .onigiri-imgs img:nth-child(even) {
    margin: 10.71vw 0 0;
  }
}
#home #onigiri .btn {
  background: #dcb34d;
  color: #333;
  margin: auto auto 20px;
}
@media (max-width: 559.98px) {
  #home #onigiri .btn {
    margin: auto auto 3.57vw;
  }
}
#home #kori {
  background: #fff;
  width: 100%;
  height: 530px;
  background-image: url(img/bg-kori.png);
  background-image: image-set(url(img/bg-kori.png) 1x, url(img/bg-kori@2x.png) 2x);
  background-image: -webkit-image-set(url(img/bg-kori.png) 1x, url(img/bg-kori@2x.png) 2x);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 559.98px) {
  #home #kori {
    height: 94.64vw;
  }
}
#home #kori .head-area {
  display: flex;
  gap: 23px;
}
@media (max-width: 559.98px) {
  #home #kori .head-area {
    gap: 4.11vw;
  }
}
#home #kori .head-area .img-kori {
  display: block;
  width: 200px;
  height: 200px;
  background-image: url(img/solanokori.png);
  background-image: image-set(url(img/solanokori.png) 1x, url(img/solanokori@2x.png) 2x);
  background-image: -webkit-image-set(url(img/solanokori.png) 1x, url(img/solanokori@2x.png) 2x);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -10px;
}
@media (max-width: 559.98px) {
  #home #kori .head-area .img-kori {
    width: 35.71vw;
    height: 35.71vw;
    margin-left: -1.79vw;
  }
}
#home #kori .head-area .text-kori {
  width: 275px;
}
@media (max-width: 559.98px) {
  #home #kori .head-area .text-kori {
    width: 49.11vw;
  }
}
#home #kori .kori-imgs {
  width: 1710px;
  display: flex;
  align-items: center;
  margin: 20px 0 0;
  animation: marquee-right 40s linear infinite;
}
@media (max-width: 559.98px) {
  #home #kori .kori-imgs {
    width: 305.4vw;
    margin: 3.57vw 0 0;
  }
}
#home #kori .kori-imgs img {
  width: 171px;
}
@media (max-width: 559.98px) {
  #home #kori .kori-imgs img {
    width: 30.54vw;
  }
}
#home #kori .btn {
  background: #ed86b3;
  color: #fff;
  margin: auto auto 20px;
}
@media (max-width: 559.98px) {
  #home #kori .btn {
    margin: auto auto 3.57vw;
  }
}
#home #original .title-original {
  width: 368px;
  margin: 0 auto 0.5em;
}
@media (max-width: 559.98px) {
  #home #original .title-original {
    width: 65.71vw;
  }
}
#home #original .originals {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 559.98px) {
  #home #original .originals {
    gap: 3.57vw;
  }
}
#home #original .originals .original-item {
  width: 250px;
  height: 250px;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 559.98px) {
  #home #original .originals .original-item {
    width: 44.64vw;
    height: 44.64vw;
    border-radius: 0.89vw;
    box-shadow: 0 0 0.36vw rgba(0, 0, 0, 0.3);
  }
}
#home #original .originals .original-item img {
  position: relative;
  z-index: 1;
}
#home #original .originals .original-item p {
  line-height: 1;
  position: absolute;
  bottom: 16px;
  z-index: 2;
}
@media (max-width: 559.98px) {
  #home #original .originals .original-item p {
    bottom: 2.86vw;
  }
}
#home #original .originals .original-item .okome {
  width: 163px;
  margin-top: -5px;
}
@media (max-width: 559.98px) {
  #home #original .originals .original-item .okome {
    width: 29.11vw;
    margin-top: -0.89vw;
  }
}
#home #original .originals .original-item .echigohime {
  width: 129px;
  margin-top: 19px;
}
@media (max-width: 559.98px) {
  #home #original .originals .original-item .echigohime {
    width: 23.04vw;
    margin-top: 3.39vw;
  }
}
#home #original .originals .original-item .jam {
  width: 188px;
  margin-top: 41px;
}
@media (max-width: 559.98px) {
  #home #original .originals .original-item .jam {
    width: 33.57vw;
    margin-top: 7.32vw;
  }
}
#home #original .originals .original-item .miso {
  width: 142px;
  margin-top: 31px;
}
@media (max-width: 559.98px) {
  #home #original .originals .original-item .miso {
    width: 25.36vw;
    margin-top: 5.54vw;
  }
}
#home #original .originals .original-item .mochi {
  width: 221px;
  margin-top: 44px;
}
@media (max-width: 559.98px) {
  #home #original .originals .original-item .mochi {
    width: 39.46vw;
    margin-top: 7.86vw;
  }
}
#home #original .originals .original-item .pizza {
  width: 195px;
  margin-top: 10px;
}
@media (max-width: 559.98px) {
  #home #original .originals .original-item .pizza {
    width: 34.82vw;
    margin-top: 1.79vw;
  }
}
#home #original .btn {
  width: 400px;
  height: 120px;
  border-radius: 60px;
  background-color: #679cbe;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  margin: 38px auto 0;
  position: relative;
}
@media (max-width: 559.98px) {
  #home #original .btn {
    width: 71.43vw;
    height: 21.43vw;
    border-radius: 10.71vw;
    gap: 2.86vw;
    margin: 6.79vw auto 0;
  }
}
#home #original .btn img {
  width: 255px;
}
@media (max-width: 559.98px) {
  #home #original .btn img {
    width: 45.54vw;
  }
}
#home #original .btn span {
  font-size: 13px;
  line-height: 1;
}
@media (max-width: 559.98px) {
  #home #original .btn span {
    font-size: 2.32vw;
  }
}
#home #original .btn p {
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 559.98px) {
  #home #original .btn p {
    font-size: 2.86vw;
  }
}
#home #original .btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #679cbe;
  translate: -50% -100%;
}
@media (max-width: 559.98px) {
  #home #original .btn::after {
    border-width: 0 1.79vw 3.57vw 1.79vw;
  }
}
#home #original .modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s;
}
#home #original .modal.active {
  display: flex;
}
#home #original .modal-content {
  position: fixed;
  margin: auto 40px auto auto;
  inset: 0;
  z-index: 999;
  width: 480px;
  height: 800px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 0 28px 0;
  animation: fadeIn 0.3s ease;
}
@media (max-width: 559.98px) {
  #home #original .modal-content {
    margin: auto 7.14vw auto auto;
    width: 85.71vw;
    height: 142.86vw;
    background: #fff;
    border-radius: 1.79vw;
    box-shadow: 0 0 0.54vw rgba(0, 0, 0, 0.3);
    padding: 0 5vw 0;
  }
}
#home #original .modal-content.active {
  display: block;
}
#home #original .modal-content .modal-close {
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 25px;
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 559.98px) {
  #home #original .modal-content .modal-close {
    width: 8.93vw;
    height: 8.93vw;
    background: #000;
    border-radius: 4.46vw;
    position: absolute;
    top: -2.14vw;
    right: -2.14vw;
  }
}
#home #original .modal-content .modal-close:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(img/close-modal.svg) no-repeat center center/contain;
  z-index: 2;
  position: absolute;
  top: calc(50% - 12.5px);
  right: calc(50% - 12.5px);
}
@media (max-width: 559.98px) {
  #home #original .modal-content .modal-close:after {
    width: 4.46vw;
    height: 4.46vw;
    top: calc(50% - 2.23vw);
    right: calc(50% - 2.23vw);
  }
}
#home #original .modal-content .img-area {
  width: 100%;
  height: 448px;
  overflow: hidden;
}
@media (max-width: 559.98px) {
  #home #original .modal-content .img-area {
    height: 80vw;
  }
}
#home #original .modal-content .img-area img {
  margin-left: auto;
  margin-right: auto;
}
#home #original .modal-content .img-area .okome {
  width: 260px;
  margin-top: -10px;
}
@media (max-width: 559.98px) {
  #home #original .modal-content .img-area .okome {
    width: 46.43vw;
    margin-top: -1.79vw;
  }
}
#home #original .modal-content .img-area .echigohime {
  width: 200px;
  margin-top: 40px;
}
@media (max-width: 559.98px) {
  #home #original .modal-content .img-area .echigohime {
    width: 35.71vw;
    margin-top: 7.14vw;
  }
}
#home #original .modal-content .img-area .jam {
  width: 300px;
  margin-top: 62px;
}
@media (max-width: 559.98px) {
  #home #original .modal-content .img-area .jam {
    width: 53.57vw;
    margin-top: 11.07vw;
  }
}
#home #original .modal-content .img-area .miso {
  width: 424px;
  margin-top: -25px;
}
@media (max-width: 559.98px) {
  #home #original .modal-content .img-area .miso {
    width: 73.61vw;
    margin-top: -4.34vw;
  }
}
#home #original .modal-content .img-area .mochi {
  width: 352px;
  margin-top: 66px;
}
@media (max-width: 559.98px) {
  #home #original .modal-content .img-area .mochi {
    width: 75.71vw;
    margin-top: 11.79vw;
  }
}
#home #original .modal-content .img-area .pizza {
  width: 280px;
  margin-top: 35px;
}
@media (max-width: 559.98px) {
  #home #original .modal-content .img-area .pizza {
    width: 50vw;
    margin-top: 6.25vw;
  }
}
#home #original .modal-content .text-area {
  width: 100%;
}
#home #original .modal-content .text-area h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.3em;
}
@media (max-width: 559.98px) {
  #home #original .modal-content .text-area h3 {
    font-size: 3.57vw;
  }
}
#home #original .modal-content .text-area .btn-ichigo {
  width: 350px;
  height: 40px;
  margin: 0.1em auto 0;
  background: #e63762;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
@media (max-width: 559.98px) {
  #home #original .modal-content .text-area .btn-ichigo {
    width: 62.5vw;
    height: 7.14vw;
    border-radius: 3.57vw;
  }
}
#home #original .modal-content .text-area .note-pizza {
  display: block;
  border: 1px solid red;
  color: red;
  text-align: center;
}
#home #kaeru {
  background: #f2efe2;
  width: 100%;
  height: 380px;
  position: relative;
  padding: 122px 0 0;
}
@media (max-width: 559.98px) {
  #home #kaeru {
    height: 67.86vw;
    padding: 21.79vw 0 0;
  }
}
#home #kaeru #fukidashi {
  position: absolute;
  top: -29px;
  width: 240px;
  height: 150px;
}
@media (max-width: 559.98px) {
  #home #kaeru #fukidashi {
    top: -5.18vw;
    width: 42.86vw;
    height: 26.79vw;
  }
}
#home #kaeru .gallery-wrap {
  overflow: hidden;
}
#home #kaeru .gallery {
  width: 5600px;
  height: 210px;
  display: flex;
  animation: marquee-right 80s linear infinite;
}
@media (max-width: 559.98px) {
  #home #kaeru .gallery {
    width: 1000vw;
    height: 37.5vw;
  }
}
#home #kaeru .gallery.paused {
  animation-play-state: paused;
}
#home #kaeru .gallery .g-item {
  width: 260px;
  height: 210px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 559.98px) {
  #home #kaeru .gallery .g-item {
    width: 46.43vw;
    height: 37.5vw;
    margin-right: 3.57vw;
  }
}
#home #kaeru .gallery .g-item.active .bubble {
  display: block;
}
#home #kaeru .gallery .g-item .item-img {
  position: relative;
  z-index: 1;
}
#home #kaeru .gallery .g-item .bubble {
  position: absolute;
  z-index: 2;
  width: 209px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
@media (max-width: 559.98px) {
  #home #kaeru .gallery .g-item .bubble {
    width: 37.32vw;
  }
}
#home #kaeru .gallery .g-item #g1t {
  margin: auto auto 2px;
}
@media (max-width: 559.98px) {
  #home #kaeru .gallery .g-item #g1t {
    margin: auto auto 0.36vw;
  }
}
#home #kaeru .gallery .g-item #g2t {
  margin: 4px auto auto;
}
@media (max-width: 559.98px) {
  #home #kaeru .gallery .g-item #g2t {
    margin: 0.71vw auto auto;
  }
}
#home #kaeru .gallery .g-item #g3t {
  width: 157px;
  margin: 15px auto auto;
}
@media (max-width: 559.98px) {
  #home #kaeru .gallery .g-item #g3t {
    width: 28.04vw;
    margin: 2.68vw auto auto;
  }
}
#home #kaeru .gallery .g-item #g4t {
  margin: auto auto 6px;
}
@media (max-width: 559.98px) {
  #home #kaeru .gallery .g-item #g4t {
    margin: auto auto 1.07vw;
  }
}
#home #kaeru .gallery .g-item #g5t {
  width: 251px;
  margin: 7px auto auto;
}
@media (max-width: 559.98px) {
  #home #kaeru .gallery .g-item #g5t {
    width: 44.82vw;
    margin: 1.25vw auto auto;
  }
}
#home #kaeru .gallery .g-item #g6t {
  width: 181px;
  margin: auto auto 13px;
}
@media (max-width: 559.98px) {
  #home #kaeru .gallery .g-item #g6t {
    width: 32.32vw;
    margin: auto auto 2.32vw;
  }
}
#home #kaeru .gallery .g-item #g7t {
  width: 167px;
  margin: 6px auto auto;
}
@media (max-width: 559.98px) {
  #home #kaeru .gallery .g-item #g7t {
    width: 29.82vw;
    margin: 1.07vw auto auto;
  }
}
#home #kaeru .gallery .g-item #g8t {
  width: 181px;
  margin: auto auto 2px;
}
@media (max-width: 559.98px) {
  #home #kaeru .gallery .g-item #g8t {
    width: 32.32vw;
    margin: auto auto 0.36vw;
  }
}
#home #kaeru .gallery .g-item #g9t {
  width: 235px;
  margin: 3px auto auto;
}
@media (max-width: 559.98px) {
  #home #kaeru .gallery .g-item #g9t {
    width: 41.96vw;
    margin: 0.54vw auto auto;
  }
}
#home #kaeru .gallery .g-item #g10t {
  width: 235px;
  margin: auto auto 0;
}
@media (max-width: 559.98px) {
  #home #kaeru .gallery .g-item #g10t {
    width: 41.96vw;
  }
}
#home #kaeru .note {
  font-size: 14px;
  color: #666;
  text-align: right;
  margin: 10px;
}
@media (max-width: 559.98px) {
  #home #kaeru .note {
    font-size: 2.5vw;
    margin: 1.79vw;
  }
}
#home #from-production-team .title-from-production-team {
  width: 175px;
  margin: 0 auto 0.5em;
}
@media (max-width: 559.98px) {
  #home #from-production-team .title-from-production-team {
    width: 31.25vw;
  }
}
#home #from-production-team .slider-from-production-team {
  width: 100%;
}
#home #from-production-team .slider-from-production-team .swiper {
  overflow: visible;
}
#home #from-production-team #from-production-team-slider {
  padding-bottom: 80px;
}
@media (max-width: 559.98px) {
  #home #from-production-team #from-production-team-slider {
    padding-bottom: 14.29vw;
  }
}
#home #from-production-team #from-production-team-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
  overflow: hidden;
  height: 560px;
}
@media (max-width: 559.98px) {
  #home #from-production-team #from-production-team-slider .swiper-slide {
    border-radius: 0.89vw;
    box-shadow: 0 0 0.71vw rgba(0, 0, 0, 0.3);
    padding-bottom: 3.57vw;
    height: 100vw;
  }
}
#home #from-production-team #from-production-team-slider .swiper-slide .img {
  margin-bottom: 0.75em;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
#home #from-production-team #from-production-team-slider .swiper-slide .img img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
#home #from-production-team #from-production-team-slider .swiper-slide .text {
  padding: 0 11px 26px;
}
@media (max-width: 559.98px) {
  #home #from-production-team #from-production-team-slider .swiper-slide .text {
    padding: 0 1.96vw 4.64vw;
  }
}
#home #from-production-team #from-production-team-slider .swiper-slide .text h4 {
  display: block;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 559.98px) {
  #home #from-production-team #from-production-team-slider .swiper-slide .text h4 {
    font-size: 3.93vw;
  }
}
#home #from-production-team #from-production-team-slider .swiper-slide .text .production-team-name {
  font-size: 14px;
  font-weight: 600;
  color: #808080;
  line-height: 1;
  margin-bottom: 1em;
}
@media (max-width: 559.98px) {
  #home #from-production-team #from-production-team-slider .swiper-slide .text .production-team-name {
    font-size: 2.5vw;
  }
}
#home #from-production-team #from-production-team-slider .swiper-slide .text hr {
  margin: 0.5em 0;
}
#home #from-production-team #from-production-team-slider .swiper-slide .text p {
  line-height: 1.5;
  font-size: 20px;
}
#home #from-production-team #from-production-team-slider .swiper-slide .text p.clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis; /* 末尾省略（単行では必須、複数行では主に -webkit-line-clamp と併用） */
  /* 見た目の安定用（line-height と font-size を合わせておくと高さが正確） */
  line-height: 1.5; /* 例：1.6em */
  max-height: 4.5em; /* フォールバックのための高さ制限 */
  /* 任意：単語の分断を防ぎつつ折り返す */
  word-break: break-word;
  margin-bottom: 0.5em;
}
@media (max-width: 559.98px) {
  #home #from-production-team #from-production-team-slider .swiper-slide .text p {
    font-size: 3.57vw;
  }
}
#home #from-production-team #from-production-team-slider .swiper-slide .text p a {
  display: flex;
  justify-content: flex-end;
  color: #333;
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 559.98px) {
  #home #from-production-team #from-production-team-slider .swiper-slide .text p a {
    font-size: 2.32vw;
  }
}
#home #access {
  padding: 0 20px;
  line-height: 1.5;
}
@media (max-width: 559.98px) {
  #home #access {
    padding: 0 3.57vw;
  }
}
#home #access .title-access {
  width: 139px;
  margin: 0 auto 0.5em;
}
@media (max-width: 559.98px) {
  #home #access .title-access {
    width: 24.82vw;
  }
}
#home #access h4, #home #access p {
  margin-bottom: 1em;
  font-size: 20px;
}
@media (max-width: 559.98px) {
  #home #access h4, #home #access p {
    font-size: 3.57vw;
  }
}
#home #access .access-map {
  margin: 20px auto;
}
@media (max-width: 559.98px) {
  #home #access .access-map {
    margin: 3.57vw auto;
  }
}
#home #access .btn {
  width: 480px;
  height: 30px;
  border: 1px solid #333;
  background: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 559.98px) {
  #home #access .btn {
    width: 85.71vw;
    height: 5.36vw;
    border-radius: 2.68vw;
    font-size: 2.5vw;
  }
}
#home #openinginfo {
  padding: 0 20px;
}
@media (max-width: 559.98px) {
  #home #openinginfo {
    padding: 0 3.57vw;
  }
}
#home #openinginfo .title-openinginfo {
  width: 141px;
  margin: 0 auto 0.5em;
}
@media (max-width: 559.98px) {
  #home #openinginfo .title-openinginfo {
    width: 25.18vw;
  }
}
#home #openinginfo p {
  line-height: 1.5;
  margin-bottom: 1em;
  font-size: 20px;
}
@media (max-width: 559.98px) {
  #home #openinginfo p {
    font-size: 3.57vw;
  }
}
#home #openinginfo p.closed {
  font-size: 24px;
  padding-top: 0.5em;
}
@media (max-width: 559.98px) {
  #home #openinginfo p.closed {
    font-size: 4.29vw;
  }
}
#home #cal {
  margin-bottom: 135px;
}
@media (max-width: 559.98px) {
  #home #cal {
    margin-bottom: 24.11vw;
  }
}
#home #cal .title-cal {
  width: 254px;
  margin: 0 auto 0.5em;
}
@media (max-width: 559.98px) {
  #home #cal .title-cal {
    width: 45.36vw;
  }
}
#home #cal #calendar {
  height: 548px;
}
@media (max-width: 559.98px) {
  #home #cal #calendar {
    height: 103vw;
  }
}
#home #solano-farm {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 125px;
}
@media (max-width: 559.98px) {
  #home #solano-farm {
    padding: 0 3.57vw;
    margin-bottom: 22.32vw;
  }
}
#home #solano-farm p {
  line-height: 1.5;
  font-size: 18px;
  text-align: center;
  margin-bottom: 1em;
}
@media (max-width: 559.98px) {
  #home #solano-farm p {
    font-size: 3.21vw;
  }
}
#home #solano-farm p b {
  font-size: 20px;
}
@media (max-width: 559.98px) {
  #home #solano-farm p b {
    font-size: 3.57vw;
  }
}
#home #solano-farm img {
  width: 300px;
  height: 150px;
}
@media (max-width: 559.98px) {
  #home #solano-farm img {
    width: 53.57vw;
    height: 26.79vw;
  }
}

#index {
  padding: 20px 10px;
}
@media (max-width: 559.98px) {
  #index {
    padding: 3.57vw 1.79vw;
  }
}
#index .title-news {
  width: 141px;
  margin: 1em auto;
}
@media (max-width: 559.98px) {
  #index .title-news {
    width: 25.18vw;
  }
}
#index .title-fromfarmers {
  width: 285px;
  margin: 1em auto;
}
@media (max-width: 559.98px) {
  #index .title-fromfarmers {
    width: 50.89vw;
  }
}
#index .cards {
  display: flex;
  flex-wrap: wrap;
}
#index .cards .card {
  width: 50%;
  padding: 10px;
  transition: background 0.3s;
  margin-bottom: 20px;
}
@media (max-width: 559.98px) {
  #index .cards .card {
    padding: 1.79vw;
    margin-bottom: 3.57vw;
  }
}
#index .cards .card:hover {
  background: #eee;
}
#index .cards .card .img {
  width: 100%;
  aspect-ratio: 25/19;
  margin-bottom: 0.5em;
  overflow: hidden;
}
#index .cards .card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index .cards .card .text .meta {
  font-size: 12px;
  color: #679cbe;
  margin-bottom: 0.5em;
}
@media (max-width: 559.98px) {
  #index .cards .card .text .meta {
    font-size: 2.14vw;
  }
}
#index .cards .card .text p {
  color: #333;
  line-height: 1.5;
}
#index .pagenav {
  display: block;
  position: relative;
  font-size: 12px;
  margin: 20px 0;
  padding: 20px 0;
  line-height: 2.5;
  text-align: center;
}
#index a.page-numbers, #index .pagenav .current {
  color: #231f20;
  padding: 4px 8px;
  margin: 15px 2px;
  border: none;
  text-decoration: none;
  background-color: #ececec;
  font-family: monospace;
}
#index a.page-numbers:hover {
  color: #fff;
  background: #231f20;
}
#index .pagenav .current {
  color: #fff;
  background: #231f20;
  border-color: none;
  font-weight: bold;
}
#index .pagenav .next, #index .pagenav .prev {
  color: #231f20;
  background: #ececec;
  padding: 4px 8px;
  margin: 15px 2px;
  line-height: 1.5;
  text-align: center;
}

#single {
  padding: 20px;
}
@media (max-width: 559.98px) {
  #single {
    padding: 3.57vw;
  }
}
#single.fromfarmers h1 {
  text-align: center;
  margin: 0;
}
#single.fromfarmers .writer {
  font-size: 14px;
  color: #808080;
  text-align: center;
  display: block;
  margin: -0.25em 0 1.5em;
}
@media (max-width: 559.98px) {
  #single.fromfarmers .writer {
    font-size: 2.5vw;
  }
}
#single.fromfarmers .content p {
  text-decoration: underline;
  text-decoration-color: #ccc; /* 線の色 */
  text-decoration-thickness: 1px; /* 線の太さ */
  text-underline-offset: 0.5em; /* 文字との距離 */
  font-size: 20px;
  line-height: 2.5;
}
@media (max-width: 559.98px) {
  #single.fromfarmers .content p {
    font-size: 3.57vw;
  }
}
#single .title-news {
  width: 141px;
  margin: 1em auto;
}
@media (max-width: 559.98px) {
  #single .title-news {
    width: 25.18vw;
  }
}
#single .title-fromfarmers {
  width: 285px;
  margin: 1em auto;
}
@media (max-width: 559.98px) {
  #single .title-fromfarmers {
    width: 50.89vw;
  }
}
#single .meta {
  font-size: 16px;
  color: #679cbe;
  margin-bottom: 0.25em;
}
@media (max-width: 559.98px) {
  #single .meta {
    font-size: 2.86vw;
  }
}
#single .meta a {
  color: #679cbe;
}
#single h1 {
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 1.8;
}
@media (max-width: 559.98px) {
  #single h1 {
    font-size: 4.29vw;
  }
}
#single p {
  margin-bottom: 1em;
  line-height: 2;
  font-size: 20px;
}
@media (max-width: 559.98px) {
  #single p {
    font-size: 3.57vw;
  }
}
#single img {
  display: block;
  width: 100%;
  margin-bottom: 2em;
}
#single .pagenav-single {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#single .pagenav-single a {
  color: #333;
  padding: 1em 0;
}
#single .categories .links {
  display: flex;
}
#single .categories .links ul {
  padding: 1em;
  width: 50%;
}
@media (max-width: 559.98px) {
  #single .categories .links ul {
    width: 100%;
  }
}
#single .categories .links ul li {
  padding: 0;
}

#onigiri #intro {
  width: 100%;
  padding: 20px;
  position: relative;
}
@media (max-width: 559.98px) {
  #onigiri #intro {
    padding: 3.57vw;
  }
}
#onigiri #intro .title-onigiri {
  width: 295px;
  margin: 1em auto 1.5em;
}
@media (max-width: 559.98px) {
  #onigiri #intro .title-onigiri {
    width: 52.68vw;
  }
}
#onigiri #intro .bg-oni1 {
  width: 53px;
  height: 51px;
  position: absolute;
  top: 8px;
  right: 70px;
}
@media (max-width: 559.98px) {
  #onigiri #intro .bg-oni1 {
    width: 9.46vw;
    height: 9.11vw;
    top: 1.43vw;
    right: 12.5vw;
  }
}
#onigiri #intro .bg-oni2 {
  width: 210px;
  height: 141px;
  position: absolute;
  bottom: 28px;
  right: 20px;
}
@media (max-width: 559.98px) {
  #onigiri #intro .bg-oni2 {
    width: 37.5vw;
    height: 25.18vw;
    bottom: 5vw;
    right: 3.57vw;
  }
}
#onigiri #intro .textarea {
  width: 440px;
  margin: 0 auto;
}
@media (max-width: 559.98px) {
  #onigiri #intro .textarea {
    width: 78.57vw;
  }
}
#onigiri #intro .textarea h2 {
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 1.8;
}
@media (max-width: 559.98px) {
  #onigiri #intro .textarea h2 {
    font-size: 4.29vw;
  }
}
#onigiri #intro .textarea p {
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 559.98px) {
  #onigiri #intro .textarea p {
    font-size: 3.57vw;
  }
}
#onigiri #intro .info {
  width: 250px;
  overflow: hidden;
  margin-bottom: 1.5em;
}
@media (max-width: 559.98px) {
  #onigiri #intro .info {
    width: 44.64vw;
  }
}
#onigiri #intro .info span {
  border: none;
}
#onigiri #intro .info .tel {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  border: none;
}
@media (max-width: 559.98px) {
  #onigiri #intro .info .tel {
    font-size: 4.29vw;
  }
}
#onigiri #image {
  width: 100%;
  height: 610px;
  background: #f2f2f2;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  position: relative;
}
@media (max-width: 559.98px) {
  #onigiri #image {
    height: 108.93vw;
    padding: 3.57vw;
    gap: 3.57vw;
  }
}
#onigiri #menu-list {
  padding: 104px 0 79px;
}
@media (max-width: 559.98px) {
  #onigiri #menu-list {
    padding: 18.57vw 0 14.11vw;
  }
}

#koori {
  padding: 50px 0 88px;
  position: relative;
}
@media (max-width: 559.98px) {
  #koori {
    padding: 8.93vw 0 15.71vw;
  }
}
#koori #intro {
  width: 420px;
  margin: 0 auto;
}
@media (max-width: 559.98px) {
  #koori #intro {
    width: 75vw;
  }
}
#koori #intro .title-koori {
  width: 337px;
  margin-left: 73px;
  margin-bottom: 2em;
}
@media (max-width: 559.98px) {
  #koori #intro .title-koori {
    width: 60.18vw;
    margin-left: 13.04vw;
  }
}
#koori #intro h2 {
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 1.8;
}
@media (max-width: 559.98px) {
  #koori #intro h2 {
    font-size: 4.29vw;
  }
}
#koori #intro p {
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 559.98px) {
  #koori #intro p {
    font-size: 3.57vw;
  }
}
#koori #image {
  width: 100%;
  height: 640px;
  background: #f2f2f2;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 559.98px) {
  #koori #image {
    height: 114.29vw;
    padding: 3.57vw;
    gap: 1.79vw;
    margin-bottom: 17.86vw;
  }
}
#koori #menu-list {
  padding: 97px 0 0;
}
@media (max-width: 559.98px) {
  #koori #menu-list {
    padding: 17.32vw 0 0;
  }
}
#koori #menu-list img {
  width: 100%;
}

#toneriko #intro {
  width: 420px;
  padding: 16px 0 80px;
  margin: 0 auto;
}
@media (max-width: 559.98px) {
  #toneriko #intro {
    width: 75vw;
    padding: 2.86vw 0 14.29vw;
  }
}
#toneriko #intro h1 img {
  width: 280px;
  margin: 0 auto 2em;
}
@media (max-width: 559.98px) {
  #toneriko #intro h1 img {
    width: 50vw;
  }
}
#toneriko #intro h2 {
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 1.8;
}
@media (max-width: 559.98px) {
  #toneriko #intro h2 {
    font-size: 4.29vw;
  }
}
#toneriko #intro p {
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 559.98px) {
  #toneriko #intro p {
    font-size: 3.57vw;
  }
}
#toneriko #image {
  width: 100%;
  height: 640px;
  background: #f2f2f2;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 559.98px) {
  #toneriko #image {
    height: 114.29vw;
    padding: 3.57vw;
  }
}
#toneriko #image .imgs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1em;
}
@media (max-width: 559.98px) {
  #toneriko #image .imgs {
    gap: 1.7vw;
  }
}
#toneriko #image .imgs .img-100 {
  width: 100%;
}
#toneriko #image .imgs .img-50 {
  width: calc(50% - 5px);
}
@media (max-width: 559.98px) {
  #toneriko #image .imgs .img-50 {
    width: calc(50% - 0.89vw);
  }
}
#toneriko #menu-list {
  padding: 97px 0 80px;
}
@media (max-width: 559.98px) {
  #toneriko #menu-list {
    padding: 17.32vw 0 14.29vw;
  }
}
#toneriko #menu-list .imgs {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 559.98px) {
  #toneriko #menu-list .imgs {
    gap: 7.14vw;
  }
}

#inquiry article {
  padding: 40px 20px;
}
@media (max-width: 559.98px) {
  #inquiry article {
    padding: 7.14vw 3.57vw;
  }
}
#inquiry article .h1 {
  width: 156px;
  margin: 0 auto;
}
@media (max-width: 559.98px) {
  #inquiry article .h1 {
    width: 27.86vw;
  }
}
#inquiry article .att {
  background: #f2f2f2;
  border: 1px solid #999;
  padding: 1em;
}
#inquiry article .att ul {
  padding-left: 1em;
  list-style: square;
}
#inquiry article p label {
  display: block;
  margin-bottom: -1em;
}
#inquiry article .req {
  color: red;
}
#inquiry article input[type=submit] {
  width: 270px;
  height: 40px;
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: #679cbe;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border-radius: 20px;
}
@media (max-width: 559.98px) {
  #inquiry article input[type=submit] {
    width: 48.21vw;
    height: 7.14vw;
    font-size: 3.04vw;
    border-radius: 3.57vw;
  }
}
#inquiry article .prev {
  width: 270px;
  height: 40px;
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: #808080;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border-radius: 20px;
}
@media (max-width: 559.98px) {
  #inquiry article .prev {
    width: 48.21vw;
    height: 7.14vw;
    font-size: 3.04vw;
    border-radius: 3.57vw;
  }
}
#inquiry #thanks .img {
  margin: 0 auto 5em;
  width: 250px;
  height: 250px;
  position: relative;
}
@media (max-width: 559.98px) {
  #inquiry #thanks .img {
    width: 44.64vw;
    height: 44.64vw;
  }
}
#inquiry #thanks .img::after {
  content: "";
  background: url(img/thankyou.svg) no-repeat center center/contain;
  width: 166px;
  height: 75px;
  position: absolute;
  top: -50px;
  right: -97px;
}
@media (max-width: 559.98px) {
  #inquiry #thanks .img::after {
    width: 29.64vw;
    height: 13.39vw;
    top: -8.93vw;
    right: -17.32vw;
  }
}
#inquiry #thanks .img img {
  width: 100%;
}

input, textarea, select {
  width: stretch;
}

footer {
  padding: 20px;
  background: #e6e6e6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 559.98px) {
  footer {
    padding: 3.57vw;
  }
}
footer p {
  text-align: center;
}
footer .info {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 559.98px) {
  footer .info {
    font-size: 2.5vw;
  }
}
footer hr {
  width: 70%;
  margin: 1em 0;
}
footer .copy {
  font-size: 50%;
}

.fs-16 {
  font-size: 16px !important;
}
@media (max-width: 559.98px) {
  .fs-16 {
    font-size: 2.86vw !important;
  }
}

.fs-18 {
  font-size: 18px !important;
}
@media (max-width: 559.98px) {
  .fs-18 {
    font-size: 3.21vw !important;
  }
}

.mb-10 {
  margin-bottom: 10px !important;
}
@media (max-width: 559.98px) {
  .mb-10 {
    margin-bottom: 1.79vw !important;
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}
@media (max-width: 559.98px) {
  .mb-20 {
    margin-bottom: 3.57vw !important;
  }
}

.mb-30 {
  margin-bottom: 30px !important;
}
@media (max-width: 559.98px) {
  .mb-30 {
    margin-bottom: 5.36vw !important;
  }
}

.mb-40 {
  margin-bottom: 40px !important;
}
@media (max-width: 559.98px) {
  .mb-40 {
    margin-bottom: 7.14vw !important;
  }
}

.mb-80 {
  margin-bottom: 80px !important;
}
@media (max-width: 559.98px) {
  .mb-80 {
    margin-bottom: 14.29vw !important;
  }
}

.mb-130 {
  margin-bottom: 130px !important;
}
@media (max-width: 559.98px) {
  .mb-130 {
    margin-bottom: 23.21vw !important;
  }
}

.wrapper-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (max-width: 559.98px) {
  .wrapper-20 {
    padding-left: 3.57vw !important;
    padding-right: 3.57vw !important;
  }
}

.text-center {
  text-align: center !important;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes marquee-right {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes fadeIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */