@charset "UTF-8";
#shop_access p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 0px;
}

.access_title {
  text-align: center;
  font-size: 20px;
  margin: 0;
  padding: 60px 0 0;
}
@media screen and (min-width: 768px) {
  .access_title {
    padding: 90px 0 0;
  }
}

.form_title {
  margin: 48px 0 32px;
  line-height: 1;
  position: relative;
  padding-left: 8px;
  font-size: 18px;
  text-align: left;
  position: relative;
  padding-left: 9px;
}
@media screen and (min-width: 768px) {
  .form_title {
    text-align: left !important;
  }
}
.form_title::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 20px;
  left: 0;
  bottom: -2px;
  background-color: #C2C2C2;
}

form {
  max-width: 880px;
  margin: 40px auto 0;
  padding: 0px 0 0 0;
  font-weight: 600;
  font-size: 15px;
  background: transparent;
  /* border : 1px solid #d4ccb6; */
  /* border-radius : 20px; */
  /* box-shadow : 0 0 8px 2px rgba( 185, 182, 166, 0.2 ); */
}

.mail_form03 {
  max-width: 881px !important;
}

form dl {
  /* width : 90%; */
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  form dl {
    border: solid 1px #E5E2E2;
  }
}

form dl dt {
  clear: both;
  width: 30%;
  float: left;
  text-align: right;
  overflow: hidden;
  background-color: #F5F3F3;
}
@media screen and (min-width: 768px) {
  form dl dt {
    border-top: 1px solid #cccccc;
  }
}

.small_sample {
  font-size: 12px !important;
}

.zero_dt {
  padding: 13px 8px !important;
}

.first_dt {
  padding: 26px 8px !important;
}

.second_dt {
  padding: 35px 8px !important;
}

@media screen and (min-width: 768px) {
  .third_dt {
    padding: 14px 8px 173px !important;
  }
}

@media screen and (min-width: 768px) {
  .four_dt {
    padding: 24px 8px !important;
  }
}

@media screen and (min-width: 768px) {
  .fith_dt {
    padding: 9px 8px !important;
  }
}

@media screen and (min-width: 768px) {
  .sixth_dt {
    padding: 14px 8px 280% !important;
  }
}

@media screen and (min-width: 768px) {
  .copy_dt {
    padding: 27px 8px 56px !important;
  }
}

@media screen and (min-width: 768px) {
  .copy02_dt {
    padding: 20px 8px 47px !important;
  }
}

form dl dd {
  width: 70%;
  float: right;
  border-top: 1px solid #cccccc;
  margin: 0;
  padding: 22px 14px 8px;
  font-size: 16px !important;
}

form dl dt:first-child,
form dl dt:first-child + dd {
  border: none;
}

form dl dt span {
  display: block;
  font-size: 11px;
  color: #3AA7E1;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */
form dl dt span.required,
form dl dt span.optional {
  display: inline-block;
  float: left;
  color: #ffffff;
  line-height: 1;
  padding: 9px 9px;
  border-radius: 3px;
}

form dl dt span.required {
  background: #BE4C67;
  border: 1px solid #BE4C67;
}

form dl dt span.optional {
  background: #c2c2c2;
  border: 1px solid #c2c2c2;
  color: #000;
}

form dl dd span.error_blank,
form dl dd span.error_format,
form dl dd span.error_match {
  display: block;
  color: #ff0000;
  line-height: 1;
  font-size: 8px;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  transform: translateZ(0);
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
@keyframes load-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=number] {
  max-width: 90%;
  height: 2em;
  width: 100%;
  padding: 0px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
}

#prefectures {
  max-width: 50%;
  font-size: 16px;
  background: #fafafa;
  border: 1px solid #cccccc;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form textarea:focus {
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}

form ul li input[type=radio],
form ul li input[type=checkbox] {
  margin-right: 10px;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  form ul li input[type=radio],
  form ul li input[type=checkbox] {
    margin-right: 4px;
  }
}

form ul li:first-child input[type=radio],
form ul li:first-child input[type=checkbox] {
  margin-top: 0px;
}

form select,
form input[type=date] {
  font-size: 100%;
  max-width: 90%;
  height: 1.8em;
  width: 100%;
  padding: 0px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
}

.drop_menu {
  max-width: 240px !important;
}
@media screen and (min-width: 768px) {
  .drop_menu {
    max-width: 240px !important;
  }
}

form textarea {
  display: block;
  width: 100%;
  max-width: 90%;
  height: 190px;
  padding: 2px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
}

form ul {
  list-style-type: none;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  form ul {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  form ul li {
    margin-left: 16px;
  }
}
form ul li:nth-child(1) {
  margin-left: 0;
}

form ul li label:hover {
  cursor: pointer;
}

form input#postal + a {
  display: inline-block;
  padding: 9px 15px;
  vertical-align: middle;
  line-height: 1;
  background: #5bc0de;
  border: 1px solid #46b8da;
  border-radius: 3px;
  color: #ffffff;
  font-family: inherit;
  text-decoration: none;
  position: relative;
  top: -1px;
}

form input#postal + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

form input#address_1,
form input#address_2 {
  display: block;
  margin-top: 0px;
}

form input#address_2 {
  margin-top: 7px;
}

form p#form_submit {
  /* width : 90%; */
  margin: 0 auto;
  padding: 15px 0 64px;
  border-top: 1px solid #cccccc;
}

form input[type=button] {
  padding: 9px 15px;
  vertical-align: middle;
  line-height: 1;
  background: #696969;
  border: 1px solid #696969;
  border-radius: 3px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: 100%;
}

form input[type=submit] {
  padding: 9px 15px;
  vertical-align: middle;
  line-height: 1;
  background: #696969;
  border: 1px solid #696969;
  border-radius: 3px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: 100%;
}

#copy,
#copy02,
#copy03,
#copy04,
#copy05 {
  padding: 9px 15px;
  vertical-align: middle;
  line-height: 1;
  background: #696969;
  border: 1px solid #696969;
  border-radius: 3px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: 12px !important;
  padding: 4px 8px !important;
  margin: 4px 0 0 0px;
}

form input[type=button]:hover {
  cursor: pointer;
  background: #696969;
  border: 1px solid #696969;
  color: #ffffff;
  font-weight: 600;
}

form input#form_submit_button {
  margin-left: 35%;
  margin-top: 48px;
  margin-bottom: 72px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px;
  line-height: 1;
}

.wp-pagenavi {
  text-align: center;
}

.order_bottles {
  display: block !important;
}
.order_bottles .order_bottle {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .order_bottles .order_bottle {
    margin-left: 0;
  }
}
.order_bottles .order_bottle .order_bottle_photo {
  width: 88px;
  margin-right: 8px;
}
.order_bottles .order_bottle .order_bottle_label {
  width: 82%;
}
.order_bottles .order_bottle .order_bottle_label label {
  font-size: 15px;
}
.order_bottles .order_bottle .order_bottle_label .order_bottle_name {
  font-size: 15px !important;
  margin: 0 0 8px !important;
  display: block;
  line-height: 1.5;
}

.order_bottles span {
  margin: 0;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 8px;
  font-weight: normal;
  display: block;
}

.bottle_numbers {
  max-width: 240px !important;
}

.price_calculated {
  max-width: 240px !important;
  height: 2em;
  width: 100%;
  padding: 0px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: inherit;
}

.bottle_titles {
  font-size: 15px !important;
}

.order_bottle_price {
  font-size: 15px !important;
}

.order_bottle_max {
  font-size: 15px !important;
}

.gift_order {
  color: #1A0DAB;
}
.gift_order:hover {
  text-decoration: underline;
  cursor: pointer;
}

.gift_box {
  max-width: 240px;
}

.tani {
  padding: 0 0 0 3px;
}

.wpcf7-list-item-label::before {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.mail_first {
  line-height: 1.5 !important;
  font-size: 14px !important;
}

.mail_first a {
  color: #696969;
  text-decoration: underline;
}

.mail_first a:hover {
  opacity: 0.7 !important;
  transition: opacity 0.2s ease-in, color 0.2s ease-in, background-color 0.2s ease-in;
}

.sold_out {
  color: #696969;
  margin: 0;
  text-align: center !important;
  line-height: 1 !important;
  padding-bottom: 24px;
}

/* --responsive----------------------------------------------------------------------------------------------------------------- */
/* 640pixel start */
@media screen and (max-width: 768px) {
  form {
    width: 95%;
  }
  form dl {
    overflow: visible;
  }
  form dl dt {
    width: auto;
    float: none;
    text-align: left;
    padding: 10px 8px;
    font-weight: bold;
  }
  form dl dd {
    width: auto;
    float: none;
    border-top: none;
    padding: 16px 0px;
  }
  /* -- for JavaScript ここから -------------------------------------------------------------------------------- */
  form dl dt span.required,
  form dl dt span.optional {
    margin-right: 1em;
  }
  /* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
  form input#form_submit_button {
    margin-left: 0;
  }
}
/* 640pixel end *//*# sourceMappingURL=mailform.css.map */