@charset "UTF-8";

/*
Theme Name: shungate
*/
#wpadminbar { display: none;}
.bitnami-corner-image { display: none;}

.icon {
  font-family: "Material Icons";
  font-size: 1.9rem;
  line-height: 1;
}

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

ul, li {
  list-style: none;
}

:root {
  --main-max-width: 1280px;
  --color-post-container-bg: #fcfaf2;
  --color-post-title: #cb1b45;
  --color-body-bg: #d9d8d6;
  --color-link-text: #e57335;
  --color-th-bg: #f5f2e6;
  --color-border-normal: #c7c5bb;
  --color-text-normal: #1c1c1c;
  --color-primary: #705b53;
  --color-strong: #e1c345;
  --color-primary-bg: #52433d;
  --font-weight-thin: 200;
  --font-weight-mid: 400;
  --font-weight-bold: 600;
  --font-serif: 'Noto Serif JP', serif;
  --font-sans-serif: 'Noto Sans JP', sans-serif;
}


.default-max-width {
  max-width: var(--main-max-width);
  margin: 0 auto;
}

.link-text {
  color: var(--color-link-text);
}

p > a,
td > a,
span > a {
  color: var(--color-link-text);
  word-break: break-all;
}

html {
  font-size: 62.5%;
}

body {
  background: url(assets/images/bg.jpg) repeat 0 0 /256px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--color-text-normal);
}

body {
  width: 100%;
}

.site-main {
  padding: 11.7rem 0 4rem 0;
}

.home .site-header {
  position: absolute;
  background: none;
}

.home .site-main {
  padding-top: 0;
}

.home .pc-header-menu a {
  color: #fff;
  opacity: 1;
}

.home .header-navigation {
  border-bottom: 1px solid #fff;
}

.site-header {
  background: rgba(82,67,61,0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 117px;
}

.header-navigation {
  position: relative;
  max-width: var(--main-max-width);
  display: flex;
  height: 100%;
  align-items: center;
  margin: 0 auto;
}

.header-menu-drawer-container.active {
  transform: translateX(0);
}

.header-menu-drawer-container {
  position: fixed;
  top: 0;
  height: 100vh;
  overflow-y: scroll;
  left: auto;
  right: 0;
  width: 400px;
  background: rgba(71,58,53, 1);
  text-align: center;
  padding-top: 2rem;
  z-index: 2000;
  transform: translateX(100%);
  transition: 0.4s cubic-bezier(.05,.7,.23,1);
}

.header-menu-close {
  color: #fff;
  text-align: right;
  padding: 0 1.6rem;
}

.header-menu-close-icon {
  font-size: 4rem;
  line-height: 1;
  cursor: pointer;
}

.pc-header-menu {
  display: flex;
  justify-content: space-around;
  flex: 1;
  margin-left: 1.2rem;
  padding-top: 49px;
}

.header-logo img {
  display: block;
}

.pc-header-menu a {
  color: #fcfcfc;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  opacity: 1;
  transition: 0.3s;
  letter-spacing: 0.08em;
  font-family: var(--font-sans-serif);
}

.pc-header-menu a:hover {
  opacity: 0.8;
}

.header-menu {
  display: block;
  margin-top: 1.6rem;
}

.header-menu li {
  padding: 1.2rem 0;
}

.header-menu li + li {
  border-top: 1px solid #271F1C;
}

.header-menu a, .home .header-menu a {
  font-size: 1.7rem;
  display: block;
  height: 100%;
  font-weight: bold;
  color: #D1C3BE;
  text-decoration: none;
}

.header-menu .child-menu-title + ul {
  display: none;
  background: rgba(90,84,49, 0.4);
}

.header-menu .special-features a {
  color: #DEDDD6;
}

.header-menu .child-menu-title.active + ul {
  display: block;
}

.header-menu .child-menu-title.active {
  background: #7C7D60;
  color: #fff;
}

.header-menu .child-menu-title {
  font-size: 1.7rem;
  display: block;
  height: 100%;
  font-weight: bold;
  color: #D1C3BE;
  padding: 1.2rem 0;
}

.header-menu .special-features {
  padding: 0;
  cursor: pointer;
}

.header-menu .child-menu-title {
  font-size: 1.7rem;
  display: block;
  height: 100%;
  font-weight: bold;
  color: #D1C3BE;
}

.header-menu .child-menu-title::after {
  content: "▶︎";
  margin-left: 12px;
}

.header-menu .child-menu-title.active::after {
  content: "▼"
}

.header-secondary-menu {
  padding: 2.4rem;
  background: rgba(40,31,29, 0.7);
}

.header-secondary-menu a {
  padding: 1.2rem 0;
  color: #D1C3BE;
  font-size: 1.3rem;
  display: block;
  text-decoration: none;
}

.search-field {
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  padding: 0.8rem;
  font-size: 16px;
  width: 100%;
}

.search-form {
  position: relative;
  margin: 2.4rem auto;
  display: block!important;
  width: calc(100% - 1.6rem);
  height: auto;
  background: none;
  top: 0;
  left: auto;
  bottom: auto;
  transform: translateY(0);
}

.sp-search-tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 1.6rem;
}


.search-submit-button {
  position: absolute;
  right: 2.6rem;
  top: 0;
  background: none;
  height: 100%;
  display: flex;
  align-items: center;
  border: 0;
  outline: 0;
}

.search-submit-button span {
  font-size: 3rem;
}



.post-container {
  max-width: var(--main-max-width);
  background: var(--color-post-container-bg);
  margin: 4rem auto 0;
  padding: 2.4rem 2.4rem 4rem;
}

.post-container.recipe {
  background: var(--color-post-container-bg);
}


.post-title {
  color: var(--color-post-title);
  font-size: 3rem;
  margin-top: 1.6rem;
  line-height: 1.3;
}

.post-thumbnail-inner.movie::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAAoCAYAAABKOyzUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAYZJREFUeNrs2jFrg0AUB3BJHTI4hIKgW4YicQvYIUM+QDY/RYdQFAQXZ8eAgtBZ8BOYLVu/QLJqA0UcRAWXDA6hZOgdiZA1Q+KF9/7wBp28H3fv3iDPnSOQ+iS14GBlQ+qLVMtfXvik3jh4WVzW/TG4eoAauvYFhZA4jDRAg3MQAiEQAiEQghWIIAjGcRxPVFUdgt8Ruq5LSZLMWAV5+NHoQOguEUWRB98jDMMYZ1nGDEivzVIQBP4aBPyt0YGUZTmzLEsCC9FFluWh53mTPkCYnCM6kP1+/06a6wj8QKUoikCu2+l2u53eG+QpJktN00YdyHw+F3DEvmP4Z/jI3W53cF03X6/XB5AQVVUdl8vlzz0BmIagAKvVKvd9vwZ5NPoAYAqibdtTGIYF6QNF0zQncM2SBYDeIaIoKmzbzvsG6A2C3AC14zh5mqZHkHMEqwAPhTBNM2d9aMMRGyEQAiEQAiFug6iRgaspBP2z7BcwAl375uXy8E3qlYP3UxndBC6pv38BBgDd6aNU7jh2bgAAAABJRU5ErkJggg==);
}

.post-movie-thumbnail-image {
  object-fit: cover;
  width: 100%;
  height: 66.67%;
}

.post-movie-container {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}

.post-movie-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-movie-credit {
  background: #000;
  padding: 0.8rem 1.6rem;
  color: #fff;
  font-size: 1.1rem;
  display: flex;
  align-items :center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post-movie-credit a {
  text-decoration: none;
}

.post-category {
  font-size: 1.2rem;
}

.post-lead {
  display: block;
  font-weight: normal;
  margin-top: 3.2rem;
}

.post-sub-title {
  margin-top: 0.4rem;
  font-weight: bold;
}

.post-interview-month {
  font-size: 1.5rem;
  margin-top: 0.8rem;
}

.post-thumbnail-container {
  margin-top: 2.4rem;
}

.post-credit {
  font-size: 1.4rem;
  margin-top: 8rem;
  display: flex;
}

.post-additional-links {
  font-size: 1.5rem;
  margin-top: 2.4rem;
  display: flex;
  column-gap: 0.8rem;
  row-gap: 1.2rem;
  line-height: 1.4;
}

.post-additional-text {
  font-size: 1.5rem;
}

.post-additional-text a {
  word-wrap: break-word;
}

.post-container p.post-additional-link {
  margin-top: 0;
}

.post-container p.post-additional-link + .post-additional-link {
  margin-top: 1.6rem;
}

.swiper-container {
  padding-bottom: 4rem;
}

.post-related-posts-container {
  margin-top: 5.6rem;
}

.post-related-posts-container .swiper-pagination {
  bottom: 0;
}

.post-related-posts-container .swiper-pagination-bullet {
  background: #bbb;
}

.post-related-posts-container .swiper-pagination-bullet-active {
  background: #D46584;
}

.swiper-recommend figure {
  height: 100%;
}

.swiper-recommend figure img {
  height: 100%;
}

.swiper-recommend .post-related-posts {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 2.4rem;
  row-gap: 2.4rem;
}

.swiper-recommend .post-related-post-link {
  display: grid;
  grid-template-columns: 50% 50%;
  column-gap: 2rem;
}

.post-related-recommend-excerpt {
  font-size: 1.2rem;
  margin-top: 1.6rem;
}

.swiper-related figure {
  height: 67%;
}

.post-related-posts-container a {
  height: 100%;
}

.post-related-posts-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.post-related-posts {
  display: grid;
  grid-template-columns: repeat(10, auto);
  grid-row-gap: 2.4rem;
}

.post-related-recommend-title {
  /*
  margin-top: 0.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
   */
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 0;
}

.post-related-recommend-title-container {
  padding-right: 3.2rem;
}

.post-related-post-link {
  display: block;
}

.post-article {
  margin: 0 1.5rem;
}

.post-related-link-table-container {
  border: 1px solid var(--color-border-normal);
  padding: 1.6rem 1.6rem 2.4rem;
  margin-top: 3.2rem;
}

.post-related-link-heading {
  border-left: 4px solid #261309;
  padding-left: 0.8rem;
  font-size: 1.8rem;
  color: #261309;
}

.post-related-link-heading > span {
  font-style: normal!important;
}

.post-image-note {
  font-size: 1.2rem;
  margin-top: 0.8rem;
}


table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-top: 1.6rem;
}
th, td {
  border: 1px solid var(--color-border-normal);
  padding: 0.8rem;
  font-size: 1.4rem;
}

th {
  background: var(--color-th-bg);
  font-weight: normal;
  text-align: left;
  width: 150px;
  word-break: break-word;
}

.post-header {
  font-size: 1.8rem;
}

.post-container p {
  margin-top: 1.6rem;
}

.post-paragraph-group.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 6.4rem;
  row-gap: 6.4rem;
}

.post-paragraph-group.grid .post-paragraph-and-photo {
  display: block;
  width: 100%;
}

body {
  font-size: 16px;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif!important;
}

.post-paragraph-group.grid img {
  width: 100%!important;
}

.post-paragraph-group.grid .post-photo-container {
  margin-left: 0;
}

.post-paragraph-group.grid .post-paragraph-sub-title {
  margin-top: 2.4rem;
  color: inherit;
}

.post-paragraph-group.grid .post-paragraph-sub-title.no-photo {
  margin-top: 0;
  color: #99805c;
}

.post-paragraph-group.grid .post-paragraph-sub-title::before {
}

.post-paragraph-group.grid .post-paragraph-and-photo {
  margin-top: 0;
}


.post-paragraph-and-photo-container.okurimono-intro {
  background: #f5f1dc;
  padding: 4rem;
  margin-top: 2.4rem;
}

.post-paragraph-and-photo-container.okurimono-intro .post-heading {
  font-weight: normal;
  font-size: inherit;
  margin: 0 0 1.6rem;
}

.post-paragraph-and-photo-container.okurimono-intro .post-paragraph-and-photo {
  padding: 0;
  margin: 4rem 0 0 0;
}

.post-paragraph-and-photo-container.okurimono-intro .post-heading:empty + .post-paragraph-group .post-paragraph-and-photo:first-child {
  margin-top: 0;
}


.post-paragraph-and-photo {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
}

.post-paragraph-and-photo + .post-paragraph-and-photo {
  margin-top: 2.4rem;
}

.post-paragraph-and-photo.pick-up-item {
  background: #f5f1dc;
  padding: 3.2rem 2.4rem;
  margin-top: 2.4rem;
}

.post-paragraph-and-photo.pick-up-item.no-sub-heading {
  padding-top: 0;
  margin-top: 0;
}

.post-paragraph-and-photo.pick-up-item.no-sub-heading p:first-of-type {
  margin-top: 0;
}


.post-paragraph-sub-title {
  margin-bottom: 1.6rem;
  color: #99805c;
}


.post-common-paragraphs > p:first-child {
  margin-top: 0;
}

.post-paragraph-and-photo[style="flex-direction: column;"] .post-common-paragraphs > p {
  margin-top: 1.6rem;
}

.post-heading {
  font-size: 1.8rem;
  margin-top: 4rem;
  margin-bottom: 1.6rem;
}

.post-heading:empty {
  display: none;
}

.post-photo-container {
  margin-left: 2.4rem;
}

.post-photo {
  position: relative;
  display: block;
  background: #e1c345;
  overflow: visible;
  align-self: flex-start;
}

figcaption {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.2rem;
  width: 420px;
}

.post-photo::before {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: var(--color-strong);
}

.post-photo img {
  position: relative;
  width: 420px;
  display: block;
  z-index: 2;
}

.post-photo-container.full-width {
  margin-left: 0;
  /*margin-top: 3.2rem;*/
  width: 100%;
  margin-bottom: -1.6rem;
}

.post-photo-container.full-width .post-photo::before {
  content: none;
}

.post-photo-container.full-width.need-margin {
  padding: 20px 80px 0;
}

.post-photo-container.full-width img {
  width: 100%;
}

.post-paragraph {
  flex: 1;
}

.post-related-heading-container {
  border-bottom: 1px solid var(--color-primary);
  margin-bottom: 3.2rem;
}

.post-related-heading {
  font-family: var(--font-serif);
  color: var(--color-primary);
  border-left: 7px solid var(--color-primary);
  padding: 1.2rem 2.4rem 1.8rem 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  font-weight: normal;
}


.post-related-post {
  font-family: var(--font-serif);
}

.post-related-post-excerpt {
  font-size: 12px;
  margin-top: 1.2rem;
}

.post-related-post-title {
  line-height: 1.5;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.8rem;

}

.post-related-post a {
  color: var(--color-text-normal);
  text-decoration: none;
}

.post-shop {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 1.6rem;
}

.post-shop-image {
  width: 430px;
  margin-left: 3.2rem;
}

.post-profile-description {
  margin-top: 0.8rem;
  font-size: 1.4rem;
}

.post-profile-title {
  font-weight: bold;
}

.post-shop-table {
  margin-top: 0;
}

.post-shop-info {
  flex: 1;
}

.post-shop-note {
  margin-top: 0.8rem;
  font-size: 1.2rem;
}

figure + .post-shop-info {
  width: 50%;
}

.post-cuisine-container {
  border: 1px solid var(--color-strong);
  padding: 1.6rem 1.6rem 2.4rem;
  margin-top: 3.2rem;
}

.post-cuisine-heading {
  border-bottom: 1px solid var(--color-strong);
  font-size: 2rem;
  padding-bottom: 0.6rem;
}

.post-cuisine {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: 330px 1fr;
  column-gap: 4rem;
}

.post-cuisine-no-image {
  grid-template-columns: 1fr;
}

.post-cuisine-link {
  margin-top: 2.4rem;
}

.post-cuisine p {
  margin-top: 0.8rem;
}

.post-cuisine-source {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 0.8rem;
}

.post-cuisine-info h3 {
  font-size: 1.6rem;
}

.post-cuisine-info p + h3 {
  margin-top: 2.4rem;
}

.post-tags {
  display: flex;
  margin-top: 4rem;
  flex-wrap: wrap;
}

.post-tags li {
  margin-top: 0.8rem;
  margin-right: 0.8rem;
  border-radius: 4px;
  border: 1px solid #888;
}

.post-tags a {
  display: block;
  padding: 0.4rem 1.2rem;
  text-decoration: none;
  font-size: 14px;
  color: #888;
}

.post-tag {
  margin-top: 0.8rem;
  margin-right: 0.8rem;
  border-radius: 4px;
  border: 1px solid #D1C3BE;
}

.post-tag a {
  display: block;
  padding: 0.6rem 1.2rem;
  text-decoration: none;
  font-size: 14px;
  color: #D1C3BE;
}

.button {
  margin: 1.6rem 1.6rem 0;
}

.button a {
  display: block;
  padding: 1.6rem;
  text-decoration: none;
  background: #958F8B;
  color: #fff;
}

.post-recipe-time {
  vertical-align: sub;
  font-size: 2rem;
}

.recipe-title {
  margin-top: 3.2rem;
}

.recipe-time {
  vertical-align: sub;
}


.recipe-ingredients {
  margin-top: 3.2rem;
}

.recipe-ingredient {
  margin-top: 1.6rem;
}

.recipe-ingredient li {
  display: grid;
  grid-template-columns: 180px 1fr;
  margin-top: 0.8rem;
  row-gap: 2.4rem;
}

.recipe-ingredient-image {
  margin-top: 2.4rem;
}

.top-slides-container {
  background: var(--color-primary-bg);
}

.post-recipe-directions {
  margin-top: 5.6rem;
}

.recipe-direction {
  margin-top: 1.6rem;
  counter-reset: direction;
}

.recipe-direction li {
  display: grid;
  grid-template-columns: 100px 1fr;
  background: #fff;
  padding: 2.4rem 3.2rem;
  margin-top: 1.6rem;
  counter-increment: direction;
}

.recipe .post-header {
  font-weight: normal;
}

.recipe-direction li::before {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bfa394;
  width: 46px;
  height: 46px;
  color: #fff;
  font-size: 2rem;
  border-radius: 100px;
  content: counter(direction);
}

.recipe-direction-image {
  margin-top: 1.6rem;
}

.recipe-tips {
  margin-top: 4rem;

}

.recipe-tips h2 {
  font-weight: bold!important;
}

.recipe-tip {
  margin-top: 2.4rem;
}

.recipe-source {
  margin-top: 7.2rem;
}

.post-curator-qa-item {
  margin-top: 4rem;
}

.post-curator-qa {
  background: var(--color-th-bg);
  padding: 2.4rem;
  margin-top: 1.6rem;
}

.post-curator-qa-image {
  grid-area: curator-a-image;
}

.post-curator-q {
  font-size: 1.6rem;
}

.no-curator-q {
  padding-top: 0;
  margin-top: 0!important;
}

.post-curator-q::before {
  content: "Q ";
  color: #e57335;
}

.post-curator-a {
  display: grid;
  grid-template-columns: 1fr 420px;
  grid-template-areas: "curator-a-paragraph curator-a-image";
  grid-gap: 2.4rem;
  margin-top: 2.4rem;
}

.post-curator-a.curator-a-1col {
  grid-template-columns: 1fr;
  column-gap: 0;
  row-gap: 24px;
  grid-template-areas:
    "curator-a-image"
    "curator-a-paragraph"
  ;
}

.post-curator-a.curator-a-1col .post-curator-a-paragraph,
.post-curator-a.curator-a-1col .post-photo img {
  width: 100%;
}

.post-curator-a.no-image {
  grid-template-columns: 1fr;
  row-gap: 0;
}

.post-curator-a-paragraph {
  grid-area: curator-a-paragraph;
}

.top-slides {
  width: 100%;
  height: 604px;
  margin: 0 auto;
}

.top-slide {
  position: relative;
  height: 100%;
}

.top-slide-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.top-slide-texts {
  width: 900px;
}

.top-slide-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1473px;
  height: 604px;
  z-index: 1;
}

.top-slide-title {
  display: none;
}

.top-slide-main-text {
  font-size: 5.1rem;
  font-family: var(--font-serif);
  font-feature-settings: "palt";
  text-shadow: 0 0 5px rgba(82,67,60,1);
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.top-slide-texts.foodloss .top-slide-main-text {
  text-shadow: 0 0 10px rgb(49, 16, 0,.7), 0 0 15px rgb(49, 16, 0,.7);
}

.top-slide-sub-text {
  font-size: 1.8rem;
  text-shadow: 0 0 5px rgba(82,67,60,1);
  font-family: var(--font-serif);
  color: #fff;
  background: rgba(41,34,30,0.2);
  padding: 12px 20px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  height: 60px;
  display: flex;
  align-items: center;
  margin-top: 1.6rem;
}

.top-slide-texts.foodloss .top-slide-sub-text {
  background: rgba(41,34,30,0.4);
  font-feature-settings: "palt";
}

.top-slide-texts.foodloss .top-slide-sub-text {
  background: rgba(41,34,30,0.4);
  font-feature-settings: "palt";
}

@media screen and (max-width: 1180px) {
  .top-slide-texts.foodloss .top-slide-sub-text {
    text-wrap: wrap;
  }
}

.top-slide-sub-text br {
  display: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 7px;
  margin-right: 7px;
}


.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #fff;
  opacity: 0.45;
  margin-left: 6px;
  margin-right: 6px;
}

.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.swiper-pagination {
  z-index: 20;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.4rem;
  row-gap: 2.4rem;
  margin-top: 3.2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--main-max-width);
}

.card-meta {
  padding: 0.8rem 1.4rem;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.card-link {
  display: block;
  height: 27%;
}

.card-link a {
  text-decoration: none;
  color: var(--color-text-normal);
}


.post-thumbnail {
  height: 73%;
}

.post-thumbnail-inner {
  position: relative;
  display: block;
  height: 100%;
}

.post-thumbnail-inner img {
  width: auto;
  object-fit: cover;
  height: 100%!important;
  max-width: 100%!important;
  display: block;
}

.post-okurimono-package {
  display: grid;
  grid-template-columns: 48% 48%;
  grid-template-areas: "okurimono-package-image okurimono-package-lead";
  grid-gap: 3.2rem;
  align-items: center;
  margin-top: 4rem;
}

.post-okurimono-package small {
  margin-top: 0.8rem;
  font-size: 1.2rem;
}

.post-okurimono-package-image {
  grid-area: okurimono-package-image;
  border: 1px solid var(--color-strong);
  padding: 2.4rem;
}

.post-okurimono-package-lead {
  grid-area: okurimono-package-lead;
}

.post-okurimono-package-image-title {
  margin-bottom: 0.8rem;
}

.post-okurimono-package-image-title + img {
  display: block;
}

.card img {
  display: block;
  width: 100%;
}

.card {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  background: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
  color: inherit;
  overflow: hidden;
  will-change: opacity;
  transition: opacity 0.2s;
}

.card:hover {
  opacity: 0.8;
}


.card-title {
  font-family: var(--font-serif);
  font-size: 1.7rem;
  height: 54px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.card-category-name {
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  background: var(--color-primary-bg);
  border: 1px solid #fff;
  padding: 0.6rem 0;
  font-size: 1.0rem;
  color: #fff;
  width: 150px;
  text-align: center;
}

.card-category-name.area_pr {
  background: #52703e;
}

.card-area {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 70%;
}

.card-bottom {
  color: #777;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem;
}

.view-more-button {
  display: block;
  color: #fff;
  background: var(--color-primary-bg);
  text-align: center;
  width: 200px;
  padding: 0.8rem 0;
  height: 50px;
  cursor: pointer;
  border-radius: 200px;
  letter-spacing: 0.06em;
  transition: 0.3s;
}

.view-more-button:hover {
  opacity: 0.9;
}

.view-more-button::before {
  content: "MORE";
}

.view-more-button:disabled::before {
  content: "";
}

.page-load-status {
  display: none;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.page-load-status img {
  width: 100%;
}


.view-more-button:disabled .page-load-status {
  display: block;
}

.view-more-button-container {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}


.page-primary-header {
  position: relative;
}

.page-primary-header img {
  width: 100%;
  display: block;
}

.page-primary-header-catch-copy {
  position: absolute;
  width: 100%;
  top: 43%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  text-shadow: 0 0 5px rgba(82,67,60,1);
  color: #fff;
}

.page-primary-header-catch-copy-main {
  font-size: 5rem;
  letter-spacing: 0.3em;
}


.page-primary-header-catch-copy-sub {
  font-size: 2.7rem;
  font-family: var(--font-serif);
  letter-spacing: 0.2em;
  margin-top: 0.4rem;
  font-weight: var(--font-weight-mid);
}

.page-primary-header-description {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 3.6rem;
  color: #fff;
  background: rgba(0,0,0,0.4);
  font-family: var(--font-serif);
  letter-spacing: 0.2em;
  font-size: 1.5rem;
  font-weight: var(--font-weight-thin);
}

.page-secondary-title {
  background: #f1f1f0;
  color: #c6c6c6;
  font-family: var(--font-serif);
  padding: 0.8rem;
  font-size: 2.7rem;
  text-align: center;
}

.menu-functions {
  color: #fff;
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  margin-left: 1.2rem;
  padding-top: 30px;
}

.menu-functions > .icon:hover {
  opacity: 0.7;
}


.menu-functions .icon {
  font-size: 2.7rem;
  margin-left: 1.4rem;
  cursor: pointer;
  transition: 0.3s;
}

.sp-only {
  display: none;
}

.language-switcher-icon {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 4px;
  font-weight: bold;
  transition: 0.3s;
  border-radius: 100px;
  border: 1px solid #fff;
  padding: 0.4rem 1.8rem 0.4rem 2rem;
}

.language-switcher-icon:hover {
  opacity: 0.8;
}


.language-switcher-icon::after {
  content: "▼";
  margin-left: 0.6rem;
  position: relative;
  top: -1px;
}

.language-switcher {
  display: none;
  position: absolute;
  right: 9rem;
  left: auto;
  width: 18rem;
  bottom: 1.6rem;
  transform: translateY(100%);
  background: rgba(0,0,0,0.8);
  z-index: 2001;
}

.language-switcher.active {
  display: block;
}

.language-switcher::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0.8rem;
  transform: translateY(-100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 14px 7px;
  border-color: transparent transparent rgba(0,0,0,0.8) transparent;
}

li.wpml-ls-menu-item ul li a {
  display: flex;
  align-items: center;
}

.wpml-ls {
  padding:  0!important;
}

.wpml-ls-item {
  display: block!important;
}

.wpml-ls-item + .wpml-ls-item {
  border-top: 1px solid #000;
}

.wpml-ls-item a {
  padding: 1.4rem!important;
  display: block!important;
  font-size: 1.3rem!important;
  text-decoration: none!important;
}

.wpml-ls-item a:hover {
}

.wpml-ls-item a::before {
  margin-right: 0.6rem;
  position: relative;
  top: 0.2rem;
}

/*
.wpml-ls-item-ja a::before {
  content: "🇯🇵 ";
}

.wpml-ls-item-en a::before {
  content: "🇺🇸 ";
}

.wpml-ls-item-zh a::before {
  content: "🇨🇳 ";
}

 */


.language-switcher li {
  font-size: 1.5rem;
}

.language-switcher a {
  color: #fff;
}

.pc-only {
  display: block;
}

.pc-only-flex {
  display: flex;
}

.post-share-buttons {
  background: #dedede;
  padding: 14px 7px;
  color: #fff;
  margin-top: 3.2rem;
  justify-content: center;
  display: flex;
}

.post-share-button {
  border-radius: 4px;
  width: 120px;
  overflow: hidden;
  transition: 0.3s;
}

.post-share-button:hover {
  opacity: 0.9;
}

.post-share-button {
  margin-left: 0.8rem;
}

.post-share-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 0;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}

.post-share-button img {
  width: 18px;
  margin-right: 8px;
}

.icon_fb {background: #3a6aaf;}
.icon_twitter {background: #0096de;}

.post-insert-movie {
  margin-top: 4rem;
}

.post-recommend-recipe {
  display: grid;
  grid-template-columns: 200px 1fr;
  column-gap: 3.2rem;
  text-decoration: none;
  color: inherit;

  margin-top: 2.4rem;
  padding: 2.4rem;
  border-top: 1px dotted var(--color-text-normal);
  border-bottom: 1px dotted var(--color-text-normal);
}

.post-recommend-recipe-title {
  color: var(--color-link-text);
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1.6rem;
}

.post-recommend-recipe-heading {
  display: inline-block;
  text-align: center;
  background: var(--color-primary-bg);
  border-radius: 100px;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.3rem 1.6rem;
  font-weight: normal;
}

#top-modal {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#top-modal #map {
  border: 5px solid #FFF;
  left: 0;
  margin: auto;
  position: absolute !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 610px;
  width: 70%;
}

#top-modal-close-curtain {
  background-color: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.top-special-pages-container {
  max-width: var(--main-max-width);
  margin: 4rem auto 0;
  padding-bottom: 4.4rem;
}

.top-special-pages-container .swiper-pagination-bullet {
  background: #fff;
}

.top-special-pages-container .swiper-pagination-bullet-active {
  background: #D46584;
}

.top-special-page-meta {
  background: var(--color-primary-bg);
  color: #fff;
  padding: 1.6rem 1.6rem 2.4rem;
}

.top-special-page-title {
  color: #fff;
  font-family: var(--font-serif);
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 1.6rem;
}

.top-special-page-description {
  margin-top: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}

.top-special-page-label {
  background: #fff;
  color: #555;
  padding: 0.3rem 1.2rem;
  text-decoration: none;
  font-size: 1.2rem;
  display: inline-block;
}

.top-special-page-more-button {
  text-align: right;
  margin-top: 1.2rem;
}

.top-special-page-more-button-inner {
  border-radius: 100px;
  background: #fff;
  color: #555;
  display: inline-block;
  font-size: 10px;
  padding: 0.2rem 1.6rem;
}

.top-special-page {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.top-special-pages-container .swiper-button-next,
.top-special-pages-container .swiper-button-prev {
  width: 40px!important;
  height: 40px!important;
}

.top-special-pages-container .swiper-button-next:after,
.top-special-pages-container .swiper-button-prev:after {
  content: "";
  font-family: sans-serif;
  display: block;
  width: 100%;
  height: 100%;
}

.top-special-pages-container .swiper-button-next:after {
  background: url(assets/images/arrow-right-thin.svg) no-repeat center center/cover!important;
}

.top-special-pages-container .swiper-button-prev:after {
  background: url(assets/images/arrow-left-thin.svg) no-repeat center center/cover!important;
}

.top-special-page a {
  text-decoration: none;
}

.swiper-slide.top-special-page {
  height: auto!important;
}

.top-special-page img {
  display: block;
  width: 100%;
}

.footer-banners {
  max-width: var(--main-max-width);
  margin: 3.2rem auto 0;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fit, 49%);
  grid-column-gap: 2.4rem;
  grid-row-gap: 1.6rem;
}

.footer-banners a {
  display: block;
  text-align: center;
}

.site-footer {
  margin-top: 4rem;
}

.page-container {
  background: #fff;
  max-width: var(--main-max-width);
  margin: 0 auto;
  padding: 4rem;
}

.page-title {
  color: #555;
  max-width: var(--main-max-width);
  margin: 2.4rem auto;
}

.page-container h2 {
  font-size: 2rem;
}

.page-container p + h2 {
  margin-top: 4rem;
}

.page.inquiry label {
  font-weight: 600;
  font-size: 1.7rem;
}

.page.inquiry p + p label {
  padding: 0 0 0.8rem;
  margin-top: 1.6rem;
  display: block;
}

.page.inquiry input[type=text],
.page.inquiry input[type=email],
.page.inquiry textarea {
  width: 50%;
  padding: 0.8rem;
}

.page.inquiry input[type=submit] {
  border: 0;
  outline: 0;
  padding: 1.6rem 2.4rem;
  color: #fff;
  background: var(--color-primary-bg);
  text-align: center;
  width: 50%;
  font-family: inherit;
  font-size: 1.8rem;
  font-weight: 600;
}

.contact-form-area {
  margin-top: 2.4rem;
  display: none;
}

.contact-required-checkbox {
  margin-top: 3.2rem;
}


.about .page-container img {
  width: 100%;
  height: auto
}

.footer-menu {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  max-width: var(--main-max-width);
  margin: 0 auto;
}

.footer-menu li {
  margin: 0 1.6rem;
}
.footer-menu a {
  text-decoration: none;
  color: #fff;
}

.site-footer {
  background: var(--color-primary-bg);
  padding: 6rem 0;
}

.copyright {
  text-align: center;
  margin-top: 2.4rem;
  color: #fff;
  font-size: 1.1rem;
}

.post-pagination {
  margin-top: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.post-pagination:empty {
  display: none;
}

.post-page-numbers {
  width: 32px;
  height: 32px;
  font-size: 1.7rem;
  background: var(--color-primary);
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.4rem;
}

.post-page-numbers.current {
  color: var(--color-primary-bg);
  background: #fff;
  font-weight: bold;
}

.not-found {
  text-align: center;
  margin-top: 3.2rem!important;
  padding-top: 6rem!important;
  padding-bottom: 6rem!important;
}

.not-found h1  {
  font-size: 3rem;
  font-weight: normal;
}

.not-found p {
  margin-top: 1.6rem;
  line-height: 2;
}

.not-found-title {
  color: #ccc;
  font-size: 2.4rem;
  font-weight: bold;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.4rem;
}

.button-container > * {
  background: var(--color-primary-bg);
  color: #fff;
  padding: 1.6rem 3.2rem;
  text-decoration: none;
  border-radius: 4px;
}

.sp-menu-title {
  font-size: 2.4rem;
  font-family: var(--font-serif);
  font-weight: 200;
  letter-spacing: 0.1em;
  color: #D1C3BE;
  margin: 2rem 0 1.6rem;
}

.search-submit-button {
  position: absolute;
  left: 100%;
  transform: translateX(-120%);
  top: 0;
  background: none;
  height: 100%;
  display: flex;
  align-items: center;
  border: 0;
  outline: 0;
}

.search-submit-button span {
  font-size: 3rem;
}

.wpcf7-list-item {
  margin: 0!important;
}

.external-link {
  position: relative;
}

.external-link::after {
  content: "";
  background-image: url("assets/images/icon_external.png");
  background-size: cover;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  display: block;
}

.external-text-link::after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAB0JJREFUeJzt3U+IXWcZgPGnmaSWYislk1olNupCCKG4UKRSsBQLpdQqJANVcCW4cNeNIHani+KirYpUXEioCG2huPAPiopYUIm7WjEtCGUC3cxMTMVScdI04+KbgSG9eefee95zznfOeX5wVmHe+e6598l37r1zZ0CSJEmSJEmSJEmSJEmSJEmSJElDckOLsw8BdwHHgVta/D5jsw1cAF4GrnT8vT8KnATeS7uPjSyXgXX6OVdLOwo8AWwCOx5LH5eAp4Bji53+ha0AXwNe7fG2Nj3+RXnMrSafm3T3ARfp/4SN6dgC7l/kTljAB4G/VnAbh3CuGruPsuX1fZLGeGyTf8cfA/5ZwW1r41x9NvE8pTiKO0fbxxa5lxA/r+A2VX+uVjKGAN+mwmpH5mbK/fXbhFmfAR5PmFOrzHPV2CFgg/7/15jCsbV7vpt6poLb0vZxkYQNIONk3wXcnjBHB1sFTiXMuTdhRu2OknCuMgI5njBD8zuRMONDCTOG4MNNB2QE4puAqtWNTQdkBKJurSfMuJAwYxIMZFg2gfMJc/6YMGMSDGRYzgJXE+b8OGHGJBjIcGwA30ma9WfgZ0mzRs1AhmEbeAR4I3HmVyk/oKiAgdRvA3gAeDF57iXK+yF/Sp47KgZSr03KJdVJ8uPY/z3uBb5C+UyFrnG47wXsegI41/ciKrBDuZxap7xalfGE/CBXKU/+z1Le9D0J3Er+B6a+AHw5eWbragnkHPBC34sQr+8e2U5TnkMNjpdYattp4DngSN8LWYaBqE2DjgMMRO0ZfBxgIGrHKOIAA1G+0cQBBqJco4oDDER5RhcHGIhyjDIOMBA1N9o4wEDUzKjjAAPR8tqMYxv4SQtzF2YgWkbbcZwBft3C7IUZiBbVRRy/amH2Umr5aV4Nw2ngedp53FQXB7iDaH6TiwMMRPOZZBxgIDrYZOMAA1Fs0nGAgej6Jh8HGIhmM45dBqJrGcc+BqL9jOMaBqI9xjGDgQiM47oMRMYRMJBpazOOyww8DjCQKWs7jtMMPA4wkKkyjjkZyPScwTjmZiDTcobyYSfjmJOBTIdxLMFApmGIcezUMMNAxm+IcQC8lTDjzaYDDGTchhoHwCsJM84nzGjsi5StrMmx1vmqx+8M8DbN75tZxzbwUAe34ZUGa3wpYwHuIOM05J1jv6cafO2TaatoyB2kLmPYOfasUP6O+6Lr/AP5f6V3aQZSjzHFsef9LHap9XdgtYd1XpeB1GGMcey5jfLu/0Hr/Cnlb7xXxUD6N+Y49vsU8CPKjvJfykvB/wCeBj7R47pCBtKvqcTRC1/FGra2X60a/Oc5mjKQ4eoijl+2MHtQDGSY1jCOThjI8KwBz2IcnTCQYTGOjhnIcBhHDwxkGIyjJwZSP+PokYHUzTh6ZiD1Mo4KGEidjKMSBlIf46iIgdTFOCpjIPUwjgoZSB2Mo1Jt3CFaTNtxrDGuOI4AHwfupHxm5QLwMnClz0VF/MDU8tZo98NOD3d3U1p3B/B94N+8+7ZeovwGlGO9rS5gIMsxjvk9SIngoNu9Bdzf0xqvy0AW9zDGMa8HWexcbVNZJAaymDuB/2Ac87iD+XaOWTtJyq/+8VWs7n0LuKWFuXtPyH/Rwuy+fJPyK38WtQp8I3ktS3MHmd+twP9w55jHEWY/IV9kF2m8AbiDdOse4D3JM8e4c0B5Kfd9Db5+FTjVdBEG0q2PJM8baxxQnqs1daLpAAPp1krirDHHAXBjwoybmg4wkG69njRn7HFUw0C69RfgasMZxtEhA+nWBvCbBl9vHB0zkO49xnI/WGccPTCQ7r0EfH3BrzGOnhhIP74LPMp8O8kl4HMYRy8MpD/fAz5JeeC/M+Pf3wJ+SHmz63cdrkv7+IGpfv0N+DzlXd+7geOUXeU14BzlryipRwZSh4uM61N/o+EllhQwEClgIFLAQKSAgUgBA5ECBiIFDEQKGIgUMBApYCBSwECkgIFIAQORAgYiBQxEChiIFDAQKWAgUsBApICBSAEDkQIGIgUMRAoYiBQwEClgIFLAQKSAgUgBA5ECBiIFDEQKGIgUMBApYCBSwECkgIFIAQORAgYiBQxEChiIFDAQKWAgUsBApICBSAEDkQIGIgUMRAoYiBQwEClgIFLAQKSAgUgBA5ECBiIFDEQKHO57AbvuoZ61qA6f7nsBUM+D8tG+FyDN4iWWFDAQKWAgUsBApICBSAEDkQIGojHbaTogI5DthBlSGxo/NjMCuZAwQ2rDetMBNyQs4jCwCdyWMEvKsgl8ALjaZEjGDnIFeCZhjpTpLA3jgJwdBOAYcB5YTZonNbEBnATeaDoo61WsLeBLwOWkedKytoFHSIgDcl/m/T3wEHAxcaa0iA3gAeDFrIErWYN2vUa59lsBPgbcnDxfmmUT+AHlKubVzMFZz0FmOQScAk4AN7X4fTRNO5TLqXXK89/GT8glSZIkSZIkSZIkSZIkSZIkSZI0fP8HfCnzT3hDWHAAAAAASUVORK5CYII=");
  width: 8px;
  height: 8px;
  display: block;
  margin-left: 8px;
}

.single.areastory {
  background: var(--color-post-container-bg);
}

.cta-button-container {
  margin-top: 2.4rem;
  width: 330px;
}

.cta-button-container > * {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  background: linear-gradient( 0deg , #dc8804 0%, #fa9900 100%);
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
}

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

.cta-button::after {
  display: block;
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDE2IDQxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDE2IDQxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCwyMDhjMCwxMTQuOSw5My4xLDIwOCwyMDgsMjA4czIwOC05My4xLDIwOC0yMDhTMzIyLjksMCwyMDgsMFMwLDkzLjEsMCwyMDh6IE0yNDQuNSwyMDhsLTgxLjktODEuMQoJYy03LjUtNy41LTcuNS0xOS44LDAtMjcuM3MxOS44LTcuNSwyNy4zLDBsOTUuNCw5NS43YzcuMyw3LjMsNy41LDE5LjEsMC42LDI2LjZsLTk0LDk0LjNjLTMuOCwzLjgtOC43LDUuNy0xMy43LDUuNwoJYy00LjksMC05LjktMS45LTEzLjYtNS42Yy03LjUtNy41LTcuNi0xOS43LDAtMjcuM0wyNDQuNSwyMDhMMjQ0LjUsMjA4eiIvPgo8L3N2Zz4K);
  width: 17px;
  height: 21px;
  margin-left: 6px;
}

.cta-button-container > *:hover {
  background: linear-gradient( 0deg , #fa9900 0%, #dc8804 100%);
}

.post-container.areastory {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.post-areastory-head {
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.post-areastory-content-title {
  font-size: 2.5rem;
  margin-bottom: -2.4rem;
  margin-top: 3.2rem;
}

.post-thumbnail-has-height {
  position: relative;
  height: 850px;
  overflow: hidden;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.post-thumbnail-has-height img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: middle;
  background: #463933;
}

.font-serif {
  font-family: var(--font-serif);
}

.related-link {
  font-size: 12px;
  line-height: 2;
  padding: 8px 16px 8px 22px;
  border-radius: 3px;
  background: url(assets/images/icon_arrow_recipe.png) no-repeat 10px 50%;
  background-color: #52433d;
  text-align: left;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: normal;
  margin-top: 1.6rem;
}

.related-link:hover {
  background-color: #e7a17c;
}

.post-areastory-foot {
  margin-top: 4rem;
  text-align: right;
}

.post-areastory-lead {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  border: 1px solid #f2ecce;
  padding: 35px;
  background: #f5f1dc;
}

.post-areastory-movie {
  width: 47.5%;
}

.post-areastory-lead-text {
  width: 52.5%;
  display: block;
  margin-left: 4rem;
  font-weight: normal;
}

.post-areastory-lead-text:only-child {
  width: 100%;
  margin-left: 0;
}

.post-areastory-cta-container {
  padding: 20px;
  border: 1px solid #e1c345;
  margin-top: 64px;
}

.post-areastory-cta {
  display: flex;
}


.post-areastory-cta-image {
  width: 200px;
  margin-left: 2.4rem;
}

.post-areastory-cta-description {
  margin-top: 0.8rem;
}

.post-areastory-cta-image img {
  width: 100%;
}

.post-areastory-cta-button-note {
  font-size: 1.3rem;
  margin-top: 0.4rem;
  text-align: center;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
}

.cta-buttons .cta-button-item + .cta-button-item {
  margin-left: 3.2rem;
}

.cta-buttons .cta-button-item:nth-child(3n + 1) {
  margin-left: 0;
}

.breadcrumbs-container {
  font-size: 1.1rem;
  padding: 0.8rem 0;
  background: #fff;
  overflow: hidden;
  width: 100%;
}

.breadcrumbs {
  width: var(--main-max-width);
  margin: 0 auto;
  white-space: nowrap;
}

.page.areastory {
  background: #fff;
}

.page-areastory-articles-container {
  background: #efefef;
  width: 100%;
  padding: 4rem 1.6rem;
  margin-top: 3.2rem;
}

.page-areastory-articles {
  display: grid;
  grid-template-columns: repeat(1, auto);
  column-gap: 2.4rem;
  row-gap: 5.6rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
  max-width: calc(var(--main-max-width) / 1.5);
}

.page-areastory-area {
  background: #555;
  width: 130px;
  text-align: center;
  padding: 0.2rem 1.6rem;
  font-size: 1.4rem;
  pointer-events: none;
  color: #fff;
}

.page-areastory-post-title {
  font-size: 2.4rem;
  margin-top: 1.6rem;
  color: var(--color-text-normal);
  text-decoration: none;
}

.page-areastory-post-description {
  font-size: 1.5rem;
  margin-top: 1.6rem;
  color: var(--color-text-normal);
  text-decoration: none;
}

.page-areastory-article-link {
  display: grid;
  grid-template-columns: 320px 1fr;
  column-gap: 2.4rem;
  row-gap: 0.4rem;
  text-decoration: none;
  transition: 0.3s;
}

.page-areastory-article-link:hover {
  opacity: 0.85;
}

.page-areastory-articles .post-thumbnail {
  height: 100%;
  display: block;
}

.page-areastory-thumbnail {
  width: 100%;
  background: #463933;
}

.page-areastory-thumbnail picture {
  display: block;
}

.page-areastory-thumbnail img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: middle;
}

.page-areastory-title {
  font-size: 4rem;
  line-height: 1.3;
  text-align: center;
  font-family: var(--font-serif);
  font-weight: bold;
  margin-top: 8rem;
}

.page-areastory-description {
  font-size: 2.1rem;
  text-align: center;
  font-family: var(--font-serif);
  margin-top: 5.6rem;
  line-height: 2;
}

.page-areastory-description p + p {
  margin-top: 4rem;
}

.page-areastory-heading {
  text-align: center;
  font-family: var(--font-serif);
  font-weight: bold;
  font-size: 4rem;
  border-bottom: 2px solid #ccc;
  margin: 0 auto 0.8rem;
  color: #a0a0a0;
  width: calc(var(--main-max-width) / 1.5);
}

.page-areastory-heading-note {
  text-align: center;
  font-size: 1.5rem;
}

.about.page .page-container p {
  font-size: 2rem;
  font-family: var(--font-serif);
}

.about.page .page-container p + p {
  margin-top: 4.8rem;
}

.footer-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.2rem;
  margin-top: 2.4rem;
}

.footer-sns li {
  border: 1px solid #fff;
  border-radius: 4px;
  transition: 0.3s;
}

.footer-sns li + li {
  margin-left: 0.8rem;
}

.footer-sns li:hover {
  opacity: 0.8;
}

.footer-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  padding: 0.8rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  font-family: var(--font-sans-serif);
  letter-spacing: 0.1em;
}

.footer-sns a img {
  width: 27px;
  margin-right: 12px;
}

.page-local-header {
  position: relative;
  height: 760px;
  overflow: hidden;
}

.page-local-header-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
}

.page-local-kawajima-slider {
  position: absolute;
  width: 100%;
  height: 780px;
  left: 0;
  top: 0;
}

.page-local-kawajima-slider::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(-90deg, #fff 20%, transparent 100%);
  z-index: 8;
  height: 100%;
  width: 100%;
}

.page-local-title-frame {
  display: flex;
  justify-content: flex-end;
  position: relative;
  max-width: var(--main-max-width);
  margin: 0 auto;
  padding-top: 2rem;
  z-index: 10;
}

.page-local-title-container {
  max-width: 540px;
}

.kawajima .page-local-title-container {
  max-width: 440px;
}

.kawajima .page-local-title-container.en {
  max-width: 680px;
}

.page-local-title {
  display: block;
  color: #1e4669;
  font-size: 32px;
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.4;
  margin-top: 4rem;
  text-shadow: 0 0 30px #fff, 0 0 20px #fff, 0 0 10px #fff, 0 0 5px #fff;
}

.kawajima .page-local-title {
  color: #0e93b5;
}

.page-local-container {
  background: #fff;
}

.page-local-area-category {
  text-align: right;
  font-size: 1.2rem;
}

.page-local-description {
  font-size: 16px;
  line-height: 30px;
  margin-top: 32px;
  font-weight: 400;
  text-shadow: 0 0 10px #fff, 0 0 5px #fff;
}

.page-local-kawajima-logo {
  text-align: center;
  margin-top: 40px;
}

.page-local-kawajima-logo p {
  margin-top: 24px;
}

.page-local-map-image {
  grid-area: grid-local-map-image;
}

.page-local-map-description {
  font-size: 1.8rem;
  grid-area: grid-local-map-description;
}

.page-local-map-description p + p {
  margin-top: 2.4rem;
}

.page-local-map-title {
  color: #0e93b5;
  font-size: 3.7rem;
  font-family: var(--font-serif);
}

.page-local-map-description-text {
  margin-top: 3.2rem;
}

.page-local-map {
  display: grid;
  grid-template-columns: 1fr 480px;
  grid-template-areas: "grid-local-map-description grid-local-map-image";
  gap: 2.4rem;
  margin-top: 5.6rem;
  grid-auto-flow: dense;
}

.page-local-articles {
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 2.4rem;
  row-gap: 2.4rem;
  overflow: hidden;
  width: var(--main-max-width);
  margin: 0 auto;
  padding: 0 4rem;
}

.page-local-articles-container.kawajima {
  background: linear-gradient(135deg, #81c6de 0%, #bee0f6 100%);
}

.page-local-article {
  position: relative;
}

.page-local-article-title {
  color: #fff;
  text-align: right;
  position: absolute;
  font-size: 2.1rem;
  bottom: 0;
  right: 0;
  padding: 0 2rem 1.6rem;
  font-family: var(--font-serif);
  line-height: 1.3;
  text-shadow: 0 0 10px #444;
}

.page-local-article > a > img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page-local-articles-container {
  padding: 4rem;
  background: #d9d8d6;
}

.page-local-areastory-banner {
  text-align: center;
  max-width: 1048px;
  margin: 0 auto;
}

.page-local-access {
  text-align: center;
}

.page-local-areastory-banner + .page-local-access {
  margin-top: 4rem;
}

.page-local-access a {
  display: inline-flex;
  align-items: center;
  text-align: center;
  background: #52433d;
  color: #fff;
  padding: 8px 16px;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
}

.page-local-access span {
  margin-right: 4px;
}

.page-local-message {
  border: double 3px #a2938e;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 320px;
  justify-content: space-between;
  margin-top: 40px;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
}

.page-local-message-text p + p {
  margin-top: 2.4rem;
}

.page-local-message-image-caption {
  text-align: right;
  font-size: 1.4rem;
}

.inquiry .wp-block-group {
  margin-top: 2.4rem;
  height: 230px;
  overflow: auto;
  padding: 2.4rem;
  border: 1px solid var(--color-border-normal);
  font-size: 1.2rem;
}

.inquiry .wp-block-group h2 {
  font-size: 1.4rem;
}

.inquiry .wp-block-group::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background: #ddd;
}

.inquiry .wp-block-group::-webkit-scrollbar-thumb {
  background-color: #aaa;
}

.inquiry-add-mail::after {
  content: url(assets/images/security_mail.png);
  vertical-align: middle;
  line-height: 1;
  margin-left: 1.6rem;
}

.page-recipe-title {
  display: flex;
  justify-content: space-between;
  max-width: var(--main-max-width);
  margin: 0 auto;
}

.page-recipe-search-area {
  display: flex;
}

.page-recipe-search-time {
  margin: -0.8rem 0;
  position: relative;
}

.page-recipe-search-time::after {
  position: absolute;
  content: "▼";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 10px;
  color: #fff;
}

.page-recipe-search-time-select {
  background: rgba(116, 104, 99, .75);
  color: #fff;
  padding: 0 24px;
  height: 100%;
  -webkit-appearance: none;
  outline: 0;
  width: 230px;
  font-size: 14px;
}

.page-recipe-search-keyword {
  margin-left: 40px;
  display: flex;
  align-items: center;
}

.page-recipe-search-keyword-input {
  padding: 8px;
  -webkit-appearance: none;
  outline: 0;
  border: 1px solid var(--color-border-normal);
  width: 290px;
}


.page-okurimono-categories-container-area {
  max-width: var(--main-max-width);
  margin: 24px auto 0;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  padding: 0 2.4rem 4px;
}

.page-okurimono-categories-area {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 1.2rem 0;
  scrollbar-color: #d1d1d1;
  scrollbar-width: thin;
}

.page-okurimono-categories-area::-webkit-scrollbar {
  height: 5px;
}

.page-okurimono-categories-area::-webkit-scrollbar-track {
  background-color: #eee;
}

.page-okurimono-categories-area::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
  border-radius: 100px;
}


.page-okurimono-category-item {
  white-space: nowrap;
  font-size: 1.7rem;
  margin-right: 8rem;
  cursor: pointer;
  color: #777;
}

.page-okurimono-category-item.bold {
  font-weight: bold;
  color: var(--color-primary);
}

.page-okurimono-category-item:last-child {
  margin-right: 0;
}


.page-okurimono-category-opener {
  background: #bbb;
  width: 200px;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-size: 15px;
  margin: 2.4rem auto 0;
  cursor: pointer;
}

.page-okurimono-categories-container {
  display: none;
}

.page-okurimono-categories {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 2.4rem;
  padding: 2.4rem;
  max-width: var(--main-max-width);
  margin: 0 auto;
  text-align: center;
  background: #d9d8d6;
}

.page-okurimono-category {
  background: #fff;
  padding: 1.2rem 1.6rem;
  cursor: pointer;
  transition: 0.3s;
}

.page-okurimono-category:hover {
  opacity: 0.9;
}


.page-gosekku-item:nth-child(1) { background: #fff0c8; }
.page-gosekku-item:nth-child(2) { background: #f3c2be; }
.page-gosekku-item:nth-child(3) { background: #c2dbb5; }
.page-gosekku-item:nth-child(4) { background: #d1e3e5; }
.page-gosekku-item:nth-child(5) { background: #c9c2e5; }


.page-gosekku-lead p {
  margin-top: 1.6rem;
}

.post-event-summary-heading {
  font-size: 1.7rem;
}

.post-event-summary {
  display: grid;
  margin-top: 1.6rem;
  grid-template-columns: 400px 1fr;
  column-gap: 4rem;
}

.post-event-summary.long {
  grid-template-columns: 1fr;
}

.post-event-summary-text {
  margin-top: -1.6rem;
}

.post-event-content {
  display: grid;
  border: 1px solid var(--color-strong);
  padding: 2.4rem;
  column-gap: 3.2rem;
  row-gap: 1.6rem;
  grid-template-columns: 1fr 400px;
  grid-template-areas:
    "event-content-title event-content-title"
    "event-content-text event-content-images"
  ;
}

.post-event-content.post-event-content-1col {
  grid-template-columns: 1fr;
  column-gap: 0;
  grid-template-areas:
    "event-content-title event-content-title"
    "event-content-text event-content-text"
    "event-content-images event-content-images"
  ;
}

.clearfix::after {
  clear: both;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}



.index-areastory-banner {
  text-align: center;
  max-width: var(--main-max-width);
  margin: 2.4rem auto;
  display: block;
}

.index-areastory-banner-area {
  max-width: var(--main-max-width);
  margin: 4rem auto 0;
  cursor: pointer;
  transition: 0.2s;
}

.index-areastory-banner-area:hover {
  opacity: 0.95;
}

.index-areastory-banner-area a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}

.index-areastory-banner-text {
  font-family: var(--font-serif);
  background: #54433c;
  color: #fff;
  padding: 5.2rem;
  letter-spacing: 0.1em;
  flex: 1;
}

.index-areastory-banner-text h2 {
  font-size: 3rem;
  line-height: 1.7;
}

.index-areastory-banner-text p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 3.2rem;
  letter-spacing: 0.2em;
}

.index-areastory-banner-button-wrapper {
  text-align: right;
}

.index-areastory-banner-button {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  margin-top: 4rem;
  padding: 0 4.8rem 0.8rem 4rem;
  border-bottom: 2px solid #fff;
}

.index-areastory-banner-button::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  background: #fff;
  height: 32px;
  transform: rotate(-40deg);
  transform-origin: right bottom;
}
 


.post-event-content + .post-event-content {
  margin-top: 2.4rem;
}


.post-event-summary-container {
  border-top: 1px dotted var(--color-text-normal);
  border-bottom: 1px dotted var(--color-text-normal);
  padding: 1.6rem 0;
  margin-top: 3.2rem;
}

.post-event-contents {
  margin-top: 5.6rem;
}

.post-event-content-title {
  grid-area: event-content-title;
}

.post-event-content-images {
  position: relative;
  grid-area: event-content-images;
}

.event-slider.post-event-content-images {
  overflow: hidden;
  height: 267px;
}

.post-event-content-images .swiper-pagination {
  bottom: 0;
}

.post-event-content-images .swiper-pagination-bullet {
  opacity: 1;
}

.post-event-content-images .swiper-pagination-bullet-active {
  background: #D46584;
}

.post-event-content-text {
  grid-area: event-content-text;
}

.post-event-content-text p {
  margin: 0;
}

.post-event-content-text p + p {
  margin-top: 1.6rem;
}

.font-italic {
  font-style: italic;
}

.nav-links  {
  text-align: center;
  width: var(--main-max-width);
  margin: 2.4rem auto 0;
}

.nav-links .page-numbers  {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #fff;
  font-size: 16px;
  text-decoration: none;
  color: var(--color-text-normal);
  border-radius: 3px;
}

.nav-links .page-numbers.dots  {
  background: none;
}

.nav-links .page-numbers.current  {
  background: #b9b8b6;
  color: #fff;
}

.footer-tags-container {
  margin: 2.4rem auto 0;
  width: var(--main-max-width);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-tags-title {
  padding: 0.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  color: #52433d;
}

.footer-tags-title::after {
  content: "";
  display: block;
  flex: 1;
  margin-left: 1.2rem;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background: #52433d;
}

.footer-tags-title:not(:first-child) {
  margin-top: 2.4rem;
}

.footer-tags-list {
  width: 100%;
}

.footer-tags-list + .footer-tags-list {
  margin-top: 3.2rem;
}

.footer-tags {
  display: flex;
  flex-wrap: wrap;
}

.footer-tags li {
  margin-right: 1.6rem;
  margin-top: 0.8rem;
  min-width: 120px;
}

.footer-tags a  {
  width: 100%;
  display: block;
  text-align: center;
  color: #52433d;
  padding: 0.2rem 1.2rem;
  transition: 0.2s;
  font-size: 1.4rem;
  border: 1px solid;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
}

.footer-tags a:hover {
  background: #52433d;
  color: #fff;
}

.common-heading {
  color: var(--color-primary-bg);
  max-width: var(--main-max-width);
  margin: 4rem auto 0;
}

body.page.foodloss {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif!important;
}

.page-foodloss-title {
  font-size: 24px;
  text-align: center;
  margin-top: 56px;
  margin-bottom: 48px;
  letter-spacing: 0.25em;
  font-weight: 500;
}

.page-foodloss-title br {
  display: none;
}

.page-foodloss-description {
  text-align: center;
}

.page-foodloss-description p {
  margin-top: 32px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.page-foodloss-heading {
  text-align: center;
  margin-top: 64px;
}

.page-foodloss-heading img {
  width: 204px;
}

.page-foodloss-header {
  height: 595px;
}

.page-foodloss-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(assets/images/tae-bg.jpg) 0 0/cover no-repeat;
}

.page-foodloss-icons {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 320px);
  justify-content: center;
  gap: 32px;
  margin: 60px auto 0;
  background: #e0e1d8;
  padding: 128px 0; 
}

.page-foodloss-icons[data-selected=people] .page-foodloss-icon:not([data-category=people]) .ic,
.page-foodloss-icons[data-selected=product] .page-foodloss-icon:not([data-category=product]) .ic,
.page-foodloss-icons[data-selected=project] .page-foodloss-icon:not([data-category=project]) .ic {
  background: #abacad;
}

.page-foodloss-icons .ic.people {
  background: #3a8391;
}

.page-foodloss-icons .ic.project {
  background: #c55559;
}

.page-foodloss-icons .ic.product {
  background: #e16932;
}

.page-foodloss-icons .ic {
  margin: 0 auto;
  color: #fff;
  height: 110px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 45px;
  transition: 0.3s;
  display: grid;
  place-items: center;
  letter-spacing: 0.02em;
  line-height: 1;
}

.page-foodloss-icon {
  transition: 0.3s;
  cursor: pointer;
}

.page-foodloss-icon:hover {
  opacity: 0.8;
}

.page-foodloss-icons .description {
  font-size: 1.6rem;
  margin-top: 1.6rem;
}

.page-foodloss-category.people {
  background: #3a8391;
}

.page-foodloss-category.project {
  background: #c55559;
}

.page-foodloss-category.product {
  background: #e16932;
}

.page-foodloss-category.recipe {
  background: #e16932;
}

.page-foodloss-category {
  position: absolute;
  top: 4px;
  left: 4px;
}

.page-foodloss-category {
  font-family: 'Barlow Condensed', sans-serif;
  width: 104px;
  text-align: center;
  padding: 2px 0 6px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}

.page-foodloss-articles-container {
  width: 100%;
  padding: 3.2rem 1.6rem;
}

.page-foodloss-articles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  max-width: var(--main-max-width);
  margin: 32px auto 0;
}

.page-foodloss-article.hide {
  display: none;
}

.page-foodloss-post-meta {
  text-decoration: none;
  color: inherit;
}

.page-foodloss-post-title {
  font-size: 2.4rem;
  margin-top: 0.8rem;
  min-height: 40px;
  line-height: 1.4;
  font-weight: 500;
}

.page-foodloss-post-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1.6rem;
  margin-top: 1.2rem;
}

.page-foodloss-header-logo {
  width: 300px;
  position: absolute;
  top: 200px;
  left: 600px;
  background: #fff;
}

.page-foodloss-icon-reset {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: #e8a22a;
  padding: 0;
  width: 100px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
}

.page-foodloss-icons[data-selected="recipe"] .page-foodloss-icon-reset,
.page-foodloss-icons[data-selected=people] .page-foodloss-icon-reset,
.page-foodloss-icons[data-selected=product] .page-foodloss-icon-reset,
.page-foodloss-icons[data-selected=project] .page-foodloss-icon-reset{
  display: block;
}

.page-foodloss-articles .page-areastory-article-link {
  grid-template-columns: 1fr;
  position: relative;
}

.page-foodloss-articles .page-areastory-area {
  position: absolute;
  top: 4px;
  left: 4px;
}

.page-foodloss-articles {
  font-family: "Noto Sans JP", sans-serif;
}

.index-tae-logo-image {
  width: 154px;
}

.index-tae-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 24px;
  background: url(assets/images/tae-bg-index.jpg) center;
  background-size: 1280px;
  padding: 54px 0 60px 250px;
  text-shadow: 0 0 10px #fff;
}

.index-tae-title h2 {
  font-family: var(--font-serif);
  font-feature-settings: "palt";
  margin-bottom: 4px;
  letter-spacing: 0.05em;
}

.index-tae-title h2 br {
  display: none;
}

.index-tae-container {
  margin-top: 48px;
  background: #fff;
  padding-bottom: 48px;
}

.index-tae-more-button-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.index-tae-more-button {
  background: var(--color-primary);
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 12px 48px;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity 0.3s;
}

.index-tae-more-button:hover {
  opacity: 0.8;
}

.index-tae-container .page-foodloss-post-title {
  font-family: var(--font-serif);
  font-size: 1.7rem;
  height: 54px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 700;
  margin-top: 0;
}

.gm-ui-hover-effect {
  position: absolute!important;
  right: 2px;
  top: 2px;
  width: auto!important;
  height: auto!important;
}

.gm-ui-hover-effect>span  {
  margin: 0!important;
  width: 18px!important;
  height: 18px!important;
}

.map-info-window {
  padding: 0 10px;
}

.map-info-window a {
  outline: none;
}

@media screen and (max-width: 1180px) {
  .page-foodloss-header {
    height: calc(100vw * 0.667);
  }

  .page-foodloss-header::before {
    background: url(./assets/images/tae-bg-sp.jpg)0 0/cover no-repeat;
  }

  .page-foodloss-title {
    font-size: 24px;
    margin-top: 32px;
    margin-bottom: 32px;
    line-height: 1.4;
    letter-spacing: 0.15em;
  }

  .page-foodloss-title br {
    display: inline;
  }

  .page-foodloss-icons {
    grid-template-columns: 1fr;
    padding: 32px 16px 80px;
    margin-top: 48px;
  }

  .page-foodloss-icon-reset {
    bottom: 30px;
  }

  .page-foodloss-articles {
    grid-template-columns: 1fr;
  }

  .page-foodloss-description p {
    font-size: 1.4rem;
  }


  html[lang="en-US"] li.season {
    width: 45%;
  }

  .post-paragraph {
    width: 100%;
  }

  .page-okurimono-categories-container-area {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
    margin-top: 1.6rem;
  }

  .page-okurimono-category-item {
    font-size: 1.6rem;
    margin-right: 5.6rem;
  }


  .index-areastory-banner-area {
    margin: 3.2rem 1.6rem 0;
  }

  .index-areastory-banner-area a {
    flex-flow: column;
  }

  .index-areastory-banner-text {
    padding: 2rem 2.4rem;
  }

  .index-areastory-banner-text h2 {
    font-size: 1.7rem;
    letter-spacing: 0.14em;
  }

  .index-areastory-banner-text p {
    margin-top: 1.6rem;
    font-size: 1.2rem;
  }

  .index-areastory-banner-text p br {
    display: none;
  }

  .index-areastory-banner-button {
    font-size: 1.4rem;
    margin-top: 3.2rem;
    padding: 0 3.2rem 0.4rem 2.4rem;
    border-width: 1px;
  }

  .index-areastory-banner-button:after {
    height: 23px;
    width: 1px; 
  }
 

  .nav-links {
    width: auto;
  }

  .footer-tags-container {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    flex-flow: column;
  }

  .footer-tags-list {
    width: auto;
  }

  .footer-tags-list + .footer-tags-list {
    margin-top: 3.2rem;
  }

  .footer-tags li  {
    min-width: 100px;
    margin-right: 0.8rem;
  }

  .footer-tags li.season {
    width: 70px;
    min-width: auto;
  }


  .common-heading {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }


  .page-areastory-post-title {
    margin-top: 0.8rem;
  }

  .page-areastory-post-description {
    margin-top: 0.8rem;
  }

  .page-areastory-article-link {
    grid-template-columns: 1fr;
  }

  .inquiry-add-mail::after {
    margin-left: 0;
  }

  .inquiry .wp-block-group {
    padding: 1.6rem;
  }

  .page-local-kawajima-logo {
    margin-top: 0;
  }

  .page-local-kawajima-logo img {
    width: 220px;
  }

  .page-local-map-title {
    font-size: 2.3rem;
  }

  .post-event-summary {
    grid-template-columns: 1fr;
  }

  .menu-functions {
    margin-left: auto;
    padding-top: 0;
  }

  .index-areastory-banner {
    padding: 0 1.6rem;
  }

  .post-event-content-images {
    height: auto;
  }

  .post-event-content {
    grid-template-columns: 1fr;
    grid-template-areas:
          "event-content-title"
          "event-content-images"
          "event-content-text"
  ;
  }

  .page-okurimono-categories {
    grid-template-columns: repeat(1, auto);
  }

  .page-recipe-search-area {
    flex-flow: column-reverse;
    margin-top: 1.6rem;
  }

  .page-recipe-search-keyword {
    margin-left: 0;
  }

  .page-recipe-search-keyword-input {
    width: 100%;
  }

  .page-recipe-search-time {
    width: 100%;
    margin-top: 1.6rem;
  }

  .page-recipe-search-time-select {
    width: 100%;
    padding: 8px;
  }

  .page-recipe-title {
    flex-flow: column;
  }

  .post-additional-links {
    flex-flow: column;
  }

  .page-local-message {
    grid-template-columns: 1fr;
  }

  .page-local-header {
    height: auto;
    padding: 1.6rem;
  }

  .page-local-area-category {
    text-align: left;
  }

  .page-local-title-container {
    max-width: 100%;
  }

  .page-local-title {
    font-size: 20px;
    margin-top: 8px;
    line-height: 1.4;
  }

  .page-local-description {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.8;
    background: rgba(255,255,255,0.7);
    padding: 16px;
    text-shadow: 0 0 0;
  }

  .page-local-map {
    grid-template-columns: 1fr;
    grid-template-areas:
      "grid-local-map-image"
      "grid-local-map-description"
    ;
  }

  .page-local-container .page-container {
    padding: 2.4rem 0;
  }

  .page-local-articles {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0;
  }

  .page-local-articles-container {
    padding: 1.6rem;
  }

  .footer-sns {
    display: block;
  }

  .footer-sns a {
    font-size: 1.2rem;
  }

  .footer-sns li + li {
    margin-left: 0;
    margin-top: 1.6rem;
  }

  .post-related-heading-container {
    border-bottom: 1px solid var(--color-primary);
    margin-bottom: 2.4rem;
  }

  .wpml-ls-item + .wpml-ls-item {
    border-top: 1px solid #796868;
  }

  .about.page .page-container p {
    font-size: 1.8rem;
  }

  .about.page .page-container br {
    display: none;
  }

  .about.page .page-container p + p {
    margin-top: 3.2rem;
  }

  .page-areastory-title {
    font-size: 2.5rem;
    text-align: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-top: 2.4rem;
  }

  .page-areastory-description {
    font-size: 1.7rem;
    text-align: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-top: 2.4rem;
  }

  .page-areastory-description p + p {
    margin-top: 1.6rem;
  }

  .page-areastory-description br {
    display: none;
  }

  .page-areastory-heading {
    font-size: 4rem;
    width: 100%;
  }

  .page-areastory-articles-container {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .page-areastory-articles {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 5.6rem;
  }


  .swiper-container {
    padding-bottom: 0;
  }

  .swiper-related {
    padding-bottom: 1.2rem;
  }

  .post-related-posts-container {
    margin-top: 2.4rem;
  }

  .post-areastory-cta-container {
    margin-top: 32px;
  }

  .breadcrumbs {
    width: 100%;
  }

  .breadcrumbs-container {
    padding: 0.4rem 1.6rem;
    font-size: 1rem;
    overflow: auto;
  }

  .post-container.areastory {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .cta-buttons {
    display: block;
  }

  .post-areastory-cta {
    flex-flow: column-reverse;
  }

  .post-areastory-cta-image {
    width: 100%;
    margin-left: 0;
    margin-top: 1.6rem;
    text-align: center;
  }

  .post-areastory-cta-image img {
    width: 80%;
  }

  .cta-buttons .cta-button-item + .cta-button-item {
    margin-left: 0;
  }

  .cta-button-container {
    width: 100%;
  }

  .post-areastory-lead {
    display: block;
    padding: 24px;
  }

  .post-areastory-lead-text:not(:only-child) {
    margin-top: 2.4rem;
  }

  .post-areastory-lead-text {
    width: 100%;
    margin-left: 0;
  }

  .post-areastory-movie {
    width: 100%;
  }

  .post-areastory-foot {
    margin-top: 2rem;
    text-align: center;
  }

  .post-areastory-foot p {
    text-align: left;
    margin-top: 3rem;
  }

  .post-thumbnail-has-height {
    height: calc(100vw * 0.667);
    margin-left: 0;
    margin-right: 0;
  }

  .sp-only, .sp-menu-switcher {
    display: block;
  }

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

  html {
    font-size: 58%;
  }

  #top-modal #map {
    width: 90%;
    height: 80vh;
    top: 50%;
    transform: translateY(-50%);
  }

  .header-menu-drawer-container {
    top: 60px;
    padding-top: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background: rgba(71,58,53, .9);
  }

  .header-secondary-menu {
    padding: 1.6rem;
  }

  .header-secondary-menu a {
    padding: 1rem;
  }

  .search-result-count {
    margin: 1.6rem 1.6rem 0;
  }

  .site-main {
    padding-top: 6.3rem;
  }

  .site-header {
    padding: 1.2rem;
    background: var(--color-primary-bg);
    height: 60px;
  }

  .home .header-navigation {
    border: 0;
    padding: 0;
  }

  .home .site-header  {
    position: fixed;
    background: var(--color-primary-bg);
  }

  .home .site-content {
    padding-top: 6.3rem;
  }

  .header-logo img {
    width: 80px;
    display: block;
  }



  .cards {
    grid-template-columns: 1fr;
    margin-left: 1.6rem;
    margin-right: 1.6rem;
    margin-top: 1.6rem;
  }

  .post-container {
    margin-top: 0.8rem;
  }

  .post-category {
    position: relative;
    padding-top: 0.8rem;
  }

  .post-category::before,
  .post-category::after {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .post-category {
    font-size: 1.3rem;
  }

  .post-category::after {
    width: 18px;
    background: green;
  }

  .post-category::before {
    width: 100%;
    background: #d1cecd;
  }

  .post-thumbnail-container {
    margin-top: 1.6rem;
  }

  .post-title {
    font-size: 2rem;
    color: inherit;
  }

  .post-article {
    margin: 0;
  }

  .post-sub-title {
    font-weight: normal;
    font-size: 1.5rem;
  }

  .post-interview-month {
    font-size: 1.3rem
  }

  .okurimono.post-container {
    background: #fff;
  }

  .post-container {
    padding: 1.6rem 1.6rem 3.2rem;
    background: none;
  }


  .post-paragraph-and-photo {
    display: block;
  }

  .post-photo-container + .post-paragraph {
    margin-top: 1.8rem;
  }

  .post-photo-container {
    margin-left: 0;
  }

  .post-photo::before {
    content: none;
  }

  figcaption {
    width: 100%;
  }

  .post-photo img {
    width: 100%;
  }

  .post-paragraph-group.grid {
    grid-template-columns: 1fr;
    row-gap: 2.4rem;
  }

  .post-cuisine-info {
    margin-top: 1.6rem;
  }

  .post-shop {
    display: block;
  }

  .post-shop-image {
    width: 100%;
  }

  figure + .post-shop-info {
    width: 100%;
  }

  .post-profile-title {
    margin-top: 1.2rem;
  }

  .post-cuisine {
    grid-template-columns: 1fr;
  }

  .post-shop-image {
    margin-left: 0;
  }

  .post-okurimono-package {
    grid-template-columns: 1fr;
    grid-template-areas:
      "okurimono-package-lead"
      "okurimono-package-image";
  }

  .post-paragraph-and-photo-container.okurimono-intro {
    padding: 1.6rem;
  }

  .post-related-link-table-container {
    border: 0;
    background: #fff;
    padding: 0.8rem;
    background: url(assets/images/bg_access.gif) repeat 0 0 /32px;
  }

  .post-related-link-heading {
    background: var(--color-primary-bg);
    color: #fff;
    font-size: 1.4rem;
    border-left: 0;
    padding: 0.2rem 0.8rem;
  }

  tr, th, td {
    display: block;
    border: 0;
    padding: 0;
    background: none;
    width: 100%;
  }

  tr + tr {
    border-top: 1px solid var(--color-border-normal);
    margin-top: 0.8rem;
    padding-top: 0.8rem;
  }

  tr:last-child {
    border-bottom: 1px solid var(--color-border-normal);
    padding-bottom: 0.8rem;
  }

  th {
    font-size: 1.2rem;
  }

  td {
    padding-left: 0.8rem;
  }

  .post-related-heading {
    width: 100%;
    font-size: 2rem;
    padding: 1.6rem;
  }

  .post-lead {
    font-size: 16px;
  }

  .post-credit .separator {
    display: none;
  }

  .post-credit {
    display: block;
  }

  .post-credit span {
    font-weight: bold;
  }

  .post-curator-a {
    grid-template-columns: 1fr;
    grid-template-areas:
     "curator-a-image"
     "curator-a-paragraph";
  }

  .post-curator-qa {
    padding: 1.6rem;
  }

  .post-movie-credit {
    background: none;
    padding: 0;
    color: var(--color-text-normal);
  }

  .post-related-post-title {
    height: 2.4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
  }

  .swiper-recommend .post-related-posts {
    grid-template-columns: 1fr;
  }

  .swiper-recommend {
    padding-bottom: 4rem;
  }

  .swiper-recommend .post-related-post-link {
    grid-template-columns: 35% 1fr;
    height: 120px;
    overflow: hidden;
  }

  .swiper-recommend figure {
    width: 100%;
    height: 100%;
  }

  .swiper-recommend figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .post-related-recommend-title-container {
    padding-right: 0;
  }

  .post-related-recommend-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .post-related-recommend-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .recipe-ingredient {
    border: 1px solid var(--color-border-normal);
  }

  .recipe-ingredient li + li {
    border-top: 1px solid var(--color-border-normal);
  }

  .recipe-ingredient li {
    grid-template-columns: 70% 30%;
    margin-top: 0;
  }

  .recipe-ingredient li > div {
    padding: 0.8rem;
  }

  .recipe-ingredient-amount {
    border-left: 1px solid var(--color-border-normal);
  }

  .recipe-ingredient-image img {
    width: 100%;
    display: block;
  }

  .recipe-direction li {
    padding: 0;
    background: none;
    grid-template-columns: 1fr;
    margin-top: 1.6rem;
  }

  .recipe-direction li::before {
    margin-bottom: 1.2rem;
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
  }

  .post-container.recipe {
    background: none;
  }

  .recipe-direction-image img {
    display: block;
  }

  .page-primary-header-catch-copy-main {
    font-size: 2.1rem;
  }

  .page-primary-header-catch-copy-sub {
    font-size: 1.5rem;
  }

  .page-primary-header-description {
    font-size: 1rem;
    background: none;
    padding: 2rem 3rem;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
  }

  .page-primary-header-catch-copy {
    top: 40%;
  }

  .page-primary-header {
    background: #000;
  }

  .page-primary-header figure {
    opacity: 0.9;
  }

  .page-primary-header picture {
    display: block;
  }


  .top-slide-main-text {
    font-size: 2.8rem;
  }

  .top-slide-sub-text {
    font-size: 1.3rem;
    height: auto;
    padding-top: 1.6rem;
  }

  .top-slides {
    height: auto;
  }

  .top-slides img {
    display: block;
  }

  .top-slide-img {
    position: static;
    width: 100%;
    height: auto;
    transform: translate(0,0)
  }

  .top-slide-texts {
    width: 80%;
  }

  .language-switcher {
    right: 4rem;
    background: var(--color-primary-bg);
    bottom: 0;
  }

  .language-switcher::after {
    content: none;
  }

  .post-cuisine-no-image {
    margin-top: 0;
  }

  .page-secondary-title {
    font-size: 2rem;
    padding: 1.6rem;
  }

  .post-photo-container.full-width {
    margin-bottom: 0;
  }

  .post-paragraph-and-photo-container.okurimono-intro .post-heading {
    margin: 0.8rem 0;
  }

  .post-paragraph-and-photo-container.okurimono-intro .post-paragraph-and-photo {
    margin-top: 2.4rem;
  }

  .post-share-title {
    display: none;
  }

  .post-recommend-recipe {
    grid-template-columns: 80px 1fr;
    column-gap: 1.6rem;
    border: 0;
    padding: 1.2rem;
    background: #f5f3eb;
  }

  .post-recommend-recipe-heading {
    font-size: 1.1rem;
    padding: 0 0.8rem;
  }

  .post-recommend-recipe-title {
    font-size: 1.4rem;
    margin-top: 0.4rem;
    line-height: 1.7;
  }

  .post-recommend-recipe-description {
    font-size: 1.2rem;
  }

  .top-special-pages-container {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
    margin-top: 1.6rem;
    padding-bottom: 4.5rem!important;
  }

  .top-special-pages-container .swiper-pagination {
    bottom: 0!important;
  }

  .top-special-page-title {
    font-size: 2.4rem;
  }

  .top-special-page-description {
    -webkit-line-clamp: 3;
    height: 80px;
  }

  .footer-banners {
    grid-template-columns: 1fr;
    margin: 3.2rem 1.6rem 0;
  }

  .page-container {
    padding: 2.4rem;
    margin: 0 1.6rem;
  }

  .inquiry.page input[type=submit],
  .inquiry.page input[type=text],
  .inquiry.page input[type=email],
  .inquiry.page textarea {
    width: 100%;
  }

  .page-title {
    margin: 1.6rem;
  }

  .default-max-width {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }



  .site-footer {
    padding-top: 4rem;
  }

  .footer-menu {
    flex-flow: column;
    text-align: left;
    padding: 0 2.4rem;

  }

  .footer-menu li {
    margin-left: 0;
    font-size: 1.6rem;
  }

  .footer-menu li + li {
    margin-top: 2.4rem;
  }

  .not-found p {
    font-size: 1.5rem;
  }

  .not-found h1 {
    font-size: 2rem;
  }

  .not-found {
    padding: 3.2rem!important;
  }

  .not-found-title {
    font-size: 2rem;
  }

  .post-photo-container.full-width.need-margin {
    padding: 0;
  }

  .index-tae-container .page-foodloss-articles {
    padding-inline: 16px;
  }

  .index-tae-title {
    padding: 24px 16px;
    background-size: 800px;
    background-image: url(assets/images/tae-bg-index-sp.jpg);
  }

  .index-tae-title h2 {
    line-height: 1.5;
    font-size: 2.1rem;
  }

  .index-tae-title h2 br {
    display: inline;
  }

  .index-tae-text p {
    margin-top: 8px;
    font-size: 1.3rem;
  }

  .index-tae-text br {
    display: none;
  }
}


.logged-in.manual h3 {
  margin-top: 24px;
}

.logged-in.manual ol li {
  counter-increment: manual;
  margin-top: 16px;
}

.manual ol li::before {
  content: counter(manual)". ";
}

.manual ol li p {
  margin-top: 16px;
}

.search-submit-button {
  position: absolute;
  right: 0;
  transform: translateX(-20%);
  top: 0;
  background: none;
  height: 100%;
  display: flex;
  align-items: center;
  border: 0;
  outline: 0;
  color: #7d726e;
  left: auto;
}

/* new header */

.g-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 10;
  padding: 12px 0;
  background: rgba(82,67,61,0.6);
  max-height: 103px;
}

.g-nav-heading {
  display: flex;
  justify-content: space-between;
}

.g-nav-heading-inner {
  display: flex;
}

.g-nav a {
  color: #fff;
}

.g-nav .header-logo img {
  position: relative;
  width: 170px;
}

.g-nav-utils {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 24px;
}

.g-nav-utils-buttons {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}

.g-nav-utils-buttons > div + div {
  margin-left: 16px;
}

.g-nav-utils-buttons span {
  margin-top: 2px;
}

.g-nav-map-switcher-icon {
  margin-left: 40px;
  display: flex;
}

.g-nav-menu-switcher {
  font-size: 3.4rem;
  margin-left: 16px;
}

.g-nav-items {
  margin-left: 40px;
  flex: 1;
}

.g-nav-heading {
  display: flex;
  align-items: center;
}

.g-nav-page-menu {
  display: flex;
  justify-content: space-between;
  padding-top: 11px;
  height: 42px;
}

.g-nav-page-menu-items {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}

.g-nav-page-menu-items a {
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  transition: opacity 0.3s;
}

.g-nav-page-menu-items a:hover {
  opacity: 0.8;
}

.g-nav-heading-inner {
  display: flex;
}

.g-nav .search-form {
  width: 170px;
  margin: 0;
}

.g-nav-inner {
  max-width: var(--main-max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.g-nav .search-field {
  padding: 4px 16px;
  border-radius: 5px;
  border: 1px solid #fff;
  background: none;
  color: #fff;
}

.g-nav .search-field::placeholder {
  color: rgba(255,255,255, 1);
}

.g-nav .search-submit-button {
  right: 6px;
}

.g-nav .search-submit-button span {
  font-size: 19px;
  color: rgba(255,255,255,1);
}

.g-nav-popup.active {
  display: block;
}

.g-nav-popup {
  display: none;
  position: fixed;
  background: rgba(82,67,61,1);
  border-radius: 10px;
  max-width: 50%;
  margin-top: 8px;
}

.g-nav-tags {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 16px 24px 24px;
}

.g-nav-tags a {
  transition: opacity 0.3s;
}

.g-nav-tags a:hover {
  opacity: 0.8;
}

.g-nav-lang-switcher a {
  margin-top: 0.8rem;
  margin-right: 0.8rem;
  border-radius: 4px;
  border: 1px solid #888;
}

.g-nav-lang-switcher ul {
  display: flex;
  flex-wrap: wrap;
}

.g-nav-lang-switcher li {
  margin-top: 0.8rem;
  margin-right: 0.8rem;
  border-radius: 4px;
  border: 0!important;
}

.g-nav .wpml-ls-item a {
  display: block!important;
  padding: 0.6rem 1.2rem!important;
  margin: 0!important;
  text-decoration: none!important;
  font-size: 14px!important;
  color: #fff!important;
  border-color: #D1C3BE!important;
}

.staging .header-secondary-menu {
  background: none;
}

.staging.home .top-slides {
  padding-bottom: 0;
}

.staging.home .top-slide {
  width: 100%;
  height: 100%;
}

.staging .site-main {
  padding-top: 10rem;
}


.staging.home .site-main {
  padding-top: 0;
}

@media screen and (max-width: 1180px) {
  .staging .site-main {
    padding-top: 6.3rem;
  }
}

.staging.home .top-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staging .post-article .swiper-container {
  padding-bottom: 3.2rem;
}
