@charset "UTF-8";
/*
Theme Name: AgriAllWDS_Theme
Version: 1.0
Author: Artteles
*/ 

/* 共通部分
------------------------------- */

.page-title{
    display: none;
}

html {
    font-size: 100%;
}

body{
    font-family: 'Shippori Antique B1', sans-serif;
    line-height: 1.5;
    color: #432;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    max-width: 100%;
    margin: 0 auto; /* 中央寄せにする場合 */
    padding: 0;
    background-image: url(img/paper_00108-a.jpg);
}

/* メインラッパー：2カラム対応 */
.main-container {
    width: 100%;
    max-width: 1800px;
    min-width: 1200px;
    margin: 10px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    padding: 5% 10px;
    background-size: cover;
    background-position: center;
}

/* メインコンテンツ（記事部分） */
article {
    flex: 0 1 80%;
    min-width: 300px;
}

/* サイドバー */
aside {
    flex: 0 1 19%;
    min-width: 250px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

a {
    color: rgb(120, 150, 30, 1);
    text-decoration: none;
    font-family: 'Shippori Antique B1', sans-serif;
}

a:hover {
   color: rgb(100, 100, 30, 1);
}

a:visited {
      color: rgb(120, 150, 30, 1);
}

p {
    text-decoration: none;
    font-family: 'Shippori Antique B1', sans-serif;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #505050;/*文字色*/
}

/*
H1-title*/

.H1-title-top {
    position: relative;
    background-size: cover;
    background-position: center;
    text-align: center;
    height: 100px;
}

.H1-back-chara {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-family: 'Kaisei HarunoUmi', serif;
    font-size: 5em;
    color: rgba(50, 30, 30, 0.1);
    width: 100%;
    line-height: 1.1;
    z-index: 1;
}

.H1-back-chara_EN {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-family: 'Kaisei HarunoUmi', serif;
    font-size: 20px;
    color: rgba(30, 50, 30, 0.8);
    z-index: 0;
}

.H1-title-top h1 {
    font-size: 35px;
    color: rgba(30, 50, 30, 1);
    font-family: 'Kaisei HarunoUmi', serif;
    z-index: 2;
}

.title-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.title-section h2.title {
  text-align: center;
  position: relative;
  color: rgba(30, 50, 30, 1);
  margin: 10px;
  font-family: 'Kaisei HarunoUmi', serif;
  font-size: 30px;
}

img {
    max-width: 100%;
}

/* 全体ヘッダー */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  z-index: 1000;
  background-color: rgba(30, 50, 30, 1);
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/*ログイン周り*/
.login-logo-wrapper{
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    width: 100%;
    max-width: 100%;
    margin: 0 auto; /* 中央寄せにする場合 */
    padding: 0;
    background: url('/wp-content/themes/agriall_web_theme/img/front_bg.jpg') no-repeat center center fixed;
    background-size: cover;
}

.login-logo-container {
  display: flex;
  justify-content: center;   /* 横中央 */
  align-items: center;       /* 縦中央 */
  width: 50%;
  height: 100vh;              /* 明示的な高さ */
}

/* ロゴ */
.TOP-LOGO-FRONT {
  position: relative;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.front-logo {
  height: 30%;
  width: auto;
}

.login-container {
  flex: 1; /* 残りの高さを埋める */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
    }

.login-container a {
    color: rgba(120, 150, 30, 1);
    text-decoration: none;
    text-align: center;
    font-family: 'Shippori Antique B1', sans-serif;
    margin: 20px;
}

.login-container a:hover {
   color: rgb(196, 196, 43);
}

.login-container a:visited {
      color: rgba(120, 150, 30, 1);
}

.login-container p {
    text-decoration: none;
    font-family: 'Shippori Antique B1', sans-serif;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #505050;/*文字色*/
}

/* フォーム内要素に余白を持たせる */
.login-container form * {
  margin-bottom: 1em;
  width: 100%;
}

/*ログイン情報を保存*/
div.swpm-remember-me{
    display:none;
}

/*ユーザネーム*/
div.swpm-username-input{
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

/*Pass*/
div.swpm-password-input{
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

/*Email*/
div.swpm-pw-reset-email-input{
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

/*ログインボタン*/
[type="submit"] {
  cursor: pointer;
  width: 30%;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0;
  background-color: rgb(204, 153, 0);
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  display: block;
}

.move-introduction{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  z-index: 2;
  min-height: 300px;
  width: auto;
}

.move-introduction-spacer {
  height: 371px;
}

.turning-announce{
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px
}

/* ロゴ */
.logo-wrapper {
  position: relative; /* absolute から relative に */
  width: auto;
  height: 80px; /* 任意のヘッダーの高さ */
  display: flex;
  align-items: center;
  padding-left: 20px; /* 左に余白をつけたい場合 */
}

.logo {
  position: relative;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  z-index: 2;
  height: 60px;
  width: auto;
}

/* グローバルナビ */
.global-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.global-nav li {
  margin-left: 20px;
}

.global-nav a {
  text-decoration: none;
  color: #fff;
  padding: 8px 12px; /* 背景色が見えるようにパディングを追加 */
  border-radius: 4px; /* 見た目を少し柔らかく */
  transition: background-color 0.3s ease, color 0.3s ease;
}

.global-nav a:hover {
  background-color: rgba(255, 255, 255, 0.2); /* 白っぽく薄く */
  color: #ffd700; /* テキスト色も変更（任意） */
}

/* スペーサーは非表示 */
.spacer {
  display: none;
}

/* ハンバーガー */
.hamburger-menu {
  display: none;
}

/*
WPDATATABLES
============================================*/


/*
REPORT LIST
================================================ */
.report-content{
 width: 100%;
 height: auto;
 background-color: rgba(255, 255, 255, 0.9);
 padding: 20px;
 margin-top: 5px;
 margin-bottom: 5px;
 border-radius: 8px;
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.report-division-menu {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.report-division-menu ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.report-division-menu li {
  margin: 0;
}

.report-division-menu a {
  display: inline-block;
  padding: 0.6rem 1rem;
  background-color: #ffffff;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
  font-size: 0.95rem;
}

.report-division-menu a:hover,
.report-division-menu a:focus {
  background-color: #2d8fdd;
  color: white;
  border-color: #2d8fdd;
}

/* ざっくりスタイル：カード3列グリッド（幅に応じて自動可変） */
.report-division-menu {
  display:flex;
  gap:1rem;
  overflow-x:auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom:.5rem;
  scroll-snap-type:x proximity;
  grid-template-columns: 1fr; /* ← これで各セクションが常に100%幅 */
}
.rdm-section {
  flex:0 0 320px;            /* カード幅。好みで 280–360px に調整 */
  scroll-snap-align:start;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
}

.rdm-heading {
  margin: 0 0 10px;
  font-size: 1.1rem;
  line-height: 1.4;
}
.rdm-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .5rem;
}
.rdm-link {
  display: block;
  text-decoration: none;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  padding: .55rem .75rem;
  border-radius: 8px;
}
.rdm-link:hover, .rdm-link:focus {
  background: #eef2ff;
  border-color: #c7d2fe;
  outline: none;
}
.rdm-link.is-active {
  background: #ffffff;
  border-color: #6366f1;
  box-shadow: 0 0 0 2px rgba(99,102,241,.15) inset;
  font-weight: 600;
}

/*
POST LIST
================================================ */
.section-container{
 width: 100%;
 height: auto;
 background-color: rgba(255, 255, 255, 0.9);
 padding: 20px;
 margin-top: 5px;
 margin-bottom: 5px;
 border-radius: 8px;
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.TOP-parts-area {
  position:relative;
  padding-bottom: 10px;
}

.TOP-parts-area .post-list,
.archive .post-list,
.search .post-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}
.post-item {
    background: rgb(255, 255, 255);
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.post-item .wp-post-image {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.post-header {
    padding: 1rem;
}
.post-title {
    margin-bottom: .3rem;
    line-height: 1.5;
    word-break: break-word;
}

.post-title a {
  color: #505050;/*文字色*/
}

.post-title a:hover {
  color: rgb(204, 153, 0); /* リンクのホバー時の文字色 */
}

.post-date {
    color: #432;
    font-size: 13px;
    font-family: 'Shippori Antique B1', sans-serif;
    color: rgb(150, 150, 150);
}

.post-categories {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    list-style: none;
}
.post-categories li {
    background-color: rgb(30, 50, 30);
    color: rgb(255, 255, 255);
    font-size: 12px;
    padding: .3rem;
}

.post-categories a {
  color: rgb(255, 255, 255); 
}

.post-categories a:hover {
  color: rgb(204, 153, 0); /* リンクのホバー時の文字色 */
}

/* Post navigation */
.nav-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
}
.nav-links a{
    padding: .75rem 1rem .85rem;
    background: var(--green);
    border-radius: var(--round-sm);
    color: var(--white);
    box-shadow: 0 4px 10px rgba(123, 186, 147, .6);
}

/* Archive */
.page-title {
    margin-bottom: 1.5rem;
    text-align: center;
}

/*
SINGLE / PAGE ARTICLE
================================================ */
.single .post-title,
.page .post-title {
    font-size: 23px;
}
.single .post-header {
    padding: 4rem 1rem 1rem;
}
.page .post-header {
    padding: 1rem;
}
.single .wp-post-image + .post-header,
.page .wp-post-image + .post-header {
    padding: 1rem;
}
.post-content {
    padding: 1rem;
}
.post-content a {
    color: var(--green);
    text-decoration: underline;
}
.post-content a:hover {
    color: var(--dark-blue);
}
.post-content h2 {
    font-size: var(--font-lg);
    background: url(images/leaf-left.svg) left top/24px 28px no-repeat;
    border-bottom: 4px double var(--light-grey);
    padding: 0 .5rem .75rem 2rem;
    margin: 3rem 0 .5rem;
}
.post-content h3 {
    font-size: var(--font-lg);
    margin-top: 2rem;
}
.post-content h4,
.post-content h5,
.post-content h6 {
    font-weight: bold;
}
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content p,
.post-content ul,
.post-content ol,
.post-content figure,
.post-content blockquote,
.post-content pre {
    margin-bottom: 1rem;
        font-size: 16px;
}
.post-content figcaption {
    font-size: var(--font-sm);
    text-align: center;
}
.post-content img {
    margin-bottom: .5rem;
	width: 100%
    height: auto;
}
.post-content .wp-block-image:not(.is-style-rounded) img {
    border-radius: var(--round-md);
}
.post-content ul,
.post-content ol {
    padding-left: 2rem;
}
.post-content ul {
    list-style: square;
}
.post-content ol {
    list-style: decimal;
}
.post-content li {
    line-height: 1.5;
}
.post-content li::marker {
    color: var(--green);
}
.post-content blockquote {
    background: #eee;
    padding: 1rem 1rem .25rem 2rem;
    border-radius: var(--round-md);
    position: relative;
}
.post-content blockquote::before {
    content: '“';
    position: absolute;
    font-size: 3rem;
    color: var(--light-grey);
    top: 0;
    left: 8px;
}
.post-content blockquote cite {
    margin-bottom: 1.5rem;
    display: inline-block;
}
.post-footer {
    padding-left: 1rem;
    padding-bottom: 1rem;
}
.post-content code,
.post-content kbd {
        background: #eee;
        padding: 3px;
        border-radius: 3px;
        margin: 0 3px;
}

.post-single-foot {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 10px;
}

.post-send {
    display: flex; /* .post-sendをFlexコンテナにする */
    gap: 10px; /* 任意のスペースを追加（不要であれば削除可） */
}

/*
TAG LIST
================================================ */
.tags-links li {
    display: inline-block;
    font-size: var(--font-sm);
    border: 1px solid var(--light-grey);
    border-radius: var(--round-sm);
    padding: .4rem .5rem .5rem;
    margin-right: .25rem;
    margin-bottom: .25rem;
}
.tags-links a::before {
    content: '#';
    color: var(--light-grey);
    margin-right: .25rem;
}
.tags-links a:hover {
    color: var(--green);
}

.footer-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 50px;
  padding-left: 50px;
  background-color: rgba(30, 50, 30, 1);
}

.contact {
  text-align: center;
  height: 30%;
  max-height: 300px;
  min-height: 200px;
  width: 100%;
  align-items: flex-start;
  color: white;
  margin-bottom: 20px;
  margin-top: 20px;
}

.footer-menu-list {
  list-style: none;
  padding: 0;
}

.footer-menu-list li {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-menu-list li a {
  text-decoration: none;
  color: white;
  font-family: 'Kaisei HarunoUmi', serif;
}

.footer-menu-list li a:hover {
  background-color: #fff;
  color: #d6bf44;
}

.footer-wrap h4 {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 3px;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: rgba(30, 50, 30, 1);
  font-family: 'Kaisei HarunoUmi', serif;
  color: white;

}

footer .copyright {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 15px;
  background-color: rgb(30, 50, 30, 1);
  color: white;
  font-family: 'Kaisei HarunoUmi', serif;
}

.copy-info {
 font-family: 'Kaisei HarunoUmi', serif;;
 color: #ffffff;
}



/* メディア設定 481px-->1024px
----------------------------------------------------------------------- */


@media screen and (max-width: 1024px) and (min-width: 481px) {

.body{
    font-family: 'Shippori Antique B1', sans-serif;
    line-height: 1.5;
    color: #432;
    max-width: 100%;
    max-height: 100vh;
    margin: 0 auto; /* 中央寄せにする場合 */
}

/* メインラッパー：2カラム対応 */
.main-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 0;
    gap: 30px;
    padding: 5% 20px;
    background-image: url(img/paper_00108-a.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 700px; /* 横並び維持のために設定 */
}

/* メインコンテンツ（記事部分） */
.main-container article {
    flex: 0 1 70%;
    min-width: 300px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

/* サイドバー */
.main-container aside {
    flex: 0 1 28%;
    min-width: 250px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

login-container {
    position: relative;
    margin-top: 20px;
    padding-bottom: 5%;
    padding-top: 5%;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(255, 255, 255, 0.8);   
    }

p {
    text-decoration: none;
    font-family: 'Shippori Antique B1', sans-serif;
    font-size: 18px;
}

/*
H1-title*/

.H1-title-top {
    position: relative;
    background-size: cover;
    background-position: center;
    text-align: center;
    height: 100px;
}

.H1-back-chara {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-family: 'Kaisei HarunoUmi', serif;
    font-size: 4em;
    color: rgba(50, 30, 30, 0.1);
    width: 100%;
    line-height: 1.1;
    z-index: 1;
}

.H1-back-chara_EN {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-family: 'Kaisei HarunoUmi', serif;
    font-size: 20px;
    color: rgba(30, 50, 30, 0.8);
    z-index: 0;
}

.H1-title-top h1 {
    font-size: 35px;
    color: rgba(30, 50, 30, 1);
    font-family: 'Kaisei HarunoUmi', serif;
    z-index: 2;
}

.title-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

.title-section h2.title {
  text-align: center;
  position: relative;
  color: rgba(30, 50, 30, 1);

  font-family: 'Kaisei HarunoUmi', serif;
  font-size: 30px;
}

img {
    max-width: 100%;
}



/* グローバルメニュー */
.global-nav { 
  display: none;
}

/*ハンバーガーメニュー*/
.hamburger-menu {
  display: block;
  position: absolute;
   z-index: 1000;
}

.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 120;
  background-color: black;
}

.menu-btn:hover {
  cursor: pointer;
}

/* 三本線の実装 */
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
/* チェックボックスを非表示にする */
#menu-btn-check {
  display: none;
}
 
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(
    255,
    255,
    255,
    0
  ); /*メニューオープン時は真ん中の線を透明にする*/
}
 
/* メニューを開いている時はハンバーガーボタンが×になる */
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* =================
メニュー部分の実装
================= */
 
.menu-content {
  width: 80%;
  height: 100%;
  position: fixed;
  top: 0;
   /* メニューを外に出しておく */
  left: 100%;　
  z-index: 1000;
  background-color: black;
  transition: all 0.5s; /*アニメーションを滑らかにする*/
}
.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
 
#menu-btn-check:checked ~ .menu-content {
  left: 30%; /*メニューを画面内へ動かす*/
}



.logo {
  position: absolute;
  min-width: 50%;
  max-width: 70%;
  transform: translate(-50%, -40%);
  margin-top: 50px;
  z-index: -1;
}

.scroll {
 display: none;
}

/* OTHER MEMBER
------------------------------- */
.catchphrase {
    position: absolute;
    margin-top: 0px;
  text-align: center;
  color: #fff;
    padding-top: 0px;
    font-family: 'Kaisei HarunoUmi', serif;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 40px;
    overflow-wrap: break-word;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.description {
    position: absolute;
  top: 20%;
  left: 50%;
    margin-top: 5px;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
    padding-top: 0px;
    white-space: nowrap;
    font-family: 'Kaisei HarunoUmi', serif;
    font-size: clamp(18px, 3vw, 15px);
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.TOP-parts-area {
  position:relative;
  margin-top: 50px;
  margin-bottom: 10px;
  padding: 20px;
}
 

/* PRODUCTS
------------------------------- */


/* REGION
------------------------------- */

.region {
  display: flex;
  flex-wrap: wrap;
  background-color: rgb(255, 255, 255, 0.5);
　padding: 20px;
  border-radius: 10px;
}

.map {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%
}

.map img {
  width: 70%;
}

.text {
  flex: 1;
  padding: 20px;
}

.text p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

/* Profile
------------------------------- */
.profile-images img {
  width: 33.33%;
  padding: 10px;
  box-sizing: border-box;
}

/* MEMBER
------------------------------- */
/* PRESIDENT
------------------------------- */
.member {
  margin-bottom: 40px;
}

.member-image {
  width: 100%;
}

.member-image img{
  width: 100%;
  margin-bottom: -5%;

}

.member-image img {
  max-width: 100%;
}

.member-info {
  width: 100%;
  text-align: left;
}

.member-name {
  font-size: 35px;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 5px;
}

.member-description {
  line-height: 1.5;
}

/* OTHER MEMBER
------------------------------- */
.members-container {
  display: flex;
  flex-wrap: wrap;
}

.member {
  flex-basis: 33.33%;
  text-align: center;
  margin-bottom: 30px;
}

.member img {
  max-width: 100%;
}

.member p {
  margin-top: 10px;
}

/* FOOTER
------------------------------- */


.scroll {
  position: absolute;
  top: 93%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 0px 8px #ffffff);
}

.greeting-pics {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}

.pics img{
  flex-shrink: 0;
  margin-right: 10px; /* 画像の間隔を調整する場合は必要に応じて設定してください */
  max-width: 100%;
  max-height: 100%;
}

.vegetables-cont-area {
 display: flex;
 justify-content: center;
 margin-top: 10px;
 margin-bottom: 10px;

}

.vegetables-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  max-width: 800px;
}

.vegetables-cont img {
  width: calc(50% - 10px); /* 2列に分けるために各画像の幅を計算 */
  margin-bottom: 20px; /* 各行の間隔を調整 */
}

.detail-link {

  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  z-index: 1;
  background-color: rgba(50, 100, 50, 0.4);
  border-radius: 10px;
  height: 40px;
  width: 100%;
  margin-bottom: 20px;
}

.detail-link p {
  color: #ffffff;
  padding-right: 20px;
}

.pics-greeting img{
    text-align: center;
    max-width: 100%;
    border-radius: 10px;
}

.profile-images img{
  flex: 1;
  margin-right: 10px; /* 画像間の余白を調整する場合は適宜変更してください */
}

.footer-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 50px;
  padding-left: 50px;
  background-color: rgba(30, 50, 30, 1);
}

.contact {
  text-align: center;
  height: 30%;
  max-height: 300px;
  min-height: 200px;
  width: 100%;
  align-items: flex-start;
  color: white;
  margin-bottom: 20px;
  margin-top: 20px;
}

.KohlrabiCom img {
  text-align: center;
}

.footer-menu-list {
  list-style: none;
  padding: 0;
}

.footer-menu-list li {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-menu-list li a {
  text-decoration: none;
  color: white;
  font-family: 'Kaisei HarunoUmi', serif;
}

.footer-menu-list li a:hover {
  background-color: #fff;
  color: #d6bf44;
}

.footer-wrap h4 {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 3px;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: rgba(30, 50, 30, 1);
  font-family: 'Kaisei HarunoUmi', serif;
  color: white;

}

footer .copyright {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 15px;
  background-color: rgb(30, 50, 30, 1);
  color: white;
  font-family: 'Kaisei HarunoUmi', serif;
}

.copy-info {
 font-family: 'Kaisei HarunoUmi', serif;;
 color: #ffffff;
}

.shop img{
  border-radius: 10px;
}

.container {
  display: flex;
}

/*product*/
.product-content{
    position: relative;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 5%;
    padding-top: 5%;
    width: 100%;
}

.item-product-info{
   flex-direction: column;
   align-items: stretch;
   z-index: 1;
   margin-top: 0px;
   justify-content: center;
   padding-left: 5%;
   padding-right: 5%;
}

.item-product-image {
  width: 90%;
  max-height: 80%;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.product-info {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: right;
  width: 50%;
  max-height: 300px;
  margin-left: 10px;
}

.shipping-date {
  background-color: rgb(30, 50, 30, 1);
  color: white;
  padding: 5px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.product-name{
  text-align: center;
  font-size: 45px;
  font-family: 'Kaisei HarunoUmi', serif;
  color: rgba(90, 90, 70, 1);
  border-bottom: 2px solid rgba(90, 90, 70, 0.5);
  width: 200px;
  margin: 0 auto;
}

.product-description {
  font-size: 18px;
  display: block;
  word-wrap: break-word;
  flex-wrap: wrap;
  margin-top: 2%;
  padding-left: 5%;
  padding-right: 5%;
}

.background-image {
  order: 4;
  opacity: 0.5;
}

.product-page-wrapper {
  position: relative;
    justify-content: center;
    width: 100%;
}

.products-det {
  display: flex;
    flex-direction: column;
    align-items: center;
}

.breed-name {
  background-color: rgb(30, 50, 30, 1);
  color: white;
  padding: 5px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
　 margin-top: 0px;
}

.shipping-det {
  margin-bottom: -50px;
}

.breed {
    margin-bottom: 10px;
    margin-top: 10px;

}

.ship {
    margin-top: 10px;
    margin-bottom: -10px;
}

.products-container {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.product-images {
  display: flex;
  justify-content: space-between;
  margin-top: 10px
}

.products-gall {
  display: flex;
}

.product-ad {
  text-align: center;
  margin-top: 10px;
}

.product-ad img {
  width: 90%;
}

.column-images-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.column-images-wrapper img{
    flex-direction: row;
    justify-content: space-between;
    width: 95%;
    border-radius: 5%;
    border: 2px solid rgb(255, 255, 255);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.chatch-desc {
  display: flex;
}


/*member*/
.member-container {
  display: flex;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 10px;
    padding: 20px;
    border-radius: 20px;
　　justify-content: center;
    align-items: center;
}

.member-shozo {
  position: relative;
  justify-content: center;
  width: 30%;
  top: -5px;
}

.member-det {
   display: flex;
   position: relative;
   width: calc(75%); 
   padding: 20px;
   flex-direction: column;
   text-align: left;

}

.member-role {
  margin: 0px;
  font-size: 15px;
}

.member-name-E {
  font-size: 15px;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 5px;
　top: -20px;
}

.member-pl {
  margin-bottom: 5px;
    text-align: left;
}

/*shop*/
.shop-content {
    position: relative;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 5%;
    padding-top: 5%;
    width: 100%;
}

.shop-content-read{
margin-top: 0px;
margin-bottom: 5px;
}

.shop-title {
  display: flex;
  background-color: rgb(255, 255, 255, 0.5);
  width: 30%;
  height: 35px;
  border-radius: 20px 20px 0 0;
  margin-left: 30px;
  align-items: center; /* 垂直方向の中央配置 */
  justify-content: center; /* 水平方向の中央配置 */

}

.shop-title p{
text-align: center;
font-family: 'Kaisei HarunoUmi', serif;
font-size: 20px;
color: rgb(150, 130, 30, 1);
}

.shop-page{
    margin-top: 15px;
    margin-bottom: 15px;
}

.shop-part-base {
    display: flex;
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 20px;
　　 justify-content: center;
    align-items: center;
    flex-direction: column;
}

.shop-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
}

.shop-name {
  text-align: center;
  font-size: 25px; 
}

.shop-table {
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.shop-table td,
.shop-table th {
  text-decoration: none;
  font-family: 'Kaisei HarunoUmi', serif;
  line-height: 1.1;
  padding: 10px;
  width: 25%; /* セルの幅を25%に設定 */
}

.shop-table tr:nth-child(even) {
  background-color: #f2f2f2; /* グレーの背景色 */
}

.shop-table tr:nth-child(odd) {
  background-color: #ffffff; /* 白の背景色 */
}


.shop-image-container {
  display: flex;
  justify-content: center;
  
}

.shop-image-container img{
  max-width: 100%;
  height: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.shop-page-part {
  display: flex;
  flex-direction: column;
  padding-top: 2%;
  padding-bottom: 5%;
}

/*Contact*/
.contact-content-wrapper {
  margin-top: 5px;
  margin-bottom: 0px;
  padding-bottom: 5%;
  padding-top: 5%;
  width: 100%;
  box-sizing: border-box;
}

.contact-content {
  width: 100%;
}

.contact-content input,
textarea {
  padding: 16px 25px;
  border: solid 1px #ccc;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.contact-content textarea:focus,
input:focus {
  border-color: rgb(204, 153, 0);
  box-shadow: 0 0 8px 0 rgb(204, 153, 0);
  background-color: rgba(255, 255, 255, 1);
}
.contact-content-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-content-inner dt {
  width: 50%;
}
.contact-content-inner dd {
  width: 100%;
}
.contact-content dl:not(:first-child) {
  padding-top: 20px;
  border-top: solid 1px #ccc;
}
.contact-content dl {
  padding-bottom: 20px;
}

.contact-content-inner_check {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-content-inner_check label {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.contact-content-inner_check input[type="checkbox"] {
  margin-right: 5px;
  background-color: rgb(30, 50, 30);
  width: 14px;
  height: 14px;
}

[type="submit"] {
  cursor: pointer;
  width: 30%;
  border-radius: 35px;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0;
  background-color: rgb(204, 153, 0);
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  display: block;
}
.wpcf7-not-valid-tip {
  margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
  width: 60%;
  margin: 0 auto;
  margin-top: 20px;
  color: #c00;
  background-color: #fee4e4;
  padding: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #fee4e4;
}
.color-red {
  color: red;
}

}

.post-single-foot {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 10px;
}

.post-send {
    display: flex; /* .post-sendをFlexコンテナにする */
    gap: 10px; /* 任意のスペースを追加（不要であれば削除可） */
}




/* メディア設定 -->480px
----------------------------------------------------------------------- */


@media screen and (max-width: 480px) {

.body{
    font-family: 'Shippori Antique B1', sans-serif;
    line-height: 1.5;
    color: #432;
    max-width: 100%;
    max-height: 100vh;
    margin: 0 auto; /* 中央寄せにする場合 */
}

.home-content {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 5%;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(img/paper_00108-a.jpg);
}

p {
    text-decoration: none;
    font-family: 'Shippori Antique B1', sans-serif;
    font-size: 16px;
}

/*
H1-title*/

.H1-title-top {
    position: relative;
    background-size: cover;
    background-position: center;
    text-align: center;
    height: 100px;
}

.H1-back-chara {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-family: 'Kaisei HarunoUmi', serif;
    font-size: 2.8em;
    color: rgba(50, 30, 30, 0.1);
    line-height: 1.1;
    z-index: 1;
}

.H1-back-chara_EN {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-family: 'Kaisei HarunoUmi', serif;
    font-size: 15px;
    color: rgba(30, 50, 30, 0.8);
    z-index: 0;
}

.H1-title-top h1 {
    font-size: 35px;
    color: rgba(30, 50, 30, 1);
    font-family: 'Kaisei HarunoUmi', serif;
    z-index: 2;
}

.title-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.title-section h2.title {
  text-align: center;
  position: relative;
  color: rgba(30, 50, 30, 1);
  margin: 10px;
  font-family: 'Kaisei HarunoUmi', serif;
  font-size: 25px;
}

img {
    max-width: 100%;
}



/* グローバルメニュー */
.global-nav { 
  display: none;
}

/*ハンバーガーメニュー*/
.hamburger-menu {
  display: block;
  position: absolute;
   z-index: 1000;
}

.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 120;
  background-color: black;
}

.menu-btn:hover {
  cursor: pointer;
}

/* 三本線の実装 */
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
/* チェックボックスを非表示にする */
#menu-btn-check {
  display: none;
}
 
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(
    255,
    255,
    255,
    0
  ); /*メニューオープン時は真ん中の線を透明にする*/
}
 
/* メニューを開いている時はハンバーガーボタンが×になる */
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* =================
メニュー部分の実装
================= */
 
.menu-content {
  width: 80%;
  height: 100%;
  position: fixed;
  top: 0;
   /* メニューを外に出しておく */
  left: 100%;　
  z-index: 1000;
  background-color: black;
  transition: all 0.5s; /*アニメーションを滑らかにする*/
}
.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
 
#menu-btn-check:checked ~ .menu-content {
  left: 30%; /*メニューを画面内へ動かす*/
}



.logo {
  position: absolute;
  min-width: 50%;
  max-width: 70%;
  transform: translate(-50%, -40%);
  margin-top: 50px;
  z-index: -1;
}

.scroll {
 display: none;
}

/* OTHER MEMBER
------------------------------- */
.chatch-desc {
  display: flex;
  align-items: center;
  width: 100vw;
}

.catchphrase {
  position: absolute;
  top: 20%;
  left: 50%;
  margin-top: 0px;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  padding-top: 0px;
    white-space: nowrap;
    font-family: 'Kaisei HarunoUmi', serif;
    font-size: clamp(2px, 8vw, 30px);
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.description {
  position: absolute;
  top: 25%;
  left: 50%;
  margin-top: 0px;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  padding-top: 0px;
    white-space: nowrap;
    font-family: 'Kaisei HarunoUmi', serif;
    font-size: clamp(8px, 3vw, 20px);
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

/*
POST LIST
================================================ */
.TOP-parts-area {
  position:relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}

.TOP-parts-area .post-list,
.archive .post-list,
.search .post-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}
.post-item {
    background: rgb(255, 255, 255);
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.post-item .wp-post-image {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.post-header {
    padding: 1rem;
}
.post-title {
    margin-bottom: .3rem;
    line-height: 1.5;
    word-break: break-word;
}

.post-title a {
  color: #505050;/*文字色*/
}

.post-title a:hover {
  color: rgb(204, 153, 0); /* リンクのホバー時の文字色 */
}

.post-date {
    color: #432;
    font-size: 13px;
    font-family: 'Shippori Antique B1', sans-serif;
    color: rgb(150, 150, 150);
}

.post-categories {
    position: absolute;
    top: 0rem;
    left: 0rem;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    list-style: none;
}
.post-categories li {
    background-color: rgb(30, 50, 30);
    color: rgb(255, 255, 255);
    font-size: 12px;
    padding: .3rem;
}

.post-categories a {
  color: rgb(255, 255, 255); 
}

.post-categories a:hover {
  color: rgb(204, 153, 0); /* リンクのホバー時の文字色 */
}

/* Post navigation */
.nav-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
}
.nav-links a{
    padding: .75rem 1rem .85rem;
    background: var(--green);
    border-radius: var(--round-sm);
    color: var(--white);
    box-shadow: 0 4px 10px rgba(123, 186, 147, .6);
}

/* Archive */
.page-title {
    margin-bottom: 1.5rem;
    text-align: center;
}

/*
SINGLE / PAGE ARTICLE
================================================ */
.single .post-title,
.page .post-title {
    font-size: 23px;
}
.single .post-header {
    padding: 4rem 1rem 1rem;
}
.page .post-header {
    padding: 1rem;
}
.single .wp-post-image + .post-header,
.page .wp-post-image + .post-header {
    padding: 1rem;
}
.post-content {
    padding: 1rem;
}
.post-content a {
    color: var(--green);
    text-decoration: underline;
}
.post-content a:hover {
    color: var(--dark-blue);
}
.post-content h2 {
    font-size: var(--font-lg);
    background: url(images/leaf-left.svg) left top/24px 28px no-repeat;
    border-bottom: 4px double var(--light-grey);
    padding: 0 .5rem .75rem 2rem;
    margin: 3rem 0 .5rem;
}
.post-content h3 {
    font-size: var(--font-lg);
    margin-top: 2rem;
}
.post-content h4,
.post-content h5,
.post-content h6 {
    font-weight: bold;
}
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content p,
.post-content ul,
.post-content ol,
.post-content figure,
.post-content blockquote,
.post-content pre {
    margin-bottom: 1rem;
        font-size: 16px;
}
.post-content figcaption {
    font-size: var(--font-sm);
    text-align: center;
}
.post-content img {
    margin-bottom: .5rem;
    height: auto;
}
.post-content .wp-block-image:not(.is-style-rounded) img {
    border-radius: var(--round-md);
}
.post-content ul,
.post-content ol {
    padding-left: 2rem;
}
.post-content ul {
    list-style: square;
}
.post-content ol {
    list-style: decimal;
}
.post-content li {
    line-height: 1.5;
}
.post-content li::marker {
    color: var(--green);
}
.post-content blockquote {
    background: #eee;
    padding: 1rem 1rem .25rem 2rem;
    border-radius: var(--round-md);
    position: relative;
}
.post-content blockquote::before {
    content: '“';
    position: absolute;
    font-size: 3rem;
    color: var(--light-grey);
    top: 0;
    left: 8px;
}
.post-content blockquote cite {
    margin-bottom: 1.5rem;
    display: inline-block;
}
.post-footer {
    padding-bottom: 1rem;
}
.post-content code,
.post-content kbd {
        background: #eee;
        padding: 3px;
        border-radius: 3px;
        margin: 0 3px;
}

.post-single-foot {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 10px;
}

.post-send {
    display: flex; /* .post-sendをFlexコンテナにする */
    gap: 10px; /* 任意のスペースを追加（不要であれば削除可） */
}
 

/* PRODUCTS
------------------------------- */


/* REGION
------------------------------- */

.region {
  display: flex;
  flex-wrap: wrap;
  background-color: rgb(255, 255, 255, 0.5);
　padding: 20px;
  border-radius: 10px;
}

.map {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%
}

.map img {
  width: 100%;
}

.text {
  flex: 1;
  padding: 20px;
}

.text p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* Profile
------------------------------- */
.profile-images img {
  width: 33.33%;
  padding: 10px;
  box-sizing: border-box;
}

/* MEMBER
------------------------------- */
/* PRESIDENT
------------------------------- */
.member {
  margin-bottom: 40px;
}

.member-image {
  width: 100%;
}

.member-image img{
  width: 100%;
  margin-bottom: -5%;

}

.member-image img {
  max-width: 100%;
}

.member-info {
  width: 100%;
  text-align: left;
}

.member-name {
  font-size: 35px;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 5px;
}

.member-description {
  line-height: 1.5;
}

/* OTHER MEMBER
------------------------------- */
.members-container {
  display: flex;
  flex-wrap: wrap;
}

.member {
  flex-basis: 33.33%;
  text-align: center;
  margin-bottom: 30px;
}

.member img {
  max-width: 100%;
}

.member p {
  margin-top: 10px;
}

/* FOOTER
------------------------------- */


.scroll {
  position: absolute;
  top: 93%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 0px 8px #ffffff);
}

.greeting-pics {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}

.pics img{
  flex-shrink: 0;
  margin-right: 10px; /* 画像の間隔を調整する場合は必要に応じて設定してください */
  max-width: 100%;
  max-height: 100%;
}

.vegetables-cont-area {
 display: flex;
 justify-content: center;
 margin-top: 10px;
 margin-bottom: 10px;

}

.vegetables-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  max-width: 800px;
}

.vegetables-cont img {
  width: calc(50% - 10px); /* 2列に分けるために各画像の幅を計算 */
  margin-bottom: 20px; /* 各行の間隔を調整 */
}

.detail-link {

  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  z-index: 1;
  background-color: rgba(50, 100, 50, 0.4);
  border-radius: 10px;
  height: 40px;
  width: 100%;
  margin-bottom: 20px;
}

.detail-link p {
  color: #ffffff;
  padding-right: 20px;
}

.pics-greeting img{
    text-align: center;
    max-width: 100%;
    border-radius: 10px;
}

.profile-images img{
  flex: 1;
  margin-right: 10px; /* 画像間の余白を調整する場合は適宜変更してください */
}

.footer-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 50px;
  padding-left: 50px;
  background-color: rgb(30, 50, 30, 1);
}

.contact {
  text-align: center;
  height: 30%;
  max-height: 300px;
  min-height: 200px;
  width: 100%;
  align-items: flex-start;
  color: white;
  margin-bottom: 20px;
  margin-top: 20px;
}

.KohlrabiCom img {
  text-align: center;
}

.footer-menu-list {
  list-style: none;
  padding: 0;
}

.footer-menu-list li {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-menu-list li a {
  text-decoration: none;
  color: white;
  font-family: 'Kaisei HarunoUmi', serif;
}

.footer-menu-list li a:hover {
  background-color: #fff;
  color: #d6bf44;
}

.footer-wrap h4 {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 3px;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: rgba(30, 50, 30, 1);
  font-family: 'Kaisei HarunoUmi', serif;
  color: white;

}

footer .copyright {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 15px;
  background-color: rgb(30, 50, 30, 1);
  color: white;
  font-family: 'Kaisei HarunoUmi', serif;
}

.copy-info {
 font-family: 'Kaisei HarunoUmi', serif;;
 color: #ffffff;
}

.shop img{
  border-radius: 10px;
}

.container {
  display: flex;
}

/*product*/
.product-content{
    position: relative;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 5%;
    padding-top: 5%;
    width: 100%;
}

.item-product-info{
   flex-direction: column;
   align-items: stretch;
   z-index: 1;
   margin-top: 0px;
   justify-content: center;
   padding-left: 5%;
   padding-right: 5%; 
}

.item-product-image {
  width: 90%;
  max-height: 80%;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.product-info {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: right;
  width: 50%;
  max-height: 300px;
  margin-left: 10px;
}

.shipping-date {
  background-color: rgb(30, 50, 30, 1);
  color: white;
  padding: 5px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.product-name{
  text-align: center;
  font-size: 30px;
  font-family: 'Kaisei HarunoUmi', serif;
  color: rgba(90, 90, 70, 1);
  border-bottom: 2px solid rgba(90, 90, 70, 0.5);
  width: 200px;
  margin: 0 auto;
}

.product-description {
  font-size: 16px;
  display: block;
  word-wrap: break-word;
  flex-wrap: wrap;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-left: 2%;
  padding-right: 2%;

}

.background-image {
  order: 4;
  opacity: 0.5;
}

.product-page-wrapper {
  position: relative;
    justify-content: center;
    width: 100%;
}

.products-det {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.breed-name {
  background-color: rgb(30, 50, 30, 1);
  color: white;
  padding: 5px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
　 margin-top: 0px;
}

.shipping-det {
  margin-bottom: -50px;
}

.breed {
    margin-bottom: 10px;
}

.ship {
    margin-top: 10px;
    margin-bottom: -10px;
}

.products-container {
    width: 100%;
    padding: 5%;
    margin-top: 5%;
    background-color: rgba(255, 255, 255, 0.5);
}

.product-images {
  display: flex;
  justify-content: space-between;
  margin-top: 10px
}

.products-gall {
  display: flex;
}

.product-ad {
  text-align: center;
  margin-top: 10px;
}

.product-ad img {
  width: 90%;
  content: url('img/230520_Kohlrabi-dottokomu-sp.jpg');
}

.column-images-wrapper {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.column-images-wrapper img{
    width: 100%;
    border-radius: 5%;
    border: 2px solid rgb(255, 255, 255);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.chatch-desc {
  display: flex;
}

.member-container {
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 20px;
  flex-direction: column;
  align-items: center; /* 水平方向の中央寄せ */
  justify-content: center; /* 垂直方向の中央寄せ */
  text-align: center; /* テキストの中央寄せ */
}

.member-shozo {
  position: relative;
  justify-content: center;
  width: 70%;
}

.member-det {
   display: flex;
   position: relative;
   width: calc(90%); 
   padding: 0px;
   flex-direction: column;
   text-align: center;
}

.member-role {
  margin: 0px;
  font-size: 15px;
}

.member-name-E {
  font-size: 15px;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 5px;
　top: -20px;
}

.member-pl {
  margin-bottom: 5px;
    text-align: left;
}


/*shop*/
.shop-content {
    position: relative;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 5%;
    padding-top: 5%;
    width: 100%;
}

.shop-content-read{
margin-top: 0px;
margin-bottom: 5px;
}

.shop-title {
  display: flex;
  background-color: rgb(255, 255, 255, 0.5);
  width: 50%;
  height: 35px;
  border-radius: 20px 20px 0 0;
  margin-left: 15px;
  align-items: center; /* 垂直方向の中央配置 */
  justify-content: center; /* 水平方向の中央配置 */

}

.shop-title p{
text-align: center;
font-family: 'Kaisei HarunoUmi', serif;
font-size: 20px;
color: rgb(150, 130, 30, 1);
}

.shop-page{
    margin-top: 15px;
    margin-bottom: 15px;
}

.shop-part-base {
    display: flex;
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 20px;
　　 justify-content: center;
    align-items: center;
    flex-direction: column;
}

.shop-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
}

.shop-name {
  text-align: center;
  font-size: 20px; 
}

.shop-table {
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.shop-table td,
.shop-table th {
  text-decoration: none;
  font-family: 'Kaisei HarunoUmi', serif;
  font-size: 14px;
  line-height: 1.1;
  padding: 10px;
  width: 25%; /* セルの幅を25%に設定 */
}

.shop-table tr:nth-child(even) {
  background-color: #f2f2f2; /* グレーの背景色 */
}

.shop-table tr:nth-child(odd) {
  background-color: #ffffff; /* 白の背景色 */
}


.shop-image-container {
  display: flex;
  justify-content: center;
  
}

.shop-image-container img{
  max-width: 100%;
  height: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.shop-page-part {
  display: flex;
  flex-direction: column;
  padding-top: 2%;
  padding-bottom: 5%;
}

/*Contact*/
.contact-content-wrapper {
  margin-top: 5px;
  margin-bottom: 0px;
  padding-bottom: 5%;
  padding-top: 5%;
  width: 100%;
  box-sizing: border-box;
}

.contact-content {
  width: 100%;
}

.contact-content input,
textarea {
  padding: 16px 25px;
  border: solid 1px #ccc;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.contact-content textarea:focus,
input:focus {
  border-color: rgb(204, 153, 0);
  box-shadow: 0 0 8px 0 rgb(204, 153, 0);
  background-color: rgba(255, 255, 255, 1);
}
.contact-content-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-content-inner dt {
  width: 50%;
}
.contact-content-inner dd {
  width: 100%;
}
.contact-content dl:not(:first-child) {
  padding-top: 20px;
  border-top: solid 1px #ccc;
}
.contact-content dl {
  padding-bottom: 20px;
}

.contact-content-inner_check {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-content-inner_check label {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.contact-content-inner_check input[type="checkbox"] {
  margin-right: 5px;
  background-color: rgb(30, 50, 30);
  width: 14px;
  height: 14px;
}

[type="submit"] {
  cursor: pointer;
  width: 30%;
  border-radius: 35px;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0;
  background-color: rgb(204, 153, 0);
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  display: block;
}
.wpcf7-not-valid-tip {
  margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
  width: 60%;
  margin: 0 auto;
  margin-top: 20px;
  color: #c00;
  background-color: #fee4e4;
  padding: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #fee4e4;
}
.color-red {
  color: red;
}

}


