/*
Theme Name: Oosu no Gyoza Theme
Theme URI: https://example.com
Author: Artteles
Author URI: https://example.com
Description: 浜松餃子「大須のぎょうざ」
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oosu-gyoza
*/

@charset "UTF-8";

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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; /* ボックスモデルを正しく扱う */
}

.rocknroll-one-regular {
  font-family: "Yuji-boku", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.yuji-boku-regular {
  font-family: "Yuji Boku", serif;
  font-weight: 400;
  font-style: normal;
}

.hina-mincho-regular {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-antique-regular {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
}

.sawarabi-mincho-regular {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.page-title{
    display: none;
}

html {
    font-size: 100%;
}

body{
    background-image: url("img/Oosu-background.jpg");
    background-size: contain; /* 画像全体を表示 */
    background-position: center;
    background-repeat: repeat; /* 繰り返し */
    background-attachment: scroll;
}

a {
    color: rgb(120, 150, 30, 1);
    text-decoration: none;
    font-family: "Hina Mincho", serif;
}

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

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

p {
    text-decoration: none;
    font-family: "Sawarabi mincho", serif;
    font-size: 17px;
    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: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-family: "Zen Antique", sans-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: "Yuji Boku", sans-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: "Yuji Boku", sans-serif;
    z-index: 2;
}

/*
H2-title*/

.H2-title-top {
    position: relative;
    text-decoration: none;
    font-family: "Zen Antique", sans-serif;
    font-size: 2em;
    color: #544123;
    width: 100%;
    line-height: 1.1;
    z-index: 1;
    margin: 20px auto;
}

.H2-back-chara {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-family: "Zen Antique", sans-serif;
    font-size: 5em;
    color: rgba(50, 30, 30, 0.1);
    width: 100%;
    line-height: 1.1;
    z-index: 1;
    margin: 20px auto;
}

.H2-back-chara_EN {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-family: "Zen Antique", sans-serif;
    font-size: 20px;
    color: rgba(30, 50, 30, 0.8);
    z-index: 0;
}

h3{
    position: relative;
    text-decoration: none;
    font-family: "Zen Antique", sans-serif;
    font-size: 1.4em;
    color: #544123;
    width: 100%;
    line-height: 1.1;
    margin-bottom: 20px
}

h4{
    position: relative;
    text-decoration: none;
    font-family: "Zen Antique", sans-serif;
    font-size: 1.2em;
    color: #544123;
    width: 100%;
    line-height: 1.1;
margin-bottom: 10px;
}

h5{
    position: relative;
    text-decoration: none;
    font-family: "Zen Antique", sans-serif;
    font-size: 1.8em;
    color: #544123;
    width: 100%;
    line-height: 1.1;
margin-bottom: 10px;
}

h6{
    position: relative;
    text-decoration: none;
    font-family: "Zen Antique", sans-serif;
    font-size: 3em;
    color: #544123;
    width: 100%;
    line-height: 1.1;
    margin-bottom: 20px;
    margin-top: 10px;
}

img {
    max-width: 100%;
}

.header {
    position: fixed; /* ヘッダーを固定 */
    top: 0;
    left: 0;
    width: 100%;
    background-color: #710410;
    display: flex;
    flex-direction: column;
    z-index: 100; /* 最前面にする */
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3); /* 影を追加 */
}

.header-wrapper {
    align-items: center;
}

.header-cont-in {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    justify-content: flex-start;
    z-index: 4;
    width: 30%;
    max-width: 350px;
}

.top-slide-area {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.top-slide {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.top-slide video {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    text-align: center;
    z-index: 4;
    max-width: 80%; /* テキストが広がりすぎるのを防ぐ */
    border-radius: 10px;
}

.video-overlay01 {
  color: #fff;           /* テキストの色 */
  font-size: 30px;       /* フォントサイズは適宜調整 */
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.video-overlay02 {
  color: #fff;           /* テキストの色 */
  font-size: 30px;       /* フォントサイズは適宜調整 */
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.video-overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* 黒いフィルター（透明度30%） */
  z-index: 1; /* テキストより後ろ、動画より前 */
}

/* グローバルメニュー */
.global-nav { 
  display: flex;
  justify-content: flex-end;
  z-index: 3;
  width: 100%;
  max-height: 100%;
}

.global-nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
}

.global-nav li {
  flex: 1;
  padding-left: 5px;
  padding-right: 5px;
  gap: 5px;    
  max-width: 100%;
  min-width: 100px;
  place-items: center;
  position: relative;
  overflow: hidden;
  white-space: nowrap;  
  border-right: 1px solid white;
}

/* 最後のメニューの右側の線を消す */
.global-nav li:last-child {
  border-right: none;
}

/* aタグをブロック化してクリック範囲を広く */
.global-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out;
  white-space: nowrap;
}

/* ホバー時の背景フェードアニメーション */
.global-nav li::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: bottom 0.3s ease-in-out;
  z-index: 0;
}

.global-nav li:hover::before {
  bottom: 0;
}

.global-nav li:hover a {
  color: #710410;
}

.global-nav li:not(:hover)::before {
  bottom: -100%;
}


.top-slide{
  width: 100%;
}

/*PC版のモバイル設定*/
.hamburger-menu{
 display: none;
}

/* メインのコンテナ（親要素） */
.contains-box {
    display: flex;
    align-items: flex-start; /* サイドバーとコンテンツを上揃え */
    max-width: 1200px;
    margin: 30px auto;
    gap: 20px;
    min-height: 500px; /* 高さを追加 */
}

.contain {
    position: relative;
    width: 100%; /* 親要素いっぱいに広げる */
    max-width: 1200px; /* 最大幅を設定 */
    margin: 40px auto; 
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-in, transform 0.8s ease-in;
}

.contain.visible {
    opacity: 1;
    transform: translateY(0);
}

/* メインコンテンツ（記事部分） */
article {
    flex: 3; /* メインコンテンツの比率 */
    position: relative;
}

/* サイドバー全体 */
aside {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: left;
    padding: 20px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

/* サイドバー */
.sidebar {
    max-width: 300px;
    position: sticky;
    top: 150px; /* 画面上部からの距離を指定 */
    height: auto; /* 高さを自動調整 */
}

/* 高さを調整 */
.widget {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.widget-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 2px solid #3b1414;
    padding-bottom: 5px;
    color: #3b1414;
}

/* 最近の投稿 */
.widget-recent-posts {
    width: 100%;
    list-style: none;
}

.widget-recent-posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-recent-info {
    list-style: none;
}

.recent-post-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.recent-post-thumb {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 10px;
}

.recent-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-post-text {
    flex: 1;
}

.recent-post-title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #3b1414;
    text-decoration: none;
}

.recent-post-title:hover {
    color: #ff6347;
}

.recent-post-date {
    font-size: 12px;
    color: #777;
}

/* 広告バナー用 */
.sidebar-widget img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
}

.sidebar-widget img:hover {
    transform: scale(1.05);
}

/* サイドバーを固定表示する（オプション） */
@media screen and (min-width: 1024px) {
    .sidebar {
        position: sticky;
        top: 20px;
    }
}

/*Index*/
/*about*/
.about-point-cont {
    display: flex;
    justify-content: space-between; /* 均等配置 */
    gap: 10px; /* 要素間の余白 */
    margin-top: 20px
}

.about-point-cont > div {
    flex: 1; /* 各要素の幅を均等に */
    text-align: left; /* テキスト中央寄せ（任意） */
    padding: 20px; /* 余白（デザイン次第で調整） */
    background-color: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* 影を追加 */
    border-radius: 10px;
}

.about-point-cont img {
    margin-top:20px;
    text-align: left; /* テキスト中央寄せ（任意） */
    max-width: 100%;
    background-color: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* 影を追加 */
    border-radius: 10px;
}

/*store*/


/*map*/
.map-container {
    width: 100%; /* 親要素いっぱいに広げる */
    max-width: 1200px; /* 最大幅を設定 */
    margin-top: 20px; 
    margin-bottom: 20px;
}

.map-container iframe {
    width: 100%;
    height: 450px; /* 高さは固定（調整可能） */
}

/*Item*/
.item-part {
    display: flex;
    background-color: rgba(255, 255, 255, 0.5); /* 背景だけ50%透明 */
    padding: 20px;
    margin-top: 15px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* 影を追加 */
    border-radius: 8px; /* 角を少し丸く */
}

.item-part-image img{
    max-width: 300px;
    padding:10px;
}

/*
POST LIST
================================================ */
/* 記事全体 */
.post-item {
    position: relative;
    display: flex;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, transform 0.2s;
}

.post-item:hover {
    background-color: rgba(255, 255, 255, 1);
    transform: translateY(-2px);
}

/* カテゴリ・日付・タイトルのレイアウト */
.post-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-height:30px;
    position: relative;
}

/* カテゴリ名のリンク（カテゴリページへ） */
.post-category a {
    font-weight: bold;
    color: #710410;
    text-decoration: none;
    position: relative; /* `z-index` を有効にするため */
    z-index: 10; /* カテゴリのリンクを最前面に */
}

.post-category a:hover {
    text-decoration: underline;
    color: #b04a2c;
}

/* 日付 */
.post-date {
    font-size: 14px;
    color: #777;
    min-width: 120px;
    text-align: center;
}

/* 記事タイトル */
.post-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    flex-grow: 1;
    text-align: left;
}

.post-item:hover .post-title {
    color: #b04a2c;
}

/* 背景全体を記事ページへのリンクに */
.post-content .post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5; /* カテゴリ名（z-index: 10）より低くする */
}


/* Archive 
================================================ */
.arch-post-item {
    position: relative; /* 背景リンクのためにrelativeを追加 */
    display: flex;
    gap: 15px;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    transition: background 0.3s ease-in-out;
    overflow: hidden; /* はみ出し防止 */
}

.arch-post-item:hover {
    background: #f9f9f9;
}

.arch-post-container {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    gap: 20px;
    position: relative; /* 背景リンクのため */
    z-index: 5; /* **背景リンクの影響を受けないため調整** */
}

.arch-post-chara{
    flex:2;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative; /* 背景リンクのため */
}

.arch-post-photo{
 flex:1;
 width: 100%;
}

/* 画像コンテナ */
.arch-post-thumb-cont {
    flex: 1;
    position: relative;
    z-index: 5; /* **他の要素より前面** */
}

/* サムネイル画像 */
.arch-post-thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.arch-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* 記事内容 */
.arch-post-content {
    flex: 2;
    position: relative;
    z-index: 10; /* **背景リンクより前面に配置** */
}

/* カテゴリと日付のボックス */
.arch-post-cate_date-box {
    margin-top: 20px;
    position: relative;
    z-index: 15; /* **カテゴリは常に最前面** */
}

/* カテゴリ */
.arch-post-category {
    font-weight: bold;
    margin-right: 10px;
    padding: 5px 10px;
    background-color: #710410;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    z-index: 15;
}

.arch-post-category a {
    text-decoration: none;
    color: #ffffff;
}

.arch-post-category:hover {
    background-color: #ce4203;
}

.arch-post-date {
    color: #666;
    margin-left: 10px;
}

/* 記事タイトル */
.arch-post-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 15px;
    position: relative;
    z-index: 15; /* **タイトルも前面に表示** */
}

.arch-post-title a {
    text-decoration: none;
    color: black;
}

.arch-post-title a:hover {
    color: #710410;
}

/* 記事の抜粋 */
.arch-post-excerpt {
    font-size: 0.9rem;
    color: #555;
    margin-top: 5px;
}

/* タグ */
.arch-post-tags {
    margin-top: auto;
    font-size: 14px;
    color: #666;
    position: relative;
    z-index: 15;
}

.arch-post-tags-label {
    font-weight: bold;
    color: #6e572c;
}

.arch-post-tag {
    display: inline-block;
    margin-right: 5px;
    padding: 4px 6px;
    background: #f1f1f1;
    color: #a59898;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.arch-post-tag:hover {
    background: #b9a665;
}

/* **背景全体をリンク可能にする（修正済み）** */
.post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; /* **他の要素に埋もれないように** */
}




/* シングルページ用CSS
================================================ */

.single-post-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* カテゴリと日付 */
.single-post-cate_date-box {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.single-post-category a {
    background: #710410;
    color: white;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 12px;
    text-decoration: none;
}

.single-post-category a:hover {
    background: #ff6347;
    color: white;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 12px;
    text-decoration: none;
}

.single-post-date {
    font-weight: bold;
}

/* 記事タイトル */
.single-post-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

/* 記事本文 */
.single-post-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

/* 画像 */
.single-post-photo {
    text-align: center;
    margin-bottom: 20px;
}

.single-post-photo img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

/* タグ */
.single-post-tags {
    margin-top: 20px;
}

.single-post-tags-label {
    font-weight: bold;
    margin-right: 10px;
}

.single-post-tag {
    background: #ddd;
    color: #333;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    margin-right: 5px;
}

.single-post-tag:hover {
    background: #bbb;
}

/* SNSシェアボタン */
.share-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
}

.share-buttons a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ddd;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    text-decoration: none;
    color: #333;
    transition: background 0.3s;
}

.share-buttons a:hover {
    background: #bbb;
}


/* about
------------------------------- */
.cookers-prof {
    display: flex;
    flex-wrap: wrap; /* 画面が狭い時に折り返し */
    justify-content: left; /* 中央配置 */
    gap: 20px; /* 要素間の余白 */
}

.cookers-plof-detail {
    display: flex;
    align-items: left; /* 画像とテキストを揃える */
    width: 100%;
    max-width: 1200px; /* 必要に応じて調整 */
}

.pics-chara-column {
    width: 250px; /* 画像の固定サイズ */
    height: 350px; /* 正方形に統一 */
    overflow: hidden; /* はみ出した部分をカット */
    display: flex;
    align-items: center;
    justify-content: center;
}

.pics-chara-column img {
    width: 100%; /* 画像をコンテナいっぱいに */
    height: auto; /* 縦横比を維持 */
    object-fit: cover; /* 画像のサイズを均一化 */
}

.cookers-plof-detail div {
    padding-left: 20px;
    flex: 1; /* テキスト部分が均等に広がる */
}

.history-table {
  width: 100%;

  border-collapse: collapse; /* 境界線をくっつける */
  margin-top: 15px;
  margin-bottom: 15px;
}

.history-table td,
.history-table th {
  font-family: 'hina-mincho', serif;
  line-height: 1.4;
  padding: 5px;

}

/* 左・右の枠幅を調整 */
.history-table th:first-child, 
.history-table td:first-child {
  width: 10%; 
  text-align: left;
}

.history-table th:last-child, 
.history-table td:last-child {
  width: 20%;
  text-align: left;
}

.history-table th:nth-child(2), 
.history-table td:nth-child(2),
.history-table th:nth-child(3), 
.history-table td:nth-child(3) {
  width: 30%; /* 中央の枠 */
}

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

.history-table tr:nth-child(odd) {
  background-color: #ffffff; /* 奇数行は白 */
}


/*Pride*/
.pride-points {
    flex-wrap: wrap; /* 画面が狭い時に折り返し */
    justify-content: left; /* 中央配置 */
    gap: 20px; /* 要素間の余白 */
    margin-top: 20px

}

.pride-points-detail {
margin-top: 30px;
z-index: 10;
    display: flex;
    align-items: left; /* 画像とテキストを揃える */
    width: 100%;
    max-width: 1200px; /* 必要に応じて調整 */
}

.pride-points-number {
    z-index: 0;
    position: relative;
    align-items: flex-start;
    text-decoration: none;
    font-family: "Zen Antique", sans-serif;
    font-size: 8em;
    color: #3b1414;
    max-width: 300px;
    line-height: 0.3;
    padding: 10px;
}

.pics-chara-column img {
    width: 100%; /* 画像をコンテナいっぱいに */
    height: auto; /* 縦横比を維持 */
    object-fit: cover; /* 画像のサイズを均一化 */
}

.cookers-plof-detail div {
    padding-left: 20px;
    flex: 1; /* テキスト部分が均等に広がる */
}

/* 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: 0%;
}


.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;
}

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

.pics-two-column
{
  display: flex;
  justify-content: left;
  align-items: center;
  max-width: 50%;
  max-height: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.pics img{
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.pics-one-column
{
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
  max-width: 50%;
  max-height: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.pics img{
  flex-shrink: 0;
  width: 100%;
  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-box{
  display: flex;
  justify-content: center;

}

.detail-link p {

  margin: 0;
  padding: 10px 10px;
  background-color: #710410;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.detail-link a {

  margin: 0;
  padding: 10px 10px;
  background-color: #710410;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}


/* タヌキとTOPボタンのコンテナ */
.tanuki-container {
    position: fixed;  /* 画面右下に固定配置 */
    bottom: -150px; /*  画面下端にピッタリ配置 */
    right: 20px; /*  画面右端に適度な余白を確保 */
    z-index: 2000; /* 他の要素より上に表示 */
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none; /* 背景クリックをブロックしない */
}

/*  タヌキ */
.tanuki {
    position: relative;  /* コンテナの基準に従う */
    bottom: 0;
    max-width: 200px;
    width: 100%;
    height: auto;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    pointer-events: auto;
}

/*  トップへ戻るボタン */
.scroll-top {
    position: relative; /* タヌキの上に配置 */
    bottom: 220px; /* タヌキとの距離を適切に */
    max-width: 120px;
    width: 100%;
    opacity: 0;
    transform: translateY(200px); /* 画面の外に隠す */
    transition: opacity 0.5s ease-in, transform 0.5s ease-in;
    pointer-events: auto;
}

/*  タヌキが消えた後のスタイル（スクロール後） */
.tanuki.hidden {
    opacity: 0; /* タヌキをフェードアウト */
    transform: translateY(50px); /* 50px下に移動 */
}

/*  トップボタンが表示されるとき */
.scroll-top.show {
    opacity: 1; /* ボタンをフェードイン */
    transform: translateY(-50px); /* 上へ移動 */
}


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

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


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

.footer-wrap {
  display: flex;
  background-color: #710410;
  justify-content: center;
  flex-direction: column;
}

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

.contact p{
  color: white;
}

.footer-logo img{
 position: relative;
 height: 100%;
 width: 100%;
 max-width: 300px;
}

.footer-menu-list ul {
  list-style: none; /* リストの点を消す */
  padding: 0;
  margin: 20px;
  display: flex; /* 横並びにする */
  justify-content: center;

}

.footer-menu-list li {
  position: relative; /* フェードイン・アウト用 */
  overflow: hidden; /* アニメーション範囲を制限 */
  white-space: nowrap; /* 文字の折り返しを防ぐ */

  /* 右側に白い線を入れる */
  border-right: 1px solid white;
}

/* 最後のメニューの右側の線を消す */
.footer-menu-list li:last-child {
  border-right: none;
}

.footer-menu-list li a {
  display: block;
  text-decoration: none;
  color: #fff; /* 例: 白文字 */
  font-weight: bold;
  padding: 10px 15px; /* クリック範囲を広げる */
  transition: color 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

/* ホバー時の背景フェードアニメーション */
.footer-menu-list li::before {
  content: "";
  position: absolute;
  bottom: -100%; /* 最初は下に隠す */
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5); /* ホバー時の背景色 */
  transition: bottom 0.3s ease-in-out;
  z-index: 0;
}

.footer-menu-list li:hover::before {
  bottom: 0; /* 下から上にフェードイン */
}

.footer-menu-list li:hover a {
  color: #fff; /* ホバー時の文字色を指定 */
}

/* ホバーが外れたときのフェードアウト */
.footer-menu-list li:not(:hover)::before {
  bottom: -100%; /* 上から下にフェードアウト */
}

footer .copyright {
  display: block;
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
  font-size: 15px;
  color: white;
  font-family: 'Kaisei HarunoUmi', serif;
  background-color: #710410;
}

.copyright p {
    text-decoration: none;
    font-family: "Sawarabi mincho", serif;
    font-size: 17px;
    color: #505050;/*文字色*/
}

.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{
   display: flex;
   flex-direction: column;
   justify-content: center;
   margin-top: 5%;
   padding-left: 5%;
   padding-right: 5%; 
   width: 100%;
}

.item-product-image {
  width: 50%;
  max-height: 50%;
  z-index: 0;
}

.item-data img{
width: 100%;
margin-top:20px;
}

.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: 5px;
  margin-bottom: 0px;
  width: 50%;
}

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

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

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

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

.product-name{
  margin: 0px 0;
  font-size: 55px;
  font-family: 'Kaisei HarunoUmi', serif;
  color: rgba(90, 90, 70, 1)
}

.product-description {
  font-family: 'Shippori Antique B1', sans-serif;
  font-size: 18px;
  display: block;
  word-wrap: break-word;
  flex-wrap: wrap;
  margin-top: 2%;
  padding-left: 5%;
  padding-right: 5%;
}

/* products-table */
.products-table {
  width: 100%;
  text-align: center;
}

.products-table td,
.products-table th {
  text-decoration: none;
  font-family: 'Kaisei HarunoUmi', serif;
  line-height: 1.1;
  padding: 10px;
}

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

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

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

.products-gall {
  display: flex;
}

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

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

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

.column-images-wrapper img{
    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-content{
    position: relative;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 5%;
    padding-top: 5%;
    width: 100%;
}

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

.member-shozo {
  position: relative;
  width: 300px;
  max-width: 300px;
  justify-content: center;
  align-items: center;
}

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

}

.member-role {
  margin: 0px;
}

.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: 15px;
  padding-right: 0px;
}

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

.shop-table {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.shop-table td,
.shop-table th {
  text-decoration: none;
  font-family: 'hina-mincho', 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;
  align-items: center;
  overflow: hidden;
}

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

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

/*Contact*/
.contact-list-wrapper{
 margin: 20px auto;
}

.contact-list{
 list-style: none;
}

.contact-list li{
    text-decoration: none;
    font-family: "Sawarabi mincho", serif;
    font-size: 17px;
    color: #505050;/*文字色*/
}

.contact-content-wrapper {
 position: relative;
 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;
}




/* メディア設定 481px-->1024px
----------------------------------------------------------------------- */
@media screen and (max-width: 990px){

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; /* ボックスモデルを正しく扱う */
}

.rocknroll-one-regular {
  font-family: "Yuji-boku", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.yuji-boku-regular {
  font-family: "Yuji Boku", serif;
  font-weight: 400;
  font-style: normal;
}

.hina-mincho-regular {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-antique-regular {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
}

.sawarabi-mincho-regular {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.page-title{
    display: none;
}

html {
    font-size: 100%;
}

body{
    background-image: url("/wp-content/themes/OosunoGyouza_wordpress-theme/img/Oosu-background.jpg");
    background-size: contain; /* 画像全体を表示 */
    background-position: center;
    background-repeat: repeat; /* 繰り返し */
    background-attachment: scroll;
}

a {
    color: rgb(120, 150, 30, 1);
    text-decoration: none;
    font-family: "Hina Mincho", serif;
}

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

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

p {
    text-decoration: none;
    font-family: "Sawarabi mincho", serif;
    font-size: 17px;

    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: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-family: "Zen Antique", sans-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: "Yuji Boku", sans-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: "Yuji Boku", sans-serif;
    z-index: 2;
}

/*
H2-title*/

.H2-title-top {
    position: relative;
    text-decoration: none;
    font-family: "Zen Antique", sans-serif;
    font-size: 1.5em;
    color: #544123;
    width: 100%;
    line-height: 1.1;
    z-index: 1;
    margin: 20px auto;
}

.H2-back-chara {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-family: "Zen Antique", sans-serif;
    font-size: 5em;
    color: rgba(50, 30, 30, 0.1);
    width: 100%;
    line-height: 1.1;
    z-index: 1;
    margin: 20px auto;
}

.H2-back-chara_EN {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-family: "Zen Antique", sans-serif;
    font-size: 20px;
    color: rgba(30, 50, 30, 0.8);
    z-index: 0;
}

h3{
    position: relative;
    text-decoration: none;
    font-family: "Zen Antique", sans-serif;
    font-size: 1.4em;
    color: #544123;
    width: 100%;
    line-height: 1.1;
    margin-bottom: 20px
}

h4{
    position: relative;
    text-decoration: none;
    font-family: "Zen Antique", sans-serif;
    font-size: 1.2em;
    color: #544123;
    width: 100%;
    line-height: 1.1;
margin-bottom: 10px;
}

h5{
    position: relative;
    text-decoration: none;
    font-family: "Zen Antique", sans-serif;
    font-size: 1.8em;
    color: #544123;
    width: 100%;
    line-height: 1.1;
margin-bottom: 10px;
}

h6{
    position: relative;
    text-decoration: none;
    font-family: "Zen Antique", sans-serif;
    font-size: 3em;
    color: #544123;
    width: 100%;
    line-height: 1.1;
    margin-bottom: 20px;
    margin-top: 10px;
}

img {
    max-width: 100%;
}

.header {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #710410;
}

.header-wrapper{
  margin-bottom: 20px
}

.header-cont-in{
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header-logo{
  justify-content: center;
  z-index: 4;
  width: 50%;
}

.top-slide {
  position: relative; /* 子要素を絶対配置するために必要 */
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.top-slide video {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.video-overlay{
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;           /* テキストの色 */
  font-size: 30px;       /* フォントサイズは適宜調整 */
  text-align: center;
  max-width: 600px;
  z-index: 2;          /* 動画の上に表示 */
  white-space: nowrap;
}

.video-overlay01 {
  color: #fff;           /* テキストの色 */
  font-size: 1rem;       /* フォントサイズは適宜調整 */
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.video-overlay02 {
  color: #fff;           /* テキストの色 */
  font-size: 1rem;       /* フォントサイズは適宜調整 */
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.video-overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* 黒いフィルター（透明度30%） */
  z-index: 1; /* テキストより後ろ、動画より前 */
}

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

.top-slide{
  width: 100%;
}

/* =================
メニュー部分の実装
================= */

/*PC版のモバイル設定*/
.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%; /*メニューを画面内へ動かす*/
}

/* メインのコンテナ（親要素） */
.contains-box {
    display: flex;
    flex-direction: column;
    max-width: 90%;
    margin: 30px auto;
    gap: 20px;
    min-height: 500px; /* 高さを追加 */
}

.contain {
    position: relative;
    width: 100%; /* 親要素いっぱいに広げる */
    max-width: 1200px; /* 最大幅を設定 */
    margin: 20px auto; 
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-in, transform 0.8s ease-in;
}

.contain.visible {
    opacity: 1;
    transform: translateY(0);
}

/* メインコンテンツ（記事部分） */
article {
    flex: 3; /* メインコンテンツの比率 */
    position: relative;
}

/* サイドバー */
aside {
 display:none;
}

/*Index*/
/*about*/
.about-point-cont {
    display: flex;
    flex-direction: column;
    gap: 10px; /* 要素間の余白 */
    margin-top: 20px;
}

.about-point-cont > div {

    flex: 1; /* 各要素の幅を均等に */
    text-align: left; /* テキスト中央寄せ（任意） */
    padding: 20px; /* 余白（デザイン次第で調整） */
    background-color: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* 影を追加 */
    border-radius: 10px;
    justify-content: center;

}

.about-point-cont img {
    margin-top:20px;
    text-align: left; /* テキスト中央寄せ（任意） */
    max-width: 100%;
    background-color: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* 影を追加 */
    border-radius: 10px;

}

/*store*/


/*map*/
.map-container {
    width: 100%; /* 親要素いっぱいに広げる */
    max-width: 1200px; /* 最大幅を設定 */
    margin-top: 20px; 
    margin-bottom: 20px;
}

.map-container iframe {
    width: 100%;
    height: 450px; /* 高さは固定（調整可能） */
}

    /* 商品ブロックを2カラムにする */
    .contain .item-part {
        width: 100%;
        display: flex;
        flex-direction: column; /* 各アイテム内部は縦並び */
        text-align: center;
        align-items: center;
        padding: 10px;
        box-sizing: border-box;
    }

    /* 詳細部分のレイアウト */
    .contain .item-detail {
        display: flex;
        flex-direction: column; /* 内部を縦並び */
        align-items: center;
    }

    /* 各要素の順序 */
    .contain .item-detail h3 { /* キャッチコピー */
        order: 1;
        font-size: 1.2rem;
        margin-bottom: 5px;
        text-align-last: left;
        max-width: 90%; 
    }

    .contain .item-detail h6 { /* 商品名 */
        order: 2;
        font-size: 2rem;
        text-align-last: left;
        margin-bottom: 10px;
                max-width: 90%; 
    }

    .contain .item-part-image a{
        order: 3;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .contain .item-part-image img {
        max-width: 90%;
        height: auto;
    }

    .contain .item-detail p { /* 商品説明 */
        order: 4;
        font-size: 0.9rem;
        margin-top: 5px;
        text-align-last: left;
        max-width: 90%; 
    }

    .contain .item-data {
        order: 5; /* 商品データ画像 */
        margin-top: 5px;
    }

    .contain .item-data img {
        max-width: 80%;
        height: auto;
    }

/*
POST LIST
================================================ */
.TOP-parts-area {
  position:relative;
  margin-top: 50px;
  margin-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: 1rem;
    left: 1rem;
    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: 13px;
    padding: .5rem;
}

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

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

/* Archive 
================================================ */
.arch-post-item {
    position: relative; /* 背景リンクのためにrelativeを追加 */
    display: flex;
    gap: 15px;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    transition: background 0.3s ease-in-out;
    overflow: hidden; /* はみ出し防止 */
}

.arch-post-item:hover {
    background: #f9f9f9;
}

.arch-post-container {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    gap: 20px;
    position: relative; /* 背景リンクのため */
    z-index: 5; /* **背景リンクの影響を受けないため調整** */
}

.arch-post-chara{
    flex:2;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative; /* 背景リンクのため */
}

.arch-post-photo{
 flex:1;
 width: 100%;
}

/* 画像コンテナ */
.arch-post-thumb-cont {
    flex: 1;
    position: relative;
    z-index: 5; /* **他の要素より前面** */
}

/* サムネイル画像 */
.arch-post-thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.arch-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* 記事内容 */
.arch-post-content {
    flex: 2;
    position: relative;
    z-index: 10; /* **背景リンクより前面に配置** */
}

/* カテゴリと日付のボックス */
.arch-post-cate_date-box {
    margin-top: 20px;
    position: relative;
    z-index: 15; /* **カテゴリは常に最前面** */
}

/* カテゴリ */
.arch-post-category {
    font-weight: bold;
    margin-right: 10px;
    padding: 5px 10px;
    background-color: #710410;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    z-index: 15;
}

.arch-post-category a {
    text-decoration: none;
    color: #ffffff;
}

.arch-post-category:hover {
    background-color: #ce4203;
}

.arch-post-date {
    color: #666;
    margin-left: 10px;
}

/* 記事タイトル */
.arch-post-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 15px;
    position: relative;
    z-index: 15; /* **タイトルも前面に表示** */
}

.arch-post-title a {
    text-decoration: none;
    color: black;
}

.arch-post-title a:hover {
    color: #710410;
}

/* 記事の抜粋 */
.arch-post-excerpt {
    font-size: 0.9rem;
    color: #555;
    margin-top: 5px;
}

/* タグ */
.arch-post-tags {
    margin-top: auto;
    font-size: 14px;
    color: #666;
    position: relative;
    z-index: 15;
}

.arch-post-tags-label {
    font-weight: bold;
    color: #6e572c;
}

.arch-post-tag {
    display: inline-block;
    margin-right: 5px;
    padding: 4px 6px;
    background: #f1f1f1;
    color: #a59898;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.arch-post-tag:hover {
    background: #b9a665;
}

/* **背景全体をリンク可能にする（修正済み）** */
.post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; /* **他の要素に埋もれないように** */
}




/* シングルページ用CSS
================================================ */

.single-post-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* カテゴリと日付 */
.single-post-cate_date-box {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.single-post-category a {
    background: #710410;
    color: white;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 12px;
    text-decoration: none;
}

.single-post-category a:hover {
    background: #ff6347;
    color: white;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 12px;
    text-decoration: none;
}

.single-post-date {
    font-weight: bold;
}

/* 記事タイトル */
.single-post-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

/* 記事本文 */
.single-post-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

/* 画像 */
.single-post-photo {
    text-align: center;
    margin-bottom: 20px;
}

.single-post-photo img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

/* タグ */
.single-post-tags {
    margin-top: 20px;
}

.single-post-tags-label {
    font-weight: bold;
    margin-right: 10px;
}

.single-post-tag {
    background: #ddd;
    color: #333;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    margin-right: 5px;
}

.single-post-tag:hover {
    background: #bbb;
}

/* SNSシェアボタン */
.share-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
}

.share-buttons a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ddd;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    text-decoration: none;
    color: #333;
    transition: background 0.3s;
}

.share-buttons a:hover {
    background: #bbb;
}



/* about
------------------------------- */
.cookers-prof {
    display: flex;
    flex-wrap: wrap; /* 画面が狭い時に折り返し */
    justify-content: left; /* 中央配置 */
    gap: 20px; /* 要素間の余白 */
}

.cookers-plof-detail {
    display: flex;
    align-items: left; /* 画像とテキストを揃える */
    width: 100%;
    max-width: 1200px; /* 必要に応じて調整 */
}

.pics-chara-column {
    width: 250px; /* 画像の固定サイズ */
    height: 350px; /* 正方形に統一 */
    overflow: hidden; /* はみ出した部分をカット */
    display: flex;
    align-items: center;
    justify-content: center;
}

.pics-chara-column img {
    width: 100%; /* 画像をコンテナいっぱいに */
    height: auto; /* 縦横比を維持 */
    object-fit: cover; /* 画像のサイズを均一化 */
}

.cookers-plof-detail div {
    padding-left: 20px;
    flex: 1; /* テキスト部分が均等に広がる */
}

.history-table {
  width: 100%;

  border-collapse: collapse; /* 境界線をくっつける */
  margin-top: 15px;
  margin-bottom: 15px;
}

.history-table td,
.history-table th {
  font-family: 'hina-mincho', serif;
  line-height: 1.4;
  padding: 5px;

}

/* 左・右の枠幅を調整 */
.history-table th:first-child, 
.history-table td:first-child {
  width: 10%; 
  text-align: left;
}

.history-table th:last-child, 
.history-table td:last-child {
  width: 20%;
  text-align: left;
}

.history-table th:nth-child(2), 
.history-table td:nth-child(2),
.history-table th:nth-child(3), 
.history-table td:nth-child(3) {
  width: 30%; /* 中央の枠 */
}

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

.history-table tr:nth-child(odd) {
  background-color: #ffffff; /* 奇数行は白 */
}


/*Pride*/
.pride-points {
    flex-wrap: wrap; /* 画面が狭い時に折り返し */
    justify-content: left; /* 中央配置 */
    gap: 20px; /* 要素間の余白 */
    margin-top: 20px

}

.pride-points-detail {
margin-top: 30px;
z-index: 10;
    display: flex;
    align-items: left; /* 画像とテキストを揃える */
    width: 100%;
    max-width: 1200px; /* 必要に応じて調整 */
}

.pride-points-number {
    z-index: 0;
    position: relative;
    align-items: flex-start;
    text-decoration: none;
    font-family: "Zen Antique", sans-serif;
    font-size: 8em;
    color: #3b1414;
    max-width: 300px;
    line-height: 0.3;
    padding: 10px;
}

.pics-chara-column img {
    width: 100%; /* 画像をコンテナいっぱいに */
    height: auto; /* 縦横比を維持 */
    object-fit: cover; /* 画像のサイズを均一化 */
}

.cookers-plof-detail div {
    padding-left: 20px;
    flex: 1; /* テキスト部分が均等に広がる */
}

/* 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: 0%;
}


.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;
}

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

.pics-two-column
{
  display: flex;
  justify-content: left;
  align-items: center;
  max-width: 50%;
  max-height: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.pics img{
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.pics-one-column
{
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
  max-width: 50%;
  max-height: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.pics img{
  flex-shrink: 0;
  width: 100%;
  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-box{
  display: flex;
  justify-content: center;

}

.detail-link p {

  margin: 0;
  padding: 10px 10px;
  background-color: #710410;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.detail-link a {

  margin: 0;
  padding: 10px 10px;
  background-color: #710410;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

/* タヌキとTOPボタンのコンテナ */
.tanuki-container {
    position: fixed;  /* 画面右下に固定配置 */
    bottom: -150px; /*  画面下端にピッタリ配置 */
    right: 10px; /*  画面右端に適度な余白を確保 */
    z-index: 2000; /* 他の要素より上に表示 */
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none; /* 背景クリックをブロックしない */
}

/*  タヌキ */
.tanuki {
    position: relative;  /* コンテナの基準に従う */
    bottom: 50px;
    max-width: 150px;
    width: 100%;
    height: auto;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    pointer-events: auto;
}

/*  トップへ戻るボタン */
.scroll-top {
    position: relative; /* タヌキの上に配置 */
    bottom: 150px; /* タヌキとの距離を適切に */
    max-width: 80px;
    width: 100%;
    opacity: 0;
    right: -40px;
    transform: translateY(200px); /* 画面の外に隠す */
    transition: opacity 0.5s ease-in, transform 0.5s ease-in;
    pointer-events: auto;
}

/*  タヌキが消えた後のスタイル（スクロール後） */
.tanuki.hidden {
    opacity: 0; /* タヌキをフェードアウト */
    transform: translateY(50px); /* 50px下に移動 */
}

/*  トップボタンが表示されるとき */
.scroll-top.show {
    opacity: 1; /* ボタンをフェードイン */
    transform: translateY(-50px); /* 上へ移動 */
}




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

.footer-wrap {
  display: flex;
  background-color: #710410;
  justify-content: center;
  flex-direction: column;
}

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

.contact p{
  color: white;
}

.footer-logo img{
 position: relative;
 height: 100%;
 width: 100%;
 max-width: 300px;
}

.footer-menu-list ul {
  list-style: none; /* リストの点を消す */
  padding: 0;
  margin: 20px;
  display: flex; /* 横並びにする */
  justify-content: center;

}

.footer-menu-list li {
  position: relative; /* フェードイン・アウト用 */
  overflow: hidden; /* アニメーション範囲を制限 */
  white-space: nowrap; /* 文字の折り返しを防ぐ */

  /* 右側に白い線を入れる */
  border-right: 1px solid white;
}

/* 最後のメニューの右側の線を消す */
.footer-menu-list li:last-child {
  border-right: none;
}

.footer-menu-list li a {
  display: block;
  text-decoration: none;
  color: #fff; /* 例: 白文字 */
  font-weight: bold;
  padding: 10px 15px; /* クリック範囲を広げる */
  transition: color 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

/* ホバー時の背景フェードアニメーション */
.footer-menu-list li::before {
  content: "";
  position: absolute;
  bottom: -100%; /* 最初は下に隠す */
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5); /* ホバー時の背景色 */
  transition: bottom 0.3s ease-in-out;
  z-index: 0;
}

.footer-menu-list li:hover::before {
  bottom: 0; /* 下から上にフェードイン */
}

.footer-menu-list li:hover a {
  color: #fff; /* ホバー時の文字色を指定 */
}

/* ホバーが外れたときのフェードアウト */
.footer-menu-list li:not(:hover)::before {
  bottom: -100%; /* 上から下にフェードアウト */
}

footer .copyright {
  display: block;
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
  font-size: 10px;
  color: white;
  font-family: 'Kaisei HarunoUmi', serif;
  background-color: #710410;
}

.copyright p {
    text-decoration: none;
    font-family: "Sawarabi mincho", serif;
    font-size: 12px;
    color: #505050;/*文字色*/
}

.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{
   display: flex;
   flex-direction: column;
   justify-content: center;
   margin-top: 5%;
   padding-left: 5%;
   padding-right: 5%; 
   width: 100%;
}

.item-product-image {
  width: 50%;
  max-height: 50%;
  z-index: 0;
}

.item-data img{
width: 100%;
margin-top:20px;
}

.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: 5px;
  margin-bottom: 0px;
  width: 50%;
}

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

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

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

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

.product-name{
  margin: 0px 0;
  font-size: 55px;
  font-family: 'Kaisei HarunoUmi', serif;
  color: rgba(90, 90, 70, 1)
}

.product-description {
  font-family: 'Shippori Antique B1', sans-serif;
  font-size: 18px;
  display: block;
  word-wrap: break-word;
  flex-wrap: wrap;
  margin-top: 2%;
  padding-left: 5%;
  padding-right: 5%;
}

/* products-table */
.products-table {
  width: 100%;
  text-align: center;
}

.products-table td,
.products-table th {
  text-decoration: none;
  font-family: 'Kaisei HarunoUmi', serif;
  line-height: 1.1;
  padding: 10px;
}

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

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

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

.products-gall {
  display: flex;
}

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

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

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

.column-images-wrapper img{
    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-content{
    position: relative;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 5%;
    padding-top: 5%;
    width: 100%;
}

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

.member-shozo {
  position: relative;
  width: 300px;
  max-width: 300px;
  justify-content: center;
  align-items: center;
}

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

}

.member-role {
  margin: 0px;
}

.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: 15px;
  padding-right: 0px;
}

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

.shop-table {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.shop-table td,
.shop-table th {
  text-decoration: none;
  font-family: 'hina-mincho', 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;
  align-items: center;
  overflow: hidden;
}

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

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

/*Contact*/
.contact-list-wrapper{
 margin: 20px auto;
}

.contact-list{
 list-style: none;
}

.contact-list li{
    text-decoration: none;
    font-family: "Sawarabi mincho", serif;
    font-size: 17px;
    color: #505050;/*文字色*/
}

.contact-content-wrapper {
 position: relative;
 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;
}
}
