@charset "UTF-8";
/* ================================
*
* 共通
*
* ================================ */
.main {
  padding-bottom: 5%;
}

.section_btn {
  width: 90%; 
  margin: 5% auto;

  text-align: center;
}
.section_btn .btn {
  width: 100%;
  height: auto;
  margin-bottom: 3%;
}
.section_btn .btn a {
  font-size: 15px;
  line-height: 1.4;
  line-height: 63px;

  display: block;

  width: 100%;
  height: 63px;
  padding: 0;

  color: #5e4b46;
  border: none; 
  background: #9dccd0;
}
.section_btn .btn a::after {
  border-left: 5px solid #5e4b46;
}
.section_btn .btn:nth-child(1) {
  border: none;
}
.section_btn .btn:nth-child(1) a {
  color: #fff;
}
.section_btn .btn:nth-child(2) {
  border-top: 1px solid #5e4b46;
  border-bottom: 1px solid #5e4b46;
}
.section_btn .btn:nth-child(2) a {
  background: none;
}
.section_btn .btn.btn0020 {
  border-top: 1px solid #5e4b46;
  border-bottom: 1px solid #5e4b46;

}
.section_btn .btn.btn0020 a {
  background: none;
  color: #5e4b46!important;
}

/*---------------------------------------------------
Pager
---------------------------------------------------*/
.pager {
  position: relative;

  clear: both;

  padding-top: 7%;
}

.pager .next {
  position: absolute;
  right: 0;
  bottom: -20px;

  text-align: center;
}

.pager .next a {
  display: block;

  padding: 6px 15px;

  color: #fff;
  background: #5e4b46;
}

.pager .before {
  position: absolute;
  bottom: -20px;
  left: 0;

  text-align: center;
}

.pager .before a {
  display: block;

  padding: 6px 15px;

  color: #fff;
  background: #5e4b46;
}

/* ================================
*
* 新着＆ブログ
*
* ================================ */
/*---------------------------------------------------
News_index
---------------------------------------------------*/
.section_news .txt_box {
  margin-top: 12px;
}

.main_news .container {
  margin-bottom: 10%; 
  padding: 0px 15px 0;
}

.main_news .container02 {
  padding: 0;
}

.section_list {
  margin: 0px 0px 0;
}
.section_list .box {
  position: relative;

  display: block;
  float: left;

  width: 48%;
  margin-right: 4%;
  margin-bottom: 15px;

  cursor: pointer;
  text-align: left;
}
.section_list .box:last-child {
  margin-bottom: 0;
}
.section_list .box a {
  display: block;
}
.section_list .box:nth-child(2n) {
  margin-right: 0;
}
.section_list .box:nth-child(2n+1) {
  clear: left;
}

.section_list .ph {
  position: relative;

  overflow: hidden;

  width: 100%;
  height: 0;
  margin-bottom: 10px; 
  padding-bottom: 66%;
}
.section_list .ph img {
  width: 100%;
}

.section_list .box .ph {
  position: relative;

  overflow: hidden;

  width: 100%;
  height: 0;
  margin-bottom: 6px; 
  padding-bottom: 100%;
}
.section_list .box .ph img {
  width: 100%;
}

.section_list .icon_box {
  overflow: hidden; 

  height: auto;
  margin-bottom: 0px;
}
.section_list .icon_box .icon {
  padding: 1px 0px;
}

.section_list .icon_box.special .icon {
  font-size: 12px;
  line-height: 18px; 
  padding: 2px 6px;
  border-radius: 5px;
}

ul.icon_box.special li.icon {
  font-size: 12px;

  margin-bottom: 5px;
  padding: 2px 7px;

  border-radius: 5px;
}

.section_list .box .tit {
  font-size: 13px;
  line-height: 1.5;

  overflow: hidden;

  margin-bottom: 2px;

  text-align: left;
}

.section_list .box .date {
  font-size: 12px;

  letter-spacing: 1px;
}

.section_list .box .ph.new:after {
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  line-height: 50px;

  position: absolute;
  z-index: 1000;
  top: 5%;
  left: 5%;

  display: block;

  width: 45px;
  height: 45px;

  content: "NEW";
  text-align: center;
  letter-spacing: 0px;

  color: #fff;
  border-radius: 50%;
  background: #f47e20;
}

.section_list .box .bnr_area {
  width: 100%;
  padding: 20px 0 40px;

  text-align: center;
}
.section_list .box .bnr_area img {
  width: 100%;
}

.section_list .box .txtbox .date {
  margin-bottom: 10px;
}

.section_list .box .txtbox .tit {
  font-size: 120%; 
  font-weight: normal;

  margin: 0px 0px 15px 0px;
  padding: 0px 0 5px;

  text-align: center;

  border-bottom: 1px dotted #5e4b46;
}

.section_list.no01 .box {
  display: block;
  float: none;

  width: 100%;
  margin-right: 0;
  margin-bottom: 10%;

  text-align: left;
}

.section_list h3.tit {
  font-size: 16px;

  margin-top: 20px;
  margin-bottom: 5%;
  padding: 6px 0px 8px;

  text-align: center;
  letter-spacing: 1.0px; 

  border-top: 1px solid #5e4b46;
  border-bottom: 1px solid #5e4b46;
}

.section_list h3.tit.tit_category {
  margin-top: 0;
}

.category_list {
  font-size: 13px;

  margin-bottom: 20px; 
  padding: 10px 5px;

  text-align: left;

  border-top: 1px solid #5e4b46;
  border-bottom: 1px solid #5e4b46;
}
.category_list li {
  display: inline-block;
}
.category_list li::after {
  content: "・";
}
.category_list li:last-child::after {
  content: "";
}
.category_list li a {
  padding: 0 3px;
}

/*---------------------------------------------------
archive
---------------------------------------------------*/
.section_archive {
  margin-top: 14%;
}

.archive {
  position: relative;
  z-index: 99; 

  margin: 0 0 30px;
  padding: 0;
}
.archive a {
  text-decoration: none;
}
.archive .side_tit {
  font-size: 15px;
  font-weight: 400;

  width: 100%; 
  padding: 5px 0;

  text-align: center;
  letter-spacing: 1px;

  color: #fff;
  background: #5e4b46;
}
.archive .nextback {
  position: relative;

  overflow: hidden;

  width: 100%;
  height: 44px;

  text-align: center;

  background: #f0f0f0;
}

.main_news .archive:last-child {
  margin: 0;
}

.archive .nextback .back,
.archive .nextback .next {
  width: 20%;
}

.archive .nextback .back {
  float: left;
}

.archive .nextback .next {
  float: right;
}

.archive .nextback .back a,
.archive .nextback .next a {
  font-size: 1.1em; 
  line-height: 44px;

  position: relative;

  display: block;

  width: 100%;
  height: 44px;
  padding: 0;
}

.archive .nextback .back a:hover,
.archive .nextback .next a:hover {
  text-decoration: none; 

  color: #b60000;
}

.archive .nextback .back a span,
.archive .nextback .next a span {
  font-size: 12px; 
  font-weight: 400;

  position: relative;

  display: block;
}

.archive .nextback .back a span:before,
.archive .nextback .next a span:after {
  font-size: 7px;

  position: absolute;
  top: 0; 

  display: block;

  content: "▼";
}

.archive .nextback .back a span:before {
  left: 3px;

  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.archive .nextback .next a span:after {
  right: 3px;

  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.archive .nextback p.yearbox {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;

  position: absolute;
  top: 0;
  left: 50%;

  width: 40%;
  margin-left: -20%; 
  padding: 12px 0 0;

  text-align: center;
}

.archive ul li a {
  position: relative; 

  display: block;

  box-sizing: border-box;
  width: 100%;
  padding: 9px 34px 8px;

  color: #333;
  border-bottom: 1px solid #e3d9d8;
}
.archive ul li a::before {
  font-size: 7px;

  position: absolute;
  top: 12px;
  left: 20px;

  display: block;

  content: "▼";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.archive ul li a:hover {
  color: #b60000;
}

.main_news {
  margin-bottom: 10%;
}
.main_news .article_h2 {
  margin-bottom: 4%;
}
.main_news .section_detail .unit .ph {
  padding-top: 0%;
}
.main_news .section_detail .unit .ph.new:after {
  line-height: 65px; 

  position: absolute;
  top: 3%;
  left: 10px;

  display: block;

  width: 65px;
  height: 65px;

  content: "NEW";

  background-size: 45px 45px;
}

/*---------------------------------------------------
detail
---------------------------------------------------*/
.section_detail {
  margin-bottom: 20px;
  padding: 0 5%;

  background: #fff;
}

.section_detail .inner.detail,
.section_detail .inner.detail div,
.section_detail .inner.detail ul {
  -webkit-transform: none;
          transform: none; 

  opacity: 1.0;
}

.section_detail .unit .ph {
  position: relative; 

  overflow: hidden;

  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.section_detail .unit .ph img {
  width: 100%;
}

.section_detail .unit .icon_box {
  margin-bottom: 6px;
}

.section_detail .unit .ph.new:after {
  position: absolute;
  top: 0;
  left: 0; 

  display: block;

  width: 45px;
  height: 45px;

  content: "NEW";

  background-size: 45px 45px;
}

.section_detail .unit .txtbox {
  text-align: center;
}

.section_detail .unit .tit {
  font-size: 16px;
  line-height: 1.6;
}

.section_detail .unit .date {
  font-size: 16px;

  margin-top: 10px; 
  margin-bottom: 5px;
}

.section_detail .cnt_box {
  padding: 10px;
}

/* ================================
*
* レポート
*
* ================================ */
/*---------------------------------------------------
Reprt_index
---------------------------------------------------*/
.main_report .bnr_box,
.section_report_list .bnr_box {
  margin: 0 5% 5%;

  text-align: center;
}

.section_report_list .bnr_box .bnr {
  margin-bottom: 2%;
}

.main_report .section_index {
  padding: 0 10px;
}
.main_report .section_index li:first-child {
  margin-bottom: 10px;
}

.section_report_list {
  margin: 0 15px 0;
}

.section_report_list .box {
  position: relative;

  display: block;
  float: left;

  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;

  cursor: pointer;
  text-align: left;
}

.section_report_list .box:last-child {
  margin-bottom: 0;
}

.section_report_list .box a {
  display: block;
}

.pager {
  padding-top: 13%;
}

.pager .next {
  bottom: 0;
}

.section_report_list .box:nth-child(2n) {
  margin-right: 0;
}

.section_report_list .box:nth-child(2n+1) {
  clear: left;
}

.section_report_list .ph {
  position: relative;

  overflow: hidden;

  width: 100%;
  height: 0;
  margin-bottom: 10px; 
  padding-bottom: 66%;
}

.section_report_list .ph img {
  width: 100%;
}

.section_report_list .box .ph {
  position: relative;

  overflow: hidden;

  width: 100%;
  height: 0;
  margin-bottom: 10px; 
  padding-bottom: 100%;
}

.section_report_list .box .ph img {
  width: 100%;
}

.section_report_list .box .tit {
  font-size: 13px;
  line-height: 1.5;

  overflow: hidden;

  margin-top: 5px;

  text-align: left;
}

.section_report_list .box .date {
  font-size: 12px;

  margin-bottom: 5px; 

  letter-spacing: 1px;
}

.section_report_list .box .ph.new:after {
  position: absolute;
  top: 0;
  left: 0; 

  display: block;

  width: 45px;
  height: 45px;

  content: "NEW";

  background-size: 45px 45px;
}

.section_report_list .bnr_area {
  width: 100%;
  padding: 20px 0 40px;

  text-align: center;
}

.section_report_list .bnr_area img {
  width: 100%;
}

.section_report_list .txtbox .date {
  margin-bottom: 10px;
}

.section_report_list .txtbox .tit {
  font-size: 120%; 
  font-weight: normal;

  margin: 0px 0px 15px 0px;
  padding: 0px 0 5px;

  text-align: center;

  border-bottom: 1px dotted #5e4b46;
}

/*---------------------------------------------------
section_report_article
---------------------------------------------------*/
.section_report_article {
  margin-bottom: 30px; 
  padding: 0px 15px;

  background: #fff;
}

.section_report_article.detail,
.section_report_article.detail .inner,
.section_report_article.detail .report_name,
.section_report_article.detail .report_tit,
.section_report_article.detail .report_people,
.section_report_article.detail .report_data,
.section_report_article.detail .icon,
.section_report_article.detail .photo01.main {
  -webkit-transform: none;
          transform: none; 

  opacity: 1.0;
}

.report_data {
  text-align: center;
}
.report_data .report_date {
  line-height: 1.0; 

  margin-bottom: 15px;
}
.report_data .icon_box {
  margin-bottom: 7%;
}

.tbl_report {
  margin: 0 auto 0px;

  border-collapse: collapse;

  text-align: left;
  vertical-align: middle;
}
.tbl_report dt {
  display: inline-block;

  width: auto;
  margin-bottom: 3px;
  padding: 3px 13px;

  text-align: center;
  vertical-align: top;

  color: #fff;
  background: #5e4b46;
}
.tbl_report dd {
  font-size: 14px; 

  display: inline-block;

  margin-left: 15px;

  text-align: left;
}
.tbl_report dd:last-child {
  padding-right: 0;
}

.report_tit {
  font-size: 14px;

  margin-bottom: 20px; 

  text-align: center;
}

.report_name {
  font-size: 16px;

  margin-bottom: 10px; 

  text-align: center;
}

.report_people {
  font-size: 13px;

  margin-top: 20px;
  margin-bottom: 10px; 

  text-align: center;
}
.report_people p {
  display: inline-block;

  margin-bottom: 0 !important;
  padding: 0 10px;
}

.section_report_article .main_block {
  margin: 0px;
}

.section_report_article .main_block .photo01,
.section_report_article .main_block .photo02 {
  margin: 0px 10px;
}

.section_report_article p {
  margin-bottom: 20px;
}

.section_report_article .photo01.main {
  margin-bottom: 0;
}

.section_report_article p {
  font-size: 15px;
  line-height: 2;

  text-align: center;
}

.section_report_article .photo01 img {
  display: block;

  width: 100%;
}

.section_report_article .photo01,
.section_report_article .photo02 {
  margin: 0 0 5px; 

  *zoom: 1;
}

.section_report_article .photo02:after {
  font-size: 0;

  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: " ";
}

.section_report_article .photo02 li {
  overflow: hidden;

  width: 49%;
}

.section_report_article .photo02 li:first-child {
  float: left;

  margin-right: 2%;
}

.section_report_article .photo02 li:last-child {
  float: right;
}

.section_report_article .photo02 li img {
  display: block;

  height: auto;
}

.section_report_article .unit_faq {
  margin: 20px 0 20px;
}

.section_report_article .unit_faq dt,
.section_report_article .unit_faq dd {
  font-size: 12px;
  line-height: 1.6;
}

.section_report_article .unit_faq dt {
  font-size: 14px; 
  font-weight: bold;
}

.section_report_article .unit_faq dd:last-child {
  margin-bottom: 0;
}

.section_report_article .unit_data {
  margin-top: 20px;
}

.section_report_article .unit_data table {
  width: 100%;

  border-collapse: collapse;

  border-top: 1px #ccc solid;
}

.section_report_article .unit_data tr {
  border-bottom: 1px #ccc solid;
}

.section_report_article .unit_data td {
  font-size: 12px;

  padding: 10px;
}

.section_report_article .unit_data th {
  font-weight: bold;

  width: 34%;
  padding: 10px; 

  text-align: left;

  background: #f7f2ee;
}

.section_report_article.new {
  position: relative;
}

.section_report_btn ul {
  width: 60%;
  margin: 0 auto;
}
.section_report_btn ul li {
  line-height: 0;

  float: left;

  margin-right: 4px;
}
.section_report_btn ul li:last-child {
  margin-right: 0;
}

/*---------------------------------------------------
other_report
---------------------------------------------------*/
.main_report .other_report {
  position: relative;

  margin: 0 10px;
  padding: 0;

  text-align: left;

  background: none;
}
.main_report .other_report .unit {
  position: relative;

  margin: 0 10px 10px;

  text-align: left;

  border: solid 1px #ccc;
}

.main_report .other_report
.main_report .other_report .unit.out_of_range {
  display: none;
}

.main_report .other_report .unit a {
  display: block;

  background: #fff;
}

.main_report .other_report .unit::after {
  position: absolute;
  z-index: 99;
  right: 7px;
  bottom: 7px;

  display: block;

  width: 0;
  height: 0;
  margin-top: -3px;

  content: "";
  transition-duration: 200ms;

  border: 3px solid transparent;
  border-left: 5px solid #5e4b46;
}

.main_report .other_report .unit .ph {
  float: left;
  overflow: hidden;

  width: 40%;
  height: 0;
  margin-right: 2%;
  padding-bottom: 40%;
}
.main_report .other_report .unit .ph img {
  width: 100%;
  height: auto;
}

.main_report .other_report .unit .box {
  float: right;

  width: 55%;
  padding: 2% 1% 2% 0;
}
.main_report .other_report .unit .box .tit {
  font-size: 14px;
  line-height: 1.5;

  overflow: hidden;

  max-height: 55px;
  margin-bottom: 2px;
}
.main_report .other_report .unit .box .catch {
  overflow: hidden;

  height: 28px;
}
.main_report .other_report .unit .box .icon_box {
  overflow: hidden;

  max-height: 23px;
  margin-top: 3px;
}

/* ================================
*
* フェア
*
* ================================ */
/*---------------------------------------------------
Fair_index
---------------------------------------------------*/
.main_fair .section_list {
  padding: 0 5%;
}
.main_fair .section_list .txt {
  font-size: 15px;
  line-height: 1.2;

  overflow: hidden;

}

.main_fair .section_btn {
  margin-bottom: 0;
}

/*---------------------------------------------------
Day
---------------------------------------------------*/
.main_fair h3.tit_category {
  font-size: 14px;

  margin-bottom: 15px;
  margin-bottom: 15px;
  padding: 10px 5px 10px 15px;

  text-align: left;
  letter-spacing: 1.0px;

  color: #fff;
  background: #5e4b46;
}

.main_fair .fair_list {
  margin-bottom: 10%; 
  padding: 0 5%;
}
.main_fair .fair_list .unit {
  position: relative;

  display: inherit; 

  margin: 0 0px 10px;
  padding: 0;

  text-align: left;

  border: solid 1px #ccc;
}
.main_fair .fair_list .unit a {
  display: block;

  background: #fff;
}
.main_fair .fair_list .unit .ph {
  position: relative;

  float: left;
  overflow: hidden;

  width: 38% !important;
  height: 0;
  margin-right: 3%;
  padding-bottom: 38%;
}
.main_fair .fair_list .unit .ph img {
  position: absolute;
  top: 50%;
  left: 50%;

  width: auto;
  /* 画像の最大サイズは枠の1.5倍まで */
  max-width: 150%;
  height: 100%;
  max-height: 150%;

  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main_fair .fair_list .unit .box {
  position: absolute;
  top: 50%;
  right: 1%;

  float: left;

  width: 59%;

  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); 
  text-align: left;
}
.main_fair .fair_list .unit .icon {
  font-size: 11px;

  overflow: hidden;

  max-height: 44px;

  color: #fff;
}
.main_fair .fair_list .unit .icon span {
  display: inline-block;

  margin-bottom: 3px;
  padding: 0 3px;
}
.main_fair .fair_list .unit .tit {
  line-height: 1.2em;

  overflow: hidden;

}
.main_fair .fair_list .icon_box {
  overflow: hidden;

  max-height: 22px;
  margin-bottom: 3%;
}
.main_fair .fair_list .title.ellipsis {
  line-height: 1.5;

  overflow: hidden;

}
.main_fair .fair_list .txt_box {
  padding: 10px 6px;
}

.main_fair .day_list.fair_list .txt_box {
  position: absolute;
  z-index: 999; 
  top: 50%;
  right: 0;

  width: 57%;

  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main_fair button.slick-next.slick-arrow {
  position: absolute;
  z-index: 9999;
  top: -40% !important;
  right: 1%;

  width: 20px;
  height: 20px;
}
.main_fair button.slick-next.slick-arrow::after {
  display: none;
}

.main_fair button.slick-prev.slick-arrow {
  position: absolute;
  z-index: 9999;
  top: -40% !important;
  left: 3%;

  width: 20px;
  height: 20px;
}
.main_fair button.slick-prev.slick-arrow::after {
  display: none;
}

/* Fair_detail
---------------------------------------------------*/
.section_fair_main {
  padding: 0 5% 5%;

  background: #fff;
}

.section_fair_main.detail,
.section_fair_main.detail .inner,
.section_fair_main.detail .unit,
.section_fair_main.detail .unit div,
.section_fair_main.detail .unit ul {
  -webkit-transform: none;
          transform: none;

  opacity: 1.0;
}

.section_fair_main .info_box {
  text-align: center;
}

.section_fair_main .ficon {
  text-align: center;
}

.section_fair_main .date {
  font-size: 13px;

  margin-bottom: 10px;
}

.section_fair_main .data02 tbody tr {
  border: 1px #111 solid;
}

.section_fair_main table {
  border-spacing: 0;
  border-collapse: collapse;
}

.section_fair_main .data02 th {
  font-weight: bold;

  padding: 5px 4px;

  letter-spacing: 1px;

  color: #fff;
  border-right: 1px solid #5e4b46;
  background: #5e4b46;
}

.section_fair_main .data02 td {
  border: solid 1px #5e4b46;
}

.section_fair_main .data02 td:last-child {
  padding: 10px 20px;
}

.section_fair_main .data02 th:nth-child(1) {
  width: 30%;

  text-align: center;
}

.section_fair_main .title {
  font-size: 18px;
  font-weight: 500;

  margin-bottom: 5px;
}

.section_fair_main .icons {
  margin-top: 10px;

  text-align: center;

  color: #fff;
}

.section_fair_main .stit {
  margin-bottom: 3%;
}

.section_list .icons {
  overflow: hidden;

  height: 20px;
  margin-bottom: 5px;
}

.section_rec .icons {
  margin-bottom: 10px;

  text-align: center;
}

.section_fair_main .icons li,
.section_rec .icons li,
.section_list .icons li,
.icons span.category {
  font-size: .85em;
  line-height: 1.1em;

  display: inline-block;
  float: none !important;

  width: auto !important;
  margin-right: 3px !important;
  margin-bottom: 2px;
  padding: 4px 10px 4px;

  text-align: center;

  color: #fff;
}

.section_fair_main .txt {
  font-size: 15px;

  margin-bottom: 10px !important;
}

.section_fair_main .section_inner {
  margin-bottom: 36px;
}

.section_fair_main .photo {
  overflow: hidden;

  width: 100%;
  margin: 20px 0;
}

.section_fair_main .photo img {
  width: 100%;
}

.ficon {
  margin-top: 5px;
  margin-bottom: 10px;
  /*display: block;*/

  text-align: left;
}

.section_detail .ficon {
  text-align: center;
}

.ficon .special {
  font-size: 10px;
  line-height: 1em;

  display: inline;

  margin: 0 3px 2px 0;
  padding: 2px 10px 3px;

  white-space: nowrap;

  color: #fff;
}

.ficon .special01 {
  background: #c63504;
}

.ficon .special02 {
  background: #c79600;
}

.ficon .special03 {
  background: #c9a389;
}

.ficon .special04 {
  background: #95a977;
}

.ficon .special05 {
  background: #d7a06a;
}

.section_fair_main .data {
  /*margin-bottom: 20px;*/
}

.section_fair_main .data.date_box {
  padding: 10% 0 0;
}

.section_fair_main .data.date_box .tit {
  font-size: 16px;
  line-height: 1.0;

  padding-bottom: 3%;

  text-align: center;
}

.section_fair_main .data.date_box th,
.section_fair_main .data.date_box td {
  font-size: 12px;

  border: none;
}

.section_fair_main .data.date_box td {
  text-align: left;
}

.section_fair_main .data.date_box th {
  width: 30%;
  padding: 10px 6px;

  color: #373a37;
  border-right: none;
  background: rgba(0, 0, 0, .08);
}

.section_fair_main .data.date_box tbody tr {
  border: none;
  border-bottom: 1px rgba(0, 0, 0, .2) solid;
}

.section_fair_main .data.date_box tbody tr:first-child {
  border-top: 1px rgba(0, 0, 0, .2) solid;
}

.section_fair_main .data table {
  width: 100%;
  margin-bottom: 8px;

  border-collapse: collapse;
}

.section_fair_main .data tbody tr {
  border: 1px #111 solid;
}

.section_fair_main .data th,
.section_fair_main .data td {
  font-size: 13px;

  text-align: center;
  vertical-align: middle;

  border-right: 1px #5e4b46 solid;
  border-bottom: 1px #5e4b46 solid;
}

.section_fair_main .data th
{
   font-weight:700;
   padding:5px 4px;
   letter-spacing:1px;
   color:#fff;
   border-right:1px solid #fff;
   background:#5e4b46
}
.adjustWrap .section_fair_main .data th{
  border-right:1px solid #5e4b46;
}
.section_fair_main.adjust .data th,.section_fair_main.adjust .data td
{
   font-size:13px;
   text-align:center;
   vertical-align:middle;
   background-color:#5e4b46;
   border-right:1px #5e4b46!important;
   border-bottom:1px #111!important;
   color:#fff;
   
}
.section_fair_main.adjust .data tr:last-child td,
.section_fair_main.adjust .data tr:last-child th{
   border-bottom:none!important;
}
.section_fair_main .data th:nth-child(1) {
  width: 30%;
}

.section_fair_main .data th:nth-child(2) {
  width: 15%;
}

.section_fair_main .data th:nth-child(3) {
  width: 55%;
}

.section_fair_main .data td:nth-child(4) {
  border-right: none;
}
.section_fair_main .data td:nth-child(1) {
  width: 30%;
}

.section_fair_main .data td:nth-child(2) {
  width: 15%;
}

.section_fair_main .data td:nth-child(3) {
  width: 55%;
}

.section_fair_main .data th:nth-child(4) {
  border-right: none;
}

.section_fair_main .data .fairtime {
  text-align: center;
}

.section_fair_main .data td {
  padding: 5px 4px;

  vertical-align: middle;
}

.section_fair_main .data td:last-child {
  width: 100%; 
  padding: 10px 5%;
}

.section_fair_main .data .note {
  width: 35%;
}

.section_fair_main .data .ex dt,
.section_fair_main .data .ex dd {
  font-size: 12px;
  font-weight: normal;

  float: left;
}

.section_fair_main .data .ex dt:after {
  content: ": ";
}

.section_fair_main .data .ex dd {
  margin-right: 2em;
}

.section_fair_main .data .reserve_time a {
  font-family: "source-han-sans-japanese", sans-serif;
  display: block;
  width: 100%;
  padding: 3%;
  color: #fff;
  background: #f47e20;
}

.section_fair_main .data .reserve_time2 a {

  display: block;
  width: 100%;
  padding: 3%;
  color: #fff;

}

.section_fair_main .data span {
  display: block;
}

.section_fair_main .txtbox {
  margin-top: 30px;
  margin-bottom: 25px;
}

.section_fair_main .txtbox .caption {
  margin-bottom: 40px;
  padding-bottom: 40px;

  border-bottom: 1px solid #2d2d2d;
}

.section_fair_main .txtbox .value_box {
  margin-top: 20px;
  padding: 10px;

  background: rgba(244, 126, 32, .04);
}

.section_fair_main .txtbox .value_box .tit {
  font-size: 16px;

  margin: 0px 0 5px;
  padding: 4px 0 5px;

  text-align: center;

  color: #f47e20 !important; 
  border-top: 1px solid #f47e20;
  border-bottom: 1px solid #f47e20;
}

.text03 {
  padding: 5px 10px 10px;

  text-align: left;
}

.section_fair_main .txtbox .value_box span {
  padding-left: 3px;

  color: #ffff6e;
}

.fair_box {
  position: relative;
  z-index: 999;

  width: 980px;
  margin: 25px auto 0;
}

ul.icon_info {
  display: block;

  margin: 0;
}

ul.icon_info li {
  display: block;
  float: left;

  margin: 0 0px 3px 0;
}

.section_fair_btns {
  margin-bottom: 10%;
}

.section_fair_btns .btn05 a {
  font-size: 1.2em;
  line-height: 1.5em;

  position: relative;

  display: block;

  box-sizing: border-box;
  width: 90%;
  margin: 0 auto 20px;
  padding: 14px 0 14px;

  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;

  color: #5e4b46;
  border-top: 1px solid #5e4b46;
  border-bottom: 1px solid #5e4b46;
  background: none;
}

.section_fair_btns .btn05 a:after {
  position: absolute;
  top: 50%;
  right: 5px;

  display: block;

  width: 0;
  height: 0;
  margin: -3px 0 0 0;

  content: "";

  border: 3px solid transparent;
  border-left: 5px solid #fff;
}

.section_fair_btns span.txt_sub {
  font-size: 14px;
  line-height: 14px;

  display: block;
}

iframe {
  width: 100% !important;
}

/*.container img {
  height: auto!important;
  max-width: 100%!important;
}*/
.section_fair_main .form_menu .reserve_time {
  font-size: 16px;

  margin-bottom: 20px;
  padding: 10px 0;

  text-align: center;

  border-top: 1px dotted #2d2d2d;
  border-bottom: 1px dotted #2d2d2d;
}

.section_fair_main .form_menu .reserve_time .tit_form {
  margin-bottom: 5px;
}

.section_fair_main .form_menu .reserve_time .select_box {
  width: 100%;
}

.section_fair_main .form_menu .btn_reserve,
.section_fair_main .form_menu .timeTxt {
  position: relative;

  width: 100%;
  margin: 0 auto;
}

.section_fair_main .form_menu .btn_reserve::after,
.section_fair_main .form_menu .timeTxt::after {
  position: absolute;
  top: 50%;
  right: 10px;

  display: block;

  width: 0;
  height: 0;
  margin-top: -4px;

  content: "";
  transition-duration: 200ms;

  border: 3px solid transparent;
  border-left: 5px solid #fff;
}

.section_fair_main .form_menu .btn_reserve input {
  font-size: 16px;

  width: 100%;
  padding: 10px 0;

  color: #fff;
  border: none;
  background: #f47e20;

  -webkit-appearance: none;
}
.section_fair_main .form_menu .timeTxt{
  text-align: center;
}
.section_fair_main .form_menu .timeTxt a{
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  border: none;
  border-radius: 0;
  background: #f47e20;
  text-align: center;
  -webkit-appearance: none;
}
.reserve_time.btn_time a {
  font-size: 12px;
  line-height: 30px;

  position: relative;

  display: block;

  box-sizing: border-box;
  margin: 0 auto;

  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;

  color: #fff;
  background: #9dccd0;
}

.reserve_time a:after {
  position: absolute;
  top: 50%;
  right: 2px;

  display: block;

  width: 0;
  height: 0;
  margin: -3px 0 0 0;

  content: "";

  border: 3px solid transparent;
  border-left: 5px solid #fff;
}

.section_plan_main.fair {
  padding: 0px;

  background: none;
  box-shadow: none;
}

.section_plan_main.fair .btn {
  margin: 0 15px 10px;
}

.section_plan_main.fair .btn a {
  line-height: 40px;
}

.section_fair_btns .btn.cansel {
  margin: 0 15px 20px;
}

.section_fair_btns .btn.cansel a {
  line-height: 1.4;

  position: relative;

  display: block;

  padding: 10px 0;

  color: #141414;
  border-top: 1px solid #141414;
  border-bottom: 1px solid #141414;
  background: none;
}

.section_fair_btns .btn.cansel a::after {
  position: absolute;
  top: 50%;
  right: 10px;

  display: block;

  width: 0;
  height: 0;
  margin: -3px 0 0 0;

  content: "";

  border: 3px solid transparent;
  border-left: 5px solid #141414;
}

h3.tit_category {
  font-size: 14px;

  margin-bottom: 15px;
  margin-bottom: 15px;
  padding: 10px 5px 10px 15px;

  text-align: left;
  letter-spacing: 1.0px;

  color: #fff;
  background: #141414;
}

.section_fair_cal h4 {
  font-family: "park-lane", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.0;

  text-align: center;

  color: #f47e20;
}

.section_fair_cal .catch {
  margin-bottom: 10px;
}

.section_fair_cal .catch {
  margin-bottom: 10px; 

  text-align: center;
}

.main_fair .article_h2 {
  width: 90%;
  margin: 0 auto 5%;
  padding: 3% 0; 

  color: #f47e20;
  border-bottom: none;
}
.main_fair .article_h2 .sub {
  color: #5e4b46;
}
/* 融合 */
.main_fair.adjust .article_h2 {
  width: 90%;
  margin: 0 auto 5%;
  padding: 3% 0; 

  color: #f47e20;
  border-bottom: none;
}
.main_fair .article_h2 .sub {
  color: #5e4b46;
}
/* ================================
*
* プラン
*
* ================================ */
/*---------------------------------------------------
Plan_index
---------------------------------------------------*/
.main_plan .container {
  padding: 0px 15px;
}
.main_plan .container h3 {
  text-align: center;
}
.main_plan .container .pickup {
  margin-bottom: 4%;
}
.main_plan .container .section_rec h3.pickup span,
.main_plan .container .section_list h3.pickup span {
  font-family: "park-lane", serif;
  font-size: 28px;
  font-style: normal;
  line-height: 1.0;

  letter-spacing: 1px;
}

.main_plan .section_list .unit {
  clear: left;
}
.main_plan .section_list .unit .tit {
  margin-top: 3px;
}
.main_plan .section_list .unit .plice {
  font-size: 16px;
}

.section_list.other {
  margin-top: 7%;
}

.section_list .box:nth-child(2),
.section_list .box:nth-child(3) {
  position: relative;

  display: block;
  float: left;
  clear: inherit; 

  width: 48%;
  margin-bottom: 8%;

  cursor: pointer;
  text-align: left;
}

.section_list .box:nth-child(3) {
  float: right;
}

.section_list .box:nth-child(4) {
  float: right;
}

.section_list.other .box:nth-child(3) {
  float: left;
}

.plan .unit {
  position: relative;

  margin: 0 0px 10px;
  padding: 0 0;

  text-align: left;

  border: solid 1px #ccc;
}
.plan .unit .ph {
  position: relative;

  float: left;
  overflow: hidden;

  width: 40%;
  height: 0;
  margin-right: 2%;
  margin-bottom: 0; 
  padding-bottom: 40%;
}
.plan .unit .box {
  float: right;

  width: 55%;
  padding: 3% 3% 3% 0;
  padding-top: 3%;

  text-align: left;
}

/* ================================
*
* ギャラリー
*
* ================================ */
/*---------------------------------------------------
index
---------------------------------------------------*/
.section_tab {
  width: 100%;
  margin: 0 auto;
}
.section_tab li {
  float: left;

  box-sizing: border-box; 
  width: 33.33333%;

  text-align: center;

  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.section_tab li:first-child {
  width: 100%;
}
.section_tab li a {
  font-size: .9em;

  display: block;

  box-sizing: border-box; 
  width: 100%;
  padding: 15px 0;

  background: #cbdcfb;
}

.section_tab li a.long {
  padding: 6px 0;
}

.section_tab li.active a {
  color: #fff;
  background: #f47e20;
}

.section_tab li.active a.long {
  padding: 6px 0;
}

.section_tab li:nth-child(1),
.section_tab li:nth-child(4),
.section_tab li:nth-child(7) {
  border-right: 0px solid #f2f1ee;
  border-bottom: 1px solid #f2f1ee;
}

.section_tab li a.border_r {
  border-right: 1px solid #f2f1ee !important;
}

.section_gallery_list {
  width: 100%;
  margin: 0 auto 20px;
}
.section_gallery_list ul {
  margin: 10px 10px;
}
.section_gallery_list li {
  position: relative; 

  display: inline;
  float: left;
  overflow: hidden;

  width: 32.66%;
  height: 0;
  margin-right: 1%;
  margin-bottom: 3px;
  padding-bottom: 32.66%;
}
.section_gallery_list li:nth-child(3n) {
  margin-right: 0;
}

p.btn_open {
  position: relative;

  box-sizing: border-box; 
  width: 92px;
  height: 92px;
  margin: 35px auto 20px;
  padding: 0;
  padding-top: 45px;

  text-align: center;

  border: 1px solid #5e4b46;
  border-radius: 50%;
}

p.btn_open::after {
  position: absolute;
  top: 24px;
  left: 50%;

  display: block;

  width: 23px;
  height: 19px;
  margin-left: -12px; 

  content: "";

  background: url(../gallery/img/ico_more.png) no-repeat;
  background-size: 100% auto;
}

p.btn_open:hover {
  cursor: pointer;

  opacity: .8;
}

.btn_open .label_open {
  display: inline;
}

.btn_open.open .label_open {
  display: none;
}

.btn_open .label_close {
  display: none;
}

.btn_open.open .label_close {
  display: inline;
}

.comment {
  font-family: "ratiomodern",serif;
  font-size: 30px;
  font-weight: 400;
  font-style: italic;

  text-align: center;
}

.btn_open.hidden,
.comment.hidden {
  display: none;
}

.section_gallery_list a {
  position: absolute;
  top: 0;
  left: 0; 

  display: block;

  width: 100%;
  height: 100%;
}
.section_gallery_list a img {
  width: 100%;
}

.section_gallery_list p {
  overflow: hidden;

  width: 100%;
  height: 100%;

  white-space: nowrap;
  text-indent: 108%; 

  background-position: center;
  background-size: cover;
}

.section_gallery_list a:hover {
  opacity: .75;

  filter: alpha(opacity=75);
}

.section_gallery {
  max-width: 100%;
  margin: 0 auto 20px;

  text-align: center;
}
.section_gallery div {
  line-height: 0;

  margin-bottom: 1px;
}
.section_gallery img {
  max-width: 100% !important;
}
.section_gallery .unit_gallery_main {
  position: relative;
}
.section_gallery .gallery_main {
  width: 100%;
  height: 0;
  margin-bottom: 24px;
  padding-bottom: 62.5%;
}
.section_gallery .gallery_main li {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;

  overflow: hidden;

  width: 100%;
  height: 100%;

  text-align: center;
}
.section_gallery .gallery_main img {
  display: inline-block;

  height: 100%;

  *display: inline;
  *zoom: 1;
}
.section_gallery .gallery_control li {
  position: absolute;
  top: 50%;

  margin-top: -51px;

  cursor: pointer;
}
.section_gallery .gallery_control_prev {
  left: -70px;
}
.section_gallery .gallery_control_next {
  right: -70px;
}
.section_gallery .gallery_thumbs {
  *zoom: 1;
}
.section_gallery .gallery_thumbs:after {
  font-size: 0;

  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: " ";
}
.section_gallery .gallery_thumbs li {
  line-height: 0;

  float: left;

  height: 65px;
  margin-right: 8px;
  margin-bottom: 8px;

  cursor: pointer;
  transition: all ease 500ms;

  opacity: .75;

  filter: alpha(opacity=75);
}
.section_gallery .gallery_thumbs li.current,
.section_gallery .section_gallery .gallery_thumbs li:hover {
  opacity: 1;

  filter: alpha(opacity=100);
}
.section_gallery .gallery_thumbs li:last-child {
  margin-right: 0;
}
.section_gallery .gallery_thumbs img {
  display: block;

  height: 100%;
}

.section_gallery_btn ul {
  width: 652px;
  margin: 0 auto;
}
.section_gallery_btn ul li {
  float: left;

  margin-right: 4px;
}
.section_gallery_btn ul li:last-child {
  margin-right: 0;
}

.area_more {
  display: none;

  margin-top: 20px;
}

.main_gallery .btn_more {
  line-height: 120px;

  position: relative;

  display: block;

  width: 120px;
  height: 120px;
  margin: 0 auto 20px;

  cursor: pointer;
  text-align: center;
  text-decoration: none;

  color: #5f7751;
  border: 1px solid #5f7751;
  border-radius: 50%;
}

main.main_fair {
  background: #fff;
}

section.section_btn_area {
  padding: 2% 0; 

  background: #fff;
}

.main_top .container .fair_all .fair_inner {
  margin: 0 auto;
  padding: 2% 0 8%;
}
.slider01Ex li{margin-bottom: 30px;width: 100%;}
#fairTopBox {
    padding: 0px 5% 10px;
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
}
.nuBridalFairBox ul li {
    overflow: hidden;
    width: 100%;
    display: inline-block;
    margin: 0 0 20px 0;
    font-size: 13px;
}
.nuBridalFairBox ul li:nth-of-type(2n){
    margin: 0 0 20px 0;
}

.nuBridalFairImg{width: 30%;float: left;margin:0;}
.nuBridalFairBoxR{width: 65%;float: right;overflow: auto;zoom: 1;}
.nuBridalFairBox ul li .date{font-size: 12px; margin:0 0 0px;}
.nuBridalFairBox ul li .desc{font-size: 12px;margin:0 0 5px;}

.nuBridalFairBox ul li .tit{font-size: 13px;font-weight: bold;margin:0 0 0px; line-height: 1.4;background:none;padding:0; color: #000;}
.nuBridalFairBox ul li .subTx{font-size: 12px;margin:0;}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}
.noshadow{box-shadow: none!important;}

.wrapBtn{
  padding:0 5%;
}
.btnCommon01{
  text-align: center;

  border-bottom: 1px solid #5e4b46;
}
.btnCommon01 a{
  color:#5e4b46;
  font-size: 13px;
  padding:15px 0;
  display: block;
}

.mT10{margin-top: 10px;}
.mT20{margin-top: 20px;}
.mT30{margin-top: 30px;}
.mT40{margin-top: 40px;}
.mT50{margin-top: 50px;}
.mT60{margin-top: 60px;}
.mT70{margin-top: 70px;}

.mB10{margin-bottom: 10px;}
.mB20{margin-bottom: 20px;}
.mB30{margin-bottom: 30px;}
.mB40{margin-bottom: 40px;}
.mB45{margin-bottom: 45px;}
.mB50{margin-bottom: 50px;}
.mB60{margin-bottom: 60px;}
.mB70{margin-bottom: 70px;}























