@charset "utf-8";
/* CSS Document */

/* ====================================
   layout
===================================== */
/*　▼メイン　*/
.h1_basic {
  margin-bottom: 1rem;
}
.p_zip {
  margin: 0 0 45px;
}
.p_zip button {
  width: 150px;
}
.p_zip p {
  font-size: 1.6rem;
}
.p_receive > div {
  display: flex;
  text-align: center;
}
.p_receive_del,
.p_receive_store {
  width: 50%;
}
.p_receive_del {
  margin-right: 4%;
}
.p_receive_del > button,
.p_receive_store > button {
  display: block;
  width: 100%;
  padding: 36px 10px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  cursor: pointer;
}
.p_receive_del > button {
  background-color: var(--receive-delivery-bgcolor);
}
.p_receive_store > button {
  background-color: var(--receive-store-bgcolor);
}
.p_receive_del p,
.p_receive_store p {
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
.p_receive_del img,
.p_receive_store img {
  max-width: 140px;
}
.btn-area {
  margin-top: 30px;
  text-align: center;
}

#zip_serect {
  display: none;
}
.zip_list,
.shop_list {
  margin-top: 16px;
}
.zip_list button,
.shop_list button {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  background-color: #fff;
  margin: 16px 0;
  padding: 0.6rem 40px 0.6rem 15px;
  border-radius: 6px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3); 
  cursor: pointer;
}
.shop_list button {
  padding: 16px 40px 16px 15px;  
}
#receive_del .shop_list button {
  background-color: var(--receive-delivery-bgcolor);
}
#receive_store .shop_list button {
  background-color: var(--receive-store-bgcolor);
}
.zip_list button::after, 
.shop_list button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 12px;
  height: 12px;
  border-right: 3px solid var(--hamburgermenu-color);
  border-top: 3px solid var(--hamburgermenu-color);
  display: inline-block;
  transform: translate(0, -50%) rotate(45deg);
}
.zip_list button:hover {
  background-color: var(--color-main-light);
}
.shop_list h5 {
  font-size: 2.4rem;
  margin-bottom: 0.6rem;
}
.zip_list button.zip_serected {
  background-color: var(--color-main-light);
  cursor: default;
}

.receive_day {
  margin-top: 16px;
}
.receive_day ul {
  text-align: right;
}
.receive_day ul li {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  margin-left: 1rem;
  padding-left: 2.4rem;
}
.receive_day ul .receive_day_list-icon {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 1px;
  left: 0;
  display: inline-block;
}

.receive_day_list {
  margin-top: 20px;
}
.receive_day_block h3 {
  padding: 1px 15px;
  font-size: 3.0rem;
  background-color: var(--color-gray-light);
}
.receive_day_block {
  padding-bottom: 32px;
}
.receive_day_block:last-child {
  padding-bottom: 0;
}
.receive_day_item {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-top: 16px;
  padding: 10px 15px 10px 62px;
  color: #000;
  font-weight: var(--font-bold);
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}
.receive_day_icons-template {
  display: none !important;
}

#dt_icon1 .d{
  fill: var(--deliverytime-much-bgcolor);
}

#dt_icon1 .w{
  fill: var(--backcolor-white);
}

#dt_icon2 .d{
  fill: var(--deliverytime-few-bgcolor);
}

#dt_icon2 .w{
  fill: var(--backcolor-white);
}


.receive_day_item-icon {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 15px;
  left: 15px;
}

.receive_day_item p {
  font-size: inherit;
}
/* 便選択 */
.receive_day_item.locker_bg {
  background: var(--receive-store-bgcolor);
}

.receive_day_sch {
  flex: 1;
  font-size: 2.4rem;
}
.receive_day_fee {
  display: flex;
  text-align: center;
  font-size: 2.4rem
}
.receive_day_close {
  width: 6.5em;
  text-align: center;
  font-size: 2.4rem
}
.receive_day_del, .receive_day_ser {
  margin-right: 10px;
}
p.receive_day_label {
  color: var(--text-gray);
  font-size: 2.2rem;
  font-weight: var(--font-normal);
}

.news {
  margin-bottom: 30px;
  padding: 16px;
  border: solid 1px var(--color-gray-medium);
  border-radius: 6px;
}
.news h5 {
  font-size: 2.6rem;
  margin-bottom: 8px;
} 
.news div {
  margin-bottom: 16px;
  padding-bottom: 1rem;  
  
}
.news div:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;  
}
.news hr {
  border-top: solid 1px #000;
  margin: 6px 0;
}
.confirm {
  margin-top: 20px;
}
.confirm h2 {
  font-size: 1.6rem;
  font-weight: var(--font-normal);
}
.receive_confirm {
  margin-bottom: 20px;
}
.table_confirm {
  border: solid 1px var(--color-gray-medium);
  border-collapse: collapse;
  width: 100%;
}
.table_confirm thead {
  background-color: var(--linkband-bgcolor);
}
.thead_sp {
  display: none;
}
.table_confirm thead th {
  font-weight: 400;
  padding: 6px 10px;
}
.table_confirm thead th:first-of-type,
.table_confirm td:first-of-type {
  border-right: solid 1px var(--color-gray-medium);
}
.table_confirm td {
  padding: 6px 10px;
  border-bottom: solid 1px var(--color-gray-medium);
}
.table_confirm td:last-of-type {
  color: var(--text-red);
}

.date_change_wrap + .cmn-transition-area {
  margin-top: 100px
}

.number-order-item>.chekmark>.chekmark-main {
  height: 100%;
}

.number-order-item>.chekmark>.chekmark-main>div.chekmark-icon {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.number-order-item>.chekmark>.chekmark-main>.chekmark-icon>.on {
  background-image: url("../images/icons/number_order_on.svg");  
  background-size: cover;
}
.number-order-item>.chekmark>.chekmark-main>.chekmark-icon>.off {
  background-image: url("../images/icons/number_order_off.svg");  
  background-size: cover;
}
.number-order-item>.chekmark>.chekmark-main>.chekmark-icon>span {
  display: block;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 960px) {
  .p_receive_del p,
  .p_receive_store p {
    font-size: calc(2.2rem + 18 * (100vw - 520px)/440);
  }
  .p_zip p {
    font-size: calc(1.4rem + 2 * (100vw - 520px)/440);
  }
  .p_zip button {
    font-size: var(--fs_tab_df);
  }
  .shop_list h5 {
    font-size: 2.4rem;
    font-size: calc(1.6rem + 8 * (100vw - 520px)/440);
  }
  .shop_list p {
    font-size: calc(1.2rem + 4 * (100vw - 520px)/440);
  }
  .receive_day ul li {
    font-size: calc(1.4rem + 4 * (100vw - 520px)/440);
    margin-left: 8px;
    padding-left: 18px;
  }
  .receive_day ul .receive_day_list-icon {
    width: calc(1.4rem + 4 * (100vw - 520px)/440);
    height: calc(1.4rem + 4 * (100vw - 520px)/440);
  }
  .receive_day_list h3 {
    font-size: calc(1.6rem + 18 * (100vw - 520px)/440);
  }
  .receive_day_list > div > div p {
    font-size: calc(1.6rem + 8 * (100vw - 520px)/440);
  }
  
  .receive_day_sch,
  .receive_day_fee,
  .receive_day_close {
    font-size: calc(1.3rem + 11 * (100vw - 520px)/440);
  }
  p.receive_day_label {
    font-size: calc(1.2rem + 10 * (100vw - 520px)/440);
  }  
  .confirm h2 {
    font-size: calc(1.4rem + 2 * (100vw - 520px)/440);
  }
  .news h5 {
    font-size: calc(1.8rem + 8 * (100vw - 520px)/440);
    margin-bottom: 0;
  } 
}
@media screen and (max-width: 740px) {
  .receive_day_item {
    padding: 10px 13px 10px 52px;
  }
  .receive_day_item-icon {
    width: 26px;
    height: 26px;
    top: 13px;
    left: 13px;
  }  
}
@media screen and (max-width: 520px) {
  .p_zip p {
    font-size: 1.4rem;
  }
  .p_zip button {
    font-size: var(--fs_sp_df);
  }
  .zip_list button p {
    padding-right: 28px;
  }
  .p_receive {
    padding-bottom: 24px;
  }
  .p_receive > div {
    display: block;
  }
  .p_receive_del,
  .p_receive_store {
    width: 100%;    
  }
  .p_receive_store {
    margin-top: 24px;
  }
  .p_receive_del > button,
  .p_receive_store > button {
    padding: 8px 20px;
    border-radius: 50px;
  }
  .p_receive_del > button > div,
  .p_receive_store > button > div {
    display: flex;
    justify-content: center;
  }  
  .p_receive_del p,
  .p_receive_store p {
    display: flex;
    align-items: center;
    font-size: calc(2rem + 9 * (100vw - 320px)/199);
    text-align: left;
    padding: 3px 1.4rem 0;
  }
  .p_receive_del h4,
  .p_receive_store h4 {
    font-size: 1.4rem;
  }
  .p_receive_del img,
  .p_receive_store img {
    max-width: calc(50px + 10 * (100vw - 320px)/199);
    object-fit: contain;
  }
  .zip_list button::after ,
  .shop_list button::after,
  .receive_day_list > div > div::after {
    width: 10px;
    height: 10px;
  }
  
  .shop_list button {
    padding: 1rem 40px 1rem 15px;
  }
  .shop_list h5 {
    font-size: 1.6rem;
  }
  .shop_list p {
    font-size: 1.2rem;
  }
  .receive_day_list > div > div {
    padding: 6px 10px;
    
  }
  .receive_day_list > div > div:first-of-type{
    border-top: solid 1px #dcdddd;
  }
  .receive_day_list h3,
  .receive_day_list > div > div p {
    font-size: 1.6rem;
  }
  .receive_day_list > div > div p {
    font-weight: 400;
    padding-left: 40px;
    padding-right: 36px;
  }
  .receive_day_list > div > div p span {
    display: block;    
  }
  .receive_day_list > div > div p::before {
    width: 26px;
    height: 26px;
  }  
  
  .receive_day_sch,
  .receive_day_fee,
  .receive_day_close {
    font-size: 1.2rem;
  }
  .receive_day_fee {
    display: block;
    line-height: 100%;
  }
  p.receive_day_label {
    font-size: 1.2rem;
  }
  
  .receive_day_item {
    padding: 10px 10px 10px 40px;
  }
  .receive_day_item-icon {
    width: 20px;
    height: 20px;
    top: 10px;
    left: 10px;
  }
  .news {
    margin-bottom: 16px;
    padding: 10px;
  }
  .news h5 {
    font-size: 1.8rem;
    margin-bottom: 0;
  } 
  .confirm h2,
  .table_confirm {
    font-size: 1.4rem;
  }
  .receive_confirm {
    margin-bottom: 10px;
  }
  .table_confirm {
    width: 100%;
    border: none;    
  }
  .thead_pc {
    display: none;
  }
  .thead_sp {
    display: table-row;
  }
  .table_confirm thead th:first-of-type,
  .table_confirm td:first-of-type {
    border-right: none;
  }
  .table_confirm thead th {
    padding: 6px 0;
  }
  .table_confirm td {
    display: block;    
    padding: 6px 4px 0 4px;
    border-right:none;
    border-bottom: none;
  }
  .table_confirm td:last-of-type {
    padding-top: 4px;
    padding-bottom: 6px;
  }
  .table_confirm tbody tr>td:last-of-type {
    border-bottom: solid 1px #bbb!important;
  }
  
  .date_change_wrap + .cmn-transition-area {
    margin-top: 50px
  }  
}