@charset "UTF-8";
/*---------------------------------------------------------------------------*/
#restaurant {
  background: #f5f5f5;
  overflow: hidden;
  /*---------------------------------------------------------------------------*/
}

#restaurant .titleArea {
  background: url(/assets/img/restaurant/titleAreaBg.jpg) center center no-repeat;
  background-size: cover;
}

#restaurant .titleArea .ttlJp {
  color: #ffffff;
}

#restaurant .areaSelect {
  background: #fff;
  box-sizing: border-box;
  height: 258px;/*200px*/
  min-width: 980px;
  padding-top: 40px;
  text-align: center;
}

#restaurant .areaSelect .selectBox {
  /*background: #f5f5f5;*/
  display: inline-block;
  margin: 0 auto;
  /*min-width: 980px;*/
  width: 900px;
  text-align: left;
}

#restaurant .areaSelect .selectBox dl.selecter_area {
  background: #f5f5f5;
  /*display: inline-block;*/
  box-sizing: border-box;
  float: right;
  height: 116px;
  font-size: 0;
  padding: 15px 0 0 15px;
  width: 740px;
  display: flex;
  flex-wrap: wrap;
}
#restaurant .areaSelect .selectBox dl.selecter_type {
  background: #f5f5f5;
  /*display: inline-block;*/
  box-sizing: border-box;
  float: right;
  height: 58px;
  font-size: 0;
  padding: 12px 0 0 15px;
  width: 740px;/*100%*/
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e7e7e7;
}

/*#restaurant .areaSelect .selectBox dl + dl {
  border-top: 1px solid #e7e7e7;
}*/

#restaurant .areaSelect .selectBox .selectBoxTitle_area {
  font-family: "ryo-display-plusn";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 700;
  background: #322213;
  border-top: 1px solid #5f5750;
  box-sizing: border-box;
  color: #fff;
  /*display: inline-block;*/
  font-size: 13px;
  height: 116px;
  line-height: 1;
  padding-top: 50px;
  text-align: center;
  vertical-align: middle;
  width: 160px;
  float: left;
}
#restaurant .areaSelect .selectBox .selectBoxTitle_type {
  font-family: "ryo-display-plusn";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 700;
  background: #322213;
  border-top: 1px solid #5f5750;
  box-sizing: border-box;
  color: #fff;
  /*display: inline-block;*/
  font-size: 13px;
  height: 59px;
  line-height: 1;
  padding-top: 24px;/*24px*/
  text-align: center;
  vertical-align: middle;
  width: 160px;
  float: left;
}

/*#restaurant .areaSelect .selectBox dt {
  font-family: "ryo-display-plusn";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 700;
  background: #322213;
  border-top: 1px solid #5f5750;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin-top: -1px;
  height: 59px;
  line-height: 1;
  margin-right: 14px;
  padding-top: 24px;
  text-align: center;
  vertical-align: middle;
  width: 160px;
}*/

#restaurant .areaSelect .selectBox dd {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  min-width: 68px;
}

#restaurant .areaSelect .selectBox dd label {
  background: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  height: 35px;
  line-height: 1;
  min-width: 2em;
  padding: 10px 20px 0;
  position: relative;
  vertical-align: top;
}

#restaurant .areaSelect .selectBox dd label.select {
  border: 1px solid #d4ad71;
  color: #d4ad71;
  cursor: auto;
}

#restaurant .areaSelect .selectBox dd label:hover {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #ffffff;
  color: #d4ad71;
}

#restaurant .areaSelect .selectBox dd input {
  opacity: 0;
  filter: alpha(opacity=0);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  box-sizing: border-box;
  border: 0;
  font-size: 0;
  margin: 0;
  height: 0;
  padding: 0;
  position: absolute;
  width: 0;
}

#restaurant .restaurantArea {
  margin: 0 auto;
  max-width: 1920px;
  min-height: 394px;
  min-width: 980px;
  padding: 30px 0 55px;
  text-align: center;
  width: 100%;
}

#restaurant .stock {
  display: none;
}

#restaurant .restaurantArea .restaurantList {
  font-size: 0;
  margin: 0 auto;
  text-align: center;
}

#restaurant .restaurantArea .restaurantList.masonry {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#restaurant .restaurantArea .restaurantList.masonry .masonry-brick {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#restaurant .restaurantArea .restaurantList.masonry {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}

#restaurant .restaurantArea .restaurantList.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
  transition-property: left, right, top;
}

#restaurant .restaurantArea .restaurantList > li {
  display: inline-block;
  font-size: 12px;
  margin: 0 15px 30px;
  vertical-align: top;
  padding: 0;
  text-align: center;
  width: 300px;
}

#restaurant .restaurantArea .imgBox {
  height: 170px;
  overflow: hidden;
  position: relative;
}

#restaurant .restaurantArea .areaIco {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  background: #322213;
  color: #ffffff;
  font-size: 11px;
  left: 0;
  line-height: 1;
  padding: 5px 6px;
  position: absolute;
  top: 0;
  z-index: 5;
}

#restaurant .restaurantArea .restaurantInfo {
  background: #ffffff;
  min-height: 149px;
}

#restaurant .restaurantArea .restaurantInfo a {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #ffffff;
  color: #221715;
  display: block;
  padding-bottom: 30px;
  text-decoration: none;
}

#restaurant .restaurantArea .restaurantInfo a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#restaurant .restaurantArea .restaurantInfo .restaurantShopLogo {
  line-height: 70px;
  padding: 0;
  vertical-align: middle;
  height: 70px;
}

#restaurant .restaurantArea .restaurantInfo .restaurantShopLogo img {
  vertical-align: middle;
}

#restaurant .restaurantArea .restaurantInfo .restaurantShopName {
  font-size: 13px;
  padding: 0 0 14px;
}

#restaurant .restaurantArea .restaurantInfo .restaurantBar {
  background: #d4ad71;
  font-size: 0;
  height: 1px;
  line-height: 1;
  margin: 0 auto 14px;
  width: 20px;
}

#restaurant .restaurantArea .restaurantInfo .restaurantComment {
  font-size: 12px;
  padding: 0 15px 14px;
  line-height: 2.0;
}

#restaurant .restaurantArea .restaurantInfo .restaurantTag {
  font-size: 0;
}

#restaurant .restaurantArea .restaurantInfo .restaurantTag li {
  background: #fbf5eb;
  color: #d4ad71;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  margin: 0 4px;
  min-width: 60px;
  padding: 5px;
  text-align: center;
  vertical-align: top;
}

#restaurant .none_search {
  font-family: "ryo-display-plusn";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 700;
  display: none;
  font-size: 20px;
  line-height: 2;
  padding: 30px 0;
}
