@charset "utf-8";
@import url('../common/common.css');

/*---------------------------------------------------------------------------*/
.ttlBox {
  background: url(../../img/fair/bgTtl.jpg) center center no-repeat;
  background-size: cover;
  height: 225px;
  padding: 75px 0 0;
}

.txtType01 {
  font-size: 12px;
  line-height: 24px;
  padding: 25px 0 0;
}

.sectionTtl {
  font-size: 16px;
  font-weight: normal;
  padding: 60px 0 20px;
}
#openFair.sectionTtl {
  padding: 110px 0 20px;
}
.txtBar {
	background: #000000;
	font-size: 0;
	height: 1px;
	line-height: 1;
	margin: 0 auto 30px;
	width: 40px;
}

/*---------------------------------------------------------------------------*/
.fairTag {
  margin: 0 0 20px;
}
.fairTag span {
  background: #a18449;
  color: #ffffff;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0 5px 0 0;
  padding: 2px 5px;
  vertical-align: top;
}
.fairTag span.icoRecomend {
  background: #f4f0e9;
  color: #a18449;
  margin: 0;
}

/*---------------------------------------------------------------------------*/
.btnBox.calendarBtn {
  border: 1px solid #a18449;
  margin: 20px 0 0 auto;
  width: 300px;
}
.btnBox.calendarBtn a {
  background: url(/assets/img/shopCommon/icoArrow04.png) 285px center no-repeat;
  color: #a18449;
  font-size: 12px;
  padding: 12px 0 12px 20px;
  text-align: left;
}
.btnBox.calendarBtn a:hover {
  text-decoration: none;
}
.btnBox.calendarBtn a span {
  background: url(/assets/img/shopCommon/icoCalendar01.png) left center no-repeat;
  padding: 0 0 0 55px;
}

.calendarBox {
  margin: 0 0 70px;
}
.calendarL {
  float: left;
  width: 480px;
}
.calendarR {
  float: right;
  width: 480px;
}
.calendar {
  background: #faf8f4;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  padding: 28px 65px;
  text-align: center;
}
.calendar .calMonth {
  color: #a18449;
  font-family: "garamond-premier-pro", serif;
  font-size: 36px;
  line-height: 1;
}
.calendar .calYear {
  font-family: "garamond-premier-pro", serif;
  font-size: 11px;
  line-height: 1;
  padding: 2px 0 16px;
}
.calendar .calTable {
  border-right: 2px solid #faf8f4;
  border-top: 2px solid #faf8f4;
  margin: 0 0 10px;
  width: 100%;
}
.calendar .calTable tr th,
.calendar .calTable tr td {
  background: #ffffff;
  border-bottom: 2px solid #faf8f4;
  border-left: 2px solid #faf8f4;
  font-family: "garamond-premier-pro", serif;
  text-align: center;
  vertical-align: middle;
}
.calendar .calTable tr th {
  font-size: 10px;
  height: 26px;
  width: 14%;
}
.calendar .calTable tr td {
  color: #221715;
  cursor: pointer;
  font-size: 14px;
  height: 46px;
  text-decoration: underline;
}
.calendar .calTable tr td.noSelect {
  color: #e1e1e1;
  cursor: auto;
  text-decoration: none;
}
.calendar .calTable tr td:hover {
  text-decoration: none;
}
.calendar .calTable tr th.hol,
.calendar .calTable tr td.hol {
  background: #f4f0e9;
}
.calendar .calTable tr th.hol {
  color: #a18449;
}
.calendar .calTable tr td.select {
  border: 3px solid #a18449;
  color: #a18449;
}
.calendar .calPrev {
  text-align: left;
}
.calendar .calNext {
  text-align: right;
}
.calendar .calPrev a,
.calendar .calNext a {
  color: #221715;
  text-decoration: none;
}

.selectFair {
  display: none;
  padding: 0 0 70px;
}
.selectFair .selectFairTtl {
  background: #ffffff;
  font-size: 16px;
  line-height: 1;
  padding: 25px 0 20px;
  text-align: center;
}
.selectFair .fairList li {
  background: #ffffff;
  height: 300px;
  margin: 5px 0 0;
}
.selectFair .fairList li .fairImg {
  float: left;
  width: 400px;
  height:300px;
}
.selectFair .fairList li .fairData {
  display: table;
  float: right;
  padding: 30px 0;
  width: 580px;
}
.selectFair .fairList li .fairData .fairTtl,
.selectFair .fairList li .fairData .fairInfo {
  display: table-cell;
  padding: 0 30px;
  vertical-align: middle;
}
.selectFair .fairList li .fairData .fairTtl {
  text-align: center;
  width: 195px;
}
.selectFair .fairList li .fairData .fairTtl p {
  font-size: 16px;
  line-height: 1.4;
}
.selectFair .fairList li .fairData .fairTtl p span {
  font-size: 12px;
}
.selectFair .fairList li .fairData .fairInfo {
  border-left: 1px solid #f4f0e9;
  height: 240px;
  text-align: left;
}
.selectFair .fairList li .fairData .fairInfo .fairInfoTxt {
  line-height: 1.8;
}
.selectFair .fairList li .fairData .fairInfo .fairInfoLink {
  line-height:1.8;
  margin: 0 0 50px;
}
.selectFair .fairList li .fairData .fairInfo .fairInfoLink a {
  text-decoration: underline;
}
.selectFair .fairList li .fairData .fairInfo .fairInfoLink a:hover {
  text-decoration: none;
}
.btnBox.btnReserve {
  background: #a18449;
  border: 1px solid #a18449;
  height: 80px;
  width: 100%;
}
.btnBox.btnReserve a {
  background: url(/assets/img/shopCommon/icoArrow02.png) 93% center no-repeat;
  color: #ffffff;
  font-size: 14px;
  padding: 14px 0;
  text-align: center;
}
.btnBox.btnReserve a:hover {
  text-decoration: none;
}
.btnBox.btnReserve a span {
  background: none;
  font-size: 20px;
  padding: 0;
}
.btnBox.btnNoReserve {
  background: #ababab;
  border: 1px solid #ababab;
  color: #666666;
  font-size: 14px;
  height: 80px;
  padding: 14px 0;
  text-align: center;
  width: 100%;
}
.btnBox.btnNoReserve span {
  font-size: 20px;
}

.openFairList {
  padding: 0 0 120px;
}
.openFairList li {
  background: #ffffff;
  margin: 0 auto 20px;
  width: 700px;
}
.openFairList li a {
  background: url(/assets/img/shopCommon/icoArrow05.png) 670px center no-repeat;
  color: #221715;
  display: block;
  height: 180px;
  overflow: hidden;
}
.openFairList li .openFairImg {
  float: left;
  height: 180px;
  width: 240px;
}
.openFairList li .openFairInfo {
  float: right;
  padding: 20px 50px 20px 30px;
  text-align: left;
  width: 380px;
}
.openFairList li .openFairInfo .openFairDate {
  font-family: "garamond-premier-pro", serif !important;
  font-style: italic;
  font-size: 14px;
  line-height: 1;
  margin: 0 0 5px;
}
.openFairList li .openFairInfo .openFairTxt {
  font-size: 16px;
  line-height: 1.4;
}

/*---------------------------------------------------------------------------*/
.calendarBox {
  overflow: hidden;
  position: relative;
}
.calendarBox .calPrev {
  bottom: 25px;
  color : #221715;
  cursor: pointer;
  left: 90px;
  position: absolute;
}
.calendarBox .calPrev a {
  color : #221715;
  text-decoration: none;
}
.calendarBox .calNext {
  bottom: 25px;
  color : #221715;
  cursor: pointer;
  position: absolute;
  right: 70px;
}
.calendarBox .calNext a {
  color : #221715;
  text-decoration: none;
}
.calendarBox div.calendar {
  float: left;
  height: 475px;
  margin-left: 20px;
  width: 480px;
}
.calendarBox div.calendar:first-child {
  margin-left: 0;
}
.selectFair .fairList li {
  height: auto;
}