/*
 Theme Name: MERCI
 Description: MERCI
 Theme URI:
 Author: MERCI / ILL
 Author URI:
 Version:
 License:
 License URI:
*/

@charset "utf-8";




/*========================================================================

ƒIƒŠƒWƒiƒ‹CSS

==========================================================================*/



/* ƒŠƒZƒbƒg
---------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form,iframe {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.0;
	list-style-type: none;
	zoom:1;
}

img {
	vertical-align: bottom;
	line-height:0;
}

/* Body
---------------------------------------------------------------------------- */
body {
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	color: #333;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	border: 0;
	background: url(img/common/body_bg.jpg) repeat;
}

p {
	margin: 0 0 15px 0;
	text-align: left;
	line-height: 1.6;
}

/* UL
---------------------------------------------------------------------------- */
ul,li {
	text-align: left;
	list-style: none;
}


/* a
---------------------------------------------------------------------------- */
a {
	text-decoration: underline;
}

a:link,
a:visited,
a:active {
	text-decoration: underline;
	color: #330000;
}

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

a.link {
	color: #330000;
	text-decoration: underline;
	padding: 0 0 0 13px;
	background: url(img/common/icon_arrow.gif) no-repeat 0 50%;
	line-height:1.4;
}
a.link:hover {
	color:#CC0000;
	text-decoration: none;
}

a.fade00{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a.fade00:hover{
	opacity: 0.7;
}

a.fade {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	background: #FFF;
}
a.fade img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a.fade:hover img {
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

img.fade01  {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a:hover img.fade01 {
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}




/* ぱんくず
---------------------------------------------------------------------------- */
.pan {
	padding: 5px 0 5px 20px;
	background: url(img/common/icon_home.gif) no-repeat 0 50%;
	line-height: 1.4;
	margin: 0 0 10px 0;
	text-align: left;
	color: #330000;
	font-size: 11px;
}

/* ヘッダ
---------------------------------------------------------------------------- */
#header h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	display: inline;
	line-height:10px;
	color: #663300;
}
.h_img {
	width: auto;
	height: auto;
	margin: 0 0 15px 0;
	padding: 0;
	background: none;
	border: none;
	text-align: left;
}
.pageTitle {
	margin: 0 auto 30px auto;
}
h2,
.CrossHead,
h2.pageTitle {
	width: 670px;
	height: 41px;
	margin: 0 0 15px 0;
	padding: 22px 20px 0 40px;
	background: url(img/common/h2_bg.gif) no-repeat 0 0;
	border: none;
	line-height: 1.4;
	text-align: left;
	font-size: 16px;
	color: #330000;
}
.h2_02,
h3.CrossHead {
	width: 640px;
	height: 32px;
	margin: 0 0 15px 0;
	padding: 13px 10px 0 80px;
	background: #330000 url(img/common/h_02.gif) no-repeat 0 0;
	border: none;
	line-height: 1.4;
	text-align: left;
	font-size: 16px;
	color: #FFF;
}
.CrossHead a {
	color: #FFF !important;
}

/* clearfix
---------------------------------------------------------------------------- */
.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* ヘッダ  20230228修正
---------------------------------------------------------------------------- */
#headerWrap {
	width: 100%;
	min-width: 1000px;
	height: 150px;
	position: relative;
	overflow: hidden;
	background-image: linear-gradient(to right, #afa59c, #afa59c 4px, transparent 4px, transparent 3px);
  background-size: 7px 1px;
  background-position: left bottom 8px;
  background-repeat: repeat-x;
  background-color: rgb(247 245 239 / 70%);
  border-top: 2px solid #583319;
}
#headerWrap02 {
	width: 100%;
	min-width: 1000px;
	height: 180px;
	position: relative;
	padding-top: 58px;
	background: url(img/common/header_bg.jpg) repeat-x 0 58px;
	overflow: hidden;
}
#header {
	width: 1000px;
	margin: 0 auto 30px auto;
	overflow: hidden;
}
#h1Text {
	width: 600px;
	margin: 5px 0 0 0;
	float: right;
	text-align: right;
}
#h1Text p {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	display: inline;
	line-height:10px;
	color: #663300;
	margin: 0;
}
#headerLogo {
	width: 455px;
	margin: 0;
	float: left;
	overflow: hidden;
	text-align: left;
}
#headerLogo a {
	display: block;
	float: left;
	margin-top: 22px;
}
#liberty_reseller {
	float: right;
	margin: 16px 0 0 0;
  padding: 18px 25px 20px 12px;
  border-right: 1px solid #d2cbc1;
}
#headerNavi {
	width: 535px;
	margin: 15px 0 0 0;
	float: right;
	text-align: right;
	overflow: hidden;
}
#headerNavi a {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 0 0 10px;
}
#headerNavi2 {
	width: 500px;
	margin: 15px 0 0 0 ;
	/margin: 25px 0 0 0 ;
	float: right;
	overflow: hidden;
}
#headerNavi2 a {
	display: inline-block;
	/display : inline;
	/zoom: 1;
	/float: left;
	margin: 0 10px 0 0;
	/margin: 10px 10px 0 0;
	padding: 0 10px 0 0;
	border-right: #663300 1px solid;
	font-size: 13px;
	line-height: 1.2;
	color: #663300;
	vertical-align: bottom;
}
#headerNavi2 .cartBtn {
	display: inline-block;
	/display: block;
	margin: 0;
	padding: 0;
	float: right;
	border: none;
}
#gNaviWrap {
	width: 100%;
	position: relative;
	margin: 0px auto 12px auto;
}
#gNavi {
	width: 1167px;
	margin: 0 auto;
	position: relative;
}
#gNavi li {
	float: left;
}


.ddMenu {
	width: 973px;
	height: auto;
	list-style: none;
	margin: -2px auto 0 auto;
	padding: 20px 0px 20px 27px;
	position: absolute;
	top: 72px;
	left: 0;
	z-index: 99999;
	background-color: #2F1814;
	opacity: 0.95;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ddMenu:after {
	content: '';
	position: absolute;
	border-bottom: 12px solid #2F1814;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	opacity: 0.95;
	top: -12px;
	left: 5px;
}

#ddLiberty .ddMenu:after {
	left: 70px;
}

#ddSouleiado .ddMenu:after {
	left: 240px;
}

#ddHandicrafts .ddMenu:after {
	left: 480px;
}

#ddLibertygoods .ddMenu:after {
	left: 570px;
}

#ddInteriorgoods .ddMenu:after {
	left: 740px;
}
.innerMenu {
	float: left;
	margin-bottom:15px;
	overflow: hidden;
}

.innerMenu li {
	width: 120px;
	margin: 0 4px;
	text-align: center;
}

.innerMenu li img {
	margin-bottom: 10px;
}

.innerMenu a {
	color: #FFF;
	text-decoration: underline;
	line-height: 1.4;
	font-size: 12px;
}

.innerMenu a:hover {
	text-decoration: none;
}

.short {
	margin-right: 20px;
}


/* カルーセル
---------------------------------------------------------------------------- */
.carousel_liberty01 {
	width: 890px;
	margin: 0 0 0 0;
	padding: 0 30px;
	overflow: hidden;
}

.carousel_liberty02 {
	width: 230px;
	padding: 0 30px;
	margin: 0;
	overflow: hidden;
}

.carousel_liberty01 li,
.carousel_liberty02 li {
	width: 108px !important;
	margin: 0 20px 0 0 !important;
	padding: 0 !important;
	text-align: center;
}
.carousel_liberty01 li a,
.carousel_liberty02 li a {
}
.carousel_liberty01 li img,
.carousel_liberty02 li img {
	margin: 0;
}

.btnPrev01,
.btnPrev02,
.btnPrev03 {
	width: 20px;
	position: relative;
	margin: -80px 0 0 0;
	float: left;
	cursor: pointer;
}
.btnNext01,
.btnPrev02,
.btnPrev03 {
	width: 20px;
	position: relative;
	margin: 80px 0 0 0;
	float: right;
	cursor: pointer;
}


/* Clear floated elements */
#gNavi:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #gNavi { zoom: 1; } /* IE6 */
*:first-child+html #gNavi { zoom: 1; } /* IE7 */


/* wrapper
---------------------------------------------------------------------------- */
#contentsWrap,
.layout_table {
	width: 1000px;
	margin: 20px auto 30px;
	overflow: hidden;
}
#contents {
	width: 730px;
	float: right;
	overflow: hidden;
}

/* サイドナビ
---------------------------------------------------------------------------- */
#sideNaviWrap {
	width: 230px;
	float: left;
}
.itemSearch {
	margin: 0;
}
.search_txt_wrap{
	padding-bottom: 20px;
	border-bottom: 1px solid #D1C9BC;
	margin-bottom: 18px;
}
.search_color_wrap{
	padding-bottom: 12px;
}
.sidesearch_select{
	width: 206px;
	margin: 0 auto;
	border:1px solid #6D523B;
	padding: 4px;
}
.sub_search_ttl{
	font-size: 13px;
	font-weight: bold;
	color: #49280D;
	margin: 4px 0 7px;
	text-align: left;
}
.sub_search_ttl:before{
	content:'▼';
	display: inline-block;
	font-size: 11px;
	margin-right: 7px;
	margin-left: 2px;
	color:#49280D;
}
.side_search_wrap #m_search_txt{
	width: 190px;
	margin: 0 auto 10px;
	border:1px solid #6D523B;
}
.sidesearchbtn{
	width: 102px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	background: #49280D;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	padding-top: 4px;
	padding-bottom: 3px;
	border-style: none;
}



.searchInput {
	width: 160px;
	padding: 5px;
}
.searchBtn {
	vertical-align: bottom;
}
.sideBnr {
	margin: 0 auto 10px auto;
}
.sideNaviTop {
	width: 210px;
	margin: 0 0 30px 0;
	padding: 20px 10px 0 10px;
	background: url(img/common/bg_sidenavi_top.png) no-repeat 0 0;
	overflow: hidden;
}
.sideFB {
	width: 200px;
	margin: 0 0 10px 0;
	padding: 5px;
	text-align: center;
	background: #3B5998;
}
.sideBlog {
	width: 110px;
	height: 60px;
	_height: 75px;
	background: url(img/common/bg_sidebnr_blog.gif) no-repeat 0 0;
	margin: 0 0 10px 0;
	padding: 15px 90px 0 10px;
	position: relative;
}
.sideBlog li {
	margin: 0;
	padding: 0;
	text-align: right;
}
.sideNavi {
	width: 230px;
	margin: 0 0 30px 0;
}
.sideMenu {
	width: 228px;
	margin: 3px auto;
	padding: 10px;
	border: #E3D3B3 1px solid;
	background: url(img/common/bg_sidemenu.png) repeat;
}
.sideMenu li {
	margin: 10px 0;
	padding: 0 0 0 8px;
	background: url(img/common/icon_arrow.gif) no-repeat 98% 42%;
	font-size: 13px;
	line-height: 1.4;
}
.sideMenu li a {
	color: #330000;
	text-decoration: none;
}
.sideMenu li a:hover {
	color: #CC0000;
	text-decoration: none;
}

.sideMenu li a{
	display:block;
}
.sideMenu .h_sidenavi{
	margin:6px 0 12px;
	padding: 0 0 0 0px;
}
.sideMenu .h_sidenavi a{
	font-weight:bold;
	height:18px;
	border-left:3px solid #4D2600;
	padding-left:6px;
}
.side_search_wrap.sideMenu {
    width: 206px;
}

/* footer
---------------------------------------------------------------------------- */
#pageTop {
	width: 1000px;
	height: 50px;
	margin: 50px auto -30px auto;
	text-align: right;
	z-index: 20;
	position: relative;
}
#footerArea {
	width: 100%;
	padding: 50px 0 0 0;
	background: url(img/common/footer_bg.jpg) repeat;
	position: relative;
	z-index: 10;
}
#footerInfoArea {
	width: 1000px;
	margin: 0 auto 10px auto;
	overflow: hidden;
}
.footerInfo {
	width: 490px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 2px 20px 2px;
	vertical-align: top;
	color: #330000;
}
.footerInfoHead {
	width: 465px;
	height: 22px;
	margin: 0 0 15px 0;
	padding: 7px 5px 0 20px;
	background: url(img/common/h_footernavi.gif) no-repeat 0 0;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
}
.footerInfo p {
	padding: 0 10px;
}
#footerAside {
	width: 1000px;
	margin: 0 auto 30px auto;
	overflow: hidden;
}
#footerAsideL {
	width: 490px;
	float: left;
	overflow: hidden;
}
#footerAsideL li {
	margin: 0 5px 5px 0;
	float: left;
}
#footerFB {
	width: 490px;
	float: right;
}
#footerWrap {
	width: 100%;
	padding: 10px 0;
	background: #330000;
	overflow: hidden;
}
#footer {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#footerNavi {
	float: left;
}
#footerNavi li {
	margin: 0 20px 0 0;
	padding: 0 0 0 12px;
	float: left;
	background: url(img/common/icon_footernavi.gif) no-repeat 0 50%;
	font-size: 12px;
	color: #FFF;
	line-height: 1.4;
}
#footerNavi li a {
	color: #FFF;
	text-decoration: none;
}
#footerNavi li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#copyright {
	float: right;
	margin: 0;
	text-align: right;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
}

/* section
---------------------------------------------------------------------------- */
.secWrap {
	width: 730px;
	margin: 0 0 40px 0;
	overflow: hidden;
	text-align: left;
}
.col2 {
	width: 350px;
	margin: 0 5px 20px 5px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
}




/* MV
---------------------------------------------------------------------------- */
.mv_slider_wrap{
	width:1000px;
	margin:0 auto 60px;
	}
.mv_slider{
	width:1000px;
	margin:0 auto;
}

.slick-slide{
	width:440px!important;
	margin: 0 10px;
}
.slick-slide img{
	max-width: 100%;
	height: auto;
}
.slick-dots{
	bottom: -35px!important;
}
.mv_slider .slick-next,
.mv_slider .slick-prev{
    display: block;
    width: 260px;
    height: 100%;
    content: "";
    z-index: 10;
    background: rgba(255,255,255,0.5);
	transition: all  0.3s ease;
}
.mv_slider .slick-next:hover,
.mv_slider .slick-prev:hover,
.mv_slider .slick-next:focus,
.mv_slider .slick-prev:focus,
.mv_slider .slick-next:active,
.mv_slider .slick-prev:active{
    background: rgba(255,255,255,0.5);
}
.mv_slider .slick-next:hover,
.mv_slider .slick-prev:hover{
	opacity: 0.5;
}
.mv_slider .slick-next::before,
.mv_slider .slick-prev::before{
	display: none!important;
}
.mv_slider .slick-next{
    right: 0;
}
.mv_slider .slick-prev{
    left: 0;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  position: relative;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}



/* TOP
---------------------------------------------------------------------------- */
#mainBnrWrap {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#mainBnr {
	width: 772px;
	height: 250px;
	margin: 0;
	padding: 10px;
	background: url(img/top/mainbnr_bg.jpg) no-repeat 0 0;
	float: left;
	overflow: hidden;
}
#mainBnr a {
	display: block;
}
#mainBnrThumb {
	width: 192px;
	float: right;
}
#mainBnrThumb li {
	width: 186px;
	margin: 0 0 2px 0;
	padding: 3px;
	background: url(img/top/mainbnr_thumb_bg.jpg) no-repeat 0 0;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}

/* ui-tabs */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav .ui-tabs-selected a img {
    position: relative;
    z-index: 30;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
}
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.ttl_hotcate{
	width: 100%;
	margin-bottom:14px;
	border-left: 4px solid #49280D;
	padding: 4px 0 2px 8px;
    font-weight: bold;
    color: #200000;
    font-size: 15.5px;
    letter-spacing: 0.07rem;
}
.pickupArea01 {
	display: block;
	width: 729px;
	border-top: #AC9C6D 1px dotted;
	border-left: #AC9C6D 1px dotted;
	background: #FBFAF3;
	overflow: hidden;
	margin:0 auto 22px;
}
.pickupArea02 {
	display: table;
	width: 729px;
	border-left: #AC9C6D 1px dotted;
	background: #FBFAF3;
	overflow: hidden;
}
a.pickup {
	display: block;
	float: left;
	overflow: hidden;
	box-sizing:border-box;
	border-right: #AC9C6D 1px dotted;
	border-bottom: #AC9C6D 1px dotted;
	width: 243px;
	padding: 19px;
	text-decoration: none;
	color: #333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a.pickup:hover {
	background: #F1EED8;
	color: #333;
}
.pickupImage {
	text-align:center;
	margin: 0 0 10px 0;
}
.pickupIcon {
	text-align: left;
	margin: 0 0 5px 0;
}
h3.h_pickup {
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	color: #333;
	text-align: left;
}
.pickup p {
	font-size: 12px;
}

.newItemArea,
.reItemArea {
	width: 730px;
	text-align: left;
}
.newItem,
.reItem {
	width: 170px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 2px;
	vertical-align: top;
	text-align: center;
}
.newItem p,
.reItem p {
	margin: 0 0 10px 0;
	text-align: center;
}
.itemPrice {
	font-size: 15px;
	color: #556979;
	font-weight: bold;
}

.newsArea {
	width: 708px;
	height: 160px;
	padding: 10px;
	background: #FCFBF7;
	border: #DFDFDF 1px solid;
	overflow: auto;
}
.topic {
	width: 690px;
	margin: 0 0 10px 0;
	border-bottom: #CCC 1px dotted;
	text-align: left;
	overflow: hidden;
}
.topicContent p {
	margin: 0 0 10px 0;
}
.topicContent .news_subttl_area{
	float: left;
	margin: 0;
}
.topicDate {
	width: 80px;
	margin: 0 20px 0 0;
	float: left;
	font-size: 13px;
	color: #AC9C6D;
	line-height: 1.4;
	text-align: left;
}
.topicContent {
	width: 590px;
	float: left;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
}


.ranking4 {
	width: 150px;
	margin: 0 10px;
	text-align: center;
	float: left;
	vertical-align: top;
}
.rankingIcon {
	text-align: left;
	margin: 0 0 5px 0;
}
.rankingImage {
	text-align: center;
	margin: 0 0 5px 0;
}
.ranking4 p {
	margin: 0 0 10px 0;
	text-align: center;
}

.specialFeature {
	width: 660px;
	text-align: center;
	overflow: hidden;
	margin: 0 0 30px 35px;
}
.specialFeature li {
	width: 320px;
	margin: 0 5px;
}
.btnPrev {
	width: 20px;
	position: relative;
	margin: -110px 0 0 0;
	float: left;
	cursor: pointer;
}
.btnNext {
	width: 20px;
	position: relative;
	margin: -110px 0 0 0;
	float: right;
	cursor: pointer;
}

.osusumeLiberty {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 350px;
	height: 136px;
	margin: 0 5px 20px 5px;
	overflow: hidden;
	vertical-align: top;
}
.osusumeLiberty a {
	width: 330px;
	height: 116px;
	padding: 10px;
	display: block;
	background: url(img/top/bg_osusume_liberty_off.png) no-repeat 0 0;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.osusumeLiberty a:hover {
	background: url(img/top/bg_osusume_liberty_on.png) no-repeat 0 0;
	text-decoration: none;
	color: #333;
}
.osusumeLiberty p {
	font-size: 12px;
	line-height: 1.3;
}
.osusumeLibertyImage {
	float: left;
	margin: 0 10px 0 0;
}
.osusumeLibertyTitle {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 13px;
	line-height: 1.4;
	color: #333;
	text-align: left;
	font-weight: bold;
}
.osusumeEnglishTitle {
	font-size: 11px !important;
	color: #999;
	margin: 0 0 5px 0;
	line-height: 1.4;
}

.osusumeItem {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 170px;
	margin: 0 2px;
	text-align: center;
	vertical-align: top;
}
.osusumeItemImage {
	margin: 0 0 5px 0;
}
.osusumeItem a {
	display: block;
	width: 150px;
	margin: 0;
	padding: 40px 10px 10px 10px;
	text-align: center;
	background: url(img/top/bg_osusume_off.png) no-repeat 0 0;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.osusumeItem a:hover {
	text-decoration: none;
	background: url(img/top/bg_osusume_on.png) no-repeat 0 0;
	color: #333;
}
.osusumeItemTitle {
	font-size: 13px !important;
	text-align: center;
	line-height: 1.4;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}
.osusumeItem p {
	margin: 0 0 10px 0;
	text-align: center;
}
.secShopInfo{
	overflow: hidden;
}

.secShopInfo li {
	float: left;
	margin: 0 10px 10px 5px;
	background: #FFF;
	overflow: hidden;
}
.secShopInfo li img:hover{
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.realshopinfo_wrap{
   width: 690px;
   padding: 19px;
   margin: 10px auto 20px;
   border-radius: 2px;
   border: 1px solid #C2B38E;
   overflow: hidden;
   border-radius: 2px;
}
.realshopinfo_sec{
   overflow: hidden;
   padding-bottom: 20px;
   margin-bottom: 20px;
   background: url(img/top/top_shopinfo_line.jpg) no-repeat 0 bottom;
}
.realshopinfo_sec:last-child{
   background:none;
   padding-bottom: 0;
   margin-bottom: 0;
}
.realshopinfo_img{
   width: 270px;
}
.realshopinfo_txt{
   width: 402px;
}
.realshopinfo_left{
   float: left;
   margin-right: 16px;
}
.realshopinfo_right{
   float: right;
}
.realshopinfo_img p{
   margin: 0;
}

.realshopinfo_txt p{
   margin-bottom: 18px;
}
.realshopinfo_navi{
   width: 402px;
   overflow: hidden;
}
ul.realshopinfo_navi li.rs_col1{
    float: none;
    width: 100%;
    margin-right: 0;
}
ul.realshopinfo_navi li{
    float: left;
    margin-bottom: 10px;
    padding-left: 12px;
    background: url(img/common/icon_arrow.gif) no-repeat 0 50%;
    margin-right: 20px;
    line-height: 1.2;
}

.realshopinfo_l{
	width: 280px;
	float: left;
}
.realshopinfo_r{
	width: 426px;
	height: 63px;
	float: right;
	margin-right: 20px;
	padding-top: 130px;
	overflow: hidden;
	background: url(img/top/t_honten_bg.jpg) no-repeat 0 0;
}
.realshopinfo_r ul{
	width: 354px;
	margin-left: 20px;
	overflow: hidden;
}
.realshopinfo_r ul li{
	float: left;
	margin-bottom: 10px;
	padding-left: 12px;
	background: url(img/common/icon_arrow.gif) no-repeat 0 50%;
	margin-right: 20px;
	line-height: 1.2;
}
.realshopinfo_r ul li.rs_col1{
	float: none;
	width: 354px;
	margin-right: 0;
}

.galleryTop {
	width: 170px;
	float: left;
	margin: 0 5px 15px 5px;
}
.galleryTop a {
	display: block;
	width: 150px;
	padding: 9px;
	border: #AC9C6D 1px dotted;
	background: #FBFAF3;
	text-decoration: none;
	color: #333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.galleryTop a:hover {
	background: #F1EED8;
	color: #333;
}
.galleryThumbTop {
	padding: 0 0 8px 0;
	border-bottom: #AC9C6D 1px dotted;
	margin: 0 0 5px 0;
	text-align: center;
}
.galleryAuthorTop {
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 13px;
}
.galleryTitleTop {
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 13px;
	color: #AC9C6D;
	font-weight: bold;
}

.libertyCollection {
	width: 728px;
	border-top: #AC9C6D 1px solid;
	border-left: #AC9C6D 1px solid;
	border-right: #AC9C6D 1px solid;
	background: #FCFBF7;
}
.libertyCollectionInner {
	width: 728px;
	border-bottom: #AC9C6D 1px solid;
	overflow: hidden;
}
a.libertyCollectionLink {
	display: block;
	padding: 15px;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a.libertyCollectionLink:hover {
	background: #F1EED8;
	color: #333;
}
.libertyCollectionLink h3 {
	margin: 0 0 15px 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
}

.h_topgallery{
	width: 730px;
	margin: 0 auto 18px;
}
.topgallery_txt{
	font-size: 13px;
	text-align: center;
	color: #630;
	margin-bottom: 20px;
}
.gallerybottom{
	width: 730px;
	margin: 20px auto;
}
.gb_msg{
	padding-bottom: 18px;
	border-bottom: 2px dotted #663300;
	margin-bottom: 28px;
}
.gb_linarea{
	width: 730px;
	overflow: hidden;
}
.gb_linarea ul{
	text-align: center;
}
.gb_linarea li{
	width: 220px;
	float: left;
	margin:  0 15px 0 136px;
}
.gb_linarea li.gb_txtlink{
	padding-top: 20px;
	margin-left: 10px;
}
.gb_linarea li.gb_txtlink a{
	font-size: 13px;
	color: #300;
	text-decoration: underline;
}
.gb_linarea li.gb_txtlink a:hover{
	text-decoration: none;
}
#footerAsideL ul{
	overflow: hidden;
}
.f_insta_wrap{
	width: 465px;
	padding: 12px 10px 2px;
	background: #FFF;
}
.fh_insta{
	margin: 0 auto 12px;
	text-align: center;
}
#footerAsideL .f_instaimglist,
#footerAsideL .f_instaimglist ul{
	width: 462px;
	overflow: hidden;
	margin: 0 auto;
}
#footerAsideL .f_instaimglist li{
	width: 108px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#footerAsideL .f_instaimglist li:nth-child(4n){
	 margin-right: 0;
}

#footerAsideL .f_instaimglist li:hover{
	opacity: 0.6;
}

/* エピソード
------------------------------------------*/
.episodeList {
	width: 730px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: #AC9C6D 3px dotted;
	overflow: hidden;
}
.episodeThumb {
	width: 280px;
	margin: 0;
	padding: 9px;
	border: #AC9C6D 1px dotted;
	background: #FFF;
	float: left;
}
.episodeExcerpt {
	width: 400px;
	float: right;
}
.episodePenNameArea {
	margin: 0 0 15px 0;
	fonr-size: 13px;
	margin: 0 0 15px 0;
	line-height: 1.4;
}
.episodePenName {
	color: #B8665F;
	font-weight: bold;
	font-size: 15px;
}

/* 声
------------------------------------------*/
.voiceList {
	width: 320px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 5px 10px 5px;
	padding: 14px;
	border: #AC9C6D 1px dotted;
	background: #FCFBF7;
	vertical-align: top;
}
.customerVoice {
	margin: 0 0 15px 0;
	padding: 0 0 2px 0;
	border-bottom: #AC9C6D 1px dotted;
}
.voiceHead {
	text-align: left;
	margin: 0 0 10px 0;
}
.voiceDate {
	text-align: right;
	font-size: 12px;
	color: #999;
}


/* マニア
------------------------------------------*/
.maniaList {
	width: 730px;
	overflow: hidden;
}
.maniaThumb {
	width: 280px;
	margin: 0;
	padding: 9px;
	border: #AC9C6D 1px dotted;
	background: #FFF;
	float: left;
}
.maniaExcerpt {
	width: 400px;
	float: right;
}

.maniaPostArea {
	width: 700px;
	margin: 0 0 50px 0;;
	padding: 15px;
	background: #FCFBF7;
	overflow: hidden;
}
.maniaPostArea h2 {
	width: 630px;
	height: 27px;
	margin: 0 0 15px 0;
	padding: 8px 0 0 70px;
	background: url(img/common/h_button.gif) no-repeat 0 0;
	border: none;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #330000;
	line-height: 1.4;
}

.maniaPostArea h3.mania_ttl01 {
	width: 630px;
	height: 27px;
	margin: 0 0 15px 0;
	padding: 8px 0 0 70px;
	background: url(img/common/h_button.gif) no-repeat 0 0;
	border: none;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #330000;
	line-height: 1.4;
}

.maniaPostArea ul,
.maniaPostArea ul li {
     list-style: disc;
     list-style-type: disc;
}
.maniaPostArea ul {
    margin: 0 0 14px 20px;
}
.maniaPostArea ul li{
    line-height: 1.4;
    margin: 0 0 4px 0;
}
.text {
	overflow: hidden;
	margin: 0 0 20px 0;
}
.floatL300 {
	width: 300px;
	float: left;
}
.floatR300 {
	width: 300px;
	float: right;
}
.floatL340 {
	width: 340px;
	float: left;
}
.floatR340 {
	width: 340px;
	float: right;
}
.floatR380 {
	width: 380px;
	float: right;
}

.AtendArea{
	width: 700px;
	margin: 0 0 20px 0;;
	padding: 15px;
	background: #FCFBF7;
	overflow: hidden;
}
.AtendArea h3 {
	width: 630px;
	height: 27px;
	margin: 0 0 15px 0;
	padding: 8px 0 0 70px;
	background: url(img/common/h_button.gif) no-repeat 0 0;
	border: none;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #330000;
	line-height: 1.4;
}

.AtendArea_wrap{
	overflow: hidden;
}

.Atend_l396{
	width: 396px;
	float: left;
}

.Atend_r280{
	width: 280px;
	float: right;
}



/* ギャラリー
------------------------------------------*/
.galleryList {
	width: 170px;
	float: left;
	margin: 0 5px 15px 5px;
}
.galleryList a {
	display: block;
	width: 150px;
	padding: 9px;
	border: #AC9C6D 1px dotted;
	background: #FBFAF3;
	text-decoration: none;
	color: #333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.galleryList a:hover {
	background: #F1EED8;
	color: #333;
}
.galleryListThumb {
	padding: 0 0 8px 0;
	border-bottom: #AC9C6D 1px dotted;
	margin: 0 0 5px 0;
	text-align: center;
}
.galleryListAuthor {
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 13px;
}
.galleryListTitle {
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 13px;
	color: #AC9C6D;
	font-weight: bold;
}

.galleryHead {
	margin: 0 0 10px 0;
	text-align: left;
}
.galleryAuthor,
.galleryURL,
.galleryComment,
.galleryMerci {
	margin: 0 0 10px 0;
	text-align: left;
	overflow: hidden;
}

.entryNavi {
	margin: 20px auto 0 auto;
	padding: 10px 0 0 0;
	border-top: #AC9C6D 1px dotted;
	overflow: hidden;
}
.backtoGallery {
	margin: 0 auto 15px auto;
	line-height: 1.4;
	text-align: center;
}
.nextGallery {
	display: block;
	float: left;
	line-height: 1.4;
	text-align: left;
}
.prevGallery {
	display: block;
	float: right;
	line-height: 1.4;
	text-align: right;
}

/* 投稿フォーム
------------------------------------------*/
.postFormTable {
	width: 730px;
	border-collapse: collapse;
	background: #FFF;
}
.postFormTable th {
	padding: 15px;
	width: 220px;
	border-bottom: #DDD 1px dotted;
	background: #FFF;
	line-height: 1.4;
	text-align: right;
	font-size: 13px;
	font-weight: normal;
}
.postFormTable td {
	padding: 15px;
	border-bottom: #DDD 1px dotted;
	background: #FFF;
	line-height: 1.4;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
}
.must {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding: 3px 5px;
	line-height: 1.2;
	font-size: 11px;
	color: #FFF;
	background: #B8665F;
	float: left;
}
.postBtn {
	display: block;
	width: 184px;
	height: 47px;
	margin: 20px auto;
	padding: 0;
	border: none;
	text-indent: -9999px;
	text-align: center;
	overflow: hidden;
	background: url(img/common/btn_post_off.gif) no-repeat 0 0;
	cursor: pointer;
}
.postBtn:hover {
	background: url(img/common/btn_post_on.gif) no-repeat 0 0;
}

.wpcf7-mail-sent-ok {
	font-size: 18px !important;
	color: #CC0000 !important;
	font-weight: bold !important;
	line-height: 1.4 !important;
}
.postFormTable textarea {
	width: 400px;
}

/* SNS
------------------------------------------*/
.socialBtnArea {
	margin: 0 0 10px 0;
	text-align: right;
}


.wp-pagenavi {
	clear: both;
	margin: 0 auto 30px auto;
	overflow: hidden;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: block;
	float:left;
	padding:0 10px !important;
	line-height:34px;
	text-decoration:none;
	border:none !important;
	background: #330000;
	color: #FFF;
}
.wp-pagenavi a:hover {
	background: #663333;
}

.wp-pagenavi .pages {
}
.wp-pagenavi .current {
	color: #FFF;
	background-color:#CC0000;
}

.post-navi {
	clear: both;
	margin: 20px auto;
	text-align: center;
	overflow: hidden;
}
.post-navi a {
	display: block;
	line-height: 1.4;
}
.post-prev {
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	border-right: #E3DDC8 1px solid;
}
.post-next {
	float: right;
	margin: 0;
	padding: 0 0 0 20px;
	border-left: #E3DDC8 1px solid;
}
.post-list {
	display: inline !important;
}

.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
.mt40 {
	margin-top:40px;
}
.mt16 {
	margin-top:16px;
}
.mb12{
	margin-bottom:12px;
}
.ml20 {
	margin-left:20px;
}
.ml30 {
	margin-left:30px;
}
.mr20 {
	margin-right:20px;
}
.mr30 {
	margin-right:30px;
}
.mb0 {
	margin-bottom:0px!important;
}
.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}
.pd15 {
	padding: 15px;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.red {
	color: #CC0000;
}
.lightbrown {
	color: #AA7124;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}

.right {
	text-align: right;
}


/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 0 60px 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FFF;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	top: 20px;
	left: -30px;
	background: url(img/gnavi/btn_prev02.gif) no-repeat 0 0;
}
.bx-wrapper .bx-next {
	top: 20px;
	right: -30px;
	background: url(img/gnavi/btn_next02.gif) no-repeat 0 0;
}
.bx-wrapper .bx-prev:hover {
}
.bx-wrapper .bx-next:hover {
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	width: 15px;
	height: 40px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.recipeimgArea {
width: 700px;
margin: 0 0 35px 0;
padding: 15px;
background: #FCFBF7;
overflow: hidden;
text-align: center;
}

.recipe_subimg{
	overflow: hidden;
	margin-top:30px;
	text-align: left;
}
.recipeimg01{
width: 700px;
text-align: center;

}

.recipeimg02{
	width:335px;
	float: left;
}

.recipeimg03{
	width:335px;
	float: right;
}

.mt30{
	margin-top: 30px;
}

.fs14{
	font-size:14px;
}

.mb20{
	margin-bottom: 20px;
}

.item_link_area{
	line-height: 170%;
}

.item_link_area ul li{
	margin-bottom:14px;
}

.recipeListTitle{
	margin: 12px 0 5px 0;
	text-align: left;
	font-size: 13px;
	color: #AC9C6D;
	font-weight: bold;
}

.recipeListThumb {
	padding: 0 0 3px 0;
	margin: 0 0 5px 0;
	text-align: center;
}

.recipeListcate {
	padding: 0 0 5px 0;
	border-bottom: #AC9C6D 1px dotted;
	margin: 0 0 5px 0;
	text-align: left;
	overflow: hidden;
}

li.bgorange{
	float: left;
	padding: 5px 10px 3px 10px;
	background-color: #D18F2E;
	border-color: #D18F2E;
	border-radius: 10px;
	-webkit-border-radius: 10px;	/* Safari,Google Chromeç”¨ */
	-moz-border-radius: 10px;
	color: #FFF;
	font-size: 11px;
	margin-bottom:3px;
	margin-right: 4px;
}

.recipeListcate li.new{
	float: left;
	padding: 5px 10px 3px 10px;
	background-color: #BD6261;
	border-color: #BD6261;
	border-radius: 10px;
	-webkit-border-radius: 10px;	/* Safari,Google Chromeç”¨ */
	-moz-border-radius: 10px;
	color: #FFF;
	font-size: 11px;
		margin-bottom:3px;
			margin-right: 4px;
}

li.bggreen{
	float: left;
	padding: 5px 10px 3px 10px;
	background-color: #577700;
	border-color: #577700;
	border-radius: 10px;
	-webkit-border-radius: 10px;	/* Safari,Google Chromeç”¨ */
	-moz-border-radius: 10px;
	color: #FFF;
	font-size: 11px;
		margin-bottom:3px;
			margin-right: 4px;
}

.col3Wrap{
	width:730px;
	height: 45px;
	overflow: hidden;
	text-align: center;
}

.col3Wrap ul{
	width:710px;
	height: 70px;
	display: inline-block;
	text-align: center;
}
.center{
	text-align: center;
}
li.col3{
	width:230px;
	height: 45px;
	display: inline-block;
	text-align: center;
}

.h3_search{
	margin: 0 auto 20px;
	background: none;
	padding: 0;
}
.h4_01{
	width: 215px;
	margin: 0 0 10px 0;
}

.searcharea{
	width: 630px;
	margin: 20px auto 34px;
}

.searchwrap{
	width: 574px;
	overflow: hidden;
	padding: 14px 28px 0;
	margin: 10px auto 0;
}

.search_col2{
	width:215px;
	float:left;
}

.search_btn{
	width: 95px;
	float:left;
	margin-top: 25px;
}

.searchwrap{
	background-color: #FAF5EF;
	border: #E4DDCD 1px solid;
		border-radius: 10px;
	-webkit-border-radius: 10px;	/* Safari,Google Chrome */
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px 3px #E3DCCC;
	-moz-box-shadow: 0px 0px 5px 3px #E3DCCC;
	 box-shadow: 0px 0px 5px 3px #E3DCCC;
}


/* ペーパー
------------------------------------------*/

.paper_area{
background: url(https://www.merci-fabric.co.jp/img/2014finalsale/bg.jpg);
text-align: center;
width: 680px;
padding: 25px;
}

.paper_area p{
width: 680px;
}

.paper_area h3{
width: 680px;
	text-align: left;
	margin-bottom:20px;
}

.w_paper_area{
	width: 630px;
padding: 45px 25px 25px 25px;
	background: url(https://www.merci-fabric.co.jp/img/merci_honten/detail_bg.jpg);
	text-align: left;

}
.w_paper_f_wrap{
	overflow: hidden;
	width: 630px;
	margin-bottom:10px;
}
.w_paper_img_area{
	float: right;
	width: 410px;
}
.w_paper_left_area{
	float: right;
	width: 220px;
}



.w_paper_area h3{
	width: 630px;
	margin-bottom:20px;
}

.w_paper_area h4{
	width: 630px;
	margin: 14px 0 6px 0;
}

.w_paper_area .w_paper_left_area h4{
	width: 220px;
	margin: 14px 0 6px 0;
}
.w_paper_left_area a{
font-size:11px;
}

.w_paper_area p{
	width: 630px;
}

.honten_timeTable02 table{
	width: 628px;
	margin: 16px auto 28px;
	border-collapse: collapse;
	border: #CCC 1px solid;
}
.honten_timeTable02 table th {
	width:86px;
	border: #CCC 1px solid;
	background: #F6F6F6;
	padding: 12px 4px;
	line-height: 1.4;
	font-weight: bold;
	font-size:11px;
	text-align: center;

}
.honten_timeTable02 table td {
	width:86px;
	border: #CCC 1px solid;
	padding: 12px 4px;
	background: #FFF;
	text-align: center;
	line-height: 1.4;
	font-size:11px;
	text-align: center;
}

.honten_timeTable02 table td.holiday_bg{
 background-color:#FAE5E5;
}

/* セレクト
------------------------------------------*/
.select_navi_area:after,
.item_list_area:after {
	content: "";
	display: block;
	clear: both;
}


.h2_arrival{
	width: 640px;
	height: 47px;
	margin: 0 0 15px 0;
	padding: 70px 10px 0 80px;
	background: url(https://www.merci-fabric.co.jp/secure/shop/item/merci/design/img01/ttl_item_all.jpg) no-repeat 0 0;
	border: none;
	line-height: 1.4;
	text-align: left;
	font-size: 16px;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W6","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
.select_navi_area{
	width: 728px;
	height: 92px;
	margin: 0 auto 14px;
	border: 1px dotted #AD9D6F;
			border-radius: 5px;		/* CSS3? */
		-webkit-border-radius: 5px;	/* Safari,Google Chrome */
		-moz-border-radius: 5px;
	text-align:left;
	 background-color:#FFF;
	 overflow: hidden;
}

.item_list_area{
	width: 730px;
}

ul.select_navi{
width:590px;
float:right;
margin:24px auto 0;
padding:0px;
}

ul.select_navi li{
float:left;
margin-left:15px;
}
.arrival_col{
	width: 158px;
	border-radius: 4px;		/* CSS3? */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome */
	-moz-border-radius: 4px;
	border: 1px dotted #AC9C6E;
	text-align: center;
	margin-right:22px;
	margin-bottom:22px;
	float:left;
	 background-color:#FBFAF3;
}
.arriveitem_info{
	width: 130px;
	padding: 14px 14px 0px;
	margin: 0 auto;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W6","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
.arriveitem_info p{
	margin-bottom:0px;
}
.newItem a img,
.reItem a img{
	border-radius: 65px;		/* CSS3? */
	-webkit-border-radius: 65px;	/* Safari,Google Chrome */
	-moz-border-radius: 65px;
	-webkit-transition: border-radius 0.1s ease-in;
}

.newItem a:hover img,
.reItem a:hover img{
	border-radius: 4px;		/* CSS3? */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome */
	-moz-border-radius: 4px;
}

.arriveitem_info p.image_area{
	text-align: center;
	margin-bottom: 14px;
}

.arriveitem_info p.image_area img{
	border-radius: 65px;		/* CSS3? */
	-webkit-border-radius: 65px;	/* Safari,Google Chrome */
	-moz-border-radius: 65px;
	-webkit-transition: border-radius 0.1s ease-in;
	}

.arrival_col:hover p.image_area img{
	border-radius: 4px;		/* CSS3? */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome */
	-moz-border-radius: 4px;
	}

.arriveitem_info p.item_text{
	text-align: center;
	margin-bottom: 3px;
	line-height:1.4;
}
.arriveitem_info p.price_text{
	text-align: center;
	margin-bottom: 10px;
}
.arriveitem_info p.price_text span{
	font-weight: bold;
}
.arrival_col .item_type{
	width: 158x;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W6","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}

.arrival_col .rearrive{
background: #9DB272 url(https://www.merci-fabric.co.jp/secure/shop/item/merci/design/img01/type_bg_green.jpg) no-repeat 0 0;
}

.arrival_col .newarrive{
background: #C27C75 url(https://www.merci-fabric.co.jp/secure/shop/item/merci/design/img01/type_bg_pink.jpg) no-repeat 0 0;
}

.mr0{
margin-right:0px;
}
.ahover_opa a:hover{
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.top_bnrarea_left{
	float:left;
	width:355px;
}
.top_bnrarea_right{
	float:right;
	width:355px;
}
.top_bnrarea_left a:hover,
.top_bnrarea_right a:hover{
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

/*
------------------------------------------*/

.h4_img{
	margin:0 auto 10px;
	padding:0;
}

.col2_wrap{
	overflow: hidden;
	marign:0;
	padding:0;
}

.col2_dotborder {
	width: 315px;
	height:490px;
	padding:20px 19px 0px;
	margin: 5px 5px 10px 0;
	border: 1px dotted #958555;
	background-color: #FFF;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
}


.secWrap_sp {
  width: 100%;
  margin: 0 0 20px 0;
  overflow: hidden;
  text-align: left;
}

.CrossHead_hight2 {
  width: 670px;
  height: 63px;
  margin: 0 0 15px 0;
  padding: 22px 20px 0 40px;
  background: url(http://merci-fabric.co.jp/img/campaign/ttl_h2_01.png) no-repeat 0 0;
  border: none;
  line-height: 1.4;
  text-align: left;
  font-size: 16px;
  color: #330000;
}

.paper_bg{
  background: url(http://merci-fabric.co.jp/img/campaign/paper_bg.jpg) repeat 0 0;
}
.sec_inner_p25{
  width: 680px;
  padding:5px 25px 0 25px;
  overflow: hidden;
  margin-bottom:20px;
}
.col330{
  float: left;
  width: 330px;
  margin-right: 20px;
  text-align: center;
}
.col330_sp{
  width: 100%;
  text-align: left;
}
.col330 img,
.event_item_name,
.event_item_price{
  margin-bottom:20px;
}
.event_item_name a{
  text-decoration: underline;
}
.event_item_name a:hover{
  text-decoration: none;
}
.event_item_price .num{
  color: #0099CC;
  font-size: 16px;
  font-weight: bold;
}

.bg_staff_comment{
	width:530px;
	color:#663300;
	font-size:13px;
	padding-top:150px;
	padding-left:10px;
	background: url(http://merci-fabric.co.jp/img/campaign/botanical/bg_staff_comment.jpg) no-repeat 0 0;
}


.dot_under_line{
    background: url(http://merci-fabric.co.jp/img/campaign/dot_under_line.png) repeat-x 0 bottom;
}
.col_wrap{
  overflow: hidden;
  margin-bottom: 20px;
}

.event_recipe_ttl{
width: 660px;
height:26px;
padding:24px 0 0 20px;
background: url(http://merci-fabric.co.jp/img/campaign/non_sew/event_recipe_ttl.jpg) no-repeat 0 0;
color: #B8665F;
font-size: 18px;
font-weight: bold;
}
.event_recipe_ttl img{
  vertical-align: middle;
}

.mr18{
  margin-right: 18px;
}

.sec_white{
  width: 640px;
  padding: 20px;
  background-color: #fff;
}
.img_2col{
  width: 345px;
  margin:20px 10px 0;
  float: left;
  text-align: center;
}
.img_2col_365{
  width: 365px;
  margin:20px 0 0;
  float: left;
  text-align: center;
}
.fl332{
width: 332px;
float: left;
}

.bold{
font-weight:bold;
}

.fr288{
  width: 288px;
  float: right;
}

#u_0_6{
	display:none;
}

.pattern_form_wrap{
	width: 674px;
	margin: 60px auto 30px;
	background-color: #FFF;
	border: 1px dotted #A7896C;
}
.pattern_form{
	padding: 20px 20px 0;
}
.pattern_form_wrap .h2_img{
	margin: 0;
	padding: 0;
	text-align: left;
	background: none;
}

.patternFormTable {
	width: 634px;
	border-collapse: collapse;
	background: #FFF;
}
.patternFormTable th {
	padding: 15px;
	width: 180px;
	border-bottom: #DDD 1px dotted;
	background: #FFF;
	line-height: 1.4;
	text-align: right;
	font-size: 13px;
	font-weight: normal;
}
.patternFormTable td {
	padding: 15px;
	border-bottom: #DDD 1px dotted;
	background: #FFF;
	line-height: 1.4;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
}

.position_r{
position: relative;
}


.h_subttl01 {
    position: absolute;
    top: 0;
    left: 110px;
    font-size: 13px;
}

.h_subttl02 {
    position: absolute;
    top: 4px;
    left: 255px;
    font-size: 13px;
}
.pickup_item_wrap{
	width: 730px;
	padding: 6px 0;
	background-color: #FBFAF3;
	border-radius: 3px;		/* CSS3? */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome */
	-moz-border-radius: 3px;
	/* box-shadow */
box-shadow:rgba(120, 84, 55, 0.4) 0px 0px 2px 0px;
-webkit-box-shadow:rgba(120, 84, 55, 0.4) 0px 0px 2px 0px;
-moz-box-shadow:rgba(120, 84, 55, 0.4) 0px 0px 2px 0px;
}
.pickup_item_wrap table{
	width: 718px;
	margin: 0 auto;
	border-radius: 3px;		/* CSS3? */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome */
	-moz-border-radius: 3px;
	border: #76573F 1px solid;
	border-collapse: collapse;
}
.pickup_item_wrap table tr{
	border-bottom: #AE8C6B 1px dotted;
}
.pickup_item_wrap table tr:nth-child(2){
	border-bottom: none;
}
.pickup_item_wrap table tr:last-child,
.pickup_item_wrap table td:last-child{
	border-bottom: none;
	border-right: none;
}
.pickup_item_wrap table td{
	width: 140px;
	text-align: center;
	padding: 10px 0;
	border-right: #AE8C6B 1px dotted;
}
.pickup_item_wrap table td:hover{
	background-color: #F5F3E4;
}
.pickup_item_wrap table img{
	width: 126px;
	height: auto;
	margin: 0 auto;
}
.pickup_item_bnrarea{
	text-align: center;
	height: 43px;
	margin: 6px auto 0;
	padding:8px 0 16px;
}


/* post_mania/mensshirts_160325
------------------------------------------*/
.sec {
	margin: 0 auto 30px;
}
.sec:after {
	content: '';
	display: block;
	clear: both;
}
#mania_mens_shirts p {
	line-height: 1.6;
	margin: 0 0 30px;
}
#mania_mens_shirts .sec {
	width: 690px;
	margin: 0 auto 30px;
}
#mania_mens_shirts div.sec:first-child {
	margin: 15px auto 30px;
}
#mania_mens_shirts .sec > *:last-child,
#mania_mens_shirts .sec > *:last-child > *:last-child,
#mania_mens_shirts .sec > *:last-child > *:last-child > *:last-child {
	margin-bottom: 0;
}
#mania_mens_shirts .sec p > *:last-child,
#mania_mens_shirts .sec p > *:last-child > *:last-child,
#mania_mens_shirts .sec p > *:last-child > *:last-child > *:last-child {
	margin-bottom: 0;
}
.h4_02 {
	color: #577700;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	line-height: 1.5;
	margin: 0 0 10px;
}
.h2_03 {
	width: 730px;
	color: #330000;
	font-size: 18px;
	font-weight: bold;
	background: url(https://www.merci-fabric.co.jp/img/common/h2_03.png) no-repeat 0 0;
	text-align: center;
	line-height: 1.2;
	padding: 65px 0 0px 0;
	margin: 0 0 20px;
}
.caption {
	font-size: 12px;
	text-align: center;
	padding: 10px 0 0;
	margin: 0;
}
.ms_col3_wrap {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 20px;
	margin: -20px 0 0 -20px;
}
.ms_col3_box {
	display: table-cell;
}
.ms_col3_box img {
	margin: 0 auto 10px;
}
.ms_col3_box p {
	font-size: 14px;
}
.ms_staff_area {
	display: table;
}
.ms_staff_box {
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
}
.ms_staff_box img {
	vertical-align: middle;
}
.ms_staff_box p {
	vertical-align: middle;
	margin-bottom: 0;
}
.ms_staff_box:first-child {
	border-right: dotted 1px #330000;
}
.w275 {
	width: 275px;
}
.w295 {
	width: 295px;
}
.w300 {
	width: 300px;
}
.w375 {
	width: 375px;
}
.w395 {
	width: 395px;
}
.w400 {
	width: 400px;
}
.brown {
	color: #330000;
}
.font_15 {
	font-size: 15px;
}
.mt15 {
	margin-top: 15px;
}


/* 追加分 */
.maina_cateatea{
	width: 400px;
	overflow: hidden;
}
.maina_cateatea ul{
	width: 400px;
	margin: 0 0 20px 0;
}
.maina_cateatea ul li{
	padding: 4px 14px;
	background-color: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin-left:10px;
	color: #512700;
	float: right;
}

.maina_catelist_wrap{
	width: 730px;
	margin: 20px auto 30px;
	overflow: hidden;
}
.maina_catelist_wrap a{
	text-decoration: none;
}
.maina_catelist_wrap02{
	width: 730px;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.maina_catelist,
.maina_catelist02{
	width: 230px;
	float: left;
	margin: 0;
		-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.maina_catelist02{
	margin: 0 20px 0;
}
.maina_catelist:hover,
.maina_catelist02:hover{
	opacity:0.5;
}

.maina_catelist:hover .title_maniacate,
.maina_catelist02:hover .title_maniacate{
	opacity:1;
}

.maina_catelist .thumb_img,
.maina_catelist02 .thumb_img{
	width: 214px;
	border:1px dotted #555;
	background: #FFF;
	margin: 0 auto 10px;
	text-align: center;
	padding: 7px;
}
.title_maniacate{
	width: 230px;
	margin: 10px auto 0;
	color: #300;
	font-size: 14px;

}
.btn_maniacate{
	width: 230px;
	text-align: center;
	margin-top: 8px;
}


.h3_02_stage {
    width: 640px;
    height: 55px;
    margin: 0 0 15px 0;
    padding: 0px 10px 0 80px;
    background: #330000 url(img/common/h_02_02.gif) no-repeat 0 50%;
    border: none;
    line-height: 1.4;
    text-align: left;
    font-size: 16px;
    color: #FFF;
    vertical-align: middle;
    display: table-cell;
    }

.maniaList{
	margin-top: 20px;
}

.maina_catelist_wrap .aligncenter{
	display: block;
    margin: 0 auto;

}

.mania2016aw{
	width: 642px;
    height: 32px;
    font-size: 19px;
    font-weight: bold;
    color: #452207;
    padding: 14px 0 0 58px;
    margin: 10px 0 14px;
    text-align: left;
    background: url(img/mania/mania2016aw_bg.jpg) no-repeat 0 0;
}

.mania2017aw{
    width: 585px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding: 14px 53px 6px 62px;
    min-height: 36px;
    margin: 4px 0 12px;
    text-align: left;
    background: url(https://www.merci-fabric.co.jp/wordpress/wp-content/themes/merci/img/mania/mania2017aw_bg.jpg) no-repeat 0 bottom;
    line-height: 1.5;
}

.mania2017ss{
	width: 576px;
    height: 46px;
    font-size: 15px;
    font-weight: bold;
    color: #564838;
    padding: 12px 118px 0 6px;
    margin: 4px 0 12px;
    text-align: left;
    line-height:1.5;
    background: url(img/mania/mania2017ss_bg.jpg) no-repeat 0 0;
}

.mania2012aw{
	width: 658px;
    height: 32px;
    font-size: 17px;
    font-weight: bold;
    color: #564838;
    padding: 16px 0 0 42px;
    margin: 4px 0 12px;
    text-align: left;
    line-height:1.2;
    color:#412E1F;
    font-weight:bold;
    background: url(img/mania/ttl_mania2012aw.jpg) no-repeat 0 0;
}

.mania2016ss{
	width: 688px;
    height: 48px;
    font-size: 17px;
    font-weight: bold;
    color: #564838;
    padding: 10px 0 0 12px;
    margin: 4px 0 12px;
    text-align: left;
    line-height:1.2;
    color:#412E1F;
    font-weight:bold;
    background: url(img/mania/ttl_mania2016ss.jpg) no-repeat 0 0;
}
.mania2018ss{
	width: 692px;
    height: 33px;
    font-size: 15px;
    font-weight: bold;
    color: #663300;
    padding: 16px 0 0 8px;
    margin: 2px 0 14px;
    text-align: left;
    line-height: 1.5;
    background: url(img/mania/mania2018ss_bg.jpg) no-repeat 0 0;
}
.maniaPostArea h3.cloth_introduct_ttl{
	width: 670px;
	background: url(img/mania/line_icon.jpg) no-repeat center top;
	padding-top: 74px;
	margin: 0 auto 14px;
	font-size: 19.5px;
	color: #58432C;
	padding-bottom:10px;
	border-bottom: #AF9A7F 2px solid;
	text-align: center;
	font-weight: bold;
}

.maniaPostArea h3.cloth_introduct_ttl_first{
	width: 670px;
	margin: 30px auto 14px;
	font-size: 19.5px;
	color: #58432C;
	padding-bottom:10px;
	border-bottom: #AF9A7F 2px solid;
	text-align: center;
	font-weight: bold;
}

.maniaPostArea h2.h2_cloth_mainttl{
	background: none;
    height: auto;
    padding:0px;
    width: auto;
    color: #577700;
    font-size: 16.5px;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
    margin: 0 0 14px;
    background: none;
    height: auto;
}
.maniaPostArea h2.h2_cloth_mainttl span.h2_cloth_subttl{
	display: inline-block;
    color: #577700;
    font-size: 14.5px;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
    margin: 6px 0 4px;
}



.mania_tile03{
	margin-bottom: 20px;
}

.pt58{
	padding-top: 58px!important;
}

.h_fix_area_wrap{
	width:100%;
	background-color:#911A1C;
	height:48px;
	padding-top:10px;
	overflow:hidden;
	position:fixed;
	z-index:999999;
}
.h_fix_area_wrap_img{
	width:100%;
	background-color:#911A1C;
	height:60px;
	overflow:hidden;
	position:fixed;
	z-index:999999;
}
.h_fix_area{
	width:1000px;
	margin:0 auto;
}
.h_fix_left{
	float:left;
}
.h_fix_right{
	float:right;
	padding-top:8px;
}
.h_fix_right a img{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.h_fix_right a:hover img{
	opacity:0.6;
}

.maniaPostArea .float_L{
	float:left;
	margin-right:10px;
}
.maniaPostArea .float_R{
	float:right;
	margin-left:10px;
	}



.rec_pnavi_wrap{
	margin-bottom: 50px;
}
.rec_pnavi_wrap,
.rec_pnavi_wrap ul{
	width: 730px;
	overflow: hidden;
}

.rec_pnavi_wrap ul li{
	float: left;
	margin-right: 16px;
}

.rec_pnavi_wrap ul li a{
	padding: 11px 12px;
	background-color:#FBFAF5;
	border:#663300 1px solid;
	display:block;
	text-decoration: none;
      border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.rec_pnavi_wrap ul li a span{
	background: url(img/common/icon_arrow_down.gif) 0 50% no-repeat;
	padding-left:14px;
}
.rec_pnavi_wrap ul li a:hover{
	opacity: 0.5;
}

.rec_mainarea_wrap{
	width: 730px;
	overflow: hidden;
}

.rec_secwrap{
	width: 688px;
	padding: 20px;
	background-color: #FBFAF5;
	border: solid 1px #CDBF9F;
	border-top: solid 4px #330000;
	overflow: hidden;
	margin-bottom: 30px;
}

.storetype_list,
.storetype_list ul{
	width: 688px;
	overflow: hidden;
}

.storetype_list ul{
	margin-bottom: 10px;
}
.storetype_list ul li{
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 4px 10px 2px;
	background: #D18F2E url(img/common/storetype_list_bg.gif) repeat;
      border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin: 0 10px 10px 0;
}

.storetype_list ul li a{
	color:#FFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding:2px 7px 3px;
	display: block;
}

.rec_mainarea{
	width: 688px;
	overflow: hidden;
}

.rec_mainarea h3.rec_ttl{
	width: 688px;
	overflow: hidden;
	color: #300;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 16px;
	border-bottom: dotted 1px #663300;
	margin-bottom: 20px;
	line-height:1.4;
}
.rec_textarea{
	overflow: hidden;
	margin-bottom: 20px;
}

.rec_textarea p{
	color: #300;
	font-size: 14px;
	margin-bottom: 10px;
}

.rec_detail p{
	color: #300;
	font-size: 14px;
}

.rec_imgarea{
	overflow: hidden;
}

.rec_imgarea{
	margin-bottom: 50px;
}

.rec_detail{
	overflow: hidden;
	margin-bottom: 40px;
}

.rec_detail h4{
	width: 674px;
	height: 28px;
	padding-left: 14px;
	padding-top: 13px;
	border-left:#330000 3px solid;
	color: #300;
	font-size: 17px;
	font-weight: bold;
	background-color: #E5DDCA;
	margin-bottom: 15px;
}

.rec_tr_wrap{
	display: table;
	border-bottom:#C8B68C 1px solid;
	width: 100%;
}

.rec_th,
.rec_td{
    display: table-cell;
	vertical-align: middle;
}

.rec_th{
	width: 130px;
	padding:10px;
	background-color: #E9E3D3;
}
.rec_th p{
	text-align: center;
	margin: 0;
	color: #300;
}
.rec_td{
	padding: 16px 20px;
}
.rec_td p{
	margin: 0;
	color: #300;
}

.rec_contactarea{
	width: 634px;
	border:#E9E3D3 7px solid;
	overflow: hidden;
	padding: 22px 20px 18px;
}

.rec_contactarea h4{
	font-size: 17.5px;
	font-weight: bold;
	color: #300;
	margin-bottom: 10px;
	line-height: 1.4;
}
.rec_contactarea p{
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0;
}
.recipe_dlbtn_area{
	overflow:hidden;
	text-align:center;
	margin:30px auto 10px;
}

#insta_images01,
#insta_images02,
#insta_images03,
#insta_images04{
	overflow: hidden;
}
.osusume_col2{
	width:730px;
	margin:0 auto 10px;
	padding: 0;
	overflow: hidden;
}
.osusume_col2 li{
	width: 350px;
	text-align: center;
	float: left;
	text-align: center;
	margin: 0 0 14px 0;
}
.osusume_col2 li:nth-child(2n){
	margin-left: 20px;
}
.osusume_col2 li img{
	max-width: 100%;
	height: auto;
}
.gnavi_float{
	margin: 18px auto 0;
	overflow: hidden;
	}
.gnavi_float a{
	display: block;
	width: 100%;
    height: 40px;
    line-height: 40px;
	background-image: url(https://www.merci-fabric.co.jp/secure/sp/img/menu_icon_arrow01.png);
    font-size: 97%;
    color: #fff;
    background-color: #5C4537;
}

.head_newsbnr{
	/* display:none; */
}
.top_newswrap a:link,
.top_newswrap a:visited,
.top_newswrap a:active {
    text-decoration: underline;
    color: #330000;
}

.top_newswrap a:hover {
   color:#CC0000;
   text-decoration: none;
}

.sp_only{
	display:none;
}

.mania_txt{
   text-align: center;
}





/** 詳細検索
===================================*/
.search_area{
	width: 100%;
  margin: 20px auto 26px;
  overflow: hidden;
}
.keyword_form {
  float: left;
  width: 100%;
  position: relative;
}
.keyword_input {
  border: 1px solid #CFBCAB;
  height: 35px;
  box-sizing: border-box;
  width: 100%;
  background: #FFF;
  border-radius: 5px;
  padding: 0 100px 0 10px;
  outline: none;
}
.keyword_input::placeholder {
  color: #777167;
}
.search_bar {
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
  background: url(img/common/bg_input.png);
  padding: 9px;
  overflow: hidden;
}
.popup_btn {
  border: none;
  background: url(img/common/bg_search_btn.jpg);
  box-sizing: border-box;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  padding-top: 1px;
  font-family: Hiragino Kaku Gothic Pro, sans-serif;
  position: fixed;
  right: 0;
  top: 90px;
  height: 170px;
  width: 50px;
  border-radius: 8px 0px 0px 8px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
  transition: 0.4s;
  z-index:31;
}

.popup_btn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(img/common/icon_search.png) no-repeat;
  background-size: 15px;
  position: relative;
  top: 5px;
  right: 12px;
}
.popup_btn span {
  position: relative;
  right: 13px;
}

@media all and (-ms-high-contrast: none){
  .popup_btn span {
    top: 16px;
    left: -2px;
  }
}

.popup_btn:hover {
  opacity: 0.8;
}


.head_search_btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  height: 35px;
  width: 90px;
  background: #739143 url(img/common/icon_search.png) no-repeat 14px 8px;
  letter-spacing: 0em;
  padding: 4px 0 4px 20px;
  border-radius: 0px 5px 5px 0;
  border: none;
  cursor: pointer;
  color: #FFF;
}

.head_search_btn:hover {
  opacity: 0.85;
}


#search_popup {
  display: none;
  position: fixed;
  top: 5%;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 30px);
  max-width: 1100px;
  height: 90%;
  box-sizing: border-box;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  z-index: 999999;
  background: #F3F0E9;
  padding: 45px 0 0;
}
.search_popup_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #4B1F1E;
  text-align: center;
  margin: 0 0 40px;
  letter-spacing: 0.08em;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 11;
}

#search_popup .wrap {
  width: 1000px;
  margin: 0 auto;
}

.popup_close_btn {
  display: inline-block;
  position: absolute;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  text-align: center;
  top: 6px;
  right: 6px;
  z-index: 100;
  cursor: pointer;
}

.popup_close_btn::before,
.popup_close_btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 2px;
  top: 24px;
  left: 7px;
  background: #5C4537;
  visibility: visible;
}

.popup_close_btn::before {
  transform: rotate(-45deg);
}

.popup_close_btn::after {
  transform: rotate(45deg);
}

.col4_wrap {
  position: relative;
  padding: 20px 0 0;
}

.col4_wrap:after {
  content: "";
  display: block;
  clear: both;
}

.search_list {
  width: 100%;
  border-bottom: 1px dotted #C9BBBB;
  padding: 0 0 22px;
  margin: 0 0 25px;
  box-sizing: border-box;
  min-height: 100px;
}

.search_list::after {
  content: "";
  display: block;
  clear: both;
}

.search_list.search_listx2{
  width: 49%;
  margin: 0 1% 0 0;
}

.search_list:last-child {
  border: none;
  padding-bottom: 38px;
}

.search_list:first-child {
  margin: 0 0 22px;
}

.search_list.color {
  padding-bottom: 5px;
}
.search_list.keyword {
  min-height: auto;
}
.search_list .keyword_input {
  padding: 0 10px 0 10px;
}

.search_list dl {
  position: relative;
  vertical-align: top;
  text-align: left;
  letter-spacing: -0.4em;
  width: 100%;
}

.search_list dt {
  width: 194px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding: 8px 0 0;
}
.search_list dt .cat_ttl {
  color: #4B1F1E;
  font-size: 15px;
  display: block;
}
.search_list dt .green_ttl {
  background: url(img/search/ttl_green_bg.jpg) no-repeat;
  display: block;
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  width: 225px;
  margin-bottom: 6px;
  font-family: Hiragino Kaku Gothic Pro, sans-serif;
  border-radius: 2px;
}
.search_listx2 dt .green_ttl{
	width: 100%;
	background: url(img/search/ttl_green_bg.jpg) repeat-x;
}
.search_list dt .ex_text {
  display: none;
}
.search_list dd {
  width: calc(100% - 194px);
  letter-spacing: -0.4em;
  text-align: left;
  display: inline-block;
}
.search_list .input_group {
  display: inline-block;
  letter-spacing: 0.08em;
  color: #4B1F1E;
  vertical-align: top;
  width: 243px;
  box-sizing: border-box;
}
.search_listx2 .input_group{
    width: 48%;
    display: inline-block;
}

.search_list .input_group input[type="checkbox"],
.cloth_search_list .input_group input[type="checkbox"] {
  vertical-align: middle;
  margin: 3px 7px 3px 5px;
  border: #95867d 1px solid;
  -webkit-appearance: none;
  padding: 5px;
  border-radius: 100%;
  background: #FFF;
  display: inline-block;
  position: relative;
  outline: none;
}
.search_list .input_group input[type="checkbox"] {
  display: none;
}

.cloth_search_list .input_group input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 8px;
  height: 8px;
  background: #5C4537;
  border-radius: 100%;
}

.cloth_search_list .input_label{
  font-size: 12px;
  position: relative;
}
.search_list .input_label {
  font-size: 14px;
  position: relative;
}

.search_list .color::after {
  display: block;
  content: "";
  clear: both;
}

.search_list .color .input_group {
  float: left;
  margin: 0 4px 3px;
  height: 46px;
  width: 41px;
}
.search_list .color .input_group.beige {
  margin-right: 70px;
}
.search_list .color .input_group:last-of-type {
  margin: 0 5px 10px;
}

.search_list .color .input_group input {
  opacity: 0;
}
.search_list .color .input_group input + .input_label::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 42px;
  height: 42px;
  border: 1px solid transparent;
  border-radius: 50px;
  transition: 0.3s;
  z-index: -1;
}
.search_list .color .input_group input:checked + .input_label::before {
  border-color: #4B1F1E;
  z-index: 1;
}
.input_label.color {
  background-repeat: no-repeat;
  background-position: 3px 3px;
  display: block;
  width: 40px;
  height: 40px;
  background-size: 36px;
}
.search_list .input_group input[type="checkbox"] + .input_label:not(.color) {
  background-image: url(img/common/check_off.jpg);
  background-repeat: no-repeat;
  background-position: 0px 7px;
  display: block;
  transition: 0.4s;
}
.search_list .input_label label {
  padding: 10px 0 10px 25px;
  display: inline-block;
  width: 100%;
}
.search_list .input_group input[type="checkbox"]:checked + .input_label:not(.color) {
  font-weight: bold;
  background-image: url(img/common/check_on.jpg);
}

.search_text_link{
    text-align: center;
}

.search_text_link a{
	padding: 12px 24px 10px;
    border-radius: 3px;
    background: #502706;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.08em;
    display: block;
    width: 260px;
    margin: 10px auto 30px;
    position:relative;
}
.search_text_link a:after{
    content: "";
    display: block;
    position: absolute;
    top: 42%;
    right: 13px;
    height: 6px;
    width: 6px;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(-45deg);
    transition: 0.4s ease;
}}


/* カラバリ */
.input_label.color.c_red { background-image: url(img/search/color_red.png); }
.input_label.color.c_red { background-image: url(img/search/color_red.png); }
.input_label.color.c_pink { background-image: url(img/search/color_pink.png); }
.input_label.color.c_orange { background-image: url(img/search/color_orange.png); }
.input_label.color.c_yellow { background-image: url(img/search/color_yellow.png); }
.input_label.color.c_green { background-image: url(img/search/color_green.png); }
.input_label.color.c_lightblue { background-image: url(img/search/color_lightblue.png); }
.input_label.color.c_blue { background-image: url(img/search/color_blue.png); }
.input_label.color.c_navy { background-image: url(img/search/color_navy.png); }
.input_label.color.c_purple { background-image: url(img/search/color_purple.png); }
.input_label.color.c_black { background-image: url(img/search/color_black.png); }
.input_label.color.c_brown { background-image: url(img/search/color_brown.png); }
.input_label.color.c_white { background-image: url(img/search/color_white.png); }
.input_label.color.c_gray { background-image: url(img/search/color_gray.png); }
.input_label.color.c_cream { background-image: url(img/search/color_cream.png); }

/* トーン */
.input_label.color.c_mono { background-image: url(img/search/color_monotone.png); }
.input_label.color.c_dark { background-image: url(img/search/color_dark.png); }
.input_label.color.c_colorful { background-image: url(img/search/color_colorful.png); }
.input_label.color.c_pastel { background-image: url(img/search/color_pastel.png); }


.input_label.color label {
  display: block;
  height: 36px;
}

.search_btn_area {
  padding: 25px 0 25px;
}

.search_btn_area .detail_search_btn {
  -webkit-appearance: none;
  width: 250px;
  border: none;
  cursor: pointer;
  transition: 0.4s ease;
  background: url(img/common/search_btn.jpg);
  height: 45px;
}

.search_btn_area .detail_search_btn.all_reset {
  margin-right: 8px;
  background: url(img/common/search_btn_reset.jpg);
}

.reset_btn {
  -webkit-appearance: none;
  width: 88px;
  height: 24px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.08em;
  background: none;
  border: 1px solid #C9C6C5;
  color: #66583F;
  display: block;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.4s ease;
  position: absolute;
  top: 42px;
  left: 0;
  margin: auto;/* 不要 */
  padding: 0;/* 不要 */
}
.search_btn_area .detail_search_btn:hover,
.search_btn_area .detail_search_btn.all_reset:hover,
.reset_btn:hover {
  opacity: 0.8;
}
.cloth_search_list_wrap{
   width: 100%;
   padding: 0 1%;
   margin: 32px auto 0px;
   box-sizing:border-box;
   overflow: hidden;
   position: relative;
}

.cloth_search_list_wrap dt .green_ttl{
    background: url(img/search/ttl_green_bg.jpg) repeat-x;
    display: block;
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    width: 100%;
    margin-bottom: 6px;
    font-family: Hiragino Kaku Gothic Pro, sans-serif;
    border-radius: 2px;
    text-align: center;
    font-weight: bold;
}
.cloth_search_list_wrap dt{
    letter-spacing: 0.04em;
    position: relative;
    text-align: left;
    margin: 0 auto 12px;
    font-weight: bold;
}
.cloth_search_list_wrap dt .ex_text {
    display: block;
    font-size: 10px;
    color: #74924F;
    text-align: center;
}
.cloth_search_list{
   width: 870px;
   overflow: hidden;
   margin: 0 auto;
}

.cloth_search_list .input_group{
   width: 198px;
   float: left;
   margin-right: 25px;
   margin-bottom: 1%;
   text-align: left;
}
.cloth_search_list .input_group:nth-child(4n){
   margin-right: 0;
}
.reset_btn_wrap{
   width: 100%;
   text-align: center;
}

.reset_btn_wrap .reset_btn{
   width: 222px;
   margin-left: auto;
   margin-right: auto;
}

.osusumeItem a{
	width: 170px;
	box-sizing:border-box;
}

.search_togglebtn{
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  color: #4B1F1E;
  letter-spacing: 0.07rem;
  font-weight: bold;
  padding: 8px 0 35px;
  position: relative;
}

.search_togglebtn::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  right: 0px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #5C4537;
  border-right: 2px solid #5C4537;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.3s;
  margin: 0 0 0 11px;
}

.active.search_togglebtn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0px;
}
.search_toggle_window{
  display: none;
  border-top: 1px dotted #C9BBBB;
  padding-top: 30px;
}
.search_toggle_window.active{
	display: block;
}
.lock {
  overflow: hidden;
  position: relative;
}

body.lock {
 overflow: hidden;
}

label {
  cursor: pointer;
}

.tab_inner {
  background: #FFF;
  border-radius: 10px;
  padding: 27px 30px 0;
}

#tab04 .tab_inner{
	overflow:hidden;
}

.tab_navi {
  letter-spacing: -0.4em;
  text-align: center;
}

.tab_navi li {
  letter-spacing: 0.1em;
  width: 155px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.tab_navi a.row2 {
  padding-top: 8px;
  line-height: 1.3;
}

#tab05 .tab_inner {
  overflow: hidden;
}

.search_text_link a.w300 {
  width: 300px;
}

.tab_navi a {
  display: block;
  font-weight: bold;
  color: #FFF;
  font-size: 14px;
  height: 48px;
  text-align: center;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: 0.4s;
  padding: 18px 0 0;
  background: url(img/common/bg_tab.jpg) 0px 0px;
  box-sizing: border-box;
}

.tab_navi a.current {
  background: url(img/common/bg_tab_active.jpg) 0px 0px;
}

.more_toggle_window {
  display: none;
}

.more_toggle_window.active {
  display: block;
}

.more_btn {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  color: #BF746E;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-decoration: underline;
  display: inline-block;
  padding: 11px 10px 10px;
}

.more_btn.active {
  display: none;
}

.more_btn::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -3px;
  right: 2px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #BF746E;
  border-right: 2px solid #BF746E;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.3s;
  margin: 0 0 0 11px;
}

.side_snsarea{
    width: 100%;
    overflow: hidden;
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
}
.side_snscol{
	margin: 0 5px;
}
.side_snscol.sns_line{
	width: 97px;
}
.side_snscol.sns_fb,
.side_snscol.sns_insta{
	width: 30px;
}
.side_snscol.sns_line img{
	width: 97px;
	height: 30px;
}
.side_snscol.sns_fb img,
.side_snscol.sns_insta img{
	width: 30px;
	height: 30px;
}
.side_snscol a img{
	-webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all  0.3s ease;
}
.side_snscol a:hover img{
   opacity: 0.7;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all  0.3s ease;
}
.mb15_i{
	margin-bottom: 15px!important;
}


.footerl_bnrarea_wrap {
	width: 100%;
    padding: 12px 0;
    height: 84px;
    background: #000;
    background-color: rgba( 0, 0, 0, 0.6 );
    overflow: hidden;
    position: fixed;
    right: 0;
    bottom: 0px;
    z-index: 99999;
    box-sizing:border-box;
}


.footerl_bnrarea_wrap {
   display: none;
}
body{
	 /* padding-bottom: 84px; */
}

.footerArea_free{
	width: 1000px;
	margin: 0 auto 16px auto;
	overflow: hidden;
}

.iframe_box{
	width:226px;
	height:240px;
	overflow:hidden;
	margin:0 0 30px;
	border:#E3D3B3 1px solid;
	background:#FFF;
}

.mania_col2{
	display: flex;
	justify-content: space-between;
}
.mania_col2_img {
    flex-shrink: 0;
    padding-right: 15px;
}
