@charset "UTF-8";

/*クーポン******************************************/
.pc table{
  border-collapse: collapse;
  width: 100%;
  background-color: white;
  border-left: 1px solid #a09f9f;
}
#coupon ul{
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}
.pc li{
  margin: 10px 0;
}
td.couponditail,.zigzag{
  position: relative;
}
.couponli th{
  width: 250px;
  height: 90px;
  color: #db0700;
  font-size: 20px;
  border-right: 1px dashed #a09f9f;
  border-top: 1px solid #a09f9f;
  border-bottom: 1px solid #a09f9f;
  text-align: center;
  z-index: 3;
  font-family: 'Yu Gothic UI','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  padding: 2px 4px;
}
.coupon_top{
  height: 130px;
  width: 267px;
  margin: 8px;
  padding: 5px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-collapse: unset;
  border-radius: 2000px;
  border-left: 20px double #00b800;
}
td.couponditail{
  width: 310px;
  height: 90px;
  padding: 0;
  border-top: 1px solid #a09f9f;
  border-bottom: 1px solid #a09f9f;
  border-bottom: 1px solid #a09f9f;
  z-index: 1;
  font-size: 12px;
  background-color: white;
}
.couponditail ul{
  padding-left: 20px !important;
  list-style: disc !important;
}
.couponditail li{
  margin: 5px 0 !important;
}
.zigzag{
  padding: 0;
  width: 20px;
  height: 150px;
  background:
	  linear-gradient(45deg, transparent 64.27%, #a09f9f 64.27%, #a09f9f 66.67%, transparent 0%),
		linear-gradient(135deg, transparent 64.27%, #a09f9f 64.27%, #a09f9f 66.67%, transparent 0%);
  background-size: 30px 30px;
  z-index: 2;
  right: 9.76px;
}
.coupon_big{
  font-size: 50px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
}
.coupon_big_birth{
  font-size: 23px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
}
.couponli h6{
  font-size: 12px;
  margin: 3px 0 0;
  font-weight: normal;
  font-family: "M PLUS Rounded 1c", メイリオ, Meiryo, sans-serif;
}
.couponli p{
  margin-left: 15px;
  font-size: 11px;
}


/*店舗詳細******************************************/
#storedetail table{
  font-size: 13px;
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}
#storedetail th,#storedetail td{
  border: 1px solid #c7c7c7;
  padding:8px;
}
#storedetail th{
  background-color: #f1ede4;
  text-align: center;
  width: 7em;
}
#storedetail td{
  background-color: white;
}
#gmap{
  height: 100px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 10px;
}
#gmap iframe{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.corona{
  color: #FF3D31;
  font-size: 13px;
}
#info{
  font-size: 12px;
}

/*モバイル総合 iphone6.7.8plus用**********************************************************************************/
@media (max-width:767px){
  #coupon{
    background-color: #fcf4e6;
  }

  /*クーポン*****************************************/
  #coupon h2{
    margin: 0;
    background-image: unset;
    background-color: #fa8e00;
    color: white;
    border: unset;
  }
  .mobile_coupon{
    margin: 15px 10px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 5px #a3a3a3;
  }
  .coupon_margin{
    height: 15px;
  }
  .mobile_coupon h6{
    height: 130px;
    width: 394px;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding-top: 0;
    text-align: center;
    font-size: 20px;
    font-family: 'Yu Gothic UI','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    border-top: 20px double #00b800;
  }
  .mobile_coupon_big{
    font-size: 40px;
    color: red;
    font-weight: bolder;
    font-family: "M PLUS Rounded 1c";
  }
  .mobile_coupon_big_birth{
    font-size: 35px;
    color: red;
  }
  .mobile_coupon ul{
    list-style: disc !important;
  }
  .mobile_coupon table{
    width: 100%;
  }
  .mobile_coupon th{
    width: 25%;
    font-size: 12px;
    font-weight: normal;
    vertical-align: top;
  }
  .mobile_coupon td{
    width: 75%;
    font-size: 12px;
  }
  .coupon_mobile p{
    font-size: 12px;
  }
  

  /*店舗詳細******************************************/
  #storedetail th,#storedetail td{
    font-size: 11px;
  }
  .corona{
    font-size: 11px;
  }
  #access h3{
    margin: 0 0 5px 10px;
  }
}



/*iphone6,6s,7,8用**********************************************************************************/
@media (max-width:380px){
  /*クーポン******************************************/
  .mobile_coupon_big_birth{
    font-size: 29px;
  }

  /*店舗詳細******************************************/
  #storedetail th,#storedetail td{
    font-size: 10px;
  }
  .corona{
    font-size: 10px;
  }
  #access h3{
    margin: 0 0 5px 10px;
  }
}


/*Moto G4,Galaxy用*/
@media (max-width:370px){

}


/*iphone5s,iphoneSE用***********************************************************************************/
@media (max-width:320px){
  /*クーポン******************************************/
  .mobile_coupon_big{
    font-size: 33px;
  }
  .mobile_coupon_big_birth{
    font-size: 28px;
  }
  .mobile_coupon li{
    font-size: 10px;
  }
  .mobile_coupon th{
    font-size: 10px;
  }
  .coupon_mobile p{
    font-size: 10px;
  }
  
  #storedetail th,#storedetail td{
    font-size: 9px;
  }
  .corona{
    font-size: 9px;
  }
  #access h2{
    font-size: 18px;
  }
  #access h3{
    font-size: 16px;
  }

}