@charset "utf-8";
/*=================================================
 * ブラウザのデフォルトのスタイルをリセットする
 * ================================================= */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	line-height: 1.0;
	-webkit-text-size-adjust: none;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
	display:block;
}

img {
	border: 0;
	vertical-align: bottom;
}

ul, ol {
	list-style: none;
}

table {
	border-spacing: 0;
	empty-cells: show;
	border-collapse: collapse;
}

/*=================================================
 * サイト全体の基本スタイル
 * ================================================= */

body {
	color: #333;
	font-family: Helvetica, san-serif;
	line-height: 1.6;
	font-size: 14px;
}

a {
	color: #103b7c;
	text-decoration: none;
}

p {
	margin-bottom: 1em;
}

em {
	font-style: normal;
	color: #c00;
}

strong {
	font-size: 16px;
	color: #036;
}

input {
	padding: 5px;
	font-size: 14px;
}

/* 右寄せ */

.fltrt {  
	float: right;
	margin-right: 10px;
}

/* 左寄せ */

.fltlft { 
	float: left;
	margin-right: 10px;
}

/* 回り込み解除 */

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.fig {
	text-align: center;
}

/*=================================================
 * 共有パーツスタイル
 * ================================================= */

/* サイトヘッダー */

.global-header {
	margin-bottom: 1px;
}

.nav-bar {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #131313), color-stop(0.49, #040404), color-stop(0.41, #242323), color-stop(0.00, #0e0d0d));
	background: -webkit-linear-gradient(top, #0e0d0d 0%, #242323 50%, #040404 52%, #131313 100%);
	background: -moz-linear-gradient(top, #0e0d0d 0%, #242323 50%, #040404 52%, #131313 100%);
	background: -o-linear-gradient(top, #0e0d0d 0%, #242323 50%, #040404 52%, #131313 100%);
	background: -ms-linear-gradient(top, #0e0d0d 0%, #242323 50%, #040404 52%, #131313 100%);
	background: linear-gradient(to bottom, #0e0d0d 0%, #242323 50%, #040404 52%, #131313 100%);
	text-align: center;
	position: relative;
}

.logo a {
	display: block;
	width: 175px;
	height: 87px;
	margin: 0 auto;
	background: url(../img/common/logo.png?2) center center / contain no-repeat;
	text-indent: -9999px;
}

.page-nav {
	position: absolute;
	top: 3px;
	left: 0;
	width: 100%;
}

.page-nav-left {
	position: absolute;
	top: 20px;
	left: 10px;
}

.page-nav-right {
	position: absolute;
	top: 20px;
	right: 10px;
}

.btn {
	text-indent: -9999px;
	width: 37px;
	height: 37px;
	display: block;
}

.btn-left {
	background-image: url(../img/common/icon_home.png);
}

.btn-right {
	background-image: url(../img/common/icon_back.png);
}

/* グローバルナビ */
.main-nav {
	position:relative;
	overflow:hidden;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #2b2b2b), color-stop(0.52, #111), color-stop(0.28, #666), color-stop(0.00, #4d4d4d));
	background: -webkit-linear-gradient(top, #4d4d4d 0%, #666 28%, #111 52%, #2b2b2b 100%);
	background: -moz-linear-gradient(top, #4d4d4d 0%, #666 28%, #111 52%, #2b2b2b 100%);
	background: -o-linear-gradient(top, #4d4d4d 0%, #666 28%, #111 52%, #2b2b2b 100%);
	background: -ms-linear-gradient(top, #4d4d4d 0%, #666 28%, #111 52%, #2b2b2b 100%);
	background: linear-gradient(to bottom, #4d4d4d 0%, #666 28%, #111 52%, #2b2b2b 100%);
}

.main-nav ul {
	position:relative;
	left:50%;
	float:left;
	margin: 0;
	padding: 0;
}

.main-nav li {
	position:relative;
	left:-50%;
	float:left;
	width: 106px;
	height: 50px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #2b2b2b), color-stop(0.52, #111), color-stop(0.28, #666), color-stop(0.00, #4d4d4d));
	background: -webkit-linear-gradient(top, #4d4d4d 0%, #666 28%, #111 52%, #2b2b2b 100%);
	background: -moz-linear-gradient(top, #4d4d4d 0%, #666 28%, #111 52%, #2b2b2b 100%);
	background: -o-linear-gradient(top, #4d4d4d 0%, #666 28%, #111 52%, #2b2b2b 100%);
	background: -ms-linear-gradient(top, #4d4d4d 0%, #666 28%, #111 52%, #2b2b2b 100%);
	background: linear-gradient(to bottom, #4d4d4d 0%, #666 28%, #111 52%, #2b2b2b 100%);
}

.main-nav ul li:nth-child(1),
.main-nav ul li:nth-child(2) {
	border-right: 1px solid #000;
}

.main-nav ul li:nth-child(1) a {
	display: block;
	width: 106px;
	height: 50px;
	background-image: url(../img/common/menu_shop.png);
	background-repeat: no-repeat;
	background-position: center center; 
	text-indent: -9999px;
	-webkit-background-size:72px 50px;
	background-size:72px 50px;
}
.main-nav ul li:nth-child(2) a {
	display: block;
	width: 106px;
	height: 50px;
	background-image: url(../img/common/menu_item.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	-webkit-background-size:72px 50px;
	background-size:72px 50px;
}
.main-nav ul li:nth-child(3) a {
	display: block;
	width: 106px;
	height: 50px;
	background-image: url(../img/common/menu_topics.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	-webkit-background-size:72px 50px;
	background-size:72px 50px;
}

/* フッターナビ */
.sub-nav {
	background-color: #1d1d1d;
	text-align: center;
    overflow: hidden;
}

.sub-nav:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .sub-nav {
    height: 1em;
    overflow: visible;
}
/**/

.sub-nav ul  {
	/*width: 360px;
	margin: 0 auto;*/
}

.sub-nav li a {
	display: block;
	height: 50px;
	text-indent: -9999px;
}

.sub-nav li:nth-child(1) a {
	/*background-image: url(../img/common/banner_twitter.png);
	width: 60px;
	float: left;
	-webkit-background-size:60px 50px;
	background-size:60px 50px;*/
	display: none;
}

.sub-nav li:nth-child(2) a {
	background-image: url(../img/common/banner_mag.png);
	width: 300px;
	/*float: left;*/
	margin: 0 auto;
	-webkit-background-size:200px 50px;
	background-size:200px 50px;
	background-repeat: no-repeat;
	background-position: center center;
}

/* サイトフッター */

.global-footer {
	margin-top: 1px;
	padding: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(#020202));
	background-color: #020202;
	border-top: 1px solid #333333;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}

.copyright {
	margin-bottom: 0;
}

.global-footer a {
	display: block;
	color: #fff;
	text-decoration: underline;
}
/*=================================================
 * トップページスタイル
 * ================================================= */
/* イメージ周り */
.mainImageInit img {
	max-width: 100%;
	height:auto;
}

/* トピックス */
.topics-list h2 {
	margin: 1px 0 0 0;
	padding: 0 10px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	background-image: url(../img/common/bg_midashi.png);
}

.topics-list dl {
	margin: 0;
	padding: 0;
}

.topics-list dt {
	padding: 5px 15px;
	color: #6b0400;
}

.topics-list dd {
	padding: 0 15px 5px 15px;
	border-bottom: 1px dotted #333;
}

.topics-list dd:last-child {
	border: none;
}

.topics-list dd a {
	color: #333;
}

/* 言語選択 */
.lang-nav li {
	float: left;
	width: 50%;
	text-align: center;
}

.lang-nav li a {
	box-sizing: border-box;
	display: block;
	width: 80%;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	margin: 0 auto 1em auto;
	border: 1px solid #aaa;
}

.lang-nav li:nth-child(1) a {
	background: url(../img/ch.png) no-repeat 5px center;
	background-size: 20px auto;
}

.lang-nav li:nth-child(2) a {
	background: url(../img/en.png) no-repeat 5px center;
	background-size: 20px auto;
}


/*=================================================
 * 会社概要スタイル
 * ================================================= */
.company-list h2 {
	margin: 1px 0 0 0;
	padding: 0 10px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	background-image: url(../img/common/bg_midashi.png);
}
.company-list dt {
	height: 44px;
	line-height: 44px;
	padding: 0 10px 0 40px;
	background-image: url(../img/common/nav_list.png), -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dcdcdc));
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-position: left center;
	color: #333;
}
.company-list table {
	width: 100%;
}
.company-list tr {
	border-bottom: 1px dotted #333;
}
.company-list tr:last-child {
	border: none;
}
.company-list th {
	width: 5em;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	color: #036;
}
.company-list td {
	padding: 5px;
	text-align: left;
}
.company-list p {
	padding: 0 1em;
}

/*=================================================
 * 店舗案内スタイル
 * ================================================= */
.shop-list h2 {
	margin: 1px 0 0 0;
	padding: 0 10px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	background-image: url(../img/common/bg_midashi.png);
}
.shop-list dt {
	height: 44px;
	line-height: 44px;
	padding: 0 10px 0 40px;
	background-image: url(../img/common/nav_list.png), -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dcdcdc));
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-position: left center;
	color: #333;
}
.shop-list p {
	padding: 0 1em;
}
.open {
	color: #c00;
	padding-left: 1em;
}
.meat {
	color: #990000;
}
.fish {
	color: #3399ff;
}
.vegetable {
	color: #00cc33;
}
.grocery {
	color: #ffcc00;
}
.bbq {
	color: #ff6600;
}

/*=================================================
 * 商品案内スタイル
 * ================================================= */
.item-list h2 {
	margin: 1px 0 0 0;
	padding: 0 10px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	background-image: url(../img/common/bg_midashi.png);
}
.item-list dt {
	height: 44px;
	line-height: 44px;
	padding: 0 10px 0 40px;
	background-image: url(../img/common/nav_list.png), -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dcdcdc));
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-position: left center;
	color: #333;
}
.item-list div {
	padding: 1em;
	border-top: 1px dotted #aaa;
}

.item-list dd div:first-child {
	border: none;
}

.item-list div p span {
	font-weight: bold;
}

.item-list div p:nth-of-type(1) {
	padding-top: 1em;
	text-align: center;
}

.item-list div p:nth-of-type(1) img {
	width: 50%;
}

.item-list div a {
	display: block;
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	background: #d74124;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

/*=================================================
 * トピックススタイル
 * ================================================= */
.topics h2 {
	margin: 1px 0 0 0;
	padding: 0 10px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	background-image: url(../img/common/bg_midashi.png);
}

.topics h3 {
	padding: 0 1em;
	font-size: 16px;
	color: #036;
}

.topics p {
	padding: 0 1em;
}

/*=================================================
 * メルマガスタイル
 * ================================================= */
.mag h2 {
	margin: 1px 0 0 0;
	padding: 0 10px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	background-image: url(../img/common/bg_midashi.png);
}

.mag p {
	padding: 0 1em;
}

.sns li {
	float: left;
	width: 33.3%;
	text-align: center;
}

.sns li img {
	width: 75%;
	margin: 0 auto 1em auto;
}
/*=================================================
 * 20260127追加分
 * ================================================= */
.main-nav.add-2026 {
font-family: "Noto Serif JP", serif;
font-weight: 600;
font-size: 14px;
float: none;
}
.main-nav.add-2026 ul{
    position: static;
    left: auto;
    float: none;
    display: flex;
}
.main-nav.add-2026 li{
    position: static;
    left: auto;
    float: none;
    width: auto;
    flex-basis: 25%;
}
.main-nav.add-2026 ul li:nth-child(3){
    border-right: 1px solid #000;
}
.main-nav.add-2026 ul li a{
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: unset;
    background-image: none;
}
.contents-wrapper{
    padding-inline: 10px;
	max-width: 500px;
	margin-inline:auto;
}

.new-ttl{
    margin: 1px 0 10px 0;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background-image: url(https://m.gensan-f.co.jp/smart/img/common/bg_midashi.png);
}
.notice.add-2026{
    text-align: left;
}
.table-2026{
	table-layout: fixed;
	width: 100%;
}
.table-2026 tr,
.table-2026 td,
.table-2026 input,
.table-2026 textarea{
	width: 100%;
}
.table-2026 th{
    text-align: left;
    font-weight: 500;
}
.table-2026 ~ div{
    margin-top: 10px;
}
.table-2026 ~ .submit{
	margin-inline:auto;
	width: fit-content;
}
.new-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}