@charset "UTF-8";
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

*,
html {
  box-sizing: border-box;
}

/**
* ヘッダー
*----------------------------------------------*/
.beans_order {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0.5em 0 0 0;
  width: 100%;
  background: #333;
}
.beans_order .header_main {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}
.beans_order .header_main > a {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
.beans_order .header_main > a > img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .beans_order .header_main > a > img {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
  }
}

/**
* フッター
*----------------------------------------------*/
.order_footer {
  margin: 60px auto 0 auto;
  padding: 0;
  width: 100%;
  background: #271a17;
}
.order_footer .footer_inner {
  margin: 0 auto;
  padding: 1.5em 0;
  width: 960px;
}
@media screen and (max-width: 480px) {
  .order_footer .footer_inner {
    width: 94%;
  }
}
.order_footer .footer_inner .shop_logo {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.order_footer .copyright {
  margin: 0 auto;
  padding: 0.4em 0;
  width: 100%;
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  background: #5a413b;
}

/**
* ボタン
*----------------------------------------------*/
.action_btn {
  margin: 30px auto 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}
.action_btn .confirm_btn,
.action_btn .copy_btn {
  margin: 30px auto 0 auto;
  padding: 0;
  width: 400px;
  height: 60px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
  border: none;
  border-radius: 5px;
  background: #e27046;
}
@media screen and (max-width: 480px) {
  .action_btn .confirm_btn,
  .action_btn .copy_btn {
    margin-top: 16px;
    width: 96%;
  }
}
.action_btn .confirm_btn:hover,
.action_btn .copy_btn:hover {
  cursor: pointer;
  background: #c44f24;
  transition: all 0.3s ease;
}
.action_btn .confirm_btn .en_text,
.action_btn .copy_btn .en_text {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  text-align: center;
}
.action_btn .copy_btn {
  margin-top: 0;
}
.action_btn .modify_btn {
  margin: 30px auto 0 auto;
  padding: 0;
  width: 200px;
  height: 45px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.1em;
  border: none;
  border-radius: 5px;
  background: #d8d8d8;
}
.action_btn .modify_btn:hover {
  cursor: pointer;
  background: #979797;
  transition: all 0.3s ease;
}
.action_btn .modify_btn .en_text {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0.8rem;
  text-align: center;
}

/**
* 注文ページ
*----------------------------------------------*/
.page_title {
  position: relative;
  margin: 30px auto 0 auto;
  padding: 0;
  width: 960px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #4d3105;
  text-align: center;
}
@media (prefers-color-scheme: dark) {
  .page_title {
    color: #e7c691;
  }
}
@media screen and (max-width: 480px) {
  .page_title {
    width: 100%;
    font-size: 1.4rem;
  }
}
.page_title:before {
  position: absolute;
  content: "";
  left: calc(50% - 30px);
  bottom: -16px;
  width: 60px;
  height: 4px;
  border-radius: 4px;
  background: #7d3b09;
}
.page_title .en_title {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1.2rem;
  color: #7d3b09;
}
@media (prefers-color-scheme: dark) {
  .page_title .en_title {
    color: #e7c097;
  }
}

.order_summary {
  margin: 40px auto 0 auto;
  padding: 0 1em;
  width: 60%;
  font-size: 1rem;
  color: #000;
  text-align: center;
}
@media (prefers-color-scheme: dark) {
  .order_summary {
    color: #fff;
  }
}
.order_summary .en_order_summary {
  display: block;
  margin: 8px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0.86rem;
}
@media screen and (max-width: 480px) {
  .order_summary {
    width: 94%;
    font-size: 0.9rem;
  }
}

#orderForm {
  margin-top: 40px;
}

.section {
  margin: 40px auto 0 auto;
  padding: 0;
  width: 960px;
}
@media screen and (max-width: 480px) {
  .section {
    margin-top: 20px;
    width: 94%;
  }
}
.section .section_title {
  margin: 0;
  padding: 0 0 0 1em;
  width: 100%;
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
  border-left: 6px solid #654802;
}
@media (prefers-color-scheme: dark) {
  .section .section_title {
    color: #fff;
  }
}
.section .section_title .en_section_title {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  color: #222;
}
@media (prefers-color-scheme: dark) {
  .section .section_title .en_section_title {
    color: #fff;
  }
}
.section .section_explain {
  margin: 16px 0;
  padding: 0 0 0 1.4em;
  width: 100%;
  font-size: 0.9rem;
  color: #222;
}
@media (prefers-color-scheme: dark) {
  .section .section_explain {
    color: #fff;
  }
}
.section .section_inner {
  margin: 16px auto 0 auto;
  padding: 1.5em;
  width: 100%;
  background: #f8f8f8;
}
@media (prefers-color-scheme: dark) {
  .section .section_inner {
    background: #2c2c2c;
  }
}
@media screen and (max-width: 480px) {
  .section .section_inner {
    padding: 0.6em;
  }
}
.section .section_inner .beans_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.section .section_inner .beans_area .select_area {
  margin: 0;
  padding: 0;
  width: 50%;
}
@media screen and (max-width: 480px) {
  .section .section_inner .beans_area .select_area {
    width: 100%;
  }
}
.section .section_inner .beans_area .select_area .select_beans {
  margin: 0;
  padding: 0.5em 0.8em;
  width: 100%;
  font-size: 1rem;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}
@media (prefers-color-scheme: dark) {
  .section .section_inner .beans_area .select_area .select_beans {
    color: #fff;
    background: #3a3a3a;
    border: #3a3a3a;
  }
}
@media screen and (max-width: 480px) {
  .section .section_inner .beans_area .select_area .select_beans {
    font-size: 0.9rem;
  }
}
.section .section_inner .beans_area .detail_area {
  margin: 0;
  padding: 0.8em;
  width: 45%;
  background: #fff;
  border-radius: 5px;
}
@media (prefers-color-scheme: dark) {
  .section .section_inner .beans_area .detail_area {
    background: #222;
  }
}
@media screen and (max-width: 480px) {
  .section .section_inner .beans_area .detail_area {
    margin-top: 10px;
    width: 100%;
  }
}
.section .section_inner .beans_area .detail_area .beans_country {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0;
  padding: 0.5em 1em;
  width: 100%;
  height: 44px;
  background: #825419;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (max-width: 480px) {
  .section .section_inner .beans_area .detail_area .beans_country {
    height: auto;
  }
}
.section .section_inner .beans_area .detail_area .beans_country .country_img {
  display: inline-block;
  margin: 0 3% 0 0;
  padding: 0;
  width: 10%;
}
.section .section_inner .beans_area .detail_area .beans_country .country_img > img {
  -o-object-fit: cover;
     object-fit: cover;
}
.section .section_inner .beans_area .detail_area .beans_country .country_name {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 78%;
  height: 100%;
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
}
.section .section_inner .beans_area .detail_area .beans_summary {
  margin: 0;
  padding: 1em 1.5em;
  width: 100%;
  font-size: 0.9rem;
  color: #222;
  line-height: 1.4rem;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (prefers-color-scheme: dark) {
  .section .section_inner .beans_area .detail_area .beans_summary {
    color: #fff;
  }
}
.section .section_inner .beans_area .detail_area .beans_fee {
  margin: 10px auto 0 auto;
  padding: 0.5em 1em;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  text-align: right;
  background: #e7d4a7;
}
@media (prefers-color-scheme: dark) {
  .section .section_inner .beans_area .detail_area .beans_fee {
    background: #48390c;
    color: #fff;
  }
}
.section .section_inner .select_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .section .section_inner .select_list {
    justify-content: space-between;
    gap: 1%;
  }
}
.section .section_inner .select_list .list_contents {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
  background: #fff;
}
.section .section_inner .select_list .list_contents.list_gram {
  margin-right: 6px;
  width: 16%;
}
@media screen and (max-width: 480px) {
  .section .section_inner .select_list .list_contents.list_gram {
    margin-right: 0;
    width: 19.2%;
  }
}
.section .section_inner .select_list .list_contents.list_roast {
  margin-right: 6px;
  width: 16%;
}
@media screen and (max-width: 480px) {
  .section .section_inner .select_list .list_contents.list_roast {
    margin-right: 0;
    width: 32%;
  }
}
.section .section_inner .select_list .list_contents.list_grind {
  margin-right: 6px;
  width: 16%;
}
@media screen and (max-width: 480px) {
  .section .section_inner .select_list .list_contents.list_grind {
    margin-right: 0;
    width: 32%;
  }
}
.section .section_inner .select_list .list_contents.list_option {
  margin-right: 6px;
  width: 16%;
}
@media screen and (max-width: 480px) {
  .section .section_inner .select_list .list_contents.list_option {
    margin-right: 0;
    width: 32%;
  }
}
.section .section_inner .select_list .list_contents.list_packing {
  margin-right: 6px;
  width: 16%;
}
@media screen and (max-width: 480px) {
  .section .section_inner .select_list .list_contents.list_packing {
    margin-right: 0;
    width: 32%;
  }
}
.section .section_inner .select_list .list_contents:hover {
  cursor: pointer;
}
.section .section_inner .select_list .list_contents input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.section .section_inner .select_list .list_contents label {
  display: block;
  margin-right: -1px;
  padding: 0;
  width: 100%;
  line-height: 1;
  border: 1px solid #eee;
}
@media (prefers-color-scheme: dark) {
  .section .section_inner .select_list .list_contents label {
    background: #efefef;
    border-color: #5f5f5f;
  }
}
.section .section_inner .select_list .list_contents label > img {
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.section .section_inner .select_list .list_contents label .plate_area {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background: #ddd;
}
@media (prefers-color-scheme: dark) {
  .section .section_inner .select_list .list_contents label .plate_area {
    background: #4a4a4a;
  }
}
.section .section_inner .select_list .list_contents label .plate_area .qty {
  display: block;
  margin: 0;
  padding: 0.4em 0;
  width: 100%;
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
  background: #666;
}
@media (prefers-color-scheme: dark) {
  .section .section_inner .select_list .list_contents label .plate_area .qty {
    background: #222;
  }
}
.section .section_inner .select_list .list_contents label .plate_area .en_qty {
  display: block;
  margin: 0;
  padding: 0.3em 0;
  width: 100%;
  font-size: 0.9rem;
  color: #000;
}
@media (prefers-color-scheme: dark) {
  .section .section_inner .select_list .list_contents label .plate_area .en_qty {
    color: #eee;
  }
}
.section .section_inner .select_list .list_contents label .plate_area .fee {
  display: block;
  margin: 0;
  padding: 0.4em 0;
  width: 100%;
  font-size: 0.9rem;
  color: #222;
}
.section .section_inner .select_list .list_contents input:checked + label {
  border: 2px solid #ff6666;
  color: #bb1010;
}
.section .section_inner .select_list .list_contents input:checked + label .plate_area .qty {
  background: red;
}
.section .section_inner .quantity_select {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .section .section_inner .quantity_select {
    text-align: center;
  }
}
.section .section_inner .quantity_select .quantity {
  margin: 0;
  padding: 0 0.5em;
  width: 60px;
  height: 40px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  text-align: right;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media (prefers-color-scheme: dark) {
  .section .section_inner .quantity_select .quantity {
    background: #fff;
    border-color: #eee;
  }
}
@media screen and (max-width: 480px) {
  .section .section_inner .quantity_select .quantity {
    width: 100px;
  }
}
.section .section_inner .quantity_select .plus,
.section .section_inner .quantity_select .minus {
  margin: 0 6px;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #6baea6;
  border: none;
  border-radius: 4px;
}
.section .section_inner .quantity_select .plus:hover,
.section .section_inner .quantity_select .minus:hover {
  cursor: pointer;
}
.section .section_inner .notice {
  margin: 16px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0.8rem;
  color: #000;
  text-align: right;
}
@media (prefers-color-scheme: dark) {
  .section .section_inner .notice {
    color: #fff;
  }
}
@media screen and (max-width: 480px) {
  .section .section_inner .notice {
    text-align: left;
  }
}
.section .section_inner .notice .en_notice {
  display: block;
  margin: 0;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .section .section_inner .notice .en_notice {
    text-align: left;
  }
}
.section .qty_notice {
  margin: 20px auto;
  padding: 1.5em;
  width: 100%;
  font-size: 0.9rem;
  color: #000;
  line-height: 1.5rem;
  background: #fbe5ff;
  border-radius: 4px;
}
.section .qty_notice .emphasis {
  font-weight: bold;
  color: #ac2222;
}
.section .qty_notice .en_qty_notice {
  display: block;
  margin: 3px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.3rem;
}

.form_error .section_inner {
  background: #fdc4ec;
}
@media (prefers-color-scheme: dark) {
  .form_error .section_inner {
    background: #ffebf9;
  }
  .form_error .section_inner .notice {
    color: #000;
  }
}

.error_msg {
  display: none;
  margin: 0 auto 10px auto;
  padding: 0.3em 1em;
  width: 100%;
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
  background: #c154a0;
}
.error_msg .en_error_msg {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
}

/**
* お客様情報
*----------------------------------------------*/
.person_area_title {
  margin: 40px auto 0 auto;
  padding: 0.4em 0;
  width: 960px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #1864a1;
}
@media screen and (max-width: 480px) {
  .person_area_title {
    padding: 0.4em 1em;
    width: 94%;
    font-size: 1rem;
  }
}
.person_area_title .en_person_area_title {
  display: block;
  margin: 3px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1.1rem;
}
@media screen and (max-width: 480px) {
  .person_area_title .en_person_area_title {
    margin-top: 0;
    font-size: 0.8rem;
  }
}

.pickup_notice {
  margin: 30px auto 0 auto;
  padding: 0.5em 0;
  width: 60%;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  background: #234383;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  .pickup_notice {
    margin-top: 20px;
    width: 100%;
  }
}
.pickup_notice .en_pickup_notice {
  display: block;
  margin: 3px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  color: #fff;
}

.pickup_error {
  margin: 8px auto 0 auto;
  width: 60%;
}
@media screen and (max-width: 480px) {
  .pickup_error {
    width: 100%;
  }
}

.pickup_select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px auto 0 auto;
  padding: 0;
  width: 60%;
}
@media screen and (max-width: 480px) {
  .pickup_select {
    width: 100%;
  }
}
.pickup_select .pup_sel {
  margin: 0;
  padding: 0;
  width: 49%;
  background: #ddf4ff;
}
@media (prefers-color-scheme: dark) {
  .pickup_select .pup_sel {
    background: #a1bdca;
  }
}
.pickup_select .pup_sel input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.pickup_select .pup_sel label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -1px;
  padding: 0;
  width: 100%;
  height: 60px;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  line-height: 1;
  border: 1px solid #eee;
  border-radius: 4px;
}
.pickup_select .pup_sel label .txt_small {
  font-size: 0.9rem;
}
.pickup_select .pup_sel input:checked + label {
  background: #ff6666;
  color: #fff;
}

.person_info,
.pup_shop {
  margin: 0;
  padding: 0;
  width: 100%;
}
.person_info .info_th,
.pup_shop .info_th {
  margin: 0;
  padding: 0.5em 1em;
  width: 100%;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  background: #5c8fc2;
}
@media (prefers-color-scheme: dark) {
  .person_info .info_th,
  .pup_shop .info_th {
    background: #2d5985;
  }
}
@media screen and (max-width: 480px) {
  .person_info .info_th,
  .pup_shop .info_th {
    font-size: 0.9rem;
  }
}
.person_info .info_th .en_info_th,
.pup_shop .info_th .en_info_th {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
}
.person_info .tbl_th,
.pup_shop .tbl_th {
  margin: 0;
  padding: 0.5em 1em;
  width: 20%;
  font-size: 1rem;
  color: #fff;
  text-align: right;
  background: #1c8980;
}
@media screen and (max-width: 480px) {
  .person_info .tbl_th,
  .pup_shop .tbl_th {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.person_info .tbl_th .en_tbl_th,
.pup_shop .tbl_th .en_tbl_th {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  color: #fff;
}
.person_info .tbl_td,
.pup_shop .tbl_td {
  margin: 0;
  padding: 0.5em 1em;
  width: 80%;
  background: #fff;
}
@media (prefers-color-scheme: dark) {
  .person_info .tbl_td,
  .pup_shop .tbl_td {
    background: #222;
  }
}
@media screen and (max-width: 480px) {
  .person_info .tbl_td,
  .pup_shop .tbl_td {
    display: block;
    padding: 1em;
    width: 100%;
  }
}
.person_info .tbl_td.form_error,
.pup_shop .tbl_td.form_error {
  background: #fdc4ec;
}
@media (prefers-color-scheme: dark) {
  .person_info .tbl_td.form_error,
  .pup_shop .tbl_td.form_error {
    background: #ffebf9;
  }
}
.person_info .tbl_td input[name=full_name],
.person_info .tbl_td input[name=phone],
.pup_shop .tbl_td input[name=full_name],
.pup_shop .tbl_td input[name=phone] {
  padding: 0.3em 0.5em;
  width: 50%;
  font-size: 1rem;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}
@media (prefers-color-scheme: dark) {
  .person_info .tbl_td input[name=full_name],
  .person_info .tbl_td input[name=phone],
  .pup_shop .tbl_td input[name=full_name],
  .pup_shop .tbl_td input[name=phone] {
    color: #fff;
  }
}
@media screen and (max-width: 480px) {
  .person_info .tbl_td input[name=full_name],
  .person_info .tbl_td input[name=phone],
  .pup_shop .tbl_td input[name=full_name],
  .pup_shop .tbl_td input[name=phone] {
    width: 100%;
  }
}
.person_info .tbl_td input[name=pickup-date],
.pup_shop .tbl_td input[name=pickup-date] {
  padding: 0.3em 0.5em;
  width: 30%;
  font-size: 1rem;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}
@media (prefers-color-scheme: dark) {
  .person_info .tbl_td input[name=pickup-date],
  .pup_shop .tbl_td input[name=pickup-date] {
    color: #fff;
  }
}
@media screen and (max-width: 480px) {
  .person_info .tbl_td input[name=pickup-date],
  .pup_shop .tbl_td input[name=pickup-date] {
    width: 50%;
  }
}
.person_info .tbl_td input[name=pickup-time],
.pup_shop .tbl_td input[name=pickup-time] {
  padding: 0.3em 0.5em;
  width: 20%;
  font-size: 1rem;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}
@media (prefers-color-scheme: dark) {
  .person_info .tbl_td input[name=pickup-time],
  .pup_shop .tbl_td input[name=pickup-time] {
    color: #fff;
  }
}
@media screen and (max-width: 480px) {
  .person_info .tbl_td input[name=pickup-time],
  .pup_shop .tbl_td input[name=pickup-time] {
    width: 40%;
  }
}

.pup_shop {
  margin-top: 20px;
}
.pup_shop .tbl_td .input_title {
  display: inline-block;
  margin: 0 10px 8px 0;
  padding: 0.4em 0.5em;
  width: 30%;
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
  background: #4457ac;
}
.pup_shop .tbl_td input[type=text] {
  margin: 0;
  padding: 0.3em 0.5em;
  width: 60%;
  font-size: 1rem;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.pup_delivery {
  margin: 20px auto 0 auto;
  padding: 0;
  width: 100%;
}
.pup_delivery .info_th {
  margin: 0;
  padding: 0.5em 1em;
  width: 100%;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  background: #5c8fc2;
}
@media (prefers-color-scheme: dark) {
  .pup_delivery .info_th {
    background: #2d5985;
  }
}
@media screen and (max-width: 480px) {
  .pup_delivery .info_th {
    font-size: 0.9rem;
  }
}
.pup_delivery .info_th .en_info_th {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
}
.pup_delivery .tbl_th {
  margin: 0;
  padding: 0.5em 1em;
  width: 20%;
  font-size: 1rem;
  color: #fff;
  text-align: right;
  background: #1c8980;
}
@media screen and (max-width: 480px) {
  .pup_delivery .tbl_th {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.pup_delivery .tbl_th .en_tbl_th {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  color: #fff;
}
.pup_delivery .sub_th {
  margin: 0;
  padding: 0.5em 1em;
  width: 25%;
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
  background: #4457ac;
}
@media screen and (max-width: 480px) {
  .pup_delivery .sub_th {
    display: block;
    width: 100%;
  }
}
.pup_delivery .tbl_td {
  margin: 0;
  padding: 0.5em 1em;
  width: 55%;
  background: #fff;
}
@media (prefers-color-scheme: dark) {
  .pup_delivery .tbl_td {
    background: #222;
  }
}
@media screen and (max-width: 480px) {
  .pup_delivery .tbl_td {
    display: block;
    padding: 1em;
    width: 100%;
  }
}
.pup_delivery .tbl_td.form_error {
  background: #fdc4ec;
}
@media (prefers-color-scheme: dark) {
  .pup_delivery .tbl_td.form_error {
    background: #ffebf9;
  }
}
.pup_delivery .tbl_td input[name=province],
.pup_delivery .tbl_td input[name=district],
.pup_delivery .tbl_td input[name=subdistrict],
.pup_delivery .tbl_td input[name=soi],
.pup_delivery .tbl_td input[name=address] {
  padding: 0.3em 0.5em;
  width: 100%;
  font-size: 1rem;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}
@media (prefers-color-scheme: dark) {
  .pup_delivery .tbl_td input[name=province],
  .pup_delivery .tbl_td input[name=district],
  .pup_delivery .tbl_td input[name=subdistrict],
  .pup_delivery .tbl_td input[name=soi],
  .pup_delivery .tbl_td input[name=address] {
    color: #fff;
  }
}
@media screen and (max-width: 480px) {
  .pup_delivery .tbl_td input[name=province],
  .pup_delivery .tbl_td input[name=district],
  .pup_delivery .tbl_td input[name=subdistrict],
  .pup_delivery .tbl_td input[name=soi],
  .pup_delivery .tbl_td input[name=address] {
    width: 100%;
  }
}
.pup_delivery .tbl_td input[name=postcode] {
  padding: 0.3em 0.5em;
  width: 30%;
  font-size: 1rem;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}
@media (prefers-color-scheme: dark) {
  .pup_delivery .tbl_td input[name=postcode] {
    color: #fff;
  }
}
@media screen and (max-width: 480px) {
  .pup_delivery .tbl_td input[name=postcode] {
    width: 50%;
  }
}

/**
* 注文内容の確認
*----------------------------------------------*/
.confirm_title {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #533107;
  text-align: center;
}
@media (prefers-color-scheme: dark) {
  .confirm_title {
    color: #f0d099;
  }
}
@media screen and (max-width: 480px) {
  .confirm_title {
    margin-top: 16px;
    font-size: 1rem;
  }
}
.confirm_title .en_confirm_title {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
}
@media (prefers-color-scheme: dark) {
  .confirm_title .en_confirm_title {
    color: #d9b371;
  }
}
.confirm_title:nth-of-type(2) {
  margin-top: 30px;
}

.beans_confirm_tbl,
.person_confirm_tbl {
  margin: 20px auto 0 auto;
  padding: 0;
  width: 100%;
}
.beans_confirm_tbl .tbl_th,
.person_confirm_tbl .tbl_th {
  margin: 0;
  padding: 0.5em 1em;
  width: 30%;
  font-size: 0.9rem;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .beans_confirm_tbl .tbl_th,
  .person_confirm_tbl .tbl_th {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.beans_confirm_tbl .tbl_th .en_tbl_th,
.person_confirm_tbl .tbl_th .en_tbl_th {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  color: #fff;
}
.beans_confirm_tbl .tbl_td,
.person_confirm_tbl .tbl_td {
  margin: 0;
  padding: 0.5em 1em;
  width: 70%;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  background: #fff;
}
@media (prefers-color-scheme: dark) {
  .beans_confirm_tbl .tbl_td,
  .person_confirm_tbl .tbl_td {
    background: #222;
    color: #fff;
  }
}
@media screen and (max-width: 480px) {
  .beans_confirm_tbl .tbl_td,
  .person_confirm_tbl .tbl_td {
    display: block;
    padding: 1em;
    width: 100%;
    text-align: center;
  }
}
.beans_confirm_tbl .tbl_td .en_name,
.person_confirm_tbl .tbl_td .en_name {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
}

.beans_confirm_tbl .tbl_th {
  background: #1c8980;
}
@media (prefers-color-scheme: dark) {
  .beans_confirm_tbl .tbl_th {
    background: #026d7d;
  }
}

.person_confirm_tbl .tbl_th {
  background: #0d87b7;
}
@media (prefers-color-scheme: dark) {
  .person_confirm_tbl .tbl_th {
    background: #043f56;
  }
}

.suggestion {
  margin: 30px auto 0 auto;
  padding: 1em;
  width: 100%;
  font-size: 0.9rem;
  color: #000;
  text-align: center;
  background: #eee;
  border-radius: 4px;
}
.suggestion .en_suggestion {
  display: block;
  margin: 8px auto 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0.86rem;
}

.copy_msg {
  display: none;
}

.success-msg {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2.8em 1.5em 0 1.5em;
  width: 50%;
  height: 130px;
  font-size: 1rem;
  font-weight: bold;
  color: #8202b0;
  text-align: center;
  vertical-align: middle;
  background: rgba(210, 209, 255, 0.9);
  border: 8px solid #fff;
  border-radius: 5px;
  filter: drop-shadow(7px 5px 6px rgba(0, 0, 0, 0.26)) drop-shadow(1px 1px 0px rgba(73, 32, 221, 0.1));
}
@media screen and (max-width: 480px) {
  .success-msg {
    width: 70%;
  }
}/*# sourceMappingURL=order.css.map */