@charset "UTF-8";
main{
  overflow: hidden;
  position: relative;
  background: #F7F7F7;
  max-width: unset;
  margin: 0;
}
section {
    margin-top: 0;
    margin-bottom: 0;
}
.sectioning {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
    .sectioning {
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 70px;
    }
}

.a-fixed{
  overflow: hidden;
}
/* ================================ */
/* Section - セクション */
/* ================================ */
.block-contact-header {
  margin: 80px auto;
  text-align: center;
}
.block-contact-header .title{
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 80px;
  margin-right: 73px;
}
.block-contact-header .body {
  display: inline-block;
  vertical-align: top;
  width: 59%;
}

.block-contact-header .body div {
  float: left;
  margin-right: 20px;
  width: calc(33% - 20px);
  max-width: 256px;
  line-height: 80px;
  border: 1px #000 solid;
  font-size: 14px;
}
.block-contact-header a{
  position: relative;
  display: block;
}
.block-contact-header a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg) translateY(-50%);
}

/*お問い合わせ内容*/
.section-contact {
  max-width: 1000px;
  width: 100%;
  margin: 72px auto 100px;
  overflow: hidden;
}
.reserv-thanks {
    max-width: 1000px;
    width: 100%;
    margin: 164px auto 100px;
    overflow: hidden;
}

.section-contact .block-theme {
  font-size: 18px;
  font-weight: 600;
  width: unset;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
.section-contact .block-theme {
    margin-bottom: 20px;
  }
}

.section-contact .dv-table {
  max-width: 1000px;
  width: 95%;
  margin: auto;
  overflow: hidden;
}

@media (max-width: 768px) {
  .section-contact .dv-table {
    max-width: 600px;
  }
}

@media (max-width: 500px) {
  .section-contact .dv-table {
    width: 95%;
  }
}

.section-contact .dv-table .dv-tr {
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  /*dv-td*/
  /*ラジオボタン*/
}
.section-contact .dv-table .dv-tr:last-child {
  border-bottom: none;
}

.section-contact .dv-table .dv-tr .dv-th {
  float: left;
  width: 30%;
  padding: 25px 0;
  text-align: left;
  padding-left: 1%;
}
@media (max-width: 768px) {
  .section-contact .dv-table .dv-tr .dv-th {
    width: 100%;
    display: inline-block;
    min-width: 228px;
    padding: 28px 0 0 0;
    float: none;
  }
}
@media (max-width: 500px) {
  .section-contact .dv-table .dv-tr .dv-th {
    clear: both;
    float: inherit;
    border-right: initial;
  }
}

.section-contact .dv-table .dv-tr .dv-th .required {
  float: right;
  width: 40px;
  line-height: 20px;
  color: #fff;
  background-color: #e7484d;
  font-size: 11px;
  text-align: center;
  margin-right: 24%;
}

@media (max-width: 768px) {
  .section-contact .dv-table .dv-tr .dv-th .required {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .section-contact .dv-table .dv-tr .dv-th .required {
    height: 18px;
    margin-right: 0;
  }
}

.section-contact .dv-table .dv-tr .dv-td {
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-right: 14px;
}
@media (max-width: 768px) {
  .section-contact .dv-table .dv-tr .dv-td {
    padding: 18px 0 28px;
    margin-right: 0px;
  }
}

.dv-td.tbl {
  display: -webkit-box !important;
}

.section-contact .dv-table .dv-tr .shop-map-item {
  display: table;
}

@media (max-width: 768px) {
  .section-contact .dv-table .dv-tr .shop-map-item {
    width: 100%;
    padding-top: 0;
  }
}

.section-contact .dv-table .dv-tr .shop-map-item span {
  width: 60px;
  display: inline-block;
}

.section-contact .dv-table .dv-tr .shop-map-item .shop-name {
  line-height: 1.7em;
}

.section-contact .dv-table .dv-tr .shop-map-item .shop-map {
  margin-top: 10px;
}

.section-contact .dv-table .dv-tr .dv-td p {
  max-width: 200px;
  margin-right: 8px;
}

@media (max-width: 500px) {
  .section-contact .dv-table .dv-tr .dv-td p {
    max-width: 100%;
    margin: 5px 0;
  }
}

@media (max-width: 500px) {
  .section-contact .dv-table .dv-tr .dv-td p span {
    padding: 0 5px;
  }
}

.section-contact .dv-table .dv-tr .dv-td .reserv_shop {
  /*background: #fff;*/
}

.section-contact .dv-table .dv-tr .dv-td input {
  height: 30px;
  width: 100%;
  max-width: 250px;
  padding-left: 2px;
}

@media (max-width: 500px) {
  .section-contact .dv-table .dv-tr .dv-td input {
    max-width: 90%;
  }
}

.section-contact .dv-table .dv-tr .dv-td .mail {
  max-width: 250px;
  width: 100%;
}

@media (max-width: 500px) {
  .section-contact .dv-table .dv-tr .dv-td .mail {
    max-width: unset;
    width: 90%;
  }
}

.section-contact .dv-table .dv-tr .dv-td .reserv_shop {
  max-width: 250px;
  width: 100%;
  height: 30px;
}

@media (max-width: 500px) {
  .section-contact .dv-table .dv-tr .dv-td .reserv_shop {
    max-width: unset;
    width: 90%;
  }
}

.section-contact .dv-table .dv-tr .dv-td textarea {
  width: 100%;
  height: 220px;
  padding: 16px;
}

.section-contact .dv-table .dv-tr .dv-td .dv-select {
  max-width: 250px;
  width: 100%;
  height: 30px;
}

@media (max-width: 500px) {
  .section-contact .dv-table .dv-tr .dv-td .dv-select {
    width: 90%;
    max-width: unset;
  }
}

.section-contact .dv-table .dv-tr .item-name {
  display: inline-block;
  width: 70%;
  margin: 0;
}

.dv-td img {
  display: block;
}

@media (max-width: 500px) {
  .dv-td img {
    margin: auto;
  }
}

@media (max-width: 768px) {
  .section-contact .dv-table .dv-tr .item-name {
    margin-left: 5%;
    width: 47%;
  }
}

@media (max-width: 500px) {
  .section-contact .dv-table .dv-tr .item-name {
    width: 100%;
  }
}

.section-contact .dv-table .dv-tr .name {
  margin-left: 5%;
}

.section-contact .dv-table .dv-tr .name .name-t {
  position: relative;
  display: inherit;
  margin-right: 5px;
  width: 100%;
  max-width: 250px;
}

@media (max-width: 768px) {
  .section-contact .dv-table .dv-tr .name .name-t {
    margin-bottom: 5px;
  }
}

@media (max-width: 510px) {
  .section-contact .dv-table .dv-tr .name .name-t {
    position: relative;
    display: block;
    margin-right: 0;
  }
}

@media (max-width: 500px) {
  .section-contact .dv-table .dv-tr .name .name-t {
    max-width: unset;
    width: 90%;
  }
}

.section-contact .dv-table .dv-tr .name .name-t span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-contact .dv-table .dv-tr .name .name-t input {
  margin-left: 10%;
}
.view_lang_en .section-contact .dv-table .dv-tr .name .name-t{
  max-width: 270px;
}
.view_lang_en .section-contact .dv-table .dv-tr .name .name-t input {
  margin-left: 22%;
}

@media (max-width: 768px) {
  .section-contact .dv-table .dv-tr .name .name-t input {
    margin-left: 10%;
    max-width: 230px;
  }
}

@media (max-width: 510px) {
  .section-contact .dv-table .dv-tr .name .name-t input {
    width: 82%;
  }
}

@media (max-width: 500px) {
  .section-contact .dv-table .dv-tr .name .name-t input {
    width: 90%;
    max-width: unset;
  }
}

.section-contact .dv-table .dv-tr .td-date {
  width: 67%;
}

@media (max-width: 768px) {
  .section-contact .dv-table .dv-tr .td-date {
    width: 47%;
    display: inline-block;
    float: none;
  }
}

@media (max-width: 500px) {
  .section-contact .dv-table .dv-tr .td-date {
    width: 95%;
    /* margin-left: 0; */
  }
}

.section-contact .dv-table .dv-tr .td-mail {
  display: block;
}

.section-contact .dv-table .dv-tr .dv-td-radio {
  font-size: 13px;
  padding: 10px 0;
}

@media (max-width: 500px) {
  .section-contact .dv-table .dv-tr .dv-td-radio {
    margin-left: 5%;
  }
}

.section-contact .dv-table .dv-tr .dv-td-radio .input-box {
  margin-top: 23px;
}

.section-contact .dv-table .dv-tr .dv-td-radio .input-box-com {
  margin-top: 10px;
}

@media (max-width: 500px) {
  .section-contact .dv-table .dv-tr .dv-td-radio .input-box-com {
    padding: 0 0 14px;
  }
}

.section-contact .dv-table .dv-tr .dv-td-radio input[type="radio"] {
  display: none;
}

.section-contact .dv-table .dv-tr .dv-td-radio label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
  margin-right: 8px;
}

.section-contact .dv-table .dv-tr .dv-td-radio label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #dbdef9;
  border: 1px solid #9ba0cd;
  border-radius: 100%;
}

.section-contact .dv-table .dv-tr .dv-td-radio label input[type="radio"]:checked + p::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -24px;
  background: #757a9e;
  border-radius: 100%;
}

.section-contact .dv-table .dv-tr .dv-td-radio label p {
  margin-left: 4px;
  position: relative;
}

.section-contact .dv-table .item_nm_remarks {
  margin-top: 22px;
  font-size: 11px;
  margin: 0 8px;
}

@media (max-width: 500px) {
  .section-contact .dv-table .item_nm_remarks {
    margin-top: 10px;
    text-align: left;
  }
}

.section-contact .dv-table p.actShop {
  display: block;
  text-align: left;
  margin-left: 30%;
}

@media (max-width: 768px) {
  .section-contact .dv-table p.actShop {
    margin-left: 46%;
  }
}

@media (max-width: 500px) {
  .section-contact .dv-table p.actShop {
    margin-left: 5%;
  }
}

.section-contact .dv-table .attention {
  margin-top: 0;
  margin-left: 10px;
  color: #e7484d;
  text-align: left;
}

@media (max-width: 768px) {
  .section-contact .dv-table .attention {
    margin-top: 10px;
  }
}

.section-contact .dv-table .item-speck {
  font-size: 14px;
  margin: 5px auto;
  display: inline-block;
}

.section-contact .dv-1 .dv-tr .dv-td input {
  max-width: 250px;
}

@media (max-width: 500px) {
  .section-contact .dv-1 .dv-tr .dv-td input {
    max-width: 90%;
  }
}

.section-contact .block-contact-button {
  text-align: center;
  margin: 50px 0 30px;
}

.section-contact .block-contact-footer {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 12px;
  max-width: 700px;
  margin: 0 auto 50px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .section-contact .block-contact-footer {
    width: 90%;
  }
}

.section-contact .block-contact-footer div {
  font-size: 12px;
  line-height: 2em;
}

.section-contact .block-contact-footer .remarks2 {
  text-align: center;
  border: 1px #ccc solid;
  margin: 20px auto;
  max-width: 500px;
  padding: 10px 0;
}

.section-contact .block-contact-footer a {
  text-decoration: none;
}

.section-contact .attend-important {
  max-width: 800px;
  margin: auto;
}

@media (max-width: 768px) {
  .section-contact .attend-important {
    width: 89.84375%;
  }
}

@media (max-width: 500px) {
  .section-contact .attend-important {
    width: 95%;
  }
}

.section-contact .attend-important li {
  list-style-type: none;
  font-size: 12px;
}

.section-contact .attend-important li:before {
  position: relative;
  top: -2px;
  left: -10px;
  display: inline-block;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 100%;
  background: #555555;
}

.section-contact .attend-important .attend {
  left: -13px;
}

.section-contact .attend-important .attend:before {
  display: none;
}

#contact-confirm {
  max-width: 300px;
  height: 40px;
  width: 100%;
  /* border-radius: 9px; */
  border: 0;
  background: #dddddd;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1.4px;
  font-family: inherit;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

#contact-confirm a {
  display: block;
}

#contact-confirm:hover {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  opacity: 0.6;
  border-radius: 5px;
}

/* 順番 */

.join-step-box{
  background: #F7F7F7;
  overflow: hidden;
}

.join-step{
  max-width: 425px;
  display: flex;
  margin: 90px auto 40px;
}
.join-step-thanks{
  margin: 44px auto 0;
}
.join-step li{
  position: relative;
  display: inline-block;
  padding-top: 24px;
  width: 33%;
  text-align: center;
}
.join-step li::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 11px;
  height: 11px;
  border: 1px #A5A5A5 solid;
  background: #A5A5A5;
  border-radius: 8px;
}
.join-step li.j-s-color::before{
  border: 1px #000 solid;
  background: #000;
}


.block-contact {
  clear: both;
}

.block-contact-shop {
  clear: both;
  margin-top: 80px;
}

.block-request-restock,
.block-request-confirm{
  background: #F7F7F7;
}

.re-1{
  width: 90%;
  max-width: 1120px;
  margin: 0 auto 40px;
  border: 1px #A5A5A5 solid;
  padding: 32px;
}

.re-1 ul{
  list-style: inside;
}
.re-1 p{
  font-size: 18px;
  padding: 0 0 14px;
  text-align: left;
}
.re-1 .title{
  font-size: 18px;
  text-align: left;
  max-width: 800px;
  margin: auto;
  margin-bottom: 40px;
}
.block-contact .dv-table,
.block-contact-confirm .dv-table {
  width: 90%;
  max-width: 1120px;
  margin: auto;
  padding: 70px 0 0;
  overflow: hidden;
  background: #fff;
}
.block-contact .dv-table h2,
.block-contact-confirm .dv-table h2 {
  font-size: 18px;
  margin-bottom: 26px;
}
.block-contact-confirm .dv-table h2:nth-of-type(n+2) {
  margin-top: 58px;
}
.block-contact .dv-table .h2-til{
  margin-top: 40px;
}
.block-contact .dv-tr,
.block-contact-confirm .dv-tr {
  border-bottom: 1px #E5E5E5 solid;
  line-height: unset;
  padding: 32px 0;
  width: 90%;
  margin: auto;
}
.block-contact .dv-tr.dv-bnr,
.block-contact-confirm .dv-tr.dv-bnr{
  border-bottom:0;
}
.block-contact .dv-tr:last-child,
.block-contact-confirm .dv-tr:last-child {
  border: 0;
}
.block-contact .dv-th,
.block-contact-confirm .dv-th {
  position: relative;
  padding-right: 40px;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  line-height: 40px;
}



.block-contact .dv-th.required::after {
  content: '必須';
  font-size: 12px;
  color: #fff;
  padding: 3px 8px;
  margin-left: 27px;
  background: #E52626;
}

.block-contact .dv-td,
.block-contact-confirm .dv-td {
  display: inline-block;
  width: 70%;
}
.block-contact .dv-td img,
.block-contact-confirm .dv-td img{
  max-width: 137px;
  vertical-align: middle;
  border: 1px #E5E5E5 solid;
}
.dv-td-radio,
.dv-td-mail_magazine{
  line-height: 45px;
}

.block-contact .input-box-com label,
.block-contact .mail_magazine1 label{
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
  margin-right: 8px;
}
.block-contact .input-box-com label p,
.block-contact .mail_magazine1 label p{
  margin-left: 8px;
}
.block-contact .input-box-com label::before,
.block-contact .mail_magazine1 label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 1px solid #000;
  border-radius: 100%;
}
.block-contact .input-box-com label input[type="radio"]:checked+p::after,
.block-contact .mail_magazine1 label input[type="radio"]:checked+p::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 28px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  margin-left: -24px;
  background: #000;
  border-radius: 100%
}
.block-contact .input-box-com input[type="radio"],
.block-contact .mail_magazine1 input[type="radio"] {
  display: none;
}




.block-contact input,
.block-contact select {
  max-width: 408px;
  width: 100%;
  height: 40px;
  border: 1px solid #666;
  padding-left: 16px;
}

.block-contact .search_e_price_navi {
  margin-left: 16px;
}

.block-contact textarea {
  border: 1px solid #666;
  width: 90%;
  height: 220px;
  padding: 16px;
}

.block-contact .contact_kb,
.block-contact .item_nm,
.block-contact .mail,
.block-contact .confirm_mail {
  max-width: 408px;
  width: 100%;
}



.block-contact .item_nm_remarks,
.block-contact-confirm .item_nm_remarks {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.block-contact .item_nm_remarks label,
.block-contact-confirm .item_nm_remarks label{
  display: block;
}
.block-contact .name {
  width: auto;
  min-width: 160px;
  margin-right: 3%;
}
.block-contact .name1{
  margin: 0;
}
.block-contact .tel {
  max-width: 408px;
  width: 100%;
}

.block-contact .request {
  width: 90%;
  height: 220px;
  padding: 16px;
}
.section-thanks{
  background: #F7F7F7;
}
.block-contact-thanks {
  margin: auto;
  margin-top: 54px;
  margin-bottom: 48px;
  width: 700px;
  line-height: 1.7em;
  text-align: center;
}
.block-contact-thanks p:first-child {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 22px;
}

.block-kaitori-requests-button {
  text-align: center;
  max-width: 1120px;
  margin: 0 auto;
  background: #fff;
  padding: 22px 0 72px;
}

.block-contact-button-thanks {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-kaitori-requests .link-page,
.block-kaitori-requests-button #contact-confirm,
.block-kaitori-requests-button #contact-send{
  max-width: 330px;
  width: 90%;
  height: 80px;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;
  display: block;
  margin: 0 auto 30px;
  font-size: 16px;
}

.section-kaitori-requests .link-page{
  text-align: center;
  line-height: 80px;
  background: unset;
  margin-top: 97px;
}

.block-contact-button-thanks #request-kaitori-requests-top{
  border-bottom: 1px #000 solid;
}
.block-kaitori-requests-button #contact-back {
  background-color: #fff;
  border-bottom: 1px solid #000;
  cursor: pointer;
}

.block-kaitori-requests-footer {
  background: #F7F7F7;
  overflow: hidden;
}


/* 電話でのお問い合わせ */
.contact {
    max-width: 880px;
    margin: 50px auto 0;
}
.contact > p {
  text-align: center;
  margin-bottom: 42px;
}
.contact .contact-phone_wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    margin-bottom: 42px;
}
.contact .contact_text p:nth-child(1) {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 12px;
}
.contact .contact_text p:nth-child(2) {
    font-size: 16px;
    line-height: 1.45;
}
.contact .separation {
    width: 1px;
    height: 50px;
    background: #969696;
}
.contact .phone_number {
    min-width: 285px;
}
.contact .phone_number .phone {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
}
.contact .phone_number .phone img {
    width: 33px;
    height: 33px;
}
.contact .phone_number .phone p {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
}
.block-contact-footer .remarks2-tel img {
    width: 33px;
}
.contact_buyback {
    max-width: 326px;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    margin: 0 auto;
    padding: 0 26px;
    border: #000 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_buyback a {
    font-size: 15px;
    line-height: 1;
    text-align: center;
}
@media only screen and (max-width:770px) {
    .contact > p {
      text-align: left;
    }
    .contact .contact-phone_wrap {
        flex-direction: column;
        gap: 22px;
    }
    .contact .separation {
        display: none;
    }
    .contact .phone_number .phone {
        margin-bottom: 4px;
    }
    .contact .phone_number .phone p {
        font-size: 40px;
        line-height: 1;
        font-weight: 600;
    }
    .contact .phone_number p {
        text-align: center;
    }
    .contact_buyback {
        height: 46px;
        border-radius: 23px;
    }
    .contact_buyback a {
        font-size: 14px;
    }
}

#frm-kaitori-requests .dv-td-contact-body {
  line-height: 240px;
  height: 240px;
}
#frm-kaitori-requests .dv-td-contact-body-td textarea {
  width: 90%;
}



.block-contact-confirm .contact-body-td {
  padding-top: 20px;
  align-items: baseline;
}




/* ================================ */
/* 店舗からの来店予約 商品選択 */
/* ================================ */


.shop_kaitori-requests-block h2{
  width: 100%;
  border-bottom: 1px #E5E5E5 solid;
  margin-bottom: 0;
  padding-bottom: 16px;
}

.shop_kaitori-requests-block h2,
.shop_kaitori-requests_p,
.shop_kaitori-requests{
  max-width: 1120px;
  margin: auto;
  width: 90%;
}
.shop_kaitori-requests_p{
  margin: 40px auto;
}

.shop_kaitori-requests{
  border: 1px #000 solid;
  margin-bottom: 77px;
}
.s_r-box{
  width: 90%;
  margin: auto;
}
.s_r-box p{
  line-height: 64px;
  display: inline-block;
  list-style: none;
  margin-right: 10%;
}

.shop_kaitori-requests-block ul{
  margin: 40px auto 77px;
  width: 90%;
  max-width: calc(1120px + 20px);
}
.shop_kaitori-requests-block li{
  width: 170px;
  display: inline-block;
  padding: 0;
  margin-right: 20px;
}
.block-itemlist li .item-img{
  background: #fff;
  height: auto;
  padding: 40px 0;
}
.kaitori-requests_stock{
  border: 1px #000 solid;
}
.block-itemlist li .item-img span{
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 1px #000 solid;
  line-height: 28px;
  width: 100%;
  font-size: 12px;
  text-align: center;
}
.block-itemlist li .kaitori-requests_stock span{
  display: block;
}
.item_info .baika{
  font-size: 20px;
  font-weight: 600;
}
.item-img img{
  z-index: unset;
  max-width: 120px;
}

.s_r-item_link{
  border: 1px #000 solid;
  width: 100%;
  display: block;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
}

.shop_kaitori-requests-txt{
  margin: 40px auto;
  max-width: 1120px;
  width: 90%;
}
.shop_kaitori-requests-block_3{
  margin-bottom: 160px;
}
.shop_kaitori-requests-block_3 li{
  margin-bottom: 160px;
  list-style: none;
  border: 1px #000 solid;
  width: 32%;
  display: inline-block;
  margin-right: 2%;
  text-align: center;
}
.shop_kaitori-requests-block_3 li:last-child{
  margin-right: 0;
}
.shop_kaitori-requests-block_3 li a{
  line-height: 40px;
}



button.shop_kaitori-requests-more{
  margin: 37px 0 0 auto;
  display: block;
  border: 0;
  border-bottom: 1px #000 solid;
  padding: 10px 15px;
  transition: .5s;
  background: unset;
  -erbkit-transition: .5s;
  min-width: 141px;
  text-align: right;
}

button.shop_kaitori-requests-more::after {
  content: "さらに表示する ＋";
  transition: .2s;
  -erbkit-transition: .2s;
}

button.shop_kaitori-requests-more.on-history::after {
  content: "閉じる ‐";
}

.shop_kaitori-requests-fixed {
  background: #fff;
  width: 100%;
  border-bottom: 1px solid rgb(229, 229, 229);
  box-shadow: -4px -2px 11px 1px #0000000f;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
}
.shop_kaitori-requests-fixed button{
  opacity: .2;
  line-height: 48px;
  margin: 14px auto;
  display: block;
  max-width: 320px;
  width: 100%;
  background: #fff;
  border: 1px #000 solid;
}

.shop_kaitori-requests-fixed.onclick button{
  opacity: 1;
}


/* ================================ */
/* 店舗からの来店予約 商品選択 */
/* ================================ */

/*年末年始・お盆　営業時間*/
.hosoku {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 80px;
}
.opentime {
  font-size: 20px;
  margin: 10px 0;
  font-weight: bold;
}
.schedule table {
  margin: auto;
}
.schedule th {
  position: sticky;
  left: 0;
  top: 0;
  white-space: nowrap;
  padding-left: 5px;
  text-align: left;
  background: #fff;
}
.schedule th,
.schedule td {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  color: #707070;
}
.schedule tr {
  text-align: center;
}
.schedule td {
  text-align: center;
  vertical-align: middle;
}
.date {
  width: 120px;
  text-align: center !important;
  padding-left: 0;
  background: #d4ebff !important;
}
.bggray {
  background: #ececec;
}
.b {
  font-size: 16px;
  line-height: 2em;
  border-right: 1px solid #999;
}
.b > th {
  font-weight: bold;
  padding-left: 5px;
}
.allshops {
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .schedule tr,
  .scheduleth th,
  .schedule td {
    font-size: 12px;
  }
  .bggray th {
    background: #ececec;
  }
  .date {
    width: auto;
    position: sticky;
    top: 0;
  }
  .nbsp {
    z-index: 200;
  }
  .schedule {
    overflow: auto;
    height: 300px;
  }
  .schedule table {
    width: 100%;
  }
  .schedule tr:first-child th:first-child {
    z-index: 1;
  }
}

.section-request-restock {
  padding-top: 202px;
}
@media only screen and (max-width: 1069px) {
  .block-contact,
  .block-contact-confirm {
    margin: auto;
  }
}

/* フォームベタ書き部分 */
.block-contact .dv-td.not-editable {
  margin: 6px 0 0;
}
@media only screen and (max-width: 768px) {
  .block-contact .dv-th.not-editable {
    width: 94px;
    padding-right: 0px;
  }
  .block-contact .dv-td.not-editable {
    width: 100px;
    margin: 0px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  main {
    width: 100%;
  }
  .join-step{
    margin: 40px auto 40px;
  }
  .page_title h1{
    font-size: 24px;
  }
  .section-request-restock .link-page{
    margin-top: 70px;
  }
  .block-contact-header{
      margin: 0 auto 40px;
  }
  .block-contact-header .title{
      width: 100%;
      margin-right: 0;
  }
  .block-contact-header .body{
      width: 90%;
  }
  .block-contact-header .body div{
      line-height: 60px;
      border: 1px #000 solid;
      font-size: 14px;
      margin: 0 auto 25px;
      width: 100%;
      display: block;
      max-width: unset;
  }
  .block-contact .dv-tr,.block-contact-confirm .dv-tr{
      line-height: unset;
  }
  .block-contact .dv-th,
  .block-contact-confirm .dv-th {
    clear: both;
    float: initial;
    width: 100%;
    border-right: initial;
    line-height: unset;
  }

  .block-contact .dv-td,
  .block-contact-confirm .dv-td {
    clear: both;
    float: initial;
    width: 100%;
    padding-left: initial;
    margin: 23px 0 0;
  }
  .dv-td-mail_magazine{
      line-height: unset;
      margin-top: 0;
      padding: 0;
  }
  .dv-td-mail_magazine .mail_magazine1{
      padding: 0;
      line-height: 63px;
  }
  .block-contact div.remarks-t,
  .block-contact-confirm div.remarks-t {
    height: 60px;
    line-height: 60px;
  }

  .block-contact .name {
      max-width: 300px;
      width: 100%;
      min-width: unset;
      margin-bottom: 16px;
  }
  .block-contact .tel{
      max-width: 300px;
      width: 100%;
  }
  .block-contact-footer .remarks1 {
          width: 90%;
          margin: 30px auto 0;
          text-align: left;
  }
  .block-contact-footer .remarks1 p{
      margin: 77px auto 32px;
  }
  .block-contact-footer .remarks2{
      margin: 0 auto 56px;
  }
  .block-contact-footer .remarks2-txt{
    padding: 0;
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
    display: block;
    border: 0;
    border-bottom: 1px #E5E5E5 solid;
  }
  .block-contact-footer .remarks2-tel{
    float: none;
    display: block;
    margin-top: 15px;
    text-align: center;
  }
  .block-contact-button input{
    padding: 0;
  }
  .block-contact-thanks {
    width: 90%;
    text-align: left;
  }
  .block-contact-button #contact-confirm,
  .block-contact-button #contact-send,
  .block-contact-button #contact-back,
  .block-contact-button-thanks #contact-top,
  .block-contact-button-thanks #contact-item {
    width: 100%;
    max-width: 295px;
  }
  .block-contact-button-thanks #contact-top{
    width: auto;
  }
  #frm-contact .dv-td-contact-body {
    line-height: 60px;
    height: 60px;
  }
  #frm-contact .dv-td-contact-body-td {
    height: 200px;
  }
  #frm-contact .dv-td-contact-body-td textarea {
    height: 180px;
    width: 100%;
  }
  .block-contact div.remarks .required {
    margin-top: 20px;
  }
  #frm-contact .dv-th.remarks-t div.required {
    margin-top: 20px;
  }
  .block-contact-confirm .contact-body-th {
    height: auto;
  }
}





.accessory {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.accessory > p, .warranty > p {
    max-width: 448px;
    padding-left: 1em;
    text-indent: -1em;
}
.accessory-type {
  display: inline-flex;            /* 一列で横並び */
  align-items: center;
  gap: 6px;
  cursor: pointer;
  user-select: none;               /* 文字選択防止（任意） */
}
.accessory-type input {
  width: 18px;
  height: 18px;
  border: 1px solid #000;
}

.accessory-type input[type="checkbox"]{
  margin:0;                       /* 微調整 */
  flex:0 0 auto;
  accent-color: #000;
}
/* 任意: チェック時の見た目 */
.accessory-type:has(input:checked){
  border-color:#000;
  /* background:#000; */
  color:#fff;
}

/* 任意: disabled の見た目 */
.accessory-type:has(input[disabled]){
  opacity:.6;
  cursor:not-allowed;
}


.confirm_head-title {
  font-weight: 600;
  margin-bottom: 18px;
}
.questionnaire_list, .warranty-data {
  margin-bottom: 12px;
}
.warranty-data {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dv-td-confirm .questionnaire_list:nth-of-type(5) {
  margin-bottom: 34px;
}
.block-contact .input-box-com label,
.block-contact .questionnaire_list label,
.block-contact .warranty-data > label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
  margin-right: 8px;
}
.block-contact .input-box-com label p,
.block-contact .questionnaire_list label p,
.block-contact .warranty-data label p {
  margin-left: 8px;
}
.block-contact .input-box-com label::before,
.block-contact .questionnaire_list label::before,
.block-contact .warranty-data > label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 1px solid #000;
  border-radius: 100%;
}
.block-contact .input-box-com label input[type="radio"]:checked+p::after,
.block-contact .questionnaire_list label input[type="radio"]:checked+p::after,
.block-contact .warranty-data > label input[type="radio"]:checked+p::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 28px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  margin-left: -24px;
  background: #000;
  border-radius: 100%
}
.block-contact .input-box-com input[type="radio"],
.block-contact .questionnaire_list input[type="radio"],
.block-contact .warranty-data input[type="radio"] {
  display: none;
}

/* 保証書の入力 */
.warranty-date-wrap {
  margin: 4px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.warranty-date-wrap input{
  max-width: 408px;
  width: 100%;
  height: 40px;
  border: 1px solid #666;
  padding-left: 12px;
}
/* 保証書のエラー文言 */
.warranty-date-wrap label.error {
    margin-top: 0;
}

.dv-td p + p {
  margin-top: 6px;
}

.questions {
  margin-bottom: 16px;
}

.error_wrap {
  margin-left: 15px;
  margin-right: 15px;
}

.block-common-error {
  width: unset;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.block-kaitori-requests {
  /* background: #fff; */
  /* padding: 46px 36px 0; */
}
@media only screen and (max-width:770px) {
  .block-kaitori-requests {
    /* padding: 20px 14px 0; */
  }
}


.send {
  max-width: 330px;
  height: 80px;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;
  display: block;
  margin: 0 auto 30px;
}


.hissu {
  font-size: 11px;
  text-align: center;
  color: #fff;
  background: #e7484d;
  padding: 2px 4px;
  margin-left: 10px;
}


/* ================================ */
/* LINE用フォーム */
/* ================================ */

.line-img{
  max-width: 200px;
  margin: 0 auto;
}

.line-img img{
  width: 100%;
}

.line-icon{
  width: 25px;
  height: auto;
}

.line-icon img{
  width: 100%;
}

.column-wrap{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
}
