@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;
}

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;
}

a:active, a:hover, a:focus {
  outline: 0;
}
a:hover{
  text-decoration: underline;
}

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

dfn {
  font-style: italic;
}

/*h1 {
  font-size: 25px;
  margin: .67em 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;
}

.shopListTop {
  display: inline-block;
  font-size: 0.8em;
  margin: 0 auto 30px;
  max-width: 1200px;
  min-width: 960px;
}
.shopListTop h3 {
  /*text-align: center;*/
  margin: 0 auto 20px;
}
.shopListTop ul {
  padding: 0;
  list-style: none;
  margin: 0 0 15px;
}
.shopListTop ul li {
  float: left;
  width: 23.8%;
  margin: 0 0 0 1.5%;
  text-align: center;
}
.shopListTop ul li:nth-child(4n+1) {
  margin: 0;
}
.shopListTop ul li:nth-child(8){
  clear: both;
  margin-left: 0;
}
.shopListTop ul li:nth-child(12){
  clear: both;
  margin-left: 0;
}
.shopListTop ul li:nth-child(9){
  margin-left: 1.5%;
}
.shopListTop ul li img {
  max-width: 100%;
  height: auto;
}
.shopListTop ul li a {
  text-decoration: none;
  color: #222;
}
.shopListTop ul li a:hover {
  text-decoration: underline;
}
.shopListTop ul li a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.shopListTop ul li p {
  margin: 0 auto 20px;
  text-align: center;
  font-weight: 500;
}
.shopListTop ul li p.small {
  font-size: 0.9em;
  margin: -20px auto 20px;
}
.shopListTop ul.image2 {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0px 25%;
}
.shopListTop ul.image2 li {
  width: 48.5555%;
}
section.shopListTop h2{
  margin-top: 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;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.smallerContainer {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
}

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

.block {
  display: block;
}

img {
  max-width: 100%;
}

/*
 header
**********************************************************/
#page-body,
#footer{
  position: relative;
  top: 72px;
}
header{
  margin: 0 auto;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999999999;
}
header nav {
  padding: 0;
  margin-top: 30px;
  zoom: 1;
  float: right;
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  font-size: 0.9em;
}
header nav ul li {
  position: relative;
  float: left;
  font-size: 0.9em;
  margin: 0;
  padding: 0px 18px 0px;
  height: 22px;
  line-height: 22px;
}
header nav ul li img{
  padding-left: 5px;
  position: relative;
  top: 2px;
}
/*header nav ul li.ourBrand {
  padding: 0px 63px 0px 40px;
}*/
header nav ul li.ourBrand a.changeText {
  margin: -1px -16px 0 16px;
}
header nav ul li.shopList {
  padding: 0px 28.5% 0px 0;
}
header nav ul li.shopList a.changeText {
  margin: -1px 11px 0 -11px;
}
header nav ul li.kihachiCharm a.changeText {
  margin: -1px 0px 0 0px;
}
header nav ul li.photoGallery {
  padding: 0px 0 0px 10px;
}
header nav ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  /*width: 135px;*/
  /*height: 16px;
  padding: 10px 0 12px;*/
  margin: 0;
  font-size: 12px;
}

header nav ul li a span.active{
  display: block;
}
header nav ul li a span.hoveractive{
  display: none;
}
header nav ul li a:hover span.active{
  display: none;
}
header nav ul li a:hover span.hoveractive{
  display: block;
}

header nav ul li ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  width: 170px;
  font-size: 1.0em;
  left: 0;
  top: 30px;
  padding: 10px 0;
  margin: 7px 0 0;
  background: url(/aoyama/img/aoyama_shadow.png);
  z-index: 9999;
}
header nav ul li ul li {
  float: none;
  text-align: center;
  padding: 0;
}
header nav ul li ul li a {
  display: inline-block;
  width: 140px;
  padding: 6px 0;
}
header #logo {
  position: absolute;
  left: 0;
  top: 27px;
}
header #logo img{
  width: 222px;
  height: 20px;
}
header #spMenu {
  display: none;
}

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


#onlineLink {
  width: 70px;
  z-index: 1000;
  margin: 0 30px 0 0;
}
#onlineLink ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#onlineLink ul li {
  padding: 0;
  margin: 0;
}
#onlineLink ul li img {
  vertical-align: middle;
}
#onlineLink ul li a {
  background-image: url(../../common/img/tab_online_shop_on.png);
  background-position: 70px top;
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
  max-width: 100%;
}
#onlineLink ul li:first-child a {
  background: url(../../common/img/tab_restaurant_reservation_on.png) no-repeat 70px top;
  display: block;
  background-size: contain;
  max-width: 100%;
}

/*
 TOP
**********************************************************/

#bannerBtnTop{
  display: none;
}
.importantInfo{
  margin: 60px 0 70px;
}
.importantInfo p{
  margin: 0;
  text-align: center;
  font-size: 12px;
}
#top .importantInfo{
  margin: 25px 0;
}
#top .importantInfo p{
  text-align: right;
}
.importantInfo a{
  text-decoration: none;
  letter-spacing: 0.4em;
  color: #000;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
  font-weight: 500;
}
.middleBanner{
  margin-bottom: 15px;
}

section h2{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 50px 0 25px;
  letter-spacing: 0.1em;
}
#brandIntro ul{
  width: 100%;
  display: inline-block;
  list-style: none;
  padding-left: 0;
}
#brandIntro ul li{
  float: left;
  margin: 0 2% 20px 0;
  width: 49%;
}
#brandIntro ul li:nth-child(2n){
  margin-right: 0;
}
/*#brandIntro ul li:nth-child(5){
  margin: 0 auto;
  width: 100%;
  text-align: center;
}*/
#brandIntro ul li span{
  float: left;
}



#kihachiImgMenu {
  margin: 14px auto 0;
  padding: 0 0 10px;
  border-bottom: #ccc 1px solid;
  text-align: center;
}
#kihachiImgMenu ul {
  margin: 0 auto;
  list-style: none;
  max-width: 1200px;
  min-width: 960px;
  text-align: center;
  padding: 0;
}
#kihachiImgMenu ul li {
  float: left;
  padding: 0 0 0px 1%;
  width: 32.66%;
}
#kihachiImgMenu ul.layout2Img li {
  float: left;
  padding: 0 0 0px 1%;
  width: 49.5%;
}
#kihachiImgMenu ul li:first-child {
  padding: 0 0 8px 0;
}
#kihachiImgMenu ul li.imgKihachi a {
  background: url(../../common/img/top_kihachi_on.png) no-repeat left top;
  display: block;
  background-size: contain;
  max-width: 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../common/img/top_kihachi_on.png',sizingMethod='scale');
}
#kihachiImgMenu ul li.imgCafe a {
  background: url(../../common/img/top_cafe_on.png) no-repeat left top;
  display: block;
  background-size: contain;
  max-width: 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../common/img/top_cafe_on.png',sizingMethod='scale');
}
#kihachiImgMenu ul li.imgPatisserie a {
  background: url(../../common/img/top_patisserie_on.png) no-repeat left top;
  display: block;
  background-size: contain;
  max-width: 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../common/img/top_patisserie_on.png',sizingMethod='scale');
}
#kihachiImgMenu ul li.imgSoftcream a {
  background: url(../../common/img/top_softcream_on.png) no-repeat left top;
  display: block;
  background-size: contain;
  max-width: 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../common/img/top_softcream_on.png',sizingMethod='scale');
}
#kihachiImgMenu ul li.imgAoyama a {
  background: url(../../common/img/top_aoyama2_on.png) no-repeat left top;
  display: block;
  background-size: contain;
  max-width: 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../common/img/top_aoyama2_on.png',sizingMethod='scale');
}
#kihachiImgMenu ul li.imgWedding a {
  background: url(../../common/img/top_wedding2_on.png) no-repeat left top;
  display: block;
  background-size: contain;
  max-width: 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../common/img/top_wedding2_on.png',sizingMethod='scale');
}
#kihachiImgMenu ul li img {
  width: 100%;
  vertical-align: middle;
  height: auto;
  max-height: 100%;
}

#kihachiImgMenu ul.layout2Img li:first-child{
  padding: 0;
}

#otherMenu {
  margin: 20px auto 30px;
  max-width: 1200px;
  min-width: 960px;
  text-align: center;
}
#otherMenu #iconLink {
  float: left;
  max-width: 50%;
}
#otherMenu #iconLink ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#otherMenu #iconLink ul li {
  float: left;
  padding: 0 0 5px 5px;
  width: 49%;
}
#otherMenu #iconLink ul li:first-child {
  padding: 0;
}
#otherMenu #iconLink ul li img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
#otherMenu #iconLink ul li.menuShop a {
  background: url(../../common/img/shoplist_on.jpg) no-repeat left top;
  display: block;
  background-size: contain;
  max-width: 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../common/img/shoplist_on.jpg',sizingMethod='scale');
}
#otherMenu #iconLink ul li.menuPhoto a {
  background: url(../../common/img/top_photo_gallery_on.jpg) no-repeat left top;
  display: block;
  background-size: contain;
  max-width: 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../common/img/top_photo_gallery_on.jpg',sizingMethod='scale');
}
#otherMenu #iconLink ul li.menuReserve a {
  background: url(../../common/img/restaurant_reservation_on.jpg) no-repeat left top;
  display: block;
  background-size: contain;
  max-width: 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../common/img/restaurant_reservation_on.jpg',sizingMethod='scale');
}
#otherMenu #iconLink ul li.menuOnline a {
  background: url(../../common/img/online_shop_on.jpg) no-repeat left top;
  display: block;
  background-size: contain;
  max-width: 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../common/img/online_shop_on.jpg',sizingMethod='scale');
}
#otherMenu #photoGalleryLink {
  float: left;
  max-width: 25%;
}
#otherMenu #photoGalleryLink img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
#otherMenu #photoGalleryLink a {
  background: url(../../common/img/kihachi_photo_gallery_on.png) no-repeat left top;
  display: block;
  background-size: contain;
  max-width: 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../common/img/kihachi_photo_gallery_on.png',sizingMethod='scale');
}
#otherMenu #kihachiSNS {
  float: right;
  max-width: 25%;
}
#otherMenu #kihachiSNS ul {
  margin: 0;
  padding: 0px 0 10px;
  list-style: none;
}
#otherMenu #kihachiSNS ul li {
  padding: 0;
}
#otherMenu #kihachiSNS ul li img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
#otherMenu #kihachiSNS ul li.snsRestaurant a {
  background: url(../../common/img/kihachi_restaurant_on.png) no-repeat left top;
  display: block;
  background-size: contain;
  max-width: 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../common/img/kihachi_restaurant_on.png',sizingMethod='scale');
}
#otherMenu #kihachiSNS ul li.snsPatisserie a {
  background: url(../../common/img/kihachi_patisserie_on.png) no-repeat left top;
  display: block;
  background-size: contain;
  max-width: 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../common/img/kihachi_patisserie_on.png',sizingMethod='scale');
}
#otherMenu #kihachiSNS ul li.snsInstagram a {
  background: url(../../common/img/kihachi_instagram_on.png) no-repeat left top;
  display: block;
  background-size: contain;
  max-width: 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../common/img/kihachi_instagram_on.png',sizingMethod='scale');
}

#restaurantContents .newsTopicsRestaurant, #profileContents .newsTopicsRestaurant, #restaurantContents .about3image, #profileContents .about3image, #photoGallery, #aboutPatisserie .ranking, #aboutPatisserie .seasonalMenu {
  /*background-color: #ededed;*/
  margin: 0 auto;
  /*padding: 20px 0;*/
  min-width: 960px;
}
.newsTopics a:hover img, #restaurantContents .newsTopicsRestaurant a:hover img, #profileContents .newsTopicsRestaurant a:hover img, #restaurantContents .about3image a:hover img, #profileContents .about3image a:hover img, #photoGallery a:hover img, #aboutPatisserie .ranking a:hover img, #aboutPatisserie .seasonalMenu a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}
/*#restaurantContents .newsTopicsRestaurant h2, #profileContents .newsTopicsRestaurant h2, #restaurantContents .about3image h2, #profileContents .about3image h2, #photoGallery h2, #aboutPatisserie .ranking h2, #aboutPatisserie .seasonalMenu h2 {
  text-align: center;
  margin: 0;
  padding: 0;
}*/
.newsTopics .viewAll, #restaurantContents .newsTopicsRestaurant .viewAll, #profileContents .newsTopicsRestaurant .viewAll, #restaurantContents .about3image .viewAll, #profileContents .about3image .viewAll, #photoGallery .viewAll, #aboutPatisserie .ranking .viewAll, #aboutPatisserie .seasonalMenu .viewAll {
  max-width: 1200px;
  position: absolute;
  right: 1%;
  top: -8px;
}
.newsTopics .newsEntry, #restaurantContents .newsTopicsRestaurant .newsEntry, #profileContents .newsTopicsRestaurant .newsEntry, #restaurantContents .about3image .newsEntry, #profileContents .about3image .newsEntry, #photoGallery .newsEntry, #aboutPatisserie .ranking .newsEntry, #aboutPatisserie .seasonalMenu .newsEntry {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1200px;
}
/*#restaurantContents .newsTopicsRestaurant .newsEntry ul, #profileContents .newsTopicsRestaurant .newsEntry ul, #restaurantContents .about3image .newsEntry ul, #profileContents .about3image .newsEntry ul, #photoGallery .newsEntry ul, #aboutPatisserie .ranking .newsEntry ul, #aboutPatisserie .seasonalMenu .newsEntry ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}*/
.newsTopics .newsEntry ul li, #restaurantContents .newsTopicsRestaurant .newsEntry ul li, #profileContents .newsTopicsRestaurant .newsEntry ul li, #restaurantContents .about3image .newsEntry ul li, #profileContents .about3image .newsEntry ul li, #photoGallery .newsEntry ul li, #aboutPatisserie .ranking .newsEntry ul li {
  float: left;
  overflow: hidden;
  max-width: 23.87%;
  padding: 0 0 0 1.5%;
}
.newsTopics .newsEntry ul li:nth-child(n+5), #restaurantContents .newsTopicsRestaurant .newsEntry ul li:nth-child(n+5), #profileContents .newsTopicsRestaurant .newsEntry ul li:nth-child(n+5), #restaurantContents .about3image .newsEntry ul li:nth-child(n+5), #profileContents .about3image .newsEntry ul li:nth-child(n+5), #photoGallery .newsEntry ul li:nth-child(n+5), #aboutPatisserie .ranking .newsEntry ul li:nth-child(n+5){
  display: none;
}
.newsTopics .newsEntry ul li:first-child, #restaurantContents .newsTopicsRestaurant .newsEntry ul li:first-child, #profileContents .newsTopicsRestaurant .newsEntry ul li:first-child, #restaurantContents .about3image .newsEntry ul li:first-child, #profileContents .about3image .newsEntry ul li:first-child, #photoGallery .newsEntry ul li:first-child, #aboutPatisserie .ranking .newsEntry ul li:first-child, #aboutPatisserie .seasonalMenu .newsEntry ul li:first-child {
  padding: 0;
}
.newsTopics .newsEntry ul li img, #restaurantContents .newsTopicsRestaurant .newsEntry ul li img, #profileContents .newsTopicsRestaurant .newsEntry ul li img, #restaurantContents .about3image .newsEntry ul li img, #profileContents .about3image .newsEntry ul li img, #photoGallery .newsEntry ul li img, #aboutPatisserie .ranking .newsEntry ul li img, #aboutPatisserie .seasonalMenu .newsEntry ul li img {
  max-width: 100%;
  height: auto;
}
.newsTopics .newsEntry ul li p, #restaurantContents .newsTopicsRestaurant .newsEntry ul li p, #profileContents .newsTopicsRestaurant .newsEntry ul li p, #restaurantContents .about3image .newsEntry ul li p, #profileContents .about3image .newsEntry ul li p, #photoGallery .newsEntry ul li p, #aboutPatisserie .ranking .newsEntry ul li p, #aboutPatisserie .seasonalMenu .newsEntry ul li p {
  margin: 0;
  padding: 8px 0 0;
  font-size: 0.8em;
  line-height: 1.8em;
}
.newsTopics .newsEntry ul li p a, #restaurantContents .newsTopicsRestaurant .newsEntry ul li p a, #profileContents .newsTopicsRestaurant .newsEntry ul li p a, #restaurantContents .about3image .newsEntry ul li p a, #profileContents .about3image .newsEntry ul li p a, #photoGallery .newsEntry ul li p a, #aboutPatisserie .ranking .newsEntry ul li p a, #aboutPatisserie .seasonalMenu .newsEntry ul li p a {
  color: #222;
  text-decoration: none;
}
.newsTopics .newsEntry ul li p a:hover, #restaurantContents .newsTopicsRestaurant .newsEntry ul li p a:hover, #profileContents .newsTopicsRestaurant .newsEntry ul li p a:hover, #restaurantContents .about3image .newsEntry ul li p a:hover, #profileContents .about3image .newsEntry ul li p a:hover, #photoGallery .newsEntry ul li p a:hover, #aboutPatisserie .ranking .newsEntry ul li p a:hover, #aboutPatisserie .seasonalMenu .newsEntry ul li p a:hover {
  text-decoration: underline;
}
.newsTopics .newsEntry ul li p a:hover img, #restaurantContents .newsTopicsRestaurant .newsEntry ul li p a:hover img, #profileContents .newsTopicsRestaurant .newsEntry ul li p a:hover img, #restaurantContents .about3image .newsEntry ul li p a:hover img, #profileContents .about3image .newsEntry ul li p a:hover img, #photoGallery .newsEntry ul li p a:hover img, #aboutPatisserie .ranking .newsEntry ul li p a:hover img, #aboutPatisserie .seasonalMenu .newsEntry ul li p a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}

.newsList,
.newsTopics .newsEntry ul {
  margin: 75px 0 30px;
  display: inline-block;
  width: 100%;
}
#patisserieCake .newsTopics .newsEntry ul{
  margin-top: 0;
}
.newsTopics .newsEntry ul li p span{
  display: block;
  font-size: 12px;
}
.newsTopics .moreList{
  width: 300px;
  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;
  font-size: 14px;
  display: block;
  color: #000;

}


/*
 AOYAMA
**********************************************************/
#topAoyama {
  background: url(/aoyama/img/aoyama_top_bg.png) no-repeat top;
  height: 844px;
}
#topAoyama #aoyamaLogo {
  max-width: 1200px;
  min-height: 960px;
  text-align: center;
  margin: 210px 0 0;
}
#topAoyama #aoyamaLogo ul {
  margin: 65px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#topAoyama #aoyamaLogo ul li {
  display: inline-block;
  padding: 0 20px;
  font-size: 0.8em;
  height: 15px;
  margin: 0;
  line-height: 1em;
  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: 60px;
  border-bottom: 2px solid #fff;
  position: absolute;
  text-align: center;
  margin: 10px 0 0 -10px;
}
#topAoyama #aoyamaLogo ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
#topAoyama #bytheKitchen {
  max-width: 1200px;
  min-width: 960px;
  position: absolute;
  /*top:500px;*/
  top: 435px;
  margin: 0 0 0 -498px;
  left: 50%;
}
#topAoyama #bytheKitchen .btn {
  background: url(/aoyama/img/aoyama_shadow.png);
  padding: 0px 0px 35px;
}
#topAoyama #bytheKitchen .btn a {
  display: block;
  text-align: center;
}
#topAoyama #bytheKitchen p {
  background: url(/aoyama/img/aoyama_shadow.png);
  padding: 35px 50px;
  margin-bottom: 0px;
  text-align: center;
}
#topAoyama #bytheKitchen p img {
  margin: 20px auto 47px;
  text-align: center;
}
#topAoyama #bytheKitchen p .txt {
  color: #fff;
  font-size: 0.8em;
}

#floor1 {
  margin: 0 auto;
  text-align: center;
  height: 844px;
  min-width: 960px;
}
#floor1 .flexslider {
  margin: 0 auto;
  max-width: 1440px;
  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 .flex-next {
  right: 0;
  padding: 0 10px 0 0;
}
#floor1 .flexslider .flex-direction-nav .flex-prev {
  left: 0\9;
  padding: 0 0 0 10px\9;
}
#floor1 .flexslider .flex-direction-nav a {
  width: auto;
  height: auto;
}
#floor1 .flexslider .flex-direction-nav a:before {
  background: url(/aoyama/img/aoyama_left_arrow.png) no-repeat;
  content: " ";
  width: 60px;
  height: 60px;
}
#floor1 .flexslider .flex-direction-nav a.flex-next:before {
  background: url(/aoyama/img/aoyama_right_arrow.png) no-repeat;
  content: " ";
  width: 60px;
  height: 60px;
}
#floor1 .flexslider .flex-caption {
  position: absolute;
  left: 120px;
  width: 500px;
  background: url(/aoyama/img/aoyama_shadow.png);
  padding: 45px 40px;
  height: 754px;
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 0.8em;
  line-height: 190%;
}
#floor1 .flexslider .flex-caption img {
  margin: 120px auto 47px;
  text-align: center;
}
#floor1 .flexslider .flex-caption .bold {
  font-weight: bold;
  display: block;
  text-align: left;
}
#floor1 .flexslider .flex-caption .left {
  text-align: left;
  display: block;
  margin: 0 0 20px;
}
#floor1 .flexslider .flex-control-paging {
  margin: -120px 0 0;
  z-index: 100;
  position: relative;
}
#floor1 .flexslider .flex-control-paging li {
  margin: 0 19px;
}
#floor1 .flexslider .flex-control-paging li a {
  width: 20px;
  height: 20px;
  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 top center;
  height: 844px;
}
#floor1 .slides li.second {
  background: url(/aoyama/img/aoyama_1f_bg2.png) no-repeat top center;
  height: 844px;
}
#floor1 .slides li.third {
  background: url(/aoyama/img/aoyama_1f_bg3.png) no-repeat top center;
  height: 844px;
}
#floor1 .flexslider .flex-caption {
  right: 90px;
  left: auto;
}
#floor1 .flexslider .flex-caption .floor1_img1 {
  margin: 230px auto 47px;
}

#floor2 {
  margin: 0 auto;
  text-align: center;
  height: 843px;
}
#floor2 .flexslider {
  margin: 0 auto;
  max-width: 1440px;
  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 .flex-next {
  right: 0;
  padding: 0 10px 0 0;
}
#floor2 .flexslider .flex-direction-nav .flex-prev {
  left: 0\9;
  padding: 0 0 0 10px\9;
}
#floor2 .flexslider .flex-direction-nav a {
  width: auto;
  height: auto;
}
#floor2 .flexslider .flex-direction-nav a:before {
  background: url(/aoyama/img/aoyama_left_arrow.png) no-repeat;
  content: " ";
  width: 60px;
  height: 60px;
}
#floor2 .flexslider .flex-direction-nav a.flex-next:before {
  background: url(/aoyama/img/aoyama_right_arrow.png) no-repeat;
  content: " ";
  width: 60px;
  height: 60px;
}
#floor2 .flexslider .flex-caption {
  position: absolute;
  left: 120px;
  width: 500px;
  background: url(/aoyama/img/aoyama_shadow.png);
  padding: 45px 40px;
  height: 754px;
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 0.8em;
  line-height: 190%;
}
#floor2 .flexslider .flex-caption img {
  margin: 120px auto 47px;
  text-align: center;
}
#floor2 .flexslider .flex-caption .bold {
  font-weight: bold;
  display: block;
  text-align: left;
}
#floor2 .flexslider .flex-caption .left {
  text-align: left;
  display: block;
  margin: 0 0 20px;
}
#floor2 .flexslider .flex-control-paging {
  margin: -120px 0 0;
  z-index: 100;
  position: relative;
}
#floor2 .flexslider .flex-control-paging li {
  margin: 0 19px;
}
#floor2 .flexslider .flex-control-paging li a {
  width: 20px;
  height: 20px;
  background-color: #b4b4b4;
}
#floor2 .flexslider .flex-control-paging li a.flex-active {
  background-color: #fff;
}
#floor2 .flexslider .flex-caption .title {
  font-size: 2em;
  text-align: center;
  line-height: 150%;
  display: block;
  font-weight: bold;
  margin: 60px 0 40px;
}
#floor2 .flexslider .flex-caption .floor1_img1 {
  margin: 300px auto 47px;
}
#floor2 .slides li:first-child {
  background: url(/aoyama/img/aoyama_2f_bg1.png) no-repeat top center;
  height: 843px;
}
#floor2 .slides li.second {
  background: url(/aoyama/img/aoyama_2f_bg2.png) no-repeat top center;
  height: 843px;
}
#floor2 .slides li.third {
  background: url(/aoyama/img/aoyama_2f_bg3.png) no-repeat top center;
  height: 843px;
}
#floor2 .slides li.four {
  background: url(/aoyama/img/aoyama_2f_bg4.png) no-repeat top center;
  height: 843px;
}

#specialEvent {
  margin: 0 auto 30px;
  text-align: center;
  height: 844px;
}
#specialEvent .flexslider {
  margin: 0 auto;
  max-width: 1440px;
  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 .flex-next {
  right: 0;
  padding: 0 10px 0 0;
}
#specialEvent .flexslider .flex-direction-nav .flex-prev {
  left: 0\9;
  padding: 0 0 0 10px\9;
}
#specialEvent .flexslider .flex-direction-nav a {
  width: auto;
  height: auto;
}
#specialEvent .flexslider .flex-direction-nav a:before {
  background: url(/aoyama/img/aoyama_left_arrow.png) no-repeat;
  content: " ";
  width: 60px;
  height: 60px;
}
#specialEvent .flexslider .flex-direction-nav a.flex-next:before {
  background: url(/aoyama/img/aoyama_right_arrow.png) no-repeat;
  content: " ";
  width: 60px;
  height: 60px;
}
#specialEvent .flexslider .flex-caption {
  position: absolute;
  left: 120px;
  width: 500px;
  background: url(/aoyama/img/aoyama_shadow.png);
  padding: 45px 40px;
  height: 754px;
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 0.8em;
  line-height: 190%;
}
#specialEvent .flexslider .flex-caption img {
  margin: 120px auto 47px;
  text-align: center;
}
#specialEvent .flexslider .flex-caption .bold {
  font-weight: bold;
  display: block;
  text-align: left;
}
#specialEvent .flexslider .flex-caption .left {
  text-align: left;
  display: block;
  margin: 0 0 20px;
}
#specialEvent .flexslider .flex-control-paging {
  margin: -120px 0 0;
  z-index: 100;
  position: relative;
}
#specialEvent .flexslider .flex-control-paging li {
  margin: 0 19px;
}
#specialEvent .flexslider .flex-control-paging li a {
  width: 20px;
  height: 20px;
  background-color: #b4b4b4;
}
#specialEvent .flexslider .flex-control-paging li a.flex-active {
  background-color: #fff;
}
#specialEvent .flexslider .flex-caption .archive {
  margin: 60px auto 0;
}
#specialEvent .flexslider .flex-caption .floor1_img1 {
  margin: 200px auto 47px;
}
#specialEvent .flexslider .flex-caption .reserveEvent {
  position: absolute;
  bottom: 275px;
  left: 40px;
}
#specialEvent .flexslider .flex-caption .archiveEvent {
  position: absolute;
  bottom: 275px;
  right: 40px;
}
#specialEvent .slides li:first-child {
  background: url(/aoyama/img/aoyama_special_bg1.png) no-repeat top center;
  height: 844px;
}
#specialEvent .slides li.second {
  background: url(/aoyama/img/aoyama_special_bg2.png) no-repeat top center;
  height: 844px;
}
#specialEvent .slides li.third {
  background: url(/aoyama/img/aoyama_special_bg3.png) no-repeat top center;
  height: 844px;
}

/*
 restaurant top
**********************************************************/
/*#restaurant {
  background: url(/restaurant/img/photo15_01_01.jpg) no-repeat top !important;
  height: 442px;
  overflow: hidden;
}*/
#restaurant #onlineLink {
  top: 62px;
}

#bannerBtn, #bannerBtnTop {
  display: none;
/*  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 100;
  text-align: center;
  width: 100%;
  margin: -28px 0 0 0;*/
}
#bannerBtn li, #bannerBtnTop li {
  display: inline-block;
  padding: 0 8px;
}
#bannerBtn li.active a, #bannerBtnTop li.active a {
  background: url(/restaurant/img/btn_white.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;
  z-index: -1;
  position: relative;
}
#bannerBtn li a:hover, #bannerBtnTop li a:hover {
  background: url(/restaurant/img/btn_white.png) no-repeat left 5px;
}
#bannerBtn li a:hover img, #bannerBtnTop li a:hover img {
  visibility: hidden;
}

#bannerBtnTop {
  top: 100px;
  margin: 0;
  z-index: 0;
  width: auto;
  left: 50%;
  margin-left: -100px;
}

.hide {
  display: none;
}

#restaurantContents h1, #profileContents h1 {
  text-align: center;
  margin: 28px 0;
}
#restaurantContents h1 img, #profileContents h1 img {
  display: block;
  margin: 0 auto;
}
#restaurantContents #subNavi, #profileContents #subNavi {
  background-color: #ededed;
  max-width: 1160px;
  min-width: 920px;
  padding: 20px;
  height: 15px;
  margin: 0 auto;
  font-size: 0.8em;
  text-align: center;
  position: relative;
}
#restaurantContents #subNavi ul, #profileContents #subNavi ul {
  /* width: 49%; */
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#restaurantContents #subNavi ul li, #profileContents #subNavi ul li {
  float: left;
  padding: 0 20px;
  background-image: url(../img/sprite.png);
  background-position: 0px -60px;
  background-repeat: no-repeat;
  background-position: 0px -65px;
}
#restaurantContents #subNavi ul li:first-child, #profileContents #subNavi ul li:first-child {
  padding: 0 20px 0 0;
  border: none;
  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 {
  position: absolute;
  right: 0;
  top: 20px;
  width: 49%;
  text-align: right;
}
#restaurantContents #subNavi .link li, #profileContents #subNavi .link li {
  position: absolute;
  right: 0;
}
#restaurantContents #subNavi .link li:first-child, #profileContents #subNavi .link li:first-child {
  position: absolute;
  right: 295px;
  width: 191px;
}
#restaurantContents #subNavi .link li.last, #profileContents #subNavi .link li.last {
  width: 257px;
}
#restaurantContents #subNavi .link li img, #profileContents #subNavi .link li img {
  max-width: 100%;
  height: auto;
}
#restaurantContents .breadcrumb, #profileContents .breadcrumb {
  font-size: 0.8em;
  margin: 20px 0;
  position: relative;
  max-width: 1200px;
  min-width: 960px;
}
#restaurantContents .breadcrumb ul, #profileContents .breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#restaurantContents .breadcrumb ul li, #profileContents .breadcrumb ul li {
  float: left;
  padding: 0 5px;
}
#restaurantContents .breadcrumb ul li:first-child, #profileContents .breadcrumb ul li:first-child {
  padding: 0 5px 0 0;
}
#restaurantContents .breadcrumb ul li:first-child a, #profileContents .breadcrumb ul li:first-child a {
  background: none;
  padding: 0;
  font-size: 12px;
}
#restaurantContents .breadcrumb ul li a, #profileContents .breadcrumb ul li a {
  text-decoration: none;
  color: #222;
  background-image: url(/common/img/slash.png);
  background-position: 0px 2px;
  background-repeat: no-repeat;
  padding: 0 0 0 14px;
}
#restaurantContents .breadcrumb ul li.current, #profileContents .breadcrumb ul li.current {
  background-image: url(/common/img/slash.png);
  background-position: 0px 4px;
  background-repeat: no-repeat;
  padding: 0 0 0 14px;
}
#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 {
  margin: 0;
  padding: 0;
  list-style: none;
}
#restaurantContents .breadcrumb .follow li, #profileContents .breadcrumb .follow li {
  position: absolute;
  right: 0;
  top: 0;
}
#restaurantContents .breadcrumb .follow li:first-child, #profileContents .breadcrumb .follow li:first-child {
  padding: 0 130px 0 0;
}
#restaurantContents .breadcrumb .follow .fbLike, #profileContents .breadcrumb .follow .fbLike {
  padding: 0 !important;
}
#restaurantContents .textCenter, #profileContents .textCenter {
  text-align: center;
  margin: 20px 0 40px;
}
#restaurantContents .textCenter img, #profileContents .textCenter img {
  max-width: 100%;
  height: auto;
}
#restaurantContents .newsTopicsRestaurant, #profileContents .newsTopicsRestaurant, #restaurantContents .about3image, #profileContents .about3image {
  max-width: 1200px;
  background-color: #fff;
/*  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;*/
}
/*#restaurantContents .newsTopicsRestaurant h2, #profileContents .newsTopicsRestaurant h2, #restaurantContents .about3image h2, #profileContents .about3image h2 {
  margin: 0 auto;
  padding: 0;
}*/
#restaurantContents .newsTopicsRestaurant .viewAll, #profileContents .newsTopicsRestaurant .viewAll, #restaurantContents .about3image .viewAll, #profileContents .about3image .viewAll {
  top: -5px;
}
#restaurantContents .newsTopicsRestaurant .newsEntry, #profileContents .newsTopicsRestaurant .newsEntry, #restaurantContents .about3image .newsEntry, #profileContents .about3image .newsEntry {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 960px;
}
#restaurantContents .newsTopicsRestaurant .newsEntry ul, #profileContents .newsTopicsRestaurant .newsEntry ul, #restaurantContents .about3image .newsEntry ul, #profileContents .about3image .newsEntry ul {
  max-width: 1200px;
  min-width: 960px;
}
/*#restaurantContents .newsTopicsRestaurant .newsEntry ul li, #profileContents .newsTopicsRestaurant .newsEntry ul li, #restaurantContents .about3image .newsEntry ul li, #profileContents .about3image .newsEntry ul li {
  float: left;
  overflow: hidden;
  max-width: 32.444%;
  width: 32.444% \9;
}*/
#restaurantContents .newsTopicsRestaurant .newsEntry ul li img, #profileContents .newsTopicsRestaurant .newsEntry ul li img, #restaurantContents .about3image .newsEntry ul li img, #profileContents .about3image .newsEntry ul li img {
  max-width: 100%;
  height: auto;
}
/*#restaurantContents .newsTopicsRestaurant .newsEntry ul li p, #profileContents .newsTopicsRestaurant .newsEntry ul li p, #restaurantContents .about3image .newsEntry ul li p, #profileContents .about3image .newsEntry ul li p {
  margin: 8px 0;
}*/
#restaurantContents .newsTopicsRestaurant .newsEntry ul li p.new, #profileContents .newsTopicsRestaurant .newsEntry ul li p.new, #restaurantContents .about3image .newsEntry ul li p.new, #profileContents .about3image .newsEntry ul li p.new {
  background-image: url(../img/sprite.png);
  background-position: 0px -514px;
  background-repeat: no-repeat;
  background-position: 90px -510px;
}
#restaurantContents #aboutRestaurant, #profileContents #aboutRestaurant, #restaurantContents #demisecTwo, #profileContents #demisecTwo, #restaurantContents #bridalTwo, #profileContents #bridalTwo, #restaurantContents #iceTwo, #profileContents #iceTwo, #restaurantContents .profileAbout, #restaurantContents #profileContents .profileAbout, #profileContents #restaurantContents .profileAbout, #profileContents .profileAbout {
  border-bottom: 1px solid #cdcdcd;
  padding: 20px 0 40px;
  margin: 0 auto 10px;
  max-width: 1200px;
  min-width: 960px;
}
#restaurantContents #aboutRestaurant a:hover, #profileContents #aboutRestaurant a:hover, #restaurantContents #demisecTwo a:hover, #profileContents #demisecTwo a:hover, #restaurantContents #bridalTwo a:hover, #profileContents #bridalTwo a:hover, #restaurantContents #iceTwo a:hover, #profileContents #iceTwo a:hover, #restaurantContents .profileAbout a:hover, #restaurantContents #profileContents .profileAbout a:hover, #profileContents #restaurantContents .profileAbout a:hover, #profileContents .profileAbout a:hover {
  text-decoration: underline;
}
#restaurantContents #aboutRestaurant a:hover img, #profileContents #aboutRestaurant a:hover img, #restaurantContents #demisecTwo a:hover img, #profileContents #demisecTwo a:hover img, #restaurantContents #bridalTwo a:hover img, #profileContents #bridalTwo a:hover img, #restaurantContents #iceTwo a:hover img, #profileContents #iceTwo a:hover img, #restaurantContents .profileAbout a:hover img, #restaurantContents #profileContents .profileAbout a:hover img, #profileContents #restaurantContents .profileAbout a:hover img, #profileContents .profileAbout a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}
#restaurantContents #aboutRestaurant h2, #profileContents #aboutRestaurant h2, #restaurantContents #demisecTwo h2, #profileContents #demisecTwo h2, #restaurantContents #bridalTwo h2, #profileContents #bridalTwo h2, #restaurantContents #iceTwo h2, #profileContents #iceTwo h2, #restaurantContents .profileAbout h2, #restaurantContents #profileContents .profileAbout h2, #profileContents #restaurantContents .profileAbout h2, #profileContents .profileAbout h2 {
  margin: 0 0 6px;
}
#restaurantContents #aboutRestaurant h2 img, #profileContents #aboutRestaurant h2 img, #restaurantContents #demisecTwo h2 img, #profileContents #demisecTwo h2 img, #restaurantContents #bridalTwo h2 img, #profileContents #bridalTwo h2 img, #restaurantContents #iceTwo h2 img, #profileContents #iceTwo h2 img, #restaurantContents .profileAbout h2 img, #restaurantContents #profileContents .profileAbout h2 img, #profileContents #restaurantContents .profileAbout h2 img, #profileContents .profileAbout h2 img .profileCenter h2 img {
  max-width: 100%;
  height: auto;
}
#restaurantContents #aboutRestaurant h2 a:hover, #profileContents #aboutRestaurant h2 a:hover, #restaurantContents #demisecTwo h2 a:hover, #profileContents #demisecTwo h2 a:hover, #restaurantContents #bridalTwo h2 a:hover, #profileContents #bridalTwo h2 a:hover, #restaurantContents #iceTwo h2 a:hover, #profileContents #iceTwo h2 a:hover, #restaurantContents .profileAbout h2 a:hover, #restaurantContents #profileContents .profileAbout h2 a:hover, #profileContents #restaurantContents .profileAbout h2 a:hover, #profileContents .profileAbout h2 a:hover {
  text-decoration: underline;
}
#restaurantContents #aboutRestaurant h2 a:hover img, #profileContents #aboutRestaurant h2 a:hover img, #restaurantContents #demisecTwo h2 a:hover img, #profileContents #demisecTwo h2 a:hover img, #restaurantContents #bridalTwo h2 a:hover img, #profileContents #bridalTwo h2 a:hover img, #restaurantContents #iceTwo h2 a:hover img, #profileContents #iceTwo h2 a:hover img, #restaurantContents .profileAbout h2 a:hover img, #restaurantContents #profileContents .profileAbout h2 a:hover img, #profileContents #restaurantContents .profileAbout h2 a:hover img, #profileContents .profileAbout h2 a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}
#restaurantContents #aboutRestaurant ul, #profileContents #aboutRestaurant ul, #profileContents #demisecTwo ul, #restaurantContents #bridalTwo ul, #profileContents #bridalTwo ul, #restaurantContents #iceTwo ul, #profileContents #iceTwo ul, #restaurantContents .profileAbout ul, #restaurantContents #profileContents .profileAbout ul, #profileContents #restaurantContents .profileAbout ul, #profileContents .profileAbout ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 49.444%;
}
#restaurantContents #demisecTwo ul{
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  /*width: 32.77777%;*/
  width: 32.6%;
  padding-right: 10px;
}
#restaurantContents #demisecTwo ul:last-child{
  float: left;
  padding: 0;
}
#restaurantContents #aboutRestaurant ul li, #profileContents #aboutRestaurant ul li, #restaurantContents #demisecTwo ul li, #profileContents #demisecTwo ul li, #restaurantContents #bridalTwo ul li, #profileContents #bridalTwo ul li, #restaurantContents #iceTwo ul li, #profileContents #iceTwo ul li, #restaurantContents .profileAbout ul li, #restaurantContents #profileContents .profileAbout ul li, #profileContents #restaurantContents .profileAbout ul li, #profileContents .profileAbout ul li .profileCenter ul li {
  text-align: center;
  margin: 0 0 20px;
}
#restaurantContents #aboutRestaurant ul li img, #profileContents #aboutRestaurant ul li img, #restaurantContents #demisecTwo ul li img, #profileContents #demisecTwo ul li img, #restaurantContents #bridalTwo ul li img, #profileContents #bridalTwo ul li img, #restaurantContents #iceTwo ul li img, #profileContents #iceTwo ul li img, #restaurantContents .profileAbout ul li img, #restaurantContents #profileContents .profileAbout ul li img, #profileContents #restaurantContents .profileAbout ul li img, #profileContents .profileAbout ul li img  #profileContents .profileCenter ul li img {
  max-width: 100%;
  height: auto;
}
#restaurantContents #aboutRestaurant .last, #profileContents #aboutRestaurant .last, #restaurantContents #demisecTwo .last, #profileContents #demisecTwo .last, #restaurantContents #bridalTwo .last, #profileContents #bridalTwo .last, #restaurantContents #iceTwo .last, #profileContents #iceTwo .last, #restaurantContents .profileAbout .last, #restaurantContents #profileContents .profileAbout .last, #profileContents #restaurantContents .profileAbout .last, #profileContents .profileAbout .last {
  float: right;
}

#restaurantContents #restaurantList, #profileContents #restaurantList, #restaurantContents #demisecList, #profileContents #demisecList, #restaurantContents #demiList, #profileContents #demiList, #restaurantContents #assortList, #profileContents #assortList, #restaurantContents #giftList, #profileContents #giftList, #restaurantContents #bridalList, #profileContents #bridalList {
  font-size: 0.8em;
  margin: 30px auto;
  max-width: 1200px;
  min-width: 960px;
}
#restaurantContents #demisecList_3{
  text-align: center !important;
  margin: 0 auto;
  max-width: 960px;
  min-width: 767px;
}


#restaurantContents #restaurantList h3, #profileContents #restaurantList h3, #restaurantContents #demisecList h3, #restaurantContents #demisecList_3 h3, #profileContents #demisecList h3, #restaurantContents #demiList h3, #profileContents #demiList h3, #restaurantContents #assortList h3, #profileContents #assortList h3, #restaurantContents #giftList h3, #profileContents #giftList h3, #restaurantContents #bridalList h3, #profileContents #bridalList h3 {
  text-align: center;
  margin: 0 auto 25px;
}
#restaurantContents #restaurantList ul, #profileContents #restaurantList ul, #restaurantContents #demisecList ul, #restaurantContents #demisecList_3 ul, #profileContents #demisecList ul, #restaurantContents #demiList ul, #profileContents #demiList ul, #restaurantContents #assortList ul, #profileContents #assortList ul, #restaurantContents #giftList ul, #profileContents #giftList ul, #restaurantContents #bridalList ul, #profileContents #bridalList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 15px;
}
#restaurantContents #restaurantList ul li, #profileContents #restaurantList ul li, #restaurantContents #demisecList ul li, #profileContents #demisecList ul li, #restaurantContents #demiList ul li, #profileContents #demiList ul li, #restaurantContents #assortList ul li, #profileContents #assortList ul li, #restaurantContents #giftList ul li, #profileContents #giftList ul li, #restaurantContents #bridalList ul li, #profileContents #bridalList ul li {
  float: left;
  width: 24.1999%;
  padding: 0 0 0 10px;
  text-align: center;
}
#restaurantContents #demisecList_3 ul li{
  float: left;
    width: 32.6233%;
  padding: 0 0 0 10px;
  text-align: center;
}

#restaurantContents #restaurantList ul li:first-child, #profileContents #restaurantList ul li:first-child, #restaurantContents #demisecList ul li:first-child, #restaurantContents #demisecList_3 ul li:first-child, #profileContents #demisecList ul li:first-child, #restaurantContents #demiList ul li:first-child, #profileContents #demiList ul li:first-child, #restaurantContents #assortList ul li:first-child, #profileContents #assortList ul li:first-child, #restaurantContents #giftList ul li:first-child, #profileContents #giftList ul li:first-child, #restaurantContents #bridalList ul li:first-child, #profileContents #bridalList ul li:first-child {
  padding: 0;
}
#restaurantContents #restaurantList ul li img, #profileContents #restaurantList ul li img, #restaurantContents #demisecList ul li img, #restaurantContents #demisecList_3 ul li img, #profileContents #demisecList ul li img, #restaurantContents #demiList ul li img, #profileContents #demiList ul li img, #restaurantContents #assortList ul li img, #profileContents #assortList ul li img, #restaurantContents #giftList ul li img, #profileContents #giftList ul li img, #restaurantContents #bridalList ul li img, #profileContents #bridalList ul li img {
  max-width: 100%;
  height: auto;
}
#restaurantContents #restaurantList ul li a, #profileContents #restaurantList ul li a, #restaurantContents #demisecList ul li a, #restaurantContents #demisecList_3 ul li a, #profileContents #demisecList ul li a, #restaurantContents #demiList ul li a, #profileContents #demiList ul li a, #restaurantContents #assortList ul li a, #profileContents #assortList ul li a, #restaurantContents #giftList ul li a, #profileContents #giftList ul li a, #restaurantContents #bridalList ul li a, #profileContents #bridalList ul li a {
  text-decoration: none;
  color: #222;
}
#restaurantContents #restaurantList ul li a:hover, #profileContents #restaurantList ul li a:hover, #restaurantContents #demisecList ul li a:hover, #restaurantContents #demisecList_3 ul li a:hover, #profileContents #demisecList ul li a:hover, #restaurantContents #demiList ul li a:hover, #profileContents #demiList ul li a:hover, #restaurantContents #assortList ul li a:hover, #profileContents #assortList ul li a:hover, #restaurantContents #giftList ul li a:hover, #profileContents #giftList ul li a:hover, #restaurantContents #bridalList ul li a:hover, #profileContents #bridalList ul li a:hover {
  text-decoration: underline;
}
#restaurantContents #restaurantList ul li a:hover img, #profileContents #restaurantList ul li a:hover img, #restaurantContents #demisecList ul li a:hover img, #restaurantContents #demisecList_3 ul li a:hover img, #profileContents #demisecList ul li a:hover img, #restaurantContents #demiList ul li a:hover img, #profileContents #demiList ul li a:hover img, #restaurantContents #assortList ul li a:hover img, #profileContents #assortList ul li a:hover img, #restaurantContents #giftList ul li a:hover img, #profileContents #giftList ul li a:hover img, #restaurantContents #bridalList ul li a:hover img, #profileContents #bridalList ul li a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}
#restaurantContents #restaurantList ul li p, #profileContents #restaurantList ul li p, #restaurantContents #demisecList ul li p, #restaurantContents #demisecList_3 ul li p, #profileContents #demisecList ul li p, #restaurantContents #demiList ul li p, #profileContents #demiList ul li p, #restaurantContents #assortList ul li p, #profileContents #assortList ul li p, #restaurantContents #giftList ul li p, #profileContents #giftList ul li p, #restaurantContents #bridalList ul li p, #profileContents #bridalList ul li p {
  margin: 10px auto 20px;
}
#restaurantContents #restaurantList ul li p.topSpaceRemove, #profileContents #restaurantList ul li p.topSpaceRemove, #restaurantContents #demisecList ul li p.topSpaceRemove, #restaurantContents #demisecList_3 ul li p.topSpaceRemove, #profileContents #demisecList ul li p.topSpaceRemove, #restaurantContents #demiList ul li p.topSpaceRemove, #profileContents #demiList ul li p.topSpaceRemove, #restaurantContents #assortList ul li p.topSpaceRemove, #profileContents #assortList ul li p.topSpaceRemove, #restaurantContents #giftList ul li p.topSpaceRemove, #profileContents #giftList ul li p.topSpaceRemove, #restaurantContents #bridalList ul li p.topSpaceRemove, #profileContents #bridalList ul li p.topSpaceRemove {
  margin: 0 auto 20px;
}
#restaurantContents #restaurantList ul li p.small, #profileContents #restaurantList ul li p.small, #restaurantContents #demisecList ul li p.small, #restaurantContents #demisecList_3 ul li p.small, #profileContents #demisecList ul li p.small, #restaurantContents #demiList ul li p.small, #profileContents #demiList ul li p.small, #restaurantContents #assortList ul li p.small, #profileContents #assortList ul li p.small, #restaurantContents #giftList ul li p.small, #profileContents #giftList ul li p.small, #restaurantContents #bridalList ul li p.small, #profileContents #bridalList ul li p.small {
  font-size: 0.9em;
  margin: -20px auto 20px;
}
#restaurantContents #restaurantList ul.image2, #profileContents #restaurantList ul.image2, #restaurantContents #demisecList ul.image2, #restaurantContents #demisecList_3 ul.image2, #profileContents #demisecList ul.image2, #restaurantContents #demiList ul.image2, #profileContents #demiList ul.image2, #restaurantContents #assortList ul.image2, #profileContents #assortList ul.image2, #restaurantContents #giftList ul.image2, #profileContents #giftList ul.image2, #restaurantContents #bridalList ul.image2, #profileContents #bridalList ul.image2 {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0px 25%;
}
#restaurantContents #restaurantList ul.image2 li, #profileContents #restaurantList ul.image2 li, #restaurantContents #demisecList ul.image2 li, #restaurantContents #demisecList_3 ul.image2 li, #profileContents #demisecList ul.image2 li, #restaurantContents #demiList ul.image2 li, #profileContents #demiList ul.image2 li, #restaurantContents #assortList ul.image2 li, #profileContents #assortList ul.image2 li, #restaurantContents #giftList ul.image2 li, #profileContents #giftList ul.image2 li, #restaurantContents #bridalList ul.image2 li, #profileContents #bridalList ul.image2 li {
  width: 48.5555%;
}
#photoGallery {
  padding: 20px 0 30px;
  margin: 0 auto;
  min-height: 242px;
}
#photoGallery h2 {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  min-width: 960px;
}
#photoGallery .viewAll {
  top: -7px;
}
#photoGallery .newsEntry {
  max-width: 1200px;
  min-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#photoGallery .newsEntry ul {
  position: relative;
  padding: 0;
}
#photoGallery .newsEntry ul li {
  position: relative;
  left: 8px;
  padding: 0 0 0 9px;
  width: 11.66%;
}
#photoGallery .newsEntry ul li img {
  max-width: 100%;
  height: auto;
}

/*
 nagoya top
**********************************************************/
/*#shoplist_nagoya,
#shoplist_nagoya_lunch,
#shoplist_nagoya_dinner,
#shoplist_nagoya_alacarte,
#shoplist_nagoya_aniv,
#shoplist_nagoya_party,
#shoplist_nagoya_drink {
  background: url(/restaurant/shoplist/nagoya/img/nagoya_bg_photo.png) no-repeat top;
  height: 442px;
}*/
#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 {
  top: 62px;
}

#shopName {
  font-size: 18px;
  margin: 60px auto;
  text-align: center;
}

#shiopInfo {
  max-width: 1200px;
  min-width: 960px;
}
#shiopInfo .address {
  float: left;
  width: 47%;
  margin-left: 4%;
}
@media(max-width: 1040px){
#shiopInfo .address {
  margin-left: 1%;
  }
}
#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 dl {
  overflow: hidden;
  position: relative;
  font-size: 12px;
}
#shiopInfo .address a{
  text-decoration: underline;
  color: rgb(0, 0, 238);
}
#shiopInfo .address dt {
  height: auto;
  font-weight: bold;
  float: left;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 17px 0;
  clear: both;
  width: 22%;
  text-align: left;
  font-size: 14.4px;
}
/*#shiopInfo .address dt:first-child, #shiopInfo .address dt:first-child + dd {
  border: none;
}*/
#shiopInfo .address dt.last {
  border-bottom: 1px solid #ccc;
}
#shiopInfo .address dd {
  padding: 17px 0 17px 20px;
  border-top: 1px solid #ccc;
  margin: 0;
  float: left;
  width: 65%;
  text-align: left;
  font-size: 14.4px;
}
#shiopInfo .address dd.setWidth {
  width: 65%;
  padding: 10px 0 10px 20px;
}
#shiopInfo .address dd.last {
  border-bottom: 1px solid #ccc;
}
#shiopInfo .address table th {
  vertical-align: top;
  font-weight: normal;
}
#shiopInfo .address .map {
  position: absolute;
  right: 0;
  top: 8px;
}
#shiopInfo .address .thumb {
  width: 54%;
  float: left;
  min-height: 200px;
}
#shiopInfo .address .thumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#shiopInfo .address .thumb ul li {
  float: left;
  padding: 0 0 10px 10px;
  width: 45%;
}
#shiopInfo .address .thumb ul li:first-child {
  padding: 0 0 10px 0;
}
#shiopInfo .address .thumb ul li img {
  max-width: 100%;
  height: auto;
}
#shiopInfo .address #rIconMenu {
  width: 46%;
  position: relative;
  float: right;
}
#shiopInfo .address #rIconMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#shiopInfo .address #rIconMenu li {
  position: absolute;
  margin: 0;
  padding: 0;
  right: 0;
}
#shiopInfo .address #rIconMenu li.rReserve {
  right: 135px;
  top: 15px;
}
#shiopInfo .address #rIconMenu li.rReserve.telto{
  top: 10px;
}
#shiopInfo .address #rIconMenu li.rMenu {
  right: 20px;
  top: 10px;
  width: 62px;
}
#shiopInfo .address #rIconMenu li.pMenu {
  width: 95px;
}
#shiopInfo .address #rIconMenu li.pMenu-3 {
  left: 30px;
  top: 109px;
}
#shiopInfo .address #rIconMenu li.pMenu-4 {
  right: 7px;
  top: 107px;
}
#shiopInfo .address #rIconMenu li.rFood {
  right: 140px;
  top: 120px;
  width: 97px;
}
#shiopInfo .address #rIconMenu li img {
  max-width: 100%;
  height: auto;
}
#shiopInfo .gMap {
  width: 47%;
}
#shiopInfo .gMap iframe {
  max-width: 100%;
}

.newsNavi, #restaurantContents .giftNavi, #profileContents .giftNavi, .shopNavi {
  font-size: 0.9em;
  margin: 20px 0;
  background-color: #ededed;
  position: relative;
  max-width: 1200px;
  min-width: 960px;
}
.newsNavi img, #restaurantContents .giftNavi img, #profileContents .giftNavi img, .shopNavi img {
  padding: 18px 20px 15px;
  float: left;
}
.newsNavi ul, #restaurantContents .giftNavi ul, #profileContents .giftNavi ul, .shopNavi ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.newsNavi ul li, #restaurantContents .giftNavi ul li, #profileContents .giftNavi ul li, .shopNavi ul li {
  float: left;
  background-image: url(../img/sprite.png);
  background-position: 0px -60px;
  background-repeat: no-repeat;
  background-position: 0px -44px;
}
.newsNavi ul li:first-child, #restaurantContents .giftNavi ul li:first-child, #profileContents .giftNavi ul li:first-child, .shopNavi ul li:first-child {
  background: none;
}
.newsNavi ul li.current, #restaurantContents .giftNavi ul li.current, #profileContents .giftNavi ul li.current, .shopNavi ul li.current {
  border-bottom: 3px solid #222;
}
.newsNavi ul li.current a:hover, #restaurantContents .giftNavi ul li.current a:hover, #profileContents .giftNavi ul li.current a:hover, .shopNavi ul li.current a:hover {
  border: none;
}
.newsNavi ul li a, #restaurantContents .giftNavi ul li a, #profileContents .giftNavi ul li a, .shopNavi ul li a {
  text-decoration: none;
  color: #222;
  display: block;
  padding: 18px 20px 15px;
}
.newsNavi ul li a:hover, #restaurantContents .giftNavi ul li a:hover, #profileContents .giftNavi ul li a:hover, .shopNavi ul li a:hover {
  border-bottom: 3px solid #222;
}

.entry {
  max-width: 1200px;
  min-width: 960px;
  margin: 30px auto;
  font-size: 0.9em;
}
/*.entry .dateNews {
  background-image: url(../img/sprite.png);
  background-position: 0px -592px;
  background-repeat: no-repeat;
  background-position: 220px -599px;
  display: block;
}
.entry .dateEvent {
  background-image: url(../img/sprite.png);
  background-position: 0px -436px;
  background-repeat: no-repeat;
  background-position: 220px -443px;
  display: block;
}*/
/*.entry .dateRestaurant {
  background: #fff url(/common/img/icon_restaurant.png) no-repeat 110px center;
}
.entry .datePatisserie {
  background: #fff url(/common/img/icon_patisserie.png) no-repeat 110px center;
}
.entry .dateCafe {
  background: #fff url(/common/img/icon_cafe.png) no-repeat 110px center;
}*/
.entry h2 {
  border-bottom: 1px solid #ccc;
  padding: 0 0 15px;
}
.entry h2 a {
  color: #222;
  text-decoration: none;
}
.entry h2 a:hover {
  text-decoration: underline;
}
.entry .entryBody {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px;
}
.entry .entryBody .styleLeft {
  float: left;
  margin: 0 20px 20px 0;
  overflow: hidden;
  width: 48.3%;
}
.entry .entryBody .styleLeft img{
  width: 100%;
}
.entry .entryBody .bold {
  font-weight: bold;
}
.entry .entryBody .middle {
  font-size: 16px;
}
.entry .entryBody h3 {
  margin: 0;
}
.entry .entryBody h3.normal {
  font-weight: normal;
}
.entry .entryText {
  width: 50%;
  float: left;
  line-height: 1.6em;
}

.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;
}
.snsEntryLink ul li, .entryArea .snsLink ul li {
  display: inline;
  padding: 0 10px;
}
.snsEntryLink ul li:nth-child(2){
  position: relative;
  top: 3px;
}
.snsEntryLink ul li:nth-child(3){
  position: relative;
  top: 2px;
}

/*
 patisserie
**********************************************************/
#patisserie {
  /*background: url(/patisserie/img/_patisserie_bg_photo01.jpg) no-repeat top !important;*/
/*  height: 442px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;*/
}

#aboutPatisserie {
  max-width: 1200px;
  min-width: 960px;
  padding: 0;
  margin: 40px auto 0;
}
/*#aboutPatisserie h2 {
  margin: 0;
  padding: 20px 0;
}*/
#aboutPatisserie h2 img {
  max-width: 100%;
  height: auto;
}
#aboutPatisserie h2.patiAbout {
  padding: 0 0 20px;
  margin: -10px 0 0;
}
#aboutPatisserie h2 a:hover {
  text-decoration: underline;
}
#aboutPatisserie h2 a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}
#aboutPatisserie .ranking, #aboutPatisserie .seasonalMenu {
  max-width: 1200px;
  min-width: 960px;
  background: none;
  margin: 0 auto;
  border-top: 1px solid #ccc;
}
#aboutPatisserie .ranking h3, #aboutPatisserie .seasonalMenu h3 {
  text-align: center;
  margin: 10px 0 35px;
}
/*#aboutPatisserie .ranking .newsEntry ul li, #aboutPatisserie .seasonalMenu .newsEntry ul li {
  width: 20%;
  margin-bottom: 20px;
}*/
/*#aboutPatisserie .ranking .newsEntry ul li p, #aboutPatisserie .seasonalMenu .newsEntry ul li p {
  padding: 10px 0 10px 55px;
  text-decoration: underline;
}*/
#aboutPatisserie .ranking .newsEntry ul li p.rank1, #aboutPatisserie .seasonalMenu .newsEntry ul li p.rank1 {
  background: url(/patisserie/img/ranking1.png) no-repeat 0px 10px;
}
#aboutPatisserie .ranking .newsEntry ul li p.rank2, #aboutPatisserie .seasonalMenu .newsEntry ul li p.rank2 {
  background: url(/patisserie/img/ranking2.png) no-repeat 0px 10px;
}
#aboutPatisserie .ranking .newsEntry ul li p.rank3, #aboutPatisserie .seasonalMenu .newsEntry ul li p.rank3 {
  background: url(/patisserie/img/ranking3.png) no-repeat 0px 10px;
}
#aboutPatisserie .ranking .newsEntry ul li p.rank4, #aboutPatisserie .seasonalMenu .newsEntry ul li p.rank4 {
  background: url(/patisserie/img/ranking4.png) no-repeat 0px 10px;
}
#aboutPatisserie .ranking .newsEntry ul li p.rank5, #aboutPatisserie .seasonalMenu .newsEntry ul li p.rank5 {
  background: url(/patisserie/img/ranking5.png) no-repeat 0px 10px;
}
#aboutPatisserie .borderBottom {
  border-bottom: 1px solid #ccc;
}
#aboutPatisserie .patisserieMenu {
  max-width: 1200px;
  min-width: 960px;
  border-top: 1px solid #ccc;
  margin: 0 auto 10px;
  padding: 20px 0 0;
  font-size: 0.8em;
}
#aboutPatisserie .patisserieMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 15px;
}
#aboutPatisserie .patisserieMenu ul li {
  float: left;
  width: 24.1999%;
  padding: 0 0 0 10px;
  text-align: center;
}
#aboutPatisserie .patisserieMenu ul li:first-child {
  padding: 0;
}
#aboutPatisserie .patisserieMenu ul li img {
  max-width: 100%;
  height: auto;
}
#aboutPatisserie .patisserieMenu ul li a {
  text-decoration: none;
  color: #222;
}
#aboutPatisserie .patisserieMenu ul li a:hover {
  text-decoration: underline;
}
#aboutPatisserie .patisserieMenu ul li a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}
#aboutPatisserie .patisserieMenu ul.image3 li {
  width: 32.6%;
}
#aboutPatisserie .patisserieMenu ul.image3 li.last {
 /*width: 24.555%;*/
}
#aboutPatisserie .giftMenu {
  border: none;
  padding: 0;
}
#aboutPatisserie .giftMenuEdit {
  border: none;
  padding: 0;
}

#onlineShop {
  width: 100%;
  /*margin: 0 auto 40px;*/
  text-align: center;
  overflow: hidden;
  /*max-width: 1200px;*/
  display: inline-block;
}
#onlineShop a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}
#onlineShop p {
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#onlineShop p.bnr {
  margin-bottom: 30px;
  width: 590px;
}
#onlineShop ul {
  margin: 15px auto 20px;
  padding: 0;
  list-style: none;
  position: relative;
  width: 320px;
}
#onlineShop ul li {
  float: left;
}
#onlineShop ul li:last-child {
  float: right;
}

/*
 patisserie higashioshima
**********************************************************/
/*#patisserie_higashioshima {
  background: url(/patisserie/shoplist/higashioshima/img/patisserieHigashioshima_bg_photo.png) no-repeat top !important;
  height: 442px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}*/

/*
 patisserie higashioshima
**********************************************************/
/*#patisserie_menu_seasonal {
  background: url(/patisserie/img/PK_Top_Kisetsu.jpg) no-repeat top !important;
  height: 442px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}*/

#aboutPatisserie .seasonalMenu {
  border: none;
  padding: 0;
}
#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 .bottomSpace {
  margin: 0 0 30px;
}

/*
 cake menu
**********************************************************/
/*#cake_menu {
  background: url(/patisserie/menu/cake/img/cake_bg_photo.png) no-repeat top !important;
  height: 442px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}*/

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

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

/*
 Demisec menu
**********************************************************/
#demisec_menu {
  background: url(/patisserie/menu/demisec/img/demisec_bg_photo.png) no-repeat top !important;
/*  height: 442px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;*/
}

#restaurantContents #demisecTwo, #profileContents #demisecTwo {
  border: none;
  padding: 30px 0 0;
  margin: 0 auto;
}

#restaurantContents #demisecList,#profileContents #demisecList {
  margin: 0 auto;
}
#restaurantContents #demisecList_3{
  margin: 0 auto;
  text-align: center;
}

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

/*
 Demisec financier menu
**********************************************************/
#demisec_financier_menu,
#demisec_baumkuchen_menu,
#demisec_waffle_menu,
#demisec_seasonassort_menu,
#demisec_rollpie_menu {
  background: url(/patisserie/menu/demisec/financier/img/financier_bg_photo.png) no-repeat top !important;
/*  height: 442px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;*/
}

#restaurantContents #demiList, #profileContents #demiList {
  margin: 40px auto;
}
#restaurantContents #demiList ul li.info, #profileContents #demiList ul li.info {
  margin-left: 20px;
  width: 22%;
}
#restaurantContents #demiList ul li.info p:first-child, #profileContents #demiList ul li.info p:first-child {
  margin: 100px 0 0;
}
#restaurantContents #demiList ul li p, #profileContents #demiList ul li p {
  text-align: left;
  margin: 12px 0;
}
#restaurantContents #demiList ul li p.cart, #profileContents #demiList ul li p.cart {
  margin: 20px auto;
}

/*
 Demisec assort menu
**********************************************************/
#demisec_assort_menu {
  background: url(/patisserie/menu/demisec/financier/img/financier_bg_photo.png) no-repeat top !important;
/*  height: 442px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;*/
}

#restaurantContents #assortList, #profileContents #assortList {
  margin: 0px auto 20px;
}
#restaurantContents #assortList h4, #profileContents #assortList h4 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  margin: 0 0 40px;
  text-align: center;
}
#restaurantContents #assortList ul li, #profileContents #assortList ul li {
  margin: 0 0 20px;
}
#restaurantContents #assortList ul li.info, #profileContents #assortList ul li.info {
  margin-left: 20px;
  width: 22%;
}
#restaurantContents #assortList ul li.info p:first-child, #profileContents #assortList ul li.info p:first-child {
  margin: 0;
}
#restaurantContents #assortList ul li.info .content, #profileContents #assortList ul li.info .content {
  margin: 5px 0 0;
  padding: 0;
  text-align: left;
  width: auto;
  height: auto;
  list-style: disc;
}
#restaurantContents #assortList ul li.info .content li, #profileContents #assortList ul li.info .content li {
  width: auto;
  float: none;
  padding: 0;
  text-align: left;
  font-size: 0.8em;
  margin: 0 0 0 20px;
}
#restaurantContents #assortList ul li.info .content li.noList, #profileContents #assortList ul li.info .content li.noList {
  list-style: none;
  padding: 10px 0;
}
#restaurantContents #assortList ul li p, #profileContents #assortList ul li p {
  text-align: left;
  margin: 12px 0;
}
#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;
}
#restaurantContents #assortList ul li p.cart, #profileContents #assortList ul li p.cart {
  margin: 20px auto;
}

/*
 Demisec jrtokyo menu
**********************************************************/
#demisec_jrtokyo_menu {
  background: url(/patisserie/menu/demisec/jrtokyo/img/limited_jrtokyo_bg_photo.jpg) no-repeat top !important;
/*  height: 442px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;*/
}

/*
 Demisec nihonbashi menu
**********************************************************/
#demisec_nihonbashi_menu {
  background: url(/patisserie/menu/demisec/nihonbashi/img/limited_nihonbashi_bg_photo.jpg) no-repeat top !important;
/*  height: 442px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;*/
}

/*
 Demisec shinjuku menu
**********************************************************/
#demisec_shinjuku_menu {
  background: url(/patisserie/menu/demisec/shinjuku/img/limited_shinjuku_bg_photo.jpg) no-repeat top !important;
/*  height: 442px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;*/
}

/*
 aniv menu
**********************************************************/
#aniv_menu {
  background: url(/patisserie/menu/anivcake/img/aniv_bg_photo.jpg) no-repeat top !important;
/*  height: 442px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;*/
}

#restaurantContents .spaceTop, #profileContents .spaceTop {
  margin: 40px 0;
}

.anivTextCenter {
  text-align: center;
}

/*
 gift menu
**********************************************************/
#gift_menu,
#gift_menu_aniv,
#gift_menu_business,
#gift_menu_tokyo {
  background: url(/patisserie/menu/giftscine/img/gift_bg_photo.png) no-repeat top !important;
/*  height: 442px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;*/
}

#restaurantContents .giftNavi, #profileContents .giftNavi {
  font-size: 0.8em;
  margin: 40px auto;
}
#restaurantContents .giftNavi img, #profileContents .giftNavi img {
  vertical-align: middle;
  padding: 20px 20px 15px;
}

#restaurantContents #giftList, #profileContents #giftList {
  margin: 0 auto 20px;
}
#restaurantContents #giftList ul li.info, #profileContents #giftList ul li.info {
  margin-left: 20px;
  width: 22%;
}
#restaurantContents #giftList ul li p, #profileContents #giftList ul li p {
  text-align: left;
  margin: 12px 0;
}
#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;
}
#restaurantContents #giftList ul li p.cart, #profileContents #giftList ul li p.cart {
  margin: 20px auto;
}

/*
 bridalgift menu
**********************************************************/
#bridalgift_menu {
  background: url(/patisserie/menu/bridalgift/img/bridalgift_bg_photo.png) no-repeat top !important;
/*  height: 442px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;*/
}

#restaurantContents #bridalTwo, #profileContents #bridalTwo {
  border: none;
  padding: 30px 0 0;
  margin: 0 auto;
}
#restaurantContents #bridalTwo ul.last li, #profileContents #bridalTwo ul.last li {
  padding: 20px 0;
}
#restaurantContents #bridalTwo ul.last li:first-child, #profileContents #bridalTwo ul.last li:first-child {
  padding: 60px 0 0;
}

#restaurantContents #bridalList, #profileContents #bridalList {
  margin: 0 auto;
}
#restaurantContents #bridalList ul li p, #profileContents #bridalList ul li p {
  text-align: left;
  position: relative;
  margin: 8px 0;
}
#restaurantContents #bridalList ul li p .cart, #profileContents #bridalList ul li p .cart {
  position: absolute;
  right: 30px;
}
#restaurantContents #bridalList ul li p .home, #profileContents #bridalList ul li p .home {
  position: absolute;
  right: 0;
}
#restaurantContents #bridalList ul li p.menuName, #profileContents #bridalList ul li p.menuName {
  font-weight: bold;
  margin: 10px 0 0;
}
#restaurantContents #bridalList ul li p .price, #profileContents #bridalList ul li p .price {
  padding: 0 0 0 15px;
}
#restaurantContents #bridalList ul li p.boldSpace, #profileContents #bridalList ul li p.boldSpace {
  font-weight: bold;
  font-size: 1.2em;
  margin: 80px auto 0;
}
#restaurantContents #bridalList ul li p.link, #profileContents #bridalList ul li p.link {
  margin: 20px auto 0;
}

/*
 ice menu
**********************************************************/
#ice_menu {
  background: url(/patisserie/menu/ice/img/ice_bg_photo.png) no-repeat top !important;
/*  height: 442px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;*/
}

#restaurantContents #iceTwo, #profileContents #iceTwo {
  border: none;
  padding: 30px 0 0;
  margin: 0 auto;
}
#restaurantContents #iceTwo ul.last, #profileContents #iceTwo ul.last {
  max-width: 45%;
  float: left;
  margin: 0 0 40px 40px;
}
#restaurantContents #iceTwo ul.last li, #profileContents #iceTwo ul.last li {
  padding: 20px 0;
}
#restaurantContents #iceTwo ul.last li:first-child, #profileContents #iceTwo ul.last li:first-child {
  padding: 60px 0 0;
}
#restaurantContents #iceTwo ul.last li.iceMenu, #profileContents #iceTwo ul.last li.iceMenu {
  text-align: left;
}
#restaurantContents #iceTwo ul.last li .icePhoto, #profileContents #iceTwo ul.last li .icePhoto {
  float: left;
  padding: 0 20px 0 0;
}
#restaurantContents #iceTwo ul.last li .icePhoto img, #profileContents #iceTwo ul.last li .icePhoto img {
  max-width: 292px;
  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 top !important;
*//*  height: 442px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;*/
}

#cafeBanner {
  max-width: 1200px;
  min-width: 960px;
  padding: 0;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}
#cafeBanner h2 {
  margin: 0;
  padding: 20px 0;
}
#cafeBanner h2 img {
  max-width: 100%;
  height: auto;
}
#cafeBanner h2 a:hover {
  text-decoration: underline;
}
#cafeBanner h2 a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}

/*
 cafe menu
**********************************************************/
#cafe_menu {
  background: url(/cafe/menu/img/cafeMenu_bg_photo.png) no-repeat top !important;
/*  height: 442px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;*/
}

.cafeMenuSet {
  margin: 40px auto;
}
.cafeMenuSet img {
  max-width: 100%;
  height: auto;
}
.cafeMenuSet p {
  float: left;
  margin: 0;
  width: 37%;
}
.cafeMenuSet .textRight {
  width: 60%;
  float: right;
}
.cafeMenuSet .textRight ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cafeMenuSet .textRight ul li {
  padding: 0 0 10px;
}
.cafeMenuSet .textRight ul li:first-child {
  margin: 0 0 30px;
}
.cafeMenuSet .textRight ul li.price {
  margin: 0 0 20px;
}
.cafeMenuSet .leftMenu {
  float: left;
  width: 30%;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 20px 0 0;
}
.cafeMenuSet .leftMenu li {
  padding: 0 0 8px;
}
.cafeMenuSet .leftMenu li:first-child {
  padding: 0 0 18px;
}
.cafeMenuSet .MiddleMenu {
  float: left;
  width: 30%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cafeMenuSet .MiddleMenu li {
  padding: 0 0 8px;
}
.cafeMenuSet .MiddleMenu li:first-child {
  padding: 0 0 18px;
}
.cafeMenuSet .rightMenu {
  float: right;
  width: 35%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.noteCafe {
  border-top: 1px solid #ccc;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  font-size: 0.8em;
}
.noteCafe ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.noteCafe ul li {
  padding: 5px 0;
}
.shopMenuInfo:nth-child(n+4),
.outerButton{
  display: none;
}

.shopMenuInfoPrice:nth-child(n+4),
.outerButton{
  display: none;
}
/*.shopMenuInfo:nth-child(n+4) + .note{
  display: none;
}*/
/*.moreMenu{
  display: none;
}
.shopMenuInfo:nth-child(n+4) + .note + .moreMenu{
  display: block;
}*/
/*#shoplist_atg .shopMenuInfo:nth-child(n+4){
  display: block;
}*/
.moreMenu{
  margin-top: 20px;
  text-align: center;
}
.moreMenu #morelink,
.moreMenu #morelink:after{
  cursor: pointer;
}
.moreMenu #morelink{
  z-index: 999999;
}
#shopMenu.active .shopMenuInfo:nth-child(n+4),
#shopMenu.active .outerButton,
#shopMenu.active .note{
  display: inline-block;
  width: 100%;
}
#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;
}

/*
 softcream
**********************************************************/
#softcream {
  background: url(/softcream/img/softcream_bg_photo1.png) no-repeat top !important;
/*  height: 442px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;*/
}
.softSetting {
  text-align: center;
  border-top: none!important;
}

#menuIntroduction, .shopMenuInfo, .shopMenuInfo1Column, .shopMenuImg {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1200px;
}
#menuIntroduction .menuPhoto, .shopMenuInfo .menuPhoto, .shopMenuInfo1Column .menuPhoto, .shopMenuImg .menuPhoto {
  float: left;
  max-width: 19%;
  /*width: 38%;*/
  margin: 0 40px 0 0;
}
#menuIntroduction .menuPhoto img, .shopMenuInfo .menuPhoto img, .shopMenuInfo1Column .menuPhoto img, .shopMenuImg .menuPhoto img {
  max-width: 100%;
  height: auto;
}
#menuIntroduction .menuText, .shopMenuInfo .menuText, .shopMenuInfo1Column .menuText, .shopMenuImg .menuText {
  float: left;
  max-width: 50%;
}
#menuIntroduction .menuText img, .shopMenuInfo .menuText img, .shopMenuInfo1Column .menuText img, .shopMenuImg .menuText img {
  max-width: 100%;
  height: auto;
}
#menuIntroduction .menuText p, .shopMenuInfo .menuText p, .shopMenuInfo1Column .menuText p, .shopMenuImg .menuText p {
  margin: 0 0 25px;
}
#menuIntroduction .menuText .bold, .shopMenuInfo .menuText .bold, .shopMenuInfo1Column .menuText .bold, .shopMenuImg .menuText .bold {
  font-weight: bold;
}
#menuIntroduction .menuText ul, .shopMenuInfo .menuText ul, .shopMenuInfo1Column .menuText ul, .shopMenuImg .menuText ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8em;
}
.shopMenuInfo .menuText p.price{
  font-weight: bold;
}
.shopMenuInfo .menuText p.copytext{
  font-weight: bold;
}
.shopMenuInfo .menuText p.menuReserveLink{
    width: 300px;
    height: 40px;
    margin-top: 30px;
    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: 14px;
  display: block;
  color: #000;
}
.outerButton{
  border-bottom: 1px solid #ccc;
}
.outerButton .menuReserveLink{
  width: 300px;
  height: 40px;
  margin: 50px auto ;
  text-align: center;
  border: 1px solid #000;
}
.outerButton .menuReserveLink a{
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  display: block;
  color: #000;
}

.menuPdf {
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
}
.menuPdf a:hover {
  text-decoration: underline;
}
.menuPdf a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}

#softShopList, #restaurantContents #demisecLimit, #profileContents #demisecLimit {
  margin: 0 auto;
  text-align: center;
  padding: 20px 10%;
}
#softShopList a:hover, #restaurantContents #demisecLimit a:hover, #profileContents #demisecLimit a:hover {
  text-decoration: underline;
}
#softShopList a:hover img, #restaurantContents #demisecLimit a:hover img, #profileContents #demisecLimit a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}
#softShopList .shopInfo, #restaurantContents #demisecLimit .shopInfo, #profileContents #demisecLimit .shopInfo {
  float: left;
  margin: 0 10px 0 0;
  width: 32%;
  font-size: 0.9em;
}
#restaurantContents #demisecLimit .shopInfo{
  width: 48%;
}
#restaurantContents #demisecLimit .shopInfoBlock{
  overflow: hidden;
  width: 620px;
  margin: 0 auto;
}

#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.7em;
  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;
}
#softShopList .map, #restaurantContents #demisecLimit .map, #profileContents #demisecLimit .map {
  text-align: right;
}
/*
 shoplist
**********************************************************/


.shopListTop {
  border-top: 1px solid #ccc;
  padding: 30px 0 0;
  margin: 0 auto;
}
.shopListTop ul.image3 {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0px 12%;
}
.shopListTop ul.image3 li {
  width: 31.888%;
  padding: 0 0 0 10px;
}


#shopPhone {
  text-align: center;
  background: url(/aoyama/img/aoyama_shadow.png);
  margin: 0 auto;
  padding: 15px 0;
  color: #fff;
  position: absolute;
  bottom: 3px;
  width: 100%;
  left: 0;
}
#shopPhone a {
  color: #fff;
  text-decoration: none;
}
#shopPhone ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 auto;
}
#shopPhone ul li {
  display: inline;
  border-left: 1px solid #fff;
  padding: 0 0 0 30px;
}
#shopPhone ul li:first-child {
  background-image: url(../img/sprite.png);
  background-position: 0px -1395px;
  background-repeat: no-repeat;
  background-position: 0px -1402px;
  padding: 0 20px 0 30px;
  font-size: 1.2em;
  border: none;
}
#shopPhone ul li img {
  vertical-align: top;
}

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

#shopH2 {
  text-align: center;
  margin: 30px auto;
}

.shopNavi {
  font-size: 0.8em;
}
.shopNavi img {
  vertical-align: middle;
  padding: 20px 20px 15px;
}

.courseName {
  text-align: center;
  padding: 30px 0;
 /* display: none;*/
}
.open .courseName{
  display: block;
}

.shopMenuInfo .menuText p, .shopMenuInfo1Column .menuText p, .shopMenuImg .menuText p {
  margin: 0 0 5px;
  padding: 0;
  line-height: 25px;
}
.shopMenuInfo .menuText p.minBold, .shopMenuInfo1Column .menuText p.minBold, .shopMenuImg .menuText p.minBold {
  font-weight: bold;
  font-size: 16px;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0 0 10px;
}
.shopMenuInfo .menuText p.minBold span{
  border-bottom: 1px solid #000;
}
.shopMenuInfo .menuText p.bold, .shopMenuInfo1Column .menuText p.bold, .shopMenuImg .menuText p.bold {
  font-weight: bold;
  margin: 0 0 3px;
  padding: 0;
  margin: 20px 0 5px;
}
.shopMenuInfo .menuText p.middle, .shopMenuInfo1Column .menuText p.middle, .shopMenuImg .menuText p.middle {
  font-size: 16px;
}
.shopMenuInfo .menuText ul, .shopMenuInfo1Column .menuText ul, .shopMenuImg .menuText ul {
  font-size: 1em;
  margin: 0 0 0 20px;
}
.shopMenuInfo .menuText ul li, .shopMenuInfo1Column .menuText ul li, .shopMenuImg .menuText ul li {
  font-size: 0.9em;
  list-style-type: disc;
}

.shopMenuInfo1Column {
/*  padding: 30px 6% 30px 10%;*/
/*display: none;*/
}
.shopMenuInfo1Column .menuText {
  max-width: none;
}
#shoplist_tachikawa .shopMenuInfo1Column{
  display: block;
}
.note {
  /*border-top: 1px solid #ccc;*/
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  font-size: 0.9em;
  /*display: none;*/
}
/*#restaurantContents.cafe .note,
#dinner .note,
#partyplan .note{
  display: block;
  border-top: 1px solid #ccc;
}*/
/*#dinner .moreMenu{
  display: none;
}*/
.note ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#shopMenu .reserve{
  float: right;
  padding: 5px 10px;
  background-color: #D8D8EC;
}
#shopMenu.reserve a{
  font-size: 14px;
}
#shopMenu .menu {
  display: inline-block;
  width: 100%;
  background-color: #EDEDED;
  height: 25px;
  line-height: 25px;
}

/*
 shoplist_AOYAMA
**********************************************************/
.shopMenuImg {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  margin: 0 auto 40px;
}
.shopMenuImg .mainPhoto {
  float: left;
  max-width: 35%;
  overflow: hidden;
}
.shopMenuImg .mainPhoto ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shopMenuImg .mainPhoto ul li {
  display: none;
}
.shopMenuImg .mainPhoto ul li:first-child {
  display: block;
}
.shopMenuImg .mainPhoto img {
  max-width: 100%;
  width: auto;
  height: 360px;
}
.shopMenuImg .menuDetail {
  float: left;
  overflow: hidden;
  margin: 0 0 0 40px;
  width: 60%;
}
.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;
}
.shopMenuImg .menuDetail .menuText ul li:first-child {
  display: block;
}
.shopMenuImg .menuDetail .thumbImg {
  position: absolute;
  overflow: hidden;
  bottom: 20px;
  max-width: 60%;
}
.shopMenuImg .menuDetail .thumbImg ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shopMenuImg .menuDetail .thumbImg ul li {
  float: left;
  margin: 0 0 0 15px;
  width: 23%;
}
.shopMenuImg .menuDetail .thumbImg ul li:first-child {
  margin: 0;
}
.shopMenuImg .menuDetail .thumbImg ul li img {
  max-width: 100%;
  width: auto;
  height: auto;
  cursor: pointer;
}
.shopMenuImg .menuDetail .thumbImg ul.mincount li {
  width: auto!important;
}


.shopMenuInfoPrice {
  padding: 30px 12% 30px 5%;
  border-bottom: 1px solid #ccc;
}
.shopMenuInfoPrice .dateCenter {
  margin: 0 auto 20px;
  text-align: center;
}
.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 div.blankLine {
  height: 20px;
}
.shopMenuInfoPrice ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1em;
  margin: 0 0 5px 20px;
/*  margin: 0 0 10px 20px; */
  line-height: 28px;
}
/*
.shopMenuInfoPrice ul.light {
  margin-bottom: 0px;
}
*/
.shopMenuInfoPrice ul li {
  font-size: 0.9em;
  list-style-type: disc;
  position: relative;
  padding: 0 100px 0 0;
}
.shopMenuInfoPrice ul.light li {
  margin-bottom: 5px;
}
.shopMenuInfoPrice ul.light li span.subtext {
  margin-top: 2px;
  font-size: 0.85em;
}
.shopMenuInfoPrice ul .price {
  position: absolute;
  right: -50px;
  top: 0;
}
.shopMenuInfoPrice ul.noList {
  margin: 10px 0;
  list-style: none;
}
.shopMenuInfoPrice ul.indent {
  margin-left: 20px;
  margin-top: 5px;
}
.shopMenuInfoPrice ul.noList li {
  list-style: none;
}
.shopMenuInfoPrice .sterStyle {
  margin-left: 0px;
}
.shopMenuInfoPrice .sterStyle li {
  background: url(/common/img/sprite.png) no-repeat 0px -211px;
  padding-left: 20px;
  list-style: none;
}

.shopCenter {
  padding: 20px 18% 30px;
}

.removeTopSpace {
  padding-top: 0;
}

.menu2img {
  padding: 20px 0;
}
.menu2img ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.menu2img ul li {
  display: inline;
  padding: 0 0 0 2%;
}
.menu2img ul li:first-child {
  padding: 0;
}
.menu2img ul li img {
  max-width: 100%;
  height: auto;
}

.smallImg ul li img {
  max-width: 30%;
  height: auto;
}

.styleContents {
  margin: 30px 0;
}


.sitemapList {
  margin: 30px auto 50px;
}
.sitemapList a:hover {
  text-decoration: underline;
}
.sitemapList a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.sitemapList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 30%;
  margin: 0 10px 0 0;
  float: left;
}
.sitemapList ul li {
  margin: 0 0 30px;
  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.large {
  margin: 30px 0 0;
}
.sitemapList ul li a {
  color: #222;
  text-decoration: none;
}
.sitemapList ul li ul {
  float: none;
  width: 100%;
  margin: 10px 0;
}
.sitemapList ul li ul li {
  margin: 0 0 5px 10px;
  font-weight: normal;
}

/*
 privacy
**********************************************************/
/*#privacy,
#website_policy {
  background: url(/sitemap/img/sitemap_bg_photo.png) no-repeat top !important;
  height: 442px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}*/

.privacyArea {
  padding: 0 15%;
  margin: 40px auto;
  font-size: 0.8em;
}
.privacyArea ol {
  margin: 10px 0;
  padding: 0 20px;
}

/*
 About Patisserie
**********************************************************/
/*#about_patisserie {
  background: url(/patisserie/about/img/aboutPatisserie_bg_photo.png) no-repeat top !important;
  height: 442px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}*/

h2#about {
  text-align: center;
  margin: 40px 0;
}
h2#about a a:hover {
  text-decoration: underline;
}
h2#about a a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}

.imgTextBorder {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  text-align: center;
}

.inlineArea {
  margin: 40px 0 50px;
}
.inlineArea ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
.inlineArea ul li {
  float: left;
  max-width: 48%;
  padding: 0 0 0 20px;
}
.inlineArea ul li:first-child {
  padding: 0;
}
.inlineArea ul li img {
  vertical-align: text-top;
  max-width: 100%;
  width: auto;
  height: auto;
}


.campaignText {
  margin: 40px 0 60px;
  text-align: center;
}
.campaignText .fontUp {
  font-size: 1.4em;
  line-height: 220%;
}
.campaignText .small {
  font-size: 0.8em;
}

.campaignList {
  margin: -40px 0 40px;
  text-align: center;
}


.entryArea {
  margin: 20px 0;
  float: left;
  width: 72%;
}
.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 .entryContent .reserve {
  border: 1px solid #ccc;
  margin: 12px 0;
  text-align: center;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.entryArea .entryContent .reserve a {
  display: block;
  padding: 20px 13%;
}
.entryArea .entryContent .reserve img {
  max-width: 100%;
  height: auto;
}
.entryArea ul.styleLeft {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.entryArea ul.styleLeft li {
  padding: 0 0 10px;
}
.entryArea .snsLink {
  border-top: 1px solid #ccc;
}

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

.recentEntry {
  float: right;
  width: 22%;
}
.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: 27px auto;
}
.recentEntry ul li {
  padding: 0 0 10px;
}
.recentEntry ul li a {
  color: #222;
}
.recentEntry img {
  max-width: 100%;
  height: auto;
}

/*
 News
**********************************************************/
/*#news {
  background: url(/news/img/news_bg_photo.png) no-repeat top !important;
  height: 442px;
  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 15px 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;
  padding-bottom: 2px;
}

/*
 kichijoji
**********************************************************/
#kichijoji {
  background: url(/kichijoji/img/bk_kichijoji.png) no-repeat top !important;
  height: 762px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
#kichijojiMenu {
  max-width: 1200px;
  height: 195px;
  background: url(/kichijoji/img/menu_back.png);
  margin: 360px auto 0;
}
#kichijojiMenu ul {
  list-style: none;
  display: table;
  width: 100%;
}
#kichijojiMenu li {
  display: table-cell;
  width: 33%;
  text-align: center;
  padding: 56px 0 0;
}
#kichijojiMenu li a {
  display: block;
}
.entry .noBorder {
  border:none;
}
.entry .entryBody .boldUp {
  font-size: 1.4em;
  margin: 0 0 20px;
}
.entry .entryList {
  margin: 0;
  padding: 0 20px;
}
.kichijojiProduct {
  margin: 0 auto 80px;
  text-align: center;

}
.kichijojiCenter {
  text-align: center;
}
.kichijojiProduct ul {
  list-style: none;
  margin: 0 auto 0.5%;
  padding: 0;
  max-width: 1200px;
  min-width: 960px;
}
.kichijojiProduct ul li {
  float: left;
}
.kichijojiProduct ul.evenSize li {
  padding: 0 0 0 0.4%;
  width: 49%;
}
.kichijojiProduct ul.evenSize li:first-child {
  padding: 0 0.4% 0 0;
}

.kichijojiProduct ul.left2Size li {
  width: 24.1%;
}
.kichijojiProduct ul.left2Size li:first-child {
  padding: 0 0.4% 0 0;
}
.kichijojiProduct ul.left2Size li.second {
  padding: 0 0 0 0.4%;
}
.kichijojiProduct ul.left2Size li.big {
  width: 49%;
  padding: 0 0 0 0.8%;
}
.kichijojiProduct ul.right2Size li {
  width: 24.1%;
}
.kichijojiProduct ul.right2Size li.last {
  padding: 0 0 0 0.4%;
}
.kichijojiProduct ul.right2Size li.second {
  padding: 0 0.4% 0 0;
}
.kichijojiProduct ul.right2Size li.big {
  width: 49%;
  padding: 0 0.8% 0 0;
}

.kLeft {
  width: 33%;
}
.mapRight {
  text-align: right;
}
.backToArea {
  margin: 60px auto 30px;
}
.backToArea ul {
  list-style: none;
  text-align: center;
  margin: 0 auto;
}
.backToArea ul li {
  float: left;
  padding: 0 2%;
  width: 31%;
}
.backToArea ul li:first-child {
  margin: 0 0 0 13%;
}
.backToArea ul li a {
  border: 1px solid #ccc;
  display: block;
  padding: 14px 0;
}
.backTopRight {
  max-width: 1200px;
  text-align: right;
  margin: 20px 20px 0 0;
}

/*
 profile
**********************************************************/
#profile {
/*  background: url(/profile/img/profile_bg_photo.png) no-repeat top !important;*/
/*  height: 442px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;*/
}

#restaurantContents .about3image, #profileContents .about3image {
  border: none;
  padding: 0;
}

#profileSlider {
  margin: 0 auto 50px;
  text-align: center;
  min-width: 960px;
}
#profileSlider .flexslider {
  margin: 0 auto;
  max-width: 1440px;
  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 .flex-next {
  right: 0;
  padding: 0 10px 0 0;
}
#profileSlider .flexslider .flex-direction-nav .flex-prev {
  left: 0\9;
  padding: 0 0 0 10px\9;
}
#profileSlider .flexslider .flex-direction-nav a {
  width: auto;
  height: auto;
}
#profileSlider .flexslider .flex-direction-nav a:before {
  background: url(/aoyama/img/aoyama_left_arrow.png) no-repeat;
  content: " ";
  width: 60px;
  height: 60px;
}
#profileSlider .flexslider .flex-direction-nav a.flex-next:before {
  background: url(/aoyama/img/aoyama_right_arrow.png) no-repeat;
  content: " ";
  width: 60px;
  height: 60px;
}
#profileSlider .flexslider .flex-caption {
  position: absolute;
  left: 120px;
  width: 500px;
  background: url(/aoyama/img/aoyama_shadow.png);
  padding: 45px 40px;
  height: 754px;
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 0.8em;
  line-height: 190%;
}
#profileSlider .flexslider .flex-caption img {
  margin: 120px auto 47px;
  text-align: center;
}
#profileSlider .flexslider .flex-caption .bold {
  font-weight: bold;
  display: block;
  text-align: left;
}
#profileSlider .flexslider .flex-caption .left {
  text-align: left;
  display: block;
  margin: 0 0 20px;
}
#profileSlider .flexslider .flex-control-paging {
  margin: -120px 0 0;
  z-index: 100;
  position: relative;
}
#profileSlider .flexslider .flex-control-paging li {
  margin: 0 19px;
}
#profileSlider .flexslider .flex-control-paging li a {
  width: 20px;
  height: 20px;
  background-color: #b4b4b4;
}
#profileSlider .flexslider .flex-control-paging li a.flex-active {
  background-color: #fff;
}
#profileSlider .slides li {
  list-style: none;
}
#profileSlider .slides li:first-child {
  background: url(/profile/img/profile_slider_photo1.png) no-repeat top center;
  height: 844px;
}
#profileSlider .slides li.second {
  background: url(/profile/img/profile_slider_photo2.png) no-repeat top center;
  height: 844px;
}
#profileSlider .slides li.third {
  background: url(/profile/img/profile_slider_photo3.png) no-repeat top center;
  height: 844px;
}
#profileSlider .slides li.four {
  background: url(/profile/img/profile_slider_photo4.png) no-repeat top center;
  height: 844px;
}
#profileSlider .flexslider .flex-caption {
  right: 120px;
  left: auto;
}
#profileSlider .flexslider .flex-control-paging {
  margin: -90px 0 0;
}

.profileHistory {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 0 0 3%;
  font-size: 0.7em;
}
.profileHistory li {
  float: left;
  width: 25%;
  padding: 1% 7% 4% 2%;
  border-left: 1px solid #ccc;
}
.profileHistory li.middle {
  padding: 1% 12% 4% 2%;
}
.profileHistory li.last {
  width: 20%;
  padding: 1% 0 4% 2%;
}
.profileHistory li img {
  max-width: 100%;
  height: auto;
}

.profileYear {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #cdcdcd;
  font-size: 0.8em;
  height: 20px;
  padding: 2px 0 0;
}
.profileYear li {
  display: inline;
  padding: 0 16% 0 10%;
}
.profileYear li:first-child {
  padding: 0 16% 0 11%;
}
.profileYear li.year3 {
  padding: 0 23% 0 10%;
}
.profileYear li.last {
  position: absolute;
  right: 5px;
  padding: 0;
}

.profileHistory2 {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 0 0 13%;
  font-size: 0.7em;
}
.profileHistory2 li {
  float: left;
  width: 30%;
  padding: 4% 0 1% 2%;
  border-left: 1px solid #ccc;
}
.profileHistory2 li:first-child {
  padding: 4% 25% 1% 2%;
}
.profileHistory2 li.year2 {
  width: 22%;
  padding: 4% 0 1% 2%;
}
.profileHistory2 li.last {
  width: 13%;
  position: absolute;
  right: 0px;
  padding: 3.5% 0 1% 2%;
}
.profileHistory2 li img {
  max-width: 100%;
  height: auto;
}

.profileKihachi {
  background: url(/profile/img/profile_bg.png) no-repeat left top;
  padding: 40px 0 0;
  margin: 40px auto;
}
.profileKihachi .profilePhoto {
  float: left;
  margin: 3px 3% 0 0;
  width: 33%;
  overflow: hidden;
}
.profileKihachi .profilePhoto img {
  max-width: 100%;
  height: auto;
}
.profileKihachi .profileText {
  float: left;
  width: 64%;
  font-size: 0.8em;
  line-height: 190%;
  font-family: 'Hiragino Mincho ProN', serif;
}
.profileKihachi .profileText p {
  margin: 0 0 40px;
}
.profileKihachi .profileText .name {
  padding: 0;
  margin: 0 0 20px;
  font-size: 1.8em;
}

#restaurantContents .profileAbout, #profileContents .profileAbout #profileContents .profileCenter {
  border: none;
  margin: 0px auto;
  padding: 0 0 20px;
}
#restaurantContents .profileAbout ul li.more, #profileContents .profileAbout ul li.more #profileContents .profileCenter ul li.more{
  margin-top: 40px;
}

#profileBlock {
  border-top: solid 1px #b7b7b7;
  padding-top: 50px;
  border-bottom: solid 1px #cdcdcd;
  margin-bottom: 50px;
}

.profile-wrap {
  overflow: hidden;
  margin: 0 auto 50px;
  text-align: center;
}

.profileCenter{
  width: 595px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 10px;
}

.profileCenter li{
  margin: 20px;
}


.col-5 {
  width: 50%;
  float: left;
}

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

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

/*
 SpecialPage
**********************************************************/
/*Base*/
/*.container-inner{
  width: 960px;
  margin: 0 auto;
}*/
.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%;
}

.bdr-b {
  border-bottom: 1px solid #ccc;
}

/*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;
}


/*
 newsList
**********************************************************/
/*.newsList {
  margin: 10px 0 40px;
}*/
.newsList p img {
  width: 100%;
}
.newsList p {
  font-size: 0.8em;
  width: 96.6666%;
}
.newsList p span{
  display: block;
  margin-bottom: 8px;
}
.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;
}
.newsList .col-xs-3 {
  /*display: none;*/
  /*opacity: 0;*/
}
.newsList .dateEvent {
  background-image: url(../img/sprite.png);
  background-position: 0px -436px;
  background-repeat: no-repeat;
  background-position: 200px -443px;
  display: block;
}
.newsList .dateCafe {
  background: #fff url(/common/img/icon_cafe.png) no-repeat 90px center;
}
.newsList .dateNews {
  background-image: url(../img/sprite.png);
  background-position: 0px -592px;
  background-repeat: no-repeat;
  background-position: 200px -599px;
  display: block;
}

/*
 topNews info
**********************************************************/
/*#info {
  background-color: #ededed;
}*/
#topNews {
  background-color: #ededed;
}
#topNews .topNewsArea {
  margin: 0 auto;
  width: 984px;
  min-width: 744px;
  font-size: 0.6em;
  text-align: right;
  padding: 3px 0;
}
#topNews .topNewsArea a {
  text-decoration: none;
  color: #333;
}
#topNews .topNewsArea a:hover {
  text-decoration: underline;
  color: #333;
}
#infoArea {
  margin: 0 0 140px;
}
#infoArea h1 {
  font-size: 1.2em;
}
#infoArea .infoContents {
  background-color: #ededed;
  padding:10px 80px;
  font-size: 0.9em;
  margin: 60px 0 0;
}
#infoArea .infoContents p {
 /* text-align: center; */
  /*margin: 0 0 30px; */
  padding: 0 0 0 40px;
}
#infoArea .infoContents h2 {
  text-align: center; 
  font-size: 1.0em;

}
#infoArea .infoContents dt {
  float: left;
  background: url(../../info/img/info_icon.png) no-repeat left center;
  width: 120px;
  padding: 0 0 0 40px;
  margin: 10px 0 10px;
  clear: both;
}
#infoArea .infoContents dt.last {
  margin: 0;
}
#infoArea .infoContents dd {
  max-width: 900px;
    padding: 0;
    margin: 10px 0 10px 220px;
    text-align: left;
}
#infoArea .infoContents dd a {
  text-decoration: none;
  color: #222;
}
#infoArea .infoContents dd a:hover {
  text-decoration: underline;
}


/*
 footer
**********************************************************/
#photoGallery {
  /*display: none;*/
}

footer {
  background-color: #1f1f1f;
  padding: 5px 0;
  position: relative;
  margin: 0 auto;
  /*min-width: 960px;*/
}
footer a:hover {
  text-decoration: underline;
}
footer a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}
footer .triangle {
  position: absolute;
  left: 50%;
  margin-left: -9px;
  top: -30px;
}
footer .pageTop {
  text-align: center;
  margin: 10px 0;
}
footer #fbInstaLink {
  text-align: center;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
}
footer #fbInstaLink .icon-fb {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: 17px -1989px;
}
footer #fbInstaLink .icon-instagram {
  background-image: url(/common/img/renew/foot_instagram.png);
  background-repeat: no-repeat;
  background-position: 7% center;
  background-size: 24px;
}
footer #fbInstaLink .icon-blog{
  background-image: url(/common/img/renew/blog.png);
  background-position: 19.5% center;
  background-repeat: no-repeat;
}
footer #fbInstaLink ul {
  margin: 0 auto 20px;
  padding: 0;
  list-style: none;
  text-align: center;
  position: relative;
  float: left;
  left: 50%;
}
footer #fbInstaLink ul li {
  float: left;
  border: 1px solid #848484;
  margin: 0 0 0 20px;
  font-size: 0.9em;
  text-align: center;
  position: relative;
  left: -50%;
}
footer #fbInstaLink ul li:first-child {
  margin: 0;
}
footer #fbInstaLink ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 18px 0px 8px 20px;
  width: 208px;
  height: 27px;
}
footer #bottomMenu {
  margin: 0 auto 20px;
  font-size: 0.8em;
}
footer #bottomMenu ul {
  margin: 10px 0 15px;
  padding: 0;
  text-align: center;
  list-style: none;
}
footer #bottomMenu ul li {
  display: inline;
  padding: 0 20px;
}
footer #bottomMenu ul li a {
  color: #fff;
  text-decoration: none;
}
footer #bottomMenu ul li a:hover {
  text-decoration: underline;
}
footer #bottomMenu p {
  text-align: center;
  color: #fff;
  margin: 30px 0 0;
}

.box-wrap {
  display: none;
  margin: 0 auto;
  background: #f8f8f8;
  padding: 45px 0 0;
  margin-bottom: 20px;
}
.box-wrap .box-title {
  text-align: center;
  margin-bottom: 5px;
}
.box-wrap .box-title p {
  margin: 0px;
}
.box-wrap .imageContents {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

.softcream-box .entryText {
  width: 59%;
}

#heading {
  margin: 0px;
  border: none;
}

.softcream .entry .datePatisserie {
  display: none;
}

.softcream .entry h2 {
  border-bottom: none;
}

.softcream .entry .snsEntryLink {
  display: none;
}

.softcream .entry .entryBody {
  border-bottom: none;
}

h2.with-border {
  font-size: 19px;
  letter-spacing: 8px;
  font-weight: 900;
  font-family: 'IPA 明朝', serif;
  padding: 10px 0px;
  position: relative;
  text-align: center;
}

h2.with-border span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
h2.with-border::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

/* ブレイクポイントでリロード */
#bp-check .bp-pc{
    display: none;
}
#bp-check .bp-sp {
    display: block;
}
@media (max-width: 1024px) and (min-width: 767px) {
#bp-check .bp-sp {
    display: none;
}
#bp-check .bp-pc {
    display: block;
}
}

#shopList .tab > ul{
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#shopList .tab li{
  float: left;
  width: calc(100%/3);
  height: 60px;
  line-height: 60px;
  text-align: center;
}
#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;
  font-size: 22px;
}
#shopList .tab li.ui-state-active a{
  color: #000;
  font-size: 22px;
}

#shopList .tab li a{
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.25em;
}
#restaurantCafe,
#patisserieList,
#foodhall{
  display: inline-block;
  padding: 30px 30px 0;
  margin: 0;
    width: 100%;
    box-sizing: border-box;
}
#restaurantCafe{
	background-color: #fafaf0;
	border-left: 1px solid #b39642;
	border-right: 1px solid #b39642;
	border-bottom: 1px solid #b39642;
	padding: 30px 25px 0px 25px;
}
#foodhall{
	background-color: #fafaf0;
	border-left: 1px solid #b39642;
	border-right: 1px solid #b39642;
	border-bottom: 1px solid #b39642;
	padding: 30px 25px 0px 25px;
}
#patisserieList{
	background-color: #fafaf0;
	border-left: 1px solid #b39642;
	border-right: 1px solid #b39642;
	border-bottom: 1px solid #b39642;
	padding: 30px 25px 0px 25px;
}
#restaurantCafe li,
#patisserieList li,
#foodhall li{
 /* width: 23.5%;
  float: left;
  margin: 0 2% 2% 0;
  text-align: center;*/
}
#restaurantCafe li:nth-child(4n),
#patisserieList li:nth-child(4n),
#foodhall li:nth-child(4n){
  margin-right: 0;
}
#restaurantCafe li:nth-child(4n+1),
#patisserieList li:nth-child(4n+1),
#foodhall li:nth-child(4n+1) {
  clear: both;
}
#restaurantCafe li a,
#patisserieList li a,
#foodhall li a{
  font-size: 12.8px;
  font-weight: bold;
}
#restaurantCafe li.online{
  clear: both;
}

.aboutKihachi{
  width: auto;
  margin: 65px auto;
  text-align: center;
}

#instafeed_area{
  margin-bottom: 80px;
}
#instafeed_area p{
  text-align: center;
  margin-bottom: 25px;
}
#instafeed_area #instafeed{
  width: 100%;
  display: inline-block;
}
#instafeed_area #instafeed li {
  margin-right: 1.5%;
  width: 15.4%;
  overflow: hidden;
  position: relative;
  float: left;
}
#instafeed_area #instafeed li:last-child{
  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;
}
.backGround img{
  width: 100%;
}
@media(max-width: 1200px){
  header nav{
    margin-right: 10px;
  }
  header nav ul li{
    padding: 0 10px;
  }
  header #logo{
    left: 2%;
  }
  header #logo img{
    width: 200px;
  }
}
#mainImage{
  width: 100% !important;
  left: 0px !important;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
/*#top #mainImage{
  height: 814px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}*/
#top #mainImage img{
  width: 100%;
}
/*#mainImage > p > img{
  width: 100%;
}*/
#patisserie #mainImage p > img,
#restaurant #mainImage p > img{
  width: auto;
}
section h3{
  text-align: left;
  font-size: 14px;
}
section.newsTopics.topTopics{
  display: inline-block;
  width: 100%;
}


/*restaurant-cafe button*/

.linkToMenu ul{
  width: 100%;
  display: inline-block;
  list-style: none;
  padding-left: 0;
}
.linkToMenu ul li{
  float: left;
  margin: 0 20px 20px 0;
  width: 49%;
}
.linkToMenu ul li:nth-child(2n){
  margin-right: 0;
}
.linkToMenu ul li:nth-child(5){
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.linkToMenu ul li span{
  float: left;
}


/*restaurant-cafe TOP*/
.linkButton p{
  width: 590px;
  height: 120px;
  line-height: 120px;
  margin: 0 auto;
  border: none;
/*  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;*/
}

.linkButton{
  width: 100%;
  margin-bottom: 80px;
  display: inline-block;
}
.topTopics .linkButton{
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#linkButtonText{
  text-align: center;
}
.linkButton li{
  width: 49.4%;
  height: 120px;
  /*line-height: 120px;*/
  margin: 0 auto 1.2%;
  float: left;
  border:none;
}
.linkButton li:nth-child(2n+1){
  margin-right: 1.2%;
}
/*.linkButton li:nth-child(3){
  margin: 20px auto 0;
  width: 49.2%;
  text-align: center;
  position: relative;
  left: 25%;
}*/
.linkButton li.onlineshop a{
  background-image: url('/common/img/renew/paticart.png');
  background-repeat: no-repeat;
  background-position: center 35%;
  line-height: 25px;
  padding-top: 20px;
  height: 70px;
  line-height: 70px;
  padding-top: 50px;
}
.linkButton a{
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.linkButtonText span{
  width: 100%;
  font-size: 12px;
  display: block;
  text-align: center;
}


/*   cake    */
.linkTo p{
  width: 590px;
  margin: 50px auto 0;
}
#patisserie .linkTo ul{
  margin-bottom: 0;
}
#restaurant .linkTo ul{
  margin-bottom: 10px;
}
.linkTo li{
  width: 49.2%;
  margin: 0 auto;
  float: left;
}
.linkTo li:first-child{
  margin-right: 1.6%;
}
.linkTo li:nth-child(3){
  margin: 20px auto 0;
  width: 49.2%;
  text-align: center;
  position: relative;
  left: 25%;
}
.linkTo li.onlineshop a{
  background-image: url('/common/img/renew/paticart.png');
  background-repeat: no-repeat;
  background-position: center 35%;
  line-height: 25px;
  padding-top: 20px;
  height: 70px;
  line-height: 70px;
  padding-top: 50px;
}
.linkTo a{
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.linkTo span{
  width: 100%;
  display: block;
  text-align: center;
}

#patisserie .linkTo li{
  border: none;
}
#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;
}


.newsTopicsRestaurant + .linkTo {
  width: 100%;
  margin: 70px 0 0;
  display: inline-block;
}
#patisserie section h2{
  margin: 70px 0 20px;
}
#patisserieCake .heightLineParent li{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 40px;
  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 p{
  float: right;
  width: 49%;
}
#patisserieCake .heightLineParent li .modal{
  display: block;
  width: 230px;
  margin: 30px 0 0;
  height: 40px;
  line-height: 40px;
  border: 1px solid #000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#patisserieCake .heightLineParent li .modal a{
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
.newsEntry{
  margin-bottom: 40px;
}
.cakePrice{
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
}


/*ショップ詳細*/
.rightMap{
  float: left;
}
.onlineResreve{
  width: 50%;
  height: 60px;
  line-height: 60px;
}
#shoplist_nagoya .onlineResreve,
#shoplist_atg .onlineResreve{
  clear: both;
  margin-top: 25px;
}
.onlineResreve p{
  width: 500px;
  margin-top: 25px;
}
.onlineResreve a{
  display: block;
  position: relative;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
}
#restaurantContents .linkTo a{
  font-size: 18px;
}



/*    restaurant menu      */
#restaurantmenu{
  display: none!important;
}
#shopMenu #lunch,
#shopMenu #dinner,
#shopMenu #partyplan,
#shopMenu #food,
#shopMenu #sweets,
#shopMenu #drink{
  width: 100%;
  clear: both;
}
#shopMenu{
  margin-top: 50px;
}
#shopMenu h2{
  float: left;
  margin: 0 0 0 20px;
  line-height: 50px;
}

#shopMenu .menu-s{
  display: inline-block;
  width: 100%;
  background-color: #EDEDED;
  height: 50px;
  line-height: 50px;
}
#shopMenu .tabMenu {
  float: right;
  width: 30%;
}
#shopMenu .tabMenu li:last-child{
  margin-right: 0;
}
#shopMenu .tabMenu > ul{
  width: 100%;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
#shopMenu .tabMenu li{
  width: 43%;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-image: url(../img/sprite.png);
  background-position: 0px -60px;
  background-repeat: no-repeat;
  background-position: 0px -47px;
}
#restaurantContents.cafe #shopMenu .tabMenu li{
  /*width: 33.33333333%;*/
	width: auto;
}
#shopMenu .tabMenu li:first-child{
  border-right: none;
  width: 26%;
}
#shopMenu .tabMenu li:nth-child(2){
  border-right: none;
  width: 31%;
}
/*body #shopMenu .tabMenu li.ui-state-active {
  background: #fff!important;
}*/
body #shopMenu .tabMenu li.ui-state-active a{
    border-bottom: 3px solid #000;
    line-height: 44px;
    position: relative;
    top: 3px;
}

#shopMenu .tabMenu li:last-child.ui-state-active{
  margin-right: 0;
}
#shopMenu .tabMenu li a{
  display: block;
  font-size: 14.4px;
  text-indent: 3px;
}
#shopMenu .tabMenu li a:hover{
  text-decoration: none;
}
#shopMenu  #lunch,
#shopMenu  #dinner,
#shopMenu  #partyplan{
  width: 100%;
  background-color: #fff;
}
.courseName.hidden-xs.one-line{
  display: none!important;
}

#dinner.open .courseName.hidden-xs.one-line{
  display: block!important;
}




/*#shopMenu .tabMenu_aoyama {
    float: right;
    width: auto;
}
#shopMenu .tabMenu_aoyama > ul {
    width: 100%;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
#shopMenu .tabMenu_aoyama li:last-child{
  margin-right: 0;
}
#restaurantContents.cafe #shopMenu .tabMenu_aoyama li{
  width: 33.33333333%;
}
#shopMenu .tabMenu_aoyama li:first-child{
  border-right: none;
  /*width: 26%;*/
/*}
body #shopMenu .tabMenu_aoyama li.ui-state-active a{
    border-bottom: 3px solid #000;
    line-height: 44px;
    position: relative;
    top: 3px;
}
#shopMenu .tabMenu_aoyama li:last-child.ui-state-active{
  margin-right: 0;
}
#shopMenu .tabMenu_aoyama li a{
  display: block;
  font-size: 14.4px;
  text-indent: 3px;
}
#shopMenu .tabMenu_aoyama li a:hover{
  text-decoration: none;
}
#shopMenu .tabMenu_aoyama {
    float: right;
    width: auto;
}

#shopMenu .tabMenu_aoyama li:nth-child(2) {
    border-right: none;
    width: auto;
    padding: 0 20px 0px 20px;
}
#shopMenu .tabMenu_aoyama li {
    width: auto;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-image: url(../img/sprite.png);
    background-position: 0px -60px;
    background-repeat: no-repeat;
    background-position: 0px -47px;
    padding: 0px 20px 0 20px;
}*/

/*----------aoyama_new-----------*/

#shopMenu .tabMenu_aoyama {
  float: right;
  width: 30%;
}
#shopMenu .tabMenu_aoyama li:last-child{
  margin-right: 0;
}
#shopMenu .tabMenu_aoyama > ul{
  width: 100%;
  display: inline-block;
  list-style: none;
  margin: 0;
/*padding: 3.5% 0 !important;*/
  float: right;
}
#shopMenu .tabMenu_aoyama li{
  width: 43%;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-image: url(../img/sprite.png);
  background-position: 0px -60px;
  background-repeat: no-repeat;
  background-position: 0px -47px;
}
#restaurantContents.cafe #shopMenu .tabMenu_aoyama li{
  width: 33.33333333%;
}
#shopMenu .tabMenu_aoyama li:first-child{
  border-right: none;
  width: 26%;
}
#shopMenu .tabMenu_aoyama li:nth-child(2){
  border-right: none;
  width: 31%;
}
body #shopMenu .tabMenu_aoyama li.ui-state-active a{
    border-bottom: 3px solid #000;
    line-height: 44px;
    position: relative;
    top: 3px;
}

#shopMenu .tabMenu_aoyama li:last-child.ui-state-active{
  margin-right: 0;
}
#shopMenu .tabMenu_aoyama li a{
  display: block;
  font-size: 14.4px;
  text-indent: 3px;
}
#shopMenu .tabMenu_aoyama li a:hover{
  text-decoration: none;
}



/*patisserie*/
.othreLinks {
  width: 100%;
  display: inline-block;
  margin: 80px 0 0;
}
.othreLinks li{
  float: left;
  width: 23.87%;
  margin-right: 1.5%;
}
.othreLinks li:last-child{
  margin-right: 0;
}
.spCafe {
  margin: 20px 0 40px;
}
.spCafe li{
  width: 24.25%;
  margin-right: 1%;
  float: left;
}
.spCafe li:last-child{
  margin-right: 0
}
.spCafe ul li p {
  margin: 10px auto 20px;
  text-align: center;
  font-size: 12px;
}
#patisserieCake .newsEntry{
  margin-bottom: 0;
}
#patisserieCake .linkTo p{
  margin: 35px auto 0;
}
/*
.shopMenuInfoPrice{
  display: none;
}*/
.cafe .shopMenuInfoPrice,
.cafe .note{
  display: block;
}

#restaurantCafe li:nth-child(7){
  clear: both;
  margin-right: 2%;
}
#restaurantCafe li:nth-child(9){
  float: left;
  margin-left: 2%;
  clear: none;
}
#restaurantCafe li:nth-child(10){
  margin-right: 0;
}
.open .shopMenuInfoPrice{
  display: block;
}
ul li.online{
  clear: both;
}
.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.10）";
}