@charset "UTF-8";
@font-face {
  font-family: 'en';
  src: url("./Raleway-Medium.ttf");
}
/* line 9, ../sass/layout.scss */
body {
  font-family: sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 1.4;
  background: #fcf9f8;
  color: #2B0303;
  min-width: 320px;
  background-position: center center;
  background-size: 100% auto;
  -webkit-font-smoothing: antialiased;
  background-image: url(../images/src/bk.png);
  background-size: 40px auto;
}

/* line 25, ../sass/layout.scss */
p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 0.5em;
}

/* line 30, ../sass/layout.scss */
a {
  color: #965E34;
}
/* line 32, ../sass/layout.scss */
a:hover {
  color: #784a28;
}

/* line 36, ../sass/layout.scss */
.container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/* line 41, ../sass/layout.scss */
.otodokedate {
  text-align: center;
  background: #2FB31B;
  padding: 4px 0px;
  border-radius: 16px;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #FFF;
}
/* line 50, ../sass/layout.scss */
.otodokedate strong {
  font-weight: normal;
  padding: 0px 5px;
  font-size: 18px;
}

/*---------------------------------------------------------------
ボタン
---------------------------------------------------------------*/
/* line 60, ../sass/layout.scss */
.btn-submit {
  display: block;
  text-align: center;
  width: 100%;
  border: none;
  background: #2FB31B;
  border-bottom: 2px solid #238714;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 3px;
  font-size: 18px;
  color: #FFF;
  height: 57px;
  line-height: 53px;
  font-weight: bold;
  cursor: pointer;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
/* line 75, ../sass/layout.scss */
.btn-submit:hover {
  background: #2aa118;
}
/* line 78, ../sass/layout.scss */
.btn-submit.disabled {
  background: #A0CC99;
  border-bottom: 2px solid #B7DCB1;
}

/* line 84, ../sass/layout.scss */
.btn-back {
  display: block;
  text-align: center;
  width: 100%;
  border: none;
  background: #CAC1C1;
  border-bottom: 2px solid #A59E9E;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 3px;
  font-size: 18px;
  color: #FFF;
  height: 57px;
  line-height: 53px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
/* line 98, ../sass/layout.scss */
.btn-back:hover {
  background: #BDB5B5;
}

/* line 103, ../sass/layout.scss */
#itemList h2, #orderInfo h2 {
  font-size: 14px;
  text-align: center;
  background: #421B12;
  color: #FFF;
  margin-bottom: 10px;
  margin: 0px;
  padding: 10px 0px;
}
/* line 110, ../sass/layout.scss */
#itemList h2 span, #orderInfo h2 span {
  display: inline-block;
  background: #FFF;
  color: #421B12;
  padding: 2px 10px;
  border-radius: 14px;
  margin-right: 4px;
  letter-spacing: 1px;
}
/* line 120, ../sass/layout.scss */
#itemList h2 p, #orderInfo h2 p {
  font-size: 11px;
  font-weight: normal;
  margin-top: 4px;
  margin-bottom: 0px;
}

/* line 128, ../sass/layout.scss */
.txt-center {
  text-align: center;
}

/*---------------------------------------------------------------
タイトル部分
---------------------------------------------------------------*/
/* line 134, ../sass/layout.scss */
.hello {
  padding: 12px;
  margin-top: 40px;
}
/* line 137, ../sass/layout.scss */
.hello h1 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 18px;
}
/* line 142, ../sass/layout.scss */
.hello h1 img {
  width: 100px;
  display: block;
  vertical-align: bottom;
  margin: 0px auto;
}
/* line 149, ../sass/layout.scss */
.hello p {
  line-height: 1.6;
  font-size: 13px;
}
/* line 154, ../sass/layout.scss */
.hello .caution p {
  font-size: 10px;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0px;
  line-height: 1.4;
  color: red;
}

/*---------------------------------------------------------------
商品の受け渡しについて
---------------------------------------------------------------*/
/* line 167, ../sass/layout.scss */
.aboutItem {
  margin-top: 10px;
  padding: 12px;
  background: #FFF;
  border: 1px solid #E4E2DC;
  border-radius: 6px;
}
/* line 174, ../sass/layout.scss */
.aboutItem h3 {
  text-align: center;
  margin-top: 0em;
  margin-bottom: 0.5em;
}

/*---------------------------------------------------------------
メニュー
---------------------------------------------------------------*/
/* line 184, ../sass/layout.scss */
#itemList h2 {
  border-radius: 6px 6px 0px 0px;
}

/* line 188, ../sass/layout.scss */
.table {
  width: 100%;
  background: #FFF;
}
/* line 192, ../sass/layout.scss */
.table tr:nth-child(2) td {
  border-top: none;
}
/* line 193, ../sass/layout.scss */
.table tr:nth-child(odd) td {
  background-color: #FFFDFA;
}
/* line 194, ../sass/layout.scss */
.table th {
  font-size: 10px;
  color: #FFF;
  background: #EFE6D2;
  padding: 4px 0px;
  font-weight: normal;
  color: #421B12;
}
/* line 202, ../sass/layout.scss */
.table td {
  padding: 0px;
  border-top: 1px solid #F3EDE4;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 207, ../sass/layout.scss */
.table td:nth-child(3) {
  text-align: right;
  padding-right: 10px;
  min-width: 100px;
}
/* line 213, ../sass/layout.scss */
.table tr:last-child td, .table tr:last-child th {
  border-bottom: none;
}
/* line 214, ../sass/layout.scss */
.table .photo {
  width: 90px;
  height: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 219, ../sass/layout.scss */
.table .photo img {
  vertical-align: bottom;
  display: block;
}
/* line 224, ../sass/layout.scss */
.table .name {
  font-size: 15px;
  font-weight: bold;
  margin-left: 8px;
  line-height: 1.1em;
  margin-bottom: 4px;
}
/* line 231, ../sass/layout.scss */
.table .price {
  margin-left: 8px;
  display: inline-block;
  font-size: 20px;
  color: #D9572B;
}
/* line 237, ../sass/layout.scss */
.table .price small {
  font-size: 12px;
  padding-left: 4px;
  color: #827B79;
}
/* line 243, ../sass/layout.scss */
.table .subtotal {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  display: block;
}
/* line 250, ../sass/layout.scss */
.table select.menu {
  display: inline-block;
  text-align: center;
  font-size: 18px;
}
/* line 254, ../sass/layout.scss */
.table select.menu + span {
  font-size: 12px;
  display: inline-block;
  padding-left: 4px;
  font-weight: bold;
}

/*---------------------------------------------------------------
注文者情報入力
---------------------------------------------------------------*/
/* line 265, ../sass/layout.scss */
#orderInfo {
  margin-bottom: 40px;
}
/* line 267, ../sass/layout.scss */
#orderInfo > div {
  padding: 0px 12px;
}
/* line 270, ../sass/layout.scss */
#orderInfo h2 {
  margin-bottom: 10px;
}

/* line 274, ../sass/layout.scss */
.formWrap {
  background: #FFF;
  border: 1px solid #EAE3CB;
  padding: 0px 10px;
  margin-bottom: 10px;
}
/* line 279, ../sass/layout.scss */
.formWrap dl {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #DCD3BA;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 285, ../sass/layout.scss */
.formWrap dl.nb, .formWrap dl:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
/* line 290, ../sass/layout.scss */
.formWrap dt {
  display: table-cell;
  vertical-align: middle;
  width: 105px;
  font-size: 13px;
}
/* line 295, ../sass/layout.scss */
.formWrap dt label {
  display: block;
  line-height: 1.2;
}
/* line 300, ../sass/layout.scss */
.formWrap dd {
  display: table-cell;
  vertical-align: middle;
}
/* line 304, ../sass/layout.scss */
.formWrap input {
  width: 100%;
  display: block;
  background: #FFF;
  box-shadow: none;
  font-size: 18px;
}
/* line 311, ../sass/layout.scss */
.formWrap input[type="text"], .formWrap input[type="tel"] {
  border: 2px solid #C3C3C3;
  appearance: none;
  -webkit-appearance: none;
  padding: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px;
}
/* line 319, ../sass/layout.scss */
.formWrap + p {
  font-size: 12px;
  color: #421B12;
  margin-bottom: 12px;
}

/*---------------------------------------------------------------
固定要素
---------------------------------------------------------------*/
/* line 328, ../sass/layout.scss */
.fixed-element {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0px;
  left: 0px;
  display: none;
}
/* line 335, ../sass/layout.scss */
.fixed-element h2 {
  text-align: center;
}
/* line 338, ../sass/layout.scss */
.fixed-element .fixed-inner {
  background: #FFF;
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 12px 12px 18px 12px;
  z-index: 9999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
/* line 357, ../sass/layout.scss */
.fixed-element .fixed-inner__scroll {
  position: relative;
  height: 100%;
}
/* line 361, ../sass/layout.scss */
.fixed-element .cover {
  width: 100%;
  height: 100%;
  background: #421B12;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}

/* line 370, ../sass/layout.scss */
.fixed-inner__error {
  display: none;
}
/* line 372, ../sass/layout.scss */
.fixed-inner__error #inputError {
  margin: 30px auto;
}
/* line 374, ../sass/layout.scss */
.fixed-inner__error #inputError h2 {
  font-size: 15px;
  text-align: center;
  background: #421B12;
  color: #FFF;
  margin-bottom: 10px;
  margin: 0px;
  padding: 10px 0px;
  margin-bottom: 10px;
}
/* line 383, ../sass/layout.scss */
.fixed-inner__error #inputError p {
  color: red;
  font-weight: bold;
}
/* line 386, ../sass/layout.scss */
.fixed-inner__error #inputError p:before {
  content: "！";
  background: red;
  color: #FFF;
  display: inline-block;
  margin-right: 6px;
  width: 20px;
  text-align: center;
}

/* line 399, ../sass/layout.scss */
.fixed-inner__confirm {
  display: none;
}
/* line 401, ../sass/layout.scss */
.fixed-inner__confirm dl {
  display: table;
}
/* line 405, ../sass/layout.scss */
.fixed-inner__confirm dt {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
}
/* line 410, ../sass/layout.scss */
.fixed-inner__confirm dd {
  display: table-cell;
  vertical-align: middle;
}
/* line 413, ../sass/layout.scss */
.fixed-inner__confirm dd strong {
  font-size: 18px;
  letter-spacing: 1px;
}
/* line 418, ../sass/layout.scss */
.fixed-inner__confirm .btn-submit {
  margin-bottom: 5px;
}
/* line 422, ../sass/layout.scss */
.fixed-inner__confirm #orderItem p {
  margin: 0px;
}

/* line 425, ../sass/layout.scss */
.fixed-inner__error.isShow, .fixed-inner__confirm.isShow {
  display: block;
}

/*---------------------------------------------------------------
固定要素
---------------------------------------------------------------*/
/* line 431, ../sass/layout.scss */
.fixed-element2 {
  position: fixed;
  width: 100%;
  z-index: 111;
  top: 0px;
  left: 0px;
  background: #FFF;
  color: #675845;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 1px solid #F1F1F1;
}
/* line 442, ../sass/layout.scss */
.fixed-element2 > div {
  max-width: 900px;
  margin: 0 auto;
}
/* line 446, ../sass/layout.scss */
.fixed-element2 dl {
  display: table;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 30px;
}
/* line 452, ../sass/layout.scss */
.fixed-element2 dt {
  display: table-cell;
  vertical-align: middle;
  padding: 6px 0px 6px 12px;
}
/* line 457, ../sass/layout.scss */
.fixed-element2 dd {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  color: #FFF;
  background: black;
  width: 100px;
  text-align: center;
  min-width: 100px;
  background: #2FB31B;
}
/* line 463, ../sass/layout.scss */
.fixed-element2 dd div, .fixed-element2 dd small {
  display: inline-block;
}
/* line 466, ../sass/layout.scss */
.fixed-element2 dd div {
  font-size: 24px;
}
/* line 469, ../sass/layout.scss */
.fixed-element2 dd small {
  font-size: 12px;
  padding-right: 5px;
}
/* line 478, ../sass/layout.scss */
.fixed-element2 dd:hover {
  background: #299d18;
}
/* line 482, ../sass/layout.scss */
.fixed-element2 small {
  font-size: 10px;
  display: block;
}
/* line 487, ../sass/layout.scss */
.fixed-element2 small strong {
  letter-spacing: 1px;
}

/*---------------------------------------------------------------
footer
---------------------------------------------------------------*/
/* line 495, ../sass/layout.scss */
footer {
  padding: 12px;
  font-size: 12px;
  color: #796661;
  background: #FFF;
}
/* line 501, ../sass/layout.scss */
footer h1 {
  font-size: 17px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 4px;
}
/* line 507, ../sass/layout.scss */
footer p {
  padding: 0px;
  margin: 0px;
}
/* line 510, ../sass/layout.scss */
footer a {
  font-size: 20px;
  padding-left: 10px;
}

@media (min-width: 640px) {
  /* line 517, ../sass/layout.scss */
  .table {
    border-bottom: none;
  }

  /* line 520, ../sass/layout.scss */
  .table td:nth-child(3) {
    text-align: center;
  }

  /* line 523, ../sass/layout.scss */
  .hello__message {
    width: 400px;
    margin: 0 auto;
  }

  /* line 527, ../sass/layout.scss */
  .otodokedate {
    font-size: 20px;
    border-radius: 40px;
    letter-spacing: 1px;
    font-weight: normal;
  }
  /* line 532, ../sass/layout.scss */
  .otodokedate strong {
    font-size: 24px;
  }

  /* line 537, ../sass/layout.scss */
  .hello h1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  /* line 540, ../sass/layout.scss */
  .hello h1 img {
    width: 150px;
  }

  /* line 545, ../sass/layout.scss */
  .aboutItem {
    margin-top: 30px;
  }

  /* line 548, ../sass/layout.scss */
  #orderinfo {
    background: #FFFDFA;
    padding-bottom: 30px;
    border-radius: 0px 0px 6px 6px;
  }
  /* line 552, ../sass/layout.scss */
  #orderinfo .btn-submit {
    margin-top: 20px;
  }

  /* line 556, ../sass/layout.scss */
  .fixed-inner__confirm .btn-submit {
    margin-top: 20px;
  }

  /* line 559, ../sass/layout.scss */
  .fixed-element .fixed-inner {
    max-width: 640px;
  }

  /* line 562, ../sass/layout.scss */
  #menu {
    padding-right: 12px;
    padding-left: 12px;
  }

  /* line 566, ../sass/layout.scss */
  .fixed-element2 > div {
    background-image: url(../images/src/logo2.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 150px auto;
    overflow: hidden;
    *zoom: 1;
  }

  /* line 573, ../sass/layout.scss */
  .fixed-element2 dl {
    width: 240px;
    float: right;
    overflow: hidden;
    *zoom: 1;
  }

  /* line 578, ../sass/layout.scss */
  footer {
    overflow: hidden;
    *zoom: 1;
  }
  /* line 580, ../sass/layout.scss */
  footer > .container > div:nth-child(1) {
    float: left;
    margin-top: 6px;
  }
  /* line 584, ../sass/layout.scss */
  footer > .container > div:nth-child(2) {
    float: right;
  }
}
