/*
Theme Name: ビッグボーイ - ボビー
Theme URI:
Description:
Version: 1
Author:
Author URI:
*/
@charset "utf-8";


/* clearfix */

.cf:before,
.cf:after{
content:"";
display: table;
}
.cf:after{
clear:both;
}
/* IE6,7 haslayout */
.cf{
overflow: hidden;
 *zoom:1;
}


/* common */

body {
background: #fff;
}

#wrap {
width:100%;
margin:0 auto;
padding:0;
background:#fff;
font-size:1.4rem;
font-weight:normal;
font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
line-height: 1.5;
color:#333;
overflow:hidden;
}

h1,h2,h3,h4,h5,h6,p {
margin:0;
padding:0;
font-weight:normal;
line-height: 1.5;
}

h2 {
color: #e60012;
border-bottom: 1px dashed #e60012;
}

h3 {
color: #fff;
background: #e60012;
}

h4 {
font-weight: bold;
border-bottom: 1px dashed #333;
}

h5 {
font-size: inherit;
font-weight: bold;
}

h6 {
font-size: inherit;
}

ul,
li {
margin:0;
padding:0;
list-style:none;
}

.disc li {
list-style: disc;
}

img {
width:100%;
margin:0 auto;
padding:0;
}

a {
color:#2193f3;
text-decoration:none;
display:block;
overflow:hidden;
margin: 0;
padding: 0;
}

dl {
overflow: hidden;
margin: 0;
border-bottom: 1px dotted #9e9e9e;
}

dl:last-child {
border-bottom: none;
}

dl dt {
float: left;
}

dl dd {
margin: 0;
}

dl dd a {
color: #333;
}

dl dd a:hover {
color: #e60012;
}

dl dd span {
display: block;
padding: 2px 0;
color: #fff;
text-align: center;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}

table {
width: 100%;
border-collapse: collapse;
}

table th {
font-weight: normal;
text-align: left;
vertical-align: top;
background: #f5f5f5;
border-bottom: 1px dotted #9e9e9e;
border-left:  1px solid #9e9e9e;
}

table td {
border-right: 1px solid #9e9e9e;
border-bottom: 1px dotted #9e9e9e;
}

table tr:first-child th,
table tr:first-child td {
border-top: 1px solid #9e9e9e;
}

table tr:last-child th,
table tr:last-child td {
border-bottom: 1px solid #9e9e9e;
}

table td span a {
text-decoration: underline;
}

table td span a:hover {
color: #e60012;
text-decoration: none;
}


/* header */

header {
background: url(./common/images/bg_nav.png) repeat 0 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}

h1 {
float: left;
}

header ul li:first-child {
padding-left: 0;
}

header ul li a {
color: #fff;
}

.findshop a {
color: rgba(255,255,255,0.85);
border: 1px solid rgba(255,255,255,0.4);
}

.slicknav_menu {
display: none;
}


/* main */

main {
width: 100%;
/* margin: 80px auto; */
	display: block;
	margin: 134px auto 80px auto;
	padding:0;
overflow: hidden;
}

.content_box {
margin: 0 0 30px;
}

.wall {
margin: 0 0 20px;
background: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}

.wall a {
display: inherit;
text-decoration: underline;
}

.wall a:hover {
color: #e60012;
text-decoration: none;
}

.note {
background: none;
border: 1px solid #e60012;
}

.note h5 {
color: #e60012;
}

.txt_lead {
color: #e60012;
}

.txt_center {
text-align: center;
}


/* breadcrumb */

.breadcrumb {
display: flex;
}

.breadcrumb li {
display: inline-block;
	vertical-align: top;
padding: 0 3px;
}

.breadcrumb li:first-child {
padding: 0 3px 0 0;
}

.breadcrumb li a {
color: #333;
border-bottom: 1px dotted #333;
}

.breadcrumb li a:hover {
color: #e60012;
border-bottom: 1px dotted #e60012;
}


/* icon */

.btn_icon {
position: relative;
}

.btn_icon::after,
.btn_icon::before {
display: block;
content: '';
position: absolute;
}

.btn_icon::after {
width: 20px;
height: 20px;
background-color: #e60012;
border-radius: 100%;
box-shadow: 2px 2px 5px rgba(0,0,0,0.35);
-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.35);
-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.35);
}

.btn_icon::before {
z-index: 2;
width: 5px;
height: 5px;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}


/* news icon */

.icon_campaign {
background: #2193f3;
}

.icon_fair {
background: #009944;
}

.icon_menu {
background: #f44336;
}

.icon_caution {
background: #d50000;
}

.icon_other {
background: #9e9e9e;
}


/* sidebar */

aside h2 {
color: #fff;
text-align: center;
background: #e60012;
}

aside h3 {
padding: 0;
line-height: 0.8;
background: none;
}

aside h3 img {
border: 1px solid #eee;
}

aside p {
color: #333;
text-align: center;
}

aside a:hover p {
color: #e60012;
}

.brand ul li {
border: 1px solid #e60012;
}

.brand ul li a img {
display: block;
}

.link_icon > img {
padding: 0 0 0 4px;
width: 11px;
}

.pdf_icon > img {
padding: 0 0 0 4px;
width: 16px;
}

aside > p {
border: 1px solid #eee;
}

aside > p > a {
height: 60px;
}

aside > p > a > img {
padding: 14px 0 0;
width: 98px;
}

.bnr_bigboy a img {
width: 151px;
}

.bnr_victoriastation a img {
width: 211px;
}

.bnr_bigboydining a img {
width: 211px;
}


/* footer */
#pagetop {
    position: fixed;
    bottom: 10px;
	max-width: 980px;
	left: 0;
	right: 0;
    z-index: 10;
}
#pagetop a {
	width: 40px;
	height: 40px;
	float: right;
}

footer {
background: url(./common/images/bg_nav.png) repeat 0 0;
color: #fff;
position: relative;
z-index: 3;
}

footer h2 {
color: #fff;
border-bottom: none;
}
footer h2:before {
	content: url(./common/images/logo_ft_bgjapan.png);
}
footer h2 span {
	display: none;
}

footer ul li {
display: inline-block;
}

footer ul li:last-child {
border-right: none;
}

footer ul li a {
color: #fff;
}

footer #footer_frame {
	margin-top: 20px;
	padding-top: 20px;
	width: 100%;
	background-color: #ffffff;
}


/* ----------------------------------
  footer - layout
---------------------------------- */
.is-sitemap .l-footer__frame--key,
.is-sitemap .l-footer__frame--tone {
  display: none;
}
.l-footer {
  display: block;
}
.l-footer__frame {
  width: 100%;
}
.l-footer__frame--key {
  background: #0051a3;
}
.l-footer__frame--tone {
  background: #0099d9;
}
.l-footer__frame--thingray {
  background: #f6f6f6;
}
.l-footer__inner {
  width: 1020px;
  margin: 0 auto;
  overflow: hidden;
}
.l-footer__wrap--lex--btm {
  padding: 40px 20px;
}
.l-footer__wrap--lex--btm > :first-child {
  margin-top: 0;
}
.l-footer__wrap--lex--btm p {
  margin: 0;
}


/* ----------------------------------
  footer compornent
---------------------------------- */
.c-footer__search {
  display: none;
}
.c-footer-pc__sitemap {
  padding: 50px 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.c-footer-pc__sitemap__inner {
  display: table;
  width: 100%;
}
.c-footer-pc__sitemap__inner a {
  color: #fff;
}
.c-footer-pc__sitemap__item {
  display: table-cell;
  padding: 0 10px;
}
.c-footer-pc__sitemap__item > :first-child {
  margin-top: 0;
}
.c-footer-pc__sitemap__main,
.c-footer-pc__sitemap__media {
  margin-top: 40px;
}
.c-footer-pc__sitemap__main > :first-child,
.c-footer-pc__sitemap__media > :first-child {
  margin-top: 0;
}
.c-footer-pc__sitemap__main li,
.c-footer-pc__sitemap__media li {
  margin-top: 10px;
}
.c-footer-pc__sitemap__main--link,
.c-footer-pc__sitemap__media--link {
  font-size: 128%;
}
.c-footer-pc__sitemap__sub {
  padding-left: 10px;
}
.c-footer-complementary {
  padding: 25px 0;
  text-align: center;
}
.c-footer-complementary li {
  position: relative;
  padding: 0 15px;
  display: inline-block;
}
.c-footer-complementary li a {
  color: #fff;
}
.c-footer-complementary li:first-child {
  padding-right: 25px;
}
.c-footer-complementary li:first-child:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '|';
  color: #fff;
}
.c-footer-store {
  padding: 27px 20px 40px 20px;
}
.c-footer-store__list {
  zoom: 1;
}
.c-footer-store__list:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.c-footer-store__list li {
  float: left;
  height: 57px;
}
.c-footer-store__list li span {
  display: inline-block;
}
.c-footer-store__list li span a,
.c-footer-store__list li span span {
  display: block;
  padding: 4px;
}
.c-footer-store__list li img {
  width: 49px;
}
.c-footer-copyright {
  text-align: center;
  margin: 0 20px;
  padding-bottom: 60px;
  border-top: 1px solid #e0e5e9;
}
.c-footer-copyright__logo {
  margin-top: 30px;
}

.c-footer-copyright__logo img {
  width: 118px;
}
.c-footer-copyright__copy {
  margin-top: 15px;
  font-family: "Helvetica Neue", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c-footer-sp-store {
  display: none;
}
.c-footer-sp-store__tbl {
  position: relative;
  display: table;
  width: 100%;
  padding: 10px 0;
}
.c-footer-sp-store__logo,
.c-footer-sp-store__text {
  display: table-cell;
  vertical-align: middle;
}

.c-footer-sp-store__logo a{
  display: inline-block;
}
.c-footer-sp-store__btn {
  display: block;
  position: relative;
  line-height: 40px;
}
.c-footer-sp-store__btn:after {
  content: " ";
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  background-image: url(./common/images/footer_store_text.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.c-footer-sp-store__btn.open:after {
  content: " ";
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  background-image: url(./common/images/footer_store_text.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.c-footer-sp-store__logo img {
  width: 40px;
  margin-right: 5px;
}
.c-footer-sp-store__text {
  width: 135px;
}

.tw_btn_pc a{
  display: block;
  width: 200px;
  height: 20px;
  background-image: url(./common/images/sns_btn.png);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin-bottom:15px;
}
.tw_btn_pc a:hover{
  background-image: url(./common/images/sns_btn_hover.png);
}
.tw_btn_sp a{
  display: none;
}

.none{
  display: none;
}

.gram_text {
  font-size: 10px;
  padding:0 10px 10px;
  display: block;
}

.steak_text {
  font-size: 12px;
  padding:0 10px 10px;
  display: block;
}

@media only screen and (min-width: 480px) {

body {

}

}




@media only screen and (max-width: 800px) {

.tw_btn_pc a{
  display: none;
}

.tw_btn_sp a{
display: block;
  width: 200px;
  height: 20px;
  background-image: url(./common/images/sns_btn_sp.png);
  background-size: cover;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin-bottom: 15px;
}

.tw_btn_sp a:hover{
  background-image: url(./common/images/sns_btn_hover_sp.png);
}
  
main {
margin: 51px auto;
}

/* common */
h2 {
margin: 0 0 15px;
padding: 0 0 5px;
font-size: 18px;
}

h3 {
margin: 0 0 10px;
padding: 5px 10px 4px;
font-size: 14px;
}

h4 {
margin: 0 0 10px;
font-size: 14px;
}

h6 {
margin: 5px 0 0;
}

.disc li {
margin: 0 0 0 20px;
}

dl {
padding: 10px 0;
}

dl dt {
margin: 0 10px 0px 0;
font-weight: bold;
}

dl dd a span {
display: block;
margin: 0 0 5px;
width: 100px;
font-size: 7px;
}

table {
margin: 0 0 10px;
}

table th {
padding: 10px 15px;
width: 80px;
}

table td {
padding: 10px 15px;
}

#wrap {
font-size: 12px;
position: relative;
}

.contents {
padding: 0 20px;
}

.ttl_detail,
.content_area {
margin: 0 0 30px;
clear: both;
}

.breadcrumb {
margin: 10px 0 30px;
}

.wall {
padding: 15px;
}

.wall .btn_icon {
padding: 0 0 1px 20px;
}

.wall .btn_icon:after {
width: 13px;
height: 13px;
top: 2px;
left: 0;
}

.wall .btn_icon::before {
width: 3px;
height: 3px;
top: 6px;
left: 4px;
}

.note h5 {
margin: 0 0 5px;
}

.txt {
margin: 0 0 5px;
}

.txt_lead {
font-size: 18px;
margin: 0 0 20px;
}


/* header */
header > div {
padding: 3px 10px 4px;
}

h1 {
margin: 0 15px 0 0;
}

h1 > a {
width: 68px;
height: 44px;
}

.victoria_logo {
float: left;
margin: 10px 0 0;
}

.victoria_logo img {
width: 68px;
}

.findshop {
position: absolute;
top: 11px;
right: 67px;
padding: 0 5px 5px 0;
}

.findshop > a {
width: 100px;
padding: 3px 10px 3px 12px;
font-size: 12px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 2px 2px 5px rgba(0,0,0,0.35);
-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.35);
-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.35);
}

.findshop > a::after {
display: block;
content: '';
position: absolute;
top: 10px;
right: 15px;
width: 5px;
height: 5px;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.findshop > a > span {
padding: 0 18px 0 0;
background: url(./common/images/icon_header_link.png) no-repeat 100% 50%;
}

#menu {
display: none;
}

.slicknav_menu {
display: block;
}


/* sidebar */
.sidebar_area {
margin: 0 0 25px;
}

.top_contents aside h2 {
margin: 0 0 10px;
padding: 4px 0 3px;
font-size: 12px;
}

.brand ul li {
margin: 0 0 10px;
}

.brand ul li a {
height: 65px;
}

.bnr_bigboy a img {
padding: 11px 0 0;
}

.bnr_victoriastation a img {
padding: 21px 0 0;
}

.bnr_bigboydining a img {
padding: 16px 0 0;
}

aside h3 {
margin: 0 0 2px;
}

aside > p {
margin: 0 0 30px;
}

.bnr_menu p::after {
top: 2px;
left: 10px;
width: 13px;
height: 13px;
}

.bnr_menu p::before {
top: 7px;
left: 14px;
width: 3px;
height: 3px;
}

.recruit ul li,
.safety ul li {
margin: 0 0 20px;
}

.sidebar_icon img {
padding: 0 6px 0 0;
width: 18px;
vertical-align: bottom;
}


/* footer */
/* #pagetop {
padding: 0 20px 0 0;
} */
footer {
/*padding: 20px 20px;*/
padding: 20px 0 0 0;
text-align: center;
}
footer .footer_area {
	/* margin: 0 20px; */
	margin: 0 10px;
}

footer h2 {
margin: 0 0 20px;
font-size: 16px;
}

footer ul {
margin: 0 0 30px;
}

footer ul li {
padding: 0 8px;
border-right: 1px solid #fff;
}

footer ul li:first-child {
padding: 0 8px 0 0;
}

footer ul li:last-child {
padding: 0 0 0 8px;
}

footer ul li a {
font-size: 10px;
}

footer .link_icon img {
padding: 0 0 0 3px;
}

footer p {
font-size: 10px;
}


	footer #footer_frame ul li {
		width: 40px;
		height: 40px;
	}
	footer .zensho p.logo img {
		width: 69px;
	}
	footer p.store_text {
		margin-top: 40px;
		width: auto;
		min-width: 135px;
		display: block;
	    line-height: 40px;
	    float: right;
	    font-size: 13px;
	}
	footer p.store_text a {
	    color: #333333;
	}
	footer p.store_text a:after {
		content: " ";
		display: block;
		float: right;
		width: 40px;
		height: 40px;
		background-image: url(./common/images/footer_store_text.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center top;
	}
	footer p.store_text a.on:after {
		background-position: center bottom;
	}
.l-footer__inner {
  width: 100%;
  min-width: 100%;
}
.l-footer__wrap--lex--btm {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
	/* ----------------------------------
  footer compornent
---------------------------------- */
footer footer .c-footer__search {
  display: block;
  padding: 10px;
  font-size: 128%;
}
footer .c-footer__search form {
  position: relative;
}
footer .c-footer__search input {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 9px 31px 6px 5px;
  border: 1px solid #f4f4f4;
  height: 40px;
  width: 100%;
  background: #f4f4f4;
}
footer .c-footer__search__submit {
  display: none;
}
footer .c-footer__search__reset {
  position: absolute;
  top: 1px;
  right: 1px;
  line-height: 38px;
  padding: 4px 0 6px 0;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  color: #b2b2b2;
  display: block;
  width: 38px;
  height: 38px;
  background-image: url("/jp/resource/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -126px -56px;
  -webkit-background-size: 233px 216px;
  -moz-background-size: 233px 216px;
  background-size: 233px 216px;
}
footer .c-footer-pc__sitemap__item {
  padding: 0;
}
footer .c-footer-pc__sitemap {
  padding: 0 10px;
  margin: 0;
}
footer .c-footer-pc__sitemap__main {
  display: none;
}
footer .c-footer-pc__sitemap__media {
  margin-top: 0;
}
footer .c-footer-pc__sitemap__media li {
  margin-top: 0;
  border-top: 1px solid #3479bf;
}
footer .c-footer-pc__sitemap__media--link {
  position: relative;
  display: block;
  padding: 13px 10px;
  font-size: 114%;
}
footer .c-footer-pc__sitemap__media--link:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: 10px;
  width: 4px;
  height: 7px;
  margin-top: -3.5px;
  background-image: url("/jp/resource/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -224px -80px;
  -webkit-background-size: 233px 216px;
  -moz-background-size: 233px 216px;
  background-size: 233px 216px;
}

.c-footer-store {
  padding: 0 10px;
}
.c-footer-store__wrap {
  display: block;
  padding-bottom: 14px;
  border-top: 1px solid #e0e5e9;
}
.c-footer-store__list {
  margin: 0 -7px 0 -7px;
}
.c-footer-store__list li {
  width: 16.6%;
  text-align: center;
}
.c-footer-store__list li span {
  display: block;
  margin: 10px 5px 0 5px;
}
.c-footer-store__list li span a,
.c-footer-store__list li span span {
  margin: 0;
  padding: 0;
}
.c-footer-store__list li img {
  width: 100%;
}
.js-footer-logo-list {
  display: none;
}
.c-footer-copyright {
  margin: 0 10px;
}
.c-footer-copyright__logo {
  margin-top: 20px;
}
.c-footer-copyright__logo img {
  width: 69px;
}
.c-footer-sp-store {
  display: block;
}

#pagetop {
  padding-right: 10px;
}

ul.menu li h5{
  height: 26px!important;
}

}




@media only screen and (min-width: 801px) {

/* common */
h2 {
margin: 0 0 40px;
padding: 0 0 4px;
font-size: 36px;
}

h3 {
margin: 0 0 20px;
padding: 9px 15px;
font-size: 18px;
}

h4 {
margin: 0 0 15px;
padding: 0 0 5px;
font-size: 18px;
}

h6 {
margin: 10px 0 0;
}

p {
font-size: 14px;
}

.disc li {
margin: 0 0 0 25px;
}

dl dt {
width: 85px;
padding: 10px 0 9px 0;
}

dl dd {
padding: 10px 0 9px;
}

dl dd span {
float: left;
width: 100px;
margin: 0 25px 0 0;
font-size: 10px;
}

table {
margin: 0 0 20px;
}

table th {
width: 160px;
padding: 14px 20px;
}

table td {
padding: 14px 20px;
}

table td span {
padding: 0 0 0 10px;
}

table td span a {
display: inherit;
}

#wrap {
font-size: 14px;
}

.contents {
width: 980px;
margin: 0 auto;
}

.content_area {
margin: 0 0 60px;
}

.ttl_detail {
margin: 0 0 35px;
}

.breadcrumb {
margin: 10px 0 60px;
}

.wall {
padding: 20px 25px;
}

.wall .btn_icon {
padding: 0 0 4px 28px;
}

.wall .btn_icon:after {
width: 20px;
height: 20px;
top: 1px;
left: 0;
}

.wall .btn_icon::before {
width: 5px;
height: 5px;
top: 9px;
left: 5px;
}

.note h5 {
margin: 0 0 10px;
}

.txt {
margin: 0 0 10px;
}

.txt_lead {
margin: 0 0 30px;
font-size: 24px;
}


/* header */
header > div {
width: 930px;
margin: 0 auto;
/* padding: 5px 0 4px; */
	padding: 19px 0 8px;
}

h1 {
margin: 0 30px 0 0;
}

h1 > a {
/* width: 110px;
height: 71px; */
}

.nav_area {
display: flex;
float: left;
margin: 25px 0 0;
}

header ul {
float: left;
margin: 0 20px 0 0;
	padding: 0;
	height: 45px;
	/* border-radius: 25px; */
	/* background-color: rgba(0,0,0,0.25); */
	/* box-shadow:  0 3px 3px rgba(0,0,0,0.5) inset; */
	overflow: hidden;
}

header ul li {
/* padding: 5px 15px 0; */
display: inline-block;
	line-height: 45px;
}

header ul li a {
/* padding: 0 0 10px; */
	/* padding: 0 10px; */
	padding: 0 1em;
	border-radius: 0.25em;
font-size: 16px;
text-align: center;
/* border-bottom: 1px dotted #fff; */
	color: rgba(255,255,255,0.8);
}

/*header ul li:first-child a {
	padding-left: 35px;
}
header ul li:last-child a {
	padding-right: 35px;
}*/
header ul li a:hover {
	background-color: #ffffff;
	color: #e20107;
}
.victoria_logo {
float: right;
margin: 20px 0;
}

.victoria_logo img {
/* width: 111px; */
}

.findshop {
padding: 0 5px 5px 0;
}

.findshop > a {
position: relative;
padding: 8px 38px 8px 12px;
font-size: 18px;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
box-shadow: 2px 2px 5px rgba(0,0,0,0.35);
-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.35);
-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.35);
}

.findshop > a::after {
display: block;
content: '';
position: absolute;
top: 1.1rem;
right: 15px;
width: 5px;
height: 5px;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.findshop > a > span {
padding: 0 18px 0 0;
background: url(./common/images/icon_header_link.png) no-repeat 100% 50%;
}


/* sidebar */
aside {
width: 220px;
float: right;
}

.sidebar_area {
margin: 0 0 45px;
}

.top_contents aside h2 {
margin: 0 0 15px;
padding: 3px 0;
font-size: 16px;
}

.brand ul li {
margin: 0 0 15px;
}

.brand ul li a {
height: 80px;
}

.bnr_bigboy a img {
padding: 20px 0 0;
}

.bnr_victoriastation a img {
padding: 29px 0 0;
}

.bnr_bigboydining a img {
padding: 26px 0 0;
}

aside h3 {
margin: 0 0 1px;
}

aside p {
font-size: 16px;
}

.recruit ul li,
.safety ul li {
margin: 0 0 15px;
padding: 0 0 10px;
border-bottom: 1px dashed #e60012;
}

.recruit ul li:last-child,
.safety ul li:last-child {
border-bottom: none;
}

.sidebar_icon img {
display: none;
}


/* footer */
#pagetop {
width: 980px;
margin: 0 auto;
}

footer {
/*padding: 40px 0 20px;*/
padding: 40px 0 0;
}
footer > div {
width: 930px;
margin: 0 auto;
}
footer h2 {
margin: 0 0 20px;
font-size: 16px;
}

footer ul {
/* display: flex; */
margin: 0 0 10px;
}

footer ul li {
padding: 0 10px;
border-right: 1px solid #fff;
}

footer ul li:first-child {
padding: 0 10px 0 0;
}

footer ul li a {
font-size: 14px;
}

footer p {
font-size: 11px;
text-align: right;
}
	footer #footer_frame {
		height: 295px;
	}
	footer #footer_frame ul li {
		padding: 0;
		border-width: 0;
	}
	footer #footer_frame ul li:first-child {
		padding: 0;
	}
	footer #footer_frame ul li {
		/*width: 49px;
		height: 49px;*/
		width: 57px;
		height: 57px;
	}
	footer p.store_text {
		display: none;
	}
	/* footer #footer_frame ul li a:before {
		left: -20px;
		top: -20px;
		-webkit-transform: scale(0.5326); 
		-moz-transform: scale(0.5326); 
	    -ms-transform: scale(0.5326);
	    transform: scale(0.5326);
	} */


}

/* iPhone5対応 */
@media only screen and (max-width: 320px) {
    h1 {
        margin: 0 2px 0 0;
    }
    h1 > a {
        width: 60px;
        padding-top: 2px;
        box-sizing: border-box;
    }
    .victoria_logo img {
        width: 56px;
    }
    .findshop {
        right: 55px;
        padding: 0 5px 5px 0;
    }
}

/* テイクアウトページ */
.takeout_list {
	margin-bottom: 20px;
}
.takeout_list .takeout_list_wrap{
	display: flex;
	margin-top: 20px;
}
.takeout_list dl {
	border:none;
	width:50%;
	padding: 0;
}

.takeout_list dl dt {
    width: 85px;
    padding: 0px 0 2px 0;
}

.takeout_list dl dd {
    padding: 0px 0 2px;
}

@media only screen and (max-width: 765px) {
.takeout_list .takeout_list_wrap{
	display: block;
}
.takeout_list dl {
	width:100%;
}
.takeout_list dl dt {
    float: none;
}
}