@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: https://www.pc-suketto.co.jp
Template: lightning
Description: G3 Ver1
Author: ISHITSUKA
Tags: 
Version: 1.0.0
*/

/* ------------------------------
共通 start
------------------------------ */
body {
	font-size: 16px;
	font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Noto Sans JP', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* VKルート */
:root {
	--vk-size-text-sm: 0.9rem;
	--vk-color-text-link-hover: var(--vk-color-primary);
}

/* タグ */
a { text-decoration: none !important; }
p { margin: 0; line-height: 1.8; }
img { vertical-align: middle; }
iframe { margin-bottom: 0; vertical-align: bottom; }
label {	margin-bottom: 0; }

/* hタグ */
h1,h2, h3, h4, h4, h5, h6 {
	position: relative;
	margin: 0;
	z-index: 1;
}
h1 {
	margin-bottom: 1em;
}
h2 {
	font-size: 38px;
	font-weight: 400;
	font-family: 'Outfit', 'Noto Sans JP', sans-serif;
	text-align: center;
}
h2.deco {
	display: inline-block;
}
h2.deco::before {
	position: absolute;
	bottom: 0;
	right: -70px;
	content: "";
	width: 80px;
	height: 80px;
	background: url(/wp-content/uploads/2023/02/deco_h.png) no-repeat center;
	background-size: cover;
	z-index: -1;
	opacity: 0.2;
}
.h-small {
	display: block;
	color: var(--vk-color-primary);
	font-size: 0.5em;
	line-height: 2;
}
h3 {
	font-size: 24px;
	font-weight: 500;
}
h4 {
	font-size: 20px;
	font-weight: 500;
}
h5 { font-size: 18px; }
h6 { font-size: 16px; }

/* tableタグ */
table { table-layout: fixed; }
table td, table th {
	padding: 1rem;
}
.base-tb th {
	width: 30%;
	color: var(--vk-color-primary);
	text-align: left;
	border-right: none;
	border-left: none;
}
.base-tb td {
	width: 70%;
	border-right: none;
	border-left: none;
}

/* ul,olタグ */
.base-ul{
    margin: 0 !important;
    padding-left: 0.5em !important;
}
.base-ol {
	margin: 0 !important;
	padding-left: 1.5rem !important;
}
.base-ul li { margin: 0 0 0 10px !important; }
.base-ol li{ margin: 0 0 10px 0 !important }
li a { text-decoration: none; }

/* Lightbox */
.featherlight .featherlight-content {
	padding: 5px 5px 0;
	border-bottom: 5px solid transparent;
}
.featherlight-next {
	top: 5px;
	right: 5px;
}
.featherlight-previous {
	top: 5px;
	left: 5px;
}
.rl-gallery-item img { border: 2px solid #eee; }
.rl-gallery-caption { display: block; }

/* コンテンツの幅 */
.site-body {
	padding: 90px 0;
}
.container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}
.page .site-body-container {
	max-width: 100%;
}
.base-cont {
	width: 1170px;
	margin: 0 auto;
	padding: 90px 0;
}

/* 中央・右・左　寄せ */
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }

/* テキスト */
.txt {
	display: block;
	margin-bottom: 10px;
}
div>.txt:last-of-type {
	margin-bottom: 0;
}
.fsize-s {
	margin: 0 5px;
	font-size: 0.8em;
}
.fsize-b {
	margin: 0 5px;
	font-size: 1.3em;
}
.color {
	color: var(--vk-color-primary);
}

/* ボタン */
.btn-base {
	display: inline-block;
	position: relative;
	width: 280px;
	padding: 15px 45px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	background: var(--vk-color-primary);
	transition: all 0.1s linear;
}
.btn-base::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 20px;
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transition: all 0.3s linear;
}
.btn-base:hover {
	color: #fff;
	background: #56d156;
}
.btn-base:hover::after {
	right: 15px;
}

/* コンテンツ表示・非表示　レスポンシブ */
.pc-cont { display: block; }
.tab-cont { display: none; }
.sp-cont { display: none !important; }

/* PC時にflexで左右のコンテンツを入れ替える */
.reverse-flex {
	flex-direction: row-reverse;
}
/* レイアウトビルダーのストレッチ */
.stretch-cell>div, .stretch-cell>div>div, .stretch-cell>div>div>div {
	height: 100%;
}

/* 改行　レスポンシブ */
.pcbr { display: inline-block; }
.tabbr { display: none; }
.spbr { display: none; }

/* ヘッダー上部 */
.header-top {
	border-bottom: none;
}
.header-top ul>li>a {
	font-size: 1.25rem;
}
.header-top ul>li>span {
	font-size: 1.25rem;
	text-shadow: 0 0 15px #000;
}
.header-top-description {
	color: #333;
	font-size: 0.9rem;
	font-weight: 500;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF,  0-1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
}

/* ヘッダー */
.site-header .container {
	padding: 0 20px;
	max-width: 100%;
}
.site-header-logo img {
	display: inline-block;
}
.global-nav-list>li {
	text-shadow: 0 0 15px #000;
}
.sub-menu>li {
	text-shadow: none;
}
.global-nav-list>li:before { /* ヘッダーナビのアニメーション用 */
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 0;
	border-bottom: 1px solid var(--vk-color-primary);
	transition: all .3s ease-out;
}
.global-nav-list>li:hover:before, .global-nav-list>li[class*=current]:before {
	width: 100%;
}
.global-nav-list>li .global-nav-description {
	color: #fff;
}
.global-nav-list>li>a i, .vk-mobile-nav nav ul li a i, .widget_nav_menu>div>ul li a i {
	margin: 0 0 0 5px;
}
.device-mobile .global-nav-list .acc-btn {
	top: 50%;
	transform: translatey(-50%);
	border: none !important;
}

/* スクロールヘッダー */
.header_scrolled .site-header {
	box-shadow: none;
}
.header_scrolled .site-header .global-nav-list>li {
	text-shadow: none;
}
.header_scrolled .site-header .global-nav-list>li .global-nav-description {
	color: var(--vk-color-primary);
}

/* ページヘッダー */
.page-header {
	margin: 0 0 0 auto;
	width: 80%;
	border-radius: 0 0 0 60px;
}
.page-header-inner {
	padding-bottom: 45px;
	max-width: 100%;
	left: -2.5%;
}
.page-header-title, h1.page-header-title {
	font-size: 2.5rem;
	line-height: 2;
}
.page-header-title, .page-header-subtext {
	display: inline;
	padding: 10px 15px;
	background: #fff;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.page-header-subtext {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	color: var(--vk-color-primary);
	font-size: 1rem;
}

/* フッター上部（ウィジェット） */
.site-body-bottom {
	padding: 60px;
}
.site-body-bottom .container {
	max-width: 100%;
}
.contact-cont {
	position: relative;
	max-width: 100%;
	margin: 120px auto 0;
	padding: 0;
	color: #fff;
	text-align: center;
	z-index: 1;
}
.contact-cont::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 1px;
	height: 100%;
	background: #fff;
	z-index: 2;
}
.contact-box {
	border-radius: 30px;
	background: var(--vk-color-primary);
}
.cb-l {
	padding: 30px;
}
.contact-title {
	position: absolute;
	top: -3.5rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 3rem;
	color: var(--vk-color-primary);
	z-index: -1;
}
.contact-title::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "CONTACT";
	font-size: 10rem;
	color: var(--vk-color-primary);
	z-index: -1;
	opacity: 0.1;
}
.contact-cont .tel-num {
	font-size: 3rem;
}
.contact-cont .tel-num, .contact-cont .tel-num .fsize-s {
	color: #fff;
}
.contact-desc {
	font-size: 0.9em;
}
.contact-cont .btn-base {
	width: 100%;
	padding: 90px 45px;
	color: #fff;
	font-size: 1.25rem;
	border: none;
	border-radius: 0 30px 30px 0;
	background: transparent;
}
.contact-cont .btn-base:hover {
	background: #56d156;
}
.contact-cont .btn-base::after {
	border-color: #fff;
}

/* フッター */
.site-footer {
	font-size: 14px;
	content-visibility: visible; /* position: fixed;を指定したときにfooterを基準にさせないため */
}
.site-footer-content {
	padding: 30px 0;
}
.ft-logo {
	margin-bottom: 30px;
}
.ft-about {
	margin-bottom: 15px;
}
.ft-sns i {
	font-size: 1.5rem;
}
.page_top_btn {
	display: none !important;
}
#menu-footer-nav>li>a, #menu-footer-nav>li>.sub-menu>li>a {
	position: relative;
	z-index: 1;
}
#menu-footer-nav>li>a::before, #menu-footer-nav>li>.sub-menu>li>a::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	width: 2px;
	height: 80%;
	background: var(--vk-color-primary);
	z-index: 1;
}
#menu-footer-nav>li>.sub-menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#menu-footer-nav>li>.sub-menu>li {
	width: 50%;
}
#menu-footer-nav>li>.sub-menu>li>a::before {
	left: 11px;
	height: 2px;
}

/* フェードイン */
@keyframes fadein {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition: 1.5s;
}
.fadein.active {
	transform: translate(0, 0);
	opacity: 1;
}
.fadein_left {
	opacity: 0;
	transform: translateX(-50px);
	transition: 1.5s;
}
.fadein_left.active {
	transform: translate(0, 0);
	opacity: 1;
}
.fadein_right {
	opacity: 0;
	transform: translateX(50px);
	transition: 1.5s;
}
.fadein_right.active {
	transform: translate(0, 0);
	opacity: 1;
}
.fadein_spot {
	opacity: 0;
	transform: translate(0, 0px);
	transition: 1.5s;
}
.fadein_spot.active {
	transform: translate(0, 0);
	opacity: 1;
}
/* ------------------------------
共通 end
------------------------------ */


/* ------------------------------
トップページ start
------------------------------ */
/* トップスライド */
.swiper-wrapper {
	transition-timing-function: linear !important;
}
.topSwiper {
	position: relative;
	overflow: hidden;
}
.swiper-slide {
	background: #fff;
}
.topSwiper .swiper-pagination {
	left: auto;
	right: 0;
	width: 80%;
}
.ts-title {
	position: absolute;
	bottom: 15%;
	left: 15%;
	width: 85%;
	z-index: 2;
}
.ts-title img {
	display: block;
	position: absolute;
	top: -100px;
	left: -200px;
	z-index: 2;
}
.ts-title h2 {
	display: inline;
	padding: 5px 20px;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.8;
	background: #fff;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.ts-title .btn-base {
	display: block;
	margin-top: 15px;
}
.deco-package {
	display: none;
	position: absolute;
	top: 15%;
	right: 60px;
	width: 45%;
	text-align: right;
	z-index: 1;
}
.ss-wrap {
	position: relative;
	margin: 0 0 0 auto;
	width: 80%;
	height: 90vh;
	border-radius: 0 0 0 60px;
	overflow: hidden;
}
.ss-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* NEWS */
.news-cont .right a {
	font-size: 0.8em;
}

/* こだわり */
.commit-cont {
	position: relative;
	z-index: 1;
}
.commit-space {
	position: relative;
	height: 350px;
	z-index: 1;
}
.commit-space::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "Commitment";
	color: #4FBE4F;
	font-size: 8rem;
	font-weight: 700;
	z-index: -1;
	opacity: 0.1;
}
.commit-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	text-align: center;
	z-index: 2;
}
.commit-img a {
	transition: all 0.1s linear;
}
.commit-img a:hover {
	opacity: 0.7;
}
.commit-img h2 {
	display: inline-block;
}

/* ラインナップ */
.lineup {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 30px;
}
.lineup::after {
	display: block;
	content: "";
	width: calc(100%/3 - 15px);
}
.lineup a {
	width: calc(100%/3 - 15px);
}
.lineup a:hover img {
	transform: scale(1.1,1.1);
	opacity: 0.7;
}
.agri {
	color: #333;
}
.agri-img {
	margin-bottom: 15px;
	overflow: hidden;
}
.agri img {
	transition: all 0.2s linear;
}
.agri h3 {
	margin-bottom: 10px;
	padding: 3px 0;
	border-bottom: 2px solid var(--vk-color-primary);
}
.agri .txt {
	font-size: 0.9em;
	line-height: 1.5;
}

/* レシピ・茨城県の名所 */
#pg-23-4 {
	background: url(/wp-content/uploads/2023/02/bg_recipe.png) no-repeat center left;
	background-size: contain;
}
#pg-23-5 {
	background: url(/wp-content/uploads/2023/02/bg_attractive.png) no-repeat center right;
	background-size: contain;
}
.recipe-cont h2, .spot-cont h2 {
	writing-mode: vertical-rl;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF,  0-1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
}
.recipe-cont .center a, .spot-cont .center a {
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF,  0-1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
}
.recipe-cont .vk_posts .vk_post-col-xl-6, .spot-cont .vk_posts .vk_post-col-xl-6 {
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 15px #eee;
}

/* 組合員紹介 */
#pg-23-6 {
	position: relative;
	z-index: 1;
}
#pg-23-6::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 60%;
	background: #f7f7f7;
	z-index: -1;
}

/* 組合案内 */
.co-op {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 30px;
}
.co-op a {
	width: calc(100%/3 - 15px);
}
.co-op-card {
	position: relative;
	padding-bottom: 40px;
	color: #333;
	z-index: 1;
}
.co-op-card img {
	width: 100%;
	transition: all 0.1s linear;
}
.co-op-card:hover img {
	opacity: 0.7;
}
.co-op-card h3 {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px 15px;
	width: calc(100% - 40px);
	color: #fff;
	text-align: center;
	background: var(--vk-color-primary);
	z-index: 1;
}
.co-op-card h3 .h-small {
	margin-bottom: 5px;
	color: #fff;
	line-height: 1;
}

.insta-cont {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
/* ------------------------------
トップページ end
------------------------------ */


/* ------------------------------
サブページ start
------------------------------ */
/* サブページ内リンク */
.link-ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 10px;
}
.link-ul::after {
	display: block;
	content: "";
	width: calc(100%/3 - 7.5px);
}
.link-ul li {
	margin: 0 !important;
	width: calc(100%/3 - 7.5px);
}
.link-ul li .btn-base {
	width: 100%;
	padding: 10px 45px;
	font-size: 0.9rem;
}
.link-ul li .btn-base::after {
	top: 40%;
	transform: translateY(-40%) rotate(135deg);
}
.link-ul li .btn-base:hover::after {
	top: 50%;
	right: 20px;
	transform: translateY(-40%) rotate(135deg);
}

/* こだわり */
#pl-27>div {
	position: relative;
	z-index: 1;
}
#pg-27-0 {
	margin: 90px 0 !important;
	background: url(/wp-content/uploads/2023/02/bg_commit02.png) no-repeat bottom right, url(/wp-content/uploads/2023/02/bg_commit.jpg) no-repeat center;
	background-size: 35%, cover;
	background-attachment: scroll, fixed;
}
#pg-27-4 {
	margin-bottom: 90px !important;
	height: 90px;
}
#pg-27-1::before, #pg-27-2::before, #pg-27-3::before, #pg-27-4:before,
#pg-27-1::after, #pg-27-2::after, #pg-27-3::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 30%;
	height: 300px;
	border-radius: 0 0 60px 0;
	background: var(--vk-color-primary);
	z-index: -1;
	opacity: 0.1;
}
#pg-27-1::before {
	border-radius: 0 60px 60px 0;
}
#pg-27-2::before, #pg-27-4::before {
	left: auto;
	right: 0;
	border-radius: 0 0 0 60px;
}
#pg-27-4::before {
	height: 90px;
}
#pg-27-1::after, #pg-27-2::after, #pg-27-3::after {
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	height: 90px;
	border-radius: 60px 0 0 0;
}
#pg-27-2::after {
	right: auto;
	left: 0;
	border-radius: 0 60px 0 0;
}
#commit01::before, #commit02::before, #commit03::before {
	position: absolute;
	bottom: -90px;
	left: 50%;
	transform: translateX(-50%);
	content: "High Quality";
	width: 300%;
	color: transparent;
	font-size: 15rem;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	-webkit-text-stroke: 1px var(--vk-color-primary);
	z-index: -1;
	opacity: 0.2;
}
#commit02::before {
	content: "Good Agricultural Practice";
}
#commit03::before {
	content: "Traceability";
}
.commit-box img {
	filter: drop-shadow(5px 5px 5px #aaa);
}
.commit-plink a img {
	width: 100px;
}
.commitment-cont {
	position: relative;
	z-index: 1;
}
.commitment-cont h3 {
	font-size: 2rem;
	font-weight: 700;
}
.commitment-box {
	padding: 60px 0 30px;
}
.commitment-img {
	position: relative;
	padding-left: 60px;
	z-index: 1;
}
.commit-num {
	position: absolute;
	top: -60px;
	left: 0;
	z-index: 2;
	opacity: 1;
}
.commit-num img {
	width: 150px;
}
#pg-27-5 {
	background: #f7f7f7;
}

/* パッケージ */
#pg-6242-0 {
	position: relative;
	z-index: 1;
}
.design-cont {
	padding-bottom: 120px !important;
}
.design-cont h3 {
	padding: 0 20px;
	color: var(--vk-color-primary);
	font-size: 2.5rem;
	font-weight: 700;
}
.design-cont h3::before, .design-cont h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: rotate(-30deg);
	content: "";
	width: 7px;
	height: 80%;
	border-radius: 10px;
	background: var(--vk-color-primary);
	z-index: -1;
}
.design-cont h3::after {
	right: 0;
	left: auto;
	transform: rotate(30deg);
}
.design-cont .swiper-slide {
	padding: 30px;
	border-top: 7px solid var(--vk-color-primary);
	border-bottom: 7px solid #2C772C;
	border-left: 7px solid var(--vk-color-primary);
	border-right: 7px solid #2C772C;
	border-radius: 30px;
	box-shadow: inset 0 0 10px #ccc;
}
.design-cont .swiperAgri .swiper-pagination {
	bottom: -30px;
}
.design-box {
	position: relative;
	z-index: 1;
}
.deco-design {
	position: absolute;
	bottom: -60px;
	left: 0;
	width: 20%;
	z-index: 2;
}
.deco-design.dd-r {
	left: auto;
	right: 0;
}
.point-box h3 {
	color: var(--vk-color-primary);
	text-align: center;
}

/* ラインナップ */
.swiperMain .swiper-slide, .swiperThum .swiper-slide  {
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 400px;
}
.swiperMain {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.swiperThum {
	position: relative;
	box-sizing: border-box;
	padding-top: 10px;
	overflow: hidden;
}
.swiperThum .swiper-slide {
	opacity: 0.5;
	line-height: 80px;
}
.swiperThum .swiper-slide-thumb-active {
	opacity: 1;
}
.swiperAgri {
	position: relative;
	z-index: 1;
}
.swiperAgri img {
	width: 100%;
}
.swiperAgri .swiper-pagination {
	bottom: 40px;
}
.agri-cont {
	border-top: 5px dashed #f7f7f7;
}
.agri-cont h3 {
	padding: 3px 0;
	font-size: 2rem;
	font-weight: 700;
	border-bottom: 2px solid var(--vk-color-primary);
}
.agri-cont h4 {
	padding: 5px 10px;
	font-size: 1rem;
	border-left: 2px solid var(--vk-color-primary);
}
.agri-cont .btn-base {
	width: 100%;
}
.agri-box-min {
	padding: 20px;
	font-size: 0.9em;
	background: #f7f7f7;
}
.keep-tb th, .keep-tb td {
	padding: 0.5em;
	font-weight: 700;
	text-align: center;
}
.keep-tb th {
	color: #38add7;
}
.keep-tb th:last-child {
	color: #0968d8;
}
.recipe-btn {
	background: #f08700;
}
.recipe-btn:hover {
	background: #FF9C23;
}
#pg-2-9 {
	background: #f7f7f7;
}
.banner-cont img {
	transition: all 0.1s linear;
}
.banner-cont img:hover {
	opacity: 0.5;
}

/* Q&A */
.chara-box {
	padding: 30px;
	border: 3px solid var(--vk-color-primary);
	background: #F3FAF3;
}
.chara-box h2 {
	color: var(--vk-color-primary);
	font-weight: 700;
}
.chara-img {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 50%;
}
.chara-img figure {
	width: 50%;
}
.chara-img figcaption {
	font-size: 0.9em;
	font-weight: 700;
}
.chara-img img {
	width: 150px;
	border-radius: 50%;
	background: #fff;
}
.qa-cont {
	padding-top: 90px !important;
	padding-bottom: 0 !important;
}
.qa-img img {
	width: 100px;
	border-radius: 50%;
	background: #F3FAF3;
}
.qa-img .txt {
	font-size: 0.9em;
}
.qa-txt-box {
	position: relative;
	padding: 30px;
	border-radius: 30px;
	background: #f7f7f7;
	z-index: 1;
}
.qa-txt-box::after {
	position: absolute;
	top: 30px;
	left: -20px;
	content: "";
	border-bottom: 20px solid #f7f7f7;
	border-left: 20px solid transparent;
	z-index: 1;
}
.answer-box .qa-txt-box::after {
	left: auto;
	right: -20px;
	border-right: 20px solid transparent;
	border-left: none;
}
.qa-txt {
	position: absolute;
	top: -30px;
	left: 30px;
	font-size: 2em;
	color: #4FBE4F;
	font-weight: 700;
	z-index: 2;
}
.answer-box .qa-txt {
	color: #ff2a0c;
}

/* レシピ */
.single-recipe .main-section .entry-body img.attachment-full:first-of-type {
	margin-bottom: 30px;
	width: 100%;
	border: 5px solid var(--vk-color-primary);
}

/* 茨城県の魅力 */
.single-attractive .main-section .entry-body img.attachment-full:first-of-type {
	margin-bottom: 30px;
	width: 100%;
}

/* 組合員紹介 */
.romaji {
	position: absolute;
	width: 100%;
	color: var(--vk-color-primary);
	font-size: 4rem;
	text-align: right;
	text-transform: capitalize;
	line-height: 1.2;
	z-index: 1;
	opacity: 0.5;
}
.romaji-min {
	position: static;
	font-size: 1rem !important;
	text-align: left;
	opacity: 1;
}
.single-member .main-section .entry-body img.attachment-full:first-of-type {
	width: 100%;
	box-shadow: 5px 5px 0 #f7f7f7, -5px -5px 0 var(--vk-color-primary);
}
.single-member .member-tb {
	margin-bottom: 15px;
}
.single-member .member-tb th, .single-member .member-tb td {
	font-size: 1.1rem;
}
.member-tb th, .member-tb td {
	padding: 0.5em;
}
.report-btn-min {
	margin-top: 15px;
	padding: 10px 15px;
	width: 100%;
	color: #fff !important;
}
.report-btn-min[href=""] {
	background: #aaa;
	pointer-events: none;
}
.report-btn {
	margin-bottom: 30px;
	width: 100%;
}
.report-btn[href=""] {
	background: #aaa;
	pointer-events: none;
}
.report-btn i, .report-btn-min i {
	margin: 0 0 0 5px;
}
.single-member .vk_posts.next-prev .member-tb {
	
}
.single-member .vk_post .vk_post_date, .single-member .vk_posts.next-prev .member-tb, .single-member .vk_posts.next-prev .report-btn-min {
	display: none;
}

/* 組合案内 */
#pg-24-1 {
	position: relative;
	z-index: 1;
}
.greet-box {
	position: relative;
	margin-top: 180px;
	padding: 60px;
	z-index: 1;
}
.greet-box::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 200%;
	height: 100%;
	background: #f7f7f7;
	z-index: -1;
}
.greet-img {
	position: absolute;
	top: 90px;
	left: 0;
	width: 45%;
	box-shadow: 30px 30px 0 var(--vk-color-primary);
	z-index: -1;
}
.greet-cont h2 {
	text-align: left;
}
#pg-24-2 {
	background: #f7f7f7;
}
.map iframe {
	width: 100%;
	height: 350px !important;
}

/* お知らせ */
.entry-meta-data-list:first-child {
	margin-top: 30px;
}
.widget-title.sub-section-title {
	padding: 10px 15px;
	line-height: 1;
	border-left: 3px solid var(--vk-color-primary);
}
.veu_postList .postList_title {
	font-size: 0.9rem;
}
.vk_post .vk_post_title {
	font-size: 1.2rem;
}

/* お問い合わせ */
.page-id-25 .site-body-bottom {
	display: none;
}
.tel-cont, .mail-cont {
	text-align: center;
}
.tel-num, .fax-num {
	color: var(--vk-color-primary);
	font-size: 4rem;
	line-height: 1;
	transition: all 0.1s linear;
}
.fax-num {
	font-size: 3.5rem;
	font-weight: 300;
}
.tel-num:hover {
	color: #2C772C;
}
.tel-num .fsize-s, .fax-num .fsize-s {
	margin: 5px;
	color: #ff2a0c;
	font-size: 0.5em;
	font-weight: 500;
}
.cf-mb {
	display: inline-block;
	margin-bottom: 15px;
}
.cf7-tb {
	overflow: hidden;
	table-layout: fixed;
}
.cf7-tb input, .cf7-tb textarea {
	margin-bottom: 0;
	padding: 0.5em 1em;
}
.cf7-tb textarea {
	border-radius: 5px;
}
.cf7-tb select {
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0.5em;
}
.cf7-tb th, .cf7-tb td {
	font-size: 1rem;
	border-right: none;
	border-left: none;
}
.cf7-tb th {
	width: 40%;
	text-align: left;
}
.required-cf7 {
	margin-left: 15px;
	padding: 1px 5px;
	color: #fff;
	font-size: 0.8em;
	line-height: 1;
	background: #ff2a0c;
}
.cf7-tb td {
	width: 60%;
	text-align: left;
}
.cf7-tb .fsize-s {
	margin: 0;
}
.wpcf7-list-item {
	margin: 0 1em 0 0;
}
.cf7-btn {
	margin-top: 30px;
	text-align: center;
}
.cf7-btn .btn-base {
	padding: 20px 45px;
	color: #fff;
	border: none;
	background: var(--vk-color-primary);
}
.cf7-btn .btn-base:hover {
	color: #fff;
	background: #2C772C;
}
.wpcf7-spinner {
	display: block;
	margin: 0 auto;
	text-align: center;
}
/* ------------------------------
サブページ end
------------------------------ */


/* ------------------------------
レスポンシブ対応 start
------------------------------ */
/* PC対応 */
@media (max-width: 1200px) {
	.base-cont, .contact-cont, .container:not(.page .site-body .container) {
		width: 961px;
	}
	.site-header--layout--nav-float .site-header-logo {
		margin-right: 0.5rem;
	}
	.tel-num, .fax-num {
		font-size: 3rem;
	}
	.ts-title img {
		left: -100px;
	}
}

/* 大型タブレット対応 */
@media (max-width: 991px) {
	.base-cont, .contact-cont, .container:not(.page .site-body .container) {
		width: 766px;
	}
	.site-header-container {
		min-height: 40px;
	}
	.site-header--layout--nav-float .site-header-logo {
		min-height: 40px;
		margin: 0;
		padding: 7.5px 0;
	}
	.site-header-logo img {
		max-height: 40px;
	}
	.vk-mobile-nav {
		padding: 7.5px 10px 30px;
	}
	.vk-mobile-nav .mobile-logo {
		text-align: center;
	}
	.vk-mobile-nav .mobile-logo img {
		width: auto;
		height: 40px;
	}
	.vk-mobile-nav-menu-btn {
		top: 5px;
		width: 45px;
		height: 45px;
		border: none;
		border-radius: 0;
		background: url(/wp-content/uploads/2022/10/bar-open.png) no-repeat center;
		background-size: 25px;
		background-color: var(--vk-color-primary);
	}
	.vk-mobile-nav-menu-btn.position-right {
		right: 5px;
	}
	.vk-mobile-nav-menu-btn.menu-open {
		border: none;
		background: url(/wp-content/uploads/2022/10/bar-close.png) no-repeat center;
		background-size: 30px;
		background-color: var(--vk-color-primary);
	}
	.vk-mobile-nav-menu-outer ul {
		border-top: none !important;
	}
	.vk-mobile-nav-menu-outer>ul>li a {
		padding: 0.7em 15px !important;
		color: var(--vk-color-primary) !important;
		font-weight: 700;
		text-align: center;
		border-bottom: none !important;
	}
	.vk-mobile-nav-menu-outer>ul>li>.sub-menu>li {
		margin-bottom: 5px;
	}
	.vk-mobile-nav-menu-outer>ul>li>.sub-menu>li a {
		position: relative;
		padding-left: 50px !important;
		z-index: 1;
	}
	.vk-mobile-nav-menu-outer>ul>li>.sub-menu>li::before {
		position: absolute;
		top: 50%;
		left: 17.5px;
		transform: translateY(-50%);
		content: "";
		width: 15px;
		height: 1px;
		background: var(--vk-color-primary);
		z-index: 1;
	}
	.vk-mobile-nav-menu-outer>ul>li>.sub-menu>li:last-child {
		margin-bottom: 0.7em;
	}
	.vk-menu-acc .acc-btn {
		top: 10px;
		border: none;
	}
	.vk-mobile-nav-widget .btn-base {
		width: 100%;
	}
	.main-section {
		margin-bottom: 90px;
	}
	.ts-title h2 {
		font-size: 3rem;
	}
	.ts-title img {
		top: -60px;
		width: 50%;
	}
	.commit-img img {
		width: 80%;
	}
	#pg-27-0 {
		margin: 60px 0 !important;
		background-attachment: scroll;
	}
	.commit-title-cont {
		padding-bottom: 180px !important;
	}
	.cb-txt {
		padding-left: 60px;
	}
	#pg-27-4 {
		margin-bottom: 60px !important;
	}
	.link-ul li {
		width: calc(50% - 5px);
	}
}

/* タブレット対応 */
@media (max-width: 780px) {
	h1 { font-size: 1.5rem; }
	h2 { font-size: 30px; }
	h3 { font-size: 22px; }
	h4 { font-size: 18px; }
	h5 { font-size: 16px; }
	.pc-cont { display: none !important; }
	.sp-cont { display: block !important; }
	.base-cont {
		padding: 60px 20px;
	}
	.base-cont, .container:not(.page .site-body .container, .page-header-inner.container) {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
	.site-body {
		padding: 60px 0;
	}
	.main-section {
		margin-bottom: 60px;
	}
	.contact-cont {
		width: 100%;
	}
	.page .site-body-container {
		padding: 0;
	}
	.site-header--layout--nav-float .site-header-logo {
		padding-left: 10px;
	}
	.page-header {
		min-height: 15rem !important;
		border-radius: 0 0 0 30px;
	}
	.site-body-bottom {
		padding: 0 0 60px 0;
	}
	.contact-box {
		border-radius: 15px;
	}
	.contact-cont {
		margin: 90px auto 0;
	}
	.contact-cont::before {
		display: none;
	}
	.cb-l {
		border-bottom: 1px solid #fff;
	}
	.contact-cont .btn-base {
		padding: 30px 45px;
	}
	.site-footer .row .col-md-6:last-child {
		text-align: left;
	}
	.ss-wrap {
		width: 95%;
		height: 70vh;
		border-radius: 0 0 0 30px;
	}
	.topSwiper .swiper-pagination {
		width: 95%;
	}
	.ts-title {
		bottom: 10%;
		left: 2.5%;
		width: 95%;
	}
	.ts-title img {
		left: -20px;
	}
	.page-header {
		width: 95%;
	}
	#pg-23-4 {
		background: url(/wp-content/uploads/2023/02/bg_recipe.png) no-repeat top left;
		background-size: 80%;
	}
	#pg-23-5 {
		background: url(/wp-content/uploads/2023/02/bg_attractive.png) no-repeat top right;
		background-size: 80%;
	}
	.recipe-cont h2, .spot-cont h2 {
		writing-mode: horizontal-tb;
	}
	#pg-23-6::before {
		height: 80%;
	}
	.co-op a {
		width: 100%;
	}
	.greet-box {
		margin-top: 50%;
		padding: 60px 40px 60px 60px;
	}
	.greet-img {
		top: 60px;
		width: 80%;
	}
	.chara-img {
		width: 100%;
	}
	.qa-cont {
		padding-top: 60px !important;
	}
	.question-box, .answer-box {
		position: relative;
		z-index: 1;
	}
	.qa-txt-box {
		margin: 0 0 0 auto;
		width: calc(100% - 130px);
	}
	.answer-box .qa-txt-box {
		margin: 0 auto 0 0;
	}
	.qa-img {
		position: absolute;
		top: 0;
		left: 0
		z-index: 2;
	}
	.answer-box .qa-img {
		left: auto;
		right: 0;
	}
}
@media (max-width: 767px) {
	.pcbr { display: none; }
	.tabbr { display: inline-block; }
	.spbr { display: none; }
	.ltg-slide-text-title {
		font-size: 2.3rem;
	}
	.widget_nav_menu>ul li {
		font-size: 1rem;
	}
	.veu_postList .postList_title {
		font-size: 1rem;
	}
}

/* スマホ対応 */
@media (max-width: 576px) {
	h2 { font-size: 28px; }
	h3 { font-size: 20px; }
	.h-small {
		display: block;
		margin: 0;
	}
	.pcbr { display: none; }
	.tabbr { display: none; }
	.spbr { display: inline-block; }
	.base-tb th, .base-tb td {
		font-size: 1rem;
	}
	.vk-mobile-nav .mobile-logo {
		text-align: left;
	}
	.vk-mobile-nav-menu-outer>ul>li a {
		text-align: left;
	}
	.site-header-container {
		padding: 0 !important;
	}
	.site-header--layout--nav-float .site-header-logo {
		width: calc(100% - 55px);
		text-align: left;
	}
	.page-header {
		min-height: 13rem !important;
	}
	.page-header-title {
		font-size: 1.5em;
	}
	.contact-cont .tel-num {
		font-size: 2.5rem;
	}
	.cb-l {
		padding: 30px 10px;
	}
	.contact-title::before {
		font-size: 5rem;
	}
	.tel-num {
		font-size: 2.5rem;
	}
	.fax-num {
		font-size: 2.5rem;
	}
	.ft-logo img {
		width: 60%;
	}
	.cf7-tb th, .cf7-tb td {
		display: block;
		width: 100%;
		padding-right: 5px;
		padding-left: 5px;
		text-align: left;
	}
	.cf7-tb th {
		padding-bottom: 0;
		border-bottom: none;
	}
	.cf7-tb td {
		border-top: none;
	}
	#wpfront-scroll-top-container {
		right: 10px !important;
		width: 55px;
	}
	.ts-title h2 {
		font-size: 2rem;
	}
	.ts-title img {
		top: -50px;
		left: 0;
	}
	.ts-title .btn-base {
		padding: 10px 45px;
		width: 200px !important;
	}
	.commit-space {
		height: 200px;
	}
	.lineup {
		row-gap: 15px;
	}
	.lineup a {
		width: calc(100%/2 - 7.5px);
	}
	.page-header-title, h1.page-header-title {
		font-size: 1.8rem;
		line-height: 2.3;
	}
	.commit-plink a img {
		width: 80px;
	}
	.commitment-box {
		padding: 30px 0 0;
	}
	.commit-num {
		top: -30px;
		left: -20px;
	}
	.commit-num img {
		width: 100px;
	}
	.commitment-img {
		padding-left: 20px;
	}
	.cb-txt {
		padding-left: 20px;
	}
	.commit-title-cont {
		padding-bottom: 90px !important;
	}
	.deco-package {
		top: 20%;
		right: 30px;
		width: 70%;
	}
	.commit-space::before {
		font-size: 4rem;
	}
	#commit01::before, #commit02::before, #commit03::before {
		bottom: -60px;
		font-size: 6rem;
	}
	.design-cont h3 {
		font-size: 1.8rem;
	}
	.design-cont h3::before, .design-cont h3::after {
		width: 3px;
	}
	.design-cont .swiper-slide {
		padding: 20px;
		border-width: 3px;
	}
	.link-ul li {
		width: 100%;
	}
	.greet-box {
		padding: 30px 40px 30px 30px;
	}
	.qa-txt-box {
		width: calc(100% - 110px)
	}
	.qa-img img {
		width: 80px;
	}
	.romaji {
		font-size: 2.5rem;
	}
	.chara-box h2 {
		font-size: 1.5rem;
	}
	.chara-img img {
		width: 100px;
	}
}
@media (max-width: 340px) {
	.btn-base { width: 100%; }
	.tel-num .fsize-s, .fax-num .fsize-s { display: block; }
}
/* ------------------------------
レスポンシブ対応 end
------------------------------ */