@charset "UTF-8";
html {
  font-size: 10px;
}
body {
  font-size: 1rem;
  position: relative;
  margin: 0px auto;
  width: 100%;
  min-width: 320px;
  max-width: 950px;
}
html,
body {
  height: 100%;
  overflow: visible;
}
input {
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  height: 2rem;
  border-radius: 0.1rem;
  padding: 0 0.3rem;
}

.hide {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid #245a8f;
  outline-offset: 2px;
}

.intro {
  width: 100%;
  height: 100%;
  background: url(../images/bg.png) no-repeat;
  background-size: cover;
}

#introBg .logo_bg {
  position: absolute;
  top: 19rem;
  width: 100%;
  height: 11rem;
  padding: 50px;
  background-color: #f39d65;
}

header {
  height: 4.5rem;
  background: #ff840b;
  padding: 0 0.999rem;
}
header .tit {
  float: left;
  margin: 0.4rem 0 0 0;
  vertical-align: middle;
}
header .top_r {
  float: right;
  margin: 0.95rem 0 0 0;
}
.top_logo {
  width: 5.9rem;
  height: 2.2rem;
}
.top_logo img {
  width: 100%;
}

.logo_box {
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 12rem;
}
.logo_box img {
  width: 100%;
}

.menu_tit {
  position: absolute;
  top: 15rem;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  width: 10.6rem;
  height: 4rem;
  border-radius: 2.3rem;
  background: rgba(118, 73, 26, 0.7);
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
}
.com_logo_bottom {
  position: fixed;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 15rem;
}
.com_logo_bottom img {
  width: 100%;
}

.formAlign li {
  margin-bottom: 1rem;
  padding: 0 1.7rem;
}

.search_input {
  width: 100%;
  display: flex;
}
.search_input input {
  width: calc(100% - 3.7rem);
  height: 3.7rem;
  border-radius: 0.2rem 0 0 0.2rem;
  -webkit-appearance: none;
  appearance: none;
}
.search_input input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.search_input button {
  width: 3.7rem;
  height: 3.7rem;
  background: #f7f7f7;
  border-radius: 0 0.2rem 0.2rem 0;
}
.search_input button:before {
  content: "";
  display: inline-block;
  width: 60%;
  height: 60%;
  background: url(../images/search_m_btn.png) no-repeat;
  background-size: 100%;
}

.tab {
  padding: 1rem 0;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 0.5rem;
}
.tab ul {
  display: flex;
  padding: 0 2rem;
  flex-wrap: wrap;
  justify-content: start;
}
.tab li {
  font-size: 1.6rem;
  flex-basis: 66px;
}
.tab li a {
  display: inline-block;
  min-width: 5.5rem;
  padding: 0 1rem;
  text-align: center;
}
.tab li a.active,
.tab li a[aria-current="true"],
.tab li a:hover {
  background: #ff840b;
  color: #fff;
  font-weight: 400;
  border-radius: 90px;
}

.list_wrap {
  padding: 0 1.7rem;
}

.list li {
  position: relative;
  height: 11.6rem;
  margin: 1.8rem 0;
  border-bottom: dashed 1px #999999;
}
.list li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2rem;
  width: 100%;
  height: 1px;
}
.list_img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 10rem;
}
.list li h3 {
  padding: 1rem 0 0 11rem;
  font-size: 2.3rem;
  line-height: 2.3rem;
}
.list li a > span {
  position: absolute;
  bottom: 2rem;
  left: 11rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #777777;
}

.list_img_box img {
  width: 100%;
}
.list_cartBnt {
  display: inline-block;
  position: absolute;
  top: 3.8rem;
  right: 0;
  width: 3.3rem;
  height: 3.3rem;
}
.list_cartBnt:before {
  content: "";
  display: inline-block;
  width: 3.3rem;
  height: 3.3rem;
  background: url(../images/list_cartp_ico.png);
  background-size: cover;
}
.cart_num {
  display: inline-block;
  position: absolute;
  right: 0.2rem;
  top: 0.25rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 1.6rem;
  background: #f94d41;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.6rem;
}

.bottom_btnArea {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 950px;
  height: 6.2rem;
  padding: 1rem 1.6rem;
  background: #dfe9f3;
  transform: translateX(-50%);
}
.bottom_btnArea > span {
  color: #595e64;
  font-size: 1.5rem;
  line-height: 4rem;
}
.btn_defult {
  display: inline-block;
  position: relative;
  width: 9.4rem;
  height: 3.8rem;
  background: #ff840b;
  border-radius: 0.5rem;
  color: #fff;
  line-height: 4rem;
  font-size: 1.5rem;
  padding: 0 8px;
  text-align: center;
  text-decoration: none;
}
.btn_defult:after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(../images/bot_cart_ico.png);
  background-size: cover;
  margin-left: 1rem;
}

.btn_defult:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.order_num {
  display: inline-block;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 1.6rem;
  background: #555556;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.6rem;
}
.popup {
  display: none;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30rem;
  height: 20rem;
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid #d1d1d1;
  padding: 5rem;
  text-align: center;
}

.popup.dB {
  display: block;
}
.popup p {
  font-size: 2rem;
  line-height: 5rem;
}
.popup button {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background: #2e3d5c;
  border-radius: 0 0 1rem 1rem;
  line-height: 4rem;
  color: #ffffff;
  font-size: 1.6rem;
}
.addP {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 5rem;
  font-size: 1.8rem;
  border-bottom: 1px solid #979797;
  margin-bottom: 2rem;
}

header.detail_top {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #c2c1c1;
}
header .tit h2 {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
}
a.bacBtn {
  width: 5rem;
  position: absolute;
  top: 0;
  left: 0rem;
  height: 4rem;
  font-size: 0;
  z-index: 50;
}
.detail_top:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 2.5rem;
  background: url(../images/back_btn.png) no-repeat;
  background-size: cover;
  margin-top: 0.8rem;
}
.DT_wrap {
  position: relative;
  width: 100%;
  z-index: 0;
}
.DT_wrap:after {
  content: "";
  display: block;
  clear: both;
}
.DT_wrap_img_box {
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
}
.DT_wrap img {
  width: 100%;
}
.DT_txt {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem;
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid #f9f9f9;
  text-align: center;
  box-shadow: 1px 2px 6px 1px #e4e4e4;
}
.DT_txt h2 {
  font-size: 2rem;
  color: #444444;
}
.DT_txt p {
  width: 70vw;
  margin: 1rem auto;
  font-size: 1.3rem;
  color: #8c8c8c;
}
.order_wrap {
  padding: 0 1.7rem;
  margin-top: 2rem;
}
.order_wrap:after {
  content: "";
  display: block;
  clear: both;
}
.order_wrap span {
  font-size: 2rem;
  font-weight: bold;
}
.pag_tit {
  display: inline-block;
  position: absolute;
  top: 0.45rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.order_wrap .ui-widget.ui-widget-content {
  float: right;
  width: 10rem;
  height: 3rem;
}
.ui-spinner-input {
  height: 3rem;
  margin: 0 0 0.6rem 0;
  padding: 0 1rem;
}

.order_calc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding: 0 15px;
  background: #ff840b;
  border: 0;
  border-radius: 5rem;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  line-height: 5rem;
  margin-top: 2rem;
}
.order_calc span {
  margin-right: 5rem;
  font-weight: bold;
}

.order_calc--check {
  background: #2e3d5c;
}

.cart_wrap {
  background: #f6f6f6;
  padding: 1.7rem;
  color: #656565;
  margin-bottom: 2rem;
}
.cart_list li {
  border-bottom: 1px dashed #909090;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.cart_list li:last-child {
  border: none;
}
.cart_list h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.cart_list p {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.cart_list span {
  font-size: 1.6rem;
}
.price_right {
  float: right;
  vertical-align: middle;
}
.price_right:after {
  content: "";
  display: block;
  clear: both;
}
.price_right em {
  font-size: 1.6rem;
  vertical-align: middle;
  margin-right: 1rem;
}
.cart_list li.total {
  margin-top: 2rem;
}
.total h3 {
  float: left;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.total em {
  float: right;
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 1rem;
}
.total:after {
  content: "";
  display: block;
  clear: both;
}
.del {
  width: 1.73rem;
  height: 1.73rem;
  background: url("../images/delBtn.png");
  background-size: cover;
  vertical-align: middle;
}
.staff_wrap {
  position: relative;
  margin: 1.7rem;
}
.staff_list {
  display: flex;
  position: relative;
  justify-content: space-between;
  list-style: none;
  z-index: 10;
}
.staff_list li {
  font-size: 1.5rem;
  width: 6rem;
  height: 6rem;
  border-radius: 6rem;
  text-align: center;
  letter-spacing: -0.1rem;
  border: 1rem solid #e5edf3;
  font-weight: bold;
  color: #505050;
}
.staff_list li.OD {
  background-color: #f6f5f9;
  border: 0.8rem solid #dbe2e7;
  color: #bcbcbc;
}
.staff_list li.CK {
  width: 12rem;
  background-color: #bbcbdc;
}
.staff_list li.CK span {
  display: inline-block;
  margin-top: 1rem;
}
.staff_list li.CP {
  width: 9rem;
  background-color: #f6f5f9;
  color: #bcbcbc;
}
.staff_list li p {
  line-height: 4rem;
}
.staff_wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0.5rem;
  border-bottom: 0.5rem dotted #555555;
  z-index: 0;
}
.step {
  padding: 1.7rem 1.7rem 0.5rem 1.7rem;
  text-align: center;
  color: #245a8f;
}

.contentWrap {
  min-height: 100vw;
  padding-bottom: 2.5rem;
}

.tabel_infor {
  display: flex;
  height: 6.2rem;
  margin: 0 0 0.6666rem 0;
  padding: 1.7rem 1.7rem;
  font-size: 0.6rem;
  line-height: 0.7555rem;
}
.tabel_infor:before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 3.6rem;
  aspect-ratio: 3 / 3;
  background: url(../images/table_tit.png) no-repeat;
  background-size: cover;
}
.tabel_infor h2 {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 4rem;
  margin: 0rem 0 0 2rem;
  vertical-align: top;
}
.ico_r {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.ico_r li {
  float: left;
  margin-left: 1rem;
}
.staff {
  display: block;
  position: relative;
  font-size: 0;
  width: 3.5rem;
  height: 3.5rem;
  background: url(../images/staff_ico.png) no-repeat;
  background-size: cover;
}
.bill {
  display: block;
  font-size: 0;
  width: 3.5rem;
  height: 3.5rem;
  background: url(../images/bill_ico.png) no-repeat;
  background-size: cover;
}
