/*
Theme Name: Arkhe
Theme URI: https://arkhe-theme.com/
Version: 3.12.0
Tested up to: 6.8
Requires at least: 6.0
Requires PHP: 7.0
Description: A very simple theme for production templates. Customize as you like.
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, theme-options, block-styles, wide-blocks
Author: LOOS,Inc.
Author URI: https://loos.co.jp/
Text Domain: arkhe
Domain Path: /languages
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/


body {
    margin: 0;
    padding: 0;
    /* 全体を丸文字に設定 */
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #333;
    overflow-x: hidden;
}
a{
	text-decoration: none;
}
/* ヘッダー周り */
.header { padding: 20px 20px; }
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
}
.logo img { height: 120px; width: auto; }

/* PCナビゲーション */
.nav-desktop ul {
    display: flex;
    list-style: none;
    gap: 15px;
    margin: 0;
}
.nav-desktop a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: block;
}
.nav-desktop span {
    display: block;
    font-size: 10px;
    color: #e9a18d;
}

/* ハンバーガーメニュー（初期状態は非表示） */
.hamburger {
    display: none;
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
}
.hamburger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #333;
    transition: all 0.3s;
}
.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 11px; }
.hamburger span:nth-child(3) { bottom: 0; }

/* MVエリア */
.mv-section { padding: 0px 20px 100px; }
.mv-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.mv-image img {
    width: 100%;
    border-radius: 40px;
}
.illust-left {position: absolute;
    left: -100px;
    bottom: -40px;
    width: 30%;
    z-index: 5;}
.illust-right {
	position: absolute; right: -100px; bottom: -40px; width: 30%; z-index: 5; }
.illust-left img, .illust-right img { width: 100%; }

/* PC用サイドボタン (Fixed) */
.side-buttons {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0px;
    z-index: 100;
}
.side-buttons a {
    writing-mode: vertical-rl;
    padding: 25px 12px;
    color: #fff;
    text-decoration: none;
    border-radius: 15px 0 0 15px;
    font-size: 15px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.side-buttons i {
    writing-mode: horizontal-tb; /* アイコンは縦にしない */
    font-size: 18px;
}
.btn-ec { background-color: #d896a3; }
.btn-contact { background-color: #f19f82; }

/* スマホ用フッターCTA（初期状態は隠す） */
.mobile-footer-cta {
    position: fixed;
    bottom: -100px; /* 隠しておく */
    left: 0;
    width: 100%;
    display: flex;
    z-index: 1000;
    transition: bottom 0.4s ease;
}
.mobile-footer-cta.is-show {
    bottom: 0;
}
.mobile-footer-cta a {
    flex: 1;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* 1151px以下のレスポンシブ設定 */
@media screen and (max-width: 1151px) {
    .nav-desktop { display: none; }
    .hamburger { display: block; }
    
    .pc-only { display: none; } /* サイドボタンを消す */
    
    .mv-image img { border-radius: 20px; }
    .illust-left, .illust-right { width: 30%; }
.tf3 {
    max-width: unset;
	margin: 0 5%;
	}
}

/* PCのみ表示、スマホのみ表示の切り分け */
@media screen and (min-width: 1152px) {
    .mobile-footer-cta { display: none; }
}

.tf3{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	gap: 60px;
	justify-content: center;
	align-items: top;
	align-content: center;
	margin-bottom: 40px;
}

.tf3-inner{
text-align: center;	
}

.tf3-inner img{
	margin-bottom: 20px;
}

.tf3 h2{
	font-size: 18px;
}

.btn01{
	background-color: #f19f82;
	color: #fff;
	width: 220px;
	padding: 10px 20px;
	display: block;
	margin: 0 auto;
	border-radius: 10px;
	text-align: center;
}


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}


.top_feature {
    padding: 0 0 50px 0;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/top_fea.png);
}



.top_menu{
	padding: 50px 0;
}

.top_menu h2{
    font-size: 45px;
    font-weight: 900;
    text-align: center;
    color: #ea8f71;
    line-height: 1.3;
    text-align: left;
	margin: 0 0 20px 10%;
	position: relative;
	padding-bottom: 10px;
}

.top_menu h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: #ea8f71;
}


.top_menu h3{
    font-size: 16px;
    font-weight: 900;
    text-align: left;
    color: #545454;
    line-height: 1.3;
    text-align: left;
	margin: 0 0 30px 10%;
}

.top_menu h2.t_right{
	text-align: right;
	margin: 0 10% 20px 0;
}
.top_menu h3.t_right{
	text-align: right;
	margin: 0 10% 40px 0;
}

.tmb_r{
	float: right;
	text-align: right;
	margin: -100px 0 0 auto;
	width: 50%;
}

.tmb_r .mtxt{
	margin: 0 5% 30px 0;
	text-align: left;
}

.tmb_r img{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.tmb_r .more img{
	width: auto;
	margin: 0 30px 0 0;
}

.tmb_l{
	width: 40%;
	float: left;
}

.tmb_l img{
	width: 100%;
}

@media screen and (max-width: 767px) {
.pcnon{
	display: block;
}
.spnon{
	display: none;
}
.tmb_r {
    float: none;
    text-align: right;
    margin: 0 0 0 auto;
    width: 80%;
}

.tmb_l {
    width: 55%;
    float: none;
}
.itb_l {
    margin: 0 auto 40px auto;
    width: 80%;
    float: none;
}
	
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    color: #e9a18d;
    margin: 0;
}

.gallery-section {
    background-color: #fff1ed;
    padding: 60px 0;
    overflow: hidden;
	margin-top: 80px;
	margin-bottom: 80px;
}

.slider-container {
    width: 100%;
    overflow: hidden;
}

.slider-inner {
    display: flex;
    width: max-content; /* 中身の合計幅に自動調整 */
}

.slider-item {
    width: 300px;
    margin-right: 20px;
    flex-shrink: 0; /* 幅が勝手に縮まないように固定 */
}

.slider-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    display: block;
}

/* EC・FAQ共通バナー */
.banner-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    border: 2px solid #e2d4b6;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 60px;
    transition: opacity 0.3s;
}

.banner-link:hover { opacity: 0.8; }

.banner-img { width: 45%; }
.banner-img img { width: 100%; display: block; }

.banner-text {
    width: 55%;
    padding: 30px;
    position: relative;
}

.banner-text h3 {
    font-size: 24px;
    margin-top: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.cart-icon {
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 80px;
    color: rgba(0,0,0,0.05); /* 背景に薄く表示 */
}

/* How to / Flow セクション */
.info-grid {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 80px;
}

.info-item {
    flex: 1;
    text-align: center;
}

.info-item h2 { font-size: 36px; color: #e9a18d; margin: 0; }

.sub-title { display: block; font-size: 14px; font-weight: bold; margin-bottom: 15px; }

.underline {
    position: relative;
    display: inline-block;
}
.underline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #fff5a6; /* マーカー風 */
    z-index: -1;
}

.info-img {
    border: 10px solid #fff1ed;
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.info-img img { width: 100%; display: block; }


/* FAQバナーの個別調整 */
.faq-en { color: #e9a18d; margin-bottom: 0 !important; border: none !important; }
.faq-jp { margin-top: 0 !important; font-size: 20px !important; border: none !important; }
.arrow { position: absolute; right: 30px; bottom: 20px; color: #f19f82; font-size: 24px; }

/* レスポンシブ */
@media screen and (max-width: 768px) {
    .banner-link { flex-direction: column; }
    .banner-img, .banner-text { width: 100%; }
    .info-grid { flex-direction: column; }
}


.news-section {
    padding: 80px 0;
    background: url('/wp-content/uploads/newsbg.jpg') repeat center;
    background-size: 500px; /* レンガ調なのでサイズ調整 */
    position: relative;
}

.news-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.news-item {
    width: 320px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s;
}
.news-item:hover { transform: translateY(-5px); }

.news-item a { text-decoration: none; color: inherit; }

.news-thumb { height: 200px; overflow: hidden; }
.news-thumb img { width: 100%; height: 100%; object-fit: cover; }

.news-content { padding: 15px; }
.news-date { color: #e9a18d; font-size: 14px; font-weight: bold; }
.news-title { 
    margin-top: 5px; 
    font-size: 15px; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn-center { text-align: center; }

/* Contact Section */
.contact-section {
    padding: 100px 0;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('/wp-content/uploads/newsbg.jpg') center/cover;
    /* 背景が黒っぽい魚の画像の場合、上記の通りオーバーレイをかけると文字が見やすくなります */
    color: #fff;
    text-align: center;
}

.section-title.white h2 { color: #f19f82; }
.section-title.white span { color: #fff; }

.contact-lead { margin-bottom: 40px; line-height: 1.8; }

.contact-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.c-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fff;
    color: #333;
    padding: 15px 30px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: bold;
    min-width: 280px;
    border: 3px solid #f19f82;
}

.c-btn i { color: #f19f82; font-size: 20px; }
.c-btn.line i { color: #06C755; }

/* Footer */
.footer { padding: 80px 0 0; background: #fff; }
.footer-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding-bottom: 60px;
}

.footer-img { width: 450px; }
.footer-img img { 
    width: 100%; 
    border-radius: 20px; 
    border: 8px solid #fff1ed;
}

.footer-info { text-align: left; }
.footer-logo img { width: 120px; margin-bottom: 20px; }
.footer-info h3 { font-size: 24px; margin-bottom: 15px; }
.footer-info p { line-height: 1.8; font-size: 15px; }

.copyright {
    background: #f19f82;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 12px;
}

/* Responsive */
@media screen and (max-width: 1024px) {
    .news-list, .footer-flex { flex-direction: column; align-items: center; }
    .footer-img { width: 90%; }
    .footer-info { text-align: center; }
}


/* 下層ページ共通パーツ */
.page-header {
    text-align: center;
    padding: 80px 20px;
    background-color: #fdf3f1; /* 極めて淡いオレンジ */
    margin-bottom: 60px;
}
.page-header i {
    font-size: 24px;
    color: #f19f82;
    display: block;
    margin-bottom: 10px;
}
.page-header h1 {
    font-size: 28px;
    margin: 0;
    color: #333;
    font-weight: 700;
}
.page-header span {
    display: block;
    font-size: 14px;
    color: #e9a18d;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 5px;
}

/* コンテンツセクション */
.concept-section {
    max-width: 1100px;
    margin: 0 auto 100px;
    padding: 0 20px;
}

.concept-item {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
}
.concept-item:nth-child(even) {
    flex-direction: row-reverse;
}

.concept-img {
    flex: 1;
}
.concept-img img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 10px 25px rgba(241, 159, 130, 0.15);
}

.concept-text {
    flex: 1;
}
.concept-text h2 {
    font-size: 22px;
    color: #f19f82;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.concept-text h2 i {
    font-size: 18px;
}
.concept-text p {
    line-height: 2;
    font-size: 15px;
    color: #555;
    margin: 0;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
    .concept-item, .concept-item:nth-child(even) {
        flex-direction: column;
        gap: 20px;
    }
    .page-header { padding: 40px 20px; }
}



/* 店舗案内用スタイル */
.shop-section {
    max-width: 1000px;
    margin: 0 auto 100px;
    padding: 0 20px;
}

.shop-intro {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
}

.shop-intro-img {
    flex: 1.2;
}
.shop-intro-img img {
    width: 100%;
    border-radius: 20px;
}

.shop-intro-text {
    flex: 1;
}
.shop-intro-text h2 {
    font-size: 24px;
    color: #f19f82;
    margin-bottom: 15px;
}

/* 店舗概要テーブル */
.shop-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 60px;
}
.shop-table th, .shop-table td {
    padding: 20px !important;
    border-bottom: 1px solid #eee;
    text-align: left;
}
.shop-table th {
    width: 30%;
    background-color: #fff9f6;
    color: #e9a18d;
    font-weight: 700;
}
.shop-table td {
    color: #555;
    line-height: 1.6;
}

.map-container {
    margin-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid #fff1ed;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
    .shop-intro {
        flex-direction: column;
    }
    .shop-table th {
        width: 100%;
        display: block;
        padding-bottom: 5px;
    }
    .shop-table td {
        width: 100%;
        display: block;
        padding-top: 5px;
    }
}

/* 飼育方法用スタイル */
.howto-section {
    max-width: 900px;
    margin: 0 auto 100px;
    padding: 0 20px;
}

.howto-intro {
    text-align: center;
    margin-bottom: 60px;
    line-height: 2;
}

.howto-card {
    background: #fff;
    border: 2px solid #fff1ed;
    border-radius: 25px;
    padding: 40px;
    margin-bottom: 40px;
}

.howto-card h2 {
    font-size: 22px;
    color: #f19f82;
    margin-top: 0;
    margin-bottom: 25px;
    border-bottom: 2px dashed #f19f82;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.howto-step {
    list-style: none;
    padding: 0;
}

.howto-step li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px;
}

.howto-step li span.step-num {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: #f19f82;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.howto-step h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
}

/* 注意喚起ボックス */
.alert-box {
    background-color: #fff5f5;
    border-left: 5px solid #e9a18d;
    padding: 25px;
    border-radius: 10px;
    margin-top: 30px;
}

.alert-box h3 {
    margin-top: 0;
    color: #d16b53;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.alert-box p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .howto-card { padding: 25px; }
}

/* 購入方法用スタイル */
.flow-section {
    max-width: 900px;
    margin: 0 auto 100px;
    padding: 0 20px;
}

.flow-type-select {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}

.flow-card {
    flex: 1;
    background: #fff;
    border: 2px solid #fff1ed;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s;
}

.flow-card i {
    font-size: 40px;
    color: #f19f82;
    margin-bottom: 15px;
}

.flow-card h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}

/* ステップ表示 */
.flow-steps {
    margin-top: 40px;
    padding: 30px;
    background: #fff9f6;
    border-radius: 20px;
}

.flow-steps h3 {
    text-align: center;
    color: #e9a18d;
    margin-bottom: 30px;
    font-size: 22px;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}

.step-num-circle {
    background: #f19f82;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: bold;
}

/* 業者様向けセクション */
.wholesale-box {
    margin-top: 60px;
    border: 3px double #e2d4b6;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    background: #fff;
}

.wholesale-box h2 {
    color: #d16b53;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .flow-type-select { flex-direction: column; }
    .step-item { flex-direction: column; align-items: center; text-align: center; }
}


/* よくある質問用スタイル */
.faq-section {
    max-width: 800px;
    margin: 0 auto 100px;
    padding: 0 20px;
}

.faq-container {
    border-top: 1px solid #eee;
}

/* アコーディオンの仕組み */
.faq-item {
    border-bottom: 1px solid #eee;
}

.faq-q {
    position: relative;
    padding: 25px 50px 25px 60px;
    cursor: pointer;
    font-weight: bold;
    font-size: 17px;
    color: #333;
    transition: background 0.3s;
    display: block;
}

.faq-q:hover {
    background-color: #fffaf8;
}

/* Qの疑似要素 */
.faq-q::before {
    content: "Q";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #f19f82;
    font-size: 24px;
    font-family: 'Arial', sans-serif;
    font-weight: 900;
}

/* 矢印アイコン */
.faq-q::after {
    content: "\f078"; /* FontAwesome chevron-down */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #ccc;
    transition: transform 0.3s;
}

/* 開いた時の矢印回転 */
.faq-item.is-open .faq-q::after {
    transform: translateY(-50%) rotate(180deg);
}

/* 回答エリア */
.faq-a {
    display: none;
    padding: 0 50px 30px 60px;
    position: relative;
    line-height: 1.8;
    color: #555;
    font-size: 15px;
}

/* Aの疑似要素 */
.faq-a::before {
    content: "A";
    position: absolute;
    left: 20px;
    top: 0;
    color: #e9a18d;
    font-size: 24px;
    font-family: 'Arial', sans-serif;
    font-weight: 900;
}

@media screen and (max-width: 768px) {
    .faq-q { font-size: 15px; padding-left: 50px; }
    .faq-q::before, .faq-a::before { left: 15px; font-size: 20px; }
    .faq-a { padding-left: 50px; }
}


/* 品種紹介用スタイル */
.varieties-section {
    max-width: 1100px;
    margin: 0 auto 100px;
    padding: 0 20px;
}

.varieties-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.variety-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.variety-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(241, 159, 130, 0.1);
}

.variety-img {
    width: 100%;
    height: 200px;
    background-color: #f9f9f9; /* 画像がない時のダミー色 */
    overflow: hidden;
}

.variety-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.variety-info {
    padding: 20px;
    text-align: center;
}

.variety-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff1ed;
    padding-bottom: 10px;
}

.variety-price {
    font-size: 16px;
    color: #e9a18d;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.variety-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: left;
}

/* 下部の注釈 */
.variety-note {
    margin-top: 50px;
    padding: 25px;
    background: #fff9f6;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    color: #555;
}

@media screen and (max-width: 768px) {
    .varieties-grid {
        grid-template-columns: 1fr;
    }
}


/* 品種紹介用スタイル */
.varieties-section {
    max-width: 1100px;
    margin: 0 auto 100px;
    padding: 0 20px;
}

.varieties-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.variety-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.variety-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(241, 159, 130, 0.1);
}

.variety-img {
    width: 100%;
    height: 200px;
    background-color: #f9f9f9; /* 画像がない時のダミー色 */
    overflow: hidden;
}

.variety-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.variety-info {
    padding: 20px;
    text-align: center;
}

.variety-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff1ed;
    padding-bottom: 10px;
}

.variety-price {
    font-size: 16px;
    color: #e9a18d;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.variety-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: left;
}

/* 下部の注釈 */
.variety-note {
    margin-top: 50px;
    padding: 25px;
    background: #fff9f6;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    color: #555;
}

@media screen and (max-width: 768px) {
    .varieties-grid {
        grid-template-columns: 1fr;
    }
}


/* ポラロイド装飾 */
.polaroid-item {
    cursor: pointer;
    transition: transform 0.3s;
}

.polaroid-inner {
    background: #fff;
    padding: 12px 12px 25px 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: 1px solid #eee;
}
.polaroid-img { aspect-ratio: 1/1; overflow: hidden; margin-bottom: 15px; }
.polaroid-img img { width: 100%; height: 100%; object-fit: cover; }
.polaroid-caption { text-align: center; }
.polaroid-caption .date { font-size: 11px; color: #e9a18d; display: block; }
.polaroid-caption .title { font-size: 14px; font-weight: bold; margin: 5px 0 0; }

/* モーダル */
.gallery-modal {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 9999;
    display: none; /* 初期は非表示 */
    align-items: center; justify-content: center;
}
.modal-bg { position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.8); }
.modal-content {
    position: relative; background: #fff; width: 90%; max-width: 800px;
    border-radius: 20px; overflow: hidden; max-height: 90vh; overflow-y: auto;
}
.modal-body img { width: 100%; height: auto; display: block; }
.modal-text { padding: 30px; }
.modal-close { position: absolute; right: 20px; top: 10px; font-size: 30px; cursor: pointer; z-index: 10; }


/* お知らせ一覧 (Archive) */
.news-archive-container {
    max-width: 1000px;
    margin: 0 auto 100px;
    padding: 0 20px;
}
.news-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.news-card a {
    display: flex;
    gap: 30px;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s;
}
.news-card a:hover { transform: translateY(-5px); }
.news-card-thumb { width: 35%; flex-shrink: 0; }
.news-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.news-card-body { padding: 30px; flex: 1; }
.news-card-date { color: #e9a18d; font-weight: bold; font-size: 14px; }
.news-card-title { margin: 10px 0; font-size: 20px; color: #333; }
.news-card-excerpt { font-size: 14px; color: #666; line-height: 1.6; }
.news-card-more { display: block; margin-top: 15px; color: #f19f82; font-weight: bold; font-size: 14px; }

/* お知らせ詳細 (Single) */
.single-container {
    max-width: 800px;
    margin: 60px auto 100px;
    padding: 0 20px;
}
.entry-header { border-bottom: 2px solid #fff1ed; margin-bottom: 30px; padding-bottom: 20px; }
.entry-date { color: #e9a18d; font-weight: bold; }
.entry-title { font-size: 26px; margin: 10px 0 0; color: #333; }
.entry-eye-catch { margin-bottom: 40px; }
.entry-eye-catch img { width: 100%; border-radius: 20px; }

/* 本文内の基本装飾 */
.entry-body { line-height: 2; font-size: 16px; color: #444; }
.entry-body p { margin-bottom: 2em; }
.entry-body h2 { color: #f19f82; border-left: 5px solid #f19f82; padding-left: 15px; margin: 2em 0 1em; }
.entry-body img { border-radius: 10px; margin-bottom: 1em; }

/* ナビゲーション */
.post-navigation {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    border-top: 1px solid #eee;
    margin-top: 60px;
}
.post-navigation a { color: #f19f82; text-decoration: none; font-weight: bold; }
.back-to-list { text-align: center; margin-top: 20px; }

/* レスポンシブ */
@media screen and (max-width: 768px) {
    .news-card a { flex-direction: column; }
    .news-card-thumb { width: 100%; height: 200px; }
    .news-card-body { padding: 20px; }
    .entry-title { font-size: 22px; }
}


/* お問い合わせページ用 */
.contact-page-container { max-width: 900px; margin: 0 auto 100px; padding: 0 20px; }
.contact-lead { text-align: center; margin-bottom: 50px; line-height: 1.8; }

/* 連絡方法カード */
.contact-methods { display: flex; gap: 20px; margin-bottom: 60px; }
/* お問い合わせ方法のカード修正 */
.contact-methods {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
}

.method-card {
    flex: 1;
    text-align: center;
    padding: 40px 20px;
    border-radius: 30px; /* 角丸を少し強めに設定 */
    text-decoration: none;
    transition: all 0.3s;
    background: #fff; /* 背景は白 */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* 電話カードの枠線とテキスト色 */
.method-card.tel {
    border: 3px solid #f19f82; /* 龍神オレンジの枠線 */
    color: #f19f82;
}

/* LINEカードの枠線とテキスト色 */
.method-card.line {
    border: 3px solid #62c66a; /* LINEグリーンの枠線 */
    color: #62c66a;
}

/* ホバー時の挙動（薄く背景色をつける） */
.method-card.tel:hover {
    background-color: #fff9f6;
    transform: translateY(-3px);
}
.method-card.line:hover {
    background-color: #f6fff8;
    transform: translateY(-3px);
}

/* アイコンサイズ */
.method-card i {
    font-size: 48px;
    margin-bottom: 20px;
}

/* テキストラベル */
.method-card .label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* メインの大きな文字 */
.method-card .value {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 15px;
}

/* 下部の補足テキスト */
.method-card .note {
    font-size: 12px;
    font-weight: bold;
    opacity: 0.8;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
    .contact-methods {
        flex-direction: column;
    }
    .method-card .value {
        font-size: 24px;
    }
}

/* フォーム装飾 */
.contact-form-box { background: #fff; border: 2px solid #fff1ed; padding: 50px; border-radius: 30px; }
.contact-form-box h2 { text-align: center; color: #f19f82; margin-bottom: 30px; }
.form-intro { text-align: center; margin-bottom: 40px; color: #666; font-size: 14px; }

.form-row { margin-bottom: 25px; }
.form-row label { display: block; font-weight: bold; margin-bottom: 8px; color: #333; }
.form-row .required { background: #d16b53; color: #fff; font-size: 10px; padding: 2px 6px; border-radius: 3px; vertical-align: middle; margin-left: 5px; }

/* 入力フィールド */
.wpcf7-form-control:not([type="submit"]) {
    width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 8px; font-size: 16px; background: #fafafa;
}
.wpcf7-form-control:focus { border-color: #f19f82; outline: none; background: #fff; }

/* 送信ボタン */
.form-submit { text-align: center; margin-top: 40px; }
.wpcf7-submit {
    background: #f19f82; color: #fff; border: none; padding: 18px 60px;
    font-size: 18px; font-weight: bold; border-radius: 50px; cursor: pointer;
    transition: background 0.3s;
}
.wpcf7-submit:hover { background: #d16b53; }


.pc-only { display: block; }
.sp-only { display: none; }
/* SP対応 */
@media screen and (max-width: 768px) {
    .contact-methods { flex-direction: column; }
    .contact-form-box { padding: 30px 20px; }
    .sp-only { display: block; }
.pc-only { display: none; }
.tf3 {
	display: block;
    max-width: unset;
	margin: 0 5%;
	}
	.tf3-inner{
		margin-bottom: 40px;
	}
}

/* プライバシーポリシー用スタイル */
.privacy-container {
    max-width: 800px;
    margin: 0 auto 100px;
    padding: 0 20px;
    line-height: 1.8;
    color: #444;
}

.privacy-intro {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.privacy-section {
    margin-bottom: 40px;
}

.privacy-section h2 {
    font-size: 18px;
    color: #f19f82; /* 龍神オレンジ */
    margin-bottom: 15px;
}

.privacy-section ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.privacy-section a {
    color: #e9a18d;
    text-decoration: underline;
}

.privacy-admin {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 2px solid #fff1ed;
}

.date-sign {
    text-align: right;
    margin-top: 40px;
    font-size: 14px;
}


@media (min-width: 1000px) {
    [data-sidebar=on] .l-main {
        max-width: unset;
        width: calc(100% - var(--ark-width--sidebar) - var(--ark-gap--container));
        margin: 0 auto;
    }
}


/* スマホメニュー本体 */
.nav-mobile {
    position: fixed;
    top: 0;
    right: -100%; /* 初期位置は画面の外 */
    width: 100%;
    height: 100%;
    background: rgba(255, 249, 246, 0.95); /* 淡いオレンジ背景 */
    z-index: 999;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-mobile.active {
    right: 0; /* アクティブ時に画面内へ */
}

.nav-mobile ul {
    list-style: none;
    text-align: center;
    padding: 0;
}

.nav-mobile li {
    margin-bottom: 25px;
}

.nav-mobile a {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.nav-mobile span {
    display: block;
    font-size: 12px;
    color: #e9a18d;
}

/* ハンバーガーアイコンのアニメーション（×印へ） */
.hamburger.active span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
}
.hamburger.active span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
}

/* 背面スクロール防止用 */
body.noscroll {
    overflow: hidden;
}

/* ハンバーガーボタン自体を最前面へ */
.hamburger {
    position: relative; /* もしくは fixed/absolute */
    z-index: 1000;      /* メニュー(999)より大きく設定 */
    cursor: pointer;
}

/* メニュー本体 */
.nav-mobile {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 249, 246, 0.98); /* 少し濃いめにして中身を隠す */
    z-index: 999;        /* ボタンより小さく設定 */
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-mobile.active {
    right: 0;
}

@media screen and (max-width: 1151px) {
    .mv-image img {
    display: block;
    height: 300px;
    object-fit: cover;
    width: 100%;
    object-position: 100% 50%;
    }
    .illust-left{
        width: 30%;
        left: -20px;
    }
    .illust-right{
        width: 30%;
			left: unset;
        right: -20px;
    }
	.tf3-inner img{
		width: 200px;
	}
.header {
    padding: 0 20px;
}
}

.info-item p{
	margin-bottom: 30px;
}

.tft{
	margin: -50px 0 30px 0;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.tft img{
		width: 250px;
		height: auto;
	}
}


/* 品種紹介：注釈とセット販売エリア */
.variety-info-footer {
    margin-top: 50px;
}

/* お得なセット販売ボックス */
.set-sale-box {
    background-color: #fff9e6; /* 薄い黄色 */
    border: 2px dashed #f19f82;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.set-sale-box h4 {
    color: #d16b53;
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.set-sale-box p {
    font-size: 16px;
    font-weight: bold;
    color: #555;
    margin: 0;
}

/* 基本注釈ボックス */
.variety-standard-note {
    background-color: #f9f9f9;
    border-radius: 15px;
    padding: 25px;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.variety-standard-note strong {
    color: #333;
    display: block;
    margin-bottom: 10px;
}

.variety-standard-note i {
    color: #f19f82;
    margin-right: 5px;
}


.privacy{
	text-align: center;
	margin-bottom: 30px;
}


.privacy a{
	color: #333;
	text-decoration: underline;
	font-size: 13px;
}