@charset "UTF-8";
/*============================================================
# mixins
============================================================*/
/*============================================================
# colors
============================================================*/
/*============================================================
# common - menu全体に共通するスタイル
============================================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

body {
  font-size: 18px;
  color: #3E3E3E;
  font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Yu Gothic UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  line-height: 1.5;
  background: #F3F3F3;
}

img {
  width: 100%;
}

body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  body {
    padding: 10px;
  }
}

.title {
  color: #cc1010;
  line-height: 2em;
  background-color: #f5debb;
  margin-bottom: 10px;
}

.step-head {
  padding: 0 20px;
}

.arrow {
  text-align: center;
  padding: 40px 0 140px;
}

@media screen and (max-width: 767px) {
  .arrow {
    padding: 40px 0 80px;
  }
}

.arrow p {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34.6px 20px 0 20px;
  border-color: #5c5c5c transparent transparent transparent;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../img/washi.jpg) center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .title {
    font-size: 18px;
  }
}

.title .step-title {
  display: inline-block;
  padding-left: 10px;
}

/* step1
--------------------------------------------------------------------------------------*/
.menu-title {
  color: #cc1010;
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
}

.menu-title::after {
  content: "";
  background: #cc1010;
  width: 100%;
  height: 8px;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .menu-title {
    font-size: 18px;
  }
}

.step-1 li {
  line-height: 2.4em;
  border-bottom: 1px dotted #000;
}

.step-1 li span {
  float: right;
}

@media screen and (max-width: 767px) {
  .menu-title-list-item {
    font-size: 13px;
  }
}

/* step2
--------------------------------------------------------------------------------------*/
.soup-choice-list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .soup-choice-item {
    width: 100%;
    padding: 20px;
    margin-bottom: 5px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .soup-choice-item {
    width: calc(33.33333333% - 30px * 2 / 3);
    margin-right: 30px;
    margin-top: 20px;
    padding: 10px;
  }
  .soup-choice-item:nth-child(3n) {
    margin-right: 0;
  }
}

.bg1 {
  background-color: #f1b38f;
  border-radius: 20px;
}

.bg2 {
  background-color: #bad6a3;
  border-radius: 20px;
}

.bg3 {
  background-color: #f1928f;
  border-radius: 20px;
}

.soup-choice-image {
  display: flex;
}

.soup-choice-image img {
  width: 50px;
  height: 50px;
  padding: 10px;
}

.soup-choice-image p {
  padding-left: 20px;
  padding-top: 10px;
  color: #cc1010;
}

.soup-choice-image p span {
  color: #3E3E3E;
}

/* step3
--------------------------------------------------------------------------------------*/
.spicy-level-bar {
  position: relative;
  padding-top: 20px;
}

.spicy-level-bar::after {
  content: "";
  background: linear-gradient(to right, yellow, red);
  width: 100%;
  height: 22px;
  position: absolute;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 20px;
}

.spicy-level-container {
  width: 100%;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .spicy-level-container {
    padding: 0 10px;
  }
}

.spicy-level {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  .spicy-level {
    font-size: 16px;
  }
}

.spicy-title {
  writing-mode: vertical-rl;
  display: block;
  padding-top: 30px;
}

.number {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

/* step4
--------------------------------------------------------------------------------------*/
.rice-type-box {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .rice-type-box {
    font-size: 14px;
    padding: 0 5px;
  }
}

.rice-type {
  width: 45%;
  margin-right: 20px;
}

.rice-quantity {
  width: 55%;
}

.rice-type-title {
  padding-top: 20px;
  color: #cc1010;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .rice-type-title {
    font-size: 16px;
  }
}

.rice-type-body p {
  line-height: 2.4em;
  border-bottom: 1px dotted #000;
}

.rice-type-body p span {
  padding-left: 20px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .rice-type-body p span {
    display: inline-block;
    font-size: 11px;
    padding-left: 0;
  }
}

.rice-quantity-bar {
  position: relative;
}

.rice-quantity-bar::after {
  content: "";
  background: #cc1010;
  width: 100%;
  height: 8px;
  position: absolute;
  top: 10px;
}

.rice-quantity-body {
  display: flex;
  justify-content: space-between;
}

.rice-quantity-item {
  padding-top: 30px;
  writing-mode: vertical-lr;
}

.triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 7px 0 7px;
  border-color: #cb0e0e transparent transparent transparent;
}

.quantity-title {
  padding-top: 20px;
}

.gram {
  padding-top: 50px;
}

.add-price {
  padding-top: 12px;
}

.sakekasu-rice {
  display: inline-block;
}

/* step5
--------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .topping-box {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .topping-left {
    width: 50%;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .topping-right {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .topping-item {
    display: flex;
    padding-top: 30px;
  }
}

.topping-price {
  border-radius: 8px;
  min-width: 100px;
  height: 40px;
  line-height: 40px;
  background-color: #cc1010;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .topping-price {
    width: 30%;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}

.topping-menu {
  padding-left: 10px;
  line-height: 40px;
}

@media screen and (max-width: 767px) {
  .topping-menu {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .topping-item-last {
    padding-top: 30px;
  }
}

.topping-limited {
  padding-left: 10px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #cc1010;
  color: #fff;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .topping-limited {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
}

.topping-limited-menu {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .topping-limited-menu {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .topping-limited-menu-price {
    display: inline-block;
    width: 100%;
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .topping-limited-menu-price {
    float: right;
  }
}

.topping-bottom {
  margin-top: 40px;
  background-color: #f7f2b3;
  line-height: 60px;
  padding-left: 20px;
}

.topping-bottom-choice {
  color: #cc1010;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .topping-bottom-choice {
    font-size: 16px;
  }
}

.topping-bottom-menu {
  display: inline-block;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .topping-bottom-menu {
    font-size: 16px;
    line-height: 30px;
  }
}

/* drink
--------------------------------------------------------------------------------------*/
.drink {
  background-color: #f5debb;
  padding: 40px;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .drink {
    padding: 10px;
  }
}

.drink-title {
  margin: 0 auto;
  text-align: center;
  border-top: 3px solid #cc1010;
  border-bottom: 3px solid #cc1010;
  width: 400px;
}

@media screen and (max-width: 767px) {
  .drink-title {
    padding: 15px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .soft-drink-box,
  .alcohol-drink-box {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .soft-drink-left,
  .alcohol-drink-left {
    width: 50%;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .soft-drink-right,
  .alcohol-drink-right {
    width: 50%;
  }
}

.soft-drink-title {
  border-radius: 8px;
  height: 40px;
  line-height: 40px;
  background-color: #cc1010;
  color: #fff;
  padding-left: 20px;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .soft-drink-title {
    width: 50%;
    margin-bottom: 20px;
  }
}

.alcohol-drink-title {
  border-radius: 8px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #cc1010;
  color: #fff;
  padding-left: 20px;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .alcohol-drink-title {
    margin-bottom: 20px;
  }
}

.drink-item {
  position: relative;
  position: relative;
}

.drink-item .drink-name {
  line-height: 2.4em;
  border-bottom: 1px dotted #000;
}

@media screen and (max-width: 767px) {
  .drink-item .drink-name {
    font-size: 16px;
    line-height: 2em;
  }
}

.drink-item .drink-name .drink-price {
  position: absolute;
  right: 0;
}

.second-line {
  display: inline-block;
}

.back-to-top-page {
  text-align: center;
  padding: 20px;
  width: 200px;
  margin: 30px auto;
  background-color: #f5bc52;
  border-radius: 15px;
}

@media screen and (min-width: 768px) {
  .back-to-top-page:hover {
    opacity: .7;
    transition: .3s;
  }
}

.to-top-page {
  color: #fff;
  text-decoration: none;
}
