/*
Template: twentytwenty
Theme Name: twentytwenty-child
*/
.sp{
display: none;}
a{
text-decoration: none;
color: #a52a2a;
}
a:visited{
text-decoration: none;
color: #800080;
}
a:hover{
text-decoration: none;
opacity: .7;
}
body {
    background: #fff
    box-sizing: border-box;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.6rem;
    text-align: left;
}
h1,h2,h3,h4{
letter-spacing: .5px;
}
h1, .heading-size-1 {
    font-size: 3rem;
    text-align: center;
}
h2, .heading-size-2 {
    font-size: 2.4rem;
    text-align: center;
}
h3, .heading-size-3 {
      font-size: 2.4rem;
      margin: 2rem auto 1rem;
  }
main {
    display: block;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
/* 追従ナビ */
.reien-fixed-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fffaf0;
  border-top: 2px solid #e0b060;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  font-size: 16px;
  z-index: 9999;
  text-align: center;
  font-weight: bold;
}
.reien-fixed-nav a {
  color: #b36b00;
  text-decoration: underline;
}
.reien-icon {
  font-size: 20px;
}
.reien-memo{
text-align: left;
}

.reien-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.reien-item {
  border: 1px solid #ddd;
  padding: 16px;
  text-align: center;
  border-radius: 8px;
  background: #fff;
}
.reien-item .thumb img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.reien-item .qr img {
  width: 100px;
  margin: 8px auto;
}
.reien-item .link {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 12px;
  background: #604c3f;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .reien-fixed-nav {
    font-size: 16px;
    text-align: center;
    flex-direction: column;
    padding: 10px;
  }
  .reien-products {
    grid-template-columns: 1fr;
  }
.sp{
display: block;}
}

/* QRエリア */
.reien-qr-section {
  text-align: center;
  margin: 20px 0;
  display: flex;
flex-flow: row;
justify-content: center;
align-items: center;
}
.reien-qr-section img {
  width: 100px;
  height: 100px;
}
.reien-qr-section .qr-caption {
  margin-top: 8px;
  font-size: 13px;
  color: #666;
}
.footer-credits{
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: center;
width: 100%;
max-width: 700px;
margin: 0 auto;
}
.footer-copyright{
width: 100%;
font-size: 16px;
font-weight: normal;
text-align: center;
padding: 8px 0 16px;
color: #800;
}
.reien-qr{
width: auto;
padding: 8px 8px 16px;
}
.reien-qr img{
width: 100%;
display: block;
max-width: 150px;
}
.reien-qr-desc{
width: auto;
font-size: 12px;
font-weight: normal;
}
.wp-block-image img{
width: 100%;
display: block;
}
.wp-block-image {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}