@charset "utf-8";

/* ======================================================
 * layout.css
 * ------------------------------------------------------
 * WIRE FRAME ********************************************
 * Body
 * Header
 * Contents
 * Footer
 * RESPONSIVE *******************************************
 * - width <= 640px
 * Clearfix
====================================================== */

/********************************************************

  WIRE FRAME

********************************************************/

/* Header
------------------------------------------------------ */
#globalHeader {
	position: relative;
	border-bottom:none;
	background-color: #ffffff;
	z-index: 10;
}

/*----- headerWrap01 -----*/
#header {
	position: relative;
}

/* headerNavi */
#headerNavi {
	width: 1140px;
	margin: 0 auto;
	height: 50px;
	background-color: #ffffff;
	z-index: 5;
}
#headerNavi.open {
	z-index: 0;
}

/* headerLogo */
#headerLogo {
	float: right;
	padding: 10px 10px 0 0;
}
#headerLogo a {
	display: block;
	width: 90px;
	height: 32px;
	background: url(/brand/common/img/brand_sp01.png) no-repeat -681px -10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* navigation */
@media screen and (min-width: 641px) {
#headerNavi .commonMenu {
	position: relative;
	float: right;
	width: 650px;
}
#headerNavi .commonMenu > li > a:not(.open) {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	zoom: 1;
}
#headerNavi .commonMenu > li:hover > a:not(.open) {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
}
#headerNavi .commonMenu > li > a {
	height: 50px;
}
#headerNavi .commonMenu > li.gNav01 {
	position: relative;
	z-index: 150;
}
#headerNavi .commonMenu > li.gNav01 > a {
	width: 160px;
	background: url(/brand/common/img/brand_sp01.png) no-repeat -18px 0;
}
#headerNavi .commonMenu > li.gNav02 > a {
	width: 140px;
	background: url(/brand/common/img/brand_sp01.png) no-repeat -178px 0;
}
#headerNavi .commonMenu > li.gNav03 > a {
	width: 115px;
	background: url(/brand/common/img/brand_sp01.png) no-repeat -320px 0;
}
#headerNavi .commonMenu > li.gNav04 > a {
	width: 104px;
	background: url(/brand/common/img/brand_sp01.png) no-repeat -433px 0;
}
#headerNavi .commonMenu > li.gNav05 > a {
	width: 115px;
	background: url(/brand/common/img/brand_sp01.png) no-repeat -535px 0;
}
#headerNavi .commonMenu .brandListBox {
	position: absolute;
	top: 50px;
	left: -390px;
	display: none;
	width: 1140px;
	padding: 30px;
	background-color: #ffffff;
	z-index: 10;
}
#headerNavi .commonMenu .brandListBox .inner {
	position: relative;
}
#headerNavi .commonMenu .brandListBox .colLeft {
	float: left;
	width: 50%;
	padding-right: 30px;
	border-right: solid 1px #ececec;
}
#headerNavi .commonMenu .brandListBox .colRight {
	float: right;
	width: 50%;
	padding-left: 30px;
}
#headerNavi .commonMenu .brandListBox .colLeft > *:first-child,
#headerNavi .commonMenu .brandListBox .colRight > *:first-child {
	margin-top: 0;
}
#headerNavi .commonMenu .brandListBox dl {
	clear: both;
}
#headerNavi .commonMenu .brandListBox dl dt {
	display: inline-block;
	position: relative;
	float: left;
	height: 25px;
	padding: 0 20px 0 10px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #ffffff;
	line-height: 25px;
	text-align: center;
}
#headerNavi .commonMenu .brandListBox dl dt:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 12px 12px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fff;
}
#headerNavi .commonMenu .brandListBox dl dt.category01 {
	width: 110px;
	background-color: #76522b;
}
#headerNavi .commonMenu .brandListBox dl dt.category02 {
	width: 110px;
	background-color: #411c0a;
}
#headerNavi .commonMenu .brandListBox dl dt.category02 + dd ul li:nth-child(6n) {
	margin-left: 55px;
}
#headerNavi .commonMenu .brandListBox dl dt.category03 {
	width: 110px;
	background-color: #1a3621;
}
#headerNavi .commonMenu .brandListBox dl dt.category04 {
	width: 110px;
	background-color: #7e0018;
}
#headerNavi .commonMenu .brandListBox dl dt.category05 {
	width: 110px;
	background-color: #65886d;
}
#headerNavi .commonMenu .brandListBox dl dt.category06 {
	width: 110px;
	background-color: #502847;
}
#headerNavi .commonMenu .brandListBox dl dt.category07 {
	width: 110px;
	background-color: #ccb946;
}
#headerNavi .commonMenu .brandListBox dl dt.category08 {
	background-color: #3b567f;
}
#headerNavi .commonMenu .brandListBox dl dd ul li {
	float: left;
	margin-bottom: 30px;
	margin-left: 25px;
}
#headerNavi .commonMenu .brandListBox .inner .close {
	position: absolute;
	top: -20px;
	right: -20px;
	margin-top: 0;
}
#headerNavi .commonMenu .brandListBox .inner .close a {
	position: relative;
	display: block;
	width: 54px;
	height: 54px;
	padding-top: 30px;
	border: solid 1px #654143;
	color: #654143;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	font-weight: bold;
}
#headerNavi .commonMenu .brandListBox .inner .close a:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 50%;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	background: url(/brand/common/img/brand_sp01.png) no-repeat -779px -16px;
}

/* headerLogo */
#brandLogo {
	position: relative;
	width: 160px;
	height: 160px;
	padding: 0;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
.brandTop #brandLogo {
	width: 210px;
	height: 210px;
	margin-left: 0;
	padding: 0 10px 10px;
	-webkit-box-shadow: 0 10px 25px 0 #fbf3e7;
	-moz-box-shadow: 0 10px 25px 0 #fbf3e7;
	box-shadow: 0 10px 25px 0 #fbf3e7;
	z-index: 100;
}
.brandTop #brandLogo .inner {
	height: 200px;
	padding-top: 20px;
	background-color: #ffffff;
	text-align: center;
}
.brandTop #brandLogo .inner .catchText {
	display: block;
	position:absolute;
	left:225px;
	top:420px;
}
.brandTop #header > .catchBox {
	display: none;
}
.brandTop .contentsWrap {
	padding: 20px 0;
}
/* mainImgSlider */
.mainImgSlider li,
.mainOptionSlider li {
	width: 100%;
	min-width: 1140px;
	height: 580px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.mainImgSlider li a,
.mainOptionSlider li a {
	display: block;
	width: 100%;
	min-width: 1140px;
	height: 580px;
}
.mainImgSlider li img,
.mainOptionSlider li img {
	display: none;
}
#header .bx-wrapper .bx-controls {
   text-align: center;
}
#header .bx-controls {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	z-index: 9999;
}
#header .bx-pager-item {
	display: inline-block;
	margin: 0 5px;
	text-indent: -9999px;
}
#header .bx-pager-item a{
	display: block;
	background: url(/common/img/bx_pager.png) no-repeat 0px top;
	width: 16px;
	height: 16px;
}
#header .bx-pager-item a.active{
	background: url(/common/img/bx_pager.png) no-repeat -16px top;
}

/* brandNavi */
#brandNavi ul {
	width: 1140px;
	margin: 0 auto;
	text-align: right;
	font-size: 0;
}
.brandTop #brandNavi ul {
	text-align: center;
}
#brandNavi ul li {
	display: inline-block;
	position: relative;
	text-align: center;
}
#brandNavi ul li a {
	display: table;
	min-width: 200px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.25;
	overflow: hidden;
}
#brandNavi ul li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -1px;
	width: 1px;
	height: 18px;
	margin-top: -9px;
	background-color: #bda877;
}
#brandNavi ul li a span {
	display: table-cell;
	height: 70px;
	vertical-align: middle;
}
#brandNavi ul li:first-child a:before {
	display: none;
}

/* Contents
------------------------------------------------------ */
body#brand {
	overflow: hidden;
}
.outlineText {
	display: none;
}
#contents .heading01 + * {
	margin-top: 20px;
}
.storeBox {
	position:relative;
}
.sectionStore + .sectionStore {
	border-top:1px solid #C4AF7D;
  padding-top: 25px !important;
}
.storeBox + .storeBox {
	border-top:1px dotted #BAA162;
	margin-top:20px !important;
  padding-top: 15px !important;
}
.storeBox.inner > .btnLink01 {
	position:absolute;
	right:0;
	bottom:0;
}
.sectionInner01 {
	padding: 0 0 20px 20px;
}
.sectionInner01 > *:first-child {
	margin-top: 0;
}
.sectionInner01 .inner + .inner {
	margin-top: 30px;
}
.mainArea {
	float: left;
	width: 820px;
	margin-top: 20px;
}
.mainArea > *:first-child,
.mainArea > section:first-child > *:first-child {
	margin-top: 0;
}
.sideArea {
	float: right;
	width: 280px;
	margin-top: 20px;
}
.sideArea .bnrBox > *:first-child {
	margin-top: 0;
}
.sideArea .bnrBox li {
	margin-top: 20px;
}
#brand .anchorNavi01 {
	margin-bottom:30px;
}
/* heading */
#brand .heading01.type02 {
	border-bottom: none;
	padding-top: 80px;
	width :1140px;
	margin: 0 auto;
}
#brand .heading01.type02 span {
	font-size: 45px;
	font-size: 4.5rem;
	line-height:1.2;
}
#brand .heading02 {
	padding-bottom: 1px;
	border-bottom: solid 1px #baa162;
}
#brand .heading02 span {
	display: block;
	padding-bottom: 10px;
	border-bottom: solid 2px #baa162;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #4d462b;
}
#brand .heading03 span {
	display: block;
	padding-left: 10px;
	border-left: solid 3px #baa162;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #775f22;
}
#brand .heading04 {
	border: none;
}
#brand .heading04 span {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #775f22;
}
/* link */
.btnLink01 a {
	padding: 10px 50px;
	background-color: #333333;
}
.btnLink01.colorType02 a {
	background-color: #695145;
}
.btnLink01.colorType03 a {
	background-color: #513824;
}
/* menuBlock */
.menuBlock {
	padding: 50px 0 25px;
}
.menuBlock .colLayout01.count2 {
	width: 1140px;
	margin: 0 auto;
}
.menuBlock .colLayout01.count2 > .col {
	max-width: none;
}
.menuBlock .headingBlock .imgHeading01 {
	float: left;
	margin-right: 30px;
}
.menuBlock .headingBlock .txtHeading01 {
	float: left;
	margin-right: 30px;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.0;
}
.menuBlock .headingBlock .note {
	float: left;
	padding-top: 6px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #686868;
}

/* priceText */
.menuBlock .priceText {
	margin-top:50px;
}
.menuBlock .priceText > li {
	width:45%;
	font-weight:bold;
	position:relative;
}
.menuBlock .priceText li:first-child {
	color:#d5343b;
	float:left;
}
.menuBlock .priceText li:first-child:after {
	background: url(/common/img/com_sp02.png) no-repeat scroll -390px -79px;
	content: "";
	height: 112px;
	margin-top: -61px;
	position: absolute;
	top: 50%;
	left:94%;
	width: 111px;
}
.menuBlock .priceText li:last-child {
	color:#22577d;
	float:right;	
}
.menuBlock .priceText li dt {
	font-size:27px;
	font-size:2.7rem;
	margin-left:40px;
}
.menuBlock .priceText li dd {
	letter-spacing: -0.06em;
	font-size:24px;
	font-size:2.4rem;
	margin-top:-10px;
}
.menuBlock .priceText li dd span.price {
	letter-spacing: -0.06em;
	margin-right:5px;
	font-size: 58px;
	font-size: 5.8rem;
}
.menuBlock .mapLink {
	position: relative;
	width: 536px;
	height: 331px;
	margin-top: 40px;
	background: url(/brand/common/img/brand_bg01.png) no-repeat 50% 50%;
}
.menuBlock .mapLink.hokkaido {
	background: url(/brand/common/img/brand_bg02.png) no-repeat 50% 50%;
}
.menuBlock .mapLink.tohoku {
	background: url(/brand/common/img/brand_bg03.png) no-repeat 50% 50%;
}
.menuBlock .mapLink.kanto {
	background: url(/brand/common/img/brand_bg04.png) no-repeat 50% 50%;
}
.menuBlock .mapLink.tokai {
	background: url(/brand/common/img/brand_bg05.png) no-repeat 50% 50%;
}
.menuBlock .mapLink.hokuriku {
	background: url(/brand/common/img/brand_bg06.png) no-repeat 50% 50%;
}
.menuBlock .mapLink.kinki {
	background: url(/brand/common/img/brand_bg07.png) no-repeat 50% 50%;
}
.menuBlock .mapLink.chugoku {
	background: url(/brand/common/img/brand_bg08.png) no-repeat 50% 50%;
}
.menuBlock .mapLink.kyusyu {
	background: url(/brand/common/img/brand_bg09.png) no-repeat 50% 50%;
}
.menuBlock .mapLink li {
	display: inline-block;
}
.menuBlock .mapLink li a {
	display: block;
	color: #c55358;
	font-weight: bold;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.menuBlock .mapLink li.hokkaido a {
	position: absolute;
	top: -1px;
	left: 427px;
	width: 79px;
	height: 32px;
	background: url(/brand/common/img/brand_tx01.gif) no-repeat 0 0;
}
.menuBlock .mapLink li.tohoku a {
	position: absolute;
	top: 160px;
	left: 386px;
	width: 79px;
	height: 32px;
	background: url(/brand/common/img/brand_tx02.gif) no-repeat 0 0;
}
.menuBlock .mapLink li.kanto a {
	position: absolute;
	top: 212px;
	left: 386px;
	width: 79px;
	height: 32px;
	background: url(/brand/common/img/brand_tx03.gif) no-repeat 0 0;
}
.menuBlock .mapLink li.tokai a {
	position: absolute;
	top: 265px;
	left: 386px;
	width: 79px;
	height: 32px;
	background: url(/brand/common/img/brand_tx04.gif) no-repeat 0 0;
}
.menuBlock .mapLink li.hokuriku a {
	position: absolute;
	top: 68px;
	left: 139px;
	width: 132px;
	height: 32px;
	background: url(/brand/common/img/brand_tx05.gif) no-repeat 0 0;
}
.menuBlock .mapLink li.kinki a {
	position: absolute;
	top: 120px;
	left: 139px;
	width: 79px;
	height: 32px;
	background: url(/brand/common/img/brand_tx06.gif) no-repeat 0 0;
}
.menuBlock .mapLink li.chugoku a {
	position: absolute;
	top: 68px;
	left: 0;
	width: 119px;
	height: 32px;
	background: url(/brand/common/img/brand_tx07.gif) no-repeat 0 0;
}
.menuBlock .mapLink li.kyusyu a {
	position: absolute;
	top: 120px;
	left: 0;
	width: 119px;
	height: 32px;
	background: url(/brand/common/img/brand_tx08.gif) no-repeat 0 0;
}
.menuBlock .mapLink li a:hover {
	background-position: 0 -32px !important;
}
.menuBlock .mapLink.type02 li.hokkaido a {
	position: absolute;
	top: -1px;
	left: 427px;
	width: 79px;
	height: 32px;
	background: url(/brand/common/img/brand_tx09.gif) no-repeat 0 0;
}
.menuBlock .mapLink.type02 li.tohoku a {
	position: absolute;
	top: 160px;
	left: 386px;
	width: 79px;
	height: 32px;
	background: url(/brand/common/img/brand_tx10.gif) no-repeat 0 0;
}
.menuBlock .mapLink.type02 li.kanto a {
	position: absolute;
	top: 212px;
	left: 386px;
	width: 79px;
	height: 32px;
	background: url(/brand/common/img/brand_tx11.gif) no-repeat 0 0;
}
.menuBlock .mapLink.type02 li.tokai a {
	position: absolute;
	top: 265px;
	left: 386px;
	width: 79px;
	height: 32px;
	background: url(/brand/common/img/brand_tx12.gif) no-repeat 0 0;
}
.menuBlock .mapLink.type02 li.hokuriku a {
	position: absolute;
	top: 68px;
	left: 139px;
	width: 132px;
	height: 32px;
	background: url(/brand/common/img/brand_tx13.gif) no-repeat 0 0;
}
.menuBlock .mapLink.type02 li.kinki a {
	position: absolute;
	top: 120px;
	left: 139px;
	width: 79px;
	height: 32px;
	background: url(/brand/common/img/brand_tx14.gif) no-repeat 0 0;
}
.menuBlock .mapLink.type02 li.chugoku a {
	position: absolute;
	top: 68px;
	left: 0;
	width: 119px;
	height: 32px;
	background: url(/brand/common/img/brand_tx15.gif) no-repeat 0 0;
}
.menuBlock .mapLink.type02 li.kyusyu a {
	position: absolute;
	top: 120px;
	left: 0;
	width: 119px;
	height: 32px;
	background: url(/brand/common/img/brand_tx16.gif) no-repeat 0 0;
}
.menuBlock .mapLink li a:hover,
.menuBlock .mapLink.type02 li a:hover {
	background-position: 0 -32px !important;
}
/* infoBlock */
.infoBlock {
	padding: 60px 0 70px;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}
.infoBlock .inner {
	width: 1140px;
	margin: 0 auto;
}
.infoBlock .imgHeading01 {
	text-align: center;
}
.infoBlock .txtHeading01 {
	color: #4d462b;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
}
.infoBlock .colLayout01.count3 > .col {
	width: 31.4%;
	max-width: none;
	margin-left: 2.9%;
}
.infoBlock .colLayout01.count3 > .boxLink a {
	text-decoration: none;
}
.infoBlock .colLayout01.count3 > .newsNone {
	color: #493314;
	display: table;
	background: #ffffff;
	padding: 8px 36px;
	margin:0 auto;
}
.infoBlock .colLayout01.count3 > .boxLink .title {
	width: 100%;
	padding: 15px;
	background-color: #ffffff;
}
.infoBlock .colLayout01.count3 > .boxLink .title dt {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #eb5726;
}
.infoBlock .colLayout01.count3 > .boxLink .title dd {
	margin-top: 5px;
}
.infoBlock .colLayout01.count3 > .boxLink a:hover dd {
	text-decoration: underline;
}

/* brandBlock */
.brandBlock {
	padding: 50px 0;
}
.brandBlock .inner {
	width: 1140px;
	margin: 0 auto;
}
.brandBlock .headingBlock {
	position: relative;
}
.brandBlock .headingBlock .imgHeading01 {
	text-align: center;
}
.brandBlock .headingBlock .txtHeading01 {
	color: #4d462b;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
}
.brandBlock .headingBlock .facebookBtn {
	position: absolute;
	top: -5px;
	right: 0;
}
.brandBlock .brandList li {
	float: left;
	width: 160px;
	margin-top: 25px;
	border-left: solid 1px #dbdbdb;
	text-align: center;
}
.brandBlock .brandList li:nth-child(7n+1) {
	border-left: none;
}
.brandBlock .brandList li a {
	display: block;
}
.brandBlock .brandList li span {
	display: inline-block;
	min-width: 90px;
	margin-top: 10px;
	padding: 3px 15px;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.2;
	color: #ffffff;
}
.brandBlock .brandList .brand01 span {
	background-color: #411c0a;
}
.brandBlock .brandList .brand02 span {
	background-color: #1a3621;
}
.brandBlock .brandList .brand03 span {
	background-color: #65886d;
}
.brandBlock .brandList .brand04 span {
	background-color: #76522b;
}
.brandBlock .brandList .brand05 span {
	background-color: #7e0018;
}
.brandBlock .brandList .brand06 span {
	background-color: #502847;
}
.brandBlock .brandList li figure img {
	width: 80px;
	height: auto;
}
.brandBlock .bannerList {
	margin-top: 50px;
	text-align: center;
}
.brandBlock .bannerList li {
	display: inline-block;
	margin: 0 20px;
}

.brandBoxLayout01 {
	padding: 20px;
}
.brandBoxLayout01 > *:first-child {
	margin-top: 0;
}
.brandBoxLayout01 .heading {
	border-bottom: none;
	border-left: solid 3px #baa162;
}
.brandBoxLayout01 .heading span {
	display: inline-block;
	padding-left: 15px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #7c611e;
	line-height: 1.2;
}
.brandBoxLayout01 .inner {
	margin-top: 15px;
}
#brand .boxLayout01 .boxHead04 span {
	font-size: 17px;
	font-size: 1.7rem;
	padding-left: 0;
}
#brand .boxLayout01 .boxHead04 span::before {
  background: none;
}
#brand .colLayout01 > .colDetail .detailTxt01 {
	font-size: 1.7rem;
	font-size: 17px;
	color:#333333;
}
#brand .colLayout01 > .colDetail .detailTxt02 {
	position: relative;
	background: url(/brand/common/img/brand_ex01.png) repeat 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 29px;
}
#brand .colLayout01 > .colDetail .detailTxt02:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
}

/* contentsBlock */

.contentsBlock {
	padding: 40px 0 ;
}
.contentsBlock .inner {
	width: 1040px;
	margin: 0 auto;
}
.contentsBlock .inner .colLayout01 {
  margin: 40px 0 0 0;
}
.imgDeco01::after{
	content:"";
	width: 480px;
	height: 315px;
	background: url(/brand/mmcoffee/img/index_bg01.png) right bottom no-repeat;
	position: absolute;
	z-index: -1;
	right: -10px;
	bottom: -10px;
}
.imgDeco02::after{
	content:"";
	width: 321px;
	height: 365px;
	background: url(/brand/mmcoffee/img/index_bg02.png) right bottom no-repeat;
	position: absolute;
	z-index: -1;
	right: -10px;
	bottom: -10px;
}
.cpList01 {
	clear: both;
	margin-top: 15px;
}
.cpList01 + .cpList01 {
	margin-top: 10px;
}
.cpList01 dt {
	float: left;
	padding: 1px 10px;
	margin-right: 10px;
	color: #ffffff;
}
.cpList01 .icon01 {
	background-color: #b7282e;
}
.cpList01 .icon02 {
	background-color: #393f0d;
}
.cpList01 dd {
	overflow: hidden;
	padding: 1px 0;
}

.infoBox01 {
	margin-top: 45px;
	background-color: #ffe9e8;
	box-shadow: 1px 1px 0 0 #dedede;
}
#brand .infoBox01 {
	margin-top: 20px;
}
.infoBox01 .boxHead01 {
	display: inline-block;
	margin: -5px 0 0 -5px;
	padding: 0 11px 10px 5px;
	background: url(/brand/common/img/brand_bg11.png) no-repeat 100% 0, url(/brand/common/img/brand_bg12.png) no-repeat 0 0;
}
.infoBox01 .boxHead01 span {
	display: block;
	padding: 0 30px 0 50px;
	background: #a5151b url(/brand/common/img/brand_ic01.png) no-repeat 10px 50%;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 50px;
}
_::content, _:future, .infoBox01 .boxHead01 span:not(*:root) { 
 line-height: 50px;
}
@media all and (-ms-high-contrast: none) {
    .infoBox01 .boxHead01 span {
        line-height: 50px;
    }
}
.infoBox01 .boxContent01 {
	padding: 15px;
}

.storeName {
	font-size: 18px;
	font-weight: 1.8rem;
	font-weight: bold;
	color: #4d462b;
}
.storeData {
	width:590px;
	margin-right:20px;
	float:left;
}
.storeData li {
	margin-top: 10px;
}
.gmapArea {
	overflow: hidden;
	margin-top: 50px;
}
.gmapArea .gmap {
	float: left;
	width: 410px;
}
.gmapArea .detailBox {
	overflow: hidden;
	min-height: 420px;
	padding: 20px;
	background-color: #ffffff;
}
.gmapArea .telNumber {
	margin-top: 5px;
}
.gmapArea .telNumber span {
	display: inline-block;
	padding-left: 35px;
	background: url(/brand/common/img/brand_ic14.png) no-repeat 0 50%;
	font-weight: bold;
	font-size: 26px;
	font-size: 2.6rem;
}
.gmapArea .info {
	margin-top: 5px;
}
.gmapArea .info dt {
	float: left;
}
.gmapArea .info dd {
	overflow: hidden;
}
.gmapArea .storeFacility {
	margin-top: 10px;
}
.gmapArea .storeFacility li {
	float: left;
	width: 50%;
	padding: 5px 5px 5px 40px;
}
.gmapArea .storeFacility .car {
	background: url(/brand/common/img/brand_ic06.png) no-repeat 0 50%;
	background-size: 30px 30px;
}
.gmapArea .storeFacility .smokingArea {
	background: url(/brand/common/img/brand_ic07.png) no-repeat 0 50%;
	background-size: 30px 30px;
}
.gmapArea .storeFacility .credit {
	clear: both;
	width: 100%;
	background: url(/brand/common/img/brand_ic08.png) no-repeat 0 50%;
	background-size: 30px 30px;
}
.gmapArea .iconLink01 {
	clear: both;
}

.tableLayout01 {
	border: solid 1px #91896c;
}
.tableLayout01 thead th,
.tableLayout01 tbody th,
.tableLayout01 td,
.tableLayout01.type-col tbody th,
.tableLayout01.type-col tbody td {
	border-color: #91896c;
}
.tableLayout01 .cellLv2 {
	background-color: #e4dfca !important;
}
.tickeType {
	display: table;
	text-align: center;
}
.tickeType a {
	display: table-cell;
	height: 120px;
	vertical-align: middle;
	text-decoration: none;
}
.tickeType a:hover {
	opacity: 0.8;
}
.tickeType .title {
	font-weight: bold;
	font-size: 21px;
	font-size: 2.1rem;
	color: #ad030a;
}
.tickeType .text {
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	color: #4d462b;
}
.tickeType .text:after {
	content: "";
	position: relative;
	left: 6px;
	top: 2px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/common/img/com_sp02.png) no-repeat -40px -40px;
}

.daytime,
.holiday {
	font-weight: bold;
}
.daytime:before {
	content: "■";
	color: #baa162;
}
.holiday:before {
	content: "■";
	color: #b7282e;
}
.time {
	clear: both;
	margin-top: 5px;
}
.time dt {
	float: left;
	width: 8em;
}
.time dt:after {
	content: "：";
	float: right;
}
.time dd {
	overflow: hidden;
}

.catchText01 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.catchText01 + * {
	margin-top: 10px;
}


/* unique */
#fair,
#storelist {
	background-color: #f5f3eb;
}

/* newsBlock */
#brand .newsBlock {
	display: inline-block;
	position: relative;
	width: 1140px;
	margin: 30px auto 0;
	border: 1px solid #7c6948;
	background-color: #ffffff;
}
#brand .newsBlock.newsType02 {
	position: relative;
	width: 100%;
	box-sizing:border-box;
	margin: 0 auto;
	border: 1px solid #7c6948;
	background-color: #ffffff;
}
#brand .newsBlock + * {
	margin-top: 30px !important;
}
#brand .newsBlock.newsType02 + * {
	margin-top: 20px !important;
}
#brand .newsBlock > .title {
	float: left;
	width: 159px;
}
#brand .newsBlock > .title a {
	color: #fff;
	display: block;
	font-size: 19px;
	font-size: 1.9rem;
	height: 48px;
	outline: medium none;
	padding-top: 12px;
	text-align: center;
	text-decoration:none;
}
#brand .newsBlock > .title a:before {
	background:url(/common/img/com_sp02.png) no-repeat scroll -320px 0;
	content: "";
	height: 13px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	left:18px;
	width: 8px;
}

#brand .newsBlock > .title + * {
	overflow: hidden;
	padding: 0 75px 0 20px;
}
#brand .newsBlock .media {
	border-bottom: none;
}
#brand .newsBlock .media a {
	display: block;
	width: 884px;
	padding: 0;
}
#brand .mainArea .newsBlock .media a {
	width: 564px;
}
#brand .newsBlock .media a:after {
	display: none;
}
#brand .newsBlock .media a > * {
	display: block;
}
#brand .newsBlock .media .details > .date {
	float: left;
	margin-bottom: 0 !important;
	padding-right: 1em;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 48px;
}
#brand .newsBlock .media .details > .title {
	overflow: hidden;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 48px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#brand .newsBlock .bx-controls-direction a {
	display: block;
	position: absolute;
	top: 1px;
	width: 38px;
	height: 48px;
	text-indent: -9999px;
	outline: none;
}
#brand .newsBlock .bx-controls-direction a:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 8px;
	height: 13px;
	margin-top: -7px;
	background: url(/common/img/com_sp02.png) no-repeat;
}
#brand .newsBlock .bx-controls-direction .bx-prev {
	right: 38px;
}
#brand .newsBlock .bx-controls-direction .bx-prev:before {
	left: 21px;
	background-position: -240px -80px;
}
#brand .newsBlock .bx-controls-direction .bx-next {
	right: 0;
}
#brand .newsBlock .bx-controls-direction .bx-next:before {
	left: 9px;
	background-position: -280px -80px;
}

/* mapBlock */
.mapBlock {
	position: relative;
	margin-top: 38px;
}
.mapBlock .areaLink li {
	display: table;
}
.mapBlock .areaLink li a {
	display: table-cell;
	height: 32px;
	vertical-align: middle;
	padding: 0 15px;
	border: 1px solid #c55358;
	background-color: #ffffff;
	color: #b7282e;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
@media print, screen and (min-width: 641px) {
.mapBlock .map {
	position: relative;
	width: 536px;
	height: 331px;
}
.mapBlock .map .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/brand/common/img/brand_bg01.png) no-repeat 0 0;
	opacity: 0;
}
.mapBlock .areaLink li {
	position: absolute;
}
.mapBlock .areaLink li a {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	zoom: 1;
}
.mapBlock .areaLink li.active a {
	border-color: #b7282e;
	background-color: #b7282e;
	color: #ffffff;
}
.mapBlock .areaLink .area01 {
	top: 0;
	right: 30px;
}
.mapBlock .areaLink .area02 {
	top: 161px;
	right: 71px;
}
.mapBlock .areaLink .area03 {
	top: 213px;
	right: 71px;
}
.mapBlock .areaLink .area04 {
	top: 265px;
	right: 71px;
}
.mapBlock .areaLink .area05 {
	top: 69px;
	left: 139px;
}
.mapBlock .areaLink .area06 {
	top: 121px;
	left: 139px;
}
.mapBlock .areaLink .area07 {
	top: 69px;
	left: 0;
}
.mapBlock .areaLink .area08 {
	top: 121px;
	left: 0;
}
}

/* Footer
------------------------------------------------------ */

/*----- footerWrap02 -----*/
.footerWrap02 {
	position: relative;
	clear: both;
	border-top: none;
	background-color: #2c2517;
}
.footerWrap02:before {
	display: none;
}

/* footerNavi */
.footerWrap02 .inner {
	clear: both;
	width: 1140px;
	margin: 0 auto;
	padding: 30px 0;
}
.footerWrap02 #footerNavi {
	float: left;
	width: auto;
	padding: 0;
}
.footerWrap02 #footerNavi .footerLink li {
	position: relative;
	float: left;
	margin-left: 30px;
	padding-left: 30px;
	line-height: 1.1;
}
.footerWrap02 #footerNavi .footerLink li:first-child {
	margin-left: 0;
	padding-left: 0;
}
.footerWrap02 #footerNavi .footerLink li:first-child:before {
	display: none;
}
.footerWrap02 #footerNavi .footerLink li a {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	color: #ffffff;
	font-size: 13px;
	font-size: 1.3rem;
}
.footerWrap02 #footerNavi .footerLink li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	width: 6px;
	height: 11px;
	margin-top: -6px;
	background: url(/brand/common/img/brand_sp01.png) no-repeat -793px -1px;
}
.footerWrap02 #copyright {
	float: right;
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
}

#modalBgArea {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	background: #000;
	text-indent: -9999px;
	opacity: 0.4;
	z-index: 100;
}


/********************************************************

  RESPONSIVE

********************************************************/

@media screen and (max-width: 640px) {
	
img {
	width: auto;
	max-width: 100%;
	height: auto;
}

/* Header
------------------------------------------------------ */
#globalHeader {
	z-index: 1000;
}
#header {
	position: relative;
}

/*----- headerWrap01 -----*/

/* headerLogo */
#headerLogo {
	padding-top: 12px;
}
#headerLogo a {
	position: relative;
	width: 60px;
	height: 32px;
	background-position: -330px 0;
	background-size: 400px auto;
}
#headerNavi {
	width: 100%;
}
#headerNavi .menuTitle {
	right: 70px;
}
#headerNavi .menuTitle span {
	background-color: #ac9356;
}
#headerNavi .menuTitle a {
	color: #ac9356;
}
#headerNavi .menuTitle.active {
	background-color: #7f6c3e;
}
#headerNavi .menuTitle.active:after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 100%;
	height: 7px;
	background-color: #7f6c3e;
}
#headerNavi .menuTitle.active span {
	background-color: #ffffff;
}
#headerNavi .menuTitle.active a {
	color: #ffffff;
}
#headerNavi,
#headerNavi .commonMenu {
	top: 50px;
	width: 100%;
	border-top: 3px solid #7f6c3e;
	background-color: #ffffff;
}
#headerNavi .commonMenu .brandListBox .colLeft,
#headerNavi .commonMenu .brandListBox .colRight {
	float: none;
	width: 100%;
	padding: 0;
	border: none;
}
#headerNavi .commonMenu > li > a {
	display: table;
	width: 100% !important;
	height: auto;
	padding: 0;
	background: none !important;
}
#headerNavi .commonMenu > li > a:after {
	display: none;
}
#headerNavi .commonMenu > li > a > span {
	display: table-cell;
	position: relative;
	height: 50px;
	vertical-align: middle;
	padding: 0 20px 0 14px;
}
#headerNavi .commonMenu > li > a > span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 7px;
	height: 12px;
	margin-top: -6px;
	background: url(/common/img/com_sp01.png) no-repeat -275px -30px;
	-webkit-background-size: 570px auto;
	background-size: 570px auto;
}
#headerNavi .commonMenu > li > .open > span:after {
	right: 10px;
	width: 12px;
	background-position: -300px -30px;
}
#headerNavi .commonMenu .brandListBox {
	position: static;
	width: 100%;
	padding: 0 15px 10px;
}
#headerNavi .commonMenu .brandListBox dl {
	padding: 3px 0;
}
#headerNavi .commonMenu .brandListBox dl dt {
	display: table;
	float: left;
	width: 22.41% !important;
	height: auto;
	padding: 0 10px 0 0;
	background-color: transparent !important;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.25;
	text-align: left;
}
#headerNavi .commonMenu .brandListBox dl dt span {
	display: table-cell;
	height: 45px;
	vertical-align: middle;
}
#headerNavi .commonMenu .brandListBox dl dt:after {
	display: none;
}
#headerNavi .commonMenu .brandListBox dl dt.category01 { color: #76522b; }
#headerNavi .commonMenu .brandListBox dl dt.category02 { color: #411c0a; }
#headerNavi .commonMenu .brandListBox dl dt.category03 { color: #1a3621; }
#headerNavi .commonMenu .brandListBox dl dt.category04 { color: #7e0018; }
#headerNavi .commonMenu .brandListBox dl dt.category05 { color: #65886d; }
#headerNavi .commonMenu .brandListBox dl dt.category06 { color: #502847; }
#headerNavi .commonMenu .brandListBox dl dt.category07 { color: #ccb946; }
#headerNavi .commonMenu .brandListBox dl dt.category08 { color: #3b567f; }
#headerNavi .commonMenu .brandListBox dl dd {
	overflow: hidden;
}
#headerNavi .commonMenu .brandListBox dl dd ul li,
#headerNavi .commonMenu .brandListBox dl dt.category02 + dd ul li:nth-child(6n) {
	display: table;
	width: 20%;
	margin: 0;
	padding: 7px 5px;
}
#headerNavi .commonMenu .brandListBox dl dd ul li a {
	display: table-cell;
	width: 100%;
	height: 31px;
	vertical-align: middle;
	text-align: center;
}
#headerNavi .commonMenu .brandListBox dl dd ul li img {
	max-height: 35px;
}
#headerNavi .commonMenu .brandListBox .colLeft dl + dl,
#headerNavi .commonMenu .brandListBox .colRight dl {
	border-top: 1px solid #ececec;
}
#headerNavi .commonMenu .brandListBox .inner .close {
	display: none;
}
#modalBgArea {
	display: none !important;
}

/* brandLogo */
#brandLogo,
.brandTop #brandLogo {
	position: relative;
	width: 55px;
	height: 55px;
	margin-left: 10px;
	padding: 0;
	/*padding: 7px 0 5px;*/
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	z-index: 5;
}
#brandLogo .inner,
.brandTop #brandLogo .inner {
	height: 55px;
	padding-top: 0;
	border: none !important;
}
#brandLogo .inner {
	padding: 3px !important;
}
#brandLogo .inner .logo img,
.brandTop #brandLogo .inner .logo img {
	width: 100%;
	height: auto;
}
.brandTop #brandLogo .inner .catchText {
	display:none;
}
.brandTop #header > .catchBox {
	display:block;
	padding:5px 0;
}
.brandTop #header > .catchBox .catchText {
	text-align:center;
}
.brandTop #header > .catchBox .catchText img {
	width:340px;
	height:68px;
}
#brandNavi {
	position: relative;
	border-width: 1px !important;
	z-index: 3;
}
#brandNavi ul {
	display: block;
	width: auto;
	background: none !important;
	text-align: center;
}
#brandNavi ul li {
	float: left;
	display: table;
	width: 25%;
}
#brandNavi ul li a {
	display: table-cell;
	width: auto !important;
	height: auto;
	min-width: 0;
	padding: 8px 0;
	line-height: normal;
	overflow: visible;
	text-indent: 0;
	white-space: normal;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: -0.01em;
	vertical-align: middle;
}
#brandNavi ul li a:before {
	display: none;
}
#brandNavi ul li a span {
	display: block;
	height: auto;
	padding: 8px 0;
	vertical-align: top;
	border-left: solid 1px #bda877;
}
#brandNavi ul li:first-child a span {
	display: block;
	border-left: none;
}

/* menuBlock */
.menuBlock {
	padding: 20px 0;
}
.menuBlock .colLayout01.count2 {
	width: 100%;
}
.menuBlock .colLayout01.count2 > .col {
	float: none;
	width: 100%;
	margin-left: 0;
	padding: 0 10px;
}
.menuBlock .colLayout01.count2 > .col + .col {
	margin-top: 30px;
}
.menuBlock .headingBlock {
	text-align: center;
}
.menuBlock .headingBlock .txtHeading01 {
	float: none;
	margin-right: 0;
	font-size: 23px;
	font-size: 2.3rem;
}
.menuBlock .headingBlock .note {
	float: none;
	font-size: 12px;
	font-size: 1.2rem;
}
.menuBlock .priceText {
	margin-top: 10px;
}

/* priceText */
.menuBlock .priceText {
	margin-top: 15px;
}
.menuBlock .priceText li:first-child:after {
	position: absolute;
	width: 56px;
	height: 56px;
	margin-top: -28px;
	background-position: -195px -40px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
.menuBlock .priceText li dt {
	margin-left: 20px;
	font-size: 15px;
	font-size: 1.5rem;
}
.menuBlock .priceText li dd {
	margin-top: -5px;
	font-size: 13px;
	font-size: 1.3rem;
}
.menuBlock .priceText li dd span.price {
	font-size: 36px;
	font-size: 3.4rem;
}

/* slider */
.mainImgSlider li,
.mainOptionSlider li,
.mainImgSlider li a,
.mainOptionSlider li a {
	min-width: 0;
	height: 148px !important;
}
#header .bx-wrapper {
	position: relative;
	z-index: 3;
}
#header .bx-controls {
	bottom: 0px;
}
#header .bx-pager-item {
	margin: 0 2px;
}
#header .bx-pager-item a{
	background: url(/common/img/bx_pager_sp.png) no-repeat 0px top;
	width: 8px;
	height: 8px;
}
#header .bx-pager-item a.active{
	background: url(/common/img/bx_pager_sp.png) no-repeat -8px top;
}

/* Contents
------------------------------------------------------ */
.contentsWrap {
	padding-bottom: 0;
}
#contents .heading01 + .contentsWrap {
	margin-top: 5px;
}
.storeBox.inner > .btnLink01 {
	position:relative;
	bottom:0;
}
.mainArea {
	float: none;
	width: 100%;
	margin-top: 10px;
	padding: 0 10px;
}
.sideArea {
	float: none;
	width: 100%;
	padding: 20px 10px;
	border-top: solid 1px #c3ae87;
}
.sideArea .bnrBox li {
	text-align: center;
}
.sectionInner01 {
	padding: 10px;
}

/* heading */
.heading01 {
	margin: 0;
}
#brand .heading01.type02 {
	width: 100%;
	padding: 20px 10px 0;
}
#brand .heading01.type02 span {
	font-size: 20px;
	font-size: 2.0rem;
}
#brand .heading02 span {
	padding-bottom: 5px;
	font-size: 1.6rem;
}
#brand .heading03 span {
	font-size: 1.4rem;
}
#brand .heading04 span {
	font-size: 1.2rem;
}
.mainImgSlider li {
	min-width: 0;
	height: 148px;
}

/* brandBlock */
.brandBlock {
	padding: 20px 0;
}
.brandBlock .inner {
	width: 100%;
}
.brandBlock .headingBlock,
.brandBlock .inner .brandList {
	display: none;
}
.brandBlock .bannerList {
	margin-top: 0;
	padding: 0 10px;
}
.brandBlock .bannerList li {
	width: 100%;
	margin: 10px 0 0;
}
.brandBlock .bannerList li:first-child {
	margin: 0;
}
.brandBoxLayout01 {
	padding: 10px;
}
.brandBoxLayout01 .heading span {
	font-size: 16px;
	font-size: 1.6rem;
}

#brand .colLayout01 > .colDetail .detailTxt02 {
	margin-top: 1em !important;
}

/* storeName */
.storeName {
	font-size: 14px;
	font-size: 1.4rem;
}
.storeData {
	width:100%;
	float:none;
	margin-right:0;
}
.storeBox {
	margin-bottom:5px;
}
.sectionStore + .sectionStore {
  padding-top: 20px !important;
}
.sectionStore {
  margin-bottom: 10px !important;
}
.storeBox + .storeBox {
	margin-top:10px !important;
	padding-top: 10px !important;
}
/* tableLayout01 */
#storelist .tableLayout01 {
	width: 100% !important;
}

/* tickeType */
.tickeType a {
	height: 90px;
}
.tickeType .title {
	font-size: 1.6rem;
}
.tickeType .text {
	font-size: 1.2rem;
}
#storelist .tickeType {
	width: 280px !important;
	max-width: 280px !important;
	margin: 0 auto !important;
}

/* imgDeco */
.imgDeco01:after,
.imgDeco02:after{
	width: 100%;
	height: 100%;
	right: -5px;
	bottom: -5px;
	background-size: cover;
}

/* infoBlock */
.infoBlock {
	padding: 20px 10px;
	background: #ebddc2;
}
.infoBlock .inner {
	width: 100%;
}
.infoBlock .txtHeading01 {
	font-size: 23px;
	font-size: 2.3rem;
}
.infoBlock .colLayout01 {
	margin-top: 15px;
}
.infoBlock .colLayout01.count3 > .col {
	float: none;
	width: 100% !important;
	margin-top: 10px !important;
	margin-left: 0 !important;
}
.infoBlock .colLayout01.count3 > .col:first-child {
	margin-top: 0 !important;
}

/* infoBox01 */
.infoBox01 {
	margin-top: 20px;
}
.infoBox01 .boxHead01 {
	display: block;
	margin: 0;
	padding: 8px 0;
	background: #a5151b;
	text-align: center;
}
.infoBox01 .boxHead01 span {
	display: inline-block;
	padding: 0 0 0 30px;
	background-size: 15px auto;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: normal;
}

/* mapBlock */
.mapBlock {
	overflow: hidden;
	margin: 15px 0 0;
}
.mapBlock .map {
	display: none;
}
.mapBlock .areaLink {
	border: 1px solid #ba3136;
}
.mapBlock .areaLink li {
	position: relative;
	float: left;
	width: 50%;
	border-top: 1px solid #ba3136;
}
.mapBlock .areaLink li:nth-child(2n+1) {
	clear: left;
	border-right: 1px solid #ba3136;
}
.mapBlock .areaLink li:nth-child(-n+2) {
	border-top: none;
}
.mapBlock .areaLink li a {
	height: 39px;
	padding: 0 15px;
	border: none;
	color: #ba3136;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
}
.mapBlock .areaLink li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 11px;
	margin-top: -5px;
	background: url(/brand/common/img/brand_ic15.gif) no-repeat 0 0;
	-webkit-background-size: 6px auto;
	background-size: 6px auto;
}

/* gmapArea */
.gmapArea {
	margin-top: 20px;
}
.gmapArea .gmap,
.gmapArea .detailBox {
	float: none;
	width: 100%;
}
.gmapArea .gmap iframe {
	width: 100%;
	height: 200px;
}
.gmapArea .detailBox {
	min-height: 0;
	margin-top: 15px;
	padding: 10px;
}

/* newsBlock */
#brand .newsBlock {
	display: block;
	width: 100%;
	margin-top: 0;
	border: none;
	border-bottom: 1px solid #7f6d30;
}
#brand .newsBlock + * {
	margin-top: 0 !important;
}
#brand .newsBlock > * {
	display: block;
	height: auto;
	vertical-align: top;
}
#brand .newsBlock > .title {
	display: table;
	position: relative;
	float: none;
	width: 100%;
}
#brand .newsBlock > .title a {
	display: table-cell;
	height: 30px;
	vertical-align: middle;
	padding-top: 0;
	padding-left: 28px;
	background: #7f6d30;
	color: #ffffff;
	font-size: 13px;
	font-size: 1.3rem;
	text-indent: 0;
	text-align:left;
}
#brand .newsBlock > .title a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 5px;
	height: 9px;
	margin-top: -5px;
	background: url(/common/img/com_sp02.png) no-repeat -245px 0;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
#brand .newsBlock > .title + * {
	overflow: visible;
	padding: 0;
}
#brand .newsBlock .bx-wrapper {
	padding: 10px 60px 10px 15px;
}
#brand .newsBlock .media a {
	display: block;
	width: auto;
}
#brand .mainArea .newsBlock .media a {
	width: auto;
}
#brand .newsBlock .media .details > .date {
	float: none;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.45;
}
#brand .newsBlock .media .details > .title {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.45;
}
#brand .newsBlock .bx-wrapper {
	position: relative;
}
#brand .newsBlock .bx-controls-direction a {
	top: 50%;
	width: 27px;
	height: 30px;
	margin-top: -15px;
}
#brand .newsBlock .bx-controls-direction a:before {
	width: 6px;
	height: 10px;
	margin-top: -5px;
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}
#brand .newsBlock .bx-controls-direction .bx-prev {
	right: 27px;
}
#brand .newsBlock .bx-controls-direction .bx-prev:before {
	left: 8px;
	background-position: -160px -40px;
}
#brand .newsBlock .bx-controls-direction .bx-next {
	right: 0;
}
#brand .newsBlock .bx-controls-direction .bx-next:before {
	left: 6px;
	background-position: -180px -40px;
}


/* Footer
------------------------------------------------------ */

/*----- footerWrap01 -----*/
.footerWrap01 #pageTopBtn {
	position: fixed;
	right: 10px;
	bottom: 10px;
	margin: 0;
}
.footerWrap01 #pageTopBtn > a {
	width: 40px;
	height: 40px;
	background-position: -500px 0;
	-webkit-background-size: 570px auto;
	background-size: 570px auto;
}

/*----- footerWrap02 -----*/
.footerWrap02 {
	border-top: none;
}
.footerWrap02:before {
	display: none;
}
.footerWrap02 .inner {
	width: 100%;
	padding: 10px;
}

/* footerNavi */
.footerWrap02 #footerNavi {
	float: none;
	width: 100%;
	padding: 25px 15px;
}
.footerWrap02 #footerNavi .footerLink li {
	width: 50% !important;
	margin: 10px 0 0 !important;
	padding: 0;
}
.footerWrap02 #footerNavi .footerLink li a {
	padding-right: 0;
}
.footerWrap02 #footerNavi .footerLink li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 11px;
	margin-top: -6px;
	background: url(/brand/common/img/brand_sp01.png) no-repeat -793px -1px;
}
.footerWrap02 #footerNavi .footerLink li a:after {
	display: none;
}

/* copyright */
.footerWrap02 #copyright {
	float: none;
	margin-top: 15px;
	text-align: center;
}

}



/* Clearfix
------------------------------------------------------ */
#headerNavi .commonMenu:after,
#headerNavi .commonMenu .brandListBox .inner:after,
#headerNavi .commonMenu .brandListBox dl:after,
#headerNavi .commonMenu .brandListBox dl dd ul:after,
#brandNavi ul:after,
.contentsWrap:after,
.topicWrap:after,
.topicWrap .topicPath .pathNavi:after,
.footerWrap02 #footerNavi .footerLink:after,
.footerWrap03 #footerInfo:after,
.menuBlock .headingBlock:after,
.brandBlock .brandList:after,
.slider:after,
.mainOptionSlider:after,
#brand .newsBlock .articleList:after,
.footerWrap02 .inner:after,
.cpList01:after,
.menuBlock .priceText:after,
.menuBlock .areaLink:after,
.storeBox:after, .sectionInner01:after {
	content: "";
	display: table;
	clear: both;
}