@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


/*********************************/
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #2B0C0B;
  background-color: #fff;
  margin:0px;
   overflow-x: hidden;
   -webkit-text-size-adjust: 100%;
}


/********************************/
p#copyright {
  text-align: center;
}

a:hover{
	opacity:0.8;
}

/********************************/
div#lang {
  position: relative;
  width: 1280px;
  margin: 0 auto;
    z-index: 500;

}

a#lang_btn {
  position: absolute;
  top: 0;
  right: 8px;
}

a#lang_btn2 {
  position: absolute;
  top: 0;
  right: 149px;
  
}

a#lang_btn3 {
  position: absolute;
  top: 0;
  right: 290px;
}

header{
	font-size: 0;
	width: 1280px;
	margin: auto;
	position: relative;
}

#logo img{
  margin-top: 15px;
  	 z-index: 100;
  	position: relative;
	  margin-left: 10px;
	    width: 294px;
}

#rubi{
  position: absolute;
  top: 45px;
  left: 320px;
  z-index: 100;
  margin-left:15px;
    width: 286px;
}

#trademark {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: -1;
  width:494px;
}

#description{
	font-size: 15px;
	 z-index: 100;
  	position: relative;
  margin: 10px 0 10px 20px;
}



/********************************/
#photos {
  border: 1px solid #2B0C0B;
  background-color: #2B0C0B;
  line-height: 0;
  text-align: center;
}

.bx-viewport{
	height:auto!important;
}

#lead {
  background-color: #2b0c0b;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}
/*********************************/
div#content {
  width: 1280px;
  margin: auto;
}


section.shop {
  border: 1px solid #2b0c0b;
  padding: 2%;
  margin: 12px;
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 40px;
box-shadow:
0 0 0 4px #FFF,
0 0 0 7px #2b0c0b,
0 0 0 11px #FFF,
0 0 0 12px #2b0c0b;

}
/************************#shop_link*/
div#shop_link {
  width: 1280px;
  margin: 50px auto ;
}
#shop_link ul{
	margin: 0;
	padding: 0;
}
#shop_link ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	list-style: none;
	height: 100px;
	text-align: center;
	margin-bottom: 50px;
}
#shop_link ul li:last-child{
	margin-right: 0%;
}
#shop_link a{
  color: #fff;
  background-color: #2B0C0B;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}
#shop_link span{
  font-size: 85%;
}
#shop_link a:after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color:  transparent transparent #fff #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -5px;
}



/*****************************.shop_img*/
.shop_img {
  width: 23%;
  float: left;
  line-height: 0;
  /*box-shadow: 0 0 0 5px #2B0C0B;*/
  padding: 25px 0;
  background-color: #2B0C0B;
}

/********************************.left_colum*/
.left_colum {
  width: 28%;
  float: left;
  margin-left: 2%;
}


section.shop h3 {
  margin: 0;
  font-size: 24px;
}

section.shop h3 span{
  font-size: 80%;
}

.linklist{
  margin: 0px;
  padding: 10px 0;
  border-top: 1px solid #ECECEC;
  text-align:right;
}

.linklist li{
  display: inline-block;

}

.japanese_link a{color: #2B0C0B; margin-left:10px;}
.twitter_link a{color: #55acee; margin-left:10px;}
.facebook_link a{color: #3a5795; margin-left:10px;}

.linklist a{
  font-size: 8px;
  text-decoration: none;
}




table.data {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
}
table.data b{
	font-size: medium;
}

table.data span{
  font-size: 12px;
}

table.data td,
table.data th {
	border: 1px solid #949494;
	  padding: 4px;
}


.reservation {


  background-color: #0da25e;/*green*/
  background-color: #2B0C0B;/*brown*/
  background-color: #c1282f;/*red*/
  background-color: #007C81;/*blue*/
  
  padding: 10px 40px 10px 40px;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}

.reservation i.fa-cutlery{position: absolute;left: 20px;top: 50%;margin-top: -14px;}
.reservation i.fa-chevron-right{position: absolute;right: 0;top: 50%;margin-top: -14px;}





/**********************************.right_colum*/
.right_colum{
  /*width: 46%;*/
  width: 42%;
  float: right;
}

.address {
  background-color: #a58131;/*tellow*/
  background-color: #c1282f;/*red*/
  background-color: #dd4b39;/*pink*/
  padding: 10px 40px 10px 80px;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  display: block;
  position:relative;
}

.address i.fa-map-marker{position: absolute;left: 10px;top: 50%;margin-top: -28px;}
.address i.fa-chevron-right{position: absolute;right: 0;top: 50%;margin-top: -14px;}

.fa-map-marker:after {
  content: "Address";
  font-size: 12px;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

p.shop_caption {

}



/************************.itemlist*/

div.itemlist{
	clear:both;
	  padding-top: 20px;
}

div.itemlist article{
  display: inline-block;
  width: 23.5%;
  vertical-align: top;
  margin-left: 1%;
}

div.itemlist p.title01 {
  font-size: 16px;
}

div.itemlist p.date {
  font-size: 12px;
}

.incolumn {

}

div.itemlist p.title01 span.price {
  display: block;
  font-size: 90%;
  font-weight: bold;
}

div.itemlist p.date span.price {
  margin-left: 10px;
  font-weight: bold;
}


/*************************font*/

@font-face {
	font-family: ampersand;
	src: url("ampersand-webfont.eot");
}



@font-face {
	font-family: ampersand;
	src: url("ampersand.ttf") format("truetype");
}



.popfont{
font-family: ampersand;
  font-size: 150%;
  line-height: 1em;
  font-weight: bold;
  margin-top: 5px;
  display: block;
  color: #DD4B39;
}


.subhead {
  clear: both;
  display: block;
  font-size: 120%;
  font-weight: normal;
  border-bottom: solid 1px #ECECEC;;
  width: 98%;
  margin: 0 auto;
}


.subhead i{
	margin-right:5px;
}
.caution {
	font-size: 80%;
  color: #FF0A4B;
}


/**********************shop01*/

#shop01 .shop_img,
#shop01 .printing .item_image{
	position:relative;
	background-color: #2B0C0B;
	line-height: 0;
}

/*#shop01 .shop_img img,*/
#shop01 .printing .item_image img{
  opacity: 0.5;
}

/*#shop01 .shop_img:after {
  position: absolute;
  content: "UNDER CONSTRUCTION";
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
}*/


#shop01 .printing .item_image:after {
  position: absolute;
  content: "NOW PRINTING";
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
/***************************************/





/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (max-width: 1280px) {

div#lang {
	width: 100%;
}

header{
	font-size: 0;
	width: 100%;
	position: relative;
}

div#content,div#shop_link {
  width: 100%;
}

section.shop h3 {
  font-size: 20px;
}

}

@media only screen and (max-width: 1090px) {
#rubi {
	position:static;
	margin-top: 10px;
}

.left_colum{
	width:58%;
	width:70%;
}

.shop_img{
	width:40%;
	  width: 28%;
}

.right_colum {
  width: 100%;
  clear: both;
  margin-top: 20px;
}
	
#shop_link ul{
	width: 95%;
	margin: 50px auto;
}
#shop_link ul li{
	width: 49%;
	margin-bottom: 30px;
}
#shop_link ul li:last-child{
	margin-bottom: 50px;
}
#shop_link ul li:nth-child(2){
	margin-right: 0%;
}


}

@media only screen and (max-width: 765px) {

div#lang {
	height:20px;	
}


.bx-controls-direction{
	display:none;
}

section.shop {
  box-shadow: initial;
  border: initial;
  padding: 0;
}

#logo{
	width:90%;
	height:auto;
	margin: 0 auto;
}

#logo img{
	margin:0px;
}

#rubi{
	width:80%;
	height:auto;
	margin:0 auto;
	
}

#logo img{
	width:100%;
	display: block;
}

#trademark {
	position:static;
	width:100%;
	height:auto;
}

#rubi{
  display: block;
}

#description br{
	display:none;
}

.hide_tablet {
    display: none;
}


.shop_img,
.address{
  width: 100%;
  float: none;
}

.left_colum{
  width: 100%;
  margin: 20px auto 0;
}

div.itemlist article {
  width: 100%;
}


.item_image {
  float: left;
  width: 40%;
  margin-right: 2%;
}

div.itemlist p.title01 {
  float: right;
  width: 58%;
}

div.itemlist p.date {
	clear:both;
}

.address  {
  padding: 10px 30px 10px 60px;
  font-size: 12px;
}

.address i.fa-map-marker {
  left: 5px;
}

.fa-map-marker:before {
  font-size:30px;
}

.fa-map-marker:after {
  font-size:10px;
}

.reservation i.fa-cutlery{
	left: 10px;
	}


}

@media only screen and (max-width: 500px) {

#shop_link ul li{
	width: 49%;
	height: 120px;
	margin-bottom: 30px;
}
#shop_link a{
line-height: 1.3;
}
#shop_link span{
  font-size: 60%;
}
.bx-wrapper .bx-viewport {
    border-left: none;
    border-right: none;
    left: 0;
}

}



a#isetanmenu_link{
    /*font-weight: bold;*/
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 15px;
}

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


#museum_link{
    margin: 0px;
    padding: 10px 0;
    border-top: 1px solid #ECECEC;
    display: block;
    text-align: right;
    font-size: 15px;
}

#museum_link a{
  color: #000;
  text-decoration: none;
}

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

a#instagram_link{
    display: block;
    margin: 20px auto 50px;
    text-align: center;
    width: 98%;
    max-width: 500px;
	clear: both;
}

/*******infomation*********/

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

#infomation{
    max-width: 1280px;
    width:100%;
    margin: auto;
    line-height: 1.8em;
}

#infomation p{
    margin-bottom: 0;
}

#infomation h2{
  background-color: #2b0c0b;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
}

#infomation .halfbox{
    width: calc(50% - 34px);
    display: block;
    border: 1px solid #2b0c0b;
    padding: 3%;
    margin:15px 12px;
    box-sizing: border-box;
    box-shadow: 0 0 0 4px #FFF, 0 0 0 7px #2b0c0b, 0 0 0 11px #FFF, 0 0 0 12px #2b0c0b;
}

#infomation .halfbox:nth-of-type(1){
    /*padding-right: 10px;*/
    float: left;
}

#infomation .halfbox:nth-of-type(2){
    /*padding-left: 10px;*/
    float: right;
}

#infomation .halfbox .thumb{
  position: relative;
  line-height: 0;
}


#infomation .halfbox .title{
    border: 1px solid #999;
    padding: 10px 0;
    display: block;
    border-width: 0 0 1px 0;
}

#infomation .fullbox{
  border: 1px solid #2b0c0b;
    padding: 3%;
    margin: 12px;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 40px;
    box-shadow: 0 0 0 4px #FFF, 0 0 0 7px #2b0c0b, 0 0 0 11px #FFF, 0 0 0 12px #2b0c0b;
}

#infomation .fullbox .thumb{
    float: left;
    padding-right: 30px;
    z-index: 100;
    position: relative;
    background: #fff;
    width: 32%;
}

#infomation .fullbox .thumb img{
    width: 100%;
}

#infomation .fullbox .title{
    border: 1px solid #999;
    padding: 0px 0 10px 0;
    display: block;
    border-width: 0 0 1px 0;
    margin: 0;
}

@media only screen and (max-width: 1090px) {

}

@media only screen and (max-width: 765px) {

#infomation .halfbox{
    box-shadow: initial;
    border: initial;
    padding: 0;
    width: calc(100% - 24px);
}

#infomation .fullbox{
    box-shadow: initial;
    border: initial;
    padding: 0;
}

#infomation .fullbox .thumb {
    width: 100%;
    float: none;
}

#infomation .fullbox .title{
    padding: 10px 0;
}

}