@charset "UTF-8";

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}
/*あああ*/
.bold {
  font-weight: bold;
}

.mgt_8 {
  margin-top: 8px;
}

.tar {
  text-align: right;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-only {
    display: block;
  }
}

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

.section-wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .section-wrapper {
    padding: 0 20px;
  }
}

.col-2, .col-2_around, .col-2_bet {
  display: flex;
  align-items: center;
}

.col-2_bet {
  justify-content: space-between;
}

.col-2_around {
  justify-content: space-around;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

ul, li {
  list-style: none;
  line-height: 1.5;
}

img {
  width: 100%;
  vertical-align: bottom;
}

body {
  background-color: #FFF6DF;
  color: #42210B;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

h1, h2, h3, h4, h5, p, a {
  line-height: 1.5;
}

.section-title, .ex-top.ex-fv .section-title_brown, .section-title_brown {
  text-align: center;
}
.section-title img.title-img, .ex-top.ex-fv .section-title_brown img.title-img, .section-title_brown img.title-img {
  max-width: 80px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-title img.title-img, .ex-top.ex-fv .section-title_brown img.title-img, .section-title_brown img.title-img {
    max-width: 60px;
  }
}
.section-title p.title-p, .ex-top.ex-fv .section-title_brown p.title-p, .section-title_brown p.title-p {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #E8DA89;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .section-title p.title-p, .ex-top.ex-fv .section-title_brown p.title-p, .section-title_brown p.title-p {
    font-size: 16px;
  }
}
.section-title p.title-p2, .ex-top.ex-fv .section-title_brown p.title-p2, .section-title_brown p.title-p2 {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #E8DA89;
  margin-top: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .section-title p.title-p2, .ex-top.ex-fv .section-title_brown p.title-p2, .section-title_brown p.title-p2 {
    font-size: 16px;
  }
}
.section-title h2.title-h2, .ex-top.ex-fv .section-title_brown h2.title-h2, .section-title_brown h2.title-h2 {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #E8DA89;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .section-title h2.title-h2, .ex-top.ex-fv .section-title_brown h2.title-h2, .section-title_brown h2.title-h2 {
    margin-top: 4px;
    font-size: 24px;
  }
}

.section-title_brown p.title-p {
  color: #42210B;
}
.section-title_brown p.title-p2 {
  color: #42210B;
}
.section-title_brown h2.title-h2 {
  color: #42210B;
}

.tel-wrap {
  max-width: 340px;
  margin: 0 auto;
}

header .logo {
  margin-left: calc((100vw - 1400px) / 2);
  max-width: 400px;
}
@media screen and (max-width: 1400px) {
  header .logo {
    margin-left: 20px;
  }
}
header .logo img {
  width: 100%;
}
header .tel {
  text-align: right;
  margin-right: 24px;
}
header .tel a {
  color: #E8DA89;
  font-family: "Noto Serif JP", serif;
  font-size: 57px;
  font-weight: 900;
  vertical-align: text-bottom;
}
header .tel p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
header .tel img {
  max-width: 50px;
  width: 100%;
  vertical-align: middle;
}
header .icon .cart {
  background-color: #E8DA89;
  text-align: center;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .icon .cart img {
  max-width: 40px;
  width: 100%;
}
header .icon .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}
header .icon .sns img {
  max-width: 30px;
  width: 100%;
}
header .icon .sns .insta {
  margin-right: 25px;
}
header .header-1 {
  background-color: #133D2B;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
  height: 180px;
}
@media screen and (max-width: 1024px) {
  header .header-1 {
    height: 60px;
  }
}
header .header-2 {
  background-color: #FFF6DF;
  padding-top: 180px;
}
@media screen and (max-width: 1024px) {
  header .header-2 {
    padding-top: 0px;
  }
}
header .header-2 ul li {
  padding: 32px 0;
}
header .header-2 ul a {
  font-family: "Noto Serif JP", serif;
  color: #133D2B;
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  header .header-1 .logo {
    margin-left: 8px;
    max-width: 140px;
  }
  header .header-1 .icon .sp-tel {
    background-color: #FFF6DF;
    width: 60px;
    height: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header .header-1 .icon .sp-tel img {
    max-width: 34px;
    width: 100%;
  }
  header .header-1 .icon .cart {
    width: 60px;
    height: 60px;
  }
  header .header-1 .icon #menu-button {
    background-color: #FFF6DF;
    width: 60px;
    height: 60px;
    padding: 19px 18px;
  }
  header .header-1 .icon #menu-button .menu-button-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  header .header-1 .icon #menu-button .menu-button-inner span {
    background-color: #133D2B;
    width: 100%;
    height: 2px;
    position: absolute;
    transition: 0.3s;
  }
  header .header-1 .icon #menu-button .menu-button-inner span:nth-child(1) {
    top: 0;
  }
  header .header-1 .icon #menu-button .menu-button-inner span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  header .header-1 .icon #menu-button .menu-button-inner span:nth-child(3) {
    bottom: 0;
  }
  header .header-1 .icon #menu-button .menu-button-inner.open span:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
  }
  header .header-1 .icon #menu-button .menu-button-inner.open span:nth-child(2) {
    display: none;
  }
  header .header-1 .icon #menu-button .menu-button-inner.open span:nth-child(3) {
    bottom: 10px;
    transform: rotate(-45deg);
  }
  header .gnav-sp-wrap {
    display: none;
  }
  header .header-2 {
    position: fixed;
    z-index: 100;
    width: 100vw;
    height: 100%;
    top: 0;
  }
  header .header-2 .section-wrapper {
    height: 100%;
  }
  header .header-2 .gnav-sp {
    margin-top: 60px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  header .header-2 .gnav-sp_menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  header .header-2 .gnav-sp li {
    padding: 0;
    margin-bottom: 2vh;
  }
  header .header-2 .gnav-sp .sp-sns {
    padding-top: 24px;
    gap: 20px;
    border-top: 1px solid #42210B;
  }
  header .header-2 .gnav-sp a {
    font-size: 16px;
  }
  header .header-2 .tel {
    background-color: #133D2B;
    text-align: left;
    padding: 16px 0;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  header .header-2 .tel a {
    color: #E8DA89;
    font-family: "Noto Serif JP", serif;
    font-size: 36px;
    font-weight: 900;
    vertical-align: text-bottom;
    padding: 0 20px;
  }
  header .header-2 .tel a img {
    max-width: 36px;
    vertical-align: middle;
  }
  header .header-2 .tel p {
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  footer .footer-1 .col-2, footer .footer-1 .col-2_bet, footer .footer-1 .col-2_around {
    flex-direction: column;
  }
}
footer .footer-1 .title {
  position: relative;
  z-index: 1;
  padding: 88px;
}
@media screen and (max-width: 1024px) {
  footer .footer-1 .title {
    padding: 40px 20px;
  }
}
footer .footer-1 .title h2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  footer .footer-1 .title h2 {
    font-size: 18px;
  }
}
footer .footer-1 .title p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  footer .footer-1 .title p {
    font-size: 14px;
  }
}
footer .footer-1 a {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 360px;
}
footer .footer-1 a:hover:after {
  transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
  footer .footer-1 a {
    width: 100%;
    height: 190px;
  }
}
footer .footer-1 a.collaboration:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url("../images/footer1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
}
footer .footer-1 a.recruit:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url("../images/footer2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
}
footer .footer-2 {
  padding: 60px 80px 40px;
  background-color: #133D2B;
}
@media screen and (max-width: 1024px) {
  footer .footer-2 {
    padding: 40px 20px 80px;
  }
}
footer .footer-2 .col-2_bet {
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  footer .footer-2 .col-2_bet {
    flex-direction: column;
  }
}
footer .footer-2 .footer-logo {
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  footer .footer-2 .footer-logo {
    max-width: 180px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
footer .footer-2 .footer-logo img.logo-img {
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  footer .footer-2 .footer-logo img.logo-img {
    margin-bottom: 40px;
  }
}
footer .footer-2 .footer-menu {
  display: flex;
  justify-content: space-between;
  gap: 0 64px;
}
@media screen and (max-width: 1024px) {
  footer .footer-2 .footer-menu {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
footer .footer-2 .footer-menu ul li {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  footer .footer-2 .footer-menu ul li {
    margin-bottom: 12px;
  }
}
footer .footer-2 .footer-menu ul li a {
  color: #FFF6DF;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  footer .footer-2 .footer-menu ul li a {
    font-size: 14px;
  }
}
footer .footer-2 .sns {
  display: flex;
  gap: 20px;
}
footer .footer-2 .sns img.sns-img {
  width: 30px;
}
footer .footer-2 .sns img.sns-img + img {
  margin-left: 25px;
}
footer .footer-2 .copyright {
  color: #FFF6DF;
  font-size: 12px;
  text-align: center;
  margin-top: 64px;
}
@media screen and (max-width: 1024px) {
  footer .footer-2 .copyright {
    margin-top: 40px;
  }
}

#top .fv {
  background-image: url("../images/fv-bg@2x.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 640px;
}
@media screen and (max-width: 1024px) {
  #top .fv {
    height: 400px;
  }
}
#top .fv .section-wrapper {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #top .fv .section-wrapper {
    padding: 10px;
  }
}
#top .fv-position {
  position: absolute;
  bottom: -120px;
}
@media screen and (max-width: 1024px) {
  #top .fv-position {
    bottom: -180px;
    left: 0;
    right: 0;
  }
}
#top .bar {
  color: #42210B;
  text-align: center;
  background-color: #E8DA89;
  box-shadow: 0 0 0 5px #ffffff, 0 0 0 10px #133D2B;
  border-radius: 83px;
  padding: 10px 82px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #top .bar {
    padding: 5px 42px;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
  }
}
#top .bar h1 {
  font-size: 29px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  #top .bar h1 {
    font-size: 15px;
  }
  #top .bar h1 span {
    font-size: 14px;
  }
}
#top .bar p {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  #top .bar p {
    font-size: 11px;
  }
}
#top .bar::before, #top .bar::after {
  content: "";
  background-image: url("../images/Frame.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 82px;
  height: 72px;
}
@media screen and (max-width: 1024px) {
  #top .bar::before, #top .bar::after {
    width: 43px;
  }
}
#top .bar::before {
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  #top .bar::before {
    left: -6px;
  }
}
#top .bar::after {
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(0, -50%) rotate(-180deg);
}
@media screen and (max-width: 1024px) {
  #top .bar::after {
    right: -6px;
  }
}
#top .fv .tel {
  background-color: #133D2B;
  text-align: left;
  padding: 16px 0;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: initial;
  position: initial;
}
#top .fv .tel a {
  color: #E8DA89;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 900;
  vertical-align: text-bottom;
  padding: 0 20px;
}
#top .fv .tel a img {
  max-width: 36px;
  vertical-align: middle;
}
#top .fv .tel p {
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 0 20px;
}
#top .news {
  background-color: #133D2B;
  padding: 202px 0 80px;
}
#top .news .col-2, #top .news .col-2_bet, #top .news .col-2_around {
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  #top .news .col-2, #top .news .col-2_bet, #top .news .col-2_around {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  #top .news .section-title, #top .news .section-title_brown {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0 0 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid #937C49;
    width: 100%;
  }
}
#top .news .section-title h2, #top .news .section-title_brown h2 {
  color: #FFF6DF;
  font-family: "EB Garamond", serif;
  font-size: 32px;
  padding: 0 40px 0 20px;
}
@media screen and (max-width: 1024px) {
  #top .news .section-title h2, #top .news .section-title_brown h2 {
    padding: 0;
  }
}
#top .news a {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #FFF6DF;
}
#top .news ul {
  padding-left: 40px;
  border-left: solid 1px #937C49;
  flex-grow: 1;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #top .news ul {
    padding-left: 0px;
    border-left: none;
  }
}
#top .news li {
  position: relative;
  padding-right: 32px;
}
#top .news li + li {
  margin-top: 20px;
}
#top .news li:after {
  content: "";
  background-image: url("../images/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
#top .news li > .col-2, #top .news li > .col-2_bet, #top .news li > .col-2_around {
  align-items: center;
  color: #FFF6DF;
}
@media screen and (max-width: 1024px) {
  #top .news li > .col-2, #top .news li > .col-2_bet, #top .news li > .col-2_around {
    align-items: flex-start;
  }
}
#top .news li > .col-2 p, #top .news li > .col-2_bet p, #top .news li > .col-2_around p {
  color: #FFF6DF;
}
#top .news .date {
  min-width: 130px;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  #top .news .date {
    font-size: 12px;
  }
}
#top .news .title {
  flex-grow: 1;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  #top .news .title {
    font-size: 13px;
  }
}
#top .news .link {
  text-align: right;
  padding-right: 48px;
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  #top .news .link {
    padding-right: 26px;
  }
}
#top .news .link a {
  color: #FFF6DF;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #top .news .link a {
    font-size: 12px;
  }
}
#top .news .link a:after {
  content: "";
  background-image: url("../images/arrow-circle.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  right: -48px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  #top .news .link a:after {
    width: 16px;
    right: -21px;
  }
}
#top .concept {
  background-image: url(../images/concept-bg@2x.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 104px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #top .concept {
    background-image: url(../images/concept-bg-sp@2x.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
  }
}
#top .concept p {
  color: #FFF6DF;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #top .concept p {
    font-size: 20px;
  }
}
#top .about {
  background-color: #133D2B;
  padding: 120px 0 75px;
}
@media screen and (max-width: 1024px) {
  #top .about {
    padding: 80px 0 30px;
  }
}
#top .about .section-title, #top .about .section-title_brown {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #top .about .section-title, #top .about .section-title_brown {
    margin-bottom: 40px;
  }
}
#top .about .about-images {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #top .about .about-images {
    margin-bottom: 40px;
  }
}
#top .about .col-2, #top .about .col-2_bet, #top .about .col-2_around {
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  #top .about .col-2, #top .about .col-2_bet, #top .about .col-2_around {
    flex-direction: column;
  }
}
#top .about .col-2 img, #top .about .col-2_bet img, #top .about .col-2_around img {
  max-width: 52%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #top .about .col-2 img, #top .about .col-2_bet img, #top .about .col-2_around img {
    max-width: 100%;
  }
}
#top .about .col-2 p, #top .about .col-2_bet p, #top .about .col-2_around p {
  color: #FFF6DF;
  line-height: 2;
  font-size: 18px;
  font-weight: 400;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  #top .about .col-2 p, #top .about .col-2_bet p, #top .about .col-2_around p {
    font-size: 16px;
    max-width: 100%;
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
#top .about .col-2:last-child, #top .about .col-2_bet:last-child, #top .about .col-2_around:last-child {
  margin-top: 120px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  #top .about .col-2:last-child, #top .about .col-2_bet:last-child, #top .about .col-2_around:last-child {
    margin-top: 80px;
    flex-direction: column;
  }
}
#top .recipe {
  background-color: #133D2B;
  text-align: center;
  padding-bottom: 112px;
}
#top .recipe .section-title, #top .recipe .section-title_brown {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  #top .recipe .section-title, #top .recipe .section-title_brown {
    margin-bottom: 40px;
  }
  #top .recipe .section-title .title-p, #top .recipe .section-title_brown .title-p {
    font-size: 16px;
  }
}
#top .recipe .recipe-img {
  max-width: 668px;
  width: 100%;
}
#top .recipe p {
  color: #FFF6DF;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  #top .recipe p {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #top .recipe p.fs16-sp {
    font-size: 16px;
  }
}
#top .scene {
  padding: 120px 0 160px;
  background-color: #FFF6DF;
}
@media screen and (max-width: 1024px) {
  #top .scene {
    padding: 80px 0;
  }
}
#top .scene .section-title, #top .scene .section-title_brown {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #top .scene .section-title, #top .scene .section-title_brown {
    margin-bottom: 40px;
  }
}
#top .scene .col-2, #top .scene .col-2_bet, #top .scene .col-2_around {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 100px 0;
}
@media screen and (max-width: 1024px) {
  #top .scene .col-2, #top .scene .col-2_bet, #top .scene .col-2_around {
    gap: 80px 0;
  }
}
#top .scene .col-2 .item, #top .scene .col-2_bet .item, #top .scene .col-2_around .item {
  width: 42%;
}
@media screen and (max-width: 1024px) {
  #top .scene .col-2 .item, #top .scene .col-2_bet .item, #top .scene .col-2_around .item {
    width: 100%;
  }
}
#top .scene .col-2 .item img, #top .scene .col-2_bet .item img, #top .scene .col-2_around .item img {
  width: 100%;
}
#top .scene .col-2 .item h3, #top .scene .col-2_bet .item h3, #top .scene .col-2_around .item h3 {
  color: #42210B;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 2;
  padding: 16px 0;
  border-bottom: 1px solid #42210B;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #top .scene .col-2 .item h3, #top .scene .col-2_bet .item h3, #top .scene .col-2_around .item h3 {
    font-size: 18px;
  }
}
#top .scene .col-2 .item p, #top .scene .col-2_bet .item p, #top .scene .col-2_around .item p {
  color: #42210B;
  line-height: 1.6;
  padding: 16px 0 40px;
}
@media screen and (max-width: 1024px) {
  #top .scene .col-2 .item p, #top .scene .col-2_bet .item p, #top .scene .col-2_around .item p {
    font-size: 15px;
  }
}
#top .scene .col-2 .item a.item_btn, #top .scene .col-2_bet .item a.item_btn, #top .scene .col-2_around .item a.item_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 240px;
  height: 54px;
  background-color: #42210B;
}
@media screen and (max-width: 1024px) {
  #top .scene .col-2 .item a.item_btn, #top .scene .col-2_bet .item a.item_btn, #top .scene .col-2_around .item a.item_btn {
    width: 200px;
    margin: 0 auto;
  }
}
#top .scene .col-2 .item a.item_btn p, #top .scene .col-2_bet .item a.item_btn p, #top .scene .col-2_around .item a.item_btn p {
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
}
#top .scene .col-2 .item a.item_btn img, #top .scene .col-2_bet .item a.item_btn img, #top .scene .col-2_around .item a.item_btn img {
  width: 8px;
}
#top .media {
  background-color: #133D2B;
  padding: 120px 0 170px;
}
@media screen and (max-width: 1024px) {
  #top .media {
    padding: 80px 0;
  }
}
#top .media .section-title, #top .media .section-title_brown {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #top .media .section-title, #top .media .section-title_brown {
    margin-bottom: 64px;
  }
}
#top .media .slider .slider-img {
  margin: 0 10px;
}
#top .media .slider .slider-img img {
  height: auto;
  width: 100%;
}
#top .media .slider .slider1 {
  margin-bottom: 24px;
}
#top .area {
  background-color: #FFF6DF;
  padding: 120px 0 160px;
}
@media screen and (max-width: 1024px) {
  #top .area {
    padding: 80px 0;
  }
}
#top .area .section-title_brown {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #top .area .section-title_brown {
    margin-bottom: 40px;
  }
}
#top .area .accordion {
  margin-bottom: 80px;
}
#top .area .accordion li {
  margin-bottom: 16px;
}
#top .area .accordion li:hover {
  cursor: pointer;
}
#top .area .accordion .accordion-title {
  color: #42210B;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  padding: 24px 36px;
  width: 100%;
  border: solid 1px #42210B;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  #top .area .accordion .accordion-title {
    font-size: 18px;
  }
}
#top .area .accordion .accordion-title::after {
  content: "";
  background-image: url("../images/arrow_brown.svg");
  width: 16px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  #top .area .accordion .accordion-title::after {
    right: 20px;
  }
}
#top .area .accordion .accordion-title.active {
  background-color: #42210B;
  color: #FFF6DF;
}
#top .area .accordion .accordion-title.active::after {
  content: "";
  background-image: url("../images/arrow_cream.svg");
  width: 16px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
}
#top .area .accordion .accordion-text {
  display: none;
}
#top .area .accordion table, #top .area .accordion tbody {
  width: 100%;
}
#top .area .accordion th, #top .area .accordion td {
  color: #42210B;
  padding: 24px 32px;
  border-bottom: dotted 1px #42210B;
}
@media screen and (max-width: 1024px) {
  #top .area .accordion th, #top .area .accordion td {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 16px 0 24px;
  }
}
#top .area .accordion th {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  #top .area .accordion th {
    font-size: 18px;
    border-bottom: none;
    width: 100%;
    padding: 24px 0 0;
  }
}
#top .area .contact .col-2, #top .area .contact .col-2_bet, #top .area .contact .col-2_around {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #top .area .contact .col-2, #top .area .contact .col-2_bet, #top .area .contact .col-2_around {
    flex-direction: column;
    margin-bottom: 0px;
  }
}
#top .area .contact .item {
  text-align: center;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  #top .area .contact .item {
    padding: 40px 0;
  }
}
#top .area .contact .item:first-child {
  border-left: 1px solid #42210B;
}
@media screen and (max-width: 1024px) {
  #top .area .contact .item:first-child {
    border-left: none;
    border-bottom: 1px solid #42210B;
  }
}
#top .area .contact .item:last-child {
  border-right: 1px solid #42210B;
}
@media screen and (max-width: 1024px) {
  #top .area .contact .item:last-child {
    border-right: none;
  }
}
#top .area .contact .item + .item {
  border-left: 1px solid #42210B;
}
@media screen and (max-width: 1024px) {
  #top .area .contact .item + .item {
    border-left: none;
  }
}
#top .area .contact h3 {
  color: #42210B;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #top .area .contact h3 {
    font-size: 18px;
  }
}
#top .area .contact img {
  max-width: 28px;
  width: 100%;
  padding: 24px 0;
}
#top .area .contact p {
  color: #42210B;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #top .area .contact p {
    font-size: 14px;
  }
}
#top .area .contact .contact_btn {
  display: inline-block;
  background-color: #42210B;
  color: #FFF6DF;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding: 32px 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #top .area .contact .contact_btn {
    font-size: 18px;
    padding: 16px 20px;
  }
}
#top .area .contact .contact_btn:after {
  content: "";
  background-image: url("../images/arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}
#top .store {
  background-color: #133D2B;
  padding: 80px 100px;
}
@media screen and (max-width: 1024px) {
  #top .store {
    padding: 80px 0;
  }
}
#top .store .section-title, #top .store .section-title_brown {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #top .store .section-title, #top .store .section-title_brown {
    margin-bottom: 40px;
  }
}
#top .store .store-logo {
    background-color: #ffffff;
    padding: 80px 100px;
    display: flex;
    //justify-content: space-between;
    justify-content:space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 34px 15px;
}
@media screen and (max-width: 1024px) {
  #top .store .store-logo {
    padding: 20px;
    gap: 20px;
    justify-content: flex-start;
  }
}
#top .store .store-logo .img-kurumesi {
  width: 90px;
}
@media screen and (max-width: 1024px) {
  #top .store .store-logo .img-kurumesi {
    width: 36px;
  }
}
#top .store .store-logo .img-obentodeli {
  width: 213px;
}
@media screen and (max-width: 1024px) {
  #top .store .store-logo .img-obentodeli {
    width: 85.2px;
  }
}
#top .store .store-logo .img-demaecan {
  width: 224px;
}
@media screen and (max-width: 1024px) {
  #top .store .store-logo .img-demaecan {
    width: 89.6px;
  }
}
#top .store .store-logo .img-rakuten {
  width: 169px;
}
@media screen and (max-width: 1024px) {
  #top .store .store-logo .img-rakuten {
    width: 67.6px;
  }
}
#top .store .store-logo .img-isetan {
  width: 280px;
}
@media screen and (max-width: 1024px) {
  #top .store .store-logo .img-isetan {
    width: 112px;
  }
}
#top .store .store-logo .img-amazon {
  width: 230px;
}
@media screen and (max-width: 1024px) {
  #top .store .store-logo .img-amazon {
    width: 92px;
  }
}
#top .store .store-logo .img-finedine {
  width: 220px;
}
@media screen and (max-width: 1024px) {
  #top .store .store-logo .img-finedine {
    width: 88px;
  }
}
#top .store .store-logo .img-ubereats {
  width: 86px;
}
@media screen and (max-width: 1024px) {
  #top .store .store-logo .img-ubereats {
    width: 34.4px;
  }
}
#top .store .store-logo .img-locagoo {
  width: 275px;
}
@media screen and (max-width: 1024px) {
  #top .store .store-logo .img-locagoo {
    width: 100px;
  }
}
#top .store .store-logo .img9-wrap {
  width: 278px;
}
@media screen and (max-width: 1024px) {
  #top .store .store-logo .img9-wrap {
    width: 111.2px;
  }
}
#top .store .store-logo .img9-wrap img {
  width: 100%;
}

.ex-top {
  background-color: #FFF6DF;
}
.ex-top .header-1 {
  background-color: #133D2B;
}
.ex-top h1 {
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #FFF6DF;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ex-top h1 {
    font-size: 24px;
  }
}
.ex-top footer {
  background-color: #133D2B;
}
.ex-top.ex-fv .section-title, .ex-top.ex-fv .section-title_brown {
  text-align: center;
}
.ex-top.ex-fv .section-title img.title-img, .ex-top.ex-fv .section-title_brown img.title-img {
  max-width: 80px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ex-top.ex-fv .section-title img.title-img, .ex-top.ex-fv .section-title_brown img.title-img {
    max-width: 60px;
  }
}
.ex-top.ex-fv .section-title p.title-p, .ex-top.ex-fv .section-title_brown p.title-p {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #E8DA89;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .ex-top.ex-fv .section-title p.title-p, .ex-top.ex-fv .section-title_brown p.title-p {
    font-size: 16px;

  }
}
.ex-top.ex-fv .section-title p.title-p2, .ex-top.ex-fv .section-title_brown p.title-p2 {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #E8DA89;
  margin-top: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .ex-top.ex-fv .section-title p.title-p2, .ex-top.ex-fv .section-title_brown p.title-p2 {
    font-size: 16px;
  }
}
.ex-top.ex-fv .section-title h1.title-h1, .ex-top.ex-fv .section-title_brown h1.title-h1 {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #E8DA89;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .ex-top.ex-fv .section-title h1.title-h1, .ex-top.ex-fv .section-title_brown h1.title-h1 {
    font-size: 24px;
  }
}
.ex-top.ex-fv .section-title_brown p.title-p {
  color: #42210B;
}
.ex-top.ex-fv .section-title_brown p.title-p2 {
  color: #42210B;
}
.ex-top.ex-fv .section-title_brown h1.title-h1 {
  color: #42210B;
}

#footer_before {
  background-color: #133D2B;
}

#howtoorder {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  #howtoorder {
    padding: 80px 0;
  }
}
#howtoorder .step li {
  padding: 32px 0;
  gap: 0 32px;
  align-items: center;
  color: #FFF6DF;
}
@media screen and (max-width: 767px) {
  #howtoorder .step li {
    gap: 0 8px;
  }
}
#howtoorder .step li:first-child {
  padding: 56px 0 32px;
}
#howtoorder .step li + li {
  border-top: 1px dotted #E8DA89;
}
#howtoorder .step li .step3_li {
  gap: 0 32px;
}
@media screen and (max-width: 767px) {
  #howtoorder .step li .step3_li {
    gap: 0 8px;
  }
}
#howtoorder .step img {
  width: 72px;
}
@media screen and (max-width: 1024px) {
  #howtoorder .step img {
    width: 48px;
  }
}
#howtoorder .step .step_text {
  color: #FFF6DF;
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  #howtoorder .step .step_text {
    font-size: 16px;
  }
}
#howtoorder .step .step_comment {
  color: #FFF6DF;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  #howtoorder .step .step_comment {
    font-size: 12px;
  }
}
#howtoorder .step .step3_comment {
  margin-left: 96px;
  margin-top: 8px;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  #howtoorder .step .step3_comment {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #howtoorder .step .step3_comment {
    margin-left: 0px;
    flex-direction: column;
    align-items: center;
    gap: 8px 0;
  }
}
#howtoorder .step .step3_comment p.scale {
  color: #42210B;
  background-color: #FFF6DF;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
  line-height: 64px;
  margin-right: 24px;
}
@media screen and (max-width: 1024px) {
  #howtoorder .step .step3_comment p.scale {
    font-size: 12px;
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}
@media screen and (max-width: 767px) {
  #howtoorder .step .step3_comment p.scale {
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  #howtoorder .step .step3_comment p.step_comment {
    width: 100%;
    text-align: right;
  }
}

#fot_contact {
  background-image: url("../images/footer_before/fot_contact/fot_contact.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 76px;
}
#fot_contact .contact_btn {
  justify-content: center;
  gap: 0 40px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #fot_contact .contact_btn {
    flex-direction: column;
    gap: 24px 0;
  }
}
#fot_contact .contact_btn a {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #42210B;
  padding: 24px 94px;
  background-color: #FFF6DF;
}
@media screen and (max-width: 1024px) {
  #fot_contact .contact_btn a {
    font-size: 18px;
    padding: 16px 0;
    width: 100%;
  }
}
#fot_contact p {
  font-size: 18px;
  color: #FFF6DF;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #fot_contact p {
    font-size: 14px;
  }
}

#cancel {
  padding-top: 80px;
  margin-bottom: 80px;
}
#cancel h2 {
  color: #133D2B;
  background-color: #E8DA89;
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  width: 100%;
  padding: 32px 36px;
  text-align: center;
  position: relative;
  margin-bottom: 48px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #cancel h2 {
    font-size: 18px;
  }
}
#cancel h2::after {
  content: "";
  background-image: url("../images/footer_before/cancel/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 9px;
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #cancel h2::after {
    right: 16px;
  }
}
#cancel .cancel_content {
  display: none;
  color: #FFF6DF;
  font-family: "Noto Serif JP", serif;
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #cancel .cancel_content {
    font-size: 14px;
  }
}
#cancel .cancel_content table {
  border-spacing: 0px 14px;
  margin: 40px 0;
}
#cancel .cancel_content table tr {
  margin-bottom: 14px;
}
#cancel .cancel_content table th {
  background-color: #FFF6DF;
  color: #42210B;
  font-size: 14px;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  #cancel .cancel_content table th {
    display: block;
    width: 100%;
  }
}
#cancel .cancel_content table td {
  padding-left: 24px;
}
@media screen and (max-width: 1024px) {
  #cancel .cancel_content table td {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #cancel .cancel_content table td {
    padding-left: 0px;
    padding-top: 8px;
    display: block;
    width: 100%;
  }
}
#cancel .cancel_content .cancel_comment {
  font-size: 14px;
}

#map {
  gap: 0 40px;
}
@media screen and (max-width: 1024px) {
  #map {
    flex-direction: column-reverse;
  }
}
#map .map_right, #map .map_left {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  #map .map_right, #map .map_left {
    width: 100%;
  }
}
#map .map_left .map_iframe {
  width: 100%;
  height: 795px;
}
@media screen and (max-width: 1024px) {
  #map .map_left .map_iframe {
    height: 200px;
  }
}
#map .map_right {
  max-width: calc(48% - (100% - 1000px) / 2);
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  #map .map_right {
    max-width: 100%;
    padding: 40px 20px;
  }
}
#map h3 {
  color: #E8DA89;
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 24px;
}
#map .item {
  color: #FFF6DF;
  margin-bottom: 24px;
}
#map .item .map_h4 {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  #map .item .map_h4 {
    font-size: 18px;
  }
}
#map .item p {
  color: #FFF6DF;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  #map .item p {
    font-size: 14px;
  }
}
#map .item p a {
  color: #FFF6DF;
}
#map .item .map_comment {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #map .item .map_comment {
    font-size: 12px;
  }
}

#archive-product_menu-description {
  margin: 80px 0;
}
#archive-product_menu-description .bg-white {
  background-color: #ffffff;
  padding: 80px 40px;
}
@media screen and (max-width: 1024px) {
  #archive-product_menu-description .bg-white {
    padding: 80px 20px;
  }
}
#archive-product_menu-description .col-2, #archive-product_menu-description .col-2_bet, #archive-product_menu-description .col-2_around {
  gap: 0 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  #archive-product_menu-description .col-2, #archive-product_menu-description .col-2_bet, #archive-product_menu-description .col-2_around {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px 0;
  }
}
#archive-product_menu-description h4 {
  color: #42210B;
  font-family: "Noto Serif JP", serif;
  background-color: #E8DA89;
  max-width: 220px;
  width: 100%;
  padding: 4px 6px;
}
#archive-product_menu-description p {
  color: #42210B;
  font-family: "Noto Serif JP", serif;
}

.products a {
  color: #42210B;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
}

#contact-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  #contact-form {
    padding: 80px 0 0;
  }
}
#contact-form .form-item {
  margin-bottom: 32px;
}
#contact-form .title {
  color: #42210B;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 12px;
}
#contact-form .required {
  color: #FFF6DF;
  background-color: #133D2B;
  border-radius: 5px;
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  padding: 2px 4px;
  margin-left: 10px;
}
#contact-form input, #contact-form textarea, #contact-form select {
  color: #555555;
  background-color: #ffffff;
  font-size: 14px;
  padding: 10px 8px;
  width: 100%;
}
#contact-form input::-moz-placeholder, #contact-form textarea::-moz-placeholder, #contact-form select::-moz-placeholder {
  color: #c4c4c4;
}
#contact-form input::placeholder, #contact-form textarea::placeholder, #contact-form select::placeholder {
  color: #c4c4c4;
}
#contact-form .policy {
  margin-bottom: 32px;
}
#contact-form .policy .text {
  background-color: #ffffff;
  color: #555555;
  font-size: 14px;
  padding: 8px;
  height: 160px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#contact-form .checkbox-wrap {
  text-align: center;
}
#contact-form .checkbox-wrap input[type=checkbox] {
  opacity: 0;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
#contact-form .checkbox-wrap .wpcf7-list-item-label {
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  top: -30px;
  width: auto;
  color: #666;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #42210B;
  font-size: 14px;
}
#contact-form .checkbox-wrap .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -8px;
  background: #D9D9D9;
}
#contact-form .checkbox-wrap .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  height: 12px;
  width: 6px;
  margin-top: -6px;
  border-right: 2px solid #133D2B;
  border-bottom: 2px solid #133D2B;
  opacity: 0;
  transform: rotate(45deg);
}
#contact-form .checkbox-wrap input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
#contact-form .submit-wrap {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
#contact-form .submit {
  background-color: #42210B;
  color: #FFF6DF;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  padding: 32px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #contact-form .submit {
    font-size: 18px;
    padding: 16px;
  }
}

#kaigi .fv {
  background-image: url("../images/kaigi/fv-kaigi@2x.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #kaigi .fv {
    background-image: url("../images/kaigi/fv-kaigi_sp.jpg");
    height: 200px;
  }
}
#kaigi main .menu {
  margin-bottom: 80px;
}
#kaigi main .menu .section-title_brown {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu .section-title_brown {
    padding: 40px 0;
  }
}
#kaigi main .menu .items {
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 80px 0;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu .items {
    gap: 40px 0;
  }
}
#kaigi main .menu .items::after {
  content: "";
  display: block;
  width: 30%;
}
#kaigi main .menu .items li {
  width: 30%;
  color: #42210B;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu .items li {
    width: 48%;
  }
}
#kaigi main .menu .items li img {
  width: 100%;
}
#kaigi main .menu .items li .menu_title {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 1.7;
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu .items li .menu_title {
    font-size: 16px;
  }
}
#kaigi main .menu .items li .menu_subtitle {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu .items li .menu_subtitle {
    font-size: 12px;
  }
}
#kaigi main .menu .items li .menu_description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu .items li .menu_description {
    font-size: 12px;
    margin-top: 12px;
  }
}
#kaigi main .menu .items li .menu_price {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu .items li .menu_price {
    font-size: 14px;
  }
}
#kaigi main .menu .items li .menu_price-span {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu .items li .menu_price-span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu1 .section-title_brown {
    padding: 80px 0 40px;
  }
}
#kaigi main .menu2 .section-title_brown {
  padding: 24px 0 64px;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu2 .section-title_brown {
    padding: 0 0 40px;
  }
}
#kaigi main .menu2 .topping .topping_description {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #42210B;
  text-align: center;
  line-height: 1.7;
  padding: 56px 0 80px;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu2 .topping .topping_description {
    font-size: 16px;
  }
}
#kaigi main .menu2 .topping ul.topping-items {
  max-width: 792px;
  width: 100%;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 auto;
}
#kaigi main .menu2 .topping ul.topping-items::after {
  content: "";
  display: block;
  width: 24%;
}
#kaigi main .menu2 .topping ul.topping-items li {
  width: 22%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu2 .topping ul.topping-items li {
    width: 44%;
  }
}
#kaigi main .menu2 .topping ul.topping-items li h3 {
  background-color: #133D2B;
  color: #E8DA89;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  padding: 12.5px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu2 .topping ul.topping-items li h3 {
    font-size: 16px;
  }
}
#kaigi main .menu3 .section-wrapper {
  max-width: 763px;
}
#kaigi main .menu3 .section-title_brown {
  padding: 0 0 64px;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu3 .section-title_brown {
    padding: 0 0 40px;
  }
}
#kaigi main .menu3 .menu3_imgs {
  margin-bottom: 40px;
}
#kaigi main .menu3 .menu3_imgs img.menu3_img {
  width: 47%;
}
#kaigi main .menu3 .menu3_imgs img.icon {
  width: 26px;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu3 .menu3_imgs img.icon {
    width: 16px;
  }
}
#kaigi main .menu3 .menu3_list {
  margin-bottom: 20px;
}
#kaigi main .menu3 .menu3_list li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  #kaigi main .menu3 .menu3_list li {
    display: block;
  }
}
#kaigi main .menu3 .menu3_list .menu3_title {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu3 .menu3_list .menu3_title {
    font-size: 14px;
  }
}
#kaigi main .menu3 .menu3_list .menu3_price {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu3 .menu3_list .menu3_price {
    font-size: 14px;
  }
}
#kaigi main .menu3 .menu3_list .menu3_price-span {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu3 .menu3_list .menu3_price-span {
    font-size: 10px;
  }
}
#kaigi main .menu3 .menu3_comment p {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #42210B;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu3 .menu3_comment p {
    font-size: 14px;
  }
}
#kaigi main .menu4 .section-title_brown {
  padding: 0 0 64px;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu4 .section-title_brown {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #kaigi main .menu4 .items li .menu4_list {
    display: block;
  }
}
#kaigi main .menu4 .items li .menu4_title {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu4 .items li .menu4_title {
    font-size: 16px;
  }
}
#kaigi main .menu4 .items li .menu4_price {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu4 .items li .menu4_price {
    font-size: 12px;
  }
}
#kaigi main .menu4 .items li .menu3_price-span {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu4 .items li .menu3_price-span {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #kaigi main .menu4 .items2 {
    flex-direction: column;
  }
}
#kaigi main .menu4 .items2 .items2_list {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu4 .items2 .items2_list {
    width: 100%;
  }
}
#kaigi main .menu4 .items2 .items2_list h2 {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu4 .items2 .items2_list h2 {
    font-size: 18px;
  }
}
#kaigi main .menu4 .items2 .items2_list_menu li {
  width: 100%;
  border-bottom: 1px #42210B dotted;
  padding: 24px 8px;
}
#kaigi main .menu4 .items2 .items2_list_menu .items2_title {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu4 .items2 .items2_list_menu .items2_title {
    font-size: 18px;
  }
}
#kaigi main .menu4 .items2 .items2_list_menu .items2_price {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu4 .items2 .items2_list_menu .items2_price {
    font-size: 14px;
  }
}
#kaigi main .menu4 .items2 .items2_list_menu .items2_price-span {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  #kaigi main .menu4 .items2 .items2_list_menu .items2_price-span {
    font-size: 10px;
  }
}

#bento .fv {
  background-image: url("../images/bento/fv-bento.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #bento .fv {
    background-image: url("../images/bento/fv-bento_sp.jpg");
    height: 200px;
  }
}
#bento main > .menu {
  margin-bottom: 80px;
}
#bento main > .menu .section-title_brown {
  padding: 40px 0 64px;
}
@media screen and (max-width: 1024px) {
  #bento main > .menu .section-title_brown {
    padding: 0 0 40px;
  }
}
#bento main > .menu .items {
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 80px 0;
}
@media screen and (max-width: 1024px) {
  #bento main > .menu .items {
    gap: 40px 0;
  }
}
#bento main > .menu .items li {
  width: 30%;
  color: #42210B;
}
@media screen and (max-width: 1024px) {
  #bento main > .menu .items li {
    width: 48%;
  }
}
#bento main > .menu .items li img {
  width: 100%;
}
#bento main > .menu .items li .menu_title {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 1.7;
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  #bento main > .menu .items li .menu_title {
    font-size: 16px;
  }
}
#bento main > .menu .items li .menu_subtitle {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  #bento main > .menu .items li .menu_subtitle {
    font-size: 12px;
  }
}
#bento main > .menu .items li .menu_description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  #bento main > .menu .items li .menu_description {
    font-size: 12px;
    margin-top: 12px;
  }
}
#bento main > .menu .items li .menu_type-price {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #bento main > .menu .items li .menu_type-price {
    font-size: 14px;
  }
}
#bento main > .menu .items li .menu_type {
  margin-right: 8px;
}
#bento main > .menu .items li .menu_price-span {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #bento main > .menu .items li .menu_price-span {
    font-size: 14px;
  }
}
#bento main > .menu1 .section-title_brown {
  padding: 120px 0 100px;
}
@media screen and (max-width: 1024px) {
  #bento main > .menu1 .section-title_brown {
    padding: 80px 0 40px;
  }
}
#bento main > .menu1 .items li {
  width: 48%;
}
#bento main > .menu1 .items li .menu_title {
  text-align: center;
}
#bento main > .menu2 {
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #bento main > .menu2 {
    padding-bottom: 0px;
  }
}
#bento main > .menu2 .items::after {
  content: "";
  display: block;
  width: 30%;
}

#catering main {
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #catering main {
    padding-bottom: 0px;
  }
}
#catering main .fv {
  background-image: url("../images/catering/fv-catering.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #catering main .fv {
    background-image: url("../images/catering/fv-catering_sp.jpg");
    height: 200px;
  }
}
#catering main .menu {
  margin-bottom: 80px;
}
#catering main .menu .section-title_brown {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  #catering main .menu .section-title_brown {
    padding: 80px 0 40px;
  }
}
#catering main .menu .wrap {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  #catering main .menu .wrap {
    width: 100%;
  }
}
#catering main .menu h3 {
  color: #42210B;
  font-size: 24px;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  text-align: center;
}
#catering main .menu .items {
  padding: 24px 32px;
  border-bottom: 1px dotted #42210B;
  color: #42210B;
}
@media screen and (max-width: 1024px) {
  #catering main .menu .items {
    padding: 16px 0px;
  }
}
#catering main .menu .items_title-price {
  padding-bottom: 12px;
}
#catering main .menu .items_title {
  font-size: 24px;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1024px) {
  #catering main .menu .items_title {
    font-size: 18px;
  }
}
#catering main .menu .items_price {
  font-size: 18px;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  #catering main .menu .items_price {
    font-size: 14px;
  }
}
#catering main .menu .items_price-span {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #catering main .menu .items_price-span {
    font-size: 10px;
  }
}
#catering main .menu .items_description {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #catering main .menu .items_description {
    font-size: 12px;
  }
}
#catering main .catering_second {
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  #catering main .catering_second {
    flex-direction: column;
    gap: 60px 0;
  }
}
#catering main .catering_second .img {
  margin-bottom: 48px;
}
#catering main .catering_second .items {
  padding: 24px 6px;
}
#catering main .catering_second .items_price {
  width: 32%;
}
#catering main .catering_img .col-2_bet {
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  #catering main .catering_img .col-2_bet {
    flex-direction: column;
    gap: 60px 0;
  }
}
#catering main .catering_img img {
  margin-top: 24px;
}

#archive-product main {
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #archive-product main {
    padding-bottom: 0px;
  }
}
#archive-product .fv {
  background-image: url("../images/archive-product/fv-archive-product.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #archive-product .fv {
    background-image: url("../images/archive-product/fv-archive-product_sp.jpg");
    height: 200px;
  }
}
#archive-product main > .menu {
  margin-bottom: 80px;
}
#archive-product main > .menu .section-title_brown {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  #archive-product main > .menu .section-title_brown {
    padding: 80px 0 40px;
  }
}
#archive-product .tab_btn {
  display: flex;
  justify-content: center;
  gap: 0 36px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #archive-product .tab_btn {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
}
#archive-product .tab_btn .h3 {
  color: #42210B;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  text-align: center;
  max-width: 440px;
  width: 100%;
  border: solid 1px #42210B;
}
@media screen and (max-width: 1024px) {
  #archive-product .tab_btn .h3 {
    font-size: 18px;
  }
}
#archive-product .tab_btn .h3 .button {
  padding: 24px 0;
  width: 100%;
  transition: 0.3s;
}
#archive-product .tab_btn .h3 .button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  #archive-product .tab_btn .h3 .button {
    padding: 16px 0;
  }
}
#archive-product .tab_btn .h3.active {
  color: #FFF6DF;
  background-color: #42210B;
}
#archive-product .tab_container ul.products {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 80px 0;
}
@media screen and (max-width: 1024px) {
  #archive-product .tab_container ul.products {
    gap: 40px 0;
  }
}
#archive-product .tab_container ul.products::after {
  content: "";
  display: block;
  width: 30%;
}
#archive-product .tab_container ul.products li {
  width: 30%;
  color: #42210B;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #archive-product .tab_container ul.products li {
    width: 48%;
  }
}
#archive-product .tab_container ul.products li img {
  width: 100%;
}
#archive-product .tab_container ul.products li h2.woocommerce-loop-product__title {
  color: #42210B;
  font-size: 21px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 1.4;
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  #archive-product .tab_container ul.products li h2.woocommerce-loop-product__title {
    font-size: 16px;
  }
}
#archive-product .tab_container ul.products li span.price {
  color: #42210B;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #archive-product .tab_container ul.products li span.price {
    font-size: 14px;
  }
}
#archive-product .tab_container ul.products li .woocommerce-price-suffix {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #archive-product .tab_container ul.products li .woocommerce-price-suffix {
    font-size: 14px;
  }
}
#archive-product .tab_container ul.products li a.button {
  background-color: inherit;
  border: 1px solid #42210B;
  color: #42210B;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  text-align: center;
  max-width: 300px;
  width: 100%;
  padding: 14px 0;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  #archive-product .tab_container ul.products li a.button {
    font-size: 14px;
  }
}
#archive-product #tab2_container {
  display: none;
}

#single-product section.product {
  color: #42210B;
  margin: 80px 0 100px;
}
@media screen and (max-width: 1024px) {
  #single-product section.product {
    margin: 20px 0 40px;
  }
}
#single-product section.product .main-wrap {
  margin-bottom: 40px;
}
#single-product section.product .col-2, #single-product section.product .col-2_bet, #single-product section.product .col-2_around {
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  #single-product section.product .col-2, #single-product section.product .col-2_bet, #single-product section.product .col-2_around {
    flex-direction: column;
    gap: 40px 0;
  }
}
#single-product section.product .images {
  width: 52%;
}
@media screen and (max-width: 1024px) {
  #single-product section.product .images {
    width: 100%;
  }
}
#single-product section.product .images img {
  height: auto;
}
#single-product section.product .summary {
  width: 42.4%;
}
@media screen and (max-width: 1024px) {
  #single-product section.product .summary {
    width: 100%;
  }
}
#single-product section.product .summary h1 {
  color: #42210B;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 1.7;
  text-align: left;
  padding-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  #single-product section.product .summary h1 {
    font-size: 24px;
  }
}
#single-product section.product .summary .price {
  color: #42210B;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 2;
  padding-bottom: 16px;
  border-bottom: solid 1px #42210B;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  #single-product section.product .summary .price {
    font-size: 16px;
  }
}
#single-product section.product .summary .woocommerce-price-suffix {
  color: #42210B;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #single-product section.product .summary .woocommerce-price-suffix {
    font-size: 10px;
  }
}
#single-product section.product .summary table {
  margin-bottom: 16px;
}
#single-product section.product .summary table td {
  margin-left: 16px;
}
#single-product section.product .summary label {
  color: #42210B;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #single-product section.product .summary label {
    font-size: 14px;
  }
}
#single-product section.product .summary td.value {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0 8px;
}
#single-product section.product .summary .reset_variations {
  min-width: 50px;
  color: #42210B;
  font-size: 14px;
  text-decoration: underline;
}
#single-product section.product .summary select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #42210B;
  background-color: #ffffff;
  padding: 4px 16px;
  width: 240px;
  height: 48px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #single-product section.product .summary select {
    width: 200px;
    height: 32px;
  }
}
#single-product section.product .summary .quantity input{
  margin-left: 48px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #42210B;
  background-color: #ffffff;
  padding: 4px 16px;
  width: 240px;
  height: 48px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #single-product section.product .summary .quantity input{
    margin-left: 44px;
  }
}
@media screen and (max-width: 767px) {
  #single-product section.product .summary .quantity input{
    width: 200px;
    height: 32px;
  }
}
#single-product section.product .summary .quantity {
  position: relative;
  margin-bottom: 32px;
}
#single-product section.product .summary .quantity::before {
  content: "数量";
  color: #42210B;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 2;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  #single-product section.product .summary .quantity::before {
    font-size: 14px;
  }
}
#single-product section.product .summary button {
  font-size: 18px;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  background-color: #42210B;
  color: #FFF6DF;
  line-height: 2;
  padding: 10px 0;
  width: 100%;
  max-width: 424px;
}
#single-product section.product .summary .content-text {
  margin: 40px 0 16px;
}
#single-product section.product .summary .content-text p {
  background-color: #ffffff;
  padding: 16px 8px;
  color: #555555;
}
@media screen and (max-width: 1024px) {
  #single-product section.product .summary .content-text p {
    font-size: 14px;
  }
}
#single-product section.product .summary .woocommerce-product-details__short-description p {
  color: #42210B;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #single-product section.product .summary .woocommerce-product-details__short-description p {
    font-size: 14px;
  }
}
#single-product section.product .summary .woocommerce-variation-availability {
  margin-bottom: 16px;
}
#single-product section.product .summary .out-of-stock {
  color: #DD1D1D;
}
#single-product .related.products {
  padding-top: 104px;
  border-top: 1px solid #42210B;
}
#single-product .related.products > h2 {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #42210B;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #single-product .related.products > h2 {
    font-size: 24px;
  }
}
#single-product .related.products > h2:before {
  content: "";
  background-image: url("../images/title_brown.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 17px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  #single-product .related.products > h2:before {
    width: 60px;
    height: 13px;
  }
}
#single-product .related.products .products.columns-4 {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #single-product .related.products .products.columns-4 {
    gap: 20px;
  }
}
#single-product .related.products .products.columns-4 li {
  width: 22%;
}
@media screen and (max-width: 1024px) {
  #single-product .related.products .products.columns-4 li {
    width: 46%;
  }
}
#single-product .related.products .products.columns-4 li img {
  height: auto;
}
#single-product .related.products .products.columns-4 li .woocommerce-loop-product__title {
  color: #42210B;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 0px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #single-product .related.products .products.columns-4 li .woocommerce-loop-product__title {
    font-size: 16px;
  }
}
#single-product .related.products .products.columns-4 li .price {
  color: #42210B;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  #single-product .related.products .products.columns-4 li .price {
    font-size: 12px;
  }
}
#single-product .related.products .products.columns-4 li .button {
  display: none;
}
#single-product .recommend-product {
  background-color: #133D2B;
  padding: 80px 0 120px;
}
#single-product .recommend-product .section-title, #single-product .recommend-product .section-title_brown {
  margin-bottom: 40px;
}
#single-product .recommend-product .items {
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #single-product .recommend-product .items {
    gap: 20px;
  }
}
#single-product .recommend-product .items li {
  width: 22%;
}
@media screen and (max-width: 1024px) {
  #single-product .recommend-product .items li {
    width: 46%;
  }
}
#single-product .recommend-product .items li .menu_title {
  color: #E8DA89;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  #single-product .recommend-product .items li .menu_title {
    font-size: 16px;
  }
}
#single-product .recommend-product .items li .menu_price {
  color: #E8DA89;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  #single-product .recommend-product .items li .menu_price {
    font-size: 14px;
  }
}

#fax main {
  margin-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  #fax main {
    margin-bottom: 80px;
  }
}
#fax .section-title_brown {
  margin: 64px 0;
}
@media screen and (max-width: 1024px) {
  #fax .section-title_brown {
    margin: 80px 0 40px;
  }
}
#fax .fax-wrap {
  justify-content: space-around;
  align-items: flex-start;
}
#fax .fax-wrap .fax-item {
  width: 42%;
}
@media screen and (max-width: 1024px) {
  #fax .fax-wrap .fax-item {
    width: 48%;
  }
}
#fax .fax-wrap h3 {
  color: #42210B;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  #fax .fax-wrap h3 {
    font-size: 14px;
  }
}
#fax .fax-wrap .iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 160%;
}
#fax .fax-wrap .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fax .fax-wrap .download {
  display: block;
  color: #FFF6DF;
  background-color: #42210B;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  padding: 32px 0;
  max-width: 400px;
  width: 100%;
  text-align: center;
  margin: 32px auto 0;
}
@media screen and (max-width: 1024px) {
  #fax .fax-wrap .download {
    font-size: 14px;
    padding: 10px;
  }
}

#archive .section-title_brown {
  margin: 64px 0;
}
@media screen and (max-width: 1024px) {
  #archive .section-title_brown {
    margin: 80px 0 40px;
  }
}
#archive .news-main {
  padding-bottom: 80px;
}
#archive .news-wrap ul {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 80px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #archive .news-wrap ul {
    gap: 40px 0;
    margin-bottom: 64px;
  }
}
#archive .news-wrap ul:after {
  content: "";
  display: block;
  width: 30%;
}
#archive .news-wrap ul li {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  #archive .news-wrap ul li {
    width: 46%;
  }
}
#archive .news-wrap ul li img {
  width: 100%;
  height: 100%;
}
#archive .news-wrap ul li .date {
  color: #42210B;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  #archive .news-wrap ul li .date {
    font-size: 12px;
  }
}
#archive .news-wrap ul li .title {
  color: #42210B;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 1.7;
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  #archive .news-wrap ul li .title {
    font-size: 16px;
  }
}
#archive .pagenation {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #archive .pagenation {
    margin-bottom: 0;
  }
}
#archive .pagenation ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#archive .pagenation li {
  color: #42210B;
  font-size: 18px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
}
#archive .pagenation li + li {
  margin-left: 24px;
}
#archive .pagenation li a {
  color: #42210B;
}
#archive .pagenation .current {
  display: block;
  color: #FFF6DF;
  background-color: #42210B;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#archive .pagenation .prev, #archive .pagenation .next {
  display: block;
  border: solid 1px #42210B;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
#archive .pagenation .prev:hover {
  transform: translateX(-8px);
}
#archive .pagenation .next:hover {
  transform: translateX(8px);
}
#archive .pagenation .material-symbols-outlined {
  line-height: unset;
}

#single .article {
  padding-bottom: 80px;
  color: #42210B;
}
#single .article .section-title_brown {
  border-bottom: solid 1px #42210B;
  padding: 120px 0 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #single .article .section-title_brown {
    padding: 80px 0 16px;
    margin-bottom: 16px;
  }
}
#single .article .section-title_brown .date {
  color: #42210B;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  #single .article .section-title_brown .date {
    font-size: 12px;
  }
}
#single .article .section-title_brown .title-h1 {
  color: #42210B;
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  #single .article .section-title_brown .title-h1 {
    font-size: 18px;
  }
}
#single .article .img {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #single .article .img {
    margin-bottom: 16px;
  }
}
#single .article .img img {
  max-width: 800px;
}
#single .article .content {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #single .article .content {
    margin-bottom: 60px;
  }
}
#single .article .content h1 {
  color: #FFF6DF;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  background-color: #42210B;
  padding: 8px 16px;
  display: block;
  width: 100%;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  #single .article .content h1 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
#single .article .content h2 {
  color: #42210B;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  border-left: 3px solid #42210B;
  padding: 8px 16px;
  display: block;
  width: 100%;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  #single .article .content h2 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
#single .article .content h3 {
  color: #42210B;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  padding: 8px 0;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  #single .article .content h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
#single .article .content h4, #single .article .content h5, #single .article .content h6 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 24px;
}
#single .article .content p, #single .article .content ul, #single .article .content a {
  color: #42210B;
  font-size: 16px;
  font-weight: 400;
  -moz-text-align-last: left;
       text-align-last: left;
  display: block;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  #single .article .content p, #single .article .content ul, #single .article .content a {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
#single .article .content li {
  color: #42210B;
  font-size: 16px;
  font-weight: 400;
  -moz-text-align-last: left;
       text-align-last: left;
  display: block;
}
@media screen and (max-width: 1024px) {
  #single .article .content li {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
#single .article .content tr, #single .article .content td {
  color: #42210B;
  font-size: 16px;
  font-weight: 400;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (max-width: 1024px) {
  #single .article .content tr, #single .article .content td {
    font-size: 14px;
  }
}
#single .article .pagenation {
  margin-bottom: 80px;
  color: #42210B;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  #single .article .pagenation {
    margin: 0;
  }
}
#single .article .pagenation .icon {
  display: block;
  border: solid 1px #42210B;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
#single .article .pagenation .icon span {
  display: block;
  line-height: 40px;
  text-align: center;
}
#single .article .pagenation:hover .icon {
  transform: translateX(-8px);
}
#single .article .pagenation .text {
  color: #42210B;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-left: 8px;
}
@media screen and (max-width: 1024px) {
  #single .article .pagenation .text {
    font-size: 14px;
  }
}

#collabo main {
  margin-bottom: 160px;
}
#collabo .section-title_brown {
  margin: 120px 0 80px;
  padding-bottom: 80px;
  border-bottom: 1px dotted #42210B;
}
@media screen and (max-width: 1024px) {
  #collabo .section-title_brown {
    margin: 80px 0;
  }
}
#collabo .section-title_brown .col-2_bet {
  margin-top: 60px;
  gap: 0 56px;
}
@media screen and (max-width: 1024px) {
  #collabo .section-title_brown .col-2_bet {
    flex-direction: column;
    gap: 40px 0;
  }
}
#collabo .section-title_brown .col-2_bet p.title-p2 {
  width: 60%;
  text-align: left;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  #collabo .section-title_brown .col-2_bet p.title-p2 {

    width: 100%;
  }
}
#collabo .section-title_brown .col-2_bet .img {
  width: 28%;
}
@media screen and (max-width: 1024px) {
  #collabo .section-title_brown .col-2_bet .img {
    width: 100%;
  }
}
#collabo .section-title_brown .col-2_bet .img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #collabo .section-title_brown .col-2_bet .img img {
    width: 100%;
  }
}
#collabo .main-wrap {
  margin-bottom: 80px;
}
#collabo .main-wrap .wrap2 {
  display: none;
  padding: 80px 0;
}
#collabo .main-wrap ul {
  gap: 0 24px;
  justify-content: space-around;
  margin-bottom: 56px;
  min-height: 360px;
}
#collabo .main-wrap ul:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  #collabo .main-wrap ul {
    gap: 24px 0;
    flex-direction: column-reverse;
    justify-content: center;
    max-width: 80%;
    margin: 0 auto 56px;
  }
  #collabo .main-wrap ul:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  #collabo .main-wrap ul {
    max-width: 100%;
  }
}
#collabo .main-wrap .img {
  width: 49%;
}
@media screen and (max-width: 1024px) {
  #collabo .main-wrap .img {
    width: 100%;
  }
}
#collabo .main-wrap .img.width350 img {
  max-width: 350px;
}
@media screen and (max-width: 1024px) {
  #collabo .main-wrap .img.height250-sp img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #collabo .main-wrap .img.height250-sp img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    max-height: 250px;
  }
}
#collabo .main-wrap .text {
  width: 49%;
}
@media screen and (max-width: 1024px) {
  #collabo .main-wrap .text {
    width: 100%;
  }
}
#collabo .main-wrap .text .title {
  color: #42210B;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  #collabo .main-wrap .text .title {
    font-size: 18px;
  }
}
#collabo .main-wrap .text .description {
  color: #42210B;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  #collabo .main-wrap .text .description {
    font-size: 14px;
  }
}
#collabo .main-wrap .text a {
  color: #42210B;
}
#collabo .button {
  color: #FFF6DF;
  background-color: #42210B;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 24px 32px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
#collabo .button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  #collabo .button {
    font-size: 18px;
    padding: 16px 20px;
  }
}
#collabo .button:after {
  content: "";
  background-image: url("../images/collabo/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 8.5px;
  position: absolute;
  top: 50%;
  right: 36px;
}
@media screen and (max-width: 1024px) {
  #collabo .button:after {
    right: 24px;
  }
}
#collabo .button2:after {
  transform: rotate(-90deg);
}

#recruit main {
  padding-bottom: 80px;
}
#recruit .section-title_brown {
  margin: 64px 0;
}
@media screen and (max-width: 1024px) {
  #recruit .section-title_brown {
    margin: 80px 0 40px;
  }
}
#recruit .description {
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  #recruit .description {
    flex-direction: column;
    gap: 24px 0;
  }
}
#recruit .description .text {
  max-width: 65%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #recruit .description .text {
    max-width: 100%;
  }
}
#recruit .description .text h2 {
  color: #42210B;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  #recruit .description .text h2 {
    font-size: 18px;
    text-align: center;
  }
}
#recruit .description .text p {
  color: #42210B;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #recruit .description .text p {
    font-size: 14px;
  }
}
#recruit .description .img {
  max-width: 300px;
  width: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  #recruit .description .img {
    max-width: 100%;
  }
  #recruit .description .img img {
    height: 70vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
}
#recruit .information {
  margin-bottom: 56px;
}
#recruit .information tr:first-child th {
  border-top: 1px dotted #42210B;
}
#recruit .information tr:first-child td {
  border-top: 1px dotted #42210B;
}
@media screen and (max-width: 1024px) {
  #recruit .information tr:first-child td {
    border-top: none;
  }
}
#recruit .information th, #recruit .information td {
  color: #42210B;
  text-align: left;
  padding: 24px 32px;
  border-bottom: 1px dotted #42210B;
}
#recruit .information th {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  #recruit .information th {
    display: block;
    width: 100%;
    font-size: 20px;
    border-bottom: none;
    padding: 20px 0 16px;
  }
}
#recruit .information td {
  font-size: 16px;
  font-weight: 400;
  width: 70%;
}
@media screen and (max-width: 1024px) {
  #recruit .information td {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 0 0 20px;
  }
}

#company main {
  padding-bottom: 80px;
}
#company .section-title_brown {
  margin: 64px 0;
}
@media screen and (max-width: 1024px) {
  #company .section-title_brown {
    margin: 80px 0 40px;
  }
}
#company .description {
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  #company .description {
    flex-direction: column-reverse;
    gap: 24px 0;
  }
}
#company .description .text {
  max-width: 65%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #company .description .text {
    max-width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
#company .description .text h2 {
  color: #42210B;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  #company .description .text h2 {
    font-size: 18px;
    text-align: center;
  }
}
#company .description .text p {
  color: #42210B;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #company .description .text p {
    font-size: 14px;
  }
}
#company .description .img {
  max-width: 300px;
  width: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  #company .description .img {
    max-width: 100%;
  }
  #company .description .img img {
    height: 70vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
}
#company .information {
  margin-bottom: 56px;
}
#company .information tr:first-child th {
  border-top: 1px dotted #42210B;
}
#company .information tr:first-child td {
  border-top: 1px dotted #42210B;
}
@media screen and (max-width: 1024px) {
  #company .information tr:first-child td {
    border-top: none;
  }
}
#company .information th, #company .information td {
  color: #42210B;
  text-align: left;
  padding: 24px 32px;
  border-bottom: 1px dotted #42210B;
}
#company .information th {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  #company .information th {
    display: block;
    width: 100%;
    font-size: 20px;
    border-bottom: none;
    padding: 20px 0 16px;
  }
}
#company .information td {
  font-size: 16px;
  font-weight: 400;
  width: 70%;
}
@media screen and (max-width: 1024px) {
  #company .information td {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 0 0 20px;
  }
}
#company .map {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #company .map {
    margin-bottom: 0;
  }
}
#company .map .map-iframe {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 1024px) {
  #company .map .map-iframe {
    height: 240px;
  }
}

#allergy main {
  padding-bottom: 80px;
}
#allergy .section-title_brown {
  margin: 64px 0;
}
@media screen and (max-width: 1024px) {
  #allergy .section-title_brown {
    margin: 80px 0 40px;
  }
}
#allergy .information {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #allergy .information {
    margin-bottom: 0;
  }
}
#allergy .information table {
  width: 100%;
}
#allergy .information th, #allergy .information td {
  color: #42210B;
  text-align: left;
  display: block;
  width: 100%;
}
#allergy .information th {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  padding: 24px 32px 8px;
}
@media screen and (max-width: 1024px) {
  #allergy .information th {
    font-size: 20px;
    border-bottom: none;
    padding: 24px 0 4px;
  }
}
#allergy .information td {
  font-size: 16px;
  font-weight: 400;
  padding: 0 56px 24px;
  border-bottom: 1px dotted #42210B;
}
@media screen and (max-width: 1024px) {
  #allergy .information td {
    font-size: 14px;
    padding: 0 24px 24px;
  }
}
#allergy .information .comment {
  color: #42210B;
  margin: 24px 0;
}
@media screen and (max-width: 1024px) {
  #allergy .information .comment {
    font-size: 14px;
  }
}

#policy main {
  padding-bottom: 80px;
}
#policy .section-title_brown {
  margin: 64px 0;
}
@media screen and (max-width: 1024px) {
  #policy .section-title_brown {
    margin: 80px 0 40px;
  }
}
#policy .policy-main {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #policy .policy-main {
    margin-bottom: 0;
  }
}
#policy .policy-main .policy-item {
  color: #42210B;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  #policy .policy-main .policy-item {
    font-size: 14px;
    margin-bottom: 14px;
  }
}

#contact main {
  padding-bottom: 80px;
}
#contact .section-title_brown {
  margin: 64px 0;
}
@media screen and (max-width: 1024px) {
  #contact .section-title_brown {
    margin: 80px 0 40px;
  }
}
#contact #contact-form {
  padding: 0 0 80px;
}
@media screen and (max-width: 1024px) {
  #contact #contact-form {
    padding: 0;
  }
}

#thanks main {
  padding-bottom: 80px;
}
#thanks .section-title_brown {
  margin: 64px 0;
}
@media screen and (max-width: 1024px) {
  #thanks .section-title_brown {
    margin: 80px 0 40px;
  }
}
#thanks .thanks-main {
  max-width: 400px;
  width: 100%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1024px) {
  #thanks .thanks-main {
    margin: 0 auto;
  }
}
#thanks .btn {
  display: block;
  text-align: center;
  background-color: #42210B;
  color: #FFF6DF;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  padding: 32px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #thanks .btn {
    font-size: 18px;
    padding: 16px;
  }
}

.woocommerce-cart-form {
  color: #42210B;
  max-width: 1000px;
  width: 100%;
  margin: 80px auto;
}
@media screen and (max-width: 1024px) {
  .woocommerce-cart-form {
    padding: 0 20px;
  }
}
.woocommerce-cart-form a {
  color: #42210B;
}
.woocommerce-cart-form a.remove {
  float: none;
  position: relative;
  top: auto;
  right: auto;
  font-size: 1em;
  display: block;
  width: 1.618em;
  height: 1.618em;
  line-height: 1.618;
  font-weight: 400;
  text-indent: -9999px;
  overflow: hidden;
}
.woocommerce-cart-form a.remove:hover {
  background: none;
}
.woocommerce-cart-form a.remove::before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-family: "Material Icons";
  font-weight: 900;
  vertical-align: baseline;
  content: "\e644";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #133D2B;
  line-height: 1.618;
  text-indent: 0px;
  text-align: center;
  font-variant: normal;
}
.woocommerce-cart-form .product-thumbnail img {
  display: block;
  margin: 0 auto;
  max-width: 68px;
  height: auto;
}
.woocommerce-cart-form .input-text {
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #555555;
  padding: 2px 4px;
  min-width: 112px;
}
.woocommerce-cart-form .button.wp-element-button {
  font-size: 14px;
  background-color: #133D2B;
  color: #FFF6DF;
  border-radius: 0;
  transition: 0.3s;
}
.woocommerce-cart-form .button.wp-element-button:hover {
  background-color: #133D2B;
  color: #ffffff;
  opacity: 0.8;
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
  color: #FFF6DF;
  border-radius: 0;
  transition: 0.3s;
}
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
  background-color: #133D2B;
  color: #ffffff;
  opacity: 0.8;
}

.cart-collaterals {
  color: #42210B;
  max-width: 1000px;
  width: 100%;
  margin: 80px auto;
}
@media screen and (max-width: 1024px) {
  .cart-collaterals {
    padding: 0 20px;
  }
}
.cart-collaterals .cart_totals h2 {
  margin-bottom: 8px;
}
.cart-collaterals .cart_totals th {
  background-color: #42210B;
  color: #FFF6DF;
}
.cart-collaterals .cart_totals td {
  background-color: #ffffff;
}
.cart-collaterals .cart_totals .shipping-calculator-button {
  color: #42210B;
  font-size: 14px;
  text-decoration: underline;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #133D2B;
  border-radius: 0;
  width: 100%;
  text-align: center;
  padding: 16px 0;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #133D2B;
  opacity: 0.8;
}

.woocommerce-form-login-toggle, .woocommerce-form-coupon-toggle {
  color: #42210B;
  max-width: 1000px;
  width: 100%;
  margin: 2em auto;
}
@media screen and (max-width: 1024px) {
  .woocommerce-form-login-toggle, .woocommerce-form-coupon-toggle {
    padding: 0 20px;
  }
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  color: #42210B;
  max-width: 1000px;
  width: 100%;
  margin: 2em auto;
}
@media screen and (max-width: 1024px) {
  .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    padding: 0 20px;
  }
}

.lost_password a {
  color: #42210B;
  font-size: 14px;
  text-decoration: underline;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: 0;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top-color: initial;
  background-color: #133D2B;
  color: #FFF6DF;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
  color: #FFF6DF;
  font-size: 14px;
  text-decoration: underline;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  top: 50%;
  transform: translateY(-50%);
  color: #E8DA89;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  background-color: #ffffff;
  border: 1px solid #555555;
  font-size: 14px;
  padding: 2px 4px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 14px;
  background-color: #133D2B;
  color: #FFF6DF;
  border-radius: 0;
  transition: 0.3s;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #133D2B;
  color: #ffffff;
  opacity: 0.8;
}

.checkout.woocommerce-checkout {
  color: #42210B;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1024px) {
  .checkout.woocommerce-checkout {
    padding: 0 20px;
  }
}
.checkout.woocommerce-checkout h3 {
  font-size: 24px;
  margin-bottom: 0.5rem;
}

#customer_details .col-1 {
  margin-bottom: 40px;
}
#customer_details .col-2, #customer_details .col-2_bet, #customer_details .col-2_around {
  display: block;
}

.woocommerce-additional-fields {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #42210B;
}
.woocommerce-additional-fields select {
  background-color: #ffffff;
  border: 1px solid #555555;
  font-size: 14px;
  padding: 2px 4px;
}

#order_review th {
  background-color: #42210B;
  color: #ffffff;
}
#order_review td {
  background-color: #ffffff;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #FFF6DF;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  background: #ffffff;
  margin-bottom: 40px;
}

.form-row.place-order {
  background: #ffffff;
  color: #42210B;
}

.woocommerce-privacy-policy-text {
  margin-bottom: 16px;
}
.woocommerce-privacy-policy-text a {
  color: #42210B;
  text-decoration: underline;
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
  width: inherit;
}

#wc-stripe-payment-request-button-separator {
  margin-bottom: 1.5em;
}

.woocommerce-notices-wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .woocommerce-notices-wrapper {
    margin: 80px auto 0;
    width: calc(100% - 40px);
  }
}

.woocommerce-order {
  color: #42210B;
  max-width: 1000px;
  width: 100%;
  margin: 80px auto 100px;
}
@media screen and (max-width: 1024px) {
  .woocommerce-order {
    padding: 0 20px;
  }
}
.woocommerce-order a {
  color: #42210B;
  text-decoration: underline;
}
.woocommerce-order .woocommerce-notice {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .woocommerce-order ul.order_details li {
    margin-bottom: 8px;
  }
}
.woocommerce-order .woocommerce-order-details, .woocommerce-order .woocommerce-customer-details {
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .woocommerce-order .woocommerce-order-details, .woocommerce-order .woocommerce-customer-details {
    padding-top: 40px;
  }
}
.woocommerce-order .woocommerce-order-details h2, .woocommerce-order .woocommerce-customer-details h2 {
  margin-bottom: 8px;
}
.woocommerce-order .woocommerce-order-details th, .woocommerce-order .woocommerce-customer-details th {
  background-color: #42210B;
  color: #FFF6DF;
}
.woocommerce-order .woocommerce-order-details td, .woocommerce-order .woocommerce-customer-details td {
  background-color: #ffffff;
}
.woocommerce-order .woocommerce-order-details address, .woocommerce-order .woocommerce-customer-details address {
  background-color: #ffffff;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .woocommerce-order .woocommerce-order-details .woocommerce-column--shipping-address, .woocommerce-order .woocommerce-customer-details .woocommerce-column--shipping-address {
    padding-top: 40px;
  }
}
.woocommerce-order .woocommerce-order-details .col-2, .woocommerce-order .woocommerce-order-details .col-2_bet, .woocommerce-order .woocommerce-order-details .col-2_around, .woocommerce-order .woocommerce-customer-details .col-2, .woocommerce-order .woocommerce-customer-details .col-2_bet, .woocommerce-order .woocommerce-customer-details .col-2_around {
  display: block;
}

.woocommerce-info.cart-empty {
  max-width: 1000px;
  width: 100%;
  margin: 80px auto;
}
@media screen and (max-width: 1024px) {
  .woocommerce-info.cart-empty {
    width: calc(100% - 40px);
  }
}

.return-to-shop {
  margin-bottom: 100px;
  text-align: center;
}
.return-to-shop a.button {
  background-color: #42210B;
  padding: 16px 40px;
}

.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */