<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*-------------------------
  reset
-------------------------*/
dl,
dt,
dd {
  font-family: "游ゴシック", sans-serif;
  margin: 0;
  padding: 0;
}

input,
button,
textarea,
select {
  font-family: "游ゴシック", sans-serif;
}

img,
picture {
  max-width: 100%;
  height: auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/*-------------------------
  base
-------------------------*/
/* text-align */
.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

/* select */
.bold {
  font-weight: bold !important;
}

/* box_shadow */
.box_shadow_none {
  box-shadow: none !important;
}

/* width */
.w100 {
  width: 100px !important;
}

.w150 {
  width: 150px !important;
}

.w200 {
  width: 200px !important;
}

.w260 {
  width: 260px !important;
}

.w700 {
  width: 700px !important;
}

/* width */
.min_w150 {
  min-width: 150px !important;
}

.min_w200 {
  min-width: 200px !important;
}

/* height */
.h40 {
  height: 40px !important;
}

.h38 {
  height: 38px !important;
}

/* margin-top */
.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

/* margin-bottom */
.mb15 {
  margin-bottom: 15px !important;
}

/* margin-right */
.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

/* margin-left */
.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

/* padding */
.prl10 {
  padding: 0 10px !important;
}

.prl15 {
  padding: 0 15px !important;
}

/* padding-left */
.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

/* flex-box */
.flex {
  display: flex !important;
}

.flex_between {
  justify-content: space-between !important;
}

/* button */
button[type="submit"],
button[type="button"] {
  appearance: none;
  -webkit-appearance: none;
  color: #383838;
  font-size: 14px;
  background: #eff2f3;
  -webkit-box-shadow: 0 2px 0 #dfe5e8;
  box-shadow: 0 2px 0 #dfe5e8;
  cursor: pointer;
  margin: 0;
  padding: 3px 10px;
  border: none;
  border-radius: 3px;
}

button[type="submit"]:hover,
button[type="button"]:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* input */
input[type="text"],
input[type="password"] {
  width: 50px;
  height: 27px;
  background: #eff2f3;
  -webkit-box-shadow: 0 2px 0 #dfe5e8;
  box-shadow: 0 2px 0 #dfe5e8;
  border: none;
  border-radius: 3px;
  padding: 10px;
}

/* select */
select {
  background: #f7f9f9;
  border: 1px solid #b0bec5;
  border-radius: 3px;
  padding: 10px;
}

select:hover {
  cursor: pointer;
}

/* textarea */
textarea {
  width: 100%;
  background: #f7f9f9;
  border: 1px solid #b0bec5;
  border-radius: 3px;
  padding: 10px;
}

/* position */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/*-------------------------
  template design
-------------------------*/
/* button */
.btn_design01 {
  color: #fff !important;
  background: #65bfd6 !important;
  padding: 10px !important;
}

.btn_design02 {
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* input */
input.input_design01 {
  width: 100%;
  height: auto;
  background: #f7f9f9;
  border: 1px solid #b0bec5;
  box-shadow: none;
}

/* list */
.list_design01 dt,
.list_design01 dd {
  padding: 0 10px;
}

.list_design01 dt {
  font-weight: bold;
  font-size: 14px;
}

.list_design01 dd {
  font-size: 18px;
}

.list_design01 dd:not(:last-child) {
  border-bottom: 1px solid #b0bec5;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

/* 入力～ 完了*/
.progressview {
  color: #cfd8dc;
  font-size: 18px;
  text-align: center;
  padding: 60px 0;
}

.progressview li {
  display: inline-block;
}

.progressview_item_active {
  color: #65bfd6;
  font-weight: bold;
  border-bottom: 1px solid #65bfd6;
}

.show_info {
  text-align: center;
}

/* base_box */
.base_box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 40px;
  margin-bottom: 100px;
}

/* input_box */
.input_box {
  width: 60%;
}

/* cart_box */
.cart_box {
  width: 35%;
}

.cart-title,
.delivery-title,
.payment-title {
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding: 0 15px;
}

.cart-title-icon {
  margin-right: 10px;
}

.cart_item {
  padding: 15px;
}

.cart_item + .cart_item {
  border-top: 1px solid #ddd;
}

.cart_item:last-child {
  border-bottom: 1px solid #ddd;
}

.cart_item_heading {
  display: flex;
  justify-content: space-between;
}

.cart_item_heading p + p {
  margin-left: 10px;
}

.cart-photo {
  width: 30%;
}

.cart-name {
  font-size: 14px;
  width: 50%;
  padding-top: 10px;
}

.cart-delete-btn {
  width: 20%;
}

.cart-delete-btn {
  text-align: right;
}

.cart-num-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.cart-num-input-wrapper {
  display: flex;
  padding-top: 5px;
}

.cart-num-input input {
  text-align: center;
  margin-right: 5px;
}

.cart-numchg-btn {
  margin-left: 15px;
}

.cart-numchg-btn button {
  font-weight: normal;
  height: 27px;
}

.cart-unit-price-wrapper {
  text-align: right;
}

.cart-unit-price {
  color: #b0bec5;
  font-size: 14px;
}

.cart-product-total-wrap {
  text-align: right;
  padding: 15px;
}

.cart-product-number {
  display: inline-block;
  min-width: 100px;
  padding-left: 15px;
}

.delicharge_text {
  color: #b0bec5;
  font-size: 14px;
}

.cart-fulltotal {
  font-size: 22px;
  font-weight: bold;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 15px -15px 0 -15px;
  padding: 10px 15px;
}

.cart-fulltotal-text {
  font-size: 16px;
}

.cart-fulltotal-text-number {
  display: inline-block;
  min-width: 100px;
  padding-left: 15px;
}

.cart-shopping-btn {
  text-align: right;
  padding-right: 5px;
}

.cart-shopping-btn button {
  color: #65bfd6;
  font-size: 12px;
  background: none;
  box-shadow: none;
}

.fa-angle-left-shopping {
  margin-right: 5px;
}

/*-------------------------
  購入者
-------------------------*/
.customer-title-icon {
  margin-right: 10px;
}

.cart-title-customer {
  margin-bottom: 10px;
}

input[type="text"].p-postal-code {
  box-shadow: none;
  background: #f7f9f9;
  border: 1px solid #b0bec5;
}

/*-------------------------
  お届け先
-------------------------*/
.delivery-confirmr-box {
  margin-right: 15px;
  margin-left: 15px;
  padding: 15px;
}

.delivery-outer-box {
  background: #f7f9f9;
  margin-right: 15px;
  margin-left: 15px;
  padding: 15px;
}

.delivery-inner-box-inner {
  background: #fff;
  padding: 20px 5px;
}

.cart-item-by-deli {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}

.cart-item-by-deli03 {
  flex-wrap: wrap;
}

.cart-item-by-deli03 .cart-name {
  width: 60%;
}

.cart-item-by-deli03 .cart-num-unit {
  width: 100%;
  margin-top: 30px;
  padding-left: 20px;
}

.cart-item-by-deli-inner {
  text-align: right;
}

.cart-item-by-deli + .cart-item-by-deli {
  border-top: 1px solid #b0bec5;
}

.cart-item-by-deli-cart-name {
  width: auto;
}

.cart-item-by-deli-cart-num-unit {
  font-size: 16px;
  margin-top: 15px;
}

.sort-edit-btn {
  margin-top: 30px;
}

.require {
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  display: inline-block;
  position: relative;
  top: -1px;
  background: #65bfd6;
  margin-left: 8px;
  padding: 0px 3px;
}

/*-------------------------
  お届け方法を選ぶ
-------------------------*/

/*---
.back-blue-sheet {
  background: #edfbff;
}
---*/

.back-blue-sheet {
  background-color: rgba(221, 221, 221, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.dialog-window {
  width: 60%;
  margin: 10% auto;
  max-height: 80%;
  position: relative;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .dialog-window {
    width: 100%;
    margin: auto;
    max-height: 100%;
    position: relative;
    overflow: auto;
  }
}

@keyframes custom-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.delivery-input-box {
  padding: 30px;
  background-color: #ffffff;
  animation-name: custom-fade-in;
  animation-duration: 1s;
}

.delivery-sort-box {
  padding: 30px;
  background-color: #ffffff;
  animation-name: custom-fade-in;
  animation-duration: 1s;
}

.delivery-label-delitype02 {
  font-size: 18px;
  background: #efefef;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 10px;
}

.delivery-input-box-description {
  padding: 0 15px;
}

/*-------------------------
  お支払い方法を選択する
-------------------------*/
.payment_table {
  border-collapse: collapse;
  border: 1px solid #ddd;
  margin-top: 20px;
}

.payment_table th,
.payment_table td {
  border: none;
}

.payment_table th {
  color: #fff;
  background: #bebebe;
  border-right: 1px solid #ddd;
  padding: 0 15px;
}

.payment_table_select {
  border: none;
  border-radius: 0;
}

.payment-label-paytype02 {
  font-size: 18px;
  background: #efefef;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 10px;
}

.payment-input-box-description {
  padding: 0 15px;
}

/*-------------------------
  確認画面
-------------------------*/
.confirm_change_btn {
  color: #65bfd6;
  position: absolute;
  right: 0;
}

.payment_table_confirm tr {
  border-bottom: 1px solid #ddd;
}

.payment_table_confirm th,
.payment_table_confirm td {
  padding: 10px;
}

button[type="submit"].order_btn {
  font-size: 20px;
  min-width: 400px;
  margin-top: 60px;
}

/* 注文完了画面 */
.done-body .base_box {
  display: block;
}

.done-body .cart_box {
  display: none;
}

.done-body .input_box {
  width: 100%;
  text-align: center;
}

.order_complete_name {
  font-size: 24px;
  font-weight: bold;
}

.order_complete_thanks_text {
  font-size: 18px;
  font-weight: bold;
}

.order_complete_info {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #b0bec5;

  margin: 0 auto;
  margin-top: 30px;
}

.order_complete_auto_reply_mail {
  margin-top: 10px;
}

.order_complete_info_heading,
.order_complete_info_data {
  padding: 10px;
}

.order_complete_info_heading:not(:nth-of-type(01)),
.order_complete_info_data:not(:nth-of-type(01)) {
  border-top: 1px solid #b0bec5;
}

.order_complete_info_heading {
  color: #fff;
  font-weight: bold;
  width: 30%;
  background: #65bfd6;
}

.order_complete_info_data {
  width: 70%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  /*-------------------------
  base
-------------------------*/
  /* text-align */
  .sp_center {
    text-align: center;
  }

  /* width */
  .sp_w150 {
    width: 150px !important;
  }

  /* margin-top */
  .sp_mt15 {
    margin-top: 15px !important;
  }

  /* margin-left */
  .sp_ml0 {
    margin-left: 0 !important;
  }

  /* flex-box */
  .sp_flex {
    display: flex !important;
  }

  .sp_flex_between {
    justify-content: space-between !important;
  }

  /* input */
  input[type="text"] {
    padding: 5px 10px;
  }

  input[type="text"].sp_w150 {
    width: 150px !important;
  }

  /* 入力～ 完了*/
  .progressview {
    font-size: 16px;
    padding: 30px 15px;
  }

  /* base_box */
  .base_box {
    flex-direction: column-reverse;
  }

  /* input_box */
  .input_box {
    width: 100%;
    padding: 0 15px;
  }

  /* cart_box */
  .cart_box {
    width: 100%;
    margin-top: 50px;
    padding: 0 15px;
  }

  /*-------------------------
  お届け先
-------------------------*/
  .cart-item-by-deli02 {
    flex-direction: column;
  }

  .cart-item-by-deli-inner {
    text-align: left;
  }

  .cart-item-by-deli-cart-photo {
    width: 100%;
  }

  .cart-item-by-deli-cart-num-unit {
    text-align: right;
  }

  .sort-edit-btn {
    text-align: center;
  }

  .cart-item-by-deli03 {
    flex-wrap: wrap;
  }

  .cart-item-by-deli03 .cart-name {
    width: 65%;
  }

  .cart-item-by-deli03 .cart-num-unit {
    margin-top: 15px;
  }

  .delivery-sort-box {
    width: 95%;
    margin: 100px auto 0 auto;
  }

  .delivery-cancel-btn button,
  .delivery-add-btn button,
  .delivery-add-bt button {
    padding: 3px 5px;;
  }


  /*-------------------------
  お支払い方法を選択する
-------------------------*/
  .payment_table {
    width: 93%;
  }

  .payment_table th,
  .payment_table td {
    display: block;
    width: 100%;
  }

  .payment_table_select {
    width: 100%;
    height: 50px;
  }

  /*-------------------------
  確認画面
-------------------------*/
  button[type="submit"].order_btn {
    min-width: 250px;
  }

  /* 注文完了画面 */
  .order_complete_info,
  .order_complete_info_heading,
  .order_complete_info_data {
    width: 100%;
  }

  .order_complete_info_heading {
    padding: 5px 10px;
  }

  .order_complete_info_data {
    text-align: center;
  }
}
</pre></body></html>