@charset "utf-8";

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

/*      01 共通     */

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

/* reset */
/* -------------------------------------------------- */

*{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}

html{
	overflow-y:scroll;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

.tlDispNone{
	display:none;
}

.tlMb25{
	margin-bottom:25px !important;
}

/* element */
/* -------------------------------------------------- */

.opacity{
	opacity:0.5;
}

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

.imagePhoto img{
	padding:6px;
	background:#FFF;
	box-shadow:rgba(68, 68, 69, 0.2) 0px 0px 4px 1px;
	-webkit-box-shadow:rgba(68, 68, 69, 0.2) 0px 0px 4px 1px;
	-moz-box-shadow:rgba(68, 68, 69, 0.2) 0px 0px 4px 1px;
}

.mainPhotoA img{
	width:726px;
	height:auto;
	margin-bottom:25px;
}

.imgXhdpi{
	width:50%;
	height:auto;
}

.brNoneTl{
	display:none;
}

/* layout */
/* -------------------------------------------------- */

body{
	line-height:1.75em;
	color:#221815;
	background:url(../img/back01.gif) repeat top center;
}

.contentsAreaIndex{
	width:738px;
	margin:0 auto;
	padding-top:50px;
	text-align:justify;
}

.contentsAreaA{
	width:738px;
	margin:0 auto;
	text-align:justify;
}

.contentsAreaB{
	width:738px;
	margin:0 auto;
	text-align:justify;
}

.leftAreaA,
.leftAreaB{
	width:738px;
	font-size:0.9em;
	line-height:2.5em;
}

.rightAreaA,
.rightAreaB{
	width:100%;
	font-size:0.9em;
}

/* menu */
/* -------------------------------------------------- */

#container{
	background:url(../img/back01.gif) repeat top center;
}

/* header */
/* -------------------------------------------------- */

#headerTop{
	width:738px;
	margin:0 auto;
}

#logo{
	margin-top:20px;
	float:left;
}

#logo a{
	display:block;
	width:150px;
	height:77px;
	background:url(../img_xhdpi/logo.png) no-repeat top left;
	overflow:hidden;
	text-indent:-9999px;
	background-size:150px 77px;
}

#menu{
	margin-top:67px;
	float:right;
	width:120px;
	height:28px;
}

#menu a{
	display:block;
	width:120px;
	height:28px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img_xhdpi/btn_menu.png) no-repeat 0 0;
	background-size:120px 28px;
}

/* gnaviArea */

#gnaviArea{
	margin-top:10px;
}

#gnaviArea ul{
	margin-bottom:15px;
	border-top:1px solid #8A847E;
	display:none;
	list-style:none;
	font-size:16px;
}

#gnaviArea ul li a{
	display:block;
	box-sizing:border-box;
	padding:15px 25px 15px 50px;
	width:100%;
	color:#221815;
	text-decoration:none;
	border-bottom:1px solid #8A847E;
	background:#F4EDE3 url(../img_xhdpi/arrow01.png)  no-repeat 30px center;
	background-size:11px 11px;
}

#gnaviArea ul li a:hover,
#gnaviArea ul li a:visited{
	color:#221815;
	text-decoration:none;
}

#gnaviArea ul li a.current{
	box-sizing:border-box;
	padding:15px 25px 15px 50px;
	display:block;
	width:100%;
	color:#B83E04;
	text-decoration:none;
	border-bottom:1px solid #8A847E;
	background:#F4EDE3 url(../img_xhdpi/arrow03.png) no-repeat 30px center;
	background-size:11px 11px;
}

/* rnaviAreaA */

.rnaviAreaA{
	width:100%;
	margin-bottom:50px;
}

.rnaviAreaA li{
	width:100%;
	list-style:none;
	margin-bottom:10px;
	box-shadow:rgba(68, 68, 69, 0.2) 0px 0px 4px 1px;
	-webkit-box-shadow:rgba(68, 68, 69, 0.2) 0px 0px 4px 1px;
	-moz-box-shadow:rgba(68, 68, 69, 0.2) 0px 0px 4px 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

.rnaviAreaA li:last-child{
	margin-bottom:0;
}

.rnaviAreaA ul:after{
	clear:both;
}

.rnaviAreaA a{
	display:block;
	text-decoration:none;
	font-size:16px;
	line-height:1.5em;
	padding:16px 15px 16px 35px;
	background:#FFF;
	box-sizing:border-box;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	color:#221815;
	background:#FFF url(../img_xhdpi/arrow01.png) no-repeat 15px center;
	background-size:11px 11px;
}

.rnaviAreaA a:link{
	text-decoration:none;
}

.rnaviAreaA a:visited{
	text-decoration:none;
}

.rnaviAreaA a:hover,
.rnaviAreaA li.current a{
	display:block;
	text-decoration:none;
	font-size:16px;
	line-height:1.5em;
	padding:16px 15px 16px 35px;
	background:#FFF;
	box-sizing:border-box;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	color:#221815;
	background:#FFF url(../img_xhdpi/arrow03.png) no-repeat 15px center;
	background-size:11px 11px;
	color:#B83E04;
}

.rnaviAreaA li a br{
	display:none;
}

#rnaviSnsArea01{
	width:400px;
	margin:0 auto;
	margin-top:50px;
}

#rnaviSnsArea01 ul li{
	list-style:none;
}

#rnaviSnsArea01 ul li img{
	width:100%;
	height:auto;
}

#rnaviSnsArea01Left{
	float:left;
	width:195px;
}

#rnaviSnsArea01Right{
	float:right;
	width:195px;
}

#rnaviSnsArea01 ul li a:hover,
#shopBannerArea a:hover,
#indexeventArea a:hover{
	opacity:0.5;
}

#indexeventArea{
	margin-bottom:50px;
	padding-top:15px;
}

#shopBannerArea h3{
	padding:15px 0;
	font-size:1.5em;
}

#shopBanner01{
	padding-top:15px;
	text-align:center;
}

#shopBanner01 img{
	width:600px;
	height:auto;
}

#shopText01{
	padding:25px 0;
	text-align:center;
}

#indexeventText01{
	padding:0 0 25px 0;
	text-align:center;
}

#indexeventBtn01 a,
#shopBtn01 a{
	margin:0 auto 0 auto;
	display:block;
	width:400px;
	height:70px;
	line-height:70px;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	background:#F48921 url(../img_xhdpi/arrow05.png)  no-repeat 20px center;
	background-size:20px 20px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

#shopBtn01 a:hover{
	opacity:0.5;
}

/* pnaviArea */

#pnaviArea{
	width:738px;
	margin:0 auto 15px auto;
	font-size:0.9em;
}

#pnavi{
	margin:0;
	padding:0;
	color:#333;
	list-style:none;
	font-size:0.9em;
	text-align:left;
}

#pnavi li{
	display:inline;
}

#pnavi a{
	color:#333;
	text-decoration:none;
	background:url(../img_xhdpi/arrow_pnavi01.png) center right no-repeat;
	background-size:4px 7px;
	padding-right:15px;
	margin-right:5px;
}

#pnavi a:hover{
	text-decoration:underline;
}

/* footerArea */

#footerAreaA{
	margin-top:75px;
	text-align:center;
	color:#FFF;
	margin-bottom:-3px;
}

#footerAreaB{
	background:#221815 url(../img/back02.gif) repeat-x top center;
	font-size:0.8em;
}

#footerAreaC{
	position:relative;
	width:708px;
	margin:0 auto;
	padding:60px 0 50px 0;
}

#pageTop{
	position:absolute;
	top:0;
	right:0;
}

#footerAreaB #pageTop a{
	display:block;
	width:68px;
	height:32px;
	background:url(../img_xhdpi/btn_top_off.png) no-repeat top center;
	overflow:hidden;
	text-indent:-9999px;
	background-size:68px;
	height:32px;
}

#footerAreaB #pageTop a:hover{
	background:url(../img_xhdpi/btn_top_on.png) no-repeat top center;
	background-size:68px;
	height:32px;
}

#footerNavi li{
	list-style:none;
}

#footerNavi li a{
	color:#FFF;
	padding-left:20px;
	background:url(../img_xhdpi/arrow02.png) no-repeat 0 3px;
	text-decoration:none;
	background-size:11px 11px;
}

#footerNavi li a:hover{
	opacity:0.5;
}

#footerAreaA h3 img{
	width:100%;
}

#footerNavi{
	width:708px;
	margin:0 auto;
}

#footerNavi01{
	width:150px;
	float:left;
}

#footerNavi02{
	width:150px;
	float:left;
}

#footerNavi03{
	width:150px;
	float:left;
}

#footerNavi04{
	width:150px;
	float:left;
}

#footerNavi05{
	float:right;
}

#copyright{
	clear:both;
	text-align:center;
	padding-top:25px;
	color:#FFF;
}

/* title */
/* -------------------------------------------------- */

#titleAreaA{
	text-align:center;
	margin-bottom:20px;
}

#titleAreaA h1,
#titleAreaA p{
	width:738px;
	height:80px;
	margin:0 auto;
	text-indent:-9999px;
	overflow:hidden;
	background-size:738px 80px;
}

#titleReimen{
	background:url(../img_xhdpi/title_remen.png) no-repeat 0 0;
}

#titleYakiniku{
	background:url(../img_xhdpi/title_yakiniku.png) no-repeat 0 0;
}

#titleKorea{
	background:url(../img_xhdpi/title_korea.png) no-repeat 0 0;
}

#titleMakkolli{
	background:url(../img_xhdpi/title_makkolli.png) no-repeat 0 0;
}

#titleJajamen{
	background:url(../img_xhdpi/title_jajamen.png) no-repeat 0 0;
}

#titleMukokuseki{
	background:url(../img_xhdpi/title_mukokuseki.png) no-repeat 0 0;
}

#titleContact{
	background:url(../img_xhdpi/title_contact.png) no-repeat 0 0;
}

#titleShop{
	background:url(../img_xhdpi/title_shop.png) no-repeat 0 0;
}

#titleCompany{
	background:url(../img_xhdpi/title_company.png) no-repeat 0 0;
}

#titleEvent{
	background:url(../img_xhdpi/title_event.png) no-repeat 0 0;
}

#title404{
	background:url(../img_xhdpi/title_404.png) no-repeat 0 0;
}

/* text */
/* -------------------------------------------------- */

.headingLv01A{
	font-size:2.25em;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:25px;
	padding-bottom:18px;
	background:url(../img_xhdpi/heading_back01.png) no-repeat left bottom;
	background-size:738px 15px;
}

#newsArea h2,
.headingLv02A{
	font-size:1.75em;
	line-height:1.25em;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:2px solid #221815;
}

.headingLv02B{
	font-size:1.75em;
	line-height:1.25em;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:2px solid #C7C5C4;
}

.eventArea h2,
#newsArea h3,
.headingLv02C{
	font-size:1.5em;
	line-height:1.25em;
	margin-bottom:25px;
	padding:8px 15px;
	background:#221815;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	color:#FFF;
}

#newsArea h4,
.headingLv03A{
	font-size:1.5em;
	line-height:1.25em;
	margin-bottom:10px;
}

.naviHeading{
	font-size:16px;
	line-height:1.5em;
	padding:8px 15px;
	background:#221815;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	color:#FFF;
	margin-bottom:10px;
}

.headingLv01B,
.contentsAreaIndex .naviHeading{
	font-size:20px;
	line-height:1.5em;
	padding:8px 15px;
	background:#221815;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	color:#FFF;
	margin-bottom:10px;
}

/* table */
/* -------------------------------------------------- */

.tableStyleA{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #C7C5C4;
}

.tableStyleA th{
	width:20%;
	padding:10px 15px;
	border-bottom:1px solid #C7C5C4;
	text-align:left;
	white-space:nowrap;
}

.tableStyleA td{
	padding:10px 15px;
	border-bottom:1px solid #C7C5C4;
	text-align:left;
}

.tableStyleB{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #C7C5C4;
}

.tableStyleB th{
	width:20%;
	padding:6px 15px;
	border-bottom:1px solid #C7C5C4;
	text-align:left;
	white-space:nowrap;
	font-weight:normal;
	vertical-align:top;
}

.tableStyleB td{
	padding:6px 15px;
	border-bottom:1px solid #C7C5C4;
	text-align:left;
	white-space:nowrap;
}

.recruitArea table{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #C7C5C4;
	line-height:1.75em;
}

.recruitArea th{
	width:20%;
	padding:10px 15px;
	border-bottom:1px solid #C7C5C4;
	text-align:left;
	white-space:nowrap;
	vertical-align:top;
}

.recruitArea td{
	padding:10px 15px;
	border-bottom:1px solid #C7C5C4;
	text-align:left;
}

/* index */
/* -------------------------------------------------- */

#newsArea dl{
	padding:15px 0 0 0;
	line-height:1.75em;
}

#newsArea dt{
	margin-bottom:5px;
	padding:0 15px 0 15px;
	font-size:0.9em;
}

#newsArea dd{
	margin-bottom:15px;
	padding:0 15px 15px 15px;
	border-bottom:1px dotted #908B8A;
}

#newsArea dd a{
	color:#221815;
	text-decoration:none;
}

#newsArea dd a:hover{
	opacity:0.5;
}

#newsArea dd a:visited{
	color:#221815;
	text-decoration:none;
}

.indexNewsBtn01,
.indexShopBtn01{
	margin-bottom:50px;
}

.indexNewsBtn01 a,
.indexShopBtn01 a{
	margin:25px auto 0 auto;
	display:block;
	width:400px;
	height:70px;
	line-height:70px;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	background:#F48921 url(../img_xhdpi/arrow05.png)  no-repeat 20px center;
	background-size:20px 20px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

.indexNewsBtn01 a:hover,
.indexShopBtn01 a:hover{
	opacity:0.5;
}

.indexItemArea a{
	color:#221815;
	text-decoration:none;
}

.indexItemArea a:hover{
	opacity:0.5;
	text-decoration:none;
}

.indexItemArea a:visited{
	color:#221815;
	text-decoration:none;
}

.indexItem01,
.indexItem02,
.indexItem03{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dotted #8F8B89;
}

.itemImg{
	width:200px;
	float:left;
}

.itemImg img{
	width:200px;
}

.indexItemText{
	width:510px;
	float:right;
	padding-right:20px;
	box-sizing:border-box;
	background:url(../img_xhdpi/arrow04.png) no-repeat right center;
	background-size:12px 17px;
}

.indexItemArea h3{
	padding-top:18px;
	font-size:1.5em;
	margin-bottom:5px;
}

.indexItemArea p{
	font-size:1em;
}

.indexShopArea{
	padding:50px 0 10px 0;
}

.indexShopArea .imagePhoto{
	width:200px;
	margin:0 25px 0 0;
	float:left;
}

.indexShopArea img{
	width:188px;
	height:auto;
	float:left;
}

.indexShopArea a{
	color:#221815;
	text-decoration:none;
}

.indexShopArea a:hover{
	opacity:0.5;
	text-decoration:none;
}

.indexShopArea a:visited{
	color:#221815;
	text-decoration:none;
}

/* bxslider */

#indexPhoto01,
#indexPhoto02{
	display:none;
}

#indexPhotoArea{
	width:100%;
}

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

#indexPhotoArea li{
	list-style:none;
}

.bxslider{
	list-style:none;
}

.bx-wrapper{
	position:relative;
	margin:0 auto 20px auto;
	padding:0;
	*zoom:1;
}

.bx-wrapper img{
	max-width:100%;
	display:block;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto{
	position:absolute;
	bottom:-50px;
	width:100%;
}

.bx-wrapper .bx-loading{
	min-height:50px;
	background:url(../img/bx_loader.gif) center center no-repeat #fff;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2000;
}

.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:#C8C3BD;
	text-indent:-9999px;
	display:block;
	width:8px;
	height:8px;
	margin:0 10px;
	outline:0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#221815;
}

.bx-wrapper .bx-prev{
	left:15px;
}

.bx-wrapper .bx-next{
	right:15px;
}

.bx-wrapper .bx-prev:hover{
	background-position:0 0;
}

.bx-wrapper .bx-next:hover{
	background-position:0 0;
}

.bx-wrapper .bx-controls-direction a{
	position:absolute;
	top:50%;
	margin-top:-16px;
	outline:0;
	width:35px;
	height:35px;
	text-indent:-9999px;
	z-index:9999;
}

.bx-wrapper .bx-controls-direction a.disabled{
	display:none;
}

.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;
	background:url(../img/controls.png) -86px -11px no-repeat;
	margin:0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active{
	opacity:0.7;
}

.bx-wrapper .bx-controls-auto .bx-stop{
	display:block;
	text-indent:-9999px;
	width:9px;
	height:11px;
	outline:0;
	background:url(../img/controls.png) -86px -44px no-repeat;
	margin:0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active{
	opacity:0.7;
}

.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;
}

.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;
}

#ginga{
	width:738px;
	margin:50px auto -50px auto;
	text-align:center;
}

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

/* categorytop */
/* -------------------------------------------------- */

#categoryTop a{
	color:#221815;
	text-decoration:none !important;
}

.categoryTopPhotoLeftA{
	width:250px;
	float:left;
}

.categoryTopPhotoRightA{
	width:250px;
	float:left;
}

.categoryTopPhotoLeftA img,
.categoryTopPhotoRightA img{
	width:238px;
	height:auto;
	box-sizing:border-box;
}

.categoryTopTextLeftA,
.categoryTopTextRightA{
	width:465px;
	float:right;
	font-size:0.9em;
	line-height:2em;
}

.categoryTopTextLeftA p,
.categoryTopTextRightA p{
	margin-bottom:5px;
}

.categoryTopTextLeftA h2,
.categoryTopTextRightA h2{
	font-size:1.25em;
	margin-bottom:10px;
}

a .categoryTopTextLeftA,
a .categoryTopTextRightA{
	color:#221815;
	text-decoration:none;
}

a .categoryTopPhotoLeftA:hover,
a .categoryTopPhotoRightA:hover,
a .categoryTopTextLeftA:hover,
a .categoryTopTextRightA:hover{
	opacity:0.5;
}

.categoryBottomSpaceA{
	margin-bottom:50px;
	padding-bottom:50px;
	border-bottom:1px dotted #8F8B89;
}

/* shopList */
/* -------------------------------------------------- */

/* shopListA */

.shopListALeft,
.shopListARight{
	margin-bottom:35px;
	padding-bottom:35px;
	border-bottom:1px dotted #8F8B89;
}

.shopListALeft .imagePhoto img,
.shopListARight .imagePhoto img{
	width:250px;
	float:left;
}

.shopListALeft .imagePhoto img,
.shopListARight .imagePhoto img{
	width:238px;
	height:auto;
}

.shopListALeft .shopListText,
.shopListARight .shopListText{
	width:465px;
	float:right;
	padding-right:20px;
	box-sizing:border-box;
	background:url(../img_xhdpi/arrow04.png) no-repeat right center;
	background-size:12px 17px;
}

.shopListALeft h3,
.shopListARight h3{
	margin:0 0 6px 0;
	font-size:1.25em;
}

.shopListALeft a,
.shopListARight a{
	color:#221815;
	text-decoration:none;
}

.shopListALeft a:hover,
.shopListARight a:hover{
	opacity:0.5;
}

.shopListALeft dt,
.shopListARight dt{
	width:80px;
	margin-bottom:1px;
	padding:0 0 0 0;
	list-style:none;
	overflow:hidden;
	zoom:1;
	font-size:0.9em;
	line-height:2em;
	clear:both;
	float:left;
}

.shopListALeft dd,
.shopListARight dd{
	width:390px;
	margin-bottom:1px;
	padding:0 0 0 55px;
	font-size:0.9em;
	line-height:2em;
}

/* shopListB */

.shopListBLeft,
.shopListBCenter,
.shopListBRight{
	margin-bottom:35px;
	padding-bottom:35px;
	border-bottom:1px dotted #8F8B89;
}

.shopListBLeft .shopListText,
.shopListBCenter .shopListText,
.shopListBRight .shopListText{
	width:465px;
	float:right;
	padding-right:20px;
	box-sizing:border-box;
	background:url(../img_xhdpi/arrow04.png) no-repeat right center;
	background-size:12px 17px;
}

.shopListBLeft .imagePhoto,
.shopListBCenter .imagePhoto,
.shopListBRight .imagePhoto{
	width:250px;
	float:left;
}

.shopListBLeft img,
.shopListBCenter img,
.shopListBRight img{
	width:238px;
	height:auto;
}

.shopListBLeft h3,
.shopListBCenter h3,
.shopListBRight h3{
	margin:0 0 6px 0;
	font-size:1.25em;
}

.shopListBLeft a,
.shopListBCenter a,
.shopListBRight a{
	color:#221815;
	text-decoration:none;
}

.shopListBLeft a:hover,
.shopListBCenter a:hover,
.shopListBRight a:hover{
	opacity:0.5;
}

.shopListBLeft dt,
.shopListBCenter dt,
.shopListBRight dt{
	width:80px;
	margin-bottom:1px;
	padding:0 0 0 0;
	list-style:none;
	overflow:hidden;
	zoom:1;
	font-size:0.9em;
	line-height:2em;
	clear:both;
	float:left;
}

.shopListBLeft dd,
.shopListBCenter dd,
.shopListBRight dd{
	width:390px;
	margin-bottom:1px;
	padding:0 0 0 55px;
	font-size:0.9em;
	line-height:2em;
}

/* shopArea */

.shopTextArea01{
	margin-bottom:50px;
	font-size:16px;
	line-height:2em;
}

.shopPhotoLeft01{
	width:350px;
	padding-top:25px;
	float:left;
	font-size:0.9em;
	line-height:1.5em;
}

.shopPhotoRight01{
	width:350px;
	padding-top:25px;
	float:right;
	font-size:0.9em;
	line-height:1.5em;
}

.shopPhotoLeft01 img,
.shopPhotoRight01 img{
	margin-bottom:10px;
	width:338px;
	height:auto;
	padding:6px;
	background:#FFF;
	box-shadow:rgba(68, 68, 69, 0.2) 0px 0px 4px 1px;
	-webkit-box-shadow:rgba(68, 68, 69, 0.2) 0px 0px 4px 1px;
	-moz-box-shadow:rgba(68, 68, 69, 0.2) 0px 0px 4px 1px;
	box-sizing:border-box;
}

.shopBtn01 a,
.shopBtn02 a,
.shopBtn03 a{
	margin:25px auto 0 auto;
	display:block;
	width:400px;
	height:70px;
	line-height:70px;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	background:#F48921 url(../img_xhdpi/arrow05.png)  no-repeat 20px center;
	background-size:20px 20px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

.shopBtn01 a:hover,
.shopBtn02 a:hover{
	opacity:0.5;
}

.shopBtn03{
	margin:0 0 25px 0;
}

.shopBtn04{
	display:none;
}

.shopRecArea01{
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px dotted #908B8A;
}

.shopRecLeft01{
	width:300px;
	float:left;
}

.shopRecLeft01 img,
.shopRecRight01 img{
	width:288px;
	height:auto;
	padding:6px;
	background:#FFF;
	box-shadow:rgba(68, 68, 69, 0.2) 0px 0px 4px 1px;
	-webkit-box-shadow:rgba(68, 68, 69, 0.2) 0px 0px 4px 1px;
	-moz-box-shadow:rgba(68, 68, 69, 0.2) 0px 0px 4px 1px;
}

.shopRecRight01{
	width:400px;
	float:right;
	line-height:2em;
}

.shopRecRight01 h3{
	font-size:1.25em;
	line-height:1.5em;
	margin-bottom:10px;
}

#map{
	width:738px;
	height:375px;
	margin-bottom:20px;
}

#snsArea01{
	width:320px;
	margin:0 auto;
}

#snsArea01{
	width:325px;
	padding-top:15px;
	margin:0 auto;
}

#snsArea01 li{
	list-style:none;
	float:left;
}

#snsArea01 li img{
	width:75px;
	height:auto;
}

#sns01{
	margin-right:50px;
}

#sns02{
	margin-right:50px;
}

#snsArea01 li a:hover{
	opacity:0.5;
}

/* item */
/* -------------------------------------------------- */

.itemTextArea,
.itemTextAreaEnd{
	margin-bottom:50px;
	font-size:16px;
	line-height:2em;
	clear:both;
}

.photoLeft01 .imagePhoto{
	width:250px;
	margin:0 25px 15px 0;
	float:left;
}

.photoLeft02 .imagePhoto{
	width:175px;
	margin:0 25px 15px 0;
	float:left;
}

.photoRight01 .imagePhoto{
	width:250px;
	margin:0 0 15px 25px;
	float:right;
}

.photoRight02 .imagePhoto{
	width:175px;
	margin:0 0 15px 25px;
	float:right;
}

.photoLeft01 img,
.photoRight01 img{
	width:238px;
	height:auto;
}

.photoLeft02 img,
.photoRight02 img{
	width:163px;
	height:auto;
}

/* company */
/* -------------------------------------------------- */

.companyTextArea,
.companyTextAreaEnd{
	margin-bottom:50px;
}

.companyTopArea,
.companyTopAreaEnd{
	margin-bottom:50px;
	font-size:14px;
	line-height:1.75em;
	clear:both;
}

.companyTopArea{
	margin-bottom:50px;
}

.companyTopAreaEnd{
	margin-bottom:0;
}

.companyTopLeft01{
	width:350px;
	float:left;
}

.companyTopRight01{
	width:350px;
	float:right;
}

.companyTopLeft02{
	width:230px;
	margin-right:25px;
	float:left;
}

.companyTopCenter02{
	width:230px;
	float:left;
}

.companyTopRight02{
	width:230px;
	float:right;
}

.companyTopLeft01 img,
.companyTopRight01 img{
	width:100%;
	height:auto;
}

.companyTopArea a,
.companyTopAreaEnd a{
	text-decoration:none;
	color:#221815;
}

.companyTopArea a:hover,
.companyTopAreaEnd a:hover{
	opacity:0.5;
}

.companyTopArea a:visited,
.companyTopAreaEnd a:visited{
	text-decoration:none;
	color:#221815;
}

.companyTopLeft01 h2,
.companyTopRight01 h2,
.companyTopLeft02 h2,
.companyTopCenter02 h2,
.companyTopRight02 h2{
	padding-left:16px;
	background:url(../img/arrow01.png) no-repeat 0 12px;
	font-size:1.25em;
	line-height:1.5em;
	margin-bottom:12px;
	padding-bottom:7px;
	border-bottom:2px solid #221815;
}

.philosophyHeading01{
	font-size:1.4em;
	line-height:1.75em;
}

.philosophyHeading01{
	padding-top:10px;
	font-size:1.5em;
	line-height:1.75em;
}

.greetingPhoto img{
	margin:0 0 30px 30px;
	float:right;
	width:225px;
	padding:6px;
	background:#FFF;
	box-shadow:rgba(68, 68, 69, 0.2) 0px 0px 4px 1px;
	-webkit-box-shadow:rgba(68, 68, 69, 0.2) 0px 0px 4px 1px;
	-moz-box-shadow:rgba(68, 68, 69, 0.2) 0px 0px 4px 1px;
}

/* newsArea */
/* -------------------------------------------------- */

#newsArea ol,
#newsArea ul{
	margin-left:35px;
}















