@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 12px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}
p{
  margin: 0;
}
a {
  background: transparent;
  color: #000;
  text-decoration: none;
  font-size: 12px;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 1.5em;
  margin: .0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button],
input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
td,th {
padding:0;
}
*/
b, strong, optgroup {
  font-weight: 700;
}

pre, textarea {
  overflow: auto;
}

button::-moz-focus-inner, input::-moz-focus-inner, legend {
  border: 0;
  padding: 0;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
 style
**********************************************************/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

body {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.smallerContainer {
  padding: 0 10px;
}

.block {
  display:block;
  margin-bottom: 10px;
}

.text-center {
  text-align: center;
}

/*shopMenu*/
.shopMenu ul li{
  padding: 0!important;
  background: none!important;
}
.shopMenu ul li a{
  color: #fff;
  text-decoration: none;
}

/*
 header
**********************************************************/
.header-container .backstretch{max-width:100%;}
.backstretch img {
  max-width: 100%;
  height: auto !important;
  top: 137px;
  left: 0px !important;
}

@media screen and (min-width: 500px) {
/* .backstretch{    margin-left: inherit;}*/
	.backstretch img {
		top: 137px;
	}
}

#page-body,
#footer{
  position: relative;
  top: 51px;
}
header {
  width: 100%;
  margin: 0 10% 0 0;
  background: none;
  height: auto;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 999999;
}
body.open header{
  position: static;
}
header .container{
  margin:0;
}
header nav {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #1f1f1f;
  display: table;
  table-layout: fixed;
  width: 100%;
}
header nav ul li {
  display: table-cell;
  font-size: 0.7em;
  margin: 0;
  padding: 0;
  height: 43px;
}
header nav ul li a {
  display: table-cell;
  color: #fff;
  text-decoration: none;
  padding: 10px 10px 10px 53px;
  height: 26px;
  vertical-align: middle;
  width: 10%;
}


header nav .visible-xs ul:nth-child(1) li:first-child a {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: 17px -272px;
  border-bottom: 1px solid #404040;
  border-right: 1px solid #404040;
}
header nav .visible-xs ul:nth-child(1) li:last-child a {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: 15px -986px;
  border-bottom: 1px solid #404040;
}
header nav .visible-xs ul:nth-child(2) li:first-child a {
  background: #1f1f1f url(/common/img/icon_shoplist.png) no-repeat 18px center;
  background-size: 16px auto;
  border-right: 1px solid #404040;
}
header nav .visible-xs ul:nth-child(2) li:last-child a {
  background: #1f1f1f url(/common/img/icon_news.png) no-repeat 20px center;
  background-size: 16px auto;
}
@media screen and (min-width: 500px) {
	header nav ul li:first-child {
  		background-position: 8px -280px;
	}
	header nav ul li:last-child {
  		background-position: 20px -991px;
	}
}


header nav ul ul {
  display: none;
}
header #logo {
  margin: 20px 0 15px;
  position: relative;
  display: inline-block;
  left:10px;
  z-index: 2;
}
@media(max-width: 1023px){
header #logo img{
  width: 200px;
}
}
@media(max-width: 767px){
header #logo img{
  width: 140px;
}
}
header #onlineLink {
  display: none;
}

#onlineLink {
  display: none;
}

/*#spMenu {
  margin: -5px 0 0;
}*/
#spMenu #toggle {
  position: absolute;
  right: 10px;
  top: 12px;
  z-index: 999999;
}


#spMenu #toggle .ico-menu {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 20px;
  height: 0;
  padding-top: 19px;
  background: #000;
}
#spMenu #toggle .ico-menu::before,
#spMenu #toggle .ico-menu::after {
  position: absolute;
  left: 0;
  content: "";
  width: 20px;
  height: 0;
  border-top: 5px solid #fff;
}
#spMenu #toggle .ico-menu::before {
  top: 3px;
}
#spMenu #toggle .ico-menu::after {
  bottom: 3px;
}
#spMenu #toggle .open {
  position: absolute;
  display: block;
  overflow: hidden;
  text-indent: -900px;
  right: 1px;
  top: 1px;
  width: 14px;
  height: 14px;
  padding: 3px;
  background: url(/common/img/renew/smp/close.png) no-repeat;
  background-size: contain;
}
#spMenu #menu {
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background-color: #fff;
  padding-right: 0;
  z-index: 105;
  display: block;
  -webkit-transform: translate3d(140%,0,0);
  -moz-transform: translateX(140%);
  -ms-transform: translateX(140%);
  -o-transform: translateX(140%);
  transform: translateX(140%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body.open{ 
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
body.open #wrapper{
  -webkit-transform: translate3d(0%,0,0);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  min-width: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

body #wrapper{
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#spMenu #menu.slide{
-webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  right: 0;
}
body.open #spMenu #toggle{
  left:85px;
  right: auto;
}
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#spMenu #menu li {
  width: 100%;
  margin: 0;
  background-color: #fff;
}
#spMenu #menu li a {
  text-decoration: none;
  position: relative;
  padding: 15px;
  color: #222;
  display: block;
  margin: 0;
  font-weight: 600;
}
#spMenu #menu li a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 1px solid #353535;
  border-right: 1px solid #353535;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*#spMenu #menu .restRant{
  margin-top: 30px;
}*/
#spMenu #menu .reserve.icon img{
  position: relative;
  left: 2px;
}
#spMenu #menu .reserve.icon img,
#spMenu #menu .online.icon img{
  width: 26px;
  vertical-align: middle;
  padding-right: 9px;
}
#spMenu #menu .sns.icon img{
  width: 11px;
  vertical-align: middle;
  padding: 0 10px;
}
#spMenu #menu .sns.icon.instagram img,
#spMenu #menu .sns.icon.blog img{
  width: 21px;
  padding: 0 8px 0 5px;
}
#spMenu #menu li.sns a {
  color: #999999;
  background-image: url('/common/img/renew/smp/bookin.png');
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 12px;
}
#spMenu #menu li.sns a:after{
  display: none;
}
#spMenu #menu .iconMenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#spMenu #menu .iconMenu li {
  width: 100%;
  margin: 0;
  background-color: #fff;
  border-bottom: 1px solid #cdcdcd;
}
#spMenu #menu .iconMenu li:first-child {
  border-top: none;
}
#spMenu #menu .iconMenu li:first-child a {
  background-image: url(../img/sprite.png);
  background-position: 0px -1821px;
  background-repeat: no-repeat;
  background-position: 10px -1818px;
}
#spMenu #menu .iconMenu li:nth-child(2) a {
  background-image: url(../img/sprite.png);
  background-position: 0px -1478px;
  background-repeat: no-repeat;
  background-position: 10px -1471px;
}
#spMenu #menu .iconMenu li:nth-child(3) a {
  background-image: url(../img/sprite.png);
  background-position: 0px -670px;
  background-repeat: no-repeat;
  background-position: 10px -662px;
}
#spMenu #menu .iconMenu li:nth-child(4) a {
  background-image: url(../img/sprite.png);
  background-position: 0px -1563px;
  background-repeat: no-repeat;
  background-position: 10px -1559px;
}
#spMenu #menu .iconMenu li:nth-child(5) a {
  background-image: url(../img/sprite.png);
  background-position: 0px -670px;
  background-repeat: no-repeat;
  background-position: 10px -662px;
}
#spMenu #menu .iconMenu li:nth-child(6) a {
  background-image: url(../img/sprite.png);
  background-position: 0px -1907px;
  background-repeat: no-repeat;
  background-position: 16px -1904px;
}
#spMenu #menu .iconMenu li:nth-child(7) a {
  background-image: url(../img/sprite.png);
  background-position: 0px -1907px;
  background-repeat: no-repeat;
  background-position: 16px -1904px;
}
#spMenu #menu .iconMenu li:nth-child(8) a {
  background-image: url(../img/sprite.png);
  background-position: 0px -1649px;
  background-repeat: no-repeat;
  background-position: 10px -1643px;
}
#spMenu #menu .iconMenu li.noIcon a {
  background-image: none;
  padding-left: 10px;
}
#spMenu #menu .iconMenu li img {
  display: none;
}
#spMenu #menu .iconMenu li a {
  text-decoration: none;
  position: relative;
  padding: 15px 0 15px 45px;
  color: #222;
  display: block;
  margin: 0;
}
#spMenu #menu .iconMenu li a:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #222;
}
#spMenu #menu .iconMenu li a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 17px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #fff;
}
/*
 newsEntry
**********************************************************/
p.viewAll + .newsEntry {
  margin: 0 auto;
  width: 80%;
}

@media screen and (max-width: 780px) {
p.viewAll + .newsEntry {
  margin: 0 auto;
  width:100%;
}
}
/*
 TOP
**********************************************************/
#kihachiImgMenuSP {
  margin: 3px 0 0;
  padding: 0;
}
#kihachiImgMenuSP h2 {
  margin: 10px 0;
  padding: 10px 0 6px 0;
  border-top: 1px solid #d3d3d3;
  text-align: center;
  line-height: 100%;
}
#kihachiImgMenuSP ul {
  margin: 0;
  padding: 0 10px;
  list-style: none;
}
#kihachiImgMenuSP ul:last-child {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 10px;
  padding: 0 10px 0 10px;
  text-align:center;
}

#kihachiImgMenuSP ul li {
  display: inline-block;
  margin: 0;
  padding: 0 0 10px;
}

#kihachiImgMenuSP ul li:nth-child(even){
}
#kihachiImgMenuSP ul li a {
  display: block;
  font-size:0;
}
#kihachiImgMenuSP ul li img {
  /* max-width: 100%; */
  width: 100%;
  height: auto;
}


#otherMenu #iconLink .menuReserve, #otherMenu #iconLink .menuOnline {
  display: none;
}
#otherMenu #iconLink ul {
  margin: 0;
  padding: 0 10px 0px 10px;
  list-style: none;
  overflow: hidden;
}
#otherMenu #iconLink ul li {
  float: left;
  width: 49%;
  padding: 0 0px 10px 0;
  margin-right:1%;
  text-align:right;
}
#otherMenu #iconLink ul li:last-child {
  float: right;
  margin-right:0;
  text-align:left;
}
#otherMenu #iconLink ul li img {
  max-width: 100%;
  height: auto;
}
#otherMenu #iconLink .spCharm {
  margin: 0 auto 10px;
  padding: 0 10px;
}
#otherMenu #iconLink .spCharm img {
  /* max-width: 100%; */
  width: 100%;
  height: auto;
}
#otherMenu #photoGalleryLink img {
  display: none;
}
#otherMenu #kihachiSNS {
  display: none;
}

.newsTopics {
/*  background-color: #ededed;*/
  margin: 0 auto;
  /*padding: 10px 0;*/
}
/*.newsTopics h2 {
  text-align: center;
  margin: 0;
  padding: 0;
}*/
.newsTopics .viewAll {
  text-align: center;
}
.newsTopics .newsEntry {
  margin: 0 auto;
}
.newsTopics .newsEntry .flexslider {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
.newsTopics .newsEntry .flexslider .slides li {
  margin: 0 auto;
  text-align: center;
}
.newsTopics .newsEntry .flexslider .slides li img {
  width: auto;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
}
.newsTopics .newsEntry .flexslider .flex-direction-nav a {
  width: auto;
  height: auto;
  margin: 0;
}
.newsTopics .newsEntry .flexslider .flex-direction-nav a:before {
  background: url(../../common/img/sp_left_arrow.png) no-repeat;
  content: " ";
  width: 18px;
  height: 60px;
}
.newsTopics .newsEntry .flexslider .flex-direction-nav a.flex-next:before {
  background: url(../../common/img/sp_right_arrow.png) no-repeat;
  content: " ";
  width: 18px;
  height: 60px;
}
.newsTopics .newsEntry .flexslider .flex-direction-nav .flex-prev {
  left: 0;
}
.newsTopics .newsEntry .flexslider .flex-direction-nav .flex-next {
  right: 0;
}
.newsTopics .newsEntry .flexslider .flex-caption {
  display: none;
}
.newsTopics .newsEntry .flexslider .flex-control-paging {
  margin: -70px 0 0;
  z-index: 100;
  position: relative;
}
.newsTopics .newsEntry .flexslider .flex-control-paging li {
  margin: 0 10px;
}
.newsTopics .newsEntry .flexslider .flex-control-paging li a {
  width: 5px;
  height: 5px;
  background-color: #b4b4b4;
}
.newsTopics .newsEntry .flexslider .flex-control-paging li a.flex-active {
  background-color: #fff;
}
.newsTopics .newsEntry .flexslider {
  background-color: #ededed;
  margin: 10px 0;
}
.newsTopics .newsEntry .flexslider li img {
  max-width: 160px;
}
.newsTopics .newsEntry .flexslider li p {
  text-align: center;
  margin: 10px 0;
  padding: 0;
  max-width: 160px;
}
.newsTopics .newsEntry .flexslider li p a {
  text-decoration: none;
  color: #222;
}
.newsTopics .newsEntry .flexslider .flex-control-paging {
  display: none;
}
.newsTopics .newsEntry .flexslider .flex-direction-nav a {
  margin: -90px 0 0;
}
#newsImageList,
.newsTopics .newsEntry ul {
  margin: 30px 0 0;
}
.newsTopics .newsEntry ul li p{
  font-size: 11px;
  margin-top: 5px;
}
.newsTopics .newsEntry ul li span{
  display: block;
  font-size: 10px;
  margin-top: 6px;
}


/*
 AOYAMA
**********************************************************/
#topAoyama {
  background: url(/aoyama/img/aoyama_top_bg.png) no-repeat center 135px;
  background-size: contain;
}
#topAoyama header {
  padding: 0 0 52px;
}
#topAoyama #aoyamaLogo {
  text-align: center;
  margin: 220px 0 0;
}
#topAoyama #aoyamaLogo img {
  max-width: 50%;
  height: auto;
}
#topAoyama #aoyamaLogo ul {
  list-style: none;
  text-align: center;
  position: relative;
  background-color: #ededed;
  padding: 10px;
  font-size: 0.8em;
  position: relative;
  text-align: center;
  margin: 20px auto 0;
}
#topAoyama #aoyamaLogo ul li {
  display: inline-block;
  padding: 0 20px;
  font-size: 0.8em;
  margin: 0;
  background-image: url(../img/sprite.png);
  background-position: 0px -60px;
  background-repeat: no-repeat;
  background-position: 0px -65px;
}
#topAoyama #aoyamaLogo ul li:first-child {
  background: none;
}
#topAoyama #aoyamaLogo ul li.current:after {
  display: block;
  content: " ";
  width: 45px;
  border-bottom: 2px solid #222;
  position: absolute;
  bottom: 0;
  text-align: center;
  margin: 0 0 0 -6px;
}
#topAoyama #aoyamaLogo ul li a {
  color: #222;
  display: block;
  text-decoration: none;
}
#topAoyama #bytheKitchen {
  margin: -40px auto 0;
  padding: 0 10px;
}
#topAoyama #bytheKitchen .btn a {
  display: block;
  text-align: center;
}
#topAoyama #bytheKitchen .btn a img {
  background: #1F1F1F;
}
#topAoyama #bytheKitchen img {
  text-align: center;
  max-width: 98%;
  height: auto;
  margin: 0 auto 10px;
}
#topAoyama #bytheKitchen .txt {
  text-align: left;
  font-size: 0.8em;
}
.pages {
    max-width: 640px;
    margin: 0 auto;
}
.header-container.pages{
    max-width: inherit;
    margin:inherit;
}

#floor1,
#floor2{
  margin: 0 auto;
  text-align: center;
  height: 420px!important;
}
#floor1 .flexslider {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
#floor1 .flexslider .slides li {
  margin: 0 auto;
  text-align: center;
}
#floor1 .flexslider .slides li img {
  width: auto;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
}
#floor1 .flexslider .flex-direction-nav a {
  width: auto;
  height: auto;
  margin: 0;
}
#floor1 .flexslider .flex-direction-nav a:before {
  background: url(../../common/img/sp_left_arrow.png) no-repeat;
  content: " ";
  width: 18px;
  height: 60px;
}
#floor1 .flexslider .flex-direction-nav a.flex-next:before {
  background: url(../../common/img/sp_right_arrow.png) no-repeat;
  content: " ";
  width: 18px;
  height: 60px;
}
#floor1 .flexslider .flex-direction-nav .flex-prev {
  left: 0;
}
#floor1 .flexslider .flex-direction-nav .flex-next {
  right: 0;
}
#floor1 .flexslider .flex-caption,
#floor2 .flexslider .flex-caption{
  overflow: scroll;
  height: 190px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block!important;
  font-size: 13px;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 200px;
}
#floor1 .flexslider .flex-caption img,
#floor2 .flexslider .flex-caption img{
  margin: 0 auto 30px;
}
#floor1 .flexslider .flex-caption span,
#floor2 .flexslider .flex-caption span{
  display: block;
}
#floor1 .flexslider .flex-caption span.title,
#floor2 .flexslider .flex-caption span.title{
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
}

#floor1 .flexslider .flex-control-paging {
  margin: -70px 0 0;
  z-index: 100;
  position: relative;
}
#floor1 .flexslider .flex-control-paging li {
  margin: 0 10px;
}
#floor1 .flexslider .flex-control-paging li a {
  width: 5px;
  height: 5px;
  background-color: #b4b4b4;
}
#floor1 .flexslider .flex-control-paging li a.flex-active {
  background-color: #fff;
}
#floor1 .slides li:first-child {
  background: url(/aoyama/img/aoyama_1f_bg1.png) no-repeat left center;
  height: 190px;
  width: 100%;
  background-size: cover;
}
#floor1 .slides li.second {
  background: url(/aoyama/img/aoyama_1f_bg2.png) no-repeat left center;
  height: 190px;
  background-size: cover;
}
#floor1 .slides li.third {
  background: url(/aoyama/img/aoyama_1f_bg3.png) no-repeat left center;
  height: 190px;
  background-size: cover;
}

#spFloor1, #spFloor2 {
  margin: 20px auto;
  padding: 0 10px;
  position: relative;
  font-size: 0.8em;
}
#spFloor1 img, #spFloor2 img {
  max-width: 100%;
  height: auto;
  margin: 0 0 20px;
}

#spEvent {
  margin: 20px auto 110px;
  padding: 0 10px;
  position: relative;
  font-size: 0.8em;
}
#spEvent img {
  margin: 0 0 20px;
}
#spEvent img.archive {
  text-align: center;
  position: absolute;
  left: 50%;
  margin: 40px 0 20px -120px;
}

#floor2 .flexslider {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
#floor2 .flexslider .slides li {
  margin: 0 auto;
  text-align: center;
}
#floor2 .flexslider .slides li img {
  width: auto;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
}
#floor2 .flexslider .flex-direction-nav a {
  width: auto;
  height: auto;
  margin: 0;
}
#floor2 .flexslider .flex-direction-nav a:before {
  background: url(../../common/img/sp_left_arrow.png) no-repeat;
  content: " ";
  width: 18px;
  height: 60px;
}
#floor2 .flexslider .flex-direction-nav a.flex-next:before {
  background: url(../../common/img/sp_right_arrow.png) no-repeat;
  content: " ";
  width: 18px;
  height: 60px;
}
#floor2 .flexslider .flex-direction-nav .flex-prev {
  left: 0;
}
#floor2 .flexslider .flex-direction-nav .flex-next {
  right: 0;
}
#floor2 .flexslider .flex-caption {
  display: none;
}
#floor2 .flexslider .flex-control-paging {
  margin: -70px 0 0;
  z-index: 100;
  position: relative;
}
#floor2 .flexslider .flex-control-paging li {
  margin: 0 10px;
}
#floor2 .flexslider .flex-control-paging li a {
  width: 5px;
  height: 5px;
  background-color: #b4b4b4;
}
#floor2 .flexslider .flex-control-paging li a.flex-active {
  background-color: #fff;
}
#floor2 .slides li:first-child {
  background: url(/aoyama/img/aoyama_2f_bg1.png) no-repeat left center;
  height: 188px;
  background-size: cover;
}
#floor2 .slides li.second {
  background: url(/aoyama/img/aoyama_2f_bg2.png) no-repeat left center;
  height: 188px;
  background-size: cover;
}
#floor2 .slides li.third {
  background: url(/aoyama/img/aoyama_2f_bg3.png) no-repeat left center;
  height: 188px;
  background-size: cover;
}
#floor2 .slides li.four {
  background: url(/aoyama/img/aoyama_2f_bg4.png) no-repeat left center;
  height: 188px;
  background-size: cover;
}

#specialEvent {
  margin: 0 auto 30px;
  text-align: center;
  height: 188px;
}
#specialEvent .flexslider {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
#specialEvent .flexslider .slides li {
  margin: 0 auto;
  text-align: center;
}
#specialEvent .flexslider .slides li img {
  width: auto;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
}
#specialEvent .flexslider .flex-direction-nav a {
  width: auto;
  height: auto;
  margin: 0;
}
#specialEvent .flexslider .flex-direction-nav a:before {
  background: url(../../common/img/sp_left_arrow.png) no-repeat;
  content: " ";
  width: 18px;
  height: 60px;
}
#specialEvent .flexslider .flex-direction-nav a.flex-next:before {
  background: url(../../common/img/sp_right_arrow.png) no-repeat;
  content: " ";
  width: 18px;
  height: 60px;
}
#specialEvent .flexslider .flex-direction-nav .flex-prev {
  left: 0;
}
#specialEvent .flexslider .flex-direction-nav .flex-next {
  right: 0;
}
#specialEvent .flexslider .flex-caption {
  display: none;
}
#specialEvent .flexslider .flex-control-paging {
  margin: -70px 0 0;
  z-index: 100;
  position: relative;
}
#specialEvent .flexslider .flex-control-paging li {
  margin: 0 10px;
}
#specialEvent .flexslider .flex-control-paging li a {
  width: 5px;
  height: 5px;
  background-color: #b4b4b4;
}
#specialEvent .flexslider .flex-control-paging li a.flex-active {
  background-color: #fff;
}
#specialEvent .slides li:first-child {
  background: url(/aoyama/img/aoyama_special_bg1.png) no-repeat left center;
  height: 188px;
  background-size: cover;
}
#specialEvent .slides li.second {
  background: url(/aoyama/img/aoyama_special_bg2.png) no-repeat left center;
  height: 188px;
  background-size: cover;
}
#specialEvent .slides li.third {
  background: url(/aoyama/img/aoyama_special_bg3.png) no-repeat left center;
  height: 188px;
  background-size: cover;
}

#boxer.mobile .boxer-meta {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#spEvent .reserveEvent {
  margin: 20px 0 0;
  display: block;
  text-align: center;
}

#spEvent .archiveEvent {
  text-align: center;
  display: block;
}

/*
 restaurant top
**********************************************************/
#restaurant {
  height: 450px;
}
#restaurant #onlineLink {
  display: none;
}
#restaurant .backstretch {
  display: block;
  z-index: 0 !important;
}

#bannerBtn, #bannerBtnTop {
/*  margin: 0;
  padding: 0;
  list-style: none;
  margin: 5px auto;
  text-align: center;
  display: table;*/
  display: none;
}
#bannerBtn li, #bannerBtnTop li {
  float: left;
  padding: 0 10px;
}
#bannerBtn li.active a, #bannerBtnTop li.active a {
  background: url(/restaurant/img/btn_black.png) no-repeat left 5px;
}
#bannerBtn li.active a img, #bannerBtnTop li.active a img {
  visibility: hidden;
}
#bannerBtn li a, #bannerBtnTop li a {
  display: block;
}
#bannerBtn li a:hover, #bannerBtnTop li a:hover {
  background: url(/restaurant/img/btn_black.png) no-repeat left 5px;
}
#bannerBtn li a:hover img, #bannerBtnTop li a:hover img {
  visibility: hidden;
}

#bannerBtnTop {
  margin: 0 auto 15px;
}

#restaurantContents h1, #profileContents h1 {
  text-align: center;
  margin: 5px auto 10px;
  padding:10px 0 0;
}
#restaurantContents h1 img, #profileContents h1 img {
  max-width: 80%;
  height: auto;
}
#restaurantContents #subNavi, #profileContents #subNavi {
  background-color: #ededed;
  padding: 14px 7px;
  font-size: 0.8em;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
#restaurantContents #subNavi ul, #profileContents #subNavi ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#restaurantContents #subNavi ul li, #profileContents #subNavi ul li {
  display: inline;
  padding: 0 10px 0 15px;
  background-image: url(../img/sprite.png);
  background-position: 0px -60px;
  background-repeat: no-repeat;
  background-position: 0px -64px;
}
#restaurantContents #subNavi ul li:first-child, #profileContents #subNavi ul li:first-child {
  border: none;
  padding: 0 10px 0 0;
}
#restaurantContents #subNavi ul li:first-child, #profileContents #subNavi ul li:first-child {
  background: none;
}
#restaurantContents #subNavi ul li a, #profileContents #subNavi ul li a {
  text-decoration: none;
  color: #222;
}
#restaurantContents #subNavi ul li a:hover, #profileContents #subNavi ul li a:hover {
  text-decoration: underline;
}
#restaurantContents #subNavi ul li a:hover img, #profileContents #subNavi ul li a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}
#restaurantContents #subNavi .link, #profileContents #subNavi .link {
  display: none;
}
#restaurantContents .breadcrumb, #profileContents .breadcrumb {
  font-size: 0.8em;
  margin: 10px auto;
  position: relative;
}
#restaurantContents .breadcrumb ul, #profileContents .breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#restaurantContents .breadcrumb ul li, #profileContents .breadcrumb ul li {
  display: inline;
  padding: 0 5px;
}
#restaurantContents .breadcrumb ul li:first-child, #profileContents .breadcrumb ul li:first-child {
  padding: 0;
}
#restaurantContents .breadcrumb ul li:first-child a, #profileContents .breadcrumb ul li:first-child a {
  background: none;
  padding: 0;
}
#restaurantContents .breadcrumb ul li a, #profileContents .breadcrumb ul li a {
  text-decoration: none;
  color: #222;
  background-image: url(/common/img/slash.png);
  background-repeat: no-repeat;
  padding: 0 0 0 14px;
  font-size: 12px;
  background-size: 5px;
  background-position: 0 3px;
}
#restaurantContents .breadcrumb ul li.current, #profileContents .breadcrumb ul li.current {
  background-image: url(/common/img/slash.png);
  background-repeat: no-repeat;
  padding: 0 0 0 14px;
  font-size: 12px;
  background-size: 5px;
  background-position: 0 3px;
}
#restaurantContents .breadcrumb ul li a:hover, #profileContents .breadcrumb ul li a:hover {
  text-decoration: underline;
}
#restaurantContents .breadcrumb ul li a:hover img, #profileContents .breadcrumb ul li a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}
#restaurantContents .breadcrumb .follow, #profileContents .breadcrumb .follow {
  display: none;
}
#restaurantContents .textCenter, #profileContents .textCenter {
  display: none;
}
#restaurantContents .newsTopicsRestaurant, #profileContents .newsTopicsRestaurant {
  font-size: 10px;
  width: 100%;
}
#restaurant #restaurantContents .newsTopicsRestaurant{
  margin-bottom: 30px;
}
#restaurantContents .newsTopicsRestaurant .flexslider, #profileContents .newsTopicsRestaurant .flexslider {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
#restaurantContents .newsTopicsRestaurant .flexslider .slides li, #profileContents .newsTopicsRestaurant .flexslider .slides li {
  margin: 0 auto;
  text-align: center;
}

#restaurantContents .newsTopicsRestaurant .flexslider .slides li img, #profileContents .newsTopicsRestaurant .flexslider .slides li img {
  width: auto;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
}
#restaurantContents .newsTopicsRestaurant .flexslider .flex-direction-nav a, #profileContents .newsTopicsRestaurant .flexslider .flex-direction-nav a {
  width: auto;
  height: auto;
  margin: 0;
}
#restaurantContents .newsTopicsRestaurant .flexslider .flex-direction-nav a:before, #profileContents .newsTopicsRestaurant .flexslider .flex-direction-nav a:before {
  background: url(../../common/img/sp_left_arrow.png) no-repeat;
  content: " ";
  width: 18px;
  height: 60px;
}
#restaurantContents .newsTopicsRestaurant .flexslider .flex-direction-nav a.flex-next:before, #profileContents .newsTopicsRestaurant .flexslider .flex-direction-nav a.flex-next:before {
  background: url(../../common/img/sp_right_arrow.png) no-repeat;
  content: " ";
  width: 18px;
  height: 60px;
}
#restaurantContents .newsTopicsRestaurant .flexslider .flex-direction-nav .flex-prev, #profileContents .newsTopicsRestaurant .flexslider .flex-direction-nav .flex-prev {
  left: 0;
}
#restaurantContents .newsTopicsRestaurant .flexslider .flex-direction-nav .flex-next, #profileContents .newsTopicsRestaurant .flexslider .flex-direction-nav .flex-next {
  right: 0;
}
#restaurantContents .newsTopicsRestaurant .flexslider .flex-caption, #profileContents .newsTopicsRestaurant .flexslider .flex-caption {
  display: none;
}
#restaurantContents .newsTopicsRestaurant .flexslider .flex-control-paging, #profileContents .newsTopicsRestaurant .flexslider .flex-control-paging {
  margin: -70px 0 0;
  z-index: 100;
  position: relative;
}
#restaurantContents .newsTopicsRestaurant .flexslider .flex-control-paging li, #profileContents .newsTopicsRestaurant .flexslider .flex-control-paging li {
  margin: 0 10px;
}
#restaurantContents .newsTopicsRestaurant .flexslider .flex-control-paging li a, #profileContents .newsTopicsRestaurant .flexslider .flex-control-paging li a {
  width: 5px;
  height: 5px;
  background-color: #b4b4b4;
}
#restaurantContents .newsTopicsRestaurant .flexslider .flex-control-paging li a.flex-active, #profileContents .newsTopicsRestaurant .flexslider .flex-control-paging li a.flex-active {
  background-color: #fff;
}
#restaurantContents .newsTopicsRestaurant .flexslider, #profileContents .newsTopicsRestaurant .flexslider {
  margin: 10px 0;
}
#restaurantContents .newsTopicsRestaurant .flexslider .flex-control-paging, #profileContents .newsTopicsRestaurant .flexslider .flex-control-paging {
  display: none;
}
#restaurantContents .newsTopicsRestaurant h2, #profileContents .newsTopicsRestaurant h2 {
  text-align: center;
}
#restaurantContents .newsTopicsRestaurant .viewAll, #profileContents .newsTopicsRestaurant .viewAll {
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -49px;
}
#restaurantContents .newsTopicsRestaurant .flexslider li img, #profileContents .newsTopicsRestaurant .flexslider li img {
  max-width: 50%;
  height: auto;
  float: left;
}
#restaurantContents .newsTopicsRestaurant .flexslider li p, #profileContents .newsTopicsRestaurant .flexslider li p {
  position: absolute;
  text-align: left;
  top: 20px;
  left: 50%;
  margin: 0 0 0 10px;
/*  min-width:130px;
  width:45%;*/
   width: 130px;
}
#restaurantContents .newsTopicsRestaurant .flexslider li p.new, #profileContents .newsTopicsRestaurant .flexslider li p.new {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0px 20px 2px 0;
  background-image: url(../img/sprite.png);
  background-position: 0px -514px;
  background-repeat: no-repeat;
  background-position: 85px -521px;
}
#restaurantContents .newsTopicsRestaurant .flexslider li p:nth-of-type(2n+1), #profileContents .newsTopicsRestaurant .flexslider li p:nth-of-type(2n+1) {
  top: 0;
  left: 50%;
}

#restaurantContents .newsTopicsRestaurant .flexslider li p a, #profileContents .newsTopicsRestaurant .flexslider li p a {
  color: #222;
}
#restaurantContents #aboutRestaurant, #profileContents #aboutRestaurant, #restaurantContents #bridalTwo, #profileContents #bridalTwo, #restaurantContents #iceTwo, #profileContents #iceTwo, #restaurantContents #demisecTwo, #profileContents #demisecTwo, #restaurantContents .profileAbout, #restaurantContents #profileContents .profileAbout, #profileContents #restaurantContents .profileAbout, #profileContents .profileAbout {
  border-top: 1px solid #cdcdcd;
  padding: 10px;
  margin: 0;
}
#restaurantContents #aboutRestaurant h2, #profileContents #aboutRestaurant h2, #restaurantContents #bridalTwo h2, #profileContents #bridalTwo h2, #restaurantContents #iceTwo h2, #profileContents #iceTwo h2, #restaurantContents #demisecTwo h2, #profileContents #demisecTwo h2, #restaurantContents .profileAbout h2, #restaurantContents #profileContents .profileAbout h2, #profileContents #restaurantContents .profileAbout h2, #profileContents .profileAbout h2 {
  margin: 0 0 6px;
}
#restaurantContents #aboutRestaurant ul, #profileContents #aboutRestaurant ul, #restaurantContents #bridalTwo ul, #profileContents #bridalTwo ul, #restaurantContents #iceTwo ul, #profileContents #iceTwo ul, #restaurantContents #demisecTwo ul, #profileContents #demisecTwo ul, #restaurantContents .profileAbout ul, #restaurantContents #profileContents .profileAbout ul, #profileContents #restaurantContents .profileAbout ul, #profileContents .profileAbout ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#restaurantContents #aboutRestaurant ul li, #profileContents #aboutRestaurant ul li, #restaurantContents #bridalTwo ul li, #profileContents #bridalTwo ul li, #restaurantContents #iceTwo ul li, #profileContents #iceTwo ul li, #restaurantContents #demisecTwo ul li, #profileContents #demisecTwo ul li, #restaurantContents .profileAbout ul li, #restaurantContents #profileContents .profileAbout ul li, #profileContents #restaurantContents .profileAbout ul li, #profileContents .profileAbout ul li {
  text-align: center;
  margin: 0 0 10px;
}
#restaurantContents #aboutRestaurant ul li:nth-child(4), #profileContents #aboutRestaurant ul li:nth-child(4), #restaurantContents #bridalTwo ul li:nth-child(4), #profileContents #bridalTwo ul li:nth-child(4), #restaurantContents #iceTwo ul li:nth-child(4), #profileContents #iceTwo ul li:nth-child(4), #restaurantContents #demisecTwo ul li:nth-child(4), #profileContents #demisecTwo ul li:nth-child(4), #restaurantContents .profileAbout ul li:nth-child(4), #restaurantContents #profileContents .profileAbout ul li:nth-child(4), #profileContents #restaurantContents .profileAbout ul li:nth-child(4), #profileContents .profileAbout ul li:nth-child(4) {
  display: none;
}
/*#restaurantContents #restaurantList, #profileContents #restaurantList, #restaurantContents #bridalList, #profileContents #bridalList, #restaurantContents #demisecList, #restaurantContents #demisecList_3, #profileContents #demisecList, #restaurantContents .shopListTop, #profileContents .shopListTop {
  font-size: 0.8em;
  margin: 35px 0 0;
}*/
#restaurantContents #restaurantList h3, #profileContents #restaurantList h3, #restaurantContents #bridalList h3, #profileContents #bridalList h3, #restaurantContents #demisecList h3,#restaurantContents #demisecList_3 h3, #profileContents #demisecList h3, #restaurantContents .shopListTop h3, #profileContents .shopListTop h3 {
  /*text-align: center;*/
  margin: 0 0 5px;
  font-size: 12px;
}
#restaurantContents #restaurantList .flexslider, #profileContents #restaurantList .flexslider, #restaurantContents #bridalList .flexslider, #profileContents #bridalList .flexslider, #restaurantContents #demisecList .flexslider, #restaurantContents #demisecList_3 .flexslider, #profileContents #demisecList .flexslider, #restaurantContents .shopListTop .flexslider, #profileContents .shopListTop .flexslider {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
#restaurantContents #restaurantList .flexslider .slides li, #profileContents #restaurantList .flexslider .slides li, #restaurantContents #bridalList .flexslider .slides li, #profileContents #bridalList .flexslider .slides li, #restaurantContents #demisecList .flexslider .slides li, #restaurantContents #demisecList_3 .flexslider .slides li, #profileContents #demisecList .flexslider .slides li, #restaurantContents .shopListTop .flexslider .slides li, #profileContents .shopListTop .flexslider .slides li {
  margin: 0 auto;
  text-align: center;
}
#restaurantContents #restaurantList .flexslider .slides li img, #profileContents #restaurantList .flexslider .slides li img, #restaurantContents #bridalList .flexslider .slides li img, #profileContents #bridalList .flexslider .slides li img, #restaurantContents #demisecList .flexslider .slides li img, #restaurantContents #demisecList_3 .flexslider .slides li img, #profileContents #demisecList .flexslider .slides li img, #restaurantContents .shopListTop .flexslider .slides li img, #profileContents .shopListTop .flexslider .slides li img {
  width: auto;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
}
#restaurantContents #restaurantList .flexslider .flex-direction-nav a, #profileContents #restaurantList .flexslider .flex-direction-nav a, #restaurantContents #bridalList .flexslider .flex-direction-nav a, #profileContents #bridalList .flexslider .flex-direction-nav a, #restaurantContents #demisecList .flexslider .flex-direction-nav a, #restaurantContents #demisecList_3 .flexslider .flex-direction-nav a, #profileContents #demisecList .flexslider .flex-direction-nav a, #restaurantContents .shopListTop .flexslider .flex-direction-nav a, #profileContents .shopListTop .flexslider .flex-direction-nav a {
  width: auto;
  height: auto;
  margin: 0;
}
#restaurantContents #restaurantList .flexslider .flex-direction-nav a:before, #profileContents #restaurantList .flexslider .flex-direction-nav a:before, #restaurantContents #bridalList .flexslider .flex-direction-nav a:before, #profileContents #bridalList .flexslider .flex-direction-nav a:before, #restaurantContents #demisecList .flexslider .flex-direction-nav a:before, #restaurantContents #demisecList_3 .flexslider .flex-direction-nav a:before, #profileContents #demisecList .flexslider .flex-direction-nav a:before, #restaurantContents .shopListTop .flexslider .flex-direction-nav a:before, #profileContents .shopListTop .flexslider .flex-direction-nav a:before {
  background: url(../../common/img/sp_left_arrow.png) no-repeat;
  content: " ";
  width: 18px;
  height: 60px;
}
#restaurantContents #restaurantList .flexslider .flex-direction-nav a.flex-next:before, #profileContents #restaurantList .flexslider .flex-direction-nav a.flex-next:before, #restaurantContents #bridalList .flexslider .flex-direction-nav a.flex-next:before, #profileContents #bridalList .flexslider .flex-direction-nav a.flex-next:before, #restaurantContents #demisecList .flexslider .flex-direction-nav a.flex-next:before, #restaurantContents #demisecList_3 .flexslider .flex-direction-nav a.flex-next:before, #profileContents #demisecList .flexslider .flex-direction-nav a.flex-next:before, #restaurantContents .shopListTop .flexslider .flex-direction-nav a.flex-next:before, #profileContents .shopListTop .flexslider .flex-direction-nav a.flex-next:before {
  background: url(../../common/img/sp_right_arrow.png) no-repeat;
  content: " ";
  width: 18px;
  height: 60px;
}
#restaurantContents #restaurantList .flexslider .flex-direction-nav .flex-prev, #profileContents #restaurantList .flexslider .flex-direction-nav .flex-prev, #restaurantContents #bridalList .flexslider .flex-direction-nav .flex-prev, #profileContents #bridalList .flexslider .flex-direction-nav .flex-prev, #restaurantContents #demisecList .flexslider .flex-direction-nav .flex-prev,#restaurantContents #demisecList_3 .flexslider .flex-direction-nav .flex-prev, #profileContents #demisecList .flexslider .flex-direction-nav .flex-prev, #restaurantContents .shopListTop .flexslider .flex-direction-nav .flex-prev, #profileContents .shopListTop .flexslider .flex-direction-nav .flex-prev {
  left: 0;
}
#restaurantContents #restaurantList .flexslider .flex-direction-nav .flex-next, #profileContents #restaurantList .flexslider .flex-direction-nav .flex-next, #restaurantContents #bridalList .flexslider .flex-direction-nav .flex-next, #profileContents #bridalList .flexslider .flex-direction-nav .flex-next, #restaurantContents #demisecList .flexslider .flex-direction-nav .flex-next,#restaurantContents #demisecList_3 .flexslider .flex-direction-nav .flex-next, #profileContents #demisecList .flexslider .flex-direction-nav .flex-next, #restaurantContents .shopListTop .flexslider .flex-direction-nav .flex-next, #profileContents .shopListTop .flexslider .flex-direction-nav .flex-next {
  right: 0;
}
#restaurantContents #restaurantList .flexslider .flex-caption, #profileContents #restaurantList .flexslider .flex-caption, #restaurantContents #bridalList .flexslider .flex-caption, #profileContents #bridalList .flexslider .flex-caption, #restaurantContents #demisecList .flexslider .flex-caption, #restaurantContents #demisecList_3 .flexslider .flex-caption, #profileContents #demisecList .flexslider .flex-caption, #restaurantContents .shopListTop .flexslider .flex-caption, #profileContents .shopListTop .flexslider .flex-caption {
  display: none;
}
#restaurantContents #restaurantList .flexslider .flex-control-paging, #profileContents #restaurantList .flexslider .flex-control-paging, #restaurantContents #bridalList .flexslider .flex-control-paging, #profileContents #bridalList .flexslider .flex-control-paging, #restaurantContents #demisecList .flexslider .flex-control-paging, #restaurantContents #demisecList_3 .flexslider .flex-control-paging, #profileContents #demisecList .flexslider .flex-control-paging, #restaurantContents .shopListTop .flexslider .flex-control-paging, #profileContents .shopListTop .flexslider .flex-control-paging {
  margin: -70px 0 0;
  z-index: 100;
  position: relative;
}
#restaurantContents #restaurantList .flexslider .flex-control-paging li, #profileContents #restaurantList .flexslider .flex-control-paging li, #restaurantContents #bridalList .flexslider .flex-control-paging li, #profileContents #bridalList .flexslider .flex-control-paging li, #restaurantContents #demisecList .flexslider .flex-control-paging li, #restaurantContents #demisecList_3 .flexslider .flex-control-paging li, #profileContents #demisecList .flexslider .flex-control-paging li, #restaurantContents .shopListTop .flexslider .flex-control-paging li, #profileContents .shopListTop .flexslider .flex-control-paging li {
  margin: 0 10px;
}
#restaurantContents #restaurantList .flexslider .flex-control-paging li a, #profileContents #restaurantList .flexslider .flex-control-paging li a, #restaurantContents #bridalList .flexslider .flex-control-paging li a, #profileContents #bridalList .flexslider .flex-control-paging li a, #restaurantContents #demisecList .flexslider .flex-control-paging li a, #restaurantContents #demisecList_3 .flexslider .flex-control-paging li a, #profileContents #demisecList .flexslider .flex-control-paging li a, #restaurantContents .shopListTop .flexslider .flex-control-paging li a, #profileContents .shopListTop .flexslider .flex-control-paging li a {
  width: 5px;
  height: 5px;
  background-color: #b4b4b4;
}
#restaurantContents #restaurantList .flexslider .flex-control-paging li a.flex-active, #profileContents #restaurantList .flexslider .flex-control-paging li a.flex-active, #restaurantContents #bridalList .flexslider .flex-control-paging li a.flex-active, #profileContents #bridalList .flexslider .flex-control-paging li a.flex-active, #restaurantContents #demisecList .flexslider .flex-control-paging li a.flex-active, #restaurantContents #demisecList_3 .flexslider .flex-control-paging li a.flex-active, #profileContents #demisecList .flexslider .flex-control-paging li a.flex-active, #restaurantContents .shopListTop .flexslider .flex-control-paging li a.flex-active, #profileContents .shopListTop .flexslider .flex-control-paging li a.flex-active {
  background-color: #fff;
}
#restaurantContents #restaurantList .flexslider, #profileContents #restaurantList .flexslider, #restaurantContents #bridalList .flexslider, #profileContents #bridalList .flexslider, #restaurantContents #demisecList .flexslider, #restaurantContents #demisecList_3 .flexslider, #profileContents #demisecList .flexslider, #restaurantContents .shopListTop .flexslider, #profileContents .shopListTop .flexslider {
  margin: 10px 0;
}
#restaurantContents #restaurantList .flexslider li img, #profileContents #restaurantList .flexslider li img, #restaurantContents #bridalList .flexslider li img, #profileContents #bridalList .flexslider li img, #restaurantContents #demisecList .flexslider li img, #restaurantContents #demisecList_3 .flexslider li img, #profileContents #demisecList .flexslider li img, #restaurantContents .shopListTop .flexslider li img, #profileContents .shopListTop .flexslider li img {
  max-width: 160px;
}
#restaurantContents #restaurantList .flexslider li p, #profileContents #restaurantList .flexslider li p, #restaurantContents #bridalList .flexslider li p, #profileContents #bridalList .flexslider li p, #restaurantContents #demisecList .flexslider li p, #restaurantContents #demisecList_3 .flexslider li p, #profileContents #demisecList .flexslider li p, #restaurantContents .shopListTop .flexslider li p, #profileContents .shopListTop .flexslider li p {
  text-align: center;
  margin: 10px 0 0;
  padding: 0;
  max-width: 160px;
}
#restaurantContents #demisecList_3 li p{
	  margin: 10px 0 0;
  padding: 0;
}
#restaurantContents #restaurantList .flexslider li p a, #profileContents #restaurantList .flexslider li p a, #restaurantContents #bridalList .flexslider li p a, #profileContents #bridalList .flexslider li p a, #restaurantContents #demisecList .flexslider li p a, #restaurantContents #demisecList_3 .flexslider li p a, #profileContents #demisecList .flexslider li p a, #restaurantContents .shopListTop .flexslider li p a, #profileContents .shopListTop .flexslider li p a {
  text-decoration: none;
  color: #222;
}
#restaurantContents #restaurantList .flexslider li p.small, #profileContents #restaurantList .flexslider li p.small, #restaurantContents #bridalList .flexslider li p.small, #profileContents #bridalList .flexslider li p.small, #restaurantContents #demisecList .flexslider li p.small, #restaurantContents #demisecList_3 .flexslider li p.small, #profileContents #demisecList .flexslider li p.small, #restaurantContents .shopListTop .flexslider li p.small, #profileContents .shopListTop .flexslider li p.small {
  margin: 0;
  font-size: 0.8em;
}
#restaurantContents #restaurantList .flexslider .flex-control-paging, #profileContents #restaurantList .flexslider .flex-control-paging, #restaurantContents #bridalList .flexslider .flex-control-paging, #profileContents #bridalList .flexslider .flex-control-paging, #restaurantContents #demisecList .flexslider .flex-control-paging, #restaurantContents #demisecList_3 .flexslider .flex-control-paging, #profileContents #demisecList .flexslider .flex-control-paging, #restaurantContents .shopListTop .flexslider .flex-control-paging, #profileContents .shopListTop .flexslider .flex-control-paging {
  display: none;
}
#restaurantContents #restaurantList .flexslider .flex-direction-nav a, #profileContents #restaurantList .flexslider .flex-direction-nav a, #restaurantContents #bridalList .flexslider .flex-direction-nav a, #profileContents #bridalList .flexslider .flex-direction-nav a, #restaurantContents #demisecList .flexslider .flex-direction-nav a, #restaurantContents #demisecList_3 .flexslider .flex-direction-nav a, #profileContents #demisecList .flexslider .flex-direction-nav a, #restaurantContents .shopListTop .flexslider .flex-direction-nav a, #profileContents .shopListTop .flexslider .flex-direction-nav a {
  margin: -60px 0 0;
}

#aboutRestaurant h2 img{
    width: 600px;
    height: auto;
    margin: 0 auto;
    display: block;
    max-width:100%;
}

#photoGallery {
  text-align: center;
  margin: 10px auto 0;
  background-color: #ededed;
  padding: 10px 0 60px;
}
#photoGallery h2 {
  margin: 0 0 10px;
  padding: 0;
}
#photoGallery .flexslider {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
#photoGallery .flexslider .slides li {
  margin: 0 auto;
  text-align: center;
}
#photoGallery .flexslider .slides li img {
  width: auto;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
}
#photoGallery .flexslider .flex-direction-nav a {
  width: auto;
  height: auto;
  margin: 0;
}
#photoGallery .flexslider .flex-direction-nav a:before {
  background: url(../../common/img/sp_left_arrow.png) no-repeat;
  content: " ";
  width: 18px;
  height: 60px;
}
#photoGallery .flexslider .flex-direction-nav a.flex-next:before {
  background: url(../../common/img/sp_right_arrow.png) no-repeat;
  content: " ";
  width: 18px;
  height: 60px;
}
#photoGallery .flexslider .flex-direction-nav .flex-prev {
  left: 0;
}
#photoGallery .flexslider .flex-direction-nav .flex-next {
  right: 0;
}
#photoGallery .flexslider .flex-caption {
  display: none;
}
#photoGallery .flexslider .flex-control-paging {
  margin: -70px 0 0;
  z-index: 100;
  position: relative;
}
#photoGallery .flexslider .flex-control-paging li {
  margin: 0 10px;
}
#photoGallery .flexslider .flex-control-paging li a {
  width: 5px;
  height: 5px;
  background-color: #b4b4b4;
}
#photoGallery .flexslider .flex-control-paging li a.flex-active {
  background-color: #fff;
}
#photoGallery .flexslider {
  background-color: #ededed;
  margin: 10px 0;
}
#photoGallery .flexslider .flex-control-paging {
  display: none;
}
#photoGallery .flexslider .flex-direction-nav a {
  margin: -30px 0 0;
}
#photoGallery .viewAll {
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -49px;
}
#photoGallery .newsEntry ul li img {
  max-width: 105px;
  height: auto;
}

/*
 nagoya top
**********************************************************/
#shoplist_nagoya #onlineLink,
#shoplist_nagoya_lunch #onlineLink,
#shoplist_nagoya_dinner #onlineLink,
#shoplist_nagoya_alacarte #onlineLink,
#shoplist_nagoya_aniv #onlineLink,
#shoplist_nagoya_party #onlineLink,
#shoplist_nagoya_drink #onlineLink {
  display: none;
}

h2#shopName {
  font-size: 12px;
  margin: 10px 0 0;
  padding: 20px 10px;
  text-align: center;
}

#shiopInfo .address a:hover {
  text-decoration: underline;
}
#shiopInfo .address a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}
#shiopInfo .address table th {
  vertical-align: top;
  font-weight: normal;
}
/*#shiopInfo .address dd.center{
  text-align: center;
}*/
#shiopInfo .address dd > a{
  color: blue;
  text-decoration: underline;
}
#shiopInfo .address dl {
  overflow: hidden;
  margin: 0 auto 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
  font-size: 0.9em;
}
#shiopInfo .address dt {
  font-weight: bold;
  padding: 13px 0 0;
  border-top: 1px solid #ccc;
  margin: 0;
  float: left;
  display: inline-block;
  width: 30%;
}
#shiopInfo .address dt span{
  display: inline-block!important;
}
#shiopInfo .address dt img{
  width: 18px;
  vertical-align: middle;
  margin-right: 7px;
}
#shiopInfo .address dt.open{
  text-indent: 24px;
}
#shiopInfo .address dd {
  margin: 0;
  padding: 13px 0;
  width: 70%;
  float: left;
  display: inline-block;
  border-top: 1px solid #ccc;
}
#shiopInfo .address .map {
  position: absolute;
  right: 10px;
  top: 8px;
}
#shiopInfo .address .thumb {
	padding:0 10px;
}
#shiopInfo .address .thumb ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
#shiopInfo .address .thumb ul li {
  text-align: center;
  display: table-cell;
  padding: 1%;
}
#shiopInfo .address .thumb ul li img {
	width: 100%;
}


#shiopInfo .address #rIconMenu {
  position: relative;
}
#shiopInfo .address #rIconMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0px 0 20px;
}
#shiopInfo .address #rIconMenu li {
  width: 100%;
  margin: 0;
  background-color: #fff;
  border-bottom: 1px solid #cdcdcd;
}
#shiopInfo .address #rIconMenu li.rReserve {
  border-top: 1px solid #cdcdcd;
  right: 135px;
  top: 15px;
}
#shiopInfo .address #rIconMenu li.rReserve a {
  background-image: url(../img/sprite.png);
  background-position: 0px -1233px;
  background-repeat: no-repeat;
  background-position: 10px -1222px;
}
#shiopInfo .address #rIconMenu li.rReserve.telto a {
  background-image: url(../img/telto2.png);
  background-repeat: no-repeat;
  background-size: 38px 56px;
  background-position: 0;
}
#shiopInfo .address #rIconMenu li.rMenu {
  right: 20px;
  top: 10px;
}
#shiopInfo .address #rIconMenu li.rMenu a {
  background-image: url(../img/sprite.png);
  background-position: 0px -2169px;
  background-repeat: no-repeat;
  background-position: 10px -2162px;
}
#shiopInfo .address #rIconMenu li.pMenu {
  right: 20px;
  top: 10px;
}
#shiopInfo .address #rIconMenu li.pMenu a {
  background: url(/restaurant/shoplist/img/party_sp.png) 0px 5px no-repeat;
}
#shiopInfo .address #rIconMenu li.rFood {
  right: 140px;
  top: 120px;
}
#shiopInfo .address #rIconMenu li.rFood a {
  background-image: url(../img/sprite.png);
  background-position: 0px -358px;
  background-repeat: no-repeat;
  background-position: 10px -346px;
}
#shiopInfo .address #rIconMenu li a {
  text-decoration: none;
  position: relative;
  padding: 15px 0 15px 45px;
  color: #222;
  display: block;
  margin: 0;
}
#shiopInfo .address #rIconMenu li a:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #222;
}
#shiopInfo .address #rIconMenu li a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 17px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #fff;
}
#shiopInfo .gMap {
  text-align: center;
}
#shiopInfo .gMap iframe {
  max-width: 92%;
  height: 300px;
}

.newsNavi, #restaurantContents .giftNavi, #profileContents .giftNavi, .shopNavi {
  font-size: 0.9em;
  margin: 20px 0;
  background-color: #ededed;
  position: relative;
}
.newsNavi img, #restaurantContents .giftNavi img, #profileContents .giftNavi img, .shopNavi img {
  padding: 20px 10px;
  max-width: 30%;
  height: auto;
}
.newsNavi ul, #restaurantContents .giftNavi ul, #profileContents .giftNavi ul, .shopNavi ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  border: 1px solid #ccc;
  background: #fff;
  width: 50%;
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 12px;
  z-index: 10;
}
.newsNavi ul li, #restaurantContents .giftNavi ul li, #profileContents .giftNavi ul li, .shopNavi ul li {
  display: none;
  margin: 8px 0;
  z-index: 10;
}
.newsNavi ul li:first-child, #restaurantContents .giftNavi ul li:first-child, #profileContents .giftNavi ul li:first-child, .shopNavi ul li:first-child {
  display: block;
  margin: 0;
}
.newsNavi ul li:first-child a, #restaurantContents .giftNavi ul li:first-child a, #profileContents .giftNavi ul li:first-child a, .shopNavi ul li:first-child a {
  text-decoration: none;
  position: relative;
  padding: 0px;
  color: #222;
  display: block;
  margin: 0;
}
.newsNavi ul li:first-child a:before, #restaurantContents .giftNavi ul li:first-child a:before, #profileContents .giftNavi ul li:first-child a:before, .shopNavi ul li:first-child a:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  right: 2px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #222;
}
.newsNavi ul li:first-child a:after, #restaurantContents .giftNavi ul li:first-child a:after, #profileContents .giftNavi ul li:first-child a:after, .shopNavi ul li:first-child a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
  right: 2px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #fff;
}
.newsNavi ul li a, #restaurantContents .giftNavi ul li a, #profileContents .giftNavi ul li a, .shopNavi ul li a {
  text-decoration: none;
  color: #222;
  padding: 5px 0;
}

.entry {
  margin: 30px 0;
  font-size: 0.9em;
}
/*.entry .dateNews {
  background-image: url(../img/sprite.png);
  background-position: 0px -592px;
  background-repeat: no-repeat;
  background-position: 200px -599px;
  margin: 0 10px;
  display:block;
}
.entry .dateEvent {
  background-image: url(../img/sprite.png);
  background-position: 0px -436px;
  background-repeat: no-repeat;
  background-position: 200px -443px;
  margin: 0 10px;
  display:block;
}
.dateRestaurant {
  background: #fff url(/common/img/icon_restaurant.png) no-repeat 100px center;
}
.datePatisserie {
  background: #fff url(/common/img/icon_patisserie.png) no-repeat 100px center;
}
.dateCafe {
  background: #fff url(/common/img/icon_cafe.png) no-repeat 100px center;
}*/


.entry h2 {
  border-bottom: 1px solid #ccc;
  padding: 0 10px 15px;
}
.entry .entryBody {
  font-size: 0.9em;
  border-bottom: 1px solid #ccc;
  padding: 0 10px;
}
.entry .entryBody .styleLeft {
  margin: 0 0 20px 0;
  overflow: hidden;
}
.entry .entryBody .clickClose {
  display: none;
}
.entry .entryBody h3 {
  margin: 0;
}
.entry .entryText {
  float:  none;
  width:  100%;
  font-size: 1.5em;
}

.entry .entryText a {
  color: #000fff !important;
}
}
.snsEntryLink, .entryArea .snsLink {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 13px 0 12px;
}
.snsEntryLink ul, .entryArea .snsLink ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 10px;
  display: table;
}
.snsEntryLink ul li, .entryArea .snsLink ul li {
  display: table-cell;
  padding: 0;
}
.snsEntryLink ul li iframe.twitter-share-button, .entryArea .snsLink ul li iframe.twitter-share-button {
  width: 105px !important;
}
.snsEntryLink ul li:nth-child(2){
  position: relative;
  top: 2px;
  left: 15px;
}
.snsEntryLink ul li:nth-child(3){
  position: relative;
  top: 2px;
}
/*
 patisserie
**********************************************************/
/*#patisserie {
  background: url(/patisserie/img/patisserie_bg_photo01.jpg) no-repeat center 135px;
  background-size: contain;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}*/
/*#about_patisserie {
  background: url(../../patisserie/about/img/sp_aboutPatisserie_bg_photo.png) no-repeat center 135px;
  background-size: contain;
  height: 190px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}*/

#aboutPatisserie h2 {
  padding: 10px;
  margin: 0;
}
#aboutPatisserie h2 img {
  max-width: 100%;
  height: auto;
}
#aboutPatisserie .ranking, #aboutPatisserie .seasonalMenu {
  font-size: 0.8em;
  border-top: 1px solid #ccc;
}


/*newsEntry ul*/
#aboutPatisserie .seasonalMenu .newsEntry ul li p {
  margin: 0;
  padding: 5px 0;
}
#aboutPatisserie .seasonalMenu .newsEntry ul li p .labelRightSpace {
  padding-right: 10px;
  float: left;
}
#aboutPatisserie .seasonalMenu .newsEntry ul li p.price {
  padding: 0;
}
#aboutPatisserie .seasonalMenu .newsEntry ul li p.label {
  position: absolute;
  display: table;
}
#aboutPatisserie .seasonalMenu .newsEntry ul li p.label img {
  display: table-cell;
  /* for IE 6/7 */
  *display: inline;
  *zoom: 1;
}
#aboutPatisserie .seasonalMenu .newsEntry ul li a img {
  margin: 34px 0 0;
}

#aboutPatisserie .seasonalMenu .newsEntry ul li {
  width: 50%;
  float: left;
  padding: 0 5px;
  box-sizing: border-box;
  overflow: hidden;
}
/*#aboutPatisserie .ranking .flexslider, #aboutPatisserie .seasonalMenu .flexslider {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
#aboutPatisserie .ranking .flexslider .slides li, #aboutPatisserie .seasonalMenu .flexslider .slides li {
  margin: 0 auto;
  text-align: center;
}*/

/*#aboutPatisserie .ranking .flexslider .slides li img, #aboutPatisserie .seasonalMenu .flexslider .slides li img {
  width: auto;
  user-select: none;*/
  /* CSS3 */
  /*-moz-user-select: none;*/
  /* Firefox */
  /*-webkit-user-select: none;*/
  /* Safari、Chromeなど */
  /*-ms-user-select: none;*/
  /* IE10かららしい */
/*}*/

/*#aboutPatisserie .ranking .flexslider .flex-direction-nav a, #aboutPatisserie .seasonalMenu .flexslider .flex-direction-nav a {
  width: auto;
  height: auto;
  margin: 0;
}
#aboutPatisserie .ranking .flexslider .flex-direction-nav a:before, #aboutPatisserie .seasonalMenu .flexslider .flex-direction-nav a:before {
  background: url(../../common/img/sp_left_arrow.png) no-repeat;
  content: " ";
  width: 18px;
  height: 60px;
}
#aboutPatisserie .ranking .flexslider .flex-direction-nav a.flex-next:before, #aboutPatisserie .seasonalMenu .flexslider .flex-direction-nav a.flex-next:before {
  background: url(../../common/img/sp_right_arrow.png) no-repeat;
  content: " ";
  width: 18px;
  height: 60px;
}
#aboutPatisserie .ranking .flexslider .flex-direction-nav .flex-prev, #aboutPatisserie .seasonalMenu .flexslider .flex-direction-nav .flex-prev {
  left: 0;
}
#aboutPatisserie .ranking .flexslider .flex-direction-nav .flex-next, #aboutPatisserie .seasonalMenu .flexslider .flex-direction-nav .flex-next {
  right: 0;
}
#aboutPatisserie .ranking .flexslider .flex-caption, #aboutPatisserie .seasonalMenu .flexslider .flex-caption {
  display: none;
}
#aboutPatisserie .ranking .flexslider .flex-control-paging, #aboutPatisserie .seasonalMenu .flexslider .flex-control-paging {
  margin: -70px 0 0;
  z-index: 100;
  position: relative;
}
#aboutPatisserie .ranking .flexslider .flex-control-paging li, #aboutPatisserie .seasonalMenu .flexslider .flex-control-paging li {
  margin: 0 10px;
}
#aboutPatisserie .ranking .flexslider .flex-control-paging li a, #aboutPatisserie .seasonalMenu .flexslider .flex-control-paging li a {
  width: 5px;
  height: 5px;
  background-color: #b4b4b4;
}
#aboutPatisserie .ranking .flexslider .flex-control-paging li a.flex-active, #aboutPatisserie .seasonalMenu .flexslider .flex-control-paging li a.flex-active {
  background-color: #fff;
}
#aboutPatisserie .ranking h3, #aboutPatisserie .seasonalMenu h3 {
  padding: 0 10px;
}
#aboutPatisserie .ranking .flexslider, #aboutPatisserie .seasonalMenu .flexslider {
  margin: 10px 0;
}
#aboutPatisserie .ranking .flexslider li img, #aboutPatisserie .seasonalMenu .flexslider li img {
  max-width: 160px;
}
#aboutPatisserie .ranking .flexslider li p, #aboutPatisserie .seasonalMenu .flexslider li p {
  text-align: left;
  margin: 10px 0;
  padding: 0 10px 0 60px;
  max-width: 160px;
}
#aboutPatisserie .ranking .flexslider li p.rank1, #aboutPatisserie .seasonalMenu .flexslider li p.rank1 {
  background: url(/patisserie/img/ranking1.png) no-repeat 0px 3px;
}
#aboutPatisserie .ranking .flexslider li p.rank2, #aboutPatisserie .seasonalMenu .flexslider li p.rank2 {
  background: url(/patisserie/img/ranking2.png) no-repeat 0px 3px;
}
#aboutPatisserie .ranking .flexslider li p.rank3, #aboutPatisserie .seasonalMenu .flexslider li p.rank3 {
  background: url(/patisserie/img/ranking3.png) no-repeat 0px 3px;
}
#aboutPatisserie .ranking .flexslider li p.rank4, #aboutPatisserie .seasonalMenu .flexslider li p.rank4 {
  background: url(/patisserie/img/ranking4.png) no-repeat 0px 3px;
}
#aboutPatisserie .ranking .flexslider li p.rank5, #aboutPatisserie .seasonalMenu .flexslider li p.rank5 {
  background: url(/patisserie/img/ranking5.png) no-repeat 0px 3px;
}
#aboutPatisserie .ranking .flexslider li p a, #aboutPatisserie .seasonalMenu .flexslider li p a {
  text-decoration: none;
  color: #222;
}
#aboutPatisserie .ranking .flexslider .flex-control-paging, #aboutPatisserie .seasonalMenu .flexslider .flex-control-paging {
  display: none;
}
#aboutPatisserie .ranking .flexslider .flex-direction-nav a, #aboutPatisserie .seasonalMenu .flexslider .flex-direction-nav a {
  margin: -60px 0 0;
}*/

.patisserieMenu {
  border-top: 1px solid #ccc;
  padding: 10px 0;
}
.patisserieMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 10px;
text-align:center;
}
.patisserieMenu ul li {
  display: inline-block;
  width: 49%;
  padding: 0 1% 0 0;
}
.patisserieMenu ul li:nth-child(2n) {
  padding: 0;
  float: right;
}
.patisserieMenu ul li p {
  padding: 0;
  margin: 0;
  text-align: center;
}
.patisserieMenu ul li p:nth-child(3) {
  padding: 0 0 10px;
}
.patisserieMenu ul.fullSize  li {
  width:100%;
  margin: 0 0 10px;
}

.giftMenu {
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.giftMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.giftMenu ul li {
  padding: 0 0 8px !important;
  display: block;
  width: 100%;
  text-align: center;
}
.giftMenu ul li img {
  width: 100%;
  height: auto;
}
.giftMenu ul li p {
  display: none;
}
.giftMenuEdit {
  border:none;
}

#onlineShop {
  text-align: center;
  margin: 0 auto 20px;
  width: 100%;
  display: inline-block;
}
#onlineShop p {
  margin: 0 auto;
  font-size: 13px;
}
#onlineShop p.bnr {
  margin: 20px auto 30px;
  width: 90%;
}
#onlineShop ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#onlineShop ul li {
  display: inline-table;
}
#onlineShop ul li img {
  max-width: 100%;
  height: auto;
}

/*
 patisserie higashioshima
**********************************************************/
#patisserie_menu_seasonal {
  background: url(/patisserie/img/PK_Top_Kisetsu_sumaho.jpg) no-repeat center 135px;
  background-size: contain;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#aboutPatisserie .seasonalMenu {
  border: none;
  padding: 0;
}
#aboutPatisserie .seasonalMenu h3 {
  text-align: center;
}
#aboutPatisserie .seasonalMenu .newsEntry ul li p {
  margin: 0;
  padding: 5px 0;
  /*height: 40px;*/
}
#aboutPatisserie .seasonalMenu .newsEntry ul li p a {
  text-decoration: none;
  color: #222;
}
#aboutPatisserie .seasonalMenu .newsEntry ul li p .labelRightSpace {
  padding-right: 10px;
}
#aboutPatisserie .seasonalMenu .newsEntry ul li p.price {
  padding: 0;
}
#aboutPatisserie .seasonalMenu .newsEntry ul li p.label {
  position: absolute;
}
#aboutPatisserie .seasonalMenu .newsEntry ul li p.label img {
  width: 70px;
  height: auto;
  display: inline-table;
}
#aboutPatisserie .seasonalMenu .newsEntry ul li a img {
  margin: 30px 0 0;
  width: 100%;
}

#aboutPatisserie .bottomSpace {
  margin: 0 0 30px;
}

/*
 cake menu
**********************************************************/
/*#cake_menu {
  background: url(/patisserie/menu/cake/img/sp_cake_bg_photo.jpg) no-repeat center 135px;
  background-size: contain;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}*/

.banner {
  margin: 20px 0 0;
}
.banner img {
  max-width: 100%;
  height: auto;
}
.banner.demi img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.banner{
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

#aboutPatisserie .borderTop {
  border-top: 1px solid #ccc;
  margin: 20px 0 0;
}

#aboutPatisserie .seasonalMenu:nth-of-type(1) .newsEntry {
  border-top: 1px solid #ccc;
  margin: 30px 0 0;
}

/*
 gift menu
**********************************************************/
#gift_menu,
#gift_menu_aniv,
#gift_menu_business,
#gift_menu_tokyo {
  background: url(/patisserie/menu/giftscine/img/sp_gift_bg_photo.jpg) no-repeat center 135px;
  background-size: contain;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.show {
  display: block !important;
  text-align: center;
  margin: 0 0 25px;
  padding: 0 10px;
}

#restaurantContents .giftNavi, #profileContents .giftNavi {
  margin: 25px auto;
}

#restaurantContents #giftList, #profileContents #giftList {
  margin: 0 auto 20px;
}
#restaurantContents #giftList ul, #profileContents #giftList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 10px;
}
#restaurantContents #giftList ul li, #profileContents #giftList ul li {
  display: inline-block;
  width: 48%;
  margin: 0 0 20px;
}
#restaurantContents #giftList ul li.info, #profileContents #giftList ul li.info {
  margin: 0 0 20px 6px;
}
#restaurantContents #giftList ul li p, #profileContents #giftList ul li p {
  text-align: left;
  margin: 4px 0;
  font-size: 0.7em;
}
#restaurantContents #giftList ul li p.label, #profileContents #giftList ul li p.label {
  margin: 0 0 10px;
}
#restaurantContents #giftList ul li p.label img, #profileContents #giftList ul li p.label img {
  padding: 0 10px 0 0;
  display: inline;
  max-width: 40%;
  height: auto;
}
#restaurantContents #giftList ul li p.cart, #profileContents #giftList ul li p.cart {
  margin: 8px auto;
}
#restaurantContents #giftList ul li p.cart img, #profileContents #giftList ul li p.cart img {
  max-width: 50%;
  height: auto;
}

/*
 bridalgift menu
**********************************************************/
#bridalgift_menu {
  background: url(/patisserie/menu/bridalgift/img/sp_bridalgift_bg_photo.jpg) no-repeat center 135px;
  background-size: contain;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#restaurantContents #bridalTwo, #profileContents #bridalTwo {
  border-bottom: 1px solid #ccc;
  margin: 0 auto 20px;
}
#restaurantContents #bridalTwo ul.last li, #profileContents #bridalTwo ul.last li {
  padding: 10px 10px 0;
}
#restaurantContents #bridalTwo ul.last li:first-child, #profileContents #bridalTwo ul.last li:first-child {
  padding: 10px 0 0;
}

#restaurantContents #bridalList, #profileContents #bridalList {
  margin: 0 auto;
}
#restaurantContents #bridalList .flexslider ul li p, #profileContents #bridalList .flexslider ul li p {
  text-align: left;
  position: relative;
  margin: 8px 0;
}
#restaurantContents #bridalList .flexslider ul li p .cart img, #profileContents #bridalList .flexslider ul li p .cart img {
  float: left;
  padding: 0 10px 0 0;
}
#restaurantContents #bridalList .flexslider ul li p.menuName, #profileContents #bridalList .flexslider ul li p.menuName {
  font-weight: bold;
  margin: 10px 0 15px;
}
#restaurantContents #bridalList .flexslider ul li p .price, #profileContents #bridalList .flexslider ul li p .price {
  padding: 0 0 0 15px;
}
#restaurantContents #bridalList ul, #profileContents #bridalList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 auto 30px;
}
#restaurantContents #bridalList ul li:first-child {
  /*max-width: 80%;*/
  text-align: center;
  /*margin: -30px auto;*/
}
#profileContents #bridalList ul li:first-child {
  max-width: 80%;
  text-align: center;
  margin: -30px auto;
}
#restaurantContents #bridalList ul li p, #profileContents #bridalList ul li p {
  padding: 0 10px;
  margin: 0 auto 30px;
  text-align: center;
}
#restaurantContents #bridalList ul li p.boldSpace, #profileContents #bridalList ul li p.boldSpace {
  font-weight: bold;
  font-size: 1.2em;
  margin: 0 auto;
  text-align: center;
}
#restaurantContents #bridalList ul li p.link, #profileContents #bridalList ul li p.link {
  margin: 20px auto 0;
  text-align: center;
}

/*
 restaurantContents restaurantList
**********************************************************/
#restaurantContents #restaurantList.aniv ul li {
	float: left;
	width: 50%;
	padding: 0 5px 10px;
	text-align: center;
	box-sizing: border-box;
}
#restaurantContents #restaurantList.aniv ul li p.topSpaceRemove {
	text-align: center;
	margin: 10px 0 0;
	padding: 0;
	/*max-width: 160px;*/
}
#restaurantContents #restaurantList.aniv {
	margin-bottom: 20px;
}
#restaurantContents #restaurantList.aniv ul li p.topSpaceRemove a {
	text-decoration: none;
	color: #222;
}

/*
 restaurantContents demisecList
**********************************************************/
#restaurantContents #demisecList {
	padding: 0 5px;
}
#restaurantContents #demisecList_3 ul{
  padding: 0 5px;
  font-size:0;
  overflow:hidden;
}
#restaurantContents #demisecList ul li {
	float: left;
	width: 50%;
	padding: 0 5px 10px;
	text-align: center;
	box-sizing: border-box;
}
#restaurantContents #demisecList_3 ul li{
	float: left;
	width: 50%;
	height: 50%;
	padding: 0 5px 10px;
	text-align: center;
	box-sizing: border-box;
}

#restaurantContents #demisecList_3 ul li:nth-child(5){clear: left; margin-left: 26.45%;}

/*
 restaurantContents bridalList
**********************************************************/
#aboutPatisserie .seasonalMenu h3 {
  padding: 0 10px;
  display: inline-block;
}
#restaurantContents #bridalList ul li p {
  text-align: left;
  position: relative;
  margin: 8px 0;
}
#restaurantContents #bridalList ul li p .cart img {
  float: left;
  padding: 0 10px 0 0;
}
#restaurantContents #bridalList ul li p.menuName {
  font-weight: bold;
  margin: 10px 0 15px;
}
#restaurantContents #bridalList ul li p .price {
  padding: 0 0 0 15px;
}
#restaurantContents #bridalList ul.slides li {
	float: left;
	width: 50%;
	padding: 0 5px 10px;
	text-align: center;
	box-sizing: border-box;
}



/*
 ice menu
**********************************************************/
#ice_menu {
  background: url(/patisserie/menu/ice/img/sp_ice_bg_photo.png) no-repeat center 135px;
  background-size: contain;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#restaurantContents #iceTwo, #profileContents #iceTwo {
  border: none;
  padding: 10px 10px 0;
  margin: 0 auto;
}
#restaurantContents #iceTwo ul.last li, #profileContents #iceTwo ul.last li {
  padding: 20px 0 5px;
}
#restaurantContents #iceTwo ul.last li:first-child, #profileContents #iceTwo ul.last li:first-child {
  padding: 20px 0 0;
}
#restaurantContents #iceTwo ul.last li.iceMenu, #profileContents #iceTwo ul.last li.iceMenu {
  text-align: left;
  padding: 0;
  margin: 0;
}
#restaurantContents #iceTwo ul.last li .icePhoto img, #profileContents #iceTwo ul.last li .icePhoto img {
  max-width: 100%;
  height: auto;
}
#restaurantContents #iceTwo ul.last li p, #profileContents #iceTwo ul.last li p {
  text-align: left;
}
#restaurantContents #iceTwo ul.last li p.menuInfo, #profileContents #iceTwo ul.last li p.menuInfo {
  font-size: 0.7em;
}

/*
 cafe
**********************************************************/
#cafe {
  background: url(/cafe/img/cafe_bg_photo1.png) no-repeat center 135px;
  background-size: contain;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#cafeBanner {
  border-bottom: 1px solid #ccc;
}
#cafeBanner h2 {
  padding: 10px;
  margin: 3px auto 0;
}

/*
 cafe menu
**********************************************************/
#cafe_menu {
  background: url(/cafe/menu/img/sp_cafeMenu_bg_photo.jpg) no-repeat center 135px;
  background-size: contain;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.showCafe {
  display: block !important;
  text-align: center;
}

.cafeMenuSet {
    margin: 10px auto;
    padding: 10px;
}
.cafeMenuSet img {
    max-width: 100%;
    height: auto;
    float: left;
    width: 48%;
}
.cafeMenuSet p {
  margin: 0 20px;
}
.cafeMenuSet .textRight ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cafeMenuSet .textRight {
    padding-left: 2%;
    overflow: hidden;
}
.cafeMenuSet .textRight img {
    float: none;
    width: 100%;
}
.cafeMenuSet .textRight ul li {
  padding: 0 0 10px;
  text-align: center;
}
.cafeMenuSet .textRight ul li:first-child {
  margin: 0 0 10px;
}
.cafeMenuSet .textRight ul li.price {
  margin: 0 0 20px;
  text-align: center;
}
.cafeMenuSet .leftMenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cafeMenuSet .leftMenu li {
  padding: 0 0 8px;
  text-align: center;
}
.cafeMenuSet .leftMenu li:first-child {
  padding: 0 0 18px;
}
.cafeMenuSet .leftMenu li:last-child {
  padding: 0 0 20px;
}
.cafeMenuSet .MiddleMenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cafeMenuSet .MiddleMenu li {
  padding: 0 0 8px;
  text-align: center;
}
.cafeMenuSet .MiddleMenu li:first-child {
  padding: 0 0 18px;
}
.cafeMenuSet .MiddleMenu li:last-child {
  padding: 0 0 20px;
}
.cafeMenuSet .rightMenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cafeMenuSet > .leftMenu img,.MiddleMenu img, .MiddleMenu + .rightMenu img{ float:none;     max-width: 100%;
    width: initial;}
@media screen and (max-width: 767px) {
.cafeMenuSet p {
  margin: 0 0 20px;
}
.cafeMenuSet .textRight {
    padding-left:0;
    overflow:inherit;
}
.cafeMenuSet img {
    max-width: 100%;
    height: auto;
    float:inherit;
margin: 0 auto;
    display: block;
}
}

.noteCafe {
  border-top: 1px solid #ccc;
  margin: 0 auto;
  padding: 20px 0;
  text-align: left;
  font-size: 0.7em;
}
.noteCafe ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.noteCafe ul li {
  padding: 5px 0;
}
.shopMenuInfo .reserve{
  width: 65%;
  margin: 0 auto;
  float: none;
  clear: both;
  padding: 5px 10px;
  background-color: #D8D8EC;
}
.shopMenuInfo .reserve a{
  font-size: 12px;
  display: block;
  text-align: center;
}
.menuText.bocCenter{
  float: right;
  width: 60%;
  margin-bottom: 10px;
}
#shopMenu .menu {
    display: inline-block;
    width: 100%;
    background-color: #EDEDED;
    height: 50px;
    line-height: 50px;
    margin-top: 35px;
}
#shopMenu .menu ul{
margin: auto;
}
section#shopMenu .menu h2{
  float: left;
  margin:auto;
      padding: 0 0px 0px 10px;
}

/*
 softcream
**********************************************************/
#softcream {
  background: url(/softcream/img/sp_softcream_bg_photo1.jpg) no-repeat center 135px;
  background-size: contain;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.softSetting {
  border:none!important;
  padding: 0!important;
}

#menuIntroduction, .shopMenuInfo, .shopMenuImg, .styleContents {
  padding:10px;
}
#menuIntroduction ul, .shopMenuInfo ul, .shopMenuImg ul, .styleContents ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 10px auto;
}

#softShopList, #restaurantContents #demisecLimit, #profileContents #demisecLimit {
  text-align: center;
  margin: 0 auto;
}
#softShopList .shopInfo, #restaurantContents #demisecLimit .shopInfo, #profileContents #demisecLimit .shopInfo {
  border-bottom: 1px solid #ccc;
  padding: 0 10px;
}
#softShopList .shopInfo img, #restaurantContents #demisecLimit .shopInfo img, #profileContents #demisecLimit .shopInfo img {
  max-width: 100%;
  height: auto;
}
#softShopList .shopInfo dl, #restaurantContents #demisecLimit .shopInfo dl, #profileContents #demisecLimit .shopInfo dl {
  overflow: hidden;
  position: relative;
  font-size: 0.75em;
  text-align: left;
}
#softShopList .shopInfo dt, #restaurantContents #demisecLimit .shopInfo dt, #profileContents #demisecLimit .shopInfo dt {
  float: left;
  margin: 0;
  padding: 3px 0;
  clear: both;
  width: 19%;
}
#softShopList .shopInfo dd, #restaurantContents #demisecLimit .shopInfo dd, #profileContents #demisecLimit .shopInfo dd {
  padding: 3px 0 3px 10px;
  margin: 0;
  float: left;
  width: 73%;
}
#softShopList .last, #restaurantContents #demisecLimit .last, #profileContents #demisecLimit .last {
  margin: 0;
  border: none;
}
#softShopList .map, #restaurantContents #demisecLimit .map, #profileContents #demisecLimit .map {
  text-align: right;
}

/*
 Demisec menu
**********************************************************/
#demisec_menu,
#demisec_nihonbashi_menu,
#demisec_jrtokyo_menu {
  background: url(../../patisserie/menu/demisec/img/sp_demisec_bg_photo.png) no-repeat center 135px;
  background-size: contain;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#demisec_nihonbashi_menu {
  background: url(/patisserie/menu/demisec/nihonbashi/img/sp_limited_nihonbashi_bg_photo.jpg) no-repeat center 135px;
  background-size: contain;
}
#demisec_shinjuku_menu {
  background: url(/patisserie/menu/demisec/shinjuku/img/sp_limited_shinjuku_bg_photo.jpg) no-repeat center 135px;
  background-size: contain;
}

#demisec_jrtokyo_menu {
  background: url(/patisserie/menu/demisec/jrtokyo/img/sp_limited_jrtokyo_bg_photo.jpg) no-repeat center 135px;
  background-size: contain;
}

.seasonalMenu .banner {
  padding: 0 10px;
text-align:center;
}

#restaurantContents #demisecTwo, #profileContents #demisecTwo {
  border: none;
  padding: 20px 10px 0;
  margin: 20px auto 0;
  border-top: 1px solid #ccc;
}

#restaurantContents #demisecList, #restaurantContents #demisecList_3, #profileContents #demisecList {
  margin: 0 auto 20px;
}


#restaurantContents #demisecLimit, #profileContents #demisecLimit {
  border-top: 1px solid #ccc;
}
#restaurantContents #demisecLimit p, #profileContents #demisecLimit p {
  font-size: 0.8em;
}
#restaurantContents #demisecLimit .shopInfo, #profileContents #demisecLimit .shopInfo {
  border: none;
}

/*
 Demisec financier menu
**********************************************************/
#demisec_financier_menu {
  background: url(/patisserie/menu/demisec/financier/img/financier_bg_photo.png) no-repeat center 135px;
  background-size: contain;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#restaurantContents #demiList, #profileContents #demiList {
  margin: 0 auto 20px;
}
#restaurantContents #demiList ul, #profileContents #demiList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 10px;
}
#restaurantContents #demiList ul li, #profileContents #demiList ul li {
  display: inline-block;
  width: 48%;
  margin: 0 0 20px;
}
#restaurantContents #demiList ul li.info, #profileContents #demiList ul li.info {
  float: right;
}
#restaurantContents #demiList ul li.info p:first-child, #profileContents #demiList ul li.info p:first-child {
  margin: 40px 0 0;
}
#restaurantContents #demiList ul li p, #profileContents #demiList ul li p {
  text-align: left;
  margin: 8px 0;
  font-size: 0.7em;
}

/*
 Demisec assort menu
**********************************************************/
#demisec_assort_menu,
#demisec_baumkuchen_menu,
#demisec_waffle_menu,
#demisec_seasonassort_menu,
#demisec_rollpie_menu {
  background: url(../../patisserie/menu/demisec/financier/img/sp_demisec_bg_photo.png) no-repeat center 135px;
  background-size: contain;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#restaurantContents #assortList, #profileContents #assortList {
  margin: 0 auto 20px;
}
#restaurantContents #assortList h4, #profileContents #assortList h4 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  margin: 0 auto 30px;
}
#restaurantContents #assortList ul, #profileContents #assortList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 10px;
}
#restaurantContents #assortList ul li, #profileContents #assortList ul li {
  text-align: center;
  margin: 0 0 20px;
}
#restaurantContents #assortList ul li img, #profileContents #assortList ul li img {
  text-align: center;
  margin: 0 auto;
}
#restaurantContents #assortList ul li.info, #profileContents #assortList ul li.info {
  margin: 0 0 20px 0;
}
#restaurantContents #assortList ul li p, #profileContents #assortList ul li p {
  text-align: left;
  margin: 4px 0;
  font-size: 0.7em;
}
#restaurantContents #assortList ul li p.label, #profileContents #assortList ul li p.label {
  margin: 0 0 10px;
}
#restaurantContents #assortList ul li p.label img, #profileContents #assortList ul li p.label img {
  padding: 0 10px 0 0;
  display: inline;
  max-width: 40%;
  height: auto;
}
#restaurantContents #assortList ul li p.cart, #profileContents #assortList ul li p.cart {
  margin: 8px auto;
}
#restaurantContents #assortList ul li p.cart img, #profileContents #assortList ul li p.cart img {
  max-width: 50%;
  height: auto;
}
#restaurantContents #assortList ul li .content, #profileContents #assortList ul li .content {
  margin: 5px 0 0;
  padding: 0;
  text-align: left;
  width: auto;
  height: auto;
  list-style: disc;
}
#restaurantContents #assortList ul li .content li, #profileContents #assortList ul li .content li {
  width: auto;
  float: none;
  padding: 0;
  text-align: left;
  font-size: 0.6em;
  margin: 0 0 0 20px;
}

/*
 aniv menu
**********************************************************/
#aniv_menu {
  background: url(../../patisserie/menu/anivcake/img/sp_aniv_bg_photo.png) no-repeat center 135px;
  background-size: contain;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.anivTextCenter {
  text-align: center;
  padding: 0 10px;
}
.anivTextCenter img {
  max-width: 100%;
  height: auto;
}

/*
 shoplist
**********************************************************/
/*#shoplist {
  background: url(/shoplist/img/sp_shoplist_bg_photo.jpg) no-repeat center 135px;
  background-size: contain;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}*/


.shopListTop .flexslider {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
.shopListTop .flexslider .slides li {
  margin: 0 auto;
  text-align: center;
}
.shopListTop .flexslider .slides li img {
  width: auto;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
}
.shopListTop .flexslider .flex-direction-nav a {
  width: auto;
  height: auto;
  margin: 0;
}
.shopListTop .flexslider .flex-direction-nav a:before {
  background: url(../../common/img/sp_left_arrow.png) no-repeat;
  content: " ";
  width: 18px;
  height: 60px;
}
.shopListTop .flexslider .flex-direction-nav a.flex-next:before {
  background: url(../../common/img/sp_right_arrow.png) no-repeat;
  content: " ";
  width: 18px;
  height: 60px;
}
.shopListTop .flexslider .flex-direction-nav .flex-prev {
  left: 0;
}
.shopListTop .flexslider .flex-direction-nav .flex-next {
  right: 0;
}
.shopListTop .flexslider .flex-caption {
  display: none;
}
.shopListTop .flexslider .flex-control-paging {
  margin: -70px 0 0;
  z-index: 100;
  position: relative;
}
.shopListTop .flexslider .flex-control-paging li {
  margin: 0 10px;
}
.shopListTop .flexslider .flex-control-paging li a {
  width: 5px;
  height: 5px;
  background-color: #b4b4b4;
}
.shopListTop .flexslider .flex-control-paging li a.flex-active {
  background-color: #fff;
}


#shopPhone {
  text-align: center;
  background: url(/aoyama/img/aoyama_shadow.png);
  margin: 0px 10px;
  padding: 10px 0;
  color: #fff;
}
#shopPhone a{
  color: #fff;
  text-decoration: none;
}
#shopPhone ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 auto;
}
#shopPhone ul li {
  text-align: center;
}
#shopPhone ul li:first-child {
  background-image: url(../img/sprite.png);
  background-position: 0px -1395px;
  background-repeat: no-repeat;
  background-position: 70px -1402px;
  border: none;
  padding: 0 0 10px;
}
#shopPhone ul li a {
  color: #fff;
}
#shopPhone ul li img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  padding: 0 10px 0 0;
}

h2#shopH2 {
  text-align: center;
  margin: 0px auto;
  border-top: 1px solid #ccc;
  padding: 10px 0;
  font-size: 1.3em;
}

.shopNavi {
  font-size: 0.8em;
  margin: 10px 0;
}

.courseName {
  text-align: center;
  padding: 20px 0 10px;
  display: none;
}
.open .courseName{
  display: block;
}
.courseName img {
  width: auto;
  max-width: 90%;
  height: auto;
}
.note,
.shopMenuInfo:nth-child(n+4),
.outerButton{
  display: none;
}
.shopMenuInfo:nth-child(n+4) + .note{
  display: none;
}
.shopMenuInfoPrice:nth-child(n+4),
.outerButton{
  display: none;
}
/*.borderTop {
  border-top: 1px solid #ccc;
}*/

/*.shopMenuInfo,
.shopMenuImg,
.shopMenuInfoPrice{
  font-size: 0.9em;
  border-top: 1px solid #000;
  clear: both;
  display: inline-block;
  position: relative;
}*/
.shopMenuInfo .menuText p, .shopMenuImg .menuText p, .styleContents .menuText p {
  margin: 0 0 5px;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
}
.shopMenuInfoPrice .menuText ul{
line-height: 20px;
}
.shopMenuInfoPrice .menuText p{
line-height: 20px;
}
.shopMenuInfo .menuText p.minBold, .shopMenuImg .menuText p.minBold, .styleContents .menuText p.minBold {
  font-weight: bold;
  font-size: 14px;
}
.shopMenuInfo .menuText p.bold, .shopMenuImg .menuText p.bold, .styleContents .menuText p.bold {
  font-weight: bold;
  margin: 0 0 3px;
  padding: 0;
  margin: 20px 0 5px;
}
.shopMenuInfo .menuText ul, .shopMenuImg .menuText ul, .styleContents .menuText ul {
  font-size: 1em;
  margin: 0 0 0 20px;
}
.shopMenuInfo .menuText ul li, .shopMenuImg .menuText ul li, .styleContents .menuText ul li {
  font-size: 0.9em;
  list-style-type: disc;
}
.menuPhoto, .mainPhoto{
  width: 35%;
  margin-right: 4%;
  float: left;
}
.copytext{
  font-weight: bold;
}
.shopMenuInfo1Column {
  font-size: 0.9em;
  padding: 10px;
}
.shopMenuInfo1Column .bocCenter {
  width: 60%;
  margin: 0 auto;
  float: none;
}
.shopMenuInfo1Column .menuText p {
  margin: 0 0 5px;
  padding: 0;
}
.shopMenuInfo1Column .menuText p.minBold {
  font-weight: bold;
  font-size: 1.3em;
  margin: 0 0 20px;
}
.shopMenuInfo1Column .menuText p.bold {
  font-weight: bold;
  margin: 0 0 3px;
  padding: 0;
  margin: 20px 0 5px;
}
.shopMenuInfo1Column .menuText ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1em;
  margin: 0 0 0 20px;
}
.shopMenuInfo1Column .menuText ul li {
  font-size: 1em;
  list-style-type: disc;
}
.shopMenuInfo1Column{
  clear: both;
}
.note {
/*  border-top: 1px solid #ccc;*/
/*  margin: 0 auto;*/
/*  padding: 10px;*/
  font-size: 0.7em;
  clear: both;
  display:block !important;
}
.note ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /*margin: 0 0 0 20px;*/
}
.note ul li {
  /*list-style-type: disc;*/
  font-size: 12px;
}
.shopMenuInfo{
  border-bottom: 1px solid #ccc;
  /*border-top: 1px solid #ccc;*/
  display: inline-block;
}
/*.shopMenuInfo:nth-child(n+4){
  display: none;
}
/*#shoplist_atg .shopMenuInfo:nth-child(n+4){
  display: inline-block;
}*/
.moreMenu{
  clear: both;
  text-align: center;
  margin-top: 10px;
}
.moreMenu #morelink{
  z-index: 999999;
}
#shopMenu.active .shopMenuInfo:nth-child(n+4){
  display: inline-block;
  width: auto;
}
#morelink:after{
  content: '>';
  width: 100%;
  display: inline-block;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-decoration: none;
}
#morelink:hover:after{
  text-decoration: none;
}



/*
 shoplist_AOYAMA Dinner
**********************************************************/
.shopMenuImg {
  position: relative;
  overflow: hidden;
}
.shopMenuImg .mainPhoto {
  overflow: hidden;
}
.shopMenuImg .mainPhoto ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shopMenuImg .mainPhoto ul li {
  display: none;
  font-size: 0.9em;
}
.shopMenuImg .mainPhoto ul li:first-child {
  display: block;
}
.shopMenuImg .mainPhoto img {
  max-width: 100%;
  height: auto;
}
.shopMenuImg .menuDetail {
  overflow: hidden;
}
.shopMenuImg .menuDetail .menuText {
  max-width: 100%;
  overflow: hidden;
}
.shopMenuImg .menuDetail .menuText ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shopMenuImg .menuDetail .menuText ul li {
  list-style: none;
  display: none;
  font-size: 0.9em;
}
.shopMenuImg .menuDetail .menuText ul li:first-child {
  display: block;
}
.shopMenuImg .menuDetail .thumbImg {
  overflow: hidden;
}
.shopMenuImg .menuDetail .thumbImg ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shopMenuImg .menuDetail .thumbImg ul li {
  display: inline-block;
  margin: 10px 0;
  width: 23.2%;
}
.shopMenuImg .menuDetail .thumbImg ul li img {
  max-width: 100%;
  height: auto;
  cursor: pointer;
}

.shopMenuInfoPrice {
  padding: 10px;
}
.shopMenuInfoPrice .menuText p.dateCenter {
  text-align: center;
  padding-top: 0;
  margin-top: 5px;
}
.shopMenuInfoPrice p {
  margin: 0 0 5px;
  padding: 0;
}
.shopMenuInfoPrice p.minBold {
  font-weight: bold;
  font-size: 1.3em;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  margin: 0 0 20px;
}
.shopMenuInfoPrice p.bold {
  font-weight: bold;
  margin: 0 0 3px;
  padding: 0;
  margin: 20px 0 5px;
}
.shopMenuInfoPrice p.middle {
  font-size: 16px;
}
.shopMenuInfoPrice ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1em;
  margin: 0 0 0 20px;
}
.shopMenuInfoPrice ul.light {
  margin-bottom: 0px;
}
.shopMenuInfoPrice ul li {
  font-size: 0.9em;
  list-style-type: disc;
  position: relative;
  padding: 0 0 5px;
}
.shopMenuInfoPrice ul li span.subtext {
  font-size: 0.9em;
}
.shopMenuInfoPrice ul .price {
  /* position: absolute; */
  /* bottom:30px;
  left: 25%;*/
  /*position: absolute;*/
  bottom: 30px;
  padding: 0 0 0 30px;
  right: 0;
}
.shopMenuInfoPrice ul.noPrice li {
  padding: 0 0 30px;
}
.shopMenuInfoPrice ul.noList {
  margin: 0;
  list-style-type: none;
  padding: 0 10px;
}
.shopMenuInfoPrice ul.noList li {
  list-style-type: none;
  font-size: 0.9em;
  padding: 0 0 7px;
}
.shopMenuInfoPrice .sterStyle {
  margin-left: 0px;
}
.shopMenuInfoPrice .sterStyle li {
  background: url(/common/img/sprite.png) no-repeat 0px -211px;
  padding-left: 20px;
  list-style: none;
}

.removeTopSpace {
  padding-top: 0;
}

.menu2img {
  padding: 10px;
}
.menu2img ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu2img ul li {
  margin: 10px 0 0;
}
.menu2img ul li:first-child {
  margin: 0;
}

.styleContents {
  margin: 20px 0;
}
.styleContents ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 0 20px;
}
.styleContents ul li {
  padding: 0 0 3px;
}

h2#about {
  text-align: center;
  margin: 20px 0;
  padding: 0 10px;
}

.imgTextBorder {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  text-align: center;
}
.imgTextBorder img {
  max-width: 80%;
  height: auto;
}

.inlineArea {
  margin: 20px 0;
  padding: 0 10px;
}
.inlineArea ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.inlineArea ul li{text-align:center;}
.inlineArea ul li img{ margin:0 auto;}
.inlineArea ul li:first-child {
  padding: 0 0 20px;
}

/*
 About Restaurant
**********************************************************/
/*#about_restaurant {
  background: url(/restaurant/about/img/sp_aboutRestaurant_bg_photo.jpg) no-repeat center 135px;
  background-size: contain;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
*/
/*
 Campaign
**********************************************************/
/*#campaign {
  background: url(/campaign/img/sp_campaign_bg_photo.jpg) no-repeat center 135px;
  background-size: contain;
  height: 230px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
*/
.campaignText {
  margin: 20px 0 40px;
  padding: 0 10px;
  text-align: left;
}
.campaignText .fontUp {
  font-size: 1.1em;
}
.campaignText .small {
  font-size: 0.7em;
  text-align: left;
}

.campaignList {
  margin: -27px 0 40px;
  text-align: center;
}
.campaignList img {
  max-width: 90%;
  height: auto;
}

/*
 AOYAMA EVENT
**********************************************************/
#aoyama_event {
  background: url(/aoyama/event/img/aoyamaEvent_bg_photo.png) no-repeat center 135px;
  background-size: contain;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.entryArea {
  margin: 20px 0;
  padding: 0 10px;
}
.entryArea .date {
  font-size: 0.9em;
  margin: 5px 0;
}
.entryArea .entryEvent {
  margin: 0 0 20px;
}
.entryArea h2 {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  margin: 0 0 20px;
  font-weight: normal;
}
.entryArea h3 {
  margin-top: 0;
}
.entryArea .entryContent {
  margin: 10px 0;
  font-size: 0.9em;
}
.entryArea ul.styleLeft {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.entryArea ul.styleLeft li {
  padding: 0 0 10px;
}
.entryArea img {
  max-width: 100%;
  height: auto;
}
.entryArea .snsLink {
  border-top: 1px solid #ccc;
}

.pagenate {
  text-align: center;
  margin: 20px auto 40px;
}
.pagenate ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}
.pagenate ul li {
  display: inline;
  padding: 0 5px;
}
.pagenate ul li a {
  color: #222;
}
.pagenate ul li.prev {
  padding: 0 20px 0 0;
}
.pagenate ul li.next {
  padding: 0 0 0 20px;
}
.pagenate ul li img {
  vertical-align: middle;
}
.pagenate ul li.current a {
  text-decoration: none;
}

.recentEntry {
  padding: 0  10px;
}
.recentEntry .recent {
  text-align: center;
  border-bottom: 3px solid #ededed;
  padding: 0 0 17px;
}
.recentEntry ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8em;
  margin: 17px auto;
}
.recentEntry ul li {
  padding: 0 0 10px;
}
.recentEntry ul li a {
  color: #222;
}
.recentEntry img {
  text-align: center;
  max-width: 100%;
  height: auto;
}

/*
 Sitemap
**********************************************************/
#sitemap,
#privacy,
#website_policy {
  background: url(../../sitemap/img/sp_sitemap_bg_photo.png) no-repeat center 135px;
  background-size: contain;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.sitemapList {
  margin: 20px auto;
}
.sitemapList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 10px 0;
  padding: 10px 10px 0;
  border-top: 1px solid #ccc;
}
.sitemapList ul:first-child {
  margin: 0 0 10px;
  border: none;
}
.sitemapList ul li {
  margin: 0 0 20px;
  font-weight: bold;
}
.sitemapList ul li.blank {
  padding: 0 0 0 20px;
  background-image: url(../img/sprite.png);
  background-position: 0px -132px;
  background-repeat: no-repeat;
  background-position: 0px -136px;
}
.sitemapList ul li.small {
  font-size: 0.9em;
  margin: 0 0 10px;
  font-weight: normal;
}
.sitemapList ul li a {
  color: #222;
  text-decoration: none;
}
.sitemapList ul li ul {
  width: 100%;
  margin: 10px 0;
  border: none;
}
.sitemapList ul li ul li {
  margin: 0 0 5px 10px;
  font-weight: normal;
}

/*
 privacy
**********************************************************/
.privacyArea {
  padding: 0 10px;
  margin: 40px auto;
  font-size: 0.8em;
}
.privacyArea ol {
  margin: 10px 0;
  padding: 0 0 0 25px;
}

/*
 News
**********************************************************/
/*#news {
  background: url(/news/img/sp_news_bg_photo.jpg) no-repeat center 135px;
  background-size: contain;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}*/

.newsPageNavi {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.newsPageNavi ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: left;
  left: 50%;
  font-size: 0.9em;
}
.newsPageNavi ul li {
  float: left;
  position: relative;
  left: -50%;
  padding: 18px 5px 10px;
  background-image: url(../img/sprite.png);
  background-position: 0px -60px;
  background-repeat: no-repeat;
  background-position: 0px -41px;
}
.newsPageNavi ul li:first-child {
  background: none;
}
.newsPageNavi ul li.current a {
  border-bottom: 3px solid #222;
}
.newsPageNavi ul li.current a:hover {
  border-bottom: 3px solid #222;
}
.newsPageNavi ul li a {
  text-decoration: none;
  color: #222;
  display: block;
  padding: 5px 10px;
}
.newsPageNavi ul li a:hover {
  border-bottom: 3px solid #222;
}

/*
 kichijoji
**********************************************************/
#kichijoji {
  background: url(/kichijoji/img/sp_main.png) no-repeat center 135px;
  background-size: contain;
  height: 570px!important;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
#kichijojiMenu {
  display: none;
}
#spKichijojiMenu {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
#spKichijojiMenu li {
  width: 100%;
  background-color: #bba110;
  border-bottom: 1px solid #fff;
}
#spKichijojiMenu li a {
  color: #222;
  padding: 10px;
  text-decoration: none;
  display: block;
  position: relative;
}

#spKichijojiMenu li a:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 21px;
  right: 14px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #222;
}
#spKichijojiMenu li a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 19px;
  right: 14px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #bba110;
}
#kNews,
#kLimited,
#kShop {
  text-align: center;
}
#kNews {
  margin-bottom:-10px; 
}
#kNews img {
  max-width: 30%;
}
.entry .entryBody h3.boldUp {
  font-size: 1.2em;
  margin: 0 0 20px;
}
.entry .noBorder {
  border: none;
}
ul.entryList {
  padding: 0 0 0 20px;
}
#kLimited img {
  max-width: 90%;
}
.kichijojiProduct ul {
  list-style: none;
  margin: 0 auto;
  padding: 0 10px;
}
.kichijojiProduct ul li {
  float: none;
  margin: 0 0 10px;
}
.kichijojiProduct ul.left2Size {
}
.kichijojiProduct ul.left2Size li {
  width: 48%;
  
}
.kichijojiProduct ul.left2Size li:first-child {
  padding: 0 1% 0 0;
  float: left;
}
.kichijojiProduct ul.left2Size li.second {
  padding: 0 0 0 1%;
  float: right;
}
.kichijojiProduct ul.left2Size li.big {
  display: block;
  width: 100%;
}

.kichijojiProduct ul.right2Size li {
  width: 48%;
}
.kichijojiProduct ul.right2Size li.last {
  padding: 0 0 0 1%;
  float: right;
}
.kichijojiProduct ul.right2Size li.second {
  padding: 0 1% 0 0;
  float: left;
}
.kichijojiProduct ul.right2Size li.big {
  width: 100%;
  display: block;
}
#kShop img {
  max-width: 80%;
}
.mapRight {
  text-align: right;
  margin: 0 10px 0 10px;
}
.gMap {
  margin: 10px;
}
.backToArea {
  text-align: center;
}
.backToArea ul {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}
.backToArea ul li {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 0 0 10px;
}


/*
 profile
**********************************************************/
/*#profile {
  background: url(/profile/img/sp_profile_bg_photo.jpg) no-repeat center 135px;
  background-size: contain;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}*/

#restaurantContents .spShow, #profileContents .spShow {
  display: block;
  padding: 0 10px 20px;
  text-align: center;
  border-bottom: solid 1px #b7b7b7;
}
#restaurantContents .spShow img, #profileContents .spShow img {
  max-width: 90%;
  height: auto;
}

#profileSlider {
  margin: 0 auto 20px;
  text-align: center;
  height: 188px;
}
#profileSlider .flexslider {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
#profileSlider .flexslider .slides li {
  margin: 0 auto;
  text-align: center;
}
#profileSlider .flexslider .slides li img {
  width: auto;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
}
#profileSlider .flexslider .flex-direction-nav a {
  width: auto;
  height: auto;
  margin: 0;
}
#profileSlider .flexslider .flex-direction-nav a:before {
  background: url(../../common/img/sp_left_arrow.png) no-repeat;
  content: " ";
  width: 18px;
  height: 60px;
}
#profileSlider .flexslider .flex-direction-nav a.flex-next:before {
  background: url(../../common/img/sp_right_arrow.png) no-repeat;
  content: " ";
  width: 18px;
  height: 60px;
}
#profileSlider .flexslider .flex-direction-nav .flex-prev {
  left: 0;
}
#profileSlider .flexslider .flex-direction-nav .flex-next {
  right: 0;
}
#profileSlider .flexslider .flex-caption {
  display: none;
}
#profileSlider .flexslider .flex-control-paging {
  margin: -70px 0 0;
  z-index: 100;
  position: relative;
}
#profileSlider .flexslider .flex-control-paging li {
  margin: 0 10px;
}
#profileSlider .flexslider .flex-control-paging li a {
  width: 5px;
  height: 5px;
  background-color: #b4b4b4;
}
#profileSlider .flexslider .flex-control-paging li a.flex-active {
  background-color: #fff;
}
#profileSlider .slides li:first-child {
  background: url(/profile/img/profile_slider_photo1.png) no-repeat left center;
  height: 190px;
  width: 100%;
  background-size: cover;
}
#profileSlider .slides li.second {
  background: url(/profile/img/profile_slider_photo2.png) no-repeat left center;
  height: 190px;
  width: 100%;
  background-size: cover;
}
#profileSlider .slides li.third {
  background: url(/profile/img/profile_slider_photo3.png) no-repeat left center;
  height: 190px;
  width: 100%;
  background-size: cover;
}
#profileSlider .slides li.four {
  background: url(/profile/img/profile_slider_photo4.png) no-repeat left center;
  height: 190px;
  width: 100%;
  background-size: cover;
}
#profileSlider .flexslider .flex-caption {
  right: 120px;
  left: auto;
}
#profileSlider .flexslider .flex-control-paging {
  margin: -60px 0 0;
}

#profileContents .textCenter {
  padding: 0 10px;
  display: block;
}

.profileHistory {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.7em;
  text-align: center;
}
.profileHistory li img {
  max-width: 100%;
  height: auto;
}

.profileYear {
  display: none;
}

.profileHistory2 {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.7em;
  text-align: center;
}
.profileHistory2 li img {
  max-width: 100%;
  height: auto;
}

.profileKihachi {
  background: url(/profile/img/profile_bg.png) no-repeat left top;
  padding: 40px 10px 0;
  margin: 20px auto;
  border-bottom: 1px solid #ccc;
}
.profileKihachi .profilePhoto img {
  max-width: 100%;
  height: auto;
}
.profileKihachi .profileText {
  font-size: 0.7em;
  line-height: 170%;
  font-family: 'Hiragino Mincho ProN', serif;
}
.profileKihachi .profileText p {
  margin: 0 0 20px;
}
.profileKihachi .profileText .name {
  text-align: center;
  padding: 0;
  font-size: 1.8em;
}

#restaurantContents .profileAbout, #profileContents .profileAbout {
  border: none;
  margin: 0px auto;
  padding: 0 10px 20px;
}
#restaurantContents .profileAbout ul li:nth-child(4), #profileContents .profileAbout ul li:nth-child(4) {
  display: block;
}
#restaurantContents .profileAbout img, #profileContents .profileAbout img {
  max-width: 100%;
  height: auto;
}
#profileContents .profileCenter ul {
margin: 0 10px;
padding: 0;
list-style: none;
text-align: center;
}
#profileContents .profileCenter ul li {
text-align: center;
margin: 0 0 20px;
}

.profile-wrap {
  padding: 15px;
text-align: center;
}

.hidden-xs {
  display: none !important;
}

.visible-xs {
  display: block !important;
}

/*
 SpecialPage
**********************************************************/
/*Base*/
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
/*Ribbon*/
.ribbon-red{
  background: url(/xmas/img/bg_ribbon_red.png) 0 0 repeat-x;
}
.ribbon-yellow{
  background: url(/xmas/img/bg_ribbon_yellow.png) 0 0 repeat-x;
}
/*XMas 2014*/
#xmas {
  background: url(/xmas/img/bg_head_xmas_sp.png)  no-repeat center 135px;
  background-size: contain;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.content-header-ex{
  margin-top: 25px;
  clear: both;
}
.content-header-ex img{
  display:block;
  margin: 0 auto 20px;
}
/*expage*/
.expage .breadcrumb {
  margin: 0!important;
  padding: 15px 10px;
  border: solid 1px #ddd;
  border-right: none;
  border-left: none;
}
.expage .note ul,
.expage .note ul li{
  list-style: none;
  margin: 0;
}

.content-header .flexslider{
  box-shadow: none;
  border: none;
  margin-bottom: 0px;
}

.content-header .flex-direction-nav a:before{
  display: none;
}
.content-header .flex-direction-nav a{
  position: absolute;
  text-indent: 100%;
  overflow: hidden;
  width: 30px;
  height: 60px;
  display: block;
}
.content-header .flexslider a.flex-prev{
  left: 0;
  background: url(/xmas/img/btn_prev.png) no-repeat;
  background-position: center center;
}
.content-header .flexslider a.flex-next{
  right: 0;
  background: url(/xmas/img/btn_next.png) no-repeat;
  background-position: center center;
}

.content-header .col-xs-6{
  display: block;
  float: none;
  width: 100%;
  padding: 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-header .col-xs-7{
  width: 100%;
  float: none;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-header .col-xs-6 img{
  margin: 0 auto;
}
.content-header .slideimage{
  padding: 20px 0px;
}
.content-header .slideimage img{
  width: 90%;
  display: block;
  margin: 0 auto;
}


/*.content-wrap{
  overflow: hidden;
  padding: 50px 10px 0;
}
.content-wrap img{
  max-width: 100%;
}
.content-wrap h3 img{
  max-width: 90%;
}
.content-wrap >.col-xs-6,
.content-wrap >.col-xs-5{
  clear: both;
  width: 100%;
}

.content-wrap h2{
  margin: 0;
  padding-bottom: 30px;
}
.content-wrap h3{
  margin: 0;
  margin-bottom: 15px;
}
.content-wrap p{
  width: 100%;
  font-size: 12px;
  margin: 0;
  margin-bottom: 20px;
  line-height: 23px;
  letter-spacing: -1px;
}
.content-wrap p span{
  display: block;
  margin-left: 24px;
}
.content-wrap p:last-child{
  margin-bottom: 0px;
}
.content-wrap .col-xs-5 .col-xs-6 p{
  width: 90%;
}


.content-header{
  margin-bottom: 30px;
}
.content-inner {
  overflow: hidden;
  margin-bottom: 35px;
}
.content-wrap > .col-xs-5 > .col-xs-6.first-child {
  clear: both;
}
.inner-type1 .col-xs-7 img,
.inner-type2 .col-xs-7 img{
  max-width: 90%;
  display: block;
  margin-left: auto;
}
.inner-type3 .col-xs-5 img{
  max-width: 80%;
  display: block;
  margin: 0 auto;
}

.content-image {
  max-width: 60%;
  display: block;
  margin: 0 auto 15px;
}
.content-image.heightLine-WG1 {
  max-width: 75%;
}*/


/*#cake_about {
  background: url(/patisserie/menu/cake/about/img/kodawariTrifle_bg_photo.jpg) no-repeat no-repeat center 135px;
  background-size: contain !important;
  min-height: inherit!important;
}
#demisec_about {
  background: url(/patisserie/menu/demisec/about/img/kodawariFinancier_bg_photo.jpg) no-repeat no-repeat center 135px;
  background-size: contain !important;
  min-height: inherit!important;
}
*/
/*
 newsList
**********************************************************/
.newsListSp {
  margin: 0 10px 10px;
}
.newsListSp a {
    color:#111;
    text-decoration:none;
}
.newsListSp .box {
  display: table-cell;
  padding: 0 5px 0 0;
  font-size: 0.8em;
  width: 50%;
}
.newsListSp .box:last-child {
  padding: 0 0 0 5px;
}
.newsListSp .box ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.newsListSp .box ul li {
  display: table-cell;
  width: 0;
  padding: 0 2px 0 0;
}
.newsListSp .box ul li img {
  vertical-align: top;
}
.newsListSp .box ul li:last-child {
    padding: 0 0 0 2px;
}

/*
 topNews
**********************************************************/
#topNews {
  display: none;
}
#topNews .topNewsArea {
  margin: 0 auto;
  font-size: 0.6em;
  text-align: right;
  padding: 3px 0;
}
#topNews .topNewsArea a {
  text-decoration: none;
}
#topNews .topNewsArea a:hover {
  text-decoration: underline;
}
#info {
  height: auto!important;
  min-height: 0!important;
}
.infobred {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0!important;
  padding:10px;
}
#infoArea {
}
#infoArea h1 {
  font-size: 1.2em;
  margin: 10px 0 0;
}
#infoArea .infoContents {
  background-color: #ededed;
  padding:20px;
  font-size: 0.9em;
  margin: 20px 10px 40px;
}
#infoArea .infoContents dt {
  background: url(../../info/img/info_icon.png) no-repeat left center;
  padding: 0 0 0 30px;
  margin: 0 0 20px;
}
#infoArea .infoContents dd {
  padding:0;
  margin: 0 0 20px 0;
}
#infoArea .infoContents dd a {
  text-decoration: none;
  color: #222;
}
#infoArea .infoContents dd a:hover {
  text-decoration: underline;
}


/*
 footer
**********************************************************/
footer {
  background-color: #1f1f1f;
  padding: 5px 0;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
footer .triangle {
  position: absolute;
  left: 50%;
  margin-left: -9px;
  top: -16px;
}
footer .pageTop {
  text-align: center;
  padding: 20px 0;
}
footer #fbInstaLink {
  text-align: center;
  margin: 10px auto 22px;
}
footer #fbInstaLink .icon-fb {
  background-image: url(../img/sprite.png);
  background-position: 0px -1994px;
  background-repeat: no-repeat;
  background-position: 20px -1989px;
}
footer #fbInstaLink .icon-instagram {
  background-image: url(/common/img/renew/smp/foot_instagram.png);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: 12px center;
}
footer #fbInstaLink ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
footer #fbInstaLink ul li {
  border: 1px solid #848484;
  font-size: 0.9em;
  text-align: center;
  margin: 0 30px 10px;
}
footer #fbInstaLink ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 17px 0px 8px 20px;
  height: 27px;
  letter-spacing: 0.1em;
  text-align: left;
  text-indent: 40px;
}
footer #bottomMenu {
  margin: 0 auto 20px;
  font-size: 0.8em;
  width: 83%;
}
footer #bottomMenu ul {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
footer #bottomMenu ul li {
  padding: 0 0 20px;
  text-align: left;
  float: left;
  width: 50%;
}
footer #bottomMenu ul li:nth-of-type(2n) {
  float: right;
  text-align: right;
}
footer #bottomMenu ul li a {
  color: #fff;
  text-decoration: none;
}
footer #bottomMenu p {
  text-align: center;
  color: #fff;
  margin: 10px 0 0;
  font-size: 12px;
}







@media screen and (min-width: 500px) {
	.header-container{
		background-position: center 135px !important;
	}
}


@media (min-width:768px) and (max-width: 1023px) {
/*backstretch*/
.header-container .backstretch{width:100%;}
.backstretch img {
  width: 100% !important;
  height: auto !important;
  top: 137px;
}

/*menu2img*/
.menu2img ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
}
.menu2img ul li {
  display: table-cell;
  width: 50%;
  margin: 10px 0 0;
}

/*newsList*/
#newsImageList .newsList.hidden-xs {
	display: block !important;
}
#newsImageList .newsListSp.visible-xs {
	display: none !important;
}
#newsImageList {
  margin: 10px 0 0px;
}
.newsList {
  margin: 0 0 10px;
}
.newsList p img {
  width: 100%;
}
.newsList p {
  font-size: 0.8em;
  width: 96.6666%;
}
.newsList a {
    color:#111;
    text-decoration:none;
}
.newsList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.newsList ul li {
  display: inline;
}
.newsList ul li img {
  max-width: 100%;
  height: auto;
}
.newsList .col-xs-3 a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}

/*note*/
.note ul li {
  list-style-type: none;
}

/*restaurantContents、profileContents*/
#restaurantContents .newsTopicsRestaurant .flexslider li p, #profileContents .newsTopicsRestaurant .flexslider li p {
  position: absolute;
  text-align: left;
  top: 20px;
  left: 50%;
  margin: 0 0 0 10px;
  min-width:130px;
  width:45%;
}

/*shiopInfo*/
#shiopInfo .address .thumb ul li {
  text-align: center;
  display: table-cell;
  padding: 1%;
  vertical-align: top;
}
#shiopInfo .gMap iframe {
  max-width: 100%;
  width: 100%;
  height: 300px;
}

/*
 aboutPatisserie .seasonalMenu .newsEntry
**********************************************************/
#aboutPatisserie .seasonalMenu .newsEntry ul li {
  width: 50%;
  float: left;
  padding: 0 5px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
}
/*#aboutPatisserie .seasonalMenu .newsEntry ul li a img {
  position: relative;
}
#aboutPatisserie .seasonalMenu .newsEntry ul li p.label {
  position: absolute;
  top: -20px;
  left: 0;
}*/
#aboutPatisserie .seasonalMenu .newsEntry ul li p {
/*  position: absolute;
  bottom: -20px;
  left: 0;*/
  padding: 5px 0 10px;
}


/*
 restaurantContents demisecList
**********************************************************/
/*
#restaurantContents #demisecList_3 ul{
	padding: 0 10%;
}

#restaurantContents #demisecList ul li, #restaurantContents #demisecList_3 ul li {
	float: left;
	width: 50%;
	text-align: center;
}
/
	
/*
 restaurantContents bridalList
**********************************************************/
#restaurantContents #bridalList ul.slides li {
	float: left;
	width: 25%;
	padding: 0 5px 10px;
	text-align: center;
	box-sizing: border-box;
}
#restaurantContents #bridalList ul.image2 {
	padding: 0 20%;
}

}


.container{
  margin: 0 10px;
  width: auto;
}

#bannerBtnTop{
  display: none;
}
.importantInfo{
  text-align: center;
  margin: 20px 0 40px;
}
#top .importantInfo{
  text-align: center;
  margin: 17px 0;
}
#top .importantInfo p{
  text-align: right;
}
.importantInfo a{
  text-decoration: underline;
  letter-spacing: 0.3em;
  font-size: 11px;
}
section h2{
  margin-top: 25px;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.05em;
}

/*#brandIntro{
  margin-bottom: 
}*/
#brandIntro ul{
  width: 100%;
  display: inline-block;
}
#brandIntro li{
  width: 49%;
  float: left;
  margin-right: 2%;
}
#brandIntro li:nth-child(2n){
  margin-right: 0;
}
#brandIntro li:nth-child(5),
#brandIntro li:last-child{
  width: 100%;
  float: none;
  margin-right: 0;
}
#brandIntro li img{
  width: 100%;
}



/*linkToMenu*/
.linkToMenu ul{
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.linkToMenu ul li{
  width: 49%;
  float: left;
  margin-right: 1%;
}
.linkToMenu ul li span{
  float: left;
}
.linkToMenu li:last-child{
  clear: both;  
}




/*news*/
.newsTopics li{
  width: 48%;
  margin: 0 4% 4% 0;
  float: left;
}
.newsTopics li:nth-child(2n){
  margin-right: 0;
}
.newsTopics li:nth-child(2n+1){
  clear: both;
}
.newsTopics li:nth-child(n+5){
  display: none;
}
.newsTopics li img{
  width: 100%;
}
/*shoplist*/
#shopList .tab > ul{
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#shopList .tab li{
  float: left;
  width: calc(100%/3);
  height: 50px;
  line-height: 50px;
  text-align: center;
  letter-spacing: -0.001em;
}
#shopList .tab li.ui-state-default {
    background-color: #b39642;
}
#shopList .tab li.ui-state-active {
    background-color: #fafaf0;
}
#shopList .tab li.ui-state-default a {
  color: #fff;
}
#shopList .tab li.ui-state-active a{
  color: #000;
}
#shopList .tab li a{
  display: block;
}
#shopList .tab li.ui-state-active a{
  pointer-events: none;
}
#restaurantCafe,
#patisserieList,
#foodhall{
  display: inline-block;
  margin: 0;
  width: 100%;
	background-color: #fafaf0;
	border-left: 1px solid #b39642;
	border-right: 1px solid #b39642;
	border-bottom: 1px solid #b39642;
	box-sizing: border-box;
}
#restaurantCafe img,
#patisserieList img,
#foodhall img{
 /* display: none;*/
}
#restaurantCafe li,
#patisserieList li,
#foodhall li{
  width: 100%;
  height: 50px;
  margin-top: 1px;
}

#restaurantCafe li{
  background-color: #d7d7ec;
}
#patisserieList li{
  background-color: #f0e1ce;
}
#restaurantCafe li p,
#patisserieList li p,
#foodhall li p{
  margin: 0;
}
#restaurantCafe li a,
#patisserieList li a,
#foodhall li a{
  position: relative;
  line-height: 50px;
  display: block;
  text-indent: 12px;
}
#restaurantCafe li p a:after,
#patisserieList li p a:after,
#foodhall li p a:after{
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    margin-top: -2px;
    border-top: 1px solid #353535;
    border-right: 1px solid #353535;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*news*/
.newsTopics .moreList{
  width: 48%;
  height: 40px;
  margin: 0 auto;
  border: 1px solid #000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.newsTopics .moreList p{
  margin: 0;
}
.newsTopics .moreList a{
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  display: block;
  color: #000;
}

.aboutKihachi{
  width: auto;
  margin: 35px auto;
  text-align: center;
}
/*instagram*/
#instafeed_area{
  margin-bottom: 30px;
}
#instafeed_area p{
  text-align: center;
  margin-bottom: 20px;
}
#instafeed_area #instafeed{
  width: 100%;
  display: inline-block;
}
#instafeed_area #instafeed li {
  margin: 0 2% 2% 0;
  width: 32%;
  overflow: hidden;
  position: relative;
  float: left;
}
#instafeed_area #instafeed li:nth-child(3n){
  margin-right: 0;
}
#instafeed_area #instafeed li a {
  background-position: center center;
  background-size: cover;
  display: block;
  overflow: hidden;
/*  padding-top: 100%;*/
  width: 100%;
}
#instafeed_area #instafeed li a:hover{
  opacity: 0.8;
}
#instafeed_area > p img{
  width: 50%;
}

footer #fbInstaLink .icon-blog{
  background-image: url(/common/img/renew/smp/blog_foot.png);
  background-position: 14px center;
  background-repeat: no-repeat;
  background-size: 34px;
}
.linksLogo{
  width: 42%;
  float: right;
}
.linksLogo li{
  float: left;
  width: 40%;
}
.linksLogo li a{
  display: block;
}
.linksLogo li:first-child{
/*  margin-right: 10px;*/
}
.linksLogo li:first-child a{
  position: relative;
  top: 13px;
}
.linksLogo li:last-child a{
  position: relative;
  top: 10px;
}
.linksLogo li img{
  width: 42%;
}
.linksLogo li:first-child img{
  width: 27px;
}
.linksLogo li:last-child img{
  width: 25px;
}
.linksLogo li span{
  display: block;
  font-size: 10px;
  letter-spacing: -0.15em;
  text-indent: -28px;
  -webkit-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -ms-transform:scale(0.8);
  transform:scale(0.8);
  position: relative;
  top: -4px;
}
.linksLogo li:first-child span{
  top: -3px;
  }

.shopListTop li{
  width: 49%;
  margin-left: 2%;
  float: left;
}
.shopListTop li:nth-child(2n+1){
  margin-left: 0;
  clear: both;
}
.shopListTop ul li:nth-child(8),
.shopListTop ul li:nth-child(10){
  clear: both;
  margin-left: 0;
}
.shopListTop ul li:nth-child(9),
.shopListTop ul li:nth-child(11){
  margin-left: 2%;
  float: left;
  clear: none;
}
.shopListTop li p{
  margin-bottom: 10px;
  line-height: 16px;
  text-align: center;
}
.shopListTop li a{
  font-weight: 500;
  font-size: 12px;
}
.shopListTop,
#spPatisserie{
  display: inline-block;
  width: 100%;
}
section h3{
  text-align: left;
}
/*#top #mainImage{
  height: 188px;
}*/
/*#mainImage > p >img{
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
*/
/*restaurant-cafe TOP*/
.linkButton p{
  width: 100%;
  height: 75px;
  line-height: 75px;
  margin: 0 auto;
  border: none;
}
.linkButton a{
  display: block;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
}
.linkButton p{
  width: 49%;
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  border: none;
}
.linkButton{
  width: 100%;
  display: inline-block;
}
.linkButton li{
  width: 49.2%;
  margin: 0 auto;
  float: left;
  border: none;
}
.linkButton li:first-child{
  margin-right: 1.6%;
}
.linkButton li:nth-child(3),
.linkButton li:nth-child(4){
  margin-top: 5px;
  text-align: center;
  width: 100%;
}
#linkButtonText span{
  clear: both;
  width: 100%;
  font-size: 12px;
  text-align: center;
}

/*    cake    */
.linkTo p{
  width: 100%;
  margin: 0 auto;
}
.linkTo a{
  display: block;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
}
.linkTo p{
  width: 90%;
  margin: 0 auto;
}
.linkTo {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}
.linkTo li:nth-child(2){
  margin-top: 4px;
}
.linkTo li:nth-child(3){
  margin-top: 5px;
  text-align: center;
  width: 100%;
}
.linkTo.restcafe{
  margin: 30px 0 0;
}

#patisserie .linkTo li:first-child{
  background-color: #d7d7ec;
}
#patisserie .linkTo li:nth-child(2){
  background-color: #f0e1ce;
}
#patisserie .linkTo li:nth-child(3){
  background-color: #f9d2d7;
}
#cakelist{
  margin-bottom: 30px;
}
#patisserieCake .heightLineParent li{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 5%;
  float: left;
}
#patisserieCake .heightLineParent li:nth-child(2n){
  margin-right: 0;
}
#patisserieCake .heightLineParent li:nth-child(2n+1){
  clear: both;
}
#patisserieCake .heightLineParent li p.label{
  display: none;
}
#patisserieCake .heightLineParent li .modal{
  width: 70%;
  display: block;
  margin: 10px auto 0;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border: 1px solid #000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: none;
}
#patisserieCake .heightLineParent li .modal a{
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
#patisserieCake .heightLineParent li img{
  width: 100%;
}
#patisserieCake .heightLineParent li .capture{
  display: block;
  height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.cakeTitle{
  /*margin-bottom: 10px;*/
  display: inline-block;
  height: 40px;
  overflow: hidden;
}
.cakePrice a{
  font-size: 11px;
}

/*   ショップ詳細   */
.gMap{
  display: none;
}
.openMap{
  width: 70%;
  border: 1px solid #000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 18px;
  margin-left: auto;
}
.openMap a{
  display: block;
}
.onlineResreve{
  width: 100%;
  height: 50px;
  line-height: 50px;
  float: none;
  margin-top: 40px;
}
.onlineResreve p{
  width: 100%;
}
.onlineResreve a{
  display: block;
  position: relative;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
}

#restaurantmenu{
  display: none!important;
}
.shopMenuInfo .menuText.bocCenter p:nth-child(-n+3),
.shopMenuInfo1Column p:nth-child(-n+3){
  display: block!important;
}
.shopMenuInfo .menuText p.price{
  font-weight: bold;
}
.shopMenuInfo .menuText p.menuReserveLink{
    width: 80%;
    height: 40px;
    margin: 20px auto;
    border: 1px solid #000;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
.shopMenuInfo .menuText p.menuReserveLink a{
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  display: block;
  color: #000;
}
.outerButton{
  border-bottom: 1px solid #ccc;
}
.outerButton .menuReserveLink{
  width: 80%;
  height: 40px;
  margin: 20px auto;
  text-align: center;
  border: 1px solid #000;
  clear: both;
}
.outerButton .menuReserveLink a{
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  display: block;
  color: #000;
}
#shopMenu #lunch,
#shopMenu #dinner,
#shopMenu #partyplan,
#shopMenu #food,
#shopMenu #sweets,
#shopMenu #drink{
  width: 100%;
  clear: both;
}
#restaurantContents.cafe #shopMenu .tabMenu li{
  width: 33.33333333%;
}


/*restaurant menu*/
#shopMenu .tabMenu {
  height: 30px;
  float: right;
  width: 60%;
}
#shopMenu .tabMenu{
  width: 68%;
}
#shopMenu .tabMenu li:last-child{
  margin-right: 0;
}
#shopMenu .tabMenu > ul{
  width: 100%;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#shopMenu .tabMenu li{
  width: 33.333333%;
  float: left;
  height: 50px;
  line-height: 15px;
  text-align: center;
  /*background-color: rgb(242, 242, 242);*/
  display: inline-block;
  font-size: 10px;
  background-image: url(../img/sprite.png);
  background-position: 0px -60px;
  background-repeat: no-repeat;
  background-position: 0px -48px;
  text-indent: 2px;
/*  border-width: 1px 1px 0 1px;
  border-color: #000;
  border-style: solid;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;*/
}

/*#shopMenu .tabMenu li.ui-state-active {
  background: #FFF!important;
  color: #000;
}*/
#shopMenu .tabMenu li:first-child{
 /* background-color: rgb(242, 242, 242);*/
  /*border: solid #000;
  border-width: 1px 0 0 1px;*/
  z-index: 999999;
  width: 25%;
}
#shopMenu .tabMenu li:first-child{
 /* background-color: rgb(242, 242, 242);*/
  /*border: solid #000;
  border-width: 1px 0 0 1px;*/
  z-index: 999999;
  width: 25%;
}
#shopMenu .tabMenu li:nth-child(2){
  /*background-color: rgb(242, 242, 242);*/
  /*border: solid #000;
  border-width: 1px 0 0 1px;*/
  z-index: 999999;
  width: 30%;
}
#shopMenu .tabMenu li:nth-child(3){
  width: 45%;
}
#shopMenu .tabMenu li.ui-state-active{
  /*background-color: #fff;*/
  /*border: solid #000;
  border-width:1px 0 0 1px;*/
}
#shopMenu .tabMenu li.ui-state-active a{
  /*padding-bottom: 9px;*/
  z-index: 99999999;
 /* background-color: #fff;*/
  position: relative;
}
#shopMenu .tabMenu li:last-child.ui-state-active{
  border-width:1px 1px 0 1px;
}
#shopMenu .tabMenu li a{
  display: block;
  font-size: 10px;
  line-height: 50px
}

/*#shopMenu .tabMenu_aoyama li a{
  display: block;
  font-size: 10px;
}

#shopMenu .tabMenu_aoyama li.menu1{
 /* background-color: rgb(242, 242, 242);*/
  /*border: solid #000;
  border-width: 1px 0 0 1px;*/
/*  z-index: 999999;
  width: auto;
  padding: 10px 2% 0px 2%;
  margin: 0 0px 0 5px;
}
#shopMenu .tabMenu_aoyama li:nth-child(3) {
    width: auto;
    padding: 18px 2% 0px 2%;
}
#shopMenu .tabMenu_aoyama li {
    width: auto;
    float: left;
    height: 50px;
    line-height: 15px;
    text-align: center;
    /* background-color: rgb(242, 242, 242); */
/*    display: inline-block;
    font-size: 10px;
    background-image: url(../img/sprite.png);
    background-position: 0px -60px;
    background-repeat: no-repeat;
    background-position: 0px -48px;
    text-indent: 2px;
    padding: 18px 2% 0px 2%;
}
#shopMenu .tabMenu_aoyama li:last-child {
    margin-right: 0;
    padding: 18px 0% 0px 2%;
}

#shopMenu .tabMenu_aoyama ul {
    margin: auto;
    float: right;
    width: 60%;
}*/


/*--------aoyama new--------*/

/*restaurant menu*/
#shopMenu .tabMenu_aoyama {
  height: 30px;
  float: right;
  width: 60%;
}
#shopMenu .tabMenu_aoyama{
  width: 68%;
}
#shopMenu .tabMenu_aoyama li:last-child{
  margin-right: 0;
}
#shopMenu .tabMenu_aoyama > ul{
  width: 100%;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#shopMenu .tabMenu_aoyama li{
  width: 33.333333%;
  float: left;
  height: 50px;
  line-height: 15px;
  text-align: center;
  display: inline-block;
  font-size: 10px;
  background-image: url(../img/sprite.png);
  background-position: 0px -60px;
  background-repeat: no-repeat;
  background-position: 0px -48px;
  text-indent: 2px;

}
#shopMenu .tabMenu_aoyama li:first-child{
  z-index: 999999;
  width: 25%;
}
#shopMenu .tabMenu_aoyama li:first-child{
  z-index: 999999;
  width: 25%;
}
#shopMenu .tabMenu_aoyama li:nth-child(2){
  z-index: 999999;
  width: 30%;
}
#shopMenu .tabMenu_aoyama li:nth-child(3){
  width: 45%;
}

#shopMenu .tabMenu_aoyama li.ui-state-active a{
  z-index: 99999999;
  position: relative;
}
#shopMenu .tabMenu li:last-child.ui-state-active{
  border-width:1px 1px 0 1px;
}
#shopMenu .tabMenu_aoyama li a{
  display: block;
  font-size: 10px;
  /*line-height: 50px*/
}



#shopMenu #lunch,
#shopMenu #dinner,
#shopMenu #partyplan,
#shopMenu #food,
#shopMenu #sweets,
#shopMenu #drink{
  width: 100%;
}

.othreLinks{
  margin-top: 40px;
}

.spCafe {
  margin: 10px 0 20px;
}
.spCafe .flexslider{
  margin-bottom: 15px;
}
.spCafe .flex-direction-nav a{
  top: 35%;
}
.spCafe .flex-direction-nav a.flex-prev:before{
  background: url(/common/img/sp_left_arrow.png) no-repeat;
  content: " ";
  width: 18px;
  height: 60px;
}
.spCafe .flex-direction-nav a.flex-next:before{
  background: url(/common/img/sp_right_arrow.png) no-repeat;
  content: " ";
  width: 18px;
  height: 60px;
}
.spCafe .flex-direction-nav .flex-prev,
.spCafe .flex-direction-nav .flex-next{
  height: 100px;
}
.spCafe .flex-direction-nav .flex-prev{
  left: -15px;
}
.spCafe .flex-direction-nav .flex-next{
  right: -15px;
}
.spCafe li{
  width: 49%;
  float: left;
  margin-right: 2%;
}
.spCafe li:nth-child(2n){
  margin-right: 0;
}
.spCafe li:nth-child(2n+1){
  clear: both;
}


.shopMenuInfo1Column{
  display: none;
  clear: both;
}
#shoplist_tachikawa .shopMenuInfo1Column{
  display: block;
}
.cafe .shopMenuInfoPrice,
.cafe .note{
  display: block;
  line-height: 20px;
}
.courseName.visible-xs.two-lines{
  display: none!important;
}
.open .shopMenuInfoPrice{
  display: inline-block;
}
.kinkyu2{
	/*display: none;*/
	padding: 0 0 5%;
}
.kinkyu2 a{
background: #fff;
    color: #000;
    padding: 1% 2%;
    border: 3px solid #000;
    width: 320px;
    margin: 0 auto;
    display: block;
    line-height: 1.4em;
	font-weight: bold;
}
/*.kinkyu2 a:before {
    display: block;
    clear: both;
    content: "6月2日更新";
}*/
.info-2005a:after{
    content: "（20.05.20）";
}
.info-2005b:after{
    content: "（20.06.02）";
}