@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* リセット
-------------------------------------------------------------------------------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address, ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset,img, a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	box-sizing: border-box;
	vertical-align: baseline;
	background: transparent;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
dt img, dd img, li img{
	border: 0;
	vertical-align: bottom;
}
ol, ul {
	list-style: none;
}
input, select, textarea {
	vertical-align: middle;
}

/* clearfix */
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}


/*-------------------------------------------------------------------------------------------------------------------------------
* layout PCファースト
-------------------------------------------------------------------------------------------------------------------------------*/
body {
	font-size: 14px;
	color: #000000;
	line-height: 1.71;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
}
a{
	opacity: 1;
	transition: all 0.2s;
}
a:hover{
	opacity: 0.6;
}
.show-PC{
	display: block;
}
.show-SP{
	display: none;
}

@media screen and (max-width:767px) {
	body{
		font-size: 12px;
		color: #000000;
		line-height: 1.75;
		font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
		-webkit-text-size-adjust: 100%;
	}
	img{
		width: 100%;
	}
	.show-PC{
		display: none;
	}
	.show-SP{
		display: block;
	}
}

#container{
	width: 100%;
	min-width: 1010px;
}

@media screen and (max-width:767px) {
	#container{
		width: 100%;
		min-width: 100%;
	}
}

@media print{
	#container{
		width: 1010px;
	}
}


/* header
=================================================================== */
#header{
	position: fixed;
	z-index: 10001;
	width: 100%;
	min-width: 1000px;
	min-height: 72px;
	background: #FFF;
	border-bottom: 1px solid #e6e6e6;
}
#header a{
	color: #000;
	text-decoration: none;
}

/* logo */
#header .logo{
	float: left;
	padding: 20px 0 0 20px;
}

/* h_nav */
#header .h_nav{
	float: right;
	padding: 24px 75px 0 0;
	font-size: 13px;
	line-height: 25px;
}
#header .h_nav .w1150{
	display: none;
}
#header .h_nav > li{
	float: left;
	padding: 0 10px;
	border-left: 1px solid #e6e6e6;
}
#header .h_nav > li:first-child{
	padding-left: 0;
	border-left: none;
}
#header .h_nav > li:last-child{
	padding-right: 0;
}
#header .h_nav > li.h_nav_access span{
	display: none;
}
#header .h_nav .lang{
	position: relative;
}
#header .h_nav .lang > a{
	padding-right: 18px;
	background: url(/base/departmentstore/common/img/arrow_b1.svg) no-repeat right center;
	background-size: 14px;
	cursor: pointer;
}
#header .h_nav .lang ul{
	display: none;
	position: absolute;
	left: -8px;
	padding-top: 5px;
	background: #FFF;
	border-bottom: 1px solid #cccccc;
}
#header .h_nav .lang ul li a{
	display: block;
	background: #FFF;
	width: 9em;
	padding: 5px 0;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: center;
}
#header .h_nav .h_nav_top a{
	color: #B8302E;
}

/* t_nav*/
#header .t_nav{
	float: left;
	padding: 17px 0 0 20px;
	overflow: hidden;
}
#header .t_nav li{
	float: left;
	margin-right: 7px;
}
#header .t_nav li a{
	display: block;
	height: 40px;
	padding: 0 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 40px;
	border: 1px solid #cccccc;
	border-radius: 3px;
}
#header .t_nav li.current a{
	background: url(/base/departmentstore/common/img/t_nav_cur.png) no-repeat center bottom #D51518;
	border: none;
	color: #FFF;
}

/* btn_menu */
#header .btn_menu{
	position: absolute;
	top: 0;
	right: 0;
	padding: 24px;
	z-index: 10000;
	cursor: pointer;
	opacity: 1;
	transition: all 0.2s;
}
#header .btn_menu:hover{
	opacity: 0.6;
}

@media screen and (min-width:1150px) {
	#header .h_nav .w1150{
		display: inherit;
	}
	#header .h_nav > li{
		padding: 0 17px;
	}
	#header .h_nav .lang ul{
		left: -1px;
	}
	#header .h_nav > li.h_nav_contact img{
		padding-right: 3px;
	}
	#header .h_nav > li.h_nav_contact2 img{
		padding-right: 0;
	}
	#header .h_nav > li.h_nav_access img{
		padding-right: 3px;
	}
	#header .t_nav li a{
		width: 130px;
		text-align: center;
	}
}
@media screen and (min-width:1250px) {
	#header .h_nav > li.h_nav_access span{
		display: inherit;
	}
}

@media screen and (max-width:767px) {
	#header{
		position: fixed;
		width: 100%;
		min-width: auto;
		min-height: 60px;
	}

	/* logo */
	#header .logo{
		float: left;
		min-height: 60px;
		padding: 17px 0 0 15px;
	}
	#header .logo img{
		width: 188px;
	}

	/* h_nav */
	#header .h_nav{
		float: right;
		padding: 20px 60px 0 0;
		font-size: 11px;
		line-height: 21px;
	}
	#header .h_nav > li{
		float: none;
		padding: 0;
		border-left: none;
	}
	#header .h_nav .lang{
		position: relative;
	}
	#header .h_nav .lang > a{
		display: block;
		padding: 0 15px 0 0;
		background: url(/base/departmentstore/common/img/arrow_b1.svg) no-repeat right center;
		background-size: 10px;
	}
	#header .h_nav .lang > a:hover{
		opacity: 1;
	}
	#header .h_nav .lang ul{
		display: none;
		position: absolute;
		z-index: 100;
		left: -5px;
		top: 20px;
		padding-top: 5px;
		background: #FFF;
		border-bottom: 1px solid #cccccc;
	}
	#header .h_nav .lang ul li a{
		display: block;
		background: #FFF;
		width: 7em;
		padding: 3px 2px;
		border-top: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		text-align: center;
	}

	/* t_nav
	#header .t_nav{
		clear: both;
		float: none;
		padding: 0;
		width: 100%;
		border-top: 1px solid #e6e6e6;
	}
	#header .t_nav li{
		float: left;
		width: 33.33%;
		margin-right: 0;
	}
	#header .t_nav li a{
		display: block;
		height: 40px;
		width: auto;
		padding: 0;
		font-size: 13px;
		font-weight: bold;
		line-height: 40px;
		border: none;
		text-align: center;
		border-radius: 0;
	}
	#header .t_nav li.current a{
		background: url(/base/departmentstore/common/img/t_nav_cur.png) no-repeat center bottom #D51518;
		border: none;
		color: #FFF;
	}*/

	.t_nav-SP{
		display: table;
		width: 100%;
		padding-top: 60px;
		border-bottom: 1px solid #e6e6e6;
	}
	.t_nav-SP li{
		display: table-cell;
		width: 33.33%;
	}
	.t_nav-SP li a{
		display: block;
		height: 40px;
		font-size: 13px;
		font-weight: bold;
		line-height: 40px;
		text-align: center;
		color: #000;
		text-decoration: none;
	}
	.t_nav-SP li.current a{
		background: url(/base/departmentstore/common/img/t_nav_cur.png) no-repeat center bottom #D51518;
		border: none;
		color: #FFF;
	}

	/* btn_menu */
	#header .btn_menu{
		padding: 18px 18px 18px;
		border-left: none;
	}
}

@media screen and (max-width: 374px) {
		#header .logo{
			float: left;
			min-height: 60px;
			padding: 17px 0 0 10px;
		}
		#header .logo img{
			width: 170px;
		}
		#header .h_nav{
			padding-right: calc(64px - 4vw);
		}
		/*#header .t_nav li a{
			font-size: 11px;
		}*/
		.t_nav-SP li a{
			font-size: 11px;
		}

		/* btn_menu */
		#header .btn_menu{
			padding-right: calc(18px - 2vw);
		}
}


/* eigyo
=================================================================== */
#eigyo{
	display: table;
	margin: 0 auto;
	padding-top: 72px;
}

/* eigyo-PC */
.eigyo-PC{
	padding: 18px 0;
}
.eigyo-PC .eigyo_box01{
	display: table;
	margin: 0 auto;
}
.eigyo-PC .eigyo_box01 h2{
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
	border: 1px solid #000;
}
.eigyo-PC .eigyo_box01 .eigyo_txt01{
	display: table-cell;
	text-align: left;
	line-height: 1.5;
	padding: 0 60px 0 20px;
	vertical-align: middle;
	background: url(/base/departmentstore/common/img/icon_slash.png) no-repeat right 14px center;
}
.eigyo-PC .eigyo_box01 .eigyo_txt01 dt{
	font-size: 12px;
	font-weight: bold;
}
.eigyo-PC .eigyo_box01 .eigyo_txt01 dd{
	font-size: 15px;
	font-weight: bold;
}
.eigyo-PC .eigyo_box01 .eigyo_txt01 dd span{
	font-size: 13px;
	font-weight: normal;
}
.eigyo-PC .eigyo_link01{
	display: table-cell;
	vertical-align: middle;
}
.eigyo-PC .eigyo_link01 a{
	color: #000;
	font-size: 13px;
}
.eigyo-PC .eigyo_link01 a:hover{
	text-decoration: none;
}
.eigyo-PC .access{
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}
.eigyo-PC .access a{
	color: #000;
	text-decoration: none;
	padding-left: 20px;
	border-left: 1px solid #e6e6e6;
	font-size: 13px;
	line-height: 25px;
}
.eigyo-PC .access a img{
	margin-right: 5px;
	vertical-align: middle;
}
.eigyo-PC .importantInfo{
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}
.eigyo-PC .importantInfo a{
	color: #B8302E;
	padding: 5px 0 5px 20px;
	border-left: 1px solid #e6e6e6;
	font-size: 13px;
	line-height: 25px;
}
.eigyo-PC .importantInfo a img{
	margin-right: 5px;
	vertical-align: middle;
}

/* eigyo_box02 */
.eigyo_box02{
	padding: 0;
}
.eigyo_box02 ul li{
	text-align: center;
	font-size: 13px;
	color: #B8302E;
	padding: 3px 0;
}
.eigyo_box02 ul li a{
	color: #B8302E;
	text-decoration: underline;
}
.eigyo_box02 ul li:first-child{
	border-top: 1px solid #e6e6e6;
	padding-top: 13px;
}
.eigyo_box02 ul li:last-child{
	padding-bottom: 15px;
}
.eigyo_box02 p a:hover{
	text-decoration: none;
}


@media screen and (max-width:767px) {
	#eigyo{
		padding-top: 0;
		width: 100%;
	}
	#eigyo.t_nav_none{
		padding-top: 60px;
	}

	/* eigyo-SP */
	.eigyo-SP .eigyo_nav ul{
		width: 100%;
		border-bottom: 1px solid #e6e6e6;
		overflow: hidden;
	}
	.eigyo-SP .eigyo_nav ul li{
		float: left;
		width: 50%;
		padding: 15px 20px;
		font-size: 13px;
		font-weight: bold;
		cursor: pointer;
	}
	.eigyo-SP .eigyo_nav ul li a{
		color: inherit;
		text-decoration: none;
	}
	.eigyo-SP .eigyo_nav ul li:first-child{
		border-right: 1px solid #e6e6e6;
	}
	.eigyo-SP .eigyo_nav ul li.eigyo_nav01{
		background: url(/base/departmentstore/common/img/arrow_b3.gif) no-repeat right 5px center;
		background-size: 30px;
	}
	.eigyo-SP .eigyo_nav ul li.eigyo_nav01.active{
		background: url(/base/departmentstore/common/img/arrow_t3.gif) no-repeat right 5px center;
		background-size: 30px;
	}
	.eigyo-SP .eigyo_nav ul li.eigyo_nav02{
		background: url(/base/departmentstore/common/img/arrow_r3.gif) no-repeat right 5px center;
		background-size: 30px;
	}
	
	.eigyo-SP .eigyo_ttl{
		position: relative;
		display: table;
		width: 100%;
		padding: 15px 20px;
		border-bottom: 1px solid #e6e6e6;
		line-height: 1.5;
	}
	.eigyo-SP .eigyo_ttl h2{
		display: table-cell;
		font-size: 14px;
		width: 5em;
		vertical-align: middle;
	}
	.eigyo-SP .eigyo_ttl ul{
		display: table-cell;
		padding-right: 30px;
	}
	.eigyo-SP .eigyo_arrow {
		position: absolute;
		top: 15px;
		right: 15px;
	}
	.eigyo-SP .eigyo_arrow img{
		width: 30px;
	}
	.eigyo-SP .eigyo_txt02{
		font-size: 10px;
		line-height: 1.4;
	}
	.eigyo-SP .eigyo_detail{
		display: none;
		padding: 15px 20px;
		border-bottom: 1px solid #e6e6e6;
	}
	.eigyo-SP .eigyo_detail dl{
		margin-bottom: 15px;
	}
	.eigyo-SP .eigyo_detail dl dt{
		font-weight: bold;
		font-size: 115%;
		border-bottom: 1px solid #DDD;
		margin-bottom: .5em;
	}
	.eigyo-SP .eigyo_detail .notes{
		margin-bottom: 1em;
		color: #aa1f24;
	}

	/* eigyo_box02 */
	.eigyo_box02{
		padding: 0;
		border-top: none;
		border-bottom: 1px solid #e6e6e6;
	}
	.eigyo_box02 ul li:first-child{
		border-top: none;
	}
	.eigyo_box02 p a .sp_none{
		display: none;
	}
}

/* normal-alternative */
.eigyo-PC.alternative .eigyo_txt01,
.eigyo-PC.alternative .eigyo_link01 {
	display: none;
}
.eigyo-PC.normal .eigyo_txt01-alternative,
.eigyo-PC.normal .eigyo_link01-alternative {
	display: none;
}
.eigyo-PC.alternative .eigyo_box01 h2 {

	padding: 8px 15px;
}
.eigyo-PC.alternative .eigyo_box01 .eigyo_txt01-alternative {
	display: table-cell;
	text-align: left;
	line-height: 1.5;
	padding: 0 20px 0 20px;
	vertical-align: middle;
	font-size: 16px;
}
.eigyo-PC.alternative .eigyo_box01 .eigyo_txt01-alternative dd {
display:block;
    background: url(/base/departmentstore/common/img/arrow_triple_r2.svg) no-repeat center right;
padding-right: 30px;
}
.eigyo-PC.alternative .eigyo_link01-alternative{
	display: table-cell;
	vertical-align: middle;
}
.eigyo-PC.alternative .eigyo_link01-alternative a{
	color: #000;
	font-size: 13px;
}
.eigyo-PC.alternative .eigyo_link01-alternative a:hover{
	text-decoration: none;
}

@media screen and (max-width: 767px) {
.eigyo-SP.alternative .eigyo_ttl h2{
    display: table-cell;
    font-size: 14px;
    width: 100%;
    vertical-align: middle;
}
.eigyo-SP.alternative ul .eigyo_txt01,
.eigyo-SP.alternative ul .eigyo_txt02{
	display: none;
}
}



/* nav-PC
=================================================================== */
.nav-PC{
	background: #D61518;
}
.nav-PC.is-fixed{
	position: fixed;
	z-index: 10000;
	top: 72px;
	left: 0;
	width: 100%;
}
.nav-PC ul{
	width: 980px;
	padding: 12px 0 13px;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}
.nav-PC ul li{
	display: inline-block;
	border-left: 1px solid #e25c5e;
}
.nav-PC ul li:first-child{
	border-left: none;
}
.nav-PC ul li a{
	display: block;
	height: 35px;
	line-height: 35px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


/* contents
=================================================================== */
#contents > h1{
	text-align: center;
	font-size: 17px;
	line-height: 1.5;
	padding: 25px 0;
	background: #FAFAFA;
}
@media screen and (max-width:767px) {
	#contents > h1{
		text-align: center;
		font-size: 15px;
		line-height: 1.5;
		padding: 18px 0;
		background: #FAFAFA;
	}
}


/* nav-SP
=================================================================== */
@media screen and (max-width:767px) {
	.nav-SP{
		padding: 15px 15px 0 15px;
	}
	.nav-SP ul{
		width: 100%;
		padding-bottom: 5px;
		border-bottom: 1px solid #cccccc;
		overflow: hidden;
	}
	.nav-SP ul li{
		position: relative;
		float: left;
		width: 25%;
		padding: 0 5px;
		border-top: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		vertical-align: bottom;
	}
	.nav-SP ul li:nth-child(4n){
		border-right: none;
	}
	.nav-SP ul li:nth-child(n+1):nth-child(-n+4){
		border-top: none;
	}
	.nav-SP ul li:nth-child(n+1):nth-child(-n+3)::after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		background: url(/base/departmentstore/common/img/menu_corner2.png);
		width: 9px;
		height: 9px;
		position: absolute;
		z-index: 100;
		right: -5px;
		bottom: -5px;
	}
}


/* contact-sp
=================================================================== */
#contact-SP{
	padding: 15px 0;
	border-top: 1px solid #e6e6e6;
}
#contact-SP ul{
	width: 100%;
	overflow: hidden;
}
#contact-SP ul li{
	float: left;
	width: 50%;
	text-align: center;
}
#contact-SP ul li:first-child{
	border-right: 1px solid #cccccc;
}
#contact-SP ul li a{
	display: block;
}
#contact-SP ul li a img{
	width: 35px;
}



/* footer
=================================================================== */
#footer{
	width: 100%;
	padding: 50px 0;
	border-top: 1px solid #e6e6e6;
}
#footer .pagetop{
	text-align: center;
	font-weight: bold;
}
#footer .pagetop a{
	display: inline-block;
	padding: 25px 10px 0;
	background: url(/base/departmentstore/common/img/arrow_t1.svg) no-repeat center top;
	background-size: 24px;
	color: #000;
	text-decoration: none;
}
#footer .inner{
	width: 980px;
	margin: 0 auto;
	padding: 40px 30px;
	overflow: hidden;
}
#footer .f_info{
	float: left;
	width: 600px;
}
#footer .f_info a{
	color: #000;
	text-decoration: none;
}
#footer .f_logo{
	margin-bottom: 10px;
}
#footer .f_tel a:hover{
	opacity: 1;
}
#footer .f_contact{
	margin-top: 5px;
}
#footer .f_contact a{
	text-decoration: underline;
}
#footer .f_contact a:hover{
	text-decoration: none;
}
#footer .f_btn_other{
	float: right;
}
#footer .copyright{
	text-align: center;
	font-size: 12px;
}

@media screen and (max-width:767px) {
	#footer{
		width: 100%;
		padding: 35px 20px;
	}
	#footer .inner{
		width: 100%;
		margin: 0;
		padding: 30px 0;
	}
	#footer .f_info{
		width: 100%;
		float: none;
	}
	#footer .f_logo{
		width: 60%;
	}
	#footer .f_tel a{
		text-decoration: underline;
	}
	#footer .f_tel a:hover{
		opacity: 0.6;
	}
	#footer .f_btn_other{
		float: none;
		margin-top: 30px;
	}
}


/* menu
=================================================================== */
#menu .menu_bg{
	display: none;
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.2);
}
#menu .menu_cont.preload {
	transition: none !important;
}
#menu .menu_cont{
	width: 450px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: all .4s;
    transform: translate(450px);
    position: fixed;
	z-index: 10001;
    top: 0;
    right: 0;
	background-color: rgba(0,0,0,0.9);
	color: #FFF;
}
#menu .menu_cont.open {
    transform: translate(0);
}

#menu .menu_cont a{
	color: #FFF;
	text-decoration: none;
}
#menu .menu_close{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
#menu .menu_block h2{
	text-align: center;
	font-size: 16px;
	padding: 25px 0 0;
	border-top: 1px solid #808080;
}
#menu .menu_block h3{
	padding: 10px 30px;
	background-color: rgba(77,77,77,0.8);
	color: #FFF;
	font-size: 16px;
	border-bottom: 1px solid #191919;
}
#menu .menu_block h3 a{
	display: block;
	background: url(/base/departmentstore/common/img/arrow_r2.svg) no-repeat right center;
	background-size: 12px;
}

/* menu_box01 */
#menu .menu_box01{
	padding: 22px 20px;
	overflow: hidden;
}
#menu .menu_box01 li{
	float: left;
}
#menu .menu_box01 li a{
	display: block;
	padding: 0 18px 0 0;
	background: url(/base/departmentstore/common/img/arrow_r2.svg) no-repeat right center;
	background-size: 12px;
	line-height: 1.2;
}
#menu .menu_box01 li:first-child{
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #cccccc;
}

/* menu_box02 */
#menu .menu_box02{
	margin: 0 15px;
	padding: 10px 0;
	border-bottom: 1px solid #808080;
	overflow: hidden;
}
#menu .menu_box02 li{
	float: left;
	width: 50%;
}
#menu .menu_box02 li a{
	display: block;
	font-size: 85%;
	padding: 0 0 0 40px;
}
#menu .menu_box02 li:first-child{
	border-right: 1px solid #808080;
}
#menu .menu_box02 li a.mail{
	background: url(/base/departmentstore/common/img/menu_icon_mail.svg) no-repeat left 6px center;
	background-size: 30px;
	line-height: 3;
}
#menu .menu_box02 li a.tel{
	background: url(/base/departmentstore/common/img/menu_icon_tel.svg) no-repeat left 10px center;
	background-size: 30px;
	line-height: 1.5;
}

/* menu_box03 */
#menu .menu_box03{
	padding: 5px 15px;
	overflow: hidden;
}
#menu .menu_box03 li {
	position: relative;
	float: left;
	width: 33.3%;
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
}
#menu .menu_box03 li:nth-child(3n){
	border-right: none;
}
#menu .menu_box03 li:nth-child(n+1):nth-child(-n+3){
	border-top: none;
}
#menu .menu_box03 li::after {
	content: '';
	display: inline-block;
    vertical-align: middle;
	background: url(/base/departmentstore/common/img/menu_corner.png);
	width: 9px;
    height: 9px;
	position: absolute;
	z-index: 100;
	right: -5px;
	bottom: -5px;
}
#menu .menu_box03 li a{
	display: block;
	width: 100%;
	padding: 10px 0 20px;
	line-height: 1.2;
}
#menu .menu_box03 li a span{
	display: block;
}

/* menu_box04 */
#menu .menu_box04{
	padding: 0 15px;
	background-size: 30px;
}
#menu .menu_box04 li{

	border-top: 1px solid #808080;
}
#menu .menu_box04 li a{
	display: block;
	padding: 22px 0 22px 55px;
	background: url(/base/departmentstore/common/img/arrow_r2.svg) no-repeat right center, url(/base/departmentstore/common/img/menu_icon_restaurant.svg) no-repeat left 20px center;
	background-size: 12px, 30px;
}

/* menu_box05 */
#menu .menu_box05{
	padding: 5px 30px;
}
#menu .menu_box05 li{
	border-top: 1px solid #808080;
}
#menu .menu_box05 li:first-child{
	border-top: none;
}
#menu .menu_box05 li a{
	display: block;
	padding: 15px 18px 15px 0;
	background: url(/base/departmentstore/common/img/arrow_r2.svg) no-repeat right center;
	background-size: 12px;
}

@media screen and (max-width:767px) {
	#menu .menu_cont{
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		transition: all .4s;
		transform: translate(100%);
		position: fixed;
		z-index: 10001;
		top: 0;
		right: 0;
		background-color: rgba(0,0,0,0.9);
		color: #FFF;
	}
	#menu .menu_block h3{
		padding: 10px 20px;
		background-color: rgba(77,77,77,0.8);
		color: #FFF;
		font-size: 14px;
	}

	/* menu_box02 */
	#menu .menu_box02 li a{
		display: block;
		font-size: 80%;
		padding: 5px 0 5px 33px;
	}
	#menu .menu_box02 li a.mail{
		background: url(/base/departmentstore/common/img/menu_icon_mail.svg) no-repeat left center;
		background-size: 30px;
		line-height: 3;
	}
	#menu .menu_box02 li a.tel{
		background: url(/base/departmentstore/common/img/menu_icon_tel.svg) no-repeat left center;
		background-size: 30px;
		line-height: 1.5;
	}

	/* menu_box03 */
	#menu .menu_box03{
		padding: 5px 15px;
		overflow: hidden;
		font-size: 11px;
	}
	#menu .menu_box03 li img{
		width: 45px;
	}

	/* menu_box04 */
	#menu .menu_box04 li a{
		display: block;
		padding: 22px 0 22px 40px;
		background: url(/base/departmentstore/common/img/arrow_r2.svg) no-repeat right center, url(/base/departmentstore/common/img/menu_icon_restaurant.svg) no-repeat left 5px center;
		background-size: 12px, 30px;
	}

	/* menu_box05 */
	#menu .menu_box05{
		padding: 5px 20px;
	}
}