@charset "UTF-8";
.news-header-heading-en, .top-section-heading-sub {
  font-family: "Alata";
  letter-spacing: 4px;
}

.post-heading, .archive-heading, .garden-single-catchcopy, .garden-single-pagetitle, .recipe-single-catchcopy, .recipe-single-pagetitle, .farmer-single-catchcopy, .farmer-single-pagetitle, .takumi-archive-start, .tokusan-single-pagetitle, .tokusan-shop-title, .tokusan-shop-heading, .tokusan-list-label, .jimanichi-other .jimankan-box-title,
.jimanichi-other .teshioya-box-title, .jimanichi-map-heading, .news-header-heading-ja, .top-specialty-fslider-link-label, .top-specialty-slider-link-label, .top-nav-btn-label, .hero-slider-banner-label, .hero-text, .top-section-heading-main {
  font-family: "Mamelon";
}

.top-section-heading {
  text-align: center;
}
.top-section-heading-main {
  margin-top: 0.5rem;
  font-size: 4.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .top-section-heading-main {
    font-size: 3.2rem;
  }
}
.top-section-heading-sub {
  color: #3b8686;
  font-size: 2rem;
}

.hero {
  position: relative;
  z-index: 10;
}
.hero-bg {
  position: relative;
}
.hero-bg a {
  display: block;
}
.hero-bg img {
  width: 100%;
  height: 768px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
}
@media screen and (max-height: 965px) {
  .hero-bg img {
    height: 570px;
  }
}
@media screen and (max-width: 640px) {
  .hero-bg img {
    height: 570px;
  }
}
@media screen and (max-width: 480px) {
  .hero-bg img {
    height: 430px;
  }
}
.hero-contents {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  padding: 100px;
}
@media screen and (max-height: 965px) {
  .hero-contents {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 800px) {
  .hero-contents {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 640px) {
  .hero-contents {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 480px) {
  .hero-contents {
    padding: 40px 15px;
  }
}
.hero-text {
  display: inline-block;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 12px rgba(0, 44, 44, 0.7);
}
@media screen and (max-width: 800px) {
  .hero-text {
    text-align: left;
  }
}
.hero-text-main {
  font-size: 5.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .hero-text-main {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 640px) {
  .hero-text-main {
    font-size: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .hero-text-main {
    font-size: 3.4rem;
  }
}
.hero-text-sub {
  margin-top: 1em;
  font-size: 2.4rem;
  line-height: 1.75;
}
@media screen and (max-width: 800px) {
  .hero-text-sub {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .hero-text-sub {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 480px) {
  .hero-text-sub {
    font-size: 1.6rem;
  }
}
.hero-banner {
  position: absolute;
  left: 30px;
  bottom: 30px;
  min-width: 300px;
}
@media screen and (max-width: 480px) {
  .hero-banner {
    left: 50vw;
    bottom: -30px;
    transform: translateX(-50%);
  }
}
.hero-banner img {
  transition: 0.15s;
  height: auto;
}
.hero-banner a:hover img {
  opacity: 1;
  transform: scale(1.05);
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .slick-dots {
    bottom: 6px;
  }
}
@media screen and (max-width: 480px) {
  .slick-dots {
    bottom: 120px;
  }
}
.slick-dots li button {
  display: block;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-indent: 200%;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(0, 44, 44, 0.7);
}
.slick-dots li.slick-active button {
  background-color: #79bd9a;
}

.hero-slider {
  margin-top: 28px;
}
@media screen and (max-width: 480px) {
  .hero-slider {
    margin-top: 40px;
  }
}
.hero-slider-list {
  width: 370px;
  height: 200px !important;
  margin: 0 28px;
}
@media screen and (max-width: 1280px) {
  .hero-slider-list {
    margin: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .hero-slider-list {
    width: 259px;
    height: 140px !important;
    margin: 0 14px;
  }
}
.hero-slider-banner {
  position: relative;
  display: block;
  background: #ccc;
  width: 100%;
  height: 100%;
  padding: 14px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .hero-slider-banner {
    padding: 10px;
  }
}
.hero-slider-banner:hover {
  opacity: 0.7;
}
.hero-slider-banner-bg {
  position: absolute;
  left: 0;
  top: 0;
}
.hero-slider-banner-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-slider-banner-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #79bd9a;
  width: 150px;
  border-radius: 5px;
  height: 100%;
  padding-bottom: 12px;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .hero-slider-banner-box {
    width: 120px;
    padding: 4px 10px;
  }
}
.hero-slider-banner-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 57.2px);
}
@media screen and (max-width: 640px) {
  .hero-slider-banner-ico {
    height: calc(100% - 43.2px);
  }
}
.hero-slider-banner-ico img {
  height: auto;
}
@media screen and (max-width: 640px) {
  .hero-slider-banner-ico img {
    width: 70%;
  }
}
.hero-slider-banner-label {
  flex: 1 0 0%;
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .hero-slider-banner-label {
    font-size: 18px;
    line-height: 1.2;
  }
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 203px;
  height: 211px;
  text-indent: 200%;
  z-index: 10;
}
.slick-arrow img {
  position: absolute;
  left: 0;
  top: 0;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.top-news {
  margin-top: 94px;
}
@media screen and (max-width: 640px) {
  .top-news {
    margin-top: 50px;
  }
}

.news-wrapper {
  margin: 60px 0 40px;
}
.news-wrapper:first-child {
  margin-top: 0;
}

.news-header-category {
  flex: 1 0 0%;
  display: flex;
  justify-content: flex-end;
  gap: 1em;
}
@media screen and (max-width: 800px) {
  .news-header-category {
    justify-content: center;
  }
}
.news-header-category-label {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .news-header-category-label {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .-large .news-header-category-label {
    display: none;
  }
}
.news-header-category-lists {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .news-header-category-lists {
    width: 100%;
  }
}
.news-header-category-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .news-header-category-list {
    width: 33%;
  }
}
@media screen and (max-width: 640px) {
  .news-header-category-list {
    width: auto;
  }
  .news-header-category-list:first-child {
    flex: 1 0 0%;
    min-width: 3.5em;
  }
}
.news-header-category-link, .news-header-category-select {
  background-color: #eee;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  .news-header-category-link, .news-header-category-select {
    min-width: 13.1rem;
  }
}
@media screen and (max-width: 800px) {
  .news-header-category-link, .news-header-category-select {
    width: 100%;
    text-align: left;
  }
}
.news-header-category-link {
  padding: 0.65em 1em 0.6em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .news-header-category-link {
    min-width: 3.5em;
    padding: 0.65em 0.6em 0.6em;
    white-space: nowrap;
  }
}
.news-header-category-link.-all {
  background-color: #3b8686;
  color: #fff;
}
.news-header-category-link.-important {
  background-color: #d75d41;
  color: #fff;
}
.news-header-category-select {
  padding-left: 1em;
  height: 100%;
}

.news-more {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
@media screen and (max-width: 640px) {
  .news-more {
    margin-top: 30px;
  }
}

.top-nav {
  margin-top: 72px;
}
@media screen and (max-width: 640px) {
  .top-nav {
    margin-top: 40px;
  }
}
.top-nav-inner {
  padding-left: calc((100vw - 1170px) / 2 - 100px);
}
@media screen and (max-width: 1430px) {
  .top-nav-inner {
    padding-left: 30px;
  }
}
@media screen and (max-width: 800px) {
  .top-nav-inner {
    padding-left: 0;
  }
}
.top-nav-container {
  position: relative;
  background-color: #dce3e9;
  padding: 120px 100px 100px;
  border-radius: 6px 0 0 6px;
}
@media screen and (max-width: 1280px) {
  .top-nav-container {
    padding: 80px 40px 40px;
  }
}
@media screen and (max-width: 800px) {
  .top-nav-container {
    padding: 80px 40px 110px;
  }
}
@media screen and (max-width: 640px) {
  .top-nav-container {
    padding: 70px 20px 100px;
  }
}
.top-nav-container::before {
  position: absolute;
  left: -140px;
  bottom: -70px;
  display: block;
  background: url(../img/top/top-nav-img.png) 50% 50%/contain no-repeat;
  width: 460px;
  height: 229px;
  content: "";
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .top-nav-container::before {
    left: 50%;
    width: 322px;
    height: 160.3px;
    transform: translateX(-50%);
  }
}
.top-nav-container-inner {
  position: relative;
  max-width: 1170px;
  width: 100%;
  margin-right: auto;
  z-index: 20;
}
.top-nav-grids {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px 30px;
}
@media screen and (max-width: 800px) {
  .top-nav-grids {
    grid-template-columns: 1fr 1fr;
    gap: 70px 25px;
  }
}
@media screen and (max-width: 640px) {
  .top-nav-grids {
    gap: 60px 20px;
  }
}
@media screen and (max-width: 640px) {
  .top-nav-grids {
    gap: 50px 15px;
  }
}
.top-nav-grid {
  background-color: #fff;
  border-radius: 10px;
}
.top-nav-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
}
.top-nav-btn-ico {
  margin-top: -70px;
}
@media screen and (max-width: 640px) {
  .top-nav-btn-ico img {
    width: 100px;
  }
}
.top-nav-btn-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 6.5rem;
  margin-top: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .top-nav-btn-label {
    min-height: 5.5rem;
  }
}
@media screen and (max-width: 800px) {
  .top-nav-btn-label {
    margin-top: 0.25rem;
  }
}
.top-nav-btn-label-main {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-nav-btn-label-main {
    font-size: 2rem;
  }
}
.top-nav-btn-label-sub {
  color: #3b8686;
  font-size: 1.8rem;
}

.top-specialty {
  margin-top: 120px;
}
.top-specialty-slider {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .top-specialty-slider {
    margin-top: 50px;
  }
}
.top-specialty-slider-list {
  width: 180px;
  margin-right: 7px;
  margin-left: 7px;
}
@media screen and (max-width: 640px) {
  .top-specialty-slider-list {
    width: 106px;
  }
}
.top-specialty-slider-list:nth-child(7n+1) .top-specialty-slider-link-thumb {
  mask-image: url("../img/top/top-specialty-slider-link-clip01.svg");
  -webkit-mask-image: url("../img/top/top-specialty-slider-link-clip01.svg");
}
.top-specialty-slider-list:nth-child(7n+2) .top-specialty-slider-link-thumb {
  mask-image: url("../img/top/top-specialty-slider-link-clip02.svg");
  -webkit-mask-image: url("../img/top/top-specialty-slider-link-clip02.svg");
}
.top-specialty-slider-list:nth-child(7n+3) .top-specialty-slider-link-thumb {
  mask-image: url("../img/top/top-specialty-slider-link-clip03.svg");
  -webkit-mask-image: url("../img/top/top-specialty-slider-link-clip03.svg");
}
.top-specialty-slider-list:nth-child(7n+4) .top-specialty-slider-link-thumb {
  mask-image: url("../img/top/top-specialty-slider-link-clip04.svg");
  -webkit-mask-image: url("../img/top/top-specialty-slider-link-clip04.svg");
}
.top-specialty-slider-list:nth-child(7n+5) .top-specialty-slider-link-thumb {
  mask-image: url("../img/top/top-specialty-slider-link-clip05.svg");
  -webkit-mask-image: url("../img/top/top-specialty-slider-link-clip05.svg");
}
.top-specialty-slider-list:nth-child(7n+6) .top-specialty-slider-link-thumb {
  mask-image: url("../img/top/top-specialty-slider-link-clip06.svg");
  -webkit-mask-image: url("../img/top/top-specialty-slider-link-clip06.svg");
}
.top-specialty-slider-list:nth-child(7n+7) .top-specialty-slider-link-thumb {
  mask-image: url("../img/top/top-specialty-slider-link-clip07.svg");
  -webkit-mask-image: url("../img/top/top-specialty-slider-link-clip07.svg");
}
.top-specialty-slider-link-thumb {
  display: block;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 180px 180px;
  /* Chrome, Safari用 */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 180px 180px;
}
@media screen and (max-width: 640px) {
  .top-specialty-slider-link-thumb {
    mask-size: 106px 106px;
    -webkit-mask-size: 106px 106px;
  }
}
.top-specialty-slider-link-label {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.6;
}
.top-specialty-fslider-lists {
  position: absolute !important;
  left: calc((100vw - 1170px) / 2);
  top: -46px;
  width: 413px;
  padding-bottom: 20px;
  overflow-x: hidden;
}
@media screen and (max-width: 1280px) {
  .top-specialty-fslider-lists {
    left: 30px;
  }
}
@media screen and (max-width: 800px) {
  .top-specialty-fslider-lists {
    width: 340px;
  }
}
@media screen and (max-width: 640px) {
  .top-specialty-fslider-lists {
    left: 50%;
    transform: translateX(-50%);
    width: 246px;
  }
}
.top-specialty-fslider-lists .slick-list {
  overflow: visible;
}
.top-specialty-fslider-link {
  position: relative;
  display: block;
}
.top-specialty-fslider-link:hover img {
  opacity: 1;
  transform: scale(1.1);
}
.top-specialty-fslider-link-thumb {
  display: block;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 413px 413px;
  mask-image: url("../img/top/top-specialty-slider-link-clip02.svg");
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/top/top-specialty-slider-link-clip02.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 413px 413px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .top-specialty-fslider-link-thumb {
    mask-size: 340px 340px;
    -webkit-mask-size: 340px 340px;
  }
}
@media screen and (max-width: 640px) {
  .top-specialty-fslider-link-thumb {
    mask-size: 246px 246px;
    -webkit-mask-size: 246px 246px;
  }
}
.top-specialty-fslider-link-thumb img {
  transition: 0.1s;
}
.top-specialty-fslider-link-label {
  position: absolute;
  left: 0;
  bottom: -20px;
  background: url(../img/top/top-specialty-fslider-link-bg.svg) 50% 50%/contain no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 288px;
  height: 109px;
  font-size: 2.4rem;
}
@media screen and (max-width: 640px) {
  .top-specialty-fslider-link-label {
    width: 201.6px;
    height: 76.3px;
    font-size: 1.9rem;
  }
}

.specialty-more {
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  .specialty-more {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .specialty-more {
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }
}
.specialty-more .btn {
  position: relative;
  left: 490px;
}
@media screen and (max-width: 800px) {
  .specialty-more .btn {
    left: 330px;
  }
}
@media screen and (max-width: 640px) {
  .specialty-more .btn {
    left: 0;
  }
}

.top-map {
  position: relative;
  margin-top: 90px;
  margin-bottom: 90px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .top-map {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.top-map-toggles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 6px;
  margin: 60px 0 20px;
}
@media screen and (max-width: 800px) {
  .top-map-toggles {
    grid-template-columns: 1fr 1fr;
    margin: 40px 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .top-map-toggles {
    margin: 30px 0 20px;
  }
}
.page .top-map-toggles {
  margin-top: 0 !important;
}
.top-map-toggle:first-child a {
  border-radius: 6px 0 0 6px;
}
.top-map-toggle:last-child a {
  border-radius: 0 6px 6px 0;
}
.top-map-toggle a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  height: 100%;
  padding: 0.8rem;
  border: 1px solid;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
}
.page .top-map-toggle a {
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .top-map-toggle a {
    font-size: 1.4rem;
  }
  .page .top-map-toggle a {
    font-size: 1.3rem;
  }
}
.top-map-toggle a:hover, .top-map-toggle a.-active {
  color: #fff !important;
}
.top-map-toggle a:hover::after, .top-map-toggle a.-active::after {
  background-image: url(../img/top/top-map-toggle-arrow-active.svg) !important;
}
.top-map-toggle a::before {
  content: "";
  background: 50% 50%/contain no-repeat;
  display: block;
  width: 36px;
  height: 36px;
}
.top-map-toggle a::after {
  content: "";
  background: 50% 50%/contain no-repeat;
  display: block;
  width: 9px;
  height: 6px;
}
.top-map-toggle a.-atm {
  color: #d75d41;
}
.top-map-toggle a.-atm:hover, .top-map-toggle a.-atm.-active {
  background-color: #d75d41;
}
.top-map-toggle a.-atm:hover::before, .top-map-toggle a.-atm.-active::before {
  background-image: url(../img/top/top-map-toggle-atm-active.svg);
}
.top-map-toggle a.-atm::before {
  background-image: url(../img/top/top-map-toggle-atm.svg);
}
.top-map-toggle a.-atm::after {
  background-image: url(../img/top/top-map-toggle-atm-arrow.svg);
}
.top-map-toggle a.-center {
  color: #7a92bc;
}
.top-map-toggle a.-center:hover, .top-map-toggle a.-center.-active {
  background-color: #7a92bc;
}
.top-map-toggle a.-center:hover::before, .top-map-toggle a.-center.-active::before {
  background-image: url(../img/top/top-map-toggle-center-active.svg);
}
.top-map-toggle a.-center::before {
  background-image: url(../img/top/top-map-toggle-center.svg);
}
.top-map-toggle a.-center::after {
  background-image: url(../img/top/top-map-toggle-center-arrow.svg);
}
.top-map-toggle a.-einou {
  color: #79bd9a;
}
.top-map-toggle a.-einou:hover, .top-map-toggle a.-einou.-active {
  background-color: #79bd9a;
}
.top-map-toggle a.-einou:hover::before, .top-map-toggle a.-einou.-active::before {
  background-image: url(../img/top/top-map-toggle-einou-active.svg);
}
.top-map-toggle a.-einou::before {
  background-image: url(../img/top/top-map-toggle-einou.svg);
}
.top-map-toggle a.-einou::after {
  background-image: url(../img/top/top-map-toggle-einou-arrow.svg);
}
.top-map-toggle a.-jiman {
  color: #d79966;
}
.top-map-toggle a.-jiman:hover, .top-map-toggle a.-jiman.-active {
  background-color: #d79966;
}
.top-map-toggle a.-jiman:hover::before, .top-map-toggle a.-jiman.-active::before {
  background-image: url(../img/top/top-map-toggle-jiman-active.svg);
}
.top-map-toggle a.-jiman::before {
  background-image: url(../img/top/top-map-toggle-jiman.svg);
}
.top-map-toggle a.-jiman::after {
  background-image: url(../img/top/top-map-toggle-jiman-arrow.svg);
}
.top-map-tab {
  display: none;
}
.top-map-tab.-active {
  display: block;
}
.top-map-tab > div {
  width: 100%;
  height: 800px;
}
@media screen and (max-width: 1280px) {
  .top-map-tab > div {
    height: 600px;
  }
}
@media screen and (max-width: 800px) {
  .top-map-tab > div {
    height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .top-map-tab > div {
    height: 340px;
  }
}

.custom-info {
  padding: 4px;
}
.custom-info .name {
  font-weight: bold;
}
.custom-info .address {
  margin-top: 4px;
}
.custom-info .google-map {
  margin-top: 14px;
}
.custom-info .google-map a {
  display: inline-block;
  padding: 8px 16px;
  border: 0;
  border-radius: 2em;
  color: #fff;
  line-height: 1.2;
}
.custom-info .google-map a.atm {
  background-color: #d75d41;
}
.custom-info .google-map a.center {
  background-color: #7a92bc;
}
.custom-info .google-map a.einou {
  background-color: #79bd9a;
}
.custom-info .google-map a.jiman {
  background-color: #d79966;
}

.news-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}
@media screen and (max-width: 800px) {
  .news-header {
    flex-direction: column;
    align-items: stretch;
  }
}
.news-header-heading {
  display: flex;
  align-items: flex-end;
  gap: 1em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .news-header-heading {
    flex-direction: column;
    align-items: center;
  }
}
.news-header-heading-en {
  font-size: 4.4rem;
}
@media screen and (max-width: 640px) {
  .news-header-heading-en {
    font-size: 3.6rem;
  }
}
.news-header-heading-ja {
  font-size: 2.2rem;
}
@media screen and (max-width: 640px) {
  .news-header-heading-ja {
    font-size: 1.8rem;
  }
}
.news-header-banner {
  text-align: center;
}

.news-container {
  margin-top: 52px;
  height: 355px;
  padding-right: 1em;
  overflow-y: scroll;
}
.jimanichi-news .news-container {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .news-container {
    margin-top: 20px;
  }
}
.news-container::-webkit-scrollbar {
  width: 7px;
}
.news-container::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}
.news-container::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: #79bd9a;
}

.news-list {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 1.5rem;
}
@media screen and (max-width: 1024px) {
  .news-list {
    flex-direction: column;
    padding: 1.5rem 0;
    gap: 0.5rem;
  }
}
.news-list:nth-child(n+2) {
  border-top: 1px solid #ccc;
}
.news-list-header {
  gap: 1em;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .news-list-header {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .news-list-header {
    display: grid;
    grid-template-columns: 93px 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "thumb date" "thumb category";
    gap: 0.4em 1em;
  }
}
.news-list-header-thumb {
  grid-area: thumb;
  width: 93px;
}
.news-list-header-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 93px;
  height: 51px;
}
.news-list-header-date {
  grid-area: date;
  font-size: 1.6rem;
}
.news-list-header-categories {
  grid-area: category;
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 0%;
  gap: 4px;
}
.news-list-header-category {
  background-color: #999;
  display: inline-block;
  padding: 0.35em 0.75em;
  border-radius: 6px;
  color: #fff;
  line-height: 1.2;
}
.news-list-header-category.-event {
  background-color: #ba67d6;
}
.news-list-header-category.-campaign, .news-list-header-category.-topics {
  background-color: #d79966;
}
.news-list-header-category.-markert {
  background-color: #3b8686;
}
.news-list-header-category.-eino-news {
  background-color: #79bd9a;
}
.news-list-header-category.-youthgroup {
  background-color: #7a92bc;
}
.news-list-header-category.-womangroup {
  background-color: #d873b4;
}
.news-list-header-category.-shokuno {
  background-color: #62a3b7;
}
.news-list-header-category.-important {
  background-color: #d75d41;
}
.news-list-header-category.-reqruit-news {
  background-color: #93633f;
}
.news-list-header-tag {
  display: inline-block;
  padding: 0.35em 0.75em;
  border-radius: 6px;
  border: 1px solid #ccc;
  line-height: 1.2;
}
.news-list-body {
  flex: 1 0 0%;
  padding-top: 0.6em;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .news-list-body {
    padding-top: 0;
  }
}
.news-list-body a:hover {
  opacity: 0.7;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 4rem;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  border: 1px solid #ccc;
  border-radius: 4px;
}
.wp-pagenavi .page:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
  background-color: #3b8686;
  border: 1px solid #3b8686;
  color: #fff;
}
.wp-pagenavi .current {
  background-color: #3b8686;
  border: 1px solid #3b8686;
  border-radius: 4px;
  color: #fff;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 4rem;
  text-align: center;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
  width: 6rem;
  text-align: center;
}

.jimanichi-news {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .jimanichi-news {
    margin-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  .jimanichi-news {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .jimanichi-news {
    margin-top: 30px;
  }
}

.jimanichi-map {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .jimanichi-map {
    margin-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  .jimanichi-map {
    margin-top: 40px;
  }
}
.jimanichi-map-heading {
  font-size: 4rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .jimanichi-map-heading {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .jimanichi-map-heading {
    font-size: 2.5rem;
  }
}
.jimanichi-map-map {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .jimanichi-map-map {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .jimanichi-map-map {
    margin-top: 16px;
  }
}
.jimanichi-map-map #map {
  width: 100%;
  height: 738px;
}
@media screen and (max-width: 1024px) {
  .jimanichi-map-map #map {
    height: 600px;
  }
}
@media screen and (max-width: 640px) {
  .jimanichi-map-map #map {
    height: 360px;
  }
}

.jimanichi-list {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .jimanichi-list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  .jimanichi-list {
    margin-top: 40px;
  }
}
.jimanichi-list-columns {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 800px) {
  .jimanichi-list-columns {
    flex-direction: column;
    gap: 20px;
  }
}
.jimanichi-list-body, .jimanichi-list-img {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 800px) {
  .jimanichi-list-body, .jimanichi-list-img {
    width: 100%;
  }
}
.jimanichi-list-img {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  .jimanichi-list-thumb {
    order: 2;
  }
}
.jimanichi-list-thumb img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .jimanichi-list-map {
    order: 1;
  }
}
.jimanichi-list-map iframe {
  width: 100%;
  height: 260px;
}
.jimanichi-list-copy {
  margin-top: 2rem;
}
.jimanichi-list-description {
  margin-top: 2rem;
}
.jimanichi-list-table {
  margin-top: 3rem;
}
.jimanichi-list-gallery {
  display: flex;
  gap: 24px;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .jimanichi-list-gallery {
    margin-top: 16px;
    gap: 16px;
  }
}

.jimanichi-other {
  display: flex;
  gap: 30px;
  margin-top: 100px;
  padding-top: 60px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  .jimanichi-other {
    flex-direction: column;
    margin-top: 60px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .jimanichi-other {
    flex-direction: column;
    margin-top: 40px;
  }
}
.jimanichi-other .jimankan-box,
.jimanichi-other .teshioya-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 800px) {
  .jimanichi-other .jimankan-box,
.jimanichi-other .teshioya-box {
    width: 100%;
  }
}
.jimanichi-other .jimankan-box-thumb img,
.jimanichi-other .teshioya-box-thumb img {
  width: 100%;
}
.jimanichi-other .jimankan-box-title,
.jimanichi-other .teshioya-box-title {
  font-size: 3.6rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .jimanichi-other .jimankan-box-title,
.jimanichi-other .teshioya-box-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .jimanichi-other .jimankan-box-title,
.jimanichi-other .teshioya-box-title {
    font-size: 2.6rem;
  }
}
.jimanichi-other .jimankan-box-btn,
.jimanichi-other .teshioya-box-btn {
  margin-top: 20px;
}
.jimanichi-other .jimankan-box-title {
  margin-top: 30px;
}
.jimanichi-other .jimankan-box-table {
  margin-top: 10px;
}
.jimanichi-other .jimankan-box-info {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 4px;
}
.jimanichi-other .jimankan-box-info-badge {
  width: 146px;
}
@media screen and (max-width: 640px) {
  .jimanichi-other .jimankan-box-info-badge {
    width: 100px;
  }
}
.jimanichi-other .jimankan-box-info-description {
  flex: 1 0 0%;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .jimanichi-other .jimankan-box-info-description br {
    display: none;
  }
}
.jimanichi-other .teshioya-box-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  margin-top: 36px;
}
@media screen and (max-width: 640px) {
  .jimanichi-other .teshioya-box-title {
    margin-top: 20px;
  }
}
.jimanichi-other .teshioya-box-title img {
  width: 146px;
}
@media screen and (max-width: 640px) {
  .jimanichi-other .teshioya-box-title img {
    width: 100px;
  }
}
.jimanichi-other .teshioya-box-description {
  margin-top: 20px;
  font-size: 1.6rem;
  text-align: center;
}

.page-loan section:first-child .section-heading,
.page-jaoriginal section:first-child .section-heading {
  margin-top: 0;
}
.page-loan .section-heading,
.page-jaoriginal .section-heading {
  margin: 7rem 0 4rem;
}
@media screen and (max-width: 800px) {
  .page-loan .section-heading,
.page-jaoriginal .section-heading {
    margin: 6rem 0 3rem;
  }
}
@media screen and (max-width: 640px) {
  .page-loan .section-heading,
.page-jaoriginal .section-heading {
    margin: 5rem 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .page-loan .section-heading,
.page-jaoriginal .section-heading {
    margin: 4rem 0 2rem;
  }
}
.page-loan .banner-grids,
.page-jaoriginal .banner-grids {
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .page-loan .banner-grids,
.page-jaoriginal .banner-grids {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .page-loan .banner-grids,
.page-jaoriginal .banner-grids {
    margin-top: 20px;
  }
}

.tokusan-lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 36px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .tokusan-lists {
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .tokusan-lists {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .tokusan-lists {
    gap: 15px;
  }
}

.tokusan-list {
  display: flex;
  flex-direction: column;
}
.tokusan-list-thumb {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.tokusan-list-thumb img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}
.tokusan-list-label {
  flex: 1 0 0%;
  margin-top: 2rem;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 800px) {
  .tokusan-list-label {
    margin-top: 1.7rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .tokusan-list-label {
    margin-top: 1.4rem;
    font-size: 2rem;
  }
}
.tokusan-list-btn {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .tokusan-list-btn {
    margin-top: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .tokusan-list-btn {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .tokusan-list-btn a {
    min-width: auto !important;
  }
}

.tokusan-shop {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .tokusan-shop {
    margin-top: 70px;
  }
}
@media screen and (max-width: 640px) {
  .tokusan-shop {
    margin-top: 50px;
  }
}
.tokusan-shop-heading {
  font-size: 3.8rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .tokusan-shop-heading {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  .tokusan-shop-heading {
    font-size: 2.8rem;
  }
}
.tokusan-shop-columns {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  .tokusan-shop-columns {
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .tokusan-shop-columns {
    gap: 20px;
    margin-top: 20px;
  }
}
.tokusan-shop-column {
  display: flex;
  flex-direction: column;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 800px) {
  .tokusan-shop-column {
    width: 100%;
  }
}
.tokusan-shop-thumb img {
  width: 100%;
}
.tokusan-shop-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 0%;
  margin-top: 2rem;
  font-size: 3.2rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .tokusan-shop-title {
    margin-top: 1rem;
  }
}
.tokusan-shop-description {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}
.tokusan-shop-btn {
  margin-top: 2rem;
  text-align: center;
}

.tokusan-single-start-columns {
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 800px) {
  .tokusan-single-start-columns {
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 640px) {
  .tokusan-single-start-columns {
    gap: 20px;
  }
}
.tokusan-single-start-column {
  width: calc((100% - 45px) / 2);
}
@media screen and (max-width: 800px) {
  .tokusan-single-start-column {
    width: 100%;
  }
}
.tokusan-single-pagetitle {
  padding-top: 30px;
  color: #3b8686;
  font-size: 4.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  .tokusan-single-pagetitle {
    font-size: 3.8rem;
    padding-top: 20px;
  }
}
.tokusan-single-data {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px 50px;
  margin-top: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .tokusan-single-data {
    gap: 14px 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .tokusan-single-data {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 20px;
  }
}
.tokusan-single-data-label {
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .tokusan-single-data-label:nth-child(n+2) {
    margin-top: 16px;
  }
}
.tokusan-single-shippingtime-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media screen and (max-width: 480px) {
  .tokusan-single-shippingtime-lists {
    margin-top: 5px;
  }
}
.tokusan-single-shippingtime-month {
  background-color: #999;
  display: inline-block;
  padding: 0.8rem;
  border-radius: 6px;
  color: #fff;
  line-height: 1;
}
.tokusan-single-shippingtime-month.-month1 {
  background-color: #db4125;
}
.tokusan-single-shippingtime-month.-month2 {
  background-color: #2c70ad;
}
.tokusan-single-shippingtime-month.-month3 {
  background-color: #e77575;
}
.tokusan-single-shippingtime-month.-month4 {
  background-color: #83b427;
}
.tokusan-single-shippingtime-month.-month5 {
  background-color: #0ba299;
}
.tokusan-single-shippingtime-month.-month6 {
  background-color: #9c3e8a;
}
.tokusan-single-shippingtime-month.-month7 {
  background-color: #33a1dc;
}
.tokusan-single-shippingtime-month.-month8 {
  background-color: #e3831c;
}
.tokusan-single-shippingtime-month.-month9 {
  background-color: #3a6b29;
}
.tokusan-single-shippingtime-month.-month10 {
  background-color: #a6770d;
}
.tokusan-single-shippingtime-month.-month11 {
  background-color: #854522;
}
.tokusan-single-shippingtime-month.-month12 {
  background-color: #494c93;
}
.tokusan-single-description {
  margin-top: 30px;
  padding: 24px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  .tokusan-single-description {
    padding: 16px 0;
    font-size: 1.4rem;
  }
}
.tokusan-single-img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .tokusan-single-img {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
.tokusan-single-img img {
  width: 100%;
}
.tokusan-single .section-heading {
  margin-top: 90px;
  margin-bottom: 37px;
}
@media screen and (max-width: 1024px) {
  .tokusan-single .section-heading {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .tokusan-single .section-heading {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.tokusan-single-start + .tokusan-single-section > .section-heading {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .tokusan-single-start + .tokusan-single-section > .section-heading {
    margin-top: 40px;
  }
}
.tokusan-single-section > p {
  margin-top: 3rem;
}
.tokusan-single-section .banner-grid img {
  border-radius: 6px;
}
.tokusan-single .banner-grids img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.tokusan-single-back-btn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .tokusan-single-back-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .tokusan-single-back-btn {
    margin-top: 20px;
  }
}

.takumi-archive-start {
  background: url(../img/speciality/takumi-archive-start-bg.png) 50% 50%/cover no-repeat;
  margin-bottom: 30px;
  padding: 100px 80px;
  font-size: 5.6rem;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 0 25px #912900;
}
@media screen and (max-width: 1024px) {
  .takumi-archive-start {
    padding: 80px 60px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 800px) {
  .takumi-archive-start {
    padding: 60px 30px;
    font-size: 3.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .takumi-archive-start {
    padding: 40px 15px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .takumi-archive-start {
    padding: 40px 0;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 400px) {
  .takumi-archive-start {
    padding: 40px 0;
    font-size: 2rem;
  }
}
.takumi-archive .section-heading {
  margin-top: 90px;
  margin-bottom: 37px;
}
@media screen and (max-width: 1024px) {
  .takumi-archive .section-heading {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .takumi-archive .section-heading {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.farmer-single-pagetitle {
  font-size: 4rem;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .farmer-single-pagetitle {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .farmer-single-pagetitle {
    font-size: 2.2rem;
  }
}
.farmer-single-catchcopy {
  margin-top: 0.5em;
  color: #3b8686;
  font-size: 2.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .farmer-single-catchcopy {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .farmer-single-catchcopy {
    font-size: 1.8rem;
  }
}
.farmer-single-catchcopy span {
  display: inline-block;
}
.farmer-single-edit img {
  width: 100%;
}
.farmer-single-back-btn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .farmer-single-back-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .farmer-single-back-btn {
    margin-top: 20px;
  }
}

.recipe-header-columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}

.recipe-header-flex {
  display: flex;
  gap: 1em;
  line-height: 1;
  align-items: center;
}
.recipe-header-flex-body {
  flex: 1 0 0%;
}

.recipe-single-pagetitle {
  margin-top: 2em;
  padding-bottom: 0.2em;
  border-bottom: 4px solid #3b8686;
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .recipe-single-pagetitle {
    margin-top: 1.5em;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .recipe-single-pagetitle {
    font-size: 2.2rem;
  }
}
.recipe-single-catchcopy {
  margin-top: 0.5em;
  color: #3b8686;
  font-size: 2.8rem;
}
@media screen and (max-width: 640px) {
  .recipe-single-catchcopy {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .recipe-single-catchcopy {
    font-size: 2.2rem;
  }
}
.recipe-single-description {
  background-color: #eee;
  margin-top: 1em;
  padding: 1em 1.5em;
  border-radius: 6px;
}
.recipe-single-back-btn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .recipe-single-back-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .recipe-single-back-btn {
    margin-top: 20px;
  }
}

.garden-tab {
  position: relative;
  margin-top: 90px;
  margin-bottom: 90px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .garden-tab {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.garden-tab-toggles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
  width: 100%;
  margin: 60px 0 20px;
}
@media screen and (max-width: 800px) {
  .garden-tab-toggles {
    margin: 40px 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .garden-tab-toggles {
    grid-template-columns: 1fr;
    margin: 30px 0 20px;
  }
}
.garden-tab-toggle a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 100%;
  padding: 1.1em 0.8rem;
  border: 1px solid;
  border-radius: 6px;
  color: #3b8686;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .garden-tab-toggle a {
    font-size: 1.4rem;
  }
}
.garden-tab-toggle a:hover, .garden-tab-toggle a.-active {
  background-color: #3b8686;
  color: #fff !important;
}
.garden-tab-tab {
  display: none;
}
.garden-tab-tab.-active {
  display: block;
}
.garden-tab-tab .tokusan-lists {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .garden-tab-tab .tokusan-lists {
    margin-top: 30px;
  }
}

.garden-single-start-columns {
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 800px) {
  .garden-single-start-columns {
    gap: 24px;
  }
}
@media screen and (max-width: 640px) {
  .garden-single-start-columns {
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .garden-single-start-columns {
    flex-direction: column;
  }
}
.garden-single-start-body {
  flex: 1 0 0%;
}
.garden-single-start-thumb {
  width: 200px;
}
@media screen and (max-width: 640px) {
  .garden-single-start-thumb {
    width: 160px;
    align-self: center;
  }
}
.garden-single-pagetitle {
  margin-top: 2em;
  padding-bottom: 0.2em;
  border-bottom: 4px solid #3b8686;
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .garden-single-pagetitle {
    margin-top: 1.5em;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .garden-single-pagetitle {
    font-size: 2.2rem;
  }
}
.garden-single-catchcopy {
  margin-top: 0.5em;
  color: #3b8686;
  font-size: 2.8rem;
}
@media screen and (max-width: 640px) {
  .garden-single-catchcopy {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .garden-single-catchcopy {
    font-size: 2.2rem;
  }
}
.garden-single-description {
  background-color: #eee;
  margin-top: 1em;
  padding: 1em 1.5em;
  border-radius: 6px;
}
.garden-single-back-btn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .garden-single-back-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .garden-single-back-btn {
    margin-top: 20px;
  }
}

.archive-heading {
  display: inline-block;
  margin-bottom: 3rem;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
}

.post-header-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}

.post-header-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}

.post-heading {
  background-color: #3b8686;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0.75em 1em;
  border-radius: 6px;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .post-heading {
    font-size: 2.4rem;
  }
}
.post-heading:first-child {
  margin-top: 0;
}

.oasis-columns {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .oasis-columns {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .oasis-columns {
    gap: 20px;
  }
}

.oasis-column-thumb {
  width: 240px;
  margin-right: auto;
  margin-left: auto;
}
.oasis-column-thumb img {
  width: 100%;
}
.oasis-column-body {
  flex: 1 0 0%;
}

.form-wrapper {
  margin-top: 2.5em;
}

@media screen and (min-width: 641px) {
  .form-item {
    display: flex;
  }
}
.form-item:nth-child(n+2) {
  margin-top: 1.7em;
}
.form-item-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 641px) {
  .form-item-header {
    width: 210px;
    padding-top: 0.25em;
  }
}
.form-item-header-status {
  display: inline-block;
  background-color: #aaa;
  padding: 0.5em 0.6em;
  color: #fff;
  font-size: 0.85em;
  line-height: 1;
  white-space: nowrap;
}
.form-item-header-status.form-item-header-status-required {
  background-color: #e60012;
}
.form-item-header-label {
  font-weight: bold;
}
.form-item-body {
  position: relative;
  flex: 1 0 0%;
  font-size: 16px;
}
@media screen and (min-width: 641px) {
  .form-item-body {
    padding-left: 2em;
  }
}
@media screen and (max-width: 640px) {
  .form-item-body {
    padding-top: 1em;
  }
}
.form-item-body input[type=text],
.form-item-body input[type=tel],
.form-item-body input[type=email],
.form-item-body select,
.form-item-body textarea {
  width: 100%;
  padding: 0.5em 0.75em;
  border: 1px solid #d6d6d6;
}
@media screen and (max-width: 480px) {
  .form-item-body input[type=text],
.form-item-body input[type=tel],
.form-item-body input[type=email],
.form-item-body select,
.form-item-body textarea {
    padding: 0.5em 1em;
  }
}
.form-item-body input[type=text]::-webkit-input-placeholder,
.form-item-body input[type=tel]::-webkit-input-placeholder,
.form-item-body input[type=email]::-webkit-input-placeholder,
.form-item-body select::-webkit-input-placeholder,
.form-item-body textarea::-webkit-input-placeholder {
  color: #ccc;
}
.form-item-body input[type=text]:focus::-webkit-input-placeholder,
.form-item-body input[type=tel]:focus::-webkit-input-placeholder,
.form-item-body input[type=email]:focus::-webkit-input-placeholder,
.form-item-body select:focus::-webkit-input-placeholder,
.form-item-body textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-item-body input[type=text]::-moz-placeholder,
.form-item-body input[type=tel]::-moz-placeholder,
.form-item-body input[type=email]::-moz-placeholder,
.form-item-body select::-moz-placeholder,
.form-item-body textarea::-moz-placeholder {
  color: #ccc;
}
.form-item-body input[type=text]:focus::-moz-placeholder,
.form-item-body input[type=tel]:focus::-moz-placeholder,
.form-item-body input[type=email]:focus::-moz-placeholder,
.form-item-body select:focus::-moz-placeholder,
.form-item-body textarea:focus::-moz-placeholder {
  color: transparent;
}
.form-item-body input[type=text]::-ms-input-placeholder,
.form-item-body input[type=tel]::-ms-input-placeholder,
.form-item-body input[type=email]::-ms-input-placeholder,
.form-item-body select::-ms-input-placeholder,
.form-item-body textarea::-ms-input-placeholder {
  color: #ccc;
}
.form-item-body input[type=text]:focus::-ms-input-placeholder,
.form-item-body input[type=tel]:focus::-ms-input-placeholder,
.form-item-body input[type=email]:focus::-ms-input-placeholder,
.form-item-body select:focus::-ms-input-placeholder,
.form-item-body textarea:focus::-ms-input-placeholder {
  color: transparent;
}
.form-item-list input {
  margin-right: 0.5em;
}
.form-item .day-blocks {
  display: flex;
  max-width: 360px;
  width: 100%;
}
.form-item .day-block {
  display: flex;
  align-items: center;
}
.form-item .day-block select {
  flex: 1 0 0%;
}
.form-item .day-block span {
  margin: 0 0.5em;
}

.form-submit {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  margin-top: 2.5em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .form-submit {
    min-width: 180px;
    font-size: 1.6rem;
  }
}
.form-submit input {
  display: inline-block;
  background-image: linear-gradient(90deg, hsl(148deg, 34%, 62%) 0%, hsl(146deg, 35%, 63%) 9%, hsl(144deg, 35%, 64%) 18%, hsl(142deg, 36%, 66%) 27%, hsl(139deg, 36%, 67%) 36%, hsl(137deg, 37%, 68%) 45%, hsl(135deg, 38%, 69%) 55%, hsl(132deg, 38%, 71%) 64%, hsl(129deg, 39%, 72%) 73%, hsl(126deg, 40%, 73%) 82%, hsl(123deg, 41%, 75%) 91%, hsl(120deg, 41%, 76%) 100%);
  color: #fff;
  line-height: 1;
  border-radius: 3em;
  min-width: 244px;
  padding: 2rem 4rem;
  font-size: 2rem;
  text-align: center;
}
.form-submit input.back {
  background-image: none;
  background-color: #ccc;
  color: #666;
}
.form-submit input:hover {
  opacity: 0.7;
}

.mw_wp_form_confirm .confirm-hidden {
  display: none;
}

.mw_wp_form_input .confirm-show {
  display: none;
}

.sitemap-lists p {
  display: none;
}
.sitemap-lists a::before {
  display: none !important;
}

.sitemap-list {
  margin-top: 1em;
}
.sitemap-list-link {
  font-size: 1.8rem;
  font-weight: bold;
}

.search-list {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.search-list-title {
  color: #79bd9a;
  text-decoration: underline;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.search-list-title:hover {
  text-decoration: none;
}
.search-list-description {
  margin-top: 0.25em;
  color: #666;
  font-size: 1.3rem;
  line-height: 1.4;
}

.error p {
  margin: 2rem 0;
}

.dev-sitemap ul,
.dev-sitemap li {
  list-style: disc;
}
.dev-sitemap ul {
  margin-left: 2em;
}
.dev-sitemap a {
  color: #09f;
  font-weight: bold;
  text-decoration: underline;
}
.dev-sitemap a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=page.css.map */