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

bimimansai.css
年末美味満載市 CSS
PC

-----------------------------------*/
#bimimansai section {
  width: 780px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 50px;
}
#bimimansai .txt_attention {
  color: #d93600;
}


/*
ヘッダー
-----------------------------------*/
#bimimansai section.bimimansai_header {
  margin: 0;
}
.bimimansai_header .title {
  margin: 0;
  padding: 8px;
  background: #d3be5c;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.bimimansai_header .image {
  width: 100%;
  margin-bottom: 0;
}
#bimimansai .header {
  margin: 0 0 30px;
}
#bimimansai .header .image {
  width: 780px;
  margin: 0 0 20px;
}
#bimimansai .header .image img {
  width: 100%;
}
#bimimansai .header .text {
  line-height: 1.5;
  margin: 0 0 15px;
}

/*
承り期間
-----------------------------------*/
.bimiReserve {
  width: 100%;
}
.bimiReserveBox {
  width: 780px;
  margin-bottom: 20px;
  border-collapse: collapse;
  border: 1px solid #797979;
  font-size: 16px;
  line-height: 1.5;
}
.bimiReserveBox th {
  white-space: nowrap;
  background: #797979;
  border-bottom: 1px solid #fff;
  padding: 15px;
  color: #fff;
  font-weight: bold;
}
.bimiReserveBox .hiyoshi, .bimiReserveBox .owatashi {
  border-bottom: 1px solid #797979;
}
.bimiReserveBox td {
  width: 60%;
  color: #333;
  padding: 15px;
  border: 1px solid #797979;
}
/*
お渡し期間
-----------------------------------*/
.bimiOwatashi .bimiOwatashiDate {
  color: #797979;
  font-size: 18px;
  font-weight: bold;
}
/*
お渡し店舗
-----------------------------------*/
.bimiStoreBox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  box-sizing: border-box;
  margin: 20px 0;
}
.bimiStoreBox-list {
  width: 480px;
  margin: 0 20px 20px 0;
  font-size: 18px;
  overflow: hidden;
}
.bimiStoreBox-list:nth-child(even) {
  margin-right: 0;
}
.bimiStoreBox-listBtn {
  display: block;
  position: relative;
  padding: 20px;
  border: solid 2px #ceb342;
  background: #ceb342;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.bimiStoreBox-listBtn:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}
.bimiStoreBox-listBtn:hover {
  background: #fff;
  color: #ceb342;
  text-decoration: none;
}
.bimiStoreBox-listBtn:hover:after {
  border-top: solid 2px #ceb342;
  border-right: solid 2px #ceb342
}
/*
さっぽろ店限定プレゼント　
-----------------------------------*/
.SapporoCoupon {
  width: 100%;
  border: 1px solid #c5ab35;
  margin: 0;
}
.SapporoCoupon h2 {
  color: #fff;
  background: #c5ab35;
  margin: 0;
  padding: 15px;
}
.SapporoCoupon h3 {
  color: #c5ab35;
  margin: 0 0 0.5em;
}
.SapporoCoupon .SapporoCoupon_Box {
  margin: 0;
  padding: 15px;
}
.SapporoCoupon .SapporoCoupon_Box .SapporoCoupon_text {
  margin: 0 0 1em;
  line-height: 1.5;
}
.SapporoCoupon .SapporoCoupon_Box .SapporoCoupon_text:last-child {
  margin-bottom: 0;
}
.SapporoCoupon strong {
  color: #c5ab35;
}

/*
バナー
-----------------------------------*/
.TentouBanner {
  width: 100%;
  margin: 0 0 20px;
}
.TentouBanner img {
  width: 100%;
  max-width: 980px;
}
.TentouBanner a:hover {
  opacity: .6;
}
.TentouBanner_Item {
  margin: 0 0 20px;    
}
.TentouBanner_Item .TentouBanner_Text {
  margin-top: 15px;
}
.TentouBanner_Item .TentouBanner_Text h2 {
  text-align: center;
}
/* 文字色変更 */
.TentouBanner_Item.echire {
  color: #0a6ea7;
}
.TentouBanner_Item.AnniversaryCake {
  color: #6c3524;
}

ボタン追加
a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #212121;
	color: #212121;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background: #212121;
}