@charset "utf-8";

/* base ---------------------------- */
/* REWRITE(TAG)
------------------------------------ */
html{font-size: 10px;}
html, body{
  height: 100%;
  width: 100%;
}
body {
	position: relative;
	color: #fff;
	text-align:left;
	-webkit-text-size-adjust: none;	/* webkit */ 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
	min-width:940px;
	background:#000 url(../images/common/bg_board.jpg);
}
@media (max-width: 480px) {
	body {
		min-width:100%;
		background-size: 50%;
	}
}
body,input,textarea{
	font-family: "Quicksand","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
/*	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p, li, dt, dd, th, td, address, pre, input, textarea, caption, code, figcaption {
	line-height: 1;
}
li li, li dl, li dt, li dd, li ol, li p, dd dd, dd p, dd th, dd td, dd li, dd pre, dd input, dd textarea, td dt, td dd, td li, td p, p input, p textarea, p button, table p, table ul, table ol {
}
figure {
	display: block;
}
address {
	display: inline;
}
ul, ol {
	list-style: none;
}
a {
	color: #292929;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a.news {
	color: #896d00;
        text-decoration:underline;
}
a.news:hover {
	color:#ff0000;
}
a:focus {
	outline: none;
}
img {
	vertical-align: bottom;
}

/* base ---------------------------- */
/* COMMON LAYOUT
------------------------------------ */
p,li,dt,dd,th,td{
	line-height: 1.2;
	font-size:14px;
	font-size:1.4rem;
}

a.imghover{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a.imghover:hover{
	opacity:0.8;
}
img{
	width: 100%;
	height: auto;
}
/* --------------------------------- */
/* ICON
------------------------------------ */

 /* header */
header{
	position: fixed;
	z-index: 99;
	top: 0;
	width: 100%;
	height: 65px;
	background-color: rgba(0,0,0,0.7);
	border-bottom: rgba(255,255,255,0.3) solid 1px;
	border-top: rgba(255,255,255,0.3) solid 1px;
}

header .inner{
	position: relative;
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}
@media (max-width: 480px) {
	header {
		height: 51px;
	}
	header .inner{
		width: 100%;
		overflow: visible;
	}
}

header h1{
	float: left;
	width: 120px;
}
header h1 a{
	display: block;
	width: 80px;
	overflow: hidden;
	padding-top: 5px;
	margin: 0 auto;
}
@media (max-width: 480px) {
	header h1{
		position: relative;
		float: none;
		width: 100%;
		padding:2px 0;
		z-index: 99;
		background-color: #000;
	}
	header h1 a{
		width: 60px;
		height: 42px;
		margin: 0 auto;
	}
}

nav ul{
	overflow: hidden;
	border-left: rgba(255,255,255,0.3) solid 1px;
}
nav li{
	float: left;
	font-size:16px;
	font-size:1.6rem;
	height: 65px;
    font-family: "dejimafont","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border-right: rgba(255,255,255,0.3) solid 1px;
}
nav li a{
	display: block;
	color: #e9e9e9;
	font-weight: normal;
	padding: 22px 20px 24px 20px;
}
nav li a:hover,
nav li.current > a{
  color: #ffcc00;
  background: #404040;
}

@media (max-width: 480px) {
	nav{
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 98;
		background: rgba(0,0,0,0.9);
		border-top: rgba(255,255,255,0.3) solid 1px;
		transform:translate(0,-100%);
		transition:transform .4s ease-out;
		-webkit-transform:translate(0,-100%);
		-webkit-transition:-webkit-transform .4s ease-out;
	}
	nav ul{
		border-left: none;
	}
	nav.on{
		transform:translate(0,51px) !important;
		transition:transform .6s ease-out;
		-webkit-transform:translate(0,51px) !important;
		-webkit-transition:-webkit-transform .6s ease-out;
	}
	nav li{
		position: relative;
		font-size:14px;
		font-size:1.4rem;
		float: none;
		border:none;
		height: auto;
		border-bottom: rgba(255,255,255,0.3) solid 1px;
	}
	nav li::after{
		display: block;
		content: '';
		position: absolute;
		top: 16px;
		right: 15px;
		width: 6px;
		height: 6px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	nav li a{
		padding: 12px 10px 14px 10px;
	}
	.gn_shoplist{
		cursor: pointer;
		position: absolute;
		width: 45px;
		right: 0;
		top: 0;
		height: 42px;
		text-indent: -200%;
		background: #cdcdcd;
	}
	.gn_shoplist::after{
		content: '';
		position: absolute;
		right: 50%;
		top: 50%;
		width: 9px;
		height: 9px;
		margin: -4px -2px 0 0;
		border-right:#000 solid 1px;  
		position: absolute;
	}
	.gn_shoplist::before{
		content: '';
		position: absolute;
		right: 50%;
		top: 50%;
		width: 9px;
		height: 9px;
		margin: 0 -6px 0 0;
		border-top:#000 solid 1px;  
		position: absolute;
	}
	.gn_shoplist.current::after{
		display: none;
	}
	.subnav{
		display: none;
		border-top: rgba(255,255,255,0.3) solid 1px;
	}
	.subnav li a{
		width: 100%;
		padding: 8px 10px 10px 22px;
    	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
}

.subnav{
	display: none;
}

.btn_wrapper{
	position: absolute;
	top: 13px;
	right: 10px;
	z-index: 100;
	width: 31px;
	height: 22px;
}
.menu_btn {
	margin:0;
	width: 31px;
	height: 22px;
	position: relative;
	overflow: visible;
	line-height: 13px;
	font-size: 1px;
	float: left;
	cursor: pointer;
	-webkit-transition: all 200ms ease-out 0ms;
	-moz-transition: all 200ms ease-out 0ms;
	-o-transition: all 200ms ease-out 0ms;
	transition: all 200ms ease-out 0ms;
}
.menu_btn .line {
	pointer-events: none;
	position: absolute;
	background-color: #fff;
	overflow: hidden;
	border-radius: 3px;
	z-index: 1;
	width: 31px;
	height: 3px;
	left: 0;
	-webkit-transition: all 200ms ease-out 0ms;
	-moz-transition: all 200ms ease-out 0ms;
	-o-transition: all 200ms ease-out 0ms;
	transition: all 200ms ease-out 0ms;
}

.menu_btn .line:nth-child(1) {
	top: 0px;
	z-index: 2;
}
.menu_btn .line:nth-child(2) {
	top: 10px;
	z-index: 2;
}
.menu_btn .line:nth-child(3) {
	top: 20px;
	z-index: 2;
}
.btn_wrapper.clicked .menu_btn .line:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
	-webkit-transition: all 200ms ease-out 0ms;
	-moz-transition: all 200ms ease-out 0ms;
	-o-transition: all 200ms ease-out 0ms;
	transition: all 200ms ease-out 0ms;
}
.btn_wrapper.clicked .menu_btn .line:nth-child(2) {
	opacity: 0;
	-webkit-transition: all 200ms ease-out 0ms;
	-moz-transition: all 200ms ease-out 0ms;
	-o-transition: all 200ms ease-out 0ms;
	transition: all 200ms ease-out 0ms;
}
.btn_wrapper.clicked .menu_btn .line:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg);
	-webkit-transition: all 200ms ease-out 0ms;
	-moz-transition: all 200ms ease-out 0ms;
	-o-transition: all 200ms ease-out 0ms;
	transition: all 200ms ease-out 0ms;
}
.base{
	padding-top: 65px;
}
@media (max-width: 480px) {
	body .base {
	    padding-top: 52px;
	}
}

/* container */
.contents{
	width: 940px;
	margin: 0 auto;
}
@media (max-width: 480px) {
	.contents{
		width: auto;
		margin:0;
		padding: 0 15px;
	}
}

/* title */
.title_base_mainimg{
	background-position: center 0;
}
.title_base_main_cover{
	height: 210px;
	background-image: url(../images/common/main_img_bg_s.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	background-size: auto auto;
}
.title{
	text-align: center;
	height: 143px;
}
.title h2{
	font-size:30px;
	font-size:3.0rem;
    font-family: "dejimafont","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 10px;
    border-bottom: rgba(255,255,255,0.3) solid 1px;
	text-shadow: 0 -2px 3px rgba(0,0,0,0.8), -2px 0 3px rgba(0,0,0,0.8), 2px 0 3px rgba(0,0,0,0.8);
}
.base .title h2{
	font-size:36px;
	font-size:3.6rem;
	letter-spacing: 0.2em;
	text-indent:0.2em;
	padding-left: 30px;
	padding-right: 30px;
}
.title span{
	display: block;
	color: #a3a3a3;
	font-size:16px;
	font-size:1.6rem;
    margin-top: 13px;
	font-family: 'Alegreya SC',"ＭＳ Ｐ明朝", "MS PMincho", serif,arial;
}
.base .title{
	padding-top: 40px;
}

.concept_title_wrap{
	width: 940px;
	margin: 0 auto;
	padding-top: 65px;
	background: url(../images/concept/concept_light.png) no-repeat 0 -12px,
	 url(../images/concept/concept_light.png) no-repeat right -12px;
}
@media (max-width: 480px) {
	.title_base_main_cover{
		height: 100px;
	}
	.concept_title_wrap{
		width: 100%;
	}
	#top_concept .title{
		height: 97px;
	}
	.title{
		height: 100px;
	}
	.title h2{
		font-size:20px;
	    font-size: 2.0rem;
	}
	.base .title {
	    padding-top: 26px;
	}
	#top_menu .title {
	    padding-top: 0;
	}
	#top_menu .title h2,
	#top_shop .title h2,
	#top_news .title h2 {
	    padding-top: 25px;
	}
	.title_base_mainimg .title h2,
	.top_concept_title_wrap .title h2 {
		font-size:20px;
	    font-size: 2.0rem;
   		padding-top: 0;
	    letter-spacing: 0.2em;
	    padding-left: 15px;
	    padding-right: 15px;
	    text-indent: 0.2em;
	}
	.top_concept_title_wrap .title h2{
		padding-top: 25px;

	}
	.title span{
		font-size:12px;
		font-size:1.2rem;
	    margin-top: 13px;
	}
}

/* --------------------------------- */
/* TOP CONCEPT
------------------------------------ */
#top_concept{
	margin-bottom: 50px;
}
.top_concept_catch{
	width: 669px;
	margin: 0 auto;
	padding: 35px 0;
}
@media (max-width: 480px) {
	.top_concept_catch{
		width: 100%;
		padding: 22px 0;
	}
}
.top_concept_list {
	overflow: hidden;
	margin-bottom: 20px;
}
.top_concept_list li{
	width: 292px;
	height: 279px;
	overflow: hidden;
	float: left;
	margin: 0 30px 30px 0;
}
.top_concept_list li:nth-child(3n){
	margin-right: 0;
}
.top_concept_list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.concept_link .top_concept_list_wrap,
.concept_list_wrap {
    font-family: "dejimafont","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	z-index: 1;
    /*opacity: 0;*/
    text-align: center;
}
.concept_link .top_concept_list_wrap{
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    color: #fff;
	width: 292px;
	height: 279px;
    position: absolute;
    -webkit-transition:opacity 0.45s ease 0.1s;
    transition: opacity 0.45s ease 0.1s;
}

.concept_link .top_concept_list_link img{
    -moz-transition: -moz-transform 0.45s linear;
    -webkit-transition: -webkit-transform 0.45s linear;
    -o-transition: -o-transform 0.45s linear;
    -ms-transition: -ms-transform 0.45s linear;
    transition: transform 0.45s linear;
}
.concept_link .top_concept_list_secret{
	position:absolute;
	bottom:184px;
}
.concept_link .top_concept_list_secret,
.concept_list_secret { 
	display: block;
	font-size:13px;
	font-size:1.3rem;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition:bottom 0.35s ease 0.1s,opacity 0.35s ease 0.1s;
	transition:bottom 0.35s ease 0.1s,opacity 0.35s ease 0.1s;
}
.concept_link .top_concept_list_secret span,
.concept_list_secret span  {
	color: #000;
	border-radius: 5em;
	padding:3px 9px;
	background: url(../images/common/bg_egg.jpg) repeat 0 0;
}
.concept_link .top_concept_list_title{
	position:absolute;
	bottom:142px;
}
.concept_link .top_concept_list_title,
.concept_list_title{
	display: block;
	font-size:26px;
	font-size:2.6rem;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition:bottom 0.35s ease 0.1s,opacity 0.35s ease 0.1s;
	transition:bottom 0.35s ease 0.1s,opacity 0.35s ease 0.1s;
}
.concept_link .top_concept_list_line{
    margin-top: 138px;
}
.concept_link .top_concept_list_line,
.concept_list_line { 
	border-top: 1px solid rgba(255,255,255,0.3);
    display: inline-block;
    width: 80%;
	-webkit-transition:width 0.35s ease 0.1s;
	transition:width 0.35s ease 0.1s;
}
.concept_link .top_concept_list_txt{
	position:absolute;
	bottom:97px;
}
.concept_link .top_concept_list_txt,
.concept_list_txt { 
	font-size:16px;
	font-size:1.6rem;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition:bottom 0.35s ease 0.1s,opacity 0.35s ease 0.1s; 
	transition:bottom 0.35s ease 0.1s,opacity 0.35s ease 0.1s; 
}

.concept_link .top_concept_list_link:hover .top_concept_list_wrap { opacity: 0; }
.concept_link .top_concept_list_link:hover .top_concept_list_title { bottom:188px; opacity: 0;}
.concept_link .top_concept_list_link:hover .top_concept_list_secret { bottom:230px; opacity: 0;}
.concept_link .top_concept_list_link:hover .top_concept_list_line { width:0; }
.concept_link .top_concept_list_link:hover .top_concept_list_txt { bottom:18px;opacity: 0; }
.concept_link .top_concept_list_link:hover img { 
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

@media (max-width: 480px) {
	.top_concept_list {
		width:290px;
		margin: 0 auto 20px;
	}
	.top_concept_list li{
		width: 140px;
		height: 140px;
		overflow: hidden;
		float: left;
		margin: 0 10px 10px 0;
	}
	.top_concept_list li:nth-child(3n){
		margin-right: 10px;
	}
	.top_concept_list li:nth-child(2n){
		margin-right: 0;
	}
	.concept_link .top_concept_list_wrap{
		width: 140px;
		height: 140px;
	}
	.concept_link .top_concept_list_secret{ 
		font-size:10px;
		font-size:1.0rem;
		bottom:94px;
	}
	.concept_link .top_concept_list_link:hover .top_concept_list_secret { bottom:94px; opacity: 0;}
	.concept_link .top_concept_list_title{
		font-size:16px;
		font-size:1.6rem;
		bottom:62px;
	}
	.concept_link .top_concept_list_link:hover .top_concept_list_title { bottom:62px; opacity: 0;}
	.concept_link .top_concept_list_line{
	    margin-top: 77px;
	}
	.concept_link .top_concept_list_txt{ 
		font-size:12px;
		font-size:1.2rem;
		bottom: auto;
		top: 76px;
	}

}

/* --------------------------------- */
/* TOP MENU
------------------------------------ */
#top_menu{
	padding-bottom: 70px;
}
.top_menu_item01{
	width: 200px;
	height: 80px;
	display: block;
	background: url(../images/menu/menu_img_tsuke.jpg) no-repeat 0 0;
}
.top_menu_list,
.top_shop_list,
.menu_list{
	padding-bottom: 20px;
	overflow: hidden;
}
@media (max-width: 480px) {
	.top_menu_list,
	.top_shop_list,
	.menu_list{
		overflow: visible;
	}
}

.top_menu_list li,
.top_shop_list li,
.menu_list li{
	width: 300px;
	float: left;
	margin-bottom: 40px;
	margin-right: 20px;
}
.top_menu_list li:nth-child(3n),
.top_shop_list li:nth-child(3n),
.menu_list li:nth-child(3n){
	margin-right: 0;
}
@media (max-width: 480px) {
	.top_menu_list li,
	.top_shop_list li,
	.menu_list li{
		width: 290px;
		float: none;
		margin-right: 0;
		margin: 0 auto 30px;
	}
	.top_menu_list li:nth-child(3n),
	.top_shop_list li:nth-child(3n),
	.menu_list li:nth-child(3n){
		margin-right: auto;
	}
}

.top_menu_list dl dt,
.menu_list dl dt{
    font-family: "dejimafont","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:20px;
	font-size:2.0rem;
	color: #e4c650;
	text-align: center;
	padding: 15px 0 12px;
	text-shadow: 0 -2px 2px rgba(0,0,0,0.5), -2px 0 2px rgba(0,0,0,0.5), 2px 0 2px rgba(0,0,0,0.5);
}
.top_menu_list dl dd,
.menu_list dl dd{
	font-weight: bold;
	line-height: 1.8;
        color:#e4c650;
	text-shadow: 0 -2px 2px rgba(0,0,0,0.5), -2px 0 2px rgba(0,0,0,0.5), 2px 0 2px rgba(0,0,0,0.5);
}

.menu_mini_list{
	overflow: hidden;
	padding-bottom: 40px;
}
.menu_mini_list li{
	width: 172px;
	float: left;
	margin: 0 20px 30px 0;
}
.menu_mini_list li:nth-child(5n){
	margin-right: 0;
}
.menu_mini_list h4{
    font-family: "dejimafont","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:16px;
	font-size:1.6rem;
	padding: 8px 0;
	color: #e4c650;
	text-align: center;
	text-shadow: 0 -2px 2px rgba(0,0,0,0.5), -2px 0 2px rgba(0,0,0,0.5), 2px 0 2px rgba(0,0,0,0.5);
}
@media (max-width: 480px) {
	.menu_mini_list{
		width: 290px;
		margin: 0 auto;
	}
	.menu_mini_list li{
		width: 140px;
		margin: 0 10px 15px 0;
	}
	.menu_mini_list li:nth-child(5n){
		margin-right:10px;
	}
	.menu_mini_list li:nth-child(2n){
		margin-right: 0;
	}
	.menu_mini_list{
		padding-bottom: 10px;
	}
}

.memo{
	font-size:14px;
	font-size:1.4rem;
	font-weight: bold;
        color:#e4c650;
	padding-bottom: 8px;
	text-shadow: 0 -2px 2px #000, -2px 0 2px #000, 2px 0 2px #000;
}
.price{
	text-align: center;
	font-size:16px;
	font-size:1.6rem;
	font-weight: bold;
	text-shadow: 0 -2px 2px #000, -2px 0 2px #000, 2px 0 2px #000;
}
.free{
	text-align: center;
	color: #f65252;
	font-size:16px;
	font-size:1.6rem;
	font-weight: bold;
	text-shadow: 0 -2px 2px #000, -2px 0 2px #000, 2px 0 2px #000;
}

/* menu */
.item_img_tsuke{ background-image: url(../images/menu/menu_img_tsuke.jpg); }
.item_img_karami{ background-image: url(../images/menu/menu_img_karami.jpg); }
.item_img_toku{ background-image: url(../images/menu/menu_img_tokusei.jpg);	}
.item_img_karamiso{ background-image: url(../images/menu/menu_img_karamiso.jpg); }
.item_img_miso{ background-image: url(../images/menu/menu_img_miso.jpg); }
.item_img_shoyu{ background-image: url(../images/menu/menu_img_shoyu.jpg); }
.item_img_shio{ background-image: url(../images/menu/menu_img_shio.jpg);}

.item_img_cyasyu_mini{ background-image: url(../images/menu/menu_img_min_cyasyu.jpg); }
.item_img_cyasyuhan_mini{ background-image: url(../images/menu/menu_img_min_cyasyuhan.jpg); }
.item_img_egg_mini{ background-image: url(../images/menu/menu_img_min_egg.jpg); }
.item_img_eggcya_mini{ background-image: url(../images/menu/menu_img_min_eggcya.jpg); }
.item_img_goma_mini{ background-image: url(../images/menu/menu_img_min_goma.jpg);}
.item_img_gyoza_mini{ background-image: url(../images/menu/menu_img_min_gyoza.jpg); }
.item_img_kara_mini{ background-image: url(../images/menu/menu_img_min_kara.jpg);}
.item_img_menma_mini{ background-image: url(../images/menu/menu_img_min_menma.jpg); }
.item_img_negi_mini{ background-image: url(../images/menu/menu_img_min_negi.jpg);}
.item_img_ninniku_mini{ background-image: url(../images/menu/menu_img_min_ninniku.jpg); }
.item_img_nori_mini{ background-image: url(../images/menu/menu_img_min_nori.jpg);}
.item_img_tokumori_mini{ background-image: url(../images/menu/menu_img_min_toku.jpg); }
.item_img_veg_mini{ background-image: url(../images/menu/menu_img_min_veg.jpg); }
.item_img_tokusei_mini{ background-image: url(../images/menu/menu_img_min_tokusei.jpg); }

.item_img_tokuseigyo_mini{ background-image: url(../images/menu/menu_img_min_tokuseigyo.jpg); }
.item_img_rice_mini{ background-image: url(../images/menu/menu_img_min_rice.jpg);}



/* --------------------------------- */
/* TOP SHOP
------------------------------------ */
#top_shop{
	box-shadow: 0 -4px 4px rgba(0,0,0,1) ;
}

#top_shop .title h2{
	color: #1c1c1c;
	text-shadow:none;
	padding-left: 20px;
	padding-right: 20px;
    border-bottom-color:#bdbbb0;
}
#top_shop .title span{
	color: #a3a3a3;
}
.top_shop_list dt{
	color: #1c1c1c;
	font-size:16px;
	font-size:1.6rem;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
}

.item_img_takada{ background-image: url(../images/shop/shop_img_takada1.jpg); }
.item_img_shibuya{ background-image: url(../images/shop/shop_img_shibuya1.jpg); }
.item_img_shinjuku{ background-image: url(../images/shop/shop_img_shinjuku1.jpg); }
.item_img_ikebukuro{ background-image: url(../images/shop/shop_img_ikebukuro1.jpg); }
.item_img_suidou{ background-image: url(../images/shop/shop_img_suidou1.jpg); }
.item_img_akasaka{ background-image: url(../images/shop/shop_img_akasaka1.jpg); }
.item_img_shimokita{ background-image: url(../images/shop/shop_img_shimokita1.jpg); }
.item_img_nerima{ background-image: url(../images/shop/shop_img_nerima1.jpg); }
.item_img_akihabara{ background-image: url(../images/shop/shop_img_akihabara1.jpg); }
.item_img_douton{ background-image: url(../images/shop/shop_img_douton1.jpg); }
.item_img_comingsoon{ background-image: url(../images/shop/shop_img_comingsoon.jpg); }
.item_img_nishiikebukuro{ background-image: url(../images/shop/shop_img_nishiikebukuro1.jpg); }

@media (max-width: 480px) {
	.top_shop_list h3{
		color: #333;
		text-align: center;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.top_shop_list .item{
		float: left;
	}
	.top_shop_list dl{
		width: 165px;
		float: right;
	}
	.top_shop_list .table_set th {
	    width: 2em !important;
	}
}
/* --------------------------------- */
/* TOP NEWS
------------------------------------ */
#top_news{
	padding-bottom: 80px;
}
#top_news .contents{
	width: 825px;
}
.top_news_list li:last-child{
	border-bottom: rgba(255,255,255,0.3) solid 1px;
}

.news_unit{
	font-size:14px;
	font-size:1.4rem;
	border-top: rgba(255,255,255,0.3) solid 1px;
}
.news_unit dl{
	overflow: hidden;
	display: table;
	/*height: 60px;*/
	width: 100%;
	position: relative;
}
.news_unit dl.add{
	cursor: pointer;
}
.news_unit dl.add::before{
	content: '';
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	right: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.news_unit dl.add::after {
	display: block;
	content: '';
	position: absolute;
	top: 25px;
	right: 25px;
	width: 6px;
	height: 6px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1;
}
.news_unit dt,
.news_unit dd{
	height: 100%;
	line-height: 1.4;
	display: table-cell;
	height: 60px;
}
.news_unit dt{
	background:#000;
	width: 145px;
	vertical-align: middle;
	text-align: center;
}
.news_unit dd{
	background:rgba(0,0,0,0.3);
	width: 680px;
	vertical-align: middle;
	text-align: left;
}
.news_unit .txt{
	width: 600px;
	margin-left: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news_unit .txt p{
	height: 22px;
	line-height: 1.8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_unit .txt p a{
	color: #e4c650;
}
.news_unit .txt p a:hover{
	text-decoration: underline;
}

.news_unit .txt.open{
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news_unit .txt.open p{
	height: auto;
	white-space: normal;
	overflow: auto;
	text-overflow: none;
	line-height: 1.8;
}

@media (max-width: 480px) {
	#top_news .contents {
	    width: auto;
	}
	.news_unit{
		text-align: left;
	}
	.news_unit dl {
		overflow: visible;
	}
	.news_unit dt {
		font-size:12px;
		font-size:1.2rem;
		padding: 6px 6px;
		line-height: 1;
		vertical-align: middle;
	}
	.news_unit dd p{
		font-size:12px;
		font-size:1.2rem;
	}
	.news_unit dl.add::before {
		width: 34px;
		height: 34px;
		top:24px;
		right: 0;
	}
	.news_unit dl.add::after {
		top: 35px;
		right: 13px;
	}
	.news_unit .txt {
		margin-left: 12px;
	}
	.top_news_list li {
		margin-bottom: 15px;
	}
	.top_news_list li:last-child {
		border:none;
	}
	.news_unit .txt.open {
	    padding-bottom: 10px;
	    padding-top: 10px;
	}
}


/* mask */
.item{
	display: block;
	position: relative;
	width: 299px;
	height: 200px;
	overflow: hidden;
}
.mask_item{
	display: block;
	position: relative;
	width: 271px;
	height: 176px;
	margin-left: 14px;
	margin-top: 12px;
	background-size: auto 200px;
	background-position:50% 50%;
	z-index: 1;
}
.top_shop_list .mask_item{
	margin: 0;
	width: 100%;
	height: 100%;
}
.mask1{
	background: inherit;
	position: absolute;
	width: 400px;
	height: 280px;
	top: -100px;
	left: -42px;
	transform: rotate(-45deg);
	z-index: -2;
	overflow: hidden;
}
.mask1::before {
	transform-origin: 0 0 0;
	background: inherit;
    content: "";
	width: 400px;
	height: 280px;
    left: 0;
    position: absolute;
	z-index: -2;
	transform:rotate(45deg) translate(17px, -134px);
}
.mask2{
	background: inherit;
	position: absolute;
	width: 400px;
	height: 280px;
	top: -31px;
	left:-55px;
	transform: rotate(-45deg);
	z-index: -2;
	overflow: hidden;
}
.mask2::before {
	transform-origin: 0 0 0;
	background: inherit;
    content: "";
    left: 0;
    position: absolute;
	z-index: -2;
	width: 400px;
	height: 280px;
	transform:rotate(45deg) translate(31px, -203px);
}

@media (max-width: 480px) {
	.item{
		width: 290px;
		height: 190px;
	}
	.mask_item{
		width: 100%;
		height: 100%;
		margin: 0;
	}
	.mask1{
		display: none;
		top: -30px;
		left: -76px;
		width: 290px;
		height: 190px;
	}
	.mask1::before {
		display: none;
	}
	.mask2{
		display: none;
		top: -7px;
		left: 60px;
		width: 290px;
		height: 190px;
	}
	.mask2::before {
		display: none;
	}
}



/* item mini */
.item_mini{
	display: block;
	position: relative;
	width: 172px;
	height: 114px;
	overflow: hidden;
}
.mask_item_mini{
	display: block;
	position: relative;
	width: 152px;
	height: 94px;
	margin-left: 10px;
	margin-top: 10px;
	background-size: auto 117px;
	background-position:50% 50%;
	z-index: 1;
	background-repeat: no-repeat;
}
.item_mini .mask1_mini{
	background: inherit;
	position: absolute;
	width: 300px;
	height: 180px;
	top: -43px;
	left: -70px;
	transform: rotate(-45deg);
	z-index: -1;
	overflow: hidden;
}
.item_mini .mask1_mini::before {
	transform-origin: 0 0 0;
	background: inherit;
    content: "";
    left: 0;
    position: absolute;
	z-index: -1;
	width: 300px;
	height: 180px;
	transform:rotate(45deg) translate(17px, -134px);
}
.item_mini .mask2_mini{
	background: inherit;
	position: absolute;
	width: 300px;
	height: 180px;
	top: 5px;
	left:-119px;
	transform: rotate(-45deg);
	z-index: -2;
	overflow: hidden;
}
.item_mini .mask2_mini::before {
	transform-origin: 0 0 0;
	background: inherit;
    content: "";
    left: 0;
    position: absolute;
	z-index: -2;
	width: 300px;
	height: 180px;
	transform:rotate(45deg) translate(31px, -203px);
}

@media (max-width: 480px) {
	.top_shop_list .item,
	.item_mini{
		width: 120px;
		height: 80px;
	}
	.top_shop_list .mask_item,
	.mask_item_mini{
		margin: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
	}
	.top_shop_list .item .mask1,
	.item_mini .mask1_mini{
		display: none;
		top: -24px;
		left: -41px;
		width: 180px;
		height: 120px;
	}
	.top_shop_list .item .mask1::before,
	.item_mini .mask1_mini::before {
		display: none;
		width: 180px;
		height: 120px;
	}
	.top_shop_list .item .mask2,
	.item_mini .mask2_mini{
		display: none;
	    left: -16px;
	    top: -29px;
		width: 180px;
		height: 120px;
	}
	.top_shop_list .item .mask2::before,
	.item_mini .mask2_mini::before {
		display: none;
		width: 180px;
		height: 120px;
	}
}



/* --------------------------------- */
/* CONTENTS
------------------------------------ */
.container{
	position: relative;
}


/* --------------------------------- */
/* BREAD CRUMBS
------------------------------------ */
.breadcrumbs{
	width: 100%;
	background: rgba(0,0,0,0.3);
	border-top:#464646 solid 1px;
	border-bottom:#464646 solid 1px;
}
.breadcrumbs .bc_logo{
	width: 62px;
	line-height: 2;
	padding-top: 7px;
}
.breadcrumbs ul{
	overflow: hidden;
	height: 58px;
}
.breadcrumbs li{
	float: left;
	line-height: 2.8;
	padding: 14px 0 0;
	font-size:12px;
	font-size:1.2rem;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding-right: 30px;
}
.breadcrumbs li a{
	position: relative;
}
.breadcrumbs li a::after{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: -15px;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width: 480px) {
	.breadcrumbs .bc_logo{
		width: 48px;
	}
	.breadcrumbs ul{
		height: 46px;
	}
	.breadcrumbs li{
		line-height: 2.4;
		font-size:11px;
		font-size:1.1rem;
		padding-top: 10px;
	}
}

/* --------------------------------- */
/* FOOTER
------------------------------------ */
footer{
	text-align: center;
	padding: 30px;
	background: url(../images/common/ft_topbder.gif) repeat-x 0 0,url(../images/common/ft_bg.gif);
}
footer small{
	font-family: 'Alegreya SC', serif,arial;
	font-size:12px;
	font-size:1.2rem;
}
@media (max-width: 480px) {
	footer{
		padding: 13px;
	}
}



/* --------------------------------- */
/* FOOTER SHOP LIST
------------------------------------ */
#footer_shop_list{
	overflow: hidden;
	background: #000;
	border-bottom:#373737 solid 1px;
	padding: 40px 0 25px;
}
#footer_shop_list ul{
	width: 940px;
	margin: 0 auto;
}
#footer_shop_list li{
	float: left;
	width: 210px;
	font-size:12px;
	font-size:1.2rem;
	margin: 0 20px 15px 0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#footer_shop_list li:nth-child(4n){
	margin-right: 0;
}
#footer_shop_list li span{
	font-weight: bold;
	display: block;
	padding-bottom: 4px;
}


/* --------------------------------- */
/* 404 not found
------------------------------------ */
.notfound{
	line-height: 1.8;
	padding-bottom: 30px;
}

/* --------------------------------- */
/* PAGE TOP
------------------------------------ */

.page_top{
	position:fixed;
	width: 60px;
	height: 60px;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0,0,0,0.8);
	display: none;
}
.page_top a{
	display: block;
	width: 100%;
	height:  100%;
	text-indent: -200%;
	overflow: hidden;
	white-space: nowrap;
}
.page_top::after {
	display: block;
	pointer-events: none;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin:-3px 0 0 -3px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* --------------------------------- */
/* LOADING
------------------------------------ */
#loading{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	display: none;
	z-index: 9999;
}
#loading .loading_main{
	position: absolute;
	text-align: center;
	margin: -80px 0 0 -100px;
	left: 50%;
	top: 50%;
}
#loading p{
	text-align: center;
	width: 200px;
}
@media (max-width: 480px) {
	#loading .loading_main{
		margin: -50px 0 0 -70px;
	}
	#loading p{
		width: 140px;
	}
}
.prog{
	position: absolute;
	top: 0;
	width: 0;
	height: 5px;
	background: #d3a800;
}

/**/
#loader{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	display: none;
}
#loaderinner{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
}
.loader{
	position: absolute;
	width: 31px;
	height: 31px;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
}

/* --------------------------------- */
/* MOBILE
------------------------------------ */
.hidden_pc{
	display:none;
}
.transparent{
	opacity: 0;
}
@media (max-width: 480px) {
	.hidden_pc{
		display:block;
	}
	.hidden_mb{
		display:none;
	}
}



