@charset "utf-8";
/* CSS Document */


/**********************************************************/
/* PC */
/**********************************************************/

/**********************************
/*section共通
**********************************/
section{
  position: relative;
}
section::after {
  background: url("../images/cart/cart.png") repeat-x;
  background-size: 100% 100%;
  position: absolute;
  width: 19.5%;
  height: 170px;
  content: "";
  left: 45.4%;
  top: 0;
  max-width: 282px;
}
.cart-contents{
  justify-content: space-between;
  margin: -380px auto 81px;
}
.no-cate-contents{
  margin: -34px auto 113px;
  
}

/************
/*左側
************/
.left-contents {
  margin-top: 296px;
}
.no-cate-contents .left-contents{
  margin-top: 0;
}

.left-contents h3{
  line-height: 2;
  text-align: center;
}
.left-contents .asterisk-wrap{
  margin-bottom: 8px;
}
.asterisk{
  color: red;
  font-weight: bold;
  position: absolute;
  top:9px;
  right:12px;
}
span.red{
  color: red;
  font-weight: bold;
}
.left-contents dt{
  padding: 9px 22px 9px 22px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #AC7F62;
  margin-bottom: 12px;
  letter-spacing: 0.08em;
  position: relative;
}
.left-contents dd{
  margin:0 0 27px 22px;
  letter-spacing: 0.05em;
}

/************
/*店舗名
************/
.left-contents dd.shop{
  border-bottom: solid 1px #707070;
  padding-bottom: 4px;
  width: 190px;
  margin-bottom: 38px;
}




/************
/*受取希望日時
************/
.left-contents dd.inline{
  display: inline-block;
  font-size: 1.2rem;
  margin: 0 auto;
}


/************
/*インプット共通
************/

input[type="text"],
input[type="email"]{
  border: solid 1px #AC7F62;
  font-size: 1.4rem;
  padding: 8px;
  border-radius: 0;
}
select {
  border: solid 1px #AC7F62;
  font-size: 1.4rem;
  padding: 8px;
  border-radius: 0;
  background: #fff;
}
::placeholder {
  color: #C6C6C6;
  font-size: 14px;
  padding: 9px 0 0 ;
}
.area1{
  width: 109px;
  height: 30px;
  margin-right: 7px;
} 
.area2{
  width: 54px;
  height: 30px;
  margin: 0 6px 0 12px;
} 
.area3{
  width: 172px;
  height: 30px;
  margin-right: 10px; 
} 
.area4{
  width: 359px;
  height: 30px;
} 
.area5{
  width: 180px;
  height: 30px;
} 
.area6{
  width: 601px;
  height: 30px;
} 
/************
/*ラジオボタン
************/
.radio-wrap{
  align-items: center;
  margin-bottom: 15px;
}
.radio-label:first-of-type{
  margin-right: 42px;
}
.radio-label input[type=radio].radio {
  display: none;
}
.radio-label .label-check {
  position: relative;
  display: block;
  padding-left: 20px;
  cursor: pointer;
}
.radio-label .label-check:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 14px;
  height: 14px;
}
.radio-label input[type=radio].radio:checked + .label-check:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  display: block;
  margin: auto;
}
.radio-label .label-check.round:before {
  border: 1px solid #AC7F62;
  border-radius: 40px;
}
.radio-label input[type=radio].radio:checked + .label-check.round:after {
  width: 8px;
  height: 8px;
  background-color: #666666;
  border-radius: 50%;
}

/************
/*受取住所
************/
.h-adr p{
  display: inline-block;
  width: 90px;
  margin-bottom: 12px;
}



/************
/*予約商品
************/
.bread-wrap {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 14px;
  width: 713px;
}
.bread-contents {
  position: relative;
  top: 0;
  height: 281px;
  width: 227px;
}
.bread-contents .bread-pic {
  position: absolute;
  height: 210px;
  width: 227px;
  top: 0;
  left: 0;
}
.bread-contents .bread-ttl {
  position: absolute;
  height: 33px;
  width: 100%;
  bottom: 37px;
  left: 0;
  background: #805E37;
  text-align: center;
  color: #fff;
  border-top: solid 1px #fff;
}
.quantity {
  justify-content: space-between;
  align-items: center;
  position: absolute;
  height: 34px;
  width: 100%;
  bottom: 0;
}
.quantity div.flex{
  align-items: center;
}
.quantity div.flex button {
  background: #FAE14C;
  border: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: block;
}
.quantity div.flex button:last-of-type{
  background: #fff;
  border:solid 1px #FAE14C;
  margin-left: 6px;
}
.quantity div.flex button:first-of-type img {
  padding-bottom: 4px;
}
.quantity div.flex button:last-of-type img {
  padding-bottom: 7px;
}
.quantity div.flex p{
  margin-left: 15px;
}

/************
/*備考
************/
textarea {
  resize: none;
  width:691px;
  height:215px;
}
/************
/*右側
************/
.right-contents dt{
  border: 1px solid #AC7F62;
  padding: 8px 20px;
  display: inline-block;
}
.right-contents dd{
  padding: 16px 22px 25px;
}
.right-contents dt:last-of-type{
  background:#AC7F62;
  color: #fff;
}


/************
/*戻るボタン
************/
.btnarrow5{
  position: relative;
  /*ボタンの形状*/
  border: 1px solid #AC7F62;
  padding: 24px 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #000;
  transition: all .2s linear;
  width: 238px;
  margin-right: 106px;
  font-size: 2.4rem;
}
.btnarrow5:hover{
  background:#AC7F62;
  opacity: 1;
  color: #fff;
}
.btnarrow5::before{
  content:"";
  position: absolute;
  top:50%;
  right: 16%;
  width:27px;
  height:1px;
  background:#AC7F62;
  transition: all .2s linear;
}
.btnarrow5::after{
  content:"";
  position: absolute;
  top: 41%;
  right: 17%;
  width:1px;
  height:7px;
  background:#AC7F62;
  transform:skewX(45deg);
  transition: all .2s linear;
}
.btnarrow5:hover::before{
  right:-30px;
}
.btnarrow5:hover::after{
  right:-25px;
}
/************
/*仮予約へボタン
************/

.btnarrow4{
  color: #fff;
  background: #AC7F62;
  display: block;
  margin-bottom: 25px;
}
.btnarrow4:hover{
  background:#fff;
  opacity: 1;
  color: #000;
}
.btnarrow4::before{
  background:#fff;
}
.btnarrow4::after{
  background:#fff;
}
.btnarrow4:hover::before{
  background:#AC7F62;
}
.btnarrow4:hover::after{
  background:#AC7F62;
}

/**********************************************************/
/* SP*/
/**********************************************************/
@media screen and (max-width:767px){

section {
  top: 30px;
  margin-bottom: 70px;
}
section::after {
  height: 52px;
  right: 10px;
  top: -64px;
  left:auto;
}
.btnarrow5 {
  padding: 16px 0;
  width: 149px;
  margin-right: auto;
  font-size: 1.8rem;
}  
.btnarrow5::before {
  width: 18px;  
}
.btnarrow5::after {
  top: 44%;
  height: 4px;  
}
.left-contents dd.shop {
  width: 170px;
  margin-bottom: 22px;
}  
.left-contents dd {
  margin: 0 10px 23px 10px;
}  
.left-contents dd.inline {
  margin: 0 auto 10px;
}
.area1 {
  width: 105px;
  height: 28px;
  margin-right: 3px;
} 
.area2 {
  width: 53px;
  height: 28px;
  margin: 0 3px 0 12px;
}
.left-contents dd select{
  margin-bottom: 10px;
}  
.area3,.area5 {
  width: 154px;
  height: 28px;
  margin-right: 8px;
}  
.area4 {
  width: 100%;
  height: 28px;
} 
.area6 {
  width: 264px;
  height: 28px;
}
.h-adr p {
  width: 70px;
}
.cart-contents {
  display: block;
  margin: 0px auto 125px;
  padding: 0 10px;
}  
.left-contents {
    margin-top: 26px;
}
.bread-wrap {
  width: 100%;
}
.bread-contents {
  height: 208px;
  width: 171px;
  margin-bottom: 46px;
}  
.bread-contents .bread-pic {
  height: 158px;
  width: 171px;
}  
.bread-contents .bread-ttl {
  height: 26px;
  bottom: 32px;
  font-size: 1.2rem;
}  
input[type="text"], input[type="email"] {
  font-size: 1.2rem;
}
textarea {
  width: 100%;
  height: 215px;
  border-radius: 0;
}  
dd.b-dd{
  margin: 0 ;
} 
.right-contents {
  text-align: left;
  margin-top: 47px;
}  
.right-contents dd {
  padding: 11px 40px 28px;
}  
.btnarrow5,
.btnarrow4{
  margin: 0 auto;
  text-align: center;
  display: block;
}
.btnarrow4{
  margin:40px auto 20px;
  font-size: 1.5rem;
}
.quantity div.flex button:first-of-type img {
    padding-bottom: 0;
    width: 10px;
}  
.quantity div.flex button:last-of-type img {
    padding-bottom: 0;
    width: 10px;
}
::placeholder {
  font-size: 1.2rem;
  padding: 4px 8px;
}
.left-contents dt {
  padding: 9px 15px 9px 15px;
}
.asterisk {
  right: 7px;
}
.no-cate-contents {
    margin: 30px auto 173px;
    display: block;
}
.no-cate-contents .left-contents {
    margin-bottom: 174px;
}
.no-cate-contents .right-contents{
  text-align: center;
  margin-top: 0;
}

}