/*
---------------------------------------------

    base settings

*/
html {
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0 0 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
  color: #404040;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  clear: both; }

ul, ol, dl, p, img, form, dt, dd {
  margin: 0;
  padding: 0;
  border: 0; }

li {
  list-style: none; }

input, textarea {
  font-size: 1.2rem; }

img {
  vertical-align: bottom; }

a {
  color: #333; }

a:active,
a:hover {
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none; }

strong {
  font-weight: bold; }

em {
  font-style: italic;
  font-weight: normal; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.headArea {
  margin: 0 0 2rem;
  padding: 10px 0 0;
  text-align: center;
  font-size: 1.7rem; }
  .headArea-title a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    background: url(../img/arrow_back.svg) no-repeat left 10px center;
    background-size: 10px 20px;
    line-height: 1.4; }
  .headArea-title.finished {
    padding: 10px 0;
    line-height: 1.4; }

.gnavi {
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65px;
  background: #F6F5F3;
  border-top: solid 1px #EAE7E2;
  z-index: 9;
  padding-bottom: 15px; }
  .gnavi-item {
    width: calc(100% / 5); }
    .gnavi-item__link {
      display: flex;
      padding: 0 0 2px;
      align-items: flex-end;
      justify-content: center;
      background-size: 24px 24px;
      height: 100%;
      text-decoration: none;
      font-size: 9px; }
      .gnavi-item__link.home {
        background: url(../img/gnavi_home.svg) no-repeat center top 7px; }
      .gnavi-item__link.menu {
        background: url(../img/gnavi_menu.svg) no-repeat center top 7px; }
      .gnavi-item__link.order {
        background: url(../img/gnavi_order.svg) no-repeat center top 7px; }
      .gnavi-item__link.call {
        background: url(../img/gnavi_call.svg) no-repeat center top 7px; }
      .gnavi-item__link.mypage {
        background: url(../img/gnavi_mypage.svg) no-repeat center top 7px; }

body.top {
  padding: 0; }
body.home {
  padding: 0 0 155px; }
  body.home .headArea {
    margin: 0; }
  body.home .gnavi-item__link.home {
    background: url(../img/gnavi_home_h.svg) no-repeat center top 7px;
    color: #FE8834; }
body.menu .gnavi-item__link.menu {
  background: url(../img/gnavi_menu_h.svg) no-repeat center top 7px;
  color: #FE8834; }
body.menu2 .headArea {
  margin: 0; }
body.order {
  padding: 0 0 175px; }
  body.order .headArea {
    margin: 0; }
  body.order .gnavi-item__link.order {
    background: url(../img/gnavi_order_h.svg) no-repeat center top 7px;
    color: #FE8834;
    position: relative; }
    body.order .gnavi-item__link.order::after {
      content: "3";
      width: 18px;
      height: 12px;
      background: #DB3C36;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.9rem;
      color: #fff;
      position: absolute;
      right: 18px;
      top: 3px;
      border-radius: 10px;
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      line-height: 1; }
  body.order-history {
    padding: 0 0 65px; }
    body.order-history .headArea {
      margin: 0 0 2rem; }
  body.order-confirm {
    padding: 0 0 205px; }
  body.order-finish {
    padding: 0; }
  body.order-payment {
    padding: 0 0 65px; }
body.mypage .gnavi-item__link.mypage {
  background: url(../img/gnavi_mypage_h.svg) no-repeat center top 7px;
  color: #FE8834; }

.top {
  background: url(../img/bg.png);
  background-size: cover; }

.start {
  height: 100vh;
  padding: 3rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .start-main {
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .start-logo {
    margin-bottom: 3rem; }
  .start-text {
    font-size: 1.4rem;
    color: #666; }
  .start-btn a {
    width: 100%;
    height: 40px;
    background: #FE8834;
    border-radius: 3px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none; }

.qr {
  background: url(../img/scan.png);
  background-size: cover; }
  .qr .headArea-title a {
    color: #fff;
    background-image: url(../img/arrow_back_white.svg); }
  .qr .next-btn {
    display: block;
    height: 500px;
    width: 100%; }

.howmany {
  padding: 0; }

.selectRst {
  width: 84%;
  height: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  .selectRst-wrapp {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 100px); }
  .selectRst .gray {
    background: #F6F5F3;
    display: flex;
    padding: 1rem;
    margin-bottom: 2rem;
    align-items: center; }
    .selectRst .gray-photo img {
      width: 120px;
      height: 120px;
      margin-right: 2rem; }
    .selectRst .gray-text {
      width: calc(100% - 140px); }
    .selectRst .gray-title {
      font-size: 1.2rem;
      color: #FE8834; }
    .selectRst .gray-name {
      font-size: 1.8rem; }
  .selectRst .count {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 4.4rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center; }
    .selectRst .count span {
      margin: 0 3rem; }
    .selectRst .count img {
      width: 36px;
      height: auto; }

.recommend {
  height: 211px;
  margin-bottom: 2rem; }
  .recommend-slide__item {
    position: relative; }
    .recommend-slide__item img {
      width: 100%;
      height: auto; }
    .recommend-slide__item .textArea {
      position: absolute;
      width: 100%;
      height: 100px;
      padding: 40px 20px 0 20px;
      left: 0;
      bottom: 0;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #fff; }
      .recommend-slide__item .textArea__menu {
        width: 60%;
        font-size: 2rem; }
      .recommend-slide__item .textArea__price {
        width: 40%;
        text-align: right;
        font-size: 2rem;
        font-weight: bold;
        font-family: "Roboto", sans-serif; }
        .recommend-slide__item .textArea__price span.sl {
          font-weight: normal; }

.top-title {
  margin: 0 0 1rem 2rem;
  padding: 0 0 0 2.5rem;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.8rem; }
  .top-title.heart {
    background: url(../img/icon_heart.svg) no-repeat left center;
    background-size: 16px 16px; }
  .top-title.beer {
    background: url(../img/icon_beer.svg) no-repeat left center;
    background-size: 15.5px 18px; }
  .top-title.time {
    background: url(../img/icon_time.svg) no-repeat left center;
    background-size: 18px 18px; }
  .top-title.fried {
    background: url(../img/icon_fried.svg) no-repeat left center;
    background-size: 19px 19px; }
  .top-title.food {
    background: url(../img/icon_food.svg) no-repeat left center;
    background-size: 19px 19px; }
.top-menuList {
  display: flex;
  padding: 0 0 0 2rem;
  margin: 0 0 3rem;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
  .top-menuList__item {
    display: flex;
    flex: 0 0 120px;
    justify-content: center;
    align-items: center;
    margin: 0 1rem 0 0;
    width: 120px;
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background: #F6F5F3; }
    .top-menuList__item img {
      width: 100%;
      height: auto; }
      .top-menuList__item img.svgImage {
        width: 50%;
        height: auto; }
    .top-menuList__item .name {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 50px;
      padding: 0 0.8rem 1rem 0.8rem;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      font-size: 1.4rem;
      line-height: 1.1;
      color: #fff;
      display: flex;
      align-items: flex-end; }
      .top-menuList__item .name.noPhoto {
        background: none;
        color: #404040; }

.ltOrder {
  position: fixed;
  bottom: 75px;
  right: -10px;
  width: 200px;
  height: 70px;
  padding: 5px 20px 5px 10px;
  border-radius: 5px;
  border-left: solid 5px #FEB533;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  display: flex;
  justify-content: space-between; }
  .ltOrder-info {
    width: calc(100% - 80px); }
  .ltOrder-title {
    color: #FEB533;
    font-size: 9px; }
  .ltOrder-menu {
    font-size: 12px;
    float: left; }
  .ltOrder-photo {
    width: 60px;
    height: 60px; }
    .ltOrder-photo img {
      width: 100%; }

.btnVoice {
  position: fixed;
  left: 0;
  bottom: 70px; }
  .btnVoice a {
    display: block; }
  .btnVoice img {
    width: 68px;
    height: 68px; }

.low-menuList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 1.4rem;
  margin: 0 0 3rem; }
  .low-menuList__item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 1rem 0;
    width: 162px;
    height: 162px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background: #F6F5F3; }
    .low-menuList__item img {
      width: 100%;
      height: auto; }
      .low-menuList__item img.svgImage {
        width: 65px;
        height: auto; }
    .low-menuList__item .name {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 80px;
      padding: 0 0.5rem 1rem 0.8rem;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.1;
      color: #fff;
      display: flex;
      align-items: flex-end; }

.category-menuList__item {
  border-top: solid 1px #EAE7E2; }
  .category-menuList__item a {
    display: flex;
    align-items: center;
    min-height: 80px;
    padding: 9px 2rem;
    text-decoration: none;
    background: url(../img/arrow_yellow.svg) no-repeat right 2rem center;
    background-size: 10px 20px; }
    .category-menuList__item a .photo {
      width: 75px; }
      .category-menuList__item a .photo img {
        width: 60px;
        height: 60px;
        border-radius: 5px; }
    .category-menuList__item a .text {
      width: calc(100% - 75px);
      line-height: 1.5; }
      .category-menuList__item a .text span {
        display: block; }
      .category-menuList__item a .text .price {
        font-size: 1.4rem;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
        opacity: 0.5; }

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }

#modal02 .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  background-size: auto 479px,auto 140px;
  height: 100vh;
  position: absolute;
  width: 100%; }

#modal03 .modal__bg {
  background: rgba(0, 0, 0, 0.8); }

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  background-size: auto 479px,auto 479px;
  height: 100vh;
  position: absolute;
  width: 100%; }

.center {
  opacity: 0; }
  .center.is-active {
    transition: all 0.3s;
    opacity: 1; }

.modal__content--area {
  width: 100%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0; }

.modal__content {
  margin: 0 10px;
  padding: 0;
  background: #fff;
  border-radius: 5px; }
  .modal__content .photoArea img {
    width: 100%;
    height: auto; }
  .modal__content p {
    padding: 0 2rem; }
  .modal__content .title {
    margin: 2rem 0 0.8rem;
    display: flex;
    justify-content: space-between;
    line-height: 1.2; }
    .modal__content .title span.price {
      padding: 0 0 0 2rem;
      font-weight: bold;
      font-family: "Roboto", sans-serif;
      color: #404040;
      opacity: 0.5; }
    .modal__content .title.mb40 {
      margin-bottom: 3rem; }
  .modal__content .explain {
    margin: 0 0 2rem;
    height: 90px;
    overflow-y: auto;
    font-size: 1.2rem;
    position: relative; }
    .modal__content .explain::after {
      content: "";
      width: 100%;
      height: 20px;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
      position: absolute;
      left: 0;
      bottom: 0; }
  .modal__content .order {
    padding: 0 2rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .modal__content .order-howmany {
      display: flex;
      align-items: center; }
      .modal__content .order-howmany img {
        width: 24px;
        height: auto; }
      .modal__content .order-howmany span {
        line-height: 1;
        font-family: "Roboto", sans-serif;
        font-size: 2.8rem;
        font-weight: bold;
        padding: 0 1rem; }
    .modal__content .order-btn {
      width: 126px;
      height: 32px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #FE8834;
      border-radius: 5px;
      font-size: 1.2rem;
      line-height: 1.1;
      color: #fff;
      text-decoration: none; }
  .modal__content .voice {
    height: 70vh;
    padding: 2rem; }
    .modal__content .voice img {
      width: 16px;
      height: 26px;
      margin-right: 1rem; }

.order-title {
  margin-bottom: 2rem;
  background: #F6F5F3;
  font-size: 1.4rem;
  line-height: 1;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center; }
  .order-title.mt40 {
    margin-top: 4rem; }
.order-menuList {
  width: 84%;
  min-width: 300px;
  margin: 0 auto 4rem; }
  .order-menuList__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    margin-bottom: 2rem; }
    .order-menuList__item .photo {
      width: 75px; }
      .order-menuList__item .photo img {
        width: 60px;
        height: 60px;
        border-radius: 5px; }
    .order-menuList__item .text {
      width: calc( 100% - 120px);
      line-height: 1.2; }
      .order-menuList__item .text span {
        display: block; }
      .order-menuList__item .text .name {
        margin-bottom: 0.8rem; }
      .order-menuList__item .text .price {
        font-size: 1.4rem;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
        opacity: 0.5; }
    .order-menuList__item select {
      width: 45px;
      height: 28px;
      padding: 0 0 0 5px;
      border-radius: 4px;
      border: solid 1px rgba(64, 64, 64, 0.2);
      background: #fff;
      font-family: "Roboto", sans-serif;
      font-weight: bold; }
    .order-menuList__item .count {
      width: 45px;
      text-align: right;
      font-size: 1.4rem;
      font-weight: bold;
      font-family: "Roboto", sans-serif; }
      .order-menuList__item .count .per {
        padding-left: 2px;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.2rem;
        font-weight: normal; }
  .order-menuList.confirm .order-menuList__item {
    margin-bottom: 1rem;
    min-height: inherit; }

.orderArea {
  position: fixed;
  bottom: 65px;
  width: 100%;
  height: 110px;
  border-top: solid 1px #EAE7E2;
  background: #fff;
  z-index: 9; }
  .orderArea-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem auto 1rem;
    width: 84%;
    height: 40px;
    min-width: 300px;
    background: #DB3C36;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    line-height: 1;
    font-size: 1.5rem;
    text-decoration: none; }
    .orderArea-btn:hover, .orderArea-btn:active {
      color: #fff; }
  .orderArea-sun {
    text-align: center;
    font-size: 1.3rem; }
    .orderArea-sun .price {
      padding-left: 1rem;
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      font-size: 1.6rem; }
  .orderArea.payment {
    height: 137px; }
    .orderArea.payment .theSun {
      margin: 1rem auto 2rem; }

.history-btn {
  margin: -2rem auto 4rem auto;
  width: 125px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #FE8834;
  border-radius: 3px;
  color: #FE8834;
  font-size: 1.2rem;
  text-decoration: none; }
  .history-btn a {
    display: block;
    text-decoration: none;
    color: #FE8834; }
  .history-btn.warikan {
    margin: 2rem auto 5rem;
    width: 110px; }
  .history-btn.other {
    margin: 2rem auto 4rem; }

.theSun {
  width: 84%;
  min-width: 300px;
  margin: 0 auto 4rem;
  padding: 0 0 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 2px #EAE7E2; }
  .theSun.historyPage {
    margin-top: -2rem; }
  .theSun-price {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 2rem; }
    .theSun-price span {
      font-weight: normal; }
  .theSun-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem auto 1rem;
    width: 84%;
    height: 40px;
    min-width: 300px;
    background: #DB3C36;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    line-height: 1;
    font-size: 1.5rem;
    text-decoration: none; }
    .theSun-btn a:hover, .theSun-btn a:active {
      color: #fff; }

.warikan-detail {
  display: block;
  margin: -7.5rem 3rem 5rem auto;
  width: 50px;
  font-size: 1.2rem;
  color: #FE8834; }

.cardInfo {
  padding: 2rem 3rem;
  margin: -2rem auto 5rem;
  border-bottom: solid 1px #EAE7E2;
  display: flex;
  align-items: center;
  text-decoration: none; }
  .cardInfo-payment {
    margin-bottom: 2rem; }
  .cardInfo-image {
    width: 60px;
    height: 40px; }
    .cardInfo-image img {
      width: 100%; }
  .cardInfo-text {
    padding: 0 0 0 1rem;
    font-size: 1.2rem; }
  .cardInfo-radio {
    width: 30px; }

a.cardInfo {
  background: url(../img/arrow_yellow.svg) no-repeat right 3rem center;
  background-size: 10px 20px; }

.other-payment {
  margin: -2rem 0 3rem; }
  .other-payment li {
    border-bottom: solid 1px #EAE7E2;
    padding: 1.5rem 3rem;
    background: url(../img/arrow_yellow.svg) no-repeat right 3rem center;
    background-size: 10px 20px; }

.finish {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 100px);
  align-items: center;
  text-align: center; }
  .finish-icon {
    margin-top: 14rem; }
  .finish-image {
    width: 120px;
    height: 120px;
    margin-bottom: 3rem; }
  .finish-btn {
    width: 84%;
    height: 40px;
    background: #FE8834;
    border-radius: 3px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1; }
    .finish-btn a {
      color: #fff;
      text-decoration: none; }

.newCard {
  width: 84%;
  min-width: 300px;
  margin: 0 auto 3rem; }
  .newCard-number {
    width: 100%;
    margin-bottom: 2rem;
    padding: 0.8rem;
    border-radius: 3px;
    border: solid 1px rgba(112, 112, 112, 0.2);
    font-size: 1.6rem; }
    .newCard-number.cord {
      width: 55%; }
  .newCard-rimit {
    width: 80px;
    margin-left: 1rem;
    padding: 0.8rem;
    border-radius: 3px;
    border: solid 1px rgba(112, 112, 112, 0.2);
    font-size: 1.6rem; }
  .newCard .rimit-title {
    display: flex;
    align-items: center;
    margin-bottom: 2rem; }
    .newCard .rimit-title p {
      font-size: 1.2rem; }

.exprain {
  width: 84%;
  min-width: 300px;
  margin: 0 auto 3rem;
  font-size: 1.2rem; }
  .exprain img {
    width: 143px;
    height: auto; }

.warikan {
  margin: 3rem auto; }
  .warikan .theSun {
    margin-bottom: 1rem; }
  .warikan .theSun-btn {
    margin-top: 4rem; }
  .warikan .theSun-qr {
    margin-top: 6rem;
    text-align: center; }
    .warikan .theSun-qr img {
      width: 200px;
      height: 200px; }

.mypage-list {
  margin: -2rem 0 3rem;
  border-top: solid 1px #EAE7E2; }
  .mypage-list li {
    border-bottom: solid 1px #EAE7E2;
    padding: 2rem 3rem;
    background: url(../img/arrow_yellow.svg) no-repeat right 3rem center;
    background-size: 10px 20px; }
