@charset "UTF-8";
/*-----------------------------------

echire_bopis.css
エシレBOPIS CSS
PC

-----------------------------------*/

/*----------------------------------- 
共通
-----------------------------------*/  
#echire {
  width: 980px;
  box-sizing: border-box;
  overflow: hidden;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 600;
}
#echire section {
  margin: 0 0 30px;    
}  
#echire .txt_attention {
  color: #d93600;
}
  

/* 見出し */
#echire .heading {
  position: relative;
  margin: 60px 0 20px;
  padding: 0;
  background: none;
  font-weight: bold;
  text-align: center;
}
#echire .heading span {
  padding: 0 20px;
  background: #fff;
  font-size: 24px;
  font-weight: bold;
}
#echire .heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 2px;
  transform: translateY(-50%);
  border-top: 1px solid #0a6ea7;
  border-bottom: 1px solid #0a6ea7;
  z-index: -1;
  content: "";
}
  
  
/*-----------------------------------
ヘッダー
-----------------------------------*/
.echire_header .image {
  width: 100%;
  margin: 0 0 20px;
}
.echire_header .image img {
  width: 100%;    
}
.echire_header .text {
  text-align: center;     
}
.echire_header .text h2 {
  color: #0a6ea7;
}
.echire_header .text p {
  margin: 15px 0;    
}
.echire_header .text a {
  color: #0a6ea7;   
}


/*-----------------------------------
お知らせ
-----------------------------------*/
.echire_announce {
  width: 100%;
  box-sizing: border-box;
  border: 2px dotted #c00;
  padding: 15px;
  line-height: 1.4;
}
.echire_announce h2 {
  color: #c00;
  text-align: center;
  margin-bottom: 0.5em;
}
.echire_announce .echire_announce_box {
  margin: 0 0 20px;    
}
.echire_announce .echire_announce_box:last-child {
  margin-bottom: 0;    
}
.echire_announce_price {
  color: #c00;
  font-size: 125%;
  margin: 1em 0;
}


/*-----------------------------------
商品の承りについて
-----------------------------------*/
.echire_product {
  width: 100%;
  box-sizing: border-box;
}
.echire_cannele{
  padding-bottom: 40px;
  border-bottom: 2px dotted #0a6ea7;
}
.echire_cannele > a{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}
.echire_cannele > a:hover {
  opacity: .7;    
}
.echire_cannele > a .echire_product_image{
  width: 40%;
  margin-right: 20px;
}
.echire_cannele > a .echire_product_image img{
  width: 100%;
}
.echire_cannele .echire_product_table{
  width: 50%;
}
.echire_notice{
  padding: 0 10px;
  margin-bottom: 10px;
  border: 1px dotted #333333;
  border-radius: 5px;
  background-color: #FFFFFF;
  color: #FF0000;
  text-align:left;
}
.echire_products_boxes{
  padding-top: 40px;
  display: flex;
  justify-content: center;
}
.echire_product .echire_product_box {
  width: calc((100% - 30px)/2);
  height: auto;
  position: relative;
}
.echire_product .echire_product_box:nth-of-type(2){
  padding-left: 30px;
  border-left: 2px dotted #0a6ea7;
}
.echire_product .echire_product_box:first-of-type,.echire_product .echire_product_box:nth-of-type(2){
  padding-right: 27px;
}

.echire_product h3 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Sans Japanese", "serif";
  color: #0a6ea7;
  font-size: 24px;
  text-align: center;
  margin-bottom: 25px;
}  
.echire_product_box .echire_product_item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.echire_product_box > a {
  color: #333;
  text-decoration: none;
}
.echire_product_box > a:hover {
  opacity: .7;    
}
.echire_product_box .echire_product_item .echire_product_image{
  width: 80%;
  margin: auto;
}
.echire_product_box .echire_product_item .echire_product_image img {
  width: 100%;
}
.echire_product_table{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
}
.echire_product_table p {
  margin: 20px auto 15px;
  line-height: 1.5;
  width: 80%;
} 
.echire_product_box .echire_product_table p {
  height: 80px;
} 
.echire_product_table p span{
  color: #FF4447;
} 
.echire_product_table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #0a6ea7;
  padding: 10px;
  font-size: 15px;
}
.echire_product_table th {
  color: #fff;
  background: #0a6ea7; 
  padding: 10px;
  border-right: 1px solid #fff;
}
.echire_product_table th:last-child {
  border-right: none;
}
.echire_product_table td {
  padding: 10px;
  border: 1px solid #0a6ea7; 
  height: 50px;
}

/*＿＿＿＿＿＿購入ボタン＿＿＿＿＿＿*/
.buy_button{
  margin-top: 35px;
  text-align: center;
  transition: .3s all;
}
.buy_button a{
  padding: 10px 45px 10px 30px;
  text-decoration: none;
  color: #fff;
  background-color: #b01723;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  transition: .3s all;
  border-radius: 40px;
}
.buy_button a::after{
  content: "";
  display: block;
  position: absolute;
  top: 37%;
  right: 25px;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(-135deg);
  transition: .3s all;
}
.buy_button a:hover::after{
  content: "";
  display: block;
  position: absolute;
  top: 37%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(-135deg);
}
.echire_wrap{
  margin-top: 50px;
  display: flex;
}
.echire_wrap > section{
  width: calc((100% - 60px)/2);
}

/*-----------------------------------
ご注文から受取りまでの流れ
-----------------------------------*/
#echire .echire_order {
  box-sizing: border-box;
  margin-right: 60px;
}
.echire_order_box .echire_order_item {
  flex-basis: 320px;
  margin: 0 0 15px 0;
  border: 1px solid #0a6ea7;
}
.echire_order_item .echire_order_title {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #0a6ea7;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.echire_order_item .echire_order_inner {
  margin: 0;
  padding: 15px;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.echire_order_item:nth-of-type(3) .echire_order_inner {
  margin: 0;
  padding: 15px;
  font-size: 15px;
  display: block;
}
.echire_order_item:nth-of-type(3) .txt_attention {
  margin-bottom: 5px;
}
.echire_order_item .echire_order_inner img {
  width: 20%;    
}
.echire_order_item .echire_order_inner .echire_order_desc {
  margin: 15px 0 15px 15px;    
}
.echire_order_item .echire_order_inner .echire_order_contact {
  margin: 15px 0 0;
  font-size: 15px;
}
.echire_order_item .echire_order_inner .echire_order_contact h4{
  font-weight:1000;
  position: relative;
  padding-left: 10px;
  color: #0a6ea7;
}
.echire_order_item .echire_order_inner .echire_order_contact h4::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 25%;
  left: 0;
  background: #0a6ea7;
}
.echire_order_item .echire_order_inner .echire_order_contact span {
  font-weight: 1000;
  font-size: 18px;
}


/*-----------------------------------
お受け取り場所
-----------------------------------*/

.echire_place img {
  width: 100%;   
  
}

