@charset "utf-8";

/*
 * default.css
 * 主に、当サイト用独自カスタマイズや静的ページ・個別ページなどで使用するCSS
 */


/* ▼20160914追加▼ */
/* WindowsのChromeで游フォントのウェイトが細くなり過ぎるのを回避する指定 */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/* ▲20160914追加▲ */


/* --------------------------------
	Common
-------------------------------- */


body {
	font-family: Roboto, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif; /* ←20160914フォントの指定微修正 */
	line-height: 1.4;
	/*background-color: #f2f2f2;*/
	color: #444444;
	-webkit-text-size-adjust: 100%;
}
button, .btn {
	font-family: Roboto, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}

input, button, select, textarea {
	font-family: Roboto, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}
.img_center, .txt_center {
	text-align: center;
}
.img_right, .txt_right {
	text-align: right;
}
/****** Base Layout Setting ********/

#contents {
	background: #f4f1ea;
}
/* --------------------------------
	margin
-------------------------------- */
.mt0 {
	margin-top: 0px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
/* --------------------------------
	text-align
-------------------------------- */
.align_l{text-align:left !important;}
.align_r{text-align:right !important;}

/****** Header Setting ********/


.header_logo_area {
	margin-right: 100px;
}
.header_logo_area .header_logo a:link, .header_logo_area .header_logo a:visited, .header_logo_area .header_logo a:hover, .header_logo_area .header_logo a:active {
	text-decoration: none;
	color: #000;
}
.header_logo_area .header_logo a:hover {
	color: #666;
}
@media only screen and (min-width: 768px) {
	.page-heading, .page-heading02 {
		margin-left: 16px;
		margin-right: 16px;
	}
}

/****** Side Setting ********/

/****** Footer Setting ********/

/****** Effect Setting ********/


/****** Each BlockParts Setting ********/

/* cart area */

#cart_area {
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 11;
}
#cart_area p {
	margin: 0;
}
#cart_area p.cart-trigger {
	position: absolute;
	right: 65px;
}
#cart .inner {
	background: #f3f3f3;
    overflow-y: scroll;
    max-height: 75vh;
}
/* search area */

#search {
	background: #EBEBEB;
	padding: 16px 8px;
}
#search select {
	width: 100%;
}
/* snsbtn_area */
.snsbtn_area .snsbtn {
	float: left;
	height: 20px;
	margin: 0 10px 10px 0;
}




/* --------------------------------
	カスタマイズ style
-------------------------------- */
/* -------------
	common
------------- */
@media only screen and (min-width: 768px) {
#main_middle {
	padding-top: 30px;
}
}
.bg01 {
	background: #fff;
}
.red {
	color: #990000;
}
.green {
	color: #426920;
}
.h201 {
	background: url(../img/common/bg_h2.png) repeat-x left bottom;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	padding-bottom: 10px;
	color: #692c07;
}
.h301 {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #692c07;
	margin: 0;
}
.hr01 {
	background: url(../img/common/bg_h2.png) repeat-x left top;
	height: 1em;
	margin: 1em 0;
}
.hr02 {
	border-top: 1px dotted #497423;
}
/*▼クリックするとテキスト表示*/
input#check {
	display: none;
}
label.on_click {
	cursor: pointer;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
.panel {
	-webkit-transition: .3s ease;
	transition: .3s ease;
	height: 0;
	overflow: hidden;
	background: #fff;
	margin-top: 10px;
	padding: 0;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
}
input#check:checked + .panel {
	height: auto;
	padding: 15px;
}
/*▲クリックするとテキスト表示*/
.bold {
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
.sp_none {
	display: none;
}
.pc_none {
	display: block;
}
}

@media only screen and (min-width: 768px) {
.sp_none {
	display: block;
}
.pc_none {
	display: none;
}
}
/* ----- sp_nav ---- */

    /* category-nav */
#sp_nav {
	background: #fff;
}
#sp_nav .category-nav {
	text-align: center;
	width: 290px;
	margin: 0 auto;
}
#sp_nav .category-nav > li {
	margin: 0;
	display: inline-block;
	height: 55px;
	line-height: 55px;
	border-bottom: none;
	color: #2e3233;
	font-weight: bold;
	padding: 0;
}
#sp_nav .category-nav li ul {
	display: block;
}
#sp_nav .category-nav li {
	position: relative;
	display: block;
	float: left;
}
#sp_nav .category-nav li:first-child {
	width: 137px;
}
#sp_nav .category-nav li:last-child {
	width: 153px;
}
#sp_nav .category-nav > li > a {
	height: 55px;
	line-height: 55px;
	border-bottom: none;
	padding: 0;
}
#sp_nav .category-nav > li > a:hover {
	background: #fff;
}
#sp_nav .category-nav li a {
	display: block;
}
#sp_nav .category-nav li ul {
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	width: 150px;
}
#sp_nav .category-nav li ul li:first-child {
	width: 150px;
}
#sp_nav .category-nav li ul li:nth-child(2) {
	padding: 0;
	width: 150px;
}
#sp_nav .category-nav li ul li:last-child {
	width: 150px;
}
#sp_nav .category-nav li ul li {
	float: left;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .2s;
}
#sp_nav .category-nav li ul li a {
	text-align: left;
	background: rgba(255, 255, 255, 1.0)
}
#sp_nav .category-nav > li:hover > a {
}
#sp_nav .category-nav > li:hover li:hover > a {
	background: rgba(255, 255, 255, 1.0)
}
#sp_nav .category-nav > li:hover > ul > li {
	overflow: visible;
	height: 48px;
}
/* --------------------------------------------------------------------------------------------------------------
	#indexページCSS
-------------------------------------------------------------------------------------------------------------- */

/* -------------
	#index common
------------- */
#index h2 {
	margin: 0 auto;
}
#index p {
	margin-top: 0;
	color: #000000;
	text-decoration: none !important;
}
#index a {
	/*color: #000000;*/
	text-decoration: none !important;
}
#index #main_middle {
	padding-top: 0;
}

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

@media only screen and (min-width: 768px) {
}

/* ----------
	#index #main
---------- */
@media only screen and (max-width: 767px) {
#index #main .col-sm-7 {
	margin: 0 auto 33px auto;
	padding: 0;
}
#index #main .col-sm-5 img.pc_none {
	margin: 0 auto 20px auto;
	width: 600px;
}
#index #main .col-sm-5 img:nth-child(4) {
	margin: 0 auto 0px auto;
}
}

@media only screen and (min-width: 768px) {
#index #main {
	padding-top: 40px;
}
#index #main .col-sm-7 {
}
#index #main .col-sm-5 {
}
#index #main .col-sm-5 img {
}
#index #main .col-sm-5 img.sp_none:nth-child(1) {
	margin-bottom: 14px;
}
}
@media only screen and (min-width: 768px) {
#index #main {
	padding-top: 40px;
}
#index #main .col-sm-7 {
}
#index #main .col-sm-5 {
}
#index #main .col-sm-5 img {
}
#index #main .col-sm-5 img.sp_none:nth-child(1) {
	margin-bottom: 14px;
}
}
/* ----------
	cont01
---------- */

#index .cont01 {
	border: 3px solid #497423;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
	background: url(../img/top/pic01.png) no-repeat;
	background-position: bottom right;
	text-align: center;
	padding: 3%;
	margin: 50px 0;
}
#index .cont01 a {
	display:  block;
}
#index .cont01 h3 {
	font-size: 32px;
	color: #497423;
	margin: 20px 0 10px 0;
}
#index .cont01 h5 {
	font-size: 20px;
	color: #497423;
	margin: 0 0 10px 0;
}
#index .cont01 p {
	font-size: 20px;
}

@media only screen and (max-width: 767px) {
#index .cont01 {
	background: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cbebff+0,ffffff+68,ffffff+68 */
	background: #cbebff; /* Old browsers */
	background: -moz-linear-gradient(top, #cbebff 0%, #ffffff 68%, #ffffff 68%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #cbebff 0%, #ffffff 68%, #ffffff 68%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cbebff 0%, #ffffff 68%, #ffffff 68%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbebff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	max-width: 600px;
	margin: 20px auto 20px auto;
	padding: 10px 10px 30px 10px;
}
}

@media only screen and (min-width: 768px) {
#index .cont01 {
	background-size: 1120px 500px;
	height: 400px;
}
#index .cont01 img {
	width: 46%;
	display: inline-block;
	float: left;
}
#index .cont01 div {
	float: right;
	width: 45%;
}
}
/* ----------
	cont02
---------- */

#index .cont02 {
	margin-bottom: 30px;
}
#index .cont02 .col-xs-12 div {
	border: 3px solid #497423;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
}

@media only screen and (min-width: 768px) {
#index .cont02 .col-xs-12 div {
	height: 23em;
	overflow: hidden;
}
}
#index .cont02 .col-xs-12 h4 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #497423;
	margin: 15px 15px 10px 15px;
}
#index .cont02 .col-xs-12 p {
	margin: 0 15px 6px 15px;
}

@media only screen and (max-width: 767px) {
#index .cont02 {
	margin: 0 auto;
	max-width: 600px;
}
#index .cont02 .col-xs-12 p {
	margin-bottom: 18px;
}
#index cont02 .col-xs-12 div img {
	margin: 0px auto;
	display: block;
}
}

@media only screen and (min-width: 768px) {
}
/* ----------
	cont03
---------- */

#index .cont03 {
	padding-bottom: 30px;
}
#index .cont03 h2 img {
	margin: 60px auto 33px auto;
	border: 0;
	display: block;
}
#index .cont03 .col-xs-6 {
}
#index .cont03 img {
	border: 3px solid #692C07;
	margin: 0 auto;
	display: block;
}
#index .cont03 h3,
#index .cont03 h3 a:link,
#index .cont03 h3 a:visited,
#index .cont03 h3 a:active {
	color: #996600;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 8px;
}
#index .cont03 h3 a:hover {
	color: #b48f46;
}
#index .cont03 p {
	margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
#index .cont03 .row {
	margin: 0px auto;
}
#index .cont03 .col-xs-6 {
	width: 48%;
	margin: 0 1%;
}
#index .cont03 .col-xs-6:nth-child(3) {
	clear: left;
}
}

@media only screen and (min-width: 768px) {
#index .cont03 .col-xs-6 {
	margin: 0;
}
}
/* ----------
	cont04
---------- */

#index .cont04 {
	margin: 0 auto;
	padding-bottom: 60px;
}
#index .cont04 h2 img {
	margin: 60px auto 33px auto;
	border: 0;
	display: block;
}
#index .cont04 .topic {
	background: #FDF9EE;
	border: 3px solid #497423;
	padding: 0px 24px 8px 24px;
	margin-bottom: 24px;
}
#index .cont04 .topic h3 {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 12px;
	color: #426920;
}
#index .cont04 h6 img {
	margin: 0 auto;
	border: 0;
	display: block;
}
#index .cont04 .mybtn {
	float: right;
}
#index .cont04 .newslist dl:nth-child(1) {
	border-top: 0px dotted #ccc;
}
@media only screen and (max-width: 767px) {
#index .cont04 .mybtn {
	float: none;
	display: block;
	margin: 0 auto 2% auto;
}
}

@media only screen and (min-width: 768px) {
#index .cont04 {
	max-width: 832px;
}
#index .cont04 .topic, .news_contents {
}
#index .cont04 h6 + .clearfix{text-align:right;}

}
/* ----------
	cont05
---------- */

#index .cont05 {
}
#index .cont05 h2 img {
	margin: 60px auto 33px auto;
	border: 0;
	display: block;
}
#index .cont05 .sp_none {
	border: 3px solid #4a7524;
	background: #fff;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
	padding: 3% 4%;
	margin-bottom: 33px;
}

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

@media only screen and (min-width: 768px) {
.front_page #contents .cont05 .sp_none .row {
	padding-bottom: 0;
}
}
/*.col-sm-4*/
#index .cont05 .col-sm-4 h3 {
	margin-top: 0;
}
#index .cont05 .col-sm-4 ul {
	margin-bottom: 20px;
}
#index .cont05 .col-sm-4 li {
	margin-bottom: 8px;
}
#index .cont05 .col-sm-4 li .fa {
	color: #426920;
}
#index .cont05 .col-sm-4 li a {
	color: #000000 !important;
}
#index .cont05 .col-sm-4 li a:hover {
	color: #666 !important;
}
/*.col-sm-12*/
#index .cont05 .col-sm-12 {
}
#index .cont05 .col-sm-12 .drawer_block {
	border-top: 1px solid #ccc;
	margin-right: 3%;
	padding-top: 3%;
}
#index .cont05 .col-sm-12 .icon_s {
	background: #f4f1ea;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	float: left;
	margin-right: 2%;
}
#index .cont05 .col-sm-12 .icon_s .fa {
	color: #497423;
	line-height: 46px;
	text-align: center;
	display: inline-block;
	width: 46px;
}
#index .cont05 .col-sm-12 #category_id {
	float: left;
	margin-right: 2%;
}
#index .cont05 .col-sm-12 .search .input_search {
	border-bottom: 0px solid #fff;
}
#index .cont05 .col-sm-12 .search input[type="search"] {
	float: left;
	border-bottom: 1px solid #ccc;
	width: 46%;
	margin-right: 2%;
}
#index .cont05 .col-sm-12 .search .mybtn {
	margin-top: 0.5%;
}
/*.col-sm-3*/
#index .cont05 .col-sm-3 {
	background: #f4f1ea;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
	padding: 16px;
}
#index .cont05 .col-sm-3 div.clearfix {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 14px;
	margin-bottom: 16px;
}
#index .cont05 .col-sm-3 div.clearfix:nth-child(3) {
	border-bottom: 0px dashed #cccccc;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#index .cont05 .col-sm-3 img {
	border: 2px solid #692C07;
	width: 38.5%;
	display: inline-block;
	float: left;
	margin-right: 4%;
}
#index .cont05 .col-sm-3 div.clearfix div {
	float: left;
	width: 57%;
}
#index .cont05 .col-sm-3 div.clearfix div a {
	color: #000000;
}
#index .cont05 .col-sm-3 div.clearfix div a:hover {
	color: #666;
}
#index .cont05 .col-sm-3 h4 {
	background: #497423;
	color: #fff;
	font-size: 10px;
	line-height: 17px;
	padding: 2px 10px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	width: 7em;
	margin: 0 0 6px 0;
}
#index .cont05 .col-sm-3 p {
	margin: 0 0 4px 0;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.1;
}

/* ▼20160830追加▼ */

#index .cont05 .header_bottom_area {
	border-top: 1px solid #ccc;
	padding-top: 2%;
}
#index .cont05 .search_price {
	display: table;
	margin-top: 12px;
}
#index .cont05 .search_price dl {
	display: table-row;
}
#index .cont05 .search_price dt {
	display: table-cell;
	font-size: 16px;
	font-size: 1.6rem;
	white-space: nowrap;
}
#index .cont05 .search_price dd {
	display: table-cell;
	padding: 5px 5px 0;
	font-size: 16px;
	font-size: 1.6rem;
}
#index .cont05 .search_price dd li {
	display: inline-block;
	padding: 0 0 10px 5px;
}
#index .cont05 .search_price dd li a {
	display: inline-block;
	background: #F3F3F3;
	padding: 5px 10px;
	border-radius: 3px;
}
#index .cont05 .search_price dd li a:link,
#index .cont05 .search_price dd li a:visited,
#index .cont05 .search_price dd li a:hover,
#index .cont05 .search_price dd li a:active {
	color: #444;
}
#index .cont05 .search_price dd li a:hover {
	background: #f7f7f7;
}

/* ▲20160830追加▲ */


/* ----------
	cont06
---------- */

#index .cont06 {
}
#index .cont06 img {
	border: 3px solid #692C07;
}
#index .cont06 .col-xs-4 p {
	margin-bottom: 6px;
	margin-top: 10px;
}
#index .cont06 .col-xs-4 p a {
	color: #000 !important;
}
#index .cont06 .col-xs-4 p a:hover {
	color: #666 !important;
}

@media only screen and (max-width: 767px) {
#index .cont06 .col-xs-4:nth-child(4) {
	clear: left;
}
}

@media only screen and (min-width: 768px) {
#index .cont06 .col-xs-4 {
	margin: 0;
}
}
/* ----------
	cont07
---------- */

#index .cont07 {
	padding-bottom: 60px;
}
#index .cont07 h2 img {
	margin: 60px auto 33px auto;
	border: 0;
	display: block;
}
.front_page #contents .cont07 .row {
	padding-bottom: 0;
}
#index .cont07 .stores_list {
	border: 2px solid #416920;
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
#index .cont07 .stores_list a {
	display: table-row;
}
#index .cont07 .stores_list .store_photo {
	display: table-cell;
	vertical-align: middle;
}
#index .cont07 .stores_list .store_photo img {
	vertical-align: bottom;
	width: 100%;
}
#index .cont07 .stores_list a h3 {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left;
	vertical-align: middle;
	text-decoration:none;
	color:#444;
	padding: 0 10px;
	margin: 11px 0;
}
#index .cont07 .stores_list a h4 {
	vertical-align: middle;
	text-decoration:none;
	color:#41681f;
	padding: 0 10px;
}
#index .cont07 .stores_list a:hover h3 {
	color: #777;
}

#index .cont07 .stores_list .store_photo {
	width: 41%;
}
.front_page #contents .cont07 .row > div {
	padding-bottom: 0;
}
.front_page #contents .cont07 .button {
	text-align: center;
}
#index .cont07 .stores_list.single .pc_br {
	display: block;
}

@media only screen and (max-width: 767px) {
	#index .cont07 {
		max-width: 450px;
		margin: 0 auto;
	}
	#index .cont07 .stores_list.single a {
		display: block;
	}
	#index .cont07 .stores_list.single {
		height: 97%;
		height: -webkit-calc( 100% - 10px );
		height: calc( 100% - 10px );
	}
	#index .cont07 .stores_list.single a h3 {
		display: block;
		padding: 0 10px;
		float: left;
	}
	#index .cont07 .stores_list.single a h4 {
		float: right;
		margin: 10px;
	}
	#index .cont07 .stores_list.single .pc_br {
		display: inline;
	}

}
@media only screen and (min-width: 992px) {
#index .cont07 .stores_list a h3 {
	font-size: 15px;
	font-size: 1.5rem;
}
}


/* ----------
	cont08
---------- */

#index .cont08 {
	padding-bottom: 60px;
}
#index .cont08 h2 img {
	margin: 60px auto 33px auto;
	border: 0;
	display: block;
}
#index .cont08 h5 {
	margin: 0 auto;
	text-align: center;
	max-width: 450px;
}
#index .cont08 h5 img {
	margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
#index .cont08 h5 {
	width: 100%;
	max-width: 100%;	
}
#index .cont08 h5 img {
	width: 45%;
	margin: 0 10px;
}
}
/* ----------
	cont09
---------- */

#index .cont09 {
	padding-bottom: 60px;
}
#index .cont09 h6 img {
	margin: 0 auto;
	display: block;
}
/* --------------------------------------------------------------------------------------------------------------
	商品ページカスタマイズCSS
-------------------------------------------------------------------------------------------------------------- */
.cart_area {
	padding: 14px;
	background: #e1d9c8;
	border-radius: 6px;
}
.cart_area dl dd {
	margin-bottom: 10px;
}
#item_detail_area .item_name {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.user_voice h2 img {
	margin: 0 15px 10px 0;
}
.user_voice dl dt {
	font-weight: bold;
	margin-bottom: 10px;
}
.user_voice dl dt img {
	width: 12px;
	margin-right: 10px;
}
.user_voice dl dt .fa {
	color: #cc9900;
}
.user_voice dl dd {
	border-bottom: 1px dotted #497423;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.reco .row img {
	border: 3px solid #692C07;
}
.reco .col-xs-4 p {
	margin-bottom: 6px;
}

/* カート確認画面 */

#confirm_main > .h201:not(:first-child) {
	padding-top: 50px;
}

@media only screen and (max-width: 767px) {
.reco .col-xs-4:nth-child(4) {
	clear: left;
}
}

@media only screen and (min-width: 768px) {
.reco .col-xs-4 {
	margin: 0;
}
}
/* --------------------------------------------------------------------------------------------------------------
	新着情報一覧
-------------------------------------------------------------------------------------------------------------- */
#news #main ul{    border-bottom: 1px dotted #497423;}
#news #main ul li h3{ font-weight:bold; background:#b7caa6; padding: 5px 0.5em;
text-align: center;}
#news #main ul li h2{font-size:16px; font-size:1.6rem; margin-top: 22px;}
#news #main ul li h2 a{text-align: left;}
#news #main ul li h6{ text-align:right; font-size:14px; font-size:1.4rem; margin:0;}

@media only screen and (max-width: 767px) {
#news #main ul li h3{ text-align: left;}

}
/* --------------------------------------------------------------------------------------------------------------
	店舗のご案内
-------------------------------------------------------------------------------------------------------------- */
#store h3 {
	color: #497423;
	font-size: 20px;
	font-size: 2.0rem;
	margin-top: 0;
}
#store #main .btn {
	float: right;
	margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
#store h3 {
	margin-bottom: 0.5em;
}
#store .row img {
	display: block;
	margin: 0 auto 1em auto;
}
}

@media only screen and (min-width: 768px) {
#store p {
	text-align: right;
}
#store .dl_table dt, #store .dl_table dd {
	padding: 6px;
}
}
/* --------------------------------------------------------------------------------------------------------------
	店舗‐山垣畜産本店・アクタ西宮店
-------------------------------------------------------------------------------------------------------------- */
#honten #main ul li {
	float: left;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-right: 2em;
}
#honten .cont02 {
	margin-bottom: 3em;
}
#honten .cont03 {
	text-align: right;
	margin-bottom: 3em;
}

@media only screen and (max-width: 767px) {
#honten main img {
	display: block;
	margin: 0 auto 1em auto;
}
}
/* --------------------------------------------------------------------------------------------------------------
	店舗‐MINT神戸店
-------------------------------------------------------------------------------------------------------------- */
#mint .cont {
	border: 3px solid #497423;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	background: #fff;
	padding-bottom: 3em;
	margin-bottom: 3em;
}
#mint h2.center {
	background: url(../img/store/mint/pic02.png) no-repeat;
	background-size: 100%;
	text-align: center;
	color: #fff;
	padding: 12% 0 4% 0;
}
#mint .cont p.green {
	text-align: right;
	padding-right: 1em;
}
#mint .cont hr.hr02 {
	margin: 3em 0;
}
#mint .cont h2.h201 {
	margin: 0em 1em 1.5em 1em;
}

@media only screen and (max-width: 767px) {
#mint h2.center {
	background: url(../img/store/mint/pic02_sp.png) no-repeat;
	background-size: 100%;
	padding: 25% 5px 8% 5px;
	text-align: left;
}
#mint .cont p.green {
	text-align: left;
	padding: 0 1em;
	margin: 0;
}
}
/* ----------
	common
---------- */
#mint .cont h2 {
	margin: 0;
}
#mint .cont h2 img {
	width: 100%;
}
#mint .col-xs-12, #mint .col-xs-6 {
	position: relative;
}
#mint .col-xs-12 p.ball, #mint .col-xs-6 p.ball {
	position: absolute;
	text-align: right;
}
#mint .col-xs-12 p.ball img, #mint .col-xs-6 p.ball img {
	width: 50%;
}
#mint .col-xs-12 h5 img, #mint .col-xs-6 h5 img {
	vertical-align: bottom;
}
#mint .col-xs-12 h4, #mint .col-xs-6 h4 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #692C07;
	background: url(../img/store/mint/line_l.png), url(../img/store/mint/line_r.png);
	background-position: left top, right top;
	background-repeat: no-repeat;
	background-size: 15px;
	padding: 0 6%;
	min-height: 63px;
}
#mint .col-xs-12 h4 span, #mint .col-xs-6 h4 span {
	color: #cc0000;
	font-size: 18px;
	font-size: 1.8rem;
}
#mint .col-xs-12 h5, #mint .col-xs-6 h5 {
	border: 3px solid #692C07;
	margin: 0;
}
#mint .col-xs-12 div.inr, #mint .col-xs-6 div.inr {
	border-right: 3px solid #692C07;
	border-bottom: 3px solid #692C07;
	border-left: 3px solid #692C07;
	background: #692C07;
}
#mint .col-xs-12 h3, #mint .col-xs-6 h3 {
	background: #692C07;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	padding: 0 1em;
}
#mint .col-xs-12 h3 span, #mint .col-xs-6 h3 span {
	font-size: 14px;
	font-size: 1.4rem;
}
#mint .col-xs-12 div p, #mint .col-xs-6 div p {
	background: #ffcc00;
	font-size: 16px;
	font-weight: bold;
	padding: 0.5em;
	text-align: right;
	margin: 0 0 0 3em;
}
#mint .col-xs-12 div p span, #mint .col-xs-6 div p span {
	color: #cc0000;
	float: none;
}

@media only screen and (max-width: 767px) {
#mint #main .row {
	margin: 0 8px;
}
#mint .col-xs-12 h5 img {
	width: 100%;
}
#mint .col-xs-12 div p, #mint .col-xs-6 div p {
	margin: 0;
}
#mint .col-xs-6 h3 {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
}
}

@media only screen and (min-width: 768px) {
#mint .row {
	margin: 0 auto;
}
#mint .col-xs-6 h3 {
	height: 44px;
	vertical-align: middle;
	display: table-cell;
}
}
/* ----------
	cont01
---------- */

#mint .cont01 .col-xs-12 p.ball {
	top: 17%;
	right: 5%;
}

@media only screen and (max-width: 767px) {
#mint .cont01 .col-xs-12 p.ball {
	right: 3%;
	top: 24%;
}
#mint .cont01 .col-xs-12 h4 {
	margin-bottom: 5px;
}
#mint .cont01 .col-xs-12 h5 img {
	width: 100%;
}
#mint .cont01 .col-xs-12 h3 {
	line-height: 50px;
}
}

@media only screen and (min-width: 768px) {
#mint .cont01 .col-xs-12 h3 {
	width: 18em;
}
#mint .cont01 .col-xs-12 div p {
	width: 9em;
}
#mint .cont01 .col-xs-12 {
	width: 40%;
}
#mint .cont01 .col-xs-12:first-child {
	margin: 0 2% 0 8%;
}
#mint .cont01 .col-xs-12:last-child {
	margin: 0 8% 0 2%;
}
#mint .cont01 .col-xs-12 h3, #mint .cont01 .col-xs-12 div p {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
}
#mint .cont01 .col-xs-12 div p {
	margin: 0;
}
}
/* ----------
	cont02
---------- */

#mint .cont02 .col-xs-12 p.ball {
	top: 20%;
	right: 6%;
}
#mint .cont02 .col-xs-12 h3 {
	width: 18em;
}
#mint .cont02 .col-xs-12 div p {
	width: 9em;
}

@media only screen and (max-width: 767px) {
#mint .cont02 .col-xs-12 p.ball {
	right: 3%;
	top: 24%;
}
#mint .cont02 .col-xs-12 h4 {
	margin-bottom: 5px;
}
#mint .cont02 .col-xs-12 h5 img {
	width: 100%;
}
#mint .cont02 .col-xs-12 h3 {
	line-height: 50px;
}
#mint .cont02 .col-xs-12 h3 {
	width: 100%;
}
#mint .cont02 .col-xs-12 div p {
	width: 100%;
}
}

@media only screen and (min-width: 768px) {
#mint .cont02 .col-xs-12 {
	width: 30%;
}
#mint .cont02 .col-xs-12:first-child {
	margin: 0 2% 0 3%;
}
#mint .cont02 .col-xs-12:last-child {
	margin: 0 3% 0 2%;
}
#mint .cont02 .col-xs-12 h4 {
	min-height: 69px;
}
#mint .cont02 .col-xs-12 h3, #mint .cont02 .col-xs-12 div p {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
}
#mint .cont02 .col-xs-12 h3 {
	min-height: 66px;
}
#mint .cont02 .col-xs-12 div p {
	margin: 0;
}
}
/* ----------
	cont03
---------- */

#mint .cont03 .col-xs-6 p.ball {
	top: -3%;
	right: 2%;
}
#mint .cont03 .col-xs-6 {
	margin-bottom: 9px;
}

@media only screen and (max-width: 767px) {
#mint .cont03 .col-xs-6 {
	margin-bottom: 14px;
	padding: 0 2px;
}
#mint .cont03 .col-xs-6 p.ball {
	right: 9%;
	top: -6%;
}
#mint .cont03 .col-xs-6 h5 img {
	width: 100%;
}
#mint .cont03 .col-xs-6 h3 {
	width: 100%;
	padding: 0 5px;
}
#mint .cont03 .col-xs-6 h3 br {
	display: none;
}
#mint .cont03 .col-xs-6 h3 span {
	font-size: 12px;
	font-size: 1.2rem;
}
#mint .cont03 .col-xs-6 div p {
	width: 100%;
	padding: 0.5em 0;
}
}

@media only screen and (min-width: 768px) {
#mint .cont03 .col-xs-6 {
	width: 17.6%;
	padding: 0;
	margin-left: 9px;
}
#mint .cont03 .col-xs-6:first-child {
	margin-left: 49px;
}
#mint .cont03 .col-xs-6:nth-child(6), #mint .cont03 .col-xs-6:nth-child(11), #mint .cont03 .col-xs-6:nth-child(16), #mint .cont03 .col-xs-6:nth-child(21) {
	margin-left: 49px;
	clear: both;
}
}
/* ----------
	cont04
---------- */

#mint .cont04 .col-sm-3 {
	text-align: center;
}
#mint .cont04 .col-sm-9 dd {
	text-align: left;
}
#mint .cont04 .dl_table {
	border: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
#mint .cont04 .col-sm-3 {
	margin-bottom: 1em;
}
#mint .cont04 .col-sm-9 dd {
	text-align: left;
}
}
/* ----------
	cont05
---------- */
#mint #main .cont05 {
	text-align: right;
	margin-bottom: 3em;
}
/* --------------------------------------------------------------------------------------------------------------
	店舗‐北野坂店
-------------------------------------------------------------------------------------------------------------- */
#kitano .cont {
	background: #000;
	padding: 5%;
	margin-bottom: 3em;
}
#kitano .cont_inr {
	border: 1px solid #f8f1db;
	font-family : YuMincho, '游明朝', serif;
	padding: 5%;
	color: #fff;
}
#kitano .cont_inr .row {
	margin-bottom: 3em;
}
#kitano .cont_inr .row:nth-child(even) .col-sm-5 {
	float: right;
}
#kitano .cont_inr .row:nth-child(even) .col-sm-7 {
	float: left;
}
#kitano .cont_inr h3 {
	font-size: 30px;
	font-size: 3.0rem;
	margin: 0.5em 0 1em 0;
}
#kitano .cont_inr p {
	font-size: 16px;
	font-size: 1.6rem;
}
#kitano h4 {
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
	border: 1px solid #ffffff;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
	width: 70%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f4ea+0,ecddaf+50,f7f4ea+100 */
	background: #f7f4ea; /* Old browsers */
	background: -moz-linear-gradient(left, #f7f4ea 0%, #ecddaf 50%, #f7f4ea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f7f4ea 0%, #ecddaf 50%, #f7f4ea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f7f4ea 0%, #ecddaf 50%, #f7f4ea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f4ea', endColorstr='#f7f4ea', GradientType=1 ); /* IE6-9 */
	font-family : YuMincho, '游明朝', serif;
	padding: 1em 0;
	font-weight: normal;
	margin: 2em auto;
}
#kitano h4 a {
	color: #990000;
	text-decoration: none;
	display: block;
}
/* ----------
	cont01
---------- */
#kitano .cont01 {
	color: #fff;
	font-family : YuMincho, '游明朝', serif;
	font-size: 16px;
	font-size: 1.6rem;
}
/* ----------
	cont05
---------- */
#kitano #main .cont05 {
	text-align: right;
	margin-bottom: 3em;
}
#kitano #main .cont05 .col-sm-7 img {
	float: right;
}
/* ----------
	cont06
---------- */
#kitano .cont06 {
	background: #e8e8e8;
	padding: 2em 1.5em;
}
#kitano .cont06 h5 {
	font-family : YuMincho, '游明朝', serif;
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0 0 1em 0;
}

@media only screen and (max-width: 767px) {
#kitano .cont {
	background: #000;
	padding: 6% 5%;
}
#kitano .cont_inr .row {
	margin-bottom: 0;
	margin-top: 1em;
}
#kitano .cont_inr h3 {
	font-size: 20px;
	font-size: 2.0rem;
	margin: 1em 0 0 0;
}
#kitano h4 {
	width: 100%;
	font-size: 20px;
	font-size: 2.0rem;
	padding: 0.5em;
}
#kitano .cont06 {
	padding: 0.5em;
}
#kitano .cont06 h5 {
	margin: 0.5em 0 1em 0;
}
#kitano iframe {
	width: 100%;
}
#kitano .dl_table {
	margin-bottom: 1em;
}
}
/* --------------------------------------------------------------------------------------------------------------
	店舗‐三宮店
-------------------------------------------------------------------------------------------------------------- */
#kitano_menu .cont01 h2 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 8px;
}
#kitano_menu .cont01 p {
	margin-top: 0;
}
#kitano_menu .cont01 img {
	border: 3px solid #692C07;
}
#kitano_menu .cont02 {
	margin-bottom: 2em;
}
#kitano_menu .cont02 table {
	width: 100%;
}
#kitano_menu .cont02 table caption {
	background: #e1d9c8;
	color: #692c07;
	font-size: 1.6rem;
	display: inline-block;
	padding: 2px 10px;
	margin: 1em 0 0.5em 0;
}
#kitano_menu .menulist .newslist dl {
	border: 3px solid #4a7524;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
	background: #fff;
}
#kitano_menu .menulist .newslist dd {
	background: url(../img/common/bg_h2.png) repeat-x left top;
	padding-top: 1.5em;
}
#kitano_menu .menulist th, #kitano_menu .menulist td {
	width: 25%;
	padding-bottom: 10px;
}
#kitano_menu .menulist th {
	text-align: left;
}
#kitano_menu .menulist th span {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}
#kitano_menu .menulist td {
	text-align: right;
}
#kitano_menu .menulist table td:nth-of-type(1) {
	padding-right: 30px;
}
#kitano_menu .menulist table th:nth-of-type(2) {
	padding-left: 5px;
}
#kitano_menu .col-sm-6 dl{background: rgb(225, 217, 200) none repeat scroll 0% 0%; padding: 1.5em;}
#kitano_menu .col-sm-6 dt{font-weight: bold; float: left;}

#kitano_menu #main .cont05 {
	text-align: right;
	margin-bottom: 3em;
	margin-top: 3em;
}

@media only screen and (max-width: 767px) {
#kitano_menu .h301 {
    padding-right: 1em;
}
#kitano_menu .cont02 {
	margin-bottom: 1em;
}
#kitano_menu .col-xs-12 img{ display:block; margin:0 auto;}
#kitano_menu .cont02 table {
	width: 100%;
}
#kitano_menu .cont02 p.red {
	text-align: left;
}
#kitano_menu .newslist dt .angle-circle {
	top: 12px;
}
#kitano_menu .menulist th, #kitano_menu .menulist td {
	width: 100%;
	display: table;
}
#kitano_menu .menulist th {
	text-align: left;
}
#kitano_menu .menulist th span {
	font-size: 14px;
	font-size: 1.4rem;
}
#kitano_menu .menulist td {
	text-align: right;
}
}

@media only screen and (min-width: 768px) {
#kitano_menu .menulist .newslist dd {
	display: block;
}
#kitano_menu .newslist dt .angle-circle {
	display: none;
}
#kitano_menu .newslist dt {
	padding-bottom: 0.5em;
}
#kitano_menu .newslist p.red {
	text-align: right;
}
}

/* --------------------------------------------------------------------------------------------------------------
	店舗‐三宮店
-------------------------------------------------------------------------------------------------------------- */
#sannomiya .cont01 h2 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 8px;
}
#sannomiya .cont01 p {
	margin-top: 0;
}
#sannomiya .cont01 img {
	border: 3px solid #692C07;
}
#sannomiya .cont02 {
	margin-bottom: 2em;
}
#sannomiya .cont02 table {
	width: 100%;
}
#sannomiya .cont02 table caption {
	background: #e1d9c8;
	color: #692c07;
	font-size: 1.6rem;
	display: inline-block;
	padding: 2px 10px;
	margin: 1em 0 0.5em 0;
}
#sannomiya .menulist .newslist dl {
	border: 3px solid #4a7524;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
	background: #fff;
}
#sannomiya .menulist .newslist dd {
	background: url(../img/common/bg_h2.png) repeat-x left top;
	padding-top: 1.5em;
}
#sannomiya .menulist th, #sannomiya .menulist td {
	width: 25%;
	padding-bottom: 10px;
}
#sannomiya .menulist th {
	text-align: left;
}
#sannomiya .menulist th span {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}
#sannomiya .menulist td {
	text-align: right;
}
#sannomiya .menulist table td:nth-of-type(1) {
	padding-right: 30px;
}
#sannomiya .menulist table th:nth-of-type(2) {
	padding-left: 5px;
}
#sannomiya #main .cont05 {
	text-align: right;
	margin-bottom: 3em;
	margin-top: 3em;
}

@media only screen and (max-width: 767px) {
#sannomiya .h301 {
    padding-right: 1em;
}
#sannomiya .cont02 {
	margin-bottom: 1em;
}
#sannomiya .cont02 table {
	width: 100%;
}
#sannomiya .cont02 p.red {
	text-align: left;
}
#sannomiya .newslist dt .angle-circle {
	top: 22px;
	right: 0;
}
#sannomiya .menulist th, #sannomiya .menulist td {
	width: 100%;
	display: table;
}
#sannomiya .menulist th {
	text-align: left;
}
#sannomiya .menulist th span {
	font-size: 14px;
	font-size: 1.4rem;
}
#sannomiya .menulist td {
	text-align: right;
}
}

@media only screen and (min-width: 768px) {
#sannomiya .menulist .newslist dd {
	display: block;
}
#sannomiya .newslist dt .angle-circle {
	display: none;
}
#sannomiya .newslist dt {
	padding-bottom: 0.5em;
}
#sannomiya .newslist p.red {
	text-align: right;
}
}
/* --------------------------------------------------------------------------------------------------------------
	店舗‐鉄板焼弁当 やまがき
-------------------------------------------------------------------------------------------------------------- */
#teppan .cont {
	border: 3px solid #497423;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	background: #fff;
	padding-bottom: 3em;
	margin-bottom: 3em;
}
#teppan .cont h2 {
	background: #497423;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 3em;
	margin: 0;
	padding: 0 1em;
}
#teppan .cont h2 span {
	text-align: right;
	display: inline-block;
	float: right;
	font-size: 30px;
}

/* ▼変更20160812▼ */

#teppan .cont h3:last-child {
	text-align: right;
	color: #497423;
	font-size: 20px;
	font-size: 2.0rem;
	padding-right: 2em;
}

#teppan .col-xs-12, #teppan .col-xs-6 {
	position: relative;
}
#teppan .col-xs-12 p.ball, #teppan .col-xs-6 p.ball {
	position: absolute;
	text-align: right;
}
#teppan .col-xs-12 p.ball img, #teppan .col-xs-6 p.ball img {
	width: 50%;
}
#teppan .col-xs-12 h5 img, #teppan .col-xs-6 h5 img {
	vertical-align: bottom;
}
#teppan .col-xs-12 h4, #teppan .col-xs-6 h4 {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
	color: #692C07;
	background: url(../img/store/teppanyaki/line_l.png), url(../img/store/teppanyaki/line_r.png);
	background-position: left top, right top;
	background-repeat: no-repeat;
	background-size: 15px;
	padding: 0 6%;
	min-height: 63px;
}
#teppan .col-xs-12 h4 span, #teppan .col-xs-6 h4 span {
	color: #cc0000;
	font-size: 18px;
	font-size: 1.8rem;
}
#teppan .col-xs-12 h5, #teppan .col-xs-6 h5 {
	border: 3px solid #692C07;
	margin: 0;
}
#teppan .col-xs-12 div.inr, #teppan .col-xs-6 div.inr {
	border-right: 3px solid #692C07;
	border-bottom: 3px solid #692C07;
	border-left: 3px solid #692C07;
	background: #692C07;
}
#teppan .col-xs-12 h3, #teppan .col-xs-6 h3 {
	background: #692C07;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	padding: 0 1em;
}
#teppan .col-xs-12 h3 span, #teppan .col-xs-6 h3 span {
	font-size: 14px;
	font-size: 1.4rem;
}
#teppan .col-xs-12 div p, #teppan .col-xs-6 div p {
	background: #ffcc00;
	font-size: 16px;
	font-weight: bold;
	padding: 0.5em;
	text-align: right;
	margin: 0 0 0 3em;
}
#teppan .col-xs-12 div p span, #teppan .col-xs-6 div p span {
	color: #cc0000;
	float: none;
}

@media only screen and (max-width: 767px) {
#teppan #main .row {
	margin: 0 8px;
}
#teppan .col-xs-12 h5 img {
	width: 100%;
}
#teppan .col-xs-12 div p, #teppan .col-xs-6 div p {
	margin: 0;
}
#teppan .col-xs-6 h3 {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
}
}

@media only screen and (min-width: 768px) {
#teppan .row {
	margin: 0 auto;
}
#teppan .col-xs-6 h3 {
	height: 44px;
	vertical-align: middle;
	display: table-cell;
}
}

/* ----------
	cont01
---------- */

#teppan .cont01 .col-xs-12 p.ball {
	top: 17%;
	right: 5%;
}

@media only screen and (max-width: 767px) {
#teppan .cont01 .col-xs-12 p.ball {
	right: 3%;
	top: 24%;
}
#teppan .cont01 .col-xs-12 h4 {
	margin-bottom: 5px;
}
#teppan .cont01 .col-xs-12 h5 img {
	width: 100%;
}
#teppan .cont01 .col-xs-12 h3 {
	line-height: 50px;
}
}

@media only screen and (min-width: 768px) {
#teppan .cont01 .col-xs-12 h3 {
	width: 18em;
}
#teppan .cont01 .col-xs-12 div p {
	width: 9em;
}
#teppan .cont01 .col-xs-12 {
	width: 37%;
}
#teppan .cont01 .col-xs-12:first-child {
	margin: 0 0 0 13%;
}
#teppan .cont01 .col-xs-12:last-child {
	margin: 0 13% 0 0;
}
#teppan .cont01 .col-xs-12 h3, #teppan .cont01 .col-xs-12 div p {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
}
#teppan .cont01 .col-xs-12 div p {
	margin: 0;
}
}


/* ----------
	cont02, cont03
---------- */

#teppan .cont02 .col-xs-12 h5,
#teppan .cont03 .col-xs-12 h5 {
	text-align: center;
}

@media only screen and (max-width: 767px) {
#teppan .cont02 .col-xs-12 h5 img,
#teppan .cont03 .col-xs-12 h5 img {
	width: 100%;
}
#teppan .cont02 .col-xs-12 h3,
#teppan .cont03 .col-xs-12 h3 {
	line-height: 50px;
}
}

@media only screen and (min-width: 768px) {
#teppan .cont02 .col-xs-12,
#teppan .cont03 .col-xs-12 {
	margin: 0 13%;
}	
#teppan .cont02 .col-xs-12 h3,
#teppan .cont03 .col-xs-12 h3 {
	width: 18em;
}
#teppan .cont02 .col-xs-12 div p,
#teppan .cont03 .col-xs-12 div p {
	width: 9em;
}
#teppan .cont02 .col-xs-12,
#teppan .cont03 .col-xs-12 {
	width: 74%;
}
#teppan .cont02 .col-xs-12 h3, #teppan .cont02 .col-xs-12 div p,
#teppan .cont03 .col-xs-12 h3, #teppan .cont03 .col-xs-12 div p {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
}
#teppan .cont02 .col-xs-12 div p,
#teppan .cont03 .col-xs-12 div p {
	margin: 0;
}
#teppan .cont02 .col-xs-12 div.inr,
#teppan .cont03 .col-xs-12 div.inr {
	display: table;
	width: 100%;
}
}

/* ----------
	cont04
---------- */

@media only screen and (max-width: 767px) {
#teppan .cont04 .col-xs-6 {
	margin-bottom: 14px;
}
}

@media only screen and (min-width: 768px) {
#teppan .cont04.row {
	padding-left: 26px;
	padding-right: 26px;
}
}

/* ▲変更20160812▲ */



/* --------------------------------------------------------------------------------------------------------------
	店舗‐藤原台店
-------------------------------------------------------------------------------------------------------------- */
#fujihara .cont01 h2 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 8px;
}
#fujihara .cont01 p {
	margin-top: 0;
}
#fujihara .cont01 img {
	border: 3px solid #692C07;
}
#fujihara .cont02 {
	margin-bottom: 2em;
}
#fujihara .cont02 table {
	width: 100%;
}
#fujihara .cont02 table caption {
	background: #e1d9c8;
	color: #692c07;
	font-size: 1.6rem;
	display: inline-block;
	padding: 2px 10px;
	margin: 1em 0 0.5em 0;
}
#fujihara .menulist .newslist dl {
	border: 3px solid #4a7524;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
	background: #fff;
}
#fujihara .menulist .newslist dd {
	background: url(../img/common/bg_h2.png) repeat-x left top;
	padding-top: 1.5em;
}
#fujihara .menulist th, #fujihara .menulist td {
	width: 25%;
	padding-bottom: 10px;
}
#fujihara .menulist th {
	text-align: left;
}
#fujihara .menulist th span {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}
#fujihara .menulist td {
	text-align: right;
}
#fujihara .menulist table td:nth-of-type(1) {
	padding-right: 30px;
}
#fujihara .menulist table th:nth-of-type(2) {
	padding-left: 5px;
}
#fujihara #main .cont05 {
	text-align: right;
	margin-bottom: 3em;
	margin-top: 3em;
}

@media only screen and (max-width: 767px) {
#fujihara .h301 {
    padding-right: 1em;
}
#fujihara .cont02 {
	margin-bottom: 1em;
}
#fujihara .cont02 table {
	width: 100%;
}
#fujihara .cont02 p.red {
	text-align: left;
}
#fujihara .newslist dt .angle-circle {
	top: 22px;
	right: 0;
}
#fujihara .menulist th, #fujihara .menulist td {
	width: 100%;
	display: table;
}
#fujihara .menulist th {
	text-align: left;
}
#fujihara .menulist th span {
	font-size: 14px;
	font-size: 1.4rem;
}
#fujihara .menulist td {
	text-align: right;
}
}

@media only screen and (min-width: 768px) {
#fujihara .menulist .newslist dd {
	display: block;
}
#fujihara .newslist dt .angle-circle {
	display: none;
}
#fujihara .newslist dt {
	padding-bottom: 0.5em;
}
#fujihara .newslist p.red {
	text-align: right;
}
}

/* --------------------------------------------------------------------------------------------------------------
	やまがきが選ばれる理由
-------------------------------------------------------------------------------------------------------------- */
#reason {
	text-align: justify;
}
#reason .cont {
	background: #83ad5c;
	padding: 3em 4em 0 4em;
	margin-top: -2px;
}
#reason h5 {
	margin: -4px 0 0 0;
}
#reason h2 {
	margin-top: 0;
}
#reason .cont01 .col-sm-6:first-child {
	padding-right: 0;
}
#reason .cont01 .col-sm-6:nth-child(2) {
	padding-left: 0;
	text-align: right;
}
#reason .cont01 .col-sm-12 {
	margin-top: 1em;
}
#reason .cont02 {
	padding-bottom: 1em;
}
#reason .cont02 .col-sm-6:last-child {
	text-align: left;
}
#reason .cont02 ul {
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
}
#reason .cont02 ul li {
	padding-left: 1em;
	text-indent: -1em;
}
#reason #main .cont05 {
	text-align: right;
	margin: 3em 0;
}

@media only screen and (max-width: 767px) {
#reason .cont {
	padding: 1.5em 1em 0 1em;
}
#reason .pc_none {
	margin: 0 auto;
	display: block;
}
#reason .cont01 .col-sm-6:nth-child(2), #reason .cont02 .col-sm-6:nth-child(2), #reason .cont03 .col-sm-4 {
	text-align: center;
}
}

@media only screen and (min-width: 768px) {
}
/* --------------------------------------------------------------------------------------------------------------
	カートカスタマイズCSS
-------------------------------------------------------------------------------------------------------------- */
#delivery .cart_item {
	margin-bottom: 0;
}
#delivery .cart_item .delivery {
	margin-bottom: 10px;
}
#delivery .cart_item .item_box > .td {
	vertical-align: top;
}
#delivery .total_box {
	width: auto;
	float: none;
	padding: 0;
	text-align: center;
}

@media only screen and (max-width: 767px) {
#delivery .cart_item .delivery {
	display: block;
	margin: 10px auto;
}
#delivery div.table .tbody .tr > .td {
	display: block;
}
#delivery .cart_item .item_box .table {
	width: 100%;
}
#delivery .cart_item .item_quantity {
	width: 100%;
}
#delivery .cart_item .icon_edit {
	width: 100%;
}
}

@media only screen and (min-width: 768px) {
#delivery .cart_item .item_box .table {
	width: 23%;
}
#delivery .cart_item .item_quantity {
	width: 2%;
}
}
/* --------------------------------------------------------------------------------------------------------------
	その他のページ カスタマイズCSS
-------------------------------------------------------------------------------------------------------------- */

#privacy #main h3{font-size:18px; font-size:1.8rem;}
#guide .newslist dl {
    border-top: 0px dotted #ccc;
    background: #fff;
		border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
	padding: 0.5em 1em;
margin-bottom: 1em;}

/* ▼20160912追加▼ */
#guide .newslist dd > :first-child {
	margin-top: 0; 
	padding-top: 0;
}
#guide .guidename {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #487322;
	margin-bottom: 5px;
	padding-top: 15px;
}
#guide .guidename_noshi {
    background-color: #D9D9D9;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 25px;
    padding-left: 5px;
    padding-top: 2px;
}
#guide .head_noshi{
    background: #f2f2f2;
    border-bottom: none;
    text-align: left;
    width: 50%;
}
#guide .table-responsive td{
    vertical-align: middle;
}
#guide .paddleft{
    padding-left: 5px;
}
#guide .table-responsive .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered>thead>tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
    border: 1px solid #000;
}
#guide .banner {
    border-top: 0px dotted #ccc;
    background: #fff;
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
	border-radius: 6px;		/* CSS3草案 */
	padding: 2em;
	margin-bottom: 1em;
}
#guide .banner::before,
#guide .banner::after {
	content: "";
	display: table;
}
#guide .banner::after {
	clear: both;
}
#guide .banner .image {
	float: left;
	padding-bottom: 10px;
}
#guide .banner h3 {
	font-size: 19px;
	font-size: 1.9rem;
	color: #900;
	font-weight: bold;
	margin: 0 0 0.3em;
	padding-left: 105px;
}
#guide .banner ul {
	padding-left: 105px;
}
#guide .wrapping_type {
	margin: 0 -5px;
	padding-bottom: 5px;
}
#guide .wrapping_type::before,
#guide .wrapping_type::after {
	content: "";
	display: table;
}
#guide .wrapping_type::after {
	clear: both;
}
#guide .wrapping_type li {
	float: left;
	width: 20%;
	padding: 0 5px 10px;
}
/* ▲20160912追加▲ */

#guide .newslist .tableish {
	border-left:solid 1px #ccc;
	border-top:solid 1px #ccc;
	width: inherit;
}
#guide .newslist .tableish .td {
	padding: 1em;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	text-align: right;
	vertical-align: middle;
}
#guide .newslist .tableish .delivery_area {
	padding: 1em;
	text-align: center;
	vertical-align: middle;
	background:#e1d9c8;
	border-right: solid 1px #fff;
	border-bottom:solid 1px #fff;
}
#guide .newslist .tableish .thead .th {
	padding: 1em;
	text-align: center;
	vertical-align: middle;
	background: #e1d9c8;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
#guide .newslist .tableish .thead .th:last-child {
	border-right-color: #ccc;
}
#guide .newslist .tableish .tr:last-child .delivery_area {
	border-bottom-color: #ccc;
}
#guide .newslist .tableish .thead .tr .delivery_area {
	border-bottom-color: #fff;
}
#guide .newslist {
    border-bottom: 0px solid #f8f8f8;
}

@media only screen and (max-width: 767px) {
#guide .newslist  h3{ padding-right:1em;}

/* ▼20160912追加▼ */
#guide .banner .image {
	float: none;
	display: table-cell;
	width: 100px;
	vertical-align: middle;
}
#guide .banner h3 {
	padding: 0 0 10px;
	display: table-cell;
	vertical-align: middle;
}
#guide .banner ul {
	padding-left: 0;
}
#guide .wrapping_type li {
	width: 125px;
}
/* ▲20160912追加▲ */

#guide .newslist dt .angle-circle {
	right: 0;
}
#guide .newslist .tableish {
	max-width: 400px;
}
#guide .newslist .tableish .thead,
#guide .newslist .tableish .delivery_area br {
	display: none;
}
#guide .newslist .tableish .delivery_area {
	border-right-color: #ccc;
	text-align: left;
}
#guide .newslist .tableish .td:not(.delivery_area) {
	position: relative;
	padding-left: 6em;
}
.postage_table .td:not(.delivery_area)::before,
.postage_type_table .td:not(.delivery_area)::before {
	display: block;
	position: absolute;
	left: 1em; top: 1em;
}
.postage_table .td:not(.delivery_area)::after {
	content:"円";
	font-size: 80%;
	margin-left: 2px;
}
.postage_type_table .td:not(.delivery_area)::after {
	content:"パック";
	font-size: 80%;
	margin-left: 2px;
}
}

/*Add CSS for shopping shipping*/
#page_shopping_shipping .total_box,
#page_shopping_shipping_edit .total_box{
	width: auto;
	float: none;
	padding: 0;
	text-align: center;
}

/* Add CSS for install MailManga plugin (Entry + Mypage change)*/
.registration_page #top_box__birth dt, #page_mypage_change #top_box__birth dt {
    border-top: 1px solid #fff;
}
.registration_page #top_box__birth dd, #page_mypage_change #top_box__birth dd {
    border-top: 1px solid #ccc;
}

/* Change CSS for mypage-change*/
#page_mypage_change .dl_table.not_required{
	margin-top: 0;
}

/* Add CSS for Forgot input eror*/
#page_forgot #login_box .column #top_box__login_email p {
	text-align: left !important;
}

/* Plugin: Review product */
#review_product_list {
    margin: 0;
    padding: 0;
}
#review_product_list h3 {
    display: none;
    height: 1px;
    width: 1px;
}
#review_product_list dt {
    border-bottom: 1px dotted #497423;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
#review_product_list p {
    font-weight: normal;
}
#review_product_list p span {
    font-weight: bold;
}
#review_product_list p span:first-child {
    background-image: url('../img/common/icon_pen.png');
    background-repeat: no-repeat;
    background-size: 12px auto;
    padding-left: 20px;
    color: #426920;
    margin-right: 3px;
}
#review_product_list p span.recommend_level {
    background-image: none;
    color: #426920;
}
#review_product_list p span.recommend_level span {
    background-image: none;
    padding-left: 0;
    color: #cc9900;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
}
#review_product_list p a {
    margin-right: 10px;
    text-decoration: none;
    color: #444444;
}
#deliveradd_input_box__message h2.heading02 {
    background: none;
}
#default_error_box__body div:first-child{
    text-align: center;
    padding-right: 1px;
}

/*Fix CSS for horizontal scroll*/
#wrapper{
	overflow: hidden;
}

/*Add CSS for Mypage - Regist customer button*/
@media only screen and (min-width: 768px){
    #login_box .column .btn_area #btn-regist-customer {
        width: 100%;
    }
}



.front_page a:hover img {
	opacity: 0.8;
}
.front_page #contents .row > div {
	padding-bottom: 8px;
}
.front_page #contents .row.no-padding > div {
	padding-bottom: 0;
	text-align: center;
}
/* Comment Area */

.front_page .comment_area h4 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 2px;
}
.front_page .comment_area h5 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
}
.front_page .comment_area p {
	margin: 10px 0 15px;
}
/* Item List */

.front_page .item_comment {
	color: #444;
}
.front_page .item a {
	padding-bottom: 0;
}
.front_page #contents_top .item_comment {
	color: #444444;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
}
.front_page #contents_top .item_comment.text-warning, .front_page #contents_top .item_name.text-warning {
	color: #9a947e;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.front_page .more_link.text-warning {
	font-weight: bold;
	color: #9A947E;
}
/* news_area */

.news_contents {
	padding: 0;
}
#news_area {
}
#news_area .heading01 {
	padding: 8px;
	text-align: center;
	margin: 0;
}
/* txt_bnr */

.txt_bnr_area {
	padding: 0 0 16px;
}
.txt_bnr {
	background: #f8f8f8;
	border: 1px solid #D9D9D9;
	font-weight: bold;
	padding: 16px;
	margin: 12px 0 0;
	text-align: center;
}
.txt_bnr strong {
	color: #DE5D50;
	font-size: 20px;
	font-size: 2rem;
}
.txt_bnr strong strong {
	font-size: 32px;
	font-size: 3.2rem;
}
.item_gallery {
	clear: both;
}


/* ▼アナウンスエリア (20160812追記)▼ */

.top_information {
	margin: 20px 0;
}
.top_information .top_information_inner {
	display: block;
	padding: 20px;
	border: 3px solid #900;
	background-color: rgba(255,255,255,0.5);
	border-radius: 6px;
}
.top_information a.top_information_inner {
	padding: 20px 30px 20px 20px;
	position: relative;
	color: #444;
	cursor: pointer;
}
.top_information > a.top_information_inner:after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 30px;
	font-size: 3rem;
	color: #900;
	position: absolute;
	right: 10px; top: 50%;
	-webkit-transform: translateY( -50%);
	transform: translateY( -50%);
}
.top_information a:link,
.top_information a:visited,
.top_information a:hover,
.top_information a:active {
	text-decoration: none;
	color: #444;
}
.top_information > a.top_information_inner:hover {
	background-color: rgba(255,255,255,1);
}

.top_information .top_information_inner h3,
.top_information .top_information_inner h4,
#index .top_information .top_information_inner p {
	margin: 10px 0 0;
}
.top_information .top_information_inner h4:first-child {
	margin-top: 0;
	color: #900;
}
.top_information .top_information_inner p {
	font-size: 13px;
	font-size: 1.3rem;
}
.top_information .small {
	font-size: 92%;
}

/* モーダル内 */

.popup_contents .important_information_title {
	font-weight: bold;
	background: #900;
	color: #fff;
	padding: 5px;
	text-align: center;
}
.popup_contents .title {
	font-size: 18px;
	font-size: 1.8rem;
}
.popup_contents .important_information_text,
.popup_contents .important_information_text li {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
}
.popup_contents .important_information_text li {
	margin-bottom: 10px;
}
.popup_contents .important_information_text span.icon {
	color: #900;
}
.popup_contents .important_information_text strong {
	color: #900;
}
.popup_contents span.note {
	color: #900;
	font-size: 86%;
}
.popup_contents .shop_column {
	padding-bottom: 1em;
}
.popup_contents .shop_column h4 {
	margin-bottom: 10px;
}
.popup_contents .tableish {
	display: table;
	table-layout: fixed;
	border-top: 1px solid #ddd;
	width: 100%;
}
.popup_contents .tableish dl {
	display: table-row;
}
.popup_contents .tableish dl dt {
	display: table-cell;
	width: 40%;
	font-weight: bold;
	background: #f3f3f3;
	padding: 5px;
	border-bottom: 1px dotted #ddd;
	font-size: 14px;
	font-size: 1.4rem;
}
.popup_contents .tableish dl dd {
	display: table-cell;
	padding: 5px;
	border-bottom: 1px dotted #ddd;
	font-size: 14px;
	font-size: 1.4rem;
}
.popup_contents .tableish dl:last-child dt,
.popup_contents .tableish dl:last-child dd {
	border-bottom: 1px solid #ddd;
}
.popup_contents .clear {
	clear: both;
}
.popup_contents .bt_bottom {
	clear: both;
	padding: 2em 0 1em;
}

/* ▲アナウンスエリア (20160812追記)▲ */


/* --------------------------------
	Detail Page
-------------------------------- */

#item_detail + row {
	margin-top: -1px;
	background: #fff;
}
/*#item_detail .btn_area li:last-child {
    padding-left: 0;
}
*/


/* Slider */
.slick-loading .slick-list {
	background: #fff url('ajax-loader.gif') center center no-repeat;
}
/* Arrow */

.slick_prev, .slick_next {
	font-size: 18px;
	font-size: 1.8rem;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
/* Dots */
.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	content: " ";
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	text-align: center;
	opacity: .25;
	background-color: black;
	border-radius: 50%;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	background-color: black;
}
.slick-dots li button.thumbnail img {
	width: 0;
	height: 0;
}
#item_photo_area .slick-slide {
	text-align: center;
}
#item_photo_area .slick-slide img {
	display: inline-block;
	border: 3px solid #692c07;
}

/******************************
	Media Query
*******************************/

@media only screen and (max-width: 767px) {
/* --------- common ---------- */


	/****** Header Setting ********/


	/****** Side Setting ********/


	/****** Effect Setting ********/


}

@media only screen and (min-width: 768px) {
/* --------- common ---------- */

	/****** Header Setting ********/

	/****** Layout ********/

	/* header */

#header .header_logo_area {
	float: left;
	margin-right: 265px;
}
#header #drawer #search {
	position: relative;
}
#search {
	background: none;
	padding: 0;
}
#member {
	float: right;
	margin-top: -34px;
}
.member ul li {
	display: inline-block;
}

/* navigation */

#header .category-nav li.cat_title {
	padding: 0;
}
#header .category-nav li ul,
#header .category-nav li ul li,
#header .category-nav li ul li a {
	position: static;
	display: inline-block;
	width: auto;
	z-index: 1;
	vertical-align: bottom;
	box-shadow: none;
	vertical-align: middle;
}
#header .category-nav li ul li,
#header .category-nav > li:hover > ul > li {
	height: auto;
	line-height: 1;
}
#header .category-nav li ul li a {
	height: auto;
	line-height: 1;
    padding: 0 1em;
    border-top: none;
}
#header .category-nav li ul li.cat {
	margin: 0 2px;
}
#header .category-nav li.is_subnav {
	padding: 0 5px;
}
#header .category-nav li.is_subnav > a {
	padding: 0;
}


/****** Side Setting ********/

	/****** Footer Setting ********/

	/****** Each BlockParts Setting ********/

	/* search area */

#search select {
	width: auto;
	max-width: 180px;
}
/* cart */

#cart .inner {
	position: absolute;
	right: 0;
	top: 0;
}
#cart_area {
	top: 25px;
	right: 16px;
}
#cart_area p {
	border: 1px solid #D9D9D9;
	float: right;
	min-width: 256px;
}
#cart_area p.cart-trigger {
	position: relative;
	right: 0;
	background: #fff;
	border: 2px solid #497423;
}
#cart_area .inner {
	min-width: 256px;
}
#cart_area .cart_price {
	font-size: 12px;
}
#cart_area .cart_price .price {
	font-size: 16px;
}
/* --------------------------------
		Top Page
	-------------------------------- */

.front_page #contents .row {
	padding-bottom: 24px;
}
/* Comment Area */

.front_page .comment_area h4 {
	font-size: 32px;
	font-size: 3.2rem;
	margin: 0 0 8px;
}
.front_page .comment_area h5 {
	font-size: 20px;
	font-size: 2rem;
}
.front_page .comment_area p {
	font-size: 20px;
	font-size: 2rem;
	margin: 24px 0 24px;
}
/* news_area */

.news_contents {
	padding: 0 0 0 0;
}
#news_area .heading01 {
	padding: 16px;
	text-align: left;
}
#news_area {
	margin-bottom: 32px;
}
/* txt_bnr */

.txt_bnr_area {
	padding-left: 16px;
}
.txt_bnr {
	margin: 0 0 16px;
}


/* ▼アナウンスエリア (20160812追記)▼ */

#index .top_information + #main {
    padding-top: 0;
}
.top_information .top_information_inner h3 {
	font-size: 18px;
	font-size: 1.8rem;
}
.top_information .top_information_inner h4 {
	font-size: 16px;
	font-size: 1.6rem;
}
.top_information .top_information_inner p {
	font-size: 14px;
	font-size: 1.4rem;
}

/* モーダル内 */

.popup_contents .important_information_text li {
	text-indent: -1.3em;
	margin-left: 1.3em;
}
.popup_contents .shop_column {
	width: 46%;
	float: left;
	margin: 0 2%;
}

/* ▲アナウンスエリア (20160812追記)▲ */



/* --------------------------------
		Detail Page
	-------------------------------- */

#item_photo_area .slick-dots {
	margin: 0;
	position: relative;
	bottom: 0;
}
#item_photo_area .slick-dots::after {
	content: "";
	display: table;
	clear: both;
}
#item_photo_area .slick-dots li {
	width: 33.33333333%;
	height: auto;
	padding: 20px 20px 0px 20px;
	margin: 0;
	float: left;
}
.slick-dots li button.thumbnail {
	width: 100%;
	height: auto;
	padding: 0;
}
.slick-dots li button.thumbnail img {
	width: 100%;
	height: auto;
	opacity: 0.8;
	border: 3px solid #692c07;
}
.slick-dots li button.thumbnail:hover img,  .slick-dots li.slick-active button.thumbnail img {
	opacity: 1;
}
.slick-dots li button.thumbnail::before {
	display: none;
}
}


/* --------------------------------
    マイページ
-------------------------------- */

.mail_list .close {
	display: block;
	text-align: center;
	padding: 20px;
}
#detail_wrap .detail_box {
	border-top: 0 none;
}


/* --------------------------------
    display mask
-------------------------------- */
.prevention-masked {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3040;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: .5;
}
.extra-form {
	margin: 10px 0;
}
#page_mypage_login .extra-form {
	margin:0 auto;
}

/* --------------------------------
	main_sub_banner
-------------------------------- */

.top_information .top_list_accordion .newslist {
    border-bottom: 1px solid #f8f8f8;
}
.top_information .top_list_accordion .newslist dl {
    border-top: 1px dotted #ccc;
}
.top_information .top_list_accordion .newslist dt {
    cursor: pointer;
    padding: 8px;
    position: relative;
    padding-right: 20px;
    font-size: 14px;
}
.top_information .top_list_accordion .newslist dt span {
    display: block;
    padding-right: 10px;
}
.top_information .top_list_accordion .newslist dt .news_title {
    padding-left: 10px;
}
.top_information .top_list_accordion .newslist dt .angle-circle {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 25px;
    height: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #9c1109;
    padding-left: 5px;
}
.top_information .top_list_accordion .newslist dt .cb {
    position: relative;
    top: 1px;
    left: 2px;
    fill: #fff;
    font-size: 20px;
    font-weight: normal;
}
.top_information .top_list_accordion p{
    margin-top: 10px!important;
}
/* --------------------------------
	end main_sub_banner
-------------------------------- */
