@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::after, blockquote::before, q::after, q::before {
  content: "";
  content: none;
}

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

select {
  cursor: pointer;
}

/* reset
================================== */
html {
  scroll-behavior: smooth;
}

body {
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

img {
  border: none;
  vertical-align: top;
}

a {
  color: #1a75ff;
  text-decoration: none;
}

iframe[name=google_conversion_frame] {
  height: 0;
}

/* header
================================== */
.yrmHeader {
  display: flex;
  width: 100%;
  height: 60px;
  padding: 10px 16px;
  border-bottom: 1px solid #d9dde3;
  box-sizing: border-box;
  justify-content: space-between;
  background-color: #ffffff;
}
.yrmHeader__title {
  max-width: 200px;
}
.yrmHeader__logo {
  display: block;
  padding: 9px 0;
}
.yrmHeader__ytop {
  display: block;
  height: 40px;
  background-image: url(https://s.yimg.jp/c/icon/s/bsc/2.0/y80.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border: none;
  overflow: hidden;
  position: relative;
  text-indent: 200%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 40px;
}

.terms {
  color: #262626;
}
.terms__title {
  margin: 0 0 32px;
  padding: 28px 20px;
  font-weight: normal;
  font-size: 20px;
  background: #f1f0ef;
}
.terms__detail {
  margin: 0 0 32px 0;
  padding: 0 20px;
}

.termsDetail__title {
  margin: 0 0 12px;
}
.termsDetail__sentence {
  margin: 0 0 1em;
}
.termsDetail__sentence:last-child {
  margin: 0;
}

/* footer
================================== */
@keyframes scrollDriven {
  0% {
    bottom: -60px;
  }
  9% {
    bottom: -60px;
  }
  11% {
    bottom: 30px;
  }
  100% {
    bottom: 30px;
  }
}
.yrmFooter {
  background-color: #ffffff;
}
.yrmFooter__body {
  padding: 29px 22px 14px;
  font-size: 12px;
  text-align: center;
  background-color: #f7f7f7;
}
.yrmFooter__link {
  display: inline-block;
  color: #3895ff;
}
.yrmFooter__list {
  display: flex;
  margin-bottom: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
.yrmFooter__list:last-child {
  margin-bottom: 20px;
}
.yrmFooter__item::after {
  margin: 0 4px 0 0;
  color: #242323;
  content: "-";
}
.yrmFooter__item:last-child::after {
  content: none;
}
.yrmFooter__top {
  position: fixed;
  right: 20px;
  bottom: -60px;
  z-index: 101;
  width: 36px;
  height: 36px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border-radius: 3px;
  opacity: 0.8;
  background-image: url(https://s.yimg.jp/images/reservation/promotion/niku/common/images/pagetop_sp.png);
  background-size: auto 36px;
  animation: scrollDriven linear;
  animation-timeline: scroll();
  transition: bottom 0.1s ease;
}