@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Rokkitt:400,700);
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* --------------------------------------------------------------------------
  base
 -------------------------------------------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, Arial, sans-serif;
  line-height: 1.4;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  text-decoration: underline;
}

/* --------------------------------------------------------------------------
  hatena-recommend
 -------------------------------------------------------------------------- */
.mesitsu_rilo-recommend {
  padding: 15px 0;
}

.mesitsu_rilo-recommend-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  font-family: Rokkitt, Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: .15em;
  padding-bottom: 5px;
  border-bottom: 3px solid #424242;
}

.mesitsu_rilo-recommend-title::after {
  content: "PICK UP RESTAURANT";
  font-size: 10px;
}

.mesitsu_rilo-recommend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}

.mesitsu_rilo-recommend-list__item {
  width: 230px;
  margin-top: 20px;
  margin-right: 15px;
}

.mesitsu_rilo-recommend-list__item:nth-of-type(-n+3) {
  margin-top: 0;
}

.mesitsu_rilo-recommend-list__item:nth-of-type(3n) {
  margin-right: 0;
}

.mesitsu_rilo-recommend-list__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.mesitsu_rilo-recommend-list__link:hover .mesitsu_rilo-recommend-list__name {
  text-decoration: underline;
}

.mesitsu_rilo-recommend-list__image {
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: relative;
}

.mesitsu_rilo-recommend-list__image img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mesitsu_rilo-recommend-list__info {
  margin-top: 10px;
}

.mesitsu_rilo-recommend-list__name {
  font-size: 13px;
  font-weight: 600;
  color: #1470cc;
}

.mesitsu_rilo-recommend-list__area,
.mesitsu_rilo-recommend-list__genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
}

.mesitsu_rilo-recommend-list__area {
  margin-top: 10px;
}

.mesitsu_rilo-recommend-list__genre {
  margin-top: 5px;
}

.mesitsu_rilo-recommend-list__area::before,
.mesitsu_rilo-recommend-list__genre::before {
  content: "";
  width: 12px;
  height: 15px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.mesitsu_rilo-recommend-list__area::before {
  background-image: url(icon_area_pc.png);
}

.mesitsu_rilo-recommend-list__genre::before {
  background-image: url(icon_genre_pc.png);
}
