
.clearfix:after,
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}

#adminBox {
	position: relative;
	top: 0;
	z-index: 0;
/*	position: relative;
	top: 0;
	z-index: 99999;*/
}



body {
	background: url(../images/bg_body.png) repeat #fffcf5;
}

#outer-wrap {
	background: url(../images/bg_top.png) repeat-x 0 0;
}

i {
	font-style: normal;
}

b, strong {
	font-weight: bold;
}

em,
.acms-entry p em {
	color: #db0005;
	font-weight: normal;
	font-style: normal;
	background: none;
}

.b {
	color: #db0005;
	font-size: 18px;
	font-weight: bold;
}

.line {
	background: #fffa6a;
	background: linear-gradient(transparent 50%, #fffa6a 50%);
}

.s_line {
	color: #aaa;
	text-decoration: line-through;
}

.acms-entry p.red,
.red {
	color: #db0005;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.btn1left {
	position: relative;
	text-align: left;
}
.btn1center {
	position: relative;
	text-align: center;
}
.btn1right {
	text-align: right;
	position: relative;
}

.btn1left a,
.btn1center a,
.btn1right a {
	position: relative;
	display: inline-block;
	margin: 5px 5px;
	padding: 3px 20px;
	color: #167503;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	border: 2px solid #167503;
	background: #ffe830;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

.btn1left a:hover,
.btn1center a:hover,
.btn1right a:hover {
	top: 1px;
	left: 1px;
	color: #167503;
	text-decoration: none;
	background: #fff070;
	box-shadow: none;
}

.btn1left a:before,
.btn1center a:before,
.btn1right a:before {
	margin: 0 5px 0 -5px;
	content: url(../images/btn_bul.png);
}




/* リンクの設定 */
a {
	border: none;
	color: #167503;
	text-decoration: underline;
}

a:visited {
	color: #167503;
	text-decoration: underline;
}

a:active {
	color: #167503;
	text-decoration: none;
}

a:hover {
	color: #1e6c04;
	text-decoration: none;
}

.arrow:before {
	content: "→";
}

/* テーブル */
.acms-entry table {
	margin: 20px 10px;
	padding: 0;
	border-collapse: collapse;
	color: #2a2627;
	font-size: 16px;
	line-height: 1.8;
}

.acms-entry table caption {
	background: #E7E7E7;
}

.acms-entry table tr {
	margin: 0;
	padding: 0;
}

.acms-entry table th {
	padding: 10px 15px;
	border: 1px solid #e4ebd1;
	background: #f8f8f8;
	color: #2a2627;
	text-align: left;
	white-space: nowrap;
}

.acms-entry table td {
	padding: 10px 15px;
	border: 1px solid #e4ebd1;
}


/* リスト */
.acms-entry ul {
	overflow: hidden;
	margin: 20px 0 30px 15px;
	padding: 0;
	font-size: 16px;
	zoom: 1;
}

.acms-entry ul li {
	list-style: none;
	padding: 0 0 0 15px;
	line-height: 1.8;
	background: url(../images/ul.png) no-repeat 0 9px;
}

.acms-entry ol {
	counter-reset: number;
	overflow: visible;
	margin: 20px 0 30px 20px;
	padding: 0 0 0 32px;
	font-size: 16px;
	zoom: 1;	
}

.acms-entry ol li{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.8;
}

.acms-entry ol li:before{
	counter-increment: number;
	content: counter(number);
	float: left;
	margin: 0 0 0 -32px;
	padding: 0;
	width: 24px;
	height: 24px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	border-radius: 50%;
	background: #167503;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #167503), color-stop(0.00, #1b9102));
	background: -webkit-linear-gradient(top, #1b9102 0%, #167503 50%);
	background: -moz-linear-gradient(top, #1b9102 0%, #167503 50%);
	background: -ms-linear-gradient(top, #1b9102 0%, #167503 50%);
	background: linear-gradient(to bottom, #1b9102 0%, #167503 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF1b9102', endColorstr='#FF167503');
}


/* ヘッダー
-------------------- */
#headWrapper {
	margin: 0;
	padding: 0;
	background: #fff;
	border-top: 3px solid #167503;
}

#headWrapper .acms-container {
	position: relative;
}

#siteName {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 100;
}

#siteName img {
	width: 240px;
	height: 110px;
}

.head_main {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	height: 47px;
	background: #167503; /* 画像非表示用 */
	background: url(../images/navi_bg.png) repeat-x;
}

.head_main ul {
	margin: 0 0 0 240px;
	padding: 4px 0 8px 0;
}

.head_main ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}

.head_main ul li {
	float: left;
	margin: 5px 0 0 0;
	padding: 2px 16px;
	color: #fff;
	font-size: 16px;
	list-style: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #c2d38c;
}

.head_main ul li:first-child:before {
	border-left: 1px solid #c2d38c;
}

.head_main ul li:last-child:after {
	border-right: 1px solid #fff;
}

.head_main ul li a {
	margin: 0;
	padding: 6px 12px 6px 12px;
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

.head_main ul li a:hover {
	border-bottom: 2px solid #ffe830;
}



.head_sub {
	position: relative;
	margin: 4px 0 10px 240px;
}

.head_sub p {
	float: left;
	margin: 0;
	padding: 11px 0 11px 0;
	color: #808080;
	font-size: 14px;
}

.head_sub ul {
	position: absolute;
	right: 0;
	margin: 0;
}

.head_sub ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}

.head_sub ul li {
	float: left;
	margin: 5px 0 0 7px;
	padding: 0;
	color: #808080;
	font-size: 14px;
	list-style: none;
	border: 1px solid #aaa;
	box-shadow: 1px 2px 3px rgba(0,0,0,.5);
}

.head_sub ul li a {
	display: block;
	padding: 2px 7px;
	color: #808080;
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #e6e6e6), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 50%);
	background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 50%);
	background: -ms-linear-gradient(top, #fff 0%, #e6e6e6 50%);
	background: linear-gradient(to bottom, #fff 0%, #e6e6e6 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6');
	text-decoration: none;
}

.head_sub ul li a:hover {
	color: #333;
	background: #f2f2f2;
}

.headerImage{
	width: 100%;
}


/* メイン共通
-------------------- */
.mainModuleBox h2:before {
	position: absolute;
	top: 8px;
	left: 20px;
	content: url(../images/h2_bul.png);
}

.mainModuleBox h2,
.mainModuleBox h2 a {
	position: relative;
	color: #fff;
	text-decoration: none;
}

.mainModuleBox h2 {
	margin: 0;
	padding: 5px 32px;
	color: #fff;
	font-size: 20px;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
 	border-radius: 5px 5px 0 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #167503), color-stop(0.00, #1b9102));
	background: -webkit-linear-gradient(top, #1b9102 0%, #167503 50%);
	background: -moz-linear-gradient(top, #1b9102 0%, #167503 50%);
	background: -ms-linear-gradient(top, #1b9102 0%, #167503 50%);
	background: linear-gradient(to bottom, #1b9102 0%, #167503 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF1b9102', endColorstr='#FF167503');
}

.acms-entry h3 {
	zoom: 1;
	overflow: hidden;
	margin: 40px 10px 20px 10px;
	padding: 6px 15px;
	color: #f8f8f8;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	border-radius: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #167503), color-stop(0.00, #1b9102));
	background: -webkit-linear-gradient(top, #1b9102 0%, #167503 50%);
	background: -moz-linear-gradient(top, #1b9102 0%, #167503 50%);
	background: -ms-linear-gradient(top, #1b9102 0%, #167503 50%);
	background: linear-gradient(to bottom, #1b9102 0%, #167503 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF1b9102', endColorstr='#FF167503');
}

.acms-entry h4 {
	overflow: hidden;
	margin: 40px 10px 15px 10px;
	padding: 0 10px 2px;
	color: #167503;
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px #167503;
	zoom: 1;
}

.acms-entry h5 {
	overflow: hidden;
	margin: 0 10px;
	padding: 0;
	border-left: none;
	font-size: 18px;
	zoom: 1;
}

.acms-entry p {
	margin: 0 0 15px 0;
	padding-left: 10px;
	padding-right: 10px;
	color: #2a2627;
	font-size: 16px;
	line-height: 1.8;
}


.mainModuleBox {
	margin: 0 0 10px 0;
	padding: 0;
	border-radius: 5px;
	background: none;
}

.mainbox {
	overflow: hidden;
	margin: 0 0 30px 0;
	padding: 0;
		background: #fff;
		border-radius: 0 0 5px 5px;
		border-top: none;
		border-right: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		border-left: 1px solid #e6e6e6;
}

.summaryDefault {
	padding: 15px;
	border: 1px solid #e6e6e6;
	border-radius: 0 0 5px 5px;
	background: #fff;
}

.summaryDefault .summaryDefaultEntry {
	float: left;
	width: 294px;
	margin: 10px;
	padding: 10px;
	box-shadow: none;
	background: #ccc;
}

.summaryDefault .summaryDefaultEntry:nth-last-of-type(1), .summaryDefault .bl-hover:nth-last-of-type(1),
.summaryDefault .summaryDefaultEntry:nth-last-of-type(2), .summaryDefault .bl-hover:nth-last-of-type(2),
.summaryDefault .summaryDefaultEntry:nth-of-type(1),
.summaryDefault .bl-hover:nth-of-type(1) {
	border-radius: 0;
}


#page_title_box {

}

#page_title_box .left {
	padding: 18px 0 0 0;
	text-align: center;
}

#page_title_box .left a {
	margin: 0 auto;
	padding: 10px 20px;
	color: #999;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	background: #fff;
	border-radius: 16px;
}

#page_title_box .left a:hover {
	color: #333;
	text-decoration: none;
	background: #d6d6d6;
}

#page_title_box .right,
#page_title_box .right #categoryH1 {
	margin: 0;
	padding: 10px 30px;
	color: #5C8933;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(255,255,255,.8);
	background: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.entry_date {
	margin: 10px 30px 10px 0;
	padding: 0;
	color: #999;
	font-size: 13px;
	text-align: right;
}


.acms-entry {
	margin: 0 0 20px 0;
	padding: 0;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	background: #fff;
	background: url(../images/mainbox_bg.png) 50% 0 no-repeat #fff;
}

.acms-entry .entryTitle,
.entryTitle {
	margin: 0;
	padding: 18px 0 15px 30px;
	color: #4d4d4d;
	font-size: 24px;
	font-weight: bold;
	background: url(../images/entrytitle_bul.png) no-repeat 0 23px;
}

.entryHeader {
	margin: 0 30px;
	padding: 10px 0;
	border-bottom: solid 1px #e6e6e6;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #333;
}


/* google maps */
.column-map-auto img,
.column-map-center img {
	width: 100%;
}





/* カテゴリーリスト　ナビ */
.catelist_navi {
	display: block;
	margin: 20px 15px;
	padding: 0;
}

.catelist_navi:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}

.catelist_navi li {
	float: left;
	display: inline-block;
	width: 161px;
	margin: 3px;
	padding: 0;
	font-size: 13px;
	list-style: none;
}

.catelist_navi a {
	display: block;
	margin: 0;
	padding: 4px 10px;
	color: #6a6a6a;
	text-decoration: none;
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.0, #e6e6e6), color-stop(0.50, #fff));
	background: -webkit-linear-gradient(top, #fff 50%, #e6e6e6 100%);
	background: -moz-linear-gradient(top, #fff 50%, #e6e6e6 100%);
	background: -ms-linear-gradient(top, #fff 50%, #e6e6e6 100%);
	background: linear-gradient(to bottom, #fff 50%, #e6e6e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6');
	border-radius: 3px;
	border: 2px solid #c8c8c8;
}

.catelist_navi a:hover {
	background: #fcfcfc;
	border: 2px solid #aaa;
}

/* お知らせ */
#newslist {
	margin: 0 20px;
	border-top: 1px dotted #ddd;
}

#newslist li {
	margin: 10px 0 0 0;
	padding: 0 0 10px 15px;
	border-bottom: 1px dotted #ddd;
}

#newslist li span {
	display: block;
	margin: 0;
	padding: 4px 0 0 0;
	color: #2a2627;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}

#newslist li span.new {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 3px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	border-radius: 3px;
	background: #db0005;
}


/* ページャー */
.mainbox .pager ul,
.acms-entry .pager ul {
	margin: 20px auto;
	text-align: center;
}

.mainbox .pager ul li,
.acms-entry .pager ul li {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;
	border-radius: 3px;
	border: 1px solid #c0c0c0;
	background: #e9e9e9;
	box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
	font-size: 13px;
	list-style: none;
}

.mainbox .pager ul li a,
.acms-entry .pager ul li a {
	display: block;
	margin: 0;
	padding: 2px 9px;
	color: #717171;
	text-decoration: none;
	border-radius: 3px;
	background: #fefefe;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
	background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFEFEFE', endColorstr='#FFF0F0F0');
}

.mainbox .pager ul li a:hover,
.acms-entry .pager ul li a:hover {
    background: #f0f0f0;
}

.mainbox.pager ul li.cur a,
.acms-entry .pager ul li.cur a {
	color: #f0f0f0;
	background: #616161;
	border-radius: 3px;
}


/* 店舗一覧 */
.storeinfo .summaryCustom {
	margin: 20px 0 0 5px;
	padding: 0;
}

.storeinfo .summaryCustom .summaryCustomEntry {
	float: left;
	list-style: none;
	width: 200px;
	margin: 0 5px 10px 5px;
	padding: 10px 10px 5px;
	padding: 10px 8px 8px\9;
	text-align: center;
	background: none;
	border-radius: 5px;
	box-shadow: none;
}

.storeinfo .summaryCustom .summaryCustomEntry .title {
	margin: 0;
	padding: 5px 0;
	text-overflow: clip;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
}

.store_info_box h4 {
	margin: 0 10px 15px 10px;
}

/* 店舗詳細 */
.storeInfoTokubai{
	background: #eee;
	padding: 1em 0 0.5em 0;
	margin-bottom: 1em;
}
.storeInfoTokubai p span{
	color: #5C8933;
}

/* おすすめ商品一覧 */
#product_index .summaryCustom {
	margin: 40px 0 40px 5px;
	padding: 0;
}

#product_index .summaryCustom .summaryCustomEntry {
	float: left;
	list-style: none;
	width: 200px;
	margin: 0 0 10px 5px;
	padding: 7px;
	padding: 10px 8px 8px\9;
	text-align: center;
	background: none;
	border: 3px solid #fff;
	border-radius: 0;
	box-shadow: none;
}

#product_index .summaryCustom .summaryCustomEntry:hover {
	border: 3px solid #167503;
}

#product_index .summaryCustom .summaryCustomEntry .photo {
  height: 200px;
  background: #fff;
}

#product_index .summaryCustom .summaryCustomEntry .title {
	margin: 0;
	padding: 5px 0;
	text-overflow: clip;
	white-space: normal;
	overflow: visible;
	font-size: 15px;
}


/* お問い合わせフォーム */
.required {
	margin: 0 10px;
	padding: 1px 8px;
	border-radius: 3px;
	background-color: #C40F32;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
}

.no_required {
	margin: 0 10px;
	padding: 1px 8px;
	border-radius: 3px;
	background-color: #d9d9d9;
	color: #666;
	font-size: 11px;
	font-weight: normal;
}

.acms-entry p.acms-text-error {
	color: #db0005;
	font-size: 14px;
	background: #fffa6a;
}



/* チラシ */
.pr_img {
	margin: 0 10px;
	text-align: center;
	box-shadow: 0px 0px 4px rgba(0,0,0,.3);
}

.pr_img img {
	width: 100%;
	max-width: 640px;
	height: auto;
}







/* トップページ
-------------------- */
.bx-wrapper img {
	height: auto;
}

.headline {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
	border: 1px solid #e6e6e6;
	border-radius: 0 0 5px 5px;
	box-shadow: none;
	background: #fff;
}

.headline li {
	position: relative;
	margin: 7px 10px 7px 160px;
}

.headline li .date {
	position: absolute;
	display: inline-block;
	width: 150px;
	margin: 0;
	top: 0;
	left: -140px;
}

.headline .title {
	font-weight: bold;
}

.headline a {
	display: inline-block;
	padding: 0;

	border-bottom: none;
	vertical-align: bottom;
	zoom: 1;
}

.headline a:hover {
	background: none;
}

#top_pr_box .summaryDefault .summaryDefaultEntry,
#prindex_box .summaryDefault .summaryDefaultEntry {
	float: left;
	width: 306px;
	margin: 10px;
	padding: 0;
	box-shadow: none;
	background: none;
}

#top_pr_box .summaryDefault .summaryDefaultEntry:nth-child(odd),
#prindex_box .summaryDefault .summaryDefaultEntry:nth-child(odd) {
	padding: 0 15px 0 0;
	border-right: 1px solid #e6e6e6;
}

#top_pr_box .summaryDefault .summaryDefaultEntry div.pr_box,
#prindex_box .summaryDefault .summaryDefaultEntry div.pr_box {
	position: relative;
	width: 118px;
	padding: 15px;
	text-align: center;
	border: 1px solid #e6e6e6;
	background: url(../images/pr_topbg.png) 50% 50%;
}

#top_pr_box .summaryDefault .summaryDefaultEntry .pr_box div,
#prindex_box .summaryDefault .summaryDefaultEntry .pr_box div {
	float: left;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	background: none;
	text-align: center;
	vertical-align: middle;
	line-height: 120px;
}

#top_pr_box .summaryDefault .summaryDefaultEntry .pr_box div img,
#prindex_box .summaryDefault .summaryDefaultEntry .pr_box div img {
	vertical-align: middle;
	line-height: 120px;
	box-shadow: 2px 2px 3px rgba(0,0,0,.3);
}
.store_infoEntry#top_pr_box .summaryDefault .summaryDefaultEntry{
	width: 100%;
}
/* ▼▼▼お買い得品 */
#top_tokubai_box .summaryDefault a{
	width: 50%;
	display: block;
	float: left;
text-align: center;
}
#top_tokubai_box .summaryDefault a:hover,#top_tokubai_box .summaryDefault a:active{
	background: #167503;
}
#top_tokubai_box img{
	width: 94%;
	height: auto;
	box-sizing: border-box;
	margin: 3% auto;
    display: block;
}
#top_tokubai_box .summaryDefault a span{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
margin-top: -40px;
margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: -20%;
}

@media screen and (max-width: 767px) {
	.headline li {
    margin: 7px 10px 7px 10px;
}
.headline .title{
	line-height: 1.3;
}
.headline li .date {
    position: relative;
    display: block;
    width: auto;
    margin: 0;
    top: 0;
    left: 0;
    font-size: 10px;
}
}

@media screen and (min-width: 768px) {
	#top_tokubai_box .summaryDefault a{
	width: 33%;
}
#top_tokubai_box .summaryDefault a span{
margin-top: -40px;
}
}

.pr_box:after {
	position: absolute;
	content: url(../images/pr_check_big.png);
	top: 0;
	left: 0;
	line-height: 0;
}

.summaryDefault .summaryDefaultEntry p {
  margin: 5px 0 0 0;
  word-break: break-all;
  font-size: 14px;
  line-height: 1.4;
}

.summaryDefault .summaryDefaultEntry p.pr_term {
	padding: 5px 0 0 0;
	color: #999;
	font-size: 13px;
}

/* facebook */
#fbbox {
	width:700px;
	height:540px;
	border:none;
	overflow:hidden;
	background: #fff;
}


/* サイド
-------------------- */

.subModuleBox {
 	margin: 0 0 20px 0;
 	background: #fff;
	border: 1px solid #e6e6e6;
 	border-radius: 5px;
}

.subModuleBox h2 {
	margin: 0;
	padding: 5px 5px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
 	border-radius: 5px 5px 0 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #167503), color-stop(0.00, #1b9102));
	background: -webkit-linear-gradient(top, #1b9102 0%, #167503 50%);
	background: -moz-linear-gradient(top, #1b9102 0%, #167503 50%);
	background: -ms-linear-gradient(top, #1b9102 0%, #167503 50%);
	background: linear-gradient(to bottom, #1b9102 0%, #167503 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF1b9102', endColorstr='#FF167503');
}

.subModuleBox h2 a {
	color: #fff;
	text-decoration: none;
}

#entryList,
#cateList {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: none;
}

#entryList a,
#cateList a {
	display: block;
	padding: 8px 10px 8px 22px;
	color: #4d4d4d;
	text-decoration: none;
	background: #fff;
	background: url(../images/sub_li.png) no-repeat 10px 15px #fff;
	border-bottom: 1px solid #e6e6e6;
}

#entryList li:last-child a,
#cateList li:last-child a {
	color: #4d4d4d;
	border-bottom: none;
	border-radius: 0 0 5px 5px;
}

#entryList a:hover,
#cateList a:hover {
	color: #1e3304;
	text-decoration: none;
	background: url(../images/sub_li.png) no-repeat 10px 15px #fffcb0;
}

#sub_event_box h2 {
	margin: 0;
	padding: 5px 5px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
 	border-radius: 5px 5px 0 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #ff0008), color-stop(0.00, #ff8a8d));
	background: -webkit-linear-gradient(top, #ff8a8d 0%, #ff0008 50%);
	background: -moz-linear-gradient(top, #ff8a8d 0%, #ff0008 50%);
	background: -ms-linear-gradient(top, #ff8a8d 0%, #ff0008 50%);
	background: linear-gradient(to bottom, #ff8a8d 0%, #ff0008 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFff8a8d', endColorstr='#FFff0008');
}

#sub_lunch_box h2 {
	margin: 0;
	padding: 5px 5px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
 	border-radius: 5px 5px 0 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #e95900), color-stop(0.00, #e9a175));
	background: -webkit-linear-gradient(top, #e9a175 0%, #e95900 50%);
	background: -moz-linear-gradient(top, #e9a175 0%, #e95900 50%);
	background: -ms-linear-gradient(top, #e9a175 0%, #e95900 50%);
	background: linear-gradient(to bottom, #e9a175 0%, #e95900 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFe9a175', endColorstr='#FFe95900');
}

#sub_lunch_box p {
	margin: 0 auto;
	padding: 10px 15px 0 15px;
	color: #4d4d4d;
	font-size: 13px;
	font-weight: bold;
}

#sub_lunch_box a {
	color: #e95900;
}

#sub_lunch_box a:hover{
	color: #ff931e;
}

#sub_lunch_box ul {
	margin: 5px 7px 10px 7px;
	padding: 0;
}

#sub_lunch_box ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}

#sub_lunch_box ul li {
	float: left;
	width: 100px;
	margin: 5px 0 0 0;
	padding: 0;
	color: #808080;
	font-size: 13px;
	text-align: center;
	list-style: none;
	border: 1px solid #aaa;
	box-shadow: 1px 2px 3px rgba(0,0,0,.5);
}

#sub_lunch_box ul li a {
	display: block;
	padding: 3px 2px;
	color: #808080;
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #e6e6e6), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 50%);
	background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 50%);
	background: -ms-linear-gradient(top, #fff 0%, #e6e6e6 50%);
	background: linear-gradient(to bottom, #fff 0%, #e6e6e6 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#FFe6e6e6');
	text-decoration: none;
}

#sub_lunch_box ul li a:hover {
	color: #333;
	background: #f2f2f2;
}

#sub_newslist ul li span {
	display: block;
	color: #167503;
	font-size: 12px;
	font-weight: bold;
}

.lunch_member #page_title_box{
	display: none;
}
@media screen and (max-width: 479px) {
	.lunch_member #page_title_box{
	display: block;
}}
/* ▲▲▲lunch_memberカテゴリの時だけ、PC版のpage_title_boxを消す */


/* バナー */
#side_banner {
	margin: 0 0 30px 0;
	padding: 0;
	background: none;
	border: none;
}

#side_banner ul {
	margin: 0;
	padding: 0;
}

#side_banner li {
	zoom: 1;
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
}

#side_banner a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/* pagetop
-------------------- */
.pagetop {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #f2f2f2;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2) inset;
}

.pagetop p {
	margin: 0;
	padding: 3px 0 0 0;
}

.pagetop p a {
	display: block;
	padding: 10px 0;
	color: #808080;
	font-size: 14px;
	text-decoration: none;
}

.pagetop p a:hover {
	color: #167503;
	font-weight: bold;
	background: #f8fcf7;
}

/* パンくず
-------------------- */
#topicpath {
	margin: 30px 0 10px 0;
	padding: 0;
	font-size: 13px;
	text-align: left;
	background: none;
}

#topicpath li {
	margin: 0 10px 0 0;
	padding: 0;
	color: #808080;
	font-size: 13px;
}

.acms-topicpath li + li:before {
	content: ">";
	margin-right: 5px;
	color: #808080;
}

#topicpath li,
#topicpath li a,
#topicpath li:before {
	color: #808080;
	font-size: 13px;
}

#topicpath li a {
	text-decoration: none;
}

#topicpath li a:hover {
	text-decoration: underline;
}


/* フッター
-------------------- */
#footWrapper {
	overflow: hidden;
	background: url(../images/bg_foot.png) repeat #fafafa;
}

.foot_box .box_left {
	float: left;
	width: 240px;
	margin: 0;
	text-align: left;
}

.foot_box .box_right {
	float: left;
	width: 689px;
	margin: 30px 0;
	padding: 0 0 0 10px;
	text-align: left;
	border-left: 1px solid #ccc;
}

.foot_box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}

#companyAbout {
  position: inherit;
  margin: 0;
  padding: 30px 0 0 0;
}

#companyAbout dt {
	margin: 0;
	padding: 0;
	color: #167503;
	font-size: 20px;
}

.foot_contact {
	margin: 10px 0 0 0;
}

.foot_contact a {
	display: inline-block;
	margin: 0;
	padding: 2px 10px;
	color: #167503;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
	border: 1px solid #167503;
}

.foot_contact a:hover {
	color: #fff;
	background: #167503;
}

.foot_box .box_right h2 {
	float: left;
	margin: 0 0 0 12px;
	color: #808080;
	font-size: 20px;
}
.foot_box .box_right p {
	float: left;
	margin: 4px 0 0 30px;
	color: #db0005;
	font-size: 16px;
	font-weight: bold;
}

.foot_box .box_right p span {
	margin: 0;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

.foot_box .box_right p span a {
	color: #000;
	text-decoration: none;
	background: #fffa6a;
	background: linear-gradient(transparent 50%, #fffa6a 50%);
}

.foot_box .box_right p span a:hover {
	color: #666;
	text-decoration: underline;
}

.foot_box .box_right ul:before {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}

.foot_box .box_right ul {
	margin: 0 0 0 12px;
	padding: 0;
}

.foot_box .box_right ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}

.foot_box .box_right ul li {
	float: left;
	width: 168px;
	margin: 0;
	padding: 6px 0px;
	color: #808080;
	font-size: 16px;
	list-style: none;
}

.foot_box .box_right ul li a {
	display: inline-block;
	text-decoration: none;
}

.foot_box .box_right ul li a:hover {
	text-decoration: underline;
}

.foot_box .box_right ul li h3 {
	margin: 0;
	padding: 0;
	color: #167503;
	font-size: 15px;
	font-weight: bold;
}

.foot_box .box_right ul li p {
	margin: 0;
	padding: 0;
	color: #808080;
	font-size: 14px;
}

.foot_box .box_right .storelist span {
	font-size: 12px;
}


#copyright {
	display: block;
	padding: 2px 20px;
	color: #fff;
	font-size: 12px;
	text-align: right;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #167503), color-stop(0.00, #1b9102));
	background: -webkit-linear-gradient(top, #1b9102 0%, #167503 50%);
	background: -moz-linear-gradient(top, #1b9102 0%, #167503 50%);
	background: -ms-linear-gradient(top, #1b9102 0%, #167503 50%);
	background: linear-gradient(to bottom, #1b9102 0%, #167503 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF1b9102', endColorstr='#FF167503');
}

#copyright p {
	margin: 0 auto;
	text-align: center;
}

#copyright a {
	color: #fff;
}

#copyright small {
	font-size: 11px;
}





/* スマホ対応（グリッドシステム）
-------------------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

	.acms-navbar a:link,
	.acms-navbar a:visited,
	.acms-navbar a:hover,
	.acms-navbar a:active,
	.acms-navbar #viewing {
		padding: 0 20px;
	}

	#siteName {
		font-size: 20px;
	}

	#siteName img {
		width: 240px;
		height: 110px;
	}

	#headTelNo span {
		font-size: 18px;
	}

	#headWrapper .acms-col-8,
	#headWrapper .acms-col-4 {
		float: left;
		min-height: 1px;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}

	#headWrapper .acms-col-8 {
		width: 66.6667%;
	}

	#headWrapper .acms-col-4 {
		width: 33.3333%;
	}

	.summaryDefault .summaryDefaultEntry {
		width: 340px;
	}

}

@media screen and (max-width: 950px) {

	/* メインカラム */

	.acms-col-9.main {
		float: none;
		left: inherit;
		width: auto;
		margin: 0 auto;
	}

	/* サブ */

	.acms-col-3.sub {
		float: none;
		right: inherit;
		width: auto;
		max-width: 720px;
		margin: 0 auto;
	}

	.acms-col-3.sub .subModuleBox {
		float: left;
		width: 213px;
		margin: 0 10px;
	}

	.acms-col-3.sub .subModuleBox .photo {
		height: auto !important;
	}

	.acms-col-3.sub .subModuleBox img {
		left: inherit !important;
		top: inherit !important;
		width: auto;
		height: auto;
	}

	/* ヘッダー */

	#headWrapper #siteName,
	#headWrapper #siteCaption {
		margin: 0;
	}

	.head_main {
		margin: 20px 0 0 0;
		padding: 0;
		/* overflow: inherit; */
		width: 100%;
		height: auto;
	}

	.head_main ul {
		margin: 0;
		padding: 4px 0 8px 10px;
	}

	.head_sub p {
		float: none;
		padding: 11px 0 0 0;
	}

	.head_sub ul {
		position: relative;
		left: 0;
		right: auto;
		margin: 0;
		padding: 0;
	}

	#siteName img {
		width: 240px;
		height: 110px;
	}

	/* フッター */

	#companyAbout {
		padding: 20px 10px;
	}

	#search {
		padding: 0 10px;
	}

}



@media screen and (max-width: 767px) {

	body {
		border-top: none;
	}

	#siteTitle img {
		width: auto;
		height: auto;
	}

	#siteName {
		position: relative;
		width: auto;
		font-size: 16px;
		text-align: left;
	}

	#siteName img {
		width: 180px;
		height: 82px;
	}

	.acms-navbar {
		display: none;
	}

	#topicpath {
		margin: 0 0 10px 0;
		padding: 0 10px;
		border-radius: 0;
		font-size: 13px;
		text-align: left;
		background: none;
	}


	#categoryH1 {
		margin: 0 0 15px;
		padding: 15px 10px;
		border-radius: 0;
		font-size: 16px;
	}

	#page_title_box .left {
		display: none;
	}

	/* トップメインイメージ */
	.bx-wrapper .bx-prev,
	.bx-wrapper .bx-next {
		display: none;
	}

	#fbbox {
		margin: 0 10px 15px 10px;
		width: 94% !important;
	}

	.mainModuleBox h2 {
		margin: 0;
		padding: 2px 32px;
		color: #fff;
		font-size: 20px;
		text-align: left;
		text-shadow: 1px 1px 1px rgba(0,0,0,.5);
		border-radius: 0;
	}
	.mainModuleBox h2:before {
		position: absolute;
		top: 5px;
		left: 20px;
		content: url(../images/h2_bul.png);
	}

	.acms-entry,
	.mainbox {
		border-radius: 0;
	}

	.entryHeader {
		margin: 0 10px;
	}

	#page_title_box .right,
	#page_title_box .right #categoryH1 {
		margin: 0;
		padding: 5px 15px;
		font-size: 20px;
	}

	.acms-entry h3 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 10px;
	}

	.acms-entry h4 {
		padding: 5px 5px 5px 10px;
		border-bottom: solid 1px #167503;
		border-left: solid 6px #167503;
	}

	.foot_box .box_left {
		float: none;
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.foot_box .box_right {
		float: none;
		width: 100%;
		margin: 20px 0;
		padding: 15px 0 0 10px;
		text-align: center;
		border-top: 1px solid #ccc;
		border-left: none;
	}

	.foot_box .box_right h2 {
		float: none;
		margin: 0 0 15px 0;
		color: #808080;
		font-size: 20px;
	}

	.foot_box .box_right p {
		float: none;
		margin: 4px 0 0 0;
		color: #db0005;
		font-size: 16px;
		font-weight: bold;
	}

	.foot_box .box_right p span {
		display: block;
		margin: 0 0 15px 0;
	}

	.foot_box .box_right ul {
		display: inline-block;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}

	.foot_box .box_right ul li {
		float: left;
		width: 168px;
		margin: 0;
		padding: 6px 0px;
		color: #808080;
		font-size: 16px;
		list-style: none;
		text-align: center;
	}

	.foot_box .box_right ul li p {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		color: #808080;
		font-size: 14px;
		text-align: center;
	}

	#copyright {
		display: block;
		padding: 2px 5px;
	}

	#copyright small {
		display: block;
		font-size: 10px;
	}


/* フッター店舗一覧 */
#footWrapper .box_right {
	overflow: auto;
	position: relative;
	margin: 20px 0 0 0;
}
@media screen and (max-width: 640px) {
	#footWrapper .box_right .storelist {
		display: block;
		display: flex;
    	width: auto;
/*     		min-width: 700px; */
		overflow: scroll;
		margin: 40px 0 0 10px;
	}
	#footWrapper .box_right:before {
		content: "\005de6\0053f3\00306b\0030b9\0030af\0030ed\0030fc\0030eb\003067\00304d\00307e\003059"; /* 文字化け対策のためUnicode変換 */
		color: #fff;
		font-size: 12px;
		background-color: #e07903;
		position: absolute;
		top: 135px;
		left: 10px;
		border-radius: 5px;
		margin-left: 10px;
		padding: 0.05em 0.5em;
	}
	#footWrapper .box_right .storelist li {
		float: left;
		width: auto;
		margin: 20px 20px 0 0;
		white-space: nowrap;
	}
}






	#nav {
		border-right: 1px solid #666;
	}

	.subModuleBox {
	  margin: 0 0 20px 0;
	  padding: 0;
	  background: #fff;
	  border: 0;
	  border-radius: 0;
	}

	.subModuleBox h2,
	#sub_lunch_box h2,
	#sub_event_box h2,
	#sub_lunch_box h2 {
		border-radius: 0;
	}

	.entryListBox {
		margin: 0;
		padding: 0;
	}

	.entryListBox #entryList {
		border: none;
	}

	.entryListBox #entryList a,
	#categoryList li a,
	#cateList a {
		display: block;
		padding: 8px 10px 8px 22px;
		color: #4d4d4d;
		text-decoration: none;
		background: #fff;
		background: url(../images/sub_li.png) no-repeat 10px 15px #fff;
		border-top: none;
		border-bottom: 1px solid #e6e6e6;
	}

	.entryListBox #entryList a:hover,
	#categoryList li a:hover,
	#entryList a:hover,
	#cateList a:hover {
		color: #1e3304;
		text-decoration: none;
		background: url(../images/sub_li.png) no-repeat 10px 15px #fffcb0;
	}

	.categoryListBox {
		padding: 0;
	}

	#categoryList li {
		margin-bottom: 0;
		border: none;
		border-bottom: 1px solid #e6e6e6;
		border-radius: 0;
		background-color: transparent;
	}


	.acms-sidebar {
		padding: 0 0 3px 0;
	}

	#nav .acms-show-sp h3 {
		text-align: center;
	}

	.acms-sidebar ul {
		border-top: solid 1px #e6e6e6;
	}

	#nav a {
		color: #4d4d4d;
	}

	.acms-sidebar ul a {
		text-decoration: none;
		display: block;
		padding: 8px 10px 8px 22px;
		color: #4d4d4d;
		text-decoration: none;
		background: #fff;
		background: url(../images/sub_li.png) no-repeat 10px 15px #fff;
		border-top: none;
		border-bottom: 1px solid #e6e6e6;
	}

	.acms-sidebar li.stay,
	.acms-sidebar a:hover {
		background-color: #E3F6CE;
		text-decoration: none;
	}










	.bx-viewport,
	.bx-wrapper img {
		height: auto !important;
	}

	.mainModuleBox {
		border-radius: 0;
	}

	.headline .title {
		display: block;
	}

	.summaryDefault .summaryDefaultEntry {
		width: auto;
	}

	.summaryDefault .summaryDefaultEntry:nth-of-type(1),
	.summaryDefault .bl-hover:nth-of-type(1),
	.summaryDefault .summaryDefaultEntry:nth-of-type(2),
	.summaryDefault .bl-hover:nth-of-type(2),
	.summaryDefault .summaryDefaultEntry:nth-last-of-type(2),
	.summaryDefault .bl-hover:nth-last-of-type(2),
	.summaryDefault .summaryDefaultEntry:nth-last-of-type(1),
	.summaryDefault .bl-hover:nth-last-of-type(1) {
		border-radius: 0;
	}

	#summaryCustom .summaryCustomEntry {
		width: auto;
		margin-bottom: 10px;
	}

	#summaryCustom .summaryCustomEntry > div {
		width: auto;
	}

	.tableHistory th,
	.tableHistory td {
		display: block;
	}

	.tableHistory .photo {
		float: none;
		width: auto;
		max-width: 100%;
		height: auto;
	}

	.acms-entry .entryCategory {
		margin: 5px 0 0 10px;
	}

	.entryTitle,
	.acms-entry .entryTitle {
		margin: 0;
		padding: 5px 0 5px 30px;
		color: #4d4d4d;
		font-size: 20px;
		font-weight: bold;
		background: url(../images/entrytitle_bul.png) no-repeat 0 8px;
	}

	.acms-entry .realestateCampaign img {
		width: auto;
		max-width: 100%;
		height: auto;
	}

	.contactBox {
		padding: 15px 10px;
	}

	.acms-entry .contactH2 {
		margin-right: 0;
	}

	/* ステップ */

	#mailStep {
		border-radius: 0;
	}

	#mailStep li {
		float: none;
		margin: 0 0 10px 0;
	}

	.column-image-auto {
		width: auto !important;
	}

	.acms-table-responsive {
		overflow-x: scroll;
		overflow-y: scroll;
	}

	.acms-grid,
	.acms-grid-r {
		margin-right: 0;
		margin-left: 0;
	}

	.acms-grid-r .acms-push-1,
	.acms-grid-r .acms-push-2,
	.acms-grid-r .acms-push-3,
	.acms-grid-r .acms-push-4,
	.acms-grid-r .acms-push-5,
	.acms-grid-r .acms-push-6,
	.acms-grid-r .acms-push-7,
	.acms-grid-r .acms-push-8,
	.acms-grid-r .acms-push-9,
	.acms-grid-r .acms-push-10,
	.acms-grid-r .acms-push-11 {
		left: inherit;
	}

	.acms-grid-r .acms-pull-1,
	.acms-grid-r .acms-pull-2,
	.acms-grid-r .acms-pull-3,
	.acms-grid-r .acms-pull-4,
	.acms-grid-r .acms-pull-5,
	.acms-grid-r .acms-pull-6,
	.acms-grid-r .acms-pull-7,
	.acms-grid-r .acms-pull-8,
	.acms-grid-r .acms-pull-9,
	.acms-grid-r .acms-pull-10,
	.acms-grid-r .acms-pull-11 {
		right: inherit;
	}

	.acms-grid-r [class*="acms-col"] {
		padding-right: 0;
	}

	/* ナビゲーション */

	.acms-show-sp .acms-sidebar {
		display: block;
	}

	/* ヘッダー */

	#headWrapper {
		position: relative;
		padding-top: 0;
		background: #167503;
		border: none;
	}

	#headWrapper .acms-col-8 {
		margin-bottom: 0;
	}

	/* メイン */

	.acms-container {
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.main {
		padding-left: 0;
	}

	#nav-open-btn,
	.siteHeader {
		display: block;
	}

	.nav-btn {
		position: absolute;
		top: 10px;
		right: 0;
		display: block;
		white-space: nowrap;
		padding: 10px;
	}

	#adminBox,
	.mainModuleBox {
		margin-right: 0;
	}

	#siteCaption {
		width: auto;
	}

	/* モジュール */

	#headline,
	#summaryDefault {
		margin: 0;
		border-radius: 0;
	}

	#headline .title {
		display: block;
	}

	.acms-container .bx-wrapper .bx-viewport {
		border: none;
	}

	.summaryDefault .summaryDefaultEntry {
		float: none;
		width: auto;
	}

	.summaryDefault .summaryDefaultEntry .summaryTitle {
		margin-top: 0;
	}

	.acms-entry,
	#topicpath,
	#categoryH1,
	.acms-grid-r .acms-revison-admin,
	.acms-entry p {
		margin-right: 0;
	}

	#search {
		position: inherit;
		right: inherit;
		top: inherit;
		margin-bottom: 0;
	}

	#footer {
		padding: 0 10px;
	}

	#footer .acms-col-6 {
		margin-bottom: 0;
	}

	#pageTop {
		text-align: right;
	}

	#pageTop a {
		display: inline;
		position: inherit;
		right: inherit;
		bottom: inherit;
	}

	#copyright p {
		width: auto;
		font-size: 11px;
	}

	.main .mapWrapper {
		padding: 10px;
	}

	#realestateMap .js-s2d-ready,
	#realestateMap .column-map- {
		width: 230px !important;
		height: 230px !important;
	}

	#realestateMap img.column-map- {
		width: 280px !important;
		height: auto !important;
	}

	.acms-entry#realestateSearch {
		border: none;
	}

	.acms-entry.ablogcmsForm {
		width: auto;
		border: none;
	}



	.siteHeaderWrapper {
		position: absolute;
		display: block;
		width: auto;
		height: auto;
		top: 10px;
		right: 10px;
		padding: 0 10px;
		text-align: right;
		background: none;
		z-index: 500;
	}

	.siteHeader {
		position: relative;
	}

	.siteHeader #nav-open-btn {
		display: block;
	}

	.siteHeader .headTel,
	.siteHeader .headAccess {
		position: absolute;
		top: 0;
		font-size: 28px;
		color: #333333;
		line-height: 1;
	}

	.siteHeader .headTel {
		right: 70px;
	}

	.siteHeader .headAccess {
		right: 20px;
	}

	.acms-sidebar ul {
		list-style: none;
		padding-left: 0;
	}

	.acms-sidebar ul ul {
		display: none;
	}

	.acms-sidebar li {
		border-bottom: none;
	}




	#nav .subTitle,
	#sub_lunch_box h2 {
		padding: 5px 10px;
		background-color: #444;
		color: #fff;
		font-size: 14px;
	}

	#nav .subTitle a,
	#sub_lunch_box h2 a {
		color: #fff;
	}

	#sub_lunch_box img {
		width: 100%;
		height: auto;
	}

	#sub_lunch_box ul {
		padding: 0 0 10px 0;
	}

	#sub_lunch_box ul li {
		margin: 0 0 0 2px;
	}

	.subModuleBox h2 {
		text-align: center;
	}

	.subModuleBox .photo {
		width: auto !important;
		height: auto !important;
	}

	.subModuleBox .photo img {
		left: inherit !important;
		top: inherit !important;
	}

	.subModuleBox p {
		margin-top: 0;
	}

	.subModuleBox img {
		width: 100% !important;
		height: auto !important;
	}

	#side_banner {
		text-align: center;
	}

	#side_banner li {
		padding: 0 0 5px 0;
	}

	#side_banner img {
		width: 94% !important;
		height: 6auto;
		margin: 0 auto !important;
	}

	#linkList li a:hover {
		background-color: transparent;
		text-decoration: underline;
	}



	.acms-btn-action-group th,
	.acms-btn-action-group td {
		display: block;
		width: 100%;
	}

	.acms-form .ablogcmsForm input.acms-form-width-medium,
	.acms-form .ablogcmsForm .acms-form-width-medium {
		width: 100%;
	}

	.entryColumn {
		padding: 20px 0px;
	}

	.entryCategory {
		margin-left: 10px;
	}

	.acms-col-3.sub .subModuleBox {
		float: none;
		margin: 0;
		width: auto;
	}


/* チラシ */
#top_pr_box .summaryDefault .summaryDefaultEntry:nth-child(odd),
#prindex_box .summaryDefault .summaryDefaultEntry:nth-child(odd),
#top_pr_box .summaryDefault .summaryDefaultEntry,
#prindex_box .summaryDefault .summaryDefaultEntry {
	float: none;
	width: 100%;
	margin: 10px;
	padding: 10px 0 15px 0;
	border-right: none;
	border-bottom: 1px solid #e6e6e6;
	box-shadow: none;
	background: none;
}

.summaryDefault .summaryDefaultEntry .summaryTitle {
  margin: 0;
}



}

@media screen and (max-width: 479px) {

	.column-image-left {
		float: none;
	}

}













/* レスポンシブTable
-------------------- */


/* 見出しがタテの表 */
@media screen and (max-width: 640px) {

	.acms-entry .tbl_respon_row table th,
	.acms-entry .tbl_respon_row table td {
		border: 0;
	}
	.tbl_respon_row {
		padding: 0 10px;
	}
	.tbl_respon_row table {
		margin: 0;
		width: 100%;
		border-top: 1px solid #e4ebd1;
	}
	.acms-entry .tbl_respon_row table th,
	.acms-entry .tbl_respon_row table td {
		display: block;
		word-break: break-all;
		border-top: 0;
		border-right: 1px solid #e4ebd1;
		border-bottom: 1px solid #e4ebd1;
		border-left: 1px solid #e4ebd1;
	}



/*
	.tbl_respon_row {
		padding: 0 10px;
	}
	.tbl_respon_row table,
	.tbl_respon_row tr,
	.tbl_respon_row th,
	.tbl_respon_row td,
	.acms-entry table.tbl_respon_row,
	.acms-entry table.tbl_respon_row tr,
	.acms-entry table.tbl_respon_row th,
	.acms-entry table.tbl_respon_row td { 
		display: block; 
		position: relative;	
		width: 100%;
		margin: 0;
		padding: 0;
		word-break: break-all;
	}
	.tbl_respon_row table,
	.acms-entry table.tbl_respon_row {
		width: 96%;
		margin: 0 auto;
	}
	.tbl_respon_row th,
	.tbl_respon_row td,
	.acms-entry table.tbl_respon_row th,
	.acms-entry table.tbl_respon_row td {
		display: block;
		margin: 0;
		padding: 0;
		border-top: 1px solid #e4ebd1;
		border-right: 1px solid #e4ebd1;
		border-bottom: 1px solid #e4ebd1;
		border-left: 1px solid #e4ebd1;
	}

*/
}

/* 見出しがヨコの表 */
/* 結合が多いTable用 */
.tbl_respon_col,
.tbl_respon_span {
	overflow: auto;
	position: relative;
}
@media screen and (max-width: 640px) {
	.tbl_respon_col,
	.tbl_respon_span{
		overflow: scroll;
	}
	.tbl_respon_col:before,
	.tbl_respon_span:before{
		content: "\008868\00306f\005de6\0053f3\00306b\0030b9\0030af\0030ed\0030fc\0030eb\003067\00304d\00307e\003059"; /* 文字化け対策のためUnicode変換 */
		color: #fff;
		font-size: 12px;
		background-color: #e07903;
		position: absolute;
		top: 0px;
		border-radius: 5px;
		margin-left: 10px;
		padding: 0.05em 0.5em;
	}
	.tbl_respon_col table,
	.tbl_respon_span table {
		margin: 20px 10px;
		white-space: nowrap;
	}
}

@media screen and (min-width: 480px) {
	.hidePc{
		display: none;
	}
h2 small{
	margin-left: 1em;
	font-size: 14px;
}

}
@media screen and (max-width: 479px) {
	.hidePc{
		display: block;
	}

h2 small{
	font-size: 12px;
}

}

/* ▼▼▼おすすめ商品2017-11-15 */
.entryBodyPrItemLoop .entry_meta_description{
	font-size: 13px;
}
#osusumeIndex .title{
	margin-top: -10px;
	margin-bottom: 20px;
}
#osusumeIndex .js-autoheight-r{
	min-height: 270px;
}

@media screen and (min-width: 480px) {
#osusumeIndex .js-autoheight-r{
	min-height: 310px;
}
}
@media screen and (min-width: 480px) {
.entryBodyPrItemLoop .entry_meta_description{
	padding-left: 2em;
	padding-right: 2em;
	font-size: 16px;
}
}
.OsusumeEntry_serialNavi{
	margin: 0 auto;
    display: block;
    width: 258px;
}

/* ▲▲▲おすすめ商品 */


/* ▼▼▼TOPの採用情報 */
.recruitWrap{
	background: #e9fbe2;
	border-top: 5px solid #10963b;
	text-align: center;
	padding-bottom: 2em;
	margin-bottom: 2em;
}
.recruitWrap img{
	max-width: 100%;
}
section.recruit .titleWrap{
	color: #10963b;
	font-weight: 600;	
}
section.recruit h2{
	font-size: 30px;
	letter-spacing: 1px;
	margin-bottom: 0;
}
section.recruit label{
	font-size: 15px;
	letter-spacing: 2px;
}

/* ------------------------------　　
	お問い合わせ改修　2020-09-25▼▼▼
------------------------------ */

.required.WhichOne {
    background: #168E21;
    font-weight: 600;
}

p.form-error {
    color: #db0005;
    font-size: 14px;
    background: #fffa6a;
    margin-bottom: 15px;
    padding: 0 10px;
    line-height: 1.8;
    display: none;
}

/* ------------------------------　　
	おすすめ品回収2020-12-16
------------------------------ */
/*  店舗詳細
------------------------------ */
.StoreEntry__osusumeBtnWrap{
	position: relative;
	background: #000;
	border-radius: 30px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
.StoreEntry__osusumeBtnPhotoWrap{
	display: flex;
}
.StoreEntry__osusumeBtnPhoto{
	flex-basis: 25%;
	max-width: 25%;
	opacity: 0.65;
	transition: all 400ms 0s ease;
}
.StoreEntry__osusumeBtnWrap:hover .StoreEntry__osusumeBtnPhoto{
		opacity: 0.9;
}
.StoreEntry__osusumeBtnPhoto:first-child{
	border-radius: 30px 0 0 30px;
}
.StoreEntry__osusumeBtnPhoto:last-child{
	border-radius: 0 30px 30px 0;
}
.StoreEntry__osusumeBtn{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-weight: 800;
  z-index: 500;
}
.StoreEntry__osusumeBtnCopy{
	color: #fff;
	text-shadow: 0 0 2px rgba(0,0,0,0.4);
	font-size: 20px;
}
.acms-entry p.StoreEntry__osusumeBtn{
	padding-left: 0;
	padding-right: 0;
}
.btn1center.StoreEntry__osusumeBtn a{
	margin: 5px 0px;
}
@media (max-width: 1023px){
	.StoreEntry__osusumeBtnCopy{
		font-size: 3.7vw;
		}
}
.OsusumeIndexTop__btnWrap{
	margin-bottom: 40px;
	margin-top: -30px;
}

