@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&family=Noto+Sans+JP:wght@100;400;500;700;900&display=swap");
/*variable*/
/*inc*/
html {
  height: 100%;
}

body {
  background: #204248;
  font-family: 'Noto Sans JP', sans-serif !important;
  color: #fff;
  letter-spacing: 2px;
  padding-bottom: 60px;
}

input, select, option {
  color: #000;
}

p.red {
  color: #BE3300;
}

*:disabled {
  opacity: 0.3;
}

.inlineBtn {
  display: inline-block;
  padding: 5px 10px;
  background-color: #0096B2;
  color: #fff;
  border-radius: 5px;
  margin-left: 10px;
}

.inlineBtn.red {
  background-color: #BE3300;
}

.btn01 {
  display: block;
  max-width: 100%;
  width: 100%;
  background: #204248;
  color: #fff;
  line-height: 0;
  font-size: 1.2rem;
  padding: 40px 20px;
  position: relative;
  text-align: center;
}

.btn01 :hover {
  opacity: 0.8;
}

.btn01:after {
  content: "";
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  background: url(../images/icon_cart.png) no-repeat center center;
  background-size: contain;
}

.btn01.n01 {
  background: #00BC9F;
}

.btn01.n01.ed {
  background: #0096B2;
  padding: 30px;
  border-radius: 5px;
}

.btn01.n01.red {
  background: #cc2514;
  padding: 30px;
  border-radius: 5px;
}

.btn01.n01.orange {
  background: #D64B0E;
  padding: 30px;
  border-radius: 5px;
}

.btn01.n01:after {
  background: url(../images/icon_reload.png) no-repeat center center;
  background-size: contain;
}

.btn01.n02 {
  background: #D64B0E;
}

.btn01.n02:after {
  background: url(../images/icon_check.png) no-repeat center center;
  background-size: contain;
}

.btn01.n03 {
  background: #1A68B5;
}

.btn01.n03:after {
  background: url(../images/icon_cart.png) no-repeat center center;
  background-size: contain;
}

.btn01.n04 {
  background: #D5AC00;
}

.btn01.n04:after {
  background: url(../images/icon_mail.png) no-repeat center center;
  background-size: contain;
}

.btn01.n05 {
  background: #00BC9F;
}

.btn01.n05:after {
  background: url(../images/icon_key.png) no-repeat center center;
  background-size: contain;
}

.btn01.n06 {
  background: #00A0AD;
  font-weight: bold;
}

.btn01.n06:after {
  background: url(../images/icon_arrowLW.png) no-repeat center center;
  background-size: 10px;
}

.btn01.n06.create {
  background-color: #BE3300;
  border-radius: 10px;
  margin: 0 auto 20px;
}

.btn01.n07 {
  background: #D5AC00;
  font-weight: bold;
}

.btn01.n07:after {
  background: url(../images/icon_table.png) no-repeat center center;
  background-size: 20px;
}

.btn01.n07.create {
  background-color: #D5AC00;
  border-radius: 10px;
  margin: 0 auto 20px;
}

.logoutBtn {
  color: #fff;
  text-decoration: underline;
  margin: 30px auto 50px;
  text-align: center;
  display: block;
}

.adminSystemWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}

.adminSystemWrap .loginFormWrap {
  width: 92%;
  margin: 0 auto;
}

.adminSystemWrap .loginFormWrap .txt {
  margin-bottom: 10px;
}

.adminSystemWrap .loginFormWrap input[type="email"] {
  margin-bottom: 20px;
}

.adminSystemWrap .loginFormWrap button {
  margin-bottom: 40px;
}

.adminSystemWrap .contactInfo {
  display: block;
  padding: 20px 20px 20px;
  border: 1px solid #fff;
  width: 92%;
  margin: 0 auto;
}

.loginForm {
  color: #fff;
}

.shopNameWrap {
  width: 92%;
  display: block;
  text-align: center;
  position: relative;
  padding: 50px 0 30px;
  border-bottom: 2px solid #fff;
  margin: 0 auto 50px;
}

.shopNameWrap .logoImg {
  text-align: center;
}

.shopNameWrap .logoImg a {
  display: inline-block;
  width: 100px;
}

.shopNameWrap .logoImg img {
  display: block;
  margin: 0 auto 10px;
  width: 100px;
}

.shopNameWrap h1 {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.shopNameWrap .shopName span {
  font-weight: 500;
  font-size: 1.1rem;
  color: #FCE302;
}

.shopNameWrap .navWrap {
  display: block;
  position: absolute;
  right: 0px;
  top: 20px;
  width: 40px;
}

.shopNameWrap .navWrap .navBtn .line {
  display: block;
  background: #fff;
  height: 3px;
  margin-bottom: 8px;
}

.shopNameWrap .navWrap .navBtn .txt {
  display: block;
  margin-top: 12px;
  line-height: 0;
  font-weight: bold;
  font-size: 0.7rem;
  letter-spacing: 2px;
}

.shopNameWrap .navWrap .bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.shopNameWrap .navWrap nav {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}

.shopNameWrap .navWrap nav.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.shopNameWrap .navWrap nav.open .bg {
  display: block;
}

.shopNameWrap .navWrap nav ul {
  width: 100%;
  position: fixed;
}

.shopNameWrap .navWrap nav ul li {
  width: 100%;
}

.shopNameWrap .navWrap nav ul li a {
  display: block;
  max-width: 92%;
  margin: 20px auto;
  width: 100%;
  background: #204248;
  color: #fff;
  line-height: 0;
  font-size: 1.2rem;
  padding: 50px;
  position: relative;
}

.shopNameWrap .navWrap nav ul li a:after {
  content: "";
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  background: url(../images/icon_cart.png) no-repeat center center;
  background-size: contain;
}

.shopNameWrap .navWrap nav ul li a.n01 {
  background: #00BC9F;
}

.shopNameWrap .navWrap nav ul li a.n01:after {
  background: url(../images/icon_reload.png) no-repeat center center;
  background-size: contain;
}

.shopNameWrap .navWrap nav ul li a.n02 {
  background: #D64B0E;
}

.shopNameWrap .navWrap nav ul li a.n02:after {
  background: url(../images/icon_check.png) no-repeat center center;
  background-size: contain;
}

.shopNameWrap .navWrap nav ul li a.n03 {
  background: #1A68B5;
}

.shopNameWrap .navWrap nav ul li a.n03:after {
  background: url(../images/icon_cart.png) no-repeat center center;
  background-size: contain;
}

.shopNameWrap .navWrap nav ul li a.n04 {
  background: #D5AC00;
}

.shopNameWrap .navWrap nav ul li a.n04:after {
  background: url(../images/icon_mail.png) no-repeat center center;
  background-size: contain;
}

.shopNameWrap .navWrap nav ul li a.n07 {
  background: #D5AC00;
}

.shopNameWrap .navWrap nav ul li a.n07:after {
  background: url(../images/icon_table.png) no-repeat center center;
  background-size: contain;
}

#topInfoWrap {
  width: 92%;
  margin: 0 auto 40px;
  border: 3px solid #fff;
  padding: 20px;
  font-size: 0.9rem;
}

#topInfoWrap .reserveStop {
  margin: 0 auto 20px;
  border: 1px solid #fff;
  padding: 20px;
}

#topInfoWrap .reserveStop label {
  display: block;
  width: 100%;
}

#topInfoWrap .reserveStop label input {
  margin-right: 10px;
  height: 1.3rem;
  width: 1.3rem;
}

#topInfoWrap .reserveStop .btn {
  display: block;
  width: 100%;
  background: #00BC9F;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 20px auto 0;
  padding: 15px 20px;
  border-radius: 5px;
}

#topInfoWrap .shopInfo .reserveTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

#topInfoWrap .shopInfo .reserveTime .txt {
  background: #0096B2;
  color: #fff;
  text-align: center;
  padding: 11px 5px;
  width: 30%;
  letter-spacing: 0;
  font-size: 0.8rem;
}

#topInfoWrap .shopInfo .reserveTime .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 65%;
}

#topInfoWrap .shopInfo .reserveTime .time select {
  width: 45%;
  display: block;
  color: #000;
  background-size: 1em 1em;
  padding-right: 2rem;
}

#topInfoWrap .shopInfo .reserveTime .time span {
  display: block;
  margin: 0 2px;
  font-size: 0.7rem;
}

#topInfoWrap .infoTxt h3 {
  background: #0096B2;
  color: #fff;
  padding: 10px;
  width: 100%;
}

#topInfoWrap .infoTxt textarea {
  width: 100%;
  font-size: 0.9rem;
  height: 150px;
  color: #000;
  margin-bottom: 10px;
}

#topLinkList {
  width: 92%;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0;
}

#topLinkList li {
  width: 100%;
  margin-bottom: 20px;
}

#topLinkList li:nth-child(2) {
  width: 48%;
}

#topLinkList li:nth-child(3) {
  width: 48%;
}

#topLinkList li a {
  font-size: 1rem;
}

h2 {
  font-size: 1.2rem;
  font-weight: bold;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 8px 0;
  margin-bottom: 30px;
}

h2 span {
  border-left: 2px solid #fff;
  display: inline-block;
  padding-left: 15px;
}

h2 span strong {
  color: #FCE302;
}

.tabledesign01 {
  width: 100%;
  font-size: .8rem;
}

.tabledesign01.items span {
  display: block;
}

.tabledesign01 tr th {
  background: #FCE302;
  padding: 8px;
  border: 1px solid #ddd;
  color: #000;
  font-weight: normal;
}

.tabledesign01 tr td {
  border: 1px solid #ddd;
  padding: 5px;
  background: #fff;
  color: #000;
  text-align: center;
}

.tabledesign01 tr td:last-child {
  width: 55%;
}

.tabledesign01 tr td:last-child.editBtn {
  width: 35%;
  padding: 10px;
}

.tabledesign01 tr td:last-child.editBtn .btnBox .btn {
  width: 48% !important;
  border-radius: 5px;
}

.tabledesign01 tr td:last-child .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.tabledesign01 tr td:last-child .btnBox .btn {
  background: #2B4369;
  color: #fff;
  display: block;
  padding: 8px 5px;
  font-size: .7rem;
  cursor: pointer;
}

.tabledesign01 tr td:last-child .btnBox .btn.orderCheck {
  width: 60%;
}

.tabledesign01 tr td:last-child .btnBox .btn.orderCheck.w100 {
  width: 100%;
}

.tabledesign01 tr td:last-child .btnBox .btn.orderComplete {
  width: 38%;
  background: #BE3300;
}

.tabledesign01 tr td:last-child .btnBox .btn.orderReturn {
  width: 38%;
  color: #fff;
  background: #ddd;
}

.tabledesign01 tr td.red {
  background-color: #D64B0E;
}

.tabledesign01 tr.orderInformation td {
  background: #FFFFC9;
  border: #2B4369 solid 3px;
  text-align: left;
  padding: 15px;
}

.tabledesign01 tr.orderInformation td p {
  margin-bottom: 5px;
}

.tabledesign01 tr.orderInformation td p span {
  display: block;
  font-weight: bold;
}

.tabledesign01 tr.timeOver td {
  background: #D64B0E;
}

.tabledesign01 tr.futerOrder td:nth-child(2) {
  width: 40%;
}

.tabledesign01 tr.futerOrder td:last-child {
  width: 33%;
}

.contentWrap {
  width: 92%;
  margin: 0 auto 40px;
}

#itemWrap, .itemWrap {
  width: 92%;
  margin: 0 auto 40px;
}

#itemWrap .itemInfotxt, .itemWrap .itemInfotxt {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

#itemWrap .itemInfotxt span, .itemWrap .itemInfotxt span {
  color: #FCE302;
  font-weight: bold;
}

#itemWrap .itemInfotxt02, .itemWrap .itemInfotxt02 {
  border: 1px solid #fff;
  padding: 20px;
}

#itemWrap .itemInfotxt02 a, .itemWrap .itemInfotxt02 a {
  border-bottom: 20px;
}

#itemWrap .itemList, .itemWrap .itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

#itemWrap .itemList li, .itemWrap .itemList li {
  margin-bottom: 20px;
  width: calc(50% - 10px);
  background: #00A0AD;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  #itemWrap .itemList li, .itemWrap .itemList li {
    width: 48%;
  }
}

#itemWrap .itemList li.inactive, .itemWrap .itemList li.inactive {
  background-color: #aaa;
}

#itemWrap .itemList li.inactive .imgBox, .itemWrap .itemList li.inactive .imgBox {
  opacity: 0.3;
}

#itemWrap .itemList li .content .imgBoxWrap, .itemWrap .itemList li .content .imgBoxWrap {
  position: relative;
}

#itemWrap .itemList li .content .imgBoxWrap .stopSellingLabel, .itemWrap .itemList li .content .imgBoxWrap .stopSellingLabel {
  background-color: #BE3300;
  color: #fff;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  border-radius: 6px;
}

#itemWrap .itemList li .content .imgBoxWrap .soldOutLabel, .itemWrap .itemList li .content .imgBoxWrap .soldOutLabel {
  background-color: #D64B0E;
  color: #fff;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  border-radius: 6px;
}

#itemWrap .itemList li .content .imgBox, .itemWrap .itemList li .content .imgBox {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
}

#itemWrap .itemList li .content .imgBox img, .itemWrap .itemList li .content .imgBox img {
  display: block;
  height: 80px;
  width: auto;
  margin: 0 auto;
}

#itemWrap .itemList li .content .txtBox, .itemWrap .itemList li .content .txtBox {
  color: #fff;
  padding: 20px 10px 10px;
}

#itemWrap .itemList li .content .txtBox h3, .itemWrap .itemList li .content .txtBox h3 {
  font-size: 1.05rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

#itemWrap .itemList li .content .txtBox .infoBox, .itemWrap .itemList li .content .txtBox .infoBox {
  background: #fff;
  color: #000;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
}

#itemWrap .itemList li .content .txtBox .infoBox p span, .itemWrap .itemList li .content .txtBox .infoBox p span {
  display: block;
}

#itemWrap .itemList li .content .txtBox .infoBox > div:not(:last-of-type), .itemWrap .itemList li .content .txtBox .infoBox > div:not(:last-of-type) {
  margin-bottom: 10px;
}

#itemWrap .itemEditWrap, .itemWrap .itemEditWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

#itemWrap .itemEditWrap .itemEditBox, .itemWrap .itemEditWrap .itemEditBox {
  border: 4px solid #00BC9F;
  border-radius: 10px;
  background: #fff;
  color: #000;
  padding: 30px;
  min-width: 40vw;
  max-width: 70vw;
}

@media screen and (max-width: 834px) {
  #itemWrap .itemEditWrap .itemEditBox, .itemWrap .itemEditWrap .itemEditBox {
    max-width: 95vw;
    width: 100%;
  }
}

#itemWrap .itemEditWrap .itemEditBox p, .itemWrap .itemEditWrap .itemEditBox p {
  text-align: left;
}

#itemWrap .itemEditWrap .itemEditBox .itemEdit, .itemWrap .itemEditWrap .itemEditBox .itemEdit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#itemWrap .itemEditWrap .itemEditBox .itemEdit.red, .itemWrap .itemEditWrap .itemEditBox .itemEdit.red {
  color: #D64B0E;
  margin-bottom: 10px;
}

#itemWrap .itemEditWrap .itemEditBox .itemEdit label, .itemWrap .itemEditWrap .itemEditBox .itemEdit label {
  text-align: left;
  width: 35%;
}

#itemWrap .itemEditWrap .itemEditBox .itemEdit input, #itemWrap .itemEditWrap .itemEditBox .itemEdit select, .itemWrap .itemEditWrap .itemEditBox .itemEdit input, .itemWrap .itemEditWrap .itemEditBox .itemEdit select {
  width: 65%;
}

#itemWrap .itemEditWrap .itemEditBox input, .itemWrap .itemEditWrap .itemEditBox input {
  width: 65%;
}

#itemWrap .itemEditWrap .itemEditBox select, .itemWrap .itemEditWrap .itemEditBox select {
  width: 65%;
}

#itemWrap .itemEditWrap .itemEditBox .title, .itemWrap .itemEditWrap .itemEditBox .title {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

#itemWrap .itemEditWrap .itemEditBox .info, .itemWrap .itemEditWrap .itemEditBox .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
}

#itemWrap .itemEditWrap .itemEditBox .info .no, .itemWrap .itemEditWrap .itemEditBox .info .no {
  width: 45%;
  text-align: right;
  margin-right: 5%;
}

#itemWrap .itemEditWrap .itemEditBox .info .price, .itemWrap .itemEditWrap .itemEditBox .info .price {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#itemWrap .itemEditWrap .itemEditBox .info .price input, .itemWrap .itemEditWrap .itemEditBox .info .price input {
  margin-left: 10px;
  width: 80%;
  border-radius: 5px;
  border: 1px solid #ddd;
}

#itemWrap .itemEditWrap .itemEditBox .stop, .itemWrap .itemEditWrap .itemEditBox .stop {
  background: #BE3300;
  color: #fff;
  font-size: 1.1rem;
  width: 100%;
  border-radius: 5px;
  margin: 10px 0;
}

#itemWrap .itemEditWrap .itemEditBox .stop label, .itemWrap .itemEditWrap .itemEditBox .stop label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
}

#itemWrap .itemEditWrap .itemEditBox .stop label input, .itemWrap .itemEditWrap .itemEditBox .stop label input {
  margin-right: 10px;
  position: relative;
  top: -2px;
  border-radius: 4px;
}

#itemWrap .itemEditWrap .itemEditBox .createInfo input, .itemWrap .itemEditWrap .itemEditBox .createInfo input {
  width: 65%;
}

#itemWrap .itemEditWrap .itemEditBox .createInfo select, .itemWrap .itemEditWrap .itemEditBox .createInfo select {
  width: 65%;
}

#itemWrap .itemEditWrap .closeBtn, .itemWrap .itemEditWrap .closeBtn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

#itemWrap .itemEditWrap .closeBtn .close, .itemWrap .itemEditWrap .closeBtn .close {
  display: block;
  max-width: 110px;
  margin: 0 auto;
}

#itemWrap .itemEditWrap .closeBtn .close:hover, .itemWrap .itemEditWrap .closeBtn .close:hover {
  opacity: 0.8;
}

#itemWrap .itemCreate li, .itemWrap .itemCreate li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

#itemWrap .itemCreate li:last-child, .itemWrap .itemCreate li:last-child {
  border: none;
}

#itemWrap .itemCreate li .createName, .itemWrap .itemCreate li .createName {
  width: 30%;
  color: #FCE302;
  font-weight: bold;
}

#itemWrap .itemCreate li .createInfo, .itemWrap .itemCreate li .createInfo {
  width: 68%;
}

#itemWrap .itemCreate li .createInfo .sizeBox, .itemWrap .itemCreate li .createInfo .sizeBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#itemWrap .itemCreate li .createInfo .sizeBox input, .itemWrap .itemCreate li .createInfo .sizeBox input {
  width: 48%;
}

#itemWrap .itemCreate li .createInfo .sizeBox input.price, .itemWrap .itemCreate li .createInfo .sizeBox input.price {
  position: relative;
}

#itemWrap .itemCreate li .createInfo .sizeBox input.price::before, .itemWrap .itemCreate li .createInfo .sizeBox input.price::before {
  content: "¥";
}

#itemWrap .itemCreate li .createInfo p.red, .itemWrap .itemCreate li .createInfo p.red {
  color: #D64B0E;
}

#itemWrap .itemCreate li label, .itemWrap .itemCreate li label {
  display: inline-block;
  margin-right: 10px;
}

#itemWrap .itemCreate li input, .itemWrap .itemCreate li input {
  border-radius: 5px;
  margin-bottom: 10px;
  color: #000;
}

#itemWrap .itemCreate li input[type="radio"], .itemWrap .itemCreate li input[type="radio"] {
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 2px;
  color: #1A68B5;
}

#itemWrap .itemCreate li input[type="file"], .itemWrap .itemCreate li input[type="file"] {
  color: #fff;
}

#itemWrap .itemCreate li textarea, .itemWrap .itemCreate li textarea {
  padding: 10px;
  color: #000;
  border-radius: 5px;
  width: 100%;
}

.shopCampaignItemWrap {
  display: none;
}

.itemNav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

.itemNav li {
  width: 25%;
  background: #2968B5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itemNav li a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 20px 10px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.1;
  position: relative;
}

.itemNav li a:after {
  content: "";
  position: absolute;
  right: 6px;
  width: 10px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  background: url(../images/icon_arrowLW.png) no-repeat center center;
  background-size: auto 10px;
}

.itemNav li:nth-child(2n) {
  background: #5085C6;
}

#ordersWrap .ordersInfotxt01 {
  border: 1px solid #fff;
  padding: 10px;
  max-width: 400px;
  width: 80%;
  text-align: center;
  margin: 0 auto 20px;
}

#ordersWrap .ordersInfotxt01 span {
  font-weight: bold;
}

#ordersWrap .ordersInfotxt02 {
  margin: 20px 0 50px;
  line-height: 1.8;
}

#ordersWrap .ordersInfotxt02 .squea {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: #D64B0E;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

#ordersWrap .ordersInfotxt03 {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

#ordersWrap .ordersInfotxt03 p {
  color: #fff;
  font-size: 1rem;
  margin-right: 10px;
}

#ordersWrap .ordersInfotxt03 input {
  padding: 10px;
  border-radius: 5px;
}

#mailsWrap .mailsInfotxt01 {
  font-size: 0.9rem;
  margin-bottom: 15px;
}

#mailsWrap .mailsInfotxt01 span {
  color: #FCE302;
}

#mailsWrap .mailsList {
  margin-bottom: 40px;
}

#mailsWrap .mailsList li {
  border: 1px solid #ddd;
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  background: #fff;
}

#mailsWrap .mailsList li input.mailinput {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 10px;
  color: #000;
  width: 100%;
}

#mailsWrap .mailsList li .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#mailsWrap .mailsList li .btn button {
  background: #2B4369;
  width: 48%;
  padding: 10px 5px;
  text-align: center;
}

#mailsWrap .mailsList li .btn button.mailDelete {
  background: #BE3300;
}

#mailsWrap .mailsList li .btn button.w100 {
  width: 100%;
}

#mailsWrap .mailsNew {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  background: #fff;
  padding: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#mailsWrap .mailsNew input {
  color: #000;
}

#mailsWrap .mailsNew select {
  color: #000;
  border-radius: 3px;
  border: solid 1px #ddd;
  width: 18%;
}

#mailsWrap .mailsNew .mailinput {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 10px;
  color: #000;
  width: 80%;
}

#mailsWrap .mailsNew .mailNewbtn {
  display: block;
  max-width: 100%;
  width: 100%;
  background: #D5AC00;
  color: #fff;
  margin-top: 10px;
  line-height: 0;
  font-size: 1.2rem;
  padding: 40px 20px;
  position: relative;
  text-align: center;
}

#mailsWrap .mailsNew .mailNewbtn:after {
  content: "";
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  background: url(../images/icon_mail.png) no-repeat center center;
  background-size: contain;
}

#mailsWrap .mailsDeleteWrap {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

#mailsWrap .mailsDeleteWrap.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mailsWrap .mailsDeleteWrap .mailsDeleteBox {
  border: 4px solid #00BC9F;
  border-radius: 10px;
  background: #fff;
  color: #000;
  padding: 30px;
}

#mailsWrap .mailsDeleteWrap .mailsDeleteBox .title {
  font-weight: bold;
  color: #BE3300;
  font-size: 1.7rem;
  margin-bottom: 20px;
}

#mailsWrap .mailsDeleteWrap .mailsDeleteBox .textU {
  margin: 10px 0 20px;
  text-decoration: underline;
  font-size: 0.9rem;
}

#mailsWrap .mailsDeleteWrap .mailsDeleteBox .delete {
  background: #BE3300;
  color: #fff;
  padding: 15px;
  font-size: 1.8rem;
  width: 100%;
  border-radius: 10px;
}

#mailsWrap .mailsDeleteWrap .closeBtn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

#mailsWrap .mailsDeleteWrap .closeBtn .close {
  display: block;
  max-width: 110px;
  margin: 0 auto;
}

#mailsWrap .mailsDeleteWrap .closeBtn .close:hover {
  opacity: 0.8;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.textB {
  font-weight: bold;
}

.textC {
  text-align: center;
}

.textU {
  text-decoration: underline;
}

.textR {
  text-align: right;
}

.textRD {
  color: #D64B0E;
}

.text11 {
  font-size: 1.1rem;
}

.text12 {
  font-size: 1.2rem;
}

.text13 {
  font-size: 1.3rem;
}

.text14 {
  font-size: 1.4rem;
}

.fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

[v-cloak] {
  display: none !important;
}
/*# sourceMappingURL=common.css.map */