@charset "UTF-8";

/* ーーーーーーーーーーフォントーーーーーーーーーー */
@font-face {
  font-family: 'Allura';
  src: url(../fonts/Allura-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'ZenKakuGothicAntique-Regular';
  src: url(../fonts/ZenKakuGothicAntique-Regular.ttf);
}
.en-font {
  font-family: "Times New Roman", serif;
}

/* ーーーーーーーーーー全体ーーーーーーーーーー */
html, body {
  color: #64554b;
  font-family: 'ZenKakuGothicAntique-Regular';
}

/* ーーーーーーーーーー template0_fair ーーーーーーーーーー */
.pickup-fair-list-container {
  color: #fff;
}

/* ーーーーーーーーーー template1_fair ーーーーーーーーーー */
.fairsearch h2 span, main>.recommendfair h2 span {
  color: #e3b800;
}
.recommendfair .more a {
  background-color: #e3b800;
}

/* ーーーーーーーーーー template2_plan ーーーーーーーーーー */
.pickup-plan-list-container {
  color: #64554b;
}

/* ーーーーーーーーーー template3_review ーーーーーーーーーー */
.review-index-btn-wrapper,
.review-index-btn-wrapper .review-index-btn {
  color: #fff;
  background-color: #e3b800;
}

/* ーーーーーーーーーー template4_new ーーーーーーーーーー */
#newsIframe1 .news-wrap .right-box {
  background-color: #f5f5f2;
}