@import url(https://use.fontawesome.com/releases/v5.3.1/css/all.css);

* {
	margin: 0px;
	padding: 0px;
}

body {
	-webkit-text-size-adjust: none; /*iPhone自動文字サイズ調整解除*/
	font-family: "YakuHanJPs", "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height: 1.4;
	font-size:14px;
	background: url(../img_common/hd_bg.jpg) repeat-x 0 0 #fff;
}

a {
	border: none;
/*	-webkit-tap-highlight-color:rgba(0,0,0,0);*/
  color: #3b6e00;
}

a img {
	border: none;
}

.arw {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
}
.arw::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  background: #333;
  -webkit-border-radius: 25%;
  border-radius: 25%;
}

img {
  max-width: 100%;
  height: auto;
}

img.nosp {
	vertical-align: bottom; /* 下の謎の余白対策 */
}

section  {
	clear: both;
	display: block;
}

div,dl,dt,dd,ul,ol,li,table,th,td,p {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


.conteBox {
  padding: 20px 4% 0;
}
.sideSp {
  margin-right: 4%;
  margin-left: 4%;
}

.taC { text-align: center !important;}
.taR { text-align: right !important;}
.taL { text-align: left !important;}

.sp5_r {margin-right: 5px;}
.sp5_b {margin-bottom: 5px;}
.sp2_s {margin-left: 2px !important;margin-right: 2px !important;}
.sp10_s {margin-left: 10px !important;margin-right: 10px !important;}

.sp2 {margin: 2px;}

.mB0 { margin-bottom: 0 !important;}
.mB10 { margin-bottom: 10px !important;}
.mB20 { margin-bottom: 20px !important;}

.mRL10 { margin-right: 10px; margin-left: 10px;}

.pT0 { padding-top: 0 !important;}
.pT10 { padding-top: 10px !important;}
.pB0 { padding-bottom: 0 !important;}

.fred { color: #c00 !important;}
.fgray { color: #808080;}
.fpurple { color: #939; }

.f16 {
	font-size: 16px !important;
	line-height: 1.4;
}
.f16b {
	font-size: 16px !important;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 1px;
}
.fRed {
	color: #c00;
}
.fgrn {
	color: #360;
}
.fGray { color: #999;}

.fbk,.conte p.fbk {
	color: #000;
}
.f12 {
	font-size: 12px;
}
.f13 {
	font-size: 13px !important;
}
.f18b {
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 2px;
	font-weight: bold;
}

.fs { font-size: 0.9em;}

.fMemo {
  font-size: 0.9em;
  letter-spacing: 0.06em;
}

.imgWF {
	width: 100%;
	height: auto;
}

header {
	text-align: right;
	display: block;
	height: 77px;
	background: url(../img_common/hd.jpg) no-repeat 0 0;
	padding: 0 10px 0 10px;
	border-bottom: 3px solid #690;
}

.logo {text-align: left;}
.logo h1{
	height: 20px;
	width: auto;
	font-size: 10px;
	display: block;
	margin: 0 auto;
	padding: 0;
	color: #c90;
	font-weight: normal;
	line-height: 14px;
}

#hdNav a img {
	margin-left: 5px;
}

header a#homeLink {
display: inline-block;
width: 150px;
height: 40px;
}



nav {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	border-bottom-width: 0;
	border-bottom-style: none;
}
nav ul {
	margin: 0;
	padding: 0;
	background-color: #cce57f;
}
nav ul li{
	font-weight: bold;
	line-height: 1.2;
	margin-left: 0;
	padding: 0;
	width: auto;
	border-bottom: 1px solid #cce57f;
	margin-right: 0;
	list-style-type: none;
}

nav ul li a {
	padding: 0;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0;
	display: block;
	margin: 0;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#497C00), to(#285100));
	background: -moz-linear-gradient(top, #497C00, #285100);
	background: linear-gradient(to bottom, #497C00, #285100);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#497C00', endColorstr='#285100');
}

nav ul li.shop {
	background-color: #360;
}
nav ul li.shop a {
	background: -webkit-gradient(linear, left top, left bottom, from(#669900), to(#285100)) ;
	background: -moz-linear-gradient(top, #497C00, #285100);
	background: linear-gradient(to bottom, #497C00, #285100);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#497C00', endColorstr='#285100');
}

nav ul li ul {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCE57F)) ;
	background: -moz-linear-gradient(top, #FFFFFF, #CCE57F);
	background: linear-gradient(to bottom, #FFFFFF, #CCE57F);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCE57F');
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: auto;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-box-shadow: 0px 1px 2px #000;
	-webkit-box-shadow: 0px 1px 2px #000;
	margin-left: 10px;
	margin-right: 10px;
}
nav ul li li {
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	width: auto;
	border-top-width: 1px;
	border-top-color: #630;
}
nav ul li li:first-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

nav ul li.shop li a {
	font-size: 14px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCE57F));
	background: -moz-linear-gradient(top, #FFFFFF, #CCE57F);
	background: linear-gradient(to bottom, #FFFFFF, #CCE57F);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCE57F');
	color: #360;
}

nav span {
	padding: 15px 0px 15px 10px;
	background-image: url(../img_common/mk_ya.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	display: block;
	line-height: 1.5;
}

nav ul li.shop li a span {
	display: block;
	padding: 15px 40px 15px 15px;
	background-image: url(../img_common/mk_ya2.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
}


.btn {
	width: 70%;
	text-align: center;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto;
}
.btntd,.btntdw {
	width: 96%;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto;
}
.btn a,.btntd a{
	font-size: 90%;
	width: auto;
	border-radius: 5px;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 5px;
	-webkit-box-shadow: 0px 1px 2px #000;
	-moz-box-shadow: 0px 1px 2px #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#669900), to(#336600)) ;
	background: -moz-linear-gradient(top, #669900, #336600);
	color: #EDEBDB;
	text-shadow: 0px 1px 1px #336600;
}

.btntdw a {
	font-size: 90%;
	width: auto;
	border-radius: 5px;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 5px;
	-webkit-box-shadow: 0px 1px 2px #000;
	-moz-box-shadow: 0px 1px 2px #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f7f0), to(#ddd9b7)) ;
	background: -moz-linear-gradient(top, #F8F7F0, #ddd9b7);
	color: #360;
	text-shadow: 0px 0px 0px #ddd9b7;
}

/* マイページボタン */
#myPageBtn {
  margin: 0 4% 10px;
  padding: 0;
  text-align: center;
}
#myPageBtn a {
  display: block;
  background: #007564;
  color: #fff;
  width: 78%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 5px;
  border: 2px solid #d7d7d7;
  box-sizing: border-box;
}
#myPageBtn a .fCap {
  display: block;
  font-size: 12px;
}
#myPageBtn a:hover {
  border-color: #FF9900;
}

/*2列表示調整*/
.btnSetBox {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 2%;
  padding: 10px 0 0;
}
.btnSetBox > div {
  width: 48% !important;
  margin: 0 1% 10px !important;
  padding: 0 !important;
}
.btnSetBox div a {
  width: 98% !important;
  min-height: 60px;
  margin: 0 1% !important;
  padding: 0 3px !important;
}

.btnSetBox .btn a {
  display: flex;
  justyify-content: center;
  align-items: center;
  background: #360;
  border-radius: 5px;
  border: 2px solid #d7d7d7;
  box-sizing: border-box;
/*-webkit-box-shadow: none;
  -moz-box-shadow: none;*/
	text-shadow: none;
}
.btnSetBox .btn.myPage a {
  background: #007564;
}
.btnSetBox .btn a .box {
  text-align: center;
  margin: 0 auto;
}
.btnSetBox .fCap {
  display: block;
  font-size: 11px !important;
  letter-spacing: normal;
}

.btnfm input {
	padding: 10px;
}

.telnooff {
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ccc, endcolorstr=#999);
	/* IE8 IE9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ccc, endcolorstr=#999)";
	zoom: 1;
	background: #999;
	background: linear-gradient(to bottom, #ccc, #999);/* IE10+, W3C */
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999)) ;
	background: -moz-linear-gradient(top, #ccc, #999);
	color: #fff;
	font-size: 10px;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -khtml-border-radius: 6px;
}
.telno a {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#edebdb)) ;
	background: -moz-linear-gradient(top, #fff, #edebdb);
	color: #360;
	text-shadow: 0px 0px 0px #ccc;
	font-size: 10px;
}
.telno a span {
	font-size: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	text-shadow: 0px 1px 1px #cbc696;
	line-height: 100%;
}
a span.mk {
	font-size: 26px;
}

.mkmf {
	background-image: url(../img_common/icon_mf.gif);
	background-repeat: no-repeat;
	background-position: 10px 2px;
}

.btnTop {
	text-align: center;
	float: right;
	margin-right: 10px;
	clear: both;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
.btnTop a {
	font-size: 85%;
	width: 100px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#cce57f), to(#669900)) #cbcccf;
	background: -moz-linear-gradient(top, #cce57f, #669900);
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 3px;
	color: #360;
	-webkit-box-shadow: 0px 1px 2px #000;
	-moz-box-shadow: 0px 1px 2px #000;
}

footer {
	clear: both;
	display: block;
	margin: 0px;
	padding: 15px 0;
	text-align: center;
	background-color: #e4e0c7;
}

footer small {
  display: block;
	font-size: 11px;
  letter-spacing: 0;
	color: #330;
  margin: 0;
	padding: 12px 0 0;
}

/*pgnav*/
#pgnav {
	background-color: #edebdb;
	border: none;
	/*padding-bottom: 10px;*/
}
#pgnav h2 {
	background-color: #9cbd42;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#wkoshirase {
	border: 3px solid #390;
	background-color: #ff9;
	margin-bottom: 15px;
}
#wkoshirase p { font-size: 15px; margin-left: 20px; margin: 10px;}
#wkoshirase p img { vertical-align: bottom;}

#wkoshirase a,
#oshirase a {
	color: #390;
	text-decoration: underline;
}
#wkoshirase a:hover,
#oshirase a:hover {
	color: #c36;
}


#oshirase {
	text-align: left;
	border: 3px solid #c00;
	background-color: #ffc;
	margin-bottom: 15px;
}

#oshirase dt { color: #f00; font-size: 18px; font-weight: bold; margin: 10px;}
#oshirase dd { background-color: #ffc;}

#oshirase p { font-size: 13px; margin: 10px; padding: 0 !important;}



.subTitSp {
	margin: 0 10px 10px;
	font-size: 15px;
}
.pan {
	overflow: hidden;
	margin: 15px 10px 10px;
}

.pan ul {
	list-style: none;
	font-size: 12px;
}
.pan ul li {
	display: inline-block;
}
.pan ul li a {
    display: block;
    background: url(../img_common/arw.png) no-repeat right center;
    background-size: 6px auto;
    padding: 3px 12px 3px 0;
	color: #5A8E00;
}


/* oshirase */
.topicsbx,
.topicsbxDl {
/*	width: 98%;*/
	border: 1px solid #900;
	margin: 0 auto 10px;
	border-collapse: collapse; border-spacing: 0;
}
.topicsbx th,
.topicsbxDl dt {
	background-color: #C33;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFC;
	text-align: left;
	padding: 5px 10px;
	letter-spacing: 1px;
}
.topicsbx td,
.topicsbxDl dd {
    padding: 8px 10px 5px;
    background-color: #FFFFCC;
    border-top: 1px dotted #C33;
}

.topicsbx td h2,
.topicsbxDl dd h2 {
	font-size: 16px;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
}

.topicsbx td a,
.topicsbxDl dd a {
    color: #5A8E00;
}

.topicsbx td.tpxLine {
  border-top: 1px dotted #333;
  padding: 13px 20px 5px;
}
.topicsbx .tpxTit {
  color: #C00;
  font-size: 16px !important;
  line-height: 1.4;
  letter-spacing: 1px;
  margin: 0 0 5px;
  padding: 5px 0 0;
}
.topicsbx .tpxSubTit {
  font-size: 15px !important;
  margin: 0 0 5px;
  padding: 10px 0 0;
}

.topicsbx td p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0px;
	padding: 0 0 8px;
}

.topicsbx dl.listBox {
  margin: 0 0 10px;
  padding: 15px;
  background-color: #FFF;
  overflow: hidden;
}
.topicsbx dl.listBox dt {
  font-size: 13px;
    font-weight: bold;
}
.topicsbx dl.listBox dd {
  margin: 0;
  padding: 0;
}
.topicsbx dl.listBox ul {
  margin: 0;
  padding: 0 0 0 18px;
  text-align: left;
  list-style-type: disc;
  overflow: hidden;
}
.topicsbx dl.listBox li {
  margin: 0;
  padding: 5px 0 0;
  font-size: 12px !important;
  vertical-align: top;
}

.topicsbx .timeBox {
  background-color: #DFF5F9;
  margin: 0 0 5px;
  padding: 8px 10px 0;
}
.topicsbx .timeBox p {letter-spacing: 2px;}



/**/

.bnrBox {
    text-align: center;
    margin: 0 10px;
    padding-top: 10px;
}

.bnrBox img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

/**/
.notes{
    text-align: left;
    background: #ffe3e3;
    margin-bottom: 20px;
    border: 3px double #F0575A;
}

.notes .noteTit {
    background: #E73030;
    font-size: 16px;
    line-height: 1.5;
    color: #FFF;
    padding: 10px;
    margin-bottom: 15px;
}
.notes .noteTit span {
    color: #F4E73A;
}
.notes p {
    font-size: 14px;
    padding: 0px 10px !important;
}
.notes .period {
    text-align: center;
    padding: 15px 0;
}
.notes .periodTit {
    font-size: 15px;
    margin: 0 auto 10px;
}

.notes .period b {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #E73030;
}

.bnrCol2 {
    letter-spacing: -1em;
    font-size: 0;
    padding: 8px 1%;
}
.bnrCol2 a {
    letter-spacing: normal;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 47%;
    margin: 0 1%;
}
.bnrCol2 a img {
    width: 100%;
    height: auto;
}

/**/
#gaNotice {
    border: 1px dotted #333;
    padding: 4px 14px 14px;
    text-align: left;
}
#gaNotice p {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 0;
    padding: 10px 0 0;
    word-wrap: break-word;
}
#gaNotice ul {
    margin: 0;
    padding: 5px 0 0;
    list-style: none;
}
#gaNotice li {
    margin: 0;
    padding: 15px 0 0;
    font-size: 12px;
    word-break: break-all;
    border: 0;
}

/**/
.topBnrSec {
  margin: 0 4% 10px;
  padding: 0;
}
.topBnrSec p {
  margin: 0;
  padding: 5px 0;
}
.topBnrSec img {
  vertical-align: top;
}

/**/
.btnNews {
width: 92%;
margin: 0 auto;
padding: 20px 0 0;
overflow: hidden;
}
.btnNews a {
display: block;
background-color: #333;
color: #FFF;
text-align: left;
text-decoration: none;
margin: 0 0 10px;
}
.btnNews a.bgClr {
background-color: #690;/* #F46E6D; */
}
.btnNews a span {
display: inline-block;
background: url("../../imgcommon/mb_icon_pdf.png") no-repeat 10px center;
background-size: 24px auto;
padding: 15px 10px 15px 45px;
}



/**/
.wkCartCs {
background-color: #FFC;
text-align: center;
margin: 0 10px 40px;
padding: 0 10px 10px;
}
.wkCartCs p {
font-size: 15px;
font-weight: bold;
line-height: 1.3;
letter-spacing: 1px;
margin: 0;
padding: 10px 0 0;
}


/* お知らせ枠 */
dl.topicsSec {
border: 1px solid #C33;
margin: 0 auto 10px;
font-size: 13px;
line-height: 1.4;
}
dl.topicsSec dt {
background-color: #C33;
margin: 0 0;
padding: 5px 10px;
font-size: 15px;
letter-spacing: normal;
color: #FFC;
}
dl.topicsSec dd {
background-color: #FFC;
border-top: 1px dotted #C33;
margin: 0;
padding: 5px 10px 10px;
}
dl.topicsSec dd p {
margin: 0;
padding: 5px 0 0;
letter-spacing: 0.05em;
}
dl.topicsSec table {
border-collapse: collapse;
border-spacing: 0;
font-size: 12px;
margin: 5px 0;
padding: 0;
border-top: 1px dotted #333;
}
dl.topicsSec th,
dl.topicsSec td {
text-align: left;
margin: 0;
padding: 10px;
border-bottom: 1px dotted #333;
}
dl.topicsSec th {
background-color: #ECECAD;
white-space: nowrap;
}
dl.topicsSec td {
background-color: #FFF;
}

dl.topicsSec ul {
margin: 0 0 5px 18px;
padding: 0;
}
dl.topicsSec li {
margin: 0;
padding: 0;
}
dl.topicsSec li:not(:first-child) {
padding-top: 5px;
}

/* ボタン風テキストリンク用 */
.btnBlk {
  text-align: center;
  overflow: hidden;
}
.btnBlk a {
  display: inline-block;
  background-color: #333;
  color: #FFF;
  text-decoration: none;
  margin: 0 5px 10px;
  padding: 0 20px;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.4;
}
.btnBlk a:hover {
  background-color: #FF7F00;
}
.btnBlk a span.mk {
  display: inline-block;
  background: url("../../imgcommon/arrow_wht.png") no-repeat 0 center;
  background-size: 18px auto;
  margin: 0;
  padding: 10px 0 10px 30px;
  font-size: 15px;
}

.inlineBlk {
  display: inline-block;
}

/**/
.txtBtnBox a {
  display: block;
  background-color: #286d20;
  color: #fff;
  text-decoration: none;
  margin: 0 0 10px;
  padding: 12px 10px;
}
.txtBtnBox a span.arwMk {
  position: relative;
  display: block;
  padding: 0 16px 0 0;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.txtBtnBox a span.arwMk::after {
  position: absolute;
  top: 50%;
  right: 4px;
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: -4px;
  transform: rotate(45deg);
}

/* storeInfo */
#storeInfo {
  background-color: #cfdcaa;
  margin: 0 0 10px;
  padding: 15px 0 5px;
}


/**/
.opLock {
  display: inline-block;
  padding-right: 20px;
}
.opLock::after {
  font-family: "Font Awesome 5 Free";
  content: "\f023";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 900;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}


/*外部リンクアイコン*/
.outlink {
  padding-right: 20px;
  background: url("../../imgcommon/icon_outlink.png") no-repeat center right;
  background-size: 12px 12px;
}

/* 上部へ戻るボタン */
.pageTop {
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: rgba(80,147,42,0.9);
  cursor: pointer;
  transition: .3s;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
}

/* ローディング用非表示設定 */
.pace-running .wrap {
  opacity: 0.1;
}


/**/
.notesRedLtd {
margin: 0;
padding: 5px 0 15px;
}
.notesRedLtd dl {
border: 1px solid #000;
margin: 0;
padding: 10px;
}
.notesRedLtd dl.bdrRed {
background-color: #fdffcc;
border-color: #c00;
}

.notesRedLtd dt {
font-size: 15px;
font-weight: bold;
color: #c00;
margin: 0;
padding: 0;
}
.notesRedLtd dd {
margin: 0;
padding: 0;
}
.notesRedLtd dd p {
margin: 0;
padding: 5px 0 0;
font-size: 13px;
word-break: break-all;
}
