@charset "UTF-8";
/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap");
/* WooCommerce Checkout Blocks 利用規約文言を非表示 */
.wc-block-checkout__terms {
  display: none !important;
}

/* 一覧画面だけ */
.woocommerce ul.products li.product .button {
  display: none !important;
}

/* メニュー内の既存Cartページリンクを消す */
/* 既存メニューのCartだけ非表示 */
#menu-item-71 {
  display: none !important;
}

/* 独自カートアイコンは表示 */
.menu-bar-items .header-cart {
  display: inline-flex !important;
}

.header-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  margin-left: 20px;
}

.header-cart i {
  font-size: 24px;
}

.cart-count-badge {
  position: absolute;
  top: -8px;
  right: -10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  background: #ff4a4a;
  color: #fff;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  display: none;
}

.header-account {
  display: inline-flex;
  align-items: center;
  margin-right: 25px;
  color: #222;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .header-account {
    margin-right: 0;
  }
}

.header-account i {
  font-size: 31px;
  margin-top: 1px;
}

.header-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #222;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .header-cart {
    margin-right: 5px;
  }
}

.header-cart i {
  font-size: 28px;
}

#menu-item-93 {
  display: none !important;
}

/* ハンバーガーボタンを非表示 */
.menu-toggle {
  display: none !important;
}

.woocommerce-checkout .entry-content .alignwide,
.woocommerce-cart .entry-content .alignwide {
  margin-left: auto;
  width: 100%;
}

.site-header,
.main-navigation {
  background: #fff9ee;
}

.site-header .inside-header {
  padding-left: 0;
}
@media screen and (max-width: 1200px) {
  .site-header .inside-header {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .site-header .inside-header {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .site-header .inside-header .header-image {
    width: 200px;
  }
}

body {
  background: #f7f5f1;
  font-family: "Noto Sans JP", sans-serif;
}

.headerDesc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #745858;
  color: #fff;
  height: 30px;
  font-size: 14px;
}

/* チェックアウトの請求先住所を非表示 */
.hero + h2 {
  font-size: 18px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .hero + h2 {
    font-size: 15px;
  }
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 50%;
}
@media (max-width: 767px) {
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100%;
  }
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  padding-left: 20px;
  width: 50%;
}
@media (max-width: 767px) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
  }
}

.single-product.woocommerce h1.product_title {
  font-size: 24px;
  font-weight: 700;
}

.site-content .content-area {
  width: calc(100% - 300px);
}

.is-right-sidebar {
  width: 300px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background: #358a5d;
  height: 47px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
  background: #5caf83;
}

.cornerTitle {
  margin-top: 50px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.privacy h2 {
  font-size: 20px;
  font-weight: 500;
}
.privacy p {
  font-size: 15px;
}

.raw dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 2;
  border-bottom: solid #aaa 1px;
}
@media screen and (max-width: 767px) {
  .raw dl {
    flex-flow: column;
  }
}
.raw dl dt {
  margin: 0;
  flex-basis: 170px;
  border-top: solid #aaa 1px;
  padding: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .raw dl dt {
    flex-basis: auto;
    padding: 20px 0;
    padding-bottom: 10px;
  }
}
.raw dl dd {
  margin: 0;
  flex-basis: calc(100% - 170px);
  border-top: solid #aaa 1px;
  padding: 20px;
}
.raw dl dd a {
  color: #000;
  text-decoration: none;
}

.site-footer {
  background: #fff;
}
.site-footer .footer-links {
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .site-footer .footer-links {
    width: 100%;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-links {
    padding-left: 20px;
    flex-flow: column;
  }
}
.site-footer .footer-links a {
  color: #000;
  text-decoration: none;
  font-size: 13px;
}

/* 在庫切れバッジ */
.products .product.outofstock {
  position: relative;
}

.products .product.outofstock::before {
  content: "在庫切れ";
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  color: #000;
  opacity: 0.9;
  padding: 6px 12px;
  font-size: 14px;
  z-index: 10;
  border-radius: 4px;
}

.woocommerce-dashboard .woocommerce-MyAccount-content {
  display: none;
}

@media (max-width: 768px) {
  .separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right;
  }
}
.wp-block-woocommerce-empty-cart-block .wp-block-separator {
  display: none;
}
.wp-block-woocommerce-empty-cart-block .wp-block-separator + .has-text-align-center {
  display: none;
}
.wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new {
  display: none;
}

.woocommerce-edit-account #account_display_name_description {
  display: none;
}

body.single-product table.variations {
  display: block;
}
body.single-product table.variations tbody {
  display: block;
}
body.single-product table.variations tbody tr {
  display: flex;
  flex-flow: column;
}
body.single-product table.variations tbody tr th {
  text-align: left;
}/*# sourceMappingURL=style.css.map */