@charset "UTF-8";

.prev_btn {
  font-size: 16px;
  color: #ed1e79;
  text-decoration: underline;
  margin-bottom: 11px;
  display: block;
}

.bl_offer {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

/* 左ブロック */
.bl_offer_about {
  text-align: center;
  width: calc(100% - 40px - 545px);
}

.bl_offer_aboutImg {
  width: 330px;
  margin: 0 auto 13px;
}

.bl_offer_aboutNm {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.bl_offer_about_posterBox {
  display: flex;
  margin-bottom: 15px;
}

.bl_offer_about_poster:first-child {
  margin-right: 20px;
  max-width: 178px;
  min-width: 178px;
}

.bl_offer_aboutTxtBox {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.bl_offer_aboutTxt {
  display: inline-block;
  text-align: left;
  line-height: 1.3;
}

.bl_offer_aboutBtn {
  display: block;
  width: 100%;
  border: 1px solid #c8c9c9;
  border-radius: 5px;
  padding: 14px 0;
  font-size: 19px;
  font-weight: bold;
}

/* 右ブロック */
.bl_offer_detail {
  width: 545px;
}

.bl_offer_detailHead {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #888;
  text-align: center;
  padding: 9px 0;
}

.bl_offer_detailMain {
  border: 1px solid #595757;
  padding: 20px 40px 40px;
  background: #fafafa;
}

.bl_offer_detailMainWrap {
  margin-bottom: 20px;
}

.bl_offer_detailMainWrap:last-of-type {
  margin-bottom: 35px;
}

.bl_offer_detailMain_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #ed1e79;
  margin-bottom: 5px;
}

.bl_offer_detailMain_caution {
  font-size: 11px;
  color: #ff0000;
  vertical-align: text-bottom;
}

/* カレンダー本体 */
.bl_calender {
  margin-bottom: 10px;
}

.bl_calender table{
  border-collapse:collapse;
  width: 100%;
  border-spacing: 0;
  border: 1px solid #bbbbbb;
  outline: solid 2px #fff7a0;
	outline-offset: 1px;
  table-layout: fixed;
}

.bl_calender table th{
  background-color: #f5f5f5;
  color: #000;
  border: solid 1px #888;
  font-size: 14px;
  font-weight: normal;
  /* padding: 8px 0; */
}

.bl_calender table td{
  background-color: #fff;
  border:solid 1px #888;
  height: 55px;
  vertical-align: text-top;
  font-size: 15px;
  padding: 3px;
  line-height: 1;
  cursor: pointer;
}

.bl_calender tr th:first-child,
.bl_calender tr td:first-child {
  background: #ffe6e6;
}

.bl_calender tr th:last-child,
.bl_calender tr td:last-child {
  background: #f0f0ff;
}

.bl_calender_price {
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #ed1e79;
  border-radius: 100vh;
  padding: 2px 0;
  margin: 0 2px;
  transition: all ease .3s;
}

.bl_calender_include {
  /* cursor: pointer; */
}

.check-mark {
  position: relative;
}

.check-mark::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translate(-50%, -50%);
  width: 23px;
  height: 12px;
  border-left: 5px solid #ed1e79;
  border-bottom: 5px solid #ed1e79;
}

.bl_calender_coution {
  font-size: 12px;
}

.bl_offer_detailMain_btn {
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 9px 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: all ease .3s;
}

.bl_offer_detailMain_btn:hover {
  opacity: .8;
}
