@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
body {
  font-family: "A1 Mincho";
}

#breadcrumb {
  background: none;
}
#breadcrumb a {
  color: none;
}

.annotation-mark {
  vertical-align: super;
  font-size: 0.75em;
}

.annotation-text {
  margin-top: 10px;
  font-size: 0.75em;
}
.annotation-text .annotation-mark {
  vertical-align: baseline;
  font-size: 0.75em;
}

/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
  visibility: hidden;
}

.page .one-column #main {
  max-width: none;
}
.page .one-column #inner-content {
  width: 100%;
  max-width: none;
}

#breadcrumb {
  background: none;
}
#breadcrumb a {
  color: none;
}

.article-footer .footer-contents .sns-btn {
  display: none;
}

.category_head h1 {
  margin: 10px 20px;
}
.category_head p {
  margin: 10px 20px;
}

.item_headline {
  display: flex;
  justify-content: space-between;
}
.item_headline .item_catch {
  width: 60%;
}
.item_headline .item_content {
  width: 36%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media (min-width: 576px) and (max-width: 768px) {
  .item_headline {
    flex-wrap: wrap;
  }
  .item_headline .item_catch,
  .item_headline .item_content {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .item_headline {
    flex-wrap: wrap;
  }
  .item_headline .item_catch,
  .item_headline .item_content {
    width: 100%;
  }
}
.gallery__block {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: start;
  align-items: center;
}
.gallery__block .gallery__item {
  width: 25%;
  padding: 0;
  margin: 10px 0;
  box-sizing: border-box;
}
.gallery__block .gallery__item img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 576px) and (max-width: 768px) {
  .gallery__block .gallery__item {
    width: 33.3333%;
  }
}
@media (max-width: 576px) {
  .gallery__block .gallery__item {
    width: 50%;
  }
}
.item__caption {
  padding: 20px;
  background-color: #f9f9f9;
}
.item__caption .acf__title {
  margin-bottom: 15px;
  font-size: 18px;
}
.item__caption .catalog-caption-container {
  margin-bottom: 20px;
}
.item__caption .catalog-caption-container .catalog-table {
  width: 100%;
  border-collapse: collapse;
}
.item__caption .catalog-caption-container .catalog-table td {
  padding: 10px;
  border: 1px solid #ddd;
}
.item__caption .catalog-caption-container .catalog-table .catalog-label {
  font-weight: bold;
  background-color: #efefef;
  width: 20%;
}
.item__caption .catalog-caption-container .catalog-table .catalog-caption {
  color: #333;
}

.item-container {
  width: 100%;
  height: 100%;
  padding: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 77px;
}
.item-container .title-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.item-container .title,
.item-container .subtitle,
.item-container .product-name,
.item-container .product-description,
.item-container .detail-button {
  color: black;
  font-family: Inter, Roboto, "Noto Sans JP";
  font-weight: 700;
  word-wrap: break-word;
}
.item-container .title {
  font-size: 48px;
}
.item-container .subtitle,
.item-container .read-more {
  font-size: 21px;
}
.item-container .product-sections {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 77px;
}
.item-container .product-sections .product-display {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.item-container .product-sections .product-display:nth-child(odd) .product-info {
  text-align: left;
}
.item-container .product-sections .product-display .product-text {
  text-align: left;
  font-size: 0.75rem;
}
.item-container .product-sections .product-display .product-name {
  font-size: 3rem;
  line-height: 3rem;
}
.item-container .product-sections .product-display .product-description {
  font-size: 1.25rem;
}
.item-container .product-sections .product-display .detail-button {
  background: black;
  width: 100%;
  color: white;
  font-weight: 400;
  font-size: 1.25rem;
  text-align: center;
  padding: 10px 20px;
}
.item-container .product-sections .product-display .detail-button a {
  color: white;
}
.item-container .product-image {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  width: auto;
  max-width: 60%;
  height: auto;
}
.item-container .product-image img {
  width: 100%;
  height: auto;
}
.item-container .product-info {
  max-width: 36%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.item-container .read-more {
  border: 2px solid black;
  padding: 10px 20px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 1rem;
}
.item-container .read-more a {
  color: black;
}
@media (min-width: 768px) {
  .item-container .product-sections .product-display:nth-child(even) .product-image {
    order: 1;
  }
  .item-container .product-sections .product-display:nth-child(even) .product-info {
    text-align: right;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .item-container .product-sections {
    flex-wrap: wrap;
  }
  .item-container .product-sections .product-image,
  .item-container .product-sections .product-info {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .item-container .product-sections {
    flex-wrap: wrap;
  }
  .item-container .product-sections .product-image,
  .item-container .product-sections .product-info {
    width: 100%;
    max-width: 100%;
  }
}

.item_block .item-lineup {
  text-align: center;
  color: black;
  font-family: Inter, Roboto, "Noto Sans JP";
  font-weight: 700;
  word-wrap: break-word;
}
.item_block .item-lineup h2 {
  font-size: 48px;
  margin-bottom: 16px;
}
.item_block .item-lineup p {
  font-size: 21px;
}
.item_block .item_block_in {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item_block .item_block_in .post-item {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.item_block .item_block_in .post-item a {
  display: block;
  margin-bottom: 8px;
}
.item_block .item_block_in .post-item img {
  max-width: 100%;
  height: auto;
}
.item_block .item_block_in .post-item h2 {
  font-size: 18px;
}
.item_block .item_block_in .post-item h2 a {
  color: #333;
  text-decoration: none;
}
.item_block .item_block_in .post-item h2 a:hover {
  text-decoration: underline;
}

.contents_block .contents_block_in {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1000px;
}
.contents_block .contents_block_in img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.contents_block .contents_block_in p {
  text-align: left;
  padding: 10px 20px;
}
.contents_block .contents_block_in .headline {
  text-align: center;
  color: black;
  font-family: Inter, Roboto, "Noto Sans JP";
  font-weight: 700;
  word-wrap: break-word;
}
.contents_block .contents_block_in .headline .title {
  font-size: 48px;
  margin-bottom: 16px;
  margin: 1em 0 0;
}
.contents_block .contents_block_in .headline p {
  font-size: 21px;
  text-align: center;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}/*# sourceMappingURL=style.css.map */