@charset "UTF-8";
/***********/
/* RiffIcon */
/* アイコンを付ける要素の:before、:afterに記述する。 */
/* アイコンを付ける要素にposition: relative;を設定する。*/
/***********/
@font-face {
  font-family: RiffIcons;
  src: url("https://s.yimg.jp/images/riff/4.6.0/component/icon/fonts/RiffIcons.woff2") format("woff2"), url("https://s.yimg.jp/images/riff/4.6.0/component/icon/fonts/RiffIcons.woff") format("woff"), url("https://s.yimg.jp/images/riff/4.6.0/component/icon/fonts/RiffIcons.ttf") format("truetype"); }

@font-face {
  font-family: LocoIcons;
  src: url("https://s.yimg.jp/images/loco/serp/fonts/locoIcons.woff2") format("woff2"), url("https://s.yimg.jp/images/loco/serp/fonts/locoIcons.woff") format("woff"), url("https://s.yimg.jp/images/loco/serp/fonts/locoIcons.ttf") format("truetype"); }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif; }

.container {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  color: #262626; }

.navigation {
  float: left;
  width: 200px;
  margin-right: 30px; }

.mainContents {
  float: right;
  width: 720px; }

.search {
  margin-bottom: 17px;
  line-height: 1; }
  .search__form {
    margin-bottom: 16px; }
  .search__field {
    display: flex;
    align-items: center; }
  .search__main {
    display: flex;
    width: 586px;
    margin-right: 20px; }
  .search__text {
    position: relative; }
  .search__keyword {
    width: 496px;
    margin: 0;
    padding: 10px 27px 10px 11px;
    font-size: 14px;
    border: 2px solid #1a75ff;
    border-right-width: 0;
    border-radius: 4px 0 0 4px;
    box-sizing: border-box; }
    .search__keyword::-ms-clear {
      visibility: hidden; }
  .search__clear {
    position: absolute;
    top: 7px;
    left: 464px;
    width: 28px;
    height: 28px;
    overflow: hidden;
    cursor: pointer; }
    .search__clear::before {
      display: block;
      content: "";
      font-family: RiffIcons;
      position: absolute;
      font-weight: normal;
      font-size: 28px;
      color: #999;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      position: relative; }
  .search__submit {
    width: 90px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background: #1a75ff;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer; }
  .search__advanced {
    font-size: 14px;
    font-weight: bold; }
  .search__mypage {
    position: relative;
    margin-left: auto;
    font-size: 14px;
    font-weight: bold; }
    .search__mypage::before {
      display: block;
      content: "";
      font-family: RiffIcons;
      position: absolute;
      font-weight: normal;
      font-size: 20px;
      color: #ccc;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      top: -4px;
      left: -22px; }
  .search__breadcrumb {
    font-size: 14px; }
  .search__crumb {
    display: inline; }
  .search__path {
    position: relative;
    padding-right: 16px; }
    .search__path::after {
      display: block;
      position: absolute;
      top: calc(50% - 4px);
      right: 4px;
      width: 6px;
      height: 6px;
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      content: "";
      transform: rotate(45deg); }

.selectWrapper {
  margin-bottom: 24px; }

.selectArea {
  position: relative;
  line-height: 1;
  margin-bottom: 12px; }
  .selectArea__title {
    padding: 8px;
    border: solid 1px #C4D2E6;
    border-radius: 4px 4px 0 0;
    background-color: #E8F1FF;
    font-size: 12px; }
  .selectArea__em {
    font-size: 14px; }
  .selectArea__selected {
    position: relative;
    padding: 12px 20px 12px 8px;
    border: 1px solid #cccccc;
    border-top-width: 0;
    border-radius: 0 0 4px 4px;
    font-size: 14px; }
    .selectArea__selected::after {
      display: inline-block;
      width: 6px;
      height: 6px;
      position: absolute;
      top: 16px;
      right: 10px;
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      vertical-align: middle;
      content: "";
      transform: rotate(45deg); }

.selectGenre {
  position: relative;
  line-height: 1; }
  .selectGenre__title {
    padding: 8px;
    border: solid 1px #C4D2E6;
    border-radius: 4px 4px 0 0;
    background-color: #E8F1FF;
    font-size: 12px; }
  .selectGenre__em {
    font-size: 14px; }
  .selectGenre__selected {
    position: relative;
    padding: 12px 20px 12px 8px;
    border: 1px solid #cccccc;
    border-top-width: 0;
    border-radius: 0 0 4px 4px;
    font-size: 14px; }
    .selectGenre__selected::after {
      display: inline-block;
      width: 6px;
      height: 6px;
      position: absolute;
      top: 16px;
      right: 10px;
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      vertical-align: middle;
      content: "";
      transform: rotate(45deg); }

.dropdown {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
  z-index: 1000; }
  .dropdown--show {
    display: block; }
  .dropdown__body {
    position: absolute;
    width: 386px;
    max-height: calc(100vh - 24px);
    left: 210px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-sizing: border-box; }
    .dropdown__body::before {
      display: inline-block;
      position: absolute;
      top: 42px;
      left: -14px;
      border: 7px solid transparent;
      border-right: 7px solid #fff;
      content: "";
      z-index: 2; }
    .dropdown__body::after {
      display: inline-block;
      position: absolute;
      top: 41px;
      left: -16px;
      border: 8px solid transparent;
      border-right: 8px solid #ccc;
      content: "";
      z-index: 1; }
  .dropdown__inner {
    max-height: calc(100vh - 64px);
    padding: 0 17px;
    overflow: scroll; }
  .dropdown__breadcrumb {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 13px;
    padding: 9px 0 8px;
    font-size: 12px;
    line-height: 1.7; }
  .dropdown__crumb {
    display: inline-block; }
  .dropdown__path {
    position: relative;
    padding-right: 13px; }
    .dropdown__path::after {
      display: block;
      position: absolute;
      top: calc(50% - 3px);
      right: 5px;
      width: 5px;
      height: 5px;
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      content: "";
      transform: rotate(45deg); }
  .dropdown__list {
    overflow: auto;
    line-height: 1; }
  .dropdown__item, .dropdown__item--selected {
    margin-bottom: 16px; }
    .dropdown__item--selected {
      font-weight: bold; }

.area {
  margin-bottom: 16px;
  line-height: 1; }
  .area__title {
    margin-bottom: 16px;
    color: #595959;
    font-weight: normal;
    font-size: 18px; }
  .area__region {
    margin-bottom: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5; }
  .area__name {
    margin-bottom: 12px;
    color: #262626;
    font-size: 14px; }
  .area__list {
    display: flex;
    flex-wrap: wrap; }
  .area__item {
    margin-right: 12px;
    margin-bottom: 11px;
    font-size: 12px; }

.genre {
  line-height: 1;
  margin-bottom: 24px; }
  .genre__title {
    margin-bottom: 16px;
    color: #595959;
    font-weight: normal;
    font-size: 18px; }
  .genre__category {
    margin-bottom: 16px;
    padding-left: 4px;
    padding-right: 8px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5; }
  .genre__name {
    margin-bottom: 12px;
    color: #262626;
    font-size: 14px; }
  .genre__list--hide {
    display: none; }
  .genre__item {
    margin-bottom: 8px;
    font-size: 12px; }
  .genre__trigger {
    margin-top: 16px;
    font-size: 12px;
    text-align: right;
    cursor: pointer; }
    .genre__trigger::before {
      display: block;
      content: "";
      font-family: RiffIcons;
      position: absolute;
      font-weight: normal;
      font-size: 12px;
      color: #999;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      position: relative;
      margin-right: 2px; }
    .genre__trigger:hover {
      color: #1a75ff;
      text-decoration: underline; }
    .genre__trigger--hide {
      display: none; }

.condition__title {
  margin-bottom: 16px;
  color: #595959;
  font-size: 18px;
  font-weight: normal;
  line-height: 1; }

.condition__submit {
  width: 100%;
  padding: 11px 0;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  background: #1a75ff;
  border-radius: 4px;
  cursor: pointer; }

.conditionPrice {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1; }
  .conditionPrice__title {
    margin-bottom: 16px;
    font-size: 14px; }
  .conditionPrice__choice {
    display: inline-block;
    position: relative; }
    .conditionPrice__choice::after {
      display: block;
      content: "";
      font-family: RiffIcons;
      position: absolute;
      font-weight: normal;
      font-size: 11px;
      color: #999;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      top: calc(50% - 6px);
      right: 4px;
      pointer-events: none; }
  .conditionPrice__select {
    height: 30px;
    margin: 0;
    padding: 0 10px 0 8px;
    font-size: 12px;
    border: 1px solid #ccc;
    background: #fff;
    line-height: 1;
    border-radius: 4px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 80px; }
    .conditionPrice__select::-ms-expand {
      display: none; }
  .conditionPrice__range {
    font-size: 14px; }

.conditionDate {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1; }
  .conditionDate__title {
    margin-bottom: 16px;
    font-size: 14px; }
  .conditionDate__item {
    display: flex;
    margin-bottom: 8px;
    align-items: center; }
    .conditionDate__item:last-child {
      margin-bottom: 16px; }
  .conditionDate__label {
    width: 40px;
    font-size: 14px; }
  .conditionDate__choice {
    display: inline-block;
    position: relative; }
    .conditionDate__choice::after {
      display: block;
      content: "";
      font-family: RiffIcons;
      position: absolute;
      font-weight: normal;
      font-size: 11px;
      color: #999;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      top: calc(50% - 6px);
      right: 4px;
      pointer-events: none; }
  .conditionDate__select {
    height: 30px;
    margin: 0;
    padding: 0 10px 0 8px;
    font-size: 12px;
    border: 1px solid #ccc;
    background: #fff;
    line-height: 1;
    border-radius: 4px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 117px; }
    .conditionDate__select::-ms-expand {
      display: none; }

.conditionSmoking {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1; }
  .conditionSmoking__title {
    margin-bottom: 16px;
    font-size: 14px; }
  .conditionSmoking__item {
    margin-bottom: 4px; }
    .conditionSmoking__item:last-child {
      margin-bottom: 0; }
  .conditionSmoking__radio {
    display: none; }
  .conditionSmoking__radio:checked + .conditionSmoking__label::after {
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    background-color: #1a75ff;
    border-radius: 10px;
    content: ""; }
  .conditionSmoking__label {
    display: inline-block;
    margin-right: 8px;
    padding-left: 20px;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer; }
    .conditionSmoking__label::before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 12px;
      height: 12px;
      border: 2px solid #ccc;
      border-radius: 16px;
      content: ""; }

.conditionCommitment {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1; }
  .conditionCommitment__title {
    margin-bottom: 16px;
    font-size: 14px; }
  .conditionCommitment__list {
    font-size: 12px; }
  .conditionCommitment__item {
    margin-bottom: 10px; }
    .conditionCommitment__item:last-child {
      margin-bottom: 0; }
  .conditionCommitment__checkbox {
    display: none; }
  .conditionCommitment__checkbox:checked + .conditionCommitment__label::after {
    display: block;
    content: "";
    font-family: RiffIcons;
    position: absolute;
    font-weight: normal;
    font-size: 20px;
    color: #1a75ff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    top: -3px;
    left: -2px; }
  .conditionCommitment__label {
    margin-right: 8px;
    padding-left: 20px;
    position: relative;
    cursor: pointer; }
    .conditionCommitment__label::before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 10px;
      height: 10px;
      border: 2px solid #ccc;
      content: ""; }

.conditionScene {
  line-height: 1; }
  .conditionScene__title {
    margin-bottom: 16px;
    font-size: 14px; }
  .conditionScene__choice {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 16px; }
    .conditionScene__choice::after {
      display: block;
      content: "";
      font-family: RiffIcons;
      position: absolute;
      font-weight: normal;
      font-size: 11px;
      color: #999;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      top: calc(50% - 6px);
      right: 4px;
      pointer-events: none; }
    .conditionScene__choice::after {
      right: 10px; }
  .conditionScene__select {
    height: 30px;
    margin: 0;
    padding: 0 10px 0 8px;
    font-size: 12px;
    border: 1px solid #ccc;
    background: #fff;
    line-height: 1;
    border-radius: 4px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%; }
    .conditionScene__select::-ms-expand {
      display: none; }

.result {
  display: flex;
  margin-bottom: 16px;
  line-height: 1;
  align-items: center;
  flex-wrap: wrap; }
  .result__title {
    margin-right: 16px;
    font-size: 14px;
    font-weight: normal;
    line-height: normal; }
  .result__keyword, .result__number {
    font-size: 18px;
    font-weight: bold; }
  .result__text {
    margin-left: 6px;
    margin-right: 6px; }
  .result__choice {
    display: inline-block;
    position: relative; }
    .result__choice::after {
      display: block;
      content: "";
      font-family: RiffIcons;
      position: absolute;
      font-weight: normal;
      font-size: 11px;
      color: #999;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      top: calc(50% - 7px);
      right: 9px;
      pointer-events: none; }
  .result__select {
    margin: 0;
    height: 28px;
    padding: 0 18px 0 9px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    background: #fff;
    border-radius: 4px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .result__select::-ms-expand {
      display: none; }

.advertisement {
  font-size: 12px; }
  .advertisement__item {
    position: relative;
    margin-bottom: 16px;
    padding: 16px;
    border: solid 1px #e5e5e5;
    line-height: 1;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1); }
  .advertisement__title {
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: normal; }
  .advertisement__info {
    display: block;
    position: absolute;
    top: 15px;
    right: 16px;
    padding: 3px 6px;
    font-weight: bold;
    background-color: #ebf3ff; }
  .advertisement__path {
    display: flex;
    margin-bottom: 7px;
    color: #999; }
  .advertisement__about {
    position: relative;
    margin-left: 3px; }
  .advertisement__arrow {
    cursor: pointer; }
    .advertisement__arrow::before {
      display: block;
      content: "";
      font-family: RiffIcons;
      position: absolute;
      font-weight: normal;
      font-size: 11px;
      color: #999;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      position: unset; }
  .advertisement__chip {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 2000;
    padding: 0 16px;
    border: 1px solid #eee;
    color: #444;
    font-size: 13px;
    text-decoration: none;
    line-height: 44px;
    white-space: nowrap;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03), 0 2px 5px 0 rgba(0, 0, 0, 0.16); }
    .advertisement__chip:hover {
      background-color: #f7f7f7;
      text-decoration: none; }
    .advertisement__chip--show {
      display: block; }
  .advertisement__text {
    margin-bottom: 7px;
    color: #262626;
    line-height: 1.4; }
    .advertisement__text:last-child {
      margin-bottom: 0; }
  .advertisement__nav {
    display: flex; }
  .advertisement__menu::after {
    margin-left: 3px;
    margin-right: 3px;
    color: #999;
    content: "-"; }
  .advertisement__menu:last-child::after {
    content: ""; }

.advertisementDialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000; }
  .advertisementDialog--show {
    display: block; }
  .advertisementDialog__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(244, 244, 244, 0.84); }
  .advertisementDialog__base {
    position: relative;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 360px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.03), 0 11px 14px 0 rgba(0, 0, 0, 0.24);
    transform: translateY(-50%);
    z-index: 2; }
  .advertisementDialog__body {
    padding: 24px 16px;
    font-size: 14px; }
  .advertisementDialog__title {
    margin-bottom: 16px;
    font-weight: bold; }
  .advertisementDialog__text {
    margin-bottom: 16px; }
  .advertisementDialog__item::before {
    color: #aaa;
    content: '・'; }
  .advertisementDialog__footer {
    display: flex;
    font-size: 16px;
    font-weight: bold;
    line-height: 52px;
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 0 0 4px 4px; }
  .advertisementDialog__close {
    border-top: 1px solid #ddd;
    flex: 1;
    cursor: pointer; }
  .advertisementDialog__more {
    display: block;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    flex: 1; }

.card__item {
  display: flex;
  margin-bottom: 16px;
  padding: 16px;
  border: solid 1px #e5e5e5;
  line-height: 1;
  flex-direction: row-reverse;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1); }

.card__body {
  width: 526px; }
  .card__body--noimage {
    width: 100%; }

.card__name {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.4; }

.card__outline {
  display: flex;
  margin-bottom: 9px;
  color: #595959;
  font-size: 12px; }
  .card__outline:last-child {
    margin-bottom: 0; }

.card__access {
  margin-right: 15px; }

.card__detail {
  padding-top: 9px;
  border-top: 1px solid #e5e5e5; }

.card__review {
  margin-right: 15px; }

.card__feature {
  display: flex;
  margin-bottom: 6px;
  align-items: center; }

.card__labels {
  font-size: 11px; }

.card__label {
  display: inline-block;
  padding: 3px 7px;
  background: #e1eaf8;
  border-radius: 9px; }

.card__price {
  margin-bottom: 12px; }

.card__point {
  display: flex;
  margin-bottom: 8px;
  align-items: center; }

.card__mark {
  width: 60px;
  margin-right: 6px; }

.card__caption {
  position: relative;
  padding-left: 15px;
  font-size: 12px; }
  .card__caption::before {
    display: block;
    content: "";
    font-family: RiffIcons;
    position: absolute;
    font-weight: normal;
    font-size: 10px;
    color: #ff0132;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    top: 0;
    left: 0; }

.card__image {
  width: 150px;
  height: 150px;
  margin-right: 12px; }

.cardReview {
  display: flex;
  align-items: center; }
  .cardReview__score {
    display: flex;
    margin-right: 16px;
    line-height: 1;
    align-items: center; }
  .cardReview__star {
    display: inline-block;
    position: relative;
    top: -1px;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle; }
    .cardReview__star:before {
      display: inline-block;
      font-family: RiffIcons;
      font-size: 20px;
      font-weight: normal;
      text-rendering: auto;
      content: "\F202\F202\F202\F202\F202";
      color: #ddd;
      line-height: 14px;
      vertical-align: text-top; }
    .cardReview__star:after {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      font-family: RiffIcons;
      font-size: 20px;
      font-weight: normal;
      text-rendering: auto;
      color: #ffc537;
      line-height: 14px;
      vertical-align: text-top; }
    .cardReview__star--10:after {
      content: "\F202"; }
    .cardReview__star--20:after {
      content: "\F202\F202"; }
    .cardReview__star--30:after {
      content: "\F202\F202\F202"; }
    .cardReview__star--40:after {
      content: "\F202\F202\F202\F202"; }
    .cardReview__star--50:after {
      content: "\F202\F202\F202\F202\F202"; }
    .cardReview__star--05:after {
      content: "\F203"; }
    .cardReview__star--15:after {
      content: "\F202\F203"; }
    .cardReview__star--25:after {
      content: "\F202\F202\F203"; }
    .cardReview__star--35:after {
      content: "\F202\F202\F202\F203"; }
    .cardReview__star--45:after {
      content: "\F202\F202\F202\F202\F203"; }
  .cardReview__number {
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle; }
  .cardReview__count {
    position: relative;
    padding-left: 20px;
    color: #262626 !important;
    font-size: 12px; }
    .cardReview__count::before {
      display: block;
      content: "";
      font-family: RiffIcons;
      position: absolute;
      font-weight: normal;
      font-size: 18px;
      color: #ccc;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      top: -2px;
      left: 0; }

.cardPrice {
  display: flex;
  font-size: 12px; }
  .cardPrice__text {
    position: relative;
    margin-right: 12px;
    padding-left: 17px; }
    .cardPrice__text::before {
      display: block;
      top: -2px;
      left: 0; }
    .cardPrice__text--dinner::before {
      position: absolute;
      display: block;
      content: "";
      font-family: LocoIcons;
      font-weight: normal;
      font-size: 16px;
      color: #5594af;
      text-rendering: auto; }
    .cardPrice__text--lunch::before {
      position: absolute;
      display: block;
      content: "";
      font-family: LocoIcons;
      font-weight: normal;
      font-size: 16px;
      color: #f48c61;
      text-rendering: auto; }
    .cardPrice__text--paypay::before {
      position: absolute;
      display: block;
      content: "";
      font-family: LocoIcons;
      font-weight: normal;
      font-size: 16px;
      color: #ff0033;
      text-rendering: auto; }

.cardStock {
  width: 100%;
  font-size: 14px; }
  .cardStock__date, .cardStock__date--today, .cardStock__date--saturday, .cardStock__date--sunday {
    width: 9%;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid #e5e5e5;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    background-color: #f7f7f7; }
    .cardStock__date--today {
      font-weight: bold;
      border-width: 1px 1px 0 1px;
      border-color: #C4D2E6;
      border-style: solid;
      background-color: #e1eaf8; }
    .cardStock__date--saturday {
      color: #195ad1; }
    .cardStock__date--sunday {
      color: #d82654; }
  .cardStock__day {
    font-family: Arial, Helvetica, sans-serif; }
  .cardStock__status, .cardStock__status--disabled {
    height: 49px;
    line-height: 49px;
    border: 1px solid #e5e5e5;
    text-align: center;
    box-sizing: border-box; }
    .cardStock__status--disabled {
      color: #999;
      font-weight: bold;
      font-family: Arial, Helvetica, sans-serif; }
  .cardStock__link {
    display: block;
    font-family: "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif; }

.cardMedical {
  font-size: 12px; }
  .cardMedical__item {
    margin-bottom: 8px; }
  .cardMedical__name {
    font-weight: bold; }
  .cardMedical__text {
    color: #595959; }

.notFound {
  padding-top: 20px;
  margin-bottom: 30px;
  line-height: 1;
  text-align: center; }
  .notFound__image {
    display: block;
    margin: 0 auto 26px; }
  .notFound__title {
    margin-bottom: 14px;
    font-size: 18px; }
  .notFound__text {
    margin-bottom: 26px;
    color: #595959;
    font-size: 14px; }
  .notFound__link {
    margin-bottom: 22px;
    font-size: 14px; }

.pagination {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  align-items: flex-end; }
  .pagination__item {
    margin-right: 4px; }
  .pagination__link, .pagination__link--text {
    display: block;
    height: 32px;
    padding-right: 7px;
    padding-left: 7px;
    border: 1px solid #ccc;
    line-height: 32px;
    box-sizing: border-box; }
    .pagination__link:hover, .pagination__link--text:hover {
      text-decoration: none !important;
      opacity: 0.65; }
    .pagination__link--text {
      padding-right: 9px;
      padding-left: 9px; }
  .pagination__current {
    display: block;
    height: 32px;
    padding-right: 7px;
    padding-left: 7px;
    border: 1px solid #c0cfe1;
    line-height: 32px;
    background-color: #e9f2ff;
    box-sizing: border-box; }
  .pagination__ellipsis {
    display: block;
    padding-bottom: 3px;
    font-size: 14px; }

.limitMessage {
  margin-bottom: 16px;
  padding: 16px;
  border: solid 1px #e5e5e5;
  font-size: 14px;
  line-height: 1.36;
  background-color: #f7f7f7; }

.plan {
  margin-bottom: 18px;
  color: #333333; }
  .plan__photo {
    position: relative;
    margin-bottom: 15px; }
  .plan__type {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -3px;
    min-width: 165px;
    padding: 10px 27px 10px 16px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    background-color: #d40000;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
    box-sizing: border-box; }
    .plan__type::before {
      position: absolute;
      display: inline-block;
      content: "";
      background-image: url(https://s.yimg.jp/images/loco/serp/pc/images/icon_plan.png);
      background-repeat: no-repeat;
      width: 121px;
      height: 58px;
      background-size: contain;
      left: 16px;
      bottom: 32px; }
  .plan__title {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 20px; }
  .plan__reservation {
    font-size: 16px; }
  .plan__note {
    margin-top: 12px;
    padding: 16px;
    background-color: #f7f7f7; }

