@charset "UTF-8";

/********************
0.reset
1.common
2.Pages common
3.toppage
4.about
5.foodmenu
6.itemgoods
7.shop
********************/

/********************
reset
********************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.cf {
  *zoom: 1;
}
.cf:before {
  content: " ";
  display: table;
}
.cf:after {
  content: " ";
  display: table;
  clear: both;
}

/********************
common
********************/
body {
  font-family: "游ゴシック体", "YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
  font-size: 14px;
  font-weight: normal;
  background-color: #fff;
  -webkit-appearance: none;
  position: relative;
}
body p {
	line-height: 1.8em;
}

a{
	color: #c36c00;
}
a:hover{
	color: #d6aa7b;
}

#foodmenu #calbeestore_ContentIn .foodmenulist a,
#foodmenu #calbeestore_ContentIn .backBtn a,
#foodmenu #calbeestore_ContentIn .pageNaviBox a,
#itemgoods #calbeestore_ContentIn a {
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
#foodmenu #calbeestore_ContentIn .foodmenulist a:hover,
#foodmenu #calbeestore_ContentIn .backBtn a:hover,
#foodmenu #calbeestore_ContentIn .pageNaviBox a:hover,
#itemgoods #calbeestore_ContentIn a:hover{
	opacity: .3;
	-webkit-opacity: .3;
	-moz-opacity: .3;
	filter: alpha(opacity=30);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=30)"; /* IE 8 */
}

#ContentareaWrap{
	background:#fbefcf url(../images/footer_ill_btm.png) bottom right no-repeat;
	padding-bottom: 90px;
	margin-bottom: 30px;
}
#ContentareaWrapIn{
	background:#ffffff url(../images/nami.png) top center repeat-x;
	}
#calbeestore_Header{
	width:950px;
	margin:0 auto;
	position: relative;
}
#calbeestore_Header .calbeeplusLogo{
	width:314px;
	padding-top:10px;
	padding-bottom:20px;
	margin:0 auto;
}
#calbeestore_Header .calbeeplusLogo img{width:100%;}
#calbeestore_Header .langBtn{
	width:250px;
	background:url(../images/lang.png) left center no-repeat;
	padding-left: 30px;
	position: absolute;
    top: 25px;
    right: 0;
}
#calbeestore_Header .langBtn li{float:left;}
#calbeestore_Header .langBtn li.lang01{width:56px;}
#calbeestore_Header .langBtn li.lang02{width:85px;}
#calbeestore_Header .langBtn li.lang03{width:72px;}
#calbeestore_Header .langBtn li.lang04{width:36px;}

#calbeestore_Navi{
	width:950px;
	margin:0 auto;
	text-align:center;
}
#calbeestore_Navi li{
	float: left;
    width: 189px;
    margin-right: 1px;
}
#calbeestore_Navi li a{
	text-decoration:none;
	display: block;
	padding:13px 0 7px;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}
#calbeestore_Navi li a span{
	display: block;
	font-size: 10px;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
    padding: 3px 0px;
    letter-spacing: 2px;
}
#calbeestore_Navi li.Navi01 a{border-bottom:2px solid #b80112;}
#calbeestore_Navi li.Navi02 a{border-bottom:2px solid #80a21f;}
#calbeestore_Navi li.Navi03 a{border-bottom:2px solid #e9ad00;}
#calbeestore_Navi li.Navi04 a{border-bottom:2px solid #cc6c00;}
#calbeestore_Navi li.Navi05 a{border-bottom:2px solid #508a7d;}
#calbeestore_Navi li.Navi01 a:hover{color: #b80112;}
#calbeestore_Navi li.Navi02 a:hover{color: #80a21f;}
#calbeestore_Navi li.Navi03 a:hover{color: #e9ad00;}
#calbeestore_Navi li.Navi04 a:hover{color: #cc6c00;}
#calbeestore_Navi li.Navi05 a:hover{color: #508a7d;}


/********************
Pages common
********************/
#PagesMainImage{
	background: #666;
}
#PagesMainImageIn{
	background: url(../images/pagesmainimage_tent.png) bottom center no-repeat;
	height: 162px;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
#PagesMainImageIn .mainTitle{
	color: #ffffff;
	background: url(../images/h1maru.png) center center no-repeat;
	font-size: 11px;
	padding: 40px 0;
}
#PagesMainImageIn .mainTitle strong{
	color: #ffffff;
	font-size: 26px;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
    padding: 6px 0px 0;
    letter-spacing: 3px;
    display: block;
}
#calbeestore_Content{background: url(../images/footer_ill_top.png) bottom right no-repeat;}
#calbeestore_ContentIn {padding-bottom: 150px;}
.selectBox{
	text-align: right;
	padding: 30px 0 20px 0;
}
#itemgoods .selectBox{
	padding: 30px 0 60px 0;
}
.selectBoxShop{
	background-color: #fbefcf;
	width: 680px;
	padding: 10px;
	margin: 20px 0 0 auto;
	text-align: left;
}
.selectBoxShop ul{
	float: right;
	width: 490px;
}
.selectBox dt,.selectBox dd,.selectBox li{
	display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 15px;
    font-weight: bold;
    color: #9e9e9e;
}
.selectBox dd,.selectBox li{
	border-right: 1px solid #9e9e9e;
	padding: 0 1em;
	line-height: 20px;
}
.selectBox li{
	line-height: 1.8em;
}
.selectBox dd.last,.selectBox li.last{
	border-right:none;
}
.selectBox dt img{
	vertical-align: middle;
}
.selectBoxShop img{
	margin-top: 3px;
}
.selectBox dd a,.selectBox li a{
	color: #9e9e9e;
	text-decoration: none;
    padding: 5px 0;
}
.selectBox dd a.active,.selectBox li a.active{
	color: #333;
	background: url(../images/select_underline.png) bottom center repeat-x;
}

.linkBtn{
	background: url(../../images/foodmenu/pdf_bg1.png) bottom right no-repeat;
}
.linkBtn a{
	text-decoration: none;
    padding-bottom: 5px;
    display: block;
	background: url(../../images/foodmenu/pdf_bg2.png) top left no-repeat;
}
.linkBtn a span{
	border: 1px solid #db3c00;
	display: block;
	color: #db3c00;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
	line-height: 1.3em;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.linkBtn a:hover span{
	color: #fff;
	background-color: #db3c00;
}
.selectBox .null a{
	color: #ddd;
}

.sns {
	width: 950px;
	margin: -60px auto 60px;
	padding-top: 40px;
}
#calbeestore_ContentToparea .sns {
	margin: 0 auto 0;
}
.sns ul {
	margin: 0 0 0 auto;
	width: 200px;
	list-style:none;
}
.sns li {
	width:40px;
	margin:0 ;
	float: left;
}
.sns li.share{
	font-size: 11px;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	padding-top: 11px;
}

.likeico span{
	background: #fbebde;
    color: #db3c00;
    text-align: center;
    padding: 3px;
    margin-left: 7px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
}
.likeico span:hover {
    background: #db3c00;
    color: #fbebde;
}
.likeico em{
	color: #000;
}

/********************
toppage
********************/
#calbeestore_Header_Outer{
    background-image: url(../../images/top/top_kutsu_l.png),url(../../images/top/top_kutsu_r.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, top right;
}
#TopIllustL{
    position: absolute;
    top: -11px;
    left: 0;
    background: url(../../images/top/top_ill_l.png);
    width: 233px;
    height: 367px;
}
#TopIllustR{
    position: absolute;
    top: -14px;
    right: 0;
    background: url(../../images/top/top_ill_r.png);
    width: 197px;
    height: 408px;
}
#TopMainImage{
	background: url(../../images/top/topmv.gif) center center;
	background-size: cover;
	margin-top: 2px;
    position: relative;
    width: 100%;
}

#TopMainImage_images{
    width: 774px;
    height: 346px;
    margin:0 auto;
}
#TopMainImage_images li {
    position: relative;
    width: 774px;
    height: 346px;
}
#TopMainImage_images li img{
    width: 774px;
    height: 346px;
   }

#TopMainImage_images li a {
    display: block;
}

.slick-prev,
.slick-next{
	display: none;
}
#TopMainImage_thumbnails{
	background: url(../../images/top/nami_top.png) bottom repeat-x;
}
#TopMainImage_thumbnails ul{
	width: 950px !important;
	margin:0 auto;
	padding: 3px;
	background-color: #fff;
}
#TopMainImage_thumbnails li{
	width: 230px !important;
	float: none;
	margin: 3px;
	position: relative;
	display: inline-block;
}
#TopMainImage_thumbnails li img{
	width: 100%;
}
#TopMainImage_thumbnails li.bnr00{
	display: none;
}
#TopMainImage_thumbnails li .newitem{
	width: 65px;
	height: 64px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/icon/topmain_thumb_new.png);
}
#TopMainImage_thumbnails li .limited{
	width: 65px;
	height: 64px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/icon/topmain_thumb_limited.png);
}
#TopMainImage_thumbnails li .shoplimited{
	position: absolute;
	top: 43%;
	text-align: center;
	width: 100%;
}
#TopMainImage_thumbnails li .shoplimited span{
	background: #fff;
	font-weight: bold;
	padding: 6px;
    font-size: 15px;
    letter-spacing: 2px;
}

#calbeestore_ContentToparea{background: #fbebde url(../images/footer_ill_top.png) bottom right no-repeat; padding-bottom: 120px;}
#calbeestore_ContentTopareaIn{background: url(../../images/top/nami_btm.png) top repeat-x;}




#calbeestore_ContentToparea #Topics{
	width: 950px;
	margin: 0 auto;
    padding-bottom: 50px;
}
#calbeestore_ContentToparea #Topics h2{
	font-size: 23px;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
    letter-spacing: 3px;
	background: url(../../images/top/topics_ico.png) left bottom no-repeat;
	padding-left: 25px;
	margin-left: 10px;
}
#calbeestore_ContentToparea #Topics .TopicsBox{
	margin: 20px 10px 30px 10px;
	background: #fff url(../images/orange_line.png) bottom repeat-x;
	float: left;
	position: relative;
}
#calbeestore_ContentToparea #Topics .Topicslink a{
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	text-decoration: none;
}
#calbeestore_ContentToparea #Topics .Topicslink a:hover{
	opacity: .3;
	-webkit-opacity: .3;
	-moz-opacity: .3;
	filter: alpha(opacity=30);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=30)"; /* IE 8 */
}
#calbeestore_ContentToparea #Topics .Topicslink a p{
	text-decoration: underline;
}

#calbeestore_ContentToparea #Topics .w01{width: 296px;}
#calbeestore_ContentToparea #Topics .w02{width: 612px;}
#calbeestore_ContentToparea #Topics .bgnon{background:none;}
#calbeestore_ContentToparea #Topics .TopicsBox img{
	width: 100%;
}
#calbeestore_ContentToparea #Topics .TopicsBox h3{
	font-size: 17px;
	font-weight: bold;
	padding: 10px 10px 0 10px;
}
#calbeestore_ContentToparea #Topics .TopicsBox a h3{
    color: #000;
}
#calbeestore_ContentToparea #Topics .TopicsBox p{
	padding: 10px;
}
#calbeestore_ContentToparea #Topics .TopicsBox .info{
	background: url(../images/orange_line.png) top repeat-x;
}
#calbeestore_ContentToparea #Topics .TopicsBox .date{
	background: url(../images/orange_bg.jpg) center center;
    width: 85px;
    float: left;
    font-size: 13px;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    padding: 9px 0;
    letter-spacing: 1px;
    text-align: center;
}
#calbeestore_ContentToparea #Topics .TopicsBox .category{
	float: left;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: bold;
}
#calbeestore_ContentToparea #Topics .TopicsBox .category{
	float: left;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: bold;
}
#calbeestore_ContentToparea #Topics .TopicsBox .newicon{
	width: 55px;
	height: 55px;
	background: url(../images/icon/new.png);
	position: absolute;
	top: -10px;
	right: -10px;
}

.calbeestore_ContentTop_btnarea {
	position: relative;
	margin: 0 70px;
	/* padding: 0 0 120px; */
}
.calbeestore_ContentTop_btnarea .btn_ch {
	position: relative;
	display: table;
	margin: 0 0 0 auto;
}
.calbeestore_ContentTop_btnarea .btn_ch a {
  display: block;
  position: relative;
  padding: 1em 2.5em;
  background-color: rgba(87, 86, 86, 0.8);
  color: #FFF;
  text-decoration: none;
  transition: 0.5s;
}
.calbeestore_ContentTop_btnarea .btn_ch a:hover {
	background-color: rgba(87, 86, 86, 1);
}
.calbeestore_ContentTop_btnarea .btn_ch a:after {
	content: '';
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -0.25em;
  right: 1em;
  width: 0.35em;
  height: 0.35em;
  border-top: 0.15em solid #FFF;
  border-right: 0.15em solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/********************
about
********************/
#about #PagesMainImage{
	background: url(../../images/about/mainimg.jpg) center center;
	background-size: cover;
}
#aboutBox .contentsInner {
	width: 940px;
	margin: 0 auto;
}
#aboutBox .contentsInner p {
	font-size: 17px;
	line-height: 2em;
	padding: 1em 0 0 70px;
}
#aboutBox .contentsInner p strong {
	font-weight: bold;
	color: #b80112;
}
#aboutBox .contentsInner p em {
	font-weight: bold;
	font-size: 24px;
}
#aboutBox .contentsInner p span {
    background: url(../../images/about/title_bg.png) repeat-x center;
	padding: 7px;
	color: #fff;
}
#aboutBox .contents01{
	background: url(../../images/about/title_bg.png) repeat-x bottom;
}
#aboutBox .contents01 h2{
	text-align: center;
	background: url(../../images/about/nami_top.png) repeat-x top;
	padding: 40px 0 0 0;
}
#aboutBox .contents01 .aboutcopy{
	text-align: center;
	background: url(../../images/about/potato.png) no-repeat center center;
	padding: 60px 0 80px 0;
}
#aboutBox .contents02 {
	background: url(../../images/about/bg01.jpg) no-repeat center center;
	background-size: cover;
	padding: 100px 0;
}
#aboutBox .contents02 .movie{
	float: right;
    margin: 1.5em 0 1.5em 1.5em;
}
#aboutBox .contents03 {
	background: url(../../images/about/bg02.jpg) no-repeat center center;
	background-size: cover;
	padding: 100px 0;
}
#aboutBox .contents03 .img {
	width: 935px;
	margin: 0 auto;
}
#aboutBox .contents04 {
	background: url(../../images/about/bg03.jpg) repeat-x bottom;
	padding: 60px 0;
	position: relative;
}
#aboutBox .contents04 .contentsInner {
	position: relative;
}
#aboutBox .contents04 .img {
	position: absolute;
	top: -30px;
	right: 0;
}
#aboutBox .contents04 p img {
	vertical-align: bottom;
	margin: 0 5px;
}    

/********************
foodmenu
********************/
#foodmenu #PagesMainImage{
	background: url(../../images/foodmenu/mainimg.jpg) center center;
	background-size: cover;
}
#foodmenu #calbeestore_ContentIn{
	width: 950px;
	margin:0 auto;

}
/* foodmenuTab */
#foodmenu .pageNaviBox{
	margin-top: 70px;
}
#foodmenu .pageNaviBox div{
	width: 50%;
	float: left;
}
/* foodmenuIndexItemList*/
.foodmenuItem{
	width: 316px;
	height: 316px;
	float: left;
	position: relative;
}
.foodmenuItem img{
	width: 100%;
}
.foodmenuItem strong{
	display: block;
	position: absolute;
	bottom: 12px;
	text-align: center;
	width: 100%;
	color: #333;
	font-size: 17px;
	font-weight: bold;
}
.foodmenuItem .icon{
	position: absolute;
	top:0;
	right: 0;
	text-align: right;
}
.foodmenuItem .icon img{
	width: 59px;
	margin: 10px 10px 0 0;
}
.foodmenuItem .likeico{
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/fukidasi.png);
	width: 60px;
	height: 25px;
	color: #db3c00;
	text-align: center;
    padding-top: 23px;
    font-size: 13px;
}
/* foodmenuDetailItemList*/
.foodmenulist h2{
	font-size: 21px;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.otherfoodmenuItem{
	width: 236.5px;
	height: 237px;
	float: left;
	position: relative;
	margin-bottom: 1px;
	margin-right: 1px;
}
.otherfoodmenuItem img{
	width: 100%;
}
.otherfoodmenuItem strong{
	display: block;
	position: absolute;
	bottom: 8px;
	text-align: center;
	width: 100%;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.otherfoodmenuItem .icon{
	position: absolute;
	top:0;
	right: 0;
	text-align: right;
}
.otherfoodmenuItem .icon img{
	width: 44px;
	margin: 7px 7px 0 0;
}
.otherfoodmenuItem .likeico{
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/fukidasi.png);
	background-size: cover;
	width: 50px;
	height: 21px;
	color: #db3c00;
	text-align: center;
    padding-top: 19px;
    font-size: 12px;
    padding-left: 3px;
}

#foodmenuitem1,
#foodmenuitem6,
#foodmenuitem8,

#foodmenuitem10,
#foodmenuitem15,
#foodmenuitem17,

#foodmenuitem19,
#foodmenuitem24,
#foodmenuitem26,

#foodmenuitem28,
#foodmenuitem33,
#foodmenuitem35,

#foodmenuitem37,
#foodmenuitem42,
#foodmenuitem44,

#foodmenuitem46,
#foodmenuitem51,
#foodmenuitem53{
	background-color: #dceb9b;
}
#foodmenuitem2,
#foodmenuitem4,
#foodmenuitem9,

#foodmenuitem11,
#foodmenuitem13,
#foodmenuitem18,

#foodmenuitem20,
#foodmenuitem22,
#foodmenuitem27,

#foodmenuitem29,
#foodmenuitem31,
#foodmenuitem36,

#foodmenuitem38,
#foodmenuitem40,
#foodmenuitem45,

#foodmenuitem47,
#foodmenuitem49,
#foodmenuitem54{
	background-color: #fae178;
}
#foodmenuitem3,
#foodmenuitem5,
#foodmenuitem7,

#foodmenuitem12,
#foodmenuitem14,
#foodmenuitem16,

#foodmenuitem21,
#foodmenuitem23,
#foodmenuitem25,

#foodmenuitem30,
#foodmenuitem32,
#foodmenuitem34,

#foodmenuitem39,
#foodmenuitem41,
#foodmenuitem43,

#foodmenuitem48,
#foodmenuitem50,
#foodmenuitem52{
	background-color: #c3e9ff;
}

.storemenulist{
	padding-top: 30px;
}
.storemenulist .linkBtn{
	float: left;
	width: 306px;
	margin-right: 10px;
    margin-bottom: 10px;
}
.storemenulist .linkBtn a span{
	background: #fff url(../images/icon/pdf_dl.png) right center no-repeat;
	width: 285px;
	font-size: 17px;
	padding: 26px 0 30px 15px;
}

.backBtn{
	padding: 15px 0;
}
.foodmenuImg{
	position: relative;
}
.foodmenuImg .leftBox,
.foodmenuImg .rightBox{
	float: left;
	width: 50%;
	height: 475px;
}
.foodmenuImg .leftBox{
	background: url(../../images/foodmenu/leftbg.png);
}
.foodmenuImg .icon{
	text-align: center;
	padding-top: 115px;
}
.foodmenuImg .icon img{
	margin: 0 5px;
}
.foodmenuImg h1{
	font-size: 28px;
	font-weight: bold;
	padding-top: 30px;
	text-align: center;
	color: #333;
}
.foodmenuImg .likeico{
	background: url(../../images/foodmenu/likebg.png) no-repeat center;
	color: #db3c00;
	text-align: center;
    font-size: 20px;
    padding: 50px 0;
    width: 120px;
    margin: 30px auto 0;
}
.foodmenuImg .sns {
	width: 500px;
	margin: 0;
	padding-top: 0;
	position: absolute;
	right: 40px;
    bottom: -18px;
}

.foodmenuInfo .leftBox{
	float: left;
	width: 700px;
	padding: 50px 0 80px;
}
.foodmenuInfo .rightBox{
	float: left;
	width: 250px;
	padding: 50px 0 80px;
}
.foodmenuInfo .leftBox p{
	font-size: 16px;
	padding: 0 50px 0 40px;
}
.foodmenuInfo .rightBox h2{
	letter-spacing: 5px;
	padding: 5px 0;
	background: url(../images/black_line.png) bottom repeat-x;
	margin-bottom: 10px;

}
.storelinklist .linkBtn{
	width: 250px;
    margin-bottom: 8px;
}
.storelinklist .linkBtn a span{
	width: 222px;
	font-size: 14px;
	padding: 8px 10px;
}

/********************
itemgoods
********************/
#itemgoods #PagesMainImage{
	background: url(../../images/itemgoods/mainimg.jpg) center center;
	background-size: cover;
}
#itemgoods #calbeestore_ContentIn{
	width: 950px;
	margin:0 auto;
}
/* foodmenuIndexItemList*/
.itemgoodslist{
	text-align: center;
}
.itemgoodsItem{
	width: 219px;
	position: relative;
	display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 5px 50px;
    vertical-align: top;
}
.itemgoodsItem a{
	display: block;
	text-decoration: none;
}
.itemgoodsItem .itemimg{
	position: relative;
}
.itemgoodsItem .likeico{
	position: absolute;
	top: 125px;
	right: 0;
	background: url(../images/fukidasi.png);
	width: 60px;
	height: 25px;
	color: #db3c00;
	text-align: center;
    padding-top: 23px;
    font-size: 13px;
    z-index: 10;
}
.itemgoodsItem img{
	width: 100%;
}
.itemgoodsItem h2{
	text-align: center;
	color: #333;
	font-size: 17px;
	font-weight: bold;
	margin-top: 8px;
	line-height: 1.4em;
}
.itemgoodsItem .shopname{
	margin-top: 10px;
}
.featureItem .shopname {
    position: absolute;
    top: -5px;
    left: 0;
}
.itemgoodsItem .shopname span{
	text-align: center;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px;
	background: url(../images/orange_bg.jpg) center center;
}
.itemgoodsItem .icon{
	position: absolute;
	top: 8px;
    right: 4px;
	text-align: right;
}
.itemgoodsItem .icon img{
	width: 44px;
	margin: 0 6px 0 0;
}

.featureItem{
	width: 454px;
    margin: 0 4px 110px;
	background: url(../images/black_line.png) bottom repeat-x;
}
.featureItem a{
	background: url(../images/black_line.png) top repeat-x;
	padding-top: 1px;
}
.featureItem .icon img.feature{
	width: 58px;
	margin: 0 6px 0 0;
}
.featureItem .icon img.storeltd,.featureItem .icon img.new{
	width: 55px;
}
.featureItem h2{
	text-align: left;
	font-size: 28px;
}
.featureItem p{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
}
.featureItem p a{
	background: none;
	display: inherit;
}
.featureItem:last-child:after{
	display: block;
}
.featurelast{
	display: block;
	margin: 0 auto 110px;
}

.itemshare{
	position: absolute;
	bottom: -55px;
	width: 90%;
    left: 5%;
}
.itemgoodsImg .itemshare{
	position: absolute;
	bottom: 10px;
	width: 20%;
    padding-left: 18%;
    left: inherit;
}
.itemshare .likeico{
	width: 50%;
	float: left;
	color: #db3c00;
    font-size: 19px;
    padding: 10px 0;
    text-align: left;
    margin: 0px auto 0;
    background: none;
    position: static;
}
.itemshare .sns {
	float: right;
	width: 50%;
	margin:0;
	padding-top: 0;
}
.itemshare .sns a {
	background: none;
}
.itemshare .sns img {
	width: 32px;
}
/* foodmenuDetail*/
.itemgoodsImg{
	background: url(../images/black_line.png) top repeat-x;
	position: relative;
	padding-top: 1px;
}
.itemgoodsImg .leftBox{
	width: 465px;
	float: left;
	position: relative;
}
.itemgoodsImg .rightBox{
	width: 485px;
	float: left;
}
.itemgoodsImg .leftBox img{
	width: 100%;
}
.itemgoodsImg .icon{
	position: absolute;
	top: 8px;
    right: 4px;
	text-align: right;
}
.itemgoodsImg .icon img{
	width: 44px;
	margin: 0 6px 0 0;
}
.itemgoodsImg .icon img.feature{
	width: 58px;
	margin: 0 6px 0 0;
}
.itemgoodsImg h1{
	text-align: left;
	font-size: 28px;
	font-weight: bold;
	padding: 20px;
	line-height: 1.4em;
}
.itemgoodsImg .rightBox p{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 20px;
}
.itemgoodsInfo{
	padding: 50px 0 0 0;
	background: url(../images/black_line.png) top repeat-x;
}
.itemgoodsInfo p{
	width: 700px;
	margin: 0 auto;
	padding: 15px 0;
	font-size: 16px;
}
.itemgoodsInfo p img{
	width: 100%;
}

/********************
shop
********************/
#shop #PagesMainImage{
	background: url(../../images/shop/mainimg.jpg) center center;
	background-size: cover;
}
.shoplist{
	width: 950px;
	margin:0 auto 70px;
	position: relative;
}
.ShopPagelink{
    width: 950px;
    margin: 0 auto 10px;
    border-left: 1px solid #9e9e9e;
    border-top: 1px solid #9e9e9e;
}
.ShopPagelink li{
	float: left;
    width: 236px;
    text-align: left;
    border-bottom: 1px solid #9e9e9e;
    padding: 0;
}
.ShopPagelink li a{
	display: block;
	padding: 4px 1em;
	background: url(../images/yajirusi.png) 220px center no-repeat;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.ShopPagelink li a:hover{
	background: #db3c00 url(../images/yajirusi.png) 220px center no-repeat;
	color: #fff;
}

.shoplist h2{
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: url(../images/black_line.png) bottom repeat-x;
}
.shoplist h2 span{
	font-size: 16px;
}
.shoplist .leftBox{
	width: 325px;
	float: left;
}
.shoplist .leftBox img{
	width: 100%;
}
.shoplist .rightBox{
	width: 595px;
	float: right;
}
.shoplist .linkBtn{/*フードメニューpdf*/
	width: 326px;
    margin-top: 20px;
}
.shoplist .linkBtn a span{
	background: #fff url(../images/icon/pdf_dl.png) right center no-repeat;
	padding: 10px 0 5px 15px;
    width: 303px;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.shoplist .linkBtn a:hover span{
	color: #fff;
	background: #db3c00 url(../images/icon/pdf_dl_w.png) right center no-repeat;
}
.shoplist .linkBtn img{
	width: 128px;
}
.shoplist .pointcard{/*ポイントカード*/
    float: left;
    margin-top: 5px;
    margin-bottom: 25px;
}
.shoplist .googlemap{/*googlemap*/
	width: 124px;
    margin-top: 0;
    float: right;
    margin-bottom: 20px;
}
.shoplist .googlemap a span{
	background: #db3b00;
	padding: 0;
    width: 116px;
    height: 32px;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.shoplist .googlemap a:hover span{
	background: #fff url(../images/icon/googlemap_w.png) right center no-repeat;
}
.shoplist .googlemap a:hover img{
	display: none;
}

.shoplist .googlemap img{
	width: 100%;
}
.lineBtn{/*LINEボタン*/
	background: #fff url(../../images/shop/linebtn.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 10px;
}
.lineBtn a{
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    line-height: 1.3em;
    padding: 10px 0;
}
.lineBtn a span{
	font-size: 20px;
}
.lineBtn a em{
	font-size: 11px;
}
.shoplist h3{
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background: url(../images/black_line.png) bottom repeat-x;
}
.shoplist .icon {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 11px;
    font-weight: bold;
}
.shoplist .subshop .icon {
    position: absolute;
    top: -11px;
    right: 0;
}
.shoplist .icon img {
	margin-left: 10px;
	vertical-align: middle;
}
.shoplist dl{
}
.shoplist dt{
	float: left;
	width: 26%;
	padding: 10px 2%;
	color: #666;
	font-weight: bold;
	line-height: 1.5em;
}
.shoplist dd{
	float: left;
	width: 66%;
	color: #666;
	padding: 10px 2%;
	line-height: 1.5em;
}
.shoplist .odd{
	background-color: #fff4e9;
}
.shoplist .subshop{
	position: relative;
	margin-top: 50px;
}

/*.shopWorld{
	background: url(../../images/shop/worldbg.jpg) repeat-x top;
}
.shopWorldIn{
	background: url(../../images/shop/worldhead.jpg) no-repeat top center;
    padding-top: 190px;
}*/
.shopWorldIn .odd{
	background-color: #dbeaf2;
}

.pointcardbtn{
	text-align: right;
	width: 950px;
	margin: 0 auto 20px;
}
.pointcardbtn span{
	background-color: #b80112;
	color: #fff;
	padding: 7px;
}
.pointcard_detail{
	display: none;
	position: fixed;
	top: 50%;
	width: 100%;
	text-align: center;
	z-index: 10000;
	margin-top: -232px;
}
.pointcard_detail .close {
    vertical-align: bottom;
    margin-left: -58px;
    margin-bottom: 10px;
}

