@charset "UTF-8";
/*
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@mixin notojp {
	& {
		font-family: 'Noto Sans Japanese' !important;
	}
}
*/
@font-face {
  font-family: "sunday-webfont01";
  src: url("../media/files/fonts/sunday-webfont01.eot");
  src: url("../media/files/fonts/sunday-webfont01.eot?#iefix") format("embedded-opentype"), url("../media/files/fonts/sunday-webfont01.woff") format("woff"), url("../media/files/fonts/sunday-webfont01.ttf") format("truetype"), url("../media/files/fonts/sunday-webfont01.svg#sunday-webfont01") format("svg");
  font-weight: normal;
  font-style: normal;
}
div.forms div.form-row {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  div.forms div.form-row {
    display: flex;
    gap: 20px;
  }
}
div.forms div.form-row > div.form {
  margin: auto;
  flex: 1 1 auto;
}
div.forms div.form-row > div.form.member-sex div.inputted {
  top: 0;
}
div.forms div.form-row > div.form * {
  line-height: 1.3;
}
div.forms div.form-row > div.form span.help-block {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
}
div.forms div.form-row > div.form span.help-block.errormessage {
  display: block;
  margin: 0;
}
div.forms div.form-row > div.form span.help-block.errormessage:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 3px;
  padding-right: 5px;
}
div.forms div.form-row select {
  width: auto;
}
@media print, screen and (min-width: 768px) {
  div.forms div.form-row label.control-label {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex: 0 0 200px;
    white-space: nowrap;
  }
  div.forms div.form-row label.control-label .required .label {
    border-radius: 2px;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  div.forms div.form-row label.control-label {
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  div.forms div.form-row input[type=button] {
    margin-right: 10px !important;
  }
}
@media print, screen and (min-width: 768px) {
  div.forms div.form-row input[type=text],
  div.forms div.form-row input[type=button] {
    display: inline-block;
  }
  div.forms div.form-row input[type=text][name="member:zipcode"], div.forms div.form-row input[type=text][name="members_delivery:zipcode"],
  div.forms div.form-row input[type=button][name="member:zipcode"],
  div.forms div.form-row input[type=button][name="members_delivery:zipcode"] {
    max-width: 150px;
  }
  div.forms div.form-row input[type=text][name="member:phone"], div.forms div.form-row input[type=text][name="members_delivery:phone"], div.forms div.form-row input[type=text][name="members_delivery:cellular"],
  div.forms div.form-row input[type=button][name="member:phone"],
  div.forms div.form-row input[type=button][name="members_delivery:phone"],
  div.forms div.form-row input[type=button][name="members_delivery:cellular"] {
    max-width: 200px;
  }
  div.forms div.form-row input[type=text][name="member:birthday"],
  div.forms div.form-row input[type=button][name="member:birthday"] {
    max-width: 150px;
  }
}
div.forms div.form-row input[type=text].zip,
div.forms div.form-row input[type=button].zip {
  width: 50px;
  margin-left: 5px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  div.forms div.form-row input[type=text],
  div.forms div.form-row input[type=button] {
    width: 100%;
  }
  div.forms div.form-row input[type=text]#member-zipcode,
  div.forms div.form-row input[type=button]#member-zipcode {
    display: inline-block;
    width: 180px;
  }
  div.forms div.form-row input[type=text].zip,
  div.forms div.form-row input[type=button].zip {
    width: 50px;
  }
}
div.forms div.form-row .inputted .data {
  padding: 5px;
}

.submit.next_button.payment div.title {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
}
.submit.next_button.payment ul {
  display: flex;
  margin: 20px 0 40px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .submit.next_button.payment ul {
    flex-wrap: wrap;
  }
}
.submit.next_button.payment ul li {
  width: 33.3%;
  margin: 0 5px;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .submit.next_button.payment ul li {
    width: calc(50% - 3px);
    margin: 0 0 20px;
  }
  .submit.next_button.payment ul li:nth-child(odd) {
    margin-right: 6px;
  }
}
.submit.next_button.payment ul li .icon {
  position: relative;
  height: 90px;
  line-height: 1;
}
.submit.next_button.payment ul li .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.submit.next_button.payment ul li .icon:hover {
  opacity: .8;
  cursor: pointer;
}
.submit.next_button.payment ul li .button button {
  display: block;
  position: relative;
  width: 100%;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  line-height: 19px;
  padding-left: 5px !important;
}
.submit.next_button.payment ul li .button button:hover {
  opacity: .8;
  cursor: pointer;
}
.submit.next_button.payment ul li .button button::after {
  position: absolute;
  display: block;
  margin-left: 5px;
  content: '';
  width: 16px;
  height: 16px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url(https://media.cdn-sunday.com/images/cart/arrow.svg);
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .submit.next_button.payment ul li .button button {
    padding: 10px 0 !important;
    border-radius: 10px;
  }
  .submit.next_button.payment ul li .button button::after {
    display: none;
  }
  .submit.next_button.payment ul li .button button span {
    display: block;
  }
}
.submit.next_button.payment ul li.delivery .icon img {
  height: 40px;
}
.submit.next_button.payment ul li.delivery .button button {
  background: #43ac43;
}
.submit.next_button.payment ul li.counter .icon img {
  height: 50px;
}
.submit.next_button.payment ul li.counter .button button {
  background: #c9446f;
}
.submit.next_button.payment ul li.locker .icon img {
  height: 50px;
}
.submit.next_button.payment ul li.locker .button button {
  background: #d97333;
}
.submit.next_button.payment ul li.sunkyu .icon img {
  height: 50px;
}
.submit.next_button.payment ul li.sunkyu .button button {
  background: #114593;
}
.submit.next_button.payment ul li p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .submit.next_button.payment ul li p {
    font-size: 14px;
  }
}
.submit.next_button.payment ul li p.notes {
  margin-top: 8px;
  font-weight: 500;
  font-size: 15px;
}
.submit.next_button.payment ul li p.link {
  margin-top: 8px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.1;
}
.submit.next_button.payment ul li p.link a {
  text-decoration: underline;
}

/* Cart */
form.cart button {
  margin: 0 !important;
}
form.cart button {
  margin: auto;
  padding: 10px 30px;
  background-color: #1b4885;
  border: 1px solid #1b4885;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  white-space: nowrap;
}
form.cart td.quantity button {
  font-size: 12px;
  padding: 3px 5px;
  min-width: 52px;
}
@media screen and (max-width: 767px) {
  form.cart label.control-label {
    font-size: 14px;
  }
  form.cart label.control-label span.notes {
    display: block;
    font-size: 13px;
    font-weight: 500;
  }
}
form.cart span.help-block {
  display: block;
  margin: 5px 0;
}
form.cart button[name="prev_from_shipping_method"]:before,
form.cart button[name="prev_from_delivery"]:before,
form.cart button[name="prev_from_payment"]:before,
form.cart button[name="prev_from_confirm"]:before,
form.cart button[name="prev_from_shop_select"]:before,
form.cart button[name="prev_from_add_contact"]:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
form.cart button[name="next_from_shipping_method"]:after,
form.cart button[name="next_from_items"]:after,
form.cart button[name="next_from_delivery"]:after,
form.cart button[name="next_from_payment"]:after,
form.cart button[name="next_from_shop_select"]:after,
form.cart button[name="next_from_add_contact"]:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 5px;
  padding-right: 0;
}
form.cart button[name="buy"]:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 10px;
}
form.cart div.submit {
  text-align: center;
  margin: 50px 0 100px;
}
form.cart div.submit a.prev {
  background-color: #aaa !important;
  padding: 8px 20px !important;
  border-color: #aaa !important;
}
form.cart div.submit a.prev {
  margin: auto;
  padding: 10px 30px;
  background-color: #1b4885;
  border: 1px solid #1b4885;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  white-space: nowrap;
}
form.cart div.submit a.prev:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
form.cart div.submit button,
form.cart div.submit a.prev {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  form.cart div.submit button,
  form.cart div.submit a.prev {
    width: auto;
    margin: 10px auto;
    padding: 10px 15px;
  }
}
form.cart div.submit.items button:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 5px;
  padding-right: 0;
}
form.cart div.submit.items button,
form.cart div.submit.items a.prev {
  width: 180px;
}
@media screen and (max-width: 767px) {
  form.cart div.submit.items button,
  form.cart div.submit.items a.prev {
    width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  form.cart div.submit.items {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  form.cart div.submit.items:after {
    content: " ";
    display: block;
    clear: both;
  }
  form.cart div.submit.items button {
    float: right;
  }
  form.cart div.submit.items div.return {
    float: left;
  }
}
form.cart div.shop_info table {
  width: 100%;
  border: 1px solid #ccc;
}
form.cart div.shop_info table th {
  background: #1b4885;
  color: white;
  padding: 10px;
  border: 1px solid #ccc;
  width: 200px;
  text-align: center;
}
form.cart div.shop_info table td {
  padding: 5px;
  border: 1px solid #ccc;
}
form.cart div.shop_info table td div.shop {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}
form.cart div.shop_info table td div.address {
  font-size: 14px;
  margin-bottom: 1px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  form.cart div.shop_info table, form.cart div.shop_info tbody, form.cart div.shop_info tr, form.cart div.shop_info th, form.cart div.shop_info td {
    display: block;
  }
  form.cart div.shop_info table {
    border: none;
  }
  form.cart div.shop_info table th {
    border: none;
    text-align: left;
    font-weight: bold;
  }
  form.cart div.shop_info table td {
    border-color: #1b4885;
  }
}
form.cart div.shop_info div.button {
  margin-top: 15px;
}
form.cart div.shop_info div.button a.btn-default {
  background-color: #f0f0f2;
}
form.cart div.shop_info div.button a.btn-default:hover {
  background-color: white;
}
form.cart div.notice_buy {
  margin-top: 30px;
  line-height: 1.4;
}
form.cart div.coupon {
  padding-top: 20px;
  background-size: 150px;
}
@media screen and (max-width: 767px) {
  form.cart div.coupon {
    background-position: right 75px;
    background-size: 150px;
  }
  form.cart div.coupon h3.cart-title {
    margin-bottom: 80px;
  }
}
form.cart div.coupon div.subform {
  line-height: 1.4;
}
form.cart div.coupon div.alert.alert-danger {
  margin: 15px auto;
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  form.cart div.coupon div.alert.alert-danger {
    width: 600px;
  }
}
form.cart div.coupon div.coupon_text_container input.form-control {
  margin: 10px auto;
}
@media print, screen and (min-width: 768px) {
  form.cart div.coupon div.coupon_text_container input.form-control {
    width: 600px;
  }
}

.disabled_items_warning {
  border: 2px solid #E8380D;
  border-radius: 4px;
  padding: 10px;
  margin: 15px 0;
  color: #E8380D;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .disabled_items_warning {
    font-size: 14px;
  }
}

table.cart {
  width: 100%;
  margin: 15px 0;
  border-collapse: collapse;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
table.cart thead th {
  background-color: #1b4885;
  color: white;
  text-align: center;
  padding: 7px 5px;
}
table.cart tbody td {
  padding: 5px 15px;
}
@media screen and (max-width: 767px) {
  table.cart tbody td {
    padding: 5px 3px;
    word-break: break-all;
  }
}
table.cart th,
table.cart td {
  padding: 7px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table.cart th.void,
table.cart td.void {
  border: none;
  vertical-align: top;
}
table.cart th.void p,
table.cart td.void p {
  text-align: right;
  line-height: 30px !important;
  font-size: 13px;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  table.cart th.void p,
  table.cart td.void p {
    line-height: 1.2 !important;
  }
}
table.cart th.void p:after,
table.cart td.void p:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 7px;
  padding-right: 0;
}
table.cart th.title,
table.cart td.title {
  min-width: 40%;
  width: 55%;
}
@media screen and (max-width: 767px) {
  table.cart th.title,
  table.cart td.title {
    max-width: 53%;
  }
}
table.cart th.title .disabled.home_delivery,
table.cart td.title .disabled.home_delivery {
  display: inline-block;
  border-radius: 3px;
  color: white;
  background: #666;
  font-weight: 700;
  font-size: 12px;
  padding: 3px 5px;
  line-height: 1.1;
  background: #43ac43;
}
table.cart th.title .disabled.home_delivery .fa,
table.cart td.title .disabled.home_delivery .fa {
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
}
table.cart th.title .disabled.locker,
table.cart td.title .disabled.locker {
  display: inline-block;
  border-radius: 3px;
  color: white;
  background: #666;
  font-weight: 700;
  font-size: 12px;
  padding: 3px 5px;
  line-height: 1.1;
  background: #d97333;
}
table.cart th.title .disabled.locker .fa,
table.cart td.title .disabled.locker .fa {
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
}
table.cart th.options,
table.cart td.options {
  width: 10%;
}
table.cart th.price,
table.cart td.price {
  width: 12%;
  text-align: right;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  white-space: nowrap;
}
table.cart th.quantity,
table.cart td.quantity {
  width: 13%;
  text-align: center;
  font-size: 14px;
}
table.cart th.quantity input,
table.cart td.quantity input {
  max-width: 71px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  table.cart th.quantity input,
  table.cart td.quantity input {
    max-width: 40px;
  }
}
table.cart th select,
table.cart td select {
  display: inline-block;
  width: auto;
  min-width: 55px;
}
table.cart th .decimal,
table.cart td .decimal {
  font-size: 14px;
}
table.cart th ul.attrs,
table.cart td ul.attrs {
  margin-top: 5px;
}
table.cart th ul.attrs *,
table.cart td ul.attrs * {
  font-size: 14px;
}
table.cart th ul.attrs li .value,
table.cart td ul.attrs li .value {
  display: block;
  padding-left: 10px;
}
table.cart tfoot th.sum {
  background-color: #f4f4f4;
  text-align: center;
  font-weight: bold;
}
table.cart tfoot td.price {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  table.cart tfoot td {
    padding: 5px 3px;
    word-break: break-all;
  }
}

div.steps {
  box-sizing: border-box;
  border: none;
  width: 100%;
}
div.steps ol {
  display: table;
  width: 100%;
}
div.steps ol li {
  box-sizing: border-box;
  display: table-cell;
  width: 20%;
  position: relative;
  border-color: white;
  background-color: #b0cbef;
  color: white;
  border-right: 1px solid white;
}
@media print, screen and (min-width: 768px) {
  div.steps ol li {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  div.steps ol li {
    padding: 10px 5px;
    line-height: 1.4;
  }
}
div.steps ol li:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
}
@media print, screen and (min-width: 768px) {
  div.steps ol li:after {
    position: absolute;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  div.steps ol li:after {
    padding-left: 4px;
    /* position: absolute;
    right: 5px; */
  }
}
div.steps ol li.active {
  background-color: #1b4885;
  font-weight: bold;
}
div.steps ol li.last:after {
  content: '';
}

#cart h3 {
  background: #eee;
  padding: 5px;
}

#cart div.logged_out {
  margin: 50px 0;
}
#cart div.logged_out:after {
  content: " ";
  display: block;
  clear: both;
}
#cart div.logged_out h2 {
  background-color: #1b4885;
  color: white;
  font-size: 16px;
  padding: 10px;
  margin: 0 0 10px;
}
#cart div.logged_out div.entry {
  width: 49%;
  float: left;
}
#cart div.logged_out div.entry div.button {
  text-align: center;
  margin: 20px 0;
}
#cart div.logged_out div.entry div.button a {
  margin: auto;
  padding: 10px 30px;
  background-color: #1b4885;
  border: 1px solid #1b4885;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  white-space: nowrap;
}
#cart div.logged_out div.entry div.button a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
#cart div.logged_out div.login {
  width: 49%;
  float: right;
}
#cart div.logged_out div.login .submit button {
  margin: 20px auto;
}

.deadline_notice_message {
  display: flex;
  justify-content: center;
  color: #d00;
  margin: 30px 0;
}
.deadline_notice_message .inner {
  padding: 10px;
  border-radius: 5px;
  background: #fff2f2;
}
.deadline_notice_message .inner .title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
}
.deadline_notice_message .inner .body {
  font-size: 14px;
}

.cart .shop_select.warning {
  margin: 10px 0;
}
.cart .shop_select.warning ul {
  padding: 5px 5px 5px 25px;
}
.cart .shop_select.warning ul li {
  margin: 5px 0;
  font-size: 15px;
  text-indent: -20px;
}
.cart .shop_select.warning ul li.zoomore {
  color: #d00;
}

.invoice_notice_message {
  margin: 10px 0 0;
}
.invoice_notice_message .example {
  padding: 10px;
  background: #f4f4f4;
  border-radius: 5px;
  font-size: 14px;
}
.invoice_notice_message .notes {
  margin-top: 10px;
  font-size: 13px;
}

.form-control[name="message"] {
  height: 100px;
}

/* Login Form */
#login dl {
  position: relative;
  line-height: 28px;
}
#login dl dt {
  position: absolute;
  padding-top: 0;
}
#login dl dd {
  padding: 0 0 5px 160px;
  display: block;
}
#login dl dd input {
  width: 300px;
}
#login div.submit {
  text-align: center;
}
#login div.submit button {
  margin: auto;
  padding: 10px 30px;
  background-color: #1b4885;
  border: 1px solid #1b4885;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  white-space: nowrap;
}
#login p.error_message {
  margin: 10px 0;
  color: #f66;
}

@media screen and (max-width: 767px) {
  div#login {
    width: 100%;
    margin: 20px auto 0;
  }
  div#login dl dt {
    position: static;
  }
  div#login dl dd {
    padding: 0;
  }
  div#login dl dd > input {
    width: 100%;
  }
  div#login .reset_password {
    margin: 20px 0 0;
  }

  #cart div.logged_out div.entry {
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }
  #cart div.logged_out div.login {
    float: none;
    width: 100%;
  }

  div#cart table.cart * {
    font-size: 12px;
  }
  div#cart table.cart thead th {
    white-space: nowrap;
  }
  div#cart table.cart tfoot td.quantity button {
    font-size: 11px;
  }
}
@media print, screen and (min-width: 768px) {
  div.forms {
    width: 800px;
    margin: 0 auto;
  }
}
div.forms fieldset {
  border: none;
}
div.forms div.form-row:after {
  content: " ";
  display: block;
  clear: both;
}
div.forms div.form-row.sex label {
  vertical-align: top;
  margin-right: 5px;
}
div.forms div.form-row.sex div.form div {
  position: relative;
  top: 4px;
}
div.forms div.form-row.sex div.form div label.radio-inline input {
  margin-top: 2px;
  margin-right: 5px;
  vertical-align: top;
}
div.forms div.cart {
  display: none;
}
div.forms div.radios label.radio-inline {
  margin-left: 0;
  margin-right: 30px;
  min-width: 150px;
  white-space: nowrap;
}
div.forms div.submit {
  text-align: center;
  margin: 30px 0 100px;
}
div.forms div.submit button {
  margin: auto;
  padding: 10px 30px;
  background-color: #1b4885;
  border: 1px solid #1b4885;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  white-space: nowrap;
}
div.forms input[type="button"] {
  width: 50px !important;
  text-align: center;
  margin: 0 0 0 5px !important;
  padding: 8px 0 !important;
}
div.forms input[type="button"] {
  margin: auto;
  padding: 10px 30px;
  background-color: #1b4885;
  border: 1px solid #1b4885;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  white-space: nowrap;
}
div.forms .errormessage.help-block {
  margin-left: 0 !important;
  display: block !important;
}
@media screen and (max-width: 767px) {
  div.forms label {
    display: block;
    font-size: 14px;
  }
  div.forms div.members_delivery-prefecture select {
    width: auto;
  }
}
div.forms div.members_delivery-zipcode input[type="text"] {
  display: inline-block;
  width: 100px;
}
div.forms div.members_delivery-zipcode input[type="button"] {
  height: 34px;
}
div.forms form.confirm div.form-row > div.form {
  border-bottom: 1px solid #ccc;
}
div.forms form.confirm div.form-row span.help-block {
  display: none !important;
}
@media screen and (max-width: 767px) {
  div.forms form.confirm div.submit button {
    width: auto;
    min-width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }
  div.forms form.confirm div.submit button[value=modify] {
    font-size: 13px;
    opacity: 0.9;
  }
  div.forms form.confirm div.submit button[value=modify]:before {
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 3px;
  }
}
div.forms.confirm .form {
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ddd;
}
div.forms.confirm .form span.required {
  display: none;
}
div.forms.confirm span.help-block {
  display: none !important;
}

@media print, screen and (min-width: 768px) {
  form.cart,
  div.coupon,
  div.members_delivery_no_options {
    width: 800px;
    margin: auto;
  }
}
form.cart#cartform,
div.coupon#cartform,
div.members_delivery_no_options#cartform {
  width: 100%;
}
form.cart div.payment-delivery_schedule,
form.cart div.payment,
div.coupon div.payment-delivery_schedule,
div.coupon div.payment,
div.members_delivery_no_options div.payment-delivery_schedule,
div.members_delivery_no_options div.payment {
  margin-bottom: 30px;
  margin-left: 0 !important;
}
form.cart div.form,
form.cart div.payment-delivery_schedule,
div.coupon div.form,
div.coupon div.payment-delivery_schedule,
div.members_delivery_no_options div.form,
div.members_delivery_no_options div.payment-delivery_schedule {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  form.cart div.form,
  form.cart div.payment-delivery_schedule,
  div.coupon div.form,
  div.coupon div.payment-delivery_schedule,
  div.members_delivery_no_options div.form,
  div.members_delivery_no_options div.payment-delivery_schedule {
    font-size: 15px;
    position: relative;
    padding-left: 250px;
  }
  form.cart div.form label.control-label,
  form.cart div.payment-delivery_schedule label.control-label,
  div.coupon div.form label.control-label,
  div.coupon div.payment-delivery_schedule label.control-label,
  div.members_delivery_no_options div.form label.control-label,
  div.members_delivery_no_options div.payment-delivery_schedule label.control-label {
    position: absolute;
    width: 235px;
    text-align: right;
    left: 0px;
    line-height: 20px;
  }
  form.cart div.form label.control-label span.notes,
  form.cart div.payment-delivery_schedule label.control-label span.notes,
  div.coupon div.form label.control-label span.notes,
  div.coupon div.payment-delivery_schedule label.control-label span.notes,
  div.members_delivery_no_options div.form label.control-label span.notes,
  div.members_delivery_no_options div.payment-delivery_schedule label.control-label span.notes {
    display: block;
    font-size: 13px;
    font-weight: 500;
  }
  form.cart div.form span.help-block,
  form.cart div.payment-delivery_schedule span.help-block,
  div.coupon div.form span.help-block,
  div.coupon div.payment-delivery_schedule span.help-block,
  div.members_delivery_no_options div.form span.help-block,
  div.members_delivery_no_options div.payment-delivery_schedule span.help-block {
    display: block;
    margin: 5px 0;
  }
  form.cart div.form span.required,
  form.cart div.payment-delivery_schedule span.required,
  div.coupon div.form span.required,
  div.coupon div.payment-delivery_schedule span.required,
  div.members_delivery_no_options div.form span.required,
  div.members_delivery_no_options div.payment-delivery_schedule span.required {
    position: absolute;
    top: 22px;
    right: 0px;
  }
  form.cart div.form input[type="text"],
  form.cart div.payment-delivery_schedule input[type="text"],
  div.coupon div.form input[type="text"],
  div.coupon div.payment-delivery_schedule input[type="text"],
  div.members_delivery_no_options div.form input[type="text"],
  div.members_delivery_no_options div.payment-delivery_schedule input[type="text"] {
    width: 30%;
    display: inline-block;
    font-size: 15px;
  }
  form.cart div.form input[type="text"][name="members_delivery:title"], form.cart div.form input[type="text"][name="members_delivery:kana"],
  form.cart div.payment-delivery_schedule input[type="text"][name="members_delivery:title"],
  form.cart div.payment-delivery_schedule input[type="text"][name="members_delivery:kana"],
  div.coupon div.form input[type="text"][name="members_delivery:title"],
  div.coupon div.form input[type="text"][name="members_delivery:kana"],
  div.coupon div.payment-delivery_schedule input[type="text"][name="members_delivery:title"],
  div.coupon div.payment-delivery_schedule input[type="text"][name="members_delivery:kana"],
  div.members_delivery_no_options div.form input[type="text"][name="members_delivery:title"],
  div.members_delivery_no_options div.form input[type="text"][name="members_delivery:kana"],
  div.members_delivery_no_options div.payment-delivery_schedule input[type="text"][name="members_delivery:title"],
  div.members_delivery_no_options div.payment-delivery_schedule input[type="text"][name="members_delivery:kana"] {
    width: 60%;
  }
  form.cart div.form input[type="text"][name="members_delivery:address1"], form.cart div.form input[type="text"][name="members_delivery:address2"],
  form.cart div.payment-delivery_schedule input[type="text"][name="members_delivery:address1"],
  form.cart div.payment-delivery_schedule input[type="text"][name="members_delivery:address2"],
  div.coupon div.form input[type="text"][name="members_delivery:address1"],
  div.coupon div.form input[type="text"][name="members_delivery:address2"],
  div.coupon div.payment-delivery_schedule input[type="text"][name="members_delivery:address1"],
  div.coupon div.payment-delivery_schedule input[type="text"][name="members_delivery:address2"],
  div.members_delivery_no_options div.form input[type="text"][name="members_delivery:address1"],
  div.members_delivery_no_options div.form input[type="text"][name="members_delivery:address2"],
  div.members_delivery_no_options div.payment-delivery_schedule input[type="text"][name="members_delivery:address1"],
  div.members_delivery_no_options div.payment-delivery_schedule input[type="text"][name="members_delivery:address2"] {
    width: 80%;
  }
  form.cart div.form select,
  form.cart div.payment-delivery_schedule select,
  div.coupon div.form select,
  div.coupon div.payment-delivery_schedule select,
  div.members_delivery_no_options div.form select,
  div.members_delivery_no_options div.payment-delivery_schedule select {
    width: auto;
  }
  form.cart div.form .input-group,
  form.cart div.payment-delivery_schedule .input-group,
  div.coupon div.form .input-group,
  div.coupon div.payment-delivery_schedule .input-group,
  div.members_delivery_no_options div.form .input-group,
  div.members_delivery_no_options div.payment-delivery_schedule .input-group {
    width: 30%;
    display: inline-block;
  }
  form.cart div.form .input-group .input-group-addon,
  form.cart div.payment-delivery_schedule .input-group .input-group-addon,
  div.coupon div.form .input-group .input-group-addon,
  div.coupon div.payment-delivery_schedule .input-group .input-group-addon,
  div.members_delivery_no_options div.form .input-group .input-group-addon,
  div.members_delivery_no_options div.payment-delivery_schedule .input-group .input-group-addon {
    float: left;
    width: 15%;
    padding: 9px 8px;
    font-size: 13px;
  }
  form.cart div.form .input-group input[type="text"],
  form.cart div.payment-delivery_schedule .input-group input[type="text"],
  div.coupon div.form .input-group input[type="text"],
  div.coupon div.payment-delivery_schedule .input-group input[type="text"],
  div.members_delivery_no_options div.form .input-group input[type="text"],
  div.members_delivery_no_options div.payment-delivery_schedule .input-group input[type="text"] {
    float: left;
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  form.cart div.form,
  form.cart div.payment-delivery_schedule,
  div.coupon div.form,
  div.coupon div.payment-delivery_schedule,
  div.members_delivery_no_options div.form,
  div.members_delivery_no_options div.payment-delivery_schedule {
    padding-top: 20px;
  }
}
form.cart .form.contact_info .option-email input[type=text],
div.coupon .form.contact_info .option-email input[type=text],
div.members_delivery_no_options .form.contact_info .option-email input[type=text] {
  min-width: 400px;
}
@media screen and (max-width: 767px) {
  form.cart .form.contact_info .option-email input[type=text],
  div.coupon .form.contact_info .option-email input[type=text],
  div.members_delivery_no_options .form.contact_info .option-email input[type=text] {
    min-width: 300px;
  }
}
form.cart .form.contact_info .option-email + .option-phone,
div.coupon .form.contact_info .option-email + .option-phone,
div.members_delivery_no_options .form.contact_info .option-email + .option-phone {
  margin-top: 20px;
}
form.cart .form.contact_info .option-phone .time,
div.coupon .form.contact_info .option-phone .time,
div.members_delivery_no_options .form.contact_info .option-phone .time {
  margin: 10px 0;
}
form.cart .form.contact_info .option-phone .time h4,
div.coupon .form.contact_info .option-phone .time h4,
div.members_delivery_no_options .form.contact_info .option-phone .time h4 {
  margin: 10px 0 5px;
  font-size: 14px;
}
form.cart .form.contact_info .option-phone .time .help,
div.coupon .form.contact_info .option-phone .time .help,
div.members_delivery_no_options .form.contact_info .option-phone .time .help {
  margin: 5px 0;
  font-size: 14px;
}
form.cart article.shipping_method, form.cart article.select_shop, form.cart article.add_contact,
div.coupon article.shipping_method,
div.coupon article.select_shop,
div.coupon article.add_contact,
div.members_delivery_no_options article.shipping_method,
div.members_delivery_no_options article.select_shop,
div.members_delivery_no_options article.add_contact {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 15px 0;
}
form.cart ul.select_shop li.prefecture,
div.coupon ul.select_shop li.prefecture,
div.members_delivery_no_options ul.select_shop li.prefecture {
  margin: 5px 0 20px;
}
form.cart ul.select_shop li.prefecture h5,
div.coupon ul.select_shop li.prefecture h5,
div.members_delivery_no_options ul.select_shop li.prefecture h5 {
  font-weight: bold;
  background: #f4f4f6;
  border-left: 5px solid #1b4885;
  margin-bottom: 5px;
  padding-left: 5px;
  font-size: 17px;
  padding: 5px;
}
form.cart ul.select_shop li.prefecture ul.shops li,
div.coupon ul.select_shop li.prefecture ul.shops li,
div.members_delivery_no_options ul.select_shop li.prefecture ul.shops li {
  padding: 3px 5px;
  display: inline-block;
  min-width: 250px;
  white-space: nowrap;
}
form.cart ul.select_shop li.prefecture ul.shops li label,
div.coupon ul.select_shop li.prefecture ul.shops li label,
div.members_delivery_no_options ul.select_shop li.prefecture ul.shops li label {
  cursor: pointer;
  font-size: 15px;
}
form.cart ul.select_shop li.prefecture ul.shops li label input,
div.coupon ul.select_shop li.prefecture ul.shops li label input,
div.members_delivery_no_options ul.select_shop li.prefecture ul.shops li label input {
  margin-top: 1px;
}

div.members_delivery_no_options p {
  display: inline-block;
}
div.members_delivery_no_options div.button {
  display: inline-block;
}
div.members_delivery_no_options div.button a {
  padding: 8px 20px !important;
  font-size: 13px;
}
div.members_delivery_no_options div.button a {
  margin: auto;
  padding: 10px 30px;
  background-color: #1b4885;
  border: 1px solid #1b4885;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  white-space: nowrap;
}

form.members_delivery .columns, div.members_delivery_no_options .columns {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  justify-content: space-between;
}
form.members_delivery .columns .col:first-child, div.members_delivery_no_options .columns .col:first-child {
  flex: 1 1 auto;
}
form.members_delivery .columns .col:first-child select, div.members_delivery_no_options .columns .col:first-child select {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  width: 90%;
  height: 34px;
}
form.members_delivery .columns .col:first-child p, div.members_delivery_no_options .columns .col:first-child p {
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  form.members_delivery .columns .col:first-child p, div.members_delivery_no_options .columns .col:first-child p {
    line-height: 1.2;
  }
}
form.members_delivery .columns .col:last-child, div.members_delivery_no_options .columns .col:last-child {
  flex: 0 0 150px;
}
@media screen and (max-width: 767px) {
  form.members_delivery .columns .col:last-child, div.members_delivery_no_options .columns .col:last-child {
    flex: 0 0 100px;
  }
}
form.members_delivery .columns .col:last-child button, form.members_delivery .columns .col:last-child a, div.members_delivery_no_options .columns .col:last-child button, div.members_delivery_no_options .columns .col:last-child a {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 !important;
  line-height: 34px;
  border: none;
  text-align: center;
}
form.members_delivery .columns .col:last-child button:hover, form.members_delivery .columns .col:last-child a:hover, div.members_delivery_no_options .columns .col:last-child button:hover, div.members_delivery_no_options .columns .col:last-child a:hover {
  opacity: .8;
}

body.loggedin div.form div.to_cart {
  display: block;
  margin: 10px 0;
  text-align: center;
}
body.loggedin div.form div.to_cart a {
  font-size: 14px;
  min-width: auto;
}
body.loggedin div.form div.to_cart a:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 5px;
  padding-right: 0;
}
body.loggedin button {
  vertical-align: middle;
}
body.loggedin button {
  margin: auto;
  padding: 10px 30px;
  background-color: #1b4885;
  border: 1px solid #1b4885;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  body.loggedin button {
    padding: 7px 20px !important;
  }
}
body.loggedin .coupon_wrap {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  body.loggedin .coupon_wrap .coupon_code {
    position: relative;
    padding-left: 200px;
    margin-bottom: 15px;
  }
  body.loggedin .coupon_wrap .coupon_code h5 {
    position: absolute;
    font-size: 15px;
    left: 0;
    padding: 5px;
    color: #1b4885;
    background: #f4f4f6;
  }
  body.loggedin .coupon_wrap .coupon_code .form-group input {
    width: 300px;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  body.loggedin .coupon_wrap .coupon_code h5 {
    font-size: 15px;
  }
  body.loggedin .coupon_wrap .coupon_code h5 br {
    display: none;
  }
  body.loggedin .coupon_wrap .coupon_code .form-group input {
    width: 200px;
    display: inline-block;
    vertical-align: top;
  }
  body.loggedin .coupon_wrap .coupon_code .form-group button.btn {
    padding: 6px 20px;
    vertical-align: top;
  }
}
body.loggedin .coupon_wrap .coupon_code .apply {
  display: table;
  margin: 10px 0 20px;
}
body.loggedin .coupon_wrap .coupon_code .apply .apply_message {
  padding: 5px 10px;
  color: white;
  background-color: #53AD41;
  border-radius: 4px 4px 0 0;
  letter-spacing: 1px;
}
body.loggedin .coupon_wrap .coupon_code .apply .courtesy {
  padding: 5px 10px;
  background-color: #f0f0f0;
  border-radius: 0 0 4px 4px;
}
@media print, screen and (min-width: 768px) {
  body.loggedin .coupon_wrap button {
    padding: 6px 20px;
  }
}

@media screen and (max-width: 767px) {
  div.form div.form-row label.control-label {
    padding-left: 0;
    margin-bottom: 10px;
  }
  div.form div.submit button + button {
    margin-top: 20px;
  }
}
h3.cart-title {
  margin: 15px 0;
  padding: 5px 0 5px 8px;
  font-weight: bold;
  color: #454545;
  border-left: 8px solid #1b4885;
  background: #f4f4f7;
}

table.tax-table {
  margin: 0 0 0 auto;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
table.tax-table th,
table.tax-table td {
  padding: 5px 10px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  table.tax-table th,
  table.tax-table td {
    font-size: 11px;
  }
}
table.tax-table th {
  padding-right: 30px;
  text-align: left;
  font-weight: 300;
}
@media print, screen and (min-width: 768px) {
  table.tax-table th {
    font-size: 13px;
  }
}
table.tax-table td {
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  table.tax-table td {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 14px;
  }
}

div.reduced-tax-rates {
  margin: 5px 0 0;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  div.reduced-tax-rates {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  div.reduced-tax-rates {
    font-size: 11px;
  }
}

/*# sourceMappingURL=cart.css.map */
