@charset "UTF-8";
.l-inner {
  width: 100%;
  max-width: 475px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 475px) {
  .l-inner {
    max-width: 768px;
  }
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1350px;
  }
}

.c-breadcrumb {
  padding: 15px 1rem;
  font-size: 12px;
  color: #505050;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb {
    padding: 62px 50px 20px;
    max-width: 1420px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) {
  .c-breadcrumb {
    padding: 62px 50px 0;
    font-size: 14px;
  }
}

.submit-btn {
  background-color: #006766;
}

.c-heading {
  color: #006766;
}
.c-heading__en {
  font-size: 30px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-heading__en {
    font-size: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .c-heading__en {
    font-size: 50px;
  }
}
.c-heading__ja {
  font-size: 12px;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c-heading__ja {
    font-size: 14px;
    margin-top: 15px;
  }
}

.c-nav-primary-list li a {
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
}

.c-nav-primary-sub span {
  font-weight: bold;
}

.custom-logo-link {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .custom-logo-link {
    width: 180px;
  }
}

.site-header {
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .site-header {
    height: 120px;
  }
}

.is-scrolled .site-header {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .is-scrolled .site-header {
    background: hsla(0, 0%, 100%, .8);
  }
}

.site-header-container {
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .site-header-container {
    padding: 0 50px;
  }
}

.site-branding {
  padding: 0;
}

.c-post-breadcrumb {
  font-size: 12px;
  color: #505050;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-post-breadcrumb {
    font-size: 12px;
    line-height: 1;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .c-post-breadcrumb {
    font-size: 14px;
    padding: 62px 0 30px;
  }
}

.blog {
  background-color: #d5d8d9;
}

.c-post-title a {
  text-decoration: none;
}

.c-post-media {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 375/300;
}
.c-post-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-post-body .text-sm {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
}

.c-post__cat {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
}
.c-post__cat a {
  padding: 5px 15px;
}

.c-post__read {
  text-transform: uppercase;
  color: #967543;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: bold;
}
.c-post__read span {
  display: inline-block;
  width: 30px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .c-post__read span {
    width: 40px;
  }
}

.c-post__pagination {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .c-post__pagination {
    margin-top: 130px;
  }
}
.c-post__pagination .nav-links .page-numbers {
  width: 40px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #505050;
  border-radius: 20px;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 14px;
  color: #fff;
}
.c-post__pagination .nav-links .page-numbers.current {
  background-color: #967543;
}

.template-page-about-us {
  background-color: #d5d8d9;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.about__inner {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .about__inner {
    padding: 0 50px;
    max-width: 1420px;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .about__top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.about__top-image {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .about__top-image {
    width: 68.1818181818%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
  }
}

.about__main {
  margin-top: 50px;
  border-top: 1px solid #a7a7a7;
}
@media screen and (min-width: 768px) {
  .about__main {
    margin-top: 100px;
  }
}

.about__main-item {
  padding: 30px 0 43px;
}
@media screen and (min-width: 768px) {
  .about__main-item {
    padding: 60px 0 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.about__main-item.-item2 {
  border-top: 1px solid #a7a7a7;
}
.about__main-item.-item3 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #f2f2ee;
  padding: 50px 0 50px;
}
@media screen and (min-width: 768px) {
  .about__main-item.-item3 {
    padding: 85px 0 100px;
  }
}

.about__main-item-inner {
  padding: 0 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about__main-item-inner {
    padding: 0 50px;
    max-width: 1420px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.about__main-title {
  color: #967543;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .about__main-title {
    font-size: 26px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.about__main-text {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .about__main-text {
    margin-top: 0;
    margin-left: 50px;
    letter-spacing: 0.05em;
  }
}
.about__main-text h3 {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .about__main-text h3 {
    font-size: 22px;
    margin-top: -10px;
  }
}
.about__main-text h3 + p {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .about__main-text h3 + p {
    margin-top: 50px;
  }
}
.about__main-text p {
  font-size: 14px;
  line-height: 2.1428571429;
}
.about__main-text span {
  display: inline-block;
  margin-top: 30px;
}

.about__main-image {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .about__main-image {
    width: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-left: 120px;
  }
}
.about__main-image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}

.about__main-table {
  width: 100%;
  border-bottom: 1px solid #a7a7a7;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .about__main-table {
    margin-left: 50px;
    margin-top: 0;
  }
}
.about__main-table th,
.about__main-table td {
  padding: 15px 15px;
  border-top: 1px solid #a7a7a7;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .about__main-table th,
  .about__main-table td {
    padding: 30px 30px;
    font-size: 16px;
  }
}
.about__main-table th {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  vertical-align: top;
  font-family: bold;
  width: 77px;
}
@media screen and (min-width: 768px) {
  .about__main-table th {
    width: 180px;
  }
}
.about__main-table td {
  font-weight: 500;
}
.about__main-table .map iframe {
  width: 100%;
  aspect-ratio: 970/400;
  position: relative;
  margin-top: 15px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: grayscale(100%);
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .about__main-table .map iframe {
    margin-top: 30px;
  }
}

.archive-blog {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .archive-blog {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .archive-blog .l-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
  }
}
@media screen and (min-width: 768px) {
  .archive-blog .l-container-content {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .archive-blog .l-container-content {
    max-width: 800px;
  }
}

.archive-blog__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .archive-blog__items {
    gap: 80px 50px;
  }
}

.archive-blog__time {
  font-size: 14px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .archive-blog__time {
    font-size: 16px;
  }
}

.archive-blog__title {
  font-size: 14px;
  letter-spacing: 0.15em;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .archive-blog__title {
    font-size: 16px;
  }
}

.single-blog .entry-content .blog-content {
  background-color: #FFFFFF;
  border-radius: 10PX;
  padding: 35px 40px;
  margin-top: 30px;
}
.single-blog .entry-content .blog-content h2 {
  font-size: 16px !important;
  line-height: 1 !important;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .single-blog .entry-content .blog-content h2 {
    font-size: 85% !important;
  }
}
.single-blog .entry-content .blog-content ul {
  margin: 20px 0 0 0;
  padding-left: 0;
}
.single-blog .entry-content .blog-content li {
  margin: 0 !important;
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .single-blog .entry-content .blog-content li {
    font-size: 85% !important;
  }
}
.single-blog .entry-content .blog-content li::before {
  content: "⚫︎";
  color: #006766;
}

.template-page-concept {
  background-color: #f2f2ee;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (min-width: 1024px) {
  .concept {
    margin-top: 62px;
  }
}

.concept__top-image {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .concept__top-image {
    width: 84.375%;
    margin: 38px auto 0;
  }
}

.concept__top-text {
  text-align: left;
  font-size: 14px;
  margin-top: 30px;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .concept__top-text {
    padding: 0;
    font-size: 16px;
    line-height: 2.75;
    margin-top: 50px;
    text-align: center;
  }
}

.concept__content {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .concept__content {
    margin-top: 80px;
  }
}

.concept__content-inner {
  padding: 0 20px 70px;
}
@media screen and (min-width: 768px) {
  .concept__content-inner {
    width: 100%;
    max-width: 1420px;
    padding: 0 50px 140px;
    margin-inline: auto;
  }
}

.concept__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .concept__items {
    gap: 50px;
  }
}

.concept__item {
  position: relative;
  padding: 80px 20px 20px;
  background-color: white;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .concept__item {
    padding: 60px 50px 60px 170px;
  }
}
@media screen and (min-width: 1440px) {
  .concept__item {
    padding: 90px 150px 90px 225px;
  }
}

.concept__item-label {
  background-color: #967543;
  color: white;
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 0 0 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .concept__item-label {
    width: 100px;
    height: 120px;
    left: 50px;
  }
}
.concept__item-label span {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .concept__item-label span {
    font-size: 36px;
  }
}
.concept__item-label p {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .concept__item-label p {
    font-size: 12px;
  }
}

.concept__item-title {
  position: relative;
}
@media screen and (min-width: 768px) {
  .concept__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.concept__item-title .-label {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .concept__item-title .-label {
    width: 120px;
    height: 120px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
  }
}
.concept__item-title .-label img {
  width: 100%;
  height: auto;
}
.concept__item-title .-title {
  letter-spacing: 0.05em;
}
.concept__item-title .-title h2 {
  font-size: 18px;
  line-height: 1.5;
  margin-left: 70px;
}
@media screen and (min-width: 768px) {
  .concept__item-title .-title h2 {
    font-size: 32px;
    margin-left: 0;
    line-height: 1;
  }
}
.concept__item-title .-title p {
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .concept__item-title .-title p {
    margin-top: 32px;
  }
}

.concept__item-content {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .concept__item-content {
    margin-top: 76px;
    margin-left: 22px;
  }
}
.concept__item-content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .concept__item-content ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .concept__item-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.concept__item-content li {
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .concept__item-content li {
    width: 215px;
  }
}

body a {
  pointer-events: auto !important;
}

.template-page-contact {
  background-color: #d5d8d9;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

.contact__inner {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    padding: 0 50px;
    max-width: 1420px;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .contact__top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.contact__top-image {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .contact__top-image {
    width: 68.1818181818%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
  }
}
.contact__top-image img {
  border-radius: 30px;
}

.contact__main {
  margin-top: 50px;
  border-top: 1px solid #a7a7a7;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .contact__main {
    margin-top: 100px;
    padding-top: 55px;
    padding-bottom: 100px;
  }
}

.contact__main-catch {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .contact__main-catch {
    font-size: 16px;
    line-height: 1;
  }
}

.contact__main-text {
  font-size: 12px;
  margin-top: 15px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .contact__main-text {
    font-size: 14px;
    margin-top: 30px;
  }
}

.contact__main-tel {
  margin-top: 30px;
  background-color: white;
  padding: 10px;
  display: block;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .contact__main-tel {
    margin-top: 40px;
    padding: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact__main-tel-title {
  background-color: #006766;
  color: white;
  padding: 10px;
  width: 100%;
  border-radius: 6px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__main-tel-title {
    width: 250px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: left;
  }
}

.contact__main-tel-button {
  font-size: 30px;
  margin-top: 10px;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__main-tel-button {
    margin-left: 25px;
    font-size: 30px;
    margin-top: 0;
    text-align: left;
  }
}
.contact__main-tel-button span {
  display: inline-block;
  width: 18px;
  margin-right: 10px;
}
.contact__main-tel-button span img {
  width: 100%;
  height: auto;
}

.contact__main-tel-text {
  margin-top: 5px;
  font-size: 12px;
  line-height: 2;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .contact__main-tel-text {
    font-size: 14px;
    margin-top: 0;
    margin-left: 20px;
    text-align: left;
  }
}

.contact__form {
  background-color: #f2f2ee;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.contact__form-inner {
  padding: 50px 10px 80px;
}
@media screen and (min-width: 768px) {
  .contact__form-inner {
    padding: 63px 50px 128px;
    max-width: 1420px;
    margin-inline: auto;
  }
}

.contact__form-title {
  font-size: 22px;
  color: #967543;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__form-title {
    font-size: 26px;
  }
}

.contact__form-text {
  letter-spacing: 0;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .contact__form-text {
    font-size: 14px;
    margin-top: 25px;
  }
}

.contact__form-main {
  background-color: white;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
  margin-top: 20px;
  border-radius: 10px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .contact__form-main {
    padding: 88px 101px;
    margin-top: 45px;
  }
}
.contact__form-main .form {
  width: 100%;
}
.contact__form-main .form th,
.contact__form-main .form td {
  font-size: 14px;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact__form-main .form th,
  .contact__form-main .form td {
    font-size: 16px;
    display: table-cell;
    width: auto;
  }
}
.contact__form-main .form th {
  vertical-align: top;
  line-height: 30px;
  text-align: left;
  font-weight: 500;
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .contact__form-main .form th {
    line-height: 45px;
    padding-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .contact__form-main .form td {
    width: 71.9696969697%;
    padding-top: 15px;
  }
}
.contact__form-main .form input,
.contact__form-main .form textarea {
  width: 100%;
  border: 1px solid #A7A7A7;
  padding: 0 1em;
}
.contact__form-main .form input {
  height: 30px;
}
@media screen and (min-width: 768px) {
  .contact__form-main .form input {
    height: 45px;
  }
}
.contact__form-main .form textarea {
  height: 100px;
}
@media screen and (min-width: 768px) {
  .contact__form-main .form textarea {
    height: 150px;
  }
}
.contact__form-main .submit-btn {
  width: 200px;
  height: 40px;
  background-color: #006766;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contact__form-main .submit-btn {
    font-size: 18px;
    height: 60px;
  }
}
.contact__form-main .wpcf7-spinner {
  display: none;
}

.contact__form-bottom-text {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contact__form-bottom-text {
    font-size: 14px;
    margin-top: 40px;
  }
}

.contact__form-privacy {
  font-size: 11px;
  border-bottom: 1px solid #000;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contact__form-privacy {
    font-size: 12px;
    margin-top: 20px;
  }
}

.submit-btn {
  background-color: #006766;
}

.template-page-faq {
  background-color: #d5d8d9;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.faq .c-breadcrumb {
  padding-left: 0;
}

.faq__main {
  margin-top: 50px;
  border-top: 1px solid #a7a7a7;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .faq__main {
    margin-top: 100px;
    padding-top: 55px;
    padding-bottom: 100px;
  }
}

.faq__top-text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .faq__top-text {
    font-size: 16px;
    line-height: 1;
  }
}

.faq__content {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .faq__content {
    margin-top: 50px;
  }
}

.faq__content-main {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 14px;
  line-height: 2.25;
}
@media screen and (min-width: 768px) {
  .faq__content-main {
    font-size: 16px;
  }
}
.faq__content-main + .faq__content-main {
  margin-top: 20px;
}

.faq__content-title {
  min-height: 60px;
  padding: 10px 20px;
  background-color: #f2f2ee;
  border-radius: 8px 8px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .faq__content-title {
    gap: 20px;
    min-height: 80px;
    padding: 20px 30px;
    line-height: 2.25;
  }
}
.faq__content-title span {
  font-family: "Shippori Mincho", serif;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #967543;
  color: white;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .faq__content-title span {
    width: 38px;
    height: 38px;
    font-size: 20px;
    padding-bottom: 3px;
  }
}

.faq__content-text {
  background-color: #fff;
  font-weight: 500;
  border-radius: 0 0 8px 8px;
  padding: 10px 20px 20px;
}
@media screen and (min-width: 768px) {
  .faq__content-text {
    padding: 25px 30px 34px;
  }
}

.nav-next a,
.nav-previous a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #505050;
  border-radius: 20px;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
}
.nav-next a::before,
.nav-previous a::before {
  display: block;
}

.nav-next a {
  background-color: #967543;
}
.nav-next a:before {
  content: "次へ";
}

.nav-previous a:before {
  content: "前へ";
}

.p-test {
  color: red;
  font-size: myrem(25);
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: myrem(50);
  }
}

.template-page-partner {
  background-color: #d5d8d9;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.partner__main {
  margin-top: 50px;
  border-top: 1px solid #a7a7a7;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .partner__main {
    margin-top: 100px;
    padding-top: 55px;
    padding-bottom: 100px;
  }
}

.partner__top-text {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .partner__top-text {
    font-size: 16px;
  }
}

.partner__content {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .partner__content {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
}

.partner__content-title {
  font-size: 22px;
  line-height: 1;
  color: #967543;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .partner__content-title {
    font-size: 26px;
  }
}

.partner__content-table {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .partner__content-table {
    margin-top: 0;
  }
}

.partner__table {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .partner__table {
    border-bottom: 1px solid #a7a7a7;
  }
}
.partner__table th,
.partner__table td {
  font-size: 14px;
  line-height: 2.25;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .partner__table th,
  .partner__table td {
    font-size: 16px;
    padding: 20px 30px;
    width: auto;
    display: table-cell;
    border-top: 1px solid #A7A7A7;
  }
}
.partner__table th {
  text-align: left;
  border-bottom: 1px solid #a7a7a7;
}
@media screen and (min-width: 768px) {
  .partner__table th {
    border-bottom: 0;
  }
}
.partner__table td {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .partner__table td {
    padding: 20px 30px;
  }
}

.partner__bottom {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .partner__bottom {
    margin-top: 90px;
  }
}

.partner__bottom-text {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .partner__bottom-text {
    font-size: 16px;
  }
}

.partner__bottom-link {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .partner__bottom-link {
    margin-top: 30px;
  }
}
.partner__bottom-link a {
  width: 100%;
  height: 50px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #006766;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 16px;
  font-weight: bold;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .partner__bottom-link a {
    font-size: 14px;
    width: 350px;
    height: 60px;
  }
}
.partner__bottom-link a span {
  display: block;
}

.template-page-privacy-policy,
.template-page-commercial-transactions {
  background-color: #d5d8d9;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.privacy__inner {
  padding: 0 20px 50px;
}
@media screen and (min-width: 768px) {
  .privacy__inner {
    padding: 0 50px 92px;
    max-width: 1420px;
    margin-inline: auto;
  }
}

.privacy__top {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .privacy__top {
    padding-top: 70px;
  }
}

.privacy__title {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #006766;
}
@media screen and (min-width: 768px) {
  .privacy__title {
    font-size: 30px;
  }
}

.privacy__content {
  border-top: 1px solid #a7a7a7;
  padding-top: 20px;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 14px;
  line-height: 1.875;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .privacy__content {
    margin-top: 70px;
    padding-top: 30px;
    font-size: 16px;
  }
}

.privacy__content-items {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .privacy__content-items {
    margin-top: 50px;
  }
}

.privacy__content-item {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.privacy__content-item h3 {
  font-weight: bold;
}
.privacy__content-item ul {
  margin-top: 10px;
}
.privacy__content-item > div {
  margin-left: 15px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .privacy__content-item > div {
    margin-left: 35px;
    margin-top: 10px;
  }
}
.privacy__content-item + .privacy__content-item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .privacy__content-item + .privacy__content-item {
    margin-top: 40px;
  }
}
.privacy__content-item p + ul {
  margin-left: 1em;
}
.privacy__content-item ul + p {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .privacy__content-item ul + p {
    margin-top: 40px;
  }
}
.privacy__content-item li {
  text-indent: -1em;
  padding-left: 1em;
}
.privacy__content-item + p {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .privacy__content-item + p {
    margin-top: 40px;
  }
}
.privacy__content-item table {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .privacy__content-item table {
    margin-top: 40px;
  }
}
.privacy__content-item table th {
  letter-spacing: 0.5em;
  width: 20%;
  vertical-align: top;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .privacy__content-item table th {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.privacy__content-item table th.-address {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .privacy__content-item table td {
    padding-left: 15px;
  }
}
.privacy__content-item table th,
.privacy__content-item table td {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .privacy__content-item table th,
  .privacy__content-item table td {
    display: table-cell;
    width: auto;
  }
}

.-list-margin {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .-list-margin {
    margin-top: 30px;
  }
}

.product-page {
  background-color: #d5d8d9;
  color: #000000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .product-page {
    padding-bottom: 60px;
  }
}

.product-page__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .product-page__container {
    padding: 0 50px;
    max-width: 1420px;
    margin-inline: auto;
  }
}

.product-page__top {
  background-color: #006766;
  color: white;
}
.product-page__top .c-breadcrumb {
  color: white;
  padding-left: 0;
}

.product-page__top-inner {
  padding: 0 16px 50px;
}
@media screen and (min-width: 768px) {
  .product-page__top-inner {
    padding: 0 50px 80px;
    max-width: 1420px;
    margin-inline: auto;
  }
}

.product-page__title {
  font-size: 20px;
  line-height: 1;
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .product-page__title {
    font-size: 32px;
    margin-top: 79px;
  }
}

@media screen and (min-width: 1024px) {
  .product-page__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 88px;
  }
}

.product-page__image {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .product-page__image {
    width: 68.1818181818%;
    margin-top: 0;
  }
}
.product-page__image img {
  width: 100%;
  border-radius: 30px;
}

@media screen and (min-width: 1024px) {
  .product-page__body {
    width: 28.7878787879%;
  }
}
.product-page__body .product-page__price {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .product-page__body .product-page__price {
    padding: 23px 0;
    margin-top: 24px;
  }
}
.product-page__body .-head {
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .product-page__body .-head {
    font-size: 16px;
  }
}
.product-page__body .-meta {
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .product-page__body .-meta {
    font-size: 16px;
  }
}
.product-page__body .-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 29px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .product-page__body .-price {
    margin-top: 24px;
  }
}
.product-page__body .-price span {
  display: block;
  line-height: 1;
}
.product-page__body .-price .-icon {
  font-size: 14px;
}
.product-page__body .-price .-tax {
  font-size: 12px;
}
.product-page__body .-bottom {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .product-page__body .-bottom {
    margin-top: 53px;
  }
}
.product-page__body .-bottom h3 {
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .product-page__body .-bottom h3 {
    font-size: 20px;
  }
}
.product-page__body .-bottom p {
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
.product-page__body .-bottom p + p {
  margin-top: 30px;
}
.product-page__body .-btn {
  margin-top: 70px;
}
.product-page__body .-btn .c-btn {
  width: 100%;
}

.product-page__about {
  padding: 90px 0 0;
}
.product-page__about-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 70px;
}
.product-page__about-item h2 {
  font-size: 20px;
  line-height: 1;
  color: #967543;
}
@media screen and (min-width: 768px) {
  .product-page__about-item h2 {
    font-size: 32px;
  }
}
.product-page__about-item p {
  font-size: 15px;
  line-height: 1.8125;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .product-page__about-item p {
    font-size: 16px;
  }
}
.product-page__about-btn {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-page__about-btn {
    margin-top: 70px;
  }
}
.product-page__about-btn .c-btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product-page__about-btn .c-btn {
    width: 500px;
  }
}

.product-page__commitment {
  padding: 90px 0 0;
}
.product-page__commitment h2 {
  font-size: 22px;
  line-height: 1.5;
  color: #006766;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-page__commitment h2 {
    font-size: 32px;
  }
}
.product-page__commitment-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 70px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .product-page__commitment-items {
    margin-top: 80px;
  }
}
.product-page__commitment-item h3 {
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .product-page__commitment-item h3 {
    font-size: 18px;
  }
}
.product-page__commitment-item h4 {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
  color: #967543;
}
@media screen and (min-width: 768px) {
  .product-page__commitment-item h4 {
    font-size: 22px;
    margin-top: 30px;
  }
}
.product-page__commitment-item p {
  font-size: 15px;
  line-height: 1.8125;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .product-page__commitment-item p {
    font-size: 16px;
  }
}
.product-page__commitment-btn {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-page__commitment-btn {
    margin-top: 70px;
  }
}
.product-page__commitment-btn .c-btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product-page__commitment-btn .c-btn {
    width: 500px;
  }
}

.page-top__commitment-inner {
  padding: 40px 0 40px;
}
@media screen and (min-width: 768px) {
  .page-top__commitment-inner {
    padding: 67px 0 77px;
  }
}

.page-top__commitment-title {
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #967543;
}
@media screen and (min-width: 768px) {
  .page-top__commitment-title {
    font-size: 28px;
  }
}

.page-top__commitment-text {
  font-size: 12px;
  line-height: 2.5;
  margin-top: 15px;
}

.page-top__commitment-items {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .page-top__commitment-items {
    margin-top: 45px;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .page-top__commitment-items {
    gap: 60px;
  }
}

.page-top__commitment__item p {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 12px;
  line-height: 1.5714285714;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .page-top__commitment__item p {
    font-size: 14px;
    margin-top: 30px;
  }
}

.product-page__voice {
  padding: 40px 0 40px;
  border-top: 1px solid #a7a7a7;
}
@media screen and (min-width: 768px) {
  .product-page__voice {
    padding: 67px 0 77px;
  }
}

.product-page__voice-title {
  font-size: 18px;
  line-height: 1;
  color: #967543;
}
@media screen and (min-width: 768px) {
  .product-page__voice-title {
    font-size: 26px;
  }
}

.product-page__voice-items {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px 20px;
}
@media screen and (min-width: 768px) {
  .product-page__voice-items {
    margin-top: 50px;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .product-page__voice-items {
    gap: 37px 60px;
  }
}

.product-page__voice-item {
  padding: 20px 20px;
  background-color: white;
  border-radius: 10px;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .product-page__voice-item {
    padding: 45px 40px;
  }
}

.product-page__diet {
  padding: 40px 0 40px;
  border-top: 1px solid #a7a7a7;
}
@media screen and (min-width: 768px) {
  .product-page__diet {
    padding: 67px 0 77px;
  }
}

.product-page__diet-title {
  font-size: 18px;
  line-height: 1;
  color: #967543;
}
@media screen and (min-width: 768px) {
  .product-page__diet-title {
    font-size: 26px;
  }
}

.product-page__diet-wrap {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .product-page__diet-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 78px;
    margin-top: 47px;
  }
}
@media screen and (min-width: 768px) {
  .product-page__diet-wrap img {
    width: 37.8787878788%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 30px;
  }
}
.product-page__diet-wrap .-text {
  font-size: 14px;
  line-height: 2.5714285714;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .product-page__diet-wrap .-text {
    font-size: 16px;
  }
}
.product-page__diet-wrap .-name {
  font-size: 16px;
  line-height: 1;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .product-page__diet-wrap .-name {
    font-size: 18px;
    margin-top: 67px;
  }
}

.product-page__nutrients {
  padding: 40px 0 40px;
  border-top: 1px solid #a7a7a7;
}
@media screen and (min-width: 768px) {
  .product-page__nutrients {
    padding: 67px 0 77px;
  }
}

.product-page__nutrients-title {
  font-size: 18px;
  line-height: 1;
  color: #967543;
}
@media screen and (min-width: 768px) {
  .product-page__nutrients-title {
    font-size: 26px;
  }
}

.product-page__nutrients-text {
  font-size: 12px;
  line-height: 2.5;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .product-page__nutrients-text {
    font-size: 14px;
    margin-top: 30px;
  }
}

.product-page__nutrients-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  max-width: 1180px;
  margin-inline: auto;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .product-page__nutrients-items {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .product-page__nutrients-items {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .product-page__nutrients-items {
    gap: 50px 140px;
  }
}

.product-page__nutrients-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
  aspect-ratio: 1/1;
}
.product-page__nutrients-item img {
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.product-page__nutrients-item p {
  position: relative;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-page__nutrients-item p {
    font-size: 22px;
  }
}

.product-page__faq {
  padding: 40px 0 40px;
  border-top: 1px solid #a7a7a7;
}
@media screen and (min-width: 768px) {
  .product-page__faq {
    padding: 67px 0 77px;
  }
}

.product-page__faq-title {
  font-size: 18px;
  line-height: 1;
  color: #967543;
}
@media screen and (min-width: 768px) {
  .product-page__faq-title {
    font-size: 26px;
  }
}

.product-page__faq-content {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .product-page__faq-content {
    margin-top: 40px;
  }
}

.product-page__bottom-text {
  font-size: 16px;
  color: #967543;
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-page__bottom-text {
    font-size: 20px;
    margin-top: 80px;
  }
}

.product-page__site {
  font-size: 14px;
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-page__site {
    font-size: 16px;
    margin-top: 50px;
  }
}

.product-page__link {
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .product-page__link {
    margin-top: 20px;
  }
}
.product-page__link a {
  width: 100%;
  display: block;
  max-width: 420px;
  background-color: #967543;
  border-radius: 100px;
  color: white;
  padding: 10px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .product-page__link a {
    padding: 15px 0;
    gap: 15px;
  }
}
.product-page__link a span {
  width: 22px;
}
@media screen and (min-width: 768px) {
  .product-page__link a span {
    width: 26px;
  }
}
.product-page__link a span img {
  width: 100%;
}

.product-page__links {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .product-page__links {
    padding: 80px 0;
  }
}
.product-page__links-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .product-page__links-items {
    gap: 40px;
  }
}
.product-page__links-item a {
  font-size: 14px;
  display: block;
  padding: 10px 10px;
  background-color: white;
  border-radius: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .product-page__links-item a {
    font-size: 22px;
    padding: 10px 20px;
    text-align: center;
  }
}
.product-page__links-item a span {
  color: red;
}

.product-page__component {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .product-page__component {
    padding: 80px 0;
  }
}
.product-page__component h2 {
  font-size: 20px;
  line-height: 1;
  color: #967543;
}
@media screen and (min-width: 768px) {
  .product-page__component h2 {
    font-size: 32px;
  }
}
.product-page__component table {
  margin-top: 40px;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .product-page__component table {
    margin-top: 40px;
  }
}
.product-page__component table th,
.product-page__component table td {
  display: block;
}
@media screen and (min-width: 768px) {
  .product-page__component table th,
  .product-page__component table td {
    display: table-cell;
    border-bottom: 1px solid #ccc;
    padding: 20px 20px;
  }
}
.product-page__component table th {
  text-align: left;
  vertical-align: top;
  width: 100%;
  padding: 10px 10px 0;
}
@media screen and (min-width: 768px) {
  .product-page__component table th {
    width: 13%;
    padding: 20px 20px;
  }
}
.product-page__component table td {
  border-bottom: 1px solid #ccc;
  padding: 10px 10px;
}
@media screen and (min-width: 768px) {
  .product-page__component table td {
    padding: 20px 20px;
  }
}

.template-page-product {
  color: #505050;
  background-color: #D5D8D9;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .product__top {
    margin-top: 62px;
  }
}

.product__top-text {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .product__top-text {
    margin-top: 40px;
  }
}

.product__content-inner {
  padding: 0 20px 70px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .product__content-inner {
    width: 100%;
    max-width: 1420px;
    padding: 0 50px 140px;
    margin-inline: auto;
    margin-top: 80px;
  }
}

.product__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px 50px;
}
@media screen and (min-width: 1024px) {
  .product__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 3.4090909091%;
  }
}

.product__item-title {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .product__item-title {
    margin-top: 40px;
  }
}

.product__item-title p {
  color: #505050;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .product__item-title p {
    font-size: 14px;
  }
}
.product__item-title h3 {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .product__item-title h3 {
    font-size: 18px;
    margin-top: 5px;
  }
}

.product__item-bottom {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .product__item-bottom {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.product__item-bottom p {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .product__item-bottom p {
    font-size: 14px;
  }
}
.product__item-bottom .-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .product__item-bottom .-btn {
    margin-top: 0;
  }
}
.product__item-bottom .-btn span {
  display: block;
  color: #967543;
  font-size: 10px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .product__item-bottom .-btn span {
    font-size: 12px;
  }
}
.product__item-bottom .-btn img {
  width: 20px;
}
@media screen and (min-width: 768px) {
  .product__item-bottom .-btn img {
    width: 40px;
  }
}

.product__item-image img {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 597/365;
  -o-object-fit: cover;
     object-fit: cover;
}

.recipe__inner {
  padding: 0 20px 50px;
}
@media screen and (min-width: 768px) {
  .recipe__inner {
    padding: 0 50px 92px;
    max-width: 1300px;
    margin-inline: auto;
  }
}

.single-recipe {
  background-color: #f2f2ee;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .single-recipe .l-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.single-recipe__main {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .single-recipe__main {
    width: 66.6666666667%;
    max-width: 800px;
    margin-top: 0;
  }
}

.entry-content :where(img):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin: 0;
  width: 100%;
  aspect-ratio: 800/450;
  overflow: hidden;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.recipe-post__title {
  font-size: 22px;
  line-height: 1.4285714286;
  letter-spacing: 0.15em;
  margin-top: 20px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 768px) {
  .recipe-post__title {
    font-size: 28px;
    margin-top: 30px;
  }
}

.recipe-post__content {
  margin-top: 20px;
  font-size: 14px;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .recipe-post__content {
    margin-top: 30px;
    font-size: 16px;
  }
}

.recipe-post__cats {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .recipe-post__cats {
    margin-top: 20px;
  }
}

.recipe-post__cat {
  background-color: #006766;
  color: #fff;
  padding: 5px 15px;
  border-radius: 100px;
  font-size: 10px;
  line-height: 1;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .recipe-post__cat {
    font-size: 12px;
  }
}

.recipe-post__writer {
  margin: 30px 0 30px;
  padding: 20px 0;
  border: 1px solid #a7a7a7;
  background-color: #ffffff;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
  padding: 20px 20px;
}
@media screen and (min-width: 768px) {
  .recipe-post__writer {
    margin: 67px 0 62px;
    padding: 30px 40px;
  }
}
.recipe-post__writer .-label {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .recipe-post__writer .-label {
    font-size: 14px;
  }
}
.recipe-post__writer .-title {
  font-size: 16px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .recipe-post__writer .-title {
    font-size: 18px;
    margin-top: 10px;
  }
}
.recipe-post__writer .-text {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .recipe-post__writer .-text {
    font-size: 14px;
  }
}
.recipe-post__writer .-sns {
  margin-top: 30px !important;
}
.recipe-post__writer .-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.recipe-post__writer .-sns ul li a {
  width: 30px;
}
.recipe-post__writer .-sns ul li a svg {
  width: 100%;
}

.recipe-post__writer-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .recipe-post__writer-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

.recipe-post__writer-btn {
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.recipe-post__writer-btn a {
  position: relative;
  padding-right: 40px;
  display: inline-block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .recipe-post__writer-btn a {
    padding-right: 20px;
  }
}
.recipe-post__writer-btn a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.recipe-post__material .-title {
  font-size: 16px;
  color: #006766;
  padding-bottom: 5px;
  border-bottom: 2px solid #006766;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .recipe-post__material .-title {
    font-size: 18px;
  }
}
.recipe-post__material .-table .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #a7a7a7;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .recipe-post__material .-table .-flex {
    padding: 15px 0;
    font-size: 16px;
  }
}

.recipe-post__eiyou .-eiyou {
  font-size: 12px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .recipe-post__eiyou .-eiyou {
    font-size: 14px;
    margin-top: 42px;
  }
}
.recipe-post__eiyou .-eiyou-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .recipe-post__eiyou .-eiyou-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .recipe-post__eiyou .-eiyou-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
  }
}
.recipe-post__eiyou .-eiyou-item {
  font-size: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .recipe-post__eiyou .-eiyou-item {
    font-size: 14px;
  }
}
.recipe-post__eiyou .-eiyou-item::before {
  content: "⚫︎";
  color: #006766;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.recipe-post__youtube {
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  .recipe-post__youtube {
    margin-top: 110px;
  }
}
.recipe-post__youtube iframe {
  width: 100%;
  max-width: 620px;
  margin-inline: auto;
  border-radius: 10px;
}

.recipe-post__flow {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .recipe-post__flow {
    margin-top: 50px;
  }
}
.recipe-post__flow .-title {
  font-size: 16px;
  color: #006766;
  padding-bottom: 5px;
  border-bottom: 2px solid #006766;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .recipe-post__flow .-title {
    font-size: 18px;
  }
}
.recipe-post__flow .c-flow-list-media img {
  aspect-ratio: 1/1;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.recipe-post__flow p {
  font-size: 14px;
  line-height: 2.125;
}
@media screen and (min-width: 768px) {
  .recipe-post__flow p {
    font-size: 16px;
  }
}

.recipe__bottom {
  background-color: #d5d8d9;
}

.recipe__bottom-inner {
  padding: 40px 20px 50px;
}
@media screen and (min-width: 768px) {
  .recipe__bottom-inner {
    padding: 74px 50px 97px;
    max-width: 1300px;
    margin-inline: auto;
  }
}

.recipe__bottom-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .recipe__bottom-items {
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
  }
}

.recipe__bottom-image {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 100%;
}
.recipe__bottom-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recipe__bottom-title {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .recipe__bottom-title {
    margin-top: 30px;
    font-size: 16px;
  }
}

.recipe__bottom-item {
  font-family: "Shippori Mincho", serif;
}
.recipe__bottom-item .-btn {
  margin-top: 10px;
  color: #967543;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .recipe__bottom-item .-btn {
    margin-top: 20px;
    font-size: 12px;
  }
}
.recipe__bottom-item .-btn span {
  width: 20px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .recipe__bottom-item .-btn span {
    width: 40px;
  }
}

.recipe__bottom-content {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.5714285714;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 4; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
@media screen and (min-width: 768px) {
  .recipe__bottom-content {
    margin-top: 20px;
    font-size: 14px;
  }
}

.template-page-service-policy-policy {
  background-color: #d5d8d9;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.service-policy__inner {
  padding: 0 20px 50px;
}
@media screen and (min-width: 768px) {
  .service-policy__inner {
    padding: 0 50px 92px;
    max-width: 1420px;
    margin-inline: auto;
  }
}

.service-policy__top {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .service-policy__top {
    padding-top: 70px;
  }
}

.service-policy__title {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #006766;
}
@media screen and (min-width: 768px) {
  .service-policy__title {
    font-size: 30px;
  }
}

.service-policy__content {
  border-top: 1px solid #a7a7a7;
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.875;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .service-policy__content {
    margin-top: 70px;
    padding-top: 70px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.service-policy__head {
  font-size: 18px;
  letter-spacing: 0.15em;
  font-weight: 500;
  line-height: 1;
  color: #967543;
}
@media screen and (min-width: 768px) {
  .service-policy__head {
    font-size: 26px;
  }
}

.service-policy__table {
  font-size: 14px;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
  margin-top: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .service-policy__table {
    width: 87.1212121212%;
    font-size: 16px;
    border-bottom: 1px solid #A7A7A7;
    margin-top: 4px;
  }
}
.service-policy__table th, .service-policy__table td {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .service-policy__table th, .service-policy__table td {
    border-top: 1px solid #A7A7A7;
    width: auto;
    display: table-cell;
  }
}
.service-policy__table th {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .service-policy__table th {
    padding: 25px 20px 25px 30px;
  }
}
.service-policy__table td {
  border-bottom: 1px solid #A7A7A7;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .service-policy__table td {
    border-bottom: none;
    padding: 25px 20px 25px 0px;
  }
}
.service-policy__table td p {
  display: block;
}
.service-policy__table td p + p {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .service-policy__table td p + p {
    margin-top: 1em;
  }
}

.template-page-shop-list {
  background-color: #d5d8d9;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.shop-list__inner {
  padding: 0 20px 50px;
}
@media screen and (min-width: 768px) {
  .shop-list__inner {
    padding: 0 50px 92px;
    max-width: 1420px;
    margin-inline: auto;
  }
}

.shop-list__top {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .shop-list__top {
    padding-top: 70px;
  }
}

.shop-list__title {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #006766;
}
@media screen and (min-width: 768px) {
  .shop-list__title {
    font-size: 30px;
  }
}

.shop-list__content {
  border-top: 1px solid #a7a7a7;
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.875;
  margin-top: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .shop-list__content {
    margin-top: 70px;
    padding-top: 70px;
    font-size: 16px;
  }
}

.shop-list__head {
  font-size: 18px;
  letter-spacing: 0.15em;
  font-weight: 500;
  line-height: 1;
  color: #967543;
}
@media screen and (min-width: 768px) {
  .shop-list__head {
    font-size: 26px;
  }
}

.shop-list__text {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .shop-list__text {
    font-size: 16px;
  }
}

.shop-list__items {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .shop-list__items {
    margin-top: 40px;
    gap: 65px;
  }
}

.shop-list__table {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  padding: 30px 10px 30px;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .shop-list__table {
    padding: 40px 40px 50px;
    margin-top: 30px;
  }
}
.shop-list__table h4 {
  font-size: 16px;
  line-height: 1.5555555556;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .shop-list__table h4 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.shop-list__table .-flex {
  width: 100%;
  border-top: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .shop-list__table .-flex {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
.shop-list__table .-flex h5 {
  min-width: 100px;
  font-weight: bold;
}
.shop-list__table .-flex + .-flex {
  border-top: none;
}
.shop-list__table .-map {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .shop-list__table .-map {
    margin-top: 30px;
  }
}
.shop-list__table .-map iframe {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  width: 100%;
  aspect-ratio: 375/300;
}
@media screen and (min-width: 768px) {
  .shop-list__table .-map iframe {
    aspect-ratio: 1220/300;
  }
}

.shop-list__btn {
  margin-left: auto;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .shop-list__btn {
    margin-top: 0;
  }
}
.shop-list__btn a {
  display: block;
  padding: 10px 10px;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-color: #967543;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .shop-list__btn a {
    width: 230px;
  }
}
.shop-list__btn a span {
  display: inline-block;
  background-image: url(../images/common/shop-list-arrow.svg);
  background-size: 20px;
  padding-left: 40px;
  background-repeat: no-repeat;
  color: white;
  font-family: Shippori Mincho, serif;
}
@media screen and (min-width: 768px) {
  .shop-list__btn a span {
    background-size: 26px;
  }
}

.sidebar-recipe__contents:not(:first-of-type) {
  margin-top: 30px !important;
}
@media screen and (min-width: 768px) {
  .sidebar-recipe__contents:not(:first-of-type) {
    margin-top: 60px !important;
  }
}

.sidebar-recipe__title {
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .sidebar-recipe__title {
    font-size: 18px;
  }
}

.sidebar-recipe__items {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.sidebar-recipe__items.-ranking .sidebar-recipe__image span {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #006766;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 12px;
  border-radius: 5px 0 5px 0;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 768px) {
  .sidebar-recipe__items.-ranking .sidebar-recipe__image span {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

.sidebar-recipe__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .sidebar-recipe__link {
    gap: 20px;
  }
}

.sidebar-recipe__image {
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.sidebar-recipe__image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar-recipe__title {
  font-size: 14px;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .sidebar-recipe__title {
    font-size: 16px;
  }
}

.sidebar-recipe__cats {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .sidebar-recipe__cats {
    margin-top: 20px;
  }
}

.sidebar-recipe__cat {
  background-color: #fff;
  color: #006766;
  border: 1px solid #006766;
  padding: 5px 10px;
  border-radius: 100px;
  font-size: 12px;
  line-height: 1;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .sidebar-recipe__cat {
    font-size: 14px;
    padding: 5px 20px;
  }
}
.sidebar-recipe__cat + .sidebar-recipe__cat {
  margin-top: 10px;
}

.single-post {
  background-color: #f2f2ee;
}

.single-blog {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .single-blog {
    padding-top: 80px;
  }
}
.single-blog .l-single-content {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .single-blog .l-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
  }
}
@media screen and (min-width: 768px) {
  .single-blog .l-container-content {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .single-blog .l-container-content {
    max-width: 800px;
  }
}
.single-blog .entry-content .single-blog__time {
  font-size: 14px;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 768px) {
  .single-blog .entry-content .single-blog__time {
    font-size: 16px;
  }
}
.single-blog .entry-content .single-blog__title {
  font-size: 24px;
  letter-spacing: 0.15em;
  font-weight: 500;
  line-height: 1.3684210526;
  margin-bottom: 0;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 768px) {
  .single-blog .entry-content .single-blog__title {
    font-size: 38px;
  }
}
.single-blog .entry-content .single-blog__cats {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .single-blog .entry-content .single-blog__cats {
    margin-top: 0;
  }
}
.single-blog .entry-content .single-blog__cat {
  display: inline-block;
  background-color: #006766;
  line-height: 1;
  color: white;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 100px;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .single-blog .entry-content .single-blog__cat {
    padding: 5px 20px;
    font-size: 12px;
  }
}
.single-blog .entry-content .post-thumbnail {
  aspect-ratio: 800/450;
  overflow: hidden;
}
.single-blog .entry-content .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .single-blog .entry-content .post-thumbnail img {
    margin-top: 38px;
  }
}
.single-blog .entry-content p {
  font-size: 16px;
  line-height: 2.125;
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .single-blog .entry-content p {
    font-size: 85%;
    margin: 45px 0 0 0;
  }
}
.single-blog .entry-content h2,
.single-blog .entry-content h3 {
  font-size: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .single-blog .entry-content h2,
  .single-blog .entry-content h3 {
    font-size: 24px;
    margin-top: 90px;
  }
}
.single-blog .entry-content img {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .single-blog .entry-content img {
    margin-top: 60px;
  }
}
.single-blog .entry-content li {
  font-size: 16px;
  line-height: 2.125;
}
@media screen and (min-width: 768px) {
  .single-blog .entry-content li {
    font-size: 85%;
  }
}

.single-blog__sidebar {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .single-blog__sidebar {
    margin-top: 70px;
  }
}

.single-blog__sidebar-items {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .single-blog__sidebar-items {
    margin-top: 17px;
  }
}
.single-blog__sidebar-items li a {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .single-blog__sidebar-items li a {
    font-size: 14px;
  }
}

.single-post__new {
  margin-top: 70px;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .single-post__new {
    margin-top: 140px;
  }
}

.single-post__new-inner {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .single-post__new-inner {
    padding: 0 50px;
    max-width: 1420px;
    margin-inline: auto;
  }
}

.single-post__new-title {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .single-post__new-title {
    font-size: 18px;
  }
}

.single-post__new-items {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .single-post__new-items {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
    gap: 57px 40px;
  }
}

@media screen and (min-width: 768px) {
  .single-post__new-item:hover .single-post__new-image img {
    scale: 1.2;
  }
}

@media screen and (min-width: 768px) {
  .single-post__new-link {
    gap: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.single-post__new-image {
  width: 100%;
  aspect-ratio: 300/220;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .single-post__new-image {
    width: 47.7707006369%;
  }
}
.single-post__new-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.single-post__new-time {
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .single-post__new-time {
    font-size: 16px;
  }
}

.single-post__new-head {
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 768px) {
  .single-post__new-head {
    font-size: 16px;
  }
}

.single-post__cats {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .single-post__cats {
    margin-top: 15px;
  }
}

.single-post__cat {
  padding: 5px 10px;
  background-color: #006766;
  color: white;
  font-size: 10px;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .single-post__cat {
    padding: 5px 20px;
    font-size: 12px;
  }
}

.single-post__new-content {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5384615385;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .single-post__new-content {
    margin-top: 15px;
    font-size: 14px;
  }
}

.single-post__new-btn {
  font-size: 12px;
  font-family: "Shippori Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #967543;
  margin-top: 25px;
}
.single-post__new-btn span {
  width: 20px;
}
@media screen and (min-width: 768px) {
  .single-post__new-btn span {
    width: 40px;
  }
}

.site-footer {
  background-color: #D5D8D9;
}

@media screen and (min-width: 768px) {
  .sns__items a {
    width: 40px;
    height: 40px;
  }
  .sns__items a div {
    width: 100%;
    height: 100%;
  }
  .sns__items a div svg {
    width: 20px;
  }
}

.top {
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .top__product {
    max-width: 1150px;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .top_product-image {
    width: 54.2608695652%;
  }
}
.top_product-image img {
  border-radius: 10px;
  width: 100%;
}

.top__product-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .top__product-items {
    gap: 100px;
  }
}

.top__product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .top__product-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 72px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.top__product-btn {
  margin-top: 23px;
}
.top__product-btn .c-link-btn {
  color: white;
}
.top__product-btn .c-link-btn-text {
  color: white;
}
.top__product-btn .c-link-btn-arrow {
  border-color: white;
}
.top__product-btn .c-link-btn-ring:after {
  border-color: white;
}

.top-recipe__btn a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top__tel {
  pointer-events: auto !important;
  position: relative;
  z-index: 1;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
